aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-03 13:43:13 -0600
committerTed Gould <ted@gould.cx>2011-03-03 13:43:13 -0600
commita66d4b41bfd368a4ac3c25be748cf64203147007 (patch)
tree78fd15b8f9d3513d4947079a214e610ee93ceb89 /ChangeLog
parentf8fed10917f0f2ebba16d2d6628fad2d2d46c04e (diff)
parent5debce23eeb45e440a2e3be9f67c6eb2e2a78e31 (diff)
downloadlibdbusmenu-a66d4b41bfd368a4ac3c25be748cf64203147007.tar.gz
libdbusmenu-a66d4b41bfd368a4ac3c25be748cf64203147007.tar.bz2
libdbusmenu-a66d4b41bfd368a4ac3c25be748cf64203147007.zip
Import upstream version 0.3.100
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog248
1 files changed, 248 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfbaff5..360159a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,253 @@
# Generated by Makefile. Do not edit.
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ 0.3.100
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Changing the destroy prototype for better GIR support
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Dropping the destroy handler from the docs
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Fix the type_destroy_handler to be a GDestroyNotify function
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Changing the destroy notification function to be a GDestroyNotify for GIR purposes
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Use proper types on function
+
+2011-02-28 Ted Gould <ted@gould.cx>
+
+ These should be tuples, and now they are!
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Adding support to track icon theme directories
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Fixing the sections to match our new funcs
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Should be a tuple
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Add a 'get' function for the icon theme directories.
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Changing comment so it can get some GIR lovin'
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Emit the signal when needed
+
+2011-03-03 Ted Gould <ted@gould.cx>
+
+ Adding a signal for theme directories changing.
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Handle getting the property and/or getting an update to it.
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Adding the private variable for icon directories
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Changing property name to match DBus recommendations
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Sync up to trunk
+
+2011-02-22 Ted Gould <ted@gould.cx>
+
+ Handle the property being grabbed over dbus
+
+2011-02-22 Ted Gould <ted@gould.cx>
+
+ Fleshing out the function to set the icon dirs
+
+2011-02-22 Ted Gould <ted@gould.cx>
+
+ Fleshing out getting the dirs
+
+2011-02-22 Ted Gould <ted@gould.cx>
+
+ Adding a private variable for the string list
+
+2011-02-22 Ted Gould <ted@gould.cx>
+
+ Adding some documentation
+
+2011-02-22 Ted Gould <ted@gould.cx>
+
+ Prototypes and stubs for the get/set icon paths
+
+2011-02-22 Ted Gould <ted@gould.cx>
+
+ Adding a property for icon theme path collection.
+
+2011-02-22 Ted Gould <ted@gould.cx>
+
+ Getting the love branch
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Handle the case where the passed in property name could be from the hashtable.
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Don't tell us everytime, we know you're good, you don't have to brag.
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Delaying the removal from the hashtable.
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Putting a protection in for bad key values.
+
+2011-03-02 Ted Gould <ted@gould.cx>
+
+ Changing the property names to follow the recommended practices.
+
+2011-03-02 Aurelien Gateau <aurelien.gateau@canonical.com>
+
+ Rename dbus properties to follow dbus naming conventions
+
+ - version => Version
+ - text-direction => TextDirection
+ - status => Status
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Specification cleanups
+
+2011-02-28 Aurelien Gateau <aurelien.gateau@canonical.com>
+
+ Doc fixes:
+
+ - Use "@a foo" for arguments, not "@foo"
+ - Rename "recurse" (which sounds boolean) to "recursionDepth"
+ - Removed dbusmenu-qt specific annotations
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Check for valid name before building up variant.
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Move keyname check before builder is init'd
+
+2011-02-28 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ Check the return value of gdk_keyval_name, as passing NULL pointers
+ to g_variant_builder_add can cause bad things to happen. Might fix LP: #720895
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Disconnecting theme changed on normal cleanup as well to ensure it's benign.
+
+2011-02-28 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ Ensure we disconnect theme_changed_cb if the DbusmenuMenuitem disappears, but
+ the corresponding GtkMenuItem stays alive. This shouldn't really be a problem, as dbusmenu_item_freed
+ *should* do enough cleaning up to ensure that theme_changed_cb is inert if it fires later on. Just do
+ this to be safe though
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Removing properties by setting the variant to NULL to generate signals and cleaning up an associated warning.
+
+2011-03-01 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ The last commit causes the warning in dbusmenu_menuitem_property_is_default to be thrown
+ when removing a property that has no default value. This warning seems bogus though, as any property that is not
+ in the menuitems local property list is a default value (as that is what dbusmenu_menuitem_property_get* will return).
+ Simplify this function to work like this and drop the warning
+
+2011-02-28 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ Fix LP: #723873 - when a menuitems property is restored to a default value, the new
+ state is not updated correctly on the listening client. Make dbusmenu_menuitem_property_remove call
+ dbusmenu_menuitem_property_set_variant with a NULL value rather than manipulating the properties
+ directly. When removing a property that has a default value now, it will signal PROPERTY_CHANGED
+ with the default value, which means that changing a property from non-default to default over the
+ wire (which really just deletes the property) now works correctly. This is also now more aligned with
+ how dbusmenu_menuitem_property_get* works, which will return the default value for a property
+ after removing the property from the menuitem
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Adding a weak pointer to the submenu
+
+2011-03-01 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ Oops, fix a silly typo
+
+2011-03-01 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ Ensure we hook on to child-added signals from sub GtkMenuShell's. This broke in r220
+ in order to stop adding weak pointers on the root shell more than once. Now, we connect the signals when we
+ create the DbusmenuMenuitem
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Have the gir-scanner use the exported interfaces
+
+2011-02-25 Ted Gould <ted@gould.cx>
+
+ Add enum-types to the exported headers so that language bindings can use them.
+
+2011-02-25 Ted Gould <ted@gould.cx>
+
+ Switching so that the GIR file is built from our exported H files and objects.
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Use the right i18n header
+
+2011-02-25 Ted Gould <ted@gould.cx>
+
+ Use the library i18n instead of the standard one for apps.
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Making sure to disconnect all signal handlers.
+
+2011-02-28 Michael Terry <mike@mterry.name>
+
+ disconnect some more signals when menuitem dies
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Actually use the parent parameter to find the menuitem
+
+2011-03-01 Ted Gould <ted@gould.cx>
+
+ Actually looking up the parent menu item
+
+2011-02-26 Ted Gould <ted@gould.cx>
+
+ Fixing to ensure we keep a variant reference.
+
+2011-02-24 Ted Gould <ted@gould.cx>
+
+ Making sure to grab the variant and dispose of it in handle_event.
+
2011-02-24 Ted Gould <ted@gould.cx>
0.3.99