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

852 Commits

Author SHA1 Message Date
Elias
1032e034eb Make RippleEffect orange 2019-06-13 18:03:55 +02:00
Elias
3e22d3f8d8 Fix reset of search condition 2019-06-13 18:03:38 +02:00
Elias
a050463f48 Fix qml scene values not set
Fix fadein
2019-06-12 16:54:05 +02:00
Elias
1bb6b87edb Fix creating wallpaper 2019-06-12 16:39:49 +02:00
Elias
19f014bb41 Fix removing wallpapers 2019-06-12 13:16:53 +02:00
Elias
41ae291215 Add missing signal 2019-06-12 13:16:11 +02:00
Elias
41547a52eb Only catch mouse when needed. 2019-06-12 13:15:46 +02:00
Elias
99c62ad2cb Speedup sidebar opening via removing nested signals 2019-06-12 13:14:51 +02:00
Elias
da3b1bea37 Add fadeout 2019-06-12 12:23:51 +02:00
Elias
132211a6a5 Fix wallpaper fade in 2019-06-12 12:12:31 +02:00
Elias Steurer (Kelteseth)
589f699575 Merge branch 'kelteseth-dev-patch-91037' into 'dev'
Update README.md

See merge request kelteseth/ScreenPlay!13
2019-06-11 14:16:47 +00:00
Elias Steurer (Kelteseth)
6642d18b65 Update README.md 2019-06-11 14:11:34 +00:00
Elias Steurer (Kelteseth)
d631437e22 Merge branch 'kelteseth-dev-patch-39438' into 'dev'
Update CONTRIBUTING.md

See merge request kelteseth/ScreenPlay!12
2019-06-11 14:10:20 +00:00
Elias Steurer (Kelteseth)
dd67681945 Update CONTRIBUTING.md 2019-06-11 14:02:21 +00:00
Elias Steurer (Kelteseth)
fffb3046db Merge branch 'feature/autostartWallpaper' into 'dev'
Feature/autostart wallpaper

See merge request kelteseth/ScreenPlay!11
2019-06-11 13:51:49 +00:00
Elias
c064952a2d Move everything inside the ScreenPlay namespace 2019-06-11 15:44:17 +02:00
Elias
1605b64250 Add contributing and AGPL 2019-06-11 13:46:19 +02:00
Elias
36c7b302f5 Restore property set 2019-06-11 13:40:35 +02:00
Elias
6495d5e75d Add RippleEffect 2019-06-11 13:40:11 +02:00
Elias
54f597529a Cleanup 2019-06-10 16:27:17 +02:00
Elias
90990b827f Remove aimber 2019-06-10 16:03:05 +02:00
Elias
5146a34a70 Add 2019-06-09 12:26:11 +02:00
Elias
55b3d0f3f3 Fix scene value set from screenplay to screenplaywindow
Add mouse hook for input
2019-06-09 12:21:03 +02:00
Elias
aed40a3633 Merge remote-tracking branch 'origin/team/john' into feature/vcpkg
# Conflicts:
#	ScreenPlay/src/screenplay.cpp
#	ScreenPlay/src/screenplay.h
2019-06-06 14:14:12 +02:00
JeJo
599ad7b1c1 Wallpaper and Widget class: bug fix
changed QProcess* m_process to simply QProcess m_process.
Widget class : QObject{ parent } must be constructed first.
2019-05-04 22:54:16 +02:00
JeJo
d5705e9c90 ScreenPlay using std::unique_ptr<> 2019-05-04 22:33:53 +02:00
JeJo
355beb1bd5 ScreenPlay Q_DISABLE_COPY_MOVE() macro fix 2019-05-04 22:32:13 +02:00
JeJo
736f2e7f7f seperation of wallpaper and widget classes 2019-04-28 18:45:42 +02:00
Elias
fe660f6a0a Add vcpkg 2019-04-27 15:35:19 +02:00
Elias
9764238ad1 Fix 2019-04-27 11:55:29 +02:00
Elias
e03cfd5b3c Add dep install script for windows 2019-04-27 11:46:37 +02:00
Elias
b5620c45c0 Replace all pure public data classes with structs 2019-04-25 13:56:38 +02:00
Elias
b961769fad Move Q_PROPERTY to the top
Remove explicit enum value
Replace 0 with nullptr
Remove QFuture and QFuturewatcher for  now
2019-04-25 13:54:50 +02:00
Elias
7e28cff32e Remove no longer used Text 2019-04-25 13:24:40 +02:00
Elias
cb79e5a18f Add more c++ documentation and todos 2019-04-25 13:19:39 +02:00
Elias
058569d047 Add clang format 2019-04-25 13:17:35 +02:00
JeJo
d23cd0ffd3 ScreenPlay::removeWallpaperAt(int at) does remove walls now(not done) 2019-04-22 21:58:25 +02:00
JeJo
e5504e2c14 class ScreenPlayWidget - modifications and separation of .h and .cpp 2019-04-22 07:25:12 +02:00
JeJo
1772f37735 class ScreenPlayWidget - modifications and separation of .h and .cpp 2019-04-22 07:23:42 +02:00
JeJo
09a4eac1ca class ScreenPlay - access members through getters 2019-04-22 04:58:27 +02:00
JeJo
14bddbe991 class ScreenPlay - minor changes and improvements 2019-04-22 04:57:14 +02:00
JeJo
273a4cbaca Merge branch 'feature/sysinfo-revamp' of https://gitlab.com/aimber/ScreenPlay into HEAD
# Conflicts:
#	ScreenPlay.pro
#	ScreenPlaySysInfoSDK/SysInfoSDK/cpu_generic.h
#	ScreenPlaySysInfoSDK/SysInfoSDK/ram_generic.h
2019-04-20 16:13:09 +02:00
DANI
8ca6418923 Merge branch 'dev' of https://gitlab.com/aimber/ScreenPlay into dev 2019-04-18 20:58:45 +02:00
DANI
2603cb5ec0 Remove bug.md 2019-04-18 20:58:37 +02:00
Elias
a20d73ecfb Add index
Fix styling
2019-04-09 19:21:10 +02:00
Elias
1fba9c0249 Fix styling 2019-04-09 18:16:02 +02:00
Elias
f3fe437283 Add c++ and qml docs 2019-04-09 18:00:58 +02:00
Elias
5c04b3074f Add ImageSelector
Add project config creation
Add more enum states
Remove no longer used functions
2019-04-06 21:25:00 +02:00
Elias
5f491212de Add ImageSelector 2019-04-06 21:23:39 +02:00
Elias
8b38f59909 Add mac includes
Add missing include
2019-04-04 17:20:13 +02:00