aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Warn when can't parse.Ted Gould2011-01-181-1/+7
| | | | | |
| | * | | | Use the message string.Ted Gould2011-01-181-2/+2
| | | | | |
| | * | | | Adding warnings on g_variant_parse errorsTed Gould2011-01-181-1/+13
| | | | | |
| | * | | | Protecting the final tuple from errors.Ted Gould2011-01-181-3/+8
| | | | | |
| | * | | | Fixing builder to only init/finish if there are entries we get.Ted Gould2011-01-181-2/+13
| | | |/ / | | |/| |
| * | | | releasing version 0.3.92-0ubuntu2Ken VanDine2011-01-183-3/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Use EXPORT_PACKAGES instead of PACKAGES to prevent circular build dependsKen VanDine2011-01-182-3/+3
| | |/ /
| | * | 0.3.92Ted Gould2011-01-141-2/+2
| | | |
| | * | Adding the notdir on the buildTed Gould2011-01-141-2/+2
| | | |
| * | | releasing version 0.3.92-0ubuntu1Ken VanDine2011-01-1470-18/+9969
| |\ \ \ | |/ / / |/| | |
* | | | releasing version 0.3.92-0ubuntu1~ppa1Ted Gould2011-01-141-2/+2
| | | |
* | | | Sync to Ubuntu DesktopTed Gould2011-01-141-1/+1
|\| | |
| * | | releasing version 0.3.91-0ubuntu1Sebastien Bacher2011-01-13157-12990/+11956
| |\ \ \
* | \ \ \ * New upstream release.Ted Gould2011-01-1470-18/+9969
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | * Fixing handle event to send unboxed values * Build fixes
| * | | Import upstream version 0.3.92Ted Gould2011-01-1469-18/+9961
| |\ \ \
| | * | | 0.3.92Ted Gould2011-01-141-2/+2
| | | |/ | | |/|
| | * | Unboxing variants if they're in events.Ted Gould2011-01-141-0/+6
| | | |
* | | | releasing version 0.3.91-0ubuntu1~ppa1Ted Gould2011-01-131-2/+2
| | | |
* | | | * New upstream release.Ted Gould2011-01-1392-10708/+9092
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Porting from dbus-glib to GDBus * Bumping the library ABI version * debian/*.install: Changing to be the 0.4 version of the dbusmenu API of all the filenames and paths. * debian/control: Bumping ABI version in package names
| * | | Import upstream version 0.3.91Ted Gould2011-01-13143-21343/+12053
| |\| |
| | * | 0.3.91Ted Gould2011-01-131-2/+2
| | | |
| | * | Fixing packages names for the gir scannerTed Gould2011-01-132-2/+2
| | | |
| | * | Changing namespace from ayatana.org to canonical.comTed Gould2011-01-136-13/+13
| | |\ \
| | | * | Ayatana purgeTed Gould2011-01-136-13/+13
| | | | |
| | * | | Changing the accel reference.Ted Gould2011-01-131-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Making sure to reference the accel groupTed Gould2010-09-241-0/+1
| | | | |
| | * | | Adding an about-to-show signal to the menuitemTed Gould2011-01-064-1/+27
| | |\ \ \
| | | * | | Add an about-to-show signal to the menu items and hook this upChris Coulson2010-12-132-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | to be emitted when someone calls dbusmenu_menuitem_send_about_to_show
| | | * | | * Hook in AboutToShow to the menu itemsChris Coulson2010-12-131-0/+2
| | | | | |
| | | * | | Bracked public libdbusmenu-gtk/menuitem.h header with G_{BEGIN/END}_DECLS, ↵Chris Coulson2010-12-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | so it can be used from C++ consumers
* | | | | | releasing version 0.3.90-0ubuntu4~ppa2Ted Gould2011-01-061-2/+2
| | | | | |
* | | | | | * Upstream MergeTed Gould2011-01-063-9/+59
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | * Supporting removing properties
| * \ \ \ \ \ Sync to trunkTed Gould2011-01-060-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Allow removing properties with NULL variants or strings.Ted Gould2011-01-062-9/+52
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | releasing version 0.3.90-0ubuntu4~remove1Ted Gould2011-01-051-2/+2
| | | | | | |
| * | | | | | * Upstream MergeTed Gould2011-01-051-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Supporting removing properties
| * | | | | | Updating to desktop branchTed Gould2011-01-055-7/+27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ * Upstream MergeTed Gould2011-01-053-9/+59
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | * Supporting removing properties
| | * | | | | | Oops, need to actually assign that return.Ted Gould2011-01-051-1/+1
| | | | | | | |
| | * | | | | | Testing for the string being NULL before g_variant aborts on it.Ted Gould2011-01-051-1/+4
| | | | | | | |
| | * | | | | | A new case where the string is NULLTed Gould2011-01-051-0/+8
| | |\ \ \ \ \ \
| | | * | | | | | Adding a test for removal by string being NULLTed Gould2011-01-051-0/+8
| | | | | | | | |
| | * | | | | | | Adding in the test for variant removalTed Gould2011-01-051-0/+24
| | |\| | | | | |
| | | * | | | | | Adding a test to test removing of propertiesTed Gould2011-01-051-0/+24
| | | | |/ / / / | | | |/| | | |
| | * / | | | | Handling the case of a NULL variant by making it clear the hashtable of that ↵Ted Gould2011-01-051-8/+16
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | property.
* | | | | | | releasing version 0.3.90-0ubuntu4~ppa1Ted Gould2011-01-061-2/+2
| | | | | | |
* | | | | | | debian/control: Changing the GIR package names from "0.2" toTed Gould2011-01-055-9/+10
| |_|/ / / / |/| | | | | | | | | | | | | | | | | "0.4" which now the names of the actual files.
* | | | | | Merging in Ubuntu DesktopTed Gould2011-01-055-7/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | releasing version 0.3.90-0ubuntu3Ken VanDine2010-12-165-6/+18
| | | | |
| * | | | releasing version 0.3.90-0ubuntu2Ken VanDine2010-12-092-14/+18
| |\ \ \ \