summaryrefslogtreecommitdiff
path: root/src/linguist/lupdate/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variablesPeter Varga2022-12-161-2/+0
* Nomenclature change: country -> territoryEdward Welbourne2022-11-151-1/+1
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-021-1/+1
* lupdate: Explain -locations options in command helpKai Köhne2022-10-211-0/+5
* lupdate: Print error on attempt to run lupdate on a CMakeLists.txtJoerg Bornemann2022-10-181-0/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-6/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-061-11/+11
* lupdate: Parse .qrc files when using -projectJoerg Bornemann2022-09-281-0/+27
* QtTools utils: port away from deprecated QLocale callsIvan Solovev2022-09-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-191-28/+3
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-201-17/+19
* lupdate/clang: Don't just skip included filesLucie Gérard2022-04-041-0/+18
* lupdate: Support function aliases for PythonFriedemann Kleint2021-10-191-1/+7
* Do not translate Qt Linguist command line toolsKai Köhne2021-09-131-47/+47
* lupdate/clang: Add support for alias functionLucie Gérard2021-07-121-0/+13
* lupdate: Support PythonFriedemann Kleint2021-07-071-0/+2
* Move internal linguist tools to libexecJoerg Bornemann2021-03-121-1/+1
* lupdate: Revisit how to specify the compilation databaseJoerg Bornemann2020-10-011-11/+11
* lupdate: Yield error if -clang-parser requested in non-clang buildJoerg Bornemann2020-10-011-5/+8
* lupdate: Use std::optional for Project::translationsJoerg Bornemann2020-09-301-1/+1
* lupdate: Extend the help text for -clang-parserJoerg Bornemann2020-09-281-6/+9
* Linguist: Refactor iteratorsJarek Kobus2020-09-171-20/+18
* Fix more compiler warnings from deprecated application attributesVolker Hilsheimer2020-09-161-1/+1
* Linguist: Replace foreach with range-based forJarek Kobus2020-09-151-12/+12
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-141-2/+0
|\ \ | |/
| * Revert "Add empty clangcpp parser functionality"Lucie Gérard2019-10-011-14/+1
* | Add clang Tool and basic AST reading machineryLucie Gérard2019-09-191-3/+30
|/
* Add empty clangcpp parser functionalityLucie Gérard2019-08-081-1/+14
* Refactor lupdateLucie Gérard2019-08-081-4/+0
* 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-231-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-241-0/+64
|\ \ | |/
| * lupdate: Escape special characters when processing QMLLucie Gerard2019-04-031-0/+51
| * lupdate: Do not touch a translated file without target languageLucie Gerard2019-04-021-0/+13
* | Extract qmake parser from lupdate and lreleaseJoerg Bornemann2018-11-211-344/+159
|/
* 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
* Use join(QChar), join(QLatin1String) where applicableMarc Mutz2017-03-231-1/+1
* Cleanup QRegExp includesSamuel Gaist2017-03-071-0/+1
* 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
* | Updated license headers and license testsAntti Kokko2016-06-101-18/+13
|/
* report cumulativity of $$system() and evaluator error output as wellOswald Buddenhagen2015-12-181-5/+4
* lupdate: mention location type guessing in help outputChristian Hitz2015-12-141-1/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-161-1/+1
|\