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

10 Commits

Author SHA1 Message Date
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
0658d3f8c8 Fix 5.15 warnings for c++ singals to QML slots not using function 2020-03-25 21:29:01 +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
c9d7e3a62b Fix VisualsPaused check for multiple monitors
Fix inverted bool logic
2020-03-13 10:59:48 +01:00
Elias Steurer
ee521bce9e Remove debug prints 2020-03-06 13:25:34 +01:00
Elias Steurer
9f06f75f66 Add working pause visual part of the video with settings 2020-02-15 17:49:48 +01:00
Elias Steurer
36938b8a18 Fix wallpaper start 2020-02-08 13:36:19 +01:00
Elias Steurer
e217c7fbbc Fix html wallpaper using invalid paths 2020-02-06 18:39:48 +01:00
Elias
a9c29494ac Fix Html wallpaper 2019-11-23 18:20:32 +01:00
Elias Steurer
0a27b61885 Some refactoring of the wallpaper. Split video/webview into seperate qml file.
Add sanity check for current time.
Change animation from OpacityAnimation to states. This is a behavior change in Qt 5.14 resulting in not starting the animation when no mouse enter was detected at all.
2019-11-23 17:22:24 +01:00