Commit Graph

49 Commits

Author SHA1 Message Date
c8a315a5a9 added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo
2001-10-04  Rodrigo Moya <rodrigo@ximian.com>

	* importer/Makefile.am: added BONOBO_GNOME_CFLAGS to make it compile
	with latest Bonobo

svn path=/trunk/; revision=13408
2001-10-04 11:04:21 +00:00
a36bd3b0be New place to start the intelligent importers
svn path=/trunk/; revision=13230
2001-09-28 21:04:27 +00:00
9cb86dd0b0 [Automake 1.5 fixes pointed out by Richard Boulton
<richard@tartarus.org>, as per #9258.]

* importer/Makefile.am (CLEANFILES): Assign directly using `=',
instead of `+='.
* Makefile.am (CLEANFILES): Likewise.

svn path=/trunk/; revision=12846
2001-09-14 23:35:28 +00:00
0ab127f884 Remove spew
svn path=/trunk/; revision=12785
2001-09-12 21:49:08 +00:00
d36c3b0e20 Changed the "Evolution has found the following data sources" text in the
2001-08-13  Anna Marie Dirks  <anna@ximian.com>

	* importer/intelligent.c : Changed the "Evolution has found the
	following data sources" text in the import dialog to "Evolution
	can import data from the following files" in an attempt to
	increase user-friendliness.

svn path=/trunk/; revision=11976
2001-08-13 23:21:16 +00:00
18d674a7f6 Changed all instances of "druid" and "wizard" to "assistant".
2001-08-13  Anna Marie Dirks  <anna@ximian.com>
	* importer/import.glade : Changed all instances of "druid"
	and "wizard" to "assistant".

svn path=/trunk/; revision=11958
2001-08-13 20:40:58 +00:00
3ce970fde7 Remove warning
svn path=/trunk/; revision=11072
2001-07-12 23:02:46 +00:00
c4ad1ccccd DONT ASK ME AGAIN!
svn path=/trunk/; revision=11012
2001-07-11 19:21:05 +00:00
a74afe6c19 Mark a string for translation.
2001-07-11  Kjartan Maraas  <kmaraas@gnome.org>

	* importers/intelligent.c: Mark a string for translation.

svn path=/trunk/; revision=11001
2001-07-11 14:45:10 +00:00
3f3936e0f9 More BonoboConf work
svn path=/trunk/; revision=10752
2001-07-03 16:40:01 +00:00
91cc026904 Update the copyrights, replacing Helix Code with Ximian and
helixcode.com with ximian.com all over the place.

svn path=/trunk/; revision=10440
2001-06-23 08:52:02 +00:00
bb9e2eb060 Fix a bunch of stupid warnings caused by missing includes. Also
placate GCC on a bogus "uninitialized variable" error.

svn path=/trunk/; revision=10438
2001-06-23 07:14:23 +00:00
66782a0fc5 Changed the dialog box and added a Don't Ask Me Again button. Oh yeah!
svn path=/trunk/; revision=10138
2001-06-06 22:06:49 +00:00
dd032fc24d Ask for a folder to import into.
svn path=/trunk/; revision=9775
2001-05-11 21:19:33 +00:00
33b9baa063 Made this function static. Removed the unused variable placeholder.
2001-05-09  Christopher James Lahey  <clahey@ximian.com>

	* importer/intelligent.c (create_gui): Made this function static.
	Removed the unused variable placeholder.
	(intelligent_importer_init): Cast from gpointer to int here
	properly using GPOINTER_TO_INT.

svn path=/trunk/; revision=9730
2001-05-09 19:55:04 +00:00
c64eccfe00 Importer changes
svn path=/trunk/; revision=9722
2001-05-08 22:53:41 +00:00
134cba36bc Plug a leak (the return value from `oaf_query()' must be freed!).
svn path=/trunk/; revision=9668
2001-05-04 15:35:27 +00:00
65464a8165 #include <glib.h> and move corresponding local includes to the top.
2001-04-25  Kjartan Maraas  <kmaraas@gnome.org>

	* e-component-register.c, e-corba-storage.c, e-folder-tree.c,
	e-folder-tree.h, e-folder.c, e-local-folder.c, e-shell.c,
	e-shortcuts-view-model.c, e-shortcuts.c, e-splash.c,
	e-storage-set-view.c, e-storage-set.c, evolution-local-storage.c,
	evolution-shell-component-client.c, evolution-shell-component.c,
	evolution-storage.[ch], importer/evolution-importer-client.[ch],
	importer/evolution-importer-listener.[ch],
	importer/evolution-importer.[ch],
	importer/evolution-intelligent-importer.[ch], importer/intelligent.c:
	#include <glib.h> and move corresponding local includes to the top.

svn path=/trunk/; revision=9556
2001-04-25 07:55:21 +00:00
04fac44de1 Do this everywhere, also fixup CLEANFILES
Do this everywhere, also fixup CLEANFILES

2001-04-14  Michael Meeks  <michael@ximian.com>

	* Makefile.am (dist-hook): remove built sources from dist.

svn path=/trunk/; revision=9309
2001-04-14 08:02:59 +00:00
7296e1c664 set content type to utf8. fix warning. just call on_link_clicked().
2001-04-04  Gediminas Paulauskas <menesis@delfi.lt>

	* mail-config-druid.c (create_html): set content type to utf8.
	* mail-config.c (mail_config_check_service): fix warning.
	* mail-display.c (link_open_in_browser): just call on_link_clicked().
	(link_menu): Open link works.
	(link_copy_location): claim selection.
	(on_selection_get): new function, selection handler.
	(mail_display_new): connect to selection_get. FIXME: does not work.

2001-04-04  Gediminas Paulauskas <menesis@delfi.lt>

	* importer/importer.c (create_html): copied newer and fixed function
	from mail/mail-config-druid.c.
	(html_new, put_html): removed.
	(show_import_wizard): use create_html instead of html_new/put_html pair.
	* importer/importer.glade: a try to set logo. removed source generation
	options.

svn path=/trunk/; revision=9161
2001-04-04 02:14:11 +00:00
dacf8177a9 Iain's fix did not help, fixing myself. closes #1914
svn path=/trunk/; revision=9112
2001-04-03 01:00:56 +00:00
60d5bd3fc9 If the importer can't be started, don't continue
svn path=/trunk/; revision=9064
2001-03-31 03:32:48 +00:00
5d97d3fa51 Fix a crash when the evolution-importer-client tries to pass NULL for the folderpath.
svn path=/trunk/; revision=9055
2001-03-30 22:46:53 +00:00
d6f661cd37 Remove/replace unneeded includes and move around stuff so that system
2001-03-29  Kjartan Maraas  <kmaraas@gnome.org>

	* e-component-registry.c: Remove/replace  unneeded includes and
	move around stuff so that system headers are included first.
	* e-corba-storage.c: Replace #include <bonobo.h>
	* e-folder-tree.c: Shuffle.
	* e-folder.c: Remove #include <gtk/gtkobject.h>
	* e-local-storage.c: Replace #include <gnome.h> and <bonobo.h>
	* e-setup.c: Replace #include <glib.h> and <gnome.h>
	* e-shell-folder-creation-dialog.c: Replace #include <gnome.h>
	* e-shell-folder-title-bar.c: Replace <gnome.h>
	* e-shell-utils.c: Same here.
	* e-shell-view-menu.c: Same here (and <bonobo.h>)
	* e-shell-view.c: Replace <gnome.h> and <bonobo.h>
	* e-shell.c: Replace <gnome.h>
	* e-shell.h: Shuffle.
	* e-shortcuts-view-model.c: Replace <gnome.h>
	* e-shortcuts-view.c: Remove #include <gnome.h>
	* e-shortcuts.c: Move <string.h> up.
	* e-splash.c: Replace <gnome.h>
	* e-storage-set-view.c: Replace <gnome.h>
	* e-storage-set.c: Shuffle
	* e-storage.c: Replace <gnome.h>
	* evolution-local-storage.c: Same here
	* evolution-local-storage.h: And here.
	* evolution-session.c: Same here too.
	* evolution-session.h: Replace <bonobo.h>
	* evolution-shell-client.c: Here too.
	* evolution-shell-component-client.c: Shuffle.
	* evolution-shell-component.c: Replace <bonobo.h>
	* evolution-shell-view.c: Remove #include <bonobo.h>
	* evolution-shell-view.h: Replace <gnome.h>
	* evolution-storage-listener.c: Replace <gnome.h> and <bonobo.h>
	* evolution-storage-listener.h: Replace <gnome.h>
	* evolution-storage-set-view-listener.c: Replace <gnome.h> and <bonobo.h>
	* evolution-storage-set-view.c: Remove <gnome.h>
	* evolution-storage.c: Replace <bonobo.h>
	* main.c: Replace <gnome.h> and <bonobo.h>
	* importer/importer.c: Replace <gnome.h>
	* importer/intelligent.c: Replace <gnome.h>. Add prototype for

svn path=/trunk/; revision=9019
2001-03-29 18:39:21 +00:00
35c7cc9018 Fix some warnings, Allow the importers to import into any folder. Update
Fix some warnings,
Allow the importers to import into any folder.
Update all importers for this change.
Don't emit the create_folder callback if the folder to be created already exists.
This should fix the libibex crash when importing.

svn path=/trunk/; revision=8912
2001-03-23 02:09:29 +00:00
726712806e make sure intelligent.h gets disted
2001-03-20  JP Rosevear  <jpr@ximian.com>

	* importer/Makefile.am: make sure intelligent.h gets disted

svn path=/trunk/; revision=8845
2001-03-20 10:13:28 +00:00
1a983f0dd7 builddir != srcdir fixes. Yay!
svn path=/trunk/; revision=8706
2001-03-14 11:42:37 +00:00
b4269e1f42 Have a "Do not ask me again" box for the importers.
svn path=/trunk/; revision=8676
2001-03-13 18:54:15 +00:00
8c2f3a00ef All my changes to get the folder creation working, and the magic Netscape
importer.

svn path=/trunk/; revision=8661
2001-03-13 02:26:18 +00:00
f581cae993 add include. (show_import_wizard): update signature to that of a verb.
2001-02-21  Michael Meeks  <michael@ximian.com>

	* importer/importer.c: add include.
	(show_import_wizard): update signature to that of a verb.

	* evolution-shell-component.c (corba_class_init): move into
	(class_init): here & upd.
	(evolution_shell_component_construct): upd.
	(create_servant): kill.
	(E_MAKE_TYPE) -> E_MAKE_X_TYPE.

svn path=/trunk/; revision=8359
2001-02-23 00:53:41 +00:00
ec5d0a0fab Cast this fucntion pointer.
2001-02-17  Christopher James Lahey  <clahey@ximian.com>

	* e-shell-view-menu.c (file_verbs): Cast this fucntion pointer.

	* e-storage-set-view.c (ETABLE_SPEC): Turn on horizontal scrolling
	here.

	* evolution-shell-component.c
	(impl_ShellComponent_async_copy_folder): Commented out this unused
	function.

	* evolution-storage.c (storage_gtk_to_corba_result): Removed an
	unused variable here.

	* importer/importer.c: Include gal/widets/e-gui-utils.h.

svn path=/trunk/; revision=8269
2001-02-17 11:06:39 +00:00
d33f5f73f8 Memory leak fix
svn path=/trunk/; revision=7950
2001-02-04 02:09:44 +00:00
5a13e823f2 Inform people when they can't import a file.
svn path=/trunk/; revision=7916
2001-01-30 18:48:06 +00:00
a05f6a5cb7 Remove the FIXME in the glade dialog, and put a nasty hack to change the
label of the button to "Import"

svn path=/trunk/; revision=7902
2001-01-30 01:36:35 +00:00
d4d4df164b Fixed some typos.
2001-01-30  Kjartan Maraas  <kmaraas@gnome.org>

	* importer/importer.c: Fixed some typos.

svn path=/trunk/; revision=7900
2001-01-30 00:22:01 +00:00
31c69c19e7 Fix missing ';'.
2001-01-24  Kjartan Maraas  <kmaraas@gnome.org>

	* importer/GNOME_Evolution_Importer.idl: Fix missing ';'.

svn path=/trunk/; revision=7781
2001-01-24 15:01:05 +00:00
52c045e123 Removed the busy exception
svn path=/trunk/; revision=7768
2001-01-24 00:53:01 +00:00
7befb4dc1e Eeeep. Forgot
svn path=/trunk/; revision=7732
2001-01-23 01:00:23 +00:00
9908f0dba1 New listener object. Plus some oneway stuff as well.
svn path=/trunk/; revision=7729
2001-01-23 00:37:44 +00:00
26dd492af6 Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum
2001-01-17  Federico Mena Quintero  <federico@ximian.com>

	* importer/evolution-importer.h: Use "typedef enum { ... } Blah;"
	instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that
	gtk-doc can parse it.  Sigh.

svn path=/trunk/; revision=7600
2001-01-17 22:31:35 +00:00
59bd12b763 Removed the factory and updated the interfaces and objects
svn path=/trunk/; revision=7590
2001-01-17 18:28:39 +00:00
a1d117a6d0 Fix "Cancel" crash. Cancel on import dialog cancels Automatic now works as
Fix "Cancel" crash.
Cancel on import dialog cancels
Automatic now works as well

svn path=/trunk/; revision=7506
2001-01-15 18:30:18 +00:00
cd5099b9f7 Create
* importer/.cvsignore: Create

svn path=/trunk/; revision=7451
2001-01-12 16:38:38 +00:00
a197f59b88 More fixes
svn path=/trunk/; revision=7423
2001-01-12 02:08:35 +00:00
fab2c46020 Some warnings cleanups
svn path=/trunk/; revision=7422
2001-01-12 00:18:15 +00:00
d5bbb1d75d Typo! Doh!
svn path=/trunk/; revision=7418
2001-01-11 23:43:58 +00:00
c7e5e9a3f2 Fix make dist
svn path=/trunk/; revision=7417
2001-01-11 23:42:22 +00:00
2aa78ac24c Will it work?
svn path=/trunk/; revision=7405
2001-01-11 20:20:57 +00:00
0fd4de8110 add the importer part 1
svn path=/trunk/; revision=7398
2001-01-11 19:01:03 +00:00