diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 84 |
1 files changed, 84 insertions, 0 deletions
@@ -1,5 +1,89 @@ # Generated by Makefile. Do not edit. +2012-03-29 Charles Kerr <charles.kerr@canonical.com> + + 0.5.96 + +2012-03-29 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ken-vandine/dbusmenu/builddir_fixes for distcheck fixes + +2012-03-29 Ken VanDine <ken.vandine@canonical.com> + + Add dbus-menu-clean.xml to EXTRA_DIST and remove previous builddir hack to fix distcheck + +2012-03-29 Ken VanDine <ken.vandine@canonical.com> + + distcheck fixes + +2012-03-29 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/dbusmenu/instruction-count-testing to support benchmarking based on callgrind measurements h/t Chase + +2012-03-28 Ted Gould <ted@gould.cx> + + Adding in a test to print the number of instructions it takes to export a menu + +2012-03-28 Ted Gould <ted@gould.cx> + + Making the json test signal based instead of timeout based + +2012-03-28 Ted Gould <ted@gould.cx> + + Insert callgrind annotations into the server + +2012-03-28 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/dbusmenu/testing-fixes for improvements to the dbusmenu tests + +2012-03-27 Ted Gould <ted@gould.cx> + + Grabbing the firefox extreme case + +2012-03-27 Ted Gould <ted@gould.cx> + + Making it so that the JSON handler can handle an array of bytes to specify images + +2012-03-27 Ted Gould <ted@gould.cx> + + Change the dbusmenu-dumper to be realization based instead of timeout based + +2012-03-27 Ted Gould <ted@gould.cx> + + Using the new --wait-for attribute of dbus-test-runner + +2012-03-28 Charles Kerr <charles.kerr@canonical.com> + + ChrisCoulson's patch to add a lookup hash to avoid the overhead of calling dbusmenu_menuitem_find_id() when possible. See lp bug #801699 + +2012-03-27 Charles Kerr <charles.kerr@canonical.com> + + this is ChrisCoulson's experimental patch to add a lookup hash to avoid the overhead of calling dbusmenu_menuitem_find_id() when possible. + +2012-03-28 Charles Kerr <charles.kerr@canonical.com> + + fold together client.c's two PROPERTY_CHANGED signal handlers + +2012-03-27 Charles Kerr <charles.kerr@canonical.com> + + fold client's two DBUSMENU_MENUITEM_SIGNAL_PROPERTY_CHANGED signal handlers together for clarity + +2012-03-28 Ted Gould <ted@gould.cx> + + Don't sent event replies that aren't requested + +2012-03-27 Ryan Lortie <desrt@desrt.ca> + + server: don't send replies for events that don't request replies + +2012-03-27 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/dbusmenu/firefox-extreme-case for tests/test-json-02.json + +2012-03-27 Ted Gould <ted@gould.cx> + + Adding a Firefox extreme menu case for testing + 2012-03-21 Ted Gould <ted@gould.cx> 0.5.95 |