summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Band-aid fix to prevent a crashErik Verbruggen2016-07-251-1/+4
* QmlJS: Reparse cpp types when component headers changeUlf Hermann2016-07-151-24/+58
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-281-2/+3
* Qmljs: small QHash improvementsTim Jenssen2016-06-201-8/+9
* QmlJS: Fix resolution of "alias" directives in qrc filesUlf Hermann2016-03-291-37/+36
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-101-11/+11
* 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
* QmlJSModelManager: Cleanup uses of QFutureEike Ziller2016-01-221-29/+19
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlJS: allProjectsInfosForPath methodDenis Kormalev2015-05-191-12/+26
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+1
* Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-02-121-2/+4
|\
| * qmljs: do not rely on future.isCanceled to be stickyFawzi Mohamed2015-01-221-2/+4
* | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\ \ | |/
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-101-5/+10
|\ \ | |/
| * qmljs: lookup libraries in the correct placeFawzi Mohamed2014-12-041-1/+1
| * qmljs: fix projectInfoForPath and fileToPath mappingFawzi Mohamed2014-12-031-4/+9
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-261-0/+4
|\ \ | |/
| * qmljs: phase out qtImportPathsFawzi Mohamed2014-11-251-0/+2
| * qmljs: avoid storing qmltypes and qmlprojectFawzi Mohamed2014-11-251-0/+2
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-0/+5
|\ \ | |/
| * qmljs: add isIdle method to detect background parsing/scannigFawzi Mohamed2014-11-181-0/+5
* | QmlJS: Allow scan of filesChristian Stenger2014-11-191-3/+2
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Add ui.qml support to code mode and editorFawzi Mohamed2014-10-141-6/+24
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-161-0/+7
|\ \ | |/
| * qmljs: always add environment paths to the qml vContextsFawzi Mohamed2014-09-081-0/+7
* | QmlJsCodeModel: Respect QT_NO_CODE_INDEXER environment variableDaniel Teske2014-09-101-1/+8
* | Remove Qt version checks.Christian Kandeler2014-09-081-2/+0
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-2/+4
|\ \ | |/
| * QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-031-2/+4
* | Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-051-2/+2
|\ \ | |/
| * qmljs: disable console warnings for failed dumpingFawzi Mohamed2014-07-231-2/+2
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-107/+117
* | qmljs: improve multithreading safetyFawzi Mohamed2014-07-301-1/+5
* | qmljs: move defaultProjectInfoForProject to the qmljs libraryFawzi Mohamed2014-07-241-0/+6
* | "foreach (QString" -> "foreach (const QString &"Alessandro Portale2014-07-241-2/+2
|/
* qmljs: fix import search paths collectingFawzi Mohamed2014-07-221-9/+5
* qmljs: avoid reset if C++ types did not really changeFawzi Mohamed2014-07-151-2/+14
* qmljs: improve handling of default values for AnyLanguageFawzi Mohamed2014-07-071-3/+7
* qmljs: eagerly import library typeinfoFawzi Mohamed2014-07-041-0/+2
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-5/+6
* qmljs: split Unknown in NoLanguage and AnyLanguageFawzi Mohamed2014-07-011-8/+9
* qmljs: fix race condition in defaultVContextFawzi Mohamed2014-06-301-9/+26