aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Replace type() comparison with isinstance.Lauro Neto2010-10-071-1/+1
| | | | | | | | type() comparison won't work due to weakproxy. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Add more test for operations with QFlagsLauro Neto2010-10-071-0/+20
|
* Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+11
| | | | | Plus test. Should return a child of the given type.
* Created unittest for widgets defined in Python and used during ↵renatofilho2010-10-073-3/+107
| | | | | | | QUiLoader.loader function. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Add unit test for bug#172Hugo Parente Lima2010-10-052-0/+14
|
* Extend QUiLoader test to test ui files with custom widgets.renatofilho2010-10-051-1/+11
|
* Added missing file on QtUitools tests.renatofilho2010-10-011-0/+16
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-012-0/+51
| | | | | | | Fixes bug #371. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Removing deprecated and duplicated testLauro Neto2010-10-013-79/+0
| | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Unit test for bug #392.renatofilho2010-09-302-0/+20
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Unit test for bug 390.renatofilho2010-09-302-0/+16
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add test to check iterability of QPolygonF.Hugo Parente Lima2010-09-292-0/+23
|
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-292-0/+24
| | | | The correct title would be "QVariant doesn't correct store a QGraphicsScene object."
* Added support on script to compare symbols in both Qt bindings (PySide/PyQt4)renatofilho2010-09-291-33/+45
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-271-0/+29
| | | | | | | Tests where also added. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed unit test to avoid put a object child of QApplication.renatofilho2010-09-241-1/+1
| | | | | | | This will cause assert on debug mode. Because qApp is dever destroyed. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed segmentation fault libpyside's signalUpdateSource function.Marcelo Lira2010-09-242-0/+30
| | | | | | | | | | | | | This function is called when an object is instantiated, and it will go through the class attributes looking for signals and what else is relevant. If the user has set a new attribute in the constructor before the call to its parent QObject-like __init__ method, a segmentation fault would ensue. This commit fixes this condition and also adds an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* added a tool to compare class hierarchiesMatti Airas2010-09-231-0/+95
|
* Created unit test for bug #376.renatofilho2010-09-222-0/+20
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #360.renatofilho2010-09-213-0/+43
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unittest for bug 367.renatofilho2010-09-202-0/+23
|
* Created unit test for bug 363.renatofilho2010-09-202-0/+26
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Updated test with new Property name.renatofilho2010-09-202-4/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added test from Lauro's patch on bug #313.Marcelo Lira2010-09-171-2/+31
| | | | http://bugs.openbossa.org/show_bug.cgi?id=313
* Fixed test.renatofilho2010-09-162-4/+4
| | | | | | | The anonymous connections will be considered on QObject.receivers function. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Update unit test for bug 312.renatofilho2010-09-161-0/+23
| | | | | | | Now the test verify if is possible connect more then 500 signals, if the signals was disconnected. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unittest for bug 328.renatofilho2010-09-152-0/+19
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-152-0/+13
| | | | | | | Added new function to libpyside: "fillQtProperties". Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-151-0/+7
| | | | The exception is ignored only if the call was a meta call.
* Created unittest for bug #332.renatofilho2010-09-142-0/+17
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #312.renatofilho2010-09-142-0/+24
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-101-1/+23
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Remove OS specific commands from translation test.Hugo Parente Lima2010-09-101-2/+5
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Bruno Araújo <burno.araujo@openbossa.org>
* Created unittest for bug #338.Renato Filho2010-09-092-0/+25
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Store randon port after fail on first attempt.Renato Filho2010-09-081-1/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Lauro Moura <lauro.neto@openbossa.org>
* Repeat the same test, but using new style signals to cause a segfault.Hugo Parente Lima2010-09-081-0/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Make accessManager test do not depend on internet access.Hugo Parente Lima2010-09-081-3/+18
|
* Fix bug#282 and bug#283.Hugo Parente Lima2010-09-081-8/+76
|
* bug_300_test moved to QtGui, because it tests a class from QtGui.Hugo Parente Lima2010-09-033-1/+1
|
* Remove the dependecy of QtGui from a test located in QtNetwork.Hugo Parente Lima2010-09-031-2/+2
|
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-5/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not ↵Hugo Parente Lima2010-09-022-0/+47
| | | | | | | | | | working" Added class QPyTextObject which inherits from QObject and QTextObjectInterface to solve the issue with registerHandler, the same approach used by PyQt. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-012-0/+22
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created unittest to bug #324.Renato Filho2010-08-312-0/+33
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Unittest to bug #324.Renato Filho2010-08-311-0/+11
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as ↵Hugo Parente Lima2010-08-301-3/+5
| | | | | | | default" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* Now slots signatures in C++ use Qt notation.Renato Filho2010-08-261-1/+1
| | | | | | | | | | | Ex: Slot(str, int) # Python slot(QString, int) # C++ This allow the user create slots based on types, compatible with Qt Slots. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed slot singature parse function to keep compatibility with QSignal.Renato Filho2010-08-262-0/+36
| | | | | | | Fixes bug #319 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed signal signature parser.Renato Filho2010-08-262-0/+43
| | | | | | | Fixes bug #311. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-2/+2
| | | | | | | | | * Simplify endmacro(), endif() and else() statements * Remove unused and redundant code * Use AUTO_OS for holding the typesystem suffix (instead of MODULE_NAME) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>