Commit graph

276 commits

Author SHA1 Message Date
Matti Viljanen
b00e024107
Implement "right-to-left" Slider 2020-03-20 22:57:59 +02:00
Matti Viljanen
d90c9c87da
Implement charger control logic 2020-03-20 20:58:01 +02:00
Matti Viljanen
e1b59a98a5
Code cleanup; rename variables. Separate alert and charger limits. 2020-03-20 20:57:06 +02:00
Matti Viljanen
799ecd40db
Add missing statuses 2020-03-20 20:49:28 +02:00
Matti Viljanen
fecaad492a
Make sure charging is disabled on exit 2020-03-20 17:29:09 +02:00
Matti Viljanen
da92cb4c7a
Fix layout 2020-03-20 17:28:10 +02:00
Matti Viljanen
d15d45ee1f
Add systemd service for ensuring write access 2020-03-20 17:27:38 +02:00
Matti Viljanen
c67a33a4b7
Implement charger control and charger plugged in boolean 2020-03-20 17:26:29 +02:00
Matti Viljanen
b429c474c6
Use pointers to objects for consistency 2020-03-20 16:18:14 +02:00
Matti Viljanen
21a4b9e0e8
Remove audio tests from main page 2020-03-20 16:16:30 +02:00
Matti Viljanen
a4b709c476
Add separate license page, update about page 2020-01-05 13:08:16 +02:00
Matti Viljanen
472a5233f3
Include .pro.user.* files 2019-04-27 13:51:37 +03:00
Matti Viljanen
cd167a56aa
Merge pull request #4 from Quenty31/patch-2
More small fixes
2019-04-27 13:24:14 +03:00
Quentí
e375675879
More small fixes 2019-03-17 19:29:01 +01:00
Matti Viljanen
f6732a0bb1
Merge pull request #3 from Quenty31/patch-1
Update French
2019-03-11 20:38:00 +02:00
Quentí
e7c66ffcde
small mistakes 2019-03-11 19:21:54 +01:00
Matti Viljanen
bac3580807
Update comment 2019-03-10 14:56:41 +02:00
Matti Viljanen
20598baf8a Version bump 2019-03-10 14:02:00 +02:00
Matti Viljanen
fe6194eb70 Fix French and Chinese translations 2019-03-10 13:59:01 +02:00
Matti Viljanen
6e290fa718
Merge pull request #2 from Quenty31/master
[i18n] French local file
2019-02-24 22:59:25 +02:00
Quentí
3f81bd718a
French local file 2019-02-24 17:09:45 +01:00
Matti Viljanen
688d7b377e
Merge pull request #1 from dashinfantry/patch-1
Here is the chinese translation for battery buddy
2019-02-12 21:59:41 +02:00
dashinfantry
a09cdf4507
Create harbour-batterybuddy-zh_cn.ts 2019-02-13 00:18:55 +08:00
Matti Viljanen
c4b2ccd87b
Fix multiple notifications (hopefully), add screenshots 2019-02-11 14:03:00 +02:00
Matti Viljanen
03960a5636
Update changelog 2019-02-10 20:30:54 +02:00
Matti Viljanen
96225c71af
Increase polling frequency to 3s 2019-02-10 20:30:45 +02:00
Matti Viljanen
a9daef7d6b
Set QFile parents 2019-02-10 20:30:26 +02:00
Matti Viljanen
8d9516a494
Use SoundEffect instead of MediaPlayer, so that media playback doesn't pause 2019-02-10 20:30:11 +02:00
Matti Viljanen
51f2542d80
Fix cover updates 2019-02-10 20:27:27 +02:00
Matti Viljanen
2074f412b3
Version bump, changelog and translation update 2019-01-29 01:34:34 +02:00
Matti Viljanen
1561b66743
Actually include MyDetailItem.qml 2019-01-29 01:28:59 +02:00
Matti Viljanen
0eb199de67
Adjust alert role and volume, increase notification urgency 2019-01-29 01:28:44 +02:00
Matti Viljanen
7d2e964e5a
Take BatteryGraph into use 2019-01-29 01:27:30 +02:00
Matti Viljanen
5914ff6488
Actually move sliders to Settings page 2019-01-29 01:25:16 +02:00
Matti Viljanen
99d8aecb7a
Add MyDetailItem 2019-01-29 01:23:53 +02:00
Matti Viljanen
c7ba509bc7
Move sliders to Settings page, add alert interval setting 2019-01-29 01:11:32 +02:00
Matti Viljanen
1548b17916
Create visual battery charge level indicator 2019-01-29 01:09:54 +02:00
Matti Viljanen
85184313b0
Update translation 2019-01-09 01:12:30 +02:00
Matti Viljanen
722cac24b9
Fix broken state detection, move state translations to QML 2019-01-09 00:59:23 +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
1b3920ef03
Fix battery 100% full, but app not alerting, minor cleanup 2019-01-08 20:21:21 +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
ad28b2e402
Display battery state 2019-01-08 20:18:25 +02:00
Matti Viljanen
7ef7775c89
Add state to battery data, return translated state 2019-01-08 20:16:10 +02:00
Matti Viljanen
10fe796d1c
Add scroll decorator 2019-01-08 20:06:08 +02:00
Matti Viljanen
244c97ad7b
Make GitHub link HTTPS, not HTTP 2019-01-06 16:44:19 +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
2a9db678b0
Make empty and one-line functions really one-liners 2019-01-06 16:37:02 +02:00
Matti Viljanen
d2668194ce Rename LICENSE to LICENSE.md 2019-01-06 12:07:46 +02:00
Matti Viljanen
d6dd460471
Create LICENSE 2019-01-06 12:05:57 +02:00