1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-01 16:19:47 +02:00
Commit Graph

2127 Commits

Author SHA1 Message Date
Elias Steurer
6bd7deaa43 Update vcpkg
Fix compilation
Remove unused benchmark
2021-12-02 15:31:05 +01:00
Elias Steurer
5b387545c1 Merge branch 'master' into qt6-support 2021-12-02 15:27:17 +01:00
Elias Steurer
a5cc167d1f Change monitor selection when using Windows scaling 2021-11-20 19:22:11 +01:00
Elias Steurer
db4a7c7391 Fix regular steam builds 2021-11-13 14:51:38 +01:00
Elias Steurer
1c4f7dd250 Fix none steam builds 2021-11-13 14:47:43 +01:00
Elias Steurer
797b4e205c Fix qt version 2021-11-13 14:30:55 +01:00
Elias Steurer
c74e80f00a Merge remote-tracking branch 'origin/master'
# Conflicts:
#	ScreenPlayWallpaper/qml/Wallpaper.qml
2021-11-13 14:30:02 +01:00
Elias Steurer
97fc77ac1e Add COMPILE_INFO descriptions 2021-11-13 14:29:02 +01:00
Elias Steurer
b78f20a4bf Refactor platform check 2021-11-13 14:26:48 +01:00
Elias Steurer
e87c6a4d54 Check if we have a connection before setting anything 2021-11-13 14:13:13 +01:00
Elias Steurer
3550391eca Make enum checks CaseInsensitive 2021-11-13 14:12:52 +01:00
Elias Steurer
b52c89c933 Fix mixed scaling issues (again)
Now we no longer trust Qt and use the data
we get from the Windows api directly.

Move monitor query function into util to be used
later in the main app, because we also must
user the correct values there.
2021-11-13 14:12:19 +01:00
Elias Steurer
ee1ee157c9 Merge commit '4c29196a14da422b5553671428b47f201ebe9335' 2021-11-12 15:26:54 +01:00
Elias Steurer
4c29196a14 Fix macOS steam workshop plugin...
For some reason it only loads when the plugin is in the same dir
as the .app. This needs to be fixed someday...
2021-11-12 15:26:24 +01:00
Elias Steurer
80283f58f5 Merge branch 'qt6-support' into 'master'
Add Qt6 support

Closes #138

See merge request kelteseth/ScreenPlay!85
2021-11-12 14:09:02 +00:00
Elias Steurer
d0d19971ee Add Qt version to build info 2021-11-12 15:06:11 +01:00
Elias Steurer
a84c5bd527 Add qm load check to fix nodiscard warning 2021-11-12 15:05:50 +01:00
Elias Steurer
77daa040bb Fix HTML Wallpaper
Remove old WebView that is now MultimediaWebView
2021-11-12 14:56:22 +01:00
Elias Steurer
13b548aae7 Fix html wallpaper 2021-11-12 14:42:19 +01:00
Elias Steurer
2f94afd8cb Update docs 2021-11-11 18:24:10 +01:00
Elias Steurer
6c4b329916 Disable ts line numbers 2021-11-11 18:16:19 +01:00
Elias Steurer
e6d817d1e0 Fix Qt6 scaling changes on Windows 2021-11-11 18:09:00 +01:00
Elias Steurer
fc4fb2ccdd Fix windows detection 2021-11-11 18:08:24 +01:00
Elias Steurer
69fbd679e2 Remove not needed encryptedappticket 2021-11-09 11:26:33 +01:00
Elias Steurer
c15920ea1d Fix incorrect platform check 2021-11-09 10:30:44 +01:00
Elias Steurer
fbb4d80817 Add automatic qml plugin generation...
We still need a way to register the enums in the plugin
2021-11-09 09:22:10 +01:00
Elias Steurer
b1abd38b28 Fix SCREENPLAY_STEAM default option order 2021-11-08 15:15:39 +01:00
Elias Steurer
44555c89a5 Merge branch 'master' into qt6-support 2021-11-08 15:11:06 +01:00
Elias Steurer
73f5386a0a Change icon sizes 2021-11-04 16:32:40 +01:00
Elias Steurer
a4e87a78f3 Add link icons 2021-11-04 16:27:08 +01:00
Elias Steurer
cb395a94fa Update preview video 2021-11-04 16:03:02 +01:00
Elias Steurer
6a3395286a Fix osx only check 2021-11-01 19:12:58 +01:00
Elias Steurer
c0cfef1536 Add index.html copy step to macos version 2021-11-01 19:02:39 +01:00
Elias Steurer
83d4f425c4 Remove no longer available qml dir file 2021-11-01 18:25:59 +01:00
Elias Steurer
8074535cfb Fix local webengine video loading...
When using the index.html from the qrc file
we cannot load local content for some reason...

Add Windows looping workaround
2021-11-01 18:25:46 +01:00
Elias Steurer
379d0c998b Fix crash when accessing connection pointer
This smart pointer only gets set when the Wallpaper
is connected.
2021-10-24 14:40:29 +02:00
Elias Steurer
8615d7371f Add basic http server
this is for content like godot webasm
that is only able to be shown from a
webserver
2021-10-23 18:34:25 +02:00
Elias Steurer
e155879e37 Merge remote-tracking branch 'origin/qt6-support' into qt6-support 2021-10-23 13:46:54 +02:00
Elias Steurer
0419676af2 Add MultimediaWebView
This is for now macOS only because macOS MM only can play h264,
 so we still need the webview to render webm
2021-10-23 10:35:15 +02:00
Elias Steurer
6bcd2ad24b Add missing linux steam .so 2021-10-16 15:08:58 +02:00
Elias Steurer
69d3c17776 Fix file name casings 2021-10-15 19:28:28 +02:00
Elias Steurer
a1cdf6f3db Fix .ts language codes 2021-10-15 19:26:39 +02:00
Elias Steurer
feb9648684 Refactor to use Qt6 style cmake/qml plugins 2021-10-15 15:06:05 +02:00
Elias Steurer
68851bafea Fix missing capture
Remove broken PageIndicator in Qt 6.0.0
2021-10-14 16:12:57 +02:00
Elias Steurer
6a081b4f25 Update SteamSDK to 1.52 with Apple m1 support 2021-10-10 11:47:20 +02:00
Elias Steurer
805d78c659 Bump version to 0.15 2021-10-08 10:33:11 +02:00
Elias Steurer
3650f9bfb1 Remove more deprecated version import 2021-10-08 10:14:11 +02:00
Elias Steurer
223d6225c2 Merge branch 'master' into qt6-support
# Conflicts:
#	ScreenPlay/CMakeLists.txt
#	ScreenPlay/translations/ScreenPlay_pt_BR.ts
#	ScreenPlay/translations/ScreenPlay_zh_CN.ts
#	Tools/build.py
2021-10-08 10:13:44 +02:00
Elias Steurer
160645ccc0 Fix material button color 2021-10-07 17:43:32 +02:00
Elias Steurer
0cbd8532cb Fix gif drop area text centering 2021-10-07 17:42:38 +02:00