Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | docs: don't rebuild types every time | Aleksander Morgado | |
2012-10-04 | docs: fix `libmm-glib-sections.txt' for the gdbus-codegen generated stuff | Aleksander Morgado | |
2012-10-04 | libmm-glib: don't install the common helpers header | Aleksander Morgado | |
And make it only available for internal ModemManager compilation. | |||
2012-10-04 | libmm-glib,sms-properties: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,bearer-ip-config: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,bearer-properties: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,firmware-properties: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,network-timezone: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,location-gps-raw: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,location-gps-nmea: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,location-3gpp: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,simple-status: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,simple-connect-properties: improve documentation | Aleksander Morgado | |
2012-10-04 | libmm-glib,unlock-retries: improve documentation | Aleksander Morgado | |
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 | build: merge libmm-common into libmm-glib | Aleksander Morgado | |
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-04 | docs,libmm-glib: properly order the sections | Aleksander Morgado | |
2012-10-04 | libmm-glib,firmware: new `MMModemFirmware' type to handle the Firmware interface | Aleksander Morgado | |
2012-10-04 | api,introspection: firmware images require a new `image-type' property | Aleksander Morgado | |
Image types of `MM_FIRMWARE_IMAGE_TYPE_GENERIC' will expose only the mandatory parameters. Other vendor-specific images may expose other properties. | |||
2012-10-01 | doc: setup gtk-doc generation for libmm-glib | Aleksander Morgado | |
2012-09-14 | api: new `DeliveryState' property in the SMS interface | Aleksander Morgado | |
Given only for STATUS REPORT SMS messages. | |||
2012-09-14 | api: new `PduType' property in the SMS interface | Aleksander Morgado | |
It will help deciding the type of message. | |||
2012-08-22 | api,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-20 | plugin: new filters for forbidden product IDs/strings | Aleksander 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-06 | plugin: let plugins request Icera support checks and Icera based filters | Aleksander Morgado | |
2012-08-06 | plugin: new `MM_PLUGIN_CUSTOM_INIT' property | Aleksander Morgado | |
We let plugins execute some custom initialization in the ports, specified by a `MMAsyncMethod'. | |||
2012-08-06 | plugin: new `MM_PLUGIN_FORBIDDEN_DRIVERS' property | Aleksander Morgado | |
It allows plugins to specify whether they cannot support ports handled by specific drivers. | |||
2012-08-06 | plugin: 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-06 | core: 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-30 | docs: document MM_PLUGIN_BASE_ALLOWED_SINGLE_AT | Aleksander Morgado | |
2012-03-16 | build: 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-16 | api,dbus: rewrote Time interface to be used with gdbus-codegen | Aleksander Morgado | |
2012-03-16 | docs: new section about plugin-specific modems | Aleksander Morgado | |
2012-03-16 | docs: document Modem probing and global state machine | Aleksander Morgado | |
2012-03-16 | docs: fix path of images | Aleksander 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-16 | docs: set `ModemManager' as module name instead of `mm' | Aleksander Morgado | |
2012-03-16 | build: generate PNG files automatically from DIA files | Aleksander Morgado | |
2012-03-15 | api,header: new `MMSmsStorage' enumeration | Aleksander Morgado | |
2012-03-15 | api,header: renamed `MMModemSmsState' to `MMSmsState' | Aleksander Morgado | |
2012-03-15 | docs: include initial state machine documentation | Aleksander Morgado | |
2012-03-15 | docs: improved DBus interface documentation | Aleksander Morgado | |
2012-03-15 | api,header: treat CDMA activation errors as any other error | Aleksander Morgado | |
2012-03-15 | api,header: new enum to specify Rm protocol | Aleksander Morgado | |
2012-03-15 | api,enums: renamed `MMModemAccessTech' to `MMModemAccessTechnology' | Aleksander Morgado | |
This one was the last enum without full name. | |||
2012-03-15 | api: rename 3GPP and CDMA interface paths | Aleksander 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-15 | docs: setup generation of gtk-doc based DBus API documentation | Aleksander Morgado | |
It includes gdbus-codegen generated API documentation, plus the common Enums, Flags and Errors, which will also be used in libmm-glib. |