aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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~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
| | | |\ \
| | * | | | releasing version 0.3.2-1ubuntu1~ppa4~value3Ted Gould2010-06-221-2/+2
| | | | | |
| | * | | | * Upstream MergeTed Gould2010-06-222-0/+9
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | * Useful warning messages
| | | * | | A couple of warning messages.Ted Gould2010-06-221-0/+2
| | | | | |
| | * | | | releasing version 0.3.2-1ubuntu1~ppa4~value2Ted Gould2010-06-221-2/+2
| | | | | |
| | * | | | * Upstream MergeTed Gould2010-06-222-2/+9
| | |\| | | | | | | | | | | | | | | | | | | | | * Looking further inside the boxes
| | | * | | Not checking just for boxed, looking inside a bit.Ted Gould2010-06-221-2/+2
| | | | | |
| | * | | | releasing version 0.3.2-1ubuntu1~ppa4~value1Ted Gould2010-06-221-2/+2
| | | | | |
| | * | | | * Upstream MergeTed Gould2010-06-222-5/+31
| |/| | | | | | |/ / / | | | | | | | | | | * Checking to ensure our values are what we expect
| | * | | 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.