aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.h
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Remove direct use of ProjectExplorer::Projecthjk2025-05-211-16/+16
* qmlformatsettings: introduce qmlformat process wrapperSemih Yavuz2025-04-031-0/+1
* QmlDesigner: Wait until ModelManagerInterface is finished when loadingThomas Hartmann2024-12-161-0/+2
* Preparatory changes to enable Id ctor from char(&)[]hjk2024-09-121-1/+2
* ModelManagerInterface: Cancel all running threads on session switchJarek Kobus2024-02-141-1/+1
* Qmljs: Replace QMap with QHashJarek Kobus2024-01-301-1/+1
* QmlJS: Fix deadlock when scanning appsMarcus Tillmanns2024-01-241-1/+8
* QMLJS: Fix deadlock on session switchMarcus Tillmanns2023-12-051-2/+2
* qmljs: Use Utils::Locked in ModelManagerMarcus Tillmanns2023-12-041-21/+54
* QmlJS: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-9/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Update interface to let refreshing files in code modelVikas Pachdha2022-12-121-3/+3
* Merge remote-tracking branch 'origin/9.0' into qds/devTim Jenssen2022-11-091-2/+3
|\
| * QmlJS: Fix Follow under cursorMarcus Tillmanns2022-11-081-2/+3
* | Automatic qmlls support (experimental)Fawzi Mohamed2022-10-121-0/+3
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-08-261-0/+3
|\
| * QmlJS: Fix compileChristian Stenger2022-08-241-0/+1
| * qmljs: reduce used threadsTim Jenssen2022-08-231-0/+2
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-35/+40
|/
* qmljs: avoid linking to files in the build directoryFawzi Mohamed2022-06-211-0/+3
* QmlJS: Proliferate FilePath use, part 2hjk2021-10-281-1/+1
* QmlJS: Proliferate FilePath and QtcProcess use in QmlJSPluginDumperhjk2021-10-271-3/+3
* Remove unused ModelManagerInterface:isIdle()Jarek Kobus2021-06-231-1/+0
* Add more thread safety to ModelManagerInterfaceJarek Kobus2021-06-211-0/+1
* Fix a crash inside ModelManagerInterface on Creator shutdownJarek Kobus2021-06-211-1/+1
* Refactor tst_joinAllThreads, to be used in ModelManager d'torJarek Kobus2021-06-211-2/+3
* Support for QML module mappingErik Verbruggen2021-03-191-0/+1
* Fix a build with Qt 6Jarek Kobus2020-11-051-0/+3
* QmlJS: Add a way to return just the context of the project of a fileMiikka Heikkinen2020-06-111-0/+3
* QmlJS: Track futures to allow testingChristian Kamm2020-05-211-2/+5
* QmlJS: Scan app.qmltypes and lib.qmltypes for type informationUlf Hermann2019-10-311-0/+1
* QmlJS: Clean up qmljsmodelmanagerinterface.{h|cpp}Ulf Hermann2019-10-291-59/+43
* Compile fix with recent Qt devhjk2019-07-291-1/+0
* Move qrc parser from QmlJS to UtilsChristian Kandeler2019-02-131-3/+3
* QmlJS: improve codeTim Jenssen2019-01-231-6/+6
* QmlJS: remove qtquick1 leftoversTim Jenssen2019-01-181-1/+0
* QmlJS: fix nullptr warningsTim Jenssen2019-01-171-9/+9
* QmlJs: fix bug in resolving qml importsMarco Benelli2017-10-161-1/+1
* QmlJS: Rename variable called "interface"Christian Kandeler2017-08-171-1/+1
* QmlJs: use initilizer_lists for pairsTim Jenssen2017-04-271-1/+1
* QmlJS: Allow forced rescan on already known pathsChristian Stenger2017-03-081-1/+1
* make resource file handling able to deal with QMakeProject's VFSOswald Buddenhagen2016-11-011-0/+2
* QmlJS: Release the same documents we keep beforeUlf Hermann2016-10-281-1/+1
* QmlJS: Reparse cpp types when component headers changeUlf Hermann2016-07-151-0/+1
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-281-6/+7
* Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-04-011-0/+6
|\
| * QmlJS: Fix resolution of "alias" directives in qrc filesUlf Hermann2016-03-291-0/+6
* | Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
|/
* QmlJSModelManager: Cleanup uses of QFutureEike Ziller2016-01-221-2/+3