diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 128 |
1 files changed, 128 insertions, 0 deletions
@@ -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. |