summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/notificationmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent recursion on emission of aboutToBe... signalsRobert Griebl2024-10-241-9/+17
* Clean up the NotificationManager public APIRobert Griebl2024-06-011-34/+42
* Improve NotifcationManagerBernd Weimer2024-05-311-44/+88
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-211-11/+11
* Modernize string literalsRobert Griebl2024-01-081-26/+28
* Notifications: fix "dismissOnAction" not actually dismissingRobert Griebl2023-12-181-0/+7
* Switch to declarative registrationRobert Griebl2023-11-081-9/+0
* DBus cleanup, part 2 and shared QML APIRobert Griebl2023-09-261-1/+6
* cmake: add support for Unity buildsRobert Griebl2023-08-161-39/+39
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-1/+4
* Add NotificationModel QML typeBernd Weimer2023-07-251-0/+2
* Fix the isClickable/isAcknowledgeable mess in NotificationManagerRobert Griebl2023-05-231-9/+12
* A bunch of smaller documentation fixesRobert Griebl2023-05-231-2/+2
* Doc: Fix linking to org.freedesktop.Notifications specificationTopi Reinio2023-05-091-6/+2
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Spelling fixes all over the placeRobert Griebl2020-07-171-4/+4
* Fix default notification icon regressionRobert Griebl2020-01-101-1/+3
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-3/+3
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-1/+1
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-2/+2
* Get rid of all 0-timeout single-shot timersRobert Griebl2018-10-261-2/+3
* Fix the low-level "invalid index" warnings in the singletonsRobert Griebl2018-10-101-1/+1
* Fix Main cleanupDaniel d'Andrada2018-07-231-0/+1
* Refactor the Application objectDaniel d'Andrada2018-05-141-2/+2
* Remove the retakeSingletonOwnershipFromQmlEngine hackDominik Holland2018-04-271-3/+2
* NotificationManager: Remove copy-and-paste mistake from documentationDaniel d'Andrada2018-04-201-2/+1
* Clang code model fixesRobert Griebl2018-04-171-8/+8
* Introduce qdoc groups for all qml typesDominik Holland2018-04-171-1/+2
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Fix notification icon conditionBramastyo Harimukti2017-06-201-3/+3
* fix memory leaks in NotificationManagerLukáš Tinkl2017-06-131-1/+10
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-2/+2
* common-lib cleanupRobert Griebl2017-03-131-1/+1
* Fix notification action order on system-ui sideRobert Griebl2017-03-071-6/+15
* Documentation updateRobert Griebl2017-02-011-5/+0
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Fixed the Notification::extended property in multi-process modeRobert Griebl2017-01-131-1/+2
* Fixed notification image pathNedim Hadzic2017-01-031-1/+1
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-5/+1
* Add \readonly to property docuBernd Weimer2016-10-061-0/+1
* [NotificationManager] Clean actions after updateNedim Hadzic2016-09-301-0/+1
* Fixed client/server race-condition when creating notificationsRobert Griebl2016-09-301-9/+22
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-1/+5
* Doc: Various documentation fixes and improvementsTopi Reinio2016-09-191-26/+35
* Added a non-Model API to both the Application- and NotificationManagerRobert Griebl2016-06-291-2/+37