Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore batt_therm devices. | Marius Gripsgard | 2018-03-25 | 1 | -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 Gripsgard | 2018-03-25 | 4 | -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 Gabriel | 2018-03-21 | 2 | -1/+23 |
| | | | | detect that -power indicator is used on an XFCE desktop. | ||||
* | data/org.ayatana.indicator.power.gschema.xml.in: Prepend project namespace ↵ | Mike Gabriel | 2018-03-19 | 1 | -2/+2 |
| | | | | | | to enum id. Fixes AyatanaIndicators/ayatana-indicator-power#1. | ||||
* | src/{service.c,utils.c}: Fix grammar flaw in zenity warning. | Mike Gabriel | 2018-03-16 | 3 | -5/+5 |
| | |||||
* | po/: Update ayatana-indicator-power.pot. | Mike Gabriel | 2018-03-16 | 2 | -13/+40 |
| | |||||
* | release 2.0.932.0.93 | Mike Gabriel | 2018-03-16 | 4 | -5/+129 |
| | |||||
* | po/CMakeLists.txt: Drop intl_update_potfile(). We don't want this in Ayatana ↵ | Mike Gabriel | 2018-03-16 | 1 | -6/+0 |
| | | | | Indicators. | ||||
* | Use intltool support from cmake-extras. | Rodney Dawes | 2018-03-16 | 2 | -40/+12 |
| | |||||
* | Use coverage support from cmake-extras. | Rodney Dawes | 2018-03-16 | 5 | -72/+22 |
| | |||||
* | Use gmock module from cmake-extras. | Rodney Dawes | 2018-03-16 | 4 | -49/+5 |
| | |||||
* | debian/control: Add zenity to Recommends: (for issuing warnings). | Mike Gabriel | 2018-03-15 | 1 | -0/+1 |
| | |||||
* | Add fallback code that produces a warning (using zenity), if we don't know ↵ | Mike Gabriel | 2018-03-15 | 3 | -0/+61 |
| | | | | how to handle certain actions. | ||||
* | src/utils.c: Use our desktop detection functions for find a way to open an ↵ | Mike Gabriel | 2018-03-15 | 1 | -3/+4 |
| | | | | appropriate power settings dialog. | ||||
* | src/utils.c: Add is_pantheon() function. | Mike Gabriel | 2018-03-15 | 2 | -0/+22 |
| | |||||
* | src/service.c: Use desktop detection functions in 'on_statistics_activated()'. | Mike Gabriel | 2018-03-12 | 1 | -3/+3 |
| | |||||
* | src/utils.(c|h): Port is_{mate,gnome,unity}() functions from -session indicator. | Mike Gabriel | 2018-03-12 | 2 | -0/+67 |
| | |||||
* | Translated using Weblate (Lithuanian) | Moo | 2018-03-12 | 1 | -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) | Moo | 2018-03-12 | 1 | -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 Gabriel | 2018-03-12 | 1 | -0/+9 |
| | |||||
* | debian/: Update from latest official Debian package. | Mike Gabriel | 2018-03-12 | 4 | -12/+171 |
| | |||||
* | Make URL dispatcher build-dependency optional and handle battery settings ↵ | Mike Gabriel | 2018-03-12 | 8 | -62/+133 |
| | | | | request appropriately. | ||||
* | Revert "Drop unnecessary dependency on Ubuntu's url-dispatcher." | Mike Gabriel | 2018-03-12 | 4 | -2/+30 |
| | | | | This reverts commit 0a9cc2a474ff583c928e109468f20330aae0603c. | ||||
* | debian/control: Drop from B-D: libgudev-1.0-dev. Not required anymore. | Mike Gabriel | 2018-03-12 | 1 | -1/+0 |
| | |||||
* | CMakeLists.txt: Drop gudev-1.0 from list of required shared libs. Obviously ↵ | Mike Gabriel | 2018-03-12 | 1 | -1/+0 |
| | | | | not used. | ||||
* | tests/CMakeLists.txt: Prohibit gschemas.compiled to be generated multiple times. | Mike Gabriel | 2018-03-12 | 1 | -2/+6 |
| | | | | Spotted by James Cowgill, see https://bugs.debian.org/892091. | ||||
* | NEWS: Fix c+p flaw. | Mike Gabriel | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | po/Makevars: Update copyright holder and upstream bug tracker URL. | Mike Gabriel | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | debian/rules: Ship NEWS file as upstream changelog. | Mike Gabriel | 2018-02-28 | 1 | -0/+3 |
| | |||||
* | NEWS file: Add for next release. | Mike Gabriel | 2018-02-28 | 1 | -0/+9 |
| | |||||
* | release 2.0.922.0.92 | Mike Gabriel | 2018-02-28 | 3 | -8/+256 |
| | |||||
* | NEWS: Move old NEWS file to NEWS.Canonical. | Mike Gabriel | 2018-02-28 | 1 | -0/+0 |
| | |||||
* | Translated using Weblate (Russian) | Мира Странная | 2018-02-28 | 1 | -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 Kalkan | 2018-02-08 | 1 | -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-05 | 1 | -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-24 | 1 | -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 Jonsson | 2018-01-24 | 1 | -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 Shahrabani | 2018-01-24 | 1 | -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 Rasmussen | 2017-12-31 | 1 | -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øy | 2017-12-08 | 1 | -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 Macchioni | 2017-12-06 | 1 | -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 Macchioni | 2017-12-06 | 1 | -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 Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | tests/test-device.cc: Fix failing tests after we have renamed DG_LOG_DOMAIN. | Mike Gabriel | 2017-12-06 | 1 | -2/+2 |
| | |||||
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 2 | -2/+2 |
| | |||||
* | Set DG_LOG_DOMAIN to ayatana-indicator-power (decapitalized spelling). | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Move gettext initialization below the GNUInstallDirs ↵ | Mike Gabriel | 2017-12-06 | 1 | -3/+8 |
| | | | | include. This sets GNOMELOCALEDIR appropriately and probably fixes broken i18n support. | ||||
* | data/CMakeLists.txt: More namespace fixes in comments / output messages. | Mike Gabriel | 2017-12-06 | 1 | -2/+2 |
| | |||||
* | tests/CMakeLists.txt: Fix namespace in add_dependencies() call. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | debian/postinst: Drop file. The libglib2.0-bin package has trigger for ↵ | Mike Gabriel | 2017-12-05 | 1 | -40/+0 |
| | | | | schema compilation these days (and this for ages, actually). |