aboutsummaryrefslogtreecommitdiff
path: root/libindicator
Commit message (Expand)AuthorAgeFilesLines
* 64-bit fix in that GTypes are not ints on 64-bitTed Gould2009-11-051-2/+2
* Changing the include directory as well.Ted Gould2009-11-042-2/+2
* Moving everything up to '3' as we're breaking everyone pretty bad at this point.Ted Gould2009-11-041-1/+1
* Updating to current trunk.Ted Gould2009-11-048-3/+852
|\
| * Making a warning not use a colloquialism.Ted Gould2009-11-031-2/+2
| * Changing version to service_versionTed Gould2009-11-031-3/+3
| * Syncing up with trunk before merging.Ted Gould2009-11-032-4/+7
| |\
| * | Oops, we need to tell package config that we're a big library now.Ted Gould2009-11-021-1/+1
| * | Adding a fallback to the session bus after trying the starter bus.Ted Gould2009-11-021-5/+15
| * | 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
| * | 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
| * | 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
| * | 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-295-2/+186
| * | Building ourselves a little dbus specTed Gould2009-10-281-0/+30
| * | Adding a description for the indicator service.Ted Gould2009-10-281-0/+17
| * | Grabbing the loader branchTed Gould2009-10-283-1/+364
| |\ \
* | | | Use close instead of unreffing.Ted Gould2009-11-041-2/+5
* | | | 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-033-1/+367
| |\ \ \ | | |/ / | |/| |
| | * | Changing comment on private struct.Ted Gould2009-11-031-1/+2
* | | | Changing the way the module is free'dTed Gould2009-11-031-6/+22
* | | | 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
* | | | Redefining the interface. Now this object should get subclassed by folks.Ted Gould2009-11-031-7/+64
* | | | Removing the instance object. I think that we can do everything we need by u...Ted Gould2009-11-033-59/+0
* | | | Switching to a set_type function instead of making people do that themselves.Ted Gould2009-11-031-1/+1
* | | | Adding in the basis for the instance class.Ted Gould2009-11-033-0/+59