1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00
Commit Graph

724 Commits

Author SHA1 Message Date
Elias
6c5a8f9049 We need from now on Qt 5.13 because of the upgrade of OpenSSL from 1 to 1.1.1 2019-07-27 11:10:12 +02:00
Elias
974c737dc4 Replace png with smaller jpg
Fix wallpaper property change panel for videoWallpaper
2019-07-27 11:05:49 +02:00
Elias
e9fc6fe83d Fix win 7 potential crash 2019-07-27 11:05:03 +02:00
Elias
9211441b1f Fix windows 10 version >= 1903 topmargin. They changed the topmargin to 10% of the monitor height. Dunno why... 2019-07-26 17:28:30 +02:00
Elias
bc99ead6c7 Add vcpkg to CI 2019-07-26 13:23:45 +02:00
Elias
d7d2dc5f40 Fix video conversion file name and copying 2019-07-26 13:22:27 +02:00
Elias
f8ca281a3b Fix rename of ScreenPlayWallpaper 2019-07-26 13:22:01 +02:00
Elias
13b012e970 Add copying of zlib and libzippp 2019-07-26 13:21:39 +02:00
Elias
8d2c223a3a Remove ffmpeg from repo 2019-07-26 13:20:34 +02:00
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