Elias Steurer
59ce122225
Fix InstalledDrawer setWallpaperAtTimelineIndex incorrect index
...
Formatting
2024-05-25 15:36:24 +02:00
Elias Steurer
d88859927d
Fix timeline activation
2024-05-25 10:53:57 +02:00
Elias Steurer
8be660390a
Add basic saving/loading
...
Add basic timline active based on current time check
2024-05-22 14:25:55 +02:00
Elias Steurer
c3ea37eb23
Add blocking MouseArea
...
this blocks adding new sections to close
2024-05-22 11:01:46 +02:00
Elias Steurer
358800a94c
Add timeline reset
2024-05-22 11:00:52 +02:00
Elias Steurer
00d77d815e
Fix start of wallpaper
2024-05-21 14:06:28 +02:00
Elias Steurer
7dcaa3b016
Update Qt and ffmpeg
2024-05-21 13:54:10 +02:00
Elias Steurer
99b0647f81
Fix adding, removing and moving of timelines
2024-05-21 10:18:32 +02:00
Elias Steurer
0bd9a47fbe
Add remove timeline feature
2024-05-02 08:25:22 +02:00
Elias Steurer
a1e2c58cba
Add realtive timeline wallpaper loading to ui
2024-04-26 09:58:43 +02:00
Elias Steurer
72ba97c6c6
Add working timeline loading
2024-04-26 09:35:05 +02:00
Elias Steurer
413c4ebef5
Fix exit dialog
2024-04-14 14:29:11 +02:00
Elias Steurer
cb11bd08c0
WIP add basic (not working) wallpaper timeline code
2024-04-14 14:28:55 +02:00
Elias Steurer
ff02791ede
Change ScreenPlayManager to use the new WallpaperData struct
2024-04-05 13:04:57 +02:00
Elias Steurer
aee0387f45
Change Drawer position to be inside InstalledView
...
Now that we actually use a drawer that displays
itself above everything, we can finally move it
into the InstalledView
2024-04-04 16:25:19 +02:00
Elias Steurer
88dce28396
Add remove all Timeline items button
2024-04-04 16:24:28 +02:00
Elias Steurer
152e1ce4b7
Rename Sidebar to InstalledDrawer
...
Remove util signal and use it directly in qml
2024-04-04 13:20:53 +02:00
Elias Steurer
18248b4569
Fix invalid version number
2024-04-02 17:46:05 +02:00
Elias Steurer
421a75ef04
Remove old file
2024-04-02 17:38:18 +02:00
Elias Steurer
2aedecb940
Update Qt to 6.7 and vcpkg
2024-04-02 17:38:08 +02:00
Elias Steurer
f9cafc891b
WIP: Replace Sidebar with bottom drawer with timeline
2024-03-28 12:21:11 +01:00
Elias Steurer
c1a81588d9
Add time values
...
Remove auto close when no content is active
2024-03-01 19:20:25 +01:00
Elias Steurer
471a407246
WIP: Add basic timeline
...
Remove plausible
Add basic FOSS plus version
2024-03-01 09:20:11 +01:00
Elias Steurer
830aaacfc4
Fix linux compilation
2024-02-02 16:28:19 +01:00
Elias Steurer
7a59f7934d
Remove unused presets
2024-02-02 15:32:16 +01:00
Elias Steurer
f1607b0a0c
Fix macos Qt path
2024-02-02 15:30:39 +01:00
Elias Steurer
eae7a1f8f8
Fix Qt 6.7 compilation #2
2024-02-02 10:46:59 +01:00
Elias Steurer
dac7a2d835
Change cmake presets into dedicated os presets
...
Add and fix Qt 6.7 compilation with std::min issues
with windows.h
2024-02-02 10:04:01 +01:00
Elias Steurer
608112c237
Fix QtC autocompletion see QTCREATORBUG-30197
2024-01-18 09:16:30 +01:00
Elias Steurer
59a6523f28
Update ScreenPlay App type to be a QML_SINGLETON
...
This should in theory fix QtCreator autocompletion,
but https://bugreports.qt.io/browse/QTCREATORBUG-30197
must be fixed first
2024-01-12 16:10:34 +01:00
Elias Steurer
ca30748c69
Fix clickable loc
2024-01-11 10:27:13 +01:00
Elias Steurer
f684b03db9
Fix values
2024-01-05 17:18:20 +01:00
Elias Steurer
72e1231224
Fix c++ if without {}
2024-01-05 17:16:51 +01:00
Elias Steurer
19c16a44ab
Fix qml engine not known enums
...
No idea why this happens but this fixes the bug...
2024-01-05 17:16:35 +01:00
Elias Steurer
350ea01963
Change some hover animation and spacings
2024-01-05 16:51:34 +01:00
Elias Steurer
73932d8999
Add pid as addition check method if content...
...
... or the main app is still running
2024-01-05 16:51:11 +01:00
Elias Steurer
bd5516fb41
Refactor video wizard into a single wizard
2024-01-05 14:10:18 +01:00
Elias Steurer
b41242a938
Refactor wizards to use qcoro
2024-01-05 14:09:05 +01:00
Elias Steurer
1a4a14ae8a
Fix import and export of wallpaper
2024-01-04 14:30:56 +01:00
Elias Steurer
a17e7f0e78
Add processmanager to check
...
if a pid is still running
2023-12-28 10:10:12 +01:00
Elias Steurer
5d3d3a905e
Remove httpfileserver until we actually use it
2023-12-28 09:59:43 +01:00
Elias Steurer
2626226618
Fix reserved argument path
...
Looks like this gets swallen in godot, so
lets just use projectpath
Remove duplicate godot export function that
now lives in util
2023-12-21 13:18:23 +01:00
Elias Steurer
70e9b48abf
Fix SP Wallpaper and Widgets arguments
...
we now use regular --args instead of
position based arguments. This is needed
now that we open different types like Godot
wallpaper that have different args.
2023-12-20 15:11:16 +01:00
Elias Steurer
8ebc88980a
Fix qml enums again
...
Fix missing steam_appid
Fix missing include
2023-12-20 15:09:39 +01:00
Elias Steurer
b92f2298f3
Fix godot export by using qcoro
2023-12-20 15:08:30 +01:00
Elias Steurer
340562d3ca
Fix steam dll not being copied
2023-12-08 21:13:19 +01:00
Elias Steurer
69cb0066f8
Change godot default wallpaper
...
make it also move vertically
2023-12-08 20:06:30 +01:00
Elias Steurer
2cf7f2f0ba
Rename sidebar sections
2023-12-08 20:05:26 +01:00
Elias Steurer
fa9d259f35
Update vpckg and make sure it is clean
2023-12-08 14:25:20 +01:00
Elias Steurer
2809eab14c
Update translations
2023-12-08 12:00:40 +01:00