pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-qt4
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 18 16:39:22 UTC 2009
Modified Files:
pkgsrc/x11/py-qt4: Makefile PLIST.common distinfo
Log Message:
Update to 4.6.1:
4.6.1:
Bugfix release.
4.6.0:
* alternate, more Pythonic, APIs have been defined for QDate,
QDateTime, QString, QTextStream, QTime, QUrl and QVariant.
Applications may select a particular API. By default Python v3
uses the new versions and Python v2 uses the old versions
* Qt properties can be initialised using keyword arguments passed
when creating an instance
* signals can be connected using keyword arguments passed when
creating an instance
* the QObject.pyqtConfigure() method has been added to set Qt
properties and connect signals using keyword arguments at any
time
* Python v2.6 and later allow a Python bytearray to be used whenever
a QByteArray is expected
* the getOpenFileNameAndFilter(), getOpenFileNamesAndFilter() and
getSaveFileNameAndFilter() static methods have been added to
QFileDialog
* a QLatin1String can be passed whenever a QString is expected
* the compileUiDir() function has been added to the uic module.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/py-qt4/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/py-qt4/PLIST.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/py-qt4/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index