summaryrefslogtreecommitdiff
path: root/src/linguist
Commit message (Expand)AuthorAgeFilesLines
* lupdate/Python parser: Fix hang on trailing empty comment lineFriedemann Kleint2023-05-031-0/+1
* Doc: Improve CMake macro docsLeena Miettinen2023-04-251-12/+17
* lrelease: Report all occurrences of duplicatesJoerg Bornemann2023-04-193-14/+33
* CMake: Add note about CMake version requirementsAlexandru Croitor2023-04-181-0/+6
* CMake: Mark qm files as GENERATED in the target scopeAlexandru Croitor2023-04-181-0/+15
* 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
* Update Copyright year to 2023Kai Köhne2023-03-211-1/+1
* Disable -fPIE for tools that depend on 3rdparty libsAlexey Edelev2023-02-241-0/+6
* Doc: Make it explicit that XLIFF 2.0 is not supportedKai Köhne2023-02-231-3/+2
* 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-088-76/+8
* lupdate: Fix build with clang 16+Björn Schäpers2023-02-082-2/+6
* CMake: Don't pass .ts files as sources to lupdateJoerg Bornemann2023-01-271-1/+2
* Doc: Fix link target after changing example nameLeena Miettinen2023-01-271-2/+1
* Doc: Update Qt Linguist ManualLeena Miettinen2023-01-2513-686/+896
* linguist: Disambiguate more static functionsFriedemann Kleint2023-01-252-8/+8
* linguist: Support Unity buildsFriedemann Kleint2023-01-168-35/+41
* linguist: Split out helper class FMTFriedemann Kleint2023-01-165-16/+21
* linguist: Remove STRING definesFriedemann Kleint2023-01-132-64/+62
* Remove unused variablesPeter Varga2022-12-162-7/+0
* Nomenclature change: country -> territoryEdward Welbourne2022-11-1512-93/+93
* Doc: Add overview page to LinguistToolsKai Köhne2022-11-143-6/+36
* Doc: Show CMake command summary also in page itselfKai Köhne2022-11-071-6/+6
* 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
* CMake: Use new _qt_internal_get_tool_wrapper_script_pathAlexandru Croitor2022-10-281-6/+14
* 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
* Linguist: Export messages in id-based mode if all have an idMikolaj Boc2022-10-171-0/+3
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-105-28/+28
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0619-62/+62
* Port from container::count() and length() to size()Marc Mutz2022-10-0632-252/+252
* 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
* Linguist: Sync code shared with qmakeJoerg Bornemann2022-09-1213-156/+428
* 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-078-54/+66
* 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-2511-11/+11
* Add license headers to cmake filesLucie Gérard2022-08-0211-30/+31
* Designer: port away from the deprecated QAction APIsIvan Solovev2022-07-211-2/+4
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-214-4/+4
* lrelease: Show line numbers for duplicated messageshjk2022-07-133-0/+7
* lrelease: Fix reporting of duplicatesJoerg Bornemann2022-07-111-34/+30
* linguist: work around Clang 10 headers throwing GCC 12 -Werror=nonnullMarc Mutz2022-07-013-0/+3