| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Moving the gir file to the right package | Ted Gould | 2009-01-16 | 2 | -1/+15 |
|\| |
|
| * | Removing the gir file from the applet so that it's only | Ted Gould | 2009-01-16 | 2 | -1/+8 |
| * | Adding the GObject Introspection files into the build and the | Ted Gould | 2009-01-16 | 6 | -8/+62 |
| |\
| |/
|/| |
|
* | | Shell script integrated into the autotools system | Ted Gould | 2009-01-16 | 1 | -2/+0 |
* | | Bringing GObject Introspection into the build and making it so that | Ted Gould | 2009-01-16 | 4 | -6/+55 |
* | | Build fix | Ted Gould | 2009-01-16 | 2 | -0/+7 |
|\| |
|
| * | Adding in libtool to build deps | Ted Gould | 2009-01-16 | 2 | -0/+7 |
| * | Getting the debian package built up so that it can have a seperate library bi... | Ted Gould | 2009-01-16 | 13 | -12/+48 |
| |\
| |/
|/| |
|
* | | Changing the build targets, now I understand the difference between 'any' and... | Ted Gould | 2009-01-16 | 1 | -3/+3 |
* | | Making it so the lib only uses glib (which it does) | Ted Gould | 2009-01-16 | 1 | -1/+3 |
* | | Adding in the libindicate lib. | Ted Gould | 2009-01-16 | 5 | -2/+37 |
* | | Moving the tests so that they can guarantee to build after the library | Ted Gould | 2009-01-16 | 8 | -9/+8 |
* | | Adding in a return that was missing (though it's useless) | Ted Gould | 2009-01-16 | 1 | -1/+1 |
| * | Building the listener object that listens to all of the folks on DBus and tur... | Ted Gould | 2009-01-16 | 8 | -6/+678 |
| |\
| |/
|/| |
|
* | | Handling the case that we're destroying an entry because the bus told us to. ... | Ted Gould | 2009-01-16 | 1 | -4/+44 |
* | | Fixing the printing and the saving of indicators. | Ted Gould | 2009-01-15 | 2 | -4/+4 |
* | | Changing the test to do the printing by itself instead of using the debug mes... | Ted Gould | 2009-01-15 | 2 | -5/+40 |
* | | Getting the signals in shape | Ted Gould | 2009-01-15 | 3 | -22/+40 |
* | | Okay, adding the other signals in and keeping track of the indicators | Ted Gould | 2009-01-15 | 2 | -7/+112 |
* | | Get the type of the list of indicators that we got, and then set the up to re... | Ted Gould | 2009-01-15 | 1 | -2/+29 |
* | | Now correctly calling the get indicators function to get the indicators on al... | Ted Gould | 2009-01-15 | 1 | -0/+19 |
* | | Adding in a marshaller for the DBus signals that we need | Ted Gould | 2009-01-15 | 3 | -1/+26 |
* | | Now doing some DBus listening and getting some of the initial configuration b... | Ted Gould | 2009-01-15 | 2 | -1/+78 |
* | | Changing to the dbus interface and changing to build teh client and server in... | Ted Gould | 2009-01-15 | 2 | -4/+13 |
* | | Amazing how a little string can make such a huge difference. | Ted Gould | 2009-01-15 | 1 | -1/+1 |
* | | Adding in a basic listening test | Ted Gould | 2009-01-15 | 2 | -1/+29 |
* | | Adding a new function | Ted Gould | 2009-01-15 | 2 | -2/+10 |
* | | Starting to flesh out the listener a little bit, should get a list of names o... | Ted Gould | 2009-01-15 | 2 | -1/+149 |
* | | Adding in the base object for the listener. | Ted Gould | 2009-01-15 | 3 | -0/+133 |
* | | Cut-and-paste error | Ted Gould | 2009-01-15 | 1 | -1/+1 |
| * | Okay, I think this is the end of server and indicator minus all | Ted Gould | 2009-01-14 | 2 | -15/+43 |
| |\
| |/
|/| |
|
* | | Cleaning up prototypes and type warnings. | Ted Gould | 2009-01-14 | 2 | -16/+16 |
* | | Who the hell would design an API that passes in arrays of strings differently | Ted Gould | 2009-01-14 | 1 | -0/+28 |
| * | Merging in code from yesterday. Got many of the functions working with | Ted Gould | 2009-01-14 | 7 | -21/+330 |
| |\
| |/
|/| |
|
* | | Chaning the property list parameters to be pointer arrays. | Ted Gould | 2009-01-14 | 2 | -10/+10 |
* | | Making the indicator lookup it's own function and trying it out in another fu... | Ted Gould | 2009-01-13 | 1 | -19/+33 |
* | | Adding in some properties to the mix | Ted Gould | 2009-01-13 | 2 | -0/+98 |
* | | Adding in a display function and a list by type. | Ted Gould | 2009-01-13 | 3 | -1/+59 |
* | | Man, a lot of work for messing up one explaination point. | Ted Gould | 2009-01-13 | 2 | -1/+7 |
* | | Making it so that the indicators all have unique IDs | Ted Gould | 2009-01-13 | 3 | -2/+26 |
* | | Forgot to actually add the test | Ted Gould | 2009-01-13 | 1 | -0/+24 |
* | | Ah, we weren't checking if we were visible. Now things are better. | Ted Gould | 2009-01-13 | 2 | -0/+8 |
* | | Return to crashing beauty | Ted Gould | 2009-01-13 | 1 | -1/+1 |
* | | Add a test to create a lot of indicators. | Ted Gould | 2009-01-13 | 1 | -1/+13 |
* | | Merging in Robert's changes. | Ted Gould | 2009-01-13 | 7 | -2/+37 |
|\| |
|
| * | Add script to build GObject-introspection GIR, and boilerplate | Robert Carr | 2009-01-13 | 2 | -0/+8 |
| * | Use G_BEGIN/END_DECLS, and put the GOBject *_get_type functions in the | Robert Carr | 2009-01-13 | 2 | -0/+10 |
| * | Merge Ted's changes. I should have used bzr bind. | Robert Carr | 2009-01-13 | 5 | -4/+133 |
| |\ |
|
| * | | Add pkgconfig file. | Robert Carr | 2009-01-13 | 3 | -2/+19 |
* | | | Fleshing out more functions, we can now return a list of ids. Need to test w... | Ted Gould | 2009-01-12 | 2 | -6/+71 |
| |/
|/| |
|