1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-07 01:37:08 +02:00
Commit Graph

2588 Commits

Author SHA1 Message Date
Elias Steurer
8ffc17348d New translations ScreenPlay_.ts (Russian) 2021-11-12 14:12:59 +00:00
Elias Steurer
5dda487614 New translations ScreenPlay_.ts (Dutch) 2021-11-12 14:12:57 +00:00
Elias Steurer
cb15f53d4b New translations ScreenPlay_.ts (Korean) 2021-11-12 14:12:54 +00:00
Elias Steurer
d317eaa9f1 New translations ScreenPlay_.ts (Italian) 2021-11-12 14:12:52 +00:00
Elias Steurer
8dbafd42f3 New translations ScreenPlay_.ts (German) 2021-11-12 14:12:51 +00:00
Elias Steurer
c5ecdd3fb9 New translations ScreenPlay_.ts (Spanish) 2021-11-12 14:12:48 +00:00
Elias Steurer
89bc017366 New translations ScreenPlay_.ts (French) 2021-11-12 14:12:47 +00: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
44dbcf8b34 Merge remote-tracking branch 'origin/qt6-support' into qt6-kde 2021-11-08 19:50:55 +01:00
Elias Steurer
e6272e0db5 Refactor KDE plugin to work at any state...
... ScreenPlay no longer needs to run before
the wallpaper. This paves the way to start
the wallpaper from QSettings even when
the main application is not running.

Add quit command and action
2021-11-08 19:49:51 +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
b6b134a81b Merge commit '6a3395286ade1cbf0bf59a0f417ef2a848abe453' into qt6-kde 2021-11-04 10:30:59 +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
Graphicscore
96f9621038 Implement support for KDE wallpaper being started prior to ScreenPlay 2021-10-27 18:42:12 +02:00
Graphicscore
1ecf2937d9 Merge remote-tracking branch 'origin/qt6-support' into qt6-kde 2021-10-25 19:34:34 +02:00
Graphicscore
0957975eac Basic KDE video playback without loops lagging 2021-10-25 19:32:09 +02:00
Graphicscore
172995e1f8 Remove debug string being send to wallpaper process 2021-10-25 19:31:49 +02: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
Graphicscore
c271e80516 Merge branch 'qt6-libarchive' into qt6-kde 2021-10-23 16:31:20 +02:00
Graphicscore
c89c3ae3e2 Merge Basic kde support via websockets 2021-10-23 16:30:13 +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
Graphicscore
78eeec8080 Fix workshop not compiling for linux 2021-10-16 20:44:50 +02:00
Graphicscore
9ef52a3381 Add libarchive 2021-10-16 20:44:22 +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
74218a2098 New translations ScreenPlay_.ts (French) 2021-10-13 16:31:32 +00:00
Elias Steurer
f7f0a62eed New translations ScreenPlay_.ts (French) 2021-10-12 14:16:52 +00:00