aboutsummaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2012-03-15cli: new `simple-disconnect' commandAleksander Morgado
This command doesn't expect any argument, it will disconnect all available bearers. You can disconnect specific bearers using `--bearer' and `--disconnect'.
2012-03-15cli: use the new properties handler object in bearerAleksander Morgado
2012-03-15cli: use the new properties handler object in simple Connect()Aleksander Morgado
2012-03-15cli: print supported/allowed bands in modem infoAleksander Morgado
2012-03-15cli: modem options check always last, even when shutting downAleksander Morgado
2012-03-15api: MMModemBand is now an enum, not flagsAleksander Morgado
We don't want to handle bands as flags, in order to avoid the need of 64-bits for the enum. This change implies that setting allowed bands will be done by giving an array of uint32 values, signature "au".
2012-03-15cli: implement actions from the Simple interfaceAleksander Morgado
2012-03-15cli: implement SIM related actionsAleksander Morgado
2012-03-15cli: include 3GPP related stuff when printing modem infoAleksander Morgado
2012-03-15cli: implement 3GPP related actionsAleksander Morgado
2012-03-15cli: don't recheck group options if already doneAleksander Morgado
2012-03-15cli: specify common options in a new groupAleksander Morgado
Actions on modems from specific interfaces, like 3GPP, will also need the modem to be specified. The new 'Common' option group will handle all options to specify objects.
2012-03-15cli: add debug logs when parsing properties to create a bearerAleksander Morgado
2012-03-15cli: print properties used when bearer was createdAleksander Morgado
2012-03-15cli: allow passing the new 'allow-roaming' in the bearer creation stringAleksander Morgado
2012-03-15cli: on modem actions creating/listing bearers, just print bearer pathAleksander Morgado
2012-03-15cli: report access technologies in use by the modemAleksander Morgado
2012-03-15cli: always keep a MMManager aroundAleksander Morgado
In order to receive signals in the GDBusObjects retrieved from the GDBusObjectManagerClient, we need to keep a reference of the client around.
2012-03-15libmm-common: make it installableAleksander Morgado
We'll install libmm-common and its headers, which will be used by libmm-glib and the ModemManager daemon.
2012-03-15cli: new Bearer related optionsAleksander Morgado
2012-03-15cli: default to showing modem info if no action specifiedAleksander Morgado
2012-03-15cli: new helper to look for specific MMBearer objectsAleksander Morgado
2012-03-15cli: implement bearer creating and listing based on the new MMBearerAleksander Morgado
2012-03-15cli: don't unref cancellable if already doneAleksander Morgado
2012-03-15cli: new helper to get name of MMBearerIpMethodAleksander Morgado
2012-03-15cli: implement bearer creation, deletion and listingAleksander Morgado
2012-03-15cli: enable printing modem infoAleksander Morgado
2012-03-15cli: allow option groups to force async/sync operationsAleksander Morgado
Some operations are clearly asynchronous (e.g. monitoring modem state), while others are clearly synchronous (e.g. printing modem info). So just allow option groups to force the operation to be async or sync based on the detected action.
2012-03-15cli: use the new libmm-glib API fixesAleksander Morgado
2012-03-15cli: fix sync operations, initialize contextAleksander Morgado
2012-03-15cli: logging improvementsAleksander Morgado
2012-03-15cli: new `--verbose' to dump debug loggingAleksander Morgado
2012-03-15cli: start to port Modem actions to use the new libmm-glibAleksander Morgado
2012-03-15cli: add command to reset the modem to factory stateAleksander Morgado
2012-03-15cli: add command to reset the modemAleksander Morgado
2012-03-15cli: use new modem enabling and disabling APIAleksander Morgado
2012-03-15cli: add commands to enable and disable the modemAleksander Morgado
2012-03-15cli: add command to monitor modem stateAleksander Morgado
2012-03-15cli: include status information properties in the info command outputAleksander Morgado
2012-03-15cli: include system information properties in the info command outputAleksander Morgado
2012-03-15cli: handle multiline revision stringsAleksander Morgado
2012-03-15cli: add commands to get info from modemAleksander Morgado
2012-03-15cli: port Manager actions to use the new libmm-glibAleksander Morgado
The original command line interface was written based on a hand-made libmm. This commit ports the Manager interface handling to the new gdbus-codegen-based libmm-glib.
2012-03-15cli: always perform a clean shutdown on successful operationsAleksander Morgado
2012-03-15cli: prefix error messages with 'error: 'Aleksander Morgado
2012-03-15cli: use capital letters for manager optionsAleksander Morgado
2012-03-15cli: split into different option groups, in different filesAleksander Morgado
2012-03-15cli: add commands to change daemon logging levelAleksander Morgado
2012-03-15cli: add commands to request a new scanAleksander Morgado
2012-03-15cli: add command to monitor modem additions and removalsAleksander Morgado