<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon/src/capplet, branch v1.29.0</title>
<subtitle>Daemon to displays passive pop-up notifications</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/'/>
<entry>
<title>history: Add enable/disable toggle</title>
<updated>2025-10-10T02:11:17+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-29T13:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=2dd24f923f4d4f2bbc77314445a6b1b6701b3569'/>
<id>2dd24f923f4d4f2bbc77314445a6b1b6701b3569</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>capplet: Add notification count badge</title>
<updated>2025-10-10T02:11:17+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-28T02:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=fe37d06ad1987f139d98a7b7e0a22aa96fe7260b'/>
<id>fe37d06ad1987f139d98a7b7e0a22aa96fe7260b</id>
<content type='text'>
This adds visual feedback to the notification history by showing the
number of unread notifications in the buffer.

It also adds middle-click as a DND toggle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds visual feedback to the notification history by showing the
number of unread notifications in the buffer.

It also adds middle-click as a DND toggle.
</pre>
</div>
</content>
</entry>
<entry>
<title>capplet: Add notification history context module</title>
<updated>2025-10-10T02:11:17+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-28T01:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=8b88e829580b71f67a904266a08f0b5aef8f75bb'/>
<id>8b88e829580b71f67a904266a08f0b5aef8f75bb</id>
<content type='text'>
Adds the basis for a notification management system using the D-Bus
context to display notification history in a popup.

Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/74
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the basis for a notification management system using the D-Bus
context to display notification history in a popup.

Fixes https://github.com/mate-desktop/mate-notification-daemon/issues/74
</pre>
</div>
</content>
</entry>
<entry>
<title>capplet: Add D-Bus context for notification daemon communication</title>
<updated>2025-10-10T02:11:17+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-27T20:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=fcde65c52c3ceb4c97af33679ead210b1b1d58e2'/>
<id>fcde65c52c3ceb4c97af33679ead210b1b1d58e2</id>
<content type='text'>
Add D-Bus context module to connect future components of applet with
notification history.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add D-Bus context module to connect future components of applet with
notification history.
</pre>
</div>
</content>
</entry>
<entry>
<title>capplet: Add timeout and persistence controls</title>
<updated>2025-08-25T21:50:51+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-21T02:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=bc73e87a7f1431ec7711b70a2fb6ae647af9a251'/>
<id>bc73e87a7f1431ec7711b70a2fb6ae647af9a251</id>
<content type='text'>
Add new UI elements to configure default timeout, allow persistent
notifications, and to display countdown on all notification messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new UI elements to configure default timeout, allow persistent
notifications, and to display countdown on all notification messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Crate a second notification with a button</title>
<updated>2025-04-06T07:08:05+00:00</updated>
<author>
<name>Fabrice Creuzot</name>
<email>code@luigifab.fr</email>
</author>
<published>2025-04-04T15:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=b715adce6b31147bc10498b54bdb914f3a342b78'/>
<id>b715adce6b31147bc10498b54bdb914f3a342b78</id>
<content type='text'>
Allow to set coutdown color from .countdown:selected for all themes
Fix the countdown for slider theme and draw transparent background for countdown
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to set coutdown color from .countdown:selected for all themes
Fix the countdown for slider theme and draw transparent background for countdown
</pre>
</div>
</content>
</entry>
<entry>
<title>applet: Do not override the process' text domain</title>
<updated>2023-10-05T09:58:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-10-03T10:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=05f3a440f3cbd7c4fd04962f964292a764f5b6ac'/>
<id>05f3a440f3cbd7c4fd04962f964292a764f5b6ac</id>
<content type='text'>
When loaded as in-process applet, we must not call `textdomain()` or we
will override mate-panel's text domain.  Instead, properly use
gi18n-lib.h header that provides the same API but uses the compile-time
`GETTEXT_PACKAGE` value for each call.

Actually drop the whole i18n setup logic that is provided already by
mate-panel's factory macros.

Fixes #219.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When loaded as in-process applet, we must not call `textdomain()` or we
will override mate-panel's text domain.  Instead, properly use
gi18n-lib.h header that provides the same API but uses the compile-time
`GETTEXT_PACKAGE` value for each call.

Actually drop the whole i18n setup logic that is provided already by
mate-panel's factory macros.

Fixes #219.
</pre>
</div>
</content>
</entry>
<entry>
<title>applet: Actually use translations</title>
<updated>2023-10-05T09:58:58+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-10-03T10:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=8adfe64ab4fe19f5af2544d3285c0d514ab5b2a5'/>
<id>8adfe64ab4fe19f5af2544d3285c0d514ab5b2a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wayland: Allow building do not disturb applet in process</title>
<updated>2023-08-18T19:13:32+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-08-16T22:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=1ee57c16a495e5908052d1de3de139fe6a8387bc'/>
<id>1ee57c16a495e5908052d1de3de139fe6a8387bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build warnings about missing field initializer</title>
<updated>2022-12-13T02:51:58+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-28T11:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=7da955fada978e6f34043cc2e190dd3237c7dc3b'/>
<id>7da955fada978e6f34043cc2e190dd3237c7dc3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
