1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Elias Steurer
5c138fa8d4 Update to latest vcpkg
Add libxkbcommon for compiling shader
Fix SysInfo not available on osx and linux
2022-04-23 20:15:32 +02:00
Elias Steurer
fb5d6581ec Change all plugins to be QML_ELEMENT
Add ScreenPlayWeather
2022-02-20 17:55:26 +01:00
Elias Steurer
40d8696e99 Remove more Qt6 #ifdef 2021-09-10 11:16:46 +02:00
Elias Steurer
a78a48bb2e Add live reloading to Widgets 2021-05-14 13:11:12 +02:00
Elias Steurer
ebfe616460 Refactor Widget and Wallpaper to use same project properties
- projectPath
    - C:\Program Files (x86)\Steam\steamapps\workshop\content\672870\_tmp_171806
- projectSourceFile
    - main.qml
- projectSourceFileAbsolute
    - C:\Program Files (x86)\Steam\steamapps\workshop\content\672870\_tmp_171806\main.qml
2021-05-14 12:50:22 +02:00
Elias Steurer
e9d333ba2e Call format-cpp 2020-10-29 19:17:37 +01:00
Elias Steurer
88fe5b6f0f Fix ci compile error 2020-08-10 21:09:45 +02:00
Elias Steurer
8bed32ae93 Fix workshop type not set resulting in not showing anything 2020-07-18 20:48:24 +02:00
Elias Steurer
7c0b5741af Add basic saving and loading of Widgets 2020-07-13 17:59:20 +02:00
Elias Steurer
12ab2a24a6 Fix SDK to properly export header files 2020-07-13 17:58:03 +02:00
Elias Steurer
19636edc0c Add error message 2020-07-03 14:37:43 +02:00
Dominik Louven
2df2df12fb Migrate from QGuiApplication to QApplication for linux support 2020-03-27 14:29:44 +01:00
Elias Steurer
63a2cca679 Add nice fadeout on sdkDisconnected 2020-01-10 15:26:53 +01:00
Elias Steurer
dbe1135708 Fix sdk connection not sending appID with the "appID=" in the beginning of the string 2020-01-10 15:26:25 +01:00
Elias Steurer
04705a5ec3 Add widget type to the ScreenPlayWidget executable as an argument. This can be ether qmlWidget or htmlWidget for now. 2020-01-09 16:08:32 +01:00
Elias
6b370d57ba Add a way easier way to debug wallpaper and widgets 2019-03-27 18:38:36 +01:00
Elias
9b606a79bc Cleanup widgets and Window. When a developer now opens the widget or window project it opens a instance without screenplay sdk. This makes debugging way easier 2019-03-24 16:52:07 +01:00