aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
Commit message (Collapse)AuthorAgeFilesLines
...
* Signaling that the layout has changed when there are children added or removedTed Gould2009-05-121-0/+4
|
* Okay, now we have a lifecycle for all of our nifty signal handlers. Kinda ↵Ted Gould2009-05-121-0/+9
| | | | crazy that we're building all of these suckers. Recursive setting all hidden in a nifty little function.
* Setting up some function to tie into all these new fangled signals that the ↵Ted Gould2009-05-121-0/+48
| | | | menu items themselves are sending.
* Start signalling when children are added or removedTed Gould2009-05-121-0/+13
|
* Adding in the activate signal and a function to emit it on the server side ↵Ted Gould2009-05-123-0/+31
| | | | of things.
* Adding in signals for child_added and child_removedTed Gould2009-05-123-22/+64
|
* Adding in a foreach function for menuitems.Ted Gould2009-05-122-0/+33
|
* Adding in comments for the signals in the server.Ted Gould2009-05-121-0/+26
|
* Getting the proper marshaller for the change in APITed Gould2009-05-123-2/+20
|
* Changing the property update function to make it match closer to the dbus ↵Ted Gould2009-05-122-4/+5
| | | | spec with two parameters.
* Creating the property changed signal and emitting it.Ted Gould2009-05-121-1/+25
|
* Fleshing out the property get and set functions (and exist)Ted Gould2009-05-121-3/+68
|
* Creating and destroying the properties.Ted Gould2009-05-121-0/+8
|
* Changes from reviewTed Gould2009-05-123-0/+18
|\
| * Checking parameters on MI functions.Ted Gould2009-05-121-0/+13
| |
| * Checking incomming objects on the serverTed Gould2009-05-121-0/+3
| |
| * Checking parameter. Found by Cody Russell.Ted Gould2009-05-121-0/+2
| |
* | Adding proporties to the private object.Ted Gould2009-05-121-0/+2
|/
* Public API docsTed Gould2009-05-121-0/+20
|
* Object docsTed Gould2009-05-121-2/+40
|
* Public API functions documentationTed Gould2009-05-121-1/+28
|
* Add in the LGPL 2.1/3 text to the tops of the files.Ted Gould2009-05-126-0/+168
|
* Object and section docs.Ted Gould2009-05-111-2/+42
|
* Function documentation.Ted Gould2009-05-111-1/+114
|
* Object documentation. No gtk-doc yet, but getting ready.Ted Gould2009-05-111-2/+42
|
* Taking the children, and trying to reuse them if possible. Sometimes that ↵Ted Gould2009-05-111-1/+21
| | | | doesn't work out and we have to put one down. It's always sad to loose one, but sometimes it has to happen.
* Allowing people to take children.Ted Gould2009-05-112-0/+22
|
* 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
|
* Heh, turns out to recieve a signal you have to send it.Ted Gould2009-05-051-0/+1
|
* Adding in a signal for the layout being updatedTed Gould2009-05-052-0/+35
|
* Adding in signals to get the update from the server updating the layout. ↵Ted Gould2009-05-051-0/+17
| | | | And parsing it.
* 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
|
* 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
|
* Making sure to clear the call on error too.Ted Gould2009-04-281-0/+1
|
* Fix property names.Ted Gould2009-04-282-3/+9
|
* 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.