aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused private functionsAlessandro Portale2020-10-082-23/+0
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-024-11/+29
|\
| * QmlJS: accept import without versionFawzi Mohamed2020-10-011-1/+9
| * QmlJS: fix reformatting of required propertiesFawzi Mohamed2020-10-012-8/+13
| * QmlJS: set and propagate qtVersion in ProjectInfoFawzi Mohamed2020-09-291-2/+7
* | QmlJS: fix operator << of Trie to QDebugFawzi Mohamed2020-09-302-6/+6
* | Remove unneeded QStringList forward declarationsEike Ziller2020-09-291-1/+0
* | QmlJS: Do not change strings referenced by QStringViewThomas Hartmann2020-09-242-10/+11
* | CMake build system: Propagate less target dependencies and includesAlessandro Portale2020-09-211-2/+2
* | Make QmlJS(Tools) build with Qt5 & Qt6Eike Ziller2020-09-1726-285/+389
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-171-1/+4
|\|
| * QmlJSCheck: Fix crashThomas Hartmann2020-09-141-1/+4
* | Merge remote-tracking branch 'origin/4.13' into masterOrgad Shaneh2020-09-041-1/+4
|\|
| * QmlJSCheck: Workaround for ListElementThomas Hartmann2020-09-031-1/+4
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-141-11/+10
|\|
| * QmlJS: Fix crashChristian Kandeler2020-08-141-11/+10
* | QmlJS: Remove redundant white spaceRobert Loehning2020-08-101-1/+1
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-106-2587/+2687
|\|
| * qmljs: qtdeclarative change 9ab1a6759018b78b0f160c5286f8b0235a34ec50Fawzi Mohamed2020-08-035-2585/+2665
| * qmljs: fix unreachable test for catch clauseFawzi Mohamed2020-08-031-2/+22
* | Adapt qmljslexer to Qt base change caa40f57d4dhjk2020-08-102-6/+10
* | Fix build with Qt 6: qstrtod is an inline functionThiago Macieira2020-08-082-4/+2
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-212-2/+2
* | QmlJS: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-207-33/+39
|/
* Merge remote-tracking branch 'origin/4.12' into 4.13Eike Ziller2020-07-061-0/+5
|\
| * QmlJS: Fix codemodel resetChristian Kamm2020-06-301-0/+5
* | Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-06-261-1/+0
|\ \
| * | qmldesigner: enable Transion in QmlUi filesTim Jenssen2020-06-261-1/+0
* | | QmlJS: Fix false positives for ConnectionsThomas Hartmann2020-06-251-4/+4
* | | QmlJS: More Qt6hjk2020-06-198-21/+26
* | | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-151-2/+4
|\ \ \ | | |/ | |/|
| * | QmlJS: Fix line number for string literals (Part 2)Christian Stenger2020-06-101-2/+4
* | | QmlJS: Resolve missing QEasingCurve prototypeChristian Kamm2020-06-121-0/+28
* | | QmlJS: Add a way to return just the context of the project of a fileMiikka Heikkinen2020-06-112-11/+35
* | | QmlJS: Fix superfluous whitespaceChristian Stenger2020-06-091-1/+2
* | | QmlJS: Return correct default value for vector*d builtin typesMiikka Heikkinen2020-06-091-0/+6
* | | QmlJS: Fix possible duplicate semicolonChristian Stenger2020-06-091-2/+3
* | | Merge remote-tracking branch 'origin/qds-1.59'Eike Ziller2020-06-083-0/+6
|\ \ \ | | |/ | |/|
| * | QmlJSCheck: Add Error message for recursively instantiated typeThomas Hartmann2020-06-043-0/+6
| |/
* | QmlJSEditor: Support dragging of functionsChristian Stenger2020-06-042-8/+11
* | QmlJS: Add workaround for missing imports in Qt >=5.15.0Christian Kamm2020-05-211-0/+74
* | QmlJS: Use "import" commands from qmldir filesChristian Kamm2020-05-213-9/+56
* | QmlJS: Scan import paths, even if there is only oneChristian Kamm2020-05-211-1/+1
* | QmlJS: Track futures to allow testingChristian Kamm2020-05-213-13/+47
* | QmlJS: Fix loading builtin library infoChristian Kamm2020-05-211-1/+1
* | QmlJS: Fix bug with async typeinfo loadingChristian Kamm2020-05-181-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-041-12/+5
|\|
| * QmlJS: Fix line number for string literalsChristian Stenger2020-04-291-1/+3
| * QmlJS: Fix lexer handling of escape sequences (again)Christian Stenger2020-04-291-11/+2
* | qmljs: Use Utils::onFinished instead of manual QFutureWatcherPhilip Van Hoof2020-04-272-66/+85