Elias Steurer
|
08a3923054
|
Update README.md
|
2020-04-18 11:27:19 +00:00 |
|
Elias Steurer
|
6fdf2f5fb9
|
Fix mouse hook not being called on HTMLWallpaper
|
2020-04-17 15:04:12 +02:00 |
|
Elias Steurer
|
38f117b369
|
Merge branch 'master' into 66-port-screenplay-from-qmake-to-cmake
|
2020-04-16 11:14:49 +02:00 |
|
Elias Steurer
|
82fddb100c
|
Add stash
|
2020-04-16 11:13:33 +02:00 |
|
Elias Steurer
|
ed450a4608
|
Change all std smart pointer to use std:: instead of using "using" to be more consistent
|
2020-04-09 15:41:13 +02:00 |
|
Elias Steurer
|
dc86de9a58
|
Add basic implementation of new profile system
|
2020-04-02 17:25:42 +02:00 |
|
Elias Steurer
|
63175ccd5a
|
Formatting
|
2020-03-31 17:24:07 +02:00 |
|
Elias Steurer
|
8a3ec76edd
|
Add reload animation when reopening the main window by using the switchPage loader
|
2020-03-31 17:23:45 +02:00 |
|
Elias Steurer
|
ef06a08f16
|
Change scrolling behavior to be less abruptly
|
2020-03-31 17:22:56 +02:00 |
|
Elias Steurer
|
f9d2c9ca1b
|
Fix documentation style by using \brief everywhere
Change Qt version to 5.15 for better qdoc analysis
Remove no longer used fixWindowsPath function
|
2020-03-31 15:35:51 +02:00 |
|
Elias Steurer
|
469183f2c7
|
Merge branch 'master' into 37-support-system-wide-dark-mode
# Conflicts:
# ScreenPlay/qml/Navigation/Navigation.qml
# ScreenPlay/qml/Settings/SettingsExpander.qml
# ScreenPlay/src/settings.cpp
# ScreenPlay/src/settings.h
|
2020-03-29 14:42:55 +02:00 |
|
Elias Steurer
|
d19fe5b977
|
Merge branch '60-check-if-other-instances-of-screenplay-are-currently-running' into 'master'
Resolve "Check if other instances of ScreenPlay are currently running"
Closes #60
See merge request kelteseth/ScreenPlay!29
|
2020-03-29 12:34:51 +00:00 |
|
Elias Steurer
|
68871cd6cc
|
Fix quit of QGuiApplication because the main event loop (app.exec) wasnt invoked yet
|
2020-03-29 14:24:57 +02:00 |
|
Elias Steurer
|
a021a0bb94
|
Add first version for detecting if another instance of ScreenPlay is running
|
2020-03-28 21:45:36 +01:00 |
|
Elias Steurer
|
71cd225aa5
|
Bump version to 0.10.1
|
2020-03-28 17:27:11 +01:00 |
|
Elias Steurer
|
fd3a1776fd
|
Update Russian translations based thanks to user Observer
|
2020-03-28 17:26:44 +01:00 |
|
Elias Steurer
|
7e90f63f87
|
Change testing path to something download able from the steam workshop
|
2020-03-28 17:22:56 +01:00 |
|
Elias Steurer
|
cab12c4af8
|
Change wallpaper check again because the old code didn't work for WS_MAXIMIZE windows that weren't in the foreground
|
2020-03-28 17:22:29 +01:00 |
|
Elias Steurer
|
2568abb132
|
Fix import of very small videos like 1 second in length. Thanks user Jailbreaker for the feedback!
|
2020-03-28 16:39:31 +01:00 |
|
Elias Steurer
|
99fc40a58e
|
Change name filter for video import. For this wizard we do not support gif
|
2020-03-28 13:00:09 +01:00 |
|
Elias Steurer
|
5d32ff8163
|
Fix visible check for one monitor
|
2020-03-28 12:54:46 +01:00 |
|
Elias Steurer
|
fb782e599b
|
Add small pause to wait until window animation is finished to not display black background for a few frames
|
2020-03-28 12:39:53 +01:00 |
|
Elias Steurer
|
4a6c46f24a
|
Fix default cover mode
|
2020-03-28 12:30:41 +01:00 |
|
Dominik Louven
|
433c7f74e0
|
Fix localserver not stopping correctly on exit
|
2020-03-27 16:23:24 +01:00 |
|
Dominik Louven
|
17c2f60bf0
|
WIP: Desktop Overlay rendering
|
2020-03-27 16:18:15 +01:00 |
|
Dominik Louven
|
d414a9b0cb
|
Fix wallpaper and widget binary paths for linux debug build
|
2020-03-27 15:02:13 +01:00 |
|
Dominik Louven
|
6079da1472
|
Fix project.json path not converting to localfile properly
|
2020-03-27 15:01:42 +01:00 |
|
Dominik Louven
|
153c871bd2
|
Fixi profile.json unable to create on linux
|
2020-03-27 14:41:36 +01:00 |
|
Dominik Louven
|
2df2df12fb
|
Migrate from QGuiApplication to QApplication for linux support
|
2020-03-27 14:29:44 +01:00 |
|
Dominik Louven
|
0af6940c3d
|
Add breakpad.pri for all platforms except linux for now
|
2020-03-27 14:25:13 +01:00 |
|
Elias Steurer
|
a0bfeb094c
|
Fix missing linker flags for release
|
2020-03-27 14:21:12 +01:00 |
|
Elias Steurer
|
b9d8a8bbd2
|
Fix last missing linker flag! ScreenPlay is now once again compilable on linux!
|
2020-03-27 14:21:12 +01:00 |
|
Elias Steurer
|
49cabc370f
|
Fix more linux linking errors
|
2020-03-27 14:21:12 +01:00 |
|
Elias Steurer
|
d066ac22ff
|
Fix linux compilation
|
2020-03-27 14:20:39 +01:00 |
|
Elias Steurer
|
0032332139
|
Merge branch 'patch-1' into 'master'
I did some translation :p
See merge request kelteseth/ScreenPlay!28
|
2020-03-27 10:19:56 +00:00 |
|
Observer
|
2c760fe05b
|
I did some translation :p
|
2020-03-27 06:43:24 +00:00 |
|
Elias Steurer
|
85b897a5c5
|
Remove CONTRIBUTING see https://kelteseth.gitlab.io/ScreenPlayDocs/contribute/contribute/
|
2020-03-26 17:14:24 +01:00 |
|
Elias Steurer
|
39e81bbd89
|
Add warning if removeWallpaperAt was not successful
|
2020-03-26 17:08:07 +01:00 |
|
Elias Steurer
|
db94ca2a1e
|
Fix clang compilation on windows by making m_globalVariables no longer a reference
Fix clang-tidy and clazy warnings
|
2020-03-25 21:30:04 +01:00 |
|
Elias Steurer
|
0658d3f8c8
|
Fix 5.15 warnings for c++ singals to QML slots not using function
|
2020-03-25 21:29:01 +01:00 |
|
Elias Steurer
|
1cc2ec38a6
|
Fix default header value for checkWallpaperVisible
|
2020-03-24 16:25:18 +01:00 |
|
Elias Steurer
|
cfbfa33c5f
|
Remove CheckWallpaperVisible for now from default
|
2020-03-24 16:17:23 +01:00 |
|
Elias Steurer
|
b4289fb758
|
Fix copy to clipboard for debug messages not using newline resulting in one line pasting
|
2020-03-21 16:25:35 +01:00 |
|
Elias Steurer
|
3b5ee229d5
|
Add description text when the wallpaper does not render to guide the user to disable the VisualsPaused feature if he can read this
|
2020-03-21 13:07:27 +01:00 |
|
Elias Steurer
|
527423c86d
|
Fix theme set on startup
|
2020-03-19 15:34:08 +01:00 |
|
Elias Steurer
|
bbc7c7caab
|
Change more QML Items from hardcoded values to Material variables
|
2020-03-19 14:13:44 +01:00 |
|
Elias Steurer
|
bdc4b4ced6
|
Merge branch 'dev' into 37-support-system-wide-dark-mode
|
2020-03-19 12:50:38 +01:00 |
|
Elias Steurer
|
422c4ef189
|
Add warning message for a potential bug where the wallpaper counter never resets
|
2020-03-19 12:49:52 +01:00 |
|
Elias Steurer
|
5d0fcd8b63
|
Remove none exisitng property
|
2020-03-19 12:49:17 +01:00 |
|
Elias Steurer
|
8b347cad9f
|
Fix version an add auto install script to replace install-dependencies
|
2020-03-16 11:50:35 +01:00 |
|