index
:
qt/qtapplicationmanager.git
5.10
5.11
5.12
5.13
5.14
5.15
5.7
5.8
5.9
6.10
6.2
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
Qt component for application lifecycle management
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
manager-lib
/
notificationmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent recursion on emission of aboutToBe... signals
Robert Griebl
2024-10-24
1
-9
/
+17
*
Clean up the NotificationManager public API
Robert Griebl
2024-06-01
1
-34
/
+42
*
Improve NotifcationManager
Bernd Weimer
2024-05-31
1
-44
/
+88
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
1
-11
/
+11
*
Modernize string literals
Robert Griebl
2024-01-08
1
-26
/
+28
*
Notifications: fix "dismissOnAction" not actually dismissing
Robert Griebl
2023-12-18
1
-0
/
+7
*
Switch to declarative registration
Robert Griebl
2023-11-08
1
-9
/
+0
*
DBus cleanup, part 2 and shared QML API
Robert Griebl
2023-09-26
1
-1
/
+6
*
cmake: add support for Unity builds
Robert Griebl
2023-08-16
1
-39
/
+39
*
Clang-Tidy / Clazy warnings and modernization
Robert Griebl
2023-08-01
1
-1
/
+4
*
Add NotificationModel QML type
Bernd Weimer
2023-07-25
1
-0
/
+2
*
Fix the isClickable/isAcknowledgeable mess in NotificationManager
Robert Griebl
2023-05-23
1
-9
/
+12
*
A bunch of smaller documentation fixes
Robert Griebl
2023-05-23
1
-2
/
+2
*
Doc: Fix linking to org.freedesktop.Notifications specification
Topi Reinio
2023-05-09
1
-6
/
+2
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-30
/
+4
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
1
-24
/
+13
*
Build optimization: include all moc cpps directly in the main cpp file
Robert Griebl
2020-08-11
1
-0
/
+2
*
Spelling fixes all over the place
Robert Griebl
2020-07-17
1
-4
/
+4
*
Fix default notification icon regression
Robert Griebl
2020-01-10
1
-1
/
+3
*
Rename from Luxoft AM to Qt AM
Robert Griebl
2019-08-05
1
-1
/
+1
*
Add new package abstraction, which allows multiple executables per package
Robert Griebl
2019-08-01
1
-3
/
+3
*
Update copyright statements
Robert Griebl
2018-12-18
1
-1
/
+2
*
Bump all QtApplicationManager QML imports to 2.0
Robert Griebl
2018-12-18
1
-1
/
+1
*
Split the QtApplicationManager qml module
Daniel d'Andrada
2018-10-30
1
-2
/
+2
*
Get rid of all 0-timeout single-shot timers
Robert Griebl
2018-10-26
1
-2
/
+3
*
Fix the low-level "invalid index" warnings in the singletons
Robert Griebl
2018-10-10
1
-1
/
+1
*
Fix Main cleanup
Daniel d'Andrada
2018-07-23
1
-0
/
+1
*
Refactor the Application object
Daniel d'Andrada
2018-05-14
1
-2
/
+2
*
Remove the retakeSingletonOwnershipFromQmlEngine hack
Dominik Holland
2018-04-27
1
-3
/
+2
*
NotificationManager: Remove copy-and-paste mistake from documentation
Daniel d'Andrada
2018-04-20
1
-2
/
+1
*
Clang code model fixes
Robert Griebl
2018-04-17
1
-8
/
+8
*
Introduce qdoc groups for all qml types
Dominik Holland
2018-04-17
1
-1
/
+2
*
Update Pelagicore copyright headers to 2018
Robert Griebl
2018-02-07
1
-1
/
+1
*
Fix notification icon condition
Bramastyo Harimukti
2017-06-20
1
-3
/
+3
*
fix memory leaks in NotificationManager
Lukáš Tinkl
2017-06-13
1
-1
/
+10
*
Replace all 0-pointers with C++11 nullptr
Robert Griebl
2017-03-14
1
-2
/
+2
*
common-lib cleanup
Robert Griebl
2017-03-13
1
-1
/
+1
*
Fix notification action order on system-ui side
Robert Griebl
2017-03-07
1
-6
/
+15
*
Documentation update
Robert Griebl
2017-02-01
1
-5
/
+0
*
Updated Pelagicore AG copyright to 2017
Robert Griebl
2017-01-16
1
-1
/
+1
*
Fixed the Notification::extended property in multi-process mode
Robert Griebl
2017-01-13
1
-1
/
+2
*
Fixed notification image path
Nedim Hadzic
2017-01-03
1
-1
/
+1
*
Make the build warning free
Robert Griebl
2016-10-19
1
-2
/
+2
*
Reimplemented build-system as a real Qt module
Robert Griebl
2016-10-17
1
-5
/
+1
*
Add \readonly to property docu
Bernd Weimer
2016-10-06
1
-0
/
+1
*
[NotificationManager] Clean actions after update
Nedim Hadzic
2016-09-30
1
-0
/
+1
*
Fixed client/server race-condition when creating notifications
Robert Griebl
2016-09-30
1
-9
/
+22
*
Moved all symbols to a private namespace
Robert Griebl
2016-09-23
1
-1
/
+5
*
Doc: Various documentation fixes and improvements
Topi Reinio
2016-09-19
1
-26
/
+35
*
Added a non-Model API to both the Application- and NotificationManager
Robert Griebl
2016-06-29
1
-2
/
+37
[next]