Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use different code path for Lomiri notifications | Robert Tari | 2023-11-28 | 1 | -0/+8 |
| | |||||
* | Drop custom notification hints | Robert Tari | 2023-09-09 | 1 | -10/+1 |
| | |||||
* | src/, tests/: update references to renamed notification hints | Ratchanan Srirattanamet | 2023-01-17 | 1 | -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 warnings | Robert Tari | 2021-12-09 | 1 | -3/+10 |
| | |||||
* | license headers: Stop using the '©' character. | Mike Gabriel | 2021-11-19 | 1 | -2/+2 |
| | |||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 1 | -5/+5 |
| | |||||
* | Rename x-canonical-value-bar-tint | Robert Tari | 2021-11-05 | 1 | -3/+5 |
| | |||||
* | Raname x-canonical properties to x-ayatana | Robert Tari | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | Disable failing tests that cannot be fixed now | Mike Gabriel | 2021-08-10 | 1 | -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 Gabriel | 2017-12-02 | 1 | -3/+3 |
| | |||||
* | Include <functional> to fix a build issues with g++7. | Andrea Azzarone | 2017-10-23 | 1 | -0/+1 |
| | |||||
* | Fork from Ubuntu's indicator-sound. | Mike Gabriel | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | Set warning volume to the maximum allowed when the user presses cancel | Xavi Garcia Mena | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | Created new class AccountsServiceAccess to hold all accounts service operations | Xavi Garcia Mena | 2016-02-23 | 1 | -556/+566 |
| | |||||
* | in notifications-test, make the loop test more flexible | charles kerr | 2016-01-01 | 1 | -16/+27 |
| | |||||
* | use a custom timer to speed up TriggerWarning's many test combinations | charles kerr | 2015-12-31 | 1 | -2/+28 |
| | |||||
* | expand volume warning test to include all trigger requirements | charles kerr | 2015-12-31 | 1 | -31/+74 |
| | |||||
* | rename VolumeWarning.high_volume_approved as VolumeWarning.approved | charles kerr | 2015-12-31 | 1 | -1/+1 |
| | | | | | | After being moved into a class named "VolumeWarning", the high_volume_ prefix was redunant. | ||||
* | add new Notifications test for volume-warning requiring headphones | charles kerr | 2015-12-30 | 1 | -0/+59 |
| | |||||
* | fix and re-enable NotificationsTest::ExtendendVolumeNotification | charles kerr | 2015-12-30 | 1 | -3/+4 |
| | |||||
* | always keep volume-control's 'stream' property updated | charles kerr | 2015-12-20 | 1 | -3/+3 |
| | |||||
* | remove 'high_volume' property from volume-control | charles kerr | 2015-12-19 | 1 | -3/+3 |
| | |||||
* | instantiate volume-warning and pass it to the service | charles kerr | 2015-12-19 | 1 | -10/+31 |
| | |||||
* | move max_volume into a reusable 'options' class | charles kerr | 2015-12-19 | 1 | -19/+37 |
| | |||||
* | Removed warning label in volume notification | Xavi Garcia Mena | 2015-10-22 | 1 | -2/+2 |
| | |||||
* | Updated to show a label stating the active output | Xavi Garcia Mena | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | in tests/notification-tests, re-enable the max-volume tests | Charles Kerr | 2015-08-11 | 1 | -8/+8 |
| | |||||
* | Merging the max volume branch | Ted Gould | 2015-02-24 | 1 | -0/+41 |
|\ | |||||
| * | Adding a test for amplified volume | Ted Gould | 2015-02-24 | 1 | -0/+42 |
| | | |||||
* | | Writing a test to show that we're not checking the hide | Ted Gould | 2015-02-24 | 1 | -0/+49 |
|/ | |||||
* | Adjusting the tests so they're testing what we need | Ted Gould | 2015-02-17 | 1 | -7/+7 |
| | |||||
* | Migrate tests to new interface | Ted Gould | 2015-02-17 | 1 | -17/+26 |
| | |||||
* | Adding a comment for an odd check | Ted Gould | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Block notifications in the volume event instead of in the notification one ↵ | Ted Gould | 2015-02-13 | 1 | -4/+1 |
| | | | | so that high volume warnings can get through | ||||
* | Add a high volume notification test | Ted Gould | 2015-02-13 | 1 | -0/+44 |
| | |||||
* | Adding a test for notification servers coming on and off the bus, and fixing ↵ | Ted Gould | 2015-02-13 | 1 | -0/+48 |
| | | | | the code for it | ||||
* | Adding icon testing, which made me realize our other volumes were really loud | Ted Gould | 2015-02-13 | 1 | -12/+46 |
| | |||||
* | Change streams press volume up | Ted Gould | 2015-02-13 | 1 | -0/+10 |
| | |||||
* | Test stream change base cases | Ted Gould | 2015-02-13 | 1 | -0/+28 |
| | |||||
* | Clean up some of the boiler plate | Ted Gould | 2015-02-13 | 1 | -6/+31 |
| | |||||
* | Fine change test | Ted Gould | 2015-02-13 | 1 | -0/+7 |
| | |||||
* | Add in ability to easily check GVariants | Ted Gould | 2015-02-12 | 1 | -0/+6 |
| | |||||
* | More notification testings. | Ted Gould | 2015-02-12 | 1 | -5/+16 |
| | |||||
* | Adding a bustle block for fun | Ted Gould | 2015-02-12 | 1 | -0/+13 |
| | |||||
* | Test to ensure we get a notification | Ted Gould | 2015-02-09 | 1 | -0/+19 |
| | |||||
* | Make sure to use the testing gsettings | Ted Gould | 2015-02-09 | 1 | -0/+3 |
| | |||||
* | Initialize notify, which is normally done in the main | Ted Gould | 2015-02-09 | 1 | -0/+7 |
| | |||||
* | Remove an unused variable | Ted Gould | 2015-02-09 | 1 | -2/+1 |
| | |||||
* | Make it so that the accounts service object is made outside of the service ↵ | Ted Gould | 2015-02-09 | 1 | -1/+1 |
| | | | | object | ||||
* | Connect the tests together. | Ted Gould | 2015-02-09 | 1 | -1/+8 |
| |