summaryrefslogtreecommitdiffstats
path: root/src/linguist
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-201-0/+0
|\| |
| * | Fix an .icns issue with macOS 10.12Alessandro Portale2019-04-171-0/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-301-5/+7
|\| |
| * | linguist: Don't translate HTML-tagsRobert Loehning2019-03-281-5/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-211-0/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-201-0/+7
| |\|
| | * Handle recursion depth errors when parsing JavaScript in lupdateUlf Hermann2019-03-191-0/+7
* | | Replace deprecated QString::sprintfKai Koehne2019-03-153-9/+5
|/ /
* | Application icons refreshAlessandro Portale2019-02-218-0/+0
* | Add <sys/wait.h> include to fix build of FreeBSDAndré Klitzing2019-02-131-0/+4
* | QtTools: replace deprecated QLayout::margin() with contentsMargins()Christian Ehrlicher2019-02-113-9/+9
* | Fix warning about ambiguous else (inside the foreach macro)Thiago Macieira2019-02-111-2/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-266-7/+14
|\|
| * 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
* | QFile/QFileInfo: readLink() was replaced by symLinkTarget()Liang Qi2019-01-251-1/+1
* | Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-181-1/+1
|\|
| * 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
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-5/+62
|\| | |
| * | | lupdate: Add support for parsing C++11 raw string literalsPalo Kisa2019-01-091-5/+62
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-047-25/+25
|\| |
| * | 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
* | | Extract qmake parser from lupdate and lreleaseJoerg Bornemann2018-11-2120-432/+1760
* | | Remove initBinaryDir function from lreleaseJoerg Bornemann2018-11-211-81/+1
|/ /
* | 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