aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/terminalhooks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-2/+2
* Replace most expected_str by Utils::Resulthjk2025-04-111-2/+2
* Utils: Remove access to DeviceFileHooks singletonhjk2024-10-221-3/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Libs: Cleanup lambdasJarek Kobus2023-12-121-1/+1
* Tr: More small fixesEike Ziller2023-10-181-1/+1
* DeviceSupport: Add more error outputMarcus Tillmanns2023-10-061-7/+8
* Terminal: Lazily open remote terminalsMarcus Tillmanns2023-08-171-8/+3
* Terminal: External terminal if blocked by modalMarcus Tillmanns2023-05-251-97/+1
* Utils: Combine startStubProcess parametersMarcus Tillmanns2023-05-081-6/+5
* Utils: Add TerminalMode::DetachedMarcus Tillmanns2023-05-041-16/+52
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* Terminal: Add enable settingMarcus Tillmanns2023-03-231-12/+67
* Terminal: Use QtcProcess to start terminal windowMarcus Tillmanns2023-03-211-8/+11
* Terminal: Enable TerminalProcessInterfaceMarcus Tillmanns2023-03-201-4/+62
* ProjectExplorer: Remove IDevice::terminalCommandMarcus Tillmanns2023-03-021-0/+18
* Terminal: Add remote devices to shell selectionMarcus Tillmanns2023-02-271-0/+8
* Terminal: Add Terminal pluginMarcus Tillmanns2023-02-241-0/+48