diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 11:05:16 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 11:05:16 -0600 |
commit | 9aa5445985ebf244681ccfb3bb6f264eb4282bca (patch) | |
tree | b8a4f31686c6339498e34785252ff57016a5f518 /ChangeLog | |
parent | 05d9b0b58fa3c9247860f911bb3477cd52665671 (diff) | |
parent | cec350b1d24eeeb308fd02846bf637d4ec92fbb5 (diff) | |
download | libdbusmenu-9aa5445985ebf244681ccfb3bb6f264eb4282bca.tar.gz libdbusmenu-9aa5445985ebf244681ccfb3bb6f264eb4282bca.tar.bz2 libdbusmenu-9aa5445985ebf244681ccfb3bb6f264eb4282bca.zip |
New upstream release.
∘ Add helper to get cached menuitem from widget
∘ Have the GTK Dbusmenu Client handle theme directories (LP: #727325)
∘ Fix a bunch of memory leaks (LP: #722972)
∘ Handle _ in menuitems more correctly when parsing (LP: #621301)
∘ Protect from NULL layout_props (LP: #729722)
∘ Remove the property from the hashtable before signaling that
it's been changed (LP: #725603)
∘ Wrap emitted properties in a variant
∘ Fix enum templates so they can be included by other programs
without error
∘ Setting the cached menu item (LP: #723463) (LP: #729128) (LP: #729194)
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-03-10 Ted Gould <ted@gould.cx> + + 0.3.101 + +2011-03-10 Ted Gould <ted@gould.cx> + + Ignoring a bunch of files that are annoying + +2011-03-10 Ted Gould <ted@gould.cx> + + Commenting out the Python tests as they don't test what we want + +2011-03-10 Ted Gould <ted@gould.cx> + + Helper to get the cached menuitem from a widget + +2011-03-09 Ted Gould <ted@gould.cx> + + Add to documentation as well + +2011-03-09 Ted Gould <ted@gould.cx> + + Add a function to get the cached menu item + +2011-03-10 Ted Gould <ted@gould.cx> + + Having the GTK Client handle theme directories + +2011-03-10 Ted Gould <ted@gould.cx> + + Check the theme directories on build so we can insure we're up-to-date + +2011-03-10 Ted Gould <ted@gould.cx> + + Also check the status when we get the proxy, not part of this bug, but it'll come along soon enough. + +2011-03-10 Ted Gould <ted@gould.cx> + + On initially getting the proxy we need to check the theme directories to boot strap. + +2011-03-09 Ted Gould <ted@gould.cx> + + Attaching bug + +2011-03-09 Ted Gould <ted@gould.cx> + + Updating to trunk + +2011-03-04 Ted Gould <ted@gould.cx> + + Stealing the code from indicator-application to ref and unref theme directories. + +2011-03-04 Ted Gould <ted@gould.cx> + + Build the theme directory database when we build objects + +2011-03-04 Ted Gould <ted@gould.cx> + + Fleshing out the change functions, but it infact creates more functions. Whoa! + +2011-03-04 Ted Gould <ted@gould.cx> + + Making a private variable and making a lifecycle for it. + +2011-03-04 Ted Gould <ted@gould.cx> + + Signal handler for theme directories changing. + +2011-03-10 Ted Gould <ted@gould.cx> + + Memory leak fixes + +2011-03-10 Chris Coulson <chrisccoulson@ubuntu.com> + + Fix various memory leaks + +2011-03-09 Ted Gould <ted@gould.cx> + + Respect use_underscores and add extra _ if not set + +2011-03-09 Michael Terry <mike@mterry.name> + + respect use-underline and use-markup of labels in menu items + +2011-03-09 Ted Gould <ted@gould.cx> + + Protecting from NULL layout_props + +2011-03-09 Ted Gould <ted@gould.cx> + + Check to ensure that layout_props isn't NULL. Atleast we shouldn't crash. + +2011-03-09 Ted Gould <ted@gould.cx> + + Make sure to remove the value from the hash before signaling it's changed + +2011-03-07 Ted Gould <ted@gould.cx> + + Attach bug + +2011-03-07 Ted Gould <ted@gould.cx> + + Putting in a protection and fixing the truth + +2011-03-07 Ted Gould <ted@gould.cx> + + Steal earlier instead of later so that signal handlers don't find the value in the hashtable + +2011-03-07 Ted Gould <ted@gould.cx> + + Switching to using the extended lookup and getting the key and value + +2011-03-09 Ted Gould <ted@gould.cx> + + Get the label and remove markup so that we get the mnemonics + +2011-03-09 Michael Terry <mike@mterry.name> + + sanitize label text to strip pango markup + +2011-03-08 Michael Terry <mike@mterry.name> + + pass on mnemonics and markup from label + +2011-03-09 Ted Gould <ted@gould.cx> + + Setting the cache and allowing reparenting of items + +2011-03-08 Chris Coulson <chrisccoulson@ubuntu.com> + + Ensure we set the CACHED_MENUITEM data on GtkWidget's + +2011-03-08 Ted Gould <ted@gould.cx> + + Wrap properties + +2011-03-08 Michael Terry <mike@mterry.name> + + wrap PropertiesChanged arguments in a variant + +2011-03-04 Ted Gould <ted@gould.cx> + + Fix the enum templates + +2011-03-04 Ted Gould <ted@gould.cx> + + Use the 'basename' parameter + 2011-03-03 Ted Gould <ted@gould.cx> 0.3.100 |