summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Update QML parser using the one from qtdeclarative 5.15Ulf Hermann2019-10-071-6/+6
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-5/+1
|\
| * QmlDesigner: Allow transformations in Qt Quick DesignerThomas Hartmann2019-09-051-5/+1
* | QmlJS: Fix compiler warningsEike Ziller2019-09-041-33/+36
* | Compile fix with recent Qt devhjk2019-07-291-3/+2
|/
* More Utils::toSet/toListhjk2019-07-041-2/+3
* QmlJS: Add "Array" to global functionsThomas Hartmann2019-06-211-1/+1
* QmlJS: Fix wrong warningChristian Stenger2019-05-161-8/+49
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-03-111-2/+2
|\
| * qmljs: Fix variable nameKai Koehne2019-03-071-2/+2
| * Fix warningThomas Hartmann2019-01-181-1/+1
* | QmlJS: modernize the code a bitTim Jenssen2019-01-181-90/+91
* | QmlJS: Fix unused variable warningOrgad Shaneh2019-01-181-1/+1
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-171-13/+17
|\ \ | |/
| * QmlDesigner: Allow more JavaScript functionsThomas Hartmann2019-01-161-13/+17
* | qmljs: do not raise warning for yield statementsMarco Benelli2018-12-071-0/+1
* | qmljs: update parserMarco Benelli2018-11-221-25/+9
|/
* qmljs: Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-261-22/+22
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-031-7/+0
* QmlJS: Allow NumberAnimation for ui.qml filesThomas Hartmann2018-03-071-1/+0
* qmljs: relax checks for qbs filesMarco Benelli2018-02-271-0/+4
* QmlJS: Add error message for dynamic property called "data"Thomas Hartmann2017-11-061-6/+11
* qmljs: better handling of attached propertiesMarco Benelli2017-09-191-6/+16
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-151-0/+3
|\
| * QmlJs: fix false positives for propertiesMarco Benelli2017-08-101-0/+3
* | QmlJs: Initialize membersRobert Loehning2017-08-111-1/+1
|/
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-1/+0
|\
| * QmlJS: Allow Loaders in ui.qml filesThomas Hartmann2017-05-221-1/+0
* | QmlJs: use initilizer_lists for pairsTim Jenssen2017-04-271-3/+3
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-191-3/+2
|\ \ | |/
| * Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
| * QmlDesigner: Allow Dialog in .ui.qml filesThomas Hartmann2017-03-311-2/+1
* | QmlJs: sync qmljs parserMarco Benelli2017-03-231-3/+2
|/
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | Remove spaces in initializer listsTim Jenssen2017-02-221-49/+49
* | QmlDesigner: Allow qsTranslate in .ui.qml filesThomas Hartmann2017-02-131-3/+6
|/
* QmlJSCheck: Allow Math. function in ui.qml filesThomas Hartmann2016-11-171-2/+19
* QMlJSCheck: Add missed types of State changesDmitry V. Tchoomak2016-11-091-0/+2
* QmlJSCheck: Adding more unsupported in designer typesThomas Hartmann2016-11-081-14/+23
* QmlDesigner: Allow JavaScrip blocks in Connections in .ui.qmlThomas Hartmann2016-10-281-1/+6
* QmlJSCheck: Add error for ambiguous idsThomas Hartmann2016-10-261-0/+43
* QmlDesigner: A StateChangeScript can be the child of a StateThomas Hartmann2016-07-011-1/+2
* QmlDesigner: Fix regression caused by semantic checkThomas Hartmann2016-06-281-1/+2
* QmlJSEditor: Do not allow child items for statesThomas Hartmann2016-06-221-0/+3
* QmlJS: Don't crash if the type stack is emptyUlf Hermann2016-05-311-1/+2
* QmlDesigner: allow adding connections in ui.qml filesTim Jenssen2016-05-271-2/+5
* QmlJS: Fix possible crashThomas Hartmann2016-04-131-0/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlDesigner: Adding qsTrId() supportTakumi ASAKI2015-12-151-1/+1