Search
j0ke.net Open Build Service
>
Projects
>
KDE
:
Qt
:
STABLE
>
python-qt4
> python-qt4.changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File python-qt4.changes of Package python-qt4
------------------------------------------------------------------- Tue Jun 8 16:52:45 CEST 2010 - dmueller@suse.de - update to 4.7.3: - Added evaluateToString() and evaluateToStringList() to QXmlQuery. ------------------------------------------------------------------- Thu May 20 18:11:42 UTC 2010 - cmorve69@yahoo.es - Fixed build-compare ------------------------------------------------------------------- Fri Mar 26 18:52:43 CET 2010 - dmueller@suse.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 10:24:52 UTC 2010 - tittiatcoke@gmail.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 12:19:04 CET 2009 - dmueller@suse.de - update to 4.6.2: * A bug fix release. ------------------------------------------------------------------- Fri Nov 20 12:14:32 CET 2009 - dmueller@suse.de - add split-provides ------------------------------------------------------------------- Sat Oct 24 12:30:06 CEST 2009 - dmueller@suse.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 19:04:17 CEST 2009 - dmueller@suse.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 11:20:06 CEST 2009 - aj@suse.de - use new python macros. - Remove check for SUSE Linux 9.1. ------------------------------------------------------------------- Wed Aug 5 23:04:10 CEST 2009 - hpj@urpla.net - use configure switch to always install the api file ------------------------------------------------------------------- Thu Jul 30 04:02:01 CEST 2009 - hpj@urpla.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 23:02:35 CEST 2009 - beineri@opensuse.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 06 18:17:01 CEST 2009 - hpj@urpla.net - create a separated -devel package - install Qt designer plugin - include the nice documentation ------------------------------------------------------------------- Sun Jul 5 20:49:30 CEST 2009 - dmueller@novell.com - only use the configuration fix from trunk ------------------------------------------------------------------- Wed Jul 1 09:09:35 CEST 2009 - beineri@opensuse.org - add trunk diff to fix build with Qt 4.5.2 ------------------------------------------------------------------- Wed Jun 17 11:39:32 CEST 2009 - dmueller@suse.de - update to 4.5.1: - Added the setCoordinateMode() and coordinateMode() methods to QGradient. ------------------------------------------------------------------- Mon Jun 8 09:33:55 CEST 2009 - beineri@opensuse.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 09:43:37 CEST 2009 - dmueller@suse.de - update to 4.5 snapshot 20090601 to fix support with newer python-sip ------------------------------------------------------------------- Sun May 17 10:29:36 CEST 2009 - beineri@opensuse.org - update to 4.5 snapshot as of 20090507 ------------------------------------------------------------------- Thu May 14 10:56:29 CEST 2009 - dmueller@suse.de - require at least the exact qt version it was built against ------------------------------------------------------------------- Fri Mar 6 12:19:02 CET 2009 - coolo@suse.de - link the modules against python libraries ------------------------------------------------------------------- Fri Dec 5 11:22:33 CET 2008 - dmueller@suse.de - update to 4.4.4: - QVariant.toPyObject() will now handle any Python object. The way in which QVariant wraps objects has subtlely changed in that the name returned by typeName() may now be different, but is now more consistent. - Added the data() method to the QPolygon, QPolygonF and QXmlAttributes classes. - Added the --no-designer-plugin option to configure.py to disable the building of the Python plugin for Qt Designer. - Added the missing Windows and Mac versions to QSysInfo. ------------------------------------------------------------------- Sun Aug 10 18:16:17 CEST 2008 - dmueller@suse.de - update to 4.4.3: * a QChar can now be used whenever a QString is expected * all read related methods that take a maximum read length will now raise an exception if the length is negative * QVariant constructor that took a QVariantList argument has been replaced * QVariant constructor that took a QVariantMap argument has been replaced * added the embeddeddialogs.py and padnavigator.py examples from Igor Prischepoff ------------------------------------------------------------------- Mon Jun 30 14:08:20 CEST 2008 - dmueller@suse.de - Factory merge (bnc#402524) ------------------------------------------------------------------- Sat Jun 21 15:43:00 CEST 2008 - mstopka@opensuse.org - libQtWebKit support added ------------------------------------------------------------------- Tue May 27 13:51:00 CEST 2008 - dmueller@suse.de - update to 4.4.2: * Major bugfixes, working bindings for Qt 4.4.0 ------------------------------------------------------------------- Wed Mar 19 14:12:15 CET 2008 - dmueller@suse.de - fix wrong requires for 10.2 ------------------------------------------------------------------- Tue Feb 19 14:04:26 CET 2008 - dmueller@suse.de - fix build against older distributions ------------------------------------------------------------------- Thu Dec 13 15:06:22 CET 2007 - dmueller@suse.de - bindings updated to Qt 4.3.3 ------------------------------------------------------------------- Sat Aug 11 22:50:56 CEST 2007 - dmueller@suse.de - fix requires (#297650) ------------------------------------------------------------------- Fri Aug 3 02:33:13 CEST 2007 - dmueller@suse.de - update to 4.3: * bindings updated to match Qt 4.3.0 ------------------------------------------------------------------- Sun Apr 15 00:24:49 CEST 2007 - dmueller@suse.de - fix build against newer Qt ------------------------------------------------------------------- Thu Apr 12 14:19:41 CEST 2007 - dmueller@suse.de - Update to 4.2: * bindings updated to match Qt 4.2.0 ------------------------------------------------------------------- Thu Apr 5 13:42:57 CEST 2007 - dmueller@suse.de - build against Qt 4.3 ------------------------------------------------------------------- Fri Jan 26 18:12:10 CET 2007 - dmueller@suse.de - Initial package (4.1.1)