aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/editormanager/editorview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Implement theming for QtCreatorThorben Kroeger2014-10-151-6/+13
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Editors: Support drag & drop from bookmarks paneEike Ziller2014-09-231-5/+5
* | EditorToolBar: Show editor context menu when clicking on file iconEike Ziller2014-09-121-10/+7
* | 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
* | EditorManager: Remove editor parameter of addCurrentPositionToNavigationHistoryhjk2014-09-021-6/+2
* | EditorManager: Move close split button updating to editor areasEike Ziller2014-08-221-0/+4
* | Fix closing editor with ctrl+w or "x" or File > CloseEike Ziller2014-08-221-3/+17
* | Editors: Set window title for external editor windowsEike Ziller2014-08-131-0/+2
* | EditorManager: Clean up public interfaceEike Ziller2014-07-221-27/+32
* | EditorManager: Remove useless methodEike Ziller2014-07-211-1/+1
|/
* EditorManager: Support dropping files on specific splitEike Ziller2014-07-091-1/+16
* Make document model API more consistent with entry vs documentEike Ziller2014-06-131-2/+2
* DocumentModel: Make interface statichjk2014-05-131-3/+2
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-5/+5
* Avoid duplicating editors too often.Eike Ziller2014-02-051-0/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix infinite loop when closing all splits.Eike Ziller2013-10-141-4/+21
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-2/+2
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-23/+17
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-11/+8
* Move IEditor::isTemporary to IDocumentEike Ziller2013-07-121-2/+2
* Make document model static and add some document related methodsEike Ziller2013-07-121-3/+3
* OpenEditorsModel API: Use 'document' more where is about documents.Eike Ziller2013-07-121-4/+4
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-7/+7
* Add a <no document> entry to editor views.Eike Ziller2013-07-091-35/+33
* Editors: Don't use model index outside of model/view.Eike Ziller2013-07-091-9/+9
* Don't resize (external) editor windows when changing editorEike Ziller2013-06-101-0/+1
* Switch less often to edit modeEike Ziller2013-06-051-6/+6
* Cycle through extra editor windows when cycling through splitsEike Ziller2013-05-311-2/+2
* Add split in new window action for editor views.Eike Ziller2013-05-081-1/+15
* Do not keep the central editor view around even when split.Eike Ziller2013-05-081-38/+41
* Fix wrong unsplit icons when splitting without open documentsEike Ziller2013-05-021-1/+1
* EditorManager: Get rid of weird logic when finding next viewEike Ziller2013-04-301-32/+23
* EditorManager: Replace another root-to-leaf search by leaf-to-root.Eike Ziller2013-04-301-9/+7
* Let EditorView handle mouse click (setting current view) itselfEike Ziller2013-04-251-8/+8
* Use EditorView instead of SplitterOrView where we mean itEike Ziller2013-04-251-9/+14
* Editor manager: Invert logic for finding view for editorEike Ziller2013-04-251-14/+0
* Remove unused methods from EditorManager and related classesEike Ziller2013-04-251-30/+0
* Make editor views know their SplitterOrViewEike Ziller2013-04-251-24/+21
* EditorView: Do painting where it belongs.Eike Ziller2013-04-181-25/+18
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-11/+0
* Fix gcc warnings about unused variables.Christian Kandeler2013-03-251-0/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Use Id::fromString instead of the constructor.hjk2013-01-171-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-9/+5