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

31 Commits

Author SHA1 Message Date
Elias Steurer
221f2ba6b7 Formatting 2023-12-07 13:07:31 +01:00
Elias Steurer
716397ce3a Formatting 2023-12-03 11:45:20 +01:00
Elias Steurer
e17e2abd9d Fix wallpaper enum types 2023-12-03 11:43:17 +01:00
Elias Steurer
0a046cec9f Move steam enums into util
This makes it easier in general to work with
2023-12-01 16:40:59 +01:00
Elias Steurer
9a583efbd9 Refactor enum #2 and merge Util into ScreenPlayUtil/Util 2023-12-01 16:15:53 +01:00
Elias Steurer
11905a6370 Cleanup and small fixes 2023-06-02 10:19:12 +02:00
Elias Steurer
aaa7159b29 Change to use qt based integers 2023-04-06 10:17:31 +02:00
Elias Steurer
67557dd66d Fix live reloading
Looks like we must add all files we want to track
into the watcher
2023-02-24 16:55:35 +01:00
Elias Steurer
6501a4c79f Add automatic moc include for faster compile times 2023-02-04 11:42:32 +01:00
Elias Steurer
9cfc4bb154 Formatting with clang 15 2023-01-21 11:12:04 +01:00
Elias Steurer
1e8ca2e2d8 Refactor project struct to be self contained 2023-01-19 14:09:06 +01:00
Elias Steurer
7871573179 Update to use SPDX-License-Identifier 2023-01-19 10:33:49 +01:00
Elias Steurer
804812181e Formatting 2022-11-02 11:36:40 +01:00
Elias Steurer
2b481ddcd0 Fix internal layout crash on return
Fix tag horizontal scrolling
Update steamSDK
Update scrolling speed
2022-07-01 17:41:45 +02:00
Elias Steurer
844a4ab676 Remove all .qrc files . We now use qt_add_qml_module
Copy fonts manually now
Fix paths
2022-04-30 13:22:17 +02:00
Elias Steurer
65736cb5ff Fix workshop search state when returning 0 items 2022-04-24 10:02:50 +02:00
Elias Steurer
41967b541c Fix none steam builds and installer
Refactor Navigation to use Qt style navigation
2022-04-23 19:26:55 +02:00
Elias Steurer
bb700780ef Move workshop qml files into ScreenPlayWorkshop
Move common qml stuff into ScreenPlayUtil
2022-04-23 14:32:36 +02:00
Elias Steurer
77a81451ca Multiple refactoring....
Bump Qt to 6.3 to fix video loop
Remove no longer working shader and add new
WIP: Shader compilation path is wrong for some reason
Add Steamless version content path
Remove cmake-format: sortable from CMakeLists.txt
Add Widnow scale indocator icon to the bottom right
Remove unused doctest and benchmark
Fix tests and installer cmake logic
2022-04-04 18:06:43 +02:00
Elias Steurer
0f5b310f68 Merge branch 'master' into qt6-kde
# Conflicts:
#	ScreenPlay/CMakeLists.txt
#	ScreenPlay/app.cpp
#	ScreenPlay/src/screenplaymanager.cpp
#	Tools/build.py
2021-12-31 13:32:37 +01:00
Elias Steurer
55b4608f69 WIP on master: bb738ca Fix qml Wallpaper and Widget setup missing qrc 2021-12-11 17:05:41 +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
6a081b4f25 Update SteamSDK to 1.52 with Apple m1 support 2021-10-10 11:47:20 +02:00
Elias Steurer
5d347a5746 Fix upload not working because old folder naming convention 2021-10-03 08:43:15 +02:00
Elias Steurer
7e029bcdf8 Refactor workshop plugin to show forum when not installed
Replace upload popup with regular page
2021-09-23 15:55:40 +02:00
Elias Steurer
d233e10441 Add explicit property for steam 2021-09-04 12:13:00 +02:00
Elias Steurer
a8152b5ab0 Fix installed list sorting because of missing LastModified
Fix ScreenPlayItem isNew location
2021-08-29 12:19:28 +02:00
Elias Steurer
4d5032538a Add docs to steam init functions 2021-08-16 16:01:48 +02:00
Elias Steurer
36e6a5772e Remove test code 2021-08-16 15:59:44 +02:00
Elias Steurer
6cb31ffa3f Apply clang format 2021-07-25 15:30:37 +02:00
Elias Steurer
fe2be3665e Make ScreenPlayWorkshop open source 2021-07-16 11:14:21 +02:00