aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)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 ↵Mike Gabriel2017-06-021-7/+7
| | | | org.gnome.SettingsDaemon-way of doing this...
* src/service.s: Fix x-canonical-type of the brightness slider building ↵Mike Gabriel2017-06-021-1/+1
| | | | against ayatana-ido.
* 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 ↵Mike Gabriel2017-05-311-4/+14
| | | | a MATE session.
* 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 ↵Mike Gabriel2017-05-161-4/+4
| | | | for indicator types.
* 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 ↵Mike Gabriel2017-05-151-6/+6
| | | | attributes.
* 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 ↵Charles Kerr2017-05-152-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 Kerr2017-05-151-1/+1
| | | | even when the Suru icon theme isn't present. Fixes: LP:#1559731.
* 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
|/ | | | changes.
* Change sort order to prefer items with known time remainingMarc Deslauriers2015-04-021-6/+23
|\ | | | | | | Approved by: Charles Kerr, PS Jenkins bot
| * * Change sort order to prefer items with known time remainingMarc Deslauriers2015-03-101-6/+23
| | | | | | | | | | (LP: #1315434)
* | This merge proposal adds support for MATE Desktop.Ubuntu MATE Developers2015-04-021-0/+4
|\ \ | | | | | | | | | Approved by: Ted Gould
| * | 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 ↵Charles Kerr2015-03-021-2/+2
|/ | | | display-brightness-max icons.
* Use the new power level icons for a more accurate display of the battery ↵Charles Kerr2015-02-121-3/+32
|\ | | | | | | | | | | level. Fixes: #1388235 Approved by: Ted Gould, PS Jenkins bot
| * 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 ↵Charles Kerr2015-01-121-3/+32
| | | | | | | | power level icons
* | in the new device-state action state, use the string 'unknown' if no primary ↵Charles Kerr2015-01-301-4/+4
| | | | | | | | device is found.
* | 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 ↵Charles Kerr2014-10-141-42/+32
| | | | http://paste.ubuntu.com/8562226/, but in the process introduced a new bug that manifested in RTM. This removes r273 and uses a different fix.
* 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 ↵Charles Kerr2014-10-141-0/+13
| | | | listen for it and export an object before the name is acquired
* 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
|\ | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * 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
| | | | | | | | the OK button.
* | 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 ↵Charles Kerr2014-09-121-1/+1
| | | | | | | | function
* | add an 'auto brightness' checkboxCharles Kerr2014-09-112-24/+127
| |
* | tweak comments for readabilityCharles Kerr2014-09-111-9/+11
| |