summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate/python.cpp
Commit message (Expand)AuthorAgeFilesLines
* lupdate/Python parser: Fix coverity warning about uninitialized variablesFriedemann Kleint30 hours1-9/+9
* linguist: provide labels for id based translationMasoud Jami3 days1-9/+18
* linguist: fix issues found by the coverity scanMasoud Jami2025-03-121-3/+2
* lupdate: unify parsing of meta strings in different languagesMasoud Jami2025-03-031-644/+600
* lupdate: Escape Unicode Chars for Different ParsersMasoud Jami2024-12-031-5/+15
* Allow Empty Strings in the Translation ToolsMasoud Jami2024-11-211-11/+8
* lupdate/Python: Fix extra comments being added to the wrong messageFriedemann Kleint2024-09-161-15/+34
* 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/Python parser: Fix hang on trailing empty comment lineFriedemann Kleint2023-05-031-0/+1
* lupdate: Disambiguate string constantsFriedemann Kleint2023-02-131-3/+3
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-191-28/+3
* Support trailing commas for Python in lupdateChris Hennes2022-02-111-14/+38
* lupdate: Support function aliases for PythonFriedemann Kleint2021-10-191-60/+39
* Do not translate Qt Linguist command line toolsKai Köhne2021-09-131-1/+1
* lupdate/Python: Add support for extra comments and idsFriedemann Kleint2021-08-301-4/+45
* lupdate: Support PythonFriedemann Kleint2021-07-071-0/+706