Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Lithuanian translation | Aurimas Černius | 2012-07-21 | 1 | -6170/+5405 |
| | |||||
* | Fix few more memory leaks | Milan Crha | 2012-07-21 | 2 | -2/+17 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2012-07-20 | 1 | -10610/+10709 |
| | |||||
* | Shorten user names with '@' in Send & Receive window. | Matthew Barnes | 2012-07-20 | 1 | -2/+11 |
| | |||||
* | Bug #680164 - Print Preview action should open preview immediatelly | Dan Vrátil | 2012-07-19 | 5 | -16/+20 |
| | |||||
* | G_GNUC_CONST leads to 'statement with no effect' compiler warning | Milan Crha | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | mail-send-recv: Improve presentation. | Matthew Barnes | 2012-07-19 | 1 | -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 Barnes | 2012-07-19 | 1 | -5/+14 |
| | |||||
* | EMailConfigPage: Add submit() asynchronous method. | Matthew Barnes | 2012-07-19 | 3 | -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 Barnes | 2012-07-18 | 2 | -20/+0 |
| | |||||
* | EDateEdit cleanups. | Matthew Barnes | 2012-07-18 | 2 | -85/+118 |
| | |||||
* | Bug #680123 - Freeze on message/disposition-notification email parsing | Dan Vrátil | 2012-07-18 | 4 | -3/+7 |
| | |||||
* | Bug #679843 - Double free when printing | Dan Vrátil | 2012-07-18 | 2 | -29/+31 |
| | |||||
* | Bug #679049 - [itip-formatter] Cannot reply to meeting invitation | Dan Vrátil | 2012-07-18 | 1 | -8/+43 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2012-07-18 | 2 | -914/+934 |
| | |||||
* | Use template files to generate GEnumClass types. | Matthew Barnes | 2012-07-18 | 13 | -76/+236 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-07-17 | 1 | -52/+161 |
| | |||||
* | Fixed typo in string | Daniel Mustieles | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | Disable CompEditor when saving changes | Milan Crha | 2012-07-17 | 1 | -2/+6 |
| | |||||
* | Fix a memory leak in EMailFormatterPrint | Dan Vrátil | 2012-07-17 | 1 | -0/+2 |
| | |||||
* | Fix icon size warning in EStockRequest | Dan Vrátil | 2012-07-17 | 1 | -6/+5 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-07-16 | 1 | -459/+467 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-07-16 | 1 | -49/+49 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.5.4 release.EVOLUTION_3_5_4 | Matthew Barnes | 2012-07-16 | 1 | -0/+88 |
| | |||||
* | Rework handling of GOA mail. | Matthew Barnes | 2012-07-16 | 4 | -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 Barnes | 2012-07-16 | 1 | -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 Barnes | 2012-07-16 | 1 | -5/+5 |
| | |||||
* | mail_session_add_from_source(): Warn if backend name is unset. | Matthew Barnes | 2012-07-15 | 1 | -4/+1 |
| | | | | Even send-only accounts should have a backend name of "none". | ||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-07-15 | 1 | -2721/+1470 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-07-14 | 1 | -0/+1 |
| | |||||
* | Bug #678783 - Crash under e_attachment_set_file_info() | Milan Crha | 2012-07-13 | 1 | -20/+33 |
| | |||||
* | Bug #653529 - Alarm Notification window events list is too small | Milan Crha | 2012-07-13 | 2 | -288/+319 |
| | |||||
* | Make alarm notifications work again | Milan Crha | 2012-07-13 | 1 | -10/+21 |
| | |||||
* | Bug 679726 - Can't unfold long recipient list in message window | Dan Vrátil | 2012-07-13 | 1 | -8/+5 |
| | |||||
* | Bug 679814 - Calendar invitation shows both calendar and html part | Dan Vrátil | 2012-07-13 | 1 | -0/+3 |
| | |||||
* | Bug 679323 - Formatting errors when replying in inline mode | Dan Vrátil | 2012-07-13 | 1 | -3/+134 |
| | |||||
* | Don't display SMIME signature as an attachment | Dan Vrátil | 2012-07-12 | 1 | -1/+3 |
| | |||||
* | Fix a slight memory leak. | Matthew Barnes | 2012-07-12 | 1 | -2/+7 |
| | |||||
* | Bug 332115 - Remove Camel module names from Send/Receive window | Matthew Barnes | 2012-07-12 | 1 | -27/+14 |
| | |||||
* | Update to libgweather 3.5 | Giovanni Campagna | 2012-07-12 | 2 | -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 folder | Milan Crha | 2012-07-12 | 1 | -26/+90 |
| | |||||
* | Bug #223309 - Add "Include Subfolders" to "Search Folder Sources" | Milan Crha | 2012-07-11 | 5 | -99/+340 |
| | |||||
* | Preset timeout on SoupSession-s to 90 seconds | Milan Crha | 2012-07-11 | 4 | -1/+7 |
| | |||||
* | EMailConfigProviderPage: Inherit from EMailConfigActivityPage. | Matthew Barnes | 2012-07-11 | 2 | -118/+7 |
| | | | | | | Removes e_mail_config_provider_page_new_activity(). Use e_mail_config_activity_page_new_activity() instead. | ||||
* | EMailConfigServicePage: Inherit from EMailConfigActivityPage. | Matthew Barnes | 2012-07-11 | 3 | -120/+10 |
| | | | | | | Removes e_mail_config_service_page_new_activity(). Use e_mail_config_activity_page_new_activity() instead. | ||||
* | Add EMailConfigActivityPage. | Matthew Barnes | 2012-07-11 | 3 | -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 Folder | Milan Crha | 2012-07-11 | 6 | -21/+42 |
| | |||||
* | Bug #677695 - Freeze on quit in emu_free_mail_cache() | Milan Crha | 2012-07-11 | 1 | -18/+91 |
| | |||||
* | Add "auto-update" option to Search Folder Editor | Milan Crha | 2012-07-10 | 4 | -47/+121 |
| | |||||
* | Updated Norwegian nynorsk translation | Kjartan Maraas | 2012-07-10 | 1 | -17401/+14718 |
| | |||||
* | Avoid crash on folder rename | Milan Crha | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Do not show cancelled errors from refresh_folders_exec() | Milan Crha | 2012-07-10 | 1 | -1/+2 |
| | |||||
* | Always notify about finished updated_folders() call | Milan Crha | 2012-07-10 | 2 | -14/+12 |
| | |||||
* | Bug 679649 - Remove "Recent Messages" from Quick Search Bar | Matthew Barnes | 2012-07-10 | 4 | -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 markup | Andre Klapper | 2012-07-10 | 1 | -3/+3 |
| | |||||
* | Document logging mail filter actions. Fixes bug #669471 | Andre Klapper | 2012-07-10 | 1 | -11/+32 |
| | |||||
* | Bug #602425 - Search in "Current Account"/"All Accounts" depends on vfolders | Milan Crha | 2012-07-09 | 1 | -102/+103 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-07-09 | 1 | -657/+699 |
| | |||||
* | Remove em_folder_tree_get_selected_folder(). | Matthew Barnes | 2012-07-09 | 2 | -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 Barnes | 2012-07-09 | 3 | -303/+23 |
| | | | | Use e_mail_folder_expunge() instead. | ||||
* | Add e_mail_reader_expunge_folder_name(). | Matthew Barnes | 2012-07-09 | 2 | -0/+71 |
| | | | | Fetches the CamelFolder asynchronously, then expunges it asynchronously. | ||||
* | Add e_mail_reader_expunge_folder(). | Matthew Barnes | 2012-07-09 | 3 | -0/+77 |
| | | | | | Wraps e_mail_folder_expunge() with EActivity/EAlert stuff and also prompt for confirmation. | ||||
* | Add e_mail_folder_expunge(). | Matthew Barnes | 2012-07-09 | 2 | -0/+297 |
| | | | | To replace mail_expunge_folder(). | ||||
* | Use folder display name in status messages when possible. | Matthew Barnes | 2012-07-09 | 2 | -5/+7 |
| | |||||
* | Remove mail_refresh_folder(). | Matthew Barnes | 2012-07-09 | 4 | -53/+19 |
| | | | | Use e_mail_reader_refresh_folder() instead. | ||||
* | Add e_mail_reader_refresh_folder_name(). | Matthew Barnes | 2012-07-09 | 2 | -0/+71 |
| | | | | Fetches the CamelFolder asynchronously, then refreshes it asynchronously. | ||||
* | Add e_mail_reader_refresh_folder(). | Matthew Barnes | 2012-07-09 | 3 | -0/+64 |
| | | | | To replace mail_refresh_folder(). | ||||
* | Add e_mail_reader_unsubscribe_folder_name(). | Matthew Barnes | 2012-07-09 | 6 | -188/+86 |
| | | | | Replaces e_mail_session_unsubscribe_folder(). | ||||
* | Add e_mail_reader_delete_folder_name(). | Matthew Barnes | 2012-07-09 | 3 | -4/+89 |
| | | | | Fetches the CamelFolder asynchronously, then deletes it asynchronously. | ||||
* | Avoid em_folder_tree_get_selected_folder() in some places. | Matthew Barnes | 2012-07-09 | 2 | -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 editor | Milan Crha | 2012-07-09 | 2 | -288/+108 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-07-09 | 1 | -1307/+81 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2012-07-09 | 2 | -18569/+18941 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-07-09 | 1 | -6133/+5888 |
| | |||||
* | User Help: Add tint2 as system tray option as mentioned on evolution-list | Andre Klapper | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | e_web_view_update_fonts(): Fix memory corruption. | Matthew Barnes | 2012-07-07 | 1 | -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 console | Matthew Barnes | 2012-07-07 | 1 | -1/+7 |
| | |||||
* | Bug 678606 - Crash under mail_backend_folder_deleted_cb() | Matthew Barnes | 2012-07-07 | 1 | -0/+3 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-07-07 | 1 | -80/+89 |
| | |||||
* | Adapt to CamelStore API change. | Matthew Barnes | 2012-07-07 | 2 | -8/+8 |
| | | | | compare_folder_name() -> equal_folder_name() | ||||
* | Fix an unused variable warning. | Matthew Barnes | 2012-07-07 | 1 | -1/+0 |
| | |||||
* | Disconnect a CamelService after editing its settings. | Matthew Barnes | 2012-07-07 | 2 | -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 Barnes | 2012-07-07 | 2 | -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 Barnes | 2012-07-07 | 1 | -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 translation | Daniel Mustieles | 2012-07-06 | 1 | -190/+200 |
| | |||||
* | Fix error XML definitions with one button. | Matthew Barnes | 2012-07-05 | 2 | -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 unset | Matthew Barnes | 2012-07-05 | 1 | -3/+0 |
| | | | | Reverts part of commit 6c05b09be16ac8eceb17653c3c26c0c6f963ef10. | ||||
* | Delay saving Evolution version until later in initialization. | Matthew Barnes | 2012-07-03 | 1 | -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 Barnes | 2012-07-03 | 3 | -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 Barnes | 2012-07-03 | 4 | -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 Barnes | 2012-07-03 | 2 | -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 start | Milan Crha | 2012-07-03 | 2 | -2/+8 |
| | |||||
* | Bug #246231 - Add Filter Rule dialog - UI suggestions | Milan Crha | 2012-07-03 | 2 | -53/+56 |
| | |||||
* | Remove "last-upgraded-version" GSettings key. | Matthew Barnes | 2012-07-02 | 3 | -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 Barnes | 2012-07-02 | 1 | -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 Barnes | 2012-07-02 | 1 | -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 editor | Milan Crha | 2012-07-02 | 3 | -59/+201 |
| | |||||
* | Updated Telugu Translation | Sasi Bhushan Boddepalli | 2012-06-29 | 1 | -6984/+6873 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-28 | 1 | -404/+420 |
| | |||||
* | Fix compiler warning | Milan Crha | 2012-06-28 | 1 | -3/+3 |
| | |||||
* | prefer-plain: Add missing linker flags. | Matthew Barnes | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | Fix few memory leaks | Milan Crha | 2012-06-28 | 2 | -6/+9 |
| | |||||
* | Bug #257283 - Can't select multiple folders at once in vFolder sources | Milan Crha | 2012-06-28 | 2 | -60/+112 |
| | |||||
* | Cancel scheduled EMailDisplay reload in _dispose() | Dan Vrátil | 2012-06-28 | 1 | -5/+11 |
| | |||||
* | Don't load images in preview pane when openning Preferences Dialog | Dan Vrátil | 2012-06-28 | 1 | -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 restart | Dan Vrátil | 2012-06-27 | 3 | -37/+1 |
| | |||||
* | Display local contact photos in EContactEditor's EImageChooser | Dan Vrátil | 2012-06-27 | 1 | -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 addressbook | Dan Vrátil | 2012-06-27 | 3 | -23/+43 |
| | |||||
* | Fix displaying photos in contacts preview | Dan Vrátil | 2012-06-27 | 1 | -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.in | Piotr Drąg | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | Display text/plain in fixed-width font | Dan Vrátil | 2012-06-27 | 1 | -1/+1 |
| | | | | Regression from commit 99a875ed | ||||
* | Add CamelDebug to e_mail_parser_parse_sync | Dan Vrátil | 2012-06-27 | 1 | -0/+17 |
| | |||||
* | Bug #677993 - Remember screen used in previous session | Milan Crha | 2012-06-26 | 1 | -3/+11 |
| | |||||
* | [prefer-plain] Fix displaying suppressed HTML parts | Dan Vrátil | 2012-06-26 | 1 | -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 mail | Dan Vrátil | 2012-06-26 | 13 | -189/+732 |
| | |||||
* | Bug #617557 - Can close composer while message is sending | Milan Crha | 2012-06-26 | 1 | -0/+5 |
| | |||||
* | itip-formatter/plugin: Can't link a module to another module. | Matthew Barnes | 2012-06-26 | 1 | -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 Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | Include e-mail-part-vcard-inline.h in tarball. | Matthew Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | Include e-mail-part-itip.h in tarball. | Matthew Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | Include e-mail-format-extensions.h in tarball. | Matthew Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | em-format: Remove $(emformatextensions_SOURCES) reference. | Matthew Barnes | 2012-06-26 | 1 | -1/+0 |
| | | | | This variable is not defined anywhere. | ||||
* | itip-formatter: Forgot to build the EPlugin | Matthew Barnes | 2012-06-26 | 1 | -0/+2 |
| | |||||
* | google: Remove the offline caching option for Google Contacts address books | Philip Withnall | 2012-06-26 | 1 | -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 books | Philip Withnall | 2012-06-26 | 1 | -2/+0 |
| | | | | SSL is always enabled by libgdata. | ||||
* | Update docs maintainer | Andre Klapper | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | Bug 678667 - 'All Message Headers' option is broken | Lucian Langa | 2012-06-25 | 1 | -2/+3 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.5.3 release.EVOLUTION_3_5_3 | Matthew Barnes | 2012-06-25 | 1 | -0/+94 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 90 | -196/+178 |
| | |||||
* | Adapt to EContact API change. | Matthew Barnes | 2012-06-25 | 2 | -2/+2 |
| | | | | E_CONTACT_BOOK_URI -> UID. | ||||
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 84 | -317/+130 |
| | | | | G_DEFINE_TYPE macros define a static "parent_class" variable. | ||||
* | Updated Galician translations | Fran Diéguez | 2012-06-25 | 1 | -2003/+1591 |
| | |||||
* | Bug 678634 - Criticals warnings when creating new book/cal | Matthew Barnes | 2012-06-24 | 5 | -105/+355 |
| | | | | | | | | | | | | | | | | This required some reworking of assumptions I made early on when I first wrote ESourceConfig, before I thought up the whole "collection" concept. Not all ESourceConfigBackends will use a fixed parent UID, specifically collection backends. In fact we may use multiple instances of the same ESourceConfigBackend subclass if, for example, a user has two different Exchange Web Services accounts configured. We would need to show both EWS account (or "collection") names in the "Type" combo box. For the moment collection-based ESourceConfigBackends are not listed when creating a new calendar or address book since we lack support for creating new resources on a remote server. A D-Bus interface for that is in the works. | ||||
* | Bug 678609 - No suggested name for new mail account | Matthew Barnes | 2012-06-23 | 1 | -0/+3 |
| | |||||
* | EMailConfigSummaryPage: Remove "account-name" property. | Matthew Barnes | 2012-06-23 | 5 | -91/+20 |
| | | | | It's redundant. Just set the display name on one of the ESources. | ||||
* | Keep display names synchronized during account creation. | Matthew Barnes | 2012-06-23 | 2 | -8/+12 |
| | | | | | Reworked part of commit cc55cf3e686ad873cb14129f48d06f83ecc97e68, which caused a bunch of runtime warnings. | ||||
* | Bug 678608 - Please enter password for mail account "Unnamed" | Matthew Barnes | 2012-06-23 | 1 | -0/+20 |
| | |||||
* | Keep display names synchronized during account creation. | Matthew Barnes | 2012-06-23 | 3 | -5/+23 |
| | |||||
* | Bug 678613 - Keep display name synchronized across all mail sources | Matthew Barnes | 2012-06-22 | 1 | -0/+21 |
| | |||||
* | EMailConfigNotebook: Minor code cleanup. | Matthew Barnes | 2012-06-22 | 1 | -3/+9 |
| | |||||
* | Updated Greek translation | Tom Tryfonidis | 2012-06-22 | 1 | -12784/+14040 |
| | |||||
* | ESourceContacts: Only include local address book by default. | Matthew Barnes | 2012-06-22 | 1 | -2/+30 |
| | | | | | A more reasonable default than including all address books by default. Weeds out large, remote address books that can take forever to query. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-21 | 1 | -70/+82 |
| | |||||
* | Update default Inbox to fit the terms in UI | Andre Klapper | 2012-06-21 | 1 | -8/+6 |
| | |||||
* | User Docs: Add TODO for bug ID to add labels to main menu | Andre Klapper | 2012-06-21 | 1 | -0/+1 |
| | |||||
* | Bug 678397 - Move "mail-to-task" actions to a submenu | Matthew Barnes | 2012-06-21 | 6 | -66/+72 |
| | | | | Shortens the Message menu a little for low screen resolutions. | ||||
* | Bug 678393 - Disable Properties for built-in mail stores | Matthew Barnes | 2012-06-21 | 3 | -3/+8 |
| | |||||
* | Bug #678292 - Due Date does not display in follow-up flag dialogue box | Milan Crha | 2012-06-20 | 1 | -0/+13 |
| | |||||
* | Bug 678347 - Put spamd pid/socket files in $XDG_RUNTIME_DIR | Matthew Barnes | 2012-06-20 | 1 | -2/+38 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-06-20 | 1 | -2/+0 |
| | |||||
* | Adapt to CamelDataCache API change. | Matthew Barnes | 2012-06-19 | 1 | -1/+1 |
| | | | | camel_data_cache_get_filename() dropped its unused GError parameter. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-19 | 1 | -134/+136 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-19 | 1 | -27/+34 |
| | |||||
* | Avoid crash for providers without configuration backend | Milan Crha | 2012-06-19 | 1 | -5/+5 |
| | |||||
* | Disable a leftover debug message | Dan Vrátil | 2012-06-19 | 1 | -2/+0 |
| | |||||
* | Bug #678293 - Already downloaded images are not shown | Dan Vrátil | 2012-06-19 | 1 | -2/+10 |
| | |||||
* | Bug #678345 - Runtime warning when sender photo is disabled | Dan Vrátil | 2012-06-19 | 1 | -0/+4 |
| | |||||
* | Reduce amount or EMailDisplay reloads when displaying Preferences dialog | Dan Vrátil | 2012-06-19 | 1 | -14/+38 |
| | |||||
* | Use SoupURI instead of EUri. | Matthew Barnes | 2012-06-19 | 7 | -54/+84 |
| | | | | EUri is now deprecated. | ||||
* | Delete unused GnomeCanvasRichText. | Matthew Barnes | 2012-06-19 | 6 | -2184/+1 |
| | |||||
* | Remove --enable-plugins=list variation. | Matthew Barnes | 2012-06-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | With the removal of the 'experimental' plugin group, passing --enable-plugins=experimental to configure will now cause the Makefile to try and build a plugin named 'experimental', which will result in a mysterious "experimental: No such file or directory" build error. This is because of the "list" fallback behavior: if the option is not one of "no", "base" or "all" then the configure script assumes it to be a list of plugin names. I've never known that to be useful to anyone, so remove the "list of plugin names" behavior and replace it with an informative error message. Eventually the --enable-plugins will be removed entirely since EPlugin is deprecated. | ||||
* | Remove Mono and Python EPlugin bindings. | Matthew Barnes | 2012-06-19 | 14 | -936/+0 |
| | | | | | EPlugin is deprecated. These bindings have never been used for anything and they're never going to be used at this point. Remove the dead weight. | ||||
* | No more experimental plugins. | Matthew Barnes | 2012-06-18 | 2 | -12/+2 |
| | | | | | We don't have any experimental plugins left. Remove the slot for it in configure.ac so we don't pick up anymore. EPlugin is deprecated anyway. | ||||
* | Clarify that libcanberra-gtk3 is optional. | Matthew Barnes | 2012-06-18 | 1 | -1/+4 |
| | |||||
* | e-text: misc cleanup | Cosimo Cecchi | 2012-06-18 | 1 | -4/+0 |
| | |||||
* | e-text: remove unused draw_background property | Cosimo Cecchi | 2012-06-18 | 2 | -45/+1 |
| | | | | It's always FALSE. | ||||
* | all: don't set draw_background to FALSE on EText | Cosimo Cecchi | 2012-06-18 | 7 | -11/+0 |
| | |||||
* | e-text: remove unused draw_borders property | Cosimo Cecchi | 2012-06-18 | 3 | -82/+6 |
| | | | | Nobody ever sets it. | ||||
* | e-text: remove property that is never set | Cosimo Cecchi | 2012-06-18 | 1 | -6/+1 |
| | |||||
* | e-text: remove draw-button property | Cosimo Cecchi | 2012-06-18 | 2 | -124/+1 |
| | | | | Nothing in Evolution sets it, so we can just remove this. | ||||
* | e-text: remove commented out code | Cosimo Cecchi | 2012-06-18 | 1 | -66/+1 |
| | |||||
* | Bug #431497 - Offline mode should disable loading of images from the internet | Dan Vrátil | 2012-06-18 | 1 | -0/+8 |
| | |||||
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 78 | -22/+625 |
| | |||||
* | User Docs: Clarify which Exchange connector is recommended | Andre Klapper | 2012-06-18 | 1 | -6/+6 |
| | |||||
* | Bug #677608 - Fails to open message which is not yet downloaded | Dan Vrátil | 2012-06-18 | 7 | -163/+210 |
| | |||||
* | Bug #764467 - URL popup shows all Copy options | Dan Vrátil | 2012-06-18 | 4 | -60/+58 |
| | |||||
* | Fix some memory leaks | Dan Vrátil | 2012-06-18 | 4 | -11/+21 |
| | |||||
* | Bug #678304 - Save Draft prevents Evolution's quit | Milan Crha | 2012-06-18 | 1 | -0/+15 |
| | |||||
* | Remove -Werror from AM_INIT_AUTOMAKE. | Matthew Barnes | 2012-06-17 | 1 | -1/+1 |
| | | | | Can't guarantee external software packages will not cause warnings. | ||||
* | User Docs: Update a bug report URL in a comment | Andre Klapper | 2012-06-17 | 1 | -2/+2 |
| | |||||
* | cal-config-caldav: Hide host details for collection members. | Matthew Barnes | 2012-06-16 | 1 | -8/+26 |
| | |||||
* | Disable 'Rename' if source is a collection member. | Matthew Barnes | 2012-06-15 | 12 | -58/+133 |
| | | | | | | For consistency with the Preferences window. We assume the display names are server-assigned and not user-assigned, at least not assigned through Evolution. | ||||
* | ESourceConfig: Lock down name when editing a collection member. | Matthew Barnes | 2012-06-15 | 1 | -7/+36 |
| | |||||
* | ESourceConfig: Add "collection-source" property. | Matthew Barnes | 2012-06-15 | 2 | -0/+50 |
| | | | | | | This is a read-only property, set when editing an existing data source which is a collection member. We'll use this to lock down certain UI elements. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-15 | 1 | -1868/+1409 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-15 | 1 | -14/+15 |
| | |||||
* | Remove out-of-tree kn.po file | Milan Crha | 2012-06-15 | 1 | -26405/+0 |
| | |||||
* | Fix typo in SOURCES for itip-formatter | Milan Crha | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | User Docs: Fixing broken link to Empathy | Andre Klapper | 2012-06-15 | 1 | -3/+2 |
| | |||||
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 65 | -4542/+334 |
| | |||||
* | Finish incomplete change (and fix newly introduced compiler warning) | Milan Crha | 2012-06-15 | 1 | -22/+9 |
| | |||||
* | Remove some unnecessary linker flags. | Matthew Barnes | 2012-06-15 | 10 | -26/+1 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-06-15 | 1 | -12/+12 |
| | |||||
* | Move ECalSourceConfig to /widgets/misc. | Matthew Barnes | 2012-06-15 | 16 | -15/+14 |
| | | | | | | ECalSourceConfig drags in no additional dependencies, and although we do publish a libevolution-calendar.so, this keeps all the ESource config UI in one place so it can more easily be moved to Evolution-Data-Server. | ||||
* | Bug #677673 - Reply contains quoted top headers | Dan Vrátil | 2012-06-15 | 1 | -0/+5 |
| | |||||
* | Move EBookSourceConfig to /widgets/misc. | Matthew Barnes | 2012-06-15 | 11 | -9/+9 |
| | | | | | | | | | | | EBookSourceConfig drags in no additional dependencies, and allows us to delay publishing a libevolution-addressbook.so since 3rd party packages will need to subclass EBookSourceConfig. The address book source code will need to be flattened into a single library before we could publish a libevolution-addressbook.so anyway. That would be a good thing to do regardless -- Evolution has way too many internal libraries -- but it's out of scope at the moment. | ||||
* | Make em_utils_in_addressbook() cancellable | Dan Vrátil | 2012-06-14 | 4 | -5/+7 |
| | |||||
* | Don't use '%%' in strings that are not printf()'ed | Dan Vrátil | 2012-06-14 | 1 | -4/+4 |
| | |||||
* | Bug #674887 - Hang on sender's photo lookup | Dan Vrátil | 2012-06-14 | 6 | -66/+181 |
| | |||||
* | Bug #676179 - Memos/Tasks - Update preview when it's shown | Dan Vrátil | 2012-06-14 | 2 | -0/+12 |
| | |||||
* | Add forgotten -include $(top_srcdir)/git.mk to Makefile.am files | Milan Crha | 2012-06-14 | 3 | -0/+5 |
| | |||||
* | User docs: Add translator comment as suggested in bug 673070 | Andre Klapper | 2012-06-14 | 1 | -2/+2 |
| | |||||
* | Bug #569540 - Remove unused message-display-style GSettings key | Milan Crha | 2012-06-14 | 2 | -7/+0 |
| | |||||
* | Adapt to evolution-data-server's port from GConf to GSettings | Milan Crha | 2012-06-14 | 6 | -9/+172 |
| | |||||
* | Updated French doc translation | Bruno Brouard | 2012-06-14 | 1 | -130/+195 |
| | |||||
* | Bug 677995 - Asks password for disabled mail account | Matthew Barnes | 2012-06-13 | 3 | -20/+1 |
| | | | | | | | | | | | | Remove mail_folder_cache_service_added() and rely instead on mail_folder_cache_service_enabled()/disabled(). Despite the function names the folder cache doesn't actually care about enabled status, it simply maintains a set of CamelStores to monitor. We should refactor the folder cache API to better reflect that. EMailAccountStore always immediately follows a "service-added" signal emission with either a "service-enabled" or "service-disabled" emission, which will add or remove the service from the folder cache. | ||||
* | Bug 677882 - Cannot create account with Sendmail | Matthew Barnes | 2012-06-13 | 1 | -26/+21 |
| | |||||
* | Bug #677597 - Crash on vFolder source folder removal | Milan Crha | 2012-06-13 | 1 | -3/+4 |
| | |||||
* | Bug #677607 - Closing Mail Browser emits critical warnings | Dan Vrátil | 2012-06-13 | 2 | -4/+5 |
| | |||||
* | Bug #677631 - Some HTML links don't work | Dan Vrátil | 2012-06-13 | 1 | -0/+5 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-06-12 | 1 | -5118/+5127 |
| | |||||
* | Bug 677679 - Folder tree unread counts don't decrease | Matthew Barnes | 2012-06-12 | 1 | -4/+22 |
| | | | | | EMailAccountStore was not keeping MailFolderCache informed about added, removed, enabled, or disabled CamelServices. | ||||
* | Bug #677706 - Crash in spell_entry_recheck_all() | Milan Crha | 2012-06-12 | 1 | -0/+3 |
| | |||||
* | Fix possible use of uninitialized variable | Milan Crha | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-11 | 1 | -88/+49 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-11 | 1 | -434/+430 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-11 | 1 | -49/+108 |
| | |||||
* | Mark default attachment reminder clues as translatable. Fixes bug #476474 | Andre Klapper | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | User Docs: Add TODO to recheck in 3.5.3 | Andre Klapper | 2012-06-10 | 1 | -1/+6 |
| | |||||
* | Bug 677686 - Account editor missing refresh interval setting | Matthew Barnes | 2012-06-09 | 1 | -2/+77 |
| | |||||
* | user Docs: Add note about mass-saving attachments. Fixes bug #671633#c1 | Andre Klapper | 2012-06-09 | 1 | -1/+2 |
| | |||||
* | User Docs: Add 3.6 location for account settings | Andre Klapper | 2012-06-09 | 1 | -2/+6 |
| | |||||
* | User Docs: Update Message Templates help | Andre Klapper | 2012-06-09 | 1 | -4/+15 |
| | |||||
* | itip-formatter: Remove redundant declaration. | Matthew Barnes | 2012-06-09 | 1 | -2/+0 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-06-09 | 1 | -4977/+5443 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-06-09 | 1 | -1616/+1711 |
| | |||||
* | Remove "enable-local" and "enable-vfolders" GSettings key. | Matthew Barnes | 2012-06-09 | 8 | -96/+35 |
| | | | | | We have built-in ESources for the 'local' and 'vfolder' mail stores, and can now track their enabled state as we would any other mail store. | ||||
* | Synchronize identities when enabling/disabling accounts. | Matthew Barnes | 2012-06-08 | 1 | -0/+64 |
| | |||||
* | ItipView should hold a reference to underlaying WebKitDOMDocument | Dan Vrátil | 2012-06-08 | 1 | -1/+2 |
| | |||||
* | Do not unref CamelDataWrapper obtained from CamelMimePart | Dan Vrátil | 2012-06-08 | 1 | -1/+0 |
| | |||||
* | Hide every part in multipart/related with Content-ID set | Dan Vrátil | 2012-06-08 | 1 | -1/+2 |
| | |||||
* | Fix displayed message headers | Dan Vrátil | 2012-06-08 | 7 | -111/+99 |
| | | | | | | | | | The new formatter was ignoring selected headers, always displaying only From, To, Subject and Date (default headers). Handling of the currently displayed headers has been moved to EMailConfigFormatHTML extension, because it is related to configuration of EMailFormatter, rather then EMailReader. | ||||
* | Bug #300677 - vFolder rules shouldn't refer to the Unmatched folder | Milan Crha | 2012-06-08 | 1 | -1/+19 |
| | |||||
* | Bug #670876 - Missing mnemonics for buttons for vcard attached to email | Dan Vrátil | 2012-06-08 | 5 | -59/+106 |
| | |||||
* | Bug 677624 - Disable Properties when Search Folders is selected | Matthew Barnes | 2012-06-08 | 2 | -4/+10 |
| | |||||
* | CamelNullStoreClass: Override settings_type. | Matthew Barnes | 2012-06-08 | 1 | -0/+5 |
| | | | | | | CamelStoreClass bumps the settings_type to CAMEL_TYPE_STORE_SETTINGS, which has a filter-inbox property. But we don't want ANY settings in a CamelNullStore, so revert the settings_type to CAMEL_TYPE_SETTINGS. | ||||
* | Bump minimum libnotify version to 0.7. | Matthew Barnes | 2012-06-08 | 4 | -19/+1 |
| | | | | | | GNOME has included libnotify 0.7.x since GNOME 3.0. It's still an optional dependency for Evolution, but if you're gonna use it you'll need a GNOME3-era release. | ||||
* | EMailAccountStore: Fix a typo. | Matthew Barnes | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Bug 677628 - Remove account and folder name from mail notifications | Matthew Barnes | 2012-06-08 | 1 | -9/+11 |
| | |||||
* | EMailAccountStore: Check for a collection when adding a service. | Matthew Barnes | 2012-06-08 | 2 | -1/+28 |
| | | | | | | | | If the mail account is part of a collection of sources, we want to read the enabled state from the top-level "collection" source instead of the mail account source. Addendum: Same deal in mail_ui_session_source_changed_cb(). | ||||
* | em-format: Add missing linker flags. | Matthew Barnes | 2012-06-08 | 1 | -2/+4 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-07 | 1 | -1436/+1548 |
| | |||||
* | Bug #676563 - Cannot create folders directly under store node | Milan Crha | 2012-06-07 | 1 | -1/+6 |
| | |||||
* | Remove a leftover debug message | Dan Vrátil | 2012-06-07 | 1 | -3/+0 |
| | |||||
* | Fix build issue in itip-formatter | Milan Crha | 2012-06-07 | 1 | -1/+3 |
| | |||||
* | Add missing '-include $(top_srcdir)/git.mk' | Milan Crha | 2012-06-07 | 2 | -9/+25 |
| | |||||
* | EMailAccountStore: Handle collections when enabling/disabling | Matthew Barnes | 2012-06-07 | 1 | -0/+28 |
| | | | | | | If the mail account is part of a collection of sources, we want to enable or disable the top-level "collection" source instead of the mail account source. | ||||
* | Updated French translation | Bruno Brouard | 2012-06-07 | 1 | -4901/+5290 |
| |