Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A8F8463BADF for ; Mon, 15 Nov 2010 13:07:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 81FEB19D618; Mon, 15 Nov 2010 13:07:28 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A6A1F19D60F for ; Mon, 15 Nov 2010 13:07:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9AA87175DD; Mon, 15 Nov 2010 13:07:24 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 15 Nov 2010 13:07:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/py-qt4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20101115130724.9AA87175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Nov 15 13:07:24 UTC 2010 Modified Files: pkgsrc/x11/py-qt4: Makefile PLIST.common distinfo Log Message: Changes 4.8.1: * Support for the QT_BEGIN_NAMESPACE and QT_END_NAMESPACE macros to allow PyQt to be built against Qt built with namespace support. * Bug fixes. Changes 4.8: * Added support for Qt v4.7 including the new QtDeclarative module. * pyqtProperty() can now be used as a method decorator in the same way that the standard Python property type can be used. * Added the notify argument to pyqtProperty(). * Unbound signals can now be subscripted in the same way that bound signals can. * Added the missing << operator to QPolygon, QPolygonF and QXmlStreamAttributes. * PyQt will now automatically keep a reference to objects set with some sort of setter method when Qt expects the underlying C++ instance to stay valid but does not take ownership of it. * Added the lightmaps.py and stardelegate.py examples from Hans-Peter Jansen. * Added the --assume-shared option to configure.py. * The QtAssistant module is no longer built with Qt v4.7 and later. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/py-qt4/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-qt4/PLIST.common cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/py-qt4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.