aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* EContactStore: Stop book views in a dedicated threadMilan Crha2013-07-171-1/+18
| | | | | | I've got UI freeze in a call of e_book_client_view_stop() on contact store dispose, caused by synchronous D-Bus call. Doing the call in a dedicated thread makes no UI freeze here.
* Bug #703389 - Proxy ignored for imagesMilan Crha2013-07-163-0/+43
|
* Fix typo in e_mail_reader_refresh_folder_name().Matthew Barnes2013-07-141-1/+1
| | | | | | | We were leaking the EActivity. Wonder if this is the mystery activity that's been blocking application shutdown lately. (cherry picked from commit 6565a88ded370eb48a25377f46b5fb2a7c9307f5)
* Bug 703991: Crash when using -fstack-protector-strong.Matthew Barnes2013-07-131-2/+2
| | | | | | | | | | We were using g_object_get() to write an "unsigned int" value (at least 32 bits) into a 16-bit integer address. Don't know why we were bothering with g_object_get() in the first place, just call camel_network_settings_get_port() instead. (cherry picked from commit edf24cc3dae97d27aea997d71d8263bdb6f135ef)
* EDayView's event resize abort doesn't always restore original event sizeMilan Crha2013-07-121-3/+1
| | | | | | | A resize abort of an event's end time in a day view didn't restore original event size, because the drawing function updated event's structure, when it should not. The resize of a start time could be aborted without any problem.
* EMailParserMessage: Better handle message bodies as attachments.Matthew Barnes2013-07-111-1/+23
| | | | | | | | | | | | Simo Sorce sent me an interesting case where the MIME type of the message itself was image/gif, but the image was not being shown. If the EMailPart representing the message body is marked as an attachment, wrap it as such so it gets added to the attachment bar but also set the "force_inline" flag since it doesn't make sense to collapse the message body if we can render it. */ (cherry picked from commit 514736f27efeac6d5ad42e055ebabb423d243fb2)
* EaMinicardView: Create a minicard object, if not present in a listMilan Crha2013-07-101-0/+6
| | | | | The list of minicards in reflow is populated on demand, and this was a place where the demand was not satisfied, if it was missing.
* updated kn translationsShankar Prasad2013-07-081-175/+175
|
* Bug 703638 - Keep ItipView alive while connecting to calendarMatthew Barnes2013-07-071-2/+3
| | | | (cherry picked from commit a83157c7787025e3c2b336043707e0f26f7e46f3)
* ItipView: Minor cleanups.Matthew Barnes2013-07-071-16/+23
| | | | (cherry picked from commit 3c4c595ab9378f6a5d30430b3e026538f6d49953)
* EMailFormatterQuoteExtension: Don't be cute with struct declarations.Matthew Barnes2013-07-071-2/+10
| | | | | | | Declare the instance and class structs normally so Gtk-Doc can make sense of it. (cherry picked from commit a260d79633a368bedeb89f0c6e50f7b634b3b943)
* EMailFormatterPrintExtension: Don't be cute with struct declarations.Matthew Barnes2013-07-071-2/+10
| | | | | | | Declare the instance and class structs normally so Gtk-Doc can make sense of it. (cherry picked from commit 3774c9c4c1423b1708a202e333147c4b266fafca)
* Bug 703732 - Unnecessary localedir override in configure.acEvgeny Bobkin2013-07-071-3/+0
| | | | (cherry picked from commit 4e5e734ed208c87020a6846b41dd72b5e8088525)
* Avoid to use new EDS macros in stable branchFabiano Fidêncio2013-07-021-3/+6
|
* Fix compiler warnings in alarm-dialog.c.Matthew Barnes2013-07-021-2/+1
| | | | (cherry picked from commit e27cdc4976e4a0df6a1a39178f79a51bc9263ad1)
* Update evolution-util API docs.Matthew Barnes2013-07-023-3/+9
| | | | (cherry picked from commit b459f80f1f9f8b0acead7626b3e561d4e486ea0e)
* Updated Indonesian translationAndika Triwidada2013-07-021-1230/+1191
|
* Bug #689640 - Print Preview of composer text is emptyMilan Crha2013-07-021-0/+26
|
* Bug #703194 - Custom alarm message is REMINDERFabiano Fidêncio2013-07-021-0/+9
|
* Contacts view: Add 'Refresh' into books context menuMilan Crha2013-07-016-1/+92
| | | | Done as part of bug #700894
* Updated Czech translationMarek Černocký2013-06-301-0/+1
|
* Updated Czech translationMarek Černocký2013-06-301-2/+1
|
* Fix typo: appointmenet -> appointmentFabiano Fidêncio2013-06-291-1/+1
|
* Updated Czech translationMarek Černocký2013-06-291-405/+394
|
* Bug #703053 - Error on setting reminder 'after start of appointment'Fabiano Fidêncio2013-06-282-71/+90
| | | | | Check if the client supports setting 'after start' reminder and disable it if necessary (and also disabling 'before end of appoint')
* Bug 703181 - Asked for password which is never usedDavid Woodhouse2013-06-281-9/+27
| | | | | | | | | When the SASL mechanism reports that it can try an "empty password", give it the opportunity to do so before we demand that the user provide one. (Patch mostly by mbarnes; thanks) (cherry picked from commit 046a17ba199e79b44337ac376131a2d566a3e7d8)
* Set network-available on a CamelSession when going onlineMilan Crha2013-06-271-0/+1
| | | | | | | The network-available property was unset when going offline, but never set again, which caused download of messages for offline use broken, because it downloads for offline only if the network-available is set.
* Updated Serbian translationМирослав Николић2013-06-262-2230/+2148
|
* Bug #641711 - Crash in remove_queued_alarmMilan Crha2013-06-251-7/+23
|
* Notify user about question dialogsMilan Crha2013-06-241-0/+26
| | | | | | | | | Set an urgency hint on dialog's parent, or dialog itself, when it has no parent, to get user's attention to the dialog. For example, when there is a changed mail composer window on a different workspace than evolution's main window and user invokes quit by File->Quit in evolution, then the window is waiting for a response on the composer, but there was no hint it's waiting for anything.
* Calendar views inline text edit with Ctrl+C/V/X does not workMilan Crha2013-06-2128-22/+559
| | | | | | | | The shortcuts Ctrl+C/V/X are used for whole calendar items copy/paste/cut, not for text when editing event details inline, either in a day/week view or in a list view. By tracking the is-editing property of respective cell editor and using it when enabling/disabling clipboard actions makes the respective text operations work as expected.
* Bug #693216 - Email type is changed to other after mergingMilan Crha2013-06-201-72/+112
|
* Bug #386113 - Show custom alarm message in pop-up alertsMilan Crha2013-06-191-2/+36
|
* update Punjabi TranslationA S Alam2013-06-141-982/+878
|
* Updated Telugu TranslationsKrishnababu Krothapalli2013-06-111-1172/+1068
|
* ECalShellView: Disconnect "prepare-for-quit" handler on dispose().Matthew Barnes2013-06-113-1/+16
| | | | | | | | This is another source of crashes after creating and destroying a second shell window. The signal handler was left connected with the destroyed shell window as the closure. (cherry picked from commit 54384b72172d92bb69d136b564a6096978f50695)
* ECalShellView cleanups.Matthew Barnes2013-06-111-57/+59
| | | | | | | (cherry picked from commit 243f84d37d2391ef58680ef2341ed35139104642) Conflicts: modules/calendar/e-cal-shell-view.c
* Reimplement the main toolbar's "prefer-item" feature.Matthew Barnes2013-06-115-126/+52
| | | | | | | | | | | | | | | | | | This fixes a bug in the old implementation where the application could crash after a second shell window was created and destroyed, because a signal handler with the destroyed shell window as the closure was left connected. But moreover this simplifies the implementation by using a property binding plus transform function instead of juggling signal handlers, and also adds code comments where things get a little tricky. Removed (now unused) functions: e_shell_window_get_toolbar_new_prefer_item e_shell_window_set_toolbar_new_prefer_item (cherry picked from commit 4f7b4d81e757bfed1b42b888207a0fdf6fae8533)
* EMenuToolButton cleanups.Matthew Barnes2013-06-112-33/+38
| | | | (cherry picked from commit e51e1d6e4bbd6d33a841a87b15680c824adf8988)
* ETaskShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
| | | | | | | | | | | Call e_source_selector_update_all_rows() after connecting to the selector tree model's "row-changed" signal. This will ensure the appropriate ECalClients get loaded into the ECalModel. This fixes the bug where opening a second Tasks window shows no content until one of the sidebar items is fiddled with. (cherry picked from commit decc4aa9a760b8eb54c97ce4067150ced472f70c)
* EMemoShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
| | | | | | | | | | | Call e_source_selector_update_all_rows() after connecting to the selector tree model's "row-changed" signal. This will ensure the appropriate ECalClients get loaded into the ECalModel. This fixes the bug where opening a second Memos window shows no content until one of the sidebar items is fiddled with. (cherry picked from commit 4099d7eed5c88a5d4be4229583b676cfaf07ace4)
* ECalShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
| | | | | | | | | | | Call e_source_selector_update_all_rows() after connecting to the selector tree model's "row-changed" signal. This will ensure the appropriate ECalClients get loaded into the ECalModel. This fixes the bug where opening a second Calendar window shows no content until one of the sidebar items is fiddled with. (cherry picked from commit b28f6f1d997c2b674c7a9917b8262cdfdeff2d95)
* Add e_source_selector_update_all_rows().Matthew Barnes2013-06-113-0/+34
| | | | | | | Calls e_source_selector_update_row() for each ESource being shown by the ESourceSelector, according to the "extension-name" property. (cherry picked from commit ab42fdc8c751622e3239d43e793f06e8b6703bf7)
* Updated German translationChristian Kirbach2013-06-101-1258/+1250
|
* Post-release version bump.Matthew Barnes2013-06-091-1/+1
|
* NEWS update for 3.8.3 release.EVOLUTION_3_8_3Matthew Barnes2013-06-091-0/+48
|
* Bug 701669 - Bad assumption in prefer-plain moduleMatthew Barnes2013-06-081-2/+7
| | | | | | | | | | | | | | | | | For messages with a base MIME type of multipart/alternative, we were hiding text/plain subparts based on the number of alternate subparts. This assumption of course broke on a message with the following body structure and a Plain Text Mode preference of "Show HTML if present": multipart/alternative text/plain text/plain Instead, note when we've actually seen a text/html subpart and use that to decide whether to hide the text/plain parts. (cherry picked from commit 35582bf4e29cc4aadf779d76096ef6dd47a7be1a)
* EMailParserPreferPlain cleanups.Matthew Barnes2013-06-081-24/+31
| | | | | | | (cherry picked from commit 5cf06f855f54cd81f0c96b6ea6474ba9fc5bb762) Conflicts: modules/prefer-plain/e-mail-parser-prefer-plain.c
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-06-051-1682/+1569
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-06-051-1932/+2026
|
* EMailDisplay cleanups.Matthew Barnes2013-06-053-111/+117
| | | | | | | (cherry picked from commit 046816123764f86f1b258195292abcdb7951fca3) Conflicts: mail/e-mail-display.h
* EMailBrowser cleanups.Matthew Barnes2013-06-052-103/+119
| | | | | | | (cherry picked from commit f150d051191a2b7661e957b40246c0aff213e7b7) Conflicts: mail/e-mail-browser.c
* Define GEnumClass types for mail formatter/parser enums.Matthew Barnes2013-06-057-68/+127
| | | | | | | | | | (cherry picked from commit 552952d2cce32d2748339f380fbf34fea40c029b) Conflicts: em-format/Makefile.am em-format/e-mail-formatter.c em-format/e-mail-formatter.h em-format/e-mail-part.h
* Add EAutomaticActionPolicy enum.Matthew Barnes2013-06-052-0/+21
| | | | | | To have a proper GEnumClass registered for ask/always/never choices. (cherry picked from commit f925dac7c498cda34ac891c627b7ba3598fcd4f4)
* Bug #250046 - Empty group address as recipient prevents message sendMilan Crha2013-06-044-0/+49
| | | | | | | Empty group addresses were left as-is when sending an email directly, not through Outbox, which could cause a send error through SMTP. Expanding group addresses, or removing empty groups, from a list or recipients before sending the message fixes the issue.
* Add e_mail_reader_forward_messages().Matthew Barnes2013-06-035-250/+256
| | | | | | | | | Replaces em_utils_forward_messages(). (cherry picked from commit a27c70e42741771b43d264f17b14c4674d0e51a7) Conflicts: mail/e-mail-reader-utils.h
* Add e_mail_reader_edit_messages().Matthew Barnes2013-06-036-126/+120
| | | | | | | | | | | | | Replaces em_utils_edit_messages(). (cherry picked from commit 13b2bd263cc68e60839d04f801fd8b6f4b80b3d2) Conflicts: mail/e-mail-folder-pane.c mail/e-mail-reader-utils.c mail/e-mail-reader.c mail/em-composer-utils.c mail/em-composer-utils.h
* Move "ask-reply-close-browser" prompt to EMailBrowser.Matthew Barnes2013-06-034-103/+71
| | | | | | | | | | | | | | EMailReader is an interface and should not know about specific classes that implement its interface. Instead, EMailBrowser itself will prompt in response to "composer-created" signals that include a source message. This also removes the "destroy_when_done" parameter from em_utils_forward_messages() since it's no longer needed. (cherry picked from commit 43610e343194912394e5097655403f6ab7993ab0) Conflicts: mail/em-composer-utils.c
* EMailReader: Add a "composer-created" signal.Matthew Barnes2013-06-034-8/+97
| | | | | | | | | | | | | | | | | | Emitted to indicate a composer window was created in response to a user action on the EMailReader. Examples of such actions include replying, forwarding, and starting a new message. If applicable, the source message (i.e. the message being replied to or forwarded) is included in the signal emission. New functions: e_mail_reader_composer_created() (cherry picked from commit f5e47561f995ca50f2bbd45b940e0a10100281a5) Conflicts: mail/em-composer-utils.c
* em_utils_edit_message: Change return type to EMsgComposer.Matthew Barnes2013-06-033-4/+4
| | | | | | | (cherry picked from commit 1570f53d1eab0a750680df72be3363659f11db46) Conflicts: plugins/templates/templates.c
* em_utils_redirect_message: Return the EMsgComposer.Matthew Barnes2013-06-032-4/+8
| | | | (cherry picked from commit ca14cc115ee90650f1546ed3d95bf1ce6010569f)
* em_utils_compose_new_message(): Return the EMsgComposer.Matthew Barnes2013-06-032-4/+8
| | | | (cherry picked from commit 1b7fc9224b7107361282904483805c67d4980586)
* Simplify em_utils_forward_message() arguments.Matthew Barnes2013-06-033-50/+44
| | | | | | | | | | | Replace the EShell and CamelSession arguments with a single EMailBackend argument, from which both the EShell and CamelSession can be obtained. (cherry picked from commit 540acdbfa95d29a66ad94bad68222b5ae9c98720) Conflicts: mail/em-composer-utils.h modules/mail/e-mail-attachment-handler.c
* em-composer-utils.c cleanups.Matthew Barnes2013-06-031-244/+325
| | | | | | | (cherry picked from commit 603fb5ac719acb7000559299c6fa7df2848f63ca) Conflicts: mail/em-composer-utils.c
* e-mail-reader.h: Remove unimplemented declarations.Matthew Barnes2013-06-021-5/+0
| | | | | | | | | These functions do not exist: e_mail_reader_get_formatter() e_mail_reader_set_formatter() (cherry picked from commit 8564aef30c6dc91af30b680d6008085350430bee)
* EMailReader cleanups.Matthew Barnes2013-06-022-123/+168
| | | | (cherry picked from commit 9528240fe85b084143db3f6be003b97555e480cb)
* Minor efficiency tweak in task_shell_view_model_row_appended_cb().Matthew Barnes2013-06-011-3/+1
| | | | | | | | Call e_task_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it. (cherry picked from commit 52feeacf8d8da8ec169efbe40b4e75385a9bb7fe)
* Minor efficiency tweak in memo_shell_view_model_row_appended_cb().Matthew Barnes2013-06-011-3/+1
| | | | | | | | Call e_memo_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it. (cherry picked from commit 7f914de2907effe05da229896671691edc2c959f)
* Minor efficiency tweak in cal_shell_view_user_created_cb().Matthew Barnes2013-06-011-7/+3
| | | | | | | | Call e_cal_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it. (cherry picked from commit 585745a2bf46d08ff55c9c16b3dd8d83ad8cb335)
* Add a boolean return to e_cal_model_remove_client().Matthew Barnes2013-06-013-7/+19
| | | | | | | | | | The function now returns TRUE if the ECalClient was actually removed from the model, or FALSE if the model did not have the ECalClient. Use this to avoid an unnecessary gnome_calendar_update_query() call in cal_shell_view_selector_client_removed(). (cherry picked from commit 2aa759bc58ea8e14dd1d28a9d7f23e2f5f627c3f)
* Add a boolean return to e_cal_model_add_client().Matthew Barnes2013-06-013-11/+22
| | | | | | | | | | The function now returns TRUE if the ECalClient was actually added to the model, or FALSE if the model already had the ECalClient. Use this to avoid an unnecessary gnome_calendar_update_query() call in cal_shell_view_selector_client_added_cb(). (cherry picked from commit 6477dd65708b286001b487ca89d4d5066a25bbfd)
* GnomeCalendar: Fix a potential reference leak.Matthew Barnes2013-06-011-2/+1
| | | | (cherry picked from commit 815c8776bbeee8e937db73c2006846ab9606ffb0)
* GnomeCalendar: Avoid runtime warnings during initialization.Matthew Barnes2013-06-011-52/+60
| | | | (cherry picked from commit c12dc5766786efa9c2e82fb0b59fa1edf18d5f38)
* GnomeCalendar: Get rid of the async message dispatcher.Matthew Barnes2013-06-012-284/+323
| | | | | | | | | | | | Obtain calendar views asynchronously and concurrently, and update the task and memo pads synchronously (they don't block as best I can tell). Get rid of the whole thread-pool message dispatching thing, which I think I myself wrote years ago (calendar had no async API back then). Consequently I'm seeing calendar events show up noticably quicker. (cherry picked from commit 1047848935ff20342a1ced37553ba89d710378d5)
* EShell: Check cookie before calling gtk_application_uninhibit().Matthew Barnes2013-05-311-1/+8
| | | | (cherry picked from commit afdbd662d1586a83982d63b355c3852ff47be651)
* Updated Galician translationsFran Diéguez2013-05-311-1416/+1408
|
* Bug #700812 - Search in Calendar view is brokenMilan Crha2013-05-302-5/+34
|
* Updated Odia Translation.ManojKumar Giri2013-05-301-13/+7
|
* Make EAlertDialog non-resizable.Matthew Barnes2013-05-301-13/+5
| | | | | | | | | | | | Making EAlertDialog non-resizable is the only way at present for GTK+ to pick a resonable default size, otherwise we get alerts looking like this: https://bugzilla.gnome.org/attachment.cgi?id=221303 See https://bugzilla.gnome.org/681937 for details. Also drop the default window size hack in alert_dialog_constructed(). (cherry picked from commit 5b2ee4af6fafecfff78f15662c94e62470a9a43d)
* e_mail_session_send_to(): Don't silently ignore if we can't send.Matthew Barnes2013-05-302-7/+20
| | | | | | | | | If sending fails for any reason, return a suitable GError. Don't just return silently. Also check for a wider range of errors indicating the service is unavailable in composer_send_completed(). This will trigger the "save-to-outbox" info alert. (cherry picked from commit 13089f0d5088cf138697121a0839bd7d3ed85e42)
* Fix build break. My bad.Matthew Barnes2013-05-301-4/+26
| | | | Keep forgetting 3.8 doesn't have e_weak_ref_new() / e_weak_ref_free().
* Bug 700277 - EClientCache allocates memory ad infinityMatthew Barnes2013-05-301-0/+95
| | | | | | | Remove a ClientData entry on "source-removed" or "source-disabled" signals from the ESourceRegistry. (cherry picked from commit d845222a117a665f25e4d6e110760c8908182336)
* Distinguish "attachment-wrapper" elements from attachments.Matthew Barnes2013-05-292-13/+23
| | | | | | | | | | | | | | | | | | | | | | The HTML for attachments always has the following form: <div class="attachment-wrapper" id="something" style="display: block;"> <actual attachment element> </div> The <div> element controls attachment visibility through its "display" style attribute, which is either "block" or "none". Problem is the <actual attachment element> was getting the same ID as its parent <div> element. So when either element was requested by ID, in certain cases the wrong element was returned and caused misbehavior and console warnings. Solve this by adding a "wrapper" suffix to the <div> element ID. So in the example above, id="something" gets the <actual attachment element>, whereas id="something.wrapper" gets the <div> element. (cherry picked from commit 2d251a9597311d4eaaa73556c2c72af5fe62a86e)
* EMailFormatterAttachment cleanups.Matthew Barnes2013-05-291-57/+38
| | | | | | | (cherry picked from commit fa39ba7c5dba1ce355fa560a1e46c542fb34a1b2) Conflicts: em-format/e-mail-formatter-attachment.c
* EMailParserAudio: Minor cleanup.Matthew Barnes2013-05-291-3/+1
| | | | | | | (cherry picked from commit c27e3a1dd2241029b8ccb316cc5b5134f96a12a1) Conflicts: modules/audio-inline/e-mail-parser-audio-inline.c
* updated kn translationsShankar Prasad2013-05-291-1011/+902
|
* configure.ac: Remove unnecessary regex library check.Matthew Barnes2013-05-281-9/+0
| | | | (cherry picked from commit 5204abd40cac00e501e3c0823c18016343feec4f)
* configure.ac: Remove unused function and header checks.Matthew Barnes2013-05-283-143/+3
| | | | | | | | | | | | | | | | | | | This removes the following definitions from config.h: CTIME_R_THREE_ARGS GETHOSTBYADDR_R_SEVEN_ARGS GETHOSTBYNAME_R_FIVE_ARGS HAVE_ISBLANK HAVE_MKSTEMP HAVE_STATFS HAVE_STATVFS HAVE_SYS_MOUNT_H HAVE_SYS_PARAM_H HAVE_SYS_STATVFS_H These were all either unused or unnecessarily used. (cherry picked from commit 3777e4887c286282b5e24b42328a6a660d7360c8)
* configure.ac: Update audio-inline comment.Matthew Barnes2013-05-281-3/+3
| | | | (cherry picked from commit 13958f5ad55a53fada84d0b0679af9d38019c6aa)
* configure.ac: Remove blacklisting of WebKitGTK+ 1.9.90.Matthew Barnes2013-05-281-10/+0
| | | | | | | WebKitGTK+ 1.10 is the minimum requirement nowadays, so no need to blacklist an older version. (cherry picked from commit 06f624b830125c1f46ef9f97e9cfbc7ae9b66012)
* Updated Spanish translationDaniel Mustieles2013-05-271-1463/+1446
|
* Tamil Translation UpdatedShantha kumar2013-05-271-885/+880
|
* Updated Lithuanian translationAurimas Černius2013-05-271-1113/+1106
|
* Update libeutil API documentation.Matthew Barnes2013-05-261-7/+8
| | | | (cherry picked from commit e21da33e6bdadbc1965fd172e784ba7a003dd87b)
* [l10n] Minor fix on Catalan translationGil Forcada2013-05-261-552/+547
|
* Updated Slovenian translationMatej Urbančič2013-05-261-872/+870
|
* e-mail-reader-utils.c cleanups.Matthew Barnes2013-05-252-423/+548
| | | | (cherry picked from commit 6777fe64efe13fe7031b61505e918d012621ebd7)
* Updated Brazilian Portuguese translationRafael Ferreira2013-05-251-1263/+963
|
* Utilize the new EMailSession functions when sending.Matthew Barnes2013-05-252-286/+152
| | | | | | | (cherry picked from commit 92817706c525cf83f7b9867ea088b162b5348371) Conflicts: libemail-engine/e-mail-session-utils.c
* EMailSession: Add helper functions for sending messages.Matthew Barnes2013-05-252-13/+687
| | | | | | | | | | | | | New functions: e_mail_session_get_fcc_for_message_sync() e_mail_session_get_fcc_for_message() e_mail_session_get_fcc_for_message_finish() e_mail_session_ref_transport() e_mail_session_ref_default_transport() e_mail_session_ref_transport_for_message() (cherry picked from commit dea7daf4c33ce4bdd020c19a3440538371b415a7)
* Updated gujarati fileSweta Kothari2013-05-241-1697/+1405
|
* Make EAttachment column updates thread-safe.Matthew Barnes2013-05-241-8/+147
| | | | | | | | | | | EAttachment updates its tree model row directly in response to property change notifications, but now change notifications can come from worker threads whereas the tree model row should only be updated from the main thread. To compensate, respond to notifications by adding idle sources to the default context. The idle callback will update the row from the appropriate thread. (cherry picked from commit 749dabd02565e285ceef8e1dad9ba35b48b2fbaf)
* Make EAttachment a little more thread-safe.Matthew Barnes2013-05-2413-107/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EAttachment is now used from worker threads by EMailFormatterAttachment, so add some thread-safe accessor functions to eliminate potential races. Added thread-safe functions: e_attachment_dup_disposition() e_attachment_ref_file() e_attachment_ref_file_info() e_attachment_ref_icon() e_attachment_ref_mime_part() e_attachment_dup_description() e_attachment_dup_thumbnail_path() Renamed functions: e_attachment_get_mime_type() -> e_attachment_dup_mime_type() Removed non-thread-safe functions: e_attachment_get_file() e_attachment_get_file_info() e_attachment_get_icon() e_attachment_get_mime_part() e_attachment_get_description() e_attachment_get_thumbnail_path() (cherry picked from commit 9058c6f85dc49f9500e7e67819acfd8c0d2d369c)
* Attachment-related cleanups.Matthew Barnes2013-05-2410-207/+240
| | | | (cherry picked from commit 256422cab27d0b7adbe99fdeaceb72cd78c129bb)
* Updated Czech translationMarek Černocký2013-05-231-904/+877
|
* Assamese translation updatedNilamdyuti Goswami2013-05-231-145/+149
|
* Updated Polish translationPiotr Drąg2013-05-221-1399/+1320
|
* Bug #696663 - Save without close should update comp-editorFabiano Fidêncio2013-05-221-2/+86
|
* Simplify EABContactFormatter.Matthew Barnes2013-05-214-316/+56
| | | | | | | | | | | | | | | | | | | | | | | | Simplify the EABContactFormatter API as follows: * Drop all constructor arguments from eab_contact_formatter_new() since get/set functions exist for all of them. * Remove eab_contact_formatter_format_contact_async() since EABContactFormatter does not block. * Replace eab_contact_formatter_format_contact_sync() with eab_contact_formatter_format_contact() which drops the CamelStream and GCancellable arguments and takes a GString as an output buffer. * Remove the "state" and "style" properties, and always use a white background when rendering the full contact. This is particularly important since render_normal() dereferenced the GtkStyle without checking for NULL, which would crash on mails with a vCard MIME part when "Show Full vCard" was clicked, because the "vcard-inline" module never set a GtkStyle. (cherry picked from commit badc0e6156777c65885bad6858a6f44f7cbf037e)
* EABContactFormatter cleanups.Matthew Barnes2013-05-212-200/+184
| | | | (cherry picked from commit 3df09670afb44ecf2d39fb71a228f0fa7ebbdb73)
* Updated Odia Translation.ManojKumar Giri2013-05-171-1165/+795
|
* Updated Odia Translation.ManojKumar Giri2013-05-161-113/+104
|
* Assamese translation updatedNilamdyuti Goswami2013-05-151-2607/+2717
|
* Bug #699980 - Calendar delete does not remove events from viewMilan Crha2013-05-144-0/+17
|
* Updated Norwegian bokmål translationKjartan Maraas2013-05-131-1309/+1248
|
* Post-release version bump.Matthew Barnes2013-05-121-1/+1
|
* NEWS update for 3.8.2 release.EVOLUTION_3_8_2Matthew Barnes2013-05-121-0/+37
|
* Bug 697632 - [mail-to-task] Invalid unref of a CamelFolderSamarjit Adhikari2013-05-121-3/+1
| | | | | | | | | | | | | | e_mail_reader_get_folder() does not return a new CamelFolder reference, yet mail_to_event() was acting as though it does. This caused a crash after the function ran and Evolution tried to use the folder again. Truth be told, e_mail_reader_get_folder() really *should* return a new reference to ensure the CamelFolder is not finalized while it's in use. But we would need to rename the function to e_mail_reader_ref_folder() to reflect the change in semantics, and I suspect the function is used in a great many places. (cherry picked from commit f0151c785648b44850b46fa50336126c282fcc58)
* EMailPrinter: Fix a couple typos.Matthew Barnes2013-05-111-1/+2
| | | | (cherry picked from commit 35f0a8499360e6a9a62a17308b0c4847074d90ab)
* Bug 7000028 - Drag-n-drop export of a file produces 0 sized PDF fileMatthew Barnes2013-05-111-29/+36
| | | | | | | | | | | | | em_utils_print_messages_to_file() was doing so asynchronously, but unfortunately drag-n-drop is a synchronous protocol. So by the time the asynchronous print operation completed, the URI list pointing to the temporary PDF files had already been passed to the file manager. The only reason the files were created at all was because we test the generated file name with open(...O_CREAT...) before starting the print operation, and I'm not convinced that test is even necessary. (cherry picked from commit 72f465b17342831163422cad05eaa6e648fffa19)
* Convert e_mail_printer_print() to a proper async function.Matthew Barnes2013-05-115-249/+349
| | | | | | | | This adds a GAsyncReadyCallback and a closure to e_mail_printer_print(), and trades the "done" signal for e_mail_printer_print_finish() so that EMailPrinter is a little more reentrant. (cherry picked from commit 16a95bfa16b3864268e0ab0916bb6c02ec626fe0)
* EMailPrinter cleanups.Matthew Barnes2013-05-112-191/+237
| | | | (cherry picked from commit 3acb2d672821efd599d1fad0a55808de6b9bd495)
* em-utils.c cleanups.Matthew Barnes2013-05-111-95/+93
| | | | (cherry picked from commit 459cbbd9c74fee5fd05a05c2bf45a83ad00b5cf6)
* Remove "drag-and-drop-save-name-format" setting.Matthew Barnes2013-05-113-21/+2
| | | | | | Hidden setting, no clear use case, and poorly implemented. (cherry picked from commit 289d96f5f0816a5fb3c642827c6f69a690a6574c)
* Right-align mail header names.Matthew Barnes2013-05-094-74/+166
| | | | | | | | | | | | We used to do this before WebKit and it looked better. Also fix up the header section for right-to-left locales: put the collapse button on the right, and images on the left. (cherry picked from commit 448aa307c324899a45b56d00c23d247b789eca27) Conflicts: em-format/e-mail-formatter-headers.c
* EMailFormatterHeaders cleanups.Matthew Barnes2013-05-092-40/+58
| | | | | | | | (cherry picked from commit 26ca1f2c563d5b4b2f3d3adcf427b8c3db62f4c4) Conflicts: em-format/e-mail-formatter-headers.c em-format/e-mail-formatter.h
* Coding style and whitespace cleanup.Matthew Barnes2013-05-0811-29/+29
|
* Newly configured Google calendar cannot be openedMilan Crha2013-05-073-22/+60
| | | | | | | | Unless the button to choose a calendar was clicked, because the calendar path is not filled, thus the server claims "HTTP 405 error", which means an OPTIONS request cannot be done on the path, which was just root of www.google.com, instead of a calendar path. (This was reported as part of bug #659522.)
* Bug #699551 - Signature is not removed on replyMilan Crha2013-05-076-6/+6
|
* Bug #699555 - prompt-on-mark-all-read doesn't work in context menuMilan Crha2013-05-032-16/+2
|
* Bug #696531 - Force white background for HTML partsMilan Crha2013-05-031-7/+7
|
* l10n: Update Japanese translationOKANO Takayoshi2013-05-021-371/+369
| | | | Fix typo
* Bug #699334 - Calendar: reply all doesn't quite workMilan Crha2013-05-011-5/+28
|
* Make sure EAddressbookModel has a fresh EBookClient.Matthew Barnes2013-04-301-29/+9
| | | | | | | | | | | | | | | | | | In the event of an address book backend abort, EClientCache detects this and invalidates its cached EClient (if it has one), so a new instance is created on the next request. EAddressbookModel is only handed an EClient once, which may become stale if the backend aborts. And even if the backend is restarted the address book will remain unresponsive in Evolution. This commit changes the behavior so that every time an address book is selected in the side bar, a fresh EClient instance is obtained from the EClientCache and handed to the EAddressbookModel. If the model already has that EClient instance, nothing happens. Otherwise the model resets itself and creates a new EBookClientView. (cherry picked from commit 6ec48e33ef01476246d943d941eb2e022687ef59)
* Missed a few evolution-settings.desktop.in references.Matthew Barnes2013-04-292-2/+0
| | | | (cherry picked from commit 8fa69fc517a31c276270c7bc10f7ea1377bbbca4)
* Updated POTFILES.inPiotr Drąg2013-04-291-1/+0
|
* Bug 699083 - X-GNOME-Bugzilla-OtherBinares missing trailing semicolonMatthew Barnes2013-04-281-1/+1
| | | | (cherry picked from commit 63e96ab38c4a013987114680476d2c2841e9df30)
* Remove evolution-settings.desktop.in.inMatthew Barnes2013-04-281-10/+0
| | | | | | Forgot to remove this along with evolution-settings. (cherry picked from commit 917544583ae7e1a6c23c2b0cfc132a5573a9fe82)
* Bug #626215 - Prefer mail saving in order by UIMilan Crha2013-04-263-0/+73
|
* Bug 698488 - Attachment file chooser should preview attachments' content ↵Fabiano Fidêncio2013-04-261-0/+35
| | | | when possible
* Bug 698487 - Contact Editor's Image's file chooser must show only images filesFabiano Fidêncio2013-04-261-4/+13
|
* ETaskShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-263-30/+0
| | | | (cherry picked from commit 80fb5269367c5ff703f3ae0dbb869330d65b6df0)
* ETaskShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-261-51/+58
| | | | | | | | | Remove this status message nonsense that I came up with during the kill-bonoto rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message seems to be blocking application shut down in some cases. (cherry picked from commit 532e24fe115fa35f496b12415d539685f12c63d0)
* EMemoShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-263-30/+0
| | | | (cherry picked from commit afe1d97399538c8a5dedb18cf51ced4c8bb36203)
* EMemoShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-261-51/+58
| | | | | | | | | Remove this status message nonsense that I came up with during the kill-bonobo rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message sesms to be blocking application shut down in some cases. (cherry picked from commit d4ae41915c2c0d63249aedf5bf1edc19f0bffed1)
* ECalShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-262-23/+0
| | | | (cherry picked from commit 3a0b447047afec2e00d36be56d0a2e325e2b7af1)
* ECalShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-261-51/+58
| | | | | | | | | Remove this status message nonsense that I came up with during the kill-bonobo rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message seems to be blocking application shut down in some cases. (cherry picked from commit d39a6e140208ea2261a88fda5dc1b174c9dde4a6)
* Add e_activity_cancel().Matthew Barnes2013-04-266-14/+33
| | | | | | Convenience function cancels the activity's GCancellable. (cherry picked from commit 8b245838de22f470e867b28631240a018a0bc36b)
* Document EActivity.Matthew Barnes2013-04-261-3/+183
| | | | (cherry picked from commit d0a0a397987684334c5fd41b364218782bc9bcfd)
* ETaskShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-261-4/+0
| | | | (cherry picked from commit 3573cab310cf9e74a28163e5b8ee1f82b3884af6)
* EMemoShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-261-4/+0
| | | | (cherry picked from commit c34ed9f365ed43055aec3f33189bb574a52d9c94)
* ECalShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-261-4/+0
| | | | (cherry picked from commit a2ee4d2b5055181173154b51ec5309c671f0aaf4)
* ETaskShellSidebar: Reduce diff noise with master branch.Matthew Barnes2013-04-261-6/+3
|
* EMemoShellSidebar: Reduce diff noise with master branch.Matthew Barnes2013-04-261-6/+3
|
* ECalShellSidebar: Reduce diff noise with master branch.Matthew Barnes2013-04-261-14/+10
|
* Update libeutil API docs.Matthew Barnes2013-04-242-1/+2
|
* EPhotoCache: Fix a runtime warning.Matthew Barnes2013-04-211-7/+24
| | | | | | | Stop searching address books on the first error but don't indicate failure if we've managed to accumulate contacts prior to the error. (cherry picked from commit 5e1934425ddedb3848a66f16100e4ee1ea12aeb1)
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-04-201-5129/+5284
|
* [l10n] Update Catalan translationGil Forcada2013-04-201-5093/+5221
|
* User docs: bug 690696 - Remove last references to old IMAP backendAndre Klapper2013-04-204-62/+1
|
* EPhotoCache: Fix a documentation typo.Matthew Barnes2013-04-191-1/+1
| | | | (cherry picked from commit 65fed9486c084c4c913c9af296bb1e49b6e40b6d)
* Workaround broken Free/Busy fetching (Bug #692361)Milan Crha2013-04-192-0/+15
|
* Bug 698042 - Crash when sending e-mail with attachmentMatthew Barnes2013-04-191-2/+7
| | | | (cherry picked from commit d4473cf20a4991400f1ccbaecab8f8a82198a9a8)
* EShellBackend: Log outstanding activities during shutdown.Matthew Barnes2013-04-191-0/+38
| | | | | | | | | Log debug messages for outstanding activities during shutdown to help investigate stuck shutdown issues. Enable this feature with: G_MESSAGES_DEBUG=evolution-shell (cherry picked from commit fd6ff38fbd6dc82fe16c157dbdb4602b3277abfa)
* EShellBackend: Rework shutdown delay.Matthew Barnes2013-04-191-11/+24
| | | | | | | | | Use g_signal_connect_data() to automatically release the EActivity when the signal handler is disconnected, and keep the handler ID internally. This is cleaner than using g_signal_handlers_disconnect_by_func(). (cherry picked from commit 7a2673a359ed80ba3f3bcd569de108432da18e11)
* build: Fix srcdir != builddir from gitMatthew Barnes2013-04-183-12/+12
| | | | | | | | | | | Mimicing Colin's commit fb9b02e for E-D-S. We can't do (cd $(srcdir); ...) and inside reference $(top_srcdir) because that variable uses a *relative* path. Thus we copy the approach from gnome-shell of explicitly using addprefix to append the source directory. (cherry picked from commit 7dec65de1a2f3c879a53a7a1649b0d8899412a39)
* alarm-queue: Remove the "mail notifications not supported" dialogMatthew Barnes2013-04-181-24/+1
| | | | | | | | | | | | This dialog is all kinds of lame, not to mention ugly. It tends to pop up when evolution-alarm-notify starts and often steals input focus from the normal reminder dialog that pops up overtop of it. Let's not apologize for features not implemented. Instead of alerting the user that we'll show a normal reminder dialog in lieu of sending an email reminder, just show a normal reminder dialog. (cherry picked from commit 2f47b719dd129eb5821c2b186455c979e043f585)
* [web-inspector] Yet more shortcut tweaking.Matthew Barnes2013-04-181-1/+1
| | | | | | | | | Be more forgiving of modifiers. Check for GDK_CONTROL_MASK and GDK_SHIFT_MASK, but not to the exclusion of all other modifiers. There, that should make the shortcut work for everyone now. (cherry picked from commit d15dd3e89b4a29c3bbe2d4ac7be874f5aa965fb4)
* Fix duplicate entry in HELP_FILES.Matthew Barnes2013-04-171-1/+0
| | | | | | | | This has been breaking distcheck for ages! It figures it would turn out to be something this stupid... (cherry picked from commit c7ded9a0dfadc69f603c524c5816fe32229545f6)
* Post-release version bump.Matthew Barnes2013-04-141-1/+1
|
* NEWS update for 3.8.1 release.EVOLUTION_3_8_1Matthew Barnes2013-04-141-0/+55
|
* Updated slovak translationMarián Čavojský2013-04-141-648/+605
|
* Fix tags in the Hungarian helpGabor Kelemen2013-04-141-2/+2
|
* Bug 696175 - bbdb: Blocks main thread when obtaining an EBookClientMatthew Barnes2013-04-143-53/+46
| | | | (cherry picked from commit 26672df4db38e1726b66b1a3c893c9e894e762c0)
* bbdb plugin cleanups.Matthew Barnes2013-04-143-173/+138
| | | | (cherry picked from commit adf8a1bbead09a39ec1b15a164d78a9587ac1734)
* Restore "Automatic Contacts" plugin preferences page.Matthew Barnes2013-04-141-16/+106
| | | | | | | | | | | | This accidentally got dropped during the "account-mgmt" project. As much as I loathe EConfig, the "Automatic Contacts" plugin is useless without its Preferences page in the Contacts section. (cherry picked from commit 2abf047ec84e4d3ce31a4da86dceca3b0c9aaea1) Conflicts: modules/addressbook/autocompletion-config.c
* Improve consistency in Hungarian translationGabor Kelemen2013-04-131-2/+2
|
* ECalModel: Make view handling thread-safe.Matthew Barnes2013-04-131-221/+326
| | | | (cherry picked from commit 3e99eb24a88a6eddd2aeed1c302a32180e07cfb3)
* Add e_cal_model_ref_default_client().Matthew Barnes2013-04-1312-62/+100
| | | | | | Replaces e_cal_model_get_default_client(), which was not thread-safe. (cherry picked from commit 08d5bdcf8b8bef913c9ad175927d528ff432332f)
* Remove e_cal_model_get_client_for_source().Matthew Barnes2013-04-135-78/+30
| | | | | | | | | | Was not thread-safe because it did not reference the return value. The function was only used to implement the Refresh action on the sidebar menu. e_client_selector_ref_cached_client() works better for this anyway. (cherry picked from commit 1df4952769b3211b90aecb3a359d8ae484fd1363)
* Add e_cal_model_list_clients().Matthew Barnes2013-04-136-31/+35
| | | | | | | | | Replaces e_cal_model_get_client_list(). Does the same thing, except the returned ECalClient instances are referenced for thread-safety. (cherry picked from commit 1141e231478410ecd83c78507612e57f58f2ccf1)
* ECalModel: Make the ClientData queue thread-safe.Matthew Barnes2013-04-131-56/+124
| | | | (cherry picked from commit ebef28545a2a74d675142afd6921f5e0e65b4b76)
* ECalModel: Give ClientData a reference count.Matthew Barnes2013-04-131-103/+143
| | | | | | | | | | Adds some private ECalModel functions: client_data_new() client_data_ref() client_data_unref() (cherry picked from commit 01207c3c8ed00e6de1d66901b257bf3ffee7d350)
* ECalModel: Rename ECalModelClient struct to ClientData.Matthew Barnes2013-04-131-29/+31
| | | | | | | | ECalModelClient looks like a public type name, but it's strictly internal to ECalModel. Plus all the variable names of that type are already "client_data". (cherry picked from commit cf94e5b8097555b43b5fba3bdd44bee39ce47a4a)
* ECalModel: Track ECalModelClient structs in a GQueue.Matthew Barnes2013-04-131-55/+65
| | | | (cherry picked from commit e13548be64c6a2248a722775a4b5f7a11cd176e3)
* web-inspector: Change the shortcut key to match Chrome.Matthew Barnes2013-04-121-3/+3
| | | | | | | | | GDK_MOD1_MASK is ill defined across various keyboards, apparently. Use Ctrl + Shift + I instead, which happens to match what Chrome uses to bring up its web inspector. (cherry picked from commit e68a333a4fb34292aa7bf8ec1004c390e8475afa)
* Remove Evolution's implementation of highlighting and use WebKit ↵Tomas Popela2013-04-121-125/+8
| | | | highlighting. Fixes Bug#696673
* Bug #681837 - Make enum type registration thread safeMilan Crha2013-04-1210-165/+39
|
* EWebView: Disable WebKit plugins during instance initialization.Matthew Barnes2013-04-091-6/+11
| | | | | | | | | | Calling webkit_get_web_plugin_database() somehow ends up calling g_bus_get_sync(), which in turn makes gtkdoc-scangobj hang forever. Call it instead as a GOnce callback during instance initialization, which avoids the hang since gtkdoc-scangobj only peeks at classes. (cherry picked from commit eb6ecc6fb5d1b6859fab949ba20865d2ca784306)
* Update copyright year on About dialog.Matthew Barnes2013-04-091-1/+1
| | | | (cherry picked from commit 721fef2d96464dde0155cc98e7e98b7cc936ad5c)
* Bug 697268 - Incorrect mnemonic widget in 'Add Reminder' dialogMatthew Barnes2013-04-091-1/+1
| | | | (cherry picked from commit 040140a336a18ac542d1464e5bd5c0b16287da51)
* e_mail_folder_uri_parse: Handle local mbox folder URIs.Matthew Barnes2013-04-081-2/+24
| | | | | | | | | | | In Evolution 2.x, the local mail store used mbox format. Camel will not recognize the old-style "mbox:///.../local" folder URIs, since the local mail store is now Maildir format. Test for this and work around it. This should re-fix bug 638307 which was a nuisance error about failing to append to a "mbox:///.../local#Sent" folder after sending a message. (cherry picked from commit 94372b5f1857b66d1ae7e14a37075122b5c8336c)
* EWebView: Remove a backward-compatibility hack.Matthew Barnes2013-04-081-9/+1
| | | | | | We require WebKitGTK+ >= 1.10 so we can drop a hack to support < 1.9.6. (cherry picked from commit fa875d8565824e3a6c2cdeeb9b2e4e95009c2723)
* EWebView: Use a GQueue to track highlight strings.Matthew Barnes2013-04-083-29/+16
| | | | | | | This also removes an unused function e_web_view_get_highlights() which was returning a GSList. (cherry picked from commit b83a9cd5bb938e3ccb72eae8d5b6392961169258)
* EWebView cleanups.Matthew Barnes2013-04-081-19/+23
| | | | (cherry picked from commit e0a85ffed4267836db33cd245e6704e6510a24c5)
* Show parts with Content-ID of multipart/mixed as attachmentsMilan Crha2013-04-052-4/+7
| | | | | | | The multipart/mixed should behave differently than multipart/related, because subparts of multipart/mixed are not meant to reference each other by default, thus the subparts should be shown as attachments. This was reported at https://bugzilla.redhat.com/show_bug.cgi?id=947409
* Bug 697228 - User Docs: Remove CSS page now that we have WebKit renderingAndre Klapper2013-04-042-30/+0
|
* Updated Galician translationsFran Diéguez2013-04-021-7175/+7366
|
* Updated Basque languageInaki Larranaga Murgoitio2013-04-021-11898/+13257
|
* Updated Russian translationYuri Myasoedov2013-04-011-3049/+3940
|
* Fix for typing in ITIP comments when some keys triggered actions.Tomas Popela2013-03-282-0/+29
|
* Bug 696715 - ESelectNamesEditable needs an EClientCacheMatthew Barnes2013-03-283-11/+10
| | | | (cherry picked from commit 4c5e629f518fa03610e69c970337d9f7d625a50b)
* ESelectNamesRenderer: Add a "client-cache" construct-only property.Matthew Barnes2013-03-283-7/+67
| | | | (cherry picked from commit 5ece5b9483db0ca246eea687c4e883d38306aff4)
* ESelectNamesRenderer cleanups.Matthew Barnes2013-03-282-98/+170
| | | | (cherry picked from commit 5ac61cc67e3874547b83f5c05ae2c1b76a6de3bb)
* ESelectNamesEditable cleanups.Matthew Barnes2013-03-283-97/+155
| | | | (cherry picked from commit a7cd179c901a620ea2f4e11589cccc960d8373fc)
* Updated for MalayalamAni Peter2013-03-261-5484/+6455
|
* Updated Telugu TranslationsKrishnababu Krothapalli2013-03-261-4922/+5167
|
* Punjabi: Translation updated (aalam)A S Alam2013-03-261-5337/+5286
|
* l10n: Update Japanese translationOKANO Takayoshi2013-03-261-6896/+5699
|
* Bug #684245 - Disable 3rd-party browser pluginsTomas Popela2013-03-251-0/+24
|
* Bug #696185 - Disable WebKit's cachingMilan Crha2013-03-251-0/+4
|
* Bug #696173 - Various memory leaksMilan Crha2013-03-254-4/+16
|
* Bug #687412 - Crash under mail_folder_cache_service_removed()Milan Crha2013-03-251-2/+8
|
* Bug #662568 - Use-after-free in Templates plugin signal handlersMilan Crha2013-03-251-2/+14
|
* hindi translationRajesh Ranjan2013-03-251-5422/+5393
|
* Updated kn translationsShankar Prasad2013-03-251-14/+14
|
* Fix mbox-to-Maildir conversion... again.Matthew Barnes2013-03-254-645/+667
| | | | | | | | | | | | | | | | Commit ee5671fc fixed mbox-to-Maildir conversion for users upgrading from Evolution 2.32, who had already migrated to XDG Base Directories. But turns out, mbox-to-Maildir conversion was still broken for users coming from Evolution 2.30 or earlier because the logic to move files into XDG Base Directories was running *after* the conversion routine. So the conversion routine found nothing to convert, and users were left with a broken "On This Computer" mail store. This commit runs the XDG Base Directory migration first on startup, followed by the mbox-to-Maildir conversion. (cherry picked from commit 1723ee09122a8e137e78ed301f2706eefb281adf)
* Updated slovak translationMarián Čavojský2013-03-251-1721/+1354
|
* Fix translations of keywords in .desktop filesPiotr Drąg2013-03-251-1/+1
|
* e-mail.h: Remove non-existent header files.Matthew Barnes2013-03-251-2/+0
| | | | (cherry picked from commit 3cbe26e9d02cf89f8c3088bc0d011eddfa9ae35d)
* Fix mismatched tag in Hungarian help translationGabor Kelemen2013-03-251-1/+1
|
* Post-release version bump.Matthew Barnes2013-03-241-1/+1
|
* NEWS update for 3.8.0 release.EVOLUTION_3_8_0Matthew Barnes2013-03-241-0/+15
|
* Updated slovak translationMarián Čavojský2013-03-231-2545/+2521
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-03-221-5007/+5222
|
* Updated Odia Language along with FUEL implementationManojKumar Giri2013-03-221-5924/+5493
|
* Updated Odia Language along with FUEL implementationManojKumar Giri2013-03-221-12427/+13552
|
* l10n: Updated Persian translationDanial Behzadi2013-03-221-15411/+22589
|
* Updated Hungarian help translationGabor Kelemen2013-03-221-856/+904
|
* Update French translationAlexandre Franke2013-03-211-5002/+5157
|
* Updated kn translationsShankar Prasad2013-03-201-5137/+5077
|
* Updated Danish translationFlemming Christensen2013-03-191-5024/+5159
|
* Updated Hungarian translationGabor Kelemen2013-03-191-5070/+5345
|
* Updated Slovenian translationMartin Srebotnjak2013-03-181-321/+28
|
* Update git.gnome.org/browse URL in ChangeLog fileMilan Crha2013-03-181-1/+1
|
* Updated Czech translationJiri Eischmann2013-03-181-4855/+4834
|
* Updated Korean translationChangwoo Ryu2013-03-171-5152/+5036
|
* Post-release version bump.Matthew Barnes2013-03-171-2/+2
|
* NEWS update for 3.7.92 release.EVOLUTION_3_7_92Matthew Barnes2013-03-171-0/+53
|
* Updated Uyghur translationGheyret Kenji2013-03-171-175/+175
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Updated British English translatioNBruce Cowan2013-03-161-5006/+5112
|
* Updated Tamil translationDr.T.Vasudevan2013-03-161-4479/+4613
|
* Do not leak each sent messageMilan Crha2013-03-151-1/+0
| | | | Caused by double-reffing the message object.
* Updated Indonesian translationAndika Triwidada2013-03-151-4846/+4819
|
* Add argument checks to weekday functions.Matthew Barnes2013-03-151-0/+11
|
* Bug 676696 - Automatic EXIF image rotation doesn't workMatthew Barnes2013-03-151-0/+13
| | | | Requires WebKitGTK+ 2.0 to work again.
* EWebView: Whitespace cleanups.Matthew Barnes2013-03-151-2/+2
|
* client_cache_process_results: Fix runtime warnings.Matthew Barnes2013-03-151-1/+1
| | | | | | | | Use g_simple_async_result_complete_in_idle() so the queued results complete in the correct main loop context. Otherwise we get runtime warnings: "g_simple_async_result_complete() called from wrong context!"
* Updated Slovenian translationMartin Srebotnjak2013-03-151-147/+147
|
* Bug #415371 - Create Incoming filter for messages with Received headerMilan Crha2013-03-141-3/+7
|