Commit Graph

45998 Commits

Author SHA1 Message Date
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
7f3ea7a8f1 Update Russian translation 2022-07-21 10:10:22 +00:00
8d05f246c0 Update Turkish translation 2022-07-20 23:08: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
f0df67904c Build with gcr4 by default
Use -DWITH_GCR3=ON to build with gcr3 instead. The gcr4 will replace gcr3
in the future, thus let the gcr4 be the default build option.
2022-07-19 18:54:42 +02:00
725a2e5a77 flatpak: Add access to gvfsd in the Flatpak manifests
Related to https://github.com/flathub/org.gnome.Evolution/pull/94
2022-07-19 12:41:48 +02:00
fb9003cfa6 Change when symbolic icons are forced in the application
Rather than forcing symbolic icons in GNOME, check whether only symbolic
icons are available for the current icon theme and if so, then force
the symbolic icons, otherwise use colored icons.

The test can be still inaccurate, but the gtk+ API doesn't have a way to
check whether the icon theme is symbolic-only or not.

Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1848
2022-07-18 15:35:33 +02:00
451e387ac0 I#1961 - Missing divider lines and paddings under GNOME
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1961
2022-07-18 11:34:39 +02:00
1810e96dc6 Update Persian translation 2022-07-16 14:14:16 +00:00
6cd6574bfb Update Basque translation 2022-07-16 08:40:11 +00:00
5226cea777 ECompEditor: Add signals for core virtual methods
These are meant to be used by extensions, which can listen to the signals
and modify widgets/component accordingly, without a need to subclass
the ECompEditor.
2022-07-14 18:17:40 +02:00
bed1556e0f I#1958 - Calendar: Sort reminder times in the component editor
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1958
2022-07-13 15:08:47 +02:00
65d9fbd931 Update Catalan translation 2022-07-13 12:50:44 +00:00
9dab62e57c Update Portuguese translation 2022-07-13 12:20:55 +00:00
befe6f0220 Update Ukrainian translation 2022-07-12 16:51:54 +00:00
a845eac0c7 I#1962 - Mail: Option to use user-specified Date format in Inline reply style
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1962
2022-07-12 18:40:04 +02:00
3f530ba014 Composer: Some parts of HTML not always converted into Plain Text
When traversing the HTML structure the to-be-removed nodes in the middle
of the text could prevent correct move between nodes, by traversing into
them and immediately removing the node.
2022-07-11 17:44:08 +02:00
1928b9af3e Update Russian translation 2022-07-09 18:01:13 +00:00
60248ddbb7 Use camel_folder_get_full_display_name() in user-visible strings 2022-07-08 12:59:16 +02:00
6df88968ce RSS: Require camel and libedataserer pkgconfig files
While the files are checked for in the main CMakeLists.txt file,
it'll be better to require the two pkg-config files, in case they
are renamed or any such change.
2022-07-08 12:56:58 +02:00
7d14bcb9f7 Update Portuguese translation 2022-07-07 10:06:46 +00:00
45c16e210b Update Persian translation 2022-07-07 09:24:00 +00:00
8c8660c125 Update Ukrainian translation 2022-07-06 06:56:24 +00:00