aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug 686 - "Request to make Q[Mutex|Read|Write]Locker context managers"Hugo Parente Lima2012-03-083-2/+120
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* White spaces removal...Hugo Parente Lima2012-03-081-2/+2
|
* Unit test for bug 634, based on code from Marcus Lindblom.Marcelo Lira2012-03-082-0/+28
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #854.Renato Filho2012-03-082-0/+41
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* 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>
* Added tests for bug #716 - QPersistentModelIndex isn't convertible to ↵Marcelo Lira2012-03-083-0/+17
| | | | | | | | | | | | | QModelIndex The main test (exactly the same as reported) was added to QtGui tests, but also extended QAbstractItemModel test with a case that is the essence of the problem. http://bugs.pyside.org/show_bug.cgi?id=716 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* QPersistentModelIndex has its "operator const QModelIndex&() const" method back.Marcelo Lira2012-03-081-2/+5
|
* Create unit tests for bug #606Paulo Alcantara2012-03-084-0/+62
| | | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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
|
* Correctly set SUPPORTED_QT_VERSION variable to the current Qt version.Hugo Parente Lima2012-03-081-5/+1
|
* 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
|
* Be compatible with Qt4.5, i.e. no QScopedPointer.Hugo Parente Lima2012-03-084-2/+4
|
* 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.
* Created unit test for bug #312.Renato Filho2012-03-082-0/+33
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Uses QMetaObject revision 3.Renato Filho2012-03-083-124/+77
| | | | | | | | | This allow to register signal and slot in any order. Fixes bug #312 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created test for mew pythonic functions on QTransform class.Renato Filho2012-03-081-1/+58
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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>
* Fix assert in bug 722 unit test.Hugo Parente Lima2012-03-081-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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.
* Avoid run PyObjectWrapper operators without python interpreter.Renato Filho2012-03-081-2/+12
| | | | | | | Fixes bug #829. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for bug #847.Renato Filho2012-03-083-0/+70
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Create unit test for bug #835Paulo Alcantara2012-03-082-0/+66
| | | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug #835 - "pyside breaks descriptor protocol"Paulo Alcantara2012-03-081-5/+15
| | | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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-084-5/+66
| | | | | | | using qmlRegisterType" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Updated snippets code to use QFileSystemModel instead of deprecated class ↵Renato Filho2012-03-082-11/+11
| | | | | | | QDirModel. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Moved unit test of bug 834 from QtCore to QtGui, as it tests QtGui classes.Hugo Parente Lima2012-03-083-1/+1
|
* Created unit test for bug #820.Renato Filho2012-03-082-0/+70
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed signal name parser.Renato Filho2012-03-081-1/+1
| | | | | | | Fixes bug #820. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for QSysInfo class.Renato Filho2012-03-082-0/+15
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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>
* Created unit test fo QMacStyle class.Renato Filho2012-03-083-0/+20
| | | | | 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-084-44/+82
| | | | | | | ObjectDescription<T> due to an Apiextractor bug." Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed some typos on unit test for bug #841Renato Filho2012-03-082-5/+3
|
* Created unit test for bug #785.Renato Filho2012-03-082-0/+30
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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-083-2/+14
| | | | | 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-083-1/+21
| | | | | | | reference" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Create unit test for bug #834Paulo Alcantara2012-03-082-0/+19
| | | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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>
* Create manually dir for tests.Renato Filho2012-03-082-0/+55
| | | | | 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>