summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editormanager
Commit message (Expand)AuthorAgeFilesLines
...
* | Editor: Open only one editor for symlink and its target.Eike Ziller2015-01-061-2/+2
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-011-2/+4
|\ \ | |/
| * Core: Normalize given filePath in DocumentModelNikolai Kosjar2014-11-271-2/+4
* | Core: CosmeticsOrgad Shaneh2014-11-267-39/+39
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-242-2/+3
|\ \ | |/
| * EditorManager: Introduce flag to not switch to design modeEike Ziller2014-11-182-2/+3
* | Editor Manager: Fix action strings for copy actions.Friedemann Kleint2014-11-201-2/+2
* | Add "Copy Path and Line Number" action to editor tool bar context menu.Friedemann Kleint2014-11-192-0/+23
|/
* Escape key: Fix more cases of closing find tool barEike Ziller2014-11-051-2/+5
* fix focus of the OpenEditorsWindowJoerg Bornemann2014-10-281-2/+2
* Implement theming for QtCreatorThorben Kroeger2014-10-151-6/+13
* License update.Eike Ziller2014-10-152-14/+16
* VariableChooser: Reworkhjk2014-10-151-1/+3
* MacroExpander: Allow registering local expansionshjk2014-10-151-3/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1421-147/+168
|\
| * License updateEike Ziller2014-10-0918-126/+144
* | Fix follow symbol in next split, and simplify codeEike Ziller2014-09-292-13/+7
* | Reuse code for open documents and open help pages panesEike Ziller2014-09-262-120/+17
* | Editors: Support drag & drop from bookmarks paneEike Ziller2014-09-235-17/+33
* | Editors: Support drag and drop from open editors pane to splitsEike Ziller2014-09-123-0/+47
* | EditorToolBar: Show editor context menu when clicking on file iconEike Ziller2014-09-122-11/+9
* | Support drag and drop between splitsEike Ziller2014-09-121-1/+4
* | Editors: change QTC_CHECK to Q_ASSERT to prevent nullptr derefs.Erik Verbruggen2014-09-111-1/+1
* | Remove Qt version checks.Christian Kandeler2014-09-083-8/+0
* | Core: Use std::function for info bar callbackshjk2014-09-042-4/+5
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-0/+1
|\ \ | |/
| * C++: set the objectName of QTimers.Erik Verbruggen2014-08-291-0/+1
* | EditorManager: Remove editor parameter of addCurrentPositionToNavigationHistoryhjk2014-09-024-10/+6
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-2/+2
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | EditorManager: Move close split button updating to editor areasEike Ziller2014-08-226-17/+16
* | Fix closing editor with ctrl+w or "x" or File > CloseEike Ziller2014-08-225-33/+98
* | DocumentModel: automatically use id from entry's document if that existsEike Ziller2014-08-201-2/+1
* | Move copyFilePath/Name context actions to editor managerEike Ziller2014-08-202-0/+35
* | EditorManager: Close documents instead of editors where appropriateEike Ziller2014-08-182-1/+7
* | EditorManager: closeOtherEditors --> closeOtherDocumentsEike Ziller2014-08-183-21/+21
* | EditorManager: Another naming correctionEike Ziller2014-08-183-4/+4
* | EditorManager: saveEditor -> saveDocumentEike Ziller2014-08-182-3/+3
* | Merge branch 'master' of ssh://codereview.qt-project.org/qt-creator/qt-creatorEike Ziller2014-08-152-0/+7
|\ \
| * | Core: Fix crash when closing separate windowChristian Stenger2014-08-152-0/+7
* | | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-08-151-0/+2
|\ \ \ | |/ / |/| / | |/
| * DiffEditorDocument: Assign mimetypeOrgad Shaneh2014-08-141-0/+2
* | Editors: Set window title for external editor windowsEike Ziller2014-08-139-53/+168
* | Editors: Extract class for external windowsEike Ziller2014-08-133-13/+125
* | Core::Constants: Rename close icon constants to reflect file nameDaniel Teske2014-08-011-1/+1
* | Editors: Compile fix for MSVC2010Robert Loehning2014-07-242-4/+3
* | Compile fixRobert Loehning2014-07-241-0/+2
* | Editors: Create a EditorArea classEike Ziller2014-07-244-134/+229
* | EditorManager: Clean up public interfaceEike Ziller2014-07-225-1530/+1573
* | Merge remote-tracking branch 'origin/3.2' into HEADEike Ziller2014-07-221-2/+3
|\ \ | |/