summaryrefslogtreecommitdiffstats
path: root/src/linguist
Commit message (Expand)AuthorAgeFilesLines
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-251-4/+1
* Move internal linguist tools to libexecJoerg Bornemann2021-03-127-9/+20
* lprodump: Get Qt's bin path from QLibraryInfoJoerg Bornemann2021-03-121-2/+5
* Fix regression in lconvert handling empty translationsKai Köhne2021-03-101-3/+8
* Qt Linguist: Fix the phrase view suggestion shortcuts to workFriedemann Kleint2021-02-243-29/+8
* Fix check for malformed input when decoding translationsKai Köhne2021-02-191-1/+1
* Fix redeclared variable nameKai Köhne2021-02-191-3/+3
* Remove QMake project filesJoerg Bornemann2021-02-1218-799/+0
* Bump copyright year to 2021Friedemann Kleint2021-02-031-1/+1
* lupdate: Fix warning about copy of loop variableFriedemann Kleint2021-01-191-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-217-11/+11
* CMake: Fix handling of -extensions argumentKai Koehne2020-12-011-3/+3
* Linguist: Install phrasebooksKai Koehne2020-11-302-8/+185
* Fix warning from iterating over QJsonArray with ranged forVolker Hilsheimer2020-11-271-2/+2
* Revert "Linguist: Use QDesktopServices to show linguist manual"Kai Koehne2020-11-272-5/+32
* lupdate: Fix incorrect usage of QChar(EOF)Kai Koehne2020-11-261-8/+12
* Prepare for change to QLocale's private APIEdward Welbourne2020-11-241-5/+9
* Use https instead of http when opening docsJarek Kobus2020-11-211-1/+1
* lupdate: Fix assertion in C++ parserJoerg Bornemann2020-11-201-1/+3
* qmake: Fix qHash-related integer conversion warningsFriedemann Kleint2020-11-203-11/+11
* CMake: Update documentation of CMake commands for Qt 6 for Qt LinguistToolsKai Koehne2020-11-162-19/+24
* lupdate: Fix compiler warningFriedemann Kleint2020-11-161-1/+1
* qttools: compile with explicit QChar(int)David Faure2020-11-111-2/+2
* Doc: Enforce zero documentation warning policyTopi Reinio2020-11-071-0/+2
* Linguist: Use QDesktopServices to show linguist manualJarek Kobus2020-11-062-32/+5
* Linguist: Remove code path for reading config files from Qt < 4.5Friedemann Kleint2020-11-051-5/+1
* CMake: Port linguist macros to Qt 6Kai Koehne2020-11-042-5/+10
* CMake: Fix usage of qt_create_translation in a CTestKai Koehne2020-11-041-1/+1
* qt5_create_translation: Fix handling of directory dependenciesKai Koehne2020-11-041-1/+20
* Partially revert "Remove old Qt 5 CMake build system files"Kai Koehne2020-11-041-0/+136
* CMake Build: Skip separate debug info for lupdate on MinGWCristian Adam2020-11-021-0/+4
* Clear out deprecated QLocale::Language valuesEdward Welbourne2020-10-271-6/+2
* Fix lupdate compilation with Clang 11Kai Koehne2020-10-223-15/+43
* Update QStringConverter usageMårten Nordheim2020-10-121-1/+1
* lupdate/clang: Stabilize order of translator messagesJoerg Bornemann2020-10-092-9/+46
* Remove old Qt 5 CMake build system filesKai Koehne2020-10-063-276/+0
* lupdate: Fix return-type warningv6.0.0-alpha1Joerg Bornemann2020-10-011-3/+1
* lupdate: Support -clang-parser option with qmake projectsJoerg Bornemann2020-10-011-1/+51
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0114-24/+24
* lupdate: Revisit how to specify the compilation databaseJoerg Bornemann2020-10-014-29/+41
* lupdate: Clarify constness in ReadSynchronizedRefJoerg Bornemann2020-10-012-12/+5
* lupdate: Yield error if -clang-parser requested in non-clang buildJoerg Bornemann2020-10-011-5/+8
* lupdate: Fix issues in LupdatePPCallbacks::storeMacroArgumentsJoerg Bornemann2020-10-011-5/+2
* lupdate: Fix WriteSynchronizedRef::emplace_back(T &&)Joerg Bornemann2020-10-011-2/+2
* lupdate: Fix int/size_t warnings and inconsistenciesJoerg Bornemann2020-09-302-13/+13
* lupdate: Fix warnings about unused parametersJoerg Bornemann2020-09-301-0/+4
* lupdate: Fix warnings about unused cleanQuote functionsJoerg Bornemann2020-09-301-2/+2
* lupdate: Use std::optional for Project::translationsJoerg Bornemann2020-09-303-10/+4
* Find context for QT_TR_NOOP macroLucie Gerard2020-09-306-76/+214
* lupdate: Extend the help text for -clang-parserJoerg Bornemann2020-09-281-6/+9