diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-04-07 15:22:55 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-04-07 15:22:55 -0400 |
commit | 044e18c4337769fa5c3d8b3cc3b253bad9661716 (patch) | |
tree | 95200479dc7e005fe74f8633cf60f032153abe11 /ChangeLog | |
parent | 398dc7246f91c86f8b280c33fd83c3ff5c5c4d21 (diff) | |
parent | 71bcd6d310bf7e67a030e222ab3694e5b32d741a (diff) | |
download | libdbusmenu-044e18c4337769fa5c3d8b3cc3b253bad9661716.tar.gz libdbusmenu-044e18c4337769fa5c3d8b3cc3b253bad9661716.tar.bz2 libdbusmenu-044e18c4337769fa5c3d8b3cc3b253bad9661716.zip |
releasing version 0.4.2-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 72 |
1 files changed, 72 insertions, 0 deletions
@@ -1,5 +1,77 @@ # Generated by Makefile. Do not edit. +2011-04-07 Ted Gould <ted@gould.cx> + + 0.4.2 + +2011-04-07 Ted Gould <ted@gould.cx> + + Build menus based on teh child-display property + +2011-04-05 Ted Gould <ted@gould.cx> + + Make check to send about-to-show look for properties as well. + +2011-04-05 Ted Gould <ted@gould.cx> + + Attching a bug number + +2011-04-05 Ted Gould <ted@gould.cx> + + Making the debug message better + +2011-04-05 Ted Gould <ted@gould.cx> + + We don't need the parent, cut-and-paste confusion here. + +2011-04-05 Ted Gould <ted@gould.cx> + + Handle the case of the variant being NULL + +2011-04-05 Ted Gould <ted@gould.cx> + + Now that we're using the child-display variable more, let's grab it in the first pass. + +2011-04-05 Ted Gould <ted@gould.cx> + + Then menu should get created when processing the property, so let's warn and exit here if it's not available + +2011-04-05 Ted Gould <ted@gould.cx> + + Passing in the client so that I can get the menuitem in all cases + +2011-04-05 Ted Gould <ted@gould.cx> + + Setting up the shell to handle the children display prop + +2011-04-05 Ted Gould <ted@gould.cx> + + Add a handler for the open/close events and pass them up to GTK + +2011-04-05 Michael Terry <mike@mterry.name> + + respond to opened and closed events for the benefit of any watching application + +2011-04-05 Ted Gould <ted@gould.cx> + + Keep refs to the client and makes sure to disconnect all handlers. + +2011-04-05 Michael Terry <mike@mterry.name> + + fix typo + +2011-04-05 Michael Terry <mike@mterry.name> + + be a little more careful with asynchronous callbacks + +2011-04-05 Ted Gould <ted@gould.cx> + + Don't duplicate flags + +2011-04-04 Ted Gould <ted@gould.cx> + + Don't need SCANNERFLAGS and INTROSPECTION_SCANNER_ARGS both so they dup'd the parameters. + 2011-03-31 Ted Gould <ted@gould.cx> 0.4.1 |