aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Getting the signals in shapeTed Gould2009-01-153-22/+40
| * Okay, adding the other signals in and keeping track of the indicatorsTed Gould2009-01-152-7/+112
| * Get the type of the list of indicators that we got, and then set the up to re...Ted Gould2009-01-151-2/+29
| * Now correctly calling the get indicators function to get the indicators on al...Ted Gould2009-01-151-0/+19
| * Adding in a marshaller for the DBus signals that we needTed Gould2009-01-153-1/+26
| * Now doing some DBus listening and getting some of the initial configuration b...Ted Gould2009-01-152-1/+78
| * Changing to the dbus interface and changing to build teh client and server in...Ted Gould2009-01-152-4/+13
| * Amazing how a little string can make such a huge difference.Ted Gould2009-01-151-1/+1
| * Adding in a basic listening testTed Gould2009-01-152-1/+29
| * Adding a new functionTed Gould2009-01-152-2/+10
| * Starting to flesh out the listener a little bit, should get a list of names o...Ted Gould2009-01-152-1/+149
| * Adding in the base object for the listener.Ted Gould2009-01-153-0/+133
| * Cut-and-paste errorTed Gould2009-01-151-1/+1
* | Okay, I think this is the end of server and indicator minus allTed Gould2009-01-142-15/+43
|\|
| * Cleaning up prototypes and type warnings.Ted Gould2009-01-142-16/+16
| * Who the hell would design an API that passes in arrays of strings differentlyTed Gould2009-01-141-0/+28
* | Merging in code from yesterday. Got many of the functions working withTed Gould2009-01-147-21/+330
|\|
| * Chaning the property list parameters to be pointer arrays.Ted Gould2009-01-142-10/+10
| * Making the indicator lookup it's own function and trying it out in another fu...Ted Gould2009-01-131-19/+33
| * Adding in some properties to the mixTed Gould2009-01-132-0/+98
| * Adding in a display function and a list by type.Ted Gould2009-01-133-1/+59
| * Man, a lot of work for messing up one explaination point.Ted Gould2009-01-132-1/+7
| * Making it so that the indicators all have unique IDsTed Gould2009-01-133-2/+26
| * Forgot to actually add the testTed Gould2009-01-131-0/+24
| * Ah, we weren't checking if we were visible. Now things are better.Ted Gould2009-01-132-0/+8
| * Return to crashing beautyTed Gould2009-01-131-1/+1
| * Add a test to create a lot of indicators.Ted Gould2009-01-131-1/+13
| * Merging in Robert's changes.Ted Gould2009-01-137-2/+37
| |\ | |/ |/|
* | Add script to build GObject-introspection GIR, and boilerplate Robert Carr2009-01-132-0/+8
* | Use G_BEGIN/END_DECLS, and put the GOBject *_get_type functions in the Robert Carr2009-01-132-0/+10
* | Merge Ted's changes. I should have used bzr bind.Robert Carr2009-01-135-4/+133
|\ \
* | | Add pkgconfig file.Robert Carr2009-01-133-2/+19
| | * Fleshing out more functions, we can now return a list of ids. Need to test w...Ted Gould2009-01-122-6/+71
| |/
| * Whoo Hoo, we can countTed Gould2009-01-121-0/+5
| * Fleshing out the whole show and hide thing. We should also be signalling whe...Ted Gould2009-01-124-2/+83
| * Clean up the signal handlers and fixing the call in the test function. Now w...Ted Gould2009-01-123-3/+10
| * Basic show hide support in the indicatorTed Gould2009-01-123-4/+22
| * Changing to showing the inicator and make it so that we dont' crash right now.Ted Gould2009-01-123-2/+20
|/
* Adding in the base functions with pointers and fun stuff like thatTed Gould2009-01-121-9/+82
* Adding in signals so that we can talk to the app over DBus. Nice.Ted Gould2009-01-112-0/+28