aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/documentmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* DocumentManager: Replace QMap with QHashJarek Kobus2024-01-311-10/+9
* Various plugins: Replace QMap with QHashJarek Kobus2024-01-291-5/+1
* Core: Fill SaveAs pathMarcus Tillmanns2024-01-161-0/+4
* CorePlugin: Avoid using keys()Jarek Kobus2024-01-091-3/+3
* Core: Use ActionBuilder for Save Allhjk2024-01-081-23/+12
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-7/+7
* qbs build: Improve some base itemsChristian Kandeler2023-09-181-14/+13
* Editor: remove duplicated path is empty checks when savingDavid Schulz2023-08-281-1/+1
* Core: Merge iexternaleditor.{h,cpp} into ieditorfactory.{h,cpp}hjk2023-08-211-1/+0
* Core: Move SystemSettings page closer to current setuphjk2023-07-281-1/+3
* Core: Fix filter when selected is not registeredMarcus Tillmanns2023-05-301-1/+4
* Doc: Fix qdoc warnings in Core plugin docsLeena Miettinen2023-05-261-0/+4
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-2/+2
* Core: Tr::trhjk2023-01-171-13/+12
* Prefix Tr::tr contexts with ::hjk2023-01-131-2/+2
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* plugins: Remove foreach usageArtem Sokolovskii2022-12-201-2/+2
* CorePlugin: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* CorePlugin: Do not check recent files for existenceMarcus Tillmanns2022-11-031-15/+21
* MainWindow: Use FileUtils::get... functionsMarcus Tillmanns2022-10-131-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-8/+8
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core: Inline saveitemsdialog.uiEike Ziller2022-07-281-5/+6
* DocumentManager: Avoid using sender()Jarek Kobus2022-07-211-25/+16
* CorePlugin: Use Tr::tr instead of QCoreApplication::translate("Core"...Eike Ziller2022-07-061-2/+3
* CorePlugin: Prevent double warnings for overwriting filesTapani Mattila2022-06-221-11/+12
* CorePlugin: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-131-1/+1
* CorePlugin: Remove foreach / Q_FOREACH usage mostly in dialogsArtem Sokolovskii2022-05-041-12/+15
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* Mimetypes: Remove unused API and move one function to DocumentManagerEike Ziller2022-02-231-2/+13
* Open only designer related project files in Design StudioThomas Hartmann2022-02-181-0/+16
* Doc: Fix documentation warnings in Extending Qt Creator ManualTopi Reinio2021-11-251-2/+2
* Don't call DocumentManager::addDocument() from non-main threadJarek Kobus2021-10-201-0/+3
* DocumentManager: Check for permission change on every reloadOrgad Shaneh2021-10-191-1/+1
* Core: FilePath-ify DocumentManagerhjk2021-09-221-43/+40
* ClangCodeModel: Force clangd restart on external changesChristian Kandeler2021-09-071-0/+1
* Use more FileUtils based file dialogshjk2021-08-191-4/+4
* Utils: Return FilePath from PathChooser::homePath()hjk2021-08-191-2/+2
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-2/+1
* Core: Use FilePath in some functions related to opening fileshjk2021-07-291-10/+9
* Core: use FilePaths to notify files changed internallyDavid Schulz2021-06-231-2/+2
* Core: remove unused helper functionsDavid Schulz2021-06-181-28/+4
* Core: filepathify documentmanager gutsDavid Schulz2021-06-181-75/+72
* Core: filepathify file renamingDavid Schulz2021-06-171-5/+5
* Core: filepathify expected document changesDavid Schulz2021-06-171-14/+17
* Core: Use FilePath to track document entriesDavid Schulz2021-06-141-0/+7
* Utils: filepathify pathchooserDavid Schulz2021-06-141-1/+1