aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* service.c: Drop indicator settings itemsRobert Tari2020-11-161-8/+0
* Do not call the power settings handler if the command is unknownRobert Tari2020-09-041-1/+4
* Fix deprecations and build warnings.Robert Tari2020-09-043-18/+7
* Whitespace fixRobert Tari2020-09-031-4/+4
* Replace x-canonical attributesRobert Tari2020-08-111-7/+7
* Try to detect if flash needs to be enabled (latched) separatelyFlorian Leeber2020-08-061-8/+23
* flashlight: Add more brightness file pathsAlfred Neumayer2020-08-061-2/+6
* 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
* 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
* Ignore batt_therm devices.Marius Gripsgard2018-03-251-2/+11
* Add basic flashlight support.Marius Gripsgard2018-03-254-0/+128
* src/utils.(c|h): Use XDG_CURRENT_DESKTOP for XFCE as well, in order to detect...Mike Gabriel2018-03-212-1/+23
* src/{service.c,utils.c}: Fix grammar flaw in zenity warning.Mike Gabriel2018-03-162-2/+2
* Use coverage support from cmake-extras.Rodney Dawes2018-03-161-3/+3
* Add fallback code that produces a warning (using zenity), if we don't know ho...Mike Gabriel2018-03-153-0/+61
* src/utils.c: Use our desktop detection functions for find a way to open an ap...Mike Gabriel2018-03-151-3/+4
* 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
* Make URL dispatcher build-dependency optional and handle battery settings req...Mike Gabriel2018-03-125-58/+123
* Revert "Drop unnecessary dependency on Ubuntu's url-dispatcher."Mike Gabriel2018-03-122-1/+27
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
* Set DG_LOG_DOMAIN to ayatana-indicator-power (decapitalized spelling).Mike Gabriel2017-12-061-1/+1
* src/CMakeLists.txt: Round up previous commit by fixing dbus-powerd.h codegen ...Mike Gabriel2017-06-211-1/+1
* Really switch back to com.canonical.powerd.Mike Gabriel2017-06-142-2/+2
* src/brightness.c Fix sed search+replace flaw.Mike Gabriel2017-06-021-1/+1
* one step back, let's keep this Ubuntu-centric, we need to add a org.gnome.Set...Mike Gabriel2017-06-021-7/+7
* src/service.s: Fix x-canonical-type of the brightness slider building against...Mike Gabriel2017-06-021-1/+1
* src/notifier.c: Fix our own service executable name in notify_init() call.Mike Gabriel2017-05-312-2/+1
* src/testing.c: Use 'Ayatana Indicator Power Serivce' as service name.Mike Gabriel2017-05-311-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
* src/CMakeLists.txt: Fix nasty typo.Mike Gabriel2017-05-161-1/+1
* Another fix-up for previous commits: keep org.ayatana.indicator namespace for...Mike Gabriel2017-05-161-4/+4
* Fixup previous commit. More x-canonical-* type changes.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-155-14/+70
* Fix bug that chose the wrong header icon if a connected device has a charge b...Charles Kerr2017-05-152-2/+21
* Fix the fallback power icon so the battery icon doesn't show red above 20% ev...Charles Kerr2017-05-151-1/+1
* Drop unnecessary dependency on Ubuntu's url-dispatcher.Mike Gabriel2015-11-122-27/+1
* Fork from Ubuntu's indicator-power code project.Mike Gabriel2015-11-126-34/+33
* under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-1/+6
* sync with indicator-power/15.04Charles Kerr2015-05-201-1/+3
|\
| * better checking on whether or not menus are built.Charles Kerr2015-05-141-1/+3
* | remove g_message tracerCharles Kerr2015-05-201-2/+0
* | fix the get-brightness-params return signature now that it's wrapped in a proxyCharles Kerr2015-05-201-5/+5
* | a little more work on getting the powerd proxy runningCharles Kerr2015-05-201-15/+9
* | in brightness.c, add a powerd proxy and listen to it for brightness property ...Charles Kerr2015-05-203-46/+170
|/