summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmljs: Fix variable nameKai Koehne2019-03-071-2/+2
* Fix warningThomas Hartmann2019-01-181-1/+1
* QmlDesigner: Allow more JavaScript functionsThomas Hartmann2019-01-161-13/+17
* 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
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* qmljs: do not warn for QT_TR* functionsFawzi Mohamed2014-11-061-1/+4
* QmlJS: Distinguish between erros for ui.qml files and designer warningsThomas Hartmann2014-10-151-8/+15
* QmlJS:: Allow qsTr() for .ui.qml filesThomas Hartmann2014-10-151-1/+4
* QmlJS: Adding checks for .ui.qml filesThomas Hartmann2014-10-151-8/+67
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | QmlJSEditor: warn when editing .ui.qml, activate designer checksThomas Hartmann2014-10-141-6/+38
|/ /
* | Add ui.qml support to code mode and editorFawzi Mohamed2014-10-141-5/+13
|/
* QmlJS: Add error message for invalid root item in the designerThomas Hartmann2014-09-101-0/+22
* QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-031-1/+1
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-1/+0