Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Doing some layout parsing for fun and profit. | Ted Gould | 2009-05-05 | 1 | -1/+43 | |
| | | | ||||||
| | * | Heh, turns out to recieve a signal you have to send it. | Ted Gould | 2009-05-05 | 1 | -0/+1 | |
| | | | ||||||
| | * | Loving the signal handling | Ted Gould | 2009-05-05 | 1 | -0/+7 | |
| | | | ||||||
| | * | Adding in a signal for the layout being updated | Ted Gould | 2009-05-05 | 2 | -0/+35 | |
| | | | ||||||
| | * | Extending time a little bit | Ted Gould | 2009-05-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Adding in signals to get the update from the server updating the layout. ↵ | Ted Gould | 2009-05-05 | 1 | -0/+17 | |
| | | | | | | | | | | | | And parsing it. | |||||
| | * | Debugging message. | Ted Gould | 2009-05-05 | 1 | -0/+1 | |
| | | | ||||||
| | * | Implement the new_with_id function by making the id a property and building ↵ | Ted Gould | 2009-05-05 | 1 | -5/+57 | |
| | | | | | | | | | | | | some set_ and get_ | |||||
| | * | more debugging | Ted Gould | 2009-05-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | Debug comments | Ted Gould | 2009-05-04 | 1 | -1/+4 | |
| | | | ||||||
| | * | More time | Ted Gould | 2009-05-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Adding the layout into the error message. | Ted Gould | 2009-05-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Don't init the value, as DBus will do that. | Ted Gould | 2009-05-04 | 1 | -2/+0 | |
| | | | ||||||
| | * | A small script to run the test easily | Ted Gould | 2009-05-04 | 1 | -0/+4 | |
| | | | ||||||
| | * | Some timers to get things lined up correctly and other little | Ted Gould | 2009-05-04 | 2 | -2/+10 | |
| | | | | | | | | | | | | | | | cleanups to stop breaking this. | |||||
| | * | This doesn't crash, not a good sign for using DBus | Ted Gould | 2009-04-28 | 1 | -2/+3 | |
| | | | ||||||
| | * | Making sure to clear the call on error too. | Ted Gould | 2009-04-28 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fixing address | Ted Gould | 2009-04-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix property names. | Ted Gould | 2009-04-28 | 2 | -3/+9 | |
| | | | ||||||
| | * | Oops can't call the kill function first | Ted Gould | 2009-04-28 | 1 | -1/+0 | |
| | | | ||||||
| | * | Adding a little flesh to the client | Ted Gould | 2009-04-28 | 3 | -0/+55 | |
| | | | ||||||
| | * | Messages and slowing down a touch | Ted Gould | 2009-04-28 | 1 | -2/+6 | |
| | | | ||||||
| | * | Starting to build a layout test. We're compiling again. | Ted Gould | 2009-04-28 | 5 | -1/+133 | |
| | | | ||||||
| | * | Putting in placeholders for the functions that got prototyped last revision | Ted Gould | 2009-04-28 | 1 | -0/+14 | |
| | | | ||||||
| | * | Okay, it think we're syncing the two XML hierarchies. Whew. | Ted Gould | 2009-04-27 | 2 | -3/+51 | |
| | | | ||||||
| | * | Getting up to the XML level. Whoo, up the protocol stack we go. | Ted Gould | 2009-04-27 | 1 | -0/+26 | |
| | | | ||||||
| | * | Handling all the DBus-isms of getting the property, now passing up the stack ↵ | Ted Gould | 2009-04-27 | 1 | -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 Gould | 2009-04-27 | 1 | -1/+63 | |
| | | | | | | | | | | | | destroy them as well. | |||||
| | * | Addign in the get and set properties. | Ted Gould | 2009-04-27 | 1 | -1/+38 | |
| | | | ||||||
| | * | Adding in properties. | Ted Gould | 2009-04-27 | 1 | -0/+43 | |
| | | | ||||||
| | * | Starting to flesh out the client a little bit | Ted Gould | 2009-04-20 | 1 | -0/+63 | |
| | | | ||||||
| | * | A couple of debug strings and then making it so that if there is a root ↵ | Ted Gould | 2009-04-16 | 1 | -4/+6 | |
| | | | | | | | | | | | | menu, it's at the root of the XML data instead of having a root wrapped around it. | |||||
| | * | Fixing the properties | Ted Gould | 2009-04-16 | 1 | -6/+6 | |
| | | | ||||||
| | * | Adding in tests dictory, a test, and making it compile | Ted Gould | 2009-04-16 | 7 | -1/+56 | |
| | | | ||||||
| | * | No warnings, put them in now I had to fix them | Ted Gould | 2009-04-16 | 2 | -2/+11 | |
| | | | ||||||
| | * | Okay, let's build some XML | Ted Gould | 2009-04-16 | 3 | -4/+16 | |
| | | | ||||||
| | * | Putting in IDs | Ted Gould | 2009-04-16 | 1 | -0/+8 | |
| | | | ||||||
| | * | Adding in all the public functions as real functions and implementing a ↵ | Ted Gould | 2009-04-16 | 1 | -7/+94 | |
| | | | | | | | | | | | | couple of children related ones. | |||||
| | * | Okay, now we're getting and setting properties. Fleshing out these functions. | Ted Gould | 2009-04-16 | 2 | -2/+51 | |
| | | | ||||||
| | * | Adding in basic set and get functions for the properties | Ted Gould | 2009-04-16 | 1 | -0/+41 | |
| | | | ||||||
| | * | Oops, forgot layout. That's make the dbus folks angry. | Ted Gould | 2009-04-16 | 2 | -1/+8 | |
| | | | ||||||
| | * | Adding in some server properties | Ted Gould | 2009-04-16 | 2 | -0/+20 | |
| | | | ||||||
| | * | Changing the menuitem type | Ted Gould | 2009-04-16 | 2 | -7/+7 | |
| | | | ||||||
| | * | Adding in the server signals | Ted Gould | 2009-04-16 | 5 | -5/+75 | |
| | | | ||||||
| | * | Putting in the public interfaces | Ted Gould | 2009-04-16 | 1 | -1/+28 | |
| | | | ||||||
| | * | Changing the type name to make more sense | Ted Gould | 2009-04-16 | 2 | -7/+7 | |
| | | | ||||||
| | * | Changing the TYPE to make more sense and installing the dbus profile | Ted Gould | 2009-04-16 | 2 | -7/+14 | |
| | | | ||||||
| | * | Building an API, woo hoo | Ted Gould | 2009-04-15 | 2 | -2/+10 | |
| | | | ||||||
| | * | Linking in the dbus prototypes generated by the dbus tools. | Ted Gould | 2009-04-15 | 2 | -0/+39 | |
| | | | ||||||
| | * | Adding basic client and server objects. | Ted Gould | 2009-04-15 | 6 | -2/+180 | |
| | | |