aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Nope, bad idea.Ted Gould2009-12-222-2/+8
|\
| * Oops, that didn't work.Ted Gould2009-12-221-2/+2
| |
* | releasing version 0.2.0~dev-0ubuntu1~ppa6~sigfix6Ted Gould2009-12-211-2/+2
| |
* | Signal changeTed Gould2009-12-212-2/+8
|\|
| * Changing the prop handler to be a pointer.Ted Gould2009-12-211-2/+2
| |
* | releasing version 0.2.0~dev-0ubuntu1~ppa6~sigfix5Ted Gould2009-12-211-2/+2
| |
* | string to value fixTed Gould2009-12-213-6/+53
|\|
| * Switching the server function over to values. Oh, how I hate the untyped ↵Ted Gould2009-12-211-6/+3
| | | | | | | | signals in GLib.
| * Adding a test for the string to boolean convertionsTed Gould2009-12-211-0/+44
| |
* | releasing version 0.2.0~dev-0ubuntu1~ppa6~sigfix4Ted Gould2009-12-211-2/+2
| |
* | Using a hash table replaceTed Gould2009-12-215-3/+272
|\|
| * Switching to a replace so that new values are added.Ted Gould2009-12-211-1/+2
| |
| * Fix an assertion that is the wrong directionTed Gould2009-12-211-1/+2
| |
| * Making functions static so that we can get warnings if we don't use them.Ted Gould2009-12-211-9/+9
| |
| * Adding test to signal property changes.Ted Gould2009-12-211-0/+55
| |
| * Comments are good for the soul.Ted Gould2009-12-211-0/+8
| |
| * Testing setting the same prop multiple times of different types.Ted Gould2009-12-211-0/+31
| |
| * Ignoring the generated test description.Ted Gould2009-12-211-0/+1
| |
| * Setting all the different properties.Ted Gould2009-12-211-3/+67
| |
| * Adding in an XML report file.Ted Gould2009-12-211-1/+4
| |
| * Adding a menuitem allocation test.Ted Gould2009-12-211-0/+14
| |
| * Adding the object tests into the build.Ted Gould2009-12-212-0/+25
| |
| * Starting a framework for object testing.Ted Gould2009-12-211-0/+60
| |
| * Making sure we get our function.Ted Gould2009-12-181-2/+2
| |
* | releasing version 0.2.0~dev-0ubuntu1~ppa6~sigfix3Ted Gould2009-12-181-2/+2
| |
* | debian/rules: Massive debuggingTed Gould2009-12-182-1/+7
| |
* | releasing version 0.2.0~dev-0ubuntu1~ppa6~sigfix2Ted Gould2009-12-181-1/+1
| |
* | releasing version 0.2.0~dev-0ubuntu1~ppa6~sigfix1Ted Gould2009-12-181-2/+2
| |
* | Trying againTed Gould2009-12-182-1/+7
|\|
| * Switching to just being a string and a pointer.Ted Gould2009-12-181-1/+1
| |
* | releasing version 0.2.0~dev-0ubuntu1~ppa6~sigfix1Ted Gould2009-12-181-2/+2
| |
* | * UpstreamTed Gould2009-12-183-3/+10
|\| | | | | | | * Fixing the signal prototypes.
| * Changing the prototype on the signal so that it isn't a string, but a value.Ted Gould2009-12-182-3/+3
| |
* | releasing version 0.2.0~dev-0ubuntu1~ppa5Ted Gould2009-12-181-2/+2
| |
* | debian/control: Switching the breaks to be ~dev as thoseTed Gould2009-12-182-2/+9
| | | | | | | | versions are not yet released.
* | releasing version 0.2.0~dev-0ubuntu1~ppa4Ted Gould2009-12-181-2/+2
| |
* | * Updating trunkTed Gould2009-12-182-3/+10
|\ \ | | | | | | | | | * Setting version numbers
| * | Giving us some room in the 0.1.x series, but still getting version numbers ↵Ted Gould2009-12-181-3/+3
| | | | | | | | | | | | in the right place so that people can start depending on this API.
* | | releasing version 0.2.0~dev-0ubuntu1~ppa3Ted Gould2009-12-181-2/+2
| | |
* | | debian/control: Mentioning nicely that this will causeTed Gould2009-12-182-0/+5
| | | | | | | | | | | | | | | indicator-messages << 0.3 and indicator-session << 0.2 to break.
* | | * Updating trunkTed Gould2009-12-1822-201/+1206
|\| | | | | | | | | | | * Changing API to be V0.2 for reals
| * | Updating to the basis of the v2 changes for dbusmenuTed Gould2009-12-1821-201/+1199
| |\|
| | * Fixing MASSIVEDEBUGGING as it was still looking for a string.Ted Gould2009-12-181-1/+5
| | |
| | * Not setting the underline for seperators.Ted Gould2009-12-171-1/+0
| | |
| | * Updating to trunkTed Gould2009-12-170-0/+0
| | |\ | | |/ | |/|
| | * Handling the case of getting an image with the purpose of clearing the ↵Ted Gould2009-12-171-5/+9
| | | | | | | | | | | | label. Also showing the image.
| | * Adding in a layout that has all kinds of different checks in it.Ted Gould2009-12-171-0/+49
| | |
| | * We killed the image item, time to update the tests.Ted Gould2009-12-171-14/+14
| | |
| | * Fleshing out the image functions for our generic item.Ted Gould2009-12-171-3/+67
| | |
| | * Trying to reduce the complexity of adding a label. Now we can detect the ↵Ted Gould2009-12-171-23/+68
| | | | | | | | | | | | various cases and make sense of them. Which is kinda nice. More confident in this code.