diff options
author | Ted Gould <ted@gould.cx> | 2012-02-15 11:32:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-15 11:32:45 -0600 |
commit | aeee68e0dd671630e9d1ffa4c8bee5dd78db2066 (patch) | |
tree | b58b022bf82972bdc6fa9d43ba2c10965c7bd803 /ChangeLog | |
parent | 9332359a3cad3a5f23e7ff0c4bae14159818d026 (diff) | |
parent | aef71fa6d08309a29df51d94bcb2c7713e9c04ee (diff) | |
download | libdbusmenu-aeee68e0dd671630e9d1ffa4c8bee5dd78db2066.tar.gz libdbusmenu-aeee68e0dd671630e9d1ffa4c8bee5dd78db2066.tar.bz2 libdbusmenu-aeee68e0dd671630e9d1ffa4c8bee5dd78db2066.zip |
Import upstream version 0.5.91
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 134 |
1 files changed, 134 insertions, 0 deletions
@@ -1,5 +1,139 @@ # Generated by Makefile. Do not edit. +2012-02-15 Ted Gould <ted@gould.cx> + + 0.5.91 + +2012-02-15 Ted Gould <ted@gould.cx> + + Use defines instead of strings + +2012-02-12 Ted Gould <ted@gould.cx> + + Making sure our strings come from defines to avoid typos + +2012-02-15 Ted Gould <ted@gould.cx> + + Remove unused const on GStrv's + +2012-02-10 Ted Gould <ted@gould.cx> + + Removing useless const on dbusmenu_client_get_icon_paths() + +2012-02-10 Ted Gould <ted@gould.cx> + + Removing useless const on dbusmenu_server_get_icon_paths() + +2012-02-15 Ted Gould <ted@gould.cx> + + Only free when there is data to free + +2012-02-10 Ted Gould <ted@gould.cx> + + Actually checking the NULL case properly + +2012-02-15 Ted Gould <ted@gould.cx> + + Ensure that we only return once even with error + +2012-02-09 Ted Gould <ted@gould.cx> + + Ensure that we only return the invocation one way + +2012-02-15 Ted Gould <ted@gould.cx> + + Fix an error on a failure to send properties + +2012-02-09 Ted Gould <ted@gould.cx> + + Making it so that we ref_sink() the variants so that when we unref them later we're not in a race condition with the gdbus thread + +2012-02-15 Ted Gould <ted@gould.cx> + + Ensure the hash variant isn't NULL in the comparison + +2012-02-09 Ted Gould <ted@gould.cx> + + Because of the change of inhash above we could have hash_variant be NULL here + +2012-02-15 Ted Gould <ted@gould.cx> + + Fix some of the issues with throwing criticals + +2012-02-07 Ted Gould <ted@gould.cx> + + Making sure there is no menu proxy in our tests + +2012-02-07 Ted Gould <ted@gould.cx> + + Don't get the string to check if something is being cleared, use whether the variant is NULL or not + +2012-02-07 Ted Gould <ted@gould.cx> + + Ensuring that we don't just unparent a menu item, we remove it from the list of children that it has + +2012-02-07 Ted Gould <ted@gould.cx> + + Removing criticals for submenu test + +2012-02-15 Ted Gould <ted@gould.cx> + + Ensure our tests fail if they throw criticals + +2012-02-03 Ted Gould <ted@gould.cx> + + Make it so that critical messages cause the test suite to fail + +2012-02-10 Ted Gould <ted@gould.cx> + + Parse and handle a11y descriptions + +2012-02-10 Ted Gould <ted@gould.cx> + + Heh, wrote the code but forgot to handle the error + +2012-02-10 Ted Gould <ted@gould.cx> + + Refactor setting the ATK Object name into a function that can do all the error handling needed. + +2012-02-10 Ted Gould <ted@gould.cx> + + Don't pass a NULL name to set_name + +2012-02-10 Ted Gould <ted@gould.cx> + + Use the #define property name instead of a string + +2012-02-10 Ted Gould <ted@gould.cx> + + Adding a detail hint on the notify signal + +2012-02-01 Luke Yelavich <luke.yelavich@canonical.com> + + Fix up monitoring of the atk object, didn't understand that notification was the same as the GTK widgets as well. + +2012-01-31 Luke Yelavich <luke.yelavich@canonical.com> + + When parsing an existing GTK menu hierarchy, we should also set the + DBUSMENU_MENU_ITEM_ACCESSIBLE_DESC property, if the accessible name for the menu + differs from the text of the menu item label. + +2012-02-10 Ted Gould <ted@gould.cx> + + Don't pass NULL to ATK + +2012-02-01 Luke Yelavich <luke.yelavich@canonical.com> + + If the ACCESSIBLE_DESC property is set to NULL, set an empty string as the atk object's accessible name, as per atk docs. + +2012-02-10 Ted Gould <ted@gould.cx> + + Non-srcdir build fixes + +2012-01-27 Michal Hruby <michal.mhr@gmail.com> + + Fix non-srcdir build issues + 2012-01-30 Ted Gould <ted@gould.cx> 0.5.90 |