Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | releasing version 0.3.2-1ubuntu1~ppa5~qtish5 | Ted Gould | 2010-06-23 | 1 | -2/+2 |
| | |||||
* | * Upstream merge | Ted Gould | 2010-06-23 | 2 | -36/+37 |
|\ | | | | | | | * No internal collections. Eh, whatever. | ||||
| * | Apparently not a collection internally. | Ted Gould | 2010-06-23 | 1 | -36/+30 |
| | | |||||
* | | releasing version 0.3.2-1ubuntu1~ppa5~qtish4 | Ted Gould | 2010-06-23 | 1 | -2/+2 |
| | | |||||
* | | * Upstream merge | Ted Gould | 2010-06-23 | 2 | -60/+66 |
|\| | | | | | | | * Switching to using collection iterators | ||||
| * | 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. | ||||
* | | releasing version 0.3.2-1ubuntu1~ppa5~qtish3 | Ted Gould | 2010-06-23 | 1 | -2/+2 |
| | | |||||
* | | * Upstream merge | Ted Gould | 2010-06-23 | 2 | -2/+32 |
|\| | | | | | | | * Checking for collections | ||||
| * | 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 |
| | | |||||
* | | releasing version 0.3.2-1ubuntu1~ppa5~qtish2 | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | |||||
* | | * Upstream merge | Ted Gould | 2010-06-22 | 2 | -2/+9 |
|\| | | | | | | | * Lowering protection on type checking | ||||
| * | Lowering our protection a little, but hopefully this'll make it happy. | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | |||||
* | | releasing version 0.3.2-1ubuntu1~ppa5~qtish1 | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2010-06-22 | 3 | -35/+35 |
|\| | | | | | | | * Changing the format on the get side of things | ||||
| * | 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 |
| | | |||||
* | | releasing version 0.3.2-1ubuntu1~ppa4 | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2010-06-22 | 2 | -5/+33 |
|\ \ | | | | | | | | | | * Checking to ensure our values are what we expect | ||||
| * | | Sync to trunk | Ted Gould | 2010-06-22 | 0 | -0/+0 |
| |\| | |||||
| | * | Protect from unexpected arrays on the bus. | Ted Gould | 2010-06-22 | 1 | -5/+26 |
| | |\ | |||||
| * | | | releasing version 0.3.2-1ubuntu1~ppa4~value3 | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | * Upstream Merge | Ted Gould | 2010-06-22 | 2 | -0/+9 |
| |\ \ \ | | | |/ | | |/| | | | | | * Useful warning messages | ||||
| | * | | A couple of warning messages. | Ted Gould | 2010-06-22 | 1 | -0/+2 |
| | | | | |||||
| * | | | releasing version 0.3.2-1ubuntu1~ppa4~value2 | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | * Upstream Merge | Ted Gould | 2010-06-22 | 2 | -2/+9 |
| |\| | | | | | | | | | | | | | | * Looking further inside the boxes | ||||
| | * | | Not checking just for boxed, looking inside a bit. | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | releasing version 0.3.2-1ubuntu1~ppa4~value1 | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | * Upstream Merge | Ted Gould | 2010-06-22 | 2 | -5/+31 |
|/| | | | |/ / | | | | | | | * Checking to ensure our values are what we expect | ||||
| * | | 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. | ||||
* | | releasing version 0.3.2-1ubuntu1~ppa3 | Ted Gould | 2010-06-22 | 1 | -1/+1 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2010-06-22 | 2 | -9/+20 |
|\| | | | | | | | * Fixing getting accelerators from menuitems | ||||
| * | 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 |
| |/ | |||||
* | | releasing version 0.3.2-1ubuntu1~ppa2 | Ted Gould | 2010-06-21 | 1 | -2/+2 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2010-06-21 | 16 | -5/+842 |
|\| | | | | | | | | | * Adding support for menu shortcuts * Fixing distcheck of documentation builds | ||||
| * | 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 |
| | | | |