summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate/qdeclarative.cpp
Commit message (Expand)AuthorAgeFilesLines
* lupdate: Add support for template literal as translation source in qml filesLucie Gérard2024-01-171-6/+3
* 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
* Handle text in quotes in extra comments in lupdateJohnny Jazeix2023-02-171-2/+8
* lupdate: Disambiguate string constantsFriedemann Kleint2023-02-131-3/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-061-6/+6
* Use SPDX license identifiersLucie Gérard2022-05-191-27/+2
* tools: do not rely on transitive includesFabian Kosmale2022-03-181-0/+1
* lupdate: Fix build after declarative changeFabian Kosmale2021-11-271-1/+1
* Do not translate Qt Linguist command line toolsKai Köhne2021-09-131-12/+16
* Fix build after removal of qqmlapiversion_p.hVolker Hilsheimer2021-03-221-12/+0
* Linguist: Replace foreach with range-based forJarek Kobus2020-09-151-1/+2
* Port QtTools from QStringRef to QStringViewKarsten Heimrich2020-06-151-1/+1
* Add missing overrideAlexander Volkov2020-05-201-2/+2
* Get rid of the QTextCodec dependency in linguistLars Knoll2020-05-181-2/+0
* Prepare for internal QML Parser API changeSimon Hausmann2020-03-021-5/+12
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-0/+4
|\
| * lupdate: Warn about calls with template literalsKai Koehne2019-09-041-0/+4
* | Refactor lupdateLucie Gérard2019-08-081-4/+0
* | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-121-1/+1
* | Adapt to new signature for QQmlJS::DiagnosticMessageUlf Hermann2019-06-241-18/+13
|/
* lupdate: Escape special characters when processing QMLLucie Gerard2019-04-031-6/+6
* Mark throwRecursionDepthError() as finalUlf Hermann2019-03-271-1/+1
* Handle recursion depth errors when parsing JavaScript in lupdateUlf Hermann2019-03-191-0/+7
* Add support for translation function aliases that are member expressionsSimon Hausmann2018-03-291-2/+12
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-3/+3
* Updated license headers and license testsAntti Kokko2016-06-101-17/+12
* Fix misoverloaded virtual due to recent change in qtdeclarativeSergio Martins2015-05-071-3/+3
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-1/+1
|\
| * Fix lupdate for .ui.qml filesThomas Hartmann2015-03-101-1/+1
* | lupdate: Remove wrong error messagev5.5.0-alpha1Jan Arve Saether2015-03-111-12/+4
* | Update copyright headersAntti Kokko2015-02-141-7/+7
* | Fix build after commit 9d7b27f5bf44a46707e6d50ebf51ecf73f91dd1b in qtdeclarativeSimon Hausmann2015-01-121-18/+0
|/
* Update license headers and add new license filesAntti Kokko2014-09-251-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-121-6/+16
|\
| * update all data of existing messages in extend()Oswald Buddenhagen2013-08-061-5/+7
| * lupdate: Fixing decoding of QML filesEl Mehdi Fekari2013-07-291-1/+9
* | lupdate: allow to configure names of tr()-like functionsMarc Mutz2013-04-091-6/+10
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-251-24/+24
* handle windows line endings in the qtdeclarative/js processorOswald Buddenhagen2012-09-201-2/+2
* Modify qtdeclarative javascript namespace to fix compilation failure.Toby Tomkins2012-04-241-1/+1
* Fix BuildAndreas Holzammer2012-04-201-1/+1
* Fix warnings about deprecated QtDeclarative headers in lupdate.Friedemann Kleint2012-03-221-5/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* Improve lupdateRoberto Raggi2011-12-131-202/+286
* Make lupdate use QmlDevTools library for parsing QMLKent Hansen2011-10-071-5/+5
* Merge remote-tracking branch 'origin/refactor' into masterLars Knoll2011-09-131-5/+5
|\