Commit Graph

14 Commits

Author SHA1 Message Date
da7aacb87c Capplet cleanups. 2010-04-05 20:59:44 -04:00
7e567893e6 Fix build settings under capplet. 2010-03-31 11:40:54 -04:00
8aee7c7e96 Build libevolution-mail-settings as dll on windows 2010-03-31 07:41:46 +02:00
b7a8d2bdd1 Fix misspelled strings. 2010-03-17 16:32:20 +05:30
87e865a947 Don't poke around a GdkWindowObject directly but use gdk_window_get_parent 2010-03-16 12:24:29 +00:00
aa2f45bb27 Add missing includes so that -Werror builds don't fail 2010-03-16 12:24:25 +00:00
ab9d256343 Fix missing linker flags in the correct Makefile.am. 2010-03-15 19:15:58 -04:00
6020c50083 Make IMAPX the default 2010-03-13 20:53:17 -05:00
d7494c8f16 Shell and UI manager cleanups.
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.)
2010-03-13 20:53:17 -05:00
f309ab6ad2 Remove comments. 2010-03-13 20:53:17 -05:00
207ce38c52 disable identity frame only in express mode 2010-03-13 20:52:51 -05:00
d9be66b527 Removed obsolete method signatures in em-account-editor.h
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.
2010-03-13 20:52:51 -05:00
4e88bfd6c1 warning cleanup 2010-03-13 20:52:51 -05:00
5069df6878 Restructure capplet stuffs and load only on express mode. 2010-03-13 20:49:49 -05:00