aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Looking at submenus instead of the current array as we should have been ↵Ted Gould2009-05-101-4/+4
| | | | | | | | originally. Oops.
| * Fixing going into the recursive submenusTed Gould2009-05-101-1/+1
| |
| * Debug messageTed Gould2009-05-091-0/+2
| |
| * More debuggingTed Gould2009-05-081-1/+6
| |
| * Checking for a NULL child more vigorouslyTed Gould2009-05-081-0/+2
| |
| * Fleshing out the children managementTed Gould2009-05-061-7/+16
| |
| * Debugging messages and switching the ID gathering function around.Ted Gould2009-05-062-5/+15
| |
| * A ton more debugging messages to know where it failedTed Gould2009-05-051-3/+14
| |
| * Doing some layout parsing for fun and profit.Ted Gould2009-05-051-1/+43
| |
| * Heh, turns out to recieve a signal you have to send it.Ted Gould2009-05-051-0/+1
| |
| * Loving the signal handlingTed Gould2009-05-051-0/+7
| |
| * Adding in a signal for the layout being updatedTed Gould2009-05-052-0/+35
| |
| * Extending time a little bitTed Gould2009-05-051-1/+1
| |
| * Adding in signals to get the update from the server updating the layout. ↵Ted Gould2009-05-051-0/+17
| | | | | | | | And parsing it.
| * Debugging message.Ted Gould2009-05-051-0/+1
| |
| * Implement the new_with_id function by making the id a property and building ↵Ted Gould2009-05-051-5/+57
| | | | | | | | some set_ and get_
| * more debuggingTed Gould2009-05-041-0/+1
| |
| * Debug commentsTed Gould2009-05-041-1/+4
| |
| * More timeTed Gould2009-05-041-1/+1
| |
| * Adding the layout into the error message.Ted Gould2009-05-041-1/+1
| |
| * Don't init the value, as DBus will do that.Ted Gould2009-05-041-2/+0
| |
| * A small script to run the test easilyTed Gould2009-05-041-0/+4
| |
| * Some timers to get things lined up correctly and other littleTed Gould2009-05-042-2/+10
| | | | | | | | | | cleanups to stop breaking this.
| * This doesn't crash, not a good sign for using DBusTed Gould2009-04-281-2/+3
| |
| * Making sure to clear the call on error too.Ted Gould2009-04-281-0/+1
| |
| * Fixing addressTed Gould2009-04-281-1/+1
| |
| * Fix property names.Ted Gould2009-04-282-3/+9
| |
| * Oops can't call the kill function firstTed Gould2009-04-281-1/+0
| |
| * Adding a little flesh to the clientTed Gould2009-04-283-0/+55
| |
| * Messages and slowing down a touchTed Gould2009-04-281-2/+6
| |
| * Starting to build a layout test. We're compiling again.Ted Gould2009-04-285-1/+133
| |
| * Putting in placeholders for the functions that got prototyped last revisionTed Gould2009-04-281-0/+14
| |
| * Okay, it think we're syncing the two XML hierarchies. Whew.Ted Gould2009-04-272-3/+51
| |
| * Getting up to the XML level. Whoo, up the protocol stack we go.Ted Gould2009-04-271-0/+26
| |
| * Handling all the DBus-isms of getting the property, now passing up the stack ↵Ted Gould2009-04-271-10/+44
| | | | | | | | to a parse function which will actually take care of the data.
| * Creating a lifecycle for our dbus proxies. We created them, so we must ↵Ted Gould2009-04-271-1/+63
| | | | | | | | destroy them as well.
| * Addign in the get and set properties.Ted Gould2009-04-271-1/+38
| |
| * Adding in properties.Ted Gould2009-04-271-0/+43
| |
| * Starting to flesh out the client a little bitTed Gould2009-04-201-0/+63
| |
| * A couple of debug strings and then making it so that if there is a root ↵Ted Gould2009-04-161-4/+6
| | | | | | | | menu, it's at the root of the XML data instead of having a root wrapped around it.
| * Fixing the propertiesTed Gould2009-04-161-6/+6
| |
| * Adding in tests dictory, a test, and making it compileTed Gould2009-04-167-1/+56
| |
| * No warnings, put them in now I had to fix themTed Gould2009-04-162-2/+11
| |
| * Okay, let's build some XMLTed Gould2009-04-163-4/+16
| |
| * Putting in IDsTed Gould2009-04-161-0/+8
| |
| * Adding in all the public functions as real functions and implementing a ↵Ted Gould2009-04-161-7/+94
| | | | | | | | couple of children related ones.
| * Okay, now we're getting and setting properties. Fleshing out these functions.Ted Gould2009-04-162-2/+51
| |
| * Adding in basic set and get functions for the propertiesTed Gould2009-04-161-0/+41
| |
| * Oops, forgot layout. That's make the dbus folks angry.Ted Gould2009-04-162-1/+8
| |
| * Adding in some server propertiesTed Gould2009-04-162-0/+20
| |