| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding in comments for the signals in the server. | Ted Gould | 2009-05-12 | 1 | -0/+26 |
* | Getting the proper marshaller for the change in API | Ted Gould | 2009-05-12 | 3 | -2/+20 |
* | Changing the property update function to make it match closer to the dbus spe... | Ted Gould | 2009-05-12 | 2 | -4/+5 |
* | Creating the property changed signal and emitting it. | Ted Gould | 2009-05-12 | 1 | -1/+25 |
* | Fleshing out the property get and set functions (and exist) | Ted Gould | 2009-05-12 | 1 | -3/+68 |
* | Creating and destroying the properties. | Ted Gould | 2009-05-12 | 1 | -0/+8 |
* | Changes from review | Ted Gould | 2009-05-12 | 3 | -0/+18 |
|\ |
|
| * | Checking parameters on MI functions. | Ted Gould | 2009-05-12 | 1 | -0/+13 |
| * | Checking incomming objects on the server | Ted Gould | 2009-05-12 | 1 | -0/+3 |
| * | Checking parameter. Found by Cody Russell. | Ted Gould | 2009-05-12 | 1 | -0/+2 |
* | | Adding proporties to the private object. | Ted Gould | 2009-05-12 | 1 | -0/+2 |
|/ |
|
* | Public API docs | Ted Gould | 2009-05-12 | 1 | -0/+20 |
* | Object docs | Ted Gould | 2009-05-12 | 1 | -2/+40 |
* | Public API functions documentation | Ted Gould | 2009-05-12 | 1 | -1/+28 |
* | Add in the LGPL 2.1/3 text to the tops of the files. | Ted Gould | 2009-05-12 | 6 | -0/+168 |
* | Object and section docs. | Ted Gould | 2009-05-11 | 1 | -2/+42 |
* | Function documentation. | Ted Gould | 2009-05-11 | 1 | -1/+114 |
* | Object documentation. No gtk-doc yet, but getting ready. | Ted Gould | 2009-05-11 | 1 | -2/+42 |
* | Taking the children, and trying to reuse them if possible. Sometimes that do... | Ted Gould | 2009-05-11 | 1 | -1/+21 |
* | Allowing people to take children. | Ted Gould | 2009-05-11 | 2 | -0/+22 |
* | More debugging | Ted Gould | 2009-05-08 | 1 | -1/+6 |
* | Checking for a NULL child more vigorously | Ted Gould | 2009-05-08 | 1 | -0/+2 |
* | Fleshing out the children management | Ted Gould | 2009-05-06 | 1 | -7/+16 |
* | Debugging messages and switching the ID gathering function around. | Ted Gould | 2009-05-06 | 2 | -5/+15 |
* | Heh, turns out to recieve a signal you have to send it. | Ted Gould | 2009-05-05 | 1 | -0/+1 |
* | Adding in a signal for the layout being updated | Ted Gould | 2009-05-05 | 2 | -0/+35 |
* | Adding in signals to get the update from the server updating the layout. And... | Ted Gould | 2009-05-05 | 1 | -0/+17 |
* | Implement the new_with_id function by making the id a property and building s... | Ted Gould | 2009-05-05 | 1 | -5/+57 |
* | more debugging | Ted Gould | 2009-05-04 | 1 | -0/+1 |
* | Debug comments | Ted Gould | 2009-05-04 | 1 | -1/+4 |
* | 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 |
* | Making sure to clear the call on error too. | Ted Gould | 2009-04-28 | 1 | -0/+1 |
* | Fix property names. | Ted Gould | 2009-04-28 | 2 | -3/+9 |
* | 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 |
* | Creating a lifecycle for our dbus proxies. We created them, so we must destr... | Ted Gould | 2009-04-27 | 1 | -1/+63 |
* | 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 menu,... | Ted Gould | 2009-04-16 | 1 | -4/+6 |
* | 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 | 2 | -0/+9 |
* | 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 coupl... | Ted Gould | 2009-04-16 | 1 | -7/+94 |
* | Okay, now we're getting and setting properties. Fleshing out these functions. | Ted Gould | 2009-04-16 | 2 | -2/+51 |