summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editormanager/editorview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Core: ModernizeAlessandro Portale2018-08-081-15/+12
* Fix that removing splits results in code model issuesEike Ziller2018-05-251-7/+16
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-1/+2
|\
| * Fix ordering of items without file name in open documents popupEike Ziller2018-03-121-1/+2
* | EditorManager: Use nullptrEike Ziller2018-03-061-42/+42
|/
* Fix ordering of items in open documents popupEike Ziller2018-02-161-4/+3
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
* Core: Remove slot-by-name referenceOrgad Shaneh2017-03-201-3/+3
* Move icons to UtilsUlf Hermann2016-08-051-9/+9
* Utils: Replace Theme::widgetStyle with a flagAlessandro Portale2016-06-211-3/+3
* DocumentModel: Better separation of private APIEike Ziller2016-06-091-1/+2
* EditorManager: Rename "restored" to "suspended" documentsEike Ziller2016-02-251-1/+1
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-9/+14
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Implement go to previous split featureArtem Chystikov2016-01-071-0/+36
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-16/+11
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-15/+17
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-4/+6
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-261-1/+7
|\
| * Core: Fix compile with MSVC 2010Christian Stenger2015-05-261-1/+1
| * Items were removed from QML overview when dragging onto editor viewEike Ziller2015-05-221-0/+6
* | EditorManager: do not show endless errorsNikita Baryshnikov2015-05-081-13/+33
|/
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Remove unneeded qualificationsOrgad Shaneh2015-02-061-4/+4
* | Editor: Don't change the focus when setting a new view.David Schulz2015-01-281-5/+5
* | EditorManager: Make placeholder text API 'module-private'Eike Ziller2015-01-221-2/+2
* | Show some helpful hints in empty editor viewsEike Ziller2015-01-121-1/+11
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-5/+9
* | Core: CosmeticsOrgad Shaneh2014-11-261-3/+3
|/
* 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