aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qstring_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated QtCore modue to works with python 2.x and 3.xRenato Filho2012-03-081-4/+4
|
* Initia QtCore port to python3.Renato Filho2012-03-081-8/+6
|
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-051-10/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Remove wrapper for classes: QString, QStringRef, QLatin1String, ↵Hugo Parente Lima2010-06-101-167/+9
| | | | QStringMatcher, QChar and QLatin1Char.
* Created new unittest model.Renato Filho2010-06-071-0/+192
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>