summaryrefslogtreecommitdiff
path: root/clients/cli/settings.c
Commit message (Expand)AuthorAgeFilesLines
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-101-1/+1
* cli: fix accepting %NULL value for '+' modifierThomas Haller2019-03-271-1/+6
* cli: freeze/thaw property changed signals in nmc_setting_set_property()Thomas Haller2019-03-251-7/+11
* cli/trivial: add FIXME comment about how wrong editor_init_existing_connectio...Thomas Haller2019-03-251-0/+19
* cli: merge set_fcn() and remove_fcn()Thomas Haller2019-03-251-10/+5
* cli: allow resetting all values via set_fcn() property handlerThomas Haller2019-03-251-45/+7
* cli: reset default value of properties via set_fcn()Thomas Haller2019-03-251-41/+40
* cli: merge remove-property, reset-property and set-propertyThomas Haller2019-03-251-101/+65
* cli: don't use nmc_property_get_gvalue() in ipv4_method_changed_cb()Thomas Haller2019-03-251-14/+14
* cli: drop nmc_property_set_default_value()Thomas Haller2019-03-251-15/+11
* cli: implement nmc_setting_reset_property() based on nmc_setting_set_property()Thomas Haller2019-03-251-55/+26
* cli: don't interpret value as index too early for nmc_setting_remove_property...Thomas Haller2019-03-251-14/+4
* cli: don't access global nm_cli variable from nmc_setting_set_property()Thomas Haller2018-10-101-4/+5
* docs: misc. typosluz.paz2018-09-151-4/+4
* shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2018-08-111-1/+1
* cli: fix nmc_setting_get_valid_properties() to use setting metadataThomas Haller2018-08-101-18/+12
* cli: add additional user-data argument to get_fcn()Thomas Haller2018-07-091-0/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* clients: change nm_meta_abstract_info_get() to report defaultsBeniamino Galvani2018-04-131-0/+1
* cli: drop nmc_strsplit_set()Thomas Haller2017-12-121-3/+5
* cli: don't print warnings when completing argumentsBeniamino Galvani2017-12-011-0/+4
* cli: don't mark field names for translationThomas Haller2017-04-231-2/+2
* cli: move setting creation to meta dataThomas Haller2017-04-121-68/+0
* cli: move completion for master connections to meta dataThomas Haller2017-04-121-0/+25
* cli: move completion for devices names to meta dataThomas Haller2017-04-121-0/+25
* cli: extend NMMetaSettingInfoEditor's get_fcn() to support different output f...Thomas Haller2017-04-121-8/+17
* cli: cleanup meta data virtual function argumentsThomas Haller2017-04-121-11/+13
* cli: use nmc_print() to output setting dataThomas Haller2017-04-121-72/+21
* cli: do not show description of unsupported propertiesBeniamino Galvani2017-04-121-20/+20
* cli: add get_fcn() to NMMetaAbstractInfoThomas Haller2017-04-051-4/+8
* cli: add nmc_output_selection_create() to parse field selectionThomas Haller2017-04-051-6/+5
* cli: split tracking of meta data out of NmcOutputFieldThomas Haller2017-04-051-52/+17
* cli: make setting meta data more genericThomas Haller2017-04-051-29/+16
* cli: split out new file "nm-meta-setting-access.h"Thomas Haller2017-04-051-137/+7
* cli: pass arguments for print_data separately of NmcOutputDataThomas Haller2017-04-051-2/+2
* cli: merge NmcPrintFields into NmcOutputData and pass it directly to print_re...Thomas Haller2017-04-051-2/+2
* cli: move pre-check for setting connection:secondaries out of nm-meta-setting...Thomas Haller2017-04-051-7/+97
* cli: notify warning via NMMetaEnvironment instead of printing directly from "...Thomas Haller2017-04-051-2/+36
* cli: embed gtk-doc directly in property-info structureThomas Haller2017-03-301-6/+5
* cli: don't track output data in global NmCli structureThomas Haller2017-03-301-5/+6
* cli: split print_data() in a part with and without side-effectsThomas Haller2017-03-301-1/+2
* cli: split output data from NmCli to a separate fieldThomas Haller2017-03-301-4/+4
* cli: separate input and in-out arguments in print_data()Thomas Haller2017-03-301-1/+1
* cli: pass configuration options separately from NmCli structureThomas Haller2017-03-301-1/+1
* cli: use designated initializers for setting NmcOutputField fieldsThomas Haller2017-03-301-1/+0
* cli: move utils function from common.h to nm-meta-setting-desc.cThomas Haller2017-03-301-1/+4
* cli: split nm-meta-setting-desc out of settingsThomas Haller2017-03-301-6079/+1
* cli/trivial: rename metadata related namesThomas Haller2017-03-301-186/+186
* nmcli: output property values in "parsable" mode when the "--terse" option is...Thomas Haller2017-03-301-1/+5