c8cfb6ee8b
Update Catalan translation
2019-11-25 21:15:49 +01:00
dd4c570099
I#719 - e-cal-dialogs: Set default responses for dialogs
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/719
2019-11-25 10:47:56 +01:00
d7444a1be4
Update Catalan translation
2019-11-23 23:03:44 +01:00
d24a317d7a
Post-release version bump
2019-11-22 09:47:01 +01:00
b5baaa2a13
NEWS update for 3.35.2
2019-11-22 09:30:43 +01:00
470d0897b0
I#711 - "Select Today" goes to wrong date if month view is scrolled
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/711
2019-11-19 09:43:18 +01:00
7411d445da
I#709 - tnef-attachment: Add TNEF part as attachment on error
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/709
2019-11-18 09:50:56 +01:00
8f2c05cc8e
Update Catalan translation
2019-11-16 23:40:13 +01:00
2a24f3f02c
Update Catalan translation
2019-11-13 22:31:21 +01:00
b0c9e4ad0e
I#701 - ECompEditorEvent: Preset user timezone for all-day events, instead of UTC
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/701
2019-11-13 13:46:21 +01:00
b4fa5a751a
ESimpleAsyncResult: Avoid thread scheduling race when finishing on idle
...
The e_simple_async_result_complete_idle() adds a reference to the passed-in
ESimpleAsyncResult instance and schedules an idle callback, where it is
also unreffed. Usual follow up action of the caller was to unref the result,
maybe in a dedicated thread. The race comes when the dedicated thread is
suspended before it removes its reference on the result and the idle callback
is processed before the thread is resumed. That can also mean to free
widgets, which are supposed to be freed only in the main/UI thread,
in the dedicated thread, causing crash or other issues. The fix is to
take the reference of the result, instead of adding its own and unreffing
it shortly after.
This is related to a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1770923
2019-11-11 18:09:57 +01:00
d43dc879c3
I#702 - "Body contains" leaves the search term selected in the email
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/702
2019-11-11 16:56:21 +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
df922ef99b
Updated Spanish translation
2019-11-05 15:31:46 +01:00
c92c435223
I#696 - Copying event in calendar does not sustain duration of event
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/696
2019-11-05 14:30:09 +01:00
9041845604
Update Catalan translation
2019-10-26 09:33:20 +02:00
fdee6764a4
Update Catalan translation
2019-10-25 21:15:17 +02:00
ced1e32958
Clear JSCContext exceptions after the call
...
The JSCContext keeps exceptions between multiple calls, thus when one
call fails the consecutive calls would reuse the previous exception
until it is explicitly cleared, even though the following call succeeded
without any issue.
2019-10-25 09:09:33 +02:00
7e9acfe3eb
Calendar: Show only the last part of the timezone above the time column in the Day View
...
Timezone names with three slashes skipped only the first part, which could
make the too width for the time column.
2019-10-24 15:17:40 +02:00
375041b0f2
Updated Spanish translation
2019-10-24 12:11:28 +02:00
a2e9d3573d
Update Catalan translation
2019-10-23 22:13:16 +02:00
5179ce8738
Update Catalan translation
2019-10-23 22:01:25 +02:00
18f6cdcbf6
I#681 - Cannot type the date of a meeting
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/681
2019-10-23 18:25:48 +02:00
2e66c1ab70
e-web-view.js: Element::tagName is always in upper-case
...
...thus no need to "upper-case" it again.
2019-10-22 10:18:30 +02:00
8ef6338ec1
Update Catalan translation
2019-10-18 20:37:24 +02:00
40692a9882
Fix a crash when changing Archive folder
...
This happened when for example a new folder had been created and after
it the archive folder had been changed in Preferences. The reason was
that there was left a signal handler for an EMFolderTreeModel, which had
been already freed. Disconnecting the signal handler in the dispose
of the EMFolderTreeModel fixes the crash.
2019-10-18 07:40:46 +02:00
163d56dfe1
e-web-extension.c: Do not include webkitdom.h
...
It's not needed now, all the required definitions are in webkit-web-extension.h.
2019-10-17 13:41:05 +02:00
8fa7bed23e
e-web-view.js: Replace 'isEqualNode()' with '==='
...
The 'isEqualNode()' is not the thing meant to be done here, this is
rather 'isSameNode()', which is deprecated and replaced with '==='.
2019-10-17 11:21:44 +02:00
25bf6759cd
ews-I#52 - Disable iTip message send when copy/move meeting between calendars
...
Related to https://gitlab.gnome.org/GNOME/evolution-ews/issues/52
2019-10-16 17:45:42 +02:00
1e25b2a123
Update Friulian translation
2019-10-16 15:36:45 +00:00
ff464efd8e
I#659 - Hardcoded text colors do not work well in dark mode
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/659
2019-10-15 15:58:34 +02:00
d5568eb40b
I#642 - Prefer https:// when fetching server's autoconfig/config-v1.1.xml
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/642
2019-10-15 11:00:22 +02:00
b4ca84a452
Updated Spanish translation
2019-10-14 10:17:55 +02:00
6295847a89
Update Catalan translation
2019-10-12 22:16:07 +02:00
5a2f74f9e3
Bug 789267 - Add Insert->Emoji into message composer
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=789267
2019-10-11 13:43:10 +02:00
fe59a493cc
Post-release version bump
2019-10-11 08:04:30 +02:00
8eb6dd55a2
NEWS update for 3.35.1
2019-10-11 07:53:56 +02:00
517d822714
Show Security Information for signed/encrypted mails in the preview panel
...
It used to be a dialog, which was unnecessary. Let it be shown inline,
in the message preview instead. As a side effect, it's easier to copy
information out of it.
2019-10-10 15:50:53 +02:00
7c7eb401f2
Bug 755418 - "Load Remote Content" info bar is too distracting
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=755418
2019-10-09 15:30:34 +02:00
1d7e3e75cc
EWebView: Use JavaScriptCore API of WebKitGTK+
...
All the previews (in Mail, Contacts, Memos and Tasks) stop using
deprecated WebKitGTK+ DOM API through a WebExtension (and its D-Bus
API) and start using the JavaScriptCore API (and JavaScript as such).
This allows to lightweight the WebExtension for the EWebView
significantly, including drop of the D-Bus API of it, fully relying
on the Inter-Process-Communication of WebKitGTK+ itself.
2019-10-09 12:26:12 +02:00
cac20e41cb
Fixes to Catalan translation
2019-10-05 10:41:44 +02:00
ce5cb9beaa
Updated Slovenian translation
2019-10-03 22:07:39 +02:00
19a928f3d7
I#636 - Contact Editor: Move with Tab stops at some widgets
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/636
2019-09-30 21:10:38 +02:00
acf804b052
I#641 - 'Mark messages as read' as account option not working for Search Folders
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/641
2019-09-30 19:08:22 +02:00
79f83564b7
I#645 - Prefer-Plain: Hide vendor-specific subparts of multipart/alternative
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/645
2019-09-30 15:56:26 +02:00
7bfffd47cd
I#644 - Composer: Add Ctrl+K as 'Insert Link' shortcut
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/644
2019-09-30 11:36:57 +02:00
28c4742807
Update Catalan translation
...
(cherry picked from commit 59b3326c8e )
2019-09-29 23:09:48 +00:00
3450a36b56
Update Catalan translation
2019-09-29 10:07:06 +02:00
9f26f17b84
Updated Slovenian translation
2019-09-28 21:11:52 +02:00
ca9fd4c3ce
help: Fix a typo (semi-colon instead of colon)
...
Pointed out by Pete in
https://mail.gnome.org/archives/evolution-list/2019-September/msg00128.html
2019-09-28 12:23:22 +02:00