summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* lupdate: remove clang parserMasoud Jami2025-02-181-53/+7
* linguist: refactor linguist tools to use _L1 instead of QLatin1StringMasoud Jami2025-02-101-191/+180
* lupdate, lconvert: provide an option to sort messages in a contextMasoud Jami2025-01-301-0/+6
* set the language of linguist command line translation tools to englishMasoud Jami2025-01-231-3/+2
* lupdate: Error Message for Empty LanguageMasoud Jami2024-12-021-2/+2
* lupdate: More Expressive Error Message for Empty LanguageMasoud Jami2024-11-291-0/+7
* lupdate: Correct Parsing of Escaped Unicode CharactersMasoud Jami2024-11-271-2/+9
* lupdate: treat warnings as errors using -Werror argMasoud Jami2024-10-171-40/+107
* Support .mjs extension when choosing the parserMasoud Jami2024-10-171-3/+8
* lupdate: Make exclude patterns less strict againJoerg Bornemann2024-07-171-2/+1
* lupdate: remove number heuristicsLucie Gérard2023-09-131-4/+2
* Move TR_EXCLUDE handling for source files from lprodump to lupdateJoerg Bornemann2023-09-131-0/+18
* 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