summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editormanager/editormanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* C++: set the objectName of QTimers.Erik Verbruggen2014-08-291-0/+1
* DiffEditorDocument: Assign mimetypeOrgad Shaneh2014-08-141-0/+2
* Core: Enable context menu for document-less editorsOrgad Shaneh2014-07-221-2/+3
* EditorManager: Add window actions (fullscreen etc) to editor windowsEike Ziller2014-07-181-5/+14
* UI text: capitalize "Open With"Leena Miettinen2014-07-141-1/+1
* Editors: Add "Open with" to open editors and combo box context menusEike Ziller2014-07-041-1/+7
* Always pass Core::Id by value.Christian Kandeler2014-07-011-7/+7
* Variables: Use lambdas as callbacks to resolve variableshjk2014-06-241-34/+19
* Editor: Automatically adjust size of open editors window.David Schulz2014-06-161-3/+7
* Make document model API more consistent with entry vs documentEike Ziller2014-06-131-10/+10
* Fix escape logic for closing find tool bar in mode with editor viewEike Ziller2014-06-131-8/+8
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-131-0/+5
|\
| * Fix setting DocumentManager::currentFile when clicking into splitEike Ziller2014-06-041-0/+5
* | DocumentModel: Make interface statichjk2014-05-131-46/+39
* | Rewrite ::getObjects usage to use predicate versionDaniel Teske2014-05-121-5/+4
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-111-6/+17
|\ \ | |/
| * EditorManager: Add NoNewSplits to OpenEditorFlagsTobias Hunger2014-03-071-4/+13
| * EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-071-1/+6
| * Save settings less aggressively.Eike Ziller2014-03-071-3/+0
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-2/+3
* | ActionManager: Remove QShortcut registration APIEike Ziller2014-03-031-4/+3
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-02-271-2/+4
|\ \ | |/
| * Editors: Minor branch consolidationhjk2014-02-261-3/+4
| * Editors: Sanity check that an id was set in the editor implementation.Eike Ziller2014-02-261-0/+1
* | Improve Copy/CutLine actions usabilityFrantisek Vacek2014-02-261-0/+2
|/
* Improve performance of writing settingsEike Ziller2014-02-211-0/+2
* EditorManager: Avoid some duplicated codehjk2014-02-201-16/+10
* Avoid duplicating editors too often.Eike Ziller2014-02-051-29/+33
* DocumentManager: Refactor saveModified methodsTobias Hunger2014-01-231-1/+3
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-081-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+2
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| * EditorManager: Add a soft assertion for editor existenceOrgad Shaneh2014-01-071-0/+1
* | EditorManager: Add command to reload current filePetar Perisin2013-12-091-3/+4
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-221-13/+5
|\ \ | |/
| * Clean up EditorManagerPlaceHolderKai Koehne2013-11-201-13/+5
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-191-0/+1
|\ \ | |/
| * Editor views: fix issue with unsplittable editorsEike Ziller2013-11-151-0/+1
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-151-2/+6
|\ \ | |/
| * Braces cleanupOrgad Shaneh2013-11-141-2/+1
| * Avoid losing editor focus when switching to debug/analyze mode.Eike Ziller2013-11-081-0/+5
* | ClearCase: Handle read-only view private filesKnut Petter Svendsen2013-11-131-2/+2
|/
* EditorManager: Let instance() method return specific typeKai Koehne2013-11-051-1/+1
* Fix escape key logic when design mode has output panes openEike Ziller2013-10-251-27/+40
* Revert "EditorManager: Fix crash when closing an editor upon activation"Orgad Shaneh2013-10-081-1/+1
* EditorManager: Add "Find in this directory..." for open filesOrgad Shaneh2013-09-301-0/+12
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-3/+2
|\
| * EditorManager: Fix crash when closing an editor upon activationOrgad Shaneh2013-09-211-3/+2
* | Editor: Add "File -> Close All Except Visible"Lorenz Haas2013-09-271-0/+38