aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/pathchooser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-14/+14
* Replace most expected_str by Utils::Resulthjk2025-04-111-2/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-3/+3
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-10/+5
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-2/+2
* ProjectExplorer: Expose toolchain versionsChristian Kandeler2024-09-111-3/+3
* PathChooser: Fix handling of ~Eike Ziller2024-09-041-1/+1
* Utils: Rename PathChooser::rawFilePath() to unxepandedFilePath()hjk2024-06-191-2/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Utils: Replace explicit cleanPath call by FilePath::fromUserInputhjk2024-02-211-2/+1
* Utils: Add async variant of DataFromProcessChristian Kandeler2024-02-201-34/+34
* Utils: Add convenience class for parsing and caching process outputChristian Kandeler2024-02-191-8/+6
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+1
* Utils: Use a bit more Key and Storehjk2023-08-241-1/+1
* PathChooser: Remove unused lambda capturesOrgad Shaneh2023-08-171-3/+1
* ProjectExplorer: Use FilePathAspect(s) in ExecutableAspecthjk2023-07-041-1/+2
* Utils: Make validation asyncMarcus Tillmanns2023-06-291-58/+58
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Fix PathChooser validationMarcus Tillmanns2023-04-041-2/+2
* Utils: Continue Environment/EnvironmentChange consolidationhjk2023-03-241-10/+4
* PathChooser: Don't leak menuJarek Kobus2023-02-061-4/+4
* Utils: Tr::trAlessandro Portale2023-02-011-21/+21
* Utils: Start Environment/EnvironmentChange consolidationhjk2023-01-271-0/+5
* Utils: Move PathChooser::expandedDirectory() to its only userhjk2023-01-231-14/+0
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2023-01-131-0/+6
|\
| * Utils: Guard against endless loop in PathChooserhjk2023-01-121-0/+6
* | Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* | RemoteLinux: Use remote path choosers for gdbserver and qml pathshjk2022-12-141-0/+10
* | Utils: Change browse button to OptionPushButtonMarcus Tillmanns2022-12-091-10/+44
|/
* Utils: Fix pathchooser for remote directoriesMarcus Tillmanns2022-10-181-1/+4
* Utils: Drop argument from PathChooser::rawFileChangedhjk2022-09-191-8/+2
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-5/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-19/+37
* Utils: Shuffle PathChooser expansion responsibility aroundhjk2022-06-171-9/+9
* ProjectExplorer: Pass macroexpander (again) to WorkingDirectoryAspecthjk2022-05-301-2/+2
* Utils: More forward declarations / drop unused headers [P-R]Jarek Kobus2022-05-251-1/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-2/+0
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+1
* Various FilePath::fromString -> fromUserInput changesAlessandro Portale2021-09-231-1/+1
* Utils: Introduce PathChoser::absoluteFilePath()hjk2021-09-131-0/+5
* Utils: Fix setting the path via slotBrowse()Alessandro Portale2021-08-271-2/+3
* Utils: Introduce a FilePath::searchInPath() convenience functionhjk2021-08-231-3/+1
* Utils: Use more FilePath in PathChooserhjk2021-08-231-27/+21
* Utils: Return FilePath from PathChooser::homePath()hjk2021-08-191-3/+3
* Git: Proliferate FilePath use in GerritModel a bithjk2021-08-171-2/+3
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+2
* Android: More FilePath use in CreateAndroidManifestWizardhjk2021-08-161-1/+5