Milan Crha
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
Milan Crha
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
Milan Crha
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
Yuri Chornoivan
8b5932f022
Fix minor typos
2020-05-19 06:00:50 +00:00
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
aaf9798e60
Remove App menu
...
Related to https://gitlab.gnome.org/GNOME/Initiatives/issues/4
2020-02-10 16:24:51 +01:00
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
78fcbedf43
Use Unicode triple-dots in translatable strings
2019-08-02 13:40:23 +02:00
Milan Crha
1d68ce0668
killev: Search for killall/pkill in runtime, rather than in compile time
2019-08-02 11:18:34 +02:00
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Andre Klapper
4dbbc2ccd6
Bump copyright year - the future is now!
2018-12-18 13:23:15 +01:00
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Milan Crha
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
Andre Klapper
35accd36b7
GNOME Bugzilla has been replaced by GNOME Gitlab
2018-09-14 20:11:23 +02:00
Milan Crha
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
Milan Crha
b83482609b
I#78 - Search scope in Mail view not restored properly
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/78
2018-07-24 09:11:38 +02:00
Milan Crha
3b9e4b0475
Highlight of the search bar entry doesn't work
...
The entry is supposed to have selected background/text color when
the search is active, but this didn't work. Fix the CSS selector
to work with gtk3.
2018-07-19 12:32:44 +02:00
Milan Crha
c4423134e3
I#67 - Provide a hint how to show hidden Menu Bar again
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/67
2018-07-10 16:17:09 +02:00
Andre Klapper
74469b0cbe
Bug 770141 - Remove Quick Reference PDF
2018-07-10 09:33:20 +02:00
Milan Crha
cc783f32f7
Shift+Click on switcher button to open a new window
...
Both middle-click and Shift+left-click open a new window when
pressed on the switcher button. The Shift+left-click had been
added for consistency with other applications.
Requested downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1308665
2018-05-18 08:47:52 +02:00
Milan Crha
ed7add9842
Address some of the compiler and static analyzers warnings
2018-05-17 15:13:03 +02:00
Milan Crha
2bfd906d26
Bug 793125 - Crash due to popup menus left attached too long
2018-02-13 14:34:18 +01:00
Milan Crha
7e1a71ab0a
Change when Evolution loads its extension modules
...
There had already been a workaround for EClientCache, which proved
to be sub-optimal, and it can strike on more places, thus better
to load the extension modules before EShell is created.
2018-01-24 16:09:25 +01:00
Milan Crha
e21ef11aa1
Workaround bug 674885 (type initialisation deadlock in GObject)
2017-11-13 16:19:17 +01:00
Milan Crha
76a6c1f948
Initialize libxml2 global memory in the main()
...
There could happen crashes in libxml2 when being used for the first
time in multiple threads at once, like with xmlFindCharEncodingHandler()
function. This and some others require initialization in the main thread.
One example of such crash can be found in a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1380268
2017-10-04 09:43:09 +02:00
Milan Crha
aff7195492
Bug 788156 - Remote content download slows down message preview
2017-10-03 11:43:19 +02:00
Milan Crha
f1c3277a87
Remove GTK_CHECK_VERSION macro usage
...
The checks are obsolete since bump of gtk+ requirement to 3.22.
2017-09-11 18:24:59 +02:00