Commit graph

254 commits

Author SHA1 Message Date
Matti Viljanen
f9354eacc3
Add log viewer page, enable logging by default 2021-04-17 23:39:36 +03:00
Matti Viljanen
51d5c8f29d
Fix function return type 2021-04-17 22:18:13 +03:00
Matti Viljanen
e31b791bdb
Remove unused function 2021-04-17 22:14:36 +03:00
Matti Viljanen
f4bf1d0763
Use const keywords and references a lot more 2021-04-17 22:13:57 +03:00
Matti Viljanen
d3132a453d
Replace QDebug with custom Logger 2021-04-17 22:01:19 +03:00
Matti Viljanen
4a885c347d
Don't hard code application name, properly assign object owners, Qt handles delete 2021-04-10 04:08:50 +03:00
Matti Viljanen
1ae74460cf
Don't recreate QSettings 2021-04-10 02:30:41 +03:00
Matti Viljanen
178dfb9a68
Add support for My Backup 2021-04-10 02:29:29 +03:00
Matti Viljanen
6b047af6c0
Use sh instead of bash 2021-04-10 01:51:42 +03:00
Matti Viljanen
5da67a5a22
Set percentage ranges to 5%...100% 2021-04-10 01:42:08 +03:00
Matti Viljanen
68d7c864a8
Fix systemd path 2021-04-10 01:32:09 +03:00
Matti Viljanen
4b8b0bcc79
Simplify slider code, add buttons to ease use 2021-04-10 01:31:03 +03:00
Matti Viljanen
0aff894dd2
Don't enable charging on exit when running on emulator 2021-04-09 23:34:06 +03:00
Matti Viljanen
ba3d17b611
Fine-tune debug output 2021-04-09 23:33:21 +03:00
Matti Viljanen
74cad3b5b5
Enable debug output when using emulator on daemon, too 2021-04-09 23:29:34 +03:00
Matti Viljanen
709e384075
Enable debug output when using emulator 2021-04-09 23:28:55 +03:00
Matti Viljanen
4a05dd6725
Use QtQuick 2.2 2021-04-09 23:27:20 +03:00
Matti Viljanen
d47d3485b2
Add spacer comments 2021-04-09 23:25:43 +03:00
Matti Viljanen
a86086d5a1 Version bump to 3.8-1 2021-01-31 21:45:03 +02:00
Matti Viljanen
787f53216b Enable charging control by default 2021-01-31 21:43:23 +02:00
Matti Viljanen
b678017006
Don't hardcode nemo home path 2021-01-31 21:26:07 +02:00
Matti Viljanen
ca80336a4e
Merge pull request #29 from fllp/translation-updates-DE
Update and refine translations for de-DE
2021-01-07 18:40:36 +02:00
Flying Lollipop
6fb5cbd581 Locale: Update translators text for German 2021-01-01 17:12:01 +01:00
Flying Lollipop
e143c9d0dd Locale German: Translate new strings from 3.7-1 2021-01-01 15:46:40 +01:00
Flying Lollipop
291cbccd77 Locale German: use shorter status strings for mainpage 2021-01-01 15:45:46 +01:00
Flying Lollipop
0f8e61272f Locale: Revise German translations
Fix a few typos, make wordings consistent and try to be concise and short
while keeping as close as possible to original texts
2021-01-01 15:43:47 +01:00
Matti Viljanen
58a873a998
Respecting ringtone volume is now fixed 2020-12-30 01:32:41 +02:00
Matti Viljanen
cef5e3b76a Version bump to 3.7-1 2020-12-30 01:06:25 +02:00
Matti Viljanen
d04ec4ed19 Fix DBus session address, fix service handling 2020-12-30 01:01:50 +02:00
Matti Viljanen
7b490275ba Use current ringtone volume. Fixes issue #9 2020-12-29 22:59:15 +02:00
Matti Viljanen
6b3085857c Use symlinks for .spec and .changes files 2020-12-29 20:23:23 +02:00
Matti Viljanen
f582d55809 Fix timer logic once again... 2020-12-27 16:21:15 +02:00
Matti Viljanen
a084c2d811 Improve service processing 2020-12-27 16:18:22 +02:00
Matti Viljanen
07c463b238 Use QMediaPlayer instead of QSoundeffect
...but it STILL dowsn't respect ringtone volume...
2020-12-27 16:17:05 +02:00
Matti Viljanen
284c46196e Remove unused import 2020-12-27 16:12:27 +02:00
Matti Viljanen
5cca284fa7 Don't update timers immediately on charger dis/connect
Fixes unnecessary "Connect charger" notification right after charger is connected
2020-12-27 02:24:19 +02:00
Matti Viljanen
d49b661053 Don't let high/low alert close low/high notification 2020-12-27 02:10:34 +02:00
Matti Viljanen
ff50092d84 Use QSoundEffect for notification sounds 2020-12-27 02:10:05 +02:00
Matti Viljanen
4d58c55041 Always use username of UID 100000 2020-12-27 00:45:40 +02:00
Matti Viljanen
2be3247a5a Update Finnish translation 2020-12-01 01:16:28 +02:00
Matti Viljanen
041adb3c85 Refine "Once" and "Never" behavior, remove redundant updateNotification 2020-12-01 00:53:48 +02:00
Matti Viljanen
b94df34839 Remove redundant high/low notification enabled 2020-11-30 22:58:37 +02:00
Matti Viljanen
aea2ef3da2 Implement "Once" and "Never" special time values 2020-11-30 22:41:09 +02:00
Matti Viljanen
16f8d1b30a Signal timer reset when necessary 2020-11-30 22:35:58 +02:00
Matti Viljanen
5235b5b0a0 Return if the value changed 2020-11-30 22:28:59 +02:00
Matti Viljanen
d359c95a40 Start timers only once at startup 2020-11-30 21:27:57 +02:00
Matti Viljanen
5e2fc08f45 Rename the class so the code actually compiles... 2020-11-30 20:51:16 +02:00
Matti Viljanen
082030f1fa Use nemonotifications-qt5 instead of lipstick-qt5-tools for notifications 2020-11-30 20:47:08 +02:00
Matti Viljanen
56e39608e7 Version bump to 3.6-3 2020-11-17 16:10:49 +02:00
Matti Viljanen
b7afaf2caf
Merge pull request #25 from atlochowski/patch-1
Create harbour-batterybuddy-pl.ts
2020-11-17 16:01:38 +02:00