summaryrefslogtreecommitdiff
path: root/src/libs/utils/macroexpander.cpp
Commit message (Expand)AuthorAgeFilesLines
* Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* MacroExpander: Fix Path and FilePath on WindowsOrgad Shaneh2023-04-201-2/+2
* Utils: Remove unnecessary codeMarcus Tillmanns2023-04-041-7/+7
* Utils: Change macro expander to use FilePathMarcus Tillmanns2023-04-041-35/+39
* Utils: Tr::trAlessandro Portale2023-02-011-11/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Pass context object to lambda connectionsJarek Kobus2022-12-071-1/+1
* Utils: Fix expansion of macros in FilePathhjk2022-11-291-4/+2
* Utils: Read env variable using qtc function in MacroExpanderPiotr Mućko2022-09-011-2/+4
* Utils: Replace FilePath part settershjk2022-09-011-5/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Port some FilePath part accessors to QStringViewhjk2022-08-221-2/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-3/+0
* Utils: Remove one ProcessArgs::expandMacros overloadhjk2021-07-061-1/+7
* Utils: Change signature of MacroExpander::registerFileVariableshjk2021-06-031-7/+7
* Utils: Simplify and extend MacroExpander::expand(FilePath)hjk2021-06-011-6/+5
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-1/+1
* Utils: Move ProcessArgs class into filepair of its ownhjk2021-05-111-1/+2
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Utils: Make MacroExpander work with remote file nameshjk2021-04-281-0/+5
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-1/+1
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-2/+3
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-1/+1
* Compile fix with recent Qt devhjk2019-07-291-4/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-0/+5
* Export Wizard values to JavaScript macroEike Ziller2019-05-091-0/+23
* Utils: ModernizeAlessandro Portale2018-07-201-7/+5
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-1/+1
* MacroExpander: Prevent loop with subprovidersTobias Hunger2017-06-201-5/+12
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* MacroExpander: Remove unused typedef and member variablehjk2016-01-051-1/+0
* MacroExpander: Remove tracking of 'invisible' variableshjk2016-01-051-11/+3
* VariableManager: Do not try to expand PrefixesTobias Hunger2015-09-211-3/+14
* QML wizards: Do not offer .ui.qml files for Qt 5.3Tobias Hunger2015-07-151-1/+1
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-261-1/+1
|\
| * Fix missing of some translationsSergey Belyashov2015-03-241-1/+1
* | Variable manager: Provide file path variables with native separatorsEike Ziller2015-03-201-0/+19
|/
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
|/
* MacroExpander: Delay variable chooser populationhjk2014-12-011-8/+2
* Deprecate 'CurrentSession' in macros.hjk2014-11-071-5/+9
* MacroExpander: Remove unused method and includehjk2014-11-061-7/+3
* Nicer error reporting for infinite recursionhjk2014-11-051-2/+13
* Use better context and simplify macro expander translationshjk2014-11-051-7/+5
* Prevent indefinite recursion in macro expansionhjk2014-11-051-1/+12
* Provide a facility to hide macros in the chooserhjk2014-11-051-3/+12
* Restore JsonWizard expander functionalityhjk2014-10-231-0/+13
* Utils: MacroExpander API cosmetics.hjk2014-10-221-41/+62