summaryrefslogtreecommitdiffstats
path: root/src/linguist
Commit message (Expand)AuthorAgeFilesLines
* Linguist: Accept locale with dash as separatorKai Köhne3 days1-4/+8
* CMake: Fix deferred qt_add_translations calls...Joerg Bornemann4 days1-0/+8
* CMake: Re-enable lupdate/lconvert/lrelease in no-gui buildsJoerg Bornemann4 days1-1/+2
* CMake: Fix path of embedded .qm files in sub-directoriesJoerg Bornemann2024-04-291-1/+2
* CMake: Exclude all AUTOGENerated files from lupdateJoerg Bornemann2024-04-252-21/+36
* lupdate: Fix 2 warnings about deprecated Clang API in Clang 18.1Friedemann Kleint2024-03-262-2/+2
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-251-0/+1
* CMake: Fix discrepancy in qt_add_translations .qm output pathsJoerg Bornemann2024-03-211-7/+20
* Doc: Fix wrong qt_add_translations argumentJoerg Bornemann2024-03-201-1/+1
* Documentation: Update the list of file formats supported by lupdateFriedemann Kleint2024-03-191-2/+3
* CMake: Use _qt_internal_add_phony_target and friendsJoerg Bornemann2024-03-181-47/+6
* CMake: Fix 'file to open is a directory' on update_translationsJoerg Bornemann2024-03-151-0/+3
* Correct doc snippet licenseLucie Gérard2024-03-151-1/+1
* CMake: Fix target-less call of qt_add_lupdateJoerg Bornemann2024-03-071-17/+21
* Speed up generation of the QtLinguist documentationJoerg Bornemann2024-03-071-1/+1
* Doc: Address documentation issues from Qt 6.7 CMake API reviewJoerg Bornemann2024-03-043-41/+258
* CMake: Rename qt_collect_i18n_targetsJoerg Bornemann2024-02-254-33/+36
* CMake: Rename qt_add_lupdate's TARGETS parameter to SOURCE_TARGETSJoerg Bornemann2024-02-252-10/+10
* CMake: Change behavior of automatic determination of .ts filesJoerg Bornemann2024-02-252-21/+55
* Doc: Mention id-based translations in qt_add_translations docsJoerg Bornemann2024-02-251-0/+3
* Doc: Update qt_add_lupdate's exampleJoerg Bornemann2024-02-251-1/+4
* CMake: Rename NATIVE_TS_FILE arguments to PLURALS_TS_FILEJoerg Bornemann2024-02-252-25/+25
* Doc: Add deprecated signature to qt_add_lupdate's synopsisJoerg Bornemann2024-02-251-0/+10
* CMake: Rename I18N_*LANGUAGES variables and parametersJoerg Bornemann2024-02-253-10/+10
* CMake: Fix the generation of the plurals-only .qm fileJoerg Bornemann2024-02-251-1/+1
* Remove year from generic Qt copyright informationKai Köhne2024-02-141-3/+1
* Tools: Use theme icons in UIFriedemann Kleint2024-02-141-18/+15
* CMake: Un-TP qt_add_translationsJoerg Bornemann2024-01-302-4/+0
* CMake: Don't pass .qm files to lupdateJoerg Bornemann2024-01-261-0/+10
* CMake: Don't pass generated ui_foo.h headers to lupdateJoerg Bornemann2024-01-241-4/+33
* Linguist: Replace to-be-deprecated QCheckBox::stateChanged signalKai Köhne2024-01-201-1/+1
* lupdate: Add support for template literal as translation source in qml filesLucie Gérard2024-01-171-6/+3
* liguist: add support for segmented target in XLIFFLucie Gérard2024-01-171-1/+9
* CMake: Fix qt_add_translations in different subdirs for VS generatorsJoerg Bornemann2023-12-111-10/+37
* CMake: Fix the XXX_lupdate targets for Visual Studio generatorsJoerg Bornemann2023-11-091-1/+17
* Fix lupdate leaking a temporary file when hitting on a .pro file errorFriedemann Kleint2023-11-061-4/+22
* 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
* Fix legacy forms with wrong form object namesFriedemann Kleint2023-10-204-8/+8
* Doc: Fix section title in Qt Linguist documentationTopi Reinio2023-10-102-2/+4
* CMake: Don't create Qt6::LinguistPrivateJoerg Bornemann2023-09-271-1/+5
* CMake: Fix usage of qt_add_translations when targeting iOSJoerg Bornemann2023-09-261-8/+6
* CMake: Automatically determine the path of the native .ts fileJoerg Bornemann2023-09-222-2/+13
* CMake: Add a way to specify the native language for i18nJoerg Bornemann2023-09-222-11/+80
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-217-7/+0
* CMake: Automatically determine .ts file names in qt_add_translationsJoerg Bornemann2023-09-203-4/+66
* CMake: Let qt_add_lrelease create the output directory at build timeJoerg Bornemann2023-09-191-1/+1
* lupdate: remove number heuristicsLucie Gérard2023-09-135-223/+4
* CMake: Allow excluding target sources from i18nJoerg Bornemann2023-09-134-1/+45
* Move TR_EXCLUDE handling for source files from lprodump to lupdateJoerg Bornemann2023-09-132-16/+21