| Commit message (Expand) | Author | Age | Files | Lines |
* | Deleting everything only leaving libindicator | Ted Gould | 2009-08-18 | 1 | -1084/+0 |
* | Moving the listener code and some indicator code into libindicate-gtk | Ted Gould | 2009-08-03 | 1 | -75/+2 |
* | Removed warning: it's annoying in unittests. | Aurelien Gateau | 2009-07-27 | 1 | -2/+0 |
* | Destroy dbus proxies in listener finalize. | Aurelien Gateau | 2009-07-27 | 1 | -2/+13 |
* | Gaurding against setting bad interests | Ted Gould | 2009-04-20 | 1 | -0/+4 |
* | Adding in support for finding out if people are interesting on the bus using ... | Ted Gould | 2009-04-13 | 1 | -7/+102 |
|\ |
|
| * | Commenting out some debug messages | Ted Gould | 2009-04-13 | 1 | -2/+3 |
| * | Less debug | Ted Gould | 2009-04-13 | 1 | -1/+1 |
| * | Ah, a typo. Bother. | Ted Gould | 2009-04-13 | 1 | -1/+1 |
| * | Okay, connected into that other there code... let's see what happens. | Ted Gould | 2009-04-13 | 1 | -7/+11 |
| * | Fleshing out some | Ted Gould | 2009-04-13 | 1 | -0/+10 |
| * | Whoa, it like builds and stuff | Ted Gould | 2009-04-13 | 1 | -6/+55 |
| * | Updating from trunk | Ted Gould | 2009-04-12 | 1 | -2/+2 |
| |\ |
|
| * | | Proto-pseudo-code for the introspection functions that are going to be needed | Ted Gould | 2009-04-12 | 1 | -0/+31 |
* | | | Fixes to the finalize functions. | Ted Gould | 2009-04-13 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Adding in call to the parent class' finalize function as well, this should fr... | Ted Gould | 2009-04-13 | 1 | -0/+1 |
* | | | Some slight code cleanups to remove warnings | Ted Gould | 2009-04-12 | 1 | -2/+2 |
|\| |
| |/
|/| |
|
| * | Fixing some pedantic little bugs to try and figure out what's causing 359018 | Ted Gould | 2009-04-11 | 1 | -2/+2 |
* | | gtypify IndicateListenerIndicator | Eitan Isaacson | 2009-04-10 | 1 | -3/+14 |
* | | changed IndicateListenerServer to a gtyped pointer instead of a gboxed. | Eitan Isaacson | 2009-04-10 | 1 | -19/+7 |
* | | Changed marshallers to GBoxed for IndicatorListenerServer. | Eitan Isaacson | 2009-04-08 | 1 | -26/+12 |
* | | GBoxed IndicateListenerServer | Eitan Isaacson | 2009-04-08 | 1 | -0/+37 |
|/ |
|
* | Simplifying error message | Ted Gould | 2009-04-07 | 1 | -1/+1 |
* | * Some debug messages | Ted Gould | 2009-04-06 | 1 | -7/+8 |
* | Moving private interests out of the public header file. | Ted Gould | 2009-04-03 | 1 | -0/+1 |
* | Hiding all of the functions that part of the DBus interface in that | Ted Gould | 2009-04-03 | 1 | -2/+7 |
* | Hiding the marshsallers from the libraries in the symbols by adding a _ in fr... | Ted Gould | 2009-04-03 | 1 | -6/+6 |
* | Cleaning up the exported symbols, make sure that 'get_type_cb' isn't exported | Ted Gould | 2009-04-03 | 1 | -2/+2 |
* | Fleshing out the functions in the listener to set interests. | Ted Gould | 2009-04-03 | 1 | -1/+57 |
* | Switch to searching on the connection, which is really what we care about and... | Ted Gould | 2009-04-01 | 1 | -3/+5 |
* | First pass at the pretty meag-change to make it so that we can detect people ... | Ted Gould | 2009-04-01 | 1 | -41/+82 |
* | 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 |