summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* libmm-glib,modem: new methods to handle the power stateAleksander Morgado2013-01-111-0/+4
|
* api,modem: new 'SetPowerState()' method and 'PowerState' propertyAleksander Morgado2013-01-112-0/+11
| | | | Going into/outof low-power state is now a user-requested action.
* cli: new actions to setup or gather CDMA BS location sourceAleksander Morgado2012-11-021-7/+17
|
* libmm-glib: implement handling the CDMA BS location sourceAleksander Morgado2012-11-022-0/+28
|
* libmm-glib: new header file for common stuff in location reportingAleksander Morgado2012-11-021-3/+3
|
* docs,ModemManager: include the missing manpageMartyn Russell2012-10-241-0/+51
| | | | | (aleksander) I messed up the integration of commit bc49794848, this should fix it.
* man,mmcli: add additional commonly used examplesAleksander Morgado2012-10-231-0/+43
|
* docs,mmcli: Add man page for mmcli(8)Martyn Russell2012-10-232-1/+700
|
* docs,ModemManager: Don't use .in file for manpage, no needMartyn Russell2012-10-232-56/+1
|
* api,modem: new 'PrimaryPort' propertyAleksander Morgado2012-10-191-0/+5
| | | | | | We do need to specify which is the primary port being used for controlling the modem. This allows us to match the device with an already existing bluetooth device in NetworkManager.
* api,libmm-glib: new `allowed-auth' configuration for bearersAleksander Morgado2012-10-072-2/+11
| | | | | | | | | | | For bearers using STATIC or DHCP IP method, the modem itself is the one negotiating authentication with the network. The new `allowed-auth' property allows users to specify which authentication method(s) are allowed to be used. See the following NetworkManager commit for more reference: commit 34aef8aaaa09b7473b9496aa49e550bd2def03f8 Author: Andrew Bird <ajb@spheresystems.co.uk> Date: Thu Mar 15 16:19:43 2012 -0500
* api,libmm-glib,cli: handle firmware images of type `MM_FIRMWARE_IMAGE_TYPE_GOBI'Aleksander Morgado2012-10-041-0/+10
|
* api,libmm-glib: use a 'unique-id' as ID of the firmware image, not a 'name'Aleksander Morgado2012-10-041-2/+1
| | | | Also, make only the 'unique-id' mandatory.
* docs: include the logos in the generated documentationAleksander Morgado2012-10-044-5/+53
|
* docs: include documentation for enum/flags helpersAleksander Morgado2012-10-043-35/+64
|
* docs: don't rebuild types every timeAleksander Morgado2012-10-041-0/+100
|
* docs: fix `libmm-glib-sections.txt' for the gdbus-codegen generated stuffAleksander Morgado2012-10-042-697/+1053
|
* libmm-glib: don't install the common helpers headerAleksander Morgado2012-10-042-37/+1
| | | | And make it only available for internal ModemManager compilation.
* libmm-glib,sms-properties: improve documentationAleksander Morgado2012-10-041-16/+19
|
* libmm-glib,bearer-ip-config: improve documentationAleksander Morgado2012-10-041-5/+7
|
* libmm-glib,bearer-properties: improve documentationAleksander Morgado2012-10-041-17/+20
|
* libmm-glib,firmware-properties: improve documentationAleksander Morgado2012-10-041-2/+4
|
* libmm-glib,network-timezone: improve documentationAleksander Morgado2012-10-041-4/+6
|
* libmm-glib,location-gps-raw: improve documentationAleksander Morgado2012-10-041-8/+10
|
* libmm-glib,location-gps-nmea: improve documentationAleksander Morgado2012-10-041-4/+6
|
* libmm-glib,location-3gpp: improve documentationAleksander Morgado2012-10-041-3/+5
|
* libmm-glib,simple-status: improve documentationAleksander Morgado2012-10-041-13/+15
|
* libmm-glib,simple-connect-properties: improve documentationAleksander Morgado2012-10-041-20/+23
|
* libmm-glib,unlock-retries: improve documentationAleksander Morgado2012-10-041-5/+7
|
* libmm-glib: remove the `libmm-common.h' headerAleksander Morgado2012-10-041-16/+38
| | | | | | | | | | | | | 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.
* build: merge libmm-common into libmm-glibAleksander Morgado2012-10-045-61/+1583
| | | | | | It's pointless to have libmm-common around, just merge it into libmm-glib and make ModemManager depend on libmm-glib directly. At the end, the non-common stuff in libmm-glib is really minimal.
* docs,libmm-glib: properly order the sectionsAleksander Morgado2012-10-041-0/+541
|
* libmm-glib,firmware: new `MMModemFirmware' type to handle the Firmware interfaceAleksander Morgado2012-10-041-0/+1
|
* api,introspection: firmware images require a new `image-type' propertyAleksander Morgado2012-10-041-0/+1
| | | | | Image types of `MM_FIRMWARE_IMAGE_TYPE_GENERIC' will expose only the mandatory parameters. Other vendor-specific images may expose other properties.
* doc: setup gtk-doc generation for libmm-glibAleksander Morgado2012-10-014-1/+167
|
* api: new `DeliveryState' property in the SMS interfaceAleksander Morgado2012-09-141-0/+1
| | | | Given only for STATUS REPORT SMS messages.
* api: new `PduType' property in the SMS interfaceAleksander Morgado2012-09-141-0/+1
| | | | It will help deciding the type of message.
* api,dbus: 'ip-type' property now given as a MMBearerIpFamily (u)Aleksander Morgado2012-08-221-0/+1
| | | | | | | | | | Instead of using a predefined set of string values for 'ip-type' in Modem.CreateBearer() and Simple.Connect(), we'll use an enumeration. The implementation will then need to convert the requested IP family type to e.g. the correct PDP type in 3GPP modems. This change also consolidates the use of enums in dictionary properties when possible to do so, as with the Rm Protocol.
* plugin: new filters for forbidden product IDs/stringsAleksander Morgado2012-08-201-19/+33
| | | | | | Plugins may specify that specific vendor & product IDs or strings are not supported. This is useful when plugins need to specify that they support all devices of a given vendor except for some specific ones.
* plugin: let plugins request Icera support checks and Icera based filtersAleksander Morgado2012-08-061-0/+29
|
* plugin: new `MM_PLUGIN_CUSTOM_INIT' propertyAleksander Morgado2012-08-061-0/+14
| | | | | We let plugins execute some custom initialization in the ports, specified by a `MMAsyncMethod'.
* plugin: new `MM_PLUGIN_FORBIDDEN_DRIVERS' propertyAleksander Morgado2012-08-061-3/+7
| | | | | It allows plugins to specify whether they cannot support ports handled by specific drivers.
* plugin: renamed `custom-init' property to `custom-at-probe'Aleksander Morgado2012-08-061-29/+21
| | | | | The `custom-at-probe' property is just to modify the way we check for AT port support.
* core: merge `MMPluginBase' and `MMPlugin'Aleksander Morgado2012-08-061-37/+37
| | | | | | There's no real point in maintaining a separate `MMPlugin' interface, as all the plugins will inherit from `MMPluginBase', so just merge them and simplify everything.
* docs: document MM_PLUGIN_BASE_ALLOWED_SINGLE_ATAleksander Morgado2012-03-301-2/+15
|
* build: autogenerate `mm-errors-quarks.c'Aleksander Morgado2012-03-161-0/+7
| | | | | We define custom nicks for each error enum, matching the DBus error entry that we want to have with each of them.
* api,dbus: rewrote Time interface to be used with gdbus-codegenAleksander Morgado2012-03-162-0/+2
|
* docs: new section about plugin-specific modemsAleksander Morgado2012-03-164-3/+2136
|
* docs: document Modem probing and global state machineAleksander Morgado2012-03-161-13/+562
|
* docs: fix path of imagesAleksander Morgado2012-03-161-1/+1
| | | | | PNGs are copied over to the HTML directory, so they will always be available in the same directory as the final HTML files.