Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make device with power supply has higher sorting priority. (LP: #1100546) | Charles Kerr | 2017-05-15 | 2 | -50/+59 |
| | |||||
* | Fix bug that chose the wrong header icon if a connected device has a charge ↵ | Charles Kerr | 2017-05-15 | 1 | -108/+268 |
| | | | | 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 | -27/+39 |
| | | | | even when the Suru icon theme isn't present. Fixes: LP:#1559731. | ||||
* | Fork from Ubuntu's indicator-power code project. | Mike Gabriel | 2015-11-12 | 4 | -18/+18 |
| | |||||
* | update manual tests | Charles Kerr | 2015-01-12 | 1 | -1/+8 |
| | |||||
* | round power level to the nearest 10% to take advantage of higher-resolution ↵ | Charles Kerr | 2015-01-12 | 1 | -2/+20 |
| | | | | power level icons | ||||
* | move the mock battery from GSettings to DBus | Charles Kerr | 2014-10-14 | 1 | -7/+27 |
| | |||||
* | update manual test notes for the mock battery | Charles Kerr | 2014-10-10 | 1 | -12/+8 |
| | |||||
* | add gsettings for a mock battery to make QA tester's lives easier | Charles Kerr | 2014-10-10 | 4 | -322/+0 |
| | |||||
* | fix typo in manual tests | Charles Kerr | 2014-09-11 | 1 | -3/+3 |
| | |||||
* | add device-brightness-slider manual test | Charles Kerr | 2014-09-11 | 1 | -0/+16 |
| | |||||
* | run manual tests through test-case-format tidier | Charles Kerr | 2014-09-11 | 1 | -42/+42 |
| | |||||
* | add manual tests | Charles Kerr | 2014-09-11 | 1 | -15/+47 |
| | |||||
* | When the phone's battery goes down past a certain level, pop up a snap ↵ | Charles Kerr | 2014-09-09 | 1 | -4/+7 |
|\ | | | | | | | | | | | decision to warn the user. Fixes: 1296431 Approved by: Ted Gould, PS Jenkins bot | ||||
| * | on phone, add nonexpiring snap-decision popup on low battery events. | Charles Kerr | 2014-09-08 | 1 | -4/+7 |
| | | |||||
* | | fix typo introduced while trying to fix clang -Weverything warnings | Charles Kerr | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | silence warnings generated by clang -Weverything | Charles Kerr | 2014-09-07 | 4 | -33/+33 |
|/ | |||||
* | sync with trunk. | Charles Kerr | 2014-08-22 | 7 | -1/+894 |
|\ | |||||
| * | on the bus, publish the battery's power_level as strings rather than ints | Charles Kerr | 2014-07-24 | 1 | -10/+10 |
| | | |||||
| * | in notifier.c, fix potential callchain loop when closing a notification | Charles Kerr | 2014-07-24 | 1 | -5/+28 |
| | | |||||
| * | d'oh | Charles Kerr | 2014-07-24 | 1 | -1/+1 |
| | | |||||
| * | in tests/glib-fixture.h, sync with the glib-fixture.h from ↵ | Charles Kerr | 2014-07-24 | 1 | -37/+40 |
| | | | | | | | | indicator-transfer, it's got less '#if 0' cruft | ||||
| * | add manual test case for using the indicator-power-service-cmdline-battery ↵ | Charles Kerr | 2014-07-22 | 1 | -0/+17 |
| | | | | | | | | test utility | ||||
| * | Make the when-does-power-level-change tests work whether or not Ephemeral ↵ | Charles Kerr | 2014-07-22 | 1 | -2/+2 |
| | | | | | | | | notifications are being used. | ||||
| * | add indicator-power-service-cmdline-battery, a manual test utility to test ↵ | Charles Kerr | 2014-07-22 | 4 | -0/+318 |
| | | | | | | | | the indicator's behavior when a battery's state changes | ||||
| * | copyediting: code cleanup | Charles Kerr | 2014-07-22 | 1 | -69/+94 |
| | | |||||
| * | add tests for events that change whether or not a 'low battery' notification ↵ | Charles Kerr | 2014-07-21 | 1 | -6/+91 |
| | | | | | | | | is being shown | ||||
| * | add tests to confirm that the DBus object's PowerLevel property changes at ↵ | Charles Kerr | 2014-07-21 | 1 | -77/+131 |
| | | | | | | | | the right times (and only at the right times) when the battery is draining | ||||
| * | copy the dbus-test-runner/dbusmock scaffolding for freedesktop Notifications ↵ | Charles Kerr | 2014-07-21 | 2 | -14/+316 |
| | | | | | | | | from the indicator-datetime tests | ||||
| * | add dbus-test-runner as a build dependency for tests | Charles Kerr | 2014-07-21 | 1 | -1/+6 |
| | | |||||
| * | sync with lp:indicator-power | Charles Kerr | 2014-07-21 | 1 | -1/+1 |
| |\ | |||||
| * | | add first draft of low battery notifications | Charles Kerr | 2014-07-16 | 2 | -0/+61 |
| | | | |||||
* | | | sync unit tests. | Charles Kerr | 2014-07-29 | 1 | -8/+8 |
| |/ |/| | |||||
* | | replace 'std::vector<unsigned>' with 'std::vector<unsigned int>' for readability | Charles Kerr | 2014-07-17 | 1 | -1/+1 |
|/ | |||||
* | replace autoconf/automake with cmake | Charles Kerr | 2014-07-13 | 2 | -71/+46 |
| | |||||
* | fix some compiler warnings generated by clang static analyzer | Charles Kerr | 2014-07-13 | 1 | -2/+2 |
| | |||||
* | prefer the 'battery-020-charging' icon to the 'battery-low-charging' one ↵ | Charles Kerr | 2014-05-05 | 1 | -5/+10 |
| | | | | 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 | -21/+36 |
|\ | |||||
| * | when expecting a NULL string, use EXPECT_EQ(NULL, str) | Charles Kerr | 2014-03-13 | 1 | -5/+17 |
| | | |||||
| * | in the new indicator_power_device_get_*() functions, use heap-allocated ↵ | Charles Kerr | 2014-03-13 | 1 | -21/+24 |
| | | | | | | | | strings rather than relying on g_snprintf(). | ||||
* | | add a courtesy message to let observers know that test-device isn't stuck, ↵ | Charles Kerr | 2014-03-19 | 1 | -0/+7 |
| | | | | | | | | it's just slow. | ||||
* | | when choosing a primary device and more than one battery is found, ↵ | Charles Kerr | 2014-03-19 | 1 | -65/+95 |
|/ | | | | accumulate their percentages and time-remaining properties as per the spec revisions in bug #880881. | ||||
* | update the header / menuitem text / accessible text to reflect the changes ↵ | Charles Kerr | 2014-03-04 | 2 | -41/+113 |
| | | | | in https://wiki.ubuntu.com/Power?action=diff&rev2=44&rev1=43#Title | ||||
* | Adding basic acceptance tests | Ted Gould | 2014-01-31 | 1 | -0/+24 |
| | |||||
* | use the correct battery icon when charging/discharging | Charles Kerr | 2013-10-01 | 1 | -12/+12 |
| | |||||
* | update the tests to look at the 24 hour threshold | Charles Kerr | 2013-08-23 | 1 | -3/+3 |
| | |||||
* | copyediting: remove trailing spaces in source code | Charles Kerr | 2013-08-22 | 3 | -25/+25 |
| | |||||
* | add show-percentage feature, basing off Haw Loeung's patch. | Charles Kerr | 2013-08-22 | 1 | -33/+79 |
| | |||||
* | get test-devices building and passing again. | Charles Kerr | 2013-06-17 | 3 | -59/+63 |
| | |||||
* | first steps at fixing the tests that broke during GMenuification | Charles Kerr | 2013-06-16 | 2 | -9/+6 |
| |