|
From: Kaleb P. <kal...@gm...> - 2007-10-25 06:06:13
|
I committed a basic gui tonight. It's about as basic as it gets, but hopefully is something that we can use to figure out how to get the accessibility plugin working in python. There's not enough there to bother unit testing, but that's probably one of the next things that should be added. I'm not sure if we can work with it as a plugin or if we need support from somewhere else, so it might take a bit to get resolved... we shall see. On the future note, Qt-4.4 and beyond are doing a lot of work in the multimedia area, especially audio, so most of that work should probably wait until qt-4.4 is out. There are already snapshots available, but there's probably more than enough for us to work on in the mean time. A quick note about the unit tests that I committed a bit ago, they are intended to be run from the tests directory (eg. with the tests directory being the pwd). The testrunner will automatically import all the python files in that directory (and in it's subdirectories) and, for every class that is a subclass of the testcase class, execute the tests. Regards, --Kaleb |