PySide/tests/QtDeclarative
Hugo Parente Lima 6383832408 Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"
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>
2011-01-05 14:35:11 -02:00
..
bug_451.py Fix QML tests on Windows. 2010-12-17 19:16:56 -02:00
bug_451.qml Created unit test for bug #451. 2010-11-05 19:01:07 -03:00
bug_456.py Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads to application crash)" 2010-12-29 10:14:28 -02:00
bug_456.qml Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads to application crash)" 2010-12-29 10:14:28 -02:00
bug_557.py Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()" 2011-01-05 14:35:11 -02:00
CMakeLists.txt Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()" 2011-01-05 14:35:11 -02:00
connect_python_qml.py Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads to application crash)" 2010-12-29 10:14:28 -02:00
connect_python_qml.qml Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads to application crash)" 2010-12-29 10:14:28 -02:00
hw.qml Modifyed declarative test to avoi use of network. 2010-08-25 17:32:12 -03:00
qdeclarativenetwork_test.py Modifyed declarative test to avoi use of network. 2010-08-25 17:32:12 -03:00
qdeclarativeview_test.py Created unit test for qvariant conversion for object type. 2010-11-10 18:52:47 -03:00
registertype.py Add tests for qmlregisterType function and qml list properties. 2010-12-09 16:19:41 -02:00
registertype.qml Fixed QML type registering test. 2010-12-17 11:39:03 -03:00
view.qml Created new unittest model. 2010-06-07 16:57:11 -03:00
viewmodel.qml Created unit test for qvariant conversion for object type. 2010-11-10 18:52:47 -03:00