aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsbind.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Fix completion of enumChristian Stenger2024-04-171-0/+7
* QmlJS: Improve handling of user defined enumsChristian Stenger2024-04-151-0/+10
* Tr: Add missing full stopsEike Ziller2023-05-261-1/+1
* QmlJS: Tr::TrAlessandro Portale2023-02-011-4/+8
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: correctly handle js string templatesFawzi Mohamed2022-03-211-0/+6
* QML/JS: Fix punctuation of messageLeena Miettinen2022-02-181-1/+1
* QmlJS: Fix crashChristian Stenger2021-09-091-3/+5
* Support for QML module mappingErik Verbruggen2021-03-191-3/+5
* qmljs: convert QStringView -> QString in +=Fawzi Mohamed2021-02-031-1/+1
* qmljs: support inline componentsFawzi Mohamed2021-02-031-5/+33
* qmljs: fix check for version check in importFawzi Mohamed2021-01-281-1/+1
* qmljs: Suppress "package requires a version number" with unknown QtFawzi Mohamed2021-01-221-2/+2
* QmlJS: Ensure QtQuick is the first importMiikka Heikkinen2020-11-161-1/+6
* QmlJS: accept import without versionFawzi Mohamed2020-10-011-1/+9
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-8/+7
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-11/+11
* qmljs: update parserMarco Benelli2018-11-221-5/+5
* QmlJs: Make "qbs" an implicit import for qbs filesJoerg Bornemann2018-06-211-0/+13
* QmlJs: remove bundles for QtQuick1 type descriptionsMarco Benelli2018-01-081-5/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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-5/+5
|/
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-2/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: fixing testsFawzi Mohamed2013-11-221-9/+11
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-5/+5
* Reduce usage of QStringRef::toString() in QmlJS/QmlJSTools.Friedemann Kleint2013-08-291-2/+3
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-4/+0
* Fix Krazy warnings about includes/header guards in QML-JS-code.Friedemann Kleint2013-03-121-1/+1
* qmljs: add infrastructure handling qml dialects betterFawzi Mohamed2013-02-211-3/+16
* 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
* QmlJSBind: Set Root ObjectAurindam Jana2012-05-031-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Add documentation for QmlJS::Value.Christian Kamm2011-11-151-5/+4
* 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: Documentation.Christian Kamm2011-11-071-5/+7
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-1/+1
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-15/+1
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-30/+14