| Age | Commit message (Collapse) | Author | Files | Lines |
|
The mate-notification-properties binary had no command-line option
parsing, making it hard to know the installed version.
This adds the version flag to both mate-notification-properties and
mate-notification-daemon.
Fixes #228
|
|
Style notification history rows based on urgency. Critical notifications
get a red accent bar, low priority notifications are dimmed.
|
|
|
|
The notification list popup can clip beyond the edge of the screen if
the panel applet is too close to it. This repositions the popup window
so that it doesn't go beyond the edge.
|
|
Since this applet no longer does just DND toggle, but instead allows
more comprehensive status and control, we can rename this to represent
that in a more generic way.
|
|
This changes the status icon from being two widgets to a single one and
we change the icon based on the status. The possible statuses now all
have different icons two represent all possible states in a better
semantic way:
- history on, dnd off: user-available
- history on, dnd on: user-busy
- history off, dnd off: user-invisible
- history off, dnd on: user-offline
|
|
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.
|
|
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.
|
|
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
|
|
Add D-Bus context module to connect future components of applet with
notification history.
|
|
Add new UI elements to configure default timeout, allow persistent
notifications, and to display countdown on all notification messages.
|
|
Allow to set coutdown color from .countdown:selected for all themes
Fix the countdown for slider theme and draw transparent background for countdown
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also render as scaled cairo surface to support HiDPI displays.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It removes --enable-more-warnings, since it is recommended to use
--enable-compile-warnings=maximum
It updates configure summary.
It removes c++ checks as there is no c++ code.
|
|
|
|
|
|
|
|
and drop additional checks for min/max GLib versions, it's not needed
|
|
|
|
+ little GUI adjustments, looks better with two buttons
|
|
fixes the issue with GLib >= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
Closes https://github.com/mate-desktop/mate-notification-daemon/pull/45
|
|
fixes https://github.com/mate-desktop/mate-notification-daemon/issues/35
|
|
Thanks to Mike Gabriel
Closes #27
https://github.com/mate-desktop/mate-notification-daemon/issues/27
|
|
|
|
|
|
Close #17 (https://github.com/mate-desktop/mate-notification-daemon/issues/17)
|
|
|
|
|
|
|
|
|
|
|
|
mate-notification-properties now offers the user the option to
to display notifications on the active monitor (previous
default behavior) or to display them on a specific monitor.
|
|
Use GModule APIs for determining engine filenames. Also, link with
the -no-undefined flag, required on PE platforms.
|
|
|