aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove orphan osd-notify remnantsRobert Tari2023-09-091-2/+0
|
* src: add support for getting flashlight paths through deviceinfoMuhammad2023-06-051-1/+1
| | | | Signed-off-by: Muhammad <muhammad23012009@hotmail.com>
* Use the device model name in the menuRobert Tari2023-05-053-62/+74
|
* tests/test-device.cc: Fix icon testsRobert Tari2022-11-121-22/+52
|
* Theming fix: Separate panel icons from the power menu iconsRobert Tari2022-11-101-2/+2
| | | | | | 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
* tests/test-device.cc: Add missing headerRobert Tari2022-09-021-1/+3
|
* Whitespace fixRobert Tari2022-09-021-2/+2
|
* Get Lomiri sounds path from lomiri-sounds pkg-configRobert Tari2022-02-231-2/+5
|
* Clean up compilation flagsRobert Tari2021-12-171-3/+0
|
* Drop Low battery.ogg and adapt code to use Lomiri soundsRobert Tari2021-11-222-8/+1
| | | | https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/49
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-1/+1
|
* Rename x-canonical properties to x-ayatanaRobert Tari2021-10-261-1/+3
|
* Drop all references to lomiri-url-dispatcherRobert Tari2021-08-281-1/+1
|
* Pull in many fixes from the bionic branch. (#7)Rodney2021-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pay attention to $SNAP prefix * Releasing 12.10.6+17.04.20161201-0ubuntu1 * give sorting priority to devices with power supplies * Releasing 12.10.6+17.04.20170116-0ubuntu1 * Remove old autostart files. * Use gmock module from cmake-extras. * Use coverage support from cmake-extras. * Add gcovr and lcov dependencies. * Use intltool support from cmake-extras. * Remove usage of extra GCOV variables. * Remove hard-coded -g compiler flag. * Releasing 12.10.6+17.04.20170210-0ubuntu1 * no change rebuild * Releasing 12.10.6+17.04.20170322-0ubuntu1 * Start indicator in systemd when indicators.target is started * Build for bionic * This is still xenial. * Update translations from launchpad too.
* fix glib-fixture.h copyright year in header commentCharles Kerr2021-08-281-1/+1
|
* housekeeping: sync tests/glib-fixture with the up-to-date version in ↵Charles Kerr2021-08-281-57/+144
| | | | indicator-datetime
* fix cmake warning of the test apps' dependency on the service libraryCharles Kerr2021-08-283-7/+5
|
* remove dead codeCharles Kerr2021-08-281-4/+0
|
* for low power notifications, use libnotify's 'sound-file' property instead ↵Charles Kerr2021-08-284-205/+63
| | | | of indicator-power calling the sound player directly
* don't disable the warning sound when AccountServices is completely unavailableCharles Kerr2021-08-281-1/+1
|
* move sound-player-mock into the tests/ directoryCharles Kerr2021-08-283-2/+178
|
* use a symbolic constant for the low battery sound's filenamecharles kerr2021-08-281-1/+6
|
* create a data/sounds/ directory in the repo to hold Low battery.oggcharles kerr2021-08-281-6/+3
| | | | | We may be adding sounds for when we transition to battery charging/discharging, so set up a sounds/ directory now.
* update copyright years on changed/new filescharles kerr2021-08-281-1/+1
|
* add play-sound tests to test-notifycharles kerr2021-08-282-3/+39
|
* Use -no-pie build flag for tests onlyRobert Tari2021-08-101-2/+1
|
* tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG.Mike Gabriel2021-05-031-0/+2
|
* Fix deprecations and build warnings.Robert Tari2020-09-042-3/+2
| | | | Fixes AyatanaIndicators/ayatana-indicator-power#9.
* 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 ↵Mike Gabriel2018-03-121-1/+1
| | | | request appropriately.
* tests/CMakeLists.txt: Prohibit gschemas.compiled to be generated multiple times.Mike Gabriel2018-03-121-2/+6
| | | | Spotted by James Cowgill, see https://bugs.debian.org/892091.
* 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 ↵Charles Kerr2017-05-151-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 Kerr2017-05-151-27/+39
| | | | even when the Suru icon theme isn't present. Fixes: LP:#1559731.
* 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 ↵Charles Kerr2015-01-121-2/+20
| | | | power level icons
* 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
|