aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Upstream update:Ted Gould2010-01-074-5/+30
|\ | | | | | | * Starting to watch DBus if the proxy builds fail.
| * Sync to trunkTed Gould2010-01-072-3/+18
| |\
| | * Fixing the dbus handling so that we can pick up the menu again if the server ↵Ted Gould2010-01-073-5/+23
| | |\ | | | | | | | | | | | | is not initially there, or comes back after disappearing.
| | | * Removing the half second timeout as it's no longer needed.Ted Gould2010-01-072-3/+18
| | | |
| * | | releasing version 0.2.0~dev-0ubuntu1~ppa8~light5Ted Gould2010-01-061-2/+2
| | | |
| * | | * Upstream update:Ted Gould2010-01-062-1/+8
| |\ \ \ | | | |/ | | |/| | | | | * Remove debug message
| | * | Removing debug messageTed Gould2010-01-061-1/+1
| | | |
| * | | releasing version 0.2.0~dev-0ubuntu1~ppa8~light4Ted Gould2010-01-061-2/+2
| | | |
| * | | * Upstream update:Ted Gould2010-01-062-1/+8
| |\| | | | | | | | | | | | | | * Look for NULL strings instead of NULL pointers
| | * | Look for NULL strings instead of NULL itselfTed Gould2010-01-061-1/+1
| | | |
| * | | releasing version 0.2.0~dev-0ubuntu1~ppa8~light3Ted Gould2010-01-061-2/+2
| | | |
| * | | * Upstream update:Ted Gould2010-01-062-0/+8
| |\| | | | | | | | | | | | | | * Debug message
| | * | Debug messageTed Gould2010-01-061-0/+1
| | | |
| * | | releasing version 0.2.0~dev-0ubuntu1~ppa8~light2Ted Gould2010-01-061-2/+2
| | | |
| * | | * Upstream update:Ted Gould2010-01-062-1/+8
| |\| | | | | | | | | | | | | | * Looking at the dbus name
| | * | Let's watch the name, we don't care about the ID as much.Ted Gould2010-01-061-1/+1
| | | |
| * | | releasing version 0.2.0~dev-0ubuntu1~ppa8~light1Ted Gould2010-01-061-2/+2
| | | |
| * | | * Upstream update:Ted Gould2010-01-062-0/+9
|/| | | | |/ / | | | | | | * Starting to watch DBus if the proxy builds fail.
| * / Building the dbus proxies if the guy we're trying to connect to doesn't exist.Ted Gould2010-01-061-0/+2
| |/
* | releasing version 0.2.0~dev-0ubuntu1~ppa7Ted Gould2010-01-061-2/+2
| |
* | * Upstream update:Ted Gould2010-01-067-15/+88
|\| | | | | | | | | * Adding GetChildren function for getting a single submenu * Test suite fixes
| * Adding in support for the GetChildren function.Aurélien Gâteau2010-01-042-0/+69
| |\
| | * Implememented GetChildrenAurelien Gateau2009-12-242-0/+69
| |/
| * Typo on variable name. Oh, I hate dynamically linked languages.Ted Gould2009-12-221-1/+1
| |
| * Removing the bustle captures as we're not using them and they seem to be ↵Ted Gould2009-12-224-15/+11
| | | | | | | | breaking on Hudson.
* | releasing version 0.2.0~dev-0ubuntu1~ppa6Ted Gould2009-12-221-2/+2
| |
* | Fixing the handling of typed properties, especially bools.Ted Gould2009-12-227-12/+322
|\ \
| * | Sync to trunkTed Gould2009-12-220-0/+0
| |\|
| | * Fix signal prototype and how the hashtable is handled. Added tests.Ted Gould2009-12-226-12/+316
| | |\
| * | | releasing version 0.2.0~dev-0ubuntu1~ppa6~sigfix7Ted Gould2009-12-221-2/+2
| | | |
| * | | 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
| | | |