aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* QmlJSEditor: ModernizeAlessandro Portale2018-12-1036-333/+298
* move find usages to TextEditorDavid Schulz2018-11-283-13/+2
* qmljs: update parserMarco Benelli2018-11-225-56/+47
* Replace QString::null with default constructed QStringOrgad Shaneh2018-09-211-1/+1
* QmlJSEditor: Fix missing overrideEike Ziller2018-09-181-2/+2
* Fix context of Locator inputEike Ziller2018-08-091-1/+1
* Move PathChooserDelegate to UtilsDavid Schulz2018-07-232-2/+2
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-115-54/+54
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-191-1/+0
|\
| * Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-1/+0
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-111-0/+4
|\|
| * Merge remote-tracking branch 'origin/4.6' into 4.7Eike Ziller2018-06-111-0/+4
| |\
| | * QmlJs: check markers before cleaning themMarco Benelli2018-06-081-0/+4
* | | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-061-3/+16
|\| |
| * | Fix compilation issues with C++17Eike Ziller2018-06-051-3/+16
* | | QmlJSEditor: Remove unused class QmlJSPreviewRunnerhjk2018-05-305-136/+0
* | | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-281-2/+2
|\| |
| * | Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+2
* | | QmlJS: improve support for enum declarationsMarco Benelli2018-05-231-2/+19
|/ /
* | Utils: remove Clang from ClangCodeModel_*_TextMarkColorDavid Schulz2018-05-171-2/+2
* | Qml: Consistently use nullptrTobias Hunger2018-05-081-1/+1
* | QmlJsEditor/QmlJsTools: Use override consistentlyTobias Hunger2018-05-073-3/+3
* | Use FileName in TextMarkEike Ziller2018-05-033-8/+8
* | Clean up options page category display name and icon set upEike Ziller2018-04-232-4/+0
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-0/+4
|\|
| * QmlJSEditor: fix crash after document reloadDavid Schulz2018-04-111-0/+4
* | Utils: Purge asConstOrgad Shaneh2018-04-091-4/+2
* | CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-192-17/+26
* | Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
* | QmlJSEditor: use static icons in assist interfaceDavid Schulz2018-03-062-22/+34
* | CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-272-8/+6
* | QmlJSEditor: Fix crash when triggering context menuChristian Stenger2018-02-224-4/+12
* | QmlJSEditorPlugin: Refactorhjk2018-02-1511-164/+121
* | Core: make useMacShortcut constexprDavid Schulz2018-02-021-1/+1
|/
* QmlJSEditor: Avoid detaching of containersChristian Stenger2018-01-221-2/+4
* QmlJSEditor: Move ownership of QmlJSTextMarks to documentDavid Schulz2018-01-224-70/+69
* TextEditor: Return hover handler priority by callbackNikolai Kosjar2018-01-192-2/+7
* QmlJSEditor: Create QuickFixes directlyhjk2018-01-108-150/+101
* TextEditor: Split the global QuickFixFactory listhjk2017-12-183-16/+24
* Cpp/QmlJSEditor: Add some 'override'hjk2017-12-183-4/+4
* TextEditor: Dissolve QuickFixAssistProcessorhjk2017-12-154-12/+23
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-154-6/+6
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-154-10/+12
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-5/+4
* Qml&Js: better formatting of enums inspectionNikita Baryshnikov2017-12-131-2/+10
* Session: Move all functionality related to Nodes into ProjectTreeTobias Hunger2017-12-121-3/+3
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-3/+1
* QmlJs: prevent "copy" icon in outline drag and dropMarco Benelli2017-12-052-0/+6
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-273-15/+15
* QmlJSEditor: Display code model warnings as annotationsDavid Schulz2017-11-176-2/+234