Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | libmm-glib: fix license in sources | Aleksander Morgado | |
The libmm-glib library is LGPLv2+, not GPLv2+. | |||
2020-01-15 | libmm-glib: unconditionally define autoptr support for all types | Aleksander Morgado | |
As we now depend on glib 2.48 | |||
2019-10-28 | libmm-glib: remove unused _dup() methods | Aleksander Morgado | |
2019-01-03 | libmm-glib: add autoptr cleanup functions for all types | Aleksander Morgado | |
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues/100 | |||
2016-01-20 | libmm-glib: make C++ happy by not using 'class' | Dan Williams | |
2013-10-25 | libmm-glib: allow new 'teleservice-id' and 'service-category' keywords in ↵ | Aleksander Morgado | |
MMSmsProperties | |||
2013-05-06 | sms: add support for message class | Dan Williams | |
We need to redefine the message class property to int since class 0 is a valid message class. Thus -1 now means "unspecified class". | |||
2013-04-25 | libmm-glib: handle relative validity in the MMSmsProperties | Aleksander Morgado | |
2012-10-04 | libmm-glib,sms-properties: 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 | 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-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-15 | libmm-glib: new common object to handle SMS properties | Aleksander Morgado | |
To be used when requesting to create new SMS. |