gpilotd:
	- give conduits a gpilotd_get_storage_dir or something, that will
	supply them with a default directory (eg. ~/pilot) in which they should
	put data the get from the pilot. Also a gpilotd_get_config_thing which
	gives a ~/.gnome/gnome-pilot.d/conduitname file for config things.

	- corba stuff: Need to implement the progress bar stuff, also
	a condut_error(string) call, that lets the conduit inform the
	user of a problem.

	- corba stuff 2: Really need to walk through the FIXME's in
	orbit_daemon_glue.c

	- pilot id = 0, when syncing a pilot that has an id==0, needs
	to ask user if/which pilot profile he wants to restore. Don't forget
	that password thing, which probably also needs a tune-up.

	- A capplet to manage pilot dbs. Eg so avantgo bases can be marked
	as exclude from backup.

	- flag in backupconduit so it does not backup conduit handled bases.

--- FIXME this stuff is old, I should check for anything important and nuke the rest

conduits:
	For complete "office" integration, develop the following conduits:
		o email
		o gnomecard <> AddressDB
		o gnomecal <> DateDB
		o gnucash <> expense
	And perhaps a conduit for a pilot timetracker <> gnometimetracker,
	or deveper an opensource PalmOS timetracker.

gpilotd:
	The following CORBA operations are yet to be implemented
		o get_* info access methods (work is being done)
		o timeout of requests
		o cancellation of requests
		o get/set userid reflected in hotsync log

gpilotd:
	solve the enumeration of requests when deleting problem (see queue_io.c bottom).

lib-gpilotd:
	reconnect if the server dies.

idl/orbit_daemon_glue: use real objects instead of transmitting IORS.

pilot-link:
	Support of archieving in the SyncAbs system.



gpilot-fileman: Allow users to fetch a lists of databases and prcs from their 
	        pilot.  This should probably be done by having a 2
                tabs in the main window.  The first tab is for
                installing and contains the current view, the second
                tab contains a GUI interface for entering a list of db
                names and recovering them.  This feature is currently
                non-essential but would be nice.  The thing is that I
                would like to use the conduit daemon to perform all
                operations for this program including this.  I don't
                want to add the code here and then have to move or
                change it later.

gpilot-fileman: Implement the set selected files function in the multifile 
		widget

gpilot-fileman: Implement a select all button in the multi file widget
                that selects all files in the current directory
                displayed.

gpilot-fileman: Make the CLists scroll correctly when any row is too large for
                display, not just the title.

gpilot-fileman: Have the Install option ghosted out until someone
                selects a file.  We just need to attach a
                handler to the "file_selected" signal and
                "file_unselected" signal and maintain a count of the
                total selected files.

gpilot-fileman: Bugfix: If child dies unexpectedly and doesn't report
                any error the parent will segfault, we should check
                the return value of the reads to see what happened and
                bail if it doesn't make sense.

gpilot-fileman: Make preferences actually save some information so you
                don't have to set the serial port over and over again.
                Also add a default backup directory in the preferences.

gpilot-fileman: Make the left filebox in the multifile widget a drag
                source and the right filebox a drop target, anyone
                know how to do this?

Make g_error print its messages to a message box instead of to the
console.  

Integrate the existing pilot applet into this distro.
