aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Moving the watcher stuff to the new object.Ted Gould2009-11-062-48/+63
|
* Creating a new object to be our watcher. Apparently we can't have two DBus ↵Ted Gould2009-11-063-0/+89
| | | | interfaces on the same object :(
* Adding in a set of marshallers to make our signals all happy.Ted Gould2009-11-063-1/+9
|
* Putting some signals on here.Ted Gould2009-11-062-1/+30
|
* Changing some API and implementing the simple stuff.Ted Gould2009-11-061-18/+23
|
* Fleshing out the application added stuffTed Gould2009-11-061-0/+17
|
* Fleshing out get_entriesTed Gould2009-11-061-1/+18
|
* Making for a list of applications that we can build and destroy at will.Ted Gould2009-11-061-3/+15
|
* Hooking up to the proxy. Let's do this! Ted Gould2009-11-061-4/+64
|
* Fleshing out connected to start bringing up the proxy.Ted Gould2009-11-062-1/+42
|
* Migrating over to the libindicator 0.3.0 API.Ted Gould2009-11-061-19/+97
|
* We've got a service manager. Now we'll start ourselves up! Ted Gould2009-11-021-1/+15
|
* Getting the name into a header.Ted Gould2009-11-023-1/+7
|
* Boom, make us an indicator service.Ted Gould2009-11-021-0/+3
|
* Building our app storeTed Gould2009-10-281-0/+9
|
* Registering ourselves on dbusTed Gould2009-10-281-0/+17
|
* Boom! Now we're implementing dbus.Ted Gould2009-10-282-8/+58
|
* Adding an appstore object to hold all of our apps.Ted Gould2009-10-283-0/+91
|
* Adding the custom-service interface.Ted Gould2009-10-282-0/+25
|
* Looking for the wrong property, we can only set the object.Ted Gould2009-10-221-1/+1
|
* We can't get the enum values from the string param spec, we need to find the ↵Ted Gould2009-10-221-2/+4
| | | | enum one and then use that.
* Gimme a breakTed Gould2009-10-221-0/+1
|
* Adding a set of read-only properties that deal with the strings for dbus, ↵Ted Gould2009-10-221-48/+69
| | | | and let the other properties do the real work.
* Change the enums to match the KDE ones to make life simpler even though I ↵Ted Gould2009-10-212-9/+9
| | | | dislike the names.
* The signal should have a string not a enum value.Ted Gould2009-10-211-1/+5
|
* Making sure to signal if we change the status.Ted Gould2009-10-211-1/+12
|
* Switching from doing the GValues as enums to the more specific types.Ted Gould2009-10-211-4/+4
|
* Silly, these are enums not ints.Ted Gould2009-10-211-8/+8
|
* Fleshing out the get functions.Ted Gould2009-10-201-12/+72
|
* Fleshing out the set functions.Ted Gould2009-10-202-8/+68
|
* Filling out some prototypes.Ted Gould2009-10-202-1/+92
|
* Okay, connecting this little thing into DBus already.Ted Gould2009-10-201-0/+19
|
* Making sure to free and unref all of our private variables.Ted Gould2009-10-201-0/+49
|
* Now for some 'set' code. Bringin' it.Ted Gould2009-10-201-3/+101
|
* Fleshing out get parameters...Ted Gould2009-10-201-0/+77
|
* Adding in a bunch of things to the private struct. We now have data! Ted Gould2009-10-201-2/+30
|
* Basic property case statements.Ted Gould2009-10-201-0/+44
|
* Creating a connected property to check easily.Ted Gould2009-10-191-1/+11
|
* Boom, there are some signals.Ted Gould2009-10-192-1/+86
|
* Adding in the dbus signals from that interface.Ted Gould2009-10-191-1/+13
|
* Header comments and a new signal that we'll need to deal with.Ted Gould2009-10-191-0/+34
|
* Wow, properties. The properties system in gobject is a little insane.Ted Gould2009-10-191-2/+50
|
* Changing the name to match the changes in the previous commit.Ted Gould2009-10-171-1/+1
|
* Switching the name to be more consistent.Ted Gould2009-10-173-12/+12
|\
| * Getting the name change into the templates properly.Ted Gould2009-10-172-4/+4
| |
| * Making the enums camel case. I prefer the other, but it seems best to match ↵Ted Gould2009-10-171-8/+8
| | | | | | | | GTK style
| * Oops, shouldn't be CLUTTER there.Ted Gould2009-10-161-1/+1
| |
* | Making sure to get the property names into defines so that we can ensure ↵Ted Gould2009-10-171-1/+8
| | | | | | | | they're all the same.
* | Filling out the property list.Ted Gould2009-10-171-1/+10
| |
* | Putting in our first property, status. Woo hoo! Ted Gould2009-10-161-1/+15
| |