diff options
author | Ted Gould <ted@gould.cx> | 2011-04-25 15:10:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-25 15:10:47 -0500 |
commit | ddd6e111fef609b37ab31198e3494c4b0873ee2e (patch) | |
tree | b526b34090122d6e4486e20e45974bccddf31588 /ChangeLog | |
parent | 347535df0acc9c81bfecf8db6190ca402cb42ded (diff) | |
parent | 2b93a6778095ef3b928eea0e29a742db2eea4160 (diff) | |
download | libdbusmenu-ddd6e111fef609b37ab31198e3494c4b0873ee2e.tar.gz libdbusmenu-ddd6e111fef609b37ab31198e3494c4b0873ee2e.tar.bz2 libdbusmenu-ddd6e111fef609b37ab31198e3494c4b0873ee2e.zip |
Import upstream version 0.4.4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,5 +1,61 @@ # Generated by Makefile. Do not edit. +2011-04-25 Ted Gould <ted@gould.cx> + + 0.4.4 + +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 |