aboutsummaryrefslogtreecommitdiff
path: root/tests/test-notify.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove orphan osd-notify remnantsRobert Tari2023-09-091-2/+0
|
* Use the device model name in the menuRobert Tari2023-05-051-1/+4
|
* Get Lomiri sounds path from lomiri-sounds pkg-configRobert Tari2022-02-231-2/+5
|
* Drop Low battery.ogg and adapt code to use Lomiri soundsRobert Tari2021-11-221-3/+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
|
* fix cmake warning of the test apps' dependency on the service libraryCharles Kerr2021-08-281-3/+1
|
* remove dead codeCharles Kerr2021-08-281-4/+0
|
* for low power notifications, use libnotify's 'sound-file' property instead ↵Charles Kerr2021-08-281-27/+61
| | | | of indicator-power calling the sound player directly
* use a symbolic constant for the low battery sound's filenamecharles kerr2021-08-281-1/+6
|
* update copyright years on changed/new filescharles kerr2021-08-281-1/+1
|
* add play-sound tests to test-notifycharles kerr2021-08-281-3/+31
|
* Fix deprecations and build warnings.Robert Tari2020-09-041-2/+2
| | | | Fixes AyatanaIndicators/ayatana-indicator-power#9.
* Whitespace fixRobert Tari2020-09-031-4/+4
|
* 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-151-3/+6
|
* Fork from Ubuntu's indicator-power code project.Mike Gabriel2015-11-121-2/+2
|
* silence warnings generated by clang -WeverythingCharles Kerr2014-09-071-1/+1
|
* 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
|
* Make the when-does-power-level-change tests work whether or not Ephemeral ↵Charles Kerr2014-07-221-2/+2
| | | | notifications are being used.
* 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
| | | | is being shown
* add tests to confirm that the DBus object's PowerLevel property changes at ↵Charles Kerr2014-07-211-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 Kerr2014-07-211-14/+178
| | | | from the indicator-datetime tests
* add first draft of low battery notificationsCharles Kerr2014-07-161-0/+59