Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More error handling in the properties interface. | Ted Gould | 2009-05-15 | 1 | -0/+27 |
| | |||||
* | Starting to flesh out more of this DBus stuff | Ted Gould | 2009-05-15 | 1 | -2/+28 |
| | |||||
* | Reworking the DBus interface slightly. Making it so that the properties are ↵ | Ted Gould | 2009-05-15 | 2 | -14/+1 |
| | | | | now sent in a dict and that there isn't an arbitrary listing of things. It's either grab all or grab one. Seems to apply to the use cases better. | ||||
* | Fleshing out server_call and getting ready for more. | Ted Gould | 2009-05-15 | 1 | -5/+36 |
| | |||||
* | Adding in a function to get the properties, and make sure to catch soem more ↵ | Ted Gould | 2009-05-15 | 4 | -6/+161 |
| | | | | warnings and other protections. Also, no more deprecated GTK stuf. | ||||
* | Adding some flesh to that script. | Ted Gould | 2009-05-14 | 1 | -1/+77 |
| | |||||
* | First parts of some tests to test the properties. | Ted Gould | 2009-05-13 | 5 | -2/+151 |
| | |||||
* | Okay, throwing the signals down to the menuitems | Ted Gould | 2009-05-13 | 1 | -0/+16 |
| | |||||
* | Connecting to the other signals coming from the server | Ted Gould | 2009-05-13 | 1 | -0/+22 |
| | |||||
* | Add in a function to search the tree for an ID. This might need to be ↵ | Ted Gould | 2009-05-13 | 2 | -0/+47 |
| | | | | optimized later, I'm not sure how common this operation will be. | ||||
* | Passing on the signal from the menuitem up the stack and out the DBus. | Ted Gould | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | Signaling that the layout has changed when there are children added or removed | Ted Gould | 2009-05-12 | 1 | -0/+4 |
| | |||||
* | Okay, now we have a lifecycle for all of our nifty signal handlers. Kinda ↵ | Ted Gould | 2009-05-12 | 1 | -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 Gould | 2009-05-12 | 1 | -0/+48 |
| | | | | menu items themselves are sending. | ||||
* | Start signalling when children are added or removed | Ted Gould | 2009-05-12 | 1 | -0/+13 |
| | |||||
* | Adding in the activate signal and a function to emit it on the server side ↵ | Ted Gould | 2009-05-12 | 3 | -0/+31 |
| | | | | of things. | ||||
* | Adding in signals for child_added and child_removed | Ted Gould | 2009-05-12 | 3 | -22/+64 |
| | |||||
* | Adding in a foreach function for menuitems. | Ted Gould | 2009-05-12 | 2 | -0/+33 |
| | |||||
* | 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 | 4 | -2/+23 |
| | |||||
* | Changing the property update function to make it match closer to the dbus ↵ | Ted Gould | 2009-05-12 | 2 | -4/+5 |
| | | | | spec with two parameters. | ||||
* | 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 |
|\ | |||||
| * | Merging in my working branch that brings in basic object functionality ↵ | Ted Gould | 2009-05-12 | 19 | -12/+2166 |
| |\ | | | | | | | | | | passing across DBus. | ||||
| | * | 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 |
| | | | |||||
| * | | A basic build system to start laying out the library. | Ted Gould | 2009-03-25 | 23 | -0/+1430 |
| |\ \ | |||||
* | | | | 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 |
| | | | |||||
* | | | Put the GPL v3 on these tests | Ted Gould | 2009-05-12 | 4 | -0/+82 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Making nice friendly names. | Ted Gould | 2009-05-11 | 1 | -1/+1 |
| | | | |||||
* | | | Moving the glib layout test into the make file | Ted Gould | 2009-05-11 | 2 | -4/+8 |
| | | | |||||
* | | | Taking the children, and trying to reuse them if possible. Sometimes that ↵ | Ted Gould | 2009-05-11 | 1 | -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 Gould | 2009-05-11 | 2 | -0/+22 |
| | | | |||||
* | | | Looking at submenus instead of the current array as we should have been ↵ | Ted Gould | 2009-05-10 | 1 | -4/+4 |
| | | | | | | | | | | | | originally. Oops. | ||||
* | | | Fixing going into the recursive submenus | Ted Gould | 2009-05-10 | 1 | -1/+1 |
| | | | |||||
* | | | Debug message | Ted Gould | 2009-05-09 | 1 | -0/+2 |
| | | | |||||
* | | | 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 |
| | | |