Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #668631 - Report Folder->Subscriptions errors to users | Milan Crha | 2012-01-26 | 1 | -3/+4 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -4/+4 |
| | | | | | | | 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. | ||||
* | Avoid passing EMailBackend as much as possible. | Matthew Barnes | 2011-12-16 | 1 | -28/+25 |
| | | | | | | | | | | | | | | | 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. | ||||
* | EMSubscriptionEditor: Use alternating row colors. | Matthew Barnes | 2011-12-14 | 1 | -0/+1 |
| | | | | | The deeper the folder the greater the distance between the checkbox and the folder name. Can get difficult to match them on a blank background. | ||||
* | EMSubscriptionEditor cleanups. | Matthew Barnes | 2011-12-14 | 1 | -160/+224 |
| | | | | GQueues are easier to pass around than linked lists. | ||||
* | Use e_restore_window() and "org.gnome.evolution.window". | Matthew Barnes | 2011-11-28 | 1 | -5/+5 |
| | | | | Apply it to all windows with persistent size and/or position. | ||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 1 | -23/+22 |
| | |||||
* | Bug #660530 - Improve folder Subscription interface | Milan Crha | 2011-10-14 | 1 | -87/+588 |
| | |||||
* | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 1 | -28/+31 |
| | | | | | 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 | -1/+1 |
| | | | | | | | | 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(). | ||||
* | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -2/+3 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-08-31 | 1 | -1/+6 |
| | | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch. | ||||
* | Very slow filling of EMSubscriptionEditor tree view | Milan Crha | 2011-08-23 | 1 | -7/+21 |
| | |||||
* | Use new CamelService:display-name property. | Matthew Barnes | 2011-08-18 | 1 | -9/+5 |
| | | | | Simplify, simplify... | ||||
* | Adapt to new CamelSubscribable interface. | Matthew Barnes | 2011-08-16 | 1 | -11/+19 |
| | |||||
* | EMSubscriptionEditor: Manage stores, not accounts. | Matthew Barnes | 2011-05-29 | 1 | -72/+104 |
| | | | | | We'll query the accounts to get display names for the combo box, but that's it. Use CamelStores instead. | ||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -1/+4 |
| | |||||
* | Adapt to CamelFolderInfo.name -> display_name. | Matthew Barnes | 2011-05-07 | 1 | -1/+1 |
| | |||||
* | Adapt to CamelService changes. | Matthew Barnes | 2011-04-21 | 1 | -6/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -1/+3 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -7/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 1 | -1/+3 |
| | |||||
* | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-02-03 | 1 | -0/+1 |
| | |||||
* | gdk_cursor_unref() -> g_object_unref() | Matthew Barnes | 2011-01-25 | 1 | -3/+3 |
| | |||||
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 1 | -3/+0 |
| | |||||
* | Remove an unused function. | Matthew Barnes | 2010-10-31 | 1 | -22/+0 |
| | |||||
* | Bug 633172 - Folder->Subscriptions is always enabled | Matthew Barnes | 2010-10-30 | 1 | -16/+14 |
| | |||||
* | Add missing gtk-compat.h include to various files | Milan Crha | 2010-10-21 | 1 | -0/+3 |
| | |||||
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 1 | -4/+4 |
| | |||||
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 1 | -3/+4 |
| | | | | | | GObject now does property bindings itself. Requires GLib >= 2.26. | ||||
* | Rewrite the folder subscription editor. | Matthew Barnes | 2010-10-03 | 1 | -0/+1342 |
Redesign the "Folder Subscriptions" dialog and use Camel's async API instead of the MailMsg infrastructure to simplify the implementation. |