aboutsummaryrefslogtreecommitdiff
path: root/src/service.c
Commit message (Expand)AuthorAgeFilesLines
* make a SoundPlayer interface so we can mock it in the testscharles kerr2021-08-281-4/+34
* Don't prioritize discharging items with no time estimate that have more than ...Marc Deslauriers2021-08-281-6/+14
* Use prefixed libayatana-common symbolsRobert Tari2021-05-171-6/+6
* Always show indicator, use icon policy only on LomiriRobert Tari2021-05-031-0/+5
* Add Budgie desktop support.Robert Tari2021-05-031-1/+1
* Add us to the copyright headersRobert Tari2021-05-031-0/+2
* Move redundant code portions into libayatana-common and build against it.Robert Tari2021-05-031-1/+1
* service.c: Drop indicator settings itemsRobert Tari2020-11-161-8/+0
* Fix deprecations and build warnings.Robert Tari2020-09-041-10/+4
* Replace x-canonical attributesRobert Tari2020-08-111-7/+7
* Do not divide by battery size if percent less than 0.01BirdZhang2020-08-061-2/+4
* src/service.c: Adapt indicator attribute for flashlight switch to ayatana-ido.Mike Gabriel2018-03-251-1/+1
* Added warning to avoid overheating of the LED.Jan Sprinz (NeoTheThird)2018-03-251-0/+7
* Add basic flashlight support.Marius Gripsgard2018-03-251-0/+13
* src/{service.c,utils.c}: Fix grammar flaw in zenity warning.Mike Gabriel2018-03-161-1/+1
* Add fallback code that produces a warning (using zenity), if we don't know ho...Mike Gabriel2018-03-151-0/+6
* src/service.c: Use desktop detection functions in 'on_statistics_activated()'.Mike Gabriel2018-03-121-3/+3
* Make URL dispatcher build-dependency optional and handle battery settings req...Mike Gabriel2018-03-121-53/+3
* Revert "Drop unnecessary dependency on Ubuntu's url-dispatcher."Mike Gabriel2018-03-121-1/+16
* src/service.s: Fix x-canonical-type of the brightness slider building against...Mike Gabriel2017-06-021-1/+1
* src/service.c: Prefer mate-power-statistics to gnome-power-statistics if in a...Mike Gabriel2017-05-311-4/+14
* src/service.c: Know about DESKTOP_SESSION xfce as well (not only about xubuntu).Mike Gabriel2017-05-311-1/+1
* Another fix-up for previous commits: keep org.ayatana.indicator namespace for...Mike Gabriel2017-05-161-4/+4
* One step back... Mimick Canonical's API. Use their namespace for item attribu...Mike Gabriel2017-05-151-6/+6
* Make device with power supply has higher sorting priority. (LP: #1100546)Charles Kerr2017-05-151-6/+22
* Fix bug that chose the wrong header icon if a connected device has a charge b...Charles Kerr2017-05-151-1/+19
* Drop unnecessary dependency on Ubuntu's url-dispatcher.Mike Gabriel2015-11-121-16/+1
* Fork from Ubuntu's indicator-power code project.Mike Gabriel2015-11-121-9/+9
* under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-1/+6
* better checking on whether or not menus are built.Charles Kerr2015-05-141-1/+3
* Change sort order to prefer items with known time remainingMarc Deslauriers2015-04-021-6/+23
|\
| * * Change sort order to prefer items with known time remainingMarc Deslauriers2015-03-101-6/+23
* | This merge proposal adds support for MATE Desktop.Ubuntu MATE Developers2015-04-021-0/+4
|\ \
| * | Added support for MATE.Ubuntu MATE Developers2015-02-251-0/+4
| |/
* | oops, forgot to commit this tyop fix before pushingCharles Kerr2015-03-311-1/+1
* | use a GThemedIconCharles Kerr2015-03-021-2/+9
* | in the brightness slider, use the display-brightness-min and display-brightne...Charles Kerr2015-03-021-2/+2
|/
* in the new device-state action state, use the string 'unknown' if no primary ...Charles Kerr2015-01-301-4/+4
* publish a device state for the benefit of u-s-sCharles Kerr2015-01-301-7/+80
* make service's bus connection a property so that IndicatorPowerTesting can li...Charles Kerr2014-10-141-0/+13
* Add Switchboard as alternative recommend Fixes: 1291051Cody Garver2014-10-091-0/+4
|\
| * Uppercase PantheonCody Garver2014-04-091-1/+1
| * Use XDG_CURRENT_DESKTOP insteadCody Garver2014-04-091-1/+1
| * Add support for Switchboard when in Pantheon session to fix bug #1291051Cody Garver2014-03-151-0/+4
* | add an 'auto brightness' checkboxCharles Kerr2014-09-111-15/+72
* | fix typo; change g_message() calls to g_debug(); use same percentage range as...Charles Kerr2014-09-101-5/+3
* | first draft of non-blocking powerd/uscreen brightness implCharles Kerr2014-09-101-75/+33
* | when a device changes, update the header action state even if the menus haven...Charles Kerr2014-07-221-3/+3
* | fix build issuesCharles Kerr2014-07-211-3/+3
* | remove DeviceProvider from NotifierCharles Kerr2014-07-211-3/+7