Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-29 | libmm-common,helpers: additional checks in the string to number converters | Aleksander Morgado | |
We won't allow NULL, empty, or strings with non-digits. | |||
2012-03-29 | libmm-common: new helper `MMModemLocationGpsRaw' object | Aleksander Morgado | |
2012-03-29 | libmm-common: new helpers to parse doubles from strings or match infos | Aleksander Morgado | |
2012-03-29 | libmm-common,location-gps-nmea: allow sequences of traces | Aleksander Morgado | |
Some traces, e.g. $GPGSV, are part of a sequence. For those traces, we'll try to always keep the whole sequence around, not just the last received trace. | |||
2012-03-29 | libmm-common: new helper `MMModemLocationGpsNmea' object | Aleksander Morgado | |
2012-03-18 | libmm-common: new common uint/int/str parsers | 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 | libmm-common: new `MMNetworkTimezone' helper object | Aleksander Morgado | |
2012-03-16 | api,dbus: rewrote Time interface to be used with gdbus-codegen | Aleksander Morgado | |
2012-03-16 | libmm-common: `MMSimpleStatus' won't be considered internal any more | Aleksander Morgado | |
Renamed `MMCommonSimpleProperties' to `MMSimpleStatus', and removed the `MMSimpleStatusProperties' provided in libmm-glib. We'll just use the original one from libmm-common always. | |||
2012-03-16 | libmm-common: `MMLocation3gpp' won't be considered internal any more | Aleksander Morgado | |
Renamed `MMCommonLocation3gpp' to `MMLocation3gpp', and removed the `MMModemLocation3gpp' provided in libmm-glib. We'll just use the original one from libmm-common always. | |||
2012-03-16 | libmm-common: `MMSimpleConnectProperties' won't be considered internal any more | Aleksander Morgado | |
Renamed `MMCommonConnectProperties' to `MMSimpleConnectProperties', and removed the `MMModemSimpleConnectProperties' provided in libmm-glib. We'll just use the original one from libmm-common always. | |||
2012-03-16 | libmm-common: `MMBearerProperties' won't be considered internal any more | Aleksander Morgado | |
Renamed `MMCommonBearerProperties' to `MMBearerProperties', and removed the `MMBearerProperties' provided in libmm-glib. We'll just use the original one from libmm-common always. | |||
2012-03-16 | libmm-common: `MMBearerIpConfig' won't be considered internal any more | Aleksander Morgado | |
Renamed `MMCommonBearerIpConfig' to `MMBearerIpConfig', and removed the `MMBearerIpConfig' provided in libmm-glib. We'll just use the original one from libmm-common always. | |||
2012-03-16 | libmm-common: `MMSmsProperties' won't be considered internal any more | Aleksander Morgado | |
Renamed `MMCommonSmsProperties' to `MMSmsProperties', and removed the `MMSmsProperties' provided in libmm-glib. We'll just use the original one from libmm-common always. | |||
2012-03-16 | libmm-common: new `MMUnlockRetries' helper object | Aleksander Morgado | |
2012-03-16 | libmm-common,tests: include tests when running make check/distcheck | Aleksander Morgado | |
2012-03-16 | build: get path of `glib-mkenums' from pkg-config | Aleksander Morgado | |
2012-03-16 | build: don't distribute generated sources | Aleksander Morgado | |
2012-03-16 | introspection: setup all new files and remove old ones | Aleksander Morgado | |
2012-03-16 | libmm-common: new bands array comparator | Aleksander Morgado | |
2012-03-16 | api,dbus: rename `AllowedBands' to just `Bands' | Aleksander Morgado | |
ModemManager will load: 1) The list of supported bands. Note that this doesn't mean that any possible combination of bands is supported, as modems may support only specific combinations, but at least gives a rough idea of what the modem is capable of handling. 2) The list of CURRENT bands. There is no such "Allowed" bands, as we do with modes, modems will have a specific set of bands being currently used, which will be reported in the `Bands' property. If the modem allows modifying the list of bands to use, this can be done with the `SetBands()' method. If the modem doesn't support using a specific combination of bands, this method will report an error. | |||
2012-03-15 | libmm-common: no need to check for end of string when looking for spaces | Aleksander Morgado | |
2012-03-15 | libmm-common: allow empty strings passed to the key value parser | Aleksander Morgado | |
2012-03-15 | libmm-common: use the new key/value parser in the common bearer properties ↵ | Aleksander Morgado | |
builder | |||
2012-03-15 | libmm-common: use the new key/value parser in the common connect properties ↵ | Aleksander Morgado | |
builder | |||
2012-03-15 | libmm-common: use the new key/value parser in the common SMS properties builder | Aleksander Morgado | |
2012-03-15 | libmm-common,tests: new tests for the key/value parser | Aleksander Morgado | |
2012-03-15 | libmm-common: new helper key/value parser | Aleksander Morgado | |
2012-03-15 | libmm-common: new helpers to work with SMS storage strings | Aleksander Morgado | |
2012-03-15 | libmm-common: new helper object to handle common SMS properties | Aleksander Morgado | |
2012-03-15 | libmm-common: include gdbus-codegen generated SMS-related sources | Aleksander Morgado | |
2012-03-15 | libmm-common: CDMA sid/nid are uint, not enum | Nathan Williams | |
2012-03-15 | libmm-common: build dictionary even if IP config object not given | Aleksander Morgado | |
2012-03-15 | libmm-common: new helper object to handle Bearer IP config | Aleksander Morgado | |
2012-03-15 | libmm-common: 3gpp location doesn't use any of our enum/flags | Aleksander Morgado | |
2012-03-15 | build: add missing build dependency in libmm-common | Aleksander Morgado | |
Spotted by Nathan Williams. | |||
2012-03-15 | libmm-common: flags string builders are now all autogenerated | Aleksander Morgado | |
2012-03-15 | build: autogenerate enum/flags string getter/builders | Aleksander Morgado | |
Each enum will have its own #_get_string (), and each flags will have its own #_build_string_from_mask (). | |||
2012-03-15 | libmm-common: fix usage of main library header | Aleksander Morgado | |
2012-03-15 | libmm-common: new helper object to handle 3GPP location | Aleksander Morgado | |
2012-03-15 | libmm-common: include CDMA-specific items in the simple properties | Aleksander Morgado | |
2012-03-15 | api,dbus: prefix with 'm3gpp' the 3GPP-specific entries returned in the ↵ | Aleksander Morgado | |
simple status Note that we cannot have properties starting with a digit :-/ | |||
2012-03-15 | libmm-common: prefix with '3gpp' the 3GPP-specific simple properties | Aleksander Morgado | |
2012-03-15 | libmm-common: allow duplicating the bearer properties object | Aleksander Morgado | |
2012-03-15 | libmm-common: expect 'rm-protocol' in the common bearer properties | Aleksander Morgado | |
2012-03-15 | libmm-common: plug small leak in the common simple properties | Aleksander Morgado | |
2012-03-15 | libmm-common: fix build dependencies | Aleksander Morgado | |
Added proper rules in the Makefile so that those files which need the glib-mkenums generated files are built always once the prerequisites are all ready. Also, avoid including libmm-common.h from within source files of the library. | |||
2012-03-15 | libmm-common: handle strings coming in capitals when building bands or modes | Aleksander Morgado | |
2012-03-15 | libmm-common: print modes string with capitals for the acronyms | Aleksander Morgado | |