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
Elias
161b77fd37
Add macwindow
2019-04-04 17:19:19 +02:00
Elias
dc0d8afa8b
Fix sdk build
2019-04-04 17:19:05 +02:00
Elias Steurer
2a77ce9a37
Add linuxwindow
2019-04-01 13:42:35 +02:00
Elias Steurer
ac1eee9d27
Fix linux compilation
2019-04-01 13:03:49 +02:00
Elias
032ac18518
Add common tag selector
...
Remove no longer needed NextButton
Add project.json saveWallpaper
2019-03-31 14:46:11 +02:00
Elias
54154ad09b
Fix wallpaper path
2019-03-30 12:56:34 +01:00
Elias
22ef3494e0
Add ability to save wallpapers
...
Add preview
Cleanup
2019-03-28 21:26:47 +01:00
Elias
0d12c84107
Remove debugs
2019-03-28 21:26:24 +01:00
Elias
ead7f3345b
Add main
2019-03-28 21:25:39 +01:00
Elias
9cee6488fe
Add bug template
2019-03-28 21:25:08 +01:00
Elias
cea7d0b214
Replace pixelSize with device dpi independent pointSize
2019-03-28 20:09:55 +01:00
Elias
0352a88e02
Fix enum c++ to qml export
...
Remove custon CreateWallpaperData struct because it is no longer needed. All variables are now public members of the new createimportvideoo class
Fix removing of files when converting successful
2019-03-28 19:02:47 +01:00
Elias
6b370d57ba
Add a way easier way to debug wallpaper and widgets
2019-03-27 18:38:36 +01:00
Elias
9b606a79bc
Cleanup widgets and Window. When a developer now opens the widget or window project it opens a instance without screenplay sdk. This makes debugging way easier
2019-03-24 16:52:07 +01:00
Elias
970aeea99f
Fix massive widget movement jitter bug
2019-03-17 15:18:49 +01:00
Elias
5692d6cf6d
Cleanup converting video
2019-03-14 20:02:44 +01:00
Elias
fb0ab7aead
Merge remote-tracking branch 'origin/dev' into refactor/window
2019-03-14 18:59:16 +01:00
Elias
2dcb49366b
Workaround for working wallpaper two times
2019-03-14 18:56:55 +01:00
Elias
1fe810befd
Remove silly cacheBuffer value
2019-03-14 18:56:35 +01:00
Elias
a7394dfb06
Fix displaying wallpaper
2019-03-14 18:56:19 +01:00
Elias
31757b4e31
Refactor window
...
Refactor wallpaper convertion
2019-03-10 21:20:55 +01:00
Elias Steurer (Kelteseth)
2fec05863c
Add bug templates for bugs and features
2019-03-01 11:45:57 +00:00
Elias Steurer (Kelteseth)
fbfb320f43
Update README.md
2019-02-28 15:37:25 +00:00