aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding interface for listener sending back a displayTed Gould2009-01-301-0/+7
* | Listener interface for signalling an indicatorTed Gould2009-01-303-1/+32
|\|
| * Adding a print message for when the indicator is signaledTed Gould2009-01-301-0/+8
| * Adding an interface to call back to an indicator and display it.Ted Gould2009-01-302-1/+24
| * Guess I should merge trunk back in at some point.Ted Gould2009-01-291-0/+27
| |\ | |/ |/|
* | * Fixing the handling of named DBus connectionsTed Gould2009-01-2913-148/+273
|\|
| * Changing the include directory from 1.0 to 0.1 which gives us more room to sc...Ted Gould2009-01-292-2/+2
| * Wow, I didn't realize we weren't handling properties at all correctly. Fixed...Ted Gould2009-01-291-9/+17
| * Adding a set property after the show to cause a signalTed Gould2009-01-291-1/+3
| * Have the server pass along the property modified signalTed Gould2009-01-291-0/+8
| * Adding a property modified signal to the indicator objectTed Gould2009-01-292-2/+18
| * Making all of the server values move into a private section like all the othe...Ted Gould2009-01-292-40/+73
| * Making the indicator properties private, they should be. Also cleansTed Gould2009-01-292-27/+50
| * Removing the gobject-introspection-repository from the list of buildTed Gould2009-01-291-1/+0
| * Removing DBus from the gobject introspectionTed Gould2009-01-291-2/+0
| * Oops, forgot the header thereTed Gould2009-01-291-2/+0
| * Okay, moving all of the variables from the listener class into a private obje...Ted Gould2009-01-292-48/+65
| * Use the new fangled defines to make things cleanerTed Gould2009-01-291-5/+5
| * Getting some helper defines for some of the hacks that'll probably change in ...Ted Gould2009-01-291-0/+3
| * Using the defines for the signal namesTed Gould2009-01-291-5/+5
| * Making the signals use #defines to make everything a little moreTed Gould2009-01-292-5/+11
| * Adding a variable to make the compiler happierTed Gould2009-01-291-0/+1
| * Changed to only listen to reference names instead of descriptiveTed Gould2009-01-261-0/+4
* | Forgot to run autogen.sh before last package :(Ted Gould2009-01-221-0/+6
* | Update API slightly and some fixes.Ted Gould2009-01-211-0/+6
* | Adding in a message indicator and a small test to use it.Ted Gould2009-01-216-2/+146
|\|
| * Adding in the im-client test and fixing a couple of bugs it foundTed Gould2009-01-214-2/+43
| * Adding in a type for indicators that are messagesTed Gould2009-01-213-1/+100
| * Generated source filesTed Gould2009-01-211-0/+4
* | Adding in listener_get_propertyTed Gould2009-01-213-1/+68
|\|
| * Adding in a get_property functionTed Gould2009-01-212-1/+62
| * Wrong indicate include directory in package config filesTed Gould2009-01-192-1/+7
| |\ | |/ |/|
* | Wrong indicate include directory in package config filesTed Gould2009-01-192-1/+7
| * Moving the gir file to the right packageTed Gould2009-01-162-1/+15
| |\ | |/ |/|
* | Removing the gir file from the applet so that it's onlyTed Gould2009-01-162-1/+8
* | Adding the GObject Introspection files into the build and theTed Gould2009-01-166-8/+62
|\|
| * Shell script integrated into the autotools systemTed Gould2009-01-161-2/+0
| * Bringing GObject Introspection into the build and making it so thatTed Gould2009-01-164-6/+55
| * Build fixTed Gould2009-01-162-0/+7
| |\ | |/ |/|
* | Adding in libtool to build depsTed Gould2009-01-162-0/+7
* | Getting the debian package built up so that it can have a seperate library bi...Ted Gould2009-01-1613-12/+48
|\|
| * Changing the build targets, now I understand the difference between 'any' and...Ted Gould2009-01-161-3/+3
| * Making it so the lib only uses glib (which it does)Ted Gould2009-01-161-1/+3
| * Adding in the libindicate lib.Ted Gould2009-01-165-2/+37
| * Moving the tests so that they can guarantee to build after the libraryTed Gould2009-01-168-9/+8
| * Adding in a return that was missing (though it's useless)Ted Gould2009-01-161-1/+1
* | Building the listener object that listens to all of the folks on DBus and tur...Ted Gould2009-01-168-6/+678
|\|
| * Handling the case that we're destroying an entry because the bus told us to. ...Ted Gould2009-01-161-4/+44
| * Fixing the printing and the saving of indicators.Ted Gould2009-01-152-4/+4
| * Changing the test to do the printing by itself instead of using the debug mes...Ted Gould2009-01-152-5/+40