diff options
author | Ted Gould <ted@gould.cx> | 2011-01-13 10:11:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-13 10:11:17 -0600 |
commit | b76ed9c7f918123610e5e56bb9cdd1025d34caa1 (patch) | |
tree | 0905e58eb310c29710bcf881ae87f72904f3f153 /ChangeLog | |
parent | f0c24c976f319d0b087adc0c8bc694cf930aa30b (diff) | |
parent | 2cfbfcab8a2c73227619eb3cd7a79e1fe17a8b43 (diff) | |
download | libdbusmenu-b76ed9c7f918123610e5e56bb9cdd1025d34caa1.tar.gz libdbusmenu-b76ed9c7f918123610e5e56bb9cdd1025d34caa1.tar.bz2 libdbusmenu-b76ed9c7f918123610e5e56bb9cdd1025d34caa1.zip |
Import upstream version 0.3.91
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 633 |
1 files changed, 633 insertions, 0 deletions
@@ -1,5 +1,638 @@ # Generated by Makefile. Do not edit. +2011-01-13 Ted Gould <ted@gould.cx> + + 0.3.91 + +2011-01-13 Ted Gould <ted@gould.cx> + + Fixing packages names for the gir scanner + +2011-01-13 Ted Gould <ted@gould.cx> + + Changing namespace from ayatana.org to canonical.com + +2011-01-13 Ted Gould <ted@gould.cx> + + Ayatana purge + +2011-01-13 Ted Gould <ted@gould.cx> + + Changing the accel reference. + +2010-09-24 Ted Gould <ted@gould.cx> + + Making sure to reference the accel group + +2011-01-06 Ted Gould <ted@gould.cx> + + Adding an about-to-show signal to the menuitem + +2010-12-13 Chris Coulson <chrisccoulson@ubuntu.com> + + Add an about-to-show signal to the menu items and hook this up + to be emitted when someone calls dbusmenu_menuitem_send_about_to_show + +2010-12-13 Chris Coulson <chrisccoulson@ubuntu.com> + + * Hook in AboutToShow to the menu items + +2010-12-13 Chris Coulson <chrisccoulson@ubuntu.com> + + Bracked public libdbusmenu-gtk/menuitem.h header with G_{BEGIN/END}_DECLS, so it can be used from C++ consumers + +2011-01-06 Ted Gould <ted@gould.cx> + + Allow removing properties with NULL variants or strings. + +2011-01-05 Ted Gould <ted@gould.cx> + + Oops, need to actually assign that return. + +2011-01-05 Ted Gould <ted@gould.cx> + + Testing for the string being NULL before g_variant aborts on it. + +2011-01-05 Ted Gould <ted@gould.cx> + + A new case where the string is NULL + +2011-01-05 Ted Gould <ted@gould.cx> + + Adding a test for removal by string being NULL + +2011-01-05 Ted Gould <ted@gould.cx> + + Adding in the test for variant removal + +2011-01-05 Ted Gould <ted@gould.cx> + + Adding a test to test removing of properties + +2011-01-05 Ted Gould <ted@gould.cx> + + Handling the case of a NULL variant by making it clear the hashtable of that property. + +2010-12-09 Ted Gould <ted@gould.cx> + + Fixing check menu items (and radio) + +2010-12-09 Ted Gould <ted@gould.cx> + + Switching away from using set_activate as that doesn't actually set the value, it just signals, but we're sucking up that signal already so we need to manually create it if we need it, which is the only way to set the active property. Goofy. + +2010-12-09 Ted Gould <ted@gould.cx> + + Upping the library version as we're different ABI than 0.3.90 even :-/ + +2010-12-08 Ted Gould <ted@gould.cx> + + Switching from dbus-glib to GDBus + +2010-12-08 Ted Gould <ted@gould.cx> + + Fixing the requires in the pc files + +2010-12-07 Ted Gould <ted@gould.cx> + + Wrong directory for jsonloader header files. + +2010-12-07 Ted Gould <ted@gould.cx> + + Oops, wrong version -- fixed + +2010-12-07 Ted Gould <ted@gould.cx> + + Updating to trunk with introspection fixes + +2010-12-02 Ted Gould <ted@gould.cx> + + Ignoring the new PC file + +2010-12-02 Ted Gould <ted@gould.cx> + + Renaming the jsonloader pc file + +2010-12-02 Ted Gould <ted@gould.cx> + + Removing a GValue to use the direct functions + +2010-12-01 Ted Gould <ted@gould.cx> + + Making the ints from the JSON file int32s + +2010-12-01 Ted Gould <ted@gould.cx> + + Putting the XSLT Processor into the configuration file. + +2010-12-01 Ted Gould <ted@gould.cx> + + Ignore a bunch of new files. + +2010-12-01 Ted Gould <ted@gould.cx> + + Moving the pc files to be parallel installable. + +2010-12-01 Ted Gould <ted@gould.cx> + + Changing the include directory to be the correct changed one. + +2010-12-01 Ted Gould <ted@gould.cx> + + Merging in trunk changes for dual build and GTK3 fixes + +2010-12-01 Ted Gould <ted@gould.cx> + + Changing API to 0.4 + +2010-12-01 Ted Gould <ted@gould.cx> + + Switching API over to 0.4 + +2010-12-01 Ted Gould <ted@gould.cx> + + Changing the quoting so that the test passes + +2010-12-01 Ted Gould <ted@gould.cx> + + Removing the flush. It seems to be broken in GDBus and I can't fix it. + +2010-11-29 Ted Gould <ted@gould.cx> + + oops, forgot a debug message + +2010-11-29 Ted Gould <ted@gould.cx> + + Ah, oops, we shouldn't unref these variants as they're kept in the hashtable, we have them as floating. + +2010-11-29 Ted Gould <ted@gould.cx> + + Switching to use the builder all the way for the strings instead of the GArray + +2010-11-29 Ted Gould <ted@gould.cx> + + Ensuring all returns are protected by tuples for GDBus + +2010-11-29 Ted Gould <ted@gould.cx> + + Fixing the return values from AboutToShow + +2010-11-29 Ted Gould <ted@gould.cx> + + Protect against NULL variants to remove warnings + +2010-11-29 Ted Gould <ted@gould.cx> + + Wrong signal name + +2010-11-29 Ted Gould <ted@gould.cx> + + Switching shortcut parsing code to more directly use the variant iterator + +2010-11-23 Ted Gould <ted@gould.cx> + + Fixing up variant usage + +2010-11-23 Ted Gould <ted@gould.cx> + + Uhm, there's no explaination for this one. Duh. + +2010-11-23 Ted Gould <ted@gould.cx> + + Convert json loader to using variants + +2010-11-23 Ted Gould <ted@gould.cx> + + Exporting the server before getting the name + +2010-11-23 Ted Gould <ted@gould.cx> + + Adding another todo about the properties... need to do that everywhere + +2010-11-23 Ted Gould <ted@gould.cx> + + Protect update_layout from not having an owner yet, and if we get one immediately call update_layout() + +2010-11-19 Ted Gould <ted@gould.cx> + + Wrong bus name + +2010-11-18 Ted Gould <ted@gould.cx> + + Protecting the invalid root a little bit more and returning a better error. + +2010-11-18 Ted Gould <ted@gould.cx> + + Using the name assigned instead of a default. + +2010-11-18 Ted Gould <ted@gould.cx> + + We can't really be autostarting as we don't know enough to make a judgement there. + +2010-11-18 Ted Gould <ted@gould.cx> + + Oops, messed up the format here. + +2010-11-18 Ted Gould <ted@gould.cx> + + Don't unref the variant we send and fix up debugging messages. + +2010-11-18 Ted Gould <ted@gould.cx> + + Protect against NULL params (which they should be) but not leak just in case + +2010-11-18 Ted Gould <ted@gould.cx> + + Switching to not put into a tuple + +2010-11-18 Ted Gould <ted@gould.cx> + + Oops, drop debug messages + +2010-11-18 Ted Gould <ted@gould.cx> + + Correcting type check + +2010-11-18 Ted Gould <ted@gould.cx> + + Break out of the tuple + +2010-11-18 Ted Gould <ted@gould.cx> + + Setting up the proper builders and interfaces for group_properties + +2010-11-18 Ted Gould <ted@gould.cx> + + Cleaning up the building of a properties variant + +2010-11-18 Ted Gould <ted@gould.cx> + + Cleaning up the building of the property requests + +2010-11-18 Ted Gould <ted@gould.cx> + + Wow, I've learned a lot about better ways to do this :) + +2010-11-18 Ted Gould <ted@gould.cx> + + Fixing our use of GVariant type strings + +2010-11-18 Ted Gould <ted@gould.cx> + + Fixing signal emition when there are new entries added to the property table. + +2010-11-18 Ted Gould <ted@gould.cx> + + Eh, bad truth checking here. + +2010-11-18 Ted Gould <ted@gould.cx> + + This now generates a warning, but unfortunately gtester fails that. + +2010-11-18 Ted Gould <ted@gould.cx> + + Switching to variants in the property changed signals + +2010-11-17 Ted Gould <ted@gould.cx> + + Moving the GValues over to GVariant + +2010-11-17 Ted Gould <ted@gould.cx> + + Fixing our signals and marshallers for them as well + +2010-11-17 Ted Gould <ted@gould.cx> + + Variants in sending over the server connection + +2010-11-17 Ted Gould <ted@gould.cx> + + Dropping set and get value + +2010-11-17 Ted Gould <ted@gould.cx> + + Change all the event handling to use GVariants + +2010-11-17 Ted Gould <ted@gould.cx> + + Switching everything to start using variants... even ahead of GLib + +2010-11-17 Ted Gould <ted@gould.cx> + + Removing the set_value and get_value functions from being used elsewhere in -glib + +2010-11-17 Ted Gould <ted@gould.cx> + + Adding deprecation comment to the documentation. + +2010-11-17 Ted Gould <ted@gould.cx> + + Adding some deprectated flags for the value functions. + +2010-11-17 Ted Gould <ted@gould.cx> + + Replacing the value based functions with variants instead of values. + +2010-11-17 Ted Gould <ted@gould.cx> + + Switch the internal hash table to be variant and implement the set and get functions. Also TODOs around other needed changes. + +2010-11-17 Ted Gould <ted@gould.cx> + + Porting the dumper to GDBus + +2010-11-16 Ted Gould <ted@gould.cx> + + Getting names the GDBus way + +2010-11-16 Ted Gould <ted@gould.cx> + + Making a test do a name detection, but kinda making it async at the same time. + +2010-11-16 Ted Gould <ted@gould.cx> + + Chaning to get dbus names via GDBus + +2010-11-16 Ted Gould <ted@gould.cx> + + Switching to getting the name with GDBus + +2010-11-16 Ted Gould <ted@gould.cx> + + Redoing the handling of shortcuts to use GVariants rather than GValues + +2010-11-16 Ted Gould <ted@gould.cx> + + It doesn't really match standard GVariant syntax to have this be a const + +2010-11-16 Ted Gould <ted@gould.cx> + + More name grabbing porting from dbus-glib to GDBus + +2010-11-16 Ted Gould <ted@gould.cx> + + Switching to GDBus for getting the name + +2010-11-16 Ted Gould <ted@gould.cx> + + Wow, that blows things out. Nice! + +2010-11-16 Ted Gould <ted@gould.cx> + + Ooops, fix the booleans + +2010-11-16 Ted Gould <ted@gould.cx> + + Fix error handling on the xslt script + +2010-11-16 Ted Gould <ted@gould.cx> + + Switching to GDBus from dbus-glib + +2010-11-16 Ted Gould <ted@gould.cx> + + Glib version is using GIO now + +2010-11-16 Ted Gould <ted@gould.cx> + + Taking out the dbus-glib specialized types for now + +2010-11-15 Ted Gould <ted@gould.cx> + + Ignoring the new temp files + +2010-11-15 Ted Gould <ted@gould.cx> + + Cleaning out namespaces from the XML so that GDBus will read it. + +2010-11-15 Ted Gould <ted@gould.cx> + + Some stub functions so that we can compile + +2010-11-15 Ted Gould <ted@gould.cx> + + Oops, unused helper + +2010-11-15 Ted Gould <ted@gould.cx> + + Removing the lookup in the properties to see if an item should be replaced, since we're calling all of them, I don't think we want any leftovers. + +2010-11-15 Ted Gould <ted@gould.cx> + + Changing property update to use variants + +2010-11-15 Ted Gould <ted@gould.cx> + + A set of basically typos caught by the compiler + +2010-11-15 Ted Gould <ted@gould.cx> + + Dropping the name check, need to figure out another way to do this. + +2010-11-15 Ted Gould <ted@gould.cx> + + Changing how the watcher is setup + +2010-11-15 Ted Gould <ted@gould.cx> + + Changing the 'Event' call to use GDBus and GVariant + +2010-11-15 Ted Gould <ted@gould.cx> + + Reshuffling update layout to use GDBus and GVariants + +2010-11-15 Ted Gould <ted@gould.cx> + + Switching over our call to AboutToShow + +2010-11-15 Ted Gould <ted@gould.cx> + + A couple of clean ups from the compiler + +2010-11-15 Ted Gould <ted@gould.cx> + + Completely change layoutcall to be a GCancellable + +2010-11-15 Ted Gould <ted@gould.cx> + + Changing the prototypes for the get_properties wrappers + +2010-11-15 Ted Gould <ted@gould.cx> + + Adding prototypes for the variant functions we're going to need in menuitem + +2010-11-15 Ted Gould <ted@gould.cx> + + Fixing the menuitem_get_properties_cb to use Variants and match the right prototype + +2010-11-15 Ted Gould <ted@gould.cx> + + Changing the properties callback to use the proper prototype and GVariant + +2010-11-15 Ted Gould <ted@gould.cx> + + Changing the prototype for one call to the callback, need a different approach + +2010-11-15 Ted Gould <ted@gould.cx> + + Adding in the dbusmenu interface + +2010-11-15 Ted Gould <ted@gould.cx> + + Blanket replace of DBusGProxy with GDBusProxy + +2010-11-15 Ted Gould <ted@gould.cx> + + Changing the function prototype for properties callback to be local, and make more sense. + +2010-11-12 Ted Gould <ted@gould.cx> + + Adjusting how the menu proxy gets built up and signals connected + +2010-11-12 Ted Gould <ted@gould.cx> + + Reshuffling the creation of the menu proxy to be async with a callback. + +2010-11-12 Ted Gould <ted@gould.cx> + + Adding a cancellable for the menu proxy in the private object + +2010-11-12 Ted Gould <ted@gould.cx> + + Including the interface description and building the objects from it once + +2010-11-12 Ted Gould <ted@gould.cx> + + Removing the proxy for the property interface on the object as GDBus puts that in the standard proxy now + +2010-11-12 Ted Gould <ted@gould.cx> + + Changing the flow for creating the async session bus. It is now cancellable. + +2010-11-12 Ted Gould <ted@gould.cx> + + Changing the flush + +2010-11-12 Ted Gould <ted@gould.cx> + + Switching the headers and private variables + +2010-10-15 Ted Gould <ted@gould.cx> + + Making signals emit on dbus as well as locally. + +2010-10-15 Ted Gould <ted@gould.cx> + + Porting over AboutToShow + +2010-10-15 Ted Gould <ted@gould.cx> + + Porting over the event function + +2010-10-15 Ted Gould <ted@gould.cx> + + Converting GetProperties + +2010-10-14 Ted Gould <ted@gould.cx> + + Coverting GetProperty + +2010-10-14 Ted Gould <ted@gould.cx> + + Converting over GetChildren + +2010-10-14 Ted Gould <ted@gould.cx> + + Implement the get_properties function + +2010-10-14 Ted Gould <ted@gould.cx> + + Adding a helper function to get the menuitem properties as a variant + +2010-10-14 Ted Gould <ted@gould.cx> + + Porting over GetLayout + +2010-10-14 Ted Gould <ted@gould.cx> + + Fleshing out the method call function to use the table + +2010-10-14 Ted Gould <ted@gould.cx> + + Setting up a method table for the dbus interface + +2010-10-14 Ted Gould <ted@gould.cx> + + Fleshing out the property get function + +2010-10-14 Ted Gould <ted@gould.cx> + + Moving the interface name into a define + +2010-10-14 Ted Gould <ted@gould.cx> + + Whitespace + +2010-10-14 Ted Gould <ted@gould.cx> + + Filling out the vtable + +2010-10-14 Ted Gould <ted@gould.cx> + + Moving globals + +2010-10-14 Ted Gould <ted@gould.cx> + + Changing the registration of the object on the bus + +2010-10-14 Ted Gould <ted@gould.cx> + + Setting up the private variables that we're going to do need to set this stuff up + +2010-10-14 Ted Gould <ted@gould.cx> + + Changing the way the static interface information is generated + +2010-10-14 Ted Gould <ted@gould.cx> + + Ignoring our new file friends + +2010-10-13 Ted Gould <ted@gould.cx> + + Make the XML into something we can include in the source + +2010-10-13 Ted Gould <ted@gould.cx> + + Dropping the built headers from the build + +2010-10-13 Ted Gould <ted@gould.cx> + + Dropping dbus-glib from the build requirements + +2010-12-06 Ted Gould <ted@gould.cx> + + Fixing introspection for Natty + +2010-12-06 Ted Gould <ted@gould.cx> + + Add a check for GIR version less that 10 + +2010-11-23 Ken VanDine <ken.vandine@canonical.com> + + Make gtk-doc building gtk3 friendly + +2010-11-23 Ken VanDine <ken.vandine@canonical.com> + + Cleaned up the scanner flags some + +2010-11-23 Ken VanDine <ken.vandine@canonical.com> + + Set more scanner flags to get the namespace right + +2010-11-11 Ted Gould <ted@gould.cx> + + 0.3.90 + 2010-11-11 Ted Gould <ted@gould.cx> Adding in the deprecation flags even if we can't really use them yet. |