summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtranslator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: recommend using QLocale for loading translationsLeena Miettinen2014-04-161-0/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Doc: QTranslator::translate() isn't an overload anymoreDavid Faure2013-06-191-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtBase: Doc: Replacing link with snippet in QTranslator.David Schulz2012-12-051-3/+3
* QTranslator: Use resource memory instead of copying itThomas McGuire2012-11-021-35/+66
* Add parameter documentation.Frederik Gladhorn2012-10-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Core: Fix gcc warning about signed/unsigned integer comparisonKai Koehne2012-09-181-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-3/+3
* Fix more qdoc errorsLars Knoll2012-08-201-6/+6
* Fix a couple of qdoc errorsLars Knoll2012-08-181-1/+0
* Enable modularization of translation files.Jan-Arve Saether2012-07-121-17/+60
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Make numerus unsignedJoão Abecasis2012-03-301-6/+5
* Pre-validate numerus rules: fail early, fail gracefullyJoão Abecasis2012-03-301-17/+80
* Verify presence of "magic cookie" before more expensive readsJoão Abecasis2012-03-301-5/+15
* Use unsigned variable for size and indexJoão Abecasis2012-03-301-2/+2
* Fix comments out of touch with realityJoão Abecasis2012-03-301-3/+3
* Clean up and make robust the file loading codeJoão Abecasis2012-03-281-37/+51
* Fail when no translations found, reset pointers on failureJoão Abecasis2012-03-281-0/+14
* Use Big-Endian conversion functions from qendian.hJoão Abecasis2012-03-281-6/+4
* Remove unused argumentJoão Abecasis2012-03-281-7/+1
* There's no need to check pre-validated inputJoão Abecasis2012-03-281-8/+6
* Use accumulating hash, instead of allocating intermediate stringJoão Abecasis2012-03-281-4/+17
* Avoid overflow in boundary checkJoão Abecasis2012-03-271-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-28/+28
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-6/+0
* merge translate() overloadsOswald Buddenhagen2011-09-211-21/+4
* Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-291-12/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-4/+4
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+979