summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sim: b2=0 means to require showing SPN namedisplay-rulesaleksander/display-rulesAleksander Morgado2012-04-031-1/+1
* api,dbus: new `RequiredDisplayName' property in the 3GPP interfaceAleksander Morgado2012-04-037-2/+108
* sim: fetch, parse, and plumb up the SPDI information from the SIMNathan Williams2012-04-036-1/+412
* sim: retrieve and plumb up the SIM SPN bits that set operator name display rulesNathan Williams2012-04-036-8/+106
* TODO: GPS location implemented alreadyAleksander Morgado2012-04-021-7/+1
* iridium: remove previous modem implementationAleksander Morgado2012-03-312-562/+0
* linktop: plugin fully portedAleksander Morgado2012-03-318-418/+422
* manager: no need to remove modems in idleAleksander Morgado2012-03-301-23/+1
* manager: try to get all modems disabled before while shutting downAleksander Morgado2012-03-302-27/+22
* base-modem: disconnect internal cancellable handler while disposingAleksander Morgado2012-03-301-5/+11
* base-modem: plug small leaksAleksander Morgado2012-03-301-0/+6
* docs: document MM_PLUGIN_BASE_ALLOWED_SINGLE_ATAleksander Morgado2012-03-301-2/+15
* plugin-base: don't setup udev client notificationsAleksander Morgado2012-03-301-2/+3
* port-probe-cache: ensure we cleanup every possible leftoverAleksander Morgado2012-03-303-12/+21
* plugin-base: plug memleakAleksander Morgado2012-03-301-2/+3
* core: fatal errors in iface initializations force the modem into a FAILED stateAleksander Morgado2012-03-307-229/+223
* simple: need to wait to get fully initialized before trying to enableAleksander Morgado2012-03-301-2/+84
* broadband: reload operator and registration info only when enabling 3GPP loca...Aleksander Morgado2012-03-301-6/+8
* broadband: ensure 3GPP location info gets updated when enabling the sourceAleksander Morgado2012-03-292-38/+125
* location: update the status before running enabling/disabling sequencesAleksander Morgado2012-03-291-8/+13
* 3gpp: let operator name/code reloading be requested by implementationsAleksander Morgado2012-03-292-18/+45
* 3gpp: errors when reloading operator name/code will reset the values in the i...Aleksander Morgado2012-03-291-6/+2
* broadband-modem: remove unused variableAleksander Morgado2012-03-291-1/+0
* iface-modem-location: plug memleak and reference count mismatchAleksander Morgado2012-03-291-0/+1
* mmcli: prefix all NMEA traces in order to get a pretty printAleksander Morgado2012-03-294-43/+49
* libmm-common,location-gps-nmea: ensure traces get separated with \r\nAleksander Morgado2012-03-291-7/+14
* mmcli: new actions to request gps-specific or all available locationsAleksander Morgado2012-03-291-38/+149
* libmm-glib: provide extended getters for location information objectsAleksander Morgado2012-03-292-24/+182
* libmm-common,location-gps-raw: fix check looking for mandatory parametersAleksander Morgado2012-03-291-5/+5
* libmm-common,location-gps-raw: don't build dictionary if mandatory parameters...Aleksander Morgado2012-03-291-22/+23
* mmcli: allow multiple location source enabling/disabling commandsAleksander Morgado2012-03-291-132/+75
* api,dbus: update the fields retrievable in the raw GPS location sourceAleksander Morgado2012-03-291-11/+6
* libmm-common,tests: new unit tests for the numeric field parsersAleksander Morgado2012-03-291-0/+146
* libmm-common,helpers: additional checks in the string to number convertersAleksander Morgado2012-03-291-0/+29
* hso: include support for the raw GPS location sourceAleksander Morgado2012-03-291-7/+32
* iface-modem-location: handle the raw GPS location sourceAleksander Morgado2012-03-291-12/+62
* libmm-common: new helper `MMModemLocationGpsRaw' objectAleksander Morgado2012-03-294-0/+409
* libmm-common: new helpers to parse doubles from strings or match infosAleksander Morgado2012-03-292-0/+37
* libmm-common,location-gps-nmea: allow sequences of tracesAleksander Morgado2012-03-291-0/+46
* hso: report received NMEA tracesAleksander Morgado2012-03-291-4/+21
* iface-modem-location: handle the NMEA-based GPS location sourceAleksander Morgado2012-03-292-17/+140
* libmm-common: new helper `MMModemLocationGpsNmea' objectAleksander Morgado2012-03-294-0/+255
* hso: open/close the raw GPS port when we enable/disable GPS gatheringAleksander Morgado2012-03-291-5/+46
* hso: ensure GPS is disabled when we initialize the modemAleksander Morgado2012-03-291-0/+12
* base-modem: use new `MMGpsSerialPort' type for the raw GPS portAleksander Morgado2012-03-292-10/+10
* gps-serial-port: new type to handle read-only serial ports with GPS tracesAleksander Morgado2012-03-293-1/+278
* mmcli: new `--location-enable-gps' and `--location-disable-gps' actionsAleksander Morgado2012-03-291-0/+68
* hso: enable/disable GPS location gatheringAleksander Morgado2012-03-291-0/+97
* hso: include custom location capabilities loadingAleksander Morgado2012-03-291-1/+89
* serial-port: forced close only to be done onceAleksander Morgado2012-03-291-0/+4