aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen12 hours5-658/+3
|\
| * QmlJS: Improve/simplify error messageThomas Hartmann6 days1-2/+3
| * QmlJS: remove old/unused qmljsindenterTim Jenssen2024-03-214-656/+0
| * Utils: Fix build with MSVC with C++20Eike Ziller2024-03-111-1/+1
* | QmlJS: Fix completion of enumChristian Stenger7 days1-0/+7
* | QmlJs: Fix a warning about comparison of different signsJarek Kobus9 days1-1/+1
* | QmlJS: Add another static check for enum valuesChristian Stenger9 days1-0/+2
* | QmlJS: Improve handling of user defined enumsChristian Stenger9 days8-0/+123
* | 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
* ModelManagerInterface: Cancel all running threads on session switchJarek Kobus2024-02-142-1/+11
* QrcParser: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-3/+3
* Qmljs: Replace QMap with QHashJarek Kobus2024-01-302-3/+4
* QmlJS: Fix deadlock when scanning appsMarcus Tillmanns2024-01-242-13/+25
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-01-182-0/+6
|\
| * Merge remote-tracking branch 'origin/12.0' into qds/devTim Jenssen2024-01-182-0/+6
| |\
| | * McuSupport: Support prioritizing import pathsYasser Grimes2024-01-172-0/+6
* | | Make some more capturelists friendlier for C++20hjk2024-01-172-7/+10
* | | QmlJsEditor: navigate from QML code to C++ codeXavier BESSON2023-12-203-0/+12
* | | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-12-141-1/+3
|\| |
| * | QmlJSCheck: Ensure that ::createObjectsForImport always works correctlyThomas Hartmann2023-11-281-1/+3
| |/
* | Libs: Cleanup lambdasJarek Kobus2023-12-121-1/+1
* | QMLJS: Fix deadlock on session switchMarcus Tillmanns2023-12-052-81/+97
* | QMLJS: Fix deadlockMarcus Tillmanns2023-12-051-4/+8
* | qmljs: Use Utils::Locked in ModelManagerMarcus Tillmanns2023-12-042-265/+345
|/
* reformatter: Do not remove type annotationsSemih Yavuz2023-11-081-0/+8
* Merge remote-tracking branch 'origin/qds/dev' into 12.0Tim Jenssen2023-10-053-3/+11
|\
| * QmlDesigner: Add PropertyComponentGeneratorMarco Bubke2023-10-022-2/+6
| * QmlJSCheck: Do not warn about visual properties in ConnectionsThomas Hartmann2023-09-191-1/+5
* | QmlJS: Remove unused functionsChristian Stenger2023-09-281-30/+0
* | Revert: qmljs: add check for comparisons not depending on valuesOlivier De Cannière2023-09-273-50/+0
* | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-09-144-7/+14
|\|
| * Merge remote-tracking branch 'origin/11.0' into qds/devTim Jenssen2023-09-141-7/+7
| |\
| * | QmlJS: Turn ErrDoNotMixTranslationFunctionsInQmlUi into a warningThomas Hartmann2023-08-303-6/+7
| * | Add interface to check incompatible qml idsVikas Pachdha2023-07-212-1/+7
* | | McuSupport: Make QmlProject c++ interfaces accecible to the CodeModelYasser Grimes2023-09-142-3/+19
* | | qbs build: Remove unneeded Project itemsChristian Kandeler2023-09-141-75/+71
* | | Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-09-071-7/+7
|\ \ \ | | |/ | |/|
| * | Fix M16 warning restrictionsSemih Yavuz2023-08-301-7/+7
* | | QmlJS: Delay loading of default QML type descriptionsEike Ziller2023-09-064-10/+35
* | | QmlJSEditor: Remove unneeded indirection via qmljsicontextpane.hhjk2023-09-053-36/+0
* | | Utils/QmlJS: Move contents of utils/json.{h,cpp} to qmljshjk2023-08-154-23/+1116
* | | Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-022-3/+3
* | | Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* | | Various Plugins: Simplify return QList statementsJarek Kobus2023-08-022-2/+2
* | | CppEditor: Proliferate use of FilePath a bithjk2023-07-251-2/+1
* | | CPlusPlus: Remove TranslationUnit::getTokenStartPosition()Christian Kandeler2023-07-131-7/+7
* | | CplusPlus: Use plainer callbacks to interact to the CppEditorhjk2023-07-121-4/+3
* | | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-07-041-0/+25
|\ \ \ | | |/ | |/|