1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
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
Elias
ab2704a998 Fix flickering of wallpaper creation. My guess is that I was wrong about windows 1903 changing the position of the wallpaper. I think it was manly because the with and height was set to late. Now we use the basewindow width an height property without the topmargin. When this code works on 21:9 we can remove the calc completely. 2019-10-21 18:14:11 +02:00
Elias Steurer
0d20c0d280 Add wallpaper for multiple monitors. This new method is used when we have more than one wallpaper but not when the user selected all monitors 2019-09-13 15:10:44 +02:00
Elias Steurer
e26e38efe1 Disable the windows mouse capture for now because it is laggy and unusable 2019-09-12 21:04:36 +02:00
Elias Steurer
42dd81c319 Fix parsing of fillmode to all lowercase before comparing to the available onces 2019-09-06 14:16:57 +02:00
Elias Steurer
5f477507e5 Add FillMode in the sidebar, active monitor config and windows wallpaper. This is done via HTML object-fit. See: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
Change sidebar layout to fix some regressions regarding sidebar type (wallpaper/scene/widget)
Change QML Material Style to dense for smaller desktop controls
Change sidebar content title into the image
Change create wallpaper button to only be active when at least one monitor is selected
2019-09-01 12:00:04 +02:00
Elias
7c2a6b8e1f Add can fade property 2019-08-11 19:48:07 +02:00
Elias
da63c09920 Add base multi monitor wallpaper setup 2019-08-10 16:38:44 +02:00
Elias
17729a590f Add initial wallpaper start on startup 2019-08-02 13:11:31 +02:00
Elias
e9fc6fe83d Fix win 7 potential crash 2019-07-27 11:05:03 +02:00
Elias
9211441b1f Fix windows 10 version >= 1903 topmargin. They changed the topmargin to 10% of the monitor height. Dunno why... 2019-07-26 17:28:30 +02:00
Elias
74e0f68622 Rename ScreenPlayWindow to the more fitting ScreenPlayWallpaper 2019-07-26 13:08:27 +02:00