aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-02-15 21:38:27 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-02-15 21:38:27 +0100
commitbe1db87a7e1997e5dd1b69948136c30c7c39d960 (patch)
treef22ea28af5a331799fb6aca0c900a73e9a476720 /ChangeLog
parentba23a1f5d6bed315132fb45ff7a63384e2da4e42 (diff)
parent49e45c8b23af0926ec04c50a4ac53068abba21db (diff)
downloadlibdbusmenu-be1db87a7e1997e5dd1b69948136c30c7c39d960.tar.gz
libdbusmenu-be1db87a7e1997e5dd1b69948136c30c7c39d960.tar.bz2
libdbusmenu-be1db87a7e1997e5dd1b69948136c30c7c39d960.zip
* debian/control:
- drop git binaries, the libdev depends on it - set ubuntu vcs - use the current vala version [ Ted Gould ] * New upstream release. * Remove unused const on GStrv's * Only free when there is data to free * Ensure that we only return once even with error (LP: #929856) * Fix an error on a failure to send properties (LP: #929707) * Ensure the hash variant isn't NULL in the comparison (LP: #929710) * Fix some of the issues with throwing criticals * Ensure our tests fail if they throw criticals * Parse and handle a11y descriptions * Don't pass NULL to ATK * Non-srcdir build fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog134
1 files changed, 134 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 722bc4a..f3dc066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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