| Commit message (Expand) | Author | Age | Files | Lines |
* | Linking in the build interfaces, needed a temporary function to get linking r... | Ted Gould | 2009-02-25 | 1 | -0/+9 |
* | true is TRUE | Ted Gould | 2009-02-25 | 1 | -2/+2 |
* | Adding information on how the server was added, but not really using | Ted Gould | 2009-02-22 | 1 | -4/+12 |
* | Adding a check for NULL string in the icon parsing code. This will | Ted Gould | 2009-02-15 | 1 | -0/+5 |
* | Ah, declared a variable in an if so that it didn't get out of scope. Like it... | Ted Gould | 2009-02-13 | 1 | -2/+3 |
* | Changing the icon data to be base64 encoded, should have done that originally... | Ted Gould | 2009-02-12 | 1 | -1/+6 |
* | Fixing some prototypes to fix warnings and errors we haven't yet encountered.... | Ted Gould | 2009-02-12 | 1 | -2/+4 |
* | Seeing what happens if I turn on "sign always" in Bazaar. | Ted Gould | 2009-02-12 | 1 | -0/+1 |
* | Adding in the code for handling icons and time | Ted Gould | 2009-02-12 | 1 | -0/+30 |
* | Rebuilding the way that priorities get done so that we can handle a time and ... | Ted Gould | 2009-02-12 | 1 | -4/+42 |
* | Fixing the deallocation to check the right parameters. | Ted Gould | 2009-02-11 | 1 | -2/+2 |
* | Turning off some debugging, reformatting, and putting the connection into the... | Ted Gould | 2009-02-11 | 1 | -23/+13 |
* | Basically things are working as the proxyts are now findable. | Ted Gould | 2009-02-11 | 1 | -6/+6 |
* | Fixing the call, checking both lists of proxies, and adding some debug info. | Ted Gould | 2009-02-11 | 1 | -2/+12 |
* | Removing an annoying warning | Ted Gould | 2009-02-11 | 1 | -2/+0 |
* | Adding a check for type in the middle of the state machine for building a ser... | Ted Gould | 2009-02-11 | 1 | -5/+25 |
* | Adding in a ref-default function so that we can keep one listener | Ted Gould | 2009-02-11 | 1 | -0/+18 |
* | Getting all the legal stuff in. | Ted Gould | 2009-02-11 | 1 | -0/+28 |
|\ |
|
| * | Adding a license to the top of all these files. LGPL 2/3 | Ted Gould | 2009-02-11 | 1 | -0/+28 |
* | | Building a way to get properties. Seems like this should be in the DBus | Ted Gould | 2009-02-10 | 1 | -4/+98 |
* | | Avoiding a conflict with GObject's get_type function. | Ted Gould | 2009-02-10 | 1 | -2/+2 |
* | | Adding in real functions to match the prototypes. | Ted Gould | 2009-02-10 | 1 | -0/+16 |
|/ |
|
* | Ah, stupid little wrong function | Ted Gould | 2009-02-06 | 1 | -1/+1 |
* | Tracking the type of the server in the proxyt structure | Ted Gould | 2009-02-06 | 1 | -4/+18 |
* | Changing the prototypes to start using the server added stuff | Ted Gould | 2009-02-06 | 1 | -12/+21 |
* | Adding an interface to call back to an indicator and display it. | Ted Gould | 2009-01-30 | 1 | -1/+21 |
* | Wow, I didn't realize we weren't handling properties at all correctly. Fixed... | Ted Gould | 2009-01-29 | 1 | -9/+17 |
* | Okay, moving all of the variables from the listener class into a private obje... | Ted Gould | 2009-01-29 | 1 | -36/+65 |
* | Making the signals use #defines to make everything a little more | Ted Gould | 2009-01-29 | 1 | -5/+5 |
* | Changed to only listen to reference names instead of descriptive | Ted Gould | 2009-01-26 | 1 | -0/+4 |
* | Adding in a get_property function | Ted Gould | 2009-01-21 | 1 | -0/+53 |
* | 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 | 1 | -1/+1 |
* | Changing the test to do the printing by itself instead of using the debug mes... | Ted Gould | 2009-01-15 | 1 | -5/+5 |
* | Getting the signals in shape | Ted Gould | 2009-01-15 | 1 | -16/+28 |
* | Okay, adding the other signals in and keeping track of the indicators | Ted Gould | 2009-01-15 | 1 | -5/+110 |
* | 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 | 1 | -0/+9 |
* | Now doing some DBus listening and getting some of the initial configuration b... | Ted Gould | 2009-01-15 | 1 | -1/+77 |
* | Adding a new function | Ted Gould | 2009-01-15 | 1 | -1/+9 |
* | Starting to flesh out the listener a little bit, should get a list of names o... | Ted Gould | 2009-01-15 | 1 | -1/+137 |
* | Adding in the base object for the listener. | Ted Gould | 2009-01-15 | 1 | -0/+78 |