aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecations and build warnings.Robert Tari2020-09-042-3/+2
* Whitespace fixRobert Tari2020-09-031-4/+4
* tests/glib-fixture.h: Fix printf macro (%d -> %lu).Mike Gabriel2018-03-251-1/+1
* Use coverage support from cmake-extras.Rodney Dawes2018-03-161-1/+7
* Use gmock module from cmake-extras.Rodney Dawes2018-03-162-45/+3
* Make URL dispatcher build-dependency optional and handle battery settings req...Mike Gabriel2018-03-121-1/+1
* tests/CMakeLists.txt: Prohibit gschemas.compiled to be generated multiple times.Mike Gabriel2018-03-121-2/+6
* tests/test-device.cc: Fix failing tests after we have renamed DG_LOG_DOMAIN.Mike Gabriel2017-12-061-2/+2
* tests/CMakeLists.txt: Fix namespace in add_dependencies() call.Mike Gabriel2017-12-061-1/+1
* Fixup previous commit. More x-canonical-* type changes.Mike Gabriel2017-05-161-1/+1
* Make device with power supply has higher sorting priority. (LP: #1100546)Charles Kerr2017-05-152-50/+59
* Fix bug that chose the wrong header icon if a connected device has a charge b...Charles Kerr2017-05-151-108/+268
* Fix the fallback power icon so the battery icon doesn't show red above 20% ev...Charles Kerr2017-05-151-27/+39
* Fork from Ubuntu's indicator-power code project.Mike Gabriel2015-11-124-18/+18
* update manual testsCharles Kerr2015-01-121-1/+8
* round power level to the nearest 10% to take advantage of higher-resolution p...Charles Kerr2015-01-121-2/+20
* move the mock battery from GSettings to DBusCharles Kerr2014-10-141-7/+27
* update manual test notes for the mock batteryCharles Kerr2014-10-101-12/+8
* add gsettings for a mock battery to make QA tester's lives easierCharles Kerr2014-10-104-322/+0
* fix typo in manual testsCharles Kerr2014-09-111-3/+3
* add device-brightness-slider manual testCharles Kerr2014-09-111-0/+16
* run manual tests through test-case-format tidierCharles Kerr2014-09-111-42/+42
* add manual testsCharles Kerr2014-09-111-15/+47
* When the phone's battery goes down past a certain level, pop up a snap decisi...Charles Kerr2014-09-091-4/+7
|\
| * on phone, add nonexpiring snap-decision popup on low battery events.Charles Kerr2014-09-081-4/+7
* | fix typo introduced while trying to fix clang -Weverything warningsCharles Kerr2014-09-081-1/+1
* | silence warnings generated by clang -WeverythingCharles Kerr2014-09-074-33/+33
|/
* sync with trunk.Charles Kerr2014-08-227-1/+894
|\
| * on the bus, publish the battery's power_level as strings rather than intsCharles Kerr2014-07-241-10/+10
| * in notifier.c, fix potential callchain loop when closing a notificationCharles Kerr2014-07-241-5/+28
| * d'ohCharles Kerr2014-07-241-1/+1
| * in tests/glib-fixture.h, sync with the glib-fixture.h from indicator-transfer...Charles Kerr2014-07-241-37/+40
| * add manual test case for using the indicator-power-service-cmdline-battery te...Charles Kerr2014-07-221-0/+17
| * Make the when-does-power-level-change tests work whether or not Ephemeral not...Charles Kerr2014-07-221-2/+2
| * add indicator-power-service-cmdline-battery, a manual test utility to test th...Charles Kerr2014-07-224-0/+318
| * copyediting: code cleanupCharles Kerr2014-07-221-69/+94
| * add tests for events that change whether or not a 'low battery' notification ...Charles Kerr2014-07-211-6/+91
| * add tests to confirm that the DBus object's PowerLevel property changes at th...Charles Kerr2014-07-211-77/+131
| * copy the dbus-test-runner/dbusmock scaffolding for freedesktop Notifications ...Charles Kerr2014-07-212-14/+316
| * add dbus-test-runner as a build dependency for testsCharles Kerr2014-07-211-1/+6
| * sync with lp:indicator-powerCharles Kerr2014-07-211-1/+1
| |\
| * | add first draft of low battery notificationsCharles Kerr2014-07-162-0/+61
* | | sync unit tests.Charles Kerr2014-07-291-8/+8
| |/ |/|
* | replace 'std::vector<unsigned>' with 'std::vector<unsigned int>' for readabilityCharles Kerr2014-07-171-1/+1
|/
* replace autoconf/automake with cmakeCharles Kerr2014-07-132-71/+46
* fix some compiler warnings generated by clang static analyzerCharles Kerr2014-07-131-2/+2
* prefer the 'battery-020-charging' icon to the 'battery-low-charging' one beca...Charles Kerr2014-05-051-5/+10
* sync to lp:indicator-powerCharles Kerr2014-03-251-21/+36
|\
| * when expecting a NULL string, use EXPECT_EQ(NULL, str)Charles Kerr2014-03-131-5/+17
| * in the new indicator_power_device_get_*() functions, use heap-allocated strin...Charles Kerr2014-03-131-21/+24