1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00
Commit Graph

1235 Commits

Author SHA1 Message Date
Dominik Louven
640e91277f Add Filesystemwatcher for wallpaper 2020-03-09 18:06:50 +01:00
Elias Steurer
f841121579 Add qt-breakpad to the README for git submodules 2020-03-06 13:34:31 +01:00
Elias Steurer
ee521bce9e Remove debug prints 2020-03-06 13:25:34 +01:00
Elias Steurer
7e076aa4a0 Add browser and buttons for click testing 2020-03-06 13:25:20 +01:00
Elias Steurer
c45e81dbbb Remove useless window flags 2020-03-06 13:24:51 +01:00
Elias Steurer
6274dc2f31 Change ctor parameters with references 2020-03-06 13:24:34 +01:00
Elias Steurer
5aff6dd2ab Remove debugs 2020-03-06 13:23:08 +01:00
Elias Steurer
321635a1cc Add breakpad support for ScreenPlayWallpaper 2020-03-06 12:54:10 +01:00
Elias Steurer
4785956b2d Add google breakpad for crash analytics 2020-03-06 12:39:42 +01:00
Elias Steurer
cfbf825d50 Remove old settings json 2020-03-06 12:22:12 +01:00
Elias Steurer
edac66ed4b Fix wallpaper not using mouse inputs when enabled 2020-03-05 16:02:00 +01:00
Elias Steurer
2c14745af6 Reset log after 10000 character length 2020-03-05 16:01:22 +01:00
Elias Steurer
bed662d1e7 Refactor settings to use enums instead of strings
Refactor settings to use QSettings instead of settings.json
2020-03-03 18:49:13 +01:00
Elias Steurer
32e56207f0 Merge branch 'dev' of https://gitlab.com/kelteseth/ScreenPlay into dev 2020-03-01 19:14:52 +01:00
Elias Steurer
5d46b574bf Fix get method if wallpaper creation in sidebar 2020-03-01 19:14:45 +01:00
Elias Steurer (Kelteseth)
75c3cd106b Update README.md 2020-02-24 10:58:56 +00:00
Elias Steurer
9bf63b3aee Add working videoFillMode as enum. The Sidebar now also uses this value as default! 2020-02-22 18:27:13 +01:00
Elias Steurer
71b5d2294b Fix wallpaper window flags for now. This introduces a 1pixel border but it is still the only way to reliably display the wallpaper without interfering of the window manager. This means no longer minimizing when pressing "minimize all windows". Because of this the wallpaper is 2 pixel larger in height and widget and offset by one in x and y. 2020-02-22 18:25:37 +01:00
Elias Steurer
b645147a4f Increase all combobox sizes to implicit 200 for now. So we do not cut text like qt 5.14 currently does 2020-02-15 23:19:54 +01:00
Elias Steurer (Kelteseth)
27c768526b Merge branch '62-remove-support-for-qt-5-14' into 'dev'
Resolve "Remove support for Qt < 5.14"

Closes #62

See merge request kelteseth/ScreenPlay!19
2020-02-15 17:07:37 +00:00
Elias Steurer
f2c80af5a3 Remove Qt version checks
Add comments to the ScreenPlayWindow tests
2020-02-15 18:03:36 +01:00
Elias Steurer (Kelteseth)
d04d76a63d Merge branch '23-check-for-fullscreen-app-game' into 'dev'
Resolve "Check for fullscreen App/Game"

Closes #23

See merge request kelteseth/ScreenPlay!18
2020-02-15 16:58:14 +00:00
Elias Steurer
9f06f75f66 Add working pause visual part of the video with settings 2020-02-15 17:49:48 +01:00
Elias Steurer
4ebd0af183 Add activeScreensList to base Window
Add check for multiple monitors for pausing wallpaper if an app is maximized on the same screen
2020-02-15 13:27:07 +01:00
Elias Steurer (Kelteseth)
438c64b6c8 Update README.md 2020-02-10 15:11:37 +00:00
Elias Steurer (Kelteseth)
ac555d7b33 Update README.md 2020-02-10 15:10:54 +00:00
Elias Steurer (Kelteseth)
6d69ea1c9a Update README.md 2020-02-10 15:09:36 +00:00
Elias Steurer (Kelteseth)
908b0c5417 Update README.md 2020-02-10 10:26:30 +00:00
Elias
d0baf10cc0 Add basic detection of fullscreen window. Only tested with one monitor and simply pause the wallpaper for now! 2020-02-09 21:40:14 +01:00
Elias Steurer
d50b4ad198 Add simple replacement of wallpaper 2020-02-08 14:02:20 +01:00
Elias Steurer
9e85f2eaea Fix qmake variable overrides triggering wrong {} 2020-02-08 13:55:34 +01:00
Elias Steurer
40eefb74c1 Merge remote-tracking branch 'origin/linuxFixes' into dev 2020-02-08 13:48:51 +01:00
Elias Steurer
16dbcab4c0 Bump version to 0.9 2020-02-08 13:47:27 +01:00
Elias Steurer
9731b61583 Formatting (1.000 commit :) 2020-02-08 13:36:49 +01:00
Elias Steurer
36938b8a18 Fix wallpaper start 2020-02-08 13:36:19 +01:00
Elias Steurer
6e39f0b75f Change background overlay strength 2020-02-08 13:35:33 +01:00
Elias Steurer
734adf849d Add basic html wallpaper creation 2020-02-07 17:27:27 +01:00
Elias Steurer
8b38224b77 Change creating wallpaper popup. We now properly close the save timer popup and switch the navigation to Installed 2020-02-07 17:26:11 +01:00
Elias Steurer
9c7bf62714 Add mostly empty html wallpaper wizard 2020-02-07 11:54:37 +01:00
Elias Steurer
be5e2477ca Add dynamic width an height for wizards 2020-02-07 11:53:51 +01:00
Elias Steurer
e217c7fbbc Fix html wallpaper using invalid paths 2020-02-06 18:39:48 +01:00
Elias Steurer
5b8d4f515d Fix missing filepath when creating wallpaper 2020-02-06 18:02:50 +01:00
Elias Steurer
f72e54e044 Fix 1px window border 2020-02-06 17:30:01 +01:00
Elias Steurer
6f3019b192 Fix workshop detection
Add debug outputs for easier debugging
2020-02-06 17:06:50 +01:00
Elias
5ae555da32 Add help for choosing codec 2020-02-06 10:49:11 +01:00
Elias Steurer
0e92a329c5 Fix casing of the ScreenPlaySDK 2020-02-06 10:47:03 +01:00
Elias
7a9769f2d9 Add enum for video codec selection 2020-01-31 13:44:17 +01:00
Elias
8ea07ff831 Add multi step video import Wizard 2020-01-31 13:18:59 +01:00
Elias Steurer
dddab507ce Fix some linux compile issues 2020-01-30 16:32:24 +01:00
Elias Steurer
22dba2bdb7 Fix CI ubuntu paths 2020-01-30 15:54:56 +01:00