Commit Graph

1538 Commits

Author SHA1 Message Date
92a44896a7 I#1969 - EShellWindow: The 'New' menu is not filled after start
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1969
2022-08-30 13:48:53 +02:00
52ce3bcabd MessageList: Remove unneeded condition in an 'if' statement
Compilers can claim the condition is unneeded, because the variable
is never NULL.
2022-08-30 12:47:32 +02:00
afc2d76af7 I#1995 - EMFormat: Do not "mark citation" in header values
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1995
2022-08-22 11:31:54 +02:00
c4f2a875b3 I#1985 - Composer: Send of Outbox message doesn't remove it
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1985
2022-08-16 11:11:12 +02:00
09bb9987ec Use certificate widget provided by libedataserverui
This drops direct dependency on gcr as a side effect.
2022-08-15 15:40:46 +02:00
663c648b6d ECert: Correct free function of two private members
The values are a glib-allocated text, thus use g_free() to free them.
2022-08-15 12:51:21 +02:00
4389a8664d Pack GcrCertificateWidget into a scrolled window and use show_all() on it
This helps to show the certificate properly when using gcr4, because
the GcrCertificateWidget is not scrollable on its own anymore and
the content is hidden without using gtk_widget_show_all().
2022-08-09 11:51:25 +02:00
7cb572cf7a Show a menu button in the header bar when the menu bar is hidden
Since there is a header bar now, there can be shown a menu button
when the menu bar is hidden to make it easier to access the menu.
2022-08-05 09:04:54 +02:00
07de579eeb EMenuBar: Ensure GSettings signal handler is removed on menu bar free
Otherwise a use-after-free happens in the callback.
2022-08-04 17:24:48 +02:00
7eff67693f I#1982 - Calendar: The default reminder not always added
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1982
2022-08-04 11:49:59 +02:00
c928c5c0b5 I#1981 - ECompEditor: Cannot save changes
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1981
2022-08-03 08:10:20 +02:00
2fd7eca161 EHeaderBarButton: Disable the dropdown button with the main button
The dropdown part of the button should be insensitive together
with the main button, to make it behave like a single widget.

This could regress with the recent changes in the EHeaderBarButton.
2022-08-03 07:27:29 +02:00
14318b1e00 EHeaderBarButton: Uniform how a GtkAction is added into the header bar button
Use a single function to add an action into the header bar button,
to have it added the same way in both cases.
2022-08-02 15:59:34 +02:00
4f73c15c0f EHeaderBarButton: Use gtk_action_is_sensitive() in "sensitivity" property binding
The GtkAction::sensitivity property does not take into consideration
the action's group sensitivity, which can leave the buttons sensitive,
even the group is not, causing unexpected state of the header bar buttons.
2022-08-02 15:41:24 +02:00
97828bb6a3 I#1971 - EMailBrowser: Move 'Reply' to the right side of the header bar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1971
2022-08-02 15:01:23 +02:00
7e1031e551 Add Abkhazian translation into the list of supported locales 2022-08-02 10:49:49 +02:00
374d1b07e6 ECompEditor: Prefer "Save and Close" in the header bar
It's the suggested action, thus make it prominent.
2022-08-01 18:44:36 +02:00
635f6e9fae I#1976 - Mail: Change Template folder icon to 'folder-templates'
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1976
2022-08-01 17:15:35 +02:00
245c87e6b2 I#1968 - ECompEditor: Reminders list is too small
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1968
2022-08-01 16:08:55 +02:00
5f30cba6ed EMailLabelDialog: Use a header bar as title bar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/961
2022-07-21 13:19:44 +02:00
7e788dfda4 EMailFolderCreateDialog: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
c538877d39 EMailFolderSortOrderDialog: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
ee76049b93 EMSubscriptionEditor: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
9835af53e7 EMailNotesEditor: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
da46df5711 EMailNotesEditor: Auto-hide menu bar 2022-07-21 13:19:44 +02:00
c6c8e72a58 EAttachmentDialog: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
a98463cd34 EMailSignatureEditor: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
8e8d673316 EMailSignatureEditor: Auto-hide menu bar 2022-07-21 13:19:44 +02:00
5a9aaf639b EMailSignatureScriptDialog: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
97c3360e8c EShell: Create 'Categories Editor' dialog with a header bar
Remove duplicated close button
2022-07-21 13:19:44 +02:00
b619f1e583 EImageChooserDialog: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
92d8f115df ESourceSelectorDialog: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
7f7a1c9bf3 EImportAssistant: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
27fd7c5078 EMFolderSelector: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
c37083a95f EPreferencesWindow: Tweak help button
- Move at the start
- Use a common button size
2022-07-21 13:19:44 +02:00
1806ab3f6b EMailBrowser: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
1453fa8a87 ECompEditor: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
436b7a2c5f EComposer: Add an option to hide main toolbar 2022-07-21 13:19:44 +02:00
c07df7aaab EComposer: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
052eb51a29 ECategoryEditor: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
8d9f7f2450 ECategoriesDialog: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
f6b903e949 EContactEditorFullname: Use a header bar as title bar 2022-07-21 13:19:44 +02:00
c6605af305 ECompEditor: Auto-hide menu bar 2022-07-21 13:19:44 +02:00
e96b1f51b2 EContactEditor: Move buttons to header bar 2022-07-21 13:19:44 +02:00
e055a8f8e5 EShell: Allow header bar for dialogs 2022-07-21 13:19:44 +02:00
751944ad73 EComposer: Auto-hide menu bar 2022-07-21 13:19:44 +02:00
aa1814e414 Move menu bar handling to utils 2022-07-21 13:19:39 +02:00
38a531c503 EShell: Use a header bar as title bar
- Move common actions from toolbar to headerbar
- Add EHeaderBarButton to mimic and replace EMenuToolButton
- Add EShellHeaderBar for "New button" handling
2022-07-21 13:16:11 +02:00
6d044a1ef4 EComposer: Add an option to hide edit toolbar 2022-07-21 10:39:36 +00:00
677d5ec7a3 I#1966 - EColorSchemeWatcher: Verify chosen dark variant theme name exists
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1966
2022-07-20 18:01:46 +02:00