aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixing up the build rules so that they're directory independent.Ted Gould2009-11-021-2/+2
| * | Some things are errors that should really be warnings.Ted Gould2009-11-021-4/+4
| * | Ah, we can't throw an error on success.Ted Gould2009-11-021-1/+2
| * | Adding a test that ensures we don't get a connect signal.Ted Gould2009-10-303-0/+72
| * | Adding in the connected property and signalling when we're all hooked up.Ted Gould2009-10-302-0/+24
| * | A service proxy, and then calling watch.Ted Gould2009-10-291-0/+41
| * | Building the dbus proxy and using it a little bit.Ted Gould2009-10-291-0/+62
| * | Ah, forgot to free nameTed Gould2009-10-291-0/+6
| * | Properties functions.Ted Gould2009-10-291-0/+76
| * | Signals and properties, oh my! Ted Gould2009-10-291-2/+47
| * | Adding the API functions.Ted Gould2009-10-291-0/+25
| * | Oops, forgot to set to passed.Ted Gould2009-10-291-0/+1
| * | Sending shutdown signal 500 ms after getting a name if we have no watchers.Ted Gould2009-10-291-0/+10
| * | Adding in the watchers and timeout parameter.Ted Gould2009-10-291-3/+35
| * | Adding in some shared strings for finding intefaces and objects.Ted Gould2009-10-293-1/+7
| * | Woot! We're a DBus service now.Ted Gould2009-10-291-0/+15
| * | Building ourselves a DBus proxy.Ted Gould2009-10-291-3/+40
| * | Filling in more of the name property.Ted Gould2009-10-291-1/+53
| * | Adding in the 'name' propertyTed Gould2009-10-291-1/+87
| * | Adding the shutdown signalTed Gould2009-10-291-0/+25
| * | Woot! A failing test. Look how TDD I am.Ted Gould2009-10-292-0/+11
| * | Making the gtester stuff into a autotest thingy.Ted Gould2009-10-292-4/+10
| * | Creating a new test and linking it into things.Ted Gould2009-10-293-1/+63
| * | Putting a dummy implementation in for _new for linkingTed Gould2009-10-292-1/+9
| * | Adding basic interfaces and docs to IndicatorServiceTed Gould2009-10-291-1/+28
| * | Defining some API and boot strapping documentation.Ted Gould2009-10-291-0/+31
| * | Making 'INDICATOR' the prefix for the objects.Ted Gould2009-10-294-9/+9
| * | Putting in some templated objects.Ted Gould2009-10-296-2/+188
| * | Building ourselves a little dbus specTed Gould2009-10-282-0/+32
| * | Adding a description for the indicator service.Ted Gould2009-10-281-0/+17
| * | Grabbing the loader branchTed Gould2009-10-2812-2/+655
| |\ \
| | | * Use close instead of unreffing.Ted Gould2009-11-041-2/+5
| | | * Adding a simple indicator test that checks to make sure we can signal up the ...Ted Gould2009-11-042-2/+39
| | | * Building a dummy indicator that signals.Ted Gould2009-11-043-0/+132
| | | * Using the proper define for the type.Ted Gould2009-11-041-2/+2
| | | * Adding in some ID helpers.Ted Gould2009-11-031-2/+4
| | | * Adding in some signals to make for some more fun.Ted Gould2009-11-032-0/+43
| | | * Updating to current trunk.Ted Gould2009-11-031-1/+2
| | | |\ | |_|_|/ |/| | |
* | | | Merging in an interface for loading modules cleanly.Ted Gould2009-11-0312-2/+658
|\ \ \ \ | |/ / / |/| | |
| * | | Changing comment on private struct.Ted Gould2009-11-031-1/+2
| | | * Changing the way the module is free'dTed Gould2009-11-031-6/+22
| | | * Having the test expect an object, but fail when calling the functions.Ted Gould2009-11-031-1/+3
| | | * Make the tester dynamically link the lib so that there's not two versions of ...Ted Gould2009-11-031-1/+3
| | | * Linking the indicators with the libindicator library.Ted Gould2009-11-031-3/+9
| | | * Switching to checking the entires list instead of individual functions.Ted Gould2009-11-031-3/+1
| | | * Converting the dummy indicators over to the new API. They compile now.Ted Gould2009-11-033-9/+150
| | | * TypoTed Gould2009-11-031-1/+1
| | | * Creating the actual backing function for indicator_object_get_entries.Ted Gould2009-11-031-0/+26
| | | * Adding in a default handler for get_entries.Ted Gould2009-11-031-4/+62
| | | * Whew, blew up the interface and built it back again.Ted Gould2009-11-033-139/+54