aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsplugindumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* QmlJsPluginDumper: Ensure we don't take results from the canceled futuresJarek Kobus2024-02-231-0/+6
* QmlJSPluginDumper: Prevent potential crash when no results in QFutureJarek Kobus2024-02-151-0/+4
* Make some more capturelists friendlier for C++20hjk2024-01-171-6/+9
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-2/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-4/+4
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* QmlJS: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-12/+10
* QmlJS: Tr::TrAlessandro Portale2023-02-011-24/+25
* QmlJS: Proliferate FilePath usehjk2023-01-241-34/+23
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-5/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-08-261-2/+3
|\
| * qmljs: reduce used threadsTim Jenssen2022-08-231-2/+3
* | FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-2/+3
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-16/+24
|/
* PluginDumper: Connect to done() signalJarek Kobus2022-06-211-22/+11
* Rename 'output pane' to simply 'output'Thomas Hartmann2022-03-011-1/+1
* QmlJS: Proliferate FilePath use, part 3hjk2021-10-291-36/+30
* QmlJS: Proliferate FilePath use, part 2hjk2021-10-281-31/+28
* QmlJS: Proliferate FilePath and QtcProcess use in QmlJSPluginDumperhjk2021-10-271-33/+30
* qmljs: update Qml parser to parser of Qt 6.2Fawzi Mohamed2021-07-201-2/+2
* Refactor tst_joinAllThreads, to be used in ModelManager d'torJarek Kobus2021-06-211-7/+6
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* QmlJS: Fix handling multiple import paths into same moduleChristian Stenger2021-01-211-6/+7
* qmljs: avoid compiler warningsFawzi Mohamed2020-11-261-3/+3
* qmljs: Fix parsing and and loading of qmldir importsFawzi Mohamed2020-11-261-4/+5
* Use typed syntax in calls to QMetaObject::invokeMethodJarek Kobus2020-11-161-8/+4
* QmlJS: Add workaround for missing imports in Qt >=5.15.0Christian Kamm2020-05-211-0/+74
* QmlJS: Track futures to allow testingChristian Kamm2020-05-211-3/+6
* QmlJS: Fix bug with async typeinfo loadingChristian Kamm2020-05-181-1/+1
* qmljs: Use Utils::onFinished instead of manual QFutureWatcherPhilip Van Hoof2020-04-271-66/+78
* qmljs: Make the QMLJsPluginDumper asynchronous to avoid eventloop hangsPhilip Van Hoof2020-04-271-96/+164
* qmljs: Do not use app.qmltypes and lib.qmltypes anymoreMaximilian Goldstein2020-03-271-14/+11
* QmlJS: Scan app.qmltypes and lib.qmltypes for type informationUlf Hermann2019-10-311-8/+16
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-2/+2
* Utils: Add toSet/toList functionshjk2019-07-021-3/+3
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* QmlJS: remove qtquick1 leftoversTim Jenssen2019-01-181-29/+8
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-031-7/+0
* QmlJs: fix bug in resolving qml importsMarco Benelli2017-10-161-26/+14
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-10-051-1/+5
|\
| * QmlJs: qmlplugindump working directoryMarco Benelli2016-09-281-1/+5
* | QmlJS: Replace macro usage with HostOsInfoOrgad Shaneh2016-09-121-30/+23