Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | libmm-glib: remove the `libmm-common.h' header | Aleksander Morgado | |
Both the ModemManager daemon and the mmcli will now include `libmm-glib.h' only. We also handle two new special `_LIBMM_INSIDE_MM' and `LIBMM_INSIDE_MMCLI' symbols, which if included before the `libmm-glib.h' library allow us to: * Don't include the libmm-glib high level API in the ModemManager daemon, as the object names would clash with those in the core. * Define some of the methods of helper objects to be included only if compiling ModemManager daemon or the mmcli. | |||
2012-10-04 | cli: new `--firmware-list' and `--firmware-select' actions | Aleksander Morgado | |
2012-07-25 | cli: allow modifying default DBus timeout with `--timeout' | Aleksander Morgado | |
By default 30s will be used for every operation. | |||
2012-03-16 | mmcli: new Time-specific actions | Aleksander Morgado | |
2012-03-15 | cli: ensure EOL is added at every error message | Aleksander Morgado | |
2012-03-15 | cli: added Messaging-specific actions | Aleksander Morgado | |
2012-03-15 | cli: added SMS-specific actions | Aleksander Morgado | |
2012-03-15 | cli: include Location-related actions | Aleksander Morgado | |
2012-03-15 | cli: add CDMA-related option group, and enable activation request | Aleksander Morgado | |
2012-03-15 | cli: modem options check always last, even when shutting down | Aleksander Morgado | |
2012-03-15 | cli: implement actions from the Simple interface | Aleksander Morgado | |
2012-03-15 | cli: implement SIM related actions | Aleksander Morgado | |
2012-03-15 | cli: implement 3GPP related actions | Aleksander Morgado | |
2012-03-15 | cli: specify common options in a new group | Aleksander 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-15 | cli: new Bearer related options | Aleksander Morgado | |
2012-03-15 | cli: default to showing modem info if no action specified | Aleksander Morgado | |
2012-03-15 | cli: don't unref cancellable if already done | Aleksander Morgado | |
2012-03-15 | cli: allow option groups to force async/sync operations | Aleksander 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-15 | cli: new `--verbose' to dump debug logging | Aleksander Morgado | |
2012-03-15 | cli: start to port Modem actions to use the new libmm-glib | Aleksander Morgado | |
2012-03-15 | cli: add commands to get info from modem | Aleksander Morgado | |
2012-03-15 | cli: port Manager actions to use the new libmm-glib | Aleksander 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-15 | cli: always perform a clean shutdown on successful operations | Aleksander Morgado | |
2012-03-15 | cli: prefix error messages with 'error: ' | Aleksander Morgado | |
2012-03-15 | cli: split into different option groups, in different files | Aleksander Morgado | |