| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -2/+2 |
| * | Utils: Guard most MacroExpanderProviders | hjk | 2025-09-19 | 1 | -1/+26 |
| * | Utils: Add variable for a file path's parent directory name | Christian Kandeler | 2025-07-14 | 1 | -0/+6 |
| * | Macros: Add better examples for "prefix" variables | Eike Ziller | 2025-06-30 | 1 | -10/+30 |
| * | ProjectExplorer: Add setting for a default working directory | Christian Kandeler | 2025-05-07 | 1 | -2/+6 |
| * | Utils: Fix an occurrence of the old IPlugin::initialize() signature | hjk | 2025-04-17 | 1 | -1/+1 |
| * | Replace a few make_unexpected with ResultError | hjk | 2025-04-15 | 1 | -3/+2 |
| * | Replace most expected_str by Utils::Result | hjk | 2025-04-11 | 1 | -1/+1 |
| * | ProjectExplorer: Provide project-specific vars in build dir template | Christian Kandeler | 2025-04-11 | 1 | -11/+24 |
| * | Drop a few unneeded #includes | hjk | 2025-03-04 | 1 | -2/+0 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -1/+1 |
| * | Utils: Allow remote paths in MacroExpander::registerFileVariable | hjk | 2024-12-19 | 1 | -2/+2 |
| * | Utils: Add reason why MacroExpander::expand(FilePath) does what it does | hjk | 2024-11-07 | 1 | -1/+7 |
| * | MacroExpander: Return error from expandArgs and handle them | Marcus Tillmanns | 2024-10-22 | 1 | -4/+6 |
| * | Utils: Remove AbstractMacroExpander | Marcus Tillmanns | 2024-10-21 | 1 | -6/+121 |
| * | Revert "Utils: Expand FilePaths per part, not as a full string" | Marcus Tillmanns | 2024-10-18 | 1 | -4/+1 |
| * | ProjectExplorer: Display build configuration specific variables again | hjk | 2024-10-18 | 1 | -0/+5 |
| * | Utils: Expand FilePaths per part, not as a full string | hjk | 2024-07-19 | 1 | -1/+4 |
| * | Fix QMetaType::type() related deprecation warnings | hjk | 2024-05-23 | 1 | -1/+1 |
| * | Fix i18n issues | Eike Ziller | 2024-02-21 | 1 | -1/+1 |
| * | Utils: Replace QVector with QList | Jarek Kobus | 2023-07-20 | 1 | -2/+2 |
| * | Fix some more *::count() deprecation warnings | hjk | 2023-06-07 | 1 | -1/+1 |
| * | Doc: Add missing \a commands to MacroExpander docs | Leena Miettinen | 2023-05-30 | 1 | -4/+14 |
| * | Utils: Treat FilePath with variables as user input when expanding | Alessandro Portale | 2023-05-24 | 1 | -1/+1 |
| * | Doc: Add "\inmodule QtCreator" to \class and \namespace docs | Leena Miettinen | 2023-05-22 | 1 | -0/+1 |
| * | Process: Rename QtcProcessPrivate -> ProcessPrivate | Jarek Kobus | 2023-05-10 | 1 | -1/+1 |
| * | MacroExpander: Fix Path and FilePath on Windows | Orgad Shaneh | 2023-04-20 | 1 | -2/+2 |
| * | Utils: Remove unnecessary code | Marcus Tillmanns | 2023-04-04 | 1 | -7/+7 |
| * | Utils: Change macro expander to use FilePath | Marcus Tillmanns | 2023-04-04 | 1 | -35/+39 |
| * | Utils: Tr::tr | Alessandro Portale | 2023-02-01 | 1 | -11/+11 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Utils: Pass context object to lambda connections | Jarek Kobus | 2022-12-07 | 1 | -1/+1 |
| * | Utils: Fix expansion of macros in FilePath | hjk | 2022-11-29 | 1 | -4/+2 |
| * | Utils: Read env variable using qtc function in MacroExpander | Piotr Mućko | 2022-09-01 | 1 | -2/+4 |
| * | Utils: Replace FilePath part setters | hjk | 2022-09-01 | 1 | -5/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Utils: Port some FilePath part accessors to QStringView | hjk | 2022-08-22 | 1 | -2/+2 |
| * | Utils lib: Remove unneeded includes from cpp files | Jarek Kobus | 2022-05-19 | 1 | -3/+0 |
| * | Utils: Remove one ProcessArgs::expandMacros overload | hjk | 2021-07-06 | 1 | -1/+7 |
| * | Utils: Change signature of MacroExpander::registerFileVariables | hjk | 2021-06-03 | 1 | -7/+7 |
| * | Utils: Simplify and extend MacroExpander::expand(FilePath) | hjk | 2021-06-01 | 1 | -6/+5 |
| * | Move CommandLine out of fileutils.h | Eike Ziller | 2021-05-11 | 1 | -1/+1 |
| * | Utils: Move ProcessArgs class into filepair of its own | hjk | 2021-05-11 | 1 | -1/+2 |
| * | Utils: Move process arguments class out of QtcProcess | hjk | 2021-05-11 | 1 | -1/+1 |
| * | Utils: Make MacroExpander work with remote file names | hjk | 2021-04-28 | 1 | -0/+5 |
| * | Aggregation/Utils/ExtensionSystem: Make member functions const/static | Alessandro Portale | 2020-11-27 | 1 | -1/+1 |
| * | ProjectExplorer: Clean up variables | Christian Kandeler | 2020-10-02 | 1 | -2/+3 |
| * | Utils/ProjectExplorer: Move re-usabled bits of aspects to Utils | hjk | 2020-09-23 | 1 | -1/+1 |
| * | Compile fix with recent Qt dev | hjk | 2019-07-29 | 1 | -4/+1 |
| * | Utils: Rename FileName to FilePath | hjk | 2019-05-28 | 1 | -3/+3 |