78ed4ca15e
Bug 692557 - Add option to always sort thread children ascending
2015-04-24 10:37:54 +02:00
6b6b3fe738
Bug 703782 - Backup/Restore freezes UI on backup file validate
2015-04-22 17:26:16 +02:00
2702cc0954
Bug 747729 - Update UI styles to be closer to gtk+ 3.16
2015-04-22 11:09:53 +02:00
abbc5dbc1d
Bug 680011 - ItipView created multiple times for an attached invitation
2015-04-16 11:48:03 +02:00
8df00c690c
Bug 747822 - Use global libgweather/gweather.h include
2015-04-15 12:29:42 +02:00
59e3bb0247
Bug 747510 - Add composer option "Inherit theme colors in HTML mode"
...
With this change the EHTMLEditorView is using the colors from current theme.
Unless the newly introduced option "Inherit theme colors in HTML mode" is set
the colors are not sent in resulting HTML formatted message (white background
and black font are used).
With this patch the visited links (opened with Ctrl + Left click) are marked
as visited with the possibility of changing its color in Page properties dialog.
2015-04-14 15:27:50 +02:00
c7dc5b2d66
Bug 661532 - Advance search menu item can be disabled on account/store node
2015-04-09 18:32:39 +02:00
c054fe4a04
Correct packing of Calendar and Tasks preferences section
...
It didn't cover whole section space, because of different default
packing flags for GtkBox and GTKV/HBox widgets.
2015-04-08 16:24:09 +02:00
d9e63d55cd
Bug 747461 - The tar command used to restore backups doesn't work on FreeBSD
2015-04-08 12:21:47 +02:00
6668154063
Replace deprecated gtk+ symbols in the code
...
There are still some in the .ui files, but the code is currently
free of deprecated gtk+ symbols for the version the configure.ac
declares.
2015-04-07 17:38:18 +02:00
a84d536c1a
[backup-restore] Replace deprecated GIOScheduler functions
2015-04-07 16:38:27 +02:00
cab47fbaf5
Bump libgweather version to 3.10 and replace one deprecated function from it
2015-04-07 16:24:39 +02:00
392b1fdbbb
Bug 746763 - Independent layout settings for sub-shell windows
2015-04-07 14:40:31 +02:00
c924b16f96
Bug 745534 - Show only unread count in application's window title
2015-04-07 12:35:20 +02:00
62df29b5f8
Bug 263592 - Add "Go to Folder" menu option
2015-04-03 14:51:45 +02:00
6be76867d4
Bug 256919 - Minor Free/Busy settings tab changes
2015-04-03 13:04:55 +02:00
6f11a50a10
Avoid use of uninitialized variables
...
Most of them were rather false-positives, the cases when something
went really wrong.
2015-04-03 11:58:38 +02:00
98c950f622
Bug 747031 - Add hidden option to mark-as-seen always
...
In a meaning: also after selected folder change.
2015-04-02 19:21:58 +02:00
645922701a
Bug 724227 - Do not mix PGP and S/MIME security on message reply
2015-04-02 11:47:20 +02:00
326643a329
[CalDAV config] Add also secure settings for collection sources
...
That way users can unset SSL certificate trust for GOA configured
sources, in case they want to change the previously set SSL trust.
2015-04-01 07:34:38 +02:00
3c4bfddd0c
Bug 236994 - Add option to load remote content for specified site or sender
2015-03-30 15:15:26 +02:00
e39c1ba98b
Fix few memory leaks around composer and e-widget-undo.c
2015-03-26 10:38:44 +01:00
f97a128a53
Remove duplicated config.h include in evolution-bogofilter.c
2015-03-26 07:56:56 +01:00
0805487ecb
Bug 744718 - Provide backend specific extensions as public
2015-03-24 07:26:51 +01:00
c85ac1fc88
Reuse WebDAV discovery dialog in Google and CalDAV calendar configs
2015-03-23 17:46:18 +01:00
2b9ac3f621
Move em_utils_prompt_user to e-util to remove duplication from composer
2015-03-23 10:16:06 +01:00
d5c131d06e
MBOX import preview is always empty
...
The code was adding the parts-list into a wrong place, thus
the EMailDisplay could not find it and showed empty content.
2015-03-11 16:54:51 +01:00
b0ebeeb189
Avoid crash when moving away from a meeting invitation email
...
Reported at https://bugzilla.redhat.com/show_bug.cgi?id=1200377
2015-03-11 09:09:21 +01:00
49f1982010
Bug 729241 - 'Mark all messages read' stuck after get_folder_info() failure
2015-03-10 12:45:15 +01:00
3fee09f44f
Bug 745869 - Send account overrides: Recipient lost on edit
...
Also preselect the first account after account list change.
2015-03-09 12:46:23 +01:00
842adab4e2
Bug 723614 - Restore from GConf only once
2015-03-05 22:05:34 +01:00
8e41d0e0f4
Bug 621751 - Allow import of non-MBOX format mail messages
2015-02-27 14:18:10 +01:00
f4577d7b50
ITIP - Fix more leaks of WebKit objects
2015-02-27 11:01:14 +01:00
a255e379be
Bug 745044 - Missing mnemonics in backup-restore plugin
2015-02-25 15:41:20 +01:00
9dcac58b21
Use thread safe variants of g_object_bind_property*() functions from evolution-data-server
2015-02-24 09:54:41 +01:00
7d28bdf277
Use a secure URL for queries from gravatar.com
...
As suggested in bug #730743 comment #6
2015-02-23 10:03:36 +01:00
88dd1d83c9
Bug 744401 - Many WebKitDom objects leaked for every message viewed
...
Follow-up fix that fixes the leak of two strings introduced with
previous fix to this bug. Also unref all the used objects from various
lists that WebKit returns after they are used.
2015-02-20 11:16:18 +01:00
d3f1c6f243
Bug 619449 - Preselect default source for Task/Memo panes in Calendar view
2015-02-19 16:35:54 +01:00
219c5f7b4b
Use CalDAV to get list of available Google calendars
...
There used to be used libgdata for this, but it stopped working
since some Google server change, thus better to use CalDAV interface,
which provides the data the calendar config requires.
2015-02-19 11:50:57 +01:00
99913ec7c3
Bug 740169 - Add support for smileys via Unicode-characters
2015-02-18 19:01:42 +01:00
9d0445094f
[Win32] Be able to load plugins by providing correct build-time paths
2015-02-13 20:28:32 +01:00
eaa2a5b090
Bug 737018 - GUI string for translation "New" without context
2015-02-11 13:34:49 +01:00
a4af2d6aee
Postscript attachments not shown in message preview
...
The application/postscript mime type had been handled by the text-hightlight
module, but thinking of it, it doesn't make much sense, because most users
would prefer to see the content rather in a postscript viewer, than
the source of the postscript file, thus this change removes the mime type
from the text-hightlight module. There had been also issues about thinking
that certain parts had been handled, while they did not, which this change
fixes as well.
The issue had been reported downstream at:
https://bugzilla.redhat.com/show_bug.cgi?id=1187327
2015-02-09 18:08:29 +01:00
5130f2110e
Bug 606239 - Better indication of signed and/or encrypted received email
2015-02-06 10:21:12 +01:00
0b91d60b83
Bug 743109 - Do not require spam software during build time
2015-02-06 07:52:45 +01:00
7520f3f2c3
Avoid busy loop on Calendar's Month view select
...
There could happen a busy loop on a Month view select, when the week
starts on Sunday was set. The date range clamp made the first day Sunday,
but the Month view itself corrected it to Saturday (it doesn't split
weekends), this was noticed and the time range was recalculated
again, by six days back. Then the round repeated down to 1970, till
a runtime critical warning wasn't hit.
2015-02-04 14:33:34 +01:00
a6e34f0bb7
Move authentication of backends back to the client
...
Since this change the client is responsible to provide credentials
to use to authenticate backends (through ESource-s, to be more precise),
unless the credentials are already saved.
2015-02-02 14:50:27 +01:00
aab2dd6254
Bug 550796 - Implement free form filter expression
2014-12-09 09:20:12 +01:00
0b4bfe0459
Bug 706993 - Restart background processes after restore
2014-12-05 12:40:01 +01:00
80d9a5f8b1
Bug 469141 - Traverse collapsed threads with Magic space bar
2014-12-04 08:36:05 +01:00