aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-account-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #636058 - Account setup issues express mode.Punit Jain2010-12-011-2/+2
| | | | Widget name required to update.
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+0
|
* Give MailSession a permanent home.Matthew Barnes2010-10-131-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 Barnes2010-09-131-142/+142
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
|
* Bug 629253 - Remove unnecessary markupGabor Kelemen2010-09-111-6/+18
|
* Add encryption and authentication support for autoconfigGary Ching-Pang Lin2010-08-231-5/+31
| | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-031-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 Barnes2010-05-271-45/+455
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-44/+42
| |
| * Don't ask for password while editing accounts.Srinivasa Ragavan2010-05-071-0/+2
| |
| * equivocate on mail recommendationMichael Meeks2010-04-261-1/+1
| |
| * Add yahoo calendars support.Srinivasa Ragavan2010-04-261-14/+173
| |
| * Create Google group at instances when it is not created by defaultSrinivasa Ragavan2010-04-261-1/+7
| |
| * Remove more ad-hoc spacingsFederico Mena Quintero2010-04-231-2/+2
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Reduce spacings in the mail capplet's Review pageFederico Mena Quintero2010-04-231-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 creatingSrinivasa Ragavan2010-04-221-4/+210
| | | | | | | | gmail accounts.
| * Fix ergonomic details, and prettify (for small screens at least)Michael Meeks2010-04-211-25/+30
| |
| * Add Password field to the account setup and prestore password.Srinivasa Ragavan2010-04-201-1/+37
| |
| * Capplet cleanups.Matthew Barnes2010-04-061-112/+64
| |
* | Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-3/+10
| |
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-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 Barnes2010-04-011-112/+64
|/
* Fix misspelled strings.Srinivasa Ragavan2010-03-171-2/+2
|
* Make IMAPX the defaultSrinivasa Ragavan2010-03-141-0/+2
|
* Shell and UI manager cleanups.Matthew Barnes2010-03-141-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 Ragavan2010-03-141-5/+0
|
* disable identity frame only in express modeMichael Meeks2010-03-141-2/+2
|
* Removed obsolete method signatures in em-account-editor.hMichael Meeks2010-03-141-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 Ragavan2010-03-141-0/+750