summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add empty clangcpp parser functionality"Lucie Gérard2019-10-014-124/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-0/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-0/+4
| |\
| | * lupdate: Warn about calls with template literalsKai Koehne2019-09-041-0/+4
* | | Add empty clangcpp parser functionalityLucie Gérard2019-08-084-2/+124
* | | Refactor lupdateLucie Gérard2019-08-089-127/+141
* | | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-122-9/+9
* | | Adapt to new signature for QQmlJS::DiagnosticMessageUlf Hermann2019-06-241-18/+13
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-181-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-2/+2
| |\|
| | * lupdate: Improve documentation of -recursive, -no-recursiveKai Koehne2019-06-061-2/+2
* | | Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
* | | Fix deprecation warnings about deprecated container conversionsFriedemann Kleint2019-05-232-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-244-68/+106
|\|
| * lupdate: Escape special characters when processing QMLLucie Gerard2019-04-034-65/+69
| * lupdate: Do not touch a translated file without target languageLucie Gerard2019-04-021-0/+13
| * 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.12' into 5.13Liang Qi2019-03-201-0/+7
|\|
| * Handle recursion depth errors when parsing JavaScript in lupdateUlf Hermann2019-03-191-0/+7
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-262-4/+11
|\|
| * 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' 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-041-3/+6
|\|
| * Qt Linguist: Fix gcc 7.2 warnings about ambiguous elseFriedemann Kleint2018-11-291-3/+6
* | Extract qmake parser from lupdate and lreleaseJoerg Bornemann2018-11-212-347/+165
|/
* qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-09-141-2/+3
* qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-09-141-1/+1
* Add support for the new QT_TR*_N_NOOP() macro familyMateusz Starzycki2018-06-252-13/+26
* lupdate: add support for c++17 nested namespacesOswald Buddenhagen2018-04-201-1/+16
* Add support for translation function aliases that are member expressionsSimon Hausmann2018-03-291-2/+12
* lupdate: Read id attributes of .ui filesFriedemann Kleint2018-01-181-1/+11
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-6/+6
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-3/+3
* Win: Set proper descriptions for toolsKai Koehne2017-07-261-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-2/+6
|\
| * Fix lupdate to handle \u escapesEdward Welbourne2017-03-091-2/+6
* | Use join(QChar), join(QLatin1String) where applicableMarc Mutz2017-03-231-1/+1
* | Cleanup QRegExp includesSamuel Gaist2017-03-072-0/+2
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-25/+107
|\
| * lupdate: Add qrc resource file supportTakumi ASAKI2016-10-251-25/+107
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-021-3/+2
|\|
| * Linguist: Fix lupdate includes without spacesMarko Kangas2016-06-291-3/+2
* | Updated license headers and license testsAntti Kokko2016-06-108-137/+97
|/
* lupdate: Fix parsing of class template specializationsKai Pastor2016-05-271-4/+4
* lupdate: Explicitly handle C++ member initializer listsKai Pastor2016-04-281-16/+37
* lupdate: Treat NULL and Q_NULLPTR like literal 0Kai Pastor2016-04-121-0/+8
* lupdate: Add two missing tr()Kai Pastor2016-04-071-2/+2