Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the settings capplet. | Matthew Barnes | 2012-08-11 | 1 | -1177/+0 |
| | | | | | | | | | | 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. | ||||
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 1 | -1/+0 |
| | | | | G_DEFINE_TYPE macros define a static "parent_class" variable. | ||||
* | Adapt evolution-settings capplet to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -50/+21 |
| | |||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -2/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -21/+28 |
| | |||||
* | Fix a compilation warning. | Srinivasa Ragavan | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Make Capplet work again with new CamelSettings and other stuffs. Also add | Srinivasa Ragavan | 2012-02-16 | 1 | -31/+127 |
| | | | | | EPlugin support to capplet so that exchange and other accoutns can be configured via this. now. | ||||
* | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-14 | 1 | -85/+0 |
|\ | |||||
| * | Bug #636214 fetch configuration details from server | Punit Jain | 2011-11-09 | 1 | -85/+0 |
| | | | | | | | | Code changes | ||||
| * | Bug #655564 - Express remembers settings of not finished account | Milan Crha | 2011-09-06 | 1 | -4/+4 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -38/+47 |
| | | |||||
| * | MailAccountView: Adapt to URL parameter renames. | Matthew Barnes | 2011-08-15 | 1 | -38/+36 |
| | | | | | | | | It's "security-method" now instead of "use_ssl". | ||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 1 | -6/+3 |
| | | |||||
| * | Adapt to CamelSession and e-passwords changes. | Matthew Barnes | 2011-07-04 | 1 | -5/+5 |
| | | |||||
| * | Bug #653358 Do not duplicate google address book | Gustavo Noronha Silva | 2011-06-28 | 1 | -21/+41 |
| | | | | | | | | | | | | | | When a GMail account check that the address book does not already exist before creating an ESource for it, and adding it to the list. https://bugzilla.gnome.org/show_bug.cgi?id=653358 | ||||
| * | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -1/+1 |
| | | |||||
| * | EMFolderTree: Store an EMailBackend instead of an EMailSession. | Matthew Barnes | 2011-05-24 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | 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 cleanups. | Matthew Barnes | 2011-05-09 | 1 | -95/+95 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 1 | -1/+1 |
| | | |||||
| * | Bug #637924 - Shows duplicate sentence while click "Back-Sending" button | Gary Lin | 2011-02-11 | 1 | -15/+33 |
| | | |||||
| * | Bug #637923 - Wrap long text in Yahoo email setup | Frederic Crozat | 2011-02-11 | 1 | -0/+2 |
| | | |||||
| * | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 1 | -1/+1 |
| | | |||||
| * | Bug #640536 - Warnings when adding a google account in express mode | Milan Crha | 2011-01-27 | 1 | -12/+8 |
| | | |||||
| * | No more "expose-event" on GtkWidget | Milan Crha | 2011-01-26 | 1 | -19/+1 |
| | | |||||
| * | Bug #636058 - Account setup issues express mode. | Punit Jain | 2010-12-01 | 1 | -2/+2 |
| | | | | | | | | Widget name required to update. | ||||
* | | Migrate mail-account-view.c to GSettings | Rodrigo Moya | 2011-10-13 | 1 | -17/+25 |
| | | |||||
* | | Bug #655564 - Express remembers settings of not finished account | Milan Crha | 2011-09-14 | 1 | -4/+4 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 1 | -38/+47 |
| | | |||||
* | | MailAccountView: Adapt to URL parameter renames. | Matthew Barnes | 2011-09-14 | 1 | -38/+36 |
| | | | | | | | | It's "security-method" now instead of "use_ssl". | ||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 1 | -6/+3 |
| | | |||||
* | | Adapt to CamelSession and e-passwords changes. | Matthew Barnes | 2011-09-14 | 1 | -5/+5 |
| | | |||||
* | | Bug #653358 Do not duplicate google address book | Gustavo Noronha Silva | 2011-06-30 | 1 | -21/+41 |
| | | | | | | | | | | | | | | When a GMail account check that the address book does not already exist before creating an ESource for it, and adding it to the list. https://bugzilla.gnome.org/show_bug.cgi?id=653358 | ||||
* | | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | EMFolderTree: Store an EMailBackend instead of an EMailSession. | Matthew Barnes | 2011-06-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | 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 cleanups. | Matthew Barnes | 2011-06-30 | 1 | -95/+95 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Bug #637924 - Shows duplicate sentence while click "Back-Sending" button | Gary Lin | 2011-06-30 | 1 | -15/+33 |
| | | |||||
* | | Bug #637923 - Wrap long text in Yahoo email setup | Frederic Crozat | 2011-06-30 | 1 | -0/+2 |
| | | |||||
* | | More whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Bug #640536 - Warnings when adding a google account in express mode | Milan Crha | 2011-06-30 | 1 | -12/+8 |
| | | |||||
* | | No more "expose-event" on GtkWidget | Milan Crha | 2011-06-30 | 1 | -19/+1 |
| | | |||||
* | | Bug #636058 - Account setup issues express mode. | Punit Jain | 2011-06-30 | 1 | -2/+2 |
|/ | | | | Widget name required to update. | ||||
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 1 | -1/+0 |
| | |||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -5/+9 |
| | | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession. | ||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -142/+142 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | Bug 629253 - Remove unnecessary markup | Gabor Kelemen | 2010-09-11 | 1 | -6/+18 |
| | |||||
* | Add encryption and authentication support for autoconfig | Gary Ching-Pang Lin | 2010-08-23 | 1 | -5/+31 |
| | | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig | ||||
* | Convert "startup-wizard" to an EExtension. | Matthew Barnes | 2010-06-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created. | ||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 1 | -45/+455 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 1 | -44/+42 |
| | | |||||
| * | Don't ask for password while editing accounts. | Srinivasa Ragavan | 2010-05-07 | 1 | -0/+2 |
| | | |||||
| * | equivocate on mail recommendation | Michael Meeks | 2010-04-26 | 1 | -1/+1 |
| | | |||||
| * | Add yahoo calendars support. | Srinivasa Ragavan | 2010-04-26 | 1 | -14/+173 |
| | | |||||
| * | Create Google group at instances when it is not created by default | Srinivasa Ragavan | 2010-04-26 | 1 | -1/+7 |
| | | |||||
| * | Remove more ad-hoc spacings | Federico Mena Quintero | 2010-04-23 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | Reduce spacings in the mail capplet's Review page | Federico Mena Quintero | 2010-04-23 | 1 | -22/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the page fit in 1024x600 without having a vertical scrollbar. There was an extra 3 pixels between each row, added explicitly as ypadding when each widget was attached to its parent table. Now we just use the inter-row spacing from the table itself. Also, use a macro for each item's indentation instead of having the same magic value all over the place. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | Create Google Calendar and Contacts account optionally while creating | Srinivasa Ragavan | 2010-04-22 | 1 | -4/+210 |
| | | | | | | | | gmail accounts. | ||||
| * | Fix ergonomic details, and prettify (for small screens at least) | Michael Meeks | 2010-04-21 | 1 | -25/+30 |
| | | |||||
| * | Add Password field to the account setup and prestore password. | Srinivasa Ragavan | 2010-04-20 | 1 | -1/+37 |
| | | |||||
| * | Capplet cleanups. | Matthew Barnes | 2010-04-06 | 1 | -112/+64 |
| | | |||||
* | | Bug #360461 - Avoid markup in translatable messages | Milan Crha | 2010-04-23 | 1 | -3/+10 |
| | | |||||
* | | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613 | ||||
* | | Capplet cleanups. | Matthew Barnes | 2010-04-01 | 1 | -112/+64 |
|/ | |||||
* | Fix misspelled strings. | Srinivasa Ragavan | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | Make IMAPX the default | Srinivasa Ragavan | 2010-03-14 | 1 | -0/+2 |
| | |||||
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Replace the EVO_EXPRESS environment variable with an --express command line option. (Note, this adds a new translatable string for --help.) Add an EUIManager class with an "express-mode" property and custom load functions that use our new "express" preprocessor. This replaces the UI manager functions in e-utils.c. (Also going to see if I can get GTK+ to add an "add_ui_from_string" method to GtkUIManagerClass that we can override. Then we could just call gtk_ui_manager_add_ui_from_string() and the preprocessor would automatically do its thing and chain up.) Add an "express-mode" read-only GObject property to EShell. Add e_shell_configure_ui_manager() to e-shell-utils.c. For now this just creates a one-way property binding: EShell:express-mode -> EUIManager:express-mode Call this immediately after e_ui_manager_new(). (EUIManager can't do this itself because it lives too low in the dependency hierarchy and doesn't know about EShell.) | ||||
* | Remove comments. | Srinivasa Ragavan | 2010-03-14 | 1 | -5/+0 |
| | |||||
* | disable identity frame only in express mode | Michael Meeks | 2010-03-14 | 1 | -2/+2 |
| | |||||
* | Removed obsolete method signatures in em-account-editor.h | Michael Meeks | 2010-03-14 | 1 | -3/+3 |
| | | | | | | Added em_account_editor_get_widget, and cleaned up the widget listing. Cleaned the startup wizard code to find it's label by name Added disabling of power-user 'indentity' frame in the first page express capplet. | ||||
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 1 | -0/+750 |