Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Theming fix: Separate panel icons from the power menu icons | Robert Tari | 2022-11-10 | 1 | -12/+68 |
| | | | | | | This fixes the broken theming issue where the Power Indicator menu shows the same icons as used by the panel, rather than the ones used elsewhere on the system. End result: makes any theme capable of becoming Ayatana-friendly without hacks | ||||
* | Add support for gaming-input devices with internal batteries | Martin Wimpress | 2022-04-05 | 1 | -0/+5 |
| | | | | | | This pull requests add support for battery powered gaming-input devices. Tested with Razer Wolverine V2 Chroma and Scuf Instinct Pro. See: https://pad.lv/1967854 | ||||
* | src/device.c: Fix copyright header | Robert Tari | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Revert "Fix percentage for mice and keyboards" | Mike Gabriel | 2021-05-04 | 1 | -17/+1 |
| | | | | | | | This reverts commit f94ffac7f36831dd8a79f30d5b94de9758fcd3a6. The original commit entirely broke unit tests. Next revision should adjust unit tests (or not break them). | ||||
* | Add us to the copyright headers | Robert Tari | 2021-05-03 | 1 | -0/+2 |
| | |||||
* | Fix percentage for mice and keyboards | Robert Tari | 2021-05-03 | 1 | -1/+17 |
| | |||||
* | Fix deprecations and build warnings. | Robert Tari | 2020-09-04 | 1 | -5/+3 |
| | | | | Fixes AyatanaIndicators/ayatana-indicator-power#9. | ||||
* | Whitespace fix | Robert Tari | 2020-09-03 | 1 | -4/+4 |
| | |||||
* | Make device with power supply has higher sorting priority. (LP: #1100546) | Charles Kerr | 2017-05-15 | 1 | -5/+37 |
| | |||||
* | Fix bug that chose the wrong header icon if a connected device has a charge ↵ | Charles Kerr | 2017-05-15 | 1 | -1/+2 |
| | | | | 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 Kerr | 2017-05-15 | 1 | -1/+1 |
| | | | | even when the Suru icon theme isn't present. Fixes: LP:#1559731. | ||||
* | fix fencepost error s.t. 20% actually uses battery-020 | Charles Kerr | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | round power level to the nearest 10% to take advantage of higher-resolution ↵ | Charles Kerr | 2015-01-12 | 1 | -3/+32 |
| | | | | power level icons | ||||
* | show the icon that most closely matches the battery charge percentage. | Charles Kerr | 2014-07-29 | 1 | -14/+0 |
| | |||||
* | fix some compiler warnings generated by clang static analyzer | Charles Kerr | 2014-07-13 | 1 | -10/+8 |
| | |||||
* | prefer the 'battery-020-charging' icon to the 'battery-low-charging' one ↵ | Charles Kerr | 2014-05-05 | 1 | -1/+2 |
| | | | | because the former is more precise so its icon is more likely to be close to the actual actual battery level. | ||||
* | sync to lp:indicator-power | Charles Kerr | 2014-03-25 | 1 | -101/+68 |
|\ | |||||
| * | in the new indicator_power_device_get_*() functions, use ↵ | Charles Kerr | 2014-03-13 | 1 | -3/+5 |
| | | | | | | | | g_return_val_if_fail(foo, NULL) rather than g_return_if_fail(foo) | ||||
| * | copyediting: add const, fix misaligned whitespace | Charles Kerr | 2014-03-13 | 1 | -2/+2 |
| | | |||||
| * | remove INDICATOR_IS_POWER_DEVICE(device) tests from private functions | Charles Kerr | 2014-03-13 | 1 | -10/+2 |
| | | |||||
| * | in the new indicator_power_device_get_*() functions, use heap-allocated ↵ | Charles Kerr | 2014-03-13 | 1 | -87/+60 |
| | | | | | | | | strings rather than relying on g_snprintf(). | ||||
* | | add translator comments to the new translatable strings. | Charles Kerr | 2014-03-25 | 1 | -13/+40 |
|/ | |||||
* | slightly better comments | Charles Kerr | 2014-03-04 | 1 | -13/+12 |
| | |||||
* | update the header / menuitem text / accessible text to reflect the changes ↵ | Charles Kerr | 2014-03-04 | 1 | -162/+312 |
| | | | | in https://wiki.ubuntu.com/Power?action=diff&rev2=44&rev1=43#Title | ||||
* | device.c: pending_charge means not charging | Ricardo Salveti de Araujo | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | use the correct battery icon when charging/discharging | Charles Kerr | 2013-10-01 | 1 | -8/+1 |
| | |||||
* | as per the changes in ↵ | Charles Kerr | 2013-08-23 | 1 | -2/+2 |
| | | | | https://wiki.ubuntu.com/Power?action=diff&rev2=39&rev1=38, hide the discharge time remaining if it's > 24 hours | ||||
* | copyediting: more descriptive comments when building label/header/a11y text | Charles Kerr | 2013-08-23 | 1 | -11/+16 |
| | |||||
* | copyediting: remove trailing spaces in source code | Charles Kerr | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | add show-percentage feature, basing off Haw Loeung's patch. | Charles Kerr | 2013-08-22 | 1 | -57/+116 |
| | |||||
* | explicitly use gio; remove unused glib-upower.h calls | Charles Kerr | 2013-06-16 | 1 | -2/+23 |
| | |||||
* | change indicator_power_device_get_time_details() s.t. the 'short details' ↵ | Charles Kerr | 2012-11-07 | 1 | -1/+1 |
| | | | | for an AC Adapter is an empty string. | ||||
* | fix copy-paste comment error | Charles Kerr | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | Fix unhandled enum 'unknown device' that was smoked out by the unit tests. | Charles Kerr | 2012-10-26 | 1 | -0/+4 |
| | |||||
* | the device kind string wasn't being used in some icon names. | Charles Kerr | 2012-10-25 | 1 | -14/+14 |
| | |||||
* | when discharging the battery, prefer the percent-charged icons over the ↵ | Charles Kerr | 2012-10-03 | 1 | -1/+2 |
| | | | | full,good,low icons because the former show a more accurate view of the charge. | ||||
* | device.c: include gi18n-lib.h instead of gi18n.h | Lars Uebernickel | 2012-09-20 | 1 | -1/+1 |
| | | | | | | The former calls the 'd' variants of the gettext functions and passes the libraries domain in each call. | ||||
* | improve the variant sanity tests in indicator_power_device_new_from_variant() | Charles Kerr | 2012-06-07 | 1 | -3/+1 |
| | |||||
* | reimplement indicator_power_device_get_icon_names() since our CA is ↵ | Charles Kerr | 2012-06-06 | 1 | -76/+77 |
| | | | | incompatible with reusing code from GSD. | ||||
* | For GTK-Doc, reference functions with function_name() instead of #function_name | Charles Kerr | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | In indicator_power_device_new_from_variant(), check whether the input ↵ | Charles Kerr | 2012-06-06 | 1 | -0/+4 |
| | | | | variant has the correct type before using it. | ||||
* | add G_OBJECT_WARN_INVALID_PROPERTY_ID for the 'default' switch case in ↵ | Charles Kerr | 2012-06-06 | 1 | -0/+8 |
| | | | | Device's get/set property methods | ||||
* | IndicatorObjectDevice's finalize() function needs to chain up to the parent ↵ | Charles Kerr | 2012-06-06 | 1 | -0/+2 |
| | | | | class. | ||||
* | in IndicatorPowerDevice's class init function, use ↵ | Charles Kerr | 2012-06-06 | 1 | -26/+39 |
| | | | | g_object_class_install_properties() instead of installing each property separately. | ||||
* | copyediting: fix tab damage in device.[ch] | Charles Kerr | 2012-06-01 | 1 | -174/+176 |
| | |||||
* | In indicator_power_device_get_time_details(), add a test for non-devices ↵ | Charles Kerr | 2012-06-01 | 1 | -0/+9 |
| | | | | being passed in. | ||||
* | Fix edge case in indicator_power_device_get_icon_names() that returned a bad ↵ | Charles Kerr | 2012-06-01 | 1 | -1/+1 |
| | | | | value if the caller passed in a NULL pointer as a device. Added regression test. | ||||
* | In indicator_power_device_get_time_details(), use g_strdup(foo) instead of ↵ | Charles Kerr | 2012-06-01 | 1 | -2/+2 |
| | | | | g_strdup_printf("%s",foo) | ||||
* | capitalize the second word in 'AC Adapter' | Charles Kerr | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | in indicator_power_device_get_time_details(), don't list 'not present' for ↵ | Charles Kerr | 2012-06-01 | 1 | -1/+8 |
| | | | | AC Adapters that have no % and no time estimate |