Commit Graph

32243 Commits

Author SHA1 Message Date
ea52ab83fe Bug 612792 - Crash when trying to delete WebDav addressbook 2010-03-15 10:38:41 -04:00
c4cde23066 Actually respect the --disable-schemas-install configure option 2010-03-15 14:51:13 +01:00
7472c99b19 Disabling Gnome schemas for windows 2010-03-15 14:41:56 +01:00
81bdbe992b Some more missing relocations fixed 2010-03-15 11:33:18 +01:00
daa764afac Updated Spanish translation 2010-03-15 00:57:37 +01:00
730cf96cd0 Remove some more unnecessary windows workarounds. 2010-03-14 23:13:29 +01:00
22d0d5131c Updated Bulgarian translation 2010-03-14 13:50:41 +02:00
dcc15e7079 Updated Swedish translation 2010-03-14 10:16:29 +01:00
64d63548ce Updated Slovenian translation 2010-03-14 08:52:51 +01:00
6020c50083 Make IMAPX the default 2010-03-13 20:53:17 -05:00
c2685d9a63 Forgot to commit the new source files... 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
51cbd483d1 re-enable middle-click to open in new window with new actions 2010-03-13 20:53:17 -05:00
f309ab6ad2 Remove comments. 2010-03-13 20:53:17 -05:00
179e06a655 Collapse system stores by default. 2010-03-13 20:53:17 -05:00
39fac94251 In express mode, give the accounts first place than on this computer. 2010-03-13 20:53:17 -05:00
ab6aff8396 document schema to avoid errors 2010-03-13 20:53:17 -05:00
c0f1cd5309 make the 'New' drop-down menu much cleaner for express mode 2010-03-13 20:53:17 -05:00
20168f042f Add a set of actions that open a view in a new window 2010-03-13 20:53:17 -05:00
b0cec1668e Fix a crash while refreshing account types. 2010-03-13 20:53:17 -05:00
b2ec3b9e8e disable cancel button 2010-03-13 20:53:17 -05:00
97f274dffd Disable a chunk of UI from the mail-to-task plugin
Allow plugins to disable chunks of their UI - *NB* requires patched intltool,
that doesn't elide comments in XML
Remove some debug
2010-03-13 20:53:16 -05:00
19eea41c74 clean up the 'express' mode hooks for UI Managers and start to
extend them to plugins - use a simple one-off boolean on the UI Manager
instead of exhaustively trying to propagate this information everywhere.
2010-03-13 20:53:16 -05:00
3d95369f38 Hide switcher in express mode. 2010-03-13 20:52:51 -05:00
836958c076 remove more complex pieces in the UI 2010-03-13 20:52:51 -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
bc77811277 hush 2010-03-13 20:52:51 -05:00
4e88bfd6c1 warning cleanup 2010-03-13 20:52:51 -05:00
10d962d612 Updated LowGerman translation 2010-03-13 20:52:51 -05:00
0ee9813923 Updated LowGerman translation 2010-03-13 20:52:51 -05:00
032dfe845a Fix POTFILEs to include capplet. 2010-03-13 20:49:50 -05:00
78224aff38 Fix a typo 2010-03-13 20:49:50 -05:00
5069df6878 Restructure capplet stuffs and load only on express mode. 2010-03-13 20:49:49 -05:00
8e0c294e15 Switch to anjal style on express mode. 2010-03-13 20:49:49 -05:00
a952896b27 Integrate into new account button. 2010-03-13 20:49:49 -05:00
d5da1afafc Integrate account assistant wizard to anjal style. 2010-03-13 20:49:49 -05:00
13bf56ded0 Integrate anjal's account capplet lib in start up wizard. 2010-03-13 20:49:49 -05:00
b5354ee4b8 Libify settings capplet. 2010-03-13 20:49:49 -05:00
c38f7da6ed Add control center capplet from anjal to evolution. Name it
evolution-settings.
2010-03-13 20:49:49 -05:00
304777ae4c Add generic 'express mode' conditionals to the UI XML 2010-03-13 20:49:49 -05:00
2166e7f4c7 Add 'express mode' gconf setting 2010-03-13 20:49:49 -05:00
1dd3ee006e Updated Danish translation 2010-03-13 23:59:02 +01:00
2184d0a2da improve locking for async query update, share code for object disposal,
and don't crash as before: bug#612826#
2010-03-13 22:09:37 +00:00
d1c8dd596c cleanup taskbar activities to remove signals with dangling pointers 2010-03-13 22:08:42 +00:00
f767cb847b Fix GnomeCalendar lifecycle; not being a widget meant we didn't
get a gtk_widget_destroy invocation, which meant we left some
    callbacks registered, long after our child 'views' were destroyed
    causing sudden death in update_marcus_bains_line_cb, manipulating
    views.
2010-03-13 20:54:14 +00:00
13dd2b58d5 Update Galician translation 2010-03-13 21:12:12 +01:00
51ae2dceda Updated Korean translation 2010-03-13 19:06:18 +09:00
c3cd3697c5 Bug 612619 - Don't mark message as read after folder change 2010-03-12 12:22:17 -05:00
a9bdc7c5dc Prevent "message selected" timeouts from piling up. 2010-03-12 11:37:54 -05:00