summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2012-11-02cli: new actions to setup or gather CDMA BS location sourceAleksander Morgado1-7/+17
2012-11-02libmm-glib: implement handling the CDMA BS location sourceAleksander Morgado2-0/+28
2012-11-02libmm-glib: new header file for common stuff in location reportingAleksander Morgado1-3/+3
2012-10-24docs,ModemManager: include the missing manpageMartyn Russell1-0/+51
(aleksander) I messed up the integration of commit bc49794848, this should fix it.
2012-10-23man,mmcli: add additional commonly used examplesAleksander Morgado1-0/+43
2012-10-23docs,mmcli: Add man page for mmcli(8)Martyn Russell2-1/+700
2012-10-23docs,ModemManager: Don't use .in file for manpage, no needMartyn Russell2-56/+1
2012-10-19api,modem: new 'PrimaryPort' propertyAleksander Morgado1-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.
2012-10-07api,libmm-glib: new `allowed-auth' configuration for bearersAleksander Morgado2-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
2012-10-04api,libmm-glib,cli: handle firmware images of type `MM_FIRMWARE_IMAGE_TYPE_GOBI'Aleksander Morgado1-0/+10
2012-10-04api,libmm-glib: use a 'unique-id' as ID of the firmware image, not a 'name'Aleksander Morgado1-2/+1
Also, make only the 'unique-id' mandatory.
2012-10-04docs: include the logos in the generated documentationAleksander Morgado4-5/+53
2012-10-04docs: include documentation for enum/flags helpersAleksander Morgado3-35/+64
2012-10-04docs: don't rebuild types every timeAleksander Morgado1-0/+100
2012-10-04docs: fix `libmm-glib-sections.txt' for the gdbus-codegen generated stuffAleksander Morgado2-697/+1053
2012-10-04libmm-glib: don't install the common helpers headerAleksander Morgado2-37/+1
And make it only available for internal ModemManager compilation.
2012-10-04libmm-glib,sms-properties: improve documentationAleksander Morgado1-16/+19
2012-10-04libmm-glib,bearer-ip-config: improve documentationAleksander Morgado1-5/+7
2012-10-04libmm-glib,bearer-properties: improve documentationAleksander Morgado1-17/+20
2012-10-04libmm-glib,firmware-properties: improve documentationAleksander Morgado1-2/+4
2012-10-04libmm-glib,network-timezone: improve documentationAleksander Morgado1-4/+6
2012-10-04libmm-glib,location-gps-raw: improve documentationAleksander Morgado1-8/+10
2012-10-04libmm-glib,location-gps-nmea: improve documentationAleksander Morgado1-4/+6
2012-10-04libmm-glib,location-3gpp: improve documentationAleksander Morgado1-3/+5
2012-10-04libmm-glib,simple-status: improve documentationAleksander Morgado1-13/+15
2012-10-04libmm-glib,simple-connect-properties: improve documentationAleksander Morgado1-20/+23
2012-10-04libmm-glib,unlock-retries: improve documentationAleksander Morgado1-5/+7
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado1-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.
2012-10-04build: merge libmm-common into libmm-glibAleksander Morgado5-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.
2012-10-04docs,libmm-glib: properly order the sectionsAleksander Morgado1-0/+541
2012-10-04libmm-glib,firmware: new `MMModemFirmware' type to handle the Firmware interfaceAleksander Morgado1-0/+1
2012-10-04api,introspection: firmware images require a new `image-type' propertyAleksander Morgado1-0/+1
Image types of `MM_FIRMWARE_IMAGE_TYPE_GENERIC' will expose only the mandatory parameters. Other vendor-specific images may expose other properties.
2012-10-01doc: setup gtk-doc generation for libmm-glibAleksander Morgado4-1/+167
2012-09-14api: new `DeliveryState' property in the SMS interfaceAleksander Morgado1-0/+1
Given only for STATUS REPORT SMS messages.
2012-09-14api: new `PduType' property in the SMS interfaceAleksander Morgado1-0/+1
It will help deciding the type of message.
2012-08-22api,dbus: 'ip-type' property now given as a MMBearerIpFamily (u)Aleksander Morgado1-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.
2012-08-20plugin: new filters for forbidden product IDs/stringsAleksander Morgado1-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.
2012-08-06plugin: let plugins request Icera support checks and Icera based filtersAleksander Morgado1-0/+29
2012-08-06plugin: new `MM_PLUGIN_CUSTOM_INIT' propertyAleksander Morgado1-0/+14
We let plugins execute some custom initialization in the ports, specified by a `MMAsyncMethod'.
2012-08-06plugin: new `MM_PLUGIN_FORBIDDEN_DRIVERS' propertyAleksander Morgado1-3/+7
It allows plugins to specify whether they cannot support ports handled by specific drivers.
2012-08-06plugin: renamed `custom-init' property to `custom-at-probe'Aleksander Morgado1-29/+21
The `custom-at-probe' property is just to modify the way we check for AT port support.
2012-08-06core: merge `MMPluginBase' and `MMPlugin'Aleksander Morgado1-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.
2012-03-30docs: document MM_PLUGIN_BASE_ALLOWED_SINGLE_ATAleksander Morgado1-2/+15
2012-03-16build: autogenerate `mm-errors-quarks.c'Aleksander Morgado1-0/+7
We define custom nicks for each error enum, matching the DBus error entry that we want to have with each of them.
2012-03-16api,dbus: rewrote Time interface to be used with gdbus-codegenAleksander Morgado2-0/+2
2012-03-16docs: new section about plugin-specific modemsAleksander Morgado4-3/+2136
2012-03-16docs: document Modem probing and global state machineAleksander Morgado1-13/+562
2012-03-16docs: fix path of imagesAleksander Morgado1-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.
2012-03-16docs: set `ModemManager' as module name instead of `mm'Aleksander Morgado6-8/+8
2012-03-16build: ensure gtk-doc is enabled when doing distAleksander Morgado1-0/+12