Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cppcheck errors/warnings | Robert Tari | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | Make Lomiri features configurable at build time | Robert Tari | 2021-12-03 | 1 | -2/+4 |
| | |||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | Renaname x-canonical properties to x-ayatana | Robert Tari | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | src/notifications.cpp: No indentation of #ifdef-#else-#endif compiler macro. | Mike Gabriel | 2021-08-30 | 1 | -3/+3 |
| | |||||
* | Replace ual with url-dispatcher. | Rodney Dawes | 2021-08-29 | 1 | -12/+12 |
| | | | | | | | We don't really hneed ubuntu-app-launch here directly, as the API provided by url-dispatcher gives us a way to query what app handles the calendar URL, as the indicator is a trusted process. This removes the extra dependency and simplifies building slightly. | ||||
* | Update app name usage to match snaps. | Rodney Dawes | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Use an explicit registry object so that it gets free'd when the function exits | Ted Gould | 2021-08-29 | 1 | -1/+3 |
| | |||||
* | Fix notifications so it respects if it should or not show bubbles or add to ↵ | Arthur Mello | 2021-08-29 | 1 | -0/+23 |
| | | | | notification list | ||||
* | Small fixes requeted by charles during the review. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -22/+17 |
| | |||||
* | Only creates messaging menu if calendar app is instaled. Update tests. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -5/+17 |
| | |||||
* | Use calendar app icon. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -4/+37 |
| | |||||
* | Make use of G_USEC_PER_SEC. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Fixed as reviewer requested. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -4/+5 |
| | |||||
* | Fix memory leak on messaging_menu. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -27/+41 |
| | |||||
* | Fixed crash when clicking on messaging menu. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -4/+4 |
| | |||||
* | Post message on messaging menu if the notification get timeout. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -5/+122 |
| | |||||
* | Partially revert fab51b4. Only rename those x-canonical attributes to ↵ | Mike Gabriel | 2020-08-11 | 1 | -1/+1 |
| | | | | x-ayatana if they are solely used by Ayatana Indicators. | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -3/+3 |
| | |||||
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | work around a notifications bug that can't handle boolean hints | Charles Kerr | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | in notifications, don't ask the notification server for its capabilities ↵ | Charles Kerr | 2014-08-08 | 1 | -18/+26 |
| | | | | until we need them. | ||||
* | in notifications.cpp, register for the 'closed' signal before calling ↵ | Charles Kerr | 2014-08-08 | 1 | -27/+24 |
| | | | | notification_notify(). | ||||
* | refactor changes based on Antti's feedback | Charles Kerr | 2014-08-01 | 1 | -13/+14 |
| | |||||
* | remove testing stub | Charles Kerr | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | copyediting: comments, use anonymous namespace | Charles Kerr | 2014-07-27 | 1 | -10/+17 |
| | |||||
* | make close return void instead of bool, because after all what more can you ↵ | Charles Kerr | 2014-07-27 | 1 | -18/+8 |
| | | | | do if the call fails? What's the point? | ||||
* | copyediting | Charles Kerr | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 1 | -0/+367 |