aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/translation_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated QtCore modue to works with python 2.x and 3.xRenato Filho2012-03-081-3/+3
|
* Initia QtCore port to python3.Renato Filho2012-03-081-6/+6
|
* Updated translation test to use previous generated qm files.Renato Araujo Oliveira Filho2012-03-081-8/+0
| | | | | | | Upload qm files used on test to git. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@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>
* Remove wrapper for classes: QString, QStringRef, QLatin1String, ↵Hugo Parente Lima2010-06-101-2/+2
| | | | QStringMatcher, QChar and QLatin1Char.
* Created new unittest model.Renato Filho2010-06-071-0/+62
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>