summaryrefslogtreecommitdiff
path: root/data/org.mate.NotificationDaemon.gschema.xml.in
AgeCommit message (Collapse)AuthorFilesLines
2025-10-10history: Add enable/disable toggleVictor Kareh1-0/+5
This helps a bit with privacy. By disabling history, it wipes all notifications in the D-Bus buffer and prevents further storage. The history popup is also disabled. Notification storage resumes when history is enabled. Note that this just prevents the mate-notifications-daemon from storing notifications, but it doesn't prevent other processes from capturing them elsewhere.
2025-08-25themes: Display countdown on non-persistent notification messagesVictor Kareh1-0/+5
Countdown was only visible for notifications that had action buttons. This change adds a 'show-countdown' gsetting to display it instead on all non-persisntent notifications.
2025-08-25daemon: implement Desktop Notifications Specification 1.3Victor Kareh1-0/+11
Add persistence support with resident/transient hints, fix icon precedence order (according to spec), and implement desktop-entry icons. Also added new 'default-timeout' and 'enable-persistence' gsettings to allow users to control timeout and persistence behavior. Spec is on https://specifications.freedesktop.org/notification-spec/1.3/ Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/132 Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/137 Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/138 Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/149
2019-09-02* Add do-not-disturb settingJason Conti1-0/+5
2015-09-09Rework gsettings schema buildinginfirit1-0/+29
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files