Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-26 | build: updated copyright years up to 2016 | Aleksander Morgado | |
2015-10-07 | build: diagrams and logos are no longer generated during build, so don't ↵ | Aleksander Morgado | |
remove them | |||
2015-10-07 | build: don't add PNGs in content_files, no longer needed | Aleksander Morgado | |
2015-08-02 | docs,api: add missing links to the new Voice interface and Call object | Aleksander Morgado | |
2015-08-02 | docs,voice: add missing voice related enum values | Aleksander Morgado | |
2014-08-05 | build: INCLUDES -> AM_CPPFLAGS to quiet automake warning | Dan Williams | |
2014-02-06 | docs,api: fix section reference to the Messaging interface | Aleksander Morgado | |
2014-01-30 | docs: update email address | Aleksander Morgado | |
2013-10-25 | api: add 'ServiceCategory' property to the SMS interface | Aleksander Morgado | |
Will be used in 3GPP2 SMS messages. | |||
2013-10-25 | api: add 'TeleserviceId' property to the SMS interface | Aleksander Morgado | |
Will be used in 3GPP2 SMS messages. | |||
2013-10-09 | docs: fixed a couple of issues regarding the new ↵ | Aleksander Morgado | |
MMModem3gppSubscriptionState enum | |||
2013-09-09 | introspection,api: new 'Oma' interface | Aleksander Morgado | |
2013-08-21 | api,introspection: new 'Signal' interface for extended signal quality | Aleksander Morgado | |
2013-07-19 | docs: update migration reference version number | Aleksander Morgado | |
2013-06-24 | api,introspection: new 'Ports' property in the Modem interface | Aleksander Morgado | |
We will expose a new 'Ports' property listing all ports currently known by a given modem. Ports which are not used but are detected as being part of the modem will be listed with an 'unknown' port type. This change uses the new 'MMModemPortType' enum and the new 'MMModemPortInfo' helper struct to handle these values in libmm-glib. The already available 'MMPortType' enum hasn't been re-used for the interface because it contains values that we don't need (e.g. IGNORED). The port list is now also included in the modem information command of mmcli: $ sudo mmcli -m 0 /org/freedesktop/ModemManager1/Modem/0 (device id '97b7b99e3e2bea103880545b619fb05a3cc81b26') ------------------------- System | device: '/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4' | drivers: 'qcserial, qmi_wwan' | plugin: 'Gobi' | primary port: 'cdc-wdm0' | ports: 'ttyUSB0 (qcdm), ttyUSB1 (at), cdc-wdm0 (qmi), wwp0s29u1u4 (net)' https://bugzilla.gnome.org/show_bug.cgi?id=702678 | |||
2013-06-18 | api,introspection: avoid exposing the Contacts interface | Aleksander Morgado | |
There is no implementation of the Contacts interface yet, just avoid exposing it for now. https://bugzilla.gnome.org/show_bug.cgi?id=701989 | |||
2013-06-13 | docs: reorder version symbols | Aleksander Morgado | |
2013-06-13 | api,header: fix MM_MINOR_VERSION definition | Aleksander Morgado | |
2013-06-13 | api,header: setup and export MM version symbols in the API | Aleksander Morgado | |
2013-06-12 | docs,api: new migration reference | Aleksander Morgado | |
2013-06-12 | README,docs: update basic ModemManager information | Aleksander Morgado | |
2013-05-26 | docs: don't require 'dia' to build the docs | Aleksander Morgado | |
These diagrams are not expected to change much, so just include the generated PNGs in the repository, and remove 'dia' from the prerequisites to build the documentation. | |||
2013-04-05 | api,introspection: update 'Validity' property in the SMS interface | Aleksander Morgado | |
We don't want to support only 'relative' validity, so don't assume that the Validity property will always be a uint32 value. Instead, we define the Validity propery as '(uv)' tuple, where the first value (a MMSmsValidityType) specifies the type of validity, and the second value is a variant formatted accordingly to what the validity type specifies (e.g. a uint32 value if the type is MM_SMS_VALIDITY_TYPE_RELATIVE). | |||
2013-02-22 | api: notify in the interface about the reason why the modem is FAILED | Aleksander Morgado | |
We currently implement 'SIM missing' and 'SIM error', which are probably the most common ones. | |||
2013-01-11 | api,modem: new 'SetPowerState()' method and 'PowerState' property | Aleksander Morgado | |
Going into/outof low-power state is now a user-requested action. | |||
2012-10-07 | api,libmm-glib: new `allowed-auth' configuration for bearers | Aleksander Morgado | |
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-04 | docs: include the logos in the generated documentation | Aleksander Morgado | |
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 | 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-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 | |