Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Moving the JSON parsing code into the library. | Ted Gould | 2010-06-28 | 4 | -70/+98 | |
| | | | | ||||||
| * | | | Adding a new testing lib. | Ted Gould | 2010-06-28 | 6 | -0/+59 | |
|/ / / | ||||||
* | | | Ignoring the gtk-doc build files. | Ted Gould | 2010-06-28 | 1 | -0/+102 | |
| | | | ||||||
* | | | Updating dbusmenu-dumper to handle collections better | Ted Gould | 2010-06-28 | 1 | -5/+100 | |
|\ \ \ | ||||||
| * | | | Adding an explicit null check. | Ted Gould | 2010-06-28 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Optimizing the one item in the collection case (common for shortcuts) | Ted Gould | 2010-06-28 | 1 | -2/+8 | |
| | | | | ||||||
| * | | | Abstracting out the choosing of how to dump the value. | Ted Gould | 2010-06-28 | 1 | -13/+22 | |
| | | | | ||||||
| * | | | Handling the printing of strv's as well. | Ted Gould | 2010-06-28 | 1 | -1/+18 | |
| | | | | ||||||
| * | | | Now iterating through the collection and printing those entries out. | Ted Gould | 2010-06-28 | 1 | -3/+38 | |
| | | | | ||||||
| * | | | Printing more like we'd want a collection to print. | Ted Gould | 2010-06-28 | 1 | -2/+14 | |
| | | | | ||||||
| * | | | Giving the depth as well so this can look nice. | Ted Gould | 2010-06-28 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Splitting out the collection printing. | Ted Gould | 2010-06-28 | 1 | -1/+14 | |
| | | | | ||||||
| * | | | Changing from using a transform to getting the contents | Ted Gould | 2010-06-28 | 1 | -5/+4 | |
|/ / / | ||||||
* | | | 0.3.3 | Ted Gould | 2010-06-24 | 1 | -3/+3 | |
| | | | ||||||
* | | | Make the shortcut structure match Qt | Ted Gould | 2010-06-24 | 2 | -89/+105 | |
|\ \ \ | ||||||
| * | | | Freeing the array wrapper | Ted Gould | 2010-06-23 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | The joy of specialized collections. | Ted Gould | 2010-06-23 | 1 | -9/+16 | |
| | | | | ||||||
| * | | | Start building structures more like the KDE ones. | Ted Gould | 2010-06-23 | 1 | -22/+17 | |
| | | | | ||||||
| * | | | Adding comments | Ted Gould | 2010-06-23 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Apparently not a collection internally. | Ted Gould | 2010-06-23 | 1 | -36/+30 | |
| | | | | ||||||
| * | | | Reworking to use collection iterators. | Ted Gould | 2010-06-23 | 1 | -48/+69 | |
| | | | | ||||||
| * | | | Eh, that's not a rat hole that I want to go down. Realized I'd have to ↵ | Ted Gould | 2010-06-23 | 1 | -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 Gould | 2010-06-23 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Building us some custom types. | Ted Gould | 2010-06-23 | 1 | -0/+23 | |
| | | | | ||||||
| * | | | Lowering our protection a little, but hopefully this'll make it happy. | Ted Gould | 2010-06-22 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Switching around the get function to be GPtrArray-GStrV | Ted Gould | 2010-06-22 | 1 | -26/+17 | |
| | | | | ||||||
| * | | | Cleaning up usage of get_shortcut to only print/set if it sets a key | Ted Gould | 2010-06-22 | 1 | -9/+11 | |
|/ / / | ||||||
* | | | Protect from unexpected arrays on the bus. | Ted Gould | 2010-06-22 | 1 | -5/+26 | |
|\ \ \ | ||||||
| * | | | A couple of warning messages. | Ted Gould | 2010-06-22 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Not checking just for boxed, looking inside a bit. | Ted Gould | 2010-06-22 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Checking the final value as well. | Ted Gould | 2010-06-22 | 1 | -1/+7 | |
| | | | | ||||||
| * | | | Refactoring to make things more clear | Ted Gould | 2010-06-22 | 1 | -5/+7 | |
| | | | | ||||||
| * | | | Putting in several GValue checks to ensure we're getting what we thing we're ↵ | Ted Gould | 2010-06-22 | 1 | -0/+11 | |
|/ / / | | | | | | | | | | getting. | |||||
* | | | Fixing the getting accel from a menu item. | Ted Gould | 2010-06-22 | 1 | -9/+13 | |
|\ \ \ | ||||||
| * | | | Fix setting shortcuts from GtkMenuItem | Cody Russell | 2010-06-22 | 1 | -9/+13 | |
| | | | | ||||||
* | | | | Autogen fix | Ted Gould | 2010-06-22 | 1 | -2/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Pass args gnome-autogen.sh | Cody Russell | 2010-06-22 | 1 | -2/+1 | |
|/ / / | ||||||
* | | | Adding support for accelerators. | Ted Gould | 2010-06-21 | 13 | -4/+811 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Mainline merge, resolve conflicts. | Cody Russell | 2010-06-21 | 25 | -25/+1082 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Fixing property name | Ted Gould | 2010-06-18 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Wrong name for the property | Ted Gould | 2010-06-17 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Do an extra check for the name to fix some Hudson tests. | Ted Gould | 2010-06-10 | 1 | -0/+28 | |
|\ \ \ | ||||||
| * | | | Adding an extra callback to catch a race condition | Ted Gould | 2010-06-10 | 1 | -0/+28 | |
|/ / / | ||||||
* | | | Fixes to make a distcheck without building first. | Ted Gould | 2010-06-10 | 2 | -0/+0 | |
|\ \ \ | ||||||
| * | | | Adding a dummy sgml file. | Ted Gould | 2010-06-10 | 1 | -0/+0 | |
| | | | | ||||||
| * | | | Apparently you can't use EXTRA_DIST like this with gtk-doc. Why be normal? | Ted Gould | 2010-06-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Trying a dummy sgml file | Ted Gould | 2010-06-10 | 2 | -1/+1 | |
|/ / / | ||||||
* | | | 0.3.2 | Ted Gould | 2010-06-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | Adding in a formal sections definition | Ted Gould | 2010-06-10 | 1 | -0/+157 | |
| | | | ||||||
* | | | Adding server and client dbus interfaces to the ignored header files. | Ted Gould | 2010-06-10 | 1 | -1/+6 | |
| | | |