Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-22 | daemon: Properly update the set of monitors when it changes | Colomban Wendling | 3 | -28/+48 | |
Fixes #218. | |||||
2024-02-15 | ci: use ubuntu jammy as dockerv1.28.0 | raveit65 | 1 | -1/+1 | |
2024-02-15 | release 1.28.0 | raveit65 | 2 | -3/+11 | |
2024-02-15 | tx: sync with transifex | raveit65 | 132 | -1479/+1480 | |
2024-01-05 | Fix positioning on Wayland when output is not at position 0, 0 | Sophie Winter | 1 | -4/+4 | |
2023-11-25 | fix building with libxml 2.12.0 | raveit65 | 4 | -0/+8 | |
2023-10-05 | applet: Do not override the process' text domain | Colomban Wendling | 1 | -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-05 | applet: Actually use translations | Colomban Wendling | 1 | -4/+4 | |
2023-09-02 | tx: update resources | raveit65 | 1 | -11/+11 | |
2023-08-22 | release 1.27.1v1.27.1 | raveit65 | 2 | -2/+14 | |
2023-08-22 | tx: pull with transifex | raveit65 | 133 | -168/+171 | |
2023-08-22 | wayland: do not attempt to connect to x11 screensaver | lukefromdc | 1 | -0/+3 | |
2023-08-18 | Wayland: Allow building do not disturb applet in process | lukefromdc | 5 | -9/+76 | |
2023-08-10 | Auto-start m-n-d with session | raveit65 | 3 | -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-10 | Only exit on idle when explicitly requested | Colomban Wendling | 4 | -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-10 | Fix potential crash if org.mate.ScreenSaver doesn't respond | Colomban Wendling | 1 | -0/+1 | |
2022-12-13 | Fix build warnings about missing field initializer | rbuj | 2 | -5/+7 | |
2022-12-13 | mnd-daemon: fix memory leak | rbuj | 1 | -0/+3 | |
2022-12-13 | daemon: fix memory leak | rbuj | 1 | -4/+4 | |
2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+14 | |
2022-11-11 | tx: sync with transifex | mbkma | 133 | -1460/+1466 | |
2022-11-10 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -3/+3 | |
2022-10-29 | tx: update resource | mbkma | 1 | -10/+10 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -6/+16 | |
2022-08-06 | themes: fix typo | rbuj | 4 | -8/+8 | |
2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
2021-12-11 | build: show configure summary using a pretty format | rbuj | 1 | -17/+19 | |
2021-12-11 | Use a blank line at most | rbuj | 5 | -19/+0 | |
2021-12-11 | theme: remove whitespaces before #define, #ifdef, and #endif | rbuj | 1 | -39/+37 | |
2021-10-12 | Add AssumedAppArmorLabel to dbus service file | Dani Llewellyn | 1 | -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-04 | release 1.26.0v1.26.0 | raveit65 | 2 | -1/+6 | |
2021-08-04 | tx: sync with transifex | raveit65 | 133 | -4296/+4299 | |
2021-08-04 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-06-22 | tx: update resource | raveit65 | 1 | -32/+32 | |
2021-06-22 | Update copyright to 2021 | raveit65 | 18 | -0/+18 | |
2021-05-30 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+34 | |
2021-05-30 | tx: sync with transifex | raveit65 | 133 | -6642/+18324 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -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-03 | daemon: g_memdup is dreprecated from glib 2.68 | rbuj | 1 | -1/+8 | |
2021-03-29 | engines.c: fix memory leak | mbkma | 1 | -3/+3 | |
2021-03-29 | mate-notification-properties.c: fix memory leaks | mbkma | 1 | -3/+7 | |
2021-03-15 | Remove shadow warnings [-Wshadow] | rbuj | 2 | -15/+20 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -12/+0 | |
2021-02-24 | build: allow users to disable gettext support (--disable-nls) | rbuj | 5 | -2/+22 | |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-10 | Use notify_stack_destroy() instead of g_clear_object() for stacks (which are ↵ | William Wold | 1 | -1/+1 | |
not GObjects)] | |||||
2021-01-16 | update resource for transifex | rbuj | 1 | -28/+74 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |