aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of deprecated QProcess::error signalOrgad Shaneh2016-08-091-2/+1
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-092-6/+6
* QML: Band-aid fix to prevent a crashErik Verbruggen2016-07-252-1/+7
* QMLJS: Fix punctuation of messagesLeena Miettinen2016-07-202-35/+35
* QmlJS: Reparse cpp types when component headers changeUlf Hermann2016-07-154-31/+72
* QmlDesigner: A StateChangeScript can be the child of a StateThomas Hartmann2016-07-011-1/+2
* QmlJS: Do not try the canonical file pathThomas Hartmann2016-06-281-7/+2
* QmlDesigner: Fix regression caused by semantic checkThomas Hartmann2016-06-281-1/+2
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-284-19/+23
* Merge remote-tracking branch 'origin/master' into 4.1Eike Ziller2016-06-271-14/+18
|\
| * QmlJs: fixes bug in module import search.Marco Benelli2016-06-231-14/+18
* | QmlJSEditor: Do not allow child items for statesThomas Hartmann2016-06-223-0/+6
|/
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-06-221-2/+0
|\
| * QmlJS: Remove slow checksThomas Hartmann2016-06-211-2/+0
* | Qmljs: small QHash improvementsTim Jenssen2016-06-201-8/+9
|/
* qbs build: Final steps to support building plugins "out of source".Christian Kandeler2016-06-151-74/+76
* 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
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-271-0/+13
|\
| * QmlJS: Keep pragma directive when reformatting QML filesVictor Heng2016-05-191-0/+13
| * QmlJS: Allow version in parent moduleThomas Hartmann2016-05-041-0/+18
* | QmlJS: Ensure linkImports() can be run in standalone testThomas Hartmann2016-05-261-4/+6
* | QmlJsLib: fix compiler warningNikita Baryshnikov2016-05-131-2/+2
* | qbs build: remove unnecessary script dependencyTim Jenssen2016-05-131-1/+1
* | QmlJs: handle the undefined version in module lookup.Marco Benelli2016-05-131-4/+14
* | QmlJS: Avoid infinite loop on empty list of import pathsUlf Hermann2016-05-092-1/+3
* | QmlJS: update importFile and importModule signature.Marco Benelli2016-05-041-2/+7
* | QmlJs: search for version in parent modules.Marco Benelli2016-05-043-32/+70
* | CMake: Update qmljs codemodelWolfgang Bremer2016-04-291-1/+2
* | QMLJS: update to qmljsparser from Qt 5.6Tim Jenssen2016-04-2917-1219/+1443
* | QmlJS.PropertyReader: Allow access to raw ast valueThomas Hartmann2016-04-292-6/+18
* | qmljs: coding style.Marco Benelli2016-04-212-4/+5
* | Qml code model: handle modules dependencies.Marco Benelli2016-04-198-26/+180
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-152-0/+6
|\|
| * QmlJS: Fix possible crashThomas Hartmann2016-04-131-0/+4
| * Keep readonly qualifierSune Vuorela2016-04-131-0/+2
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-129-46/+16
|\|
| * qmljs: Remove duplicated iconsAlessandro Portale2016-04-079-46/+16
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-051-2/+4
|\|
| * QmlJS: do file name checks with platform independent functionsTim Jenssen2016-04-051-2/+4
* | Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-04-017-52/+109
|\|
| * QmlJS: Fix resolution of "alias" directives in qrc filesUlf Hermann2016-03-297-52/+109
* | Wholesale conversion to #pragma oncehjk2016-03-3051-203/+51
|/
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-101-11/+11
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-042-3/+3
* QmlJS: Change yet another call of QtConcurrent::runEike Ziller2016-02-011-3/+3
* Revert "QmlJS: Exchange unsafe meta calls with QTimer::singleShot"Orgad Shaneh2016-01-281-2/+4
* QmlJS: Use Utils::runAsync and add some more progress informationEike Ziller2016-01-271-5/+7
* QmlJS: Exchange unsafe meta calls with QTimer::singleShotEike Ziller2016-01-271-4/+2
* QmlJSModelManager: Use Utils::runAsync instead of QtConcurrent::runEike Ziller2016-01-221-4/+4