aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* releasing version 0.3.3-0ubuntu1~ppa2Ted Gould2010-06-281-2/+2
|
* * Upstream MergeTed Gould2010-06-282-5/+107
|\ | | | | | | * Fixing up value handling in dbusmenu-dumper
| * 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
| |/
* | releasing version 0.3.3-0ubuntu1~ppa1Ted Gould2010-06-241-2/+2
| |
* | debian/rules: Updating shlibs to 0.3.3 for shortcut API additionsTed Gould2010-06-242-3/+4
| |
* | * New upstream release.Ted Gould2010-06-2416-231/+377
|\ \ | | | | | | | | | | | | | | | * Adding support for menu shortcuts (LP: #591293) * Autogen.sh fix for adding custom prefix (LP: #595565) * Fixing children property name to match spec (LP: #597321)
| * | Import upstream version 0.3.3Ted Gould2010-06-2430-205/+1246
| |\|
| | * 0.3.3Ted Gould2010-06-241-3/+3
| | |
* | | releasing version 0.3.2-1ubuntu1~ppa5Ted Gould2010-06-241-2/+2
| | |
* | | * Upstream mergeTed Gould2010-06-243-89/+113
|\ \ \ | | | | | | | | | | | | | | | | * Changing the shortcut implementation to match the Qt implementation of dbusmenu.
| * \ \ Sync to trunkTed Gould2010-06-240-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Make the shortcut structure match QtTed Gould2010-06-242-89/+105
| | |\ \
| * | | | releasing version 0.3.2-1ubuntu1~ppa5~qtish6Ted Gould2010-06-231-2/+2
| | | | |
| * | | | * Upstream MergeTed Gould2010-06-232-25/+40
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * Fixing our setting of the shortcut to match the same collection style structure.
| | * | | 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
| | | | |
| * | | | releasing version 0.3.2-1ubuntu1~ppa5~qtish5Ted Gould2010-06-231-2/+2
| | | | |
| * | | | * Upstream mergeTed Gould2010-06-232-36/+37
| |\| | | | | | | | | | | | | | | | | | * No internal collections. Eh, whatever.
| | * | | Apparently not a collection internally.Ted Gould2010-06-231-36/+30
| | | | |
| * | | | releasing version 0.3.2-1ubuntu1~ppa5~qtish4Ted Gould2010-06-231-2/+2
| | | | |
| * | | | * Upstream mergeTed Gould2010-06-232-60/+66
| |\| | | | | | | | | | | | | | | | | | * Switching to using collection iterators
| | * | | 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.
| * | | | releasing version 0.3.2-1ubuntu1~ppa5~qtish3Ted Gould2010-06-231-2/+2
| | | | |
| * | | | * Upstream mergeTed Gould2010-06-232-2/+32
| |\| | | | | | | | | | | | | | | | | | * Checking for collections
| | * | | 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
| | | | |
| * | | | releasing version 0.3.2-1ubuntu1~ppa5~qtish2Ted Gould2010-06-221-2/+2
| | | | |
| * | | | * Upstream mergeTed Gould2010-06-222-2/+9
| |\| | | | | | | | | | | | | | | | | | * Lowering protection on type checking
| | * | | Lowering our protection a little, but hopefully this'll make it happy.Ted Gould2010-06-221-2/+2
| | | | |
| * | | | releasing version 0.3.2-1ubuntu1~ppa5~qtish1Ted Gould2010-06-221-2/+2
| | | | |
| * | | | * Upstream MergeTed Gould2010-06-223-35/+35
|/| | | | | |/ / / | | | | | | | | * Changing the format on the get side of things
| * | | 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
| |/ /
* | | releasing version 0.3.2-1ubuntu1~ppa4Ted Gould2010-06-221-2/+2
| | |
* | | * Upstream MergeTed Gould2010-06-222-5/+33
|\ \ \ | | | | | | | | | | | | * Checking to ensure our values are what we expect
| * | | Sync to trunkTed Gould2010-06-220-0/+0
| |\| |
| | * | Protect from unexpected arrays on the bus.Ted Gould2010-06-221-5/+26
| | |\ \