summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/documentmanager.h
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* MainWindow: Use FileUtils::get... functionsMarcus Tillmanns2022-10-131-1/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* DocumentManager: Avoid using sender()Jarek Kobus2022-07-211-2/+1
* Remove or replace a few unnecessary #includeshjk2022-05-201-1/+1
* Mimetypes: Remove unused API and move one function to DocumentManagerEike Ziller2022-02-231-0/+1
* Open only designer related project files in Design StudioThomas Hartmann2022-02-181-0/+4
* Core: FilePath-ify DocumentManagerhjk2021-09-221-12/+13
* ClangCodeModel: Force clangd restart on external changesChristian Kandeler2021-09-071-0/+2
* Core: Use FilePath in some functions related to opening fileshjk2021-07-291-3/+3
* Core: use FilePaths to notify files changed internallyDavid Schulz2021-06-231-2/+2
* Core: remove unused helper functionsDavid Schulz2021-06-181-2/+0
* Core: filepathify file renamingDavid Schulz2021-06-171-3/+5
* Core: filepathify expected document changesDavid Schulz2021-06-171-4/+4
* Core: Use FilePath to track document entriesDavid Schulz2021-06-141-0/+1
* Core: Use FilePaths for recent documentsDavid Schulz2021-06-141-2/+2
* Core: filepathify IDocumentDavid Schulz2021-05-191-1/+2
* Remove unneeded QStringList forward declarationsEike Ziller2020-09-291-4/+0
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+4
* Move Id from Core to UtilsEike Ziller2020-06-181-0/+1
* Disable "Save All" when there are no documents to be savedVille Nummela2020-03-301-0/+2
* Doc: Fix Document Manager docsLeena Miettinen2020-03-231-6/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-6/+6
* Utils: Introduce GlobalFileChangeBlockerOrgad Shaneh2019-01-081-5/+0
* Move "builddirectory" template from Core to ProjectExplorerTobias Hunger2018-10-101-3/+0
* Core: ModernizeAlessandro Portale2018-08-081-1/+1
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-271-0/+2
* Core: Use override consistentlyTobias Hunger2018-05-071-2/+2
* Add a file properties dialogAndre Hartmann2018-02-191-0/+1
* Restrict suggested file filters to registered supported mime typesEike Ziller2017-11-011-0/+2
* Use nullptr and member initialization in document managerEike Ziller2017-09-291-20/+29
* CorePlugin: Clean forward declarationLaurent Montel2017-09-271-4/+0
* Add projects directory to folder navigation widgetEike Ziller2017-09-261-0/+1
* Make DocumentManager::projectsDirectory a FileNameEike Ziller2017-09-191-2/+2
* Handle case sensitive file system gracefully with case-insensitive setupEike Ziller2017-09-051-2/+3
* Fix that save as from "file was removed" dialog didn't provide filtersEike Ziller2016-11-141-2/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-7/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Move Open With... handling to editor manager.Eike Ziller2015-06-021-2/+0
* Simplify Open with... menu handlingEike Ziller2015-06-021-3/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Fix default wrong directory if no files are open in the editorDaniel Teske2015-01-191-0/+3
* | Remove DocumentManager::currentFile, use DocumentManager::currentEditorDaniel Teske2015-01-191-5/+0
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+4
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | C++: Change QStringList to QSet<QString> to prevent conversions.Erik Verbruggen2014-09-041-1/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1