2005-03-21 JP Rosevear <jpr@novell.com>
* main.c: switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the
configure.in foo actually controls this
svn path=/trunk/; revision=29070
2005-03-17 Not Zed <NotZed@Ximian.com>
* es-event.h: fix the qualifier bit assignments for the STATE target.
* e-shell.c (offline_procedure_finished_cb): fix offline state event.
svn path=/trunk/; revision=29057
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requires
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: add startup wizard plugin
2005-02-28 JP Rosevear <jpr@novell.com>
* plugins/Makefile.am: dist standard and experimental plugins
* configure.in: move "all" plugins to standard and experimental
and default to building the standard set
svn path=/trunk/; revision=28927
2005-02-23 JP Rosevear <jpr@novell.com>
Fixes#33287
* e-shell-window.c (e_shell_window_new): set the send/receive
sensitivity when we first start up
svn path=/trunk/; revision=28877
2005-02-22 Marco Pesenti Gritti <marco@gnome.org>
* shell/e-shell-window-commands.c: (command_quick_reference):
Use gnome-vfs API to open quick reference in the pdf viewer
svn path=/trunk/; revision=28863
2005-02-22 William Jon McCann <mccann@jhu.edu>
* e-shell-window.c (setup_offline_toggle): Make offline button scale
with font size. Fixes#48868.
svn path=/trunk/; revision=28849
2005-02-10 JP Rosevear <jpr@novell.com>
* e-component-registry.c (query_components): unref the menu icon
if it exists to fix a leak
svn path=/trunk/; revision=28804
2005-01-21 JP Rosevear <jpr@novell.com>
* e-shell-offline-handler.c
(impl_OfflineProgressListener_updateProgress): mark priv->finished
as true first so we don't access freed memory if we get finalized
during the signal emmission
(cancel_offline): ditto
(finalize_offline): ditto
(e_shell_offline_handler_put_components_offline): ditto
svn path=/trunk/; revision=28487
2005-01-09 JP Rosevear <jpr@novell.com>
* e-shell.c (impl_Shell_handleURI): open a new window if we get a
component id type url
* Evolution-Shell.idl: add ComponentNotFound exception
svn path=/trunk/; revision=28302
2005-01-04 JP Rosevear <jpr@novell.com>
* e-sidebar.h: new protos, modes
* e-sidebar.c: handle 2 more modes, text only and toolbar style;
allow visibility to be set for the buttons
* e-shell-window.h: new proto
* e-shell-window.c (setup_widgets): set the sidebar setting and
visibility based on stored gconf settings
(e_shell_window_save_defaults): save the current sidebar setting
visibility
(e_shell_window_peek_sidebar): return the sidebar
* e-shell-window-commands.c (e_shell_window_commands_setup): add
listeners for each of the component button radio items and for the
hide toggle
(view_buttons_icontext_item_toggled_handler): listener callback,
set mode
(view_buttons_icon_item_toggled_handler): ditto
(view_buttons_text_item_toggled_handler): ditto
(view_buttons_toolbar_item_toggled_handler): ditto
(view_buttons_hide_item_toggled_handler): listener callback, set
visibility
* apps_evolution_shell.schemas.in.in: add component button style
and visibility defaults
svn path=/trunk/; revision=28239
2004-12-09 Rodney Dawes <dobey@novell.com>
* e-shell-window-commands.c: Use stock_new-window for the New Window
menu item in the File menu
svn path=/trunk/; revision=28105
2004-10-25 Not Zed <NotZed@Ximian.com>
* main.c (main): register event hook.
* e-shell.c (offline_procedure_finished_cb, e_shell_go_online):
emit new state changed event.
* main.c (main): register the menu hook.
(): only define DEVELOPMENT if not already.
* e-shell-window.c (init): setup menu manager.
(e_shell_window_new): activate menu manager.
(update_offline_toggle_status): update the menu manager when the
offline state changes (currently only state which requires it)
* es-menu.[ch]: Shell plugin menu manager.
svn path=/trunk/; revision=27712
2004-09-27 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c (about_box_new): fixed two
typos in the list of contributors
svn path=/trunk/; revision=27405
2004-09-21 JP Rosevear <jpr@novell.com>
From Malcolm Tredinnick <malcolm@commsecure.com.au>, Fixes#66261
* e-shell-window-commands.c (about_box_new): don't show
"translator-credits" if not translated
2004-09-07 JP Rosevear <jpr@novell.com>
Fixes#17338
* e-shell-window-commands.c (about_box_new): use per language
translator credits, update authors lists (not strictly authors,
but we have a lot of helpful people)
svn path=/trunk/; revision=27323
2004-09-03 Not Zed <NotZed@Ximian.com>
** See bug #61285.
* e-shell-settings-dialog.c (load_pages): use a better query to
get the configuration pages, the old one didn't include version
information properly.
svn path=/trunk/; revision=27138
2004-08-27 Not Zed <NotZed@Ximian.com>
** See bug #62856 (workaround only)
* e-shell.c (impl_Shell_setLineStatus, e_shell_construct): set the
online state on e_passwords.
svn path=/trunk/; revision=27075
2004-08-26 Rodney Dawes <dobey@novell.com>
* apps_evolution_shell.schemas.in.in: Don't translate the default
value for the window height
svn path=/trunk/; revision=27034
* e-shell-startup-wizard.c: (prepare_importer_page):
don't call gtk_dialog_set_has_separator
on Message Dialog on GTK+ >= 2.4.0 (output warning)
* e-shell-importer.c: (e_shell_importer_start_import):
Initialize data->finish before using it
(prepare_intelligent_page): don't call gtk_dialog_set_has_separator
on Message Dialog on GTK+ >= 2.4.0 (output warning)
(start_import) (next_file_page): convert filename from UTF-8 to
local encoding.
svn path=/trunk/; revision=27020
2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org>
* e-shell-importer.c: added the "use_filechooser" property to the
GnomeFileEntry
svn path=/trunk/; revision=26894
* apps_evolution_shell.schemas.in.in: added last_version item.
* shell-errors.xml: added upgrade-remove-1-4 and
upgrade-remove-1-4-confirm dialogues.
* e-shell.c (remove_dir): utility to recursively delete a tree of
files and folders.
(e_shell_attempt_upgrade): keep track of the last upgraded
version, if != current version, and < 1.5, and it exists, offer to
remove ~/evolution. Confirm the offer before actually doing it.
* e-shell-window-commands.c: include gnome-about.
(command_help_faq): fix comment structure
* e-shell.c (attempt_upgrade): moved most of this into
e_shell_attempt_upgrade.
(e_shell_attempt_upgrade): moved most of this into
attempt_upgrade, removed rev args. It makes sense, really!
(e_shell_construct): call e_shell_attempt_upgrade instead.
svn path=/trunk/; revision=26788
2004-07-22 Not Zed <NotZed@Ximian.com>
* e-shell.c (create_window): merged this into
e_shell_create_window, all it was doing was adding a stack frame.
(e_shell_create_window): setup the e error default window.
svn path=/trunk/; revision=26729
2004-06-24 Not Zed <NotZed@Ximian.com>
** See bug #57367.
* e-shell-window.c (e_shell_window_new): fix gconf client leak and
clean up some logic.
* e-shell.c (e_shell_construct): dont activate the components
individually, component registry does that implictly.
* e-component-registry.c (init): dont call query_components here.
(query_components): setup a run-once guard. before adding a
component info to the list, make sure we can activate it.
(component_info_new): take the interface as a construct argument
now.
(e_component_registry_peek_list): perform the component list query
if we haven't already.
(e_component_registry_peek_info): same.
(e_component_registry_activate): just always return
the reffed component, it isn't added unless it was already activated.
svn path=/trunk/; revision=26490