aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-063-4/+4
* ExtensionSystem: Remove PluginSpec::isHiddenByDefaulthjk2020-06-161-1/+0
* QmlJS: Track futures to allow testingChristian Kamm2020-05-211-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-261-0/+7
|\
| * Editor: Add Qt Script mime typeDavid Schulz2020-03-241-0/+7
* | ProjectExplorer: Remove Target::applicationTargets()hjk2020-03-251-1/+3
|/
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-035-9/+21
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* Several SettingsPages: Code cosmeticshjk2020-01-301-2/+0
* CMake Build: rename target qmljs to QmlJSCristian Adam2020-01-161-1/+1
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* TextEditor: Fix typo in a TextDocumentLayout functionNikolai Kosjar2019-12-181-1/+1
* QmlJS: Scan app.qmltypes and lib.qmltypes for type informationUlf Hermann2019-10-311-0/+8
* QmlJS: Clean up qmljsmodelmanagerinterface.{h|cpp}Ulf Hermann2019-10-292-6/+10
* QmlJSTools: make setupProjectInfoQmlBundles privateUlf Hermann2019-10-282-31/+25
* QmlJS: Clean up ViewerContextUlf Hermann2019-10-231-1/+1
* Remove unused QObject parent arguments on options pageshjk2019-09-112-4/+2
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Utils::Environment: Use expanded valuesChristian Kandeler2019-08-201-1/+1
* Locator: Extract MatchLevel and use it in several filtersAndre Hartmann2019-08-151-5/+4
* QmlJSTools: Fix compileChristian Stenger2019-07-311-2/+2
* QmljsFunctionFilter: Simplify priority handlingAndre Hartmann2019-07-311-16/+13
* Compile fix with recent Qt devhjk2019-07-291-5/+2
* Utils: Rename FileName to FilePathhjk2019-05-282-3/+3
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-3/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+25
* qmljstools: Remove dead filesTobias Hunger2019-05-142-139/+0
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-112-2/+2
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-312-7/+16
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-226-30/+22
* QmlJS: remove qtquick1 leftoversTim Jenssen2019-01-181-5/+1
* QmlJSTools: ModernizeAlessandro Portale2018-12-0717-73/+56
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-291-0/+5
|\
| * QmlJsTools: add mimetype for JavaScript modulesDavid Schulz2018-11-261-0/+5
* | qmljs: update parserMarco Benelli2018-11-221-4/+4
|/
* Remove unused variablesRobert Loehning2018-09-071-1/+0
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-112-12/+12
* qmljs: cleanup locator's entries when closing a projectMarco Benelli2018-05-231-1/+18
* Qml: Consistently use nullptrTobias Hunger2018-05-081-1/+1
* QmlJsEditor/QmlJsTools: Use override consistentlyTobias Hunger2018-05-072-5/+5
* Update Options dialog iconsAlessandro Portale2018-04-245-2/+4
* Clean up options page category display name and icon set upEike Ziller2018-04-232-4/+2
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-032-12/+0
* Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
* QmlJSPlugin: reorganize setuphjk2018-02-088-87/+53
* TextEditor: Fix compile with Qt5.6/gcc4.9Christian Stenger2018-02-071-1/+1
* TextEditor: Simplify SnippetProvider handlinghjk2018-02-073-11/+8