aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-067-9/+9
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-251-6/+6
|\
| * QML: ensure that signal treated like functions/slots in completionsFawzi Mohamed2020-06-241-6/+6
* | Move InfoBar to UtilsEike Ziller2020-06-181-3/+4
* | QmlJSEditor: Support sorting of outlineChristian Stenger2020-06-052-1/+44
* | QmlJSEditor: Support dragging of functionsChristian Stenger2020-06-042-9/+23
* | Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-7/+8
* | QmlJSEditor: Clear old values when updating outlineChristian Stenger2020-05-271-0/+8
* | TextEditor: move rename symbol action to text editorDavid Schulz2020-05-123-10/+8
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-281-2/+5
|\|
| * QmlJSEditor: Fix semantic highlightingChristian Stenger2020-04-271-2/+5
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-241-1/+1
|\|
| * QmlJSEditor: jump to file under cursor if it existsDavid Schulz2020-04-231-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-141-1/+3
|\|
| * Fix highlighting for new QML keywords in Qt 5.15Fabian Kosmale2020-04-081-1/+3
* | Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
|/
* QmlDesigner: Auxiliary data auto-foldAleksei German2020-03-045-2/+81
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-0311-31/+92
* Work around QHash::unite deprecationhjk2020-02-251-1/+1
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-2/+0
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* QmlJsEditor: Use now-standard pattern for settings page setuphjk2020-01-292-68/+29
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-2/+2
* Workaround 5.15 deprecations in QTextStreamsDavid Schulz2020-01-171-15/+13
* CMake Build: rename target qmljs to QmlJSCristian Adam2020-01-161-1/+1
* TextEditor: Fix typo in a TextDocumentLayout functionNikolai Kosjar2019-12-181-1/+1
* Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-122-4/+2
* Remove unused QObject parent arguments on options pageshjk2019-09-112-3/+2
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Qt Quick: Separate Qt Quick Designer and QMLJS editor factoriesEike Ziller2019-08-157-33/+53
* QmlJSEditor Exporting AutoCompleterAleksei German2019-08-093-6/+4
* QMLJSEditor Exporting few classesAleksei German2019-08-0810-47/+40
* Compile fix with recent Qt devhjk2019-07-292-6/+3
* Standardize on int for line and column valueshjk2019-07-261-1/+1
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* QmlJsEditor: Avoid unneeded exports of constantsEike Ziller2019-07-196-60/+43
* QmlJSEditor: Remove registration of json filesChristian Stenger2019-07-111-1/+0
* Utils: Rename FileName to FilePathhjk2019-05-284-10/+10
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-282-7/+7
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* Qt Creator CMake portCristian Adam2019-05-179-8/+44
* Replace static_casts by QOverload where possiblehjk2019-02-262-6/+6
* Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-02-151-4/+6
|\
| * QmlJSEditor: Fix nullptr accessChristian Stenger2019-02-141-4/+6
* | Move qrc parser from QmlJS to UtilsChristian Kandeler2019-02-131-2/+2
|/
* Help: Lookup in index if ID is not foundEike Ziller2019-02-111-5/+4
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-041-1/+1
|\
| * QML: Fix auto-insertion of single quoteEike Ziller2019-02-011-1/+1
* | HelpItem: Remove senseless constructorEike Ziller2019-02-041-2/+1
* | Help: Move resolution of help from multiple candidate IDs to HelpItemEike Ziller2019-02-011-47/+29