2010-11-15 14:07:24 by Adam Ciarcinski | Files touched by this commit (3) |
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.
|
2010-09-14 13:03:18 by Thomas Klausner | Files touched by this commit (1096) |
Log message:
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
2010-09-07 18:36:02 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 4.7.6
This is a minor bug fix release.
(fixes problems with the help viewer of devel/eric4)
|
2010-09-02 11:20:19 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 4.7.5
changes:
added QStringRef.__str__() and QStringRef.__unicode__() to the
QString v1 API
the destruction by Qt of internally constructed QObject instances is now
automatically detected
a signal defined with pyqtSignal() can now be used with methods that make
an internal call to QObject::connect(), e.g. QTimer.singleShot()
added the --from-imports command line argument to pyuic4 and the
from_imports argument to PyQt4.uic.compileUi()
added support for Python v3.2
|
2010-07-13 20:22:55 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 4.7.4
changes:
-any class with a count() method now supports the len() builtin
-added the missing == and != operators to QItemSelection
-added readQVariantHash(), readQVariantList(), readQVariantMap,
writeQVariantHash(), writeQVariantList() and writeQVariantMap()
to QDataStream
-added the ErrorPageExtensionOption and ErrorPageExtensionReturn classes,
and the ErrorDomain enum to QWebPage
|
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
2010-04-22 18:47:31 by Matthias Drochner | Files touched by this commit (1) |
Log message:
do the same whether qscintills is present or not, should fix PLIST
mismatch reported by wiz
|
2010-04-20 11:35:05 by Matthias Drochner | Files touched by this commit (3) |
Log message:
4.7.2 disappeared from the distribution site, was replaced by 4.7.3
which fixes some minor bugs
|
2010-04-13 17:27:38 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 4.7.2
This is primarily a bug-fix release.
|
2010-02-27 22:37:47 by Thomas Klausner | Files touched by this commit (4) |
Log message:
drochner noted that patch-ac is wrong (the original is correct for
Python 3) and suggested not installing the .pyc files.
Follow his advice and bump PKGREVISION.
|