Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-26 | build: updated copyright years up to 2016 | Aleksander Morgado | |
2015-12-19 | location: support updating the GPS refresh time | Aleksander Morgado | |
The default setup uses a refresh time of 30s, which means that even if the GPS location updates are received at a higher frequency, the DBus interface will still expose at most one update every 30s. This patch includes a new "SetGpsRefreshTime()" method in the Location interface, which takes a single 'u' parameter, specifying the refresh rate to use, in seconds. This method also allows 0 being passed, which will make the implementation to publish the GPS location updates are soon as ModemManager detects them. Along with the new method, a "GpsRefreshTime" read-only property is exposed to specify the refresh time in effect. The new method and property will only be applicable if the device has GPS capabilities. https://bugs.freedesktop.org/show_bug.cgi?id=89924 | |||
2015-12-07 | libmm-glib: retrieve stats from the bearer | Aleksander Morgado | |
The MMBearer object is updated to provide getter methods to retrieve the new MMBearerStats object. | |||
2015-12-07 | libmm-glib: new helper object to handle bearer stats | Aleksander Morgado | |
The new MMBearerStats object provides a simple API to interact with the new dictionary containing the bearer connection stats. | |||
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 | libmm-glib,docs: update types | Aleksander Morgado | |
# Extra options to supply to gtkdoc-scan SCAN_OPTIONS = --rebuild-types | |||
2015-08-02 | libmm-glib,docs: avoid already defined id | Aleksander Morgado | |
DOC Building HTML ../libmm-glib-docs.xml:6: element indexdiv: validity error : ID api-index-full already defined DOC Fixing cross-references | |||
2015-08-02 | docs,libmm-glib: add missing voice/call documentation | 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-09-05 | libmm-glib,location: add helpers to get/set the SUPL server address | Aleksander Morgado | |
2014-09-05 | introspection,api: add SUPL server configuration in the Location interface | Aleksander Morgado | |
2014-08-05 | build: INCLUDES -> AM_CPPFLAGS to quiet automake warning | Dan Williams | |
2014-03-25 | docs,libmm-glib: add methods to manage the MTU in the MMBearerIpConfig | Aleksander Morgado | |
2014-02-13 | libmm-glib,tests: use gdbus-codegen to generate code for the new Test interface | Aleksander Morgado | |
2014-02-06 | docs,api: fix section reference to the Messaging interface | Aleksander Morgado | |
2014-01-30 | docs: update email address | Aleksander Morgado | |
2013-11-22 | libmm-glib: add methods to retrieve 'Bearers' property in Modem interface | Ben Chan | |
2013-11-21 | docs,libmm-glib: add missing methods for the new properties | Aleksander Morgado | |
2013-10-25 | libmm-glib: allow new 'teleservice-id' and 'service-category' keywords in ↵ | Aleksander Morgado | |
MMSmsProperties | |||
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-10-09 | iface-modem-3gpp: add SubscriptionState property | Thieu Le | |
2013-09-09 | libmm-glib: support for the 'OMA' interface | Aleksander Morgado | |
2013-09-09 | introspection,api: new 'Oma' interface | Aleksander Morgado | |
2013-08-21 | api,introspection: use per-technology dictionaries in the 'Signal' interface | Aleksander Morgado | |
2013-08-21 | libmm-glib: handle the new 'Signal' interface | Aleksander Morgado | |
2013-08-21 | api,introspection: new 'Signal' interface for extended signal quality | Aleksander Morgado | |
2013-08-13 | docs: add missing types | Aleksander Morgado | |
2013-08-08 | libmm-glib,cdma: implement manual activation methods | Aleksander Morgado | |
2013-08-08 | libmm-glib: new 'MMCdmaManualActivationProperties' helper object | Aleksander Morgado | |
2013-07-19 | docs: update migration reference version number | Aleksander Morgado | |
2013-07-08 | docs,libmm-glib: update type information | 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-06-05 | api,introspection: Simple.Connect() won't change neither bands nor allowed modes | Aleksander Morgado | |
We won't allow changing modes or bands through Simple.Connect(). Applications should instead look at the corresponding SupportedBands or SupportedModes, and then use SetCurrentBands() or SetCurrentModes() explicitly. | |||
2013-06-05 | api,introspection: new 'SetCurrentCapabilities' method | Aleksander Morgado | |
For those modems which expose a valid 'SupportedCapabilities' property with more than one item in the list, we'll allow switching between them. | |||
2013-06-05 | api,introspection: rename 'ModemCapabilities' to 'SupportedCapabilities' | Aleksander Morgado | |
And also make it a list of masks, specifying which are the specific combinations supported, not just one mask with all. E.g.: ------------------------- Hardware | manufacturer: 'Sierra Wireless, Incorporated' | model: 'MC7710' | revision: 'SWI9200X_03.05.19.04ap r5475 carmd-en-10527 2012/09/17 17:57:14' | supported: 'gsm-umts | gsm-umts, lte' | current: 'gsm-umts, lte' | equipment id: '358178040668164' | |||
2013-06-05 | api,introspection: merge 'AllowedModes' and 'SupportedMode' into 'CurrentModes' | Aleksander Morgado | |
We now have a single 'CurrentModes' property which contains both values in a tuple with signature "(uu)". Also, rename 'SetAllowedModes()' to 'SetCurrentModes()', and update the list of arguments expected to have a single "(uu)" tuple. | |||
2013-06-05 | api,introspection: 'SupportedModes' is now a list of possible combinations | Aleksander Morgado | |
Instead of just a mask of MMModemMode values, we now provide a list of the allowed and preferred mode combinations supported by the modem. E.g.: $> sudo mmcli -m 0 ------------------------- Modes | supported: 'allowed: 2g; preferred: none | allowed: 3g; preferred: none | allowed: 2g, 3g; preferred: none | allowed: 2g, 3g; preferred: 2g | allowed: 2g, 3g; preferred: 3g | allowed: 4g; preferred: none | allowed: 2g, 3g, 4g; preferred: none' | |||
2013-06-05 | api,instrospection: rename 'Bands' to 'CurrentBands' | Aleksander Morgado | |
... and 'SetBands()' to 'SetCurrentBands()'. We'll keep the 'Current' keyword in those properties which also have 'Supported' values. | |||
2013-06-05 | libmm-glib,modem: handle the new 'SupportedIpFamilies' property | 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. |