Elias Steurer
6581736f96
Fix wrong c++ function name in qml
2020-05-31 15:14:32 +02:00
Elias Steurer
43666b0860
Add explicit quit command when removing a wallpaper
2020-05-31 15:13:51 +02:00
Elias Steurer
d67ccb5e8f
Fix casing error when closing wallpaper
2020-05-31 15:13:19 +02:00
Elias Steurer
4a709635a4
Fix buggy mouse click input by using the same position and mouse flags on release
2020-05-26 16:03:50 +02:00
Elias Steurer
a5ef63e3fe
Rename main qml file of wallpaper and widget to match their project names
2020-05-24 14:32:07 +02:00
Elias Steurer
23a2e5eb42
Add mouse movement on wallpaper without click
2020-05-23 18:10:52 +02:00
Elias Steurer
23209f41e6
Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay
2020-05-23 14:38:17 +02:00
Elias Steurer
feaa87014d
Fix issue #84
2020-05-23 14:37:00 +02:00
Elias Steurer
d26f78f7c4
Update DeveloperSetup.md
2020-05-22 19:06:55 +00:00
Elias Steurer
d4ff126757
Fix missing import to recognize c++ enums Language and Theme
2020-05-21 10:45:01 +02:00
Elias Steurer
4f175e610b
Rename setWallpaperValue to setWallpaperValueAtMonitorIndex to be clearer about the index
...
same with requestProjectSettingsAtMonitorIndex
2020-05-19 16:31:34 +02:00
Elias Steurer
f69c4a1381
Fix colors
2020-05-19 16:11:12 +02:00
Elias Steurer
a57a47538d
Remove old stomt sdk
2020-05-19 16:09:02 +02:00
Elias Steurer
c6fca49556
Merge branch 'refactor/save-configs' into 'master'
...
Refactor/save configs
See merge request kelteseth/ScreenPlay!32
2020-05-19 14:07:04 +00:00
Elias Steurer
722632f30f
Remove json loading code that via Util::openJsonFileToObject(file)
2020-05-19 16:06:36 +02:00
Elias Steurer
f4b7cd8cd4
Change rowCount to use a separate variable for easier reading
2020-05-19 16:05:55 +02:00
Elias Steurer
1d692fa75f
Remove not used member
2020-05-19 16:05:22 +02:00
Elias Steurer
8909a30549
Change Monitors list model to use c++ enums instead of strings for wallpaper type
2020-05-19 16:05:02 +02:00
Elias Steurer
6b6b2da245
Fix preview image by adding absolute path
2020-05-16 23:19:49 +02:00
Elias Steurer
8fc5b2ae97
Change sdkconnector->closeWallpaper to return success via bool
2020-05-16 23:14:35 +02:00
Elias Steurer
d8b3814504
Fix missing license
2020-05-16 23:08:54 +02:00
Elias Steurer
2ac4540461
Add AGPL and Commercial copyright header
2020-05-16 23:01:09 +02:00
Elias Steurer
96d28dad01
Cleanup
2020-05-16 22:59:54 +02:00
Elias Steurer
6900bccb7c
Add single shot test if connected after 1 second
...
There can be a rare case where disconnected is never fired because it was never connected in the first place.
For this we wait 1 second and check the state. If not connected we abort.
2020-05-16 22:50:12 +02:00
Elias Steurer
2df1d751cb
Change profile settings to be able to save n amount of wallpapers
2020-05-16 17:10:56 +02:00
Elias Steurer
aef91ce983
Add app class documentation
2020-05-16 14:44:29 +02:00
Elias Steurer
8747280d39
Add more docs
2020-05-16 14:30:11 +02:00
Elias Steurer
4d9f95d1aa
Fix links
2020-05-16 14:07:02 +02:00
Elias Steurer
112fa9f2d5
Update readme and move content into separate readme
2020-05-16 14:04:53 +02:00
Elias Steurer
0fa58c1c33
Merge remote-tracking branch 'origin/master' into refactor/save-configs
...
# Conflicts:
# ScreenPlay/CMakeLists.txt
2020-05-16 13:54:08 +02:00
Elias Steurer
6148288570
Change name to ${PROJECT_NAME}
2020-05-16 13:40:38 +02:00
Elias Steurer
191dc7cbac
Fix ScreenPlay cmake path
2020-05-16 13:37:47 +02:00
Elias Steurer
9ce9467dd7
Fix cmake be compilable on linux
...
Downgrade to 3.16 that ships with Ubuntu 20.04
Fix QML modules that does not exists ( cmake on Windows just ignores this lol)
2020-05-16 13:37:32 +02:00
Elias Steurer
52fb670d55
Change widget and wallpaper types to use enums
...
Apparently this is the only way for qml to work
* https://www.kdab.com/new-qt-5-8-meta-object-support-namespaces/
moc needs full enum namespace info see QTBUG-58454
void createWallpaper(
const ScreenPlay::Enums::WallpaperType type,
const ScreenPlay::Enums::FillMode fillMode,
const QString& absoluteStoragePath,
const QString& previewImage,
QVector<int> monitorIndex,
const float volume,
const bool saveToProfilesConfigFile);
2020-05-14 16:45:50 +02:00
Elias Steurer
cdc1ee8d9e
Update README.md
2020-05-14 09:16:44 +00:00
Elias Steurer
e80887cd0d
Update .gitlab/media/QtCreator_install.png, README.md files
2020-05-14 09:14:59 +00:00
Elias Steurer
03d43f4ee4
Update .gitlab/media/QtCreator_kit.png, README.md files
2020-05-14 09:00:08 +00:00
Elias Steurer
51137c6758
Update README.md
2020-05-14 08:54:23 +00:00
Elias Steurer
6dc968894f
Update README.md, .gitlab/media/QtCreator_kit.png files
2020-05-14 08:53:23 +00:00
Elias Steurer
db5903f272
Revert last commit
2020-05-07 18:51:34 +02:00
Elias Steurer
9f911d5ad9
Add missing globalvariables.cpp in CMakeLists.txt
2020-05-07 18:49:26 +02:00
Elias Steurer
0f87f8dac7
Add missing globalvariables.cpp in CMakeLists.txt
2020-05-07 17:41:11 +02:00
Elias Steurer
dc3464cd42
Update breakpad submodule
2020-05-03 19:24:50 +02:00
Elias Steurer
365e054003
Merge branch 'master' into refactor/save-configs
...
# Conflicts:
# ScreenPlay/ScreenPlay.pro
# ScreenPlay/src/settings.cpp
# ScreenPlay/src/settings.h
2020-05-03 19:22:40 +02:00
Elias Steurer
c7106a85cd
Merge branch '37-support-system-wide-dark-mode' into 'master'
...
Resolve "Support system wide dark mode"
Closes #37
See merge request kelteseth/ScreenPlay!31
2020-05-03 17:20:35 +00:00
Elias Steurer
8367303ca3
Fix dark/light styling
2020-05-03 19:20:03 +02:00
Elias Steurer
8da12bb89c
Fix more theming stuff for light and dark mode
2020-05-03 19:14:19 +02:00
Elias Steurer
ec7873dce2
Merge branch 'master' into 'master'
...
Diverse French and English localisation fixes and corrections
See merge request kelteseth/ScreenPlay!30
2020-05-03 13:37:18 +00:00
PoorPockets McNewHold
23e9363ebb
Content of patch-1 6190655d23
...
— Capitalization of Autostart (démarrage → Démarrage)
— Correct translation of High Priority Autostart (Haute priorité autostart → Démarrage automatique en haute priorité)
— Removal of the Windows mention as ScreenPlay is multi-platform. (will start with Windows → will start with your operating system | démarrera avec Windows → démarrera avec votre système d´exploitation)
— Correct translation of wallpaper (Pause wallpaper → Met en pause le fond d´écran)
— Translated ¨News & Patchnotes¨ (Nouveautées et notes de versions)
2020-05-03 13:04:30 +00:00
PoorPockets McNewHold
ef74e7a9b5
— Creation of the ¨Import a Creation¨ and ¨Upload a Creation¨.
...
— Correction of the ¨Wallaper¨ typo.
2020-05-03 12:59:00 +00:00