summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/documentmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Use a consistent initial directory in open/save/locatorOrgad Shaneh2016-05-041-7/+4
* DocumentManager: Fix issues with handling of externally modified filesEike Ziller2016-03-041-12/+36
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-14/+17
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-3/+3
* Revert "Core: Reinitialize change notification after saving"Eike Ziller2015-07-061-3/+2
* Core: Reinitialize change notification after savingFinn Brudal2015-06-151-2/+3
* Core: Make EditorManager::reloadSettings available for testsNikolai Kosjar2015-06-031-1/+1
* Move Open With... handling to editor manager.Eike Ziller2015-06-021-82/+0
* Simplify Open with... menu handlingEike Ziller2015-06-021-68/+53
* DocumentManager: Treat documents without path as temporaryTobias Hunger2015-03-161-2/+3
* Use new mime databaseEike Ziller2015-02-171-3/+7
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: De-noise DocumentManagerOrgad Shaneh2015-02-111-21/+23
* | Core: Remove unneeded qualificationsOrgad Shaneh2015-02-061-5/+5
* | Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-021-1/+1
* | Utils: Use FileName in reloadPromptOrgad Shaneh2015-02-021-1/+1
* | Fix default wrong directory if no files are open in the editorDaniel Teske2015-01-191-1/+25
* | Remove DocumentManager::currentFile, use DocumentManager::currentEditorDaniel Teske2015-01-191-34/+4
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-14/+16
* | Core: CosmeticsOrgad Shaneh2014-11-261-2/+2
|/
* Fix reloading documents when they are changed fast, multiple times.Eike Ziller2014-11-131-7/+14
* Fix warning when saving documents with empty file names.Friedemann Kleint2014-11-121-2/+5
* Make project dir defaultDaniel Teske2014-11-121-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Core: Reorganize ReadOnlyFilesDialoghjk2014-09-251-1/+1
* | C++: Change QStringList to QSet<QString> to prevent conversions.Erik Verbruggen2014-09-041-1/+1
* | DocumentManager: Reduce scope of variableTobias Hunger2014-09-031-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | EditorManager: Clean up public interfaceEike Ziller2014-07-221-6/+7
|/
* Fix "Open with" for multiple splitsEike Ziller2014-07-041-9/+33
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-131-18/+0
|\
| * Fix setting DocumentManager::currentFile when clicking into splitEike Ziller2014-06-041-18/+0
* | Avoid explicit checks for windows host when working with file pathsEike Ziller2014-06-121-1/+1
* | Core: Pass const string by referenceOrgad Shaneh2014-05-201-2/+2
* | DocumentModel: Make interface statichjk2014-05-131-1/+1
* | Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-271-1/+6
|\ \ | |/
| * DocumentManager: Ensure that checkForReload is called after modal dialogDaniel Teske2014-03-251-1/+6
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+1
|/
* DocumentManager: Refactor saveModified methodsTobias Hunger2014-01-231-52/+131
* DocumentManager: Handle 0 pointers gracefullyTobias Hunger2014-01-221-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-16/+15
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| * DocumentManager: Use suitable parent for file reload dialoghjk2014-01-061-1/+2
| * DocumentManager: Use ICore::dialogParent for all dialogshjk2014-01-061-14/+12
* | DocumentManager: Merge {slotE,e}xecuteOpenWithMenuActionhjk2013-11-201-5/+0
|/