Commit Graph

43463 Commits

Author SHA1 Message Date
Rafael Fontenelle 90339e55bd Bug 793107 - Add option to build with enchant 1.x or 2.x 2018-02-08 17:43:31 +01:00
Jiri Grönroos 7baf811db7 Update Finnish translation 2018-02-07 17:21:19 +00:00
Fabio Tomat c28625689f Update Friulian translation 2018-02-07 16:39:22 +00:00
Milan Crha a36bb54693 Add Create/Destroy view options to test-source-selector utility
Just to have few more functions for testing there.
2018-02-07 16:22:41 +01:00
Milan Crha 2db72dd4ff Bug 793104 - COMPLETED in libical 3.0+ is DATE-TIME only 2018-02-06 18:18:55 +01:00
Milan Crha 948d9c623e Bug 793064 - Default value of attachment-reminder-clues doesn't localize 2018-02-06 11:13:13 +01:00
Carles Ferrando Garcia 37166cab28 Update Catalan translation 2018-02-05 17:59:09 +00:00
Milan Crha a559d7ebf3 Post-release version bump 2018-02-05 11:41:22 +01:00
Milan Crha 1422bd696c NEWS update for 3.27.90 2018-02-05 11:35:23 +01:00
Balázs Meskó ed2343932f Update Hungarian translation 2018-02-04 19:42:11 +00:00
Andika Triwidada 017e3645b8 Update Indonesian translation 2018-02-03 06:25:00 +00:00
Rafael Fontenelle f794f3bded Update Brazilian Portuguese translation 2018-02-01 23:47:28 +00:00
Kukuh Syafaat 0cccf1e7f3 Update Indonesian translation 2018-02-01 16:58:12 +00:00
Milan Crha 11e1359a01 Bug 720387 - Always set error on failure of mail_autoconfig_initable_init() 2018-02-01 14:28:21 +01:00
Milan Crha 7c1385fd61 Bug 778065 - Add hidden option to keep original signature in replies 2018-01-31 12:32:17 +01:00
Milan Crha 60e8f78689 Use e_cal_recur_get_localized_nth() instead of e_cal_recur_nth array
The now deprecated e_cal_recur_nth array usage with bare _() didn't always
work, it worked here only due to the same strings being marked for
translation in the "evolution" translation domain, which avoids
the intention of not localizing the same string multiple times.
2018-01-29 18:22:41 +01:00
Milan Crha 7ef636dd6a Bug 788823 - Link wrapping breaks paragraph text incorrectly 2018-01-29 17:29:15 +01:00
Milan Crha b8dbb033bf Bug 788589 - [Composer] Middle mouse button pastes selected text in wrong location 2018-01-29 16:21:55 +01:00
Milan Crha 79dd568d6d [composer-autosave] Use-after-free during snapshot save to file
It could happen that the snapshot save got interrupted by other UI
code, one of them being composer close, which causes the composer's
dispose() execution, even it has more than one ref_count. The dispose()
frees the content widgets, which results in use-after-free when
the snapshot save continues its execution. The interrupt was possible
also due to several asynchronous calls being involved during the save.

This had been reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1538865
2018-01-29 15:52:41 +01:00
Milan Crha 25fe8a4b8b Bug 788904 - Show extra Google attendee info in Calendar and itip messages 2018-01-29 10:51:09 +01:00
Balázs Úr 388ff912b0 Update Hungarian translation 2018-01-26 20:31:26 +00:00
Milan Crha 3eb323f346 Bug 792909 - [mail-to-task] Ensure UTF-8 valid Description 2018-01-26 11:12:18 +01:00
Milan Crha 20a5b39314 Indentation in plain text adds unwanted spaces around links
Indentation gap had been added in front of every text in the indented block,
which can be wrong in cases where the text is "split" by an anchor, for example
when added by magic-links. There was used wrong indentation gap in the plain
text version too (3 in UI versus 4 spaces in plain text per level).

This had been reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1538775
2018-01-26 09:59:22 +01:00
Milan Crha d958c1cb7a Address some issues reported by Undefined Behavior Sanitizer
The runtime warnings were:
- null pointer passed as argument NNN, which is declared to never be null
- left shift of MMM by NNN places cannot be represented in type 'int'
2018-01-25 11:36:32 +01:00
Milan Crha 62a50bd920 Bug 792736 - Remove false runtime warning from ml_sort_uids_by_tree() 2018-01-25 09:49:36 +01:00
Milan Crha c97abcf06c Bug 792781 - 'Go to Folder' incorrectly unrefs CamelFolder twice 2018-01-24 17:53:36 +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 42203a3d00 Change how UI deals with XOAUTH2 for Camel providers
As it had been before this change, once any account had Google built-in
OAuth2 authentication, it had been offered to every account of that provider,
which is wrong. This change adds/removes particular built-in OAuth2
authentication methods on demand, also when changing server host name,
without influencing any other account.
2018-01-23 13:54:45 +01:00
Milan Crha c1a673bdc2 Adapt to changes in built-in OAuth2 implementation in evolution-data-server 2018-01-22 13:33:52 +01:00
Milan Crha 04aa60a358 Bug 792610 - [GPG] Consider alternate signer emails in sender address verification 2018-01-18 17:44:29 +01:00
Milan Crha 62997e939b Bug 792480 - Delete key press should not create new event in Calendar views 2018-01-16 09:52:55 +01:00
Milan Crha 5dd0702c9f Bug 792076 - Set "Apply the same view to all folders" by default 2018-01-16 08:13:14 +01:00
Fabio Tomat 171f96e1da Update Friulian translation 2018-01-15 10:59:59 +00:00
Milan Crha a3ee669492 Expand also input fields in filter rule editor
Thus more text can be seen when the dialog is wider.
2018-01-10 19:00:34 +01:00
Milan Crha dec7ee0e15 Bug 788543 - Add a way to filter on Source Account first 2018-01-10 18:36:19 +01:00
Milan Crha 77c79d80b0 Bug 792385 - [mail-to-task] Odd component editor window title (Unicode dash) 2018-01-10 12:01:03 +01:00
Milan Crha 0d573648eb Bug 792343 - [CompEditor] Date-only value changed to DateTime on save 2018-01-10 10:52:29 +01:00
Milan Crha c9d48f4a4b Crash under message-list.c:free_message_info_data()
Reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1485982
2018-01-09 11:55:04 +01:00
Milan Crha 84a2fef832 Bug 339675 - 'Include signature in new messages only' doesn't always work 2018-01-08 18:52:36 +01:00
Milan Crha 28c701389d [devel-doc] Rename api-index IDs, to not clash with gtk-doc generated IDs
This covers bug 784208, gtk-doc generated warnings like this one:
Warning: multiple "IDs" for constraint linkend: api-index-3.2.
2018-01-08 15:46:46 +01:00
Fabio Tomat d1298a1023 Update Friulian translation 2018-01-08 14:06:03 +00:00
Milan Crha e4346bb702 Post-release version bump 2018-01-08 10:12:21 +01:00
Milan Crha 1174596d23 NEWS update for 3.27.4 2018-01-08 10:06:27 +01:00
Milan Crha 10ceb30910 Drag&drop of attachment button from mail preview does nothing
It's using the same mime type, but the code to make it a real file
or anything like that fails. With this change the button (or the image
of it on the right side of the button) can be dragged into the folder
tree or message list, importing it into the mail folder.
2018-01-04 19:04:46 +01:00
Milan Crha 35971f8522 Bug 791793 - Unnecessary preview reload on style-updated in Tasks/Memos 2018-01-04 17:17:18 +01:00
Milan Crha 936636664e Bug 791740 - Use monospace font for component "Description" field 2018-01-04 16:24:47 +01:00
Milan Crha 3a768e46f4 Bug 791346 - ‘Disposition-Notification-To’ header doesn’t take into account the ‘From Override’ field’s value 2018-01-03 18:26:22 +01:00
Milan Crha bd394fd800 Bug 791341 - Support pasting multiple addresses with line breaks 2018-01-03 18:00:55 +01:00
Milan Crha ef55bd99d8 Bug 791291 - Composer crashes if Ctrl+\ is pressed multiple times 2018-01-03 15:49:21 +01:00
Andre Klapper a8d3f91328 help: Cover reenabling the main menu bar 2017-12-29 19:32:25 +01:00