summaryrefslogtreecommitdiff
path: root/clients/cli/settings.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-15cli: move from "clients/cli/" to "src/nmcli/"Thomas Haller1-762/+0
2021-03-02build: move "clients/common/" to "src/libnmc-{base,setting}/"Thomas Haller1-3/+3
2021-02-24build: move "libnm/" to "src/" and split itThomas Haller1-1/+1
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller1-1/+1
2021-02-09all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller1-1/+1
2021-01-05all: update deprecated SPDX license identifiersThomas Haller1-1/+1
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller1-1/+1
2020-09-28format: replace tabs for indentation in code commentsThomas Haller1-28/+28
2020-09-28all: reformat all with new clang-format styleAntonio Cardace1-499/+552
2020-07-03all: fix typo in man pagesSayed Shah1-2/+2
2020-04-04cli: hide nm_cli global variable from public headersThomas Haller1-2/+0
2020-04-04cli: make nmc_meta_environment_arg const pointerThomas Haller1-3/+3
2019-10-02all: unify format of our Copyright source code commentsThomas Haller1-1/+1
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-16cli: add NMMetaAccessorModifier enum instead of using "char" typeThomas Haller1-4/+4
2019-08-16cli: reorder checks in nmc_setting_set_property() for modifier typeThomas Haller1-6/+7
2019-04-18shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller1-1/+1
2019-04-10shared: add flags argument to nm_utils_strsplit_set()Thomas Haller1-1/+1
2019-03-27cli: fix accepting %NULL value for '+' modifierThomas Haller1-1/+6
2019-03-25cli: freeze/thaw property changed signals in nmc_setting_set_property()Thomas Haller1-7/+11
2019-03-25cli/trivial: add FIXME comment about how wrong editor_init_existing_connectio...Thomas Haller1-0/+19
2019-03-25cli: merge set_fcn() and remove_fcn()Thomas Haller1-10/+5
2019-03-25cli: allow resetting all values via set_fcn() property handlerThomas Haller1-45/+7
2019-03-25cli: reset default value of properties via set_fcn()Thomas Haller1-41/+40
2019-03-25cli: merge remove-property, reset-property and set-propertyThomas Haller1-101/+65
2019-03-25cli: don't use nmc_property_get_gvalue() in ipv4_method_changed_cb()Thomas Haller1-14/+14
2019-03-25cli: drop nmc_property_set_default_value()Thomas Haller1-15/+11
2019-03-25cli: implement nmc_setting_reset_property() based on nmc_setting_set_property()Thomas Haller1-55/+26
2019-03-25cli: don't interpret value as index too early for nmc_setting_remove_property...Thomas Haller1-14/+4
2018-10-10cli: don't access global nm_cli variable from nmc_setting_set_property()Thomas Haller1-4/+5
2018-09-15docs: misc. typosluz.paz1-4/+4
2018-08-11shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani1-1/+1
2018-08-10cli: fix nmc_setting_get_valid_properties() to use setting metadataThomas Haller1-18/+12
2018-07-09cli: add additional user-data argument to get_fcn()Thomas Haller1-0/+1
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-2/+2
2018-04-13clients: change nm_meta_abstract_info_get() to report defaultsBeniamino Galvani1-0/+1
2017-12-12cli: drop nmc_strsplit_set()Thomas Haller1-3/+5
2017-12-01cli: don't print warnings when completing argumentsBeniamino Galvani1-0/+4
2017-04-23cli: don't mark field names for translationThomas Haller1-2/+2
2017-04-12cli: move setting creation to meta dataThomas Haller1-68/+0
2017-04-12cli: move completion for master connections to meta dataThomas Haller1-0/+25
2017-04-12cli: move completion for devices names to meta dataThomas Haller1-0/+25
2017-04-12cli: extend NMMetaSettingInfoEditor's get_fcn() to support different output f...Thomas Haller1-8/+17
2017-04-12cli: cleanup meta data virtual function argumentsThomas Haller1-11/+13
2017-04-12cli: use nmc_print() to output setting dataThomas Haller1-72/+21
2017-04-12cli: do not show description of unsupported propertiesBeniamino Galvani1-20/+20
2017-04-05cli: add get_fcn() to NMMetaAbstractInfoThomas Haller1-4/+8
2017-04-05cli: add nmc_output_selection_create() to parse field selectionThomas Haller1-6/+5
2017-04-05cli: split tracking of meta data out of NmcOutputFieldThomas Haller1-52/+17