aboutsummaryrefslogtreecommitdiff
path: root/src/notifications.cpp
Commit message (Collapse)AuthorAgeFilesLines
* src, tests: enable notification code path without Lomiri depspersonal/peat-psuwit/bring-back-lomiri-hintsRatchanan Srirattanamet2023-12-261-4/+17
| | | | | | | | With the recent change, the notification code path is no longer Lomiri (or Ubuntu Touch) specific. Theres still some if-def's in the code to avoid adding dependendies in non-Lomiri case.
* Bring back Lomiri-specific notification hintsRatchanan Srirattanamet2023-12-071-0/+6
| | | | | | | | | | | As discussed in [1], Lomiri has a custom logic in notification timeout and require the custom hint for timeout to work correctly. Restore the hints from commit 0a88a8d7 ("Remove osd-notify remnants and use native notification timeout"), while keeping the standard timeout in place. Lomiri will ignore standard timeout, while other DE's will ignore the extra hint. [1] https://gitlab.com/ubports/development/core/content-hub/-/merge_requests/32#note_1552217874
* Remove osd-notify remnants and use native notification timeoutRobert Tari2023-09-091-7/+2
|
* Fix cppcheck errors/warningsRobert Tari2022-02-081-1/+1
|
* Make Lomiri features configurable at build timeRobert Tari2021-12-031-2/+4
|
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-1/+1
|
* Renaname x-canonical properties to x-ayatanaRobert Tari2021-10-261-1/+1
|
* src/notifications.cpp: No indentation of #ifdef-#else-#endif compiler macro.Mike Gabriel2021-08-301-3/+3
|
* Replace ual with url-dispatcher.Rodney Dawes2021-08-291-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 Dawes2021-08-291-1/+1
|
* Use an explicit registry object so that it gets free'd when the function exitsTed Gould2021-08-291-1/+3
|
* Fix notifications so it respects if it should or not show bubbles or add to ↵Arthur Mello2021-08-291-0/+23
| | | | notification list
* Small fixes requeted by charles during the review.Renato Araujo Oliveira Filho2021-08-291-22/+17
|
* Only creates messaging menu if calendar app is instaled. Update tests.Renato Araujo Oliveira Filho2021-08-291-5/+17
|
* Use calendar app icon.Renato Araujo Oliveira Filho2021-08-291-4/+37
|
* Make use of G_USEC_PER_SEC.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Fixed as reviewer requested.Renato Araujo Oliveira Filho2021-08-291-4/+5
|
* Fix memory leak on messaging_menu.Renato Araujo Oliveira Filho2021-08-291-27/+41
|
* Fixed crash when clicking on messaging menu.Renato Araujo Oliveira Filho2021-08-291-4/+4
|
* Post message on messaging menu if the notification get timeout.Renato Araujo Oliveira Filho2021-08-291-5/+122
|
* Partially revert fab51b4. Only rename those x-canonical attributes to ↵Mike Gabriel2020-08-111-1/+1
| | | | x-ayatana if they are solely used by Ayatana Indicators.
* Replace x-canonical attributesRobert Tari2020-08-111-1/+1
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-3/+3
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* work around a notifications bug that can't handle boolean hintsCharles Kerr2014-09-171-1/+1
|
* in notifications, don't ask the notification server for its capabilities ↵Charles Kerr2014-08-081-18/+26
| | | | until we need them.
* in notifications.cpp, register for the 'closed' signal before calling ↵Charles Kerr2014-08-081-27/+24
| | | | notification_notify().
* refactor changes based on Antti's feedbackCharles Kerr2014-08-011-13/+14
|
* remove testing stubCharles Kerr2014-07-301-1/+1
|
* copyediting: comments, use anonymous namespaceCharles Kerr2014-07-271-10/+17
|
* make close return void instead of bool, because after all what more can you ↵Charles Kerr2014-07-271-18/+8
| | | | do if the call fails? What's the point?
* copyeditingCharles Kerr2014-07-271-1/+1
|
* refactor the Notifications / sound / awake codeCharles Kerr2014-07-261-0/+367