summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-031-2/+2
* qmljs: fixing used importsFawzi Mohamed2014-08-281-2/+4
* 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
* QmlJS: Actually print warning for .qmltypes fileKai Koehne2012-03-131-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Long live the king!hjk2012-01-261-1/+1
* Qt Creator: Compile with Qt 5.Friedemann Kleint2011-12-121-0/+21
* QmlJS: Fix highlighting and completion for property declarations.Christian Kamm2011-12-071-1/+13
* QmlJS: Fix lazy initialization of CppComponentValue::signalScopes.Christian Kamm2011-11-291-1/+1
* QmlJS: Add protection against attached types attaching to themselves.Christian Kamm2011-11-291-1/+1
* QmlJS: Speed up ValueOwner construction.Christian Kamm2011-11-251-122/+25
* QmlJS: Improve completion and hints for functions.Christian Kamm2011-11-161-7/+74
* QmlJS: Add documentation for QmlJS::Value.Christian Kamm2011-11-151-0/+29
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-15/+9
|\
| * QmlJS: Fixed attached objects.Christian Kamm2011-11-071-13/+7
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-011-8/+24
|\ \ | |/
| * QmlJS: Avoid an infinite loop if a qmltypes file has a cycle.Christian Kamm2011-10-311-8/+24
* | QmlJS: Support module apis defined by QML modules.Christian Kamm2011-10-211-6/+4
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-37/+29
* | QmlJS: Convert more dynamic_casts to value_casts.Christian Kamm2011-10-131-0/+10
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-14/+64
* | QmlJS: Rename QmlObjectValue -> CppComponentValue.Christian Kamm2011-10-121-52/+52
* | QmlJS: Set correct scope in signal handlers.Christian Kamm2011-10-121-20/+61