aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: set and propagate qtVersion in ProjectInfoFawzi Mohamed2020-09-291-2/+7
* Merge remote-tracking branch 'origin/4.12' into 4.13Eike Ziller2020-07-061-0/+5
|\
| * QmlJS: Fix codemodel resetChristian Kamm2020-06-301-0/+5
* | QmlJS: More Qt6hjk2020-06-191-3/+6
* | QmlJS: Add a way to return just the context of the project of a fileMiikka Heikkinen2020-06-111-11/+32
* | QmlJS: Scan import paths, even if there is only oneChristian Kamm2020-05-211-1/+1
* | QmlJS: Track futures to allow testingChristian Kamm2020-05-211-8/+36
* | QmlJS: Fix loading builtin library infoChristian Kamm2020-05-211-1/+1
|/
* qmljs: Do not use app.qmltypes and lib.qmltypes anymoreMaximilian Goldstein2020-03-271-5/+10
* QmlJS: Scan app.qmltypes and lib.qmltypes for type informationUlf Hermann2019-10-311-9/+65
* QmlJS: Clean up qmljsmodelmanagerinterface.{h|cpp}Ulf Hermann2019-10-291-194/+208
* QmlJS: Clean up ViewerContextUlf Hermann2019-10-231-8/+14
* Compile fix with recent Qt devhjk2019-07-291-23/+10
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-6/+6
* Move qrc parser from QmlJS to UtilsChristian Kandeler2019-02-131-0/+2
* QmlJS: improve codeTim Jenssen2019-01-231-12/+10
* QmlJS: remove qtquick1 leftoversTim Jenssen2019-01-181-23/+4
* QmlJS: fix nullptr warningsTim Jenssen2019-01-171-4/+4
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-031-22/+6
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-4/+5
* QmlJS: Don't parse files we cannot openUlf Hermann2017-12-071-0/+2
* QmlJs: fix bug in resolving qml importsMarco Benelli2017-10-161-35/+16
* QmlJS: Rename variable called "interface"Christian Kandeler2017-08-171-5/+5
* QmlJs: use initilizer_lists for pairsTim Jenssen2017-04-271-1/+1
* QmlJS: Abort if file could not be openedRobert Loehning2017-04-071-1/+2
* QmlJS: Fix version detection in updateProjectInfoRobert Loehning2017-03-151-1/+1
* QmlJS: Allow forced rescan on already known pathsChristian Stenger2017-03-081-6/+8
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-2/+2
* make resource file handling able to deal with QMakeProject's VFSOswald Buddenhagen2016-11-011-2/+3
* QmlJS: Release the same documents we keep beforeUlf Hermann2016-10-281-15/+18
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-2/+3
* 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
|\