aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* debian/*: Sync in relevant changes from official Debian packaging.Mike Gabriel2018-11-162-5/+4
|
* src/service.c: Adapt indicator attribute for flashlight switch to ayatana-ido.Mike Gabriel2018-03-251-1/+1
|
* tests/glib-fixture.h: Fix printf macro (%d -> %lu).Mike Gabriel2018-03-251-1/+1
|
* src/flashlight.c: Cast char* from const char* when assigning flash_sysfs_path.Mike Gabriel2018-03-251-1/+1
|
* Added warning to avoid overheating of the LED.Jan Sprinz (NeoTheThird)2018-03-253-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | Ported from UBports power indicator: commit ef020b31be15f1126d3e5ea5ec399179aad586b8 Author: Jan Sprinz (NeoTheThird) <neo@neothethird.de> Date: Sat Sep 16 16:02:50 2017 +0200 Forgot semicolon *blush* commit c8be2d9a142e17bdfa86ee68e23a18ba0680c244 Author: Jan Sprinz (NeoTheThird) <neo@neothethird.de> Date: Sat Sep 16 15:53:29 2017 +0200 Change var name commit 3d6a37503bafcbf397220dcfac5624a686f2f900 Author: Jan Sprinz (NeoTheThird) <neo@neothethird.de> Date: Sat Sep 16 14:24:05 2017 +0200 Added warning to avoid overheating of the LED Ported-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Ignore batt_therm devices.Marius Gripsgard2018-03-251-2/+11
| | | | | | | | | | | | | | | | Ported from UBports power indicator: commit 431114ed4f6d457822655ad57901e7e640f99bca Author: Marius Gripsgard <mariogrip@ubuntu.com> Date: Sun Aug 13 00:08:05 2017 +0200 Ignore "batt_therm" devices (fixes: https://github.com/ubports/ubports-touch/issues/94) This ignores "batt_therm" devices since they do not provide correct values. "batt_therm" is only used for temperature of the battery and seems to appear as a "battery" device in upower Ported-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Add basic flashlight support.Marius Gripsgard2018-03-254-0/+128
| | | | | | | | | | | | | | | | | | | | Ported from UBPorts power indicator: commit efef6f25f378021c99b3078958482b3c4ffc43a2 Author: Marius Gripsgard <mariogrip@ubuntu.com> Date: Sun Aug 13 00:09:01 2017 +0200 Add support for other flashlight sysfs paths commit 3f4339876ddb586b75a73fab51a54b1d4d54fdd1 Author: Marius Gripsgard <mariogrip@ubuntu.com> Date: Fri Jul 28 21:23:54 2017 +0200 Add basic support for QCOM flashlight, Fixes https://github.com/ubports/ubports-touch/issues/79 This does not work on non QCOM devices Ported-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* src/utils.(c|h): Use XDG_CURRENT_DESKTOP for XFCE as well, in order to ↵Mike Gabriel2018-03-212-1/+23
| | | | detect that -power indicator is used on an XFCE desktop.
* data/org.ayatana.indicator.power.gschema.xml.in: Prepend project namespace ↵Mike Gabriel2018-03-191-2/+2
| | | | | | to enum id. Fixes AyatanaIndicators/ayatana-indicator-power#1.
* src/{service.c,utils.c}: Fix grammar flaw in zenity warning.Mike Gabriel2018-03-163-5/+5
|
* po/: Update ayatana-indicator-power.pot.Mike Gabriel2018-03-162-13/+40
|
* release 2.0.932.0.93Mike Gabriel2018-03-164-5/+129
|
* po/CMakeLists.txt: Drop intl_update_potfile(). We don't want this in Ayatana ↵Mike Gabriel2018-03-161-6/+0
| | | | Indicators.
* Use intltool support from cmake-extras.Rodney Dawes2018-03-162-40/+12
|
* Use coverage support from cmake-extras.Rodney Dawes2018-03-165-72/+22
|
* Use gmock module from cmake-extras.Rodney Dawes2018-03-164-49/+5
|
* debian/control: Add zenity to Recommends: (for issuing warnings).Mike Gabriel2018-03-151-0/+1
|
* Add fallback code that produces a warning (using zenity), if we don't know ↵Mike Gabriel2018-03-153-0/+61
| | | | how to handle certain actions.
* src/utils.c: Use our desktop detection functions for find a way to open an ↵Mike Gabriel2018-03-151-3/+4
| | | | appropriate power settings dialog.
* src/utils.c: Add is_pantheon() function.Mike Gabriel2018-03-152-0/+22
|
* src/service.c: Use desktop detection functions in 'on_statistics_activated()'.Mike Gabriel2018-03-121-3/+3
|
* src/utils.(c|h): Port is_{mate,gnome,unity}() functions from -session indicator.Mike Gabriel2018-03-122-0/+67
|
* Translated using Weblate (Lithuanian)Moo2018-03-121-42/+44
| | | | | | | Currently translated at 100.0% (43 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/lt/
* Translated using Weblate (Lithuanian)Moo2018-03-121-10/+13
| | | | | | | Currently translated at 11.6% (5 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/lt/
* debian/copyright: Update copyright attributions.Mike Gabriel2018-03-121-0/+9
|
* debian/: Update from latest official Debian package.Mike Gabriel2018-03-124-12/+171
|
* Make URL dispatcher build-dependency optional and handle battery settings ↵Mike Gabriel2018-03-128-62/+133
| | | | request appropriately.
* Revert "Drop unnecessary dependency on Ubuntu's url-dispatcher."Mike Gabriel2018-03-124-2/+30
| | | | This reverts commit 0a9cc2a474ff583c928e109468f20330aae0603c.
* debian/control: Drop from B-D: libgudev-1.0-dev. Not required anymore.Mike Gabriel2018-03-121-1/+0
|
* CMakeLists.txt: Drop gudev-1.0 from list of required shared libs. Obviously ↵Mike Gabriel2018-03-121-1/+0
| | | | not used.
* tests/CMakeLists.txt: Prohibit gschemas.compiled to be generated multiple times.Mike Gabriel2018-03-121-2/+6
| | | | Spotted by James Cowgill, see https://bugs.debian.org/892091.
* NEWS: Fix c+p flaw.Mike Gabriel2018-02-281-2/+2
|
* po/Makevars: Update copyright holder and upstream bug tracker URL.Mike Gabriel2018-02-281-2/+2
|
* debian/rules: Ship NEWS file as upstream changelog.Mike Gabriel2018-02-281-0/+3
|
* NEWS file: Add for next release.Mike Gabriel2018-02-281-0/+9
|
* release 2.0.922.0.92Mike Gabriel2018-02-283-8/+256
|
* NEWS: Move old NEWS file to NEWS.Canonical.Mike Gabriel2018-02-281-0/+0
|
* Translated using Weblate (Russian)Мира Странная2018-02-281-49/+51
| | | | | | | Currently translated at 93.0% (40 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/ru/
* Translated using Weblate (Turkish)Furkan Kalkan2018-02-081-6/+5
| | | | | | | Currently translated at 90.6% (39 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/tr/
* Translated using Weblate (Turkish)Michal Čihař2018-02-051-5/+5
| | | | | | | Currently translated at 88.3% (38 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/tr/
* Translated using Weblate (Ukrainian)Марс Ямбар2018-01-241-6/+8
| | | | | | | Currently translated at 2.3% (1 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/uk/
* Translated using Weblate (Swedish)Anders Jonsson2018-01-241-3/+3
| | | | | | | Currently translated at 100.0% (43 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/sv/
* Translated using Weblate (Hebrew)Yaron Shahrabani2018-01-241-5/+7
| | | | | | | Currently translated at 2.3% (1 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/he/
* Translated using Weblate (Swedish)Sebastian Rasmussen2017-12-311-48/+52
| | | | | | | Currently translated at 100.0% (43 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/sv/
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2017-12-081-23/+28
| | | | | | | Currently translated at 88.3% (38 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/nb/
* Translated using Weblate (French)Olivier Macchioni2017-12-061-3/+3
| | | | | | | Currently translated at 100.0% (43 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/fr/
* Translated using Weblate (French)Olivier Macchioni2017-12-061-48/+52
| | | | | | | Currently translated at 100.0% (43 of 43 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/fr/
* data/ayatana-indicator-power.desktop.in: Add XFCE to OnlyShowIn= key.Mike Gabriel2017-12-061-1/+1
|
* tests/test-device.cc: Fix failing tests after we have renamed DG_LOG_DOMAIN.Mike Gabriel2017-12-061-2/+2
|
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-062-2/+2
|