summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-1655-328/+328
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* License update.Eike Ziller2014-10-151-1/+1
* TextEditor: Factory cosmeticshjk2014-10-151-3/+3
* JsonWizard: Replace JsFileWizard with a JsonWizardTobias Hunger2014-10-145-214/+0
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-1456-392/+448
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1456-392/+448
| |\
| | * License updateEike Ziller2014-10-0963-436/+498
* | | QmlJSEditor: warn when editing .ui.qml, activate designer checksThomas Hartmann2014-10-143-1/+24
|/ /
* | JsonWizard: Replace QmlFileWizard with JsonWizardsTobias Hunger2014-10-096-157/+1
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-062-3/+1
* | TextEditor: Remove HighLighterFactoryhjk2014-10-021-12/+0
* | JsonWizard: Replace TextFileWizard with JsonWizardTobias Hunger2014-09-301-1/+0
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-304-14/+6
* | TextEditor: Flatten QuickFixAssistProcessor hierarchyhjk2014-09-302-29/+1
* | Editors: Support dragging from outline viewsEike Ziller2014-09-303-11/+24
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-298-26/+26
* | TextEditor: Add a convenience append method for quick fixeshjk2014-09-265-9/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-268-12/+12
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-252-3/+3
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-253-30/+27
* | QmlJSEditor: cleaning up dependencies to QmlDesignerThomas Hartmann2014-09-254-14/+9
* | TextEditor: Wiggle codeassist setuphjk2014-09-222-4/+4
* | CodeAssist: Remove needless indirection in item accesshjk2014-09-171-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-161-1/+6
|\ \ | |/
| * qmljs: highlight properties with inline qml componentsFawzi Mohamed2014-09-081-1/+6
* | QML/JS editor: make QTC_ASSERT actually useful.Erik Verbruggen2014-09-111-2/+2
* | qmljs: make refactoring work on Object BindingsFawzi Mohamed2014-09-112-15/+40
* | TextEditor: Move some hover handler operation from Editor to Widgethjk2014-09-103-31/+27
* | TextEditor: Merge some "assist" related classeshjk2014-09-096-36/+36
* | TextEditor: Move base of operation from Editor to *Widgethjk2014-09-082-9/+9
* | TextEditor: Reset mimetype after open() in all BaseTextEditorshjk2014-09-042-9/+0
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-1/+0
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-1/+1
* | TextEditor: Remove some TextEditor:: qualificationhjk2014-09-031-9/+9
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-3/+1
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | QmlJSEditor: Remove temporary code assists setup hackhjk2014-09-022-6/+0
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-2/+1
* | QmlJSEditor: Use EditorWidget instead of Editor in QuickToolBarhjk2014-09-013-36/+33
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-292-2/+7
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-282-6/+0
* | QmlJSEditor: some Qt5-ificationhjk2014-08-272-23/+26
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-275-28/+28
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-272-8/+9
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | QmlJSEditor: Use a BaseTextEditorFactory for creationhjk2014-08-263-38/+25
* | QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidgethjk2014-08-269-52/+52
* | Unslot onRefactorMarkerClickedOrgad Shaneh2014-08-261-1/+1