Elias Steurer
36c6f627cf
Cleanup comments and OS specific defines
2021-05-12 17:42:38 +02:00
Elias Steurer
dd5f7248c6
Refactor BaseWindow to use Util functions
2021-05-12 17:34:25 +02:00
Elias Steurer
e73ac98fc9
Refactor project to use Util functions
2021-05-12 17:33:17 +02:00
Elias Steurer
1e1dd057e6
Remove no longer used source file
2021-05-12 17:32:38 +02:00
Elias Steurer
74aff2cea0
Add GPU Sysinfo
...
Update vcpkg to latest master
2021-05-12 17:09:24 +02:00
Elias Steurer
0db6c76dd0
Update README.md
2021-05-09 17:34:17 +00:00
Elias Steurer
d1620f0b19
Remove no longer needed manual font copy
2021-05-09 12:46:00 +02:00
Elias Steurer
103348c1ca
Move fonts into dedicated big qrc
2021-05-09 12:45:14 +02:00
Elias Steurer
2c8a0450bf
Fix wallpaper closing
2021-05-09 12:13:36 +02:00
Elias Steurer
5445012cb5
Add missing sdk connection
2021-05-09 12:00:34 +02:00
Elias Steurer
fa95faca1a
Formatting
2021-05-09 12:00:25 +02:00
Elias Steurer
6960a419ba
Merge commit '4334688ba101eda810a3bb963d40aa91a1f4c41d' into 130-add-macos-support
2021-05-09 11:26:41 +02:00
Elias Steurer
08f078d526
Refactor steam plugin loading
2021-05-09 11:25:06 +02:00
Elias Steurer
7a428812cd
Fix wallpaper position
2021-05-09 11:24:33 +02:00
Elias Steurer
4334688ba1
Bump version to 0.13.2
2021-05-08 09:33:18 +02:00
Elias Steurer
b638769d00
Fix spacings and sizes
2021-05-08 09:18:56 +02:00
Elias Steurer
f6096da29d
Reverse slider
2021-05-08 09:18:40 +02:00
Elias Steurer
257d3988ca
Fix missing toLocal function to fix drag and drop
2021-05-08 09:13:01 +02:00
Elias Steurer
802130d92c
Fix comment
2021-05-07 09:22:11 +02:00
Elias Steurer
20138f19e2
Remove never really used benchmark and ganalytics
2021-05-07 09:11:40 +02:00
Elias Steurer
0beba991ed
Fix import video quality and performance
2021-05-06 17:29:22 +02:00
Elias Steurer
002f8350bd
Move search into steam workshop
2021-05-02 17:46:00 +02:00
Elias Steurer
c7dcb968f1
Add warning on file open error
2021-05-02 17:45:36 +02:00
Elias Steurer
22047bfe6e
Add missing ok case
...
Refactor progress value to be int 0->1 instead of float
2021-05-02 17:45:23 +02:00
Elias Steurer
34a518ef4a
Refactor installedlistmodel to use Util functions
2021-05-02 17:44:45 +02:00
Elias Steurer
ac33b9fdb8
Fix upload steam closing
...
Remove UI clear. This now is taken care of by the backened.
2021-05-02 17:44:30 +02:00
Elias Steurer
24bb3cf1a4
Fix community links
2021-04-29 16:22:18 +02:00
Elias Steurer
9c7a15ee88
Fix crash that only occours with clang
2021-04-22 18:28:18 +02:00
Elias Steurer
ba13492c7e
Fix OSX compilation
2021-04-22 18:27:55 +02:00
Elias Steurer
dd3b94c01a
Add explicit svg dependency to display svg icons
...
Also according to stackoverflow a include is needed
for some platforms deployqt
2021-04-22 18:27:26 +02:00
Elias Steurer
2cd40c559d
Merge
2021-04-22 16:07:22 +02:00
Elias Steurer
e258c89281
Fix fade in showing black
2021-04-21 18:13:47 +02:00
Elias Steurer
1d7ba6044d
Merge branch '125-screenplay-does-not-handle-windows-display-scaling-for-high-dpi-screens-like-4k' into 'master'
...
Resolve "ScreenPlay does not handle Windows display scaling for High-DPI screens like 4k"
Closes #125
See merge request kelteseth/ScreenPlay!57
2021-04-18 16:22:30 +00:00
Elias Steurer
3563c32409
Fix more flickering
2021-04-18 18:17:47 +02:00
Elias Steurer
eafba32c2e
Fix some flickering when setup multiple wallpaper
...
Fix function comment
2021-04-18 18:14:28 +02:00
Elias Steurer
9065a4cb88
Refactor most ScreenPlayManager functions to retrun bool
...
Fix removal of ScreenPlay Wallpaper iteration
2021-04-18 18:03:08 +02:00
Elias Steurer
e7f1e61d33
Refactor wallpaper connection
...
Change sdk connection from shared to unqiue ptr
to make sure to only have one connection alive at
every time. This fixes to removal of wallpaper because
of a bug a shared connection as set in the monitorlistmodel.
The SDK connection is now part of the ScreenPlayWallpaper/Widget.
2021-04-18 17:23:21 +02:00
Elias Steurer
36a59518e9
Fix clazy connect-3arg-lambda
2021-04-16 10:59:18 +02:00
Elias Steurer
c4ec91bd13
Change creation of wallpaper return false on failure
...
Move start of wallpaper and widgets into separate function.
This was needed because the error signal would not be
connected by the time of object creation.
2021-04-16 10:33:35 +02:00
Elias Steurer
a5e07f5694
Add text for mouse position
2021-04-16 10:28:45 +02:00
Elias Steurer
94a7f26b05
Fix blog link
2021-04-16 10:25:36 +02:00
Elias Steurer
ffcaa7fa8a
Merge branch 'fix-communitytab-swipesync' into 'master'
...
Add two-way binding for SwipeView and TabBar in Community Tab.
See merge request kelteseth/ScreenPlay!59
2021-04-15 08:45:15 +00:00
Elias Steurer
da096b6d4b
Add link to CN readme
2021-04-14 16:02:37 +00:00
Wenjun Huang
adcae57d01
Add two way binding for SwipeView and TabBar in Community Tab.
2021-04-14 21:12:20 +08:00
Elias Steurer
a70aa8da2d
Add simple workaround for clients that use scaling
...
Somehow this fixes the scaling problem, by simply
calling the function twice. I do not know why.
2021-04-08 13:36:46 +02:00
Elias Steurer
e07960f8c3
Add orange border to see the actual borders
2021-04-08 13:35:58 +02:00
Elias Steurer
0492e7c519
Merge remote-tracking branch 'origin/master' into 125-screenplay-does-not-handle-windows-display-scaling-for-high-dpi-screens-like-4k
2021-04-03 11:03:40 +02:00
Elias Steurer
d5efc93bc1
Replace manual offset calc with workerW
...
This now works when the monitors are in the negative
coordinate system aka left top from the main monitor.
2021-04-03 11:03:24 +02:00
Elias Steurer
cb3631189d
Merge branch 'master' into 'master'
...
Update Translations
See merge request kelteseth/ScreenPlay!58
2021-04-02 08:58:51 +00:00
poly000
9bb8163437
emmm
2021-04-01 17:22:12 +08:00