1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 17:27:07 +02:00
Commit Graph

715 Commits

Author SHA1 Message Date
Elias
74e0f68622 Rename ScreenPlayWindow to the more fitting ScreenPlayWallpaper 2019-07-26 13:08:27 +02:00
Elias
4543b54378 Change ifs of create state to switch 2019-07-25 19:46:10 +02:00
Elias
70be9a4fe1 Add check if files are available 2019-07-25 13:22:28 +02:00
Elias
567f7016a8 Disable some buttons when in progress 2019-07-25 12:47:03 +02:00
Elias
dad7b39265 Add download and extracting states 2019-07-25 12:36:42 +02:00
Elias
cda83a115c Add basic ffmpeg download 2019-07-24 15:31:43 +02:00
Elias
185ddb45e9 Cleanup 2019-07-18 21:51:10 +02:00
Elias
86c3a453c4 Fix preview image/gif siwtch 2019-06-23 14:37:42 +02:00
Elias
636ef2d700 Remove no longer needed scope guard 2019-06-23 14:24:01 +02:00
Elias
4c2cdb0625 Add workaround for workshop uploads. Still needs navigation active fix! 2019-06-23 14:23:33 +02:00
Elias
babcf84112 Fix footer animation 2019-06-23 14:22:55 +02:00
Elias
1db6b1593d Add double click system tray icon 2019-06-23 14:22:14 +02:00
Elias
06ac667178 Fix saving project files in utf8 2019-06-23 14:21:52 +02:00
Elias
c3f0457bd9 Fix namespace issues for qml enums 2019-06-22 17:26:22 +02:00
Elias
8c1b535fad Add widget fadeout 2019-06-13 18:06:24 +02:00
Elias
17fa34e288 Bump screenPlay version to 0.3 2019-06-13 18:05:59 +02:00
Elias
7fb7b65e2b Remove Qt Smartpointer with std
Add separate widget counter
2019-06-13 18:05:34 +02:00
Elias
1a68f411cf Fix sidebar states for widgets 2019-06-13 18:04:12 +02:00
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
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