aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Adding in the dbus shared header.Ted Gould2009-11-091-0/+2
| | | | |
| | * | | A simple little app.Ted Gould2009-11-091-0/+24
| | | | |
| | * | | Adding a defualt file for a little appliction that'll grow into a full app.Ted Gould2009-11-093-1/+27
| | | | |
| | | | * releasing version 0.0.1-0ubuntu3~ppa1~service2Ted Gould2009-11-081-2/+2
| | | | |
| | | | * Building the service and getting things in better shape.Ted Gould2009-11-0814-59/+675
| | | | |\ | | | |_|/ | | |/| |
| | * | | Grabbing the properties and going to town. Turning back into another signal.Ted Gould2009-11-061-1/+45
| | | | |
| | * | | Adding some XML for dbus properties interface.Ted Gould2009-11-063-0/+27
| | | | |
| | * | | Building the property proxy.Ted Gould2009-11-061-0/+15
| | | | |
| | * | | Forgot to save.Ted Gould2009-11-062-1/+3
| | | | |
| | * | | Building a proxy.Ted Gould2009-11-062-5/+30
| | | | |
| | * | | Adding an application list.Ted Gould2009-11-061-1/+18
| | | | |
| | * | | Getting the registration signal, and passing it up the stack.Ted Gould2009-11-064-17/+20
| | | | |
| | * | | Adding app add/remove to appstoreTed Gould2009-11-062-1/+30
| | | | |
| | * | | Woot! Now we have signals in our watcher. Let's rock on! Ted Gould2009-11-063-1/+49
| | | | |
| | * | | Connecting the watcher and the appstore. And actually building one. We're ↵Ted Gould2009-11-063-1/+27
| | | | | | | | | | | | | | | | | | | | on DBus now.
| | * | | 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 teh source directory for distcheckTed Gould2009-11-061-2/+2
| | | | |
| | * | | Adding in a set of marshallers to make our signals all happy.Ted Gould2009-11-064-1/+12
| | | | |
| | * | | 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
| | | | |
| | | | * releasing version 0.0.1-0ubuntu3~ppa1~service1Ted Gould2009-11-025-2/+39
| | | | |\ | | | | |/ | | | |/|
| | | * | releasing version 0.0.1-0ubuntu20.0.1-0ubuntu2Ted Gould2009-11-021-2/+2
| | | | |
| | | * | * debian/control: Splitting out libcustomindicatorTed Gould2009-11-025-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding debian/libcustomindicator0.install, debian/libcustomindicator-dev.install, debian/indicator-custom.install to make all the different packages.
| | | | * Merging project name change.Ted Gould2009-11-022-5/+5
| | | | |\ | | | | |/ | | | |/|
| | | * | Changing the package nameTed Gould2009-11-022-4/+4
| | | | |
| | | | * releasing version 0.0.1-0ubuntu2~ppa1~service1Ted Gould2009-11-021-2/+2
| | | | |
| | | | * Grabbing from the service development branchTed Gould2009-11-0219-19/+1630
| | | |/| | | | |/ | | |/|
| | * | 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-283-0/+27
| | | |
| | * | Pulling in the unreviewed lib-flesh branchTed Gould2009-10-2811-11/+1399
| |/| | |/|/ /
| * | 'Merging' in trunk. No changes. Better history.Ted Gould2009-10-220-0/+0
| |\ \ | |/ / |/| |
| * | Adding in testing the location of the dbusmenuserverTed Gould2009-10-223-0/+22
| | |
| * | 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.
| * | Property name changes. Boo.Ted Gould2009-10-221-2/+2
| | |
| * | Changes due to the properties changes.Ted Gould2009-10-221-2/+2
| | |
| * | Gimme a breakTed Gould2009-10-221-0/+1
| | |