Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | Bug 678397 - Move "mail-to-task" actions to a submenu | Matthew Barnes | 2012-06-21 | 2 | -28/+34 |
| | | | | Shortens the Message menu a little for low screen resolutions. | ||||
* | Use SoupURI instead of EUri. | Matthew Barnes | 2012-06-19 | 3 | -37/+51 |
| | | | | EUri is now deprecated. | ||||
* | No more experimental plugins. | Matthew Barnes | 2012-06-18 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 18 | -528/+157 |
| | |||||
* | Bump minimum libnotify version to 0.7. | Matthew Barnes | 2012-06-08 | 2 | -10/+0 |
| | | | | | | 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. | ||||
* | Bug 677628 - Remove account and folder name from mail notifications | Matthew Barnes | 2012-06-08 | 1 | -9/+11 |
| | |||||
* | Mail formatter rewrite - convert some plugins to modules | Dan Vrátil | 2012-06-06 | 24 | -10202/+0 |
| | | | | | | | | | | audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog. | ||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 27 | -120/+37 |
| | |||||
* | Adapt vcard-inline plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -20/+31 |
| | |||||
* | Adapt save-calendar plugin to new ESource API. | Matthew Barnes | 2012-06-03 | 3 | -12/+0 |
| | |||||
* | Adapt publish-calendar plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 4 | -42/+45 |
| | |||||
* | Adapt pst-importer plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -21/+44 |
| | |||||
* | Adapt mailing-list-actions plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -12/+30 |
| | |||||
* | Adapt mail-to-task plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -82/+105 |
| | |||||
* | Adapt itip-formatter plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 8 | -551/+1166 |
| | |||||
* | Adapt email-custom-header plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -1/+0 |
| | |||||
* | Adapt bbdb plugin to new ESource API. | Matthew Barnes | 2012-06-03 | 2 | -93/+56 |
| | |||||
* | Remove default-source plugin. | Matthew Barnes | 2012-06-03 | 3 | -283/+0 |
| | | | | Obsoleted by EBookSourceConfig and ECalSourceConfig. | ||||
* | Add 'imap-features' module. | Matthew Barnes | 2012-06-03 | 4 | -752/+0 |
| | | | | | | Adds an extra page to EMailConfigNotebook for 'imap' accounts. Replaces the 'imap-features' plugin. | ||||
* | Add 'cal-config-webcal' module. | Matthew Barnes | 2012-06-03 | 3 | -327/+0 |
| | | | | | | Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin. | ||||
* | Add 'cal-config-weather' module. | Matthew Barnes | 2012-06-03 | 3 | -588/+0 |
| | | | | | | Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin. | ||||
* | Add 'cal-config-google' module. | Matthew Barnes | 2012-06-03 | 5 | -1272/+0 |
| | | | | | | Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin. | ||||
* | Add 'cal-config-caldav' module. | Matthew Barnes | 2012-06-03 | 5 | -2053/+0 |
| | | | | | | Registers the "CalDAV" backend in ECalSourceConfig widgets. Replaces the 'caldav' plugin. | ||||
* | Add 'cal-config-local' module. | Matthew Barnes | 2012-06-03 | 3 | -298/+0 |
| | | | | | | Registers the "On This Computer" backend in ECalSourceConfig widgets. Replaces the 'calendar-file' plugin. | ||||
* | Add 'book-config-webdav' module. | Matthew Barnes | 2012-06-03 | 3 | -389/+0 |
| | | | | | | Registers the "WebDAV" backend in EBookSourceConfig widgets. Replaces the 'webdav-account-setup' plugin. | ||||
* | Add 'book-config-local' module. | Matthew Barnes | 2012-06-03 | 3 | -117/+0 |
| | | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin. | ||||
* | Add 'backup-restore' module. | Matthew Barnes | 2012-06-03 | 5 | -1545/+0 |
| | | | | Replaces the 'backup-restore' plugin. | ||||
* | Reduce diff noise with 'account-mgmt' branch. | Matthew Barnes | 2012-06-03 | 2 | -18/+27 |
| | | | | One last time. | ||||
* | Fix memory leaks around gtk_tree_model_get() function | Milan Crha | 2012-05-31 | 3 | -2/+14 |
| | |||||
* | Bug 672827 - 'Mark as read' confirmation dialog is too big | Matthew Barnes | 2012-05-21 | 1 | -45/+14 |
| | |||||
* | Bug #675061 - Evolution 3.5.1 does not build | Dan Vrátil | 2012-05-18 | 1 | -2/+0 |
| | |||||
* | Whitespace cleanups. | Matthew Barnes | 2012-05-13 | 3 | -10/+10 |
| | |||||
* | Bug #674997 - Collapsing contact lists broken in Contacts preview | Dan Vrátil | 2012-05-03 | 1 | -0/+5 |
| | |||||
* | ItipView: Cleanups. | Matthew Barnes | 2012-04-28 | 2 | -295/+202 |
| | |||||
* | Bug #673420 - Itip formatter lost all mnemonics | Dan Vrátil | 2012-04-27 | 1 | -29/+105 |
| | |||||
* | Fix possible memory leaks of GError structures | Milan Crha | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Bug #671537 - Option to validate SSL certificates with libsoup | Milan Crha | 2012-04-23 | 5 | -9/+73 |
| | |||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 11 | -56/+81 |
| | |||||
* | Bug #465076 - INBOX confusion with outbox | Milan Crha | 2012-04-19 | 1 | -3/+3 |
| | |||||
* | Bug #674037 - [attachment-reminder] Parses message body inefficiently | Milan Crha | 2012-04-17 | 1 | -54/+158 |
| | |||||
* | Fix backward buttons in "restore-confirm" dialog. | Matthew Barnes | 2012-04-12 | 1 | -1/+1 |
| | | | | Cancel button belongs on the left. | ||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 4 | -287/+287 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | Bug #673067 - [itip-formatter] Shows one long line for the meeting description | Dan Vrátil | 2012-03-29 | 1 | -3/+27 |
| | |||||
* | WebKit port - port plugins | Dan Vrátil | 2012-03-29 | 17 | -1719/+2566 |
| | |||||
* | Bug #593450 - attachment-reminder-plugin: minor tweak to configuration tab | Ashwini Oruganti | 2012-03-26 | 1 | -2/+2 |
| | |||||
* | Bug #593449 - custom-header-plugin: minor tweak to configuration tab | Ashwini Oruganti | 2012-03-26 | 1 | -3/+3 |
| | |||||
* | Bug #593444 - templates-plugin: minor tweak to configuration tab | Ashwini Oruganti | 2012-03-26 | 1 | -2/+2 |
| | |||||
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 14 | -3/+17 |
| | |||||
* | Move EAlert* and e-xml-utils references from other part of the code to ↵ | Srinivasa Ragavan | 2012-03-03 | 9 | -9/+9 |
| | | | | libevolution-utils. | ||||
* | Bug #663745 - Option to create Google Calendar not available | Milan Crha | 2012-03-02 | 7 | -41/+41 |
| | |||||
* | Fix unneeded mnemonic conflict of _Customize with _Cancel button | Andre Klapper | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Add translator comments to strings | Andre Klapper | 2012-02-27 | 1 | -0/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 31 | -399/+542 |
| | |||||
* | Change 'file name' to 'filename' according to the GDP Style Guide | Andre Klapper | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Use i as mnemonic for Filename string everywhere. This does not conflict ↵ | Andre Klapper | 2012-02-17 | 1 | -1/+1 |
| | | | | with other mnemonics in the affected dialogs. | ||||
* | Bug #659396 - Missing plural handling for "You have selected %d mails to..." | Milan Crha | 2012-02-16 | 1 | -5/+15 |
| | |||||
* | Fix broken Help button link for 'Insert > Custom Header' dialog after ↵ | Andre Klapper | 2012-02-15 | 1 | -1/+1 |
| | | | | Mallard transition. | ||||
* | Bug 669433 - Add missing linker flags to pst-import | Dominique Leuenberger | 2012-02-11 | 1 | -8/+9 |
| | |||||
* | Add missing mnemonic to string | Andre Klapper | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | Fix external editor example. Fixes bug #594736 | Andre Klapper | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Add missing linker flags. | Matthew Barnes | 2012-01-19 | 2 | -10/+12 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 2 | -12/+11 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 17 | -56/+90 |
| | | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. | ||||
* | Bug #667741 - Crash when browse for CalDAV calendar | Milan Crha | 2012-01-17 | 1 | -1/+11 |
| | |||||
* | Bug #667346 - Fix build with libpst 0.6.54 and require this version | Vincent Untz | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Bug #664370 - Crash when putting same component into icalcomponent | Kai Juse | 2012-01-05 | 3 | -4/+4 |
| | |||||
* | Avoid passing EMailBackend as much as possible. | Matthew Barnes | 2011-12-16 | 2 | -4/+7 |
| | | | | | | | | | | | | | | | More mail API churn... reversing some previous API decisions. I've made some key API changes to EMailSession on the account-mgmt branch which should allow for this, and will hopefully also benefit the "email-factory" branch. EMailBackend barely needs to exist anymore, except as the owner of EMailSession. For several low-level functions, we replace its EMailBackend parameter with EMailSession and EAlertSink parameters; the latter so it can still pass user alerts up the chain. | ||||
* | Bug #666341 - [bbdb] Invalid free in bbdb_do_it | Milan Crha | 2011-12-16 | 1 | -1/+0 |
| | |||||
* | Bug #561696 - Invitation's "Open Calendar" button jumps to current day | Milan Crha | 2011-12-15 | 1 | -1/+1 |
| | |||||
* | Reorder accounts by drag-and-drop. | Matthew Barnes | 2011-12-11 | 3 | -37/+89 |
| | | | | | | | | | | | | | | | | | | | | | This implements https://bugzilla.gnome.org/show_bug.cgi?id=663527#c3. Account reordering is now done by drag-and-drop instead of up/down buttons. Turned out to be a wee bit more complicated than I initially thought. This scraps EAccountManager and EAccountTreeView and replaces them with new classes centered around EMailAccountStore, which EMailSession owns. EMailAccountStore is the model behind the account list in Preferences. The folder tree model now uses it to sort its own top-level rows using gtk_tree_path_compare(). It also broadcasts account operations through signals so we don't have to rely so heavily on EAccountList signals, since EAccountList is going away soon. Also as part of this work, the e-mail-local.h and e-mail-store.h APIs have been merged into EMailSession and MailFolderCache. | ||||
* | Remove some unnecessary GConf crud. | Matthew Barnes | 2011-11-28 | 2 | -5/+2 |
| | |||||
* | Bug #580394 - Comment field in a meeting request is too small | Milan Crha | 2011-11-25 | 3 | -13/+32 |
| | |||||
* | Bug #616561 - Don't check read-only calendars in the itip-formatter | Tim Piessens | 2011-11-25 | 1 | -0/+7 |
| | |||||
* | Bug #376075 - Accepting a meeting invitation defaults to wrong calendar | Milan Crha | 2011-11-25 | 1 | -28/+33 |
| | |||||
* | Bug #659491 - Hung when accepting calendar invite | Milan Crha | 2011-11-25 | 2 | -295/+469 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 4 | -7/+13 |
| | |||||
* | Tweak GSettings schemas. | Matthew Barnes | 2011-11-23 | 8 | -20/+20 |
| | | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema. | ||||
* | Merge branch 'master' into wip/gsettings | Matthew Barnes | 2011-11-23 | 4 | -9/+6 |
|\ | | | | | | | | | Conflicts: mail/e-mail-paned-view.c | ||||
| * | Bug #663615 - Saving calendar duplicates the first event | Milan Crha | 2011-11-22 | 3 | -3/+3 |
| | | |||||
| * | Bug #664018 - Cannot create task/memo from a mail | Milan Crha | 2011-11-22 | 1 | -6/+3 |
| | | |||||
| * | Remove some unnecessary #includes. | Matthew Barnes | 2011-11-18 | 2 | -2/+0 |
| | | |||||
* | | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 2 | -4/+3 |
| | | |||||
* | | Port autocontacts plugin to GSettings | Rodrigo Moya | 2011-11-18 | 3 | -103/+83 |
| | | |||||
* | | Make it fully build | Rodrigo Moya | 2011-11-09 | 3 | -5/+12 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-08 | 5 | -25/+22 |
|\| | |||||
| * | EMAccountEditor: Start using CamelNetworkSettings. | Matthew Barnes | 2011-11-07 | 4 | -23/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings; | ||||
| * | Adapt to CamelOperation API changes. | Matthew Barnes | 2011-11-07 | 1 | -2/+1 |
| | | |||||
* | | Migrate itip formatter to GSettings | Rodrigo Moya | 2011-11-04 | 2 | -9/+7 |
| | | |||||
* | | Migrate attachment reminder plugin to GSettings | Rodrigo Moya | 2011-11-04 | 1 | -29/+28 |
| | | |||||
* | | Migrate template plugin to GSettings | Rodrigo Moya | 2011-11-03 | 1 | -20/+18 |
| | | |||||
* | | Migrate face plugin to GSettings | Rodrigo Moya | 2011-11-02 | 2 | -8/+7 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-02 | 1 | -1/+1 |
|\| | |||||
| * | Bug #662589 - 'Retrieve List' for new Google calendar does not use proxy | Milan Crha | 2011-11-02 | 1 | -1/+1 |
| | | |||||
* | | Migrate mail notification plugin to GSettings | Rodrigo Moya | 2011-11-02 | 1 | -67/+45 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-28 | 1 | -5/+62 |
|\| | |||||
| * | Bug #660782 - [pst-import] Missing 'To' on message replies | Milan Crha | 2011-10-28 | 1 | -5/+62 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-26 | 1 | -1/+2 |
|\| | |||||
| * | Adapt to CamelNetworkSettings changes. | Matthew Barnes | 2011-10-25 | 1 | -1/+2 |
| | | |||||
| * | Trivial little cleanups. | Matthew Barnes | 2011-10-19 | 3 | -3/+0 |
| | | | | | | | | | | | | To synchronize with the "wip/gsettings" branch. Mostly just removing unneeded "gconf-bridge.h" includes. | ||||
* | | Migrate external editor plugin to GSettings | Rodrigo Moya | 2011-10-14 | 1 | -30/+22 |
| | | |||||
* | | Migrate prefer-plain plugin to GSettings | Rodrigo Moya | 2011-10-14 | 1 | -17/+10 |
| | | |||||
* | | Remove unneeded GConf header | Rodrigo Moya | 2011-10-14 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-13 | 4 | -48/+123 |
|\| | |||||
| * | Fix typos in user visible strings | Andre Klapper | 2011-10-13 | 1 | -4/+4 |
| | | |||||
| * | Require libgdata >= 0.10. | Matthew Barnes | 2011-10-13 | 1 | -9/+0 |
| | | | | | | | | Drop all the backward-compatibility cruft. | ||||
| * | Bug #660829 - Allow 'Mark as read' in right click menu on spam folder | Milan Crha | 2011-10-11 | 1 | -18/+12 |
| | | |||||
| * | Bug #660861 - Avoid mark-all-read on a non-folder selection | Milan Crha | 2011-10-11 | 1 | -1/+2 |
| | | |||||
| * | Bug #660782 - [pst-import] Missing tasks after import | Milan Crha | 2011-10-11 | 1 | -16/+105 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-10 | 2 | -28/+23 |
|\| | |||||
| * | Adapt to CamelFolderSummary API changes | Milan Crha | 2011-10-06 | 1 | -27/+20 |
| | | |||||
| * | GtkApplication has some new EShell-like features. | Matthew Barnes | 2011-10-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly. | ||||
* | | First successful build | Rodrigo Moya | 2011-10-06 | 1 | -3/+3 |
| | | |||||
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 42 | -322/+454 |
|\| | |||||
| * | Oops, missed one. | Matthew Barnes | 2011-10-05 | 1 | -1/+4 |
| | | |||||
| * | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 30 | -165/+148 |
| | | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | ||||
| * | publish-calendar: correct Secure FTP abbreviation to SFTP | Nguyễn Thái Ngọc Duy | 2011-10-03 | 1 | -1/+1 |
| | | |||||
| * | itip-formatter: end some strings with colon instead of full stop | Nguyễn Thái Ngọc Duy | 2011-10-03 | 1 | -3/+3 |
| | | |||||
| * | backup-restore cleanups. | Matthew Barnes | 2011-09-30 | 2 | -122/+247 |
| | | |||||
| * | Require GLib 2.30. | Matthew Barnes | 2011-09-30 | 1 | -8/+0 |
| | | | | | | | | Drop all GLIB_CHECK_VERSION macros. | ||||
| * | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 5 | -19/+37 |
| | | | | | | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality. | ||||
| * | EMFolderTreeModel: Don't use parameters in "get_default" functions. | Matthew Barnes | 2011-09-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Drop EMFolderTreeModel's "session" property now that it has a "backend" property and call em_folder_tree_model_set_backend() where we used to call em_folder_tree_model_set_session(). The session can still be obtained through e_mail_backend_get_session(). | ||||
| * | itip-formatter: Adapt to CamelDB API changes. | Matthew Barnes | 2011-09-26 | 1 | -3/+3 |
| | | | | | | | | I didn't realize CamelDB was used outside of Camel, yikes! | ||||
| * | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 1 | -3/+3 |
| | | |||||
| * | Bug #655252 - Need to escape the comp_uid part of a path | Milan Crha | 2011-09-26 | 1 | -7/+14 |
| | | |||||
| * | Bug #657386 - Changing default source doesn't unmark previous one | Milan Crha | 2011-09-07 | 2 | -11/+89 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 44 | -920/+1579 |
| | | |||||
| * | [mail-to-task] Uses incorrect function to free array of message uids | Milan Crha | 2011-08-26 | 1 | -5/+5 |
| | | |||||
| * | Changing source in CompEditor blocks UI | Milan Crha | 2011-08-26 | 1 | -0/+14 |
| | | |||||
| * | Bug #655551 - [mail-to-task] Pick organizer based on selected folder's store | Milan Crha | 2011-08-26 | 1 | -4/+11 |
| | | |||||
| * | Bug #655549 - [mail-to-task] Ignores cancel of source select dialog | Milan Crha | 2011-08-26 | 1 | -0/+2 |
| | | |||||
| * | Bug #655490 - Location chooser dialog for Weather calendar is too small | Milan Crha | 2011-08-26 | 1 | -1/+1 |
| | | |||||
| * | Bug #655666 - Split task preferences into its own tab | Milan Crha | 2011-08-23 | 1 | -15/+3 |
| | | |||||
| * | Bug #652092 - 'Mark messages as read' doesn't work with search folder | Milan Crha | 2011-08-22 | 1 | -7/+15 |
| | | |||||
| * | Capitalize tab header as all others are capitalized too | Andre Klapper | 2011-08-19 | 1 | -1/+1 |
| | | |||||
| * | Use new CamelService:display-name property. | Matthew Barnes | 2011-08-18 | 1 | -9/+6 |
| | | | | | | | | Simplify, simplify... | ||||
| * | imap-headers: Adapt to CamelSettings. | Matthew Barnes | 2011-08-15 | 1 | -79/+74 |
| | | | | | | | | Write values to CamelSettings instead of URL parameters. | ||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 8 | -76/+124 |
| | | |||||
| * | Bug #655944 - Import dialog is not showing operation progress | Milan Crha | 2011-08-10 | 1 | -29/+50 |
| | | |||||
| * | EMFolderSelectionButton: Add a "folder-uri" property. | Matthew Barnes | 2011-08-10 | 2 | -4/+4 |
| | | | | | | | | And rename a couple get/set functions to match the property name. | ||||
| * | Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part | Milan Crha | 2011-08-09 | 2 | -6/+6 |
| | | |||||
| * | Bug #655494 - Move 'Calendar and Tasks' tab out of Mail Preferences | Milan Crha | 2011-08-09 | 2 | -3/+3 |
| | | |||||
| * | Bug #655872 - [pst-import] Fails to properly open remote client | Milan Crha | 2011-08-09 | 1 | -125/+184 |
| | | |||||
| * | Bug #655943 - Meeting request mails are not imported properly | Milan Crha | 2011-08-05 | 1 | -4/+107 |
| | | |||||
| * | Bug #655870 - Uses incorrect pointer as string in error message | Milan Crha | 2011-08-04 | 1 | -1/+1 |
| | | |||||
| * | Avoid crashes when moving between messages quickly | Milan Crha | 2011-08-03 | 1 | -3/+17 |
| | | | | | | | | | | | | | | | | The itip-formatter part is clean, but the one for attachment_button can still introduce runtime warnings, which requires more changes and rethinking of this all, which I prefer to postpone, the best after WebKit work will land, because it also may change most of the mail formatting code (I guess). It doesn't crash, at least. | ||||
| * | Bug #655893 - Crash on pst folder hierarchy import | Milan Crha | 2011-08-03 | 1 | -45/+96 |
| | | |||||
| * | Bug #646646 - Incomplete and folder-incorrect import of pst file | Milan Crha | 2011-08-03 | 1 | -26/+36 |
| | | |||||
| * | Use the same term 'Secure connection' everywhere instead of SSL | Andre Klapper | 2011-07-28 | 3 | -3/+3 |
| | | |||||
| * | Use email instead of e-mail spelling, like anywhere else | Andre Klapper | 2011-07-28 | 2 | -2/+2 |
| | | |||||
| * | Fix spelling of "Basic Headers" option to be consistent with the rest | Andre Klapper | 2011-07-28 | 1 | -1/+1 |
| | | |||||
| * | Drop the duplicated 'Format' from filetype descriptionsto also sync strings ↵ | Andre Klapper | 2011-07-27 | 3 | -3/+3 |
| | | | | | | | | with the ones used in shell/e-shell-utils.c | ||||
| * | error in mail notification | Punit Jain | 2011-07-21 | 1 | -1/+1 |
| | | |||||
| * | Make "open_calendar" function as expected. | Chenthill Palanisamy | 2011-07-15 | 1 | -1/+1 |
| | | |||||
| * | Convert junk filtering EPlugins to EExtensions. | Matthew Barnes | 2011-07-14 | 8 | -1587/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now have a proper junk mail filtering API. All junk filtering extensions must subclass EMailJunkFilter for user preferences and availability testing, and implement the CamelJunkFilter interface for the actual junk filtering and learning operations. The bogofilter module should be feature-equivalent to its former EPlugin. The spamassassin module is far more complex. It's nearly feature-equivalent to its former EPlugin, but I ditched the spamd respawning code since it seemed unnecessary for a mail client to have to deal with. If there's a huge outcry from users about it I'll reluctantly put it back, but I don't expect one. This gets us a step closer to killing off EConfig, and eventually the EPlugin framework itself. | ||||
| * | Bug 653699 - Improve mail notifications | Matthew Barnes | 2011-07-07 | 2 | -203/+124 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the "Generate a D-Bus message" checkbox and just do it. Replaced "Show icon in notification area" and "Popup message together with the icon" checkboxes with a single "Show notification when a new message arrives" checkbox. Re-show an unacknowledged notification message when additional new messages arrive. Replaced the "Default" action label in notification messages with "Show $FOLDER_NAME" (e.g. "Show Inbox"). | ||||
| * | Avoid camel_stream_printf(). | Matthew Barnes | 2011-07-06 | 4 | -13/+30 |
| | | | | | | | | | | | | | | | | camel_stream_printf() is next on the chopping block. Use g_strdup_printf() or a GString to construct a formatted string in memory, pass it to camel_stream_write() in one go, and then check for errors (unless it's a memory stream). | ||||
| * | Adapt to CamelSession and e-passwords changes. | Matthew Barnes | 2011-07-04 | 5 | -11/+11 |
| | | |||||
| * | Call e_cal_client_check_save_schedules() only when found a calendar | Milan Crha | 2011-07-01 | 1 | -1/+1 |
| | | |||||
| * | Check for cancelled GIO operation error code too | Milan Crha | 2011-06-28 | 1 | -17/+26 |
| | | |||||
| * | [itip-formatter] stock_animation is gone, use GtkSpinner instead | Milan Crha | 2011-06-23 | 1 | -1/+2 |
| | | |||||
| * | Bug #646442 - [mail-to-task] Edit event details before adding to calendar | Dan Vrátil | 2011-06-23 | 1 | -212/+327 |
| | | |||||
| * | Bug #653008 - Preference window for imap accounts is too large | Milan Crha | 2011-06-23 | 1 | -4/+0 |
| | | |||||
| * | Bug #631954 - itip formatter makes synchronous calls to ecal | Milan Crha | 2011-06-20 | 1 | -114/+243 |
| | | |||||
| * | Bug #650223 - Do not wait on evolution's exit when done with backup/restore | Milan Crha | 2011-06-17 | 1 | -2/+8 |
| | | |||||
| * | Bug #652394 - Port google-account-setup plugin to libgdata 0.9.0 | Philip Withnall | 2011-06-14 | 1 | -0/+12 |
| | | |||||
| * | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 23 | -445/+526 |
| | | |||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 3 | -53/+111 |
| | | |||||
| * | Bug #642557 - Display maps in contact preview | Dan Vrátil | 2011-06-02 | 5 | -452/+0 |
| | | |||||
| * | Change EMEventTargetFolder contents. | Matthew Barnes | 2011-05-30 | 1 | -14/+22 |
| | | | | | | | | | | | | Give it a CamelStore and folder name instead of an EAccount and folder URI. Both the EAccount and folder URI can be easily retrieved from the CamelStore and folder name. | ||||
| * | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
| | | |||||
| * | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 17 | -18/+0 |
| | | |||||
| * | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 27 | -15/+68 |
| | | |||||
| * | Use em_folder_tree_get_selected() in places to simplify code. | Matthew Barnes | 2011-05-25 | 1 | -31/+8 |
| | | | | | | | | | | | | There were a few places where we were accessing the folder tree model directly to get the selected store + folder name, or were asking for the selected URI only to parse back into its store + folder name components. | ||||
| * | EMFolderTree: Store an EMailBackend instead of an EMailSession. | Matthew Barnes | 2011-05-24 | 3 | -7/+10 |
| | | | | | | | | | | | | | | | | All this so EMFolderTree can submit EActivity instances for async ops. You can obtain an EMailSession from an EMailBackend, but not vice versa. Creates lots of pretty ripples in the mail code, but ultimately reduces complexity. So it's a code cleanup of sorts. | ||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 5 | -28/+60 |
| | | |||||
| * | Remove mail_remove_folder(). | Matthew Barnes | 2011-05-21 | 1 | -1/+1 |
| | | | | | | | | Use e_mail_folder_remove() instead. | ||||
| * | Bug 650223 - evolution-backup does not terminate without --gui | Matthew Barnes | 2011-05-17 | 1 | -48/+81 |
| | | | | | | | | | | | | | | | | | | | | | | Use g_io_scheduler_push_job() instead of g_thread_create(). When the operation is finished, call gtk_main_quit() from the main thread using g_io_scheduler_job_send_to_mainloop(). Also, check for cancellation with a GCancellable instead of a boolean. Note: We really should be using GLib's process spawning API instead of system(), but that's a job for another day. | ||||
| * | Reimplement part of the "templates" plugin. | Matthew Barnes | 2011-05-14 | 1 | -19/+132 |
| | | | | | | | | Now uses camel_folder_get_message(). | ||||
| * | Keep forgetting to add prefixes to EAlert tags. | Matthew Barnes | 2011-05-13 | 1 | -2/+2 |
| | | |||||
| * | Reimplement "mailing-list-actions" plugin. | Matthew Barnes | 2011-05-13 | 1 | -25/+72 |
| | | | | | | | | Now uses camel_folder_get_message(). | ||||
| * | Miscellaneous cleanups. | Matthew Barnes | 2011-05-13 | 2 | -16/+28 |
| | | |||||
| * | mark-all-read: Reimplement to not block. | Matthew Barnes | 2011-05-12 | 1 | -63/+204 |
| | | | | | | | | | | | | I'm mainly trying to get rid of mail_get_folder(), but I'm also tired of this plugin blocking the UI. If there's a lot of messages the lockup is really noticable. | ||||
| * | Add a 'message_uid' param to em_utils_edit_message(). | Matthew Barnes | 2011-05-12 | 1 | -1/+1 |
| | | | | | | | | | | So we can remove the internal edit_message() function and do the work directly in em_utils_edit_message(). | ||||
| * | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 23 | -124/+124 |
| | | |||||
| * | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 3 | -9/+12 |
| | | |||||
| * | Adapt to CamelFolder:name -> display-name. | Matthew Barnes | 2011-05-07 | 1 | -1/+1 |
| | | |||||
| * | Adapt to CamelFolderInfo.name -> display_name. | Matthew Barnes | 2011-05-07 | 1 | -4/+4 |
| | | |||||
| * | Bug 649365 - Creation of new repository evolution-groupwise | Vibha Yadav | 2011-05-04 | 37 | -10346/+0 |
| | | | | | | | | Removing groupwise plugin code from evolution. | ||||
| * | groupwise-features: Avoid e_get_account_by_source_url(). | Matthew Barnes | 2011-05-04 | 3 | -21/+21 |
| | | | | | | | | Use e_get_account_by_uid() instead. | ||||
| * | Remove 'from_uri' params from e-msg-composer-utils.c. | Matthew Barnes | 2011-05-04 | 1 | -8/+9 |
| | | | | | | | | | | Pass CamelFolder objects instead, which are already available at almost every call site. | ||||
| * | Fix compiler warnings. | Matthew Barnes | 2011-05-03 | 1 | -3/+0 |
| | | | | | | | | Mostly dead assignments. | ||||
| * | Drop 'folder_uri' param from em_utils_folder_is_outbox(). | Matthew Barnes | 2011-05-03 | 1 | -2/+2 |
| | | |||||
| * | Drop 'folder_uri' param from em_utils_folder_is_sent(). | Matthew Barnes | 2011-05-03 | 1 | -2/+2 |
| | | |||||
| * | Drop 'folder_uri' param from em_utils_folder_is_drafts(). | Matthew Barnes | 2011-05-03 | 1 | -2/+2 |
| | | |||||
| * | EMConfigTargetAccount: Add original_account member. | Matthew Barnes | 2011-05-03 | 3 | -15/+19 |
| | | | | | | | | | | | | | | Rename the existing 'account' member to 'modified_account' and add an 'original_account' member so plugins have direct access to both. Mostly of benefit to the imap-features plugin. | ||||
| * | EMEventTargetFolder: Add an EAccount member. | Matthew Barnes | 2011-05-03 | 1 | -12/+8 |
| | | | | | | | | | | The mail-notification plugin can use the EAccount member directly instead of searching for it by URI. | ||||
| * | groupwise-features: Fix a compiler warning. | Matthew Barnes | 2011-04-30 | 1 | -1/+1 |
| | | |||||
| * | Adapt to extra arg in camel_session_get_service_by_url(). | Matthew Barnes | 2011-04-29 | 2 | -3/+4 |
| | | |||||
| * | Bug #641845 - Add default expansion variables to templates plugin | Dan Vrátil | 2011-04-27 | 2 | -98/+452 |
| | | | | | | | | | | Users can read values from original message in the template by $ORIG[header] and with a special value $ORIG[body]. | ||||
| * | Add itip_address_is_user(). | Matthew Barnes | 2011-04-26 | 2 | -2/+3 |
| | | | | | | | | | | Convenience function that checks whether the given email address matches a registered mail identity. | ||||
| * | Remove redundant EAccountList utilities. | Matthew Barnes | 2011-04-26 | 4 | -11/+10 |
| | | | | | | | | | | Kill itip_addresses_get() and itip_addresses_get_default(), and use e_get_account_list() and e_get_default_account() instead. | ||||
| * | Adapt to CamelService changes. | Matthew Barnes | 2011-04-21 | 5 | -37/+56 |
| | | |||||
| * | Bug #646197 - Crash with VALARM without ACTION property | Milan Crha | 2011-04-18 | 1 | -1/+1 |
| | | |||||
| * | Adapt to sealed up CamelService. | Matthew Barnes | 2011-04-18 | 3 | -6/+13 |
| | | |||||
| * | Fix translations being boken by removing calls to bindtextdomain() from plugins. | Kjartan Maraas | 2011-04-02 | 6 | -26/+0 |
| | | | | | | | | | | It shouldn't be needed for plugins that live in the evolution source tree anyway since they should just use the translation domain they inherit from main(). | ||||
| * | Remove the profiler plugin. | Matthew Barnes | 2011-03-29 | 3 | -100/+0 |
| | | | | | | | | | | | | | | This plugin was for developers, but no one uses it anymore. Plus the only profiling hooks left in Evolution were in the MessageList widget, which performs fine. There's better ways to collect profiling data these days anyway (sysprof, systemtap, etc.). | ||||
| * | Fix alignment of extra widgets in EAlertDialogs. | Matthew Barnes | 2011-03-25 | 3 | -18/+24 |
| | | | | | | | | | | | | | | Add e_alert_dialog_get_content_area(), which returns the GtkVBox containing the primary and secondary labels. Use this instead of gtk_dialog_get_content_area() to maintain the dialog's left margin beneath the image. | ||||
| * | Bug 645545 - Attachment reminder dialog uses wrong expand | Matthew Barnes | 2011-03-25 | 1 | -2/+1 |
| | | |||||
| * | Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message | Milan Crha | 2011-03-15 | 1 | -0/+8 |
| | | |||||
| * | Fix build break after recent eds changes | Milan Crha | 2011-03-14 | 1 | -0/+1 |
| | | |||||
| * | Bug #641939 - [publish-calendar] Doesn't read online state on start | Milan Crha | 2011-03-09 | 3 | -2/+34 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -14/+39 |
| | | |||||
| * | Bug #643693 - Crash opening attached text/html mail | Milan Crha | 2011-03-04 | 1 | -1/+17 |
| | | |||||
| * | Do not leak attachments in a mail view | Milan Crha | 2011-03-02 | 1 | -0/+1 |
| | | |||||
| * | Fix Gtk-Doc comment notation. | Matthew Barnes | 2011-03-02 | 1 | -22/+43 |
| | | | | | | | | Seeing lots of what I assume to be doxygen syntax in comment blocks. | ||||
| * | Bug #642447 - Invalid reads while disabling groupwise account | Milan Crha | 2011-03-01 | 1 | -6/+9 |
| | | |||||
| * | Bug #641456 - Crash in pst_process_appointment at pst-importer.c | Milan Crha | 2011-02-28 | 1 | -67/+16 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 2 | -4/+4 |
| | | |||||
| * | Fix few memory leaks | Milan Crha | 2011-02-15 | 2 | -4/+6 |
| | | |||||
| * | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-02-13 | 3 | -13/+15 |
| | | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | ||||
| * | Bug #641701 - Issues with pst-import plugin | Milan Crha | 2011-02-10 | 1 | -12/+23 |
| | | |||||
| * | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 3 | -10/+0 |
| | | | | | | | | GCC learned how to find dead assignments. | ||||
| * | Bug #641451 - Crash in folder_selection_button_new | Bharath Acharya | 2011-02-07 | 2 | -10/+20 |
| | | | | | | | | Crash when importing any pst file. | ||||
| * | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-02-03 | 1 | -0/+1 |
| | | |||||
| * | Bug 222423 - Support Face headers | Dan Vrátil | 2011-02-03 | 1 | -11/+9 |
| | | | | | | | | | | | | The configuration section for the Face plugin now has a preview image. Also promoting this plugin out of "experimental" status so more distros will pick it up. | ||||
| * | Bug #635144 - Using external editor duplicates signature | Milan Crha | 2011-02-02 | 1 | -1/+1 |
| | | |||||
| * | bug #641069 - tnef plugin vulnerabilities | Punit Jain | 2011-02-01 | 1 | -33/+69 |
| | | | | | | | | Resolves directory traversal and buffer overflow vulnerabilities. | ||||
| * | Add translator comment. See bug #641020. | Andre Klapper | 2011-01-31 | 1 | -0/+1 |
| | | |||||
| * | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 16 | -172/+172 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 3 | -6/+15 |
| | | |||||
| * | Dialogs no longer have separators. | Matthew Barnes | 2011-01-25 | 5 | -5/+2 |
| | | |||||
| * | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 9 | -31/+0 |
| | | |||||
| * | Drop support for gtk+-2.0. | Matthew Barnes | 2011-01-25 | 1 | -2/+2 |
| | | |||||
| * | Bug 640025 - Silence debug output in spamassassin plugin | Matthew Barnes | 2011-01-22 | 1 | -1/+0 |
| | | |||||
| * | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-01-19 | 1 | -0/+1 |
| | | |||||
| * | Bug #633788 - Mail plugin's update-actions handler is never called | Milan Crha | 2011-01-19 | 1 | -1/+2 |
| | | |||||
| * | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-01-15 | 1 | -1/+4 |
| | | | | | | | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch. | ||||
| * | Fix all back up that should be backup | Andre Klapper | 2011-01-06 | 1 | -6/+6 |
| | | |||||
| * | Bug #633854 - [templates] Crash in build_template_menus_recurse | Milan Crha | 2011-01-06 | 1 | -3/+10 |
| | | |||||
| * | Properly translate NC_ messages | Milan Crha | 2010-12-11 | 1 | -12/+3 |
| | | |||||
| * | Bug #633332 - Preserve port number in WebDAV address book | Milan Crha | 2010-12-08 | 1 | -1/+9 |
| | | |||||
| * | Bug #631568 - Scheduling Meetings with CalDAV calendars | Milan Crha | 2010-12-08 | 3 | -25/+206 |
| | | |||||
| * | Avoid a crash when building templates menu. | Matthew Barnes | 2010-12-04 | 1 | -0/+5 |
| | | |||||
| * | CalDAV plugin - use saved password, if available, for server browsing | Milan Crha | 2010-12-04 | 1 | -4/+14 |
| | | |||||
| * | Bug #555324 - Ask for destination before "Save in Addressbook" inline vCard | Milan Crha | 2010-12-02 | 1 | -1/+14 |
| | | |||||
| * | Added few translator comments | Milan Crha | 2010-11-30 | 1 | -10/+18 |
| | | | | | | | | As requested in bug #635414 | ||||
| * | [vCard-inline] Check also text/directory parts | Milan Crha | 2010-11-26 | 1 | -0/+4 |
| | | |||||
| * | Bug #634387 - Crash in bbdb_sync_buddy_list_in_thread | Milan Crha | 2010-11-26 | 1 | -2/+5 |
| | | |||||
| * | Fix windows build of backup-restore plugin | Fridrich Štrba | 2010-11-12 | 1 | -0/+8 |
| | |