qt5base-lts/tests/auto/corelib
Jan-Arve Saether f235ca4079 Enable modularization of translation files.
This is accomplished by introducing dependencies to catalogs.

This requires one API change:
QTranslator::load(const uchar *, int);
  changes to
QTranslator::load(const uchar*, int len,
                  const QString &directory = QString());

Since now, even the load from memory might need a directory if
the memory block contains a qm file with dependencies.

Change-Id: I781f333d07f53bb431d0a7b5fa1abe282dc4d338
Task-number: QTBUG-26138
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-07-12 18:30:35 +02:00
..
animation Make animation autotests build without widgets 2012-06-07 00:39:05 +02:00
codecs Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
global Avoid load(testcase) for installing test helper apps 2012-07-04 02:46:27 +02:00
io test: subtract qurlinternal.pro when private_tests are not enabled 2012-07-10 14:16:13 +02:00
itemmodels Add a Q_PROPERTY for the sourceModel of a proxy model. 2012-07-04 15:51:50 +02:00
json Fix some spelling errors 2012-07-11 14:52:37 +02:00
kernel Enable modularization of translation files. 2012-07-12 18:30:35 +02:00
mimetypes QMimeType: document preferredSuffix()/suffixes() better 2012-07-08 10:37:24 +02:00
plugin make use of $$[FOO/get] properties 2012-06-19 16:39:58 +02:00
statemachine statemachine: Support parallel root state 2012-07-11 08:42:45 +02:00
thread Avoid load(testcase) for installing test helper apps 2012-07-04 02:46:27 +02:00
tools Write qHash functions for QDate, QTime and QDateTime. 2012-07-12 01:46:38 +02:00
xml Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
corelib.pro Import QMimeType / QMimeDatabase into QtCore. 2012-02-18 22:19:43 +01:00