Commit graph

16 commits

Author SHA1 Message Date
Matti Viljanen
cbf7e7cdbc
Split project into GUI application and CLI service 2020-04-24 11:22:07 +03:00
Matti Viljanen
01e06c8192
Actually emit the signal changes 2020-03-28 10:14:02 +02:00
Matti Viljanen
e6cf771874
Fix more mishaps... 2020-03-24 10:02:30 +02:00
Matti Viljanen
02b3f40524
Increase debug log verbosity 2020-03-21 05:02:04 +02:00
Matti Viljanen
cc52212eb5
Update copyrights 2020-03-21 03:27:09 +02:00
Matti Viljanen
3fe4589c21
Implement enable/disable notifications, fix emitting signals, move charger control buttons to MainPage 2020-03-21 03:22:47 +02:00
Matti Viljanen
85d42458ca
Improve logging, settings loading and file operations 2020-03-21 01:17:15 +02:00
Matti Viljanen
e1b59a98a5
Code cleanup; rename variables. Separate alert and charger limits. 2020-03-20 20:57:06 +02:00
Matti Viljanen
c67a33a4b7
Implement charger control and charger plugged in boolean 2020-03-20 17:26:29 +02:00
Matti Viljanen
c7ba509bc7
Move sliders to Settings page, add alert interval setting 2019-01-29 01:11:32 +02:00
Matti Viljanen
8eafae5808
Version bump to 1.1, update translations, minor cleanup, remove QDebug 2019-01-08 21:15:36 +02:00
Matti Viljanen
960750f2a7
Fix QSettings not getting saved, get rid of load() and save() 2019-01-08 20:19:54 +02:00
Matti Viljanen
5eea9e9732
Use QSettings instead of QSqlDatabase, move defaults to headers.
This is what over thinking looks like. QSettings need *absolutely no configuration*, whereas QSqlDatabase couldn't even get the directory created, and for some reason (simple write permissions, I think) QDir couldn't even create the data folder. Gah!
2019-01-06 16:39:33 +02:00
Matti Viljanen
6fce9e5dcc Remove qDebug 2019-01-06 11:34:54 +02:00
Matti Viljanen
8467c6e7c6 Add GPLv3 license comments in source files 2019-01-05 23:40:22 +02:00
Matti Viljanen
629bdbd1f7 Actually include settings.h and settings.cpp 2019-01-05 23:38:41 +02:00