summaryrefslogtreecommitdiffstats
path: root/src/sdk/translations/ifw_ru.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'Bad allocation' error in Windows3.0.63.0Katja Marttila2018-12-051-2/+2
| | | | | | | | | | | | Due to bug in QTextDocument (QTBUG-65865), installer will crash if it will write a lot of logs to 'Details View' in 'PerformInstallationPage'. Fixed so that instead of writing all extracted filenames to log, write only the name of package which is extracted. This will reduce the huge amount of log written and thus prevents the 'Bad allocation' crash. Task-number: QTIFW-1242 Change-Id: I98ff0df25bcc10d0f7bb79d6c4010665b5e2ac51 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* make .ts file naming follow the usual patternOswald Buddenhagen2018-01-031-0/+2465
this makes it easier to integrate ifw into the surrounding infrastructure. Change-Id: I7918830b7a6c29d8556911eec83a3b6530478d84 Reviewed-by: Katja Marttila <katja.marttila@qt.io>