summaryrefslogtreecommitdiffstats
path: root/src/linguist
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright yearJani Heikkinen2020-01-091-2/+2
* lupdate: Warn about calls with template literalsKai Koehne2019-09-041-0/+4
* CMake: Ensure unique lst file name in qt5_create_translationKai Koehne2019-07-111-1/+1
* Qt Linguist: Document CMake macrosKai Koehne2019-06-202-0/+127
* lupdate: Improve documentation of -recursive, -no-recursiveKai Koehne2019-06-061-2/+2
* CMake: Fix policy warning CMP0058 when using qt_create_translation(...)Kai Koehne2019-04-031-1/+2
* lupdate: Escape special characters when processing QMLLucie Gerard2019-04-034-65/+69
* Convert \r into a numerical entityLucie Gerard2019-04-021-1/+1
* lupdate: Do not touch a translated file without target languageLucie Gerard2019-04-023-0/+25
* Add forward looking after ColonLucie Gerard2019-04-011-2/+23
* Mark throwRecursionDepthError() as finalUlf Hermann2019-03-271-1/+1
* Handle recursion depth errors when parsing JavaScript in lupdateUlf Hermann2019-03-191-0/+7
* linguist: Replace splash screen image with 128px application iconAlessandro Portale2019-01-254-3/+3
* Check the parenthesis depth in case of right parenthesis token, to set metaEx...Lucie Gerard2019-01-251-1/+4
* Check that similar message does not have an other exact fitLucie Gerard2019-01-231-3/+7
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-181-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-082-0/+0
| |\
| * | Bump copyright year to 2019Kai Koehne2018-12-181-1/+1
* | | lupdate: Add support for parsing C++11 raw string literalsPalo Kisa2019-01-091-5/+62
| |/ |/|
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-112-0/+0
|\ \ | |/ |/|
| * Update filesave.png iconsThiago Macieira2018-11-142-0/+0
* | Qt Linguist: Fix gcc 7.2 warnings about ambiguous elseFriedemann Kleint2018-11-293-8/+16
* | doc: Improve section about source encodings & lupdateKai Koehne2018-11-282-17/+9
* | lupdate: don't abort on prf execution errorsv5.12.0-beta4Oswald Buddenhagen2018-10-291-0/+11
* | Fix feature dependenciesValentin Fokin2018-10-091-1/+6
* | qmake: Apply modernize-use-nullptrAlessandro Portale2018-09-148-26/+26
* | qmake: break out testFunc_cache() from evaluateBuiltinConditional()Edward Welbourne2018-09-142-162/+175
* | qmake: make access to raw data temporaries safeOswald Buddenhagen2018-09-143-76/+160
* | qmake: centralize resolution of file name arguments to qmake functionsOswald Buddenhagen2018-09-142-17/+23
* | qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-09-144-777/+618
* | qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-09-143-6/+10
* | qmake: make even more use QStringRef and QStringView overloadsOswald Buddenhagen2018-09-141-5/+4
* | qmake: minor fixups to ioutils for building in qt creator contextOswald Buddenhagen2018-09-142-5/+8
* | qmake: updates to the parsing code of external propertiesOswald Buddenhagen2018-09-142-20/+38
* | qmake: remove unnecessary QMakeGlobals::setProperties() overloadOswald Buddenhagen2018-09-142-8/+0
* | qmake: add text codec support to VFSAlessandro Portale2018-09-142-1/+30
* | qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-09-149-103/+260
* | qmake: make IoUtils::fileType() return more expressive resultOswald Buddenhagen2018-09-143-3/+5
* | qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-09-144-14/+22
* | qmake: make message about not found mkspec less confusingOswald Buddenhagen2018-09-141-1/+1
* | Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-09-142-3/+7
* | qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-09-143-21/+30
* | qmake: fix hypothetical raw data leak in $$replace()Oswald Buddenhagen2018-09-141-1/+5
* | qmake: fix hypothetical raw data leaks relating to qt i/o classesOswald Buddenhagen2018-09-141-5/+9
* | qmake: remove pointless use of raw data in $$[QMAKEFEATURES] accessOswald Buddenhagen2018-09-142-2/+1
* | qmake: remove seemingly pointless QString::detach() callsOswald Buddenhagen2018-09-141-2/+2
* | qmake: prune obsolete QString::detach() callOswald Buddenhagen2018-09-141-3/+1
* | qmake: make more use of ProString built-insOswald Buddenhagen2018-09-142-18/+14
* | qmake: fix excessive detaching of raw dataOswald Buddenhagen2018-09-141-3/+3
* | qmake: fix raw data detach avoidanceOswald Buddenhagen2018-09-143-12/+6