aboutsummaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)Author
2012-10-01doc: setup gtk-doc generation for libmm-glibAleksander Morgado
2012-09-14api: new `DeliveryState' property in the SMS interfaceAleksander Morgado
Given only for STATUS REPORT SMS messages.
2012-09-14api: new `PduType' property in the SMS interfaceAleksander Morgado
It will help deciding the type of message.
2012-08-22api,dbus: 'ip-type' property now given as a MMBearerIpFamily (u)Aleksander Morgado
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 Morgado
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 Morgado
2012-08-06plugin: new `MM_PLUGIN_CUSTOM_INIT' propertyAleksander Morgado
We let plugins execute some custom initialization in the ports, specified by a `MMAsyncMethod'.
2012-08-06plugin: new `MM_PLUGIN_FORBIDDEN_DRIVERS' propertyAleksander Morgado
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 Morgado
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 Morgado
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 Morgado
2012-03-16build: autogenerate `mm-errors-quarks.c'Aleksander Morgado
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 Morgado
2012-03-16docs: new section about plugin-specific modemsAleksander Morgado
2012-03-16docs: document Modem probing and global state machineAleksander Morgado
2012-03-16docs: fix path of imagesAleksander Morgado
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 Morgado
2012-03-16build: generate PNG files automatically from DIA filesAleksander Morgado
2012-03-15api,header: new `MMSmsStorage' enumerationAleksander Morgado
2012-03-15api,header: renamed `MMModemSmsState' to `MMSmsState'Aleksander Morgado
2012-03-15docs: include initial state machine documentationAleksander Morgado
2012-03-15docs: improved DBus interface documentationAleksander Morgado
2012-03-15api,header: treat CDMA activation errors as any other errorAleksander Morgado
2012-03-15api,header: new enum to specify Rm protocolAleksander Morgado
2012-03-15api,enums: renamed `MMModemAccessTech' to `MMModemAccessTechnology'Aleksander Morgado
This one was the last enum without full name.
2012-03-15api: rename 3GPP and CDMA interface pathsAleksander Morgado
Elements in a DBus interface name cannot start with a digit, so "org.freedesktop.ModemManager1.Modem.3gpp" is an invalid interface name. Renamed here all relevant interfaces so that they have an additional "Modem" prefix in the element, so we get now: "org.freedesktop.ModemManager1.Modem.Modem3gpp" "org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd" "org.freedesktop.ModemManager1.Modem.ModemCdma" Objects generated with gdbus-codegen maintain the previous names.
2012-03-15docs: setup generation of gtk-doc based DBus API documentationAleksander Morgado
It includes gdbus-codegen generated API documentation, plus the common Enums, Flags and Errors, which will also be used in libmm-glib.