aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/externalterminalprocessimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-3/+3
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Terminal: Avoid three uses of FilePath::toUrlishString()hjk2025-03-141-3/+3
* Utils: Make use of TerminalCommand::needsQuotes againChristian Kandeler2025-02-041-1/+4
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-3/+3
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-05-171-2/+0
|\
| * Utils: Remove duplicate callMarcus Tillmanns2024-05-161-2/+0
* | CommandLine: Use more 1-arg c'torJarek Kobus2024-05-161-1/+1
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* CMake: Fix QTC_STATIC_BUILDCristian Adam2023-11-101-3/+3
* Terminal: Add fallback code to close terminal.appMarcus Tillmanns2023-11-071-25/+53
* Utils: Fix Terminal.app script for macOS 14Marcus Tillmanns2023-11-071-1/+35
* Terminal: Fix incorrect signal connectionMarcus Tillmanns2023-09-081-2/+0
* Terminal: Fix process staying aliveMarcus Tillmanns2023-07-071-16/+36
* Terminal: Remove unnecessary echoMarcus Tillmanns2023-07-051-2/+1
* Terminal: Fix setting environment for stub processMarcus Tillmanns2023-06-141-0/+2
* Add full stops to various error messagesEike Ziller2023-06-141-3/+3
* Terminal: Close Terminal.app window automaticallyMarcus Tillmanns2023-06-131-30/+64
* Utils: Fix opening external TerminalMarcus Tillmanns2023-05-251-1/+1
* Terminal: External terminal if blocked by modalMarcus Tillmanns2023-05-251-0/+92