1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
Commit Graph

1332 Commits

Author SHA1 Message Date
Elias Steurer
6f77e77ffe Update README.md 2020-09-04 07:17:22 +00:00
Elias Steurer
d7cd880ed7 Update CI to 5.15.1 2020-09-03 19:23:17 +02:00
Elias Steurer
3be5ab032e Add removal of Wallpaper/Widget on crash 2020-09-03 19:22:59 +02:00
Elias Steurer
fa6b734820 Fix set wallpaper volume, position and playback speed 2020-08-30 17:43:59 +02:00
Elias Steurer
71c2da13f6 Fix wrong qml names 2020-08-30 17:31:31 +02:00
Elias Steurer
d510f46eb6 Merge remote-tracking branch 'origin/master' into master 2020-08-30 17:25:14 +02:00
Elias Steurer
9e95b402db Refactor install list QML & C++
Move right click popup out of _every_ ScreenPlayItem.
This was a hughe performance hit.

Change (and rename) enum InstalledRole to  enum class ScreenPlayItem
2020-08-30 17:25:06 +02:00
Elias Steurer
1d11f6970c Add debug qrc version when running RelWithDebInfo
This is so we browser qrc files in QtCreator project
tree
2020-08-30 17:23:37 +02:00
Elias Steurer
8e4cca50d3 Update README.md 2020-08-28 12:30:26 +00:00
Elias Steurer
31d49e8b40 Merge remote-tracking branch 'origin/master' into master 2020-08-26 13:30:18 +02:00
Elias Steurer
dd4cc217a4 Cleanup UI into separate components 2020-08-26 13:30:05 +02:00
Elias Steurer
a8e3f6131d Fix sorting of Widgets 2020-08-25 15:50:32 +02:00
Elias Steurer
6e06f5dba5 Update README.md 2020-08-24 14:17:30 +00:00
Elias Steurer
5e775b202d Cleanup 2020-08-23 19:06:17 +02:00
Elias Steurer
2fc5452272 Set default theme to dark 2020-08-23 18:39:52 +02:00
Elias Steurer
b81c513905 Revert setWallpaperValue from QVaraint to QString
This caused some floating convertion error. Because they get send
as a string in the end anyways we just can use string here.

I noticed Qt calls function multiple times when using QVariant for every
version that fits!
2020-08-23 18:28:31 +02:00
Elias Steurer
b1362cab4e Fix close icon color to use Material.iconColor 2020-08-23 18:06:58 +02:00
Elias Steurer
0b84c37b78 Change SaveNotification base item to custom implemetation 2020-08-23 18:03:36 +02:00
Elias Steurer
83f5ecc669 Update translations bins 2020-08-23 18:02:59 +02:00
Elias Steurer
e0e37865fa Add cmake automatic translation generation 2020-08-23 13:55:13 +02:00
Elias Steurer
6466906eac Fix spelling thanks to Neiffer 2020-08-23 12:25:07 +02:00
Elias Steurer
cfc89e6838 Remove old Workshoploader 2020-08-22 14:12:13 +02:00
Elias Steurer
b08c12425d Change check if steam version from qml to cpp
We now have a steamVersion property to set
if we can load the steam plugin. Because of this
we no longer need the WorkshopLoader and WorkshopAvailableTest
2020-08-22 13:59:28 +02:00
Elias Steurer
5d8f7c4519 Fix crash when requesting none existing profile
Add SaveNotification to indicate that the profile
has been saved. Also created a bugreport because
I was unable to anchor the Drawer

https://bugreports.qt.io/browse/QTBUG-86199
2020-08-22 13:33:08 +02:00
Elias Steurer
db0a775515 Add hover stealing to Sidebar
This is to fix the hover event of installed content
being triggered when hovering over sidebar elements
2020-08-22 12:36:46 +02:00
Elias Steurer
f98e87d7cf Fix dark theme colors for video wizard
Add some mkv/webm checks because
we do  not support them yet
2020-08-22 12:32:02 +02:00
Elias Steurer
8838f4f00e Remove copying of html file
It is now in the qrc
2020-08-22 12:15:18 +02:00
Elias Steurer
f93c6a15a1 Remove webm for now because import support is missing 2020-08-22 12:14:32 +02:00
Elias Steurer
c32ea21e13 Add html files to qrc
Apparently this works now with newer Qt versions...
2020-08-22 12:14:05 +02:00
Elias Steurer
2e670ed84c Fix colors 2020-08-20 17:22:06 +02:00
Elias Steurer
33995204b2 Add workshop as QPlugin 2020-08-20 17:21:09 +02:00
Elias Steurer
5fcc4be4ab Add hover open in browser
Add disabled steam
2020-08-18 18:15:09 +02:00
Elias Steurer
76083ba0be Remove unnecessary states 2020-08-18 18:03:42 +02:00
Elias Steurer
0d1e210dbe Fix CommunityNavItem click
Fix Nav shadow
2020-08-18 18:02:52 +02:00
Elias Steurer
1f7b7d4cb5 Format 2020-08-18 17:19:01 +02:00
Elias Steurer
95c11702a0 Fix dark and light background colors 2020-08-18 17:17:16 +02:00
Elias Steurer
f17b26fd00 Fix codoc combobox width and text 2020-08-18 17:15:46 +02:00
Elias Steurer
59a020418a Fix include 2020-08-18 17:15:08 +02:00
Elias Steurer
35e77610a5 Add ping alive to check if widget or wallpaper is still running 2020-08-18 17:14:34 +02:00
Elias Steurer
b05ad7fe65 Fix DefaultVideoControls initial value from ScreenPlayWallpaper 2020-08-18 17:09:43 +02:00
Elias Steurer
81a62311aa Remove stomt
Replacing it with website, forum, bugtracker etc
2020-08-18 17:07:56 +02:00
Elias Steurer
ee251b090a Move Page into SettingsPage.qml and fix elevation 2020-08-15 17:03:53 +02:00
Elias Steurer
0ca674a313 Add another check if main application is still running
The timeout of pipes is quite high so we need to ping them regularly
2020-08-14 11:28:58 +02:00
Elias Steurer
41a4b3d45f Add missing rc from last commit 2020-08-13 12:37:44 +02:00
Elias Steurer
a5b84b2eef Add windows app icon 2020-08-13 12:34:12 +02:00
Elias Steurer
045cefae56 Add deletion of content if it is not a steam item
Deleting a steam subscription folder would be pointless
because Steam would just download it again. For now
this works only with none steam items, based if
their have a steamID in their project.json
2020-08-11 20:30:28 +02:00
Elias Steurer
1fe1fb2c4b Fix replacing wallpaper from different types 2020-08-11 20:18:34 +02:00
Elias Steurer
02042f060f Fix CI 2020-08-11 19:38:58 +02:00
Elias Steurer
bc6e2b4e3b Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay into master 2020-08-11 19:33:43 +02:00
Elias Steurer
d7411d1232 Fix artifact path to contain only bin 2020-08-11 19:33:35 +02:00