aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit test of bug 829.ps-1.0.8Hugo Parente Lima2012-03-082-5/+8
|
* Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"Hugo Parente Lima2012-03-082-0/+33
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting ↵Paulo Alcantara2012-03-082-0/+14
| | | | | | | | | | the str of an object" Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Fix qglbuffer test on Python3.Hugo Parente Lima2012-03-082-7/+11
|
* Fixed unittest to work with python3.Renato Filho2012-03-082-3/+15
|
* Fixed unittest to work with python3.Renato Filho2012-03-082-84/+91
|
* Slplited python compat file for python 2.x and 3.xRenato Filho2012-03-083-0/+66
|
* Updated pyside and signals tests to works with python 2.x and 3.xRenato Filho2012-03-083-22/+19
|
* Updated phonon modue to works with python 2.x and 3.xRenato Filho2012-03-082-8/+8
|
* Updated QtWebKit modue to works with python 2.x and 3.xRenato Filho2012-03-082-14/+12
|
* Updated QtUiTools modue to works with python 2.x and 3.xRenato Filho2012-03-081-3/+3
|
* Updated QtSql modue to works with python 2.x and 3.xRenato Filho2012-03-081-8/+9
|
* Updated QtOpenGL modue to works with python 2.x and 3.xRenato Filho2012-03-081-1/+1
|
* Updated QtNetwork modue to works with python 2.x and 3.xRenato Filho2012-03-082-6/+12
|
* Updated QtGui modue to works with python 2.x and 3.xRenato Filho2012-03-0814-67/+90
|
* Updated QtCore modue to works with python 2.x and 3.xRenato Filho2012-03-088-23/+25
|
* Updated QtDeclarative modue to works with python 2.x and 3.xRenato Filho2012-03-083-4/+3
|
* Initia QtCore port to python3.Renato Filho2012-03-0826-132/+150
|
* Created unit test for layout policy.Renato Filho2012-03-081-5/+45
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #1006.Renato Filho2012-03-082-0/+44
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Unit test for bug 995 - "QDeclarativeView.itemAt returns faulty reference. ↵Hugo Parente Lima2012-03-083-0/+26
| | | | (leading to SEGFAULT)"
* Created unit test for bug #1002.Renato Filho2012-03-082-0/+20
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #997.Renato Filho2012-03-083-0/+31
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Create unit test for bug #998.Renato Filho2012-03-082-0/+11
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix QAbstractFileEngine read and readLine methods to accept data with null ↵Hugo Parente Lima2012-03-081-3/+2
| | | | | | | bytes. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix other QIODevice read functions stopping at null bytes.Hugo Parente Lima2012-03-081-0/+4
|
* Add extra test on QByteArray explicit conversionLauro Neto2012-03-081-0/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"Hugo Parente Lima2012-03-082-0/+21
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 966 - "QX11Info.display() missing"Hugo Parente Lima2012-03-082-6/+13
|
* Created unit test for QColor reduce function.Renato Filho2012-03-082-0/+32
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Unit test for bug 967, a side effect of bug 988.Hugo Parente Lima2012-03-082-0/+19
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created test for bug #979.Renato Filho2012-03-083-0/+12
|
* Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget ↵Hugo Parente Lima2012-03-082-0/+19
| | | | | | | has changed in 1.0.6" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for repr function.Renato Filho2012-03-082-0/+16
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #987.Renato Filho2012-03-082-0/+16
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #973.Renato Filho2012-03-082-0/+29
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed debug messages from the test.Renato Filho2012-03-081-6/+0
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for QMenu, QMenuBar, QToolBar clear function.Renato Filho2012-03-082-0/+47
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #959.Renato Filho2012-03-082-0/+88
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for __reduce__ of empty QColor.Renato Filho2012-03-081-1/+12
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Created unitest for bug #972.Renato Filho2012-03-082-0/+40
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2012-03-082-0/+19
| | | | | Reviewer: Marcelo Lira <marcelol.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created unit test for QColor.__repr__ and QColor.__str__ functions.Renato Filho2012-03-081-0/+12
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #958.Renato Filho2012-03-083-0/+73
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #965.Renato Filho2012-03-083-0/+48
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bug 953 - "Segfault when QObject is garbage collected after ↵Hugo Parente Lima2012-03-082-0/+19
| | | | | | | QTimer.singeShot" Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #951.Renato Filho2012-03-083-0/+39
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added test for signal with typedefLauro Neto2012-03-085-1/+51
| | | | | Reviewer: Renato Filho <renato.filho@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Removing uneeded fileLauro Neto2012-03-081-66/+0
|
* Fix plugin testLauro Neto2012-03-082-1/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>