summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QmlJSEditor: Remove temporary code assists setup hackhjk2014-09-024-13/+0
* Android: Fix displayNameForIdDaniel Teske2014-09-021-1/+1
* BaseTextEditor: Remove internal m_editor back linkhjk2014-09-021-16/+0
* TextEditor: Use a signal to clear contents help id.hjk2014-09-022-2/+5
* TextEditor: Remove now unneeded BaseTextEditorWidget::editor()hjk2014-09-022-11/+0
* TextEditor: Introduce a *Widget::activateEditor signalhjk2014-09-023-1/+5
* EditorManager: Remove editor parameter of addCurrentPositionToNavigationHistoryhjk2014-09-025-11/+8
* VcsBase: Remove remaining BaseTextEditor::editor() usagehjk2014-09-023-14/+17
* DiffEditor: Use new *EditorWidget signals for more direct connectionhjk2014-09-021-3/+2
* TextEditor: Move comment definitions back to *Widgethjk2014-09-0210-37/+29
* TextEditor: Use signal/signal connection from *EditorWidget to *Editorhjk2014-09-022-7/+37
* Fix library and plugin pathsEike Ziller2014-09-024-6/+6
* TextEditor: Move cursor position label connectionhjk2014-09-021-8/+7
* TextEditor: Guard one use of BaseTextEditorPrivate::m_editorhjk2014-09-021-1/+2
* CppEditor: Replace two editor() self-checks with direct checkshjk2014-09-021-2/+2
* GlslEditor: Replace remaining editor()->document() indirectionhjk2014-09-011-1/+1
* QmlDesigner: Remove remaining BaseTextEditor::editor() usehjk2014-09-011-3/+2
* Qnx: Add missing slash to path.Christian Kandeler2014-09-011-1/+1
* Qnx: remove left-over qDebug callAlessandro Portale2014-09-011-1/+0
* AppOutputPane: Fix wrong assertDaniel Teske2014-09-011-1/+3
* Designer: Remove use of xml editor() link by storing the pointer on creationhjk2014-09-013-4/+7
* Android: Conceal password in build logDaniel Teske2014-09-012-2/+38
* VcsBase: Remove one more widget->editor->widget indirectionhjk2014-09-011-1/+1
* QmlJSEditor: Use EditorWidget instead of Editor in QuickToolBarhjk2014-09-013-36/+33
* TextEditor: Fix crash due to setting up fall back editor twicehjk2014-09-014-9/+5
* Vcs: Collapse VcsSubmitEditorFactory hierarchyhjk2014-09-0135-124/+77
* Fix WindowList compilationNikita Baryshnikov2014-09-011-1/+3
* Show list of external windows in Window menu, and in Dock menu on OS XEike Ziller2014-09-014-1/+106
* VcsBase: Fix compilation with msvc2010Alessandro Portale2014-09-011-2/+2
* Git/Hg SubmitEditor: Fix buttons in confirmation dialog for closeDaniel Teske2014-08-311-1/+6
* UnconfiguredPanel: Ensure that "Return" on initial show acceptsDaniel Teske2014-08-312-2/+5
* QmakeProject: Take deduced arguments into consideration on importDaniel Teske2014-08-317-41/+82
* ProjectExplorer: Unload project show all projectsDaniel Teske2014-08-313-9/+37
* TextEditor: Prevent double deletion in fallback casehjk2014-08-291-1/+3
* CppTools/Clang: Remove QScopedPointers in *EditorDocumentParsersNikolai Kosjar2014-08-294-21/+11
* CppTools: Provide the editor snapshot for SemanticInfoUpdaterNikolai Kosjar2014-08-299-27/+33
* CppTools: Mini refactoring in BuiltinEditorDocumentProcessorNikolai Kosjar2014-08-291-5/+5
* CppEditor: Compare semantic info revision in CppUseSelectionsUpdaterNikolai Kosjar2014-08-291-1/+4
* CppEditor: Make local renaming more robust againNikolai Kosjar2014-08-294-65/+83
* TextEditor: Use more direct approach for fallback IEditor constructionhjk2014-08-299-80/+40
* Clang: Fix compilationNikolai Kosjar2014-08-291-1/+1
* Do not use deprecated Qt functionality.Christian Kandeler2014-08-2960-160/+182
* CppTools: De-slot some private document processor functionshjk2014-08-291-2/+1
* Find: Avoid virtual signalshjk2014-08-293-5/+12
* {Cpp,Text}Editor: Fix duplicating CppEditorWidgetNikolai Kosjar2014-08-294-8/+19
* Qbs files: Raise Qt requirement to 5.3.1Eike Ziller2014-08-294-11/+6
* Debugger: Add boost::unordered_set dumperhjk2014-08-291-0/+8
* C++: introduce the unique ProjectPart::id()Erik Verbruggen2014-08-284-9/+17
* Cpp{Editor,Tools}: Remove some Qt4-only codeNikolai Kosjar2014-08-284-24/+4
* TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-2814-59/+2