Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | libqrtr-glib: remove from the libqmi repository | Aleksander Morgado | 1 | -19/+0 | |
It's been moved to its own project repository: https://gitlab.freedesktop.org/mobile-broadband/libqrtr | |||||
2021-01-22 | build: setup qrtr-glib pkg-config support | Aleksander Morgado | 1 | -0/+1 | |
2021-01-22 | docs: add libqrtr-glib library reference | Aleksander Morgado | 1 | -0/+16 | |
2020-11-20 | build: fix distcheck with new gtk-doc | Aleksander Morgado | 1 | -0/+1 | |
The .actions file is generated by newer gtk-doc releases, we just treat it as e.g. the .signals or .types files. This is also already fixed in upstream gtk-doc: https://gitlab.gnome.org/GNOME/gtk-doc/-/merge_requests/61 | |||||
2020-05-12 | build,libqmi-glib: integrate gobject-introspection, update doc helpers to ↵ | vpodshiv | 1 | -0/+2 | |
comply with it | |||||
2020-02-02 | libqrtr-glib: separate QRTR backend in its own library | Aleksander Morgado | 1 | -8/+1 | |
2020-01-24 | libqmi-glib,nas: new helper method to decode PLMN strings | Aleksander Morgado | 1 | -0/+1 | |
The need to convert the GSM-7/UCS-2 encoded data into UTF-8 isn't something specific to the qmicli program, so provide a helper method that can be used by users of the library right away, and make use of it in qmicli as well. The conversion logic from GSM-7 to UTF-8 is not completely equivalent to what we had in qmicli before; it has been fixed as per the following ModemManager merge request: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/merge_requests/250 | |||||
2020-01-24 | libqmi-glib,test: rename test-utils to test-compat-utils | Aleksander Morgado | 1 | -1/+1 | |
2019-07-04 | qmi-firmware-update: support sahara/firehose based firmware update | Aleksander Morgado | 1 | -0/+1 | |
The EM7565 and other new devices from Sierra no longer implement the firmware update method using QDL/SDP, and instead use a mix of Sahara protocol followed by Firehose protocol, see: https://github.com/openpst/sahara https://portland.source.codeaurora.org/quic/imm/imm/qdl/ This commit introduces support for these two new protocols through a new QfuSaharaDevice, and provides an initial implementation for the EM75xx firmware update procedure. The implementation does NOT try to be a generic or fully compliant Sahara/Firehose engine; it just tries to make the EM73xx firmware update work. | |||||
2017-09-13 | build: import gtk-doc support | Aleksander Morgado | 1 | -1/+0 | |
Remove the need to run `gtkdocize' when building from git; this should be an operation done by the maintainer when modernizing the gtk-doc setup (think of e.g. gettextize), no need to do it unconditionally. This makes it easier for platforms without gtk-doc to build from git. When trying to build with documentation enabled and gtk-doc isn't found, we get some nice warnings and errors in the configure report: checking for gtk-doc... no configure: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.0 is not found. checking for gtkdoc-check... no checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... yes configure: error: You must have gtk-doc >= 1.0 installed to build documentation for ModemManager. Please install gtk-doc or disable building the documentation by adding '--disable-gtk-doc' to './configure'. Files generated with gtkdocize (gtk-doc) 1.26.1. | |||||
2017-03-22 | docs,man: generate man page for qmi-firmware-update | Aleksander Morgado | 1 | -0/+1 | |
2017-01-16 | qmi-firmware-update: new parser for firmware/config/carrier strings | Aleksander Morgado | 1 | -0/+2 | |
2017-01-16 | qmi-firmware-update: new QfuImage and QfuImageCwe objects | Aleksander Morgado | 1 | -0/+2 | |
Implement objects to handle the firmware images. | |||||
2017-01-16 | qmi-firmware-update: new tool skeleton | Aleksander Morgado | 1 | -0/+2 | |
2017-01-16 | utils,swi-update: include in build | Aleksander Morgado | 1 | -0/+1 | |
2015-02-26 | build: use absolute paths to ignore files in top_srcdir | Aleksander Morgado | 1 | -33/+17 | |
2015-01-13 | build: use absolute paths for the ignored files in subdirs | Aleksander Morgado | 1 | -52/+52 | |
2015-01-13 | build: ignore built device owner rules file | Aleksander Morgado | 1 | -0/+1 | |
2014-11-09 | libqmi,test: setup testing framework to test content of generated messages | Aleksander Morgado | 1 | -0/+1 | |
2013-09-13 | build: generate manpage for qmi-network | Aleksander Morgado | 1 | -0/+1 | |
2013-09-13 | qmi-network: implement --help and --version | Aleksander Morgado | 1 | -0/+2 | |
2013-09-05 | qmi-proxy: initial implementation | Aleksander Morgado | 1 | -0/+4 | |
2013-09-05 | build: move source code under src/ | Aleksander Morgado | 1 | -25/+28 | |
2013-09-04 | man: generate qmicli manpage from --help-all | Aleksander Morgado | 1 | -0/+2 | |
2013-06-13 | libqmi-glib,api: provide version info | Aleksander Morgado | 1 | -0/+1 | |
2013-05-10 | gitignore: ignore .pyc files | Dan Williams | 1 | -0/+1 | |
2013-05-10 | build: update NEWS; add minimal README and ChangeLog | Dan Williams | 1 | -2/+0 | |
Having a README is good, while some package building tools like to have a ChangeLog, even if it's useless. | |||||
2012-11-12 | release: update NEWS | Dan Williams | 1 | -1/+0 | |
2012-10-09 | docs: improve generated `libqmi-glib' documentation | Aleksander Morgado | 1 | -0/+3 | |
Among the tons of fixes done here, we now generate some per-service .sections file which we then concatenate to build the final libqmi-glib-sections.txt file. | |||||
2012-10-09 | build: compile all generated code into a non-installable library | Aleksander Morgado | 1 | -20/+5 | |
Also simplify the build by using BUILT_SOURCES to avoid needing to specify custom dependency rules. | |||||
2012-09-26 | libqmi-glib,tests: new tests to check parsing valid/invalid QMI messages | Aleksander Morgado | 1 | -0/+1 | |
2012-09-18 | pds: setup generation of the PDS service support | Aleksander Morgado | 1 | -0/+2 | |
Including "PDS Reset". | |||||
2012-09-06 | wms: setup generation of the WMS service support | Aleksander Morgado | 1 | -0/+2 | |
Including "WMS Reset". | |||||
2012-08-27 | libqmi-glib: register errors in DBus | Aleksander Morgado | 1 | -0/+1 | |
2012-08-03 | docs: setup initial gtk-doc documentation | Aleksander Morgado | 1 | -0/+15 | |
2012-07-26 | build: autogenerate 64bit flags helpers | Aleksander Morgado | 1 | -0/+2 | |
2012-07-23 | nas: implement NAS service support, including the "Reset" request/response | Aleksander Morgado | 1 | -0/+2 | |
2012-07-16 | cli: new helper method to get raw binary data as a printable string | Aleksander Morgado | 1 | -0/+5 | |
2012-07-04 | libqmi-glib,test: new unit tests for the integer read/write operations | Aleksander Morgado | 1 | -0/+6 | |
2012-07-03 | build: prepare sources to treat `libqmi-glib' not as the only library | Aleksander Morgado | 1 | -16/+16 | |
Instead of keeping the libqmi-glib sources under `src', we'll have a more specific `libqmi-glib' directory instead. Also, update autotools to reflect as `libqmi' the name of the project. | |||||
2012-07-03 | build: provide pkg-config setup for the library | Aleksander Morgado | 1 | -0/+2 | |
2012-07-03 | core: use new autogenerated code for the WDS service | Aleksander Morgado | 1 | -0/+2 | |
2012-07-03 | core: use new autogenerated code for the DMS service | Aleksander Morgado | 1 | -0/+2 | |
2012-07-03 | core: use new autogenerated code for the CTL service | Aleksander Morgado | 1 | -2/+3 | |
2012-07-03 | build: use `qmi-codegen' to build CTL-specific message handling | Aleksander Morgado | 1 | -0/+2 | |
2012-07-03 | codegen: new `qmi-codegen' build utility | Aleksander Morgado | 1 | -0/+2 | |
It will try to generate message creator/parsers from a manually maintained JSON-encoded database. | |||||
2012-07-03 | cli: new `qmicli' command line utility | Aleksander Morgado | 1 | -0/+4 | |
2012-07-03 | enums: new `QmiService' enumeration | Aleksander Morgado | 1 | -0/+2 | |
2012-07-03 | errors: setup a new QMI core error domain | Aleksander Morgado | 1 | -0/+2 | |
2012-07-03 | build: setup autotools | Aleksander Morgado | 1 | -25/+24 | |