diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-06-24 14:15:33 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-06-24 14:15:33 -0400 |
| commit | 9a8c84b879e78aa8e0a9c1759fc5b73a29efd116 (patch) | |
| tree | 8471f1da76c5592c05fffb462337726c43b81db5 /ChangeLog | |
| parent | 565603d992afa03da6a8f485fcdbe8b71677f7db (diff) | |
| parent | b08640dfaa65d54ac758e14f103e92bdc20990e0 (diff) | |
| download | libdbusmenu-9a8c84b879e78aa8e0a9c1759fc5b73a29efd116.tar.gz libdbusmenu-9a8c84b879e78aa8e0a9c1759fc5b73a29efd116.tar.bz2 libdbusmenu-9a8c84b879e78aa8e0a9c1759fc5b73a29efd116.zip | |
* debian/control, debian/*: Renaming packages for library version
bump from 3 to 4.
* New upstream release.
* Fixing visibility for Eclipse (LP: #770263 and LP: #618587)
* Unseting a GValue properly (LP: #785828)
* Memory leaks for GVariant usage (LP: #784890)
* Making GTK 3 default build
* Removing the SerializableMenuitem object
* debian/rules: Making GTK2 the special build
* New upstream release.
- Fix a typo in the signal name to make it match the XML
files (LP: #641209)
- Ref'ing the server for the entire time we're getting the
bus (LP: #738568)
- Watch additions/removals from submenus that get added
- Activate new toplevel menu items as they get added
- Make sure we don't activate toplevel children that aren't
menu items or don't have submenus (LP: #761112)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 148 |
1 files changed, 148 insertions, 0 deletions
@@ -1,5 +1,153 @@ # Generated by Makefile. Do not edit. +2011-06-20 Ted Gould <ted@gould.cx> + + 0.4.90 + +2011-06-20 Ted Gould <ted@gould.cx> + + Require a JSON Glib with G_CONST_RETURN removed + +2011-06-20 Ted Gould <ted@gould.cx> + + Marking glib-proxy-test as XFAIL to release. Captured in bug 799878. + +2011-06-17 Ted Gould <ted@gould.cx> + + Hide a warning that is happening on GTK 3 and breaking the test + +2011-06-17 Ted Gould <ted@gould.cx> + + Make tests build under GTK+ 3 + +2011-06-17 Ted Gould <ted@gould.cx> + + Various memory leaks and fixes + +2011-06-16 Ted Gould <ted@gould.cx> + + Answering a TODO + +2011-06-16 Ted Gould <ted@gould.cx> + + Avoid string parsing by using a direct variant new function. + +2011-06-16 Jonathan Landis <jkl102001@yahoo.com> + + Fix for several issues as documented in bug 784890 + +2011-06-17 Ted Gould <ted@gould.cx> + + Unsetting the property value + +2011-06-16 Jonathan Landis <jkl102001@yahoo.com> + + Unset the value as specified in bug 785828 + +2011-06-16 Ted Gould <ted@gould.cx> + + Matching version number of 0.4 trunk + +2011-05-31 Ted Gould <ted@gould.cx> + + Fix to toggle visibility for Eclipse + +2011-04-25 Ted Gould <ted@gould.cx> + + 0.4.4 + +2011-06-16 Ted Gould <ted@gould.cx> + + Making the default GTK 3 + +2011-06-16 Ted Gould <ted@gould.cx> + + Add a more specific annotation + +2011-05-13 Ted Gould <ted@gould.cx> + + Adding the element type to get_children + +2011-05-31 Ted Gould <ted@gould.cx> + + Toggle visibility to help Eclipse + +2011-05-18 Michael Terry <michael.terry@canonical.com> + + ref menu until we're done toggling its visibility + +2011-04-27 Michael Terry <mike@mterry.name> + + toggle visibility of menus to fix Eclipse RCP apps + +2011-05-03 Ted Gould <ted@gould.cx> + + Removing the serializable menuitem + +2011-04-26 Ted Gould <ted@gould.cx> + + Removing the serializable menu item docs + +2011-04-26 Ted Gould <ted@gould.cx> + + Dropping the serializable menu item. Not a bad idea, but we can do better. + +2011-04-26 Ted Gould <ted@gould.cx> + + Let's break us some ABI + +2011-04-19 Ted Gould <ted@gould.cx> + + Fix a typo in the signal name to make it match the XML files + +2011-04-19 Michael Terry <mike@mterry.name> + + fix typo that prevented Qt apps from sending some property updates + +2011-04-19 Ted Gould <ted@gould.cx> + + Ref'ing the server for the entire time we're getting the bus + +2011-04-18 Ted Gould <ted@gould.cx> + + Referencing the server for as long as we're looking up the bus. + +2011-04-15 Ted Gould <ted@gould.cx> + + Activating new entries the same as originally parsed ones + +2011-04-15 Michael Terry <mike@mterry.name> + + refactor this branch a bit to rebase on trunk + +2011-04-15 Michael Terry <mike@mterry.name> + + merge from trunk + +2011-04-15 Michael Terry <mike@mterry.name> + + activate new toplevel menu items + +2011-04-15 Ted Gould <ted@gould.cx> + + Only activate items if they have submenus + +2011-04-15 Ted Gould <ted@gould.cx> + + Oops, wrong object type + +2011-04-15 Ted Gould <ted@gould.cx> + + Only activate items that have submenus + +2011-04-15 Ted Gould <ted@gould.cx> + + Make sure we watch new busmenus the same as original ones. + +2011-04-15 Michael Terry <mike@mterry.name> + + watch new submenus for additions and removals + 2011-04-14 Ted Gould <ted@gould.cx> 0.4.3 |
