aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/editormanager/documentmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* DocumentModel: Replace QMap with QHashJarek Kobus2024-02-051-4/+5
* Core: Use icon based on document's full pathhjk2023-10-161-0/+2
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-1/+1
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-4/+2
* Core: Refactor disambiguateDisplayNamesArtem Sokolovskii2023-03-221-69/+39
* Core: Speed up opendocumentsfilterArtem Sokolovskii2023-02-201-1/+1
* Core: Tr::trhjk2023-01-171-4/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-071-5/+4
|\
| * DocumentModel: Fix possible use of deallocated memoryJarek Kobus2022-12-021-5/+4
* | Core: Rename DocumentModel::fileName() to filePath()hjk2022-11-251-10/+10
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* CorePlugin: Limit the usage of qMakePair and std::make_pairJarek Kobus2022-09-301-2/+2
* Utils: Remove Utils::optionalEike Ziller2022-09-011-11/+11
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core: remove suspended entry from file path cacheDavid Schulz2022-08-031-0/+5
* DocumentModel: Improve performance of (document|entry)ForFilePathEike Ziller2022-07-281-7/+5
* CorePlugin: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-131-3/+3
* Utils: Use FilePath in DropSupporthjk2021-08-021-1/+1
* Core: Use FilePath in preferredEditorFactorieshjk2021-07-301-2/+2
* Core: Use FilePath to track document entriesDavid Schulz2021-06-141-16/+9
* Fix margin of Open Documents view built with Qt 6Eike Ziller2021-04-291-1/+1
* Core: Do not open documents for all dropped filesDavid Schulz2021-01-131-1/+3
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-3/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+2
* Doc: Fix Editor Manager docsLeena Miettinen2020-02-201-0/+12
* Utils: Split FilePath::fileNamehjk2019-08-141-1/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-9/+9
* Allow pinning files to ensure that they are always openMitch Curtis2019-04-031-25/+64
* DocumentModel: Keep sorted on renamesTobias Hunger2018-12-191-11/+51
* Core: ModernizeAlessandro Portale2018-08-081-6/+4
* DocumentModel: Replace optional::value by non-throwing alternativeRobert Loehning2018-05-021-1/+1
* DocumentModel: Replace optional::value by non-throwing alternativeRobert Loehning2018-04-121-2/+2
* Fix ordering of items in open documents popupEike Ziller2018-02-161-0/+5
* Document model: Use optional for "indexOf" kind of methodsEike Ziller2018-02-161-23/+31
* DocumentModel: Add safeguardEike Ziller2017-10-041-0/+1
* Handle case sensitive file system gracefully with case-insensitive setupEike Ziller2017-09-051-4/+4
* DocumentModel: Remove redundant returnRobert Loehning2017-04-061-1/+1
* EditorManager: Auto-suspend editorsEike Ziller2016-06-131-9/+17
* DocumentModel: Better separation of private APIEike Ziller2016-06-091-295/+258
* DocumentModel: Avoid deletion of entries for suspended documentsEike Ziller2016-05-311-11/+7
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-311-2/+2
* Core: Add override to modelsEike Ziller2016-05-181-10/+10
* DocumentModel: Use entryAtRow at one more placeEike Ziller2016-05-181-7/+6
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-051-17/+10
|\
| * Core: Dedicated lock/unlock icons for toolbar and documents viewAlessandro Portale2016-04-011-17/+10
* | Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-03-221-10/+1
|\|
| * Core: Make IDocument concreteOrgad Shaneh2016-03-171-10/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-03-111-1/+2
|\|
| * Fix disambiguated display name on case insensitive file systemsEike Ziller2016-03-091-1/+2