b75c6176fe
EShellSearchbar: Update actions only if the shell view is active
...
This could be seen in the Calendar view, when opening the application
with a saved search, the search was active, but the Clear Search button
was not sensitive when the task/memo view was without the search.
The reason is the actions are shared between all the views.
2021-07-15 18:14:43 +02:00
827ca67033
I#1537 - EShellSearchbar: Search option not saved on change
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1537
2021-06-21 14:36:01 +02:00
0b5ac78d66
I#1499 - EShell: Allow override credentials prompt parent window
...
And use that to set it when sending a message in a composer.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1499
2021-05-24 20:34:25 +02:00
9d82745d01
Disable sandboxing to enable printing, until WebKitGTK is fixed
2021-05-21 08:03:53 +02:00
c3f774af4d
Allow to load modules from custom prefixes
...
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 (':').
2021-02-25 08:04:55 +01:00
f90f93b1ad
M!76 - Correct typos in a/an
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/76
2021-02-01 15:29:03 +02:00
f08abddd7e
action_show_webkit_gpu_cb: Use current view when searching for a web view
...
Use current view when searching for the WebKitWebView, thus the page
is loaded in this view, not in the first being created after start.
2021-01-07 13:01:23 +01:00
0f0f6d7b27
Shell: Make it possible to show webkit://gpu information
...
This adds a menu Help->Show WebKit GPU information item, which opens
webkit://gpu page in the WebKitWebView of the current shell window.
The menu option is shown only if webkit-developer-mode is set
in the org.gnome.evolution.shell GSettings.
2021-01-06 10:15:10 +01:00
6da51f4d8e
eds-I#281 - GLibTools.cmake: Use basename in glib-mkenums templates
...
This change helps to create reproducible builds.
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/281
2020-12-08 08:48:32 +01:00
12453d8744
main.c: Remove possibly obsolete WebKit tweaks
...
Discussed at https://gitlab.gnome.org/GNOME/evolution/-/issues/1221
2020-11-12 09:49:12 +01:00
224b46f4c9
I#1208 - Keep the space in the filenames upon saving
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1208
2020-11-05 15:08:16 +01:00
d27a33e55d
I#1187 - code-cleanup: Remove unnecessary NULL pointer checks
...
These changes were generated by using the software “Coccinelle 1.0.8”.
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1187
2020-11-04 10:25:44 +01:00
b41ef76df1
I#1071 - Shift+number key cannot be typed in the search field
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1071
2020-09-04 08:37:52 +02:00
7dcc7eaeb9
I#1038 - EShellSearchbar: Save search scope per folder
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1038
2020-07-24 08:50:25 +02:00
e7d88586c7
I#854 - Offer "Saved searches" submenu in the search bar
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/854
2020-06-26 09:01:39 +02:00
8b5932f022
Fix minor typos
2020-05-19 06:00:50 +00:00
8e12b4d0e3
e-shell: Should retry source authenticate after successful trust prompt
...
This was a bug in the code for https://gitlab.gnome.org/GNOME/evolution-data-server/issues/86 ,
noticed when working on https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/204 .
2020-03-31 15:42:09 +02:00
4432dc0b94
I#836 - Shell: Executes shortcuts from inactive view
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/836
2020-03-16 14:30:45 +01:00
c4d53c3ce2
I#806 - Mail: Preserve folder tree expand state in a new window
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/806
2020-02-26 15:46:46 +01:00
360ca9fcd0
I#598 - EShellSwitcher: Runtime warnings about negative content height
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/598
2020-02-18 17:38:51 +01:00
aaf9798e60
Remove App menu
...
Related to https://gitlab.gnome.org/GNOME/Initiatives/issues/4
2020-02-10 16:24:51 +01:00
58d5766f81
I#312 - Allow change of magic-spacebar accelerators
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/312
2020-02-05 15:50:56 +01:00
ec5e81dfc3
I#48 - Add 'Customize current view' into View->Current View menu
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/48
2020-02-05 12:16:08 +01:00
0f0fd768f6
Prefer GSlice over heap allocation for short-lived structures
...
It might be quicker to use GSlice than to allocate new memory on the heap,
thus let's try to benefit from it.
2020-01-21 23:12:48 +01:00
d9b67c30aa
I#680 - Change how supported locales for composer attribution language are detected
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/680
2019-11-06 14:31:54 +01:00
78fcbedf43
Use Unicode triple-dots in translatable strings
2019-08-02 13:40:23 +02:00
1d68ce0668
killev: Search for killall/pkill in runtime, rather than in compile time
2019-08-02 11:18:34 +02:00
f4185d03e1
Refer to 'Evolution Website' only as 'Website' in the About dialog
...
It seems to be the usual way of naming the link. Where it aims might
be clear from the context, from the About dialog itself.
This had been reported downstream, as part of:
https://bugzilla.redhat.com/show_bug.cgi?id=1724536
2019-06-27 14:13:02 +02:00
4978623f5d
Bug 755730 - Focus message list after start in the Mail view ][
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=755730#c13
2019-06-27 12:40:34 +02:00
f41a317fb4
Bug 759493 - Provide keyboard shortcuts window
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=759493
2019-06-21 17:18:02 +02:00
d7db73226f
Add all icon directories into icon theme search path in maintainer mode
...
When building into a custom prefix, the icons in PREFIX/share/icons/ may
not be found in some cases, thus, when building also with
the ENABLE_MAINTAINER_MODE, add also that directory into the gtk+
icon theme search path.
2019-05-29 12:43:52 +02:00
47de79218e
Port to libecal-2.0 and adapt to libebook API changes
...
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/33
2019-05-17 12:50:12 +02:00
8c5e6476bf
eds-I#112 - Credentials prompter re-asks for credentials of disabled accounts
...
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/112
2019-05-07 18:07:49 +02:00
6083ef5960
I#407 - Inconsistent folder icons between side bar and top grey bar
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/407
2019-05-07 09:24:27 +02:00
7f7e4a5dd1
I#429 - Do not mark empty string for translation
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/429
2019-05-02 17:33:26 +02:00
6fda82a01a
M!11 - shell: print equal sign after --component in --help text
...
Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/11
2019-04-23 12:13:36 +02:00
8058f275c1
I#359 - F6 key to switch between panes does not work
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/359
2019-03-18 17:16:07 +01:00
e61f1af3d1
I#325 - F2 shortcut to Rename Folder stopped working
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/325
2019-03-11 11:11:29 +01:00
30d4b767f5
The 'Show' combo box hidden for small screens in the search bar ][
...
The previous change missed a fact that the EActionComboBox is used on
various places where always-enabled ellipsizing can cause issues, like
in the composer, where the combox of the message format and the paragraph
mode always used minimum size, thus made those unreadable. This change
enables ellipsizing in the EActionComboBox on demand, with the default
to not ellipsize, which keeps the behavior as before the change for
all but the search bar.
2019-02-20 12:25:58 +01:00
476d40c7ba
eds-I#86 - Rejecting connection certificate causes constant connection retries
...
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/86
2019-02-18 19:05:51 +01:00
9e9cc42454
The 'Show' combo box hidden for small screens in the search bar
...
When Evolution detected that the window width would be larger than
screen width it hid the Show combo box to avoid the window oversize,
but users do use this combo for filtering, thus it was not ideal.
Rather than hiding anything, make the combo box texts ellipsizable,
which can save plenty of space without hiding any widget.
Reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1678253
2019-02-18 15:53:35 +01:00
4dbbc2ccd6
Bump copyright year - the future is now!
2018-12-18 13:23:15 +01:00
6cde71f954
I#165 - [Flatpak] Use GtkFileChooserNative for Flatpak portals support
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/165
2018-11-30 12:25:02 +01:00
65f7ba867d
Bug 228772 - Allow to specify a default language for a given identity
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=228772
2018-10-08 19:05:54 +02:00
a288047fad
I#140 - Single key accelerator triggered in search box ]I[
...
Related to https://gitlab.gnome.org/GNOME/evolution/issues/140
2018-10-08 12:24:41 +02:00
1b5aaaeb73
I#140 - Single key accelerator triggered in search box ][
...
Could not use Backspace in the search box without this change.
Delete works fine.
Related to https://gitlab.gnome.org/GNOME/evolution/issues/140
2018-10-03 12:18:38 +02:00
048db5d2f2
I#140 - Single key accelerator triggered in search box
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/140
2018-09-26 19:15:26 +02:00
21ff24d4b4
I#128 - Add “Collection Account” to “File › New” menu
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/128
2018-09-17 22:12:51 +02:00
35accd36b7
GNOME Bugzilla has been replaced by GNOME Gitlab
2018-09-14 20:11:23 +02:00
bd582ece19
Propagate trust prompt response within collection sources
...
Collection sources often access the same server, thus can have
the same SSL trust settings, which are inherited from the collection
source to the child sources when the child source is created for
the first time. There is no need to ask for a trust prompt with
every single child source when it accesses the same server, thus
this change propagates SSL trust into the collection source and
its children after user responses to it.
2018-07-25 18:35:25 +02:00