From ec8cd6885a17a2a03fc65c89f6e10f3da42b59de Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 28 Oct 2009 14:52:08 -0500 Subject: Adding the custom-service interface. --- .bzrignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 7121e6e..f41b607 100644 --- a/.bzrignore +++ b/.bzrignore @@ -24,3 +24,5 @@ tests/test-libcustomindicator-dbus-client tests/test-libcustomindicator-dbus-server tests/libcustomindicator-tests tests/test-libcustomindicator-dbus +src/custom-service-client.h +src/custom-service-server.h -- cgit v1.2.3 From 53f654eec6419c4999a620f9f1e0aaf3f2ac5e89 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 6 Nov 2009 16:47:54 -0600 Subject: Adding in a set of marshallers to make our signals all happy. --- .bzrignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index f41b607..2942d56 100644 --- a/.bzrignore +++ b/.bzrignore @@ -26,3 +26,6 @@ tests/libcustomindicator-tests tests/test-libcustomindicator-dbus src/custom-service-client.h src/custom-service-server.h +src/custom-service-marshal.c +src/custom-service-marshal.h +src/stamp-marshal -- cgit v1.2.3 From ffd996217a130a5252ca804c506205bbbbadef3a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 6 Nov 2009 22:50:48 -0600 Subject: Adding some XML for dbus properties interface. --- .bzrignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 2942d56..4d5f1b0 100644 --- a/.bzrignore +++ b/.bzrignore @@ -29,3 +29,5 @@ src/custom-service-server.h src/custom-service-marshal.c src/custom-service-marshal.h src/stamp-marshal +src/dbus-properties-client.h +src/dbus-properties-server.h -- cgit v1.2.3 From 23d6b5d0da79ac8afaff855f0eed4811615999f3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 9 Nov 2009 00:14:54 -0600 Subject: Adding a defualt file for a little appliction that'll grow into a full app. --- .bzrignore | 1 + 1 file changed, 1 insertion(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 4d5f1b0..b582d67 100644 --- a/.bzrignore +++ b/.bzrignore @@ -31,3 +31,4 @@ src/custom-service-marshal.h src/stamp-marshal src/dbus-properties-client.h src/dbus-properties-server.h +tests/test-simple-app -- cgit v1.2.3 From 62f0373e2b8c8bb54fd4c72182d40622fad1215b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 23 Nov 2009 15:44:18 -0600 Subject: Making a simple client --- .bzrignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index b582d67..0a09d4f 100644 --- a/.bzrignore +++ b/.bzrignore @@ -32,3 +32,6 @@ src/stamp-marshal src/dbus-properties-client.h src/dbus-properties-server.h tests/test-simple-app +example/.deps +example/.libs +example/simple-client -- cgit v1.2.3 From 254386fc933403d7b4ab559d6c9aa5dfb1234492 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 24 Nov 2009 13:04:41 -0600 Subject: Ignoring the marshallers --- .bzrignore | 1 + 1 file changed, 1 insertion(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 0a09d4f..ca8d63a 100644 --- a/.bzrignore +++ b/.bzrignore @@ -35,3 +35,4 @@ tests/test-simple-app example/.deps example/.libs example/simple-client +src/libcustom_la-custom-service-marshal.lo -- cgit v1.2.3 From fdd8e217404d994989962352ae06a9f8215d524f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 30 Nov 2009 12:15:04 -0600 Subject: Ignoring happily again. --- .bzrignore | 53 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 23 deletions(-) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 672bbfe..4856033 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1,33 +1,33 @@ -data/indicator-custom.service +data/indicator-application.service compile -indicator-custom-[0-9].[0-9].[0-9].tar.gz +indicator-application-[0-9].[0-9].[0-9].tar.gz m4/ -src/indicator-custom-service -src/libcustom.la -src/libcustom_la-indicator-custom.lo +src/indicator-application-service +src/libappindicator.la +src/libappindicator_la-indicator-application.lo src/notification-item-client.h src/notification-item-server.h src/notification-watcher-client.h src/notification-watcher-server.h -src/libcustomindicator.la -src/libcustomindicator_la-custom-indicator.lo -src/libcustomindicator/custom-indicator-enum-types.h -src/libcustomindicator/custom-indicator-enum-types.c +src/libappindicator.la +src/libappindicator_la-application-indicator.lo +src/libappindicatorindicator/application-indicator-enum-types.h +src/libappindicatorindicator/application-indicator-enum-types.c src/stamp-enum-types -src/libcustomindicator_la-custom-indicator-enum-types.lo +src/libappindicator_la-application-indicator-enum-types.lo tests/.deps tests/.libs -tests/libcustomindicator-check-results.xml -tests/libcustomindicator-check-results.html -tests/test-libcustomindicator -tests/test-libcustomindicator-dbus-client -tests/test-libcustomindicator-dbus-server -tests/libcustomindicator-tests -tests/test-libcustomindicator-dbus -src/custom-service-client.h -src/custom-service-server.h -src/custom-service-marshal.c -src/custom-service-marshal.h +tests/libappindicator-check-results.xml +tests/libappindicator-check-results.html +tests/test-libappindicator +tests/test-libappindicator-dbus-client +tests/test-libappindicator-dbus-server +tests/libappindicator-tests +tests/test-libappindicator-dbus +src/application-service-client.h +src/application-service-server.h +src/application-service-marshal.c +src/application-service-marshal.h src/stamp-marshal src/dbus-properties-client.h src/dbus-properties-server.h @@ -35,5 +35,12 @@ tests/test-simple-app example/.deps example/.libs example/simple-client -src/libcustom_la-custom-service-marshal.lo -tests/libcustomindicator-tests-gtester +src/libappindicator_la-application-service-marshal.lo +tests/libappindicator-tests-gtester +src/libappindicator_la-app-indicator-enum-types.lo +src/libappindicator_la-app-indicator.lo +src/libapplication.la +src/libapplication_la-application-service-marshal.lo +src/libapplication_la-indicator-application.lo +src/libappindicator/app-indicator-enum-types.c +src/libappindicator/app-indicator-enum-types.h -- cgit v1.2.3