2010-02-25 18:03:13 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Fix a python problem (thanks joerg) and byte-compile and install
.pyc files.
Bump PKGREVISION.
|
2010-02-04 19:40:28 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 4.7
The highlights of this release include full support for Qt v4.6,
automatically generated docstrings for all callables that describe
the valid Python signatures, and support for keywords for all
optional arguments.
|
2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938) |
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
|
2009-11-24 18:32:31 by Matthias Drochner | Files touched by this commit (1) |
Log message:
remove wrong sip version clause
(no PKGREV bump needed because this pyqt4 version couldn't build
against sip<4.9 anyway)
|
2009-11-23 16:00:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 4.6.2: Bugfix release.
|
2009-11-18 17:39:22 by Thomas Klausner | Files touched by this commit (3) |
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.
|
2009-09-23 11:54:47 by Matthias Scheler | Files touched by this commit (23) |
Log message:
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-07-30 13:34:19 by Matthias Drochner | Files touched by this commit (1) |
Log message:
add two missing files, from Robert Elz per PR pkg/41799
|
2009-07-29 21:47:24 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 4.5.4
changes: bugfixes
|