pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11
Module Name: pkgsrc
Committed By: hasso
Date: Wed Jun 17 07:11:04 UTC 2009
Modified Files:
pkgsrc/x11/py-qt3-base: Makefile.common distinfo
pkgsrc/x11/py-qt3-base/patches: patch-aa
pkgsrc/x11/py-qt3-modules: distinfo
pkgsrc/x11/py-qt3-modules/patches: patch-aa
pkgsrc/x11/py-qt3-qscintilla: distinfo
pkgsrc/x11/py-qt3-qscintilla/patches: patch-aa
Log Message:
Update to 3.18.1 which makes it actually build with sip-4.8.x.
Changes in 3.18.1 since 3.18:
* Fixed the handwritten code for all QDomDocument.setContent() overloads
which was using deprecated (and now removed) sipBuildResult() format
characters.
* Fixed a build problem that affected Python v2.5 and earlier.
Changes in 3.18 since 3.17.6:
* Removed some compiler warning messages.
* Reverted the changes that removed the use of sipSelfWasArg in handwritten
code.
* Tweaked configure.py so that Python3 can run just enough of it to display
an error message.
* Fixed a regression in emitting Python signals to Qt signals.
* Handwritten code changes for the removal of the sipProtectVirt_*() methods.
* Fixed a build problem with the GPL version.
* Refactored the signla/slot support.
* Safety checking of latest signal/slot refactoring.
* Safety commit of the PyQt3-specific meta-type and super-type (just stubs
at the moment).
* Use the %Plugin directive to enable PyQt3 signal support.
* More changes to the QObject.sender() support.
* Updated the QObject::sender() support in response to sip changes.
* Moved the last of the type parsing from sip.
* The type parsing now uses sipResolveTypedef().
* Added the type parsing support from the sip module as PyQt4 no longer uses
it.
* Replaced sipFindConnection() with sipFindSlot().
* Replaced sipFreeConnection() with sipFreeSipslot().
* Changes required by recent changes to the Qt support API.
* Compatibility changes needed for SIP v4.8.
* Merged the v3.17 maintenance branch into the trunk.
* Made some char* in handwritten code const needed by SIP v4.8.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/py-qt3-base/Makefile.common
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/py-qt3-base/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/py-qt3-base/patches/patch-aa
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/py-qt3-modules/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/py-qt3-modules/patches/patch-aa
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-qt3-qscintilla/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/py-qt3-qscintilla/patches/patch-aa
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