aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-07-15 12:12:19 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-07-15 12:12:19 -0400
commit38feb55cf50484549d8d0c08c0c244f4f53cb38d (patch)
tree4bac2345b613e22f0dde850d21c0cf482551f27c /ChangeLog
parent22da24cc09fef99a1574a48b614fc3cc57a9597e (diff)
parent8faa8b6fc99b117bd0799aabc90dc3d271a5fe96 (diff)
downloadlibayatana-appindicator-38feb55cf50484549d8d0c08c0c244f4f53cb38d.tar.gz
libayatana-appindicator-38feb55cf50484549d8d0c08c0c244f4f53cb38d.tar.bz2
libayatana-appindicator-38feb55cf50484549d8d0c08c0c244f4f53cb38d.zip
releasing version 0.2.3-0ubuntu10.2.3-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog128
1 files changed, 128 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ef8a68..4ed714a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,133 @@
# Generated by Makefile. Do not edit.
+2010-07-13 Ted Gould <ted@gould.cx>
+
+ Adjusting the tests so they can deal with slow systems better.
+
+2010-07-12 Ted Gould <ted@gould.cx>
+
+ Ignoring the tester script
+
+2010-07-12 Ted Gould <ted@gould.cx>
+
+ Add a fail timeout so this test can't block.
+
+2010-07-12 Ted Gould <ted@gould.cx>
+
+ Adding in setting the environment variable to adjust the timeout to be twice as long for slow systems.
+
+2010-07-12 Ted Gould <ted@gould.cx>
+
+ Putting in a basic approver API.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Need the built headers too
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Oops, with a menu we're all GTK now.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Building up to a formal test
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Filling out the approve function.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Filling out the approver prototype
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Building an application indicator too!
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Making the registration async to clean things up, and async is better anyway.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Some more error handling and better debug messages.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Helpful debug info
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Okay, so now we're detecing when the watcher comes up, and registering ourselves as the approver.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Adding a new sample approver
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ When we have new apps we can ask the approver about them.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Looking at all the applications when we get a new approver.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Building the approver structure and putting it in the list.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Comments
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Adding some structures for approvers and making them real.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ For DBus to real objects, the signal shall travel.
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Adding a function to bring in approvers
+
+2010-07-09 Ted Gould <ted@gould.cx>
+
+ Sync to trunk
+
+2010-07-01 Ted Gould <ted@gould.cx>
+
+ Return a boolean
+
+2010-06-25 Ted Gould <ted@gould.cx>
+
+ Adding in a template function to register approvers.
+
+2010-06-25 Ted Gould <ted@gould.cx>
+
+ Adding a function to register an approver.
+
+2010-06-25 Ted Gould <ted@gould.cx>
+
+ Adding an approver interface.
+
+2010-07-08 Ted Gould <ted@gould.cx>
+
+ Use a private pointer instead of a lookup.
+
+2010-07-08 Sense Hofstede <qense@ubuntu.com>
+
+ Removed all but one calls to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() macro
+
+ All references to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() macro were removed
+ from src/application-service-appstore.c. This makes this file comply with the
+ recommended practise, which should reduce overhead.
+
+2010-07-08 Ted Gould <ted@gould.cx>
+
+ 0.2.2
+
2010-07-07 Ted Gould <ted@gould.cx>
Merging this branch, but I think it's fixes must have gone in with another.