aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Collapse)AuthorAgeFilesLines
* Removed glue code for QObject.inherits function.Renato Filho2012-03-081-19/+0
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QWidget.parentWidget return policy.Renato Filho2012-03-081-3/+9
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fill qApp is any QApplication is active during the QtGui moude import.Renato Filho2012-03-081-2/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated PySide type systems to use the new type system variables: ↵Marcelo Lira2012-03-082-4/+4
| | | | | | | %ISCONVERTIBLE and %CHECKTYPE. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Fix bug 879 - "QDoubleSpinBox: Can't call the parent validate() method from ↵Hugo Parente Lima2012-03-081-33/+41
| | | | | | | a subclass" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 822 - "Can't use QApplication without X"Hugo Parente Lima2012-03-082-14/+38
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed default return value for "QStyleOptionViewItem ↵Marcelo Lira2012-03-081-0/+5
| | | | | | QAbstractItemView::viewOptions() const". Wrong code would be generated if compiling avoiding the "protected hack".
* Fix bug 877 - "Fatal Python error on application quit."Hugo Parente Lima2012-03-081-1/+1
| | | | Reviewer: Renato Araújo <renato.filho@openbossa.org>
* Fix bug 870 - "QStylePainter.drawControl doesn't draw anything"Hugo Parente Lima2012-03-081-70/+70
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to MSG type on windows.Renato Filho2012-03-086-2/+144
|
* Removed unnecessary functions from QByteArray.Renato Filho2012-03-081-0/+13
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 869 - "QDateTimeEdit initial time problem"Hugo Parente Lima2012-03-083-6/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 631 - "QSocketNotifier: Accept file-like object (with .fileno() ↵Hugo Parente Lima2012-03-081-0/+14
| | | | method) in constructor"
* Removed the rejection of QAbstractFileEngine.beginEntryList.Marcelo Lira2012-03-081-1/+7
| | | | | | | Added an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Moved internalPointer methods code injection into a code template.Marcelo Lira2012-03-082-8/+8
|
* Port all buffer related code to the new Shiboken buffer interface.Hugo Parente Lima2012-03-083-66/+36
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed problems with eventFilter function destruction order.Renato Filho2012-03-081-0/+10
| | | | | | | | The object passed to eventFilter function will keep a reference to the listener object, this will ensure the destruction order. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix memory leak on QEasingCuverFunctor.Renato Filho2012-03-081-1/+1
|
* Added the missing QPixmapCache.Key class to the type system.Marcelo Lira2012-03-082-0/+2
| | | | | | | Unit tests for QPixmapCache were also added. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented support to QEasingCurve.setCustomType.Renato Filho2012-03-084-9/+174
| | | | | | | fixes bug #725. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 803 - "QWebElementCollection.operator[] is not implemented"Hugo Parente Lima2012-03-081-1/+16
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix typoPaulo Alcantara2012-03-081-1/+1
| | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-084-95/+144
| | | | | | | Fixes bug #680 Reviewer: pcacjr <pcacjr@gmail.com> Hugo Parente <hugo.lima@openbossa.org>
* Fix bug 686 - "Request to make Q[Mutex|Read|Write]Locker context managers"Hugo Parente Lima2012-03-081-2/+34
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* White spaces removal...Hugo Parente Lima2012-03-081-2/+2
|
* Fixed kee-reference rule.Renato Filho2012-03-081-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Fix bug 857 - "64bit Windows build broken"Hugo Parente Lima2012-03-081-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.filho@openbossa.org>
* QPersistentModelIndex has its "operator const QModelIndex&() const" method back.Marcelo Lira2012-03-081-2/+5
|
* Fix bug #606Paulo Alcantara2012-03-082-0/+124
| | | | | | | | | | | Add toTuple() function to these all classes: - QPoint/QPointF/QSize/QSizeF/QVector2D/QVector3D/QVector4D - QLine/QLineF/QColor Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add template to toTuple() functionsPaulo Alcantara2012-03-081-0/+4
| | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Always use the local Qt headers + global.h.in cleanup.Hugo Parente Lima2012-03-081-1137/+55
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Only add Qt4.6 classes when using Qt4.6 on QtTest and QtGui.Hugo Parente Lima2012-03-082-2/+10
|
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-089-111/+114
|
* Fix QGraphicsItem compilation on Qt4.5.Hugo Parente Lima2012-03-081-1/+1
|
* Fix QColor wrapper compilation on Qt4.5.Hugo Parente Lima2012-03-081-0/+2
|
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-088-89/+89
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Use add-function on QCoreApplication and QApplication constructors.Hugo Parente Lima2012-03-084-51/+24
| | | | | This was needed after a fix in the shiboken generator regarding the tp_init initialization.
* Create pythonic functions for QTransform class.Renato Filho2012-03-081-0/+35
| | | | | | | fixes bug #615. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Remove the restriction of detecing QtOpenGL module just when the gl.h header ↵Hugo Parente Lima2012-03-081-3/+1
| | | | | | | | was found. This is needed to be able to compile the QtOpenGL module on Linux when using OpenGL-ES backend. On the other hand OpenGL-ES support isn't yet supported under MS Windows but I don't think that this should be a problem at all.
* Fix path of pysideqmlregistertype.cpp.Hugo Parente Lima2012-03-081-4/+1
|
* Fix bug 825 - "Can't register a class using that uses metaclasses in QML ↵Hugo Parente Lima2012-03-081-5/+0
| | | | | | | using qmlRegisterType" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed QSysInfo.Endian enum detection on MacOs.Renato Filho2012-03-081-0/+1
| | | | | | | Fixes bug #809. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Included QMacStyle class check.Renato Filho2012-03-083-0/+7
| | | | | | | | | Included QMacStyle header on global include. Fixes bug #840 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 786 - "There's no __eq__ for all classes inherited from ↵Hugo Parente Lima2012-03-082-44/+60
| | | | | | | ObjectDescription<T> due to an Apiextractor bug." Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Put back missing functions for class QItemSelection.Renato Filho2012-03-081-9/+1
| | | | | | | fixes bug #785. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 797 - "error on ui file load"Hugo Parente Lima2012-03-081-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug 844 - "Crash in QGraphicsItem::toGraphicsObject when printing obj ↵Hugo Parente Lima2012-03-081-1/+1
| | | | | | | reference" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug #834 - "Segfault on childEvent"Paulo Alcantara2012-03-081-1/+1
| | | | | | | | | The fix was basically setting the owner attribute to a correct value. Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QStandardItem::clone and QStandardItemModel::setItemPrototype ↵Renato Filho2012-03-081-0/+7
| | | | | | | | | ownership rules. Fixes bug #841. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented QTestTouch functions.Renato Filho2012-03-084-3/+179
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>