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

11 Commits

Author SHA1 Message Date
Elias Steurer
33f58a9364 Add Widgets launch option 2023-01-26 13:13:04 +01:00
Elias Steurer
7b8cea1a3a Default to debug console on start 2023-01-26 12:10:12 +01:00
Elias Steurer
cbc4ad7757 Refactor launch.json for better multi os usage 2023-01-22 16:25:04 +01:00
Elias Steurer
9fcae64806 Adapt changes for osx 2023-01-20 15:55:17 +01:00
Elias Steurer
c5ec7e7bff WIP refactor ScreenPlayWallpaper
This is Windows only for now:
Make Classes default constructible. We now have:
setup():
- Can return status of the input data. This is most important, because
  we can now properly exit if this fails
- We now use the same ProjectFile struct as we do in InstalledListModel
- Gets called on all platforms
start():
- Platform specific code

Move argument parsing into main
2023-01-20 14:42:48 +01:00
Elias Steurer
8b831ac9c8 Bump to Qt 6.4.2
Fix qt paths still using Qt Maintenance
2023-01-07 12:30:18 +01:00
Elias Steurer
d929369008 Merge remote-tracking branch 'origin/master' 2022-12-28 11:38:15 +01:00
Elias Steurer
ef47b516d1 Add build task
Add Qt MSVC debugging helper qt.natvis.xml file
2022-12-28 11:38:05 +01:00
Elias Steurer
736b4a25bf Add working macos launch.json
Remove mac only files from linux/windows build
2022-12-28 11:36:16 +01:00
Elias Steurer
70b1bb1c70 Add working launch.json for Windows 2022-12-17 12:27:16 +01:00
Elias Steurer
3c92cf9bd0 Add linux vscode setup without qt account 2022-06-12 18:49:00 +02:00