summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljseditor.h
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Do not pass Utils::LinkHandler by rvalue refChristian Kandeler2022-06-071-1/+1
* Utils: Rename ProcessLinkCallback to something less clumsyChristian Kandeler2022-06-031-1/+1
* Don't clash signal names with other methodsJarek Kobus2020-11-181-1/+1
* Remove bool return value from IEditor::restoreState()Eike Ziller2020-09-241-1/+1
* Various Qt6 portinghjk2020-07-161-4/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* TextEditor: move rename symbol action to text editorDavid Schulz2020-05-121-1/+1
* QmlDesigner: Auxiliary data auto-foldAleksei German2020-03-041-0/+2
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-2/+0
* Qt Quick: Separate Qt Quick Designer and QMLJS editor factoriesEike Ziller2019-08-151-0/+2
* QMLJSEditor Exporting few classesAleksei German2019-08-081-6/+3
* TextEditor: Use callback in refactoring markersDavid Schulz2019-01-251-1/+0
* move find usages to TextEditorDavid Schulz2018-11-281-1/+1
* CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-191-3/+4
* QmlJSEditor: Fix crash when triggering context menuChristian Stenger2018-02-221-2/+2
* QmlJSEditor: Move ownership of QmlJSTextMarks to documentDavid Schulz2018-01-221-10/+0
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-3/+3
* QmlJSEditor: Display code model warnings as annotationsDavid Schulz2017-11-171-0/+10
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-051-1/+0
|\
| * QmlJs: avoid overwrites by auto-completionMarco Benelli2017-07-041-1/+0
* | Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-251-0/+2
|/
* QmlJSEditor: avoid jumping cursor while editingTim Jenssen2017-04-071-0/+2
* QmlJSEditor: cleanup updateOutlineIndexNowTim Jenssen2017-04-071-1/+1
* QmlJSEditor: remove unused methodTim Jenssen2017-04-051-2/+0
* QmlJSEditor: use direct member initializationTim Jenssen2017-04-031-4/+4
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-281-5/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QML/JS: Fix that warnings about editing .ui.qml files accumulatedEike Ziller2015-08-191-2/+0
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-12/+12
* Qml&Js: properties/methods/enums inspectionNikita Baryshnikov2015-04-151-0/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | QmlJSEditor: warn when editing .ui.qml, activate designer checksThomas Hartmann2014-10-141-0/+2
|/ /
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-3/+3
* | TextEditor: Add a convenience append method for quick fixeshjk2014-09-261-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-1/+1
* | TextEditor: Reset mimetype after open() in all BaseTextEditorshjk2014-09-041-1/+0
* | QmlJSEditor: Remove temporary code assists setup hackhjk2014-09-021-1/+0
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-1/+0
* | QmlJSEditor: some Qt5-ificationhjk2014-08-271-4/+4
* | QmlJSEditor: Use a BaseTextEditorFactory for creationhjk2014-08-261-7/+5
* | QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidgethjk2014-08-261-3/+3
* | Unslot onRefactorMarkerClickedOrgad Shaneh2014-08-261-1/+1