1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-07-19 02:54:47 +02:00
Commit Graph

667 Commits

Author SHA1 Message Date
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
Elias Steurer (Kelteseth)
d319070e13 Add CONTRIBUTING 2019-02-28 15:32:05 +00:00
Elias
f7336a4ba3 Fix Resources having no longer valid entry 2019-02-15 19:38:53 +01:00
Elias
cdfcf34ac2 Add better creation handling
Remove mp4 conversion
2019-02-15 19:15:50 +01:00
Elias
c096be89cc Make import consistent from using 2.x -> 2.12 2019-02-15 12:07:29 +01:00
Elias
bb9db9117a Remove QGuiApplication pointer to classes. This is not needed because we can call the static method QGuiApplication::instance() everywhere
Remove QSettings init because it is created after setting organization name url etc. See QSettings::QSettings(QObject *parent = nullptr) in the docs for more info
2019-02-15 11:58:38 +01:00
Elias
476d1b6a34 Fix removing of wallpaper 2019-02-09 16:52:35 +01:00
Elias
23e6601d10 Fix some margins in settings 2019-02-08 14:48:57 +01:00
Elias
a9dfc9d261 Forgot to push the function renaming changes... 2019-02-07 15:05:10 +01:00
Elias
abc2134952 Fix Roboto as default font 2019-02-07 15:00:17 +01:00
Elias
0c2fc09b35 Fix Qt version
Remove ScreenPlayWorkshop copy
Remove copying of wrong OpenSSL dlls
2019-02-07 14:55:43 +01:00
Elias
d1e86ca7c0 Fix build scripts 2019-02-07 14:36:09 +01:00
Elias
3a32d64b28 Cleanup unused includes
Fix loadScreens -> loadInstalledContent renaming
2019-02-07 14:27:13 +01:00