Change History
Change History
This describes the major differences in each release of the binary distribution hosted on our downloads page.
Release 0.9.4 on 2006-06-28
- from 72f70b5baf0e and Qt 4.8 at 3ab453e (with Rafael Roquetto's official patch for the laggy scrolling problem)
- adds an Image replacement in "BlackBerryPy 0.9" installed module with a somewhat crude work-around for the broken QNetworkManager support for remote URLs in the QtQuick Image
Release 0.9.3 on 2006-06-20
- from 059a270c8272 and Qt 4.8 at d146da2 with 03-fix-laggy-scrolling.patch applied
- a temporary build using our own patch to Qt 4.8 to get a non-laggy-scrolling version a bit before it's available from the Qt repo
- merges the second-bps-thread so we can get the "windowGroup" string from BPS to use in making non-modal dialogs, and for other reasons
- includes a fixed KeyboardProxy.qml that will properly connect to signals when QML LiveView is not being used
Release 0.9.2 on 2006-06-14 (from ??)
- we failed to note exactly which build of Qt and BBPy this was made from; it's perfectly usable but when building the samples right now we've been copying bbpy/ and imports/ from the source tree in on top of this package
Release 0.9.1 on 2006-06-05 (from 1965e2b90e35)
- some platform-sniffing to allow testing apps off the device (e.g. on Windows)
- add
--savelogsoption for when running signed app so you can preserve the logs to shared/documents - add
--clioption to launch in-app Python interpreter listening on port 1234 for connections via telnet - changes to Application class to support initial sample apps
Release 0.9.0 on 2012-06-04 (from 262c4137d6b2)
- First release
- most of PySide
- based on Qt 4.8.2
- rudimentary bbpy package that handles some environment configuration, and provides a basic Application class for apps to subclass
Updated