aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update git.mk.Matthew Barnes2012-08-111-33/+53
| | | | Source: https://github.com/behdad/git.mk
* Bug 681641 - Port to new documentation infrastructureJavier Jardón2012-08-119-18/+14
| | | | https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
* express: Remove clutter-based email tabs.Matthew Barnes2012-08-1133-4409/+1
| | | | | | This was another MeeGo feature. MeeGo is dead, the code is starting to bit rot and crashes on startup, the original author disappeared and the remaining developers are not interested in maintaining it. So it's out.
* Add missing linker flag.Matthew Barnes2012-08-111-0/+1
|
* Remove the settings capplet.Matthew Barnes2012-08-1122-3299/+1
| | | | | | | | | | The evolution-settings capplet was originally designed for Anjal, it was used in MeeGo as part of the Express Mode effort, but doesn't really fit in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion). This is pretty clearly dead weight at this point. The MeeGo developers have disappeared, and the remaining Evolution developers are not and do not intend to maintain it. Plus it doesn't even build currently.
* e-convert-local-mail.c: Minor cleanups.Matthew Barnes2012-08-111-14/+9
|
* Avoid using uninitialized variable in e_mail_folder_expunge_sync()Milan Crha2012-08-101-0/+1
|
* Run mbox-to-Maildir conversion before loading modules.Matthew Barnes2012-08-104-326/+332
| | | | | | | | | | | | | | Invoke the mbox-to-Maildir conversion directly from main(), just before the call to e_shell_load_modules(). The reason the code is here and not in the mail module is because we inform the user at startup of the impending mail conversion by displaying a popup dialog and waiting for confirmation. This has to be done before we load modules because some of the EShellBackends immediately add GMainContext sources that would otherwise get dispatched during gtk_dialog_run(), and we don't want then dispatched until after the conversion is complete.
* backup-restore: Add version info to evolution.dirs file.Matthew Barnes2012-08-101-8/+54
| | | | | | | | | Store the Evolution version used to create the backup file in the evolution.dir file which is part of the tarball. After restoring the backup file we need to reset the last-used-version key in GSettings to the version listed in the evolution.dir file so the proper migration routines run when Evolution is restarted.
* Bug #681432 - Runtime warnings from e_mail_display_reload()Dan Vrátil2012-08-101-24/+18
|
* Bug #680786 - [text-highlight] Prefer Content-Type header over file name ↵Dan Vrátil2012-08-101-14/+18
| | | | extension
* Updated Spanish translationDaniel Mustieles2012-08-101-23/+62
|
* EDayView: Hide tooltip on context menu popupMilan Crha2012-08-101-14/+20
|
* Bug #676785 - Enables wrong calendar after saving appointmentMilan Crha2012-08-105-14/+16
|
* Remove some unused code from EMailReaderDan Vrátil2012-08-094-48/+25
| | | | | | This is leftover from the WebKit port and it didn't work properly. Most of the code was removed, some was moved to a better place.
* EMailSession: Minor code rearrangement.Matthew Barnes2012-08-091-23/+23
|
* migrate_mbox_to_maildir(): Fix a reference counting error.Matthew Barnes2012-08-091-2/+3
| | | | | | The ESourceCamel extension owns the CamelSettings instance and the ESource instance owns the ESourceCamel extension. Unreference the ESource AFTER we're done with the CamelSettings.
* em_migrate_session_new(): Provide a user cache directory.Matthew Barnes2012-08-091-1/+8
|
* User Docs: Link to Network section of Desktop HelpAndre Klapper2012-08-091-3/+2
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-08-091-1447/+1048
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-08-091-160/+342
|
* Fix redefinition of EMailPartItip in itip-view.hMilan Crha2012-08-091-3/+5
|
* Remove all references to JavaScriptCore and use of JavaScriptDan Vrátil2012-08-097-259/+75
| | | | | | | | | | JavaScript is disabled in EWebView, so any attempt to evaluate a JavaScript code will fail. We are using DOM bindings instead to interact with the document. This commit removes some helper functions created in the early days of WebKit port which are not used anymore and also fixes mail-to-task plugin, which was relying on some JavaScript.
* Bug #681400 - Fix build against WebKitGtk+ 1.9.6Dan Vrátil2012-08-082-4/+21
|
* Revert "User Docs: Add page about automatic marking of messages as read"Matthew Barnes2012-08-081-41/+0
| | | | | | | This reverts commit fefea320e0ea5e92ba0b52a3c8ad403b5b71f0b3. Andre and I and a mid-air collision. I just restored the option to Preferences in commit 0ae8e9e7b7c224915f474a4e635a8ccecd476c40.
* User Docs: Remove old Save as PDF fileAndre Klapper2012-08-081-33/+0
|
* User Docs: Rename Save as PDF pageAndre Klapper2012-08-081-0/+33
|
* User Docs: Add page about automatic marking of messages as readAndre Klapper2012-08-081-0/+41
|
* User Docs: Add page about saving emails as PDFAndre Klapper2012-08-081-0/+33
|
* User Docs: Fix a typoAndre Klapper2012-08-081-1/+1
|
* User Docs: Link to Seahorse User ManualAndre Klapper2012-08-081-2/+2
|
* User Docs: Add style hints to notesAndre Klapper2012-08-0823-32/+30
|
* Updated Spanish translationDaniel Mustieles2012-08-081-57/+72
|
* Return of the "mark messages as read" preference.Matthew Barnes2012-08-082-4/+114
| | | | | | | | | | | | This reverses the removal of the "Mark messages as read" preference in commit e7247d6d60336861ed5c0ba05dd64e29f728349c. I apparently misjudged the popularity of this preference, as there's been a surprising amout of backlash and confusion as to its removal on the mailing list, IRC channel, and various distro-support forums. So, "mea culpa" for removing that one. Haven't heard a peep about the other removed preferences, however, so they will stay gone.
* Bug #680724 - Attachment bar regressionDan Vrátil2012-08-081-6/+0
|
* Bug #681279 - Reply on selection doesn't workDan Vrátil2012-08-081-19/+70
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-08-081-13569/+15585
|
* Bug #559815 - Empty Reminders editor when opened second timeMilan Crha2012-08-081-1/+15
|
* Bug #677695 - Crash on quit under emu_free_mail_cache()Milan Crha2012-08-083-100/+116
| | | | | | | This is reverting previous patch for this bug and fixes it with a different approach. The previous patch had regression, instead of freezing evolution on quit it crashed it when there was pending addressbook lookups.
* Missing "<click here to select a folder>" text in message filter editorMilan Crha2012-08-081-0/+2
|
* Updated Serbian translationМирослав Николић2012-08-082-68/+74
|
* Updated Spanish translationDaniel Mustieles2012-08-081-716/+786
|
* Bug #681318 - Filter by Source account doesn't show accountsMilan Crha2012-08-081-35/+95
|
* Bug #678408 - Mail view is very small for some mailsMilan Crha2012-08-071-0/+9
|
* Updated gujarati fileSweta Kothari2012-08-071-943/+725
|
* Bug #680947 - Multiselect doesn't clear message preview panelDan Vrátil2012-08-071-5/+11
|
* Fix condition when to collapse addresses in To/Cc/Bcc headersMilan Crha2012-08-071-1/+1
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-08-072-1052/+1187
|
* Updated Greek translationDimitris Spingos2012-08-062-2269/+2221
|
* Bug #246530 - Rules editor lacks "Label is (not) 'None'"Milan Crha2012-08-067-39/+234
|
* Bug #681017 - Bogus SMTP port in the account manager UIMilan Crha2012-08-061-0/+7
|
* Post-release version bump.Matthew Barnes2012-08-061-1/+1
|
* NEWS update for 3.5.5 release.EVOLUTION_3_5_5Matthew Barnes2012-08-061-0/+55
|
* Remove all GDK threads usage.Matthew Barnes2012-08-0615-63/+10
| | | | | | | | | | | | According to [1], we don't need to worry about GDK's global lock since we don't call gdk_threads_init() or gdk_threads_set_lock_functions(). The GDK threads API is being aggressively deprecated by GTK+ developers so let's just abandon it entirely. I've never really understood when you're supposed to use it or not use it anyway, so it's good to be rid of this confusion. [1] https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00005.html
* Updated Indonesian translationAndika Triwidada2012-08-051-259/+230
|
* Updated Indonesian translationAndika Triwidada2012-08-041-2043/+3138
|
* Update Chinese simplified translation for uituhaihe2012-08-041-11040/+12850
|
* Updated Serbian translationМирослав Николић2012-08-042-1256/+1408
|
* configure.ac: Remove nm_minimum_version.Matthew Barnes2012-08-041-1/+0
| | | | We don't talk directly to NetworkManager anymore.
* e-memo-shell-view-actions.c: Support deleting remote resources.Matthew Barnes2012-08-032-16/+24
|
* e-task-shell-view-actions.c: Support deleting remote resources.Matthew Barnes2012-08-032-16/+24
|
* e-cal-shell-view-actions.c: Support deleting remote resources.Matthew Barnes2012-08-032-16/+24
|
* e-book-shell-view-actions.c: Support deleting remote resources.Matthew Barnes2012-08-032-6/+25
|
* Add e_shell_view_remote_delete_source().Matthew Barnes2012-08-032-0/+36
| | | | | Convenience function wraps e_source_remote_delete() but handles user-facing activity and error display.
* Add e_source_util_remote_delete().Matthew Barnes2012-08-033-0/+90
| | | | | Wraps e_source_remote_delete() in an EActivity and submits errors to the given EAlertSink.
* e-source-utils.c cleanups.Matthew Barnes2012-08-032-38/+58
| | | | Also add missing error definitions.
* Enable "delete" action for remote-deletable sources.Matthew Barnes2012-08-0312-11/+71
|
* ESourceConfigDialog: Implement EAlertSink.Matthew Barnes2012-08-031-4/+85
|
* ESourceConfig: Enable remote resource creation.Matthew Barnes2012-08-031-5/+14
|
* mail.error.xml: Remove GroupWise-specific errors.Matthew Barnes2012-08-031-5/+0
|
* calendar.error.xml: Remove GroupWise-specific errors.Matthew Barnes2012-08-031-5/+0
|
* calendar.error.xml: Fix indentation.Matthew Barnes2012-08-031-301/+301
|
* addressbook.error.xml: Remove GroupWise-specific errors.Matthew Barnes2012-08-031-11/+0
|
* addressbook.error.xml: Fix indentation.Matthew Barnes2012-08-031-132/+132
|
* Remove "modal" attribute from error.xml files.Matthew Barnes2012-08-033-14/+14
| | | | | The "modal" attribute is ignored nowadays anyway, but these should have never been modal to begin with.
* Bug #679726 - Move button for expanding headers behind header labelDan Vrátil2012-08-031-1/+1
|
* Bug #680331 - Crash when replying to a messageDan Vrátil2012-08-033-6/+24
|
* Updated Greek help-translationDimitris Spingos2012-08-031-7473/+8157
|
* Add translator commentsAndre Klapper2012-08-031-0/+3
|
* Fix my last commitAndre Klapper2012-08-031-1/+1
|
* Mark default attachment reminder clues as translatable. Hopefully fixes bug ↵Andre Klapper2012-08-031-1/+1
| | | | #476474
* composer: Remove redundant tooltips.Matthew Barnes2012-08-031-17/+0
| | | | These are defined in GtkhtmlEditor now (bug #681087).
* Bug 681075 - Add tooltips to signature editor toolbarMichael Wood2012-08-031-2/+2
|
* Updated gujarati fileSweta Kothari2012-08-021-143/+84
|
* Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colorsDan Vrátil2012-08-026-43/+202
|
* Make e_color_to_value() use e_rgba_to_value()Milan Crha2012-08-021-11/+10
|
* Updated gujarati fileSweta Kothari2012-08-021-0/+1
|
* Updated gujarati fileSweta Kothari2012-08-021-233/+145
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-08-022-336/+774
|
* Fix some memory leaksDan Vrátil2012-08-022-0/+17
|
* User Docs: Remove browser interaction documentation and link to Desktop Help ↵Andre Klapper2012-08-011-6/+22
| | | | instead. Fixes bug #678144
* Bug #680535 - Reply to message with text attachments formats them inlineDan Vrátil2012-08-011-1/+1
|
* Bug #680643 - First message Print preview without CSSDan Vrátil2012-07-311-5/+20
|
* Updated Greek translationTom Tryfonidis2012-07-311-1479/+3504
|
* Updated Galician translationsFran Diéguez2012-07-311-105/+103
|
* Updated gujarati fileSweta Kothari2012-07-301-11224/+12926
|
* Updated Galician translationsFran Diéguez2012-07-301-310/+535
|
* text-highlight: Add missing linker flags.Matthew Barnes2012-07-281-0/+2
|
* EWebView: Remove a stray newline causing build failures.Matthew Barnes2012-07-281-2/+1
|
* Bug #679404 - Read colors for message preview from Gtk themeDan Vrátil2012-07-279-38/+78
|
* Updated Serbian translationМирослав Николић2012-07-272-16582/+11668
|
* Updated Spanish translationDaniel Mustieles2012-07-271-217/+440
|
* Bug #680682 - Segfault after label attempted deletionMilan Crha2012-07-271-10/+6
|
* Bug #680577 - [text-highlight] - Failed to load partDan Vrátil2012-07-274-4/+12
|
* Bug #680634 - Missing image attachmentDan Vrátil2012-07-272-9/+20
|
* Bug #680635 - Inline GPG shown as sourceDan Vrátil2012-07-261-1/+8
|
* mail.error.xml: Remove "mail:session-message-*" errors.Matthew Barnes2012-07-264-17/+5
| | | | Use "system:simple-info/warning/error" errors instead.
* e-system.error.xml: Add some generic errors from mail.error.xml.Matthew Barnes2012-07-261-0/+12
|
* e-system.error.xml: Fix indentation.Matthew Barnes2012-07-261-14/+14
|
* Remove unused mail_disconnect_store().Matthew Barnes2012-07-262-61/+0
|
* action_address_book_new_cb(): Fix a runtime warning.Matthew Barnes2012-07-261-1/+1
|
* Bug #678635 - File->Send/Receive lists too many sourcesMilan Crha2012-07-251-70/+138
|
* Updated POTFILES.inPiotr Drąg2012-07-251-1/+3
|
* Highlighting of text parts and source codesDan Vrátil2012-07-2514-44/+1298
| | | | | | | | | | This adds 'Format as' submenu to the preview pane context menu. The submenu is available only for text/plain parts or parts with a source code (we support about 40 various types). Using the 'highlight' utility, the formatter processes the part and highlights the source code it contains. (discussion in bug #680026)
* Updated Greek translationTom Tryfonidis2012-07-251-3892/+2458
|
* Bug 677635 - Vanished message list with filled preview panelDan Vrátil2012-07-244-4/+15
|
* Updated Norwegian bokmål translationKjartan Maraas2012-07-231-556/+557
|
* Updated Lithuanian translationAurimas Černius2012-07-211-6170/+5405
|
* Fix few more memory leaksMilan Crha2012-07-212-2/+17
|
* Updated Indonesian translationAndika Triwidada2012-07-201-10610/+10709
|
* Shorten user names with '@' in Send & Receive window.Matthew Barnes2012-07-201-2/+11
|
* Bug #680164 - Print Preview action should open preview immediatellyDan Vrátil2012-07-195-16/+20
|
* G_GNUC_CONST leads to 'statement with no effect' compiler warningMilan Crha2012-07-191-1/+1
|
* mail-send-recv: Improve presentation.Matthew Barnes2012-07-191-60/+73
| | | | | | | Put status messages in the progress bar and put the progress bar beneath the account description so the description has more room to stretch out. Various other subtle tweaks.
* EMailShellBackend: Fix an EAlertSink runtime warning.Matthew Barnes2012-07-191-5/+14
|
* EMailConfigPage: Add submit() asynchronous method.Matthew Barnes2012-07-193-44/+239
| | | | | | | | | | | | | This method is meant for pages that show server-side settings instead of client-side settings stored in key files. It's called after all scratch sources have been successfully submitted to the D-Bus service. The driving use case for this is evolution-ews's "Out of Office" page, which is only shown by EMailConfigNotebook and so that's currently the only place where submit() is invoked for all pages. Should a need arise for EMailConfigAssistant to also invoke submit() for all pages, then EMailConfigNotebook can be used as a reference.
* Remove unused e_date_edit_have_time().Matthew Barnes2012-07-182-20/+0
|
* EDateEdit cleanups.Matthew Barnes2012-07-182-85/+118
|
* Bug #680123 - Freeze on message/disposition-notification email parsingDan Vrátil2012-07-184-3/+7
|
* Bug #679843 - Double free when printingDan Vrátil2012-07-182-29/+31
|
* Bug #679049 - [itip-formatter] Cannot reply to meeting invitationDan Vrátil2012-07-181-8/+43
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-07-182-914/+934
|
* Use template files to generate GEnumClass types.Matthew Barnes2012-07-1813-76/+236
|
* Updated Spanish translationDaniel Mustieles2012-07-171-52/+161
|
* Fixed typo in stringDaniel Mustieles2012-07-171-1/+1
|
* Disable CompEditor when saving changesMilan Crha2012-07-171-2/+6
|
* Fix a memory leak in EMailFormatterPrintDan Vrátil2012-07-171-0/+2
|
* Fix icon size warning in EStockRequestDan Vrátil2012-07-171-6/+5
|
* Updated Spanish translationDaniel Mustieles2012-07-161-459/+467
|
* Updated Belarusian translation.Ihar Hrachyshka2012-07-161-49/+49
|
* Post-release version bump.Matthew Barnes2012-07-161-1/+1
|
* NEWS update for 3.5.4 release.EVOLUTION_3_5_4Matthew Barnes2012-07-161-0/+88
|
* Rework handling of GOA mail.Matthew Barnes2012-07-164-1/+121
| | | | | | | | | | | | | | | | | | | | Disabling the mail part of an online account through the Control Center panel will now remove the CamelService from the EMailSession in addition to disabling the account/identity/transport ESources, causing it to be delisted from the account list in Preferences. Furthermore, hide the Enabled check box for accounts linked to GOA in Preferences. The collection ESource for these accounts can no longer be disabled through Evolution; all such account manipulation must be done through the Control Center panel. Lastly, display an icon next to accounts linked to GOA in Preferences. * Might be nice to show the actual provider icon instead of the generic Online Accounts icon from the Control Center, but need to think about how best to do that. Don't want a GOA dependency in core Evolution. Maybe ESourceCollection should grow a GIcon property for the online- accounts module in the registry service to set?
* mail_session_add_service(): Make display-name binding one-way.Matthew Barnes2012-07-161-1/+0
| | | | | | | | | | | | | | | | We're leaking CamelService references when we remove a CamelService from a CamelSession. I don't yet know where or how. If we remove a CamelService without finalizing the corresponding ESource, and then add a new CamelService with the same UID, the ESource will have a bidirectional "display-name" binding to multiple CamelService instances. This creates an endless cascade of "notify" signals as soon as any of the bound "display-name" properties change. Until I can fix the leaking CamelService references, make the binding one-way: ESource -> CamelService. This means the ESource's display name is authoritative, and camel_service_set_display_name() MUST NOT be called explicitly or else it will become out-of-sync with the ESource.
* EMailAccountStore: Check permissions before writing/removing sources.Matthew Barnes2012-07-161-5/+5
|
* mail_session_add_from_source(): Warn if backend name is unset.Matthew Barnes2012-07-151-4/+1
| | | | Even send-only accounts should have a backend name of "none".
* Updated Belarusian translation.Ihar Hrachyshka2012-07-151-2721/+1470
|
* Updated POTFILES.inPiotr Drąg2012-07-141-0/+1
|
* Bug #678783 - Crash under e_attachment_set_file_info()Milan Crha2012-07-131-20/+33
|
* Bug #653529 - Alarm Notification window events list is too smallMilan Crha2012-07-132-288/+319
|
* Make alarm notifications work againMilan Crha2012-07-131-10/+21
|
* Bug 679726 - Can't unfold long recipient list in message windowDan Vrátil2012-07-131-8/+5
|
* Bug 679814 - Calendar invitation shows both calendar and html partDan Vrátil2012-07-131-0/+3
|
* Bug 679323 - Formatting errors when replying in inline modeDan Vrátil2012-07-131-3/+134
|
* Don't display SMIME signature as an attachmentDan Vrátil2012-07-121-1/+3
|
* Fix a slight memory leak.Matthew Barnes2012-07-121-2/+7
|
* Bug 332115 - Remove Camel module names from Send/Receive windowMatthew Barnes2012-07-121-27/+14
|
* Update to libgweather 3.5Giovanni Campagna2012-07-122-70/+22
| | | | | | | libgweather 3.5.0 changed API compared to API, and some small changes are needed in the configuration widgets. https://bugzilla.gnome.org/show_bug.cgi?id=678984
* Bug #349875 - Dragging an email from a vFolder should link to source folderMilan Crha2012-07-121-26/+90
|
* Bug #223309 - Add "Include Subfolders" to "Search Folder Sources"Milan Crha2012-07-115-99/+340
|
* Preset timeout on SoupSession-s to 90 secondsMilan Crha2012-07-114-1/+7
|
* EMailConfigProviderPage: Inherit from EMailConfigActivityPage.Matthew Barnes2012-07-112-118/+7
| | | | | | Removes e_mail_config_provider_page_new_activity(). Use e_mail_config_activity_page_new_activity() instead.
* EMailConfigServicePage: Inherit from EMailConfigActivityPage.Matthew Barnes2012-07-113-120/+10
| | | | | | Removes e_mail_config_service_page_new_activity(). Use e_mail_config_activity_page_new_activity() instead.
* Add EMailConfigActivityPage.Matthew Barnes2012-07-113-0/+252
| | | | | | | This is a convenient base class for EMailConfigPages that might need to run an asynchronous method and display an error message. It adds activity and alert bars to the bottom of the page, it implements the EAlertSink interface, and can create new EActivity instances.
* Bug #548778 - Use original location when replying in Search FolderMilan Crha2012-07-116-21/+42
|
* Bug #677695 - Freeze on quit in emu_free_mail_cache()Milan Crha2012-07-111-18/+91
|
* Add "auto-update" option to Search Folder EditorMilan Crha2012-07-104-47/+121
|
* Updated Norwegian nynorsk translationKjartan Maraas2012-07-101-17401/+14718
|
* Avoid crash on folder renameMilan Crha2012-07-101-1/+1
|
* Do not show cancelled errors from refresh_folders_exec()Milan Crha2012-07-101-1/+2
|
* Always notify about finished updated_folders() callMilan Crha2012-07-102-14/+12
|
* Bug 679649 - Remove "Recent Messages" from Quick Search BarMatthew Barnes2012-07-104-31/+4
| | | | | | | | | | | | | | | | The story on this is a question [1] was recently posed to the mailing list about what's the different between "Recent Messages" and "Last 5 Days' Messages" as listed in the Show: combo box, and even I could not answer before looking up the query expression for "Recent Messages" in the source code (messages received in the past 24 hours, it turns out). I can't defend why we need both options, and "Last 5 Days' Messages" is less ambiguous and overlaps the results for "Recent Messages", so "Last 5 Days' Messages" seems sufficient to me. There are numerous ways to re-create the "Recent Messages" query if it's still desired: saved search, search folder, or just sort messages by date received. [1] https://mail.gnome.org/archives/evolution-list/2012-July/msg00044.html
* User Docs: Use better Mallard markupAndre Klapper2012-07-101-3/+3
|
* Document logging mail filter actions. Fixes bug #669471Andre Klapper2012-07-101-11/+32
|
* Bug #602425 - Search in "Current Account"/"All Accounts" depends on vfoldersMilan Crha2012-07-091-102/+103
|
* Updated Galician translationsFran Diéguez2012-07-091-657/+699
|
* Remove em_folder_tree_get_selected_folder().Matthew Barnes2012-07-092-24/+0
| | | | | The function blocks, lacks a "sync" suffix and GCancellable and GError arguments. Not fit for use. Kill it.
* Remove mail_expunge_folder().Matthew Barnes2012-07-093-303/+23
| | | | Use e_mail_folder_expunge() instead.
* Add e_mail_reader_expunge_folder_name().Matthew Barnes2012-07-092-0/+71
| | | | Fetches the CamelFolder asynchronously, then expunges it asynchronously.
* Add e_mail_reader_expunge_folder().Matthew Barnes2012-07-093-0/+77
| | | | | Wraps e_mail_folder_expunge() with EActivity/EAlert stuff and also prompt for confirmation.
* Add e_mail_folder_expunge().Matthew Barnes2012-07-092-0/+297
| | | | To replace mail_expunge_folder().
* Use folder display name in status messages when possible.Matthew Barnes2012-07-092-5/+7
|
* Remove mail_refresh_folder().Matthew Barnes2012-07-094-53/+19
| | | | Use e_mail_reader_refresh_folder() instead.
* Add e_mail_reader_refresh_folder_name().Matthew Barnes2012-07-092-0/+71
| | | | Fetches the CamelFolder asynchronously, then refreshes it asynchronously.
* Add e_mail_reader_refresh_folder().Matthew Barnes2012-07-093-0/+64
| | | | To replace mail_refresh_folder().
* Add e_mail_reader_unsubscribe_folder_name().Matthew Barnes2012-07-096-188/+86
| | | | Replaces e_mail_session_unsubscribe_folder().
* Add e_mail_reader_delete_folder_name().Matthew Barnes2012-07-093-4/+89
| | | | Fetches the CamelFolder asynchronously, then deletes it asynchronously.
* Avoid em_folder_tree_get_selected_folder() in some places.Matthew Barnes2012-07-092-8/+50
| | | | | | | em_folder_tree_get_selected_folder() currently blocks, and I'm about to remove the function. But there's a couple places where we just need to block for now, else it would require a significant rewrite. So execute the em_folder_tree_get_selected_folder() logic manually in those places.
* Bug #524737 - Replace radio buttons in Search folder editorMilan Crha2012-07-092-288/+108
|
* Updated Norwegian bokmål translationKjartan Maraas2012-07-091-1307/+81
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-07-092-18569/+18941
|
* Updated Norwegian bokmål translationKjartan Maraas2012-07-091-6133/+5888
|
* User Help: Add tint2 as system tray option as mentioned on evolution-listAndre Klapper2012-07-091-2/+2
|
* e_web_view_update_fonts(): Fix memory corruption.Matthew Barnes2012-07-071-10/+8
| | | | | | Boxed GdkColors are allocated with the slice allocator, not malloc(). This has been causing me frequent and random Evolution crashes.
* Bug 677885 - Deleting account is chatty on consoleMatthew Barnes2012-07-071-1/+7
|
* Bug 678606 - Crash under mail_backend_folder_deleted_cb()Matthew Barnes2012-07-071-0/+3
|
* Updated Spanish translationDaniel Mustieles2012-07-071-80/+89
|
* Adapt to CamelStore API change.Matthew Barnes2012-07-072-8/+8
| | | | compare_folder_name() -> equal_folder_name()
* Fix an unused variable warning.Matthew Barnes2012-07-071-1/+0
|
* Disconnect a CamelService after editing its settings.Matthew Barnes2012-07-072-0/+87
| | | | | | | | | | | | This will force Evolution to reconnect to the service using the current settings. However this is not a complete solution. If the new settings now point to a completely different mail account, we leave behind cached messages and database tables from the previous account such that you end up with some weird hybrid of the previous account and current account. I guess for now the answer is "don't do that", but we should try to handle that more gracefully in the future -- more for architectural correctness than it being a common real world use case.
* EMailConfigWindow: Add a "changes-committed" signal.Matthew Barnes2012-07-072-0/+20
| | | | | | | Emitted after all changes are successfully committed over D-Bus. Can connect to this signal to perform followup actions, such as disconnecting the corresponding CamelService.
* Remove mail_ui_session_source_changed_cb().Matthew Barnes2012-07-071-69/+0
| | | | | | | | | | This function removed a CamelStore from EMFolderTreeModel and then added it again in response to the corresponding ESource emitting a "changed" signal (presumably from editing a mail account and saving changes). In the past this was the only way for changes to the account URI string to take effect without restarting Evolution. But we have CamelSettings now and don't need this hack anymore. Time for it to die.
* Updated Spanish translationDaniel Mustieles2012-07-061-190/+200
|
* Fix error XML definitions with one button.Matthew Barnes2012-07-052-11/+0
| | | | | Don't need an "OK" button because EAlert already adds an [X] button to dismiss the alert. So we wind up seeing [ OK ] [X], which looks silly.
* Bug 678946 - Port entry in Account Assistant is unsetMatthew Barnes2012-07-051-3/+0
| | | | Reverts part of commit 6c05b09be16ac8eceb17653c3c26c0c6f963ef10.
* Delay saving Evolution version until later in initialization.Matthew Barnes2012-07-031-14/+68
| | | | | | | | | | | Save the version after the startup wizard has had a chance to run. If the user chooses to restore data and settings from a backup, Evolution will restart and the restored data may need to be migrated. If we save the version before the restart, then Evolution will think it has already migrated data and settings to the current version and the restored data may not be handled properly.
* Remove evolution-nognome script.Matthew Barnes2012-07-033-17/+0
| | | | | | | Looks like some ancient development environment script. I actually use something very similar for my own development environment, but it doesn't belong in a version control system.
* Record the actual Evolution version after migration.Matthew Barnes2012-07-034-10/+50
| | | | | | Not the next stable version. If migration needs to occur multiple times during a development cycle for different reasons, we'll need an accurate last-used-version stamp.
* Remove UPGRADE_REVISION definition.Matthew Barnes2012-07-032-12/+3
| | | | | | This is always '0'. I've never changed it to anything else so it's a useless definition.
* Bug #677604 - Critical warnings on evolution startMilan Crha2012-07-032-2/+8
|
* Bug #246231 - Add Filter Rule dialog - UI suggestionsMilan Crha2012-07-032-53/+56
|
* Remove "last-upgraded-version" GSettings key.Matthew Barnes2012-07-023-27/+2
| | | | | | | | | AFAICT, this key does nothing useful and only confuses me every time I read the EShell migration code. The "version" key records the most recently used Evolution version. That's all we need for migration. And since downgrading Evolution is not supported, we can assume this value will only increase over time.
* killev.c: Don't kill D-Bus services.Matthew Barnes2012-07-021-36/+25
| | | | | Evolution is no longer a privileged D-Bus client. Only terminate Evolution, not the D-Bus services that other clients may be using.
* Trust attachments from ~/.kde and ~/.kde4.Matthew Barnes2012-07-021-0/+16
| | | | | | | | | This came about from a mailing list thread entitled: Sending photos from digKam: "Skipping suspicious attachment" Apparently KDE still uses dot-folders quite heavily, despite having helped draft the XDG Base Directory Specification.
* Bug #661886 - Avoid vertical scrolling in the filtering rules editorMilan Crha2012-07-023-59/+201
|
* Updated Telugu TranslationSasi Bhushan Boddepalli2012-06-291-6984/+6873
|
* Updated Spanish translationDaniel Mustieles2012-06-281-404/+420
|
* Fix compiler warningMilan Crha2012-06-281-3/+3
|
* prefer-plain: Add missing linker flags.Matthew Barnes2012-06-281-0/+2
|
* Fix few memory leaksMilan Crha2012-06-282-6/+9
|
* Bug #257283 - Can't select multiple folders at once in vFolder sourcesMilan Crha2012-06-282-60/+112
|
* Cancel scheduled EMailDisplay reload in _dispose()Dan Vrátil2012-06-281-5/+11
|
* Don't load images in preview pane when openning Preferences DialogDan Vrátil2012-06-281-38/+41
| | | | | | | | | | | | | | Openning the Preferences dialog for the first time causes many property bindings to be created. GLib emits a lot of ::notify signals during this, one of them being about image-loading-policy. We now correctly check, whether the change was to allow loading images, or not (and we don't display them in that case). Finaly, e_mail_display_reload() will always schedule the action via g_idle_add() so that we can merge plenty of _reload() calls caused by the afformentioned ::notify emitions into single call when all the noise is over.
* Bug #678834 - [prefer-plain] Setting change works only after restartDan Vrátil2012-06-273-37/+1
|
* Display local contact photos in EContactEditor's EImageChooserDan Vrátil2012-06-271-1/+13
| | | | | | | | Some contacts have photos stored locally as files. Until now EContactEditor displayed thumbnail of contact photo in EImageChooser only if the photo was embedded in the vCard as data. This patch adds support for dispalying thumbnails of photos stored in local files to indicate that the contact has a picture set.
* Bug #674427 - Crash when formatting contact in addressbookDan Vrátil2012-06-273-23/+43
|
* Fix displaying photos in contacts previewDan Vrátil2012-06-271-3/+6
| | | | | | EContactPhoto URIs are already escaped, but WebKit escapes it again, so images are not displayed sometimes. Unescaping the URI before writing it to the HTML fixes to problem.
* Updated POTFILES.inPiotr Drąg2012-06-271-0/+1
|
* Display text/plain in fixed-width fontDan Vrátil2012-06-271-1/+1
| | | | Regression from commit 99a875ed
* Add CamelDebug to e_mail_parser_parse_syncDan Vrátil2012-06-271-0/+17
|
* Bug #677993 - Remember screen used in previous sessionMilan Crha2012-06-261-3/+11
|
* [prefer-plain] Fix displaying suppressed HTML partsDan Vrátil2012-06-261-20/+21
| | | | | | Fix regression from commit 99a875ed which has broken displaying of suppressed HTML parts as attachments when the HTML part is embedded in a multipart/* container.
* Bug #515004 - Allow toggling between text and HTML view of mailDan Vrátil2012-06-2613-189/+732
|
* Bug #617557 - Can close composer while message is sendingMilan Crha2012-06-261-0/+5
|
* itip-formatter/plugin: Can't link a module to another module.Matthew Barnes2012-06-261-2/+5
| | | | | Point modules/itip-formatter/plugin/Makefile.am to the source files it needs from the module directory. Have to rebuild them for the plugin.
* Include e-mail-part-audio-inline.h in tarball.Matthew Barnes2012-06-261-0/+1
| | | | Private header, but still need to distribute it.
* Include e-mail-part-vcard-inline.h in tarball.Matthew Barnes2012-06-261-0/+1
| | | | Private header, but still need to distribute it.
* Include e-mail-part-itip.h in tarball.Matthew Barnes2012-06-261-0/+1
| | | | Private header, but still need to distribute it.
* Include e-mail-format-extensions.h in tarball.Matthew Barnes2012-06-261-0/+1
| | | | Private header, but still need to distribute it.
* em-format: Remove $(emformatextensions_SOURCES) reference.Matthew Barnes2012-06-261-1/+0
| | | | This variable is not defined anywhere.
* itip-formatter: Forgot to build the EPluginMatthew Barnes2012-06-261-0/+2
|
* google: Remove the offline caching option for Google Contacts address booksPhilip Withnall2012-06-261-3/+0
| | | | | | Commit 6905e9ed885cd1d5be26106d64831a6d35c36bd9 permanently enabled the on-disk cache in EDS for Google Contacts address books, so the option is now redundant.
* google: Remove SSL option for Google Contacts address booksPhilip Withnall2012-06-261-2/+0
| | | | SSL is always enabled by libgdata.
* Update docs maintainerAndre Klapper2012-06-251-2/+2
|
* Bug 678667 - 'All Message Headers' option is brokenLucian Langa2012-06-251-2/+3
|
* Post-release version bump.Matthew Barnes2012-06-251-1/+1
|
* NEWS update for 3.5.3 release.EVOLUTION_3_5_3Matthew Barnes2012-06-251-0/+94
|
* Coding style and whitespace cleanup.Matthew Barnes2012-06-2590-196/+178
|
* Adapt to EContact API change.Matthew Barnes2012-06-252-2/+2
| | | | E_CONTACT_BOOK_URI -> UID.
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-2584-317/+130
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.