summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate
Commit message (Expand)AuthorAgeFilesLines
* lupdate: Fix 2 warnings about deprecated Clang API in Clang 18.1Friedemann Kleint2024-03-262-2/+2
* lupdate: Add support for template literal as translation source in qml filesLucie Gérard2024-01-171-6/+3
* lupdate: Add using pragma to control translation context in qml fileLucie Gérard2023-10-311-0/+10
* Remove setting context using TRANSLATOR comment in qml filesLucie Gérard2023-10-241-25/+0
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-211-1/+0
* lupdate: remove number heuristicsLucie Gérard2023-09-134-222/+3
* Move TR_EXCLUDE handling for source files from lprodump to lupdateJoerg Bornemann2023-09-131-0/+18
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-171-0/+1
* lupdate: Implement alternative processing of TRANSLATOR commentLucie Gérard2023-07-124-1/+47
* lupdate/Python: Handle f/r stringsFriedemann Kleint2023-07-101-8/+43
* lupdate: Factor out parsing of Python backslash escapingFriedemann Kleint2023-07-071-43/+60
* lupdate: Improve indentation calculation for Python codeFriedemann Kleint2023-07-071-28/+27
* lupdate: Remove dead codeJoerg Bornemann2023-06-301-19/+0
* lupdate: Fix missing context in functions with trailing return typeJoerg Bornemann2023-06-281-9/+31
* lupdate/Python parser: Fix hang on trailing empty comment lineFriedemann Kleint2023-05-031-0/+1
* lupdate: Simplify C++ raw string literal detectionJoerg Bornemann2023-04-011-4/+10
* lupdate: Handle C++ string literalsJoerg Bornemann2023-04-011-0/+13
* lupdate: Fix assert when applying number heuristicsJoerg Bornemann2023-04-011-2/+4
* Don't treat enum classes as a normal classAndy Shaw2023-03-281-1/+12
* Disable -fPIE for tools that depend on 3rdparty libsAlexey Edelev2023-02-241-0/+6
* Handle text in quotes in extra comments in lupdateJohnny Jazeix2023-02-172-4/+16
* lupdate: Disambiguate string constantsFriedemann Kleint2023-02-133-9/+11
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-081-21/+3
* lupdate: Fix build with clang 16+Björn Schäpers2023-02-082-2/+6
* linguist: Support Unity buildsFriedemann Kleint2023-01-161-0/+3
* linguist: Remove STRING definesFriedemann Kleint2023-01-131-27/+27
* Remove unused variablesPeter Varga2022-12-161-2/+0
* Nomenclature change: country -> territoryEdward Welbourne2022-11-151-1/+1
* Modify getClangArgumentAdjuster to account for llvm15Lucie Gérard2022-11-031-20/+21
* 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 container::count() and length() to size() - V4Marc Mutz2022-10-102-19/+19
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-062-10/+10
* Port from container::count() and length() to size()Marc Mutz2022-10-064-42/+42
* lupdate: Fix build with clang 15+Björn Schäpers2022-10-062-3/+17
* lupdate: Parse .qrc files when using -projectJoerg Bornemann2022-09-281-0/+27
* Remove operator<<(QDebug, const std::string &)Ville Voutilainen2022-09-203-19/+13
* lupdate: Fix spelling of Q_UNUSED macro and add semicolonØystein Heskestad2022-09-091-1/+1
* QtTools utils: port away from deprecated QLocale callsIvan Solovev2022-09-071-1/+1
* lupdate: Fix build with llvm < 10.0Kai Köhne2022-09-011-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-021-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* linguist: work around Clang 10 headers throwing GCC 12 -Werror=nonnullMarc Mutz2022-07-013-0/+3
* linguist: port from \#pragma to QT_WARNING macrosMarc Mutz2022-07-013-30/+19
* lupdate: Allow multiple specifiers after method signatureJoerg Bornemann2022-06-221-2/+0
* lupdate: Apply a simpler fix for static initializersJoerg Bornemann2022-06-211-34/+29
* Use SPDX license identifiersLucie Gérard2022-05-1919-510/+39
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-203-19/+25