Commit Graph

1655 Commits

Author SHA1 Message Date
e20e0d7ab3 Evolution product name spelled with an uppercase E
2004-11-22  Joan Sanfeliu  <joan@fibranet.com>

	* main.c: Evolution product name spelled with an uppercase E

	Fixes #61605

svn path=/trunk/; revision=27965
2004-11-22 20:52:05 +00:00
805838fa3f remove the hard line breaks.
2004-11-02  mengjie yu  <meng-jie.yu@sun.com>

        * evolution-startup-wizard.glade:remove the hard line breaks.

svn path=/trunk/; revision=27793
2004-11-02 09:49:26 +00:00
0ea79651b8 register event hook.
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-10-25 04:46:18 +00:00
b0e927b258 initialise plugin system. (main): add --disable-eplugin and --disable-mono
2004-10-07  Not Zed  <NotZed@Ximian.com>

        * main.c (main): initialise plugin system.
        (main): add --disable-eplugin and --disable-mono arguments.

svn path=/trunk/; revision=27492
2004-10-07 08:21:02 +00:00
5f1eb8c654 use g_timeout_add().
2004-09-30  Kjartan Maraas  <kmaraas@gnome.org>

	* e-shell-importer.c: (import_cb): use g_timeout_add().
	* importer/intelligent.c: (select_row_cb), (unselect_row_cb),

svn path=/trunk/; revision=27435
2004-09-30 08:42:11 +00:00
f94ff28c30 Added ed catmur to the credits.
2004-09-24  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: Added ed catmur to the credits.

svn path=/trunk/; revision=27409
2004-09-28 04:53:59 +00:00
abfce8d7d7 fixed two typos in the list of contributors
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-28 02:41:36 +00:00
c54cde7cd6 From Malcolm Tredinnick <malcolm@commsecure.com.au>, Fixes #66261
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-21 16:42:32 +00:00
ef6a3af717 Merged notzed-eplugin-2-branch to head.
svn path=/trunk/; revision=27300
2004-09-20 05:59:55 +00:00
fe0bfd89fe set online status for e_passwords see #62856 (work around)
2004-09-13  Sivaiah Nallagatla <snallagatla@novell.com>

        * e-shell.c (offline_procedure_finished_cb)
        (e_shell_go_online) : set online status
        for e_passwords
        see #62856 (work around)

svn path=/trunk/; revision=27263
2004-09-14 08:46:22 +00:00
2bea41eff4 ** See bug #61285.
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-09-04 02:54:15 +00:00
9262d7ff7f ** See bug #62856 (workaround only)
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-30 04:32:07 +00:00
d9aa9b68ad Don't translate the default value for the window height
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
2004-08-26 14:33:25 +00:00
124d3c27c2 don't call gtk_dialog_set_has_separator on Message Dialog on GTK+ >= 2.4.0
* 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-25 11:02:16 +00:00
ea3c059688 bump version. requires
2004-08-13  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version. requires

svn path=/trunk/; revision=26926
2004-08-13 20:06:34 +00:00
4cc6322a8c added the "use_filechooser" property to the GnomeFileEntry
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
2004-08-12 20:37:07 +00:00
e4c32f3ec4 init epasswords.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * main.c (main): init epasswords.

svn path=/trunk/; revision=26884
2004-08-12 06:57:15 +00:00
94256b9919 added last_version item.
* 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-08-01 17:58:08 +00:00
61d06c1e6e merged this into e_shell_create_window, all it was doing was adding a
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-07-26 06:52:00 +00:00
cbfa4ef50c Use stock_mail-import instead of stock_import? *shrug* Fixes bug #61778.
2004-07-22  Jeffrey Stedfast  <fejj@novell.com>

	* e-shell-importer.c (e_shell_importer_start_import): Use
	stock_mail-import instead of stock_import? *shrug* Fixes bug
	#61778.

svn path=/trunk/; revision=26716
2004-07-23 16:44:13 +00:00
164632ce4f tarball should ship .schemas.in.in files, not generated files.
* Makefile.am:
        tarball should ship .schemas.in.in files, not generated files.

        * apps_evolution_shell.schemas.in.in:
        Don't translate default component id (bug #60859)

svn path=/trunk/; revision=26603
2004-07-09 11:18:16 +00:00
3fb36ba5de Add this back to CVS for translators Don't ignore e-shell-errors.xml.h
2004-07-06  Rodney Dawes  <dobey@novell.com>

	* e-shell-errors.xml.h: Add this back to CVS for translators
	* .cvsignore: Don't ignore e-shell-errors.xml.h

svn path=/trunk/; revision=26588
2004-07-06 21:33:46 +00:00
8317d34210 ** See bug #57367.
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
2004-06-24 08:14:51 +00:00
aa73155f14 free priv->menu_xml. plugs (big) leak.
2004-06-21  Chris Toshok  <toshok@ximian.com>

	* e-user-creatable-items-handler.c (impl_finalize): free
	priv->menu_xml.  plugs (big) leak.

svn path=/trunk/; revision=26447
2004-06-22 00:44:58 +00:00
6ab671872b Remove AUTOHELP option since GNOME adds this itself. Fixes bug #60374.
2004-06-18  Jeffrey Stedfast  <fejj@novell.com>

	* main.c (main): Remove AUTOHELP option since GNOME adds this
	itself. Fixes bug #60374.
	(main): Before exiting from main(), call shutdown() routines.

svn path=/trunk/; revision=26431
2004-06-18 21:19:39 +00:00
f4cea63565 test for skip_warning_dialog value in gconf here and not in
2004-06-18  Radek Doulik  <rodo@ximian.com>

	* main.c (main): test for skip_warning_dialog value in gconf here
	and not in show_development_warning, otherwise we don't add or
	call idle_cb and evo will not run
	(show_development_warning): do not read skip_warning_dialog here

svn path=/trunk/; revision=26423
2004-06-18 18:16:28 +00:00
01a1d40096 ** See bug #54498.
2004-06-18  Not Zed  <NotZed@Ximian.com>

        ** See bug #54498.

        * main.c (idle_cb): don't do dev warning stuff here anymore.

        * main.c (main): show the dev warning before doing anything else
        if we are going to.
        (warning_dialog_response_callback): kick off the actual
        application once we're finished.
        (window_map_callback, new_window_created_callback): removed, not
        needed anymore.

svn path=/trunk/; revision=26412
2004-06-18 06:49:40 +00:00
d8fcdfcb0f Call gnome_sound_init() before bonobo_main().
2004-06-17  Jeffrey Stedfast  <fejj@ximian.com>

	* main.c (main): Call gnome_sound_init() before bonobo_main().

svn path=/trunk/; revision=26386
2004-06-17 12:27:00 +00:00
4ba6a25075 Remove no-longer-used stuff
* check-empty.xpm, check-filled.xpm, check-missing.xpm:
	* e-shell-config-autocompletion.[ch]:
	* e-shell-config-default-folders.[ch]:
	* e-shell-config-folder-settings.[ch]:
	* e-shell-config-offline.[ch]:
	* e-shell-config.[ch]:
	* e-shell-folder-creation-dialog.[ch]:
	* e-shell-shared-folder-picker-dialog.[ch]:
	* e-storage-set-store.[ch]:
	* e-storage-set-view-checkboxes.etstate:
	* e-storage-set-view-no-checkboxes.etstate:
	* e-storage-set-view.etspec:
	* e-uri-schema-registry.[ch]:
	* evolution-activity-client.c:
	* evolution-storage-set-view-factory.[ch]:
	* evolution-storage-set-view.[ch]:
	* glade/e-folder-list.glade:
	* glade/e-shell-config-default-folders.glade:
	* glade/e-shell-folder-creation-dialog.glade:
	* glade/e-shell-shared-folder-picker-dialog.glade: Remove
	no-longer-used stuff

	* README: Remove this, since it's more confusing than true now.

	* Evolution-Offline.idl, Evolution-common.idl: Remove
	GNOME_Evolution_Folder, and references to it.

	* e-active-connection-dialog.glade:
	* evolution-startup-wizard.glade: Move the last two remaining
	files from ./glade/ up to here.

	* glade/*: Gone.

	* Makefile.am, .cvsignore: update for the above

svn path=/trunk/; revision=26286
2004-06-10 16:30:15 +00:00
7e0929f040 Added Martyn Russel to the credits.
2004-06-06  Jeffrey Stedfast  <fejj@ximian.com>

	* e-shell-window-commands.c: Added Martyn Russel to the credits.

svn path=/trunk/; revision=26232
2004-06-06 22:31:34 +00:00
b2e6995ed5 Fixes #59361
2004-06-04  JP Rosevear  <jpr@novell.com>

	Fixes #59361

	* e-sidebar.c (layout_buttons): handle 0 and 1 buttons properly

svn path=/trunk/; revision=26210
2004-06-04 14:07:10 +00:00
3048b4c9de Merge from release branch.
svn path=/trunk/; revision=26178
2004-06-03 18:02:56 +00:00
0d3421467c add shell-errors.xml.h
svn path=/trunk/; revision=26169
2004-06-03 15:02:29 +00:00
846953d493 Add listener for the ViewToolbar command.
2004-06-01  William Jon McCann  <mccann@jhu.edu>

	* e-shell-window-commands.c (e_shell_window_commands_setup):
	Add listener for the ViewToolbar command.
	(view_toolbar_item_toggled_handler):
	New function to handle toggling toolbar visibility and saving state.

	* e-shell-window.c (e_shell_window_save_defaults):
	Save the status of the toolbar visibility.
	(setup_widgets): Set initial state of toolbar visibility.

	* apps_evolution_shell.schemas.in.in: Added schema for toolbar_visible.

svn path=/trunk/; revision=26157
2004-06-02 20:37:14 +00:00
84904a536d sort the various available importer plugins by name in the importer druid
2004-06-01  Christophe Fergeau  <teuf@gnome.org>

 	* e-shell-importer.c: sort the various available importer plugins by
  	name in the importer druid combo box so that the list doesn't change
  	from one evolution run to another.

svn path=/trunk/; revision=26148
2004-06-01 18:57:42 +00:00
e0862e69a7 ** See #58827.
2004-05-27  Not Zed  <NotZed@Ximian.com>

        ** See #58827.

        * e-shell-window.c (switch_view): api change

        * e-shell.c (impl_Shell_handleURI): Fixed for api change.
        (impl_Shell_handleURI): check the component alias for an alternate
        uri schema path.  'quick hack' for activating components from
        command line.  This may, or may not, continue to function.

        * e-component-registry.c (e_component_registry_peek_info): added
        an id for search type.
        (e_component_registry_peek_info_for_uri_schema): ^ makes this
        redundant, removed.
        (e_component_registry_activate): fixed for api change.

svn path=/trunk/; revision=26137
2004-06-01 04:16:26 +00:00
057e323832 Set the default window size for the druid to 480x320
2004-05-28  Rodney Dawes  <dobey@novell.com>

	* e-shell-importer.c (e_shell_importer_start_import):
	Set the default window size for the druid to 480x320

svn path=/trunk/; revision=26127
2004-05-28 19:02:57 +00:00
906663f126 remove bogus include
2004-05-28  JP Rosevear  <jpr@novell.com>

	* e-shell-window-commands.c: remove bogus include

svn path=/trunk/; revision=26124
2004-05-28 16:35:44 +00:00
f0e2de981a Remove e-shell-about-box.
2004-05-28  William Jon McCann  <mccann@jhu.edu>

       * Makefile.am (evolution_SOURCES): Remove e-shell-about-box.

       * e-shell-window-commands.c (command_about_box, about_box_new):
       Use GNOME about box.

svn path=/trunk/; revision=26122
2004-05-28 16:14:07 +00:00
59751421bd Require e-error-tool
2004-05-27  Rodney Dawes  <dobey@novell.com>

	* e-util/Makefile.am (dist-hook): Require e-error-tool

2004-05-27  Rodney Dawes  <dobey@novell.com>

	* */Makefile.am (EXTRA_DIST): Add $(error_i18n) for "make dist"

svn path=/trunk/; revision=26114
2004-05-27 18:23:57 +00:00
34620f5fb6 Don't dist $(error_i18n) as it requires e-error-tool to be built
2004-05-27  Rodney Dawes  <dobey@novell.com>

	* Makefile.am (EXTRA_DIST): Don't dist $(error_i18n) as it requires
	e-error-tool to be built

	* shell-errors.xml.(h|in): Remove these from CVS, the .in is not used
	any more, and the .h is generated from the .xml

svn path=/trunk/; revision=26111
2004-05-27 14:50:12 +00:00
5131f93668 fixed a spelling mistake for Gerardo
svn path=/trunk/; revision=26107
2004-05-26 21:52:10 +00:00
d45880ec8e Implemented. Sends the "interactive" message when the first window is
2004-05-26  Sarfraaz Ahmed <asarfraaz@novell.com>

        * e-shell.c (set_interactive): Implemented. Sends the "interactive"
        message when the first window is created to all the components.

svn path=/trunk/; revision=26098
2004-05-26 10:06:36 +00:00
ca6276f9e5 set exception if not implemented.
2004-05-26  Not Zed  <NotZed@Ximian.com>

        * importer/evolution-importer.c
        (impl_GNOME_Evolution_Importer_createControl): set exception if not
        implemented.

        * e-shell-importer.c (importer_file_page_new): set the entry to
        activate default, and fixed the _Filename and _Forward shortcut
        clash.  #58081.
        (prepare_dest_page): pack the widget without expand/fill.

svn path=/trunk/; revision=26088
2004-05-26 04:23:41 +00:00
96c1f6f562 Removed. Nothing uses this interface (which didn't use the EError routines
2004-05-21  Jeffrey Stedfast  <fejj@novell.com>

	* evolution-shell-component-utils.c (e_activation_failure_dialog):
	Removed. Nothing uses this interface (which didn't use the EError
	routines anyway).

svn path=/trunk/; revision=26035
2004-05-21 17:48:44 +00:00
90b1aebeb8 remove unused.
2004-05-21  Not Zed  <NotZed@Ximian.com>

        * e-shell.c (e_shell_attempt_upgrade): remove unused.

svn path=/trunk/; revision=26032
2004-05-21 09:12:44 +00:00
e4b42c5e6c use the menu icon not the button icon for the menus. (setup_widgets):
2004-05-19  Not Zed  <NotZed@Ximian.com>

        * e-shell-window.c (setup_widgets): use the menu icon not the
        button icon for the menus.
        (setup_widgets): fixed some i18n stuff with the menu xml.  no use
        putting _x stuff here, it also needs a source.  And a memleak.
        Yucko.

        * e-component-registry.c (component_info_new): take menu icon.
        (query_components): setup the menu icon, not a large toolbar sized
        icon.

        * e-shell-window.c (menu_component_selected): just use '-' as
        ascii, its always going to be hte same in utf8.  simplifies the
        code somewhat.

2004-05-05  William Jon McCann  <mccann@jhu.edu>

        * e-shell-window.c (menu_component_selected, setup_widgets):
        Add components to View menu.

        * e-component-registry.[ch] (component_info_new)
        (component_info_free, query_components): Add menu_label and
        menu_accelerator fields.

svn path=/trunk/; revision=25972
2004-05-19 03:50:52 +00:00
6163a33d69 update translation header
svn path=/trunk/; revision=25952
2004-05-18 07:29:26 +00:00
68fbde50f8 added noshell and noshell-reason error strings. the latter seems a waste,
2004-05-18  Not Zed  <NotZed@Ximian.com>

        * shell-errors.xml: added noshell and noshell-reason error
        strings.  the latter seems a waste, but ...

        * main.c (idle_cb): use e_error for the new no shell errors.

svn path=/trunk/; revision=25946
2004-05-18 04:44:39 +00:00
0574ded1a1 Change E_PIXMAP() sizes over to E_ICON_SIZE enum values.
2004-05-17  Jeffrey Stedfast  <fejj@novell.com>

	* e-shell-window-commands.c: Change E_PIXMAP() sizes over to
	E_ICON_SIZE enum values.

svn path=/trunk/; revision=25937
2004-05-17 20:04:28 +00:00