summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-15ci: use ubuntu jammy as dockerHEADv1.28.0masterraveit651-1/+1
2024-02-15release 1.28.0raveit652-3/+11
2024-02-15tx: sync with transifexraveit65132-1479/+1480
2024-01-05Fix positioning on Wayland when output is not at position 0, 0Sophie Winter1-4/+4
2023-11-25fix building with libxml 2.12.0raveit654-0/+8
2023-10-05applet: Do not override the process' text domainColomban Wendling1-7/+1
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.
2023-10-05applet: Actually use translationsColomban Wendling1-4/+4
2023-09-02tx: update resourcesraveit651-11/+11
2023-08-22release 1.27.1v1.27.1raveit652-2/+14
2023-08-22tx: pull with transifexraveit65133-168/+171
2023-08-22wayland: do not attempt to connect to x11 screensaverlukefromdc1-0/+3
2023-08-18Wayland: Allow building do not disturb applet in processlukefromdc5-9/+76
2023-08-10Auto-start m-n-d with sessionraveit653-0/+28
Relying on D-Bus activation to launch org.freedesktop.Notifications can result in selecting the wrong implementation if multiple daemons are installed. Fix this by launching m-n-d with the session rather than depending on D-Bus activation. We keep D-Bus activation for the moment for backward compatibility and to re-start the daemon in otherwise non-problematic situations if it crashes. Fixes #133 and #174.
2023-08-10Only exit on idle when explicitly requestedColomban Wendling4-5/+30
This allows to run as a regular session service that does not exit, but also as a well-behaved D-Bus-activated service. Make the default behavior not to exit, but when activated through D-Bus.
2023-08-10Fix potential crash if org.mate.ScreenSaver doesn't respondColomban Wendling1-0/+1
2022-12-13Fix build warnings about missing field initializerrbuj2-5/+7
2022-12-13mnd-daemon: fix memory leakrbuj1-0/+3
2022-12-13daemon: fix memory leakrbuj1-4/+4
2022-11-11release 1.27.0v1.27.0mbkma2-1/+14
2022-11-11tx: sync with transifexmbkma133-1460/+1466
2022-11-10configure.ac: The macro 'AC_HELP_STRING' is obsoleterbuj1-3/+3
2022-10-29tx: update resourcembkma1-10/+10
2022-10-28tx: migrate config filembkma2-6/+16
2022-08-06themes: fix typorbuj4-8/+8
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2021-12-11build: show configure summary using a pretty formatrbuj1-17/+19
2021-12-11Use a blank line at mostrbuj5-19/+0
2021-12-11theme: remove whitespaces before #define, #ifdef, and #endifrbuj1-39/+37
2021-10-12Add AssumedAppArmorLabel to dbus service fileDani Llewellyn1-0/+1
Snap packages are unable to trigger the notification daemon in a fully confined package, because the snapd apparmor rules state that the target of the dbus call must specify that it is labelled `unconfined`. See https://forum.snapcraft.io/t/snapd-doesnt-allow-notification-daemon-to-be-activatable/22912/1 for the details. Signed-off-by: Dani Llewellyn <[email protected]>
2021-08-04release 1.26.0v1.26.0raveit652-1/+6
2021-08-04tx: sync with transifexraveit65133-4296/+4299
2021-08-04travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-06-22tx: update resourceraveit651-32/+32
2021-06-22Update copyright to 2021raveit6518-0/+18
2021-05-30release 1.25.1v1.25.1raveit652-1/+34
2021-05-30tx: sync with transifexraveit65133-6642/+18324
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-25travis: disable travis builds for ubunturaveit651-1/+1
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
2021-04-03daemon: g_memdup is dreprecated from glib 2.68rbuj1-1/+8
2021-03-29engines.c: fix memory leakmbkma1-3/+3
2021-03-29mate-notification-properties.c: fix memory leaksmbkma1-3/+7
2021-03-15Remove shadow warnings [-Wshadow]rbuj2-15/+20
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-12/+0
2021-02-24build: allow users to disable gettext support (--disable-nls)rbuj5-2/+22
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-10Use notify_stack_destroy() instead of g_clear_object() for stacks (which are ↵William Wold1-1/+1
not GObjects)]
2021-01-16update resource for transifexrbuj1-28/+74
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-11-28applet: Resize icon size with panelVictor Kareh1-9/+50
Also render as scaled cairo surface to support HiDPI displays.