aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * A function to copy the properties off of a menuitem.Ted Gould2009-05-192-0/+36
| * Ah, finally found the right prototype for dicts, whoo hoo, just love dynamic ...Ted Gould2009-05-191-2/+2
| * Adding a log domain, this fixes an issue with getting the error quark in the ...Ted Gould2009-05-151-1/+1
| * Adding a property for testing.Ted Gould2009-05-151-0/+1
| * Oops, that didn't compile.Ted Gould2009-05-151-3/+5
| * More error handling in the properties interface.Ted Gould2009-05-151-0/+27
| * Starting to flesh out more of this DBus stuffTed Gould2009-05-151-2/+28
| * Reworking the DBus interface slightly. Making it so that the properties are ...Ted Gould2009-05-152-14/+1
| * Fleshing out server_call and getting ready for more.Ted Gould2009-05-151-5/+36
| * Adding in a function to get the properties, and make sure to catch soem more ...Ted Gould2009-05-154-6/+161
| * Adding some flesh to that script.Ted Gould2009-05-141-1/+77
| * First parts of some tests to test the properties.Ted Gould2009-05-135-2/+151
| * Okay, throwing the signals down to the menuitemsTed Gould2009-05-131-0/+16
| * Connecting to the other signals coming from the serverTed Gould2009-05-131-0/+22
| * Add in a function to search the tree for an ID. This might need to be optimi...Ted Gould2009-05-132-0/+47
| * Passing on the signal from the menuitem up the stack and out the DBus.Ted Gould2009-05-121-1/+1
| * 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 cr...Ted Gould2009-05-121-0/+9
| * Setting up some function to tie into all these new fangled signals that the m...Ted Gould2009-05-121-0/+48
| * 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 of...Ted Gould2009-05-123-0/+31
| * 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-124-2/+23
| * Changing the property update function to make it match closer to the dbus spe...Ted Gould2009-05-122-4/+5
| * 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
| |\ | |/ |/|
* | Merging in my working branch that brings in basic object functionality passin...Ted Gould2009-05-1219-12/+2166
|\ \
| * | 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
* | | A basic build system to start laying out the library.Ted Gould2009-03-2523-0/+1430
|\ \ \
| | | * 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
| | * Put the GPL v3 on these testsTed Gould2009-05-124-0/+82
| | * 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
| | * Making nice friendly names.Ted Gould2009-05-111-1/+1
| | * Moving the glib layout test into the make fileTed Gould2009-05-112-4/+8
| | * Taking the children, and trying to reuse them if possible. Sometimes that do...Ted Gould2009-05-111-1/+21
| | * Allowing people to take children.Ted Gould2009-05-112-0/+22
| | * Looking at submenus instead of the current array as we should have been origi...Ted Gould2009-05-101-4/+4
| | * Fixing going into the recursive submenusTed Gould2009-05-101-1/+1