aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* TypoTed Gould2010-06-282-2/+2
|\
| * TypoTed Gould2010-06-281-1/+1
| |
* | Adding in the additional libraries.Ted Gould2010-06-282-2/+4
|\|
| * Adding the need libraries for making the library.Ted Gould2010-06-281-1/+2
| |
* | debian/control, debian/libdbusmenu-jsonloader*install: AddingTed Gould2010-06-284-1/+37
| | | | | | | | two binary packages for the jsonloader test library.
* | AutogenTed Gould2010-06-283-68/+330
| |
* | * Upstream MergeTed Gould2010-06-2811-74/+4550
|\| | | | | | | * Adding more through JSON support for testing
| * Getting the depends in order.Ted Gould2010-06-281-1/+1
| |
| * Forgot copyright headersTed Gould2010-06-284-0/+82
| |
| * Not sure why this flipped, but whatever.Ted Gould2010-06-281-1/+1
| |
| * Look at all the values instead of just the first.Ted Gould2010-06-281-1/+1
| |
| * 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
| |
* | releasing version 0.3.3-0ubuntu2~ppa1Ted Gould2010-06-281-2/+2
| |
* | Merging in Ubuntu Desktop branchTed Gould2010-06-281-3/+3
|\ \
| * | releasing version 0.3.3-0ubuntu1Sebastien Bacher2010-06-241-1/+1
| | |
| * | * New upstream release.Ken VanDine2010-06-2434-283/+1373
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding support for menu shortcuts (LP: #591293) * Fixing distcheck of documentation builds * Autogen.sh fix for adding custom prefix (LP: #595565) * Fixing children property name to match spec (LP: #597321) * Merging in Debian branch * debian/control: Switching branch on this branch to be the dbusmenu-team. * debian/rules: Updating shlibs to 0.3.3 for shortcut API additions * Merge from Ubuntu. Closes: #586069 * debian/control: - Set Maintainer to pkg-ayatana. - Add myself as Uploader. - Update package descriptions. - Standards-Version: 3.8.4 - Fix Homepage URL. - Update Vcs-* fields. * debian/copyright: - Convert to DEP5 format. - Add Ken and Sebastien, according to changelog. - Add Aurélien Gâteau, according to headers.
* | | | 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
| | | |