aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
Commit message (Expand)AuthorAgeFilesLines
* src/device.c: Don't show parentheses around time-remaining / battery charge p...Mike Gabriel2023-06-061-6/+31
* Do not use charge-aware icons in the menuRobert Tari2023-05-051-4/+53
* Use the device model name in the menuRobert Tari2023-05-051-10/+52
* Show battery level for all devices (including bluetooth)Robert Tari2023-04-031-1/+68
* Theming fix: Separate panel icons from the power menu iconsRobert Tari2022-11-101-12/+68
* Add support for gaming-input devices with internal batteriesMartin Wimpress2022-04-051-0/+5
* src/device.c: Fix copyright headerRobert Tari2021-09-201-1/+1
* Revert "Fix percentage for mice and keyboards"Mike Gabriel2021-05-041-17/+1
* Add us to the copyright headersRobert Tari2021-05-031-0/+2
* Fix percentage for mice and keyboardsRobert Tari2021-05-031-1/+17
* Fix deprecations and build warnings.Robert Tari2020-09-041-5/+3
* Whitespace fixRobert Tari2020-09-031-4/+4
* Make device with power supply has higher sorting priority. (LP: #1100546)Charles Kerr2017-05-151-5/+37
* Fix bug that chose the wrong header icon if a connected device has a charge b...Charles Kerr2017-05-151-1/+2
* Fix the fallback power icon so the battery icon doesn't show red above 20% ev...Charles Kerr2017-05-151-1/+1
* 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
* show the icon that most closely matches the battery charge percentage.Charles Kerr2014-07-291-14/+0
* fix some compiler warnings generated by clang static analyzerCharles Kerr2014-07-131-10/+8
* prefer the 'battery-020-charging' icon to the 'battery-low-charging' one beca...Charles Kerr2014-05-051-1/+2
* sync to lp:indicator-powerCharles Kerr2014-03-251-101/+68
|\
| * in the new indicator_power_device_get_*() functions, use g_return_val_if_fail...Charles Kerr2014-03-131-3/+5
| * copyediting: add const, fix misaligned whitespaceCharles Kerr2014-03-131-2/+2
| * remove INDICATOR_IS_POWER_DEVICE(device) tests from private functionsCharles Kerr2014-03-131-10/+2
| * in the new indicator_power_device_get_*() functions, use heap-allocated strin...Charles Kerr2014-03-131-87/+60
* | add translator comments to the new translatable strings.Charles Kerr2014-03-251-13/+40
|/
* slightly better commentsCharles Kerr2014-03-041-13/+12
* update the header / menuitem text / accessible text to reflect the changes in...Charles Kerr2014-03-041-162/+312
* device.c: pending_charge means not chargingRicardo Salveti de Araujo2014-01-241-1/+1
* use the correct battery icon when charging/dischargingCharles Kerr2013-10-011-8/+1
* as per the changes in https://wiki.ubuntu.com/Power?action=diff&rev2=39&rev1=...Charles Kerr2013-08-231-2/+2
* copyediting: more descriptive comments when building label/header/a11y textCharles Kerr2013-08-231-11/+16
* copyediting: remove trailing spaces in source codeCharles Kerr2013-08-221-1/+1
* add show-percentage feature, basing off Haw Loeung's patch.Charles Kerr2013-08-221-57/+116
* explicitly use gio; remove unused glib-upower.h callsCharles Kerr2013-06-161-2/+23
* change indicator_power_device_get_time_details() s.t. the 'short details' for...Charles Kerr2012-11-071-1/+1
* fix copy-paste comment errorCharles Kerr2012-10-261-1/+1
* Fix unhandled enum 'unknown device' that was smoked out by the unit tests.Charles Kerr2012-10-261-0/+4
* the device kind string wasn't being used in some icon names.Charles Kerr2012-10-251-14/+14
* when discharging the battery, prefer the percent-charged icons over the full,...Charles Kerr2012-10-031-1/+2
* device.c: include gi18n-lib.h instead of gi18n.hLars Uebernickel2012-09-201-1/+1
* improve the variant sanity tests in indicator_power_device_new_from_variant()Charles Kerr2012-06-071-3/+1
* reimplement indicator_power_device_get_icon_names() since our CA is incompati...Charles Kerr2012-06-061-76/+77
* For GTK-Doc, reference functions with function_name() instead of #function_nameCharles Kerr2012-06-061-1/+1
* In indicator_power_device_new_from_variant(), check whether the input variant...Charles Kerr2012-06-061-0/+4
* add G_OBJECT_WARN_INVALID_PROPERTY_ID for the 'default' switch case in Device...Charles Kerr2012-06-061-0/+8
* IndicatorObjectDevice's finalize() function needs to chain up to the parent c...Charles Kerr2012-06-061-0/+2
* in IndicatorPowerDevice's class init function, use g_object_class_install_pro...Charles Kerr2012-06-061-26/+39
* copyediting: fix tab damage in device.[ch]Charles Kerr2012-06-011-174/+176
* In indicator_power_device_get_time_details(), add a test for non-devices bein...Charles Kerr2012-06-011-0/+9