summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlJs: remove bundles for QtQuick1 type descriptionsMarco Benelli2018-01-081-53/+20
* Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-302-3/+4
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-155-22/+32
* Project: Make Project::file take a std::function to match filesTobias Hunger2017-12-081-8/+7
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-3/+5
* Treat .ui.qml mime type the same as .qmlUlf Hermann2017-10-181-0/+1
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-091-7/+2
|\
| * Locator: De-duplicate highlightInfo generation for camel humpsAndre Hartmann2017-10-051-5/+1
| * Locator: De-duplicate RegExp pattern generationAndre Hartmann2017-09-291-2/+1
* | QtSupport: Add a method to retrieve the QML pathUlf Hermann2017-09-292-2/+2
|/
* Locator: Add camel hump locator filter for C++, QML, and filesAndre Hartmann2017-09-191-14/+21
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | QmlJSModelManager: Simplify codeTobias Hunger2017-07-251-2/+1
|/
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-41/+41
* Add QML2_IMPORT_PATH to qmlplugindump if defined in build configurationTomasz Olszak2017-07-041-0/+4
* Remove 1-1 dependency between locator and locator input widgetEike Ziller2017-06-132-2/+7
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-06-121-0/+1
|\
| * QmlJs: initialize qmlDumpEnvironmentMarco Benelli2017-06-081-0/+1
* | Locator filters: Add overridesEike Ziller2017-06-021-3/+4
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-091-4/+7
|\ \ | |/
| * ProjectNodes: add listInProject() to NodeTobias Hunger2017-05-041-4/+7
* | Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-253-16/+8