diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 10:24:32 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 10:24:32 -0500 |
commit | f0ab3958e1f7c9b817a5556120ba5c8a12ecbd1c (patch) | |
tree | 9a756d43787ffc01f60b651b10b30205ef28c55a /ChangeLog | |
parent | 269670511328aada39a23bd982a1ca3a44de9cfe (diff) | |
parent | 4f43bbc76e738ecb3b03d848b447ac9dfe64faa3 (diff) | |
download | libdbusmenu-f0ab3958e1f7c9b817a5556120ba5c8a12ecbd1c.tar.gz libdbusmenu-f0ab3958e1f7c9b817a5556120ba5c8a12ecbd1c.tar.bz2 libdbusmenu-f0ab3958e1f7c9b817a5556120ba5c8a12ecbd1c.zip |
Import upstream version 0.4.2
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 |