Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | cli: use g_list_free_full() when possible | Aleksander Morgado | |
2012-03-15 | cli: don't recheck group options 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: use the new libmm-glib API fixes | Aleksander Morgado | |
2012-03-15 | cli: logging improvements | Aleksander Morgado | |
2012-03-15 | cli: start to port Modem actions to use the new libmm-glib | 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: prefix error messages with 'error: ' | Aleksander Morgado | |
2012-03-15 | cli: use capital letters for manager options | Aleksander Morgado | |
2012-03-15 | cli: split into different option groups, in different files | Aleksander Morgado | |