aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/macroexpander.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make expanders work with subexpandershjk2014-10-211-4/+46
* MacroExpander: Fall back to global expanderhjk2014-10-161-2/+10
* VariableChooser: Reworkhjk2014-10-151-0/+34
* MacroExpander: Allow registering local expansionshjk2014-10-151-4/+283
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
* Utils: Move MacroExpander to file pair of its ownhjk2014-10-131-0/+43