aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* QmlJSEditor: Fix semantic highlightingChristian Stenger2020-04-271-2/+5
* QmlJSEditor: jump to file under cursor if it existsDavid Schulz2020-04-231-1/+1
* Fix highlighting for new QML keywords in Qt 5.15Fabian Kosmale2020-04-081-1/+3
* 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
* | Help: Avoid ambiguity of help ID being interpreted as URLEike Ziller2019-01-311-3/+5
* | Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* | Move Help item from text editor to coreEike Ziller2019-01-251-1/+1
* | QmlJsEditor: fix completion item orderDavid Schulz2019-01-251-2/+0
* | TextEditor: Use callback in refactoring markersDavid Schulz2019-01-253-24/+12
* | ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-223-4/+4
* | QmlJS: remove qtquick1 leftoversTim Jenssen2019-01-181-1/+1
* | Fix warning: "Don't call QList::last() on temporary"Alessandro Portale2019-01-171-2/+2
* | qmljs: fix a crash in the highlighterMarco Benelli2018-12-141-1/+1
* | 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