commit 770ac18cac9da315f6d71c7888b39d3df1db7bd5 Author: Chenthill Palanisamy Date: Mon Jul 4 14:16:14 2011 +0530 News update for 3.1.3 release NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 59 insertions(+), 0 deletions(-) commit 6a19ea6096f123110837ff8e2c28ea5a675a5389 Author: Matej Urbančič Date: Sat Jul 2 20:19:10 2011 +0200 Updated Slovenian translation po/sl.po | 283 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 144 insertions(+), 139 deletions(-) commit e6aba68b0bb66e03c6f6574e79fe5a423a8ab34e Author: Jorge González Date: Sat Jul 2 08:04:20 2011 +0200 Updated Spanish translation po/es.po | 1107 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 575 insertions(+), 532 deletions(-) commit 407713ab2eb00c0cb56dbc4e14f9b40aef32f709 Author: Kjartan Maraas Date: Sat Jul 2 01:46:38 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 3317 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1677 insertions(+), 1640 deletions(-) commit 7c6aa944e224b4f938cad03bc6531bc5430c9cdb Author: Milan Crha Date: Fri Jul 1 20:01:45 2011 +0200 Bug #650671 - Service connect/disconnect not cancelled properly mail/e-mail-session-utils.c | 10 ++++--- mail/e-mail-session.c | 4 +- mail/e-mail-store-utils.c | 6 +++- mail/em-folder-utils.c | 6 ++-- mail/em-utils.c | 49 ++++++++++++++++++++++++++++++++++++++ mail/em-utils.h | 3 ++ mail/mail-ops.c | 8 +++--- mail/mail-vfolder.c | 2 +- modules/mail/e-mail-shell-view.c | 4 +- 9 files changed, 74 insertions(+), 18 deletions(-) commit 6d8542a62879bd8b6f06e2679fc9f846ba497935 Author: Milan Crha Date: Fri Jul 1 14:25:40 2011 +0200 Call e_cal_client_check_save_schedules() only when found a calendar plugins/itip-formatter/itip-formatter.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 282100c65653293258d0f8471427be1ca54204e6 Author: Milan Crha Date: Fri Jul 1 14:05:14 2011 +0200 Bug #499739 - "Flag for follow-up" should be easier to set mail/message-list.c | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) commit 9b2de8c38d988aa50934e7d8181b6347bec18ba5 Author: Matej Urbančič Date: Thu Jun 30 21:52:38 2011 +0200 Updated Slovenian translation po/sl.po | 100 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 58 insertions(+), 42 deletions(-) commit 1b1697630caf05f1831f6d9a1dd5e8c3f3def429 Author: Matthew Barnes Date: Thu Jun 30 14:19:59 2011 -0400 Bug 652958 - Evolution Account Assistant jumps steps The GTK+ patch in bug 653705 is also required for the Account Assistant to work properly under the new GtkAssistant design in GTK+ 3.1. This commit only deals with sidebar ordering issues. calendar/gui/dialogs/calendar-setup.c | 28 ++++- e-util/e-config.c | 44 +++++- e-util/e-config.h | 2 + mail/em-account-editor.c | 149 +++++++++++++++++---- mail/em-folder-properties.c | 1 + modules/addressbook/addressbook-config.c | 56 +++++++- modules/calendar/e-calendar-preferences.c | 1 + modules/mail/em-composer-prefs.c | 1 + modules/mail/em-mailer-prefs.c | 7 +- modules/mail/em-network-prefs.c | 7 +- modules/startup-wizard/evolution-startup-wizard.c | 6 +- 11 files changed, 250 insertions(+), 52 deletions(-) commit be69a3913cac46922111a87e7e813647573de089 Author: Matthew Barnes Date: Thu Jun 30 12:42:55 2011 -0400 EConfig: More cleanups. e-util/e-config.h | 25 +++++++++++++++++++------ 1 files changed, 19 insertions(+), 6 deletions(-) commit 75ec784e5d33162a675bb2721f4bafae0a0b7227 Author: Matthew Barnes Date: Thu Jun 30 11:02:42 2011 -0400 Bug 653247 - Don't show TIFF documents inline image/tiff is omitted because it's a multi-page image format, but gdk-pixbuf unconditionally renders the first page only, and doesn't even indicate through meta-data whether multiple pages are present (see bug 335959). Therefore, make no attempt to render TIFF images inline and defer to an application that can handle multi-page TIFF files properly like Evince or Gimp. Once the referenced bug is fixed we can reevaluate this policy. mail/em-format-html.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 61b0e22f3eb773061a40476eb3ad412abbdda178 Author: Matthew Barnes Date: Wed Jun 29 21:06:51 2011 -0400 EConfig: Minor cleanups. e-util/e-config.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a1b810294d9a8d78738e5d77fdb468cbf58bd970 Author: Milan Crha Date: Thu Jun 30 16:48:07 2011 +0200 Autocompletion in contact list editor didn't work due to forgotten call to load books to ENameSelector .../contact-list-editor/e-contact-list-editor.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit f525838816519b904aa95331306fa56c9a4b586c Author: Matthew Barnes Date: Mon Jun 27 14:23:01 2011 -0400 online-accounts: Set GoaAccount ID in calendar and contact sources. Forgot that part... kind of important. modules/online-accounts/e-online-accounts-google.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 87c04cfc2ccd7ffea028ee4e1d7a7e5d554ca056 Author: Milan Crha Date: Wed Jun 29 23:08:37 2011 +0200 Add a bit more error checking and do not leak icalcomponent-s calendar/gui/comp-util.c | 11 ++++++++++- calendar/gui/e-calendar-selector.c | 8 +++++--- calendar/gui/e-calendar-view.c | 2 ++ calendar/gui/e-memo-list-selector.c | 8 +++++--- calendar/gui/e-task-list-selector.c | 8 +++++--- modules/calendar/e-cal-shell-backend.c | 10 +++++++--- modules/calendar/e-cal-shell-view-private.c | 3 +-- modules/calendar/e-memo-shell-backend.c | 6 +++++- modules/calendar/e-task-shell-backend.c | 10 +++++++--- 9 files changed, 47 insertions(+), 19 deletions(-) commit a6c6699511d9fdf96bb36e5ff4cf7c91c0ca07f7 Author: Dan Vrátil Date: Wed Jun 29 20:53:42 2011 +0200 Bug #653644 - Warning when adding plain address into a contact list .../contact-list-editor/e-contact-list-editor.c | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) commit 5c164275ac5835266ef26d1c9960510c5cc5d555 Author: Dan Vrátil Date: Wed Jun 29 15:30:38 2011 +0200 Bug #224687 - Various fixes in contact list editor - fixed order of buttons in duplicate adding confirmation dialog - in the editor, don't display email addresses in sublist nodes - automatically remove sublists with no children addressbook/addressbook.error.xml | 10 ++- .../contact-list-editor/e-contact-list-editor.c | 47 ++++++-- .../gui/contact-list-editor/e-contact-list-model.c | 122 ++++++++++++++++---- .../gui/contact-list-editor/e-contact-list-model.h | 3 +- 4 files changed, 147 insertions(+), 35 deletions(-) commit 3fbb69cbcb1e0020590d3f55d70ca371af4bca6d Author: Milan Crha Date: Wed Jun 29 12:02:14 2011 +0200 Bug #652627 - Invalid unref on a NULL pointer from query_cb addressbook/gui/merging/eab-contact-compare.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 28bd28a91147474395a62f180e229913fa547509 Author: Milan Crha Date: Wed Jun 29 09:44:14 2011 +0200 Bug #653618 - Sending email doesn't disconnect from a server mail/e-mail-session-utils.c | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) commit d1ab7c8da8974d95d450f491056102f17803f572 Author: Matej Urbančič Date: Tue Jun 28 22:27:44 2011 +0200 Updated Slovenian translation po/sl.po | 679 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 344 insertions(+), 335 deletions(-) commit 13bddd5581df8c19b4e57c3d0d7ace62b3c44c97 Author: Gustavo Noronha Silva Date: Tue Jun 28 15:44:45 2011 -0300 Fix crash when adding account in express mode The settings library started using an EMailBackend object, but since it is abstract it can't be instantiated directly. So we use the EShell to get the mail backend for us instead, after loading the modules. capplet/settings/Makefile.am | 1 + capplet/settings/mail-capplet-shell.c | 28 +++++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletions(-) commit 913fbc65742343885dbde4e1b02105809d6aa0a8 Author: Dan Vrátil Date: Tue Jun 28 11:41:22 2011 +0200 Bug #224687 - Create lists of lists addressbook/addressbook.error.xml | 7 + .../contact-list-editor/e-contact-list-editor.c | 392 +++++++++----------- .../gui/contact-list-editor/e-contact-list-model.c | 162 +++++---- .../gui/contact-list-editor/e-contact-list-model.h | 19 +- addressbook/gui/widgets/Makefile.am | 2 + addressbook/gui/widgets/eab-contact-display.c | 165 +++++++-- 6 files changed, 424 insertions(+), 323 deletions(-) commit 644214f51a06ea4166d1c3c8d8d92f8020f33c3d Author: Gustavo Noronha Silva Date: Fri Jun 24 15:16:33 2011 -0300 Bug #653358 Do not duplicate google address book When a GMail account check that the address book does not already exist before creating an ESource for it, and adding it to the list. https://bugzilla.gnome.org/show_bug.cgi?id=653358 capplet/settings/mail-account-view.c | 64 ++++++++++++++++++++++------------ 1 files changed, 42 insertions(+), 22 deletions(-) commit 1fe3a4c564c9d28a9291c2cbc0dbbb97f2140a01 Author: Gustavo Noronha Silva Date: Tue Jun 21 09:53:55 2011 -0300 Limit the size of tab labels to a reasonable size We use half the size allocated to the whole view as a reference, and force the label to be at most that size, taking advantage of ellipsis otherwise. Notice that we also force the natural size as the requested size if it is not too big as well, because labels ellipsisized using the minimum size usually, which is undesired. This is a fix for https://bugs.meego.com/show_bug.cgi?id=18313 mail/e-mail-notebook-view.c | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) commit 1dee8198ac409e65a588557ce7c3c7b71bedb68c Author: Milan Crha Date: Mon Jun 27 18:25:12 2011 +0200 Bug #653466 - Crash in efh_format_headers mail/em-format-html.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 566d861915da77e93b097a927a79f0130de8c535 Author: Milan Crha Date: Mon Jun 27 18:04:57 2011 +0200 Check for cancelled GIO operation error code too addressbook/gui/contact-editor/e-contact-editor.c | 13 ++++-- .../gui/contact-editor/e-contact-quick-add.c | 8 ++-- .../contact-list-editor/e-contact-list-editor.c | 9 +++- addressbook/gui/widgets/e-addressbook-view.c | 3 +- addressbook/gui/widgets/eab-gui-util.c | 7 ++- calendar/gui/dialogs/comp-editor.c | 3 +- mail/em-utils.c | 11 +++-- modules/calendar/e-cal-shell-sidebar.c | 4 +- modules/calendar/e-memo-shell-sidebar.c | 4 +- modules/calendar/e-task-shell-sidebar.c | 4 +- plugins/itip-formatter/itip-formatter.c | 43 ++++++++++++-------- 11 files changed, 65 insertions(+), 44 deletions(-) commit 05933ef483635b84514eb285d4d839b87c3b3afb Author: Milan Crha Date: Mon Jun 27 15:23:31 2011 +0200 Keep opening EClient-s till they report busy error calendar/gui/e-cal-model.c | 72 ++++++++++++++++++++++- calendar/gui/gnome-cal.c | 6 -- calendar/gui/gnome-cal.h | 1 - modules/calendar/e-cal-shell-content.c | 1 - modules/calendar/e-cal-shell-sidebar.c | 96 +++++++++++++++++++++++++++---- modules/calendar/e-memo-shell-sidebar.c | 95 ++++++++++++++++++++++++++---- modules/calendar/e-task-shell-sidebar.c | 95 ++++++++++++++++++++++++++---- 7 files changed, 320 insertions(+), 46 deletions(-) commit 46eec90c098d5b239035568ae5c25ae9127a8373 Author: Milan Crha Date: Mon Jun 27 11:31:32 2011 +0200 Bug #653154 - Crash when constructing calendar view calendar/gui/e-cal-model.c | 31 ++++++++++++++++++++++++------- calendar/gui/e-week-view.c | 2 ++ modules/calendar/e-cal-shell-sidebar.c | 25 ++++++++++++++++++++----- modules/calendar/e-memo-shell-sidebar.c | 25 ++++++++++++++++++++----- modules/calendar/e-task-shell-sidebar.c | 25 ++++++++++++++++++++----- 5 files changed, 86 insertions(+), 22 deletions(-) commit a6b861d9574f81cc7ca07bc1dc94749b80980ca2 Author: Matej Urbančič Date: Sun Jun 26 20:35:07 2011 +0200 Updated Slovenian translation po/sl.po | 569 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 311 insertions(+), 258 deletions(-) commit dd6e64ad305e1ab181c6276ed4c77d910a36a4fa Author: Matthew Barnes Date: Thu Jun 9 16:28:36 2011 -0400 Prototype an online-accounts module. Integrates with the GNOME Online Accounts service. Creates Evolution sources for a GOA Google account and keeps them synchronized. Also registers a new CamelSaslXOAuth class for use with GMail. Authentication of Google Calendars and Google Contacts using OAuth is still under development. configure.ac | 22 +- modules/Makefile.am | 5 + modules/online-accounts/Makefile.am | 32 ++ modules/online-accounts/camel-sasl-xoauth.c | 504 +++++++++++++++++++ modules/online-accounts/camel-sasl-xoauth.h | 63 +++ modules/online-accounts/e-online-accounts-google.c | 455 +++++++++++++++++ modules/online-accounts/e-online-accounts-google.h | 32 ++ .../online-accounts/evolution-online-accounts.c | 520 ++++++++++++++++++++ 8 files changed, 1632 insertions(+), 1 deletions(-) commit f070b6032f46dddb64220ee3ec26d79fa1bbe8bb Author: Mario Blättermann Date: Fri Jun 24 23:36:37 2011 +0200 [l10n] Updated German translation po/de.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3f9f49f6862dfc41f45a78f13206bffbaaff16e9 Author: Mario Blättermann Date: Fri Jun 24 23:35:00 2011 +0200 [l10n] Updated German translation po/de.po | 8522 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 4247 insertions(+), 4275 deletions(-) commit f12f99f0c4902ad33219f388b03bf47e448fdaf1 Author: Мирослав Николић Date: Fri Jun 24 22:24:04 2011 +0200 Updated Serbian translation Conflicts: po/sr.po po/sr@latin.po po/sr.po |27276 +++++++++++++++++++++++++++++--------------------------- po/sr@latin.po |27184 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 28378 insertions(+), 26082 deletions(-) commit 11bf8dd07dae7a8884953dfa0077fd3da7028349 Author: Milan Crha Date: Fri Jun 24 16:24:19 2011 +0200 Bug #637402 - No quoted mail when replying to html email em-format/em-format.c | 87 +++++++++++++++++++++++++++++++++--------------- 1 files changed, 60 insertions(+), 27 deletions(-) commit 5b80f5d73b6db5abc318db6d88c113eb398f7799 Author: Daniel Mustieles Date: Thu Jun 23 18:51:33 2011 +0200 Updated Spanish translation po/es.po | 390 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 204 insertions(+), 186 deletions(-) commit 4778e69589b8d5fca5b59cdb664b8e6e39a4697f Author: Milan Crha Date: Thu Jun 23 18:30:36 2011 +0200 Postpone ENameSelector loading as much as possible Also fixes few memory leaks around ENameSelector and cancels loading of its address books when not needed any more. .../contact-list-editor/e-contact-list-editor.c | 10 ++-------- calendar/gui/dialogs/alarm-dialog.c | 5 +++++ calendar/gui/dialogs/e-delegate-dialog.c | 2 ++ calendar/gui/dialogs/memo-page.c | 6 ++++++ calendar/gui/e-meeting-list-view.c | 14 ++++++++++++++ composer/e-composer-header-table.c | 15 +++++++++++++++ 6 files changed, 44 insertions(+), 8 deletions(-) commit 4aff7a476d813922b5ded6a72a10b38f3ddfe006 Author: Milan Crha Date: Thu Jun 23 10:52:17 2011 +0200 [itip-formatter] stock_animation is gone, use GtkSpinner instead plugins/itip-formatter/itip-view.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 48deb5f522ac5ba44c747ba214dda03fdd25311d Author: Milan Crha Date: Thu Jun 23 10:38:31 2011 +0200 Bug #650278 - Tab doesn't exit port field mail/mail-config.ui | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit cc96d85ef9a68ab4898a9c77bffcc5097e10d7e8 Author: Dan Vrátil Date: Thu Jun 23 09:35:26 2011 +0200 Bug #646442 - [mail-to-task] Edit event details before adding to calendar calendar/gui/Makefile.am | 3 - calendar/gui/cal-editor-utils.c | 118 -------- calendar/gui/cal-editor-utils.h | 37 --- calendar/gui/dialogs/comp-editor.c | 16 + calendar/gui/dialogs/comp-editor.h | 2 + plugins/mail-to-task/mail-to-task.c | 539 +++++++++++++++++++++-------------- po/POTFILES.in | 1 - 7 files changed, 345 insertions(+), 371 deletions(-) commit 5b1dc9a806557f139200ddbec710bc457cd3f305 Author: Marek Černocký Date: Wed Jun 22 19:49:27 2011 +0200 Updated Czech translation po/cs.po | 7476 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 3599 insertions(+), 3877 deletions(-) commit 8ba762c9b1163ab221ee884070ffeacf684b2002 Author: Milan Crha Date: Wed Jun 22 18:40:29 2011 +0200 Bug #653008 - Preference window for imap accounts is too large addressbook/gui/contact-editor/fullname.ui | 5 ----- calendar/gui/dialogs/alarm-dialog.ui | 17 ----------------- calendar/gui/dialogs/alarm-list-dialog.ui | 1 - calendar/gui/dialogs/event-page.ui | 14 -------------- calendar/gui/dialogs/memo-page.ui | 6 ------ calendar/gui/dialogs/recurrence-page.ui | 8 -------- calendar/gui/dialogs/task-details-page.ui | 9 --------- plugins/imap-features/imap-headers.ui | 4 ---- 8 files changed, 0 insertions(+), 64 deletions(-) commit 2bf389475da04132cee59d164b25bf203c81a499 Author: Fran Diéguez Date: Wed Jun 22 11:30:12 2011 +0200 Updated Galician translations po/gl.po | 190 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 97 insertions(+), 93 deletions(-) commit 137498bdd14e1eb0ebe31b8833934883bf5b43b6 Author: Matthew Barnes Date: Tue Jun 21 17:11:26 2011 -0500 Add "Open With Other Application" to attachment menu. Opens a GtkAppChooserDialog based on the attachment's content type. widgets/misc/e-attachment-view.c | 74 ++++++++++++++++++++++++++++++++++--- 1 files changed, 68 insertions(+), 6 deletions(-) commit a86b695ed6ffa72497df9a18904a1d34424d5859 Author: Matej Urbančič Date: Tue Jun 21 20:11:56 2011 +0200 Updated Slovenian translation po/sl.po | 126 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 63 insertions(+), 63 deletions(-) commit b7982fcdefd1b5dfda43b486ae4b61da529bda4a Author: Milan Crha Date: Tue Jun 21 12:29:33 2011 +0200 Bug #648468 - Disconnect service after mail fetching is done mail/mail-ops.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 8c87fce0494604bf07f392c6490ae64cedeaaeb4 Author: Jorge González Date: Mon Jun 20 19:44:34 2011 +0200 Updated Spanish translation po/es.po | 130 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 63 insertions(+), 67 deletions(-) commit 366d3b6427f04074f81bcb18c2742f8d2ae1f998 Author: Kristjan SCHMIDT Date: Mon Jun 20 19:23:09 2011 +0200 Updated Esperanto translation po/eo.po | 8059 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 3914 insertions(+), 4145 deletions(-) commit db9ba2f2a4c6ee7d3d94d2def9dbcb7f31a9b48d Author: Milan Crha Date: Mon Jun 20 17:10:41 2011 +0200 Bug #631954 - itip formatter makes synchronous calls to ecal plugins/itip-formatter/itip-formatter.c | 357 +++++++++++++++++++++---------- 1 files changed, 243 insertions(+), 114 deletions(-) commit 09d5c134747be7416e2b71aad3ca08aaefe3c745 Author: Fran Diéguez Date: Mon Jun 20 16:29:25 2011 +0200 Updated Galician translations po/gl.po | 2517 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1283 insertions(+), 1234 deletions(-) commit d3f72293ce36ffded8e9807a2a42e13ae6ca8a32 Author: Milan Crha Date: Mon Jun 20 13:57:48 2011 +0200 Bug #269413 - Search treats "4 weeks" and "1 month" as synonymous filter/e-filter-datespec.c | 26 ++++++++++++++++++++++---- 1 files changed, 22 insertions(+), 4 deletions(-) commit 1524e8f23466d54951c1279534a538bbd341d65e Author: Matej Urbančič Date: Sun Jun 19 21:40:56 2011 +0200 Updated Slovenian translation po/sl.po | 130 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 67 insertions(+), 63 deletions(-) commit bc1864dc79511f0701c552cabe2d6adfc61bd235 Author: Jorge González Date: Sun Jun 19 17:34:43 2011 +0200 Updated Spanish translation po/es.po | 95 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 43 insertions(+), 52 deletions(-) commit d9256766a4058413ead8949c7d218bbe0b45eb7b Author: Matthew Barnes Date: Sat Jun 18 22:51:42 2011 -0500 Allow the startup-wizard to be delayed. This works similar to the offline and shutdown procedure in EShell. We broadcast a "load-accounts" EShell event with an EActivity. The EActivity has a toggle reference which we use as a counting semaphore. If another module needs to handle the event asynchronously, it should reference the EActivity until its async operation completes, then drop the reference. Once the signal handlers finish and only the toggle reference remains, we then proceed with the Evolution Setup Assistant. All of this is in preparation for GNOME Online Accounts integration. For the moment, nothing listens for the "load-accounts" EShell event, so there should be no change in Evolution Setup Assistant behavior. modules/startup-wizard/evolution-startup-wizard.c | 94 ++++++++++++++++++++- 1 files changed, 93 insertions(+), 1 deletions(-) commit dbc9a8f9169bba3cf28f24cdc5a71290e1d05b9b Author: Daniel Mustieles Date: Sun Jun 19 11:51:46 2011 +0200 Updated Spanish translation po/es.po | 2599 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1325 insertions(+), 1274 deletions(-) commit ea5bdb13f7be8e581e282437743c44da2dfc9559 Author: Milan Crha Date: Fri Jun 17 15:44:36 2011 +0200 Could not select real Junk/Trash folder mail/em-account-editor.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit 92918048787abb85749313147e06724426662b00 Author: Milan Crha Date: Fri Jun 17 12:23:00 2011 +0200 Bug #650223 - Do not wait on evolution's exit when done with backup/restore plugins/backup-restore/backup.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 2c4c8af58d44fc73e4f7048476a6fa55573d5e0b Author: Milan Crha Date: Fri Jun 17 11:45:00 2011 +0200 Bug #638307 - Error when sending mail after converting to maildir mail/e-mail-migrate.c | 76 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 76 insertions(+), 0 deletions(-) commit c3f1fc99e771ac6f7581d570c1a4286bd3660d38 Author: Matej Urbančič Date: Thu Jun 16 18:28:06 2011 +0200 Updated Slovenian translation po/sl.po | 2248 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1152 insertions(+), 1096 deletions(-) commit f68643c08d8c3e20c5fe65570f996da70cf7f760 Author: Milan Crha Date: Thu Jun 16 10:58:11 2011 +0200 Fix typo in a GConf key for alarm-notification dialog timezone setting calendar/gui/alarm-notify/config-data.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b0044ca55a85e778a919442e9715d068662c4339 Author: Milan Crha Date: Wed Jun 15 14:38:44 2011 +0200 Fix few memory leaks mail/e-mail-session.c | 3 +++ mail/em-folder-tree.c | 14 +++++++++++--- mail/em-folder-utils.c | 3 +++ 3 files changed, 17 insertions(+), 3 deletions(-) commit e4b480c8d791a368b72010f978696998bba75e5d Author: Milan Crha Date: Wed Jun 15 11:37:10 2011 +0200 Bug #652620 - Can use uninitialized memory in alarm-notification-dialog calendar/gui/alarm-notify/alarm-notify-dialog.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit bee278ea7ca2b72577d003bf212400fbe17a7744 Author: Dan Vrátil Date: Wed Jun 15 10:52:59 2011 +0200 Bug #652626 - Fix initial position of contact maps markers widgets/misc/e-contact-map.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f830de2f0aecf92fdda2dad89d66b7cb0b182f71 Author: Dan Vrátil Date: Tue Jun 14 16:15:28 2011 +0200 Bug #252670 - Remember columns settings in Certificates tab modules/addressbook/e-book-shell-backend.c | 2 +- smime/gui/certificate-manager.c | 1473 +++++++++++++--------------- smime/gui/certificate-manager.h | 37 +- smime/gui/smime-ui.ui | 3 + 4 files changed, 728 insertions(+), 787 deletions(-) commit f5794eff3613afe5082ab15bd6dbb14806ce5fdc Author: Rathin Date: Tue Jun 14 14:26:30 2011 +0200 Bug #530335 - Allow Reply to selected address only mail/e-mail-display.c | 8 +++++++ mail/e-mail-enums.h | 1 + mail/e-mail-reader-utils.c | 34 ++++++++++++++++++++++++++++- mail/e-mail-reader.c | 14 ++++++++++++ mail/em-composer-utils.c | 34 +++++++++++++++++++++++++++++- mail/em-composer-utils.h | 3 +- modules/mail/e-mail-attachment-handler.c | 4 +- 7 files changed, 92 insertions(+), 6 deletions(-) commit de9b1685edf197281c14ce9c1ae8f384866ff0b2 Author: Milan Crha Date: Tue Jun 14 09:26:47 2011 +0200 Remove unused variables reported by gcc mail/e-mail-notebook-view.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) commit 810b301080ba5e47af062494e6d2b98f884953b2 Author: Philip Withnall Date: Tue Jun 14 09:21:27 2011 +0200 Bug #652394 - Port google-account-setup plugin to libgdata 0.9.0 configure.ac | 6 +++++- plugins/google-account-setup/google-source.c | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletions(-) commit 38790d8478e906a5c59d0c4a5216f297f305bfeb Author: Milan Crha Date: Tue Jun 14 08:54:20 2011 +0200 Do not use deprecated EBook/ECal API addressbook/gui/contact-editor/e-contact-editor.c | 382 +++++++++-------- addressbook/gui/contact-editor/e-contact-editor.h | 12 +- .../gui/contact-editor/e-contact-quick-add.c | 80 ++-- addressbook/gui/contact-editor/eab-editor.h | 1 - .../contact-list-editor/e-contact-list-editor.c | 141 +++--- .../contact-list-editor/e-contact-list-editor.h | 10 +- addressbook/gui/merging/eab-contact-compare.c | 88 +++-- addressbook/gui/merging/eab-contact-compare.h | 4 +- addressbook/gui/merging/eab-contact-merging.c | 141 +++++-- addressbook/gui/merging/eab-contact-merging.h | 32 +- addressbook/gui/widgets/e-addressbook-model.c | 296 ++++++------- addressbook/gui/widgets/e-addressbook-model.h | 16 +- .../gui/widgets/e-addressbook-reflow-adapter.c | 21 +- addressbook/gui/widgets/e-addressbook-selector.c | 127 ++++-- .../gui/widgets/e-addressbook-table-adapter.c | 15 +- .../gui/widgets/e-addressbook-table-adapter.h | 2 - addressbook/gui/widgets/e-addressbook-view.c | 260 +++++++----- addressbook/gui/widgets/e-addressbook-view.h | 6 +- addressbook/gui/widgets/e-minicard-view-widget.c | 38 +- addressbook/gui/widgets/e-minicard-view-widget.h | 4 +- addressbook/gui/widgets/e-minicard-view.c | 95 ++--- addressbook/gui/widgets/e-minicard-view.h | 8 +- addressbook/gui/widgets/e-minicard.c | 1 - addressbook/gui/widgets/ea-minicard-view.c | 10 +- addressbook/gui/widgets/eab-gui-util.c | 204 +++++---- addressbook/gui/widgets/eab-gui-util.h | 11 +- .../importers/evolution-addressbook-importers.h | 2 +- addressbook/importers/evolution-csv-importer.c | 44 ++- addressbook/importers/evolution-ldif-importer.c | 52 ++- addressbook/importers/evolution-vcard-importer.c | 55 ++- addressbook/printing/e-contact-print.c | 171 ++++---- addressbook/printing/e-contact-print.h | 7 +- .../evolution-addressbook-export-list-cards.c | 55 ++- .../evolution-addressbook-export-list-folders.c | 51 ++- addressbook/tools/evolution-addressbook-export.c | 2 +- addressbook/util/eab-book-util.c | 228 +--------- addressbook/util/eab-book-util.h | 40 +-- calendar/Makefile.am | 2 +- calendar/common/Makefile.am | 21 - calendar/common/authentication.c | 455 -------------------- calendar/common/authentication.h | 46 -- calendar/gui/Makefile.am | 1 - calendar/gui/alarm-notify/Makefile.am | 1 - calendar/gui/alarm-notify/alarm-notify.c | 85 ++-- calendar/gui/alarm-notify/alarm-notify.h | 7 +- calendar/gui/alarm-notify/alarm-queue.c | 318 ++++++++------ calendar/gui/alarm-notify/alarm-queue.h | 6 +- calendar/gui/alarm-notify/config-data.c | 8 +- calendar/gui/alarm-notify/config-data.h | 6 +- calendar/gui/cal-editor-utils.c | 11 +- calendar/gui/cal-editor-utils.h | 4 +- calendar/gui/calendar-config.h | 2 +- calendar/gui/comp-util.c | 73 ++-- calendar/gui/comp-util.h | 22 +- calendar/gui/dialogs/alarm-dialog.c | 37 +-- calendar/gui/dialogs/alarm-dialog.h | 4 +- calendar/gui/dialogs/alarm-list-dialog.c | 27 +- calendar/gui/dialogs/alarm-list-dialog.h | 8 +- calendar/gui/dialogs/calendar-setup.c | 22 +- calendar/gui/dialogs/cancel-comp.c | 4 +- calendar/gui/dialogs/cancel-comp.h | 4 +- calendar/gui/dialogs/comp-editor-page.h | 2 +- calendar/gui/dialogs/comp-editor.c | 230 ++++++---- calendar/gui/dialogs/comp-editor.h | 6 +- calendar/gui/dialogs/copy-source-dialog.c | 178 +++++--- calendar/gui/dialogs/copy-source-dialog.h | 4 +- calendar/gui/dialogs/delete-error.c | 10 +- calendar/gui/dialogs/delete-error.h | 2 +- calendar/gui/dialogs/event-editor.c | 21 +- calendar/gui/dialogs/event-editor.h | 2 +- calendar/gui/dialogs/event-page.c | 103 +++-- calendar/gui/dialogs/goto-dialog.c | 2 +- calendar/gui/dialogs/memo-editor.c | 6 +- calendar/gui/dialogs/memo-editor.h | 2 +- calendar/gui/dialogs/memo-page.c | 85 ++-- calendar/gui/dialogs/recur-comp.c | 6 +- calendar/gui/dialogs/recur-comp.h | 4 +- calendar/gui/dialogs/recurrence-page.c | 41 +- calendar/gui/dialogs/schedule-page.c | 53 ++- calendar/gui/dialogs/select-source-dialog.c | 14 +- calendar/gui/dialogs/select-source-dialog.h | 4 +- calendar/gui/dialogs/send-comp.c | 6 +- calendar/gui/dialogs/send-comp.h | 6 +- calendar/gui/dialogs/task-details-page.c | 5 +- calendar/gui/dialogs/task-editor.c | 17 +- calendar/gui/dialogs/task-editor.h | 2 +- calendar/gui/dialogs/task-page.c | 88 ++-- calendar/gui/dialogs/task-page.h | 2 +- calendar/gui/e-cal-component-preview.c | 24 +- calendar/gui/e-cal-component-preview.h | 4 +- calendar/gui/e-cal-config.h | 4 +- calendar/gui/e-cal-list-view.c | 8 - calendar/gui/e-cal-list-view.h | 3 - calendar/gui/e-cal-model-calendar.c | 11 +- calendar/gui/e-cal-model-memos.c | 7 +- calendar/gui/e-cal-model-tasks.c | 14 +- calendar/gui/e-cal-model.c | 323 +++++++------- calendar/gui/e-cal-model.h | 26 +- calendar/gui/e-calendar-selector.c | 73 +++- calendar/gui/e-calendar-view.c | 114 +++--- calendar/gui/e-calendar-view.h | 14 +- calendar/gui/e-day-view.c | 64 ++-- calendar/gui/e-day-view.h | 3 - calendar/gui/e-meeting-list-view.c | 65 +-- calendar/gui/e-meeting-store.c | 50 ++- calendar/gui/e-meeting-store.h | 6 +- calendar/gui/e-memo-list-selector.c | 189 ++++++--- calendar/gui/e-memo-table.c | 54 ++- calendar/gui/e-task-list-selector.c | 190 ++++++--- calendar/gui/e-task-table.c | 105 +++-- calendar/gui/e-timezone-entry.h | 2 +- calendar/gui/e-week-view.c | 53 ++-- calendar/gui/e-week-view.h | 3 - calendar/gui/gnome-cal.c | 113 +++--- calendar/gui/gnome-cal.h | 2 +- calendar/gui/itip-utils.c | 129 +++--- calendar/gui/itip-utils.h | 20 +- calendar/gui/print.c | 26 +- calendar/gui/print.h | 2 +- calendar/gui/tag-calendar.c | 28 +- calendar/gui/tag-calendar.h | 6 +- calendar/importers/Makefile.am | 1 - calendar/importers/icalendar-importer.c | 385 ++++++++++++------ capplet/settings/mail-capplet-shell.c | 7 +- composer/e-composer-name-header.c | 8 +- configure.ac | 3 +- e-util/e-marshal.list | 3 +- mail/em-utils.c | 138 +++---- mail/importers/pine-importer.c | 49 ++- modules/addressbook/e-book-shell-backend.c | 98 +++-- modules/addressbook/e-book-shell-content.c | 2 +- modules/addressbook/e-book-shell-migrate.c | 4 +- modules/addressbook/e-book-shell-view-actions.c | 68 ++-- modules/addressbook/e-book-shell-view-private.c | 38 +- modules/addressbook/e-book-shell-view-private.h | 4 +- modules/addressbook/eab-composer-util.c | 12 +- modules/addressbook/eab-composer-util.h | 4 +- modules/calendar/e-cal-attachment-handler.c | 99 +++-- modules/calendar/e-cal-shell-backend.c | 113 +++--- modules/calendar/e-cal-shell-sidebar.c | 159 ++++---- modules/calendar/e-cal-shell-sidebar.h | 8 +- modules/calendar/e-cal-shell-view-actions.c | 88 ++-- modules/calendar/e-cal-shell-view-memopad.c | 6 +- modules/calendar/e-cal-shell-view-private.c | 44 +- modules/calendar/e-cal-shell-view-private.h | 4 +- modules/calendar/e-cal-shell-view-taskpad.c | 10 +- modules/calendar/e-cal-shell-view.c | 12 +- modules/calendar/e-calendar-preferences.c | 2 +- modules/calendar/e-memo-shell-backend.c | 98 +++-- modules/calendar/e-memo-shell-content.c | 4 +- modules/calendar/e-memo-shell-sidebar.c | 161 ++++---- modules/calendar/e-memo-shell-sidebar.h | 8 +- modules/calendar/e-memo-shell-view-actions.c | 33 +- modules/calendar/e-memo-shell-view-private.c | 14 +- modules/calendar/e-task-shell-backend.c | 96 +++-- modules/calendar/e-task-shell-content.c | 8 +- modules/calendar/e-task-shell-sidebar.c | 167 ++++---- modules/calendar/e-task-shell-sidebar.h | 8 +- modules/calendar/e-task-shell-view-actions.c | 33 +- modules/calendar/e-task-shell-view-private.c | 44 +-- modules/calendar/e-task-shell-view-private.h | 2 +- plugins/bbdb/bbdb.c | 98 ++--- plugins/bbdb/bbdb.h | 11 +- plugins/bbdb/gaimbuddies.c | 63 ++-- plugins/caldav/caldav-browse-server.c | 8 +- plugins/caldav/caldav-source.c | 19 +- plugins/calendar-file/calendar-file.c | 8 +- plugins/dbx-import/dbx-importer.c | 3 +- plugins/default-source/default-source.c | 16 +- plugins/google-account-setup/google-source.c | 9 +- plugins/itip-formatter/itip-formatter.c | 244 ++++++------ plugins/itip-formatter/itip-view.c | 22 +- plugins/itip-formatter/itip-view.h | 6 +- plugins/mail-to-task/Makefile.am | 1 - plugins/mail-to-task/mail-to-task.c | 98 +++-- plugins/pst-import/pst-importer.c | 86 +++-- plugins/publish-calendar/publish-format-fb.c | 61 ++- plugins/publish-calendar/publish-format-ical.c | 44 +- plugins/save-calendar/csv-format.c | 30 +- plugins/save-calendar/format-handler.h | 4 +- plugins/save-calendar/ical-format.c | 36 +- plugins/save-calendar/rdf-format.c | 30 +- plugins/save-calendar/save-calendar.c | 12 +- plugins/vcard-inline/vcard-inline.c | 62 ++-- po/POTFILES.in | 1 - widgets/misc/e-contact-map-window.c | 48 ++- widgets/misc/e-contact-map-window.h | 4 +- 187 files changed, 4828 insertions(+), 4763 deletions(-) commit 08af0d1f81a4e983bb49d8fb8fe74e670adbb8f6 Author: Matthew Barnes Date: Mon Jun 13 13:20:44 2011 -0400 Post-release version bump. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3edc53e77ed0dcf30b488f8cc916fd986302589f