aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Compile fix for Qt 4.8.6Robert Loehning2014-07-171-2/+2
* qmljs: track origin of ObjectValuesFawzi Mohamed2014-07-171-16/+39
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-8/+8
* qmljs: codestyle fixesFawzi Mohamed2014-05-231-279/+279
* qmljs: exposing a bit more the existence of private value typesFawzi Mohamed2014-05-231-3/+76
* qmljs: correct slot name for properties starting with “_”Fawzi Mohamed2014-05-151-2/+9
* qmljs: improve qmltype parsing error messagesFawzi Mohamed2014-02-181-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: simple tracking of used modulesFawzi Mohamed2013-10-231-1/+8
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-17/+17
* Doc: edit qmljs docsLeena Miettinen2013-09-231-2/+3
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-10/+17
* TypeDescriptionReader: Check for files that are not UTF8 encodedThomas Hartmann2013-05-151-5/+20
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-9/+0
* Doc: replace deprecated QDoc commandsLeena Miettinen2013-02-061-4/+4
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-28/+16
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-6/+10
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | QmljsInterpreter: avoid ambiguities about major import versionThomas Hartmann2012-09-261-4/+8
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlJSInterpreter: QML Plugin typesAurindam Jana2012-05-071-35/+26
* QmlJSInterpreter: Register QML TypesAurindam Jana2012-04-301-4/+20