aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix bug 825 - "Can't register a class using that uses metaclasses in QML ↵Hugo Parente Lima2012-03-083-0/+66
| | | | | | | using qmlRegisterType" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 814 test.Lauro Neto2012-03-082-2/+2
| | | | | | | | Using the modelData property name was causing problems with a debug-build Qt. Reviewer: Renato Araujo <renato.araujo@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Created unit test for bug #814.Renato Filho2012-03-083-0/+49
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Created unit test for bug #726.Renato Filho2012-03-083-0/+113
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"Hugo Parente Lima2012-03-082-0/+15
| | | | | | | | | The signature QDeclarativeComponent(QObject*) should not exist, it's not documented and just creates a useless QDeclarativeComponent when used, useless in the sense that it will segfault when used. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads ↵Hugo Parente Lima2012-03-084-15/+15
| | | | to application crash)"
* Fix QML tests on Windows.Hugo Parente Lima2012-03-083-3/+3
|
* Fixed QML type registering test.Marcelo Lira2012-03-081-1/+1
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Add tests for qmlregisterType function and qml list properties.Hugo Parente Lima2012-03-083-0/+122
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Changed file permissions to 0644.Hugo Parente Lima2012-03-083-0/+0
|
* Created unit test for qvariant conversion for object type.renatofilho2010-11-103-7/+50
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #451.renatofilho2010-11-054-38/+92
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* unit test for bug #456renatofilho2010-11-033-0/+150
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-283-0/+51
| | | | | | | | Created unit test for bug #442, #437. Fixes bug #442. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Modifyed declarative test to avoi use of network.Renato Filho2010-08-252-11/+13
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Remove use of deprecated types.Renato Filho2010-07-051-3/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Created new unittest model.Renato Filho2010-06-075-0/+170
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>