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:   hasso
Date:           Sat Jun 13 12:15:42 UTC 2009

Modified Files:
        pkgsrc/x11/py-qt4: Makefile PLIST.common PLIST.common_end distinfo

Log Message:
Update to 4.5. Major new features are:

* support for Python v3
* support for Qt v4.5.1
* added the QInputContextFactory class
* a new, more Pythonic, API has been added for connecting signals and slots
  which does not require knowledge of C++ data types
* new signals can now be defined using pyqtSignal as a more Pythonic
  replacement of the __pyqtSignals__ class attribute.
* added the pyqtSlot decorator as a more Pythonic replacement of the
  pyqtSignature decorator
* the "type" argument to pyqtProperty() can also be a Python type object
* the "type" argument to Q_ARG() can also be a Python type object
* the "type" argument to Q_RETURN_ARG() can also be a Python type object
* added QT_TR_NOOP_UTF8()
* super() works without restrictions
* replaced the old qtdemo example launcher with a port of the newer version
* added the editabletreemodel.py and fetchmore.py examples
* replaced the old tutorial with the newer Address Book tutorial.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/py-qt4/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/py-qt4/PLIST.common \
    pkgsrc/x11/py-qt4/PLIST.common_end
cvs rdiff -u -r1.1.1.1 -r1.2 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