Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use different code path for Lomiri notifications | Robert Tari | 2023-11-28 | 1 | -18/+29 |
| | |||||
* | src/info-notification.vala: Display percentage in the greeter when Orca is ↵ | Robert Tari | 2023-11-04 | 1 | -4/+17 |
| | | | | enabled | ||||
* | src/info-notification.vala: Display percentage when Orca is enabled | Robert Tari | 2023-10-07 | 1 | -5/+23 |
| | |||||
* | Drop custom notification hints | Robert Tari | 2023-09-09 | 1 | -3/+0 |
| | |||||
* | src/info-notification.vala: Drop hint check and create a level indicator | Robert Tari | 2023-09-09 | 1 | -4/+11 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/91 | ||||
* | src/, tests/: update references to renamed notification hints | Ratchanan Srirattanamet | 2023-01-17 | 1 | -2/+2 |
| | | | | | | | | | | 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) | ||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 1 | -2/+2 |
| | |||||
* | Rename x-canonical-value-bar-tint | Robert Tari | 2021-11-05 | 1 | -1/+3 |
| | |||||
* | Raname x-canonical properties to x-ayatana | Robert Tari | 2021-10-27 | 1 | -1/+1 |
| | |||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -86/+86 |
| | |||||
* | Fork from Ubuntu's indicator-sound. | Mike Gabriel | 2017-10-22 | 1 | -1/+0 |
| | |||||
* | revert previous commit to preserve translation strings (eg, s/USB/Usb/) | Charles Kerr | 2016-01-05 | 1 | -2/+2 |
| | |||||
* | typo fix: s/Usb/USB/ in ui strings | charles kerr | 2016-01-01 | 1 | -2/+2 |
| | |||||
* | in icon picking code, fold redundant cases together | charles kerr | 2015-12-31 | 1 | -49/+35 |
| | |||||
* | use the 'unowned' keyword when picking from lists of hardcoded strings | charles kerr | 2015-12-31 | 1 | -11/+11 |
| | |||||
* | in info-warning's icon picking code, fold redundant cases into one. | charles kerr | 2015-12-31 | 1 | -77/+1 |
| | | | | | | It looks like these switch statements are intended for future expansion, so leaving the basic switching logic intact | ||||
* | copyediting: whitespace | charles kerr | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | when showing volume % in notification, clamp to the range of [0%..100%] | charles kerr | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | fix rounding regression in info-notification's volume percentage | charles kerr | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | copyediting: use vala whitespace style in new code | charles kerr | 2015-12-29 | 1 | -13/+8 |
| | |||||
* | use the InfoNotification class | charles kerr | 2015-12-29 | 1 | -0/+218 |