summaryrefslogtreecommitdiff
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* qmljsreformatter: don't default foreach type to "in"Semih Yavuz2023-05-081-1/+4
* QmlJS: Allow disabling static analyzer messagesChristian Stenger2023-05-042-23/+65
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-7/+7
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-032-2/+2
* QmlJS: Stop suggesting versions for imports if possibleChristian Stenger2023-04-242-7/+17
* Codeformatter: Support indenting of type annotated functionSemih Yavuz2023-04-202-0/+8
* QmlJS: Fix compile with Qt6.2Christian Stenger2023-04-181-1/+1
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* Fix tst_qml_reformatter auto testSemih Yavuz2023-04-141-3/+3
* reformatter: fix formatting of js directivesSemih Yavuz2023-04-121-7/+8
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-03-305-7/+38
|\
| * Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-2695-3959/+4502
| |\
| * | QmlJS: Take Qt 6.5 into account for ConnectionsThomas Hartmann2023-03-231-0/+1
| * | QmlJS: Do not set import as invalid if sub import failsThomas Hartmann2023-02-101-1/+1
| * | QmlJS: Allow string::arg() in ui.qml filesThomas Hartmann2023-02-071-3/+6
| * | QmlDesigner: Skip makeComponentChain in TextToModelMerger::loadThomas Hartmann2023-02-012-0/+14
| * | QmlJSCheck: Add missing commaThomas Hartmann2023-01-201-3/+16
* | | Replace a few \returns by Returnshjk2023-03-241-2/+3
* | | QmlJS: Use QtConcurrent invocation for async runJarek Kobus2023-03-143-68/+68
| |/ |/|
* | Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* | qmldir parser: Handle internal types with versionsUlf Hermann2023-02-081-5/+19
* | QmlJS: Tr::TrAlessandro Portale2023-02-0116-227/+229
* | Translations: Prefix translation contexts for libraries with "::"Alessandro Portale2023-01-261-1/+1
* | QmlJS: Reduce number of for loopsMarcus Tillmanns2023-01-261-17/+18
* | QmlJS: Proliferate FilePath usehjk2023-01-242-40/+31
* | Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* | Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-102-2/+2
* | Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0690-93/+93
* | Update the qml code model parserSami Shalayel2023-01-0518-3436/+3929
* | CMake build: Use version-less Qt targetsEike Ziller2023-01-051-2/+2
* | qmljs: Fix warningsArtem Sokolovskii2023-01-022-3/+3
* | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2022-12-221-1/+1
|\ \ | |/
| * qml code model: load builtins importSami Shalayel2022-12-191-7/+22
| * qmljs: improve readabilityTim Jenssen2022-12-141-1/+1
* | changeLicense.py: support new license styleSami Shalayel2022-12-211-9/+37
* | qmljs: Remove foreach usageArtem Sokolovskii2022-12-2123-118/+131
* | Merge "Merge remote-tracking branch 'origin/qds/dev'"The Qt Project2022-12-145-8/+11
|\ \
| * \ Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2022-12-145-8/+11
| |\ \ | | |/
| | * Update interface to let refreshing files in code modelVikas Pachdha2022-12-121-3/+3
| | * qmljs: fix warningTim Jenssen2022-11-251-1/+1
| | * Fix build errorVikas Pachdha2022-11-241-1/+1
| | * QmlJS: std::set instead of QListThomas Hartmann2022-11-233-4/+7
| | * Merge remote-tracking branch 'origin/9.0' into qds/devTim Jenssen2022-11-092-14/+15
| | |\
* | | | qml code model: load builtins importSami Shalayel2022-12-141-7/+22
|/ / /
* | | Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-2/+2
* | | CppEditor: Proliferate FilePath usehjk2022-11-241-3/+3
* | | CPlusPlus: Proliferate FilePath usehjk2022-11-222-13/+14
* | | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-102-14/+15
|\ \ \ | |/ / |/| / | |/
| * QmlJS: Fix Follow under cursorMarcus Tillmanns2022-11-082-14/+15