aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Upstream updateTed Gould2010-01-112-4/+22
|\ | | | | | | * Adding padding between the icon and the label.
| * A little function to grab the horizontal padding and stuff it into the box.Ted Gould2010-01-111-4/+15
| |
* | Updates from desktop teamTed Gould2010-01-112-75/+20
|\ \
| * \ * Upstream release 0.2.0Ken VanDine2010-01-0855-339/+1908
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove unused libdbusmenu-qt - Changing API to be V0.2 for reals - Adding underline support - Test suite fixes and automation support - dbus-dumper tool - Switch to org.ayatana - Fixing the handling of typed properties, especially bools. - Adding GetChildren function for getting a single submenu - Starting to watch DBus if the proxy builds fail. - Test suite fixes - Fixing the consistency between the #defines and what was used in the code. * debian/control, debian/libdbusmenu-tools.install: Setting up a package for the new dbusmenu-dumper tool. * debian/control: Mentioning nicely that this will cause indicator-messages << 0.3 and indicator-session << 0.2 to break.
* | | releasing version 0.2.0-0ubuntu1~ppa1Ted Gould2010-01-081-2/+2
| | |
* | | * Upstream official 0.2.0Ted Gould2010-01-087-52/+8
|\ \ \ | | |/ | |/| | | | * Remove unused libdbusmenu-qt
| * | 0.2.0Ted Gould2010-01-080-0/+0
| | |
| * | Removing libdbusmenu-qt as it's not used.Ted Gould2010-01-076-52/+1
| |\ \
| | * | Removed empty qt libAurelien Gateau2010-01-076-52/+1
| | | |
* | | | releasing version 0.2.0~dev-0ubuntu1~ppa9Ted Gould2010-01-071-2/+2
| | | |
* | | | * Upstream update:Ted Gould2010-01-074-7/+19
|\| | | | | | | | | | | | | | | | | | | * Fixing the consistency between the #defines and what was used in the code.
| * | | Fix inconsistency between the names of the check items. Now everything uses ↵Ted Gould2010-01-073-7/+11
| |\ \ \ | | | | | | | | | | | | | | | the #defines.
| | * | | Using the state defines for the check state.Ted Gould2010-01-071-2/+2
| | | | |
| | * | | Adding #defines for the state of the boxTed Gould2010-01-071-0/+4
| | | | |
| | * | | Using #defines for the type of boxTed Gould2010-01-071-2/+2
| | | | |
| | * | | Switching the test to 'checkmark'Ted Gould2010-01-071-3/+3
| | |/ /
* | | | releasing version 0.2.0~dev-0ubuntu1~ppa8Ted Gould2010-01-071-2/+2
| | | |
* | | | * 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
| | | | |