summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editormanager
Commit message (Expand)AuthorAgeFilesLines
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-11/+7
* Utils: move TextPosition/Range to textutilsDavid Schulz2023-05-101-1/+1
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-082-8/+4
* Fix include styleJarek Kobus2023-03-241-2/+2
* Core: Refactor disambiguateDisplayNamesArtem Sokolovskii2023-03-222-81/+39
* EditorManger: Move BaseFileFilter::openEditor into EditorManagerJarek Kobus2023-02-232-4/+18
* Core: Speed up opendocumentsfilterArtem Sokolovskii2023-02-201-1/+1
* Core: Make access to remote terminal easier in codehjk2023-01-311-1/+2
* Core: Tr::trhjk2023-01-176-155/+158
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0625-25/+25
* Fix highlighting of debugger disassembly viewEike Ziller2023-01-031-23/+3
* Don't call non-const methods on temporary QListJarek Kobus2022-12-081-8/+5
* CorePlugin: Pass context object to lambda connectionsJarek Kobus2022-12-081-19/+14
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-072-6/+5
|\
| * DocumentModel: Fix possible use of deallocated memoryJarek Kobus2022-12-022-6/+5
* | Core: Rename DocumentModel::fileName() to filePath()hjk2022-11-254-34/+34
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-161-0/+3
|\ \ | |/
| * Core: Tweak handling of scratch bufferChristian Stenger2022-11-151-0/+3
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-072-2/+4
|\ \ | |/
| * Utils: Allow mimetype deep-scan for remote filesMarcus Tillmanns2022-11-042-2/+4
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-3/+3
|/
* Fix that Open Documents no longer showed "pinned" iconEike Ziller2022-10-141-0/+3
* MainWindow: Use FileUtils::get... functionsMarcus Tillmanns2022-10-132-3/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-14/+14
* CorePlugin: Limit the usage of qMakePair and std::make_pairJarek Kobus2022-09-301-2/+2
* Utils: Remove Utils::optionalEike Ziller2022-09-014-18/+19
* Utils: Add "Layouting::HorizontalRule" LayoutItemAlessandro Portale2022-08-292-4/+3
* Use SPDX license identifiersLucie Gérard2022-08-2625-600/+50
* Core: Show document icons in Ctrl-Tab open documents windowCristian Adam2022-08-162-3/+2
* Core: Show document icons the "Open Documents" viewCristian Adam2022-08-162-0/+13
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-031-0/+5
|\
| * Core: remove suspended entry from file path cacheDavid Schulz2022-08-031-0/+5
* | Core: Include more utils/filepaths.h instead of utils/fileutils.hAlessandro Portale2022-07-283-3/+3
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-281-7/+5
|\ \ | |/
| * DocumentModel: Improve performance of (document|entry)ForFilePathEike Ziller2022-07-281-7/+5
* | Core: Inline openwithdialog.uiEike Ziller2022-07-281-0/+1
* | Core: Remove #include <QMainWindow> from icore.hhjk2022-07-221-0/+1
* | EditorManager: Avoid using sender()Jarek Kobus2022-07-211-3/+2
* | Drop Qt5: Core: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* | EditorManager: Avoid using sender()Jarek Kobus2022-07-202-4/+6
* | Use setClipboardAndSelection more broadlyhjk2022-07-151-1/+1
* | Core: Also set selection from context menu actionshjk2022-07-141-2/+2
|/
* Core: fix opening multiple broken FilesDavid Schulz2022-06-301-2/+1
* Adapt to move of options to Edit > PreferencesEike Ziller2022-06-281-1/+1
* Fix "save as" with same file path, involving symbolic linksEike Ziller2022-06-271-1/+2
* Core: FilePathify WindowTitleHandlerDavid Schulz2022-06-172-4/+4
* EditorManager: Limit number of splitsEike Ziller2022-06-102-16/+30
* Core: Auto-suspend documents more aggressively by defaultChristian Kandeler2022-05-251-1/+1
* Remove or replace a few unnecessary #includeshjk2022-05-201-1/+1
* CorePlugin: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-136-48/+49