aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsbind.h
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Improve handling of user defined enumsChristian Stenger2024-04-151-0/+1
* QmlJS: Tr::TrAlessandro Portale2023-02-011-1/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: correctly handle js string templatesFawzi Mohamed2022-03-211-0/+1
* qmljs: support inline componentsFawzi Mohamed2021-02-031-0/+7
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-0/+2
* qmljs: update parserMarco Benelli2018-11-221-1/+1
* QmlJs: Make "qbs" an implicit import for qbs filesJoerg Bornemann2018-06-211-0/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* libs/qmljs: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-11/+11
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+1
* 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
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-12/+11
|/
* Fix build with msvc2010Eike Ziller2014-02-071-1/+1
* qmljs: using QTC_OVERRIDE consistentlyFawzi Mohamed2014-02-061-12/+13
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-3/+0
* Fix Krazy warnings about includes/header guards in QML-JS-code.Friedemann Kleint2013-03-121-3/+3
* 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
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* 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: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-2/+0
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-2/+4
* QmlJS: Simplify check if a document instantiates a component.Christian Kamm2011-09-141-0/+1
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-16/+16
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-1/+2
* Qmljs: added scope for blocks in UiScriptBindings and UiPublicMemberFawzi Mohamed2011-06-071-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-1/+0
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* It's 2011 now.con2011-01-121-1/+1
* LanguageUtils: Add FakeMetaObject and ComponentVersion.Christian Kamm2011-01-041-1/+0
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlJS: Make evaluator understand expression statements.Christian Kamm2010-11-251-2/+0
* | QmlJS: Also bind FunctionExpressions.Christian Kamm2010-11-161-2/+3
|/
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-19/+7
* Qml: Make import classification in Bind less verbose.Christian Kamm2010-09-161-6/+12
* QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.Christian Kamm2010-08-251-1/+1