Commit Graph

12 Commits

Author SHA1 Message Date
83bf2090ac if oaf isn't initialized by the time the conduit starts, start it up. we
* conduits/todo/todo-conduit.c (conduit_get_gpilot_conduit): if
	oaf isn't initialized by the time the conduit starts, start it
	up.  we do this because we need to start wombat with oaf, and
	gpilotd doesn't currently start oaf.

svn path=/trunk/; revision=4539
2000-08-04 23:37:17 +00:00
baa5d86837 fixed a bunch of bugs, added a lot of debug spew.
svn path=/trunk/; revision=4501
2000-08-03 02:35:15 +00:00
a3ba8ebd3b Added the Turkish desktop entries
svn path=/trunk/; revision=4227
2000-07-19 21:57:39 +00:00
085e18d437 conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDB
* conduits/todo/todo-conduit.c: conduit based on the calendar conduit.
	this conduit syncs a pilot's ToDoDB database to wombat's list of "todo"
	events.

	* gui/gncal-todo.c (simple_todo_editor): set todo's priority control
	based on value from ical object during edit.

svn path=/trunk/; revision=4156
2000-07-13 21:35:57 +00:00
d75a6c0b38 todo conduit builds and plays nice but does nothing
svn path=/trunk/; revision=4130
2000-07-12 23:34:10 +00:00
a677dc02e0 Added Norwegian translation
svn path=/trunk/; revision=3147
2000-05-21 19:48:15 +00:00
e3769571ce Added Danish strings to desktop/menu file
svn path=/trunk/; revision=2489
2000-04-18 20:19:40 +00:00
47f01927e1 now it doesn't build todo conduit anymore. Since the conduit is just a
* Makefile.am: now it doesn't build todo conduit
	anymore. Since the conduit is just a skeleton, no need to
	build and install it.

	* calendar-conduit-control-applet.c: revamped for all the
	changes in calendar-conduit.h. Also fixed the pilotId bug that
	all conduit capplets had.

	* calendar-conduit-control-applet.desktop: renamed to
	GnomeCalendar.

	* calendar-conduit.h: Fixed namespace pollution, appended GCal
	to structures, gcalconduit to methods. Introduced the
	GCalConduitContext.

	* calendar-conduit.c: No more global variables, all is contained
	in a GCalConduitContext variable, that all the signals are
	passed as user data.

svn path=/trunk/; revision=1338
1999-10-22 01:16:15 +00:00
fe4a9b93de checks return values from gpilotd_init/connect.
* *conduit*[ch]: checks return values from gpilotd_init/connect.

	* calender.c (vcalendar_create_from_calendar): removed a set
 	of cleanVObject cleanStrTbl, since the freed memory that the
	function returned.

svn path=/trunk/; revision=1319
1999-10-06 15:23:18 +00:00
2c445af124 better merge of summary/description when doing ical_from_remote
* calendar-conduit.c: better merge of summary/description
        when doing ical_from_remote (update_record), also handles
        import from gnomecal to pilot better, and on both ways, repeat
        events are much better now.

svn path=/trunk/; revision=1253
1999-09-23 05:58:40 +00:00
445fa5fd05 forgot the .desktop files...`
svn path=/trunk/; revision=1217
1999-09-08 13:15:32 +00:00
8550ca3f28 uses GNOME_PILOT_CHECK
* configure.in: uses GNOME_PILOT_CHECK

        * gncal/GnomeCal.idl: added a get_objects() call,
        which returns all the objects in the calendar.

        * gncal/Makefile.am: added two conduits with
        control-applets. Compiled only if configure sets
        HAVE_GNOME_PILOT

        * gncal/calender-conduit.[ch]: began implementing conduit.

        * gncal/todo-conduit.[ch]: begin implementing conduit.

        * gncal/corba-cal.c: implemented the get_objects() call.

svn path=/trunk/; revision=1216
1999-09-08 13:06:07 +00:00