aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Tr::TrAlessandro Portale2023-02-011-5/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Update the qml code model parserSami Shalayel2023-01-051-7/+7
* qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-19/+20
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-18/+21
* Utils: Collapse most of porting,hhjk2022-07-131-1/+1
* QmlJS: Enhance member lookupChristian Stenger2022-06-201-2/+6
* Updating qmljs parser to latest qtdeclarative parserFawzi Mohamed2021-12-161-2/+2
* qmljsinterpreter: Fix directory imports not being found in selector pathsMaximilian Goldstein2021-12-031-0/+8
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+1
* Do not pass QStringView by const referenceKai Köhne2021-06-171-1/+1
* qmltypes: Handle extension propertyMaximilian Goldstein2021-02-051-0/+8
* qmljs: fix qmljscheckFawzi Mohamed2021-02-031-3/+5
* Remove unused private functionsAlessandro Portale2020-10-081-19/+0
* Make QmlJS(Tools) build with Qt5 & Qt6Eike Ziller2020-09-171-8/+8
* QmlJS: Fix palette supportChristian Stenger2020-04-241-0/+2
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-3/+8
* QmlJS: Improve support for multiple imports into same aliasChristian Stenger2019-12-091-29/+49
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-61/+61
* Compile fix with recent Qt devhjk2019-07-291-34/+20
* QmlJS: Fix inconsistent copy ctor/operator=Orgad Shaneh2019-05-091-0/+10
* QmlJS: remove qtquick1 leftoversTim Jenssen2019-01-181-6/+0
* qmljs: update parserMarco Benelli2018-11-221-16/+21
* qmljs: Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-261-10/+10
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-0/+18
* Qmljs: check pointer to ModelManagerInterfaceMarco Benelli2017-10-261-4/+6
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-211-31/+17
|\
| * Fix dead storeThomas Hartmann2017-04-201-31/+17
* | QmlJs: sync qmljs parserMarco Benelli2017-03-231-9/+9
|/
* QmlJsLib: fix compiler warningNikita Baryshnikov2016-05-131-2/+2
* Qml code model: handle modules dependencies.Marco Benelli2016-04-191-3/+9
* QmlJS: Fix resolution of "alias" directives in qrc filesUlf Hermann2016-03-291-0/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Export explicitly instantiate templates.BogDan Vatra2015-11-171-2/+3
* qmljs: set cpp object to the latest version exportedMarco Benelli2015-09-171-1/+5
* Qml&Js: properties/methods/enums inspectionNikita Baryshnikov2015-04-151-31/+28
* Update LicenseEike Ziller2015-01-161-6/+6
* qmljs: avoid warnings for empty qmltypes filesFawzi Mohamed2014-11-191-11/+11
* Add QmlPrototypeReference::document() getterSebastian Sauer2014-10-151-0/+5
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove Qt version checks.Christian Kandeler2014-09-081-21/+0
* | QmlJS: Don't translate debug outputKai Koehne2014-09-041-1/+1
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-4/+4
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-4/+6
|\|
| * QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-031-2/+2
| * qmljs: fixing used importsFawzi Mohamed2014-08-281-2/+4
* | qmljs: uniform property infoFawzi Mohamed2014-07-291-12/+69
|/