summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-cdma.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-358/+0
* all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-121-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-29/+29
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-186/+185
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-1/+0
* libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-241-1/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* libnm-core: reorder code in settingsThomas Haller2019-01-151-57/+66
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-39/+33
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-1/+1
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-9/+7
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* libnm-core: add mtu property to cdma settingBeniamino Galvani2017-02-201-0/+42
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* libnm: add nm_setting_verify_secrets() and nm_connection_verify_secrets()Jiří Klimeš2015-11-201-0/+10
* all: fix typos in the code and update translations for that (bgo #758102)Jiří Klimeš2015-11-161-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm: don't check for valid passwords in NMSetting:verify()Thomas Haller2015-03-201-10/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-1/+1
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-26/+8
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-8/+8
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-041-4/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+356