Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | iface-modem-3gpp: update facilities mask when SIM PIN lock enabling status ↵ | Aleksander Morgado | |
changes | |||
2012-03-16 | sim: signal when the pin lock enabling status changes | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp: load initial set of enabled facility locks | Aleksander Morgado | |
2012-03-16 | modem-helpers: port facility lock related helpers to use `MMModemFacility' enums | Aleksander Morgado | |
2012-03-16 | libmm-common,tests: include tests when running make check/distcheck | Aleksander Morgado | |
2012-03-16 | tests: fix automake rule dependencies | Aleksander Morgado | |
We need to ensure all test programs are built. | |||
2012-03-16 | TODO: new file with a list of pending things and ideas | Aleksander Morgado | |
2012-03-16 | iface-modem: the Command() method is only allowed when running in debug mode | Aleksander Morgado | |
2012-03-16 | context: new source files to keep the daemon context | Aleksander Morgado | |
2012-03-16 | plugin-base: remove the SORT_LAST property | Aleksander Morgado | |
Plugins that need to get sorted last by the PluginManager can now be determined just by looking at the post probing filters. | |||
2012-03-16 | plugin: remove unnecessary callback type | Aleksander Morgado | |
2012-03-16 | libmm-glib: set the gdbus timeout to a value longer than that remote ↵ | Nathan Williams | |
operation timeout Lets commands like "mmcli -m 0 --command-timeout=60 --command='+COPS=?'" work, instead of tripping over the 25-second gdbus default timeout first. Change-Id: I67034423ca5ab08a07ecf3c9e313082d4860ffb3 | |||
2012-03-16 | broadband-bearer: don't choke if an APN wasn't specified when parsing PDP list | Nathan Williams | |
Change-Id: I1535fdae0659ae049b4a795d85017abe1fea6be8 | |||
2012-03-16 | broadband-bearer: split out "dial" as a separate phase of the 3gpp connection | Nathan Williams | |
So that we can override it in modems that use a different sequence to get a net connection instead of a PPP connection. Change-Id: I9c5635a7635b66eb7bca9ec9552d2d7794bc8827 | |||
2012-03-16 | docs: document Modem probing and global state machine | Aleksander Morgado | |
2012-03-16 | docs: fix path of images | Aleksander Morgado | |
PNGs are copied over to the HTML directory, so they will always be available in the same directory as the final HTML files. | |||
2012-03-16 | docs: set `ModemManager' as module name instead of `mm' | Aleksander Morgado | |
2012-03-16 | tests: fix CGDCONT reply test, NULL expected instead of empty string | Aleksander Morgado | |
2012-03-16 | build: fix distcheck | Aleksander Morgado | |
Need to pass the full path of the input files to the glib-mkenums call. This is because we use an explicit list given in a $(VARIABLE) instead of the built-in automake variables (e.g. $<) | |||
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 | build: ensure gtk-doc is enabled when doing dist | Aleksander Morgado | |
2012-03-16 | build: generate PNG files automatically from DIA files | Aleksander Morgado | |
2012-03-16 | po: fix policy filename to translate | Aleksander Morgado | |
2012-03-16 | build: rename the binary from `modem-manager' to `ModemManager' | Aleksander Morgado | |
2012-03-16 | core: remove uses of `MMModemStateReason' | Aleksander Morgado | |
Use `MMModemStateChangeReason' instead. | |||
2012-03-16 | modem-helpers: temporarily disable facility-related helpers | Aleksander Morgado | |
2012-03-16 | api,header: cleanup public header file | Aleksander Morgado | |
2012-03-16 | introspection: setup all new files and remove old ones | Aleksander Morgado | |
2012-03-16 | marshallers: cleanup unneeded ones | Aleksander Morgado | |
2012-03-16 | marshallers: integrate them into the daemon compilation | Aleksander Morgado | |
2012-03-16 | build: look for src/main.c in autogen.sh | Aleksander Morgado | |
2012-03-16 | build: remove obsolete files | Aleksander Morgado | |
This will very likely create lots of conflicts until the branch gets merged into master, but anyway... | |||
2012-03-16 | sms: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | policy: implement Sms interface rules | Aleksander Morgado | |
2012-03-16 | iface-modem-messaging: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | policy: implement Messaging interface rules | Aleksander Morgado | |
2012-03-16 | iface-modem-location: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | policy: implement Location interface rules | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp-ussd: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | policy: implement USSD interface rules | Aleksander Morgado | |
2012-03-16 | bearer: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | policy: implement Bearer interface rules | Aleksander Morgado | |
2012-03-16 | sim: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | policy: implement Sim interface rules | Aleksander Morgado | |
2012-03-16 | iface-modem-cdma: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | policy: implement CDMA interface rules | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | policy: implement 3GPP interface rules | Aleksander Morgado | |
2012-03-16 | iface-modem-simple: include policy authorization checks | Aleksander Morgado | |