aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 16:02:08 -0600
committerTed Gould <ted@gould.cx>2010-12-08 16:02:08 -0600
commit67140a70be29d91ccfca36095b6d393acfbd901a (patch)
treeee4b8652ce2d85c8dd246f184c15a2a0c239412b /ChangeLog
parenta413ebac8c43f24d72cfeb983170204418201b58 (diff)
parent6698a1a3c73d1a4131d40eafbbbc38b6e946dbda (diff)
downloadlibayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.tar.gz
libayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.tar.bz2
libayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.zip
Import upstream version 0.2.91
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog366
1 files changed, 359 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a14793..0e4d23a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,360 @@
# Generated by Makefile. Do not edit.
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ 0.2.91
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Adding the dbus test as an expected failure as it's pretty fragile right now. Needs to be refactored when we switch to GDBus
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Switching the library over to using GDBus
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Wrong directory for the GTK 3 header. Fixed.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Syncing back with trunk
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Ignoring the generated XML include files.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Changing the tarball we're ignoring
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Adding in some '_' so that the symbols don't get exported in the library.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Switching around so that this test passes even if it's not perfect.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Drop the need and use of dbus-glib
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Making sure we have more ref's on our callbacks.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Adding a ref for creating the bus proxy.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Making sure to ref the object when doing the async callback.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Adding a build for dbus-glib for tests so that we can pass them unmodified.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Dropping the 'MENU' property as we don't need it.
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Cleaning up configure.ac
+
2010-12-07 Ted Gould <ted@gould.cx>
- Update to newest g-ir-scanner and vapigen
+ Switching to the new dbusmenu API
-2010-12-03 Ken VanDine <ken.vandine@canonical.com>
+2010-12-06 Ted Gould <ted@gould.cx>
- Build fixes with the latest g-ir-scanner and vapigen
+ Changing what we're checking with the watcher, now that it's persistant more of the time we need to not block if it exists.
-2010-12-03 Ken VanDine <ken.vandine@canonical.com>
+2010-12-06 Ted Gould <ted@gould.cx>
- * Explicitly call ShowAll on the menu, otherwise it isn't shown
- * Specify a panel icon that exists for the example
+ Emitting the signals on DBus
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Returning real values for the dbus properties
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Killing the X signals as well
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Dropping all the 'x' properties in the object
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Putting some dummy code in the bus get property function.
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Switching the names of the generated files to stop automake from thinking it needs to build the XML files.
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Adding in the get_prop function so that things start linking
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Switch from using the DBus proxy to using the owner change signal on the watcher proxy.
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Readjusting how the proxy is setup, called back, and the registration occurs.
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Blacklisting some new files
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Changing the connection to be a GDBus connection and making aquiring it async
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Switching the dbus object registration to us GDBus
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Dropping the registration of the type of the object in the dbus-glib way
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Building up the base inforation for the dbus interfaces as static globals
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Entirely unsure why this makes things better, but well, it does.
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Changing to not use the dbus binding tool but to instead turn the XML files into pseudo-C
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Dropping dbus-glib and checking for a GIO version
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ Merging the remove service branch
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Adding a test in the simple client for full icon path as people are using it now
2010-12-03 Ted Gould <ted@gould.cx>
- Merging in support for GTK3/2 dual build
+ Sync with remove service
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Merging from trunk with the desktop convience function.
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Merging in removing of the service
+
+2010-11-09 Ted Gould <ted@gould.cx>
+
+ Add a menu item to use the local icon
+
+2010-11-09 Ted Gould <ted@gould.cx>
+
+ Adding in an icon and passing it's path to the build
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Merging the property stuff.
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Sync with remove service branch
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Merging in removing the service
+
+2010-12-08 Ted Gould <ted@gould.cx>
+
+ Removing the service from the build
+
+2010-12-06 Ted Gould <ted@gould.cx>
+
+ No indicator directory without the service
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Merging from trunk with the desktop convience function.
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Updating to trunk with GTK3 support.
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Updating to trunk so that we get the GI fixes
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Oops, someone has to bring dbus-shared.h into the tarball now
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Migrating to the LIBRARY flags
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Dropping a lib that should have never been there!
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Changing more of the bulid directives over to be library based
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing the approver test and switching the build flags
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Adding back in the support for generating marshallers
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Dropping the service and indicator files
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing the INDICATOR based compiler fun
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Adding a section for library dependents
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Removing data directory
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Changing the name to libappindicator in the base build files
+
+2010-12-02 Ted Gould <ted@gould.cx>
+
+ Promoting the LGPLv3
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Adding a convience function for building the items from a desktop file
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Documentation fixes for distcheck
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Fleshing out a function to see if an invalid name results in no entries
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Changing the ID to ensure we get different paths
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Test fix for property test
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Clearing the events before unrefing
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Filling out the activate function.
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Setup the menu as a dbusmenu if we build it
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Switching to use the private variable for the shorties
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Adding shorties as a private variable
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Switching to be dbusmenu based instead of GTK menu based
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Adding a property for getting the dbusmenu server
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Set the property type correctly.
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Test setting the menu and verify it comes out
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Set and Get for the dbusmenu server property
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Create a property for the dbusmenu server
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Start to flesh out the nicks side of building the menu items
+
+2010-11-11 Ted Gould <ted@gould.cx>
+
+ Adding a dependency for the library on libindicator
+
+2010-11-08 Ted Gould <ted@gould.cx>
+
+ Merging in the lib-deps-fixes branch so that I can use those changes.
+
+2010-09-22 Ted Gould <ted@gould.cx>
+
+ Adding a new library line for configure so that we don't end up with extra libs in the library.
+
+2010-11-08 Ted Gould <ted@gould.cx>
+
+ Adding a test to check the number of items in the desktop file
+
+2010-11-08 Ted Gould <ted@gould.cx>
+
+ Adding the srcdir to the build command line
+
+2010-11-08 Ted Gould <ted@gould.cx>
+
+ Adding a desktop file for testing
+
+2010-11-08 Ted Gould <ted@gould.cx>
+
+ Adding in a couple of desktop tests
+
+2010-11-08 Ted Gould <ted@gould.cx>
+
+ Adding the profile in there
+
+2010-11-08 Ted Gould <ted@gould.cx>
+
+ Adding an API function to build the menu from a desktop file
+
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Merging in changes to setup a dual build with GTK 3
2010-10-13 Michael Terry <mike@mterry.name>
@@ -33,6 +372,19 @@
first pass at gtk3 version of libappindicator
+2010-12-03 Ted Gould <ted@gould.cx>
+
+ Fixes to the GObject Introspection and Vala files
+
+2010-12-03 Ken VanDine <ken.vandine@canonical.com>
+
+ Build fixes with the latest g-ir-scanner and vapigen
+
+2010-12-03 Ken VanDine <ken.vandine@canonical.com>
+
+ * Explicitly call ShowAll on the menu, otherwise it isn't shown
+ * Specify a panel icon that exists for the example
+
2010-11-01 Ted Gould <ted@gould.cx>
Race fixup