Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+38 |
| | |||||
* | add proxy support to auto-configuration | Michael Meeks | 2010-04-20 | 1 | -5/+13 |
| | |||||
* | switch autoconfig to use the api.gnome.org API | Michael Meeks | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Merge gnome-2-30 into express2 to get bugfixes | Federico Mena Quintero | 2010-04-10 | 1 | -3/+0 |
|\ | | | | | | | | | | | Note that express2 got some documentation for EExtensible and friends, and that documentation is not in gnome-2-30 yet. We need to cherry-pick those commits into gnome-2-30 and elsewhere. | ||||
| * | Remove gtk_notebook_set_tab_label_packing(). | Matthew Barnes | 2010-04-08 | 1 | -3/+0 |
| | | |||||
* | | Capplet cleanups. | Matthew Barnes | 2010-04-07 | 1 | -7/+7 |
| | | |||||
* | | Ahem, use the right installation paths | Federico Mena Quintero | 2010-04-07 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Fallback to the offline case if we can't contact the server anyway | Federico Mena Quintero | 2010-04-07 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Get the online status from the EShell | Federico Mena Quintero | 2010-04-07 | 1 | -2/+16 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Fix Makefile.am thinko | Federico Mena Quintero | 2010-04-07 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Fix compiler warnings | Federico Mena Quintero | 2010-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Oh, yes, I hate xmlChar. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/mail-guess-servers.c | ||||
* | | Read the mail autoconfig files from the right path | Federico Mena Quintero | 2010-04-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Add a bunch of mail autoconfiguration files | Federico Mena Quintero | 2010-04-07 | 191 | -0/+6661 |
| | | | | | | | | | | | | | | | | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/Makefile.am | ||||
* | | Basic logic to guess mail autoconfig when offline | Federico Mena Quintero | 2010-04-07 | 1 | -4/+50 |
| | | | | | | | | | | | | | | | | We will use a set of hardcoded autoconfiguration files, based on the ones from mozillamessaging.com, so that we can auto-configure mail accounts even when we can't read their information from the net. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Return a success code when parsing a message | Federico Mena Quintero | 2010-04-07 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | The child functions of parse_message() do not yet return error values, but this will make it easier to do something with them in the future if they get added. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Factor out function to parse a soup message from a string | Federico Mena Quintero | 2010-04-07 | 1 | -2/+8 |
|/ | | | | | | | | | | We'll need this when we want to parse a pre-cached file for the account configuration guesser. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/mail-guess-servers.c | ||||
* | Capplet cleanups. | Matthew Barnes | 2010-04-06 | 15 | -822/+355 |
| | |||||
* | Fix build settings under capplet. | Matthew Barnes | 2010-03-31 | 2 | -21/+10 |
| | |||||
* | Build libevolution-mail-settings as dll on windows | Fridrich Štrba | 2010-03-31 | 1 | -0/+1 |
| | |||||
* | Fix misspelled strings. | Srinivasa Ragavan | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | More capplet build issues. | Matthew Barnes | 2010-03-16 | 1 | -1/+3 |
| | |||||
* | Don't poke around a GdkWindowObject directly but use gdk_window_get_parent | Ross Burton | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Add missing includes so that -Werror builds don't fail | Ross Burton | 2010-03-16 | 1 | -0/+4 |
| | |||||
* | Fix missing linker flags in the correct Makefile.am. | Matthew Barnes | 2010-03-16 | 2 | -4/+4 |
| | |||||
* | Add missing linker flags in capplet. | Matthew Barnes | 2010-03-16 | 1 | -1/+3 |
| | |||||
* | Remove some more unnecessary windows workarounds. | Fridrich Strba | 2010-03-15 | 2 | -6/+27 |
| | |||||
* | 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. | ||||
* | hush | Michael Meeks | 2010-03-14 | 1 | -0/+9 |
| | |||||
* | warning cleanup | Michael Meeks | 2010-03-14 | 3 | -5/+5 |
| | |||||
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 17 | -33/+72 |
| | |||||
* | Integrate into new account button. | Srinivasa Ragavan | 2010-03-14 | 3 | -8/+15 |
| | |||||
* | Integrate account assistant wizard to anjal style. | Srinivasa Ragavan | 2010-03-14 | 3 | -11/+15 |
| | |||||
* | Libify settings capplet. | Srinivasa Ragavan | 2010-03-14 | 4 | -17/+32 |
| | |||||
* | Add control center capplet from anjal to evolution. Name it | Srinivasa Ragavan | 2010-03-14 | 16 | -0/+4090 |
evolution-settings. |