changeset: 88c1f8ec7a38 date: Fri Mar 01 21:21:14 2013 +0000 Released as v4.10. changeset: 857940cc7ac7 date: Sat Feb 09 18:00:09 2013 +0000 Fixed a regression in the error handling of defining Qt signals so that QSignalMapper doesn't raise unncessary exceptions when QWidget has not been imported. changeset: 3a23595fcebe date: Wed Feb 06 18:13:57 2013 +0000 Added qsci-config.bat for QScintilla's new configure.py. changeset: edc6504c58df date: Wed Feb 06 12:07:26 2013 +0000 Added support for QtCore.PYQT_CONFIGURATION. changeset: 00f1b86f7175 date: Tue Feb 05 08:47:31 2013 +0000 Fixed the qt5-config.bat script. Updated the installer scripts so that the installer number is only added for subsequent versions. changeset: a2557682038f date: Mon Feb 04 16:12:25 2013 +0000 Renamed the Windows installers so that the PyQt version is more obvious. changeset: 49b20a53f7aa date: Sun Feb 03 15:16:54 2013 +0000 Fixed the Qt5 installer to include everything that is needed. Updated pyqt-check.py for Qt5. changeset: 46b7ee6f4ed4 date: Sun Feb 03 10:50:01 2013 +0000 Use the Qt5 implementation of WId. changeset: 9432c415dc0f date: Sat Feb 02 21:46:07 2013 +0000 Add Qt scope to the use of HANDLE. changeset: 0cc9fb348ffe date: Sat Feb 02 18:36:43 2013 +0000 Added QAbstractNativeEventFilter. changeset: ae75a5c2a626 date: Sat Feb 02 18:18:19 2013 +0000 Added QWinEventNotifier. Added registerEventNotifier() and unregisterEventNotifier() to QAbstractEventDispatcher. Added installNativeEventFilter() and removeNativeEventFilter() to QAbstractEventDispatcher and QCoreApplication. changeset: 2fedf4fef4f4 date: Sat Feb 02 17:24:10 2013 +0000 Updated QAxObject and QAxWidget for Qt5. Fixed the missing HWND for Qt5. Fixed the QAxContainer build. changeset: 74cbe4e74ebf date: Sat Feb 02 14:56:27 2013 +0000 Use Q_OS_WIN rather than Q_OS_WIN32. changeset: b0fde58ea807 date: Sat Feb 02 12:43:01 2013 +0000 Fixed a decoding problem with Python3 in configure.py. changeset: 86bd7c35936f date: Sat Feb 02 10:23:46 2013 +0000 Updates for Qt5/Windows. changeset: d7878427bb5b date: Fri Feb 01 22:19:43 2013 +0000 More installer and doc changes for Qt5. changeset: 4eb0efcf0898 date: Fri Feb 01 21:23:36 2013 +0000 Updated the installer docs to cover building Qt5. changeset: ce700ab0ea24 date: Fri Feb 01 12:21:51 2013 +0000 Updated for Qt v5.0.1. changeset: c4d8c8b03b7c date: Thu Jan 31 11:30:44 2013 +0000 Various changes to the GPL installer scripts and build notes in preparation for support for Qt5. Added accessibility support to the Qt4 build. changeset: 51857d721e64 date: Fri Jan 25 18:06:29 2013 +0000 Fixed a bug with the handling of QVariant with Qt5. changeset: 9c8593de34e0 date: Fri Jan 25 15:10:51 2013 +0000 Fixed a couple of bugs in the Designer example code. changeset: f0118624625e date: Fri Jan 18 01:32:48 2013 +0000 Restored the /Transfer/ annotations to the menuBar() and statusBar() methods of QMainWindow. The root cause of the original problem was a SIP bug. changeset: e143a1307289 date: Tue Jan 15 08:36:36 2013 +0000 Change the build system to not detect QtDBus prior to Qt v4.7 which was the version that was current when we added support for it. changeset: 4c2c40a76893 date: Fri Jan 11 17:36:38 2013 +0000 Fixed the super-type of QGestureRecognizer. changeset: d9476fe9bbc9 date: Fri Jan 11 16:48:43 2013 +0000 Updated the copyright notices. changeset: c21a07c6072f date: Tue Jan 08 15:04:54 2013 +0000 Fixed the handling of qintptr and quintptr for Qt5. changeset: 6ab77c4c30f8 date: Tue Jan 08 12:05:21 2013 +0000 Fixed QWebPage.extension() so that Python reimplementations are passed specific sub-classes for the option and output arguments. changeset: d637d1e32894 date: Wed Jan 02 17:22:55 2013 +0000 Fixed build problems on OS/X when concatanation isn't specified. changeset: 44a9d919fa47 date: Sat Dec 29 16:59:22 2012 +0000 Fixed some C that should have been C++. changeset: 0aebdbbfdd68 date: Sat Dec 29 16:58:30 2012 +0000 Build system fixes for Qt5 under Linux. changeset: 87332d15cad2 date: Fri Dec 21 12:14:35 2012 +0000 Fixed /Transfer/ annotations on menuBar() and statusBar() of QMainWindow. changeset: 07fe7a82297e date: Thu Dec 20 11:42:43 2012 +0000 Updated for Qt v5.0.0. changeset: ca339b33f10b date: Wed Dec 19 16:21:49 2012 +0000 Merged the 4.9 maintenance branch into the trunk. changeset: 11a8b148350e date: Thu Dec 22 09:19:54 2011 +0000 Added tag 4.9 for changeset f8a6c3596673 changeset: f8a6c3596673 date: Thu Dec 22 09:19:47 2011 +0000 Released as v4.9.