aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 23.10.123.10.1Mike Gabriel2023-11-064-2/+35
|
* Merge branch 'sunweaver-pr/rda-optional'Robert Tari2023-11-042-3/+19
|\ | | | | | | Attributes GH PR #89: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/89
| * {CMakeLists.txt,src/service.c}: Make building against librda optional.Mike Gabriel2023-11-042-3/+19
|/
* Translated using Weblate (Lithuanian)Moo2023-10-261-27/+26
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/lt/
* Translated using Weblate (Occitan)Quentin PAGÈS2023-10-161-27/+26
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/oc/
* release 23.10.023.10.0Mike Gabriel2023-10-135-2/+71
|
* po/: Update translation files.Mike Gabriel2023-10-10134-2178/+2178
|
* Merge branch 'tari01-pr/drop-zenity'Mike Gabriel2023-10-061-1/+0
|\ | | | | | | Attributes GH PR #88: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/88
| * debian/control: Drop zenity dependencyRobert Tari2023-10-041-1/+0
|/
* Merge branch 'personal/mariogrip/dbus-updates'Mike Gabriel2023-10-022-0/+34
|\ | | | | | | Attributes GH PR #87: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/87
| * dbus: Add power percentage and is dischargingpersonal/mariogrip/dbus-updatesMarius Gripsgard2023-09-182-0/+34
|/ | | | This exposes power percentage and is discharging to the dbus interface.
* Translated using Weblate (Spanish)gallegonovato2023-09-161-3/+3
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/es/
* Translated using Weblate (German)Mike Gabriel2023-09-111-6/+6
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/de/
* Merge branch 'tari01-pr/notification-cleanup'Mike Gabriel2023-09-092-6/+0
|\ | | | | | | Attributes GH PR #86: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/86
| * Remove orphan osd-notify remnantsRobert Tari2023-09-092-6/+0
|/
* Translated using Weblate (Swedish)Luna Jernberg2023-09-071-28/+27
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/sv/
* Merge branch 'sunweaver-pr/no-rda-checks-on-lomiri'Robert Tari2023-09-021-1/+8
|\ | | | | | | Attributes GH PR #84: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/84
| * src/service.c: Ignore RDA's opinion when on Lomiri. Assume local session for ↵Mike Gabriel2023-08-311-1/+8
|/ | | | | | | Lomiri. Relates to: https://github.com/ArcticaProject/librda/issues/8 Relates to: https://gitlab.com/ubports/development/core/packaging/ayatana-indicators/ayatana-indicator-power/-/issues/7#note_1535612053
* release 23.6.123.6.1Mike Gabriel2023-08-245-2/+112
|
* src/deviceinfo-flashlight.c: Add copyright header.Mike Gabriel2023-08-241-0/+19
| | | | Fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/82
* Merge branch 'tari01-pr/detect-remote-session'Mike Gabriel2023-08-245-8/+21
|\ | | | | | | Attributes GH PR #83: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/83
| * Translated using Weblate (Turkish)Sabri Ünal2023-08-241-3/+3
| | | | | | | | | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/tr/
| * .build.yml: Add librda dependencyRobert Tari2023-08-101-1/+5
| |
| * debian/control: Add librda dependencyRobert Tari2023-08-101-0/+1
| |
| * Do not show when in a remote sessionRobert Tari2023-08-102-5/+12
| | | | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/13
| * src/notifier.c: Do not access freed variableRobert Tari2023-08-041-2/+3
| |
* | Translated using Weblate (Turkish)Sabri Ünal2023-08-221-3/+3
|/ | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/tr/
* Translated using Weblate (Czech)Jozef Mlich2023-07-121-4/+4
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/cs/
* src/service.c: stop special-casing Lomiri for level indicator typeRatchanan Srirattanamet2023-07-121-16/+2
| | | | | | | | | | | Since the change in level reporting from an action to menu attribute is a breaking change for Lomiri anyway, we might as well let Lomiri use .level indicator type. This reduces 1 special case for Lomiri, for which there is multiple throughout the codebase. We probably want to minimize this over time... Bug-UBports: https://gitlab.com/ubports/development/core/lomiri/-/issues/70
* Merge branch 'personal/peat-psuwit/update-phone-section'Robert Tari2023-07-121-0/+1
|\ | | | | | | Attributes GH PR #80: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/80
| * src/service.c: also update devices section on phone profileRatchanan Srirattanamet2023-07-111-0/+1
|/ | | | | | | Since there's no longer an action to update the battery level, now the submenu itself has to also be updated on the phone. Bug-UBports: https://gitlab.com/ubports/development/core/lomiri/-/issues/70
* Translated using Weblate (Italian)Sylke Vicious2023-06-281-30/+40
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/it/
* Translated using Weblate (Portuguese)ssantos2023-06-261-27/+26
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/pt/
* Translated using Weblate (Czech)Milan Korecky2023-06-231-10/+10
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/cs/
* Translated using Weblate (German)Daniel Frost2023-06-221-27/+26
| | | | | | | Currently translated at 98.5% (67 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/de/
* Translated using Weblate (Czech)Jozef Mlich2023-06-221-26/+25
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/cs/
* Translated using Weblate (Ukrainian)Sergii Horichenko2023-06-151-29/+28
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/uk/
* Translated using Weblate (Russian)Sergii Horichenko2023-06-151-29/+28
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/ru/
* Translated using Weblate (Turkish)Sabri Ünal2023-06-111-28/+27
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/tr/
* Translated using Weblate (Spanish)gallegonovato2023-06-111-28/+27
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/es/
* Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura2023-06-101-25/+24
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/pt_BR/
* Translated using Weblate (Dutch)Heimen Stoffels2023-06-101-25/+24
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/nl/
* Translated using Weblate (Hebrew)Yaron Shahrabani2023-06-101-27/+26
| | | | | | | Currently translated at 100.0% (68 of 68 strings) Translation: Ayatana Indicators/Power Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/he/
* po/: Translation update.Mike Gabriel2023-06-09134-5248/+16676
|
* release 23.6.023.6.0Mike Gabriel2023-06-095-2/+104
|
* d/control: Add to S: ayatana-ido (>= 0.10.0). Older versions don't ship the ↵Mike Gabriel2023-06-091-0/+1
| | | | 'level' menu item.
* Merge branch 'muhammad23012009-main'Robert Tari2023-06-085-15/+63
|\ | | | | | | Attributes GH PR #78: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/78
| * src/device.c: Don't show parentheses around time-remaining / battery charge ↵Mike Gabriel2023-06-081-6/+31
| | | | | | | | percentage values when in Lomiri.
| * Merge branch 'AyatanaIndicators:main' into mainMuhammad2023-06-051-3/+3
| |\
| * | src: add support for getting flashlight paths through deviceinfoMuhammad2023-06-055-15/+63
| | | | | | | | | | | | Signed-off-by: Muhammad <muhammad23012009@hotmail.com>