aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
|/
* Use the new power level icons for a more accurate display of the battery leve...Charles Kerr2015-02-121-3/+32
|\
| * fix fencepost error s.t. 20% actually uses battery-020Charles Kerr2015-01-121-1/+1
| * round power level to the nearest 10% to take advantage of higher-resolution p...Charles Kerr2015-01-121-3/+32
* | 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
|/
* r273 tried to fix the blocking bug listed at http://paste.ubuntu.com/8562226/...Charles Kerr2014-10-141-42/+32
* in testing.c, make 'bus' a private field instead of a public GObject propertyCharles Kerr2014-10-141-61/+48
* move the mock battery from GSettings to DBusCharles Kerr2014-10-144-68/+442
* fix notify get-capabilities startup blocking bug found in testingCharles Kerr2014-10-141-18/+38
* make service's bus connection a property so that IndicatorPowerTesting can li...Charles Kerr2014-10-141-0/+13
* add gsettings for a mock battery to make QA tester's lives easierCharles Kerr2014-10-104-5/+252
* 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
* | confirmation buttons should be green, so add the 'affirmative-tint' hint for ...Charles Kerr2014-10-071-0/+1
* | use a string for unity-notification's boolean types.Charles Kerr2014-10-071-2/+2
* | in brightness.c, set_uscreen_user_brightness() should be a private/static fun...Charles Kerr2014-09-121-1/+1
* | add an 'auto brightness' checkboxCharles Kerr2014-09-112-24/+127
* | tweak comments for readabilityCharles Kerr2014-09-111-9/+11