d58d259aa0
Fix two little memory leaks
2011-10-01 01:02:13 +02:00
d8487201c1
Bug 660584 - Fix crash when removing user certificate
2011-09-30 23:15:38 +02:00
75be8d7701
Bug 659486 - EAlert default response is ignored by EAlertDialog
2011-09-30 12:28:29 -04:00
4674fb5487
ETableHeader: Nuke unused code.
2011-09-30 11:48:06 -04:00
b73a8f243e
ETableHeader: Rework the header button drawing code for GTK+ 3
...
The code in ETable that draws the button headers is outdated, and uses
deprecated gtk_paint_* functions mixed with cairo.
Port the code to use the GtkStyleContext API, which allows themes to
give the header the same appearance of a regular GtkTreeView header.
2011-09-30 11:44:21 -04:00
6b1663a63d
backup-restore cleanups.
2011-09-30 11:24:24 -04:00
4c56856e05
Fix few 'may be used uninitialized' compiler warnings
2011-09-30 15:39:57 +02:00
2def4a7386
Bug #601898 - SOCKS proxy does not work with mailer
2011-09-30 14:09:02 +02:00
5c81e944e6
Bug #656378 attachment name corruption
2011-09-30 11:54:54 +05:30
5ddad03992
Remove Ctrl + l () character from source files
...
From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001
From: Paul Menzel <paulepanter@users.sourceforge.net >
Date: Wed, 28 Sep 2011 10:18:18 +0200
Subject: [PATCH] Remove Ctrl + l () character from source files
The following commits
git show aac3f2c8
git show 1510304c
git show 13cabd9e
git show 350a7a33
git show 9b7cc54d
git show e6972011
git show 1d3a7938
git show 934524b9
git show b2954936
git show a7f677b5
git show 4369c400
git show d509f47a
git show a6d5818f
git show c3876df7
git show 4583098b
git show 2831ada5
git show 4e1bce59
git show 1609f699
git show 4e4c1676
git show d6fade43
among others(?) introduced several occurrences of Ctrl + l (). Probably this was caused by the used editor.
These control characters can be searched for using the following command [1].
$ git grep ^L
[1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html
2011-09-29 21:12:10 +02:00
31a6477e70
Prefer G_VALUE_INIT over memset().
...
G_VALUE_INIT is new in GLib 2.30. More convenient than zero-filling a
statically declared GValue with memset().
2011-09-29 12:06:24 -04:00
3d98af62e5
Require GLib 2.30.
...
Drop all GLIB_CHECK_VERSION macros.
2011-09-29 12:05:49 -04:00
f8e6c60b2f
Bug #632619 - Recurring events can clutter month view
2011-09-29 14:43:28 +02:00
14f152070d
Bug #659517 - Calendar reminds of old events following upgrade
2011-09-29 14:29:17 +02:00
2208edefe8
Updated Telugu Translations
2011-09-29 17:25:06 +05:30
cd9008a4fd
User Docs: Remove three pages covering common errors that should be fixed in 3.3
2011-09-29 13:23:42 +02:00
16f746c30a
User Docs: Mention that spam settings are not included in backup. Fixes bug #657682
2011-09-29 13:21:12 +02:00
a4212db3aa
User Docs: Improve markup
2011-09-29 13:16:45 +02:00
08fc05b8f9
User Docs: Fix several typos and issues. Fixes bug #658651 .
2011-09-29 13:06:35 +02:00
ecfb98980b
User Docs: Fix issues pointed out by Michael Hill in bug #658651 comment 3
2011-09-29 12:58:23 +02:00
cf9c834ce5
User Docs: Add gvfs package hint for default browser page. Fixes bug #658809
2011-09-29 12:55:55 +02:00
cf0d38e267
User Docs: Fix typo. Fixes bug #659058
2011-09-29 12:51:32 +02:00
7f350173fd
Updated Spanish translation
2011-09-28 15:56:51 +02:00
07312e381e
Updated Spanish translation
2011-09-28 13:26:13 +02:00
09daf4006a
Updated Spanish translation
2011-09-28 11:37:20 +02:00
4f07c45262
Updated Spanish translation
2011-09-28 10:40:08 +02:00
c24c96c5d4
Updated Spanish translation
2011-09-28 10:36:03 +02:00
807184393a
Bug 659726 - Search Folders contain ambiguous reference to accounts
...
This introduces a new function called e_mail_folder_uri_to_markup(),
which may prove useful in other contexts.
2011-09-27 18:02:26 -04:00
f80a74004e
Bug #659874 - Address Cards Render extra Phone Number
2011-09-27 19:28:18 +02:00
0ed3d1c025
Adapt to camel-provider-1.2.pc going away.
2011-09-27 12:59:01 -04:00
e2b6ff7a6c
Miscellaneous cleanups from the account-mgmt branch.
...
Reducing diff noise so I can see important changes easier when comparing
branches. A few API changes, but nothing that affects functionality.
2011-09-27 09:31:13 -04:00
c520043a09
Bug #660224 - Assertion failure when forwarding message
2011-09-27 11:15:12 +02:00
d1a05fb00e
Updated Irish translation
2011-09-26 21:49:39 -06:00
f2d3717f43
Remove missing file
2011-09-26 20:45:39 -06:00
5b5d56230d
Updated Spanish translation
2011-09-26 20:53:04 +02:00
ce7a2686ab
Updated Spanish translation
2011-09-26 20:35:53 +02:00
f615000f6c
EMFolderTreeModel: Don't use parameters in "get_default" functions.
...
Drop EMFolderTreeModel's "session" property now that it has a "backend"
property and call em_folder_tree_model_set_backend() where we used to
call em_folder_tree_model_set_session().
The session can still be obtained through e_mail_backend_get_session().
2011-09-26 11:45:11 -04:00
8c42644692
itip-formatter: Adapt to CamelDB API changes.
...
I didn't realize CamelDB was used outside of Camel, yikes!
2011-09-26 09:45:55 -04:00
53bc6ffc53
The EExtension framework is now in libebackend.
...
The EModule, EExtensible and EExtension classes as well as the
e_type_traverse() function have been moved to Evolution-Data-Server's
libebackend library to replace e-data-server-module.c.
Now Evolution-Data-Server modules use the same framework as Evolution.
2011-09-26 09:45:55 -04:00
6aa953cdf3
Adapt to CamelURL API changes.
2011-09-26 09:45:55 -04:00
9773f0a3b8
EMFormatHTML: Configure CamelHttpStreams with proxy authpass.
...
Base64-encode the "USER:PASS" authentication string ourselves and hand
it to camel_http_stream_set_proxy_authpass().
This is so I can kill camel_http_stream_set_proxy().
2011-09-26 09:45:55 -04:00
e384255d8f
[l10n]Updated Catalan (Valencian) translation
2011-09-26 14:37:08 +02:00
10d9a80d69
Bug #659568 - One day delay in calendar view
2011-09-26 12:42:47 +02:00
23f5359c41
Bug #655625 - Crash in atk_state_set_contains_state
2011-09-26 12:30:06 +02:00
a6de7fa6b8
Bug #659828 - Selecting a message with a sound attached loses focus
2011-09-26 12:26:59 +02:00
8db7139c19
Bug #659440 - Doesn't mark messages as replied when sending offline
2011-09-26 12:23:11 +02:00
f579563b05
Bug #656473 - Store server folder cache in user's cache directory
2011-09-26 12:13:20 +02:00
e0548d2570
Bug #351025 - Make the order of the mail accounts configurable
2011-09-26 11:45:59 +02:00
4046d19448
Bug #659558 - Missing set mnemonic widgets
2011-09-26 11:35:40 +02:00
32a2adbd97
Update Czech translation by Jiri Eischmann
2011-09-26 11:28:24 +02:00