| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/80
|
| |
|
|
|
|
| |
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().
|
| |
|
|
| |
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1698
|
| |
|
|
|
|
|
| |
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 (':').
|
|
|
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.
|