diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-31 15:33:18 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-31 15:33:18 -0400 |
commit | 398dc7246f91c86f8b280c33fd83c3ff5c5c4d21 (patch) | |
tree | 66dcd1a2d0e225c7f9a1416439a92e8eeed363c6 /ChangeLog | |
parent | f63a0ff06df6481d36911e385d8bb90ff901464a (diff) | |
parent | 20e9ad7bb749f130d7d03b637d5b1cfb97c30ea3 (diff) | |
download | libdbusmenu-398dc7246f91c86f8b280c33fd83c3ff5c5c4d21.tar.gz libdbusmenu-398dc7246f91c86f8b280c33fd83c3ff5c5c4d21.tar.bz2 libdbusmenu-398dc7246f91c86f8b280c33fd83c3ff5c5c4d21.zip |
releasing version 0.4.1-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 78 |
1 files changed, 78 insertions, 0 deletions
@@ -1,5 +1,83 @@ # Generated by Makefile. Do not edit. +2011-03-31 Ted Gould <ted@gould.cx> + + 0.4.1 + +2011-03-31 Ted Gould <ted@gould.cx> + + Ensuring that our iterators have variants to reference and ref'ing them correctly. + +2011-03-29 Ted Gould <ted@gould.cx> + + Be more specific about the shortcut type + +2011-03-29 Ted Gould <ted@gould.cx> + + Split out into another variable + +2011-03-28 Ted Gould <ted@gould.cx> + + Use loop instead of next + +2011-03-28 Ted Gould <ted@gould.cx> + + Putting in some protections from NULL parameters. + +2011-03-28 Ted Gould <ted@gould.cx> + + Don't unref a variant we didn't have a ref to on error + +2011-03-31 Ted Gould <ted@gould.cx> + + Turning GTK Menuitems without labels into separators. + +2011-03-30 Chris Coulson <chrisccoulson@ubuntu.com> + + Remove some code duplication introduced in this branch + +2011-03-30 Chris Coulson <chrisccoulson@ubuntu.com> + + - Don't change the type of existing menu items in the server. This + isn't handled in the client too well + - Handle a GtkMenuItem's GtkLabel being removed too + +2011-03-30 Chris Coulson <chrisccoulson@ubuntu.com> + + Remove the now unneeded null pointer check on label in construct_dbusmenu_for_widget. + Also, don't use a strcmp in widget_notify_cb for checking if the menuitem is a separator. Just do a null pointer + check on pdata->label instead + +2011-03-30 Chris Coulson <chrisccoulson@ubuntu.com> + + Revert the last commit and handle the same problem in the parser instead + +2011-03-29 Chris Coulson <chrisccoulson@ubuntu.com> + + Don't set a default label for menuitems. Some applications (eg, xchat and pidgin) do silly things like + creating GtkMenuItems's without a label for separators (rather than using the GtkSeparatorMenuItem class). + GTK correctly renders these as separators, so we need to handle it too by not setting a default label on these + +2011-03-28 Ted Gould <ted@gould.cx> + + Ensure the parent stays ref'd + +2011-03-25 Michael Terry <mike@mterry.name> + + fix some potential memory issues in hopes of fixing a reported crash + +2011-03-28 Ted Gould <ted@gould.cx> + + Protect our properties parsing a bit more. + +2011-03-24 Ted Gould <ted@gould.cx> + + Attaching bug + +2011-03-24 Ted Gould <ted@gould.cx> + + Put in some more protections on the types for property variants and generate some errors + 2011-03-23 Ted Gould <ted@gould.cx> 0.4.0 |