Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port from URL Dispatcher to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -2/+2 |
| | |||||
* | service.c: Drop indicator settings items | Robert Tari | 2020-11-16 | 1 | -8/+0 |
| | |||||
* | Do not call the power settings handler if the command is unknown | Robert Tari | 2020-09-04 | 1 | -1/+4 |
| | | | | Fixes AyatanaIndicators/ayatana-indicator-power#12. | ||||
* | Fix deprecations and build warnings. | Robert Tari | 2020-09-04 | 3 | -18/+7 |
| | | | | Fixes AyatanaIndicators/ayatana-indicator-power#9. | ||||
* | Whitespace fix | Robert Tari | 2020-09-03 | 1 | -4/+4 |
| | |||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -7/+7 |
| | |||||
* | Try to detect if flash needs to be enabled (latched) separately | Florian Leeber | 2020-08-06 | 1 | -8/+23 |
| | |||||
* | flashlight: Add more brightness file paths | Alfred Neumayer | 2020-08-06 | 1 | -2/+6 |
| | |||||
* | Do not divide by battery size if percent less than 0.01 | BirdZhang | 2020-08-06 | 1 | -2/+4 |
| | |||||
* | src/service.c: Adapt indicator attribute for flashlight switch to ayatana-ido. | Mike Gabriel | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | src/flashlight.c: Cast char* from const char* when assigning flash_sysfs_path. | Mike Gabriel | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | Added warning to avoid overheating of the LED. | Jan Sprinz (NeoTheThird) | 2018-03-25 | 3 | -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 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. | ||||
* | src/{service.c,utils.c}: Fix grammar flaw in zenity warning. | Mike Gabriel | 2018-03-16 | 2 | -2/+2 |
| | |||||
* | Use coverage support from cmake-extras. | Rodney Dawes | 2018-03-16 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Make URL dispatcher build-dependency optional and handle battery settings ↵ | Mike Gabriel | 2018-03-12 | 5 | -58/+123 |
| | | | | request appropriately. | ||||
* | Revert "Drop unnecessary dependency on Ubuntu's url-dispatcher." | Mike Gabriel | 2018-03-12 | 2 | -1/+27 |
| | | | | This reverts commit 0a9cc2a474ff583c928e109468f20330aae0603c. | ||||
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Set DG_LOG_DOMAIN to ayatana-indicator-power (decapitalized spelling). | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | src/CMakeLists.txt: Round up previous commit by fixing dbus-powerd.h codegen ↵ | Mike Gabriel | 2017-06-21 | 1 | -1/+1 |
| | | | | call. | ||||
* | Really switch back to com.canonical.powerd. | Mike Gabriel | 2017-06-14 | 2 | -2/+2 |
| | |||||
* | src/brightness.c Fix sed search+replace flaw. | Mike Gabriel | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | one step back, let's keep this Ubuntu-centric, we need to add a ↵ | Mike Gabriel | 2017-06-02 | 1 | -7/+7 |
| | | | | org.gnome.SettingsDaemon-way of doing this... | ||||
* | src/service.s: Fix x-canonical-type of the brightness slider building ↵ | Mike Gabriel | 2017-06-02 | 1 | -1/+1 |
| | | | | against ayatana-ido. | ||||
* | src/notifier.c: Fix our own service executable name in notify_init() call. | Mike Gabriel | 2017-05-31 | 2 | -2/+1 |
| | |||||
* | src/testing.c: Use 'Ayatana Indicator Power Serivce' as service name. | Mike Gabriel | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | src/service.c: Prefer mate-power-statistics to gnome-power-statistics if in ↵ | Mike Gabriel | 2017-05-31 | 1 | -4/+14 |
| | | | | a MATE session. | ||||
* | src/service.c: Know about DESKTOP_SESSION xfce as well (not only about xubuntu). | Mike Gabriel | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | src/CMakeLists.txt: Fix nasty typo. | Mike Gabriel | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Another fix-up for previous commits: keep org.ayatana.indicator namespace ↵ | Mike Gabriel | 2017-05-16 | 1 | -4/+4 |
| | | | | for indicator types. | ||||
* | Fixup previous commit. More x-canonical-* type changes. | Mike Gabriel | 2017-05-16 | 1 | -4/+4 |
| | |||||
* | One step back... Mimick Canonical's API. Use their namespace for item ↵ | Mike Gabriel | 2017-05-15 | 1 | -6/+6 |
| | | | | attributes. | ||||
* | Make device with power supply has higher sorting priority. (LP: #1100546) | Charles Kerr | 2017-05-15 | 5 | -14/+70 |
| | |||||
* | Fix bug that chose the wrong header icon if a connected device has a charge ↵ | Charles Kerr | 2017-05-15 | 2 | -2/+21 |
| | | | | but its charging/discharging state is unknown. (LP: #1470080). | ||||
* | Fix the fallback power icon so the battery icon doesn't show red above 20% ↵ | Charles Kerr | 2017-05-15 | 1 | -1/+1 |
| | | | | even when the Suru icon theme isn't present. Fixes: LP:#1559731. | ||||
* | Drop unnecessary dependency on Ubuntu's url-dispatcher. | Mike Gabriel | 2015-11-12 | 2 | -27/+1 |
| | |||||
* | Fork from Ubuntu's indicator-power code project. | Mike Gabriel | 2015-11-12 | 6 | -34/+33 |
| | |||||
* | under unity8 start system-settings instead unity-control-center | Sebastien Bacher | 2015-08-27 | 1 | -1/+6 |
| | |||||
* | sync with indicator-power/15.04 | Charles Kerr | 2015-05-20 | 1 | -1/+3 |
|\ | |||||
| * | better checking on whether or not menus are built. | Charles Kerr | 2015-05-14 | 1 | -1/+3 |
| | | |||||
* | | remove g_message tracer | Charles Kerr | 2015-05-20 | 1 | -2/+0 |
| | | |||||
* | | fix the get-brightness-params return signature now that it's wrapped in a proxy | Charles Kerr | 2015-05-20 | 1 | -5/+5 |
| | | |||||
* | | a little more work on getting the powerd proxy running | Charles Kerr | 2015-05-20 | 1 | -15/+9 |
| | |