summaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-voice.c
Commit message (Collapse)AuthorAgeFilesLines
* cli: allow multiple output format typesAleksander Morgado2018-11-261-22/+18
| | | | | | | | | | In addition to the standard human-friendly output, we now allow a machine-friendly key-value pair output, much easier to parse and use by programs that look at the mmcli output. This new key-value pair output should be treated as API from now on, so third-party programs can assume the output is compatible from one release to another.
* license: mmcli is GPLv2+, not GPLv3+Aleksander Morgado2015-12-071-1/+1
| | | | | | | | mmcli is GPLv2+; that's what --version has always said and that's what the README in ModemManager sources specifies: License. The ModemManager and mmcli binaries are both GPLv2+. The libmm-glib library is LGPLv2+.
* libmm-glib,cli: Replaced 'list call' with 'list calls'Marco Bascetta2015-08-021-9/+9
|
* mmcli,voice: fix minor typoAleksander Morgado2015-08-021-1/+1
|
* cli,voice: minor coding style fixesAleksander Morgado2015-08-021-16/+16
|
* mmcli: added Modem.Voice and Call supportRiccardo Vangelisti2015-08-021-0/+438