SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-qt4-devel-4.8.6-85.1.i586.rpm :
Fri Nov 25 13:00:00 2011 cgiboudeauxAATTgmx.com
- Use %make_install

Mon Nov 21 13:00:00 2011 cgiboudeauxAATTgmx.com
- Update to 4.8.6, see http://riverbankcomputing.com/static/Downloads/PyQt4/ChangeLog
- Spec cleanup

Tue Oct 18 14:00:00 2011 jdmulloyAATTgmail.com
- Added phonon-devel to BuildRequires in python-qt4.spec

* Adds phonon support to python-qt4 which is required by programs like OpenLP.org

Tue Aug 30 14:00:00 2011 idonmezAATTsuse.com
- Remove check for obsolete openSUSE versions.

Mon Aug 29 14:00:00 2011 termimAATTgmail.com
- Add python-qt4-utils package to avoid conflicts between python2
and python3 versions

Mon Aug 22 14:00:00 2011 idonmezAATTnovell.com
- Unbreak -debuginfo package creation

Tue Aug 16 14:00:00 2011 termimAATTgmail.com
- update to 4.8.5
- This is a minor bug fix release.

Tue May 3 14:00:00 2011 gregkhAATTsuse.de
- fix for x86-64 issue to enable the package to properly build.

Mon May 2 14:00:00 2011 dmuellerAATTsuse.de
- update to 4.8.4:

* Added support for Qt v4.7.2.

* Added limited support for setEventFilter() and filterEvent() to QAbstractEventDispatcher.

* pyrcc4 will now compress by default to match the behaviour of rcc.

* Removed QTouchEventSequence as its C++ API makes it impossible to be used from Python.

Fri Feb 11 13:00:00 2011 cooloAATTnovell.com
- refresh patches

Tue Jan 25 13:00:00 2011 dmuellerAATTsuse.de
- update to 4.8.3:
- Added the QPyNullVariant class to the QVariant v2 API to allow null
QVariants to be implemented.
- Added the optional type keyword argument to QSettings.value() to allow the
type of the returned value to be specified.
- QDeclarativeItem will now act as a transparent proxy from any QML signals
and JavaScript functions.
- Any QObject invokable methods can now be called transparently even if they
haven\'t been explicitly wrapped.
- QWizardPage.registerField() can now take an unbound or bound signal as its
\'changedSignal\' argument.
- Converted the Reference Guide to Sphinx.
- Bug fixes.

Mon Jan 3 13:00:00 2011 dmuellerAATTsuse.de
- update to 4.8.2:
- Added support for Qt v4.7.1.
- Added the coloreditorfactory.py, combowidgetmapper.py,
customsortfiltermodel.py and simplewidgetmapper.py item view examples from
Hans-Peter Jansen.
- Added the IPC examples from Hans-Peter Jansen.
- Added the WebKit examples from Hans-Peter Jansen.
- Added the calendarwidget.py, stylesheet.py and textedit.py examples from
Hans-Peter Jansen.
- Added the --no-timestamp option to configure.py.
- Added the lang example from Hans-Peter Jansen to the contrib directory.
- The support for the detection of the destruction by Qt of internally
constructed QObject instances (added in PyQt v4.7.5) has been disabled
until a reliable thread-safe solution can be found.
- Bug fixes.
- Support for the QT_BEGIN_NAMESPACE and QT_END_NAMESPACE macros to allow
PyQt to be built against Qt built with namespace support.
- Bug fixes.

Mon Oct 25 14:00:00 2010 dmuellerAATTsuse.de
- update to 4.8:
- Added support for Qt v4.7 including the new QtDeclarative module.
- pyqtProperty() can now be used as a method decorator in the same way that
the standard Python property type can be used.
- Added the notify argument to pyqtProperty().
- Unbound signals can now be subscripted in the same way that bound signals
can.
- Added the missing << operator to QPolygon, QPolygonF and
QXmlStreamAttributes.
- PyQt will now automatically keep a reference to objects set with some sort
of setter method when Qt expects the underlying C++ instance to stay valid
but does not take ownership of it.
- Added the lightmaps.py and stardelegate.py examples from Hans-Peter Jansen.
- Added the --assume-shared option to configure.py.
- The QtAssistant module is no longer built with Qt v4.7 and later.

Tue Oct 5 14:00:00 2010 wstephensonAATTnovell.com
- Add patch to fix python-kde4 build from kde-packagersAATTkde.org

Fri Oct 1 14:00:00 2010 einarAATTheavensinferno.net
- update to 4.7.7:
- - A bug fix release.

Wed Sep 1 14:00:00 2010 dmuellerAATTsuse.de
- update to 4.7.5:
- Added QStringRef.__str__() and QStringRef.__unicode__() to the QString v1
API.
- The destruction by Qt of internally constructed QObject instances is now
automatically detected.
- A signal defined with pyqtSignal() can now be used with methods that make
an internal call to QObject::connect(), e.g. QTimer.singleShot().
- Added the --from-imports command line argument to pyuic4 and the
from_imports argument to PyQt4.uic.compileUi().
- Added support for Python v3.2.
- The Windows installer now includes qcollectiongenerator.exe and
qhelpgenerator.exe.
- Any class with a count() method now supports the len() builtin.
- Added the missing == and != operators to QItemSelection.
- Added readQVariantHash(), readQVariantList(), readQVariantMap,
writeQVariantHash(), writeQVariantList() and writeQVariantMap() to
QDataStream.
- Added the ErrorPageExtensionOption and ErrorPageExtensionReturn classes,
and the ErrorDomain enum to QWebPage.

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


 
ICM