aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsscopebuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-4/+4
|\
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| * qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-3/+3
* | QmlJS: Take Qt 6.5 into account for ConnectionsThomas Hartmann2023-03-231-0/+1
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlJS: Fix false positives for ConnectionsThomas Hartmann2020-06-251-4/+4
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-6/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* qmljsscopebuilder: avoid warning from clangRobert Loehning2014-11-041-19/+20
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-1/+0
* 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-10/+6
|/
* 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
* 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: Convert more dynamic_casts to value_casts.Christian Kamm2011-10-131-2/+2
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-3/+3
* | QmlJS: Compile fix.Christian Kamm2011-10-121-1/+1
* | QmlJS: Rename QmlObjectValue -> CppComponentValue.Christian Kamm2011-10-121-2/+2
* | QmlJS: Set correct scope in signal handlers.Christian Kamm2011-10-121-5/+31
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-5/+2
|/
* QmlJS: Fix saving and restoring QML scope objects.Christian Kamm2011-09-281-4/+11
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-4/+4
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-4/+4
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-1/+0
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-118/+35
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-1/+1
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-2/+2
* Qmljs: added scope for blocks in UiScriptBindings and UiPublicMemberFawzi Mohamed2011-06-071-7/+26
* QmlJS: Separate imported types and imported JS scopes.Christian Kamm2011-05-271-2/+3
* QmlJS: Refactor ObjectValue members.Christian Kamm2011-05-241-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-2/+1
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-7/+8
* Update license.hjk2011-04-131-14/+13
* QmlJS: Remove the strict separation of types and attached types.Christian Kamm2011-02-211-1/+0
* QmlJS: Completion for attached properties.Christian Kamm2011-02-101-1/+3
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlJS: Fix binding and scoping function expressions.Christian Kamm2010-11-251-4/+6
* | QmlJS: Make evaluator understand expression statements.Christian Kamm2010-11-251-10/+7