diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 172 |
1 files changed, 172 insertions, 0 deletions
@@ -1,5 +1,177 @@ # Generated by Makefile. Do not edit. +2011-01-10 Ted Gould <ted@gould.cx> + + Adding a signal for the menu being closed. + +2011-01-10 Ted Gould <ted@gould.cx> + + Fixing doc strings + +2011-01-09 Ted Gould <ted@gould.cx> + + Adding a virtual function for closing the menu and a wrapper for it. + +2011-01-10 Ted Gould <ted@gould.cx> + + Porting to GDBus + +2011-01-09 Ted Gould <ted@gould.cx> + + Using the GCancellable to detect if we're already creating a proxy so that we don't do it twice. + +2011-01-09 Ted Gould <ted@gould.cx> + + Using variant_unref instead of object_unref as it's a variant + +2011-01-09 Ted Gould <ted@gould.cx> + + Making getting the proxy and watching cancellable so that we don't get weird crashes. + +2011-01-09 Ted Gould <ted@gould.cx> + + Adding in the ability to cancel the connection on short lived objects. + +2011-01-07 Ted Gould <ted@gould.cx> + + Removing a test that is broken at a lower level + +2011-01-07 Ted Gould <ted@gould.cx> + + Getting test suite build fixes + +2011-01-07 Ted Gould <ted@gould.cx> + + Syncing up to trunk + +2011-01-07 Ted Gould <ted@gould.cx> + + Switching to the session bus + +2011-01-07 Ted Gould <ted@gould.cx> + + Out of order parameters. + +2011-01-07 Ted Gould <ted@gould.cx> + + Adding in creating the interface info from the XML files + +2011-01-07 Ted Gould <ted@gould.cx> + + Replacing the service proxy with a brand new GDBus one + +2011-01-07 Ted Gould <ted@gould.cx> + + Ignoring the new files + +2011-01-07 Ted Gould <ted@gould.cx> + + Removing the bus and dbus_proxy variables as we won't need them anymore. + +2011-01-07 Ted Gould <ted@gould.cx> + + Switching around headers to the new world order + +2011-01-07 Ted Gould <ted@gould.cx> + + Instead of setting up a proxy to watch the watcher we're setting up a bus name watch on each one. + +2011-01-07 Ted Gould <ted@gould.cx> + + Little clean-ups the compiler found now that it's more happy. + +2011-01-07 Ted Gould <ted@gould.cx> + + Switch over to getting the GDBus bus instead of the dbus-glib one + +2011-01-07 Ted Gould <ted@gould.cx> + + Removing unused prototypes + +2011-01-07 Ted Gould <ted@gould.cx> + + Fleshing out the bus_method_call functions and tying them into the traditional start points from dbus. + +2011-01-07 Ted Gould <ted@gould.cx> + + Switching the way that we get a name on dbus and removing the dbus_proxy which was used for this previously. + +2011-01-07 Ted Gould <ted@gould.cx> + + Setting up the VTable + +2011-01-07 Ted Gould <ted@gould.cx> + + Switching the registration of the object over. + +2011-01-07 Ted Gould <ted@gould.cx> + + Parsing the XML file for the interface description on class init + +2011-01-07 Ted Gould <ted@gould.cx> + + Removing the dbus-glib headers + +2011-01-07 Ted Gould <ted@gould.cx> + + Changing the way the dbus xml is handled. + +2011-01-06 Ted Gould <ted@gould.cx> + + Removing dbus-glib from the build + +2011-01-09 Ted Gould <ted@gould.cx> + + Making the test suite compile again + +2011-01-07 Ted Gould <ted@gould.cx> + + Disabling the launch test temporarily as it seems broken in GLib + +2011-01-07 Ted Gould <ted@gould.cx> + + Fixing the linking of the tests to the right libs + +2011-01-06 Ted Gould <ted@gould.cx> + + Fixing the GTK3 include path. + +2011-01-06 Ken VanDine <ken.vandine@canonical.com> + + fixed the includedir + +2011-01-06 Ted Gould <ted@gould.cx> + + Fixing build source path and build a GTK3 loader + +2010-11-24 Ken VanDine <ken.vandine@canonical.com> + + Use abs_srcdir to find template files + +2010-11-24 Ken VanDine <ken.vandine@canonical.com> + + Build indicator-loader3 + +2011-01-06 Ted Gould <ted@gould.cx> + + Adding an important field to relate to when to show the indicator. + +2011-01-04 Ted Gould <ted@gould.cx> + + Adding a function to check whether we should show the indicator with priority. + +2011-01-04 Ted Gould <ted@gould.cx> + + Making it a real signal now + +2011-01-04 Ted Gould <ted@gould.cx> + + Adding a show now state to indicate priority. + +2010-11-11 Ted Gould <ted@gould.cx> + + 0.3.15 + 2010-11-11 Ted Gould <ted@gould.cx> Fixing the ignore file tarball matching |