Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-22 | api,introspection: new `ActivationState' property in the CDMA interface | Aleksander Morgado | |
2013-02-25 | build: Look for generated file in builddir, not srcdir | Colin Walters | |
2013-02-22 | broadband-modem: don't assume the returned string is always hex-encoded | Aleksander Morgado | |
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-02-13 | libmm-glib,simple-connect-properties: avoid using an uninitialized variable | Aleksander Morgado | |
2013-02-06 | libmm-glib,manager: add missing logic to ensure the proxy is created | Aleksander Morgado | |
2013-02-06 | libmm-glib,manager: don't fail creation if the ModemManager process is not found | Aleksander Morgado | |
A 'GDBusObjectManagerClient' for a service for which there is no current name-owner is a perfectly valid and useful object. For example, we could then connect to the 'notify::name-owner' property to follow the life cycle of the ModemManager process. So, don't tie the successful creation of a 'MMManager' to the successful creation of the internal GDBusProxy for the 'Manager1' interface. If there is no current name owner, the GDBusProxy wouldn't be created, and instead we would completely fail the 'MMManager' creation. | |||
2013-02-06 | libmm-glib: fix error reporting when 'MMManager' is created | Aleksander Morgado | |
2013-01-11 | libmm-glib,modem: new methods to handle the power state | Aleksander Morgado | |
2012-12-05 | libmm-glib: document mm_get_uint_from_str() | Dan Williams | |
Unlike strtol/stroul, this function doesn't ignore leading or trailing non-digit characters, so document that restriction. | |||
2012-11-27 | libmm-glib,manager: client creation may fail, avoid explicit MM_MANAGER() cast | Aleksander Morgado | |
2012-11-15 | libmm-glib,manager: register DBus error associations in advance | Aleksander Morgado | |
In order to have a proper conversion between DBus error names and GErrors for our known domains, the associations need to be registered before any DBus call attempt. Given that the high-level API of libmm-glib has its entry point always in the MMManager, just register them as soon as the first such object is created. | |||
2012-11-07 | libmm-glib,manager: avoid unref of unset cancellables | Aleksander Morgado | |
2012-11-02 | libmm-glib: implement handling the CDMA BS location source | Aleksander Morgado | |
2012-11-02 | libmm-glib: new header file for common stuff in location reporting | Aleksander Morgado | |
2012-10-19 | api,modem: new 'PrimaryPort' property | Aleksander Morgado | |
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-10 | libmm-glib: allow 'none' authentication with more values | Aleksander Morgado | |
Specifying 'none' is really not exclusive. We may want to say that the modem can either authenticate with a given protocol, or otherwise just try without authentication. The reality is that 'none' itself is usually always given in the connection settings. | |||
2012-10-08 | libmm-glib,build: remove unneeded rule | Aleksander Morgado | |
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 | api,libmm-glib,cli: handle firmware images of type `MM_FIRMWARE_IMAGE_TYPE_GOBI' | Aleksander Morgado | |
2012-10-04 | libmm-glib: fix firmware list result parsing | Aleksander Morgado | |
2012-10-04 | api,libmm-glib: use a 'unique-id' as ID of the firmware image, not a 'name' | Aleksander Morgado | |
Also, make only the 'unique-id' mandatory. | |||
2012-10-04 | api: only allow including `ModemManager.h' directly | 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: only allow including `libmm-glib.h' directly | Aleksander Morgado | |
Unless when compiling libmm-glib itself, of course. | |||
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 | libmm-glib,manager: minor indentation fixes | 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 | libmm-glib,firmware: new `MMModemFirmware' type to handle the Firmware interface | Aleksander Morgado | |
2012-10-03 | libmm-glib,sms: `MMSms' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusSms'. | |||
2012-10-03 | libmm-glib,sim: `MMSim' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusSim'. | |||
2012-10-03 | libmm-glib,bearer: `MMBearer' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusBearer'. | |||
2012-10-02 | libmm-glib,time: `MMModemTime' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusModemTime'. | |||
2012-10-02 | libmm-glib,simple: `MMModemSimple' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusModemSimple'. | |||
2012-10-02 | libmm-glib,messaging: `MMModemMessaging' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusModemMessaging'. | |||
2012-10-02 | libmm-glib,location: `MMModemLocation' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusModemLocation'. | |||
2012-10-02 | libmm-glib,cdma: `MMModemCdma' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusModemCdma'. | |||
2012-10-02 | libmm-glib,3gpp-ussd: `MMModem3gppUssd' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusModem3gppUssd'. | |||
2012-10-02 | libmm-glib,3gpp: `MMModem3gpp' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusModem3gpp'. |