aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/pathchooser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Utils: Rename FilePath::searchOnDevice to searchInDirectorieshjk2021-08-121-1/+1
* Utils: Use EnvironmentChange instead of Environment in several placeshjk2021-08-111-8/+11
* Utils: Handle resolving paths and validation more appropriateChristian Stenger2021-08-091-2/+19
* Utils: Fix pathchooser auto-search-in-path for remote caseshjk2021-08-051-1/+3
* Utils: More remote file use in PathChooserhjk2021-07-161-13/+12
* Utils: Fix FileChooser error marking for directorieshjk2021-07-141-1/+1
* Utils: Allow remote paths in PathChooserhjk2021-07-141-22/+22
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1