summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/documentmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Add toSet/toList functionshjk2019-07-021-1/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-8/+8
* use initializer listsTim Jenssen2019-01-211-2/+2
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-211-1/+6
|\
| * Fix crash with reload prompt in presence of modal dialogEike Ziller2019-01-181-1/+6
* | Utils: Introduce GlobalFileChangeBlockerOrgad Shaneh2019-01-081-16/+8
* | Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-031-2/+2
|\ \ | |/
| * Core: Use correct parent for fileDeletedPromptOrgad Shaneh2018-11-291-2/+2
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-161-1/+1
|\ \ | |/
| * Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* | Move "builddirectory" template from Core to ProjectExplorerTobias Hunger2018-10-101-33/+4
|/
* DocumentManager: Follow clazy's suggestion to use QHash instead of QMapRobert Loehning2018-09-061-3/+3
* Core: ModernizeAlessandro Portale2018-08-081-4/+4
* use initializer listTim Jenssen2018-07-101-1/+1
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-271-1/+9
* Add a file properties dialogAndre Hartmann2018-02-191-0/+7
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-11/+13
* Add function for getting DiffServiceEike Ziller2017-11-131-3/+3
* Restrict suggested file filters to registered supported mime typesEike Ziller2017-11-011-1/+29
* DocumentManager: Avoid unneeded allocation of potentially large listEike Ziller2017-10-191-1/+3
* Use nullptr and member initialization in document managerEike Ziller2017-09-291-19/+20
* Fix reload issues for files with multiple registered documentsEike Ziller2017-09-291-10/+13
* Add projects directory to folder navigation widgetEike Ziller2017-09-261-1/+4
* Make DocumentManager::projectsDirectory a FileNameEike Ziller2017-09-191-10/+10
* Handle case sensitive file system gracefully with case-insensitive setupEike Ziller2017-09-051-75/+111
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-6/+5
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-281-3/+5
|\
| * Fix accessing temporary copies via QStringRefFriedemann Kleint2016-11-281-1/+3
| * Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-3/+3
* | Fix that it was not possible to save with arbitrary file extensionEike Ziller2016-11-151-2/+1
|/
* Fix that save as from "file was removed" dialog didn't provide filtersEike Ziller2016-11-141-29/+25
* Implement diff on close, on revert and on external modificationJarek Kobus2016-10-211-2/+22
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-211-3/+0
* Mark file modified externally as modified after the promptJarek Kobus2016-10-171-0/+3
* Core: Native dir separators for DMgr::getSaveFileName warningAlessandro Portale2016-08-081-1/+1
* 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