aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsscopechain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-11/+11
|\
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| * qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-10/+10
* | QmlDesigner: Skip makeComponentChain in TextToModelMerger::loadThomas Hartmann2023-02-011-0/+10
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-7/+12
* QmlJS: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-201-4/+6
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-1/+1
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-9/+9
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+1
* Allow the user to add instantiating componentsBogDan Vatra2015-02-161-1/+31
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-1/+1
|/
* QmlJSEditor: Move semantic info updating to documentEike Ziller2014-01-291-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-3/+3
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-1/+5
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Fix scoping for non-js files without scope objects.Christian Kamm2011-12-071-1/+1
* QmlJS: Speed up ValueOwner construction.Christian Kamm2011-11-251-0/+16
* QmlJS: Add documentation for ScopeChain.Christian Kamm2011-11-241-0/+20
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | QmlJS: Make Document::Ptr point to a const Document.Christian Kamm2011-11-081-2/+2
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-0/+2
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-0/+3
|\|
| * QmlJS: Fix scope builder rebuilds.Christian Kamm2011-10-121-0/+3
* | QmlJS: Set correct scope in signal handlers.Christian Kamm2011-10-121-0/+6
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-14/+15
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-1/+1
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-3/+16
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-1/+0
* QmlJS: Remove LookupContext.Christian Kamm2011-08-081-0/+7
* QmlJS: Share Context.Christian Kamm2011-08-081-2/+2
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-0/+291