aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog186
1 files changed, 186 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 752e0d3..722bc4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,191 @@
# Generated by Makefile. Do not edit.
+2012-01-30 Ted Gould <ted@gould.cx>
+
+ 0.5.90
+
+2012-01-30 Ted Gould <ted@gould.cx>
+
+ Fix the test suite so that it... passes?
+
+2012-01-30 Ted Gould <ted@gould.cx>
+
+ Adding the new functions and property to the documentation
+
+2012-01-30 Ted Gould <ted@gould.cx>
+
+ Turn off the timeouts that are causing the tests to fail
+
+2012-01-30 Ted Gould <ted@gould.cx>
+
+ Unreffing a variant we never had a reference to
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ If we see the 'icon-data' we undo a base64 string and make it a binary
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Adding a way for the node2variant to know the name of what it's parsing
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Only setting the accessible object name if it has been set
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Add a way for newcomers to the bus to find out who's there
+
+2012-01-24 Ted Gould <ted@gould.cx>
+
+ GTK3 Build Fix
+
+2012-01-24 Ted Gould <ted@gould.cx>
+
+ Update to trunk
+
+2011-10-04 Ted Gould <ted@gould.cx>
+
+ Respond to the 'FindServers' signal
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Add property of the accessible description
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Merging trunk again, mistakes
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Fix function calls here
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Update to trunk
+
+2011-12-13 Luke Yelavich <luke.yelavich@canonical.com>
+
+ Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an
+ alternative label for a menu item. This alternative label is only used for
+ assistive technologies such as Orca. It is particularly useful for menu
+ items where an icon is used to present further information to the user, in which
+ case this property can be used to give a textual description of the icon.
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Include config.h to get the HAVE_GTK3 define
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Missing comma
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Change to using the insert/remove signals in GTK3
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Move the no-error on deprications into the Makefiles so it's always after the -Wall
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Remove custom WITH_GTK3 and use the HAVE_GTK3
+
+2012-01-12 Ryan Lortie <desrt@desrt.ca>
+
+ in gtk3, use stock signals instead of Ubuntu-specific ones
+
+2012-01-12 Ryan Lortie <desrt@desrt.ca>
+
+ Make use of deprecated API non-fatal.
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Change the icon data to be a byte stream instead of a base64 string
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Adding a default type for ICON_DATA so we can catch people using it wrong
+
+2012-01-23 Aurélien Gâteau <aurelien.gateau@canonical.com>
+
+ Change icon-data to contains raw png bytes, without base64 encoding
+
+ Reasons:
+ - base64 encoding is not necessary because dbusmenu properties can use any
+ dbus-supported types.
+ - faster: no need to base64 decode/encode images
+ - more efficient: base64-encoded data is 1/3 bigger than raw data
+
+2011-12-01 Ted Gould <ted@gould.cx>
+
+ Add in a check for always-show-image getting a different type
+
+2011-11-29 Ted Gould <ted@gould.cx>
+
+ Cancelling the idle if the menu item is removed
+
+2012-01-26 Ted Gould <ted@gould.cx>
+
+ Fixing header directories for GTK3 build
+
+2012-01-05 György Balló <ballogy@freestart.hu>
+
+ Separate libdbusmenu-glib and libdbusmenu-gtk include directories
+
+2011-11-21 György Balló <ballogy@freestart.hu>
+
+ Use different directory for headers of gtk3 library
+
+2012-01-24 Ted Gould <ted@gould.cx>
+
+ Fix GTK3 deprecations
+
+2012-01-16 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
+
+ Fix build with gtk3 by ifdeffing the GtkBox/HBox construction in genericmenuitem.c
+
+2011-12-16 Alex Launi <alex.launi@canonical.com>
+
+ build fixes
+
+2011-12-16 Alex Launi <alex.launi@canonical.com>
+
+ remove the debian dir I accidentally added (blame bzr build weirdness)
+
+2011-12-16 Alex Launi <alex.launi@canonical.com>
+
+ set full path of glib enum files
+
+2011-12-16 Alex Launi <alex.launi@canonical.com>
+
+ Merge debian of lp:~ubuntu-desktop/dbusmenu/ubuntu
+
+2011-12-01 Ted Gould <ted@gould.cx>
+
+ Add in a check for always-show-image getting a different type
+
+2011-10-13 Ted Gould <ted@gould.cx>
+
+ Don't try to get objects from boolean values. Handle the 'always show image' property by getting the image from the object and using that
+
+2011-11-29 Ted Gould <ted@gould.cx>
+
+ Cancelling the idle if the menu item is removed
+
+2011-11-10 Michael Terry <michael.terry@canonical.com>
+
+ make sure to cancel an idle callback when the object dies
+
+2011-11-28 Ted Gould <ted@gould.cx>
+
+ Test is now working on Jenkins
+
+2011-10-26 Alex Launi <alex.launi@canonical.com>
+
+ Remove test-glib-proxy from XFAIL list
+
2011-10-13 Ted Gould <ted@gould.cx>
0.5.1