aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/namevalueitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Environment: Consider Append and Prepend operationsChristian Kandeler2020-07-151-5/+24
| | | | | | | | | | ... when converting to and from string lists. Otherwise, such changes will be mis-stored/loaded as "Set" operations, resulting in unexpected environment values. Task-number: QTCREATORBUG-24105 Change-Id: I801f1e13028eef7575680a4da52e903adf07d3f8 Reviewed-by: hjk <hjk@qt.io>
* Let users disable environment entriesChristian Kandeler2019-07-221-11/+25
| | | | | | | | | It's helpful to be able to temporarily disable environment variables, as opposed to having to remove (and then re-add) them entirely. Fixes: QTCREATORBUG-20984 Change-Id: Ib0d287035b9357507c4c19faaf3a1517382506b5 Reviewed-by: hjk <hjk@qt.io>
* Enable macro editing for the Clang indexerMarco Bubke2019-06-131-0/+199
Refactor much of the code from Environment* classes to NameValue* classes to share it with the preprocessor macro settings. Change-Id: Ica4ee817aa338230c422b30d91240d266248d226 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>