aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qobject_property_test.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed unit test related to bug #446.Renato Araujo Oliveira Filho2010-11-221-2/+2
* Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-221-0/+14
* Fixed QVariant conversions for user type.renatofilho2010-11-091-0/+8
* Implemented support to notify argument on Properties.renatofilho2010-10-211-0/+34
* Updated test with new Property name.renatofilho2010-09-201-2/+2
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-151-0/+7
* Avoid read the property in the QObject constructor.Renato Filho2010-08-161-6/+14
* Raise a error when try to modify a read-only property.Renato Filho2010-08-161-0/+15
* Added tests for QObject properties being set with named arguments on the cons...Marcelo Lira2010-08-131-0/+26
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-21/+45
* Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatche...Hugo Parente Lima2010-06-101-4/+4
* Created new unittest model.Renato Filho2010-06-071-0/+71