summaryrefslogtreecommitdiffstats
path: root/src/linguist
Commit message (Expand)AuthorAgeFilesLines
* Use versionless CMake commands in example snippetsCraig Scott2021-10-011-8/+8
* Do not translate Qt Linguist command line toolsKai Köhne2021-09-1314-302/+262
* Doc: Link to CMake commands on the Linguist pageJoerg Bornemann2021-09-091-0/+1
* qt6_add_lrelease: Generate initial .ts files with target languageJoerg Bornemann2021-09-091-7/+6
* Fix extensions without leading period having first character droppedCraig Scott2021-09-061-1/+1
* Use functions rather than macros to implement versionless wrappersCraig Scott2021-09-061-4/+15
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-061-13/+15
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-09-011-22/+16
* lupdate/Python: Add support for extra comments and idsFriedemann Kleint2021-08-301-4/+45
* CMake: Fix output argument forwarding of qt_add_(lrelease|translations)Joerg Bornemann2021-08-301-4/+4
* Doc: Use \versionlessCMakeCommandsNote where applicableJoerg Bornemann2021-08-271-5/+6
* Doc: Remove \versionlessNote qdoc macroJoerg Bornemann2021-08-272-6/+3
* Doc: Document the new CMake translation APIJoerg Bornemann2021-08-163-1/+310
* Fix deprecation warnings about QFont(QString)Friedemann Kleint2021-07-281-1/+1
* qt6_add_translations: Add OUTPUT_TARGETS argumentJoerg Bornemann2021-07-161-1/+10
* qt_add_translation: Embed .qm files into resources by defaultJoerg Bornemann2021-07-161-0/+9
* Rename qt6_add_lrelease's MANUAL argumentJoerg Bornemann2021-07-151-2/+2
* Mark qt6_add_translations as being in technical previewJoerg Bornemann2021-07-151-0/+2
* lupdate: Support PythonFriedemann Kleint2021-07-074-0/+710
* lupdate/clang: Correct testing of skipped code warningLucie Gérard2021-07-021-2/+2
* lupdate/clang: Print warnings in consistent orderLucie Gérard2021-07-022-9/+26
* lupdate/clang: Make sure warning are printed in consistent orderLucie Gérard2021-06-304-21/+41
* qt6_add_translations: Add a way to create a resource with .qm filesJoerg Bornemann2021-06-181-1/+8
* qt6_add_translations: Fix glitch in QM_FILES_OUTPUT_VARIABLEJoerg Bornemann2021-06-181-1/+1
* Adapt and run the lupdate tests for the clang-based lupdate tooJoerg Bornemann2021-06-172-1/+2
* Reinclude MinGW include paths fixLucie Gérard2021-06-171-31/+43
* CMake translation API: Add way to get hold of generated .qm filesJoerg Bornemann2021-06-151-2/+12
* lupdate/clang: Fix line endings in string literalsJoerg Bornemann2021-06-151-2/+13
* lupdate/clang: Canonicalize TranslatorMessage file pathsJoerg Bornemann2021-06-151-4/+4
* Correct and add include paths for lupdate clang toolLucie Gérard2021-06-152-7/+141
* Correct search path for QT_TR_NOOP and Q_DECLARE_TR_NOOP signatureLucie Gérard2021-06-141-8/+19
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-071-1/+1
* CMake: Introduce new lupdate/lrelease APIJoerg Bornemann2021-06-033-0/+227
* Specify EXTRA_CMAKE_INCLUDES for Qt6LinguistToolsMacros.cmakeJoerg Bornemann2021-06-031-0/+2
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-251-4/+1
* Revert "CMake: Fix qdoc and lupdate to build in a universal macOS build"Alexandru Croitor2021-05-041-2/+0
* Linguist: Fix moc warning for main.cppJoerg Bornemann2021-05-031-0/+2
* Qt Linguist: Fix build after changes of the QLocale private headersFriedemann Kleint2021-04-192-13/+22
* Port away from deprecated QMessageBox APIsVolker Hilsheimer2021-04-161-20/+10
* Remove superfluous std::moveLucie Gérard2021-04-121-1/+1
* Simplify the generation of the .json file used by lupdate clang based parserLucie Gérard2021-04-071-19/+16
* CMake: Fix qdoc and lupdate to build in a universal macOS buildAlexandru Croitor2021-04-031-0/+2
* Revert "Use full path for file name in lupdate clang based parser"Lucie Gerard2021-03-294-39/+7
* Add warning for lupdate clang based parserLucie Gérard2021-03-253-7/+40
* Print warning when translate message is ignoredLucie Gérard2021-03-242-7/+54
* Use full path for file name in lupdate clang based parserLucie Gérard2021-03-234-7/+39
* Fix build after removal of qqmlapiversion_p.hVolker Hilsheimer2021-03-221-12/+0
* Correct extra emitted warningsLucie Gérard2021-03-171-3/+6
* Correct ignoring message with no contextLucie Gérard2021-03-161-2/+4
* Correct ignoring files with no translation informationLucie Gérard2021-03-161-8/+8