aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Remove direct use of ProjectExplorer::Projecthjk2025-05-211-17/+16
* Fix warning for ';'Marco Bubke2025-04-151-2/+2
* Replace most expected_str by Utils::Resulthjk2025-04-111-2/+2
* qmlformatsettings: introduce qmlformat process wrapperSemih Yavuz2025-04-031-0/+7
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-6/+6
* QmlDesigner: Wait until ModelManagerInterface is finished when loadingThomas Hartmann2024-12-161-0/+5
* Preparatory changes to enable Id ctor from char(&)[]hjk2024-09-121-1/+1
* ModelManagerInterface: Cancel all running threads on session switchJarek Kobus2024-02-141-0/+10
* QrcParser: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-3/+3
* Qmljs: Replace QMap with QHashJarek Kobus2024-01-301-2/+3
* QmlJS: Fix deadlock when scanning appsMarcus Tillmanns2024-01-241-12/+17
* Make some more capturelists friendlier for C++20hjk2024-01-171-1/+1
* QMLJS: Fix deadlock on session switchMarcus Tillmanns2023-12-051-79/+95
* QMLJS: Fix deadlockMarcus Tillmanns2023-12-051-4/+8
* qmljs: Use Utils::Locked in ModelManagerMarcus Tillmanns2023-12-041-244/+291
* QmlJS: Delay loading of default QML type descriptionsEike Ziller2023-09-061-3/+4
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-1/+1
* CplusPlus: Use plainer callbacks to interact to the CppEditorhjk2023-07-121-4/+3
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-8/+4
* All: Replace deprecated QLibraryInfo::locationhjk2023-06-061-2/+2
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* QmlJS: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-47/+48
* QmlJS: Tr::TrAlessandro Portale2023-02-011-5/+7
* QmlJS: Reduce number of for loopsMarcus Tillmanns2023-01-261-17/+18
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2022-12-221-1/+1
|\
| * qmljs: improve readabilityTim Jenssen2022-12-141-1/+1
* | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2022-12-141-2/+2
|\|
| * qmljs: fix warningTim Jenssen2022-11-251-1/+1
| * QmlJS: std::set instead of QListThomas Hartmann2022-11-231-2/+2
| * Merge remote-tracking branch 'origin/9.0' into qds/devTim Jenssen2022-11-091-12/+12
| |\
* | | Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-2/+2
* | | CPlusPlus: Proliferate FilePath usehjk2022-11-221-8/+8
* | | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-101-12/+12
|\ \ \ | |/ / |/| / | |/
| * QmlJS: Fix Follow under cursorMarcus Tillmanns2022-11-081-12/+12
* | Automatic qmlls support (experimental)Fawzi Mohamed2022-10-121-0/+19
|/
* Use more Utils::isMainThread()Jarek Kobus2022-10-111-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-25/+25
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-4/+6
* QmlJS: Avoid an occurrence of FilePath::toFileInfo()hjk2022-09-081-5/+3
* Utils: Replace FilePath part settershjk2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-08-261-3/+12
|\
| * qmljs: reduce used threadsTim Jenssen2022-08-231-5/+17
* | Utils: Port some FilePath part accessors to QStringViewhjk2022-08-221-1/+1
* | Utils: Use FilePaths alias instead of QList<FilePath>Alessandro Portale2022-07-211-4/+4
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-167/+175
|/
* qmljs: avoid linking to files in the build directoryFawzi Mohamed2022-06-211-6/+95
* Fix crash of tst_ImportCheckEike Ziller2022-06-101-1/+2