aboutsummaryrefslogtreecommitdiff
path: root/tests/notifications-test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use different code path for Lomiri notificationsRobert Tari2023-11-281-0/+8
|
* Drop custom notification hintsRobert Tari2023-09-091-10/+1
|
* src/, tests/: update references to renamed notification hintsRatchanan Srirattanamet2023-01-171-4/+4
| | | | | | | | | | More notification hints have been renamed. So update to follow it. - x-canonical-private-synchronous -> x-lomiri-private-synchronous - x-canonical-private-icon-only -> x-lomiri-private-icon-only - x-canonical-truncation -> x-lomiri-truncation (which Lomiri has compatibility with the former name, so keep in the mocked capabilities)
* Fix cppcheck warningsRobert Tari2021-12-091-3/+10
|
* license headers: Stop using the '©' character.Mike Gabriel2021-11-191-2/+2
|
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-5/+5
|
* Rename x-canonical-value-bar-tintRobert Tari2021-11-051-3/+5
|
* Raname x-canonical properties to x-ayatanaRobert Tari2021-10-271-2/+2
|
* Disable failing tests that cannot be fixed nowMike Gabriel2021-08-101-7/+7
| | | | | | | | | | | | | | | - tests/volume-control-test.cc:BasicObject - tests/indicator-test.cc:PhoneMenu - tests/indicator-test.cc:DesktopMenu - tests/indicator-test.cc:BaseActions - tests/notifications-test.cc:StreamChanges - tests/notifications-test.cc:IconTesting - tests/notifications-test.cc:ServerRestart - tests/notifications-test.cc:HighVolume - tests/notifications-test.cc:MenuHide - tests/notifications-test.cc:ExtendendVolumeNotification - tests/notifications-test.cc:TriggerWarning - tests/integration/test-indicator.cpp:All tests
* tests/: Fix indicator executable name.Mike Gabriel2017-12-021-3/+3
|
* Include <functional> to fix a build issues with g++7.Andrea Azzarone2017-10-231-0/+1
|
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-221-1/+1
|
* Set warning volume to the maximum allowed when the user presses cancelXavi Garcia Mena2016-03-011-1/+1
|
* Created new class AccountsServiceAccess to hold all accounts service operationsXavi Garcia Mena2016-02-231-556/+566
|
* in notifications-test, make the loop test more flexiblecharles kerr2016-01-011-16/+27
|
* use a custom timer to speed up TriggerWarning's many test combinationscharles kerr2015-12-311-2/+28
|
* expand volume warning test to include all trigger requirementscharles kerr2015-12-311-31/+74
|
* rename VolumeWarning.high_volume_approved as VolumeWarning.approvedcharles kerr2015-12-311-1/+1
| | | | | | After being moved into a class named "VolumeWarning", the high_volume_ prefix was redunant.
* add new Notifications test for volume-warning requiring headphonescharles kerr2015-12-301-0/+59
|
* fix and re-enable NotificationsTest::ExtendendVolumeNotificationcharles kerr2015-12-301-3/+4
|
* always keep volume-control's 'stream' property updatedcharles kerr2015-12-201-3/+3
|
* remove 'high_volume' property from volume-controlcharles kerr2015-12-191-3/+3
|
* instantiate volume-warning and pass it to the servicecharles kerr2015-12-191-10/+31
|
* move max_volume into a reusable 'options' classcharles kerr2015-12-191-19/+37
|
* Removed warning label in volume notificationXavi Garcia Mena2015-10-221-2/+2
|
* Updated to show a label stating the active outputXavi Garcia Mena2015-10-021-1/+1
|
* in tests/notification-tests, re-enable the max-volume testsCharles Kerr2015-08-111-8/+8
|
* Merging the max volume branchTed Gould2015-02-241-0/+41
|\
| * Adding a test for amplified volumeTed Gould2015-02-241-0/+42
| |
* | Writing a test to show that we're not checking the hideTed Gould2015-02-241-0/+49
|/
* Adjusting the tests so they're testing what we needTed Gould2015-02-171-7/+7
|
* Migrate tests to new interfaceTed Gould2015-02-171-17/+26
|
* Adding a comment for an odd checkTed Gould2015-02-131-1/+1
|
* Block notifications in the volume event instead of in the notification one ↵Ted Gould2015-02-131-4/+1
| | | | so that high volume warnings can get through
* Add a high volume notification testTed Gould2015-02-131-0/+44
|
* Adding a test for notification servers coming on and off the bus, and fixing ↵Ted Gould2015-02-131-0/+48
| | | | the code for it
* Adding icon testing, which made me realize our other volumes were really loudTed Gould2015-02-131-12/+46
|
* Change streams press volume upTed Gould2015-02-131-0/+10
|
* Test stream change base casesTed Gould2015-02-131-0/+28
|
* Clean up some of the boiler plateTed Gould2015-02-131-6/+31
|
* Fine change testTed Gould2015-02-131-0/+7
|
* Add in ability to easily check GVariantsTed Gould2015-02-121-0/+6
|
* More notification testings.Ted Gould2015-02-121-5/+16
|
* Adding a bustle block for funTed Gould2015-02-121-0/+13
|
* Test to ensure we get a notificationTed Gould2015-02-091-0/+19
|
* Make sure to use the testing gsettingsTed Gould2015-02-091-0/+3
|
* Initialize notify, which is normally done in the mainTed Gould2015-02-091-0/+7
|
* Remove an unused variableTed Gould2015-02-091-2/+1
|
* Make it so that the accounts service object is made outside of the service ↵Ted Gould2015-02-091-1/+1
| | | | object
* Connect the tests together.Ted Gould2015-02-091-1/+8
|