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

31 Commits

Author SHA1 Message Date
Elias Steurer
4dcea75242 Move util functions and global enums into dedicated lib
This will make reusing easier like enum parsing between
ScreenPlay and ScreenPlayWallpaper &
project load/save
2021-01-28 15:19:46 +01:00
Elias Steurer
e9d333ba2e Call format-cpp 2020-10-29 19:17:37 +01:00
Elias Steurer
8e117cebfd Call format-cmake.py 2020-10-29 18:53:52 +01:00
Elias Steurer
d6b27d30a5 Remove CMake min version to only set it in main CMakeList.txt 2020-10-02 21:29:11 +02:00
Elias Steurer
c8a87e1ef9 Fix sysinfo sdk not building shared bin 2020-09-10 17:07:01 +02:00
Elias Steurer
e1b40a7d4c More settings save reworking 2020-07-31 11:58:05 +02:00
Elias Steurer
c76bebb68b Remove install step 2020-07-08 17:10:27 +02:00
Elias Steurer
2ac4540461 Add AGPL and Commercial copyright header 2020-05-16 23:01:09 +02:00
Elias Steurer
9ce9467dd7 Fix cmake be compilable on linux
Downgrade to 3.16 that ships with Ubuntu 20.04
Fix QML modules that does not exists ( cmake on Windows just ignores this lol)
2020-05-16 13:37:32 +02:00
Elias Steurer
799a115c36 Add cmake QtCreator readme setup 2020-05-03 13:11:26 +02:00
Elias Steurer
b69d71544c Add copy of files into the qt/qml folder 2020-05-01 17:44:21 +02:00
Elias Steurer
bd77099c06 Remove old project files 2020-05-01 16:46:09 +02:00
Elias Steurer
c7fd69a78e Add first working cmake version for ScreenPlay
Refactor stomt sdk from qmake/github to cmake/gitlab
2020-04-30 20:03:14 +02:00
Elias Steurer
38f117b369 Merge branch 'master' into 66-port-screenplay-from-qmake-to-cmake 2020-04-16 11:14:49 +02:00
Elias Steurer
db94ca2a1e Fix clang compilation on windows by making m_globalVariables no longer a reference
Fix clang-tidy and clazy warnings
2020-03-25 21:30:04 +01:00
Elias Steurer
8b347cad9f Fix version an add auto install script to replace install-dependencies 2020-03-16 11:50:35 +01:00
Elias Steurer
2e20673e67 Fix cmake files to be able to open the project in QtCreator 2020-03-10 12:34:34 +01:00
Elias Steurer
d1bee5aa8f Add autoconversion based of https://github.com/davidtazy/QMake2CMake 2020-03-10 12:16:58 +01:00
Elias Steurer
20d2667548 Add storage list model based on QStorageInfo 2020-01-12 17:07:05 +01:00
Elias Steurer
0da9cc7435 Cleanup sysinfo SDK to use smart pointer 2019-09-01 12:01:42 +02:00
Elias
17729a590f Add initial wallpaper start on startup 2019-08-02 13:11:31 +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 Steurer
ac1eee9d27 Fix linux compilation 2019-04-01 13:03:49 +02:00
Dominik Louven
855283d1ba Add cpu and ram stats to sysinfo 2018-12-02 21:22:12 +01:00
Dominik Louven
53280d1a36 Disabled Windows only WinApi calls in sys info 2018-11-26 20:38:23 +01:00
kelteseth
f91f8e8b92 Fix example 2018-11-06 17:00:21 +01:00
kelteseth
5e69677cf5 Add example for dani 2018-11-06 16:59:10 +01:00
kelteseth
972e7bcad5 Add basic sysinfo structure 2018-10-26 12:05:23 +02:00
kelteseth
e9fe1d4133 Convert to singleton 2018-09-19 13:22:53 +02:00
kelteseth
758a967c04 Add SysInfo Plugin 2018-09-19 13:19:51 +02:00