summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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