| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Starting the processing of changing the layout from the server | Ted Gould | 2009-05-24 | 1 | -1/+76 |
| | * | Adding a connection in for processing layout changes | Ted Gould | 2009-05-22 | 1 | -0/+17 |
| | * | Adding in some section documentation describing the menu item | Ted Gould | 2009-05-20 | 1 | -0/+25 |
| | * | Comments on the structures along with some reserved entries. | Ted Gould | 2009-05-20 | 1 | -0/+18 |
| | * | A new function. Literally. | Ted Gould | 2009-05-20 | 2 | -0/+22 |
| | * | Building up a client, but that required a couple of properties. Bigger commi... | Ted Gould | 2009-05-20 | 1 | -2/+112 |
| | * | Cleaning up the name space and making it clear where we are. Now we have an ... | Ted Gould | 2009-05-20 | 2 | -37/+42 |
| | * | Ignore our new lo | Ted Gould | 2009-05-19 | 1 | -0/+1 |
| | * | Include the header too | Ted Gould | 2009-05-19 | 1 | -0/+2 |
| | * | Getting the libs into the gtk library | Ted Gould | 2009-05-19 | 2 | -2/+17 |
| | * | Switching over to some autogenerated menu files instead of our test ones. | Ted Gould | 2009-05-19 | 5 | -8/+84 |
| | * | Merging in the properties branch to provide some basis to work with. | Ted Gould | 2009-05-19 | 14 | -59/+1024 |
| |/|
|/|/ |
|
| * | Adding the 'po' directory to make distcheck pass | Ted Gould | 2009-05-19 | 1 | -1/+1 |
| * | Making it so that the verifcation hapens slightly after the update, as it tak... | Ted Gould | 2009-05-19 | 1 | -3/+11 |
| * | Starting to verify the properties | Ted Gould | 2009-05-19 | 1 | -0/+13 |
| * | Handling death better. Now we extend our life the more successful we are. P... | Ted Gould | 2009-05-19 | 1 | -11/+21 |
| * | Cleaning up pass and fail message to make them more readable | Ted Gould | 2009-05-19 | 1 | -5/+8 |
| * | Disabling a large number of debug messages. Most aren't needed anymore. | Ted Gould | 2009-05-19 | 3 | -10/+10 |
| * | Debug message on setting properties. | Ted Gould | 2009-05-19 | 1 | -0/+1 |
| * | Recycle the server's marshaller and register it with DBus as we don't have on... | Ted Gould | 2009-05-19 | 1 | -0/+2 |
| * | Now we're calling the get_properties function on every menuitem that we build... | Ted Gould | 2009-05-19 | 1 | -4/+28 |
| * | Use the new proprties_copy function to make DBus work :) | Ted Gould | 2009-05-19 | 1 | -0/+2 |
| * | A function to copy the properties off of a menuitem. | Ted Gould | 2009-05-19 | 2 | -0/+36 |
| * | Ah, finally found the right prototype for dicts, whoo hoo, just love dynamic ... | Ted Gould | 2009-05-19 | 1 | -2/+2 |
| * | Adding a log domain, this fixes an issue with getting the error quark in the ... | Ted Gould | 2009-05-15 | 1 | -1/+1 |
| * | Adding a property for testing. | Ted Gould | 2009-05-15 | 1 | -0/+1 |
| * | Oops, that didn't compile. | Ted Gould | 2009-05-15 | 1 | -3/+5 |
| * | 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 |
| * | 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 |
| * | 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 optimi... | Ted Gould | 2009-05-13 | 2 | -0/+47 |
| * | 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 cr... | Ted Gould | 2009-05-12 | 1 | -0/+9 |
| * | Setting up some function to tie into all these new fangled signals that the m... | Ted Gould | 2009-05-12 | 1 | -0/+48 |
| * | 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 of... | Ted Gould | 2009-05-12 | 3 | -0/+31 |
| * | 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 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 |