aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-09-09 00:43:45 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-09-09 00:43:45 +0800
commit7c349155a53ccc3691037d02305c2cf594f2c15e (patch)
tree15cb46d8dd810c6b33176fc422d9c14d2ca19da8 /calendar/conduits
parent6ba376b06abad232ee033a716f45d84bcba4960e (diff)
downloadgsoc2013-evolution-7c349155a53ccc3691037d02305c2cf594f2c15e.tar.gz
gsoc2013-evolution-7c349155a53ccc3691037d02305c2cf594f2c15e.tar.zst
gsoc2013-evolution-7c349155a53ccc3691037d02305c2cf594f2c15e.zip
Tidy
2000-09-08 JP Rosevear <jpr@helixcode.com> * conduits/calendar/Makefile.am: Tidy * conduits/todo/Makefile.am: Tidy svn path=/trunk/; revision=5263
Diffstat (limited to 'calendar/conduits')
-rw-r--r--calendar/conduits/calendar/Makefile.am18
-rw-r--r--calendar/conduits/todo/Makefile.am27
-rw-r--r--calendar/conduits/todo/todo-conduit-control-applet.c15
3 files changed, 24 insertions, 36 deletions
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index a35f83c601..28014384cc 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -1,7 +1,3 @@
-#
-#
-#
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/calendar \
@@ -10,8 +6,6 @@ INCLUDES = \
$(BONOBO_GNOME_CFLAGS) \
$(GNOME_PILOT_CFLAGS)
-file_conduitsdir=$(libdir)/gnome-pilot/conduits
-
bin_PROGRAMS = calendar-conduit-control-applet
calendar_conduit_control_applet_SOURCES = calendar-conduit-control-applet.c
@@ -19,22 +13,14 @@ calendar_conduit_control_applet_SOURCES = calendar-conduit-control-applet.c
calendar_conduit_control_applet_LDADD = \
$(CAPPLET_LIBS) \
$(GNOME_LIBDIR) \
- -lgpilotdcm \
- -lgpilotd \
- -lgpilotdconduit \
+ $(GNOME_PILOT_LIBS) \
+ $(PISOCK_LIBDIR) $(PISOCK_LIBS) \
$(GNOME_CAPPLET_LIBS) \
$(BONOBO_VFS_GNOME_LIBS) \
$(GNOME_XML_LIB) \
$(GNOMEUI_LIBS) \
- $(PISOCK_LIBDIR) $(PISOCK_LIBS) \
$(INTLLIBS)
-
-# $(top_builddir)/libgpilotdCM/libgpilotdcm.la \
-# $(top_builddir)/gpilotd/libgpilotd.la \
-# $(top_builddir)/gpilotd/libgpilotdconduit.la \
-
-
# calendar_conduit
calendar_conduitsdir=$(libdir)/gnome-pilot/conduits
calendar_conduits_LTLIBRARIES = libcalendar_conduit.la
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 1c74cea2dc..0dbc404d8e 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -1,7 +1,3 @@
-#
-#
-#
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/calendar \
@@ -10,8 +6,6 @@ INCLUDES = \
$(BONOBO_GNOME_CFLAGS) \
$(GNOME_PILOT_CFLAGS)
-file_conduitsdir=$(libdir)/gnome-pilot/conduits
-
bin_PROGRAMS = todo-conduit-control-applet
todo_conduit_control_applet_SOURCES = todo-conduit-control-applet.c
@@ -19,21 +13,15 @@ todo_conduit_control_applet_SOURCES = todo-conduit-control-applet.c
todo_conduit_control_applet_LDADD = \
$(CAPPLET_LIBS) \
$(GNOME_LIBDIR) \
- -lgpilotdcm \
- -lgpilotd \
- -lgpilotdconduit \
+ $(GNOME_PILOT_LIBS) \
+ $(PISOCK_LIBDIR) $(PISOCK_LIBS) \
$(GNOME_CAPPLET_LIBS) \
$(BONOBO_VFS_GNOME_LIBS) \
$(GNOME_XML_LIB) \
$(GNOMEUI_LIBS) \
- $(PISOCK_LIBDIR) $(PISOCK_LIBS) \
$(INTLLIBS)
-# $(top_builddir)/libgpilotdCM/libgpilotdcm.la \
-# $(top_builddir)/gpilotd/libgpilotd.la \
-# $(top_builddir)/gpilotd/libgpilotdconduit.la \
-
# todo_conduit
todo_conduitsdir=$(libdir)/gnome-pilot/conduits
@@ -83,3 +71,14 @@ EXTRA_DIST = \
install-data-local:
$(mkinstalldirs) $(ccenterConduitsdir)
$(mkinstalldirs) $(Conduitdir)
+
+
+
+
+
+
+
+
+
+
+
diff --git a/calendar/conduits/todo/todo-conduit-control-applet.c b/calendar/conduits/todo/todo-conduit-control-applet.c
index 188aadc16e..7d0b159d70 100644
--- a/calendar/conduits/todo/todo-conduit-control-applet.c
+++ b/calendar/conduits/todo/todo-conduit-control-applet.c
@@ -351,14 +351,17 @@ main (int argc, char *argv[])
G_LOG_LEVEL_CRITICAL |
G_LOG_LEVEL_WARNING);
- /* we're a capplet */
- gnome_capplet_init ("todo conduit control applet", NULL, argc, argv,
+ /* Init capplet */
+ gnome_capplet_init ("Evolution ToDo conduit control applet",
+ NULL, argc, argv,
NULL, 0, NULL);
- gpc = gnome_pilot_client_new();
- gnome_pilot_client_connect_to_daemon(gpc);
- pilotId = get_pilot_id_from_gpilotd();
- if(!pilotId) return -1;
+ /* Setup Client */
+ gpc = gnome_pilot_client_new ();
+ gnome_pilot_client_connect_to_daemon (gpc);
+ pilotId = get_pilot_id_from_gpilotd ();
+ if (!pilotId)
+ return -1;
/* put all code to set things up in here */
gcalconduit_load_configuration (&origState, pilotId);
-11-18 12:04:10 +0800'>2004-11-182-0/+18 * Stupid idiot, I thought i lost these files and remade them.Michael Zucci2004-11-177-0/+185 * added author section to eplugin definition.Not Zed2004-11-032-0/+17 * setup for more auto-built stuff.Not Zed2004-10-283-461/+243 * Various updates, some more work on auto-generated stuff.Michael Zucci2004-10-252-3/+137 * Script which autogenerates some entities for the manual.Michael Zucci2004-10-221-0/+124 * some doc updatesMichael Zucci2004-10-221-33/+29 * doc updates for new 'check' callback.Not Zed2004-10-122-0/+29 * some updates.Not Zed2004-10-072-57/+131 * Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-202-0/+2939 * Dead.JP Rosevear2003-12-301-12/+0 * Removing more dead docs.JP Rosevear2003-12-3012-1093/+0 * Removing old, dead docs.JP Rosevear2003-12-3032-4581/+4 * Use non-static libraries.Dan Winship2003-09-113-7/+13 * Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-132-1/+4 * Roll over ChangeLogs.Ettore Perazzoli2003-06-104-1432/+1432 * (HTML_DIR): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-1/+5 * Sync for 1.1.90.Ettore Perazzoli2002-10-292-0/+13 * Sync for 1.1.2.Ettore Perazzoli2002-10-081-1/+11 * Sync for 1.1.1.Ettore Perazzoli2002-09-103-5/+64 * updatedJeffrey Stedfast2002-08-262-0/+2 * Added new library to scan programRodrigo Moya2002-08-161-0/+1 * Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-183-6/+14 * more fixes for libversit.la -> libversit.aDan Winship2002-03-203-2/+9 * Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. Likewise.Ettore Perazzoli2002-01-252-2/+3 * Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS.Ettore Perazzoli2002-01-252-10/+13 * Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-113/+123 * cal-client needs bonobo-conf nowJP Rosevear2001-12-194-188/+195 * Updated docs for repeating alarms.Federico Mena Quintero2001-10-309-226/+425 * use install hook instead of install rule to guarantee we run afterJP Rosevear2001-09-151-38/+30 * The finaleKjartan Maraas2001-08-174-636/+0 * Missed thisKjartan Maraas2001-08-171-9/+0 * Here go the restKjartan Maraas2001-08-1733-19802/+0 * I have deleted all of these files as they are being moved to the help directory.Aaron Weber2001-08-1746-8967/+0 * Nuke the old no docsKjartan Maraas2001-08-1746-8946/+0 * Back to building develKjartan Maraas2001-08-171-1/+1 * Small fix to build. Small fix. Remove an extra space. Same here. And here.Kjartan Maraas2001-08-166-10/+17 * Remove the other copy of the figuresKjartan Maraas2001-08-1623-0/+0 * Updated one line about bullet points.Kevin Breit2001-08-162-1/+5 * Added beginnings of a Norwegian translation. Forgot to add this. KindaKjartan Maraas2001-08-1649-1/+9087 * s/fig/figures/ Make it use the sgmldocs.make framework.Kjartan Maraas2001-08-1611-96/+69 * Moved imagesKjartan Maraas2001-08-1623-0/+0 * Commented out menuref. Commented out menuref. commented out menuref.Aaron Weber2001-08-155-17/+21 * Added missing ;'s after entities. s/en/C in Language. Add missing ;. SameKjartan Maraas2001-08-125-5/+12 * New files.Aaron Weber2001-08-112-0/+0 * Switched all images in entire document to *not* use file extensions, soAaron Weber2001-08-115-19/+22 * Made sharing tip an orderedlist.Aaron Weber2001-08-103-25/+66 * sync - FedericoFederico Mena Quintero2001-08-093-5/+38 * Add information about sharing mailbox files.Kevin Breit2001-08-092-1/+11 * Add information about gathering actions.Kevin Breit2001-08-042-2/+18 * Added a <tip> for scrolling through mails.Kevin Breit2001-08-032-0/+12 * Remove the copying of the index.sgml file which doesn't seem to beEttore Perazzoli2001-07-312-1/+6 * Fixed some breakage Aaron caused.Kevin Breit2001-07-312-2/+8 * revised.Aaron Weber2001-07-274-264/+427 * Reworded a few questions.Aaron Weber2001-07-242-6/+8 * Pulled instance of config-setupassist.sgml to make stuff build right.Kevin Breit2001-07-242-1/+4 * validated.Aaron Weber2001-07-244-212/+13 * Minor revisions.Aaron Weber2001-07-249-480/+411 * Changed background transparency.Aaron Weber2001-07-241-0/+0 * Fixed the first time druid stuff a little more.Kevin Breit2001-07-212-8/+14 * Updated slightly for new design.Kevin Breit2001-07-162-3/+15 * Added lots of good stuff with the first time druid.Kevin Breit2001-07-141-0/+255 * Fixing typo.Aaron Weber2001-07-131-1/+2 * svn path=/trunk/; revision=11063Aaron Weber2001-07-132-4/+71 * Add these files because we're pretty sure gtk-doc needs them.Peter Williams2001-07-122-0/+34 * Clean up make dist.Peter Williams2001-07-126-38/+50 * validation on usage-mainwindow and usage-contact.Aaron Weber2001-07-123-18/+18 * More edits.Kevin Breit2001-07-1212-211/+299 * ShhKjartan Maraas2001-07-125-116/+188 * shhKjartan Maraas2001-07-121-0/+1 * Small changes to preface.Aaron Weber2001-07-112-14/+10 * validation.Aaron Weber2001-07-111-1/+2 * Added <application> tagsKevin Breit2001-07-105-7/+15 * EditingKevin Breit2001-07-106-39/+52 * Validation.Aaron Weber2001-07-092-6/+8 * Mention UNMATCHEDKevin Breit2001-07-093-3/+24 * Spell checkKevin Breit2001-07-072-10/+12 * Spell checkKevin Breit2001-07-073-54/+58 * Added orderedlists.Kevin Breit2001-07-062-21/+84 * Added orderedlists.Kevin Breit2001-07-062-94/+132 * Added orderedlists.Kevin Breit2001-07-062-394/+484 * Chris pointed out an error in the DB versioning question.Aaron Weber2001-07-061-2/+1 * Put in lots of orderedlists...more SGML, less for the user to read.Kevin Breit2001-07-043-366/+650 * Updated slightly.Jeffrey Stedfast2001-07-033-85/+164 * Created its own file.Kevin Breit2001-07-037-406/+353 * Pulled organizing stuff, made its own file.Kevin Breit2001-07-018-1415/+1409 * Added evolution-alarm-notify.Federico Mena Quintero2001-07-011-1/+2 * Revised move/rename/copy questions, now that these functions work.Aaron Weber2001-06-272-35/+13 * Now that bug-buddy works with our bugzilla, update faq to reflect it.Aaron Weber2001-06-262-23/+26 * Put config-encryption in usage-mail.sgml. config-encryption.sgml should beKevin Breit2001-06-264-3/+153 * Elaborated on the mailing listsKevin Breit2001-06-262-0/+9 * Added info about mailing listsKevin Breit2001-06-262-115/+100 * Here too.Peter Williams2001-06-262-4/+6 * ... and comment out more exec summary stuff.Peter Williams2001-06-262-6/+10 * Fix make dist.Peter Williams2001-06-264-6/+13 * Fixed a few typosKevin Breit2001-06-252-2/+4 * Added section for importing filesKevin Breit2001-06-252-2/+63 * Removed some *'s that are causing problems.Kevin Breit2001-06-254-10/+12 * Sync - FedericoFederico Mena Quintero2001-06-259-169/+348 * Put in Contacts information in the quicktasks.Kevin Breit2001-06-232-18/+72 * Pulled some redundant information.Kevin Breit2001-06-222-9/+65 * Updated screenshots and redid layout for graphics on pages.battery8412001-06-226-28/+100 * disable executive summary build because it is no longer builtJP Rosevear2001-06-222-1/+6 * add new libJP Rosevear2001-06-222-1/+6 * Fixed .gif problemKevin Breit2001-06-224-12/+13 * Specify the file formatKevin Breit2001-06-222-2/+7 * Trying to fix the .gif problemKevin Breit2001-06-222-11/+20 * Redid graphics to add labels to them and described the labels in text.Kevin Breit2001-06-224-0/+40 * calendar/cal-client/Makefile.am: calendar/cal-util/Makefile.am:Peter Williams2001-06-226-428/+785 * Added config-encryption.sgml for buildingKevin Breit2001-06-223-0/+150 * Updated graphics for newer UI.Kevin Breit2001-06-2212-0/+4 * Redid graphics to add labels to them and described in labels in text.Kevin Breit2001-06-2210-20/+108 * Added fileKevin Breit2001-06-212-9/+160 * Moved my entires to doc/ChangeLog per request of danwKevin Breit2001-06-212-24/+57 * Updated for new UI.Kevin Breit2001-06-211-30/+18 * Updated for a newer UI (need to update at a later date.Kevin Breit2001-06-21