1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00
Commit Graph

1086 Commits

Author SHA1 Message Date
Elias Steurer
f9d2c9ca1b Fix documentation style by using \brief everywhere
Change Qt version to 5.15 for better qdoc analysis
Remove no longer used fixWindowsPath function
2020-03-31 15:35:51 +02:00
Elias Steurer
d19fe5b977 Merge branch '60-check-if-other-instances-of-screenplay-are-currently-running' into 'master'
Resolve "Check if other instances of ScreenPlay are currently running"

Closes #60

See merge request kelteseth/ScreenPlay!29
2020-03-29 12:34:51 +00:00
Elias Steurer
68871cd6cc Fix quit of QGuiApplication because the main event loop (app.exec) wasnt invoked yet 2020-03-29 14:24:57 +02:00
Elias Steurer
a021a0bb94 Add first version for detecting if another instance of ScreenPlay is running 2020-03-28 21:45:36 +01:00
Elias Steurer
71cd225aa5 Bump version to 0.10.1 2020-03-28 17:27:11 +01:00
Elias Steurer
fd3a1776fd Update Russian translations based thanks to user Observer 2020-03-28 17:26:44 +01:00
Elias Steurer
7e90f63f87 Change testing path to something download able from the steam workshop 2020-03-28 17:22:56 +01:00
Elias Steurer
cab12c4af8 Change wallpaper check again because the old code didn't work for WS_MAXIMIZE windows that weren't in the foreground 2020-03-28 17:22:29 +01:00
Elias Steurer
2568abb132 Fix import of very small videos like 1 second in length. Thanks user Jailbreaker for the feedback! 2020-03-28 16:39:31 +01:00
Elias Steurer
99fc40a58e Change name filter for video import. For this wizard we do not support gif 2020-03-28 13:00:09 +01:00
Elias Steurer
5d32ff8163 Fix visible check for one monitor 2020-03-28 12:54:46 +01:00
Elias Steurer
fb782e599b Add small pause to wait until window animation is finished to not display black background for a few frames 2020-03-28 12:39:53 +01:00
Elias Steurer
4a6c46f24a Fix default cover mode 2020-03-28 12:30:41 +01:00
Elias Steurer
0032332139 Merge branch 'patch-1' into 'master'
I did some translation :p

See merge request kelteseth/ScreenPlay!28
2020-03-27 10:19:56 +00:00
Observer
2c760fe05b I did some translation :p 2020-03-27 06:43:24 +00:00
Elias Steurer
85b897a5c5 Remove CONTRIBUTING see https://kelteseth.gitlab.io/ScreenPlayDocs/contribute/contribute/ 2020-03-26 17:14:24 +01:00
Elias Steurer
39e81bbd89 Add warning if removeWallpaperAt was not successful 2020-03-26 17:08:07 +01:00
Elias Steurer
db94ca2a1e Fix clang compilation on windows by making m_globalVariables no longer a reference
Fix clang-tidy and clazy warnings
2020-03-25 21:30:04 +01:00
Elias Steurer
0658d3f8c8 Fix 5.15 warnings for c++ singals to QML slots not using function 2020-03-25 21:29:01 +01:00
Elias Steurer
1cc2ec38a6 Fix default header value for checkWallpaperVisible 2020-03-24 16:25:18 +01:00
Elias Steurer
cfbfa33c5f Remove CheckWallpaperVisible for now from default 2020-03-24 16:17:23 +01:00
Elias Steurer
b4289fb758 Fix copy to clipboard for debug messages not using newline resulting in one line pasting 2020-03-21 16:25:35 +01:00
Elias Steurer
3b5ee229d5 Add description text when the wallpaper does not render to guide the user to disable the VisualsPaused feature if he can read this 2020-03-21 13:07:27 +01:00
Elias Steurer
422c4ef189 Add warning message for a potential bug where the wallpaper counter never resets 2020-03-19 12:49:52 +01:00
Elias Steurer
5d0fcd8b63 Remove none exisitng property 2020-03-19 12:49:17 +01:00
Elias Steurer
67041df990 Bump version to 0.10.0 2020-03-14 20:23:32 +01:00
Elias Steurer
3b4356c1ad Add save for qmlWallpaper
Fix removeAllWallpapers profiles path
2020-03-14 20:10:31 +01:00
Elias Steurer
c9acd574e3 Fix profile path for loading and saving settings 2020-03-14 14:35:31 +01:00
Elias Steurer
cf229fe075 Refactor fullscreen window check to use the same check on one or more monitors 2020-03-14 13:58:44 +01:00
Dominik Louven
863edbd77b Fix Checkbox and Colorpicker in Monitor Settings 2020-03-13 17:53:00 +01:00
Elias Steurer
0ebcf43e56 Add delay for setting up mouse hook. This is a workaround for a lag on startup for now. 2020-03-13 17:25:50 +01:00
Elias Steurer (Kelteseth)
fd985dea84 Merge branch 'feature/wallpaper-properties-revamp' into 'dev'
Implement boolean wallpaper property + Override displayname for properties

See merge request kelteseth/ScreenPlay!24
2020-03-13 16:10:44 +00:00
Elias Steurer
175b875ec4 Merge branch 'dev' into feature/wallpaper-properties-revamp
# Conflicts:
#	ScreenPlay/qml/Monitors/MonitorsProjectSettingItem.qml
2020-03-13 17:08:26 +01:00
Elias Steurer
d23ebfbf02 Fix some styling issues 2020-03-13 17:05:10 +01:00
Elias Steurer
c9d7e3a62b Fix VisualsPaused check for multiple monitors
Fix inverted bool logic
2020-03-13 10:59:48 +01:00
Elias Steurer
c59fd98c40 Add korean font to the install step 2020-03-13 10:50:36 +01:00
Dominik Louven
d42ba8f5cf Fix issue where not specifying a text field in wallpaper properties could lead to undefined behaviour 2020-03-12 17:56:37 +01:00
Elias Steurer
053305a06e Fix accidental click of installed wallpaper by adding a MouseArea 2020-03-12 13:04:13 +01:00
Elias Steurer
3065550031 Add Korean and Vietnamese languages to the feature list 2020-03-12 12:54:20 +01:00
Elias Steurer
4277781c0f Add Vietnamese language by Deleted User f6a9k4y2o0u 2020-03-12 12:44:29 +01:00
Elias Steurer
923628701c Fix default value of langauge setting 2020-03-12 12:43:50 +01:00
Elias Steurer
6e4803161a Add Korean language support with custom noto font
This needed a larger refactoring because we only want to set the noto korean font when the korean font is selected. For this we use
*  ScreenPlay.settings.font

The font must be located inside the <workingDir>/assets/fonts/fontname.otf because it is to large for our resource .qrc file
2020-03-12 10:35:40 +01:00
Dominik Louven
c1d6dd4a5c Support override of display text for properties 2020-03-10 20:22:03 +01:00
Dominik Louven
9e5fa62382 Add checkbox to monitor settings dialog 2020-03-10 20:21:58 +01:00
Elias Steurer
221b209cf9 Merge remote-tracking branch 'origin/dev' into dev 2020-03-10 18:26:43 +01:00
Elias Steurer
4cbcb9bd57 Add release event to mouse hook 2020-03-10 18:26:15 +01:00
Elias Steurer (Kelteseth)
907719dd88 Merge branch 'feature/qml-loadfromfile' into 'dev'
Implement loadFromFile function for qml usage

See merge request kelteseth/ScreenPlay!21
2020-03-10 06:43:32 +00:00
Dominik Louven
b48ed5b50e Implement loadFromFile function for qml usage 2020-03-09 19:22:23 +01:00
Elias Steurer (Kelteseth)
12c920ff2a Merge branch 'feature/fs-wallpaper-watcher' into 'dev'
Add filesystem watcher for wallpaper

See merge request kelteseth/ScreenPlay!20
2020-03-09 18:13:02 +00:00
Dominik Louven
69796c1179 Refactored code to match style guide 2020-03-09 18:12:42 +01:00