Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | broadband-modem: implement the firmware interface | Aleksander Morgado | |
2012-10-04 | iface-modem-firmware: new `MMIfaceModemFirmware' interface | Aleksander Morgado | |
2012-10-04 | libmm-glib: fix firmware list result parsing | Aleksander Morgado | |
2012-10-04 | api,instrospection: fix firmware list result signature | Aleksander Morgado | |
2012-10-04 | cli,firmware: no need to be enabled to run actions | 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 | build,data: include missing generation of the policy file | Aleksander Morgado | |
2012-10-04 | build,plugins: include missing builddir in CPPFLAGS | Aleksander Morgado | |
Built files in the ModemManager daemon (e.g. mm-serial-enums-types.[c|h]) will be available in ${top_builddir}/src, not in ${top_srcdir}/src. | |||
2012-10-04 | build,build-aux: include missing `mm-errors-quarks-template.c' file in dist | Aleksander Morgado | |
2012-10-04 | tests: fix sms part tests | Aleksander Morgado | |
2012-10-04 | docs: include the logos in the generated documentation | Aleksander Morgado | |
2012-10-04 | data: include ModemManager logo images | Aleksander Morgado | |
2012-10-04 | docs: include documentation for enum/flags helpers | Aleksander Morgado | |
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 | 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 | docs,libmm-glib: properly order the sections | Aleksander Morgado | |
2012-10-04 | cli: new `--firmware-list' and `--firmware-select' actions | Aleksander Morgado | |
2012-10-04 | libmm-glib,firmware: new `MMModemFirmware' type to handle the Firmware interface | Aleksander Morgado | |
2012-10-04 | libmm-common: new `MMFirmwareProperties' to handle firmare image properties | Aleksander Morgado | |
2012-10-04 | api,introspection: simplify the Firmware interface | Aleksander Morgado | |
The Firmware interface was highly based on 'slots' to identify the existing firmware images; but that doesn't fit very well with the initial implementation of the Firmware interface in QMI-based modems. In these modems the 'storage index' is a property which is not available in all types of images (e.g. 'PRI' images don't have it). Therefore, instead of using a unique 'slot' identifier we'll just use the 'name' of the firmware as unique ID. Also, currently skip the handling of 'available' images, and the method to 'Install()' new images, at least until we have one implementation defining what to do with those. | |||
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-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'. | |||
2012-10-01 | libmm-glib,modem: `MMModem' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusModem'. | |||
2012-10-01 | libmm-glib,object: `MMObject' is now a real object | Aleksander Morgado | |
Not just a typedef of the gdbus-codegen generated `MmGdbusObject'. |