Changelog for
python-qt4-devel-4.9.5-1.1.i586.rpm :
Tue Oct 16 14:00:00 2012 hpjAATTurpla.net
- update to 4.9.5 release
Thu Jun 28 14:00:00 2012 hpjAATTurpla.net
- update to 4.9.4 release
Mon Jun 25 14:00:00 2012 hpjAATTurpla.net
- update to 4.9.3 release
Thu Jun 21 14:00:00 2012 hpjAATTurpla.net
- update to 4.9.2 release
Sun Feb 12 13:00:00 2012 hpjAATTurpla.net
- update to 4.9.1 release
Fri Dec 23 13:00:00 2011 hpjAATTurpla.net
- update to 4.9 release
Thu Oct 27 14:00:00 2011 hpjAATTurpla.net
- update to 4.8.6 release
Wed Aug 3 14:00:00 2011 hpjAATTurpla.net
- update to 4.8.5 release
Tue May 3 14:00:00 2011 hpjAATTurpla.net
- designer plugin is available for 64 bit, too
Tue May 3 14:00:00 2011 hpjAATTurpla.net
- update to 4.8.4 release
Tue Jan 25 13:00:00 2011 hpjAATTurpla.net
- update to 4.8.3 release
Fri Dec 24 13:00:00 2010 hpjAATTurpla.net
- update to 4.8.2 release
Mon Nov 1 13:00:00 2010 hpjAATTurpla.net
- update to 4.8.1 release
Tue Oct 12 14:00:00 2010 hpjAATTurpla.net
- update to 4.7.7 release
Thu Sep 30 14:00:00 2010 hpjAATTurpla.net
- attempt to fix QFlags {x,}or operator method code
Tue Sep 21 14:00:00 2010 hpjAATTurpla.net
- update 4.7.7:
- Fixed a pyuic regression under Python v2 when using the -o command line flag.
Fixed a pyuic regression when calling loadUiType().
- Added the dropsite.py example fro Hans-Peter Jansen.
- Added the delayedencoding.py example for Hans-Peter Jansen.
- Added the separations.py example from Hans-Peter Jansen.
- QFlags can now be ored (and xored) against an int. At the cost of relaxing the
type checking this makes the behaviour consistent irrespective of the order in
which enums of other types are specified.
- Fixes for the svgviewer.py example from Hans-Peter Janson.
- uic.loadUi() will now accept a QString filename again.
4.7.6:
* missing
*
4.7.5:
* missing
*
Fri Jul 30 14:00:00 2010 hpjAATTurpla.net
- update to 4.7.4:
- Fixed the operator[](int) of QWebElementCollection so that it is consistent
with other implementations of the operator.
- Applied the new __len__ annotation to all count() methods.
Added a private assignment operator to QXmlParseException as it still cannot be
copied even though it has a ctor with only default arguments.
- Fixed a bug in the parsing of a C++ signature that includes a template with
multiple arguments.
- Added the missing == and != operators from QItemSelection.
- Added some extra unit tests for QObject.sender().
- Removed an unused line in the musicplayer.py example.
- Fixed QObject.sender() for when the slot is decorated with pyqtSlot().
- Fixed the Makefile after eralier debugging.
- Added /NoCopy/ to the QTextItem argument of QPaintEngine.drawTextItem().
- connect() will now check any pyqtSlot() decorators for compatibility with the
signal being connected. This means that a connection between, for example, a
list argument to a dict argument will now fail.
- The user friendly format of a signature is now exactly the same as the
docstring that SIP generates for signals.
- If a signal argument is defined as a Python type and implemented as
PyQt_PyObject then the type of any argument value is checked against the Python
type when on emit().
- Added a new set of unit tests to cover the revised behaviour of QVariantMap and
dict.
- Added /NoCopy/ to QPaintEngine.updateState()\'s argument.
Tue Jun 8 14:00:00 2010 dmuellerAATTsuse.de
- update to 4.7.3:
- Added evaluateToString() and evaluateToStringList() to QXmlQuery.
Thu May 20 14:00:00 2010 cmorve69AATTyahoo.es
- Fixed build-compare
Fri Mar 26 13:00:00 2010 dmuellerAATTsuse.de
- update to 4.7.2:
- A bug fix release.
- Added the schema.py example.
- Added the missing pushContext() and popContext() to QScriptEngine.
- A QStyleOption instance will be wrapped as a specific sub-class where
possible.
Fri Jan 15 13:00:00 2010 tittiatcokeAATTgmail.com
- update to 4.7
* Qt v4.6 is fully supported.
* Added the QtMultimedia module.
* Added keyword support for optional arguments.
* Added docstrings for all classes, functions and methods that
describe the Python signatures of all callables.
* Any Python object that can be pickled can now be automatically
written to and read from QSettings.
* A QHostAddress.SpecialAddress can be used whenever a QHostAddress
is expected.
* Added the optional initialFilter argument to the
QFileDialog.get
*AndFilter() functions.
* Added the readInt(), readQString(), readQStringList(), readQVariant(),
writeInt(), writeQString(), writeQStringList() and writeQVariant()
methods to QDataStream.
* Added widgetPluginPath to the uic module to specify the directories
that are searched for widget plugins.
* Added the anchorlayout.py, animatedtiles.py, appchooser.py, easing.py,
lighting.py, moveblocks.py, states.py and stickman.py examples.
* Significantly reduced the size of the modules on Linux and MacOS/X.
Fri Nov 20 13:00:00 2009 dmuellerAATTsuse.de
- update to 4.6.2:
* A bug fix release.
Fri Nov 20 13:00:00 2009 dmuellerAATTsuse.de
- add split-provides
Sat Oct 24 14:00:00 2009 dmuellerAATTsuse.de
- update to 4.6.1:
* Added the missing setDropAction() method to QGraphicsSceneDragDropEvent.
* Added the QMacCocoaViewContainer class on OS/X.
* An updated sandbox.py from Mark Summerfield.
Mon Sep 28 14:00:00 2009 dmuellerAATTsuse.de
- update to 4.6:
* alternate, more Pythonic, APIs have been defined
* 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.
Tue Aug 18 14:00:00 2009 ajAATTsuse.de
- use new python macros.
- Remove check for SUSE Linux 9.1.
Wed Aug 5 14:00:00 2009 hpjAATTurpla.net
- use configure switch to always install the api file
Thu Jul 30 14:00:00 2009 hpjAATTurpla.net
- update to 4.5.4 release, bugfixes and
- Fixed a problem where None wasn\'t being interpreted as an invalid QVariant.
- QVariant.toPyObject() now recurses through any collections.
- Fixed the super-type of QGLContext because it takes part in parent/child
relationships.
Tue Jul 14 14:00:00 2009 beineriAATTopensuse.org
- update to 4.5.2 release, bugfixes and
* support for the two QImage constructors that operate on non-
const data by allowing a sip.voidptr to be passed
* support for QHeaderView in pyuic4
* any Python object can now be passed where a QVariant is
expected, and None is interpreted as an invalid QVariant
Mon Jul 6 14:00:00 2009 hpjAATTurpla.net
- create a separated -devel package
- install Qt designer plugin
- include the nice documentation
Sun Jul 5 14:00:00 2009 dmuellerAATTnovell.com
- only use the configuration fix from trunk
Wed Jul 1 14:00:00 2009 beineriAATTopensuse.org
- add trunk diff to fix build with Qt 4.5.2
Wed Jun 17 14:00:00 2009 dmuellerAATTsuse.de
- update to 4.5.1:
- Added the setCoordinateMode() and coordinateMode() methods to QGradient.
Mon Jun 8 14:00:00 2009 beineriAATTopensuse.org
- update to 4.5 release:
* support for Python v3 and Qt v4.5.1
* new Pythonic API for connecting signals and slots
* port of the current Qt examples launcher
Wed Jun 3 14:00:00 2009 dmuellerAATTsuse.de
- update to 4.5 snapshot 20090601 to fix support with
newer python-sip
Sun May 17 14:00:00 2009 beineriAATTopensuse.org
- update to 4.5 snapshot as of 20090507
Thu May 14 14:00:00 2009 dmuellerAATTsuse.de
- require at least the exact qt version it was built against
Fri Mar 6 13:00:00 2009 cooloAATTsuse.de
- link the modules against python libraries