Commit Graph

346 Commits

Author SHA1 Message Date
ae559e669c Bug 793915 - Option to convert UTC time to local time in Reply credits 2018-03-12 14:26:31 +01:00
cf57176bbe Bug 794034 - Add <provides><id> into org.gnome.Evolution.appdata 2018-03-05 09:27:25 +01:00
948d9c623e Bug 793064 - Default value of attachment-reminder-clues doesn't localize 2018-02-06 11:13:13 +01:00
7c1385fd61 Bug 778065 - Add hidden option to keep original signature in replies 2018-01-31 12:32:17 +01:00
7ef636dd6a Bug 788823 - Link wrapping breaks paragraph text incorrectly 2018-01-29 17:29:15 +01:00
5dd0702c9f Bug 792076 - Set "Apply the same view to all folders" by default 2018-01-16 08:13:14 +01:00
e9e5c2106d Bug 790632 - Option to visually wrap long lines in composer 2017-12-04 17:02:42 +01:00
73a7fd56a5 Bug 789571 - Handle webcal:// URI to add new On The Web calendar 2017-11-16 17:30:21 +01:00
f15a296b32 Use the fancy Unicode quotation marks in new strings
See https://developer.gnome.org/hig/stable/typography.html

https://bugzilla.gnome.org/show_bug.cgi?id=774377
2017-11-09 18:13:18 +01:00
1ad381e414 Bug 788934 - Add option to have Subject above Sender in Wide view 2017-10-17 18:46:16 +02:00
c5ca2d356f Bug 788916 - Localized "Fwd:"/"Re:" can't be disabled 2017-10-13 11:43:36 +02:00
39fb153718 Bug 788568 - Add option to "Show Tasks without Due date" in the "To Do" bar 2017-10-12 20:02:05 +02:00
1a4ce0cc18 Bug 320209 - Option to Order days in Week View from left to right 2017-09-19 12:12:49 +02:00
9ce1a78148 Draw flat events in Calendar views
Drawing events as flat had been suggested in bug 749158. This change
adds also an option, which can switch the drawing back to shaded.
2017-09-19 09:14:48 +02:00
65e6562eca Remember back up file extension and default to .tar.gz again
The default had been .tar.xz, but as claimed in [1], it makes back up
significantly slower with not much gain on the back up file size. This
change adds a setting to remember what file type had been used the last
time and it is reused the next time the back up is invoked.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1491024
2017-09-14 17:18:55 +02:00
209351ace5 Bug 787612 - Option to 'Go to the previous message after message deletion' 2017-09-13 19:30:40 +02:00
fd7b1cd239 Rename evolution.desktop to org.gnome.Evolution.desktop
And some related changes around appdata and metainfo files as well.
2017-09-11 12:57:30 +02:00
0961697a4f Revert "Rename evolution.desktop to org.gnome.Evolution.desktop"
This reverts commit 3f892a0634.
2017-09-04 16:13:05 +02:00
3f892a0634 Rename evolution.desktop to org.gnome.Evolution.desktop
And some related changes around appdata and metainfo files as well.
2017-09-01 15:00:25 +02:00
5f626e0448 Bug 787002 - Add shortcuts for Labels 2017-09-01 09:08:41 +02:00
108fd8cd2f Bug 336682 - Show keyboard shortcuts for Calendar views 2017-08-24 12:33:31 +02:00
4720799e12 Bug 271481 - Provide generic Accounts editor 2017-07-20 15:56:05 +02:00
f977bd747f Bug 771404 - Use OpenStreetMap or Google Maps to open maps 2017-07-12 19:31:51 +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
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
a3fa18f960 Bug 235022 - Can't use evolution before you create a mail account 2017-06-28 18:02:16 +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
a7194c3229 Bug 339675 - Add option to Include signature in new messages only 2017-06-22 15:21:31 +02:00
f2ac494243 Bug 499319 - Add "Empty Junk" to Junk folder context menu 2017-06-15 16:58:49 +02:00
f733f3ad4c Bug 266621 - Add "To Do" bar with events and tasks for Mail view 2017-06-14 18:59:21 +02:00
8378caaf5d Bug 783348 - Add 'Edit as New' event context menu option 2017-06-08 09:54:06 +02:00
176c891953 Bug 781647 - Hide evolution-alarm-notify in Startup Applications 2017-04-26 09:59:09 +02:00
6882f7aa61 Bug 778223 - Fix Exec path in alarm-notify autostart .desktop file 2017-02-06 18:53:19 +01:00
e4d477620b Bug 747751 - Do not display reminders for past events/tasks/memos by default 2017-01-19 12:35:04 +01:00
c44c895c37 Change a translatable string from a change for a bug 776391 2017-01-18 11:31:19 +01:00
53fe9c0dbb Bug 776391 - Disable WebKit developer mode by default 2017-01-17 19:00:16 +01:00
026783797e Added translator's comment and 'mode' versus 'format' for composer changes
Did not change 'mode' to 'format' everywhere, because some places
feel better with the 'mode', than with 'format'.
2016-12-06 19:48:17 +01:00
8f15dfa69e Bug 774164 - Unicode colon in localized Re: not handled 2016-11-29 21:00:51 +01:00
da83f5ae0e Spell GNOME Calendar correctly 2016-11-27 22:23:13 +01:00
bc5f32786d Bug 774377 - Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
2016-11-23 18:23:38 +01:00
8f32c3563b Bug 739955 - Wrap on mail Preview's width, not its content width
Force the width of the elements based on the preview width, but not for
messages that were formatted with text-highlight module (there is one
exception and it is the plain text formatting).

Also include additional fixes to our CSS:
 * don't break the text in the middle of contact
 * add missing border around some iframes
 * remove some of the margins and paddings
2016-11-10 11:01:13 +01:00
3c3439c744 Add an option to (not) have reminder notification dialog always on top
When there's set the 'keep-above' flag on the GtkWindow, then the window
itself cannot be moved below other (regular) windows, which may not always
make sense. This option lets the user to decide what he/she prefers.
2016-10-20 11:15:35 +02:00
37a26b621d Rename SHARE_INSTALL_DIR to SHARE_INSTALL_PREFIX
That seems to be the correct (common) variable name. Also ensure
the folders will not be empty.
2016-10-13 09:56:58 +02:00
d17f923f92 Reorganize directory structure
Let's have it as it's common to be, which means top level src/ for
sources, single data/ for data, and so on.
2016-10-11 19:30:18 +02:00
3cba495195 Convert from autotools to CMake 2016-10-10 14:46:59 +02:00
439bf03a51 Bug 772175 - Allow hiding menu bar (and show it via alt) 2016-10-07 13:25:30 +02:00
91d0bff471 Change "Compose Message" Desktop Action to disambiguate it from titles
In many languages, menu items need to be translated differently
than window titles. Add an article to workaround the lack of context
support in .desktop files.
2016-09-25 02:08:52 +02:00
b5681c5132 Fix archives support in attachments
The API of gnome-autoar was recently modified so compression and extraction
were no longer working. Replace autoar preferences objects with two shell
settings. Save memory file to disk before extracting it. Handle generation of
unique file names internally.

https://bugzilla.gnome.org/show_bug.cgi?id=770380
2016-09-02 20:20:22 +03:00
332789ff89 Bug 751588 - Port to WebKit2 2016-08-11 10:13:00 +02:00