aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Better name, distcheck fix, cleanup. Good stuff.Ted Gould2010-06-281-3/+7
|
* Comparing at the end and running under XvfbTed Gould2010-06-281-0/+2
|
* Setting timeout longerTed Gould2010-06-281-1/+1
|
* Redirecting output to a file.Ted Gould2010-06-283-3/+13
|
* Starting to link things together... still not working.Ted Gould2010-06-283-4/+7
|
* Adding a test-client binTed Gould2010-06-283-0/+47
|
* Have the proper case for booleansTed Gould2010-06-281-0/+6
|
* Hmm, bug in dbusmenu-dumper there.Ted Gould2010-06-281-1148/+1148
|
* Adding in a test json file.Ted Gould2010-06-282-1/+4025
|
* Adding a JSON loaderTed Gould2010-06-283-2/+101
|
* Okay, now we've got some basic code for dealing with value arraysTed Gould2010-06-281-0/+31
|
* Okay, so now we're handling the complex areas.Ted Gould2010-06-281-3/+26
|
* Turn objects into hashmapsTed Gould2010-06-281-1/+32
|
* Restructuring a bit to make it more reusable.Ted Gould2010-06-281-13/+24
|
* Make the code behave exactly the same but with a function call in the middle.Ted Gould2010-06-281-5/+20
|
* Moving the JSON parsing code into the library.Ted Gould2010-06-284-70/+98
|
* Adding a new testing lib.Ted Gould2010-06-286-0/+59
|
* Ignoring the gtk-doc build files.Ted Gould2010-06-281-0/+102
|
* Updating dbusmenu-dumper to handle collections betterTed Gould2010-06-281-5/+100
|\
| * Adding an explicit null check.Ted Gould2010-06-281-0/+4
| |
| * Optimizing the one item in the collection case (common for shortcuts)Ted Gould2010-06-281-2/+8
| |
| * Abstracting out the choosing of how to dump the value.Ted Gould2010-06-281-13/+22
| |
| * Handling the printing of strv's as well.Ted Gould2010-06-281-1/+18
| |
| * Now iterating through the collection and printing those entries out.Ted Gould2010-06-281-3/+38
| |
| * Printing more like we'd want a collection to print.Ted Gould2010-06-281-2/+14
| |
| * Giving the depth as well so this can look nice.Ted Gould2010-06-281-2/+2
| |
| * Splitting out the collection printing.Ted Gould2010-06-281-1/+14
| |
| * Changing from using a transform to getting the contentsTed Gould2010-06-281-5/+4
|/
* 0.3.3Ted Gould2010-06-241-3/+3
|
* Make the shortcut structure match QtTed Gould2010-06-242-89/+105
|\
| * Freeing the array wrapperTed Gould2010-06-231-0/+1
| |
| * The joy of specialized collections.Ted Gould2010-06-231-9/+16
| |
| * Start building structures more like the KDE ones.Ted Gould2010-06-231-22/+17
| |
| * Adding commentsTed Gould2010-06-231-0/+4
| |
| * Apparently not a collection internally.Ted Gould2010-06-231-36/+30
| |
| * Reworking to use collection iterators.Ted Gould2010-06-231-48/+69
| |
| * Eh, that's not a rat hole that I want to go down. Realized I'd have to ↵Ted Gould2010-06-231-24/+2
| | | | | | | | build the types with their vtables to go that way. We'll try using the others.
| * Using our complex types to start looking at things.Ted Gould2010-06-231-2/+2
| |
| * Building us some custom types.Ted Gould2010-06-231-0/+23
| |
| * Lowering our protection a little, but hopefully this'll make it happy.Ted Gould2010-06-221-2/+2
| |
| * Switching around the get function to be GPtrArray-GStrVTed Gould2010-06-221-26/+17
| |
| * Cleaning up usage of get_shortcut to only print/set if it sets a keyTed Gould2010-06-221-9/+11
|/
* Protect from unexpected arrays on the bus.Ted Gould2010-06-221-5/+26
|\
| * A couple of warning messages.Ted Gould2010-06-221-0/+2
| |
| * Not checking just for boxed, looking inside a bit.Ted Gould2010-06-221-2/+2
| |
| * Checking the final value as well.Ted Gould2010-06-221-1/+7
| |
| * Refactoring to make things more clearTed Gould2010-06-221-5/+7
| |
| * Putting in several GValue checks to ensure we're getting what we thing we're ↵Ted Gould2010-06-221-0/+11
|/ | | | getting.
* Fixing the getting accel from a menu item.Ted Gould2010-06-221-9/+13
|\
| * Fix setting shortcuts from GtkMenuItemCody Russell2010-06-221-9/+13
| |