summaryrefslogtreecommitdiff
path: root/src/libedataserverui/libedataserverui-private.c
Commit message (Collapse)AuthorAgeFilesLines
* M!80 - Provide libedataserverui for gtk4Milan Crha2022-06-221-0/+177
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/80
* _libedataserverui_init_icon_theme: Test whether default GdkScreen existsMilan Crha2021-12-011-1/+2
| | | | | | It does not exist when building developer documentation, which causes a runtime warning from the gtk+ code, thus test it before calling gtk_icon_theme_get_default().
* evo-I#1698 - Bundle legacy icons removed from adwaita-icon-themeMilan Crha2021-11-181-0/+20
| | | | Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1698
* Allow to load modules from custom prefixesMilan Crha2021-02-251-1/+1
| | | | | | | This change loads modules not only from the install prefix, but tries to read it also from the ~/.local/share/evolution/modules and from the directories listed in the EDS_EXTRA_PREFIXES, which is a list of paths separated by colon (':').
* Move evolution-alarm-notify to evolution-data-serverMilan Crha2018-05-111-0/+49
Apart of the move itself, it also contains a UI change of the notification dialog, the same as the changed way of dealing with the reminders: a) reminders persist between sessions, until they are dismissed b) snoozed reminders also persist between sessions.