changeset: f8a6c3596673 date: Thu Dec 22 09:19:47 2011 +0000 Released as v4.9. changeset: 189b39e6b6c3 date: Mon Dec 19 15:52:43 2011 +0000 Fixed %PickleCode for QByteArray for Python v3. changeset: b00ee70180ed date: Sun Dec 18 13:56:37 2011 +0000 Various fixes for building the GPL version on Windows with Python v2.5. changeset: 1cac12f7b6d3 date: Sat Dec 17 14:54:15 2011 +0000 Completed the support for QPainter.drawPixmapFragments(). changeset: e3e889747995 date: Sat Dec 17 12:47:56 2011 +0000 Updated for Qt v4.8.0. changeset: 86ab82ddf2a6 date: Sat Dec 10 13:13:00 2011 +0000 pyuic4 now makes sure that a module implementing a resource file is only imported once. changeset: 34ab56e97c27 date: Sat Dec 10 13:06:11 2011 +0000 Fixed a regression in the handling of translated strings by pyuic4. changeset: aea28dc027e5 date: Mon Dec 05 14:19:39 2011 +0000 Added a QDBusArgument ctor that does an implicit add(). QDBusArgument now handles QStringList explicitly so that it can be used with QString v2 API. changeset: 512e7813ed74 date: Sun Dec 04 18:11:30 2011 +0000 Updated the documentation for QDBusArgument. changeset: a1d5330f0b16 date: Sun Dec 04 05:45:17 2011 +0000 Renamed QDBusArgument.write() to add(). changeset: 65564eb2fcf4 date: Sat Dec 03 12:50:48 2011 +0000 Fixed problems building QtDBus when not using concatanation. changeset: a9d455da47d1 date: Fri Dec 02 22:10:42 2011 +0000 Changed QDBusArgument.write() to use a QMetaType.Type to specify the integer sub-type to be consistent with beginArray() and beginMap(). changeset: ce07595ee6d3 date: Fri Dec 02 18:13:07 2011 +0000 Implemented QDBusArgument.write(). changeset: 7651d4278945 date: Fri Dec 02 15:29:58 2011 +0000 DBus dicts are now demarshalled to Python dicts. changeset: 28ca12b5e1ca date: Fri Dec 02 14:25:27 2011 +0000 QDBusObjectPath, QDBusSignal and QDBusVariant instances are now demarshalled automatically. DBus structures are now demarshalled to tuples. changeset: ee8b9c7eb565 date: Wed Nov 30 15:36:17 2011 +0000 Added support for demarshalling DBus basic types, variants and arrays. changeset: 63fbff430ec2 date: Wed Nov 30 11:23:00 2011 +0000 Fixed build problems with the internal QtDBus support library. changeset: 89d8df1a429b date: Wed Nov 30 10:43:32 2011 +0000 Added the missing cornerWidget() and setCornerWidget() methods to QMenuBar. changeset: 92eed912c78c date: Wed Nov 30 10:39:38 2011 +0000 Added the QDBusObjectPath, QDBusSignature and QDBusVariant classes. Added the QDBusArgument class with stubs for the marshalling methods. Added the stubs for automatically demarshalling a QDBusArgument. changeset: 8b83a180ea1a date: Tue Nov 29 18:15:36 2011 +0000 Implemented an internal API for extending the QVariant to/from PyObject conversions in sub-modules. Refactored QtDeclarative to use the new API. changeset: 0af46bb95018 date: Tue Nov 29 12:19:57 2011 +0000 Fixed the QtDBus module header file version numbers. changeset: fe3c6efbb8bf date: Tue Nov 29 05:18:15 2011 +0000 Fixed a couple of documentation typos. changeset: 7d46ebfee711 date: Tue Nov 29 05:03:43 2011 +0000 Changes required for the const fix in the latest SIP. changeset: e824094192b0 date: Mon Nov 28 16:22:28 2011 +0000 The sub-class convertor code generator now handles platform specific classes. Fixed the QtGui QObject sub-class convertor code. changeset: b589cda444dd date: Mon Nov 28 12:45:24 2011 +0000 Support for sys.platform being 'linux3'. changeset: e8284ed41e49 date: Thu Nov 24 16:47:47 2011 +0000 Properly fixed pyqtConfigure() for QVariant properties. changeset: 9219004556d5 date: Thu Nov 24 14:46:59 2011 +0000 Backed out changeset 1554 as it breaks (eg.) QAction's shortcut property. changeset: 3d2da74db8a9 date: Wed Nov 23 17:27:16 2011 +0000 Fixed the problem building a debug version on OS/X. The main Makefile is now portable between OS/X and Linux build environments. changeset: 5af94bf8cca7 date: Tue Nov 22 15:04:02 2011 +0000 Added some missing declarations of private reimplementations of virtuals. changeset: 43be96e17a4d date: Sat Nov 19 15:46:27 2011 +0000 Tweaks to the remotecontrolledcar example. changeset: 256a44f5cdb7 date: Fri Nov 18 14:52:56 2011 +0000 Added the remotecontrolledcar DBus example. changeset: 34ac6f55d0fd date: Fri Nov 18 12:27:27 2011 +0000 Added the QtDBus documentation. changeset: 1cd50b3c3073 date: Fri Nov 18 11:03:26 2011 +0000 Added the QtDBusModuleMakefile to the build system. changeset: f8c4558189c4 date: Thu Nov 17 17:05:26 2011 +0000 Fixes for building under Python v3. changeset: 4af996c32961 date: Thu Nov 17 12:20:34 2011 +0000 Added the sub-class convertor code for the QtDBus module. changeset: 459332778d9c date: Thu Nov 17 12:08:45 2011 +0000 Implemented QDBusServiceWatcher and QDBusUnixFileDescriptor. changeset: a6850b1261df date: Thu Nov 17 11:33:28 2011 +0000 Completed the implementation of QDBusReply. changeset: 7814c130f69c date: Thu Nov 17 11:05:13 2011 +0000 Added QtDBusPendingReply. changeset: b77423c56396 date: Wed Nov 16 12:22:10 2011 +0000 QDBusReply.value() now supports an optional 'type' argument (similar to QSettings.value()). changeset: 07c138268dd2 date: Wed Nov 16 11:53:54 2011 +0000 Refactored the support for QSettings.value() so that the approach can be reused elsewhere. changeset: 2574ef349195 date: Tue Nov 15 18:20:50 2011 +0000 QDBusReply instances can now be created from QDBusMessage instances. Added the pingpong DBus example. changeset: d29e9c53bb99 date: Tue Nov 15 15:29:04 2011 +0000 Completed the implementation of QDBusConnectionInterface. changeset: 3817a84d1f7d date: Tue Nov 15 13:37:27 2011 +0000 Completed the implementation of QDBusAbstractInterface. changeset: 7cba9e4ecb49 date: Tue Nov 15 12:24:47 2011 +0000 Completed the support for QDBusConnection. changeset: 09bea80c6d27 date: Thu Nov 10 19:01:47 2011 +0000 Implemented the remaining easy parts of QDBusConnectionInterface. changeset: 256e813d7aa8 date: Thu Nov 10 18:49:17 2011 +0000 Implemented the remaining easy parts of QDBusConnection. changeset: 81c86552f260 date: Thu Nov 10 17:52:23 2011 +0000 Added QDBusConnection.connect() overload used by the chat.py example. changeset: d327351899e9 date: Wed Nov 09 22:13:35 2011 +0000 Added the missing Q_CLASSINFO implementation files to hg. changeset: d2b521de47a8 date: Wed Nov 09 22:12:14 2011 +0000 Completed the implementation of the chat.py example (though not yet using the same connection sytax as the C++ version). changeset: 29f1055846b0 date: Wed Nov 09 18:34:00 2011 +0000 Ported a bit more of the chat.py example. changeset: 3229fd6d4c92 date: Wed Nov 09 17:52:40 2011 +0000 Completed the implementation of QtCore.Q_CLASSINFO(). changeset: 2efabc06a7d8 date: Wed Nov 09 11:51:05 2011 +0000 Added the Q_CLASSINFO() stub. changeset: d9bfe569854a date: Tue Nov 08 18:47:34 2011 +0000 Added the start of the chat.py DBus example. changeset: 7e4361f52744 date: Tue Nov 08 17:10:39 2011 +0000 Fixed the GIL for QPyDBusReply. Added the copy ctor for QPyDBusReply. changeset: 0bf9f9872be5 date: Tue Nov 08 16:28:26 2011 +0000 Backed out the change to the QGLShaderProgram.setAttributeArray() helper as it introduces a bug (in Python v2.6 and earlier) whereas the original was correct. changeset: cf69468dba00 date: Mon Nov 07 16:43:37 2011 +0000 Implemented enough of the QtDBus module to support the listnames.py example. changeset: ed449d9adff7 date: Sat Nov 05 18:29:56 2011 +0000 Completed to QtGui updates for Qt v4.8.0rc1. changeset: e7a4f9f75ad8 date: Sat Nov 05 17:20:40 2011 +0000 Updated the sub-class convertor code for QObject in QtGui. changeset: 0cadf9149173 date: Sat Nov 05 17:14:47 2011 +0000 Updated the first half of QtGui for Qt v4.8.0rc1. changeset: e1b10bc36bf1 date: Fri Nov 04 22:09:56 2011 +0000 Completed the implementation of QGLShaderProgram.setUniformValueArray(). changeset: fb7bb12b65c7 date: Thu Nov 03 19:05:28 2011 +0000 Added the helper for QGLShader.setUniformValueArray(). changeset: f28f97fec2ba date: Thu Nov 03 14:41:30 2011 +0000 Completed the QtCore support for Qt v4.8.0rc1. changeset: 452ae420dd46 date: Tue Nov 01 18:15:59 2011 +0000 Updated the first half of QtCore for Qt v4.8.0rc1. changeset: deb6d08bb8bc date: Tue Nov 01 16:37:38 2011 +0000 Updated QtNetwork for Qt v4.8.0rc1 (except for one TODO). changeset: 934f5555ce16 date: Tue Nov 01 14:43:03 2011 +0000 Reverted the support for QGLFunctions in Qt v4.8.0rc1 as it isn't sophisticated enough to replace PyOpenGL. changeset: 4e4a7415a211 date: Mon Oct 31 20:08:00 2011 +0000 A first cut through the QtOpenGL changes for Qt v4.8.0rc1. changeset: 7ca83083a01e date: Mon Oct 31 14:02:58 2011 +0000 Updated QtWebKit for Qt v4.8.0rc1 (except for a couple of things whose status may change before the final release). changeset: 60026a1e47b2 date: Mon Oct 31 12:30:50 2011 +0000 Updated QtHelp for Qt v4.8.0rc1. changeset: 084c25ccf2fc date: Mon Oct 31 12:26:45 2011 +0000 Updated QtTest for Qt v4.8.0rc1. changeset: c150249bb91f date: Mon Oct 31 12:00:55 2011 +0000 Updated QtSql for Qt v4.8.0rc1. changeset: eb6134f7a7f4 date: Mon Oct 31 11:12:23 2011 +0000 Dealt with all the new .h files in Qt v4.8.0rc1. changeset: 22d519818725 date: Mon Oct 31 10:34:19 2011 +0000 Scanned the header directories of Qt v4.8.0rc1. changeset: 119dee8b2525 date: Sun Oct 30 17:28:36 2011 +0000 metasip is now called msip. changeset: b29fc7106cb9 date: Sun Oct 30 13:09:23 2011 +0000 Fixes to build against Qt v4.8.0 (for OS/X at least). Updated the build system for Qt v4.8.0. changeset: ffc1822f6ff7 date: Sat Oct 29 22:00:58 2011 +0100 Merged the v4.8 branch into the trunk. changeset: 9c7ee98c452a date: Fri Oct 22 13:31:17 2010 +0100 Added tag 4.8 for changeset 977563ee7cc6 changeset: 977563ee7cc6 date: Fri Oct 22 13:31:11 2010 +0100 Released as v4.8.