| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added warning to avoid overheating of the LED. | Jan Sprinz (NeoTheThird) | 2018-03-25 | 3 | -4/+20 |
* | Ignore batt_therm devices. | Marius Gripsgard | 2018-03-25 | 1 | -2/+11 |
* | Add basic flashlight support. | Marius Gripsgard | 2018-03-25 | 4 | -0/+128 |
* | src/utils.(c|h): Use XDG_CURRENT_DESKTOP for XFCE as well, in order to detect... | Mike Gabriel | 2018-03-21 | 2 | -1/+23 |
* | 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 ho... | Mike Gabriel | 2018-03-15 | 3 | -0/+61 |
* | src/utils.c: Use our desktop detection functions for find a way to open an ap... | Mike Gabriel | 2018-03-15 | 1 | -3/+4 |
* | 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 req... | Mike Gabriel | 2018-03-12 | 5 | -58/+123 |
* | Revert "Drop unnecessary dependency on Ubuntu's url-dispatcher." | Mike Gabriel | 2018-03-12 | 2 | -1/+27 |
* | 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 |
* | 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 org.gnome.Set... | Mike Gabriel | 2017-06-02 | 1 | -7/+7 |
* | src/service.s: Fix x-canonical-type of the brightness slider building against... | Mike Gabriel | 2017-06-02 | 1 | -1/+1 |
* | 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 a... | Mike Gabriel | 2017-05-31 | 1 | -4/+14 |
* | 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 for... | Mike Gabriel | 2017-05-16 | 1 | -4/+4 |
* | 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 attribu... | Mike Gabriel | 2017-05-15 | 1 | -6/+6 |
* | 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 b... | Charles Kerr | 2017-05-15 | 2 | -2/+21 |
* | Fix the fallback power icon so the battery icon doesn't show red above 20% ev... | Charles Kerr | 2017-05-15 | 1 | -1/+1 |
* | 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 |
* | | in brightness.c, add a powerd proxy and listen to it for brightness property ... | Charles Kerr | 2015-05-20 | 3 | -46/+170 |
|/ |
|
* | Change sort order to prefer items with known time remaining | Marc Deslauriers | 2015-04-02 | 1 | -6/+23 |
|\ |
|
| * | * Change sort order to prefer items with known time remaining | Marc Deslauriers | 2015-03-10 | 1 | -6/+23 |
* | | This merge proposal adds support for MATE Desktop. | Ubuntu MATE Developers | 2015-04-02 | 1 | -0/+4 |
|\ \ |
|
| * | | Added support for MATE. | Ubuntu MATE Developers | 2015-02-25 | 1 | -0/+4 |
| |/ |
|
* | | oops, forgot to commit this tyop fix before pushing | Charles Kerr | 2015-03-31 | 1 | -1/+1 |
* | | use a GThemedIcon | Charles Kerr | 2015-03-02 | 1 | -2/+9 |
* | | in the brightness slider, use the display-brightness-min and display-brightne... | Charles Kerr | 2015-03-02 | 1 | -2/+2 |
|/ |
|
* | Use the new power level icons for a more accurate display of the battery leve... | Charles Kerr | 2015-02-12 | 1 | -3/+32 |
|\ |
|
| * | fix fencepost error s.t. 20% actually uses battery-020 | Charles Kerr | 2015-01-12 | 1 | -1/+1 |
| * | round power level to the nearest 10% to take advantage of higher-resolution p... | Charles Kerr | 2015-01-12 | 1 | -3/+32 |