aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-17 11:04:40 -0600
committerTed Gould <ted@gould.cx>2011-02-17 11:04:40 -0600
commit44927e6da03d633f0958ce5e04e62e752a43d201 (patch)
tree0e5f56cf5a8bfd5a455d3fe82f3280bbbd42b852 /ChangeLog
parentdf78fc4c1a098aa95fe530028b26a0f175bb4cf4 (diff)
parent87703b408d42ce97b5a64142b0c33951d366890a (diff)
downloadlibdbusmenu-44927e6da03d633f0958ce5e04e62e752a43d201.tar.gz
libdbusmenu-44927e6da03d633f0958ce5e04e62e752a43d201.tar.bz2
libdbusmenu-44927e6da03d633f0958ce5e04e62e752a43d201.zip
Import upstream version 0.3.98
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog248
1 files changed, 248 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69c26d0..ff058d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,253 @@
# Generated by Makefile. Do not edit.
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ 0.3.98
+
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ Fixing distcheck
+
+2011-02-15 Ted Gould <ted@gould.cx>
+
+ Make sure to clean up the reports
+
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ Grabbing the no xml branch as well, just for completeness
+
+2011-02-15 Ted Gould <ted@gould.cx>
+
+ Syncing up to the group properties branch so our tests pass
+
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ Group property changes into a single signal and change GetLayout to not use XML
+
+2011-02-15 Ted Gould <ted@gould.cx>
+
+ Don't unref the variant as we don't really have a ref to it, it's still floating
+
+2011-02-15 Ted Gould <ted@gould.cx>
+
+ Making sure all refs sink incase of floating variants
+
+2011-02-15 Ted Gould <ted@gould.cx>
+
+ Should sink as well if given a floating reference.
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Splitting a few of these out so they're easier to follow
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Protecting from the cases of NULL variants
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Making sure the root isn't NULL before continuing
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Merging in the no-xml based layout branch
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Fixing the type to match dbus-menu.xml
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Get the IDs properly. ints and unpacked
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Changing type to make GDBus happy. Eh.
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ More explicit function calling
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Fixing the type of the return structure
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Splitting out the args for easier debugging
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Making the properties a dictionary
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Making the build of the message more explicit and correct
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Dropping libxml
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Changing the client over from XML to taking in the variant structures
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Use the recurse parameter
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Swapt out building XML for building a big variant structure
+
+2011-02-11 Ted Gould <ted@gould.cx>
+
+ Updating to group prop change signals branch to get the changes there (oh, pull in some trunk too)
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Changing recurse to an int for the number of levels
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Adding annotations into the 'GetProperty' method
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Grouping the property change signals
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Dropping 'GetChildren' and 'GetProperties' as they're not really useful anymore
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Grouping the 'in' parameters
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Adding in the ability to do recursive
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Changing the comment to describe the new parameters
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Getting the property names with the layout
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Changing the return from the 'GetLayout' function
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Ignore signals if there's no root node
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Make sure to put these in the right list
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Adding removing properties on the client side of things.
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Use NULL to clear all the values in the root item
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ If we get default values of properties, treat them like a clear
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Adding the remove items list to the message as well.
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Adding a function to check if the property is a default
+
+2011-02-14 Ted Gould <ted@gould.cx>
+
+ Adding a removed field to the signal
+
+2011-02-11 Ted Gould <ted@gould.cx>
+
+ Checking the strcmp0 value properly
+
+2011-02-11 Ted Gould <ted@gould.cx>
+
+ Setting value to something more obviously wrong
+
+2011-02-11 Ted Gould <ted@gould.cx>
+
+ Explicitly destroying and recreating the properties on the root node when changed.
+
+2011-02-08 Ted Gould <ted@gould.cx>
+
+ Unbox the variants if they're boxed
+
+2011-02-08 Ted Gould <ted@gould.cx>
+
+ IDs should be signed
+
+2011-02-08 Ted Gould <ted@gould.cx>
+
+ Handling and unrolling the properties updated signal
+
+2011-02-08 Ted Gould <ted@gould.cx>
+
+ Fleshing out the transformation from arrays to dbus signals.
+
+2011-02-08 Ted Gould <ted@gould.cx>
+
+ Fleshing out the teardown of the array
+
+2011-02-07 Ted Gould <ted@gould.cx>
+
+ Fleshing out the add function and making this thing compile!
+
+2011-02-07 Ted Gould <ted@gould.cx>
+
+ Basic outline of the function mapped out, no compile.
+
+2011-02-07 Ted Gould <ted@gould.cx>
+
+ Updating to trunk
+
+2010-10-27 Ted Gould <ted@gould.cx>
+
+ Dropping the other signals
+
+2010-09-27 Ted Gould <ted@gould.cx>
+
+ Wrong tense
+
+2010-09-27 Ted Gould <ted@gould.cx>
+
+ Adding a globbed signal of properties
+
+2011-02-17 Ted Gould <ted@gould.cx>
+
+ Clean up the handling of icons to be a more robust code path
+
+2011-02-17 Michael Terry <mike@mterry.name>
+
+ make sure other icon property is removed when setting one
+
+2011-02-10 Michael Terry <mike@mterry.name>
+
+ fix icon usage -- watch more signals, handle gicons, respect always-show-image better
+
+2011-02-16 Ted Gould <ted@gould.cx>
+
+ Fixing the GVariant signatures on dbusmenu-dumper
+
+2011-02-16 Martin Pitt <martin@piware.de>
+
+ tools/dbusmenu-dumper: Proper GVariant handling of gdbus call to make this actually work
+
2011-02-10 Ted Gould <ted@gould.cx>
0.3.97