Commit Graph

43102 Commits

Author SHA1 Message Date
63fa858ddc Update Hungarian translation 2017-07-10 22:53:42 +00:00
5d57da76cc Wrong folder URI used for message notifications
It makes the window to activate the Mail view, but it fails to switch
to the correct folder. The problem was that folder_name was actually
the folder_uri.
2017-07-10 20:07:06 +02:00
855d7d1358 Bug 784664 - Avoid folding in ESourceMailIdentity::aliases property 2017-07-10 19:08:53 +02:00
0012bb4594 Update Indonesian translation 2017-07-10 09:36:21 +00:00
5c05f4b344 Update Friulian translation 2017-07-07 07:17:45 +00:00
e27e30c416 Bug 783533 - Link from 'cannot see some mail' to 'debugging filters' 2017-07-04 19:46:16 +02:00
7f3c4f2fff Remove an obsolete comment 2017-07-04 19:43:19 +02:00
138ba0b684 Bug 783504 - Link to junk folder location options from spam settings page 2017-07-04 19:40:26 +02:00
62b708adfd Bug 783363 - Explain how list of apps to open an attachment are determined 2017-07-04 19:26:41 +02:00
aa94d04c12 Bug 781790 - Configure signature and start cursor position per account 2017-07-04 18:33:45 +02:00
40184d3d32 Bug 781309 - Signature and import previews hard to read with dark theme 2017-07-04 12:44:04 +02:00
1cce2f80d0 Prefer gtk_clipboard_wait_for_targets() over gtk_clipboard_request_targets()
The later seems to be unreliable, returning no targets when pasting
into the composer, while the former returns the targets reliably.
Hard to tell what failed for the later, but as long as the other one
works, then prefer it over the other.
2017-07-04 10:51:37 +02:00
cea9ef925e Use the fancy Unicode quotation marks in a new file
Plus two forgotten arrows elsewhere.

See https://developer.gnome.org/hig/stable/typography.html

https://bugzilla.gnome.org/show_bug.cgi?id=774377
2017-07-04 00:37:20 +02:00
a112e3adf6 Bug 784438 - Hyperlinks href changed to text when expanding the text 2017-07-03 18:26:31 +02:00
bb9f58fb25 Fix runtime warning on close from e_content_request_process()
Namely this one:
evolution-util-CRITICAL **: e_content_request_process: assertion 'G_IS_OBJECT (requester)' failed
which could show up on close. The 'requester' had been NULL, thus
it caused no harm in memory, but it is still better to cancel
the request gracefully, than claim on the console.
2017-07-03 15:54:15 +02:00
a4b701abc1 Bug 784445 - [Wayland] Date chooser on Tasks is misplaced on screen 2017-07-03 15:50:32 +02:00
963ca6fd2e Bug 781744 - Support not storing sent messages 2017-07-03 12:37:44 +02:00
2493350ade Bug 780934 - Component not moved when changing calendar in editor 2017-06-30 12:55:03 +02:00
bc2bfda634 Bug 782210 - Divide message list and preview panel size proportionally ]I[ 2017-06-30 10:51:02 +02:00
6eba673321 Bug 783908 - Prefill new contact lists with mails from selected contacts 2017-06-29 16:11:00 +02:00
465cc49812 Cannot focus contact list editor's list name
Then it's pretty hard to change that name, or even write anything to it.
2017-06-29 16:05:50 +02:00
74e097a98a Make it possible to change theme for text-highlight module
Since now, users can change theme being used by the text-highlight module,
not being forced to use a hard-coded theme in the code. First of all,
figure out which themes are installed. It's done with command:

   $ highlight --list-scripts=themes

Pick one, say "editor-vim-dark" (supposing it's installed), and execute:

   $ gsettings set org.gnome.evolution.text-highlight theme edit-vim-dark

And the next time the text-highlight will be called, like when changing the used
format with right-click in the body->Format As->..., the changed theme will
be used. In case the value being set in the GSettings is no longer valid,
like when the theme is not available or had been uninstalled, there will be
no formatting in the message content at all and evolution's console may
contain an error message from highlight, like this one:

   highlight: cannot open themes/unknown.theme: No such file or directory
2017-06-29 12:49:45 +02:00
5e4a3d1d6b Bug 784246 - Unset encoding in text-highlight module output 2017-06-29 12:23:25 +02:00
150bd8d261 Change --module-dir for gtkdoc-fixxref call
As pointed out in bug 784209, the --module-dir should be the 'html'
directory, which wasn't a problem with 1.25, but git master of gtk-doc
fails to find html files when it was set to the current directory.
2017-06-29 11:13:37 +02:00
a3fa18f960 Bug 235022 - Can't use evolution before you create a mail account 2017-06-28 18:02:16 +02:00
c793621868 Update Belarusian translation 2017-06-28 13:23:12 +00:00
06475e45b3 Bug 772572 - Allow creating Receive-only mail accounts 2017-06-28 13:49:45 +02:00
fdbd581073 Bug 782210 - Divide message list and preview panel size proportionally ][ 2017-06-27 18:33:24 +02:00
0da543958a Use the fancy Unicode quotation marks in a new string
See https://developer.gnome.org/hig/stable/typography.html

https://bugzilla.gnome.org/show_bug.cgi?id=774377
2017-06-27 13:55:12 +02:00
9fa8f16801 Make it possible to debug filters on stdout
Two changes being done:
a) special value 'stdout', or an empty string, for 'filters-log-file'
   will make logging into stdout
b) running with CAMEL_DEBUG=filters also turns on logging to stdout.

The output file from GSettings has precedence over the stdout used
by CAMEL_DEBUG, when both loggings are enabled. In other words, in case
GSettings has enabled logging, then GSettings dictate which file is
used for the log, otherwise GSettings values are ignored and stdout
is used only when CAMEL_DEBUG logging is enabled.
2017-06-26 15:42:25 +02:00
2193e40839 Updated Spanish translation 2017-06-24 16:54:05 +02:00
0d71a3620b Sort accounts in identity combo box (From: combo in mail composer)
The accounts were in some artificial disorder, better to use the same
order as the folder tree, then eventually name/mail address. Aliases
are right below the main address of the account they belong to.
2017-06-22 16:57:53 +02:00
cebd87551a Update Kazakh translation 2017-06-22 14:19:15 +00:00
a7194c3229 Bug 339675 - Add option to Include signature in new messages only 2017-06-22 15:21:31 +02:00
f582dae7c0 Bug 783987 - Mail account assistant/editor too tall for small resolution 2017-06-20 18:57:37 +02:00
152ae96ccc Update Friulian translation 2017-06-20 07:27:53 +00:00
a9a03ac574 Update Friulian translation 2017-06-20 07:16:18 +00:00
534e797d98 Bug 783968 - Mark Fwd and Re Subject attribution for translation 2017-06-19 19:34:59 +02:00
98e7116686 Updated Spanish translation 2017-06-19 17:29:36 +02:00
fc3f5a42b9 Bug 783905 - Drag in Minicard view stuck 2017-06-19 13:47:52 +02:00
d56ee134e5 Update Friulian translation 2017-06-19 09:02:39 +00:00
b15fa2d3fe Post-release version bump 2017-06-19 10:44:13 +02:00
3243576183 NEWS update for 3.25.3 2017-06-19 10:37:59 +02:00
803b2aa571 Update Hungarian translation 2017-06-17 21:47:28 +00:00
22dec391f4 Update Kazakh translation 2017-06-17 08:40:59 +00:00
a6da80daea Correct Unicode opening quotation mark
See https://developer.gnome.org/hig/stable/typography.html

https://bugzilla.gnome.org/show_bug.cgi?id=774377
2017-06-16 17:53:50 +02:00
e90b5ab029 Update Spanish translation 2017-06-16 11:25:12 +00:00
359aee3aa5 e_mail_folder_to_full_display_name: Special-case virtual Trash/Junk folders
These used to show their raw names in the UI, which didn't look correct.
2017-06-15 17:17:31 +02:00
f2ac494243 Bug 499319 - Add "Empty Junk" to Junk folder context menu 2017-06-15 16:58:49 +02:00
e84b3346e7 Allow overwrite of CMAKE_SKIP_RPATH variable 2017-06-15 13:52:38 +02:00