aboutsummaryrefslogtreecommitdiffstats
path: root/capplet
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2010-05-023-12/+23
|
* Camel is now GObject-based.Matthew Barnes2010-04-241-1/+1
|
* Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-232-4/+14
|
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-135-9/+27
| | | | | | | | | | | | | | | 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
* Remove gtk_notebook_set_tab_label_packing().Matthew Barnes2010-04-081-3/+0
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+0
|
* Capplet cleanups.Matthew Barnes2010-04-0115-825/+359
|
* Fix build settings under capplet.Matthew Barnes2010-03-312-21/+10
|
* Build libevolution-mail-settings as dll on windowsFridrich Štrba2010-03-311-0/+1
|
* Ahem, use the right installation pathsFederico Mena Quintero2010-03-182-2/+2
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Fallback to the offline case if we can't contact the server anywayFederico Mena Quintero2010-03-181-3/+3
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Get the online status from the EShellFederico Mena Quintero2010-03-181-2/+16
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Fix Makefile.am thinkoFederico Mena Quintero2010-03-181-2/+0
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Fix compiler warningsFederico Mena Quintero2010-03-181-6/+5
| | | | | | Oh, yes, I hate xmlChar. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Read the mail autoconfig files from the right pathFederico Mena Quintero2010-03-181-1/+1
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Add a bunch of mail autoconfiguration filesFederico Mena Quintero2010-03-18191-1/+6662
| | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Basic logic to guess mail autoconfig when offlineFederico Mena Quintero2010-03-181-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 messageFederico Mena Quintero2010-03-181-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 stringFederico Mena Quintero2010-03-181-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>
* Fix misspelled strings.Srinivasa Ragavan2010-03-171-2/+2
|
* More capplet build issues.Matthew Barnes2010-03-161-1/+3
|
* Don't poke around a GdkWindowObject directly but use gdk_window_get_parentRoss Burton2010-03-161-1/+1
|
* Add missing includes so that -Werror builds don't failRoss Burton2010-03-161-0/+4
|
* Fix missing linker flags in the correct Makefile.am.Matthew Barnes2010-03-162-4/+4
|
* Add missing linker flags in capplet.Matthew Barnes2010-03-161-1/+3
|
* Remove some more unnecessary windows workarounds.Fridrich Strba2010-03-152-6/+27
|
* 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.
* hushMichael Meeks2010-03-141-0/+9
|
* warning cleanupMichael Meeks2010-03-143-5/+5
|
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-1417-33/+72
|
* Integrate into new account button.Srinivasa Ragavan2010-03-143-8/+15
|
* Integrate account assistant wizard to anjal style.Srinivasa Ragavan2010-03-143-11/+15
|
* Libify settings capplet.Srinivasa Ragavan2010-03-144-17/+32
|
* Add control center capplet from anjal to evolution. Name itSrinivasa Ragavan2010-03-1416-0/+4090
evolution-settings.