Merge lp://staging/~thomas-voss/biometryd/initial-landing into lp://staging/biometryd
Proposed by
Thomas Voß
Status: | Merged |
---|---|
Approved by: | Ken VanDine |
Approved revision: | 17 |
Merged at revision: | 30 |
Proposed branch: | lp://staging/~thomas-voss/biometryd/initial-landing |
Merge into: | lp://staging/biometryd |
Diff against target: |
1479 lines (+1027/-75) 16 files modified
doc/manual_test_plan.md (+43/-0) include/biometry/devices/fingerprint_reader.h (+29/-1) src/biometry/devices/fingerprint_reader.cpp (+17/-9) src/biometry/qml/Biometryd/CMakeLists.txt (+4/-1) src/biometry/qml/Biometryd/converter.cpp (+50/-0) src/biometry/qml/Biometryd/converter.h (+49/-0) src/biometry/qml/Biometryd/fingerprint_reader.cpp (+70/-0) src/biometry/qml/Biometryd/fingerprint_reader.h (+77/-0) src/biometry/qml/Biometryd/operation.cpp (+7/-0) src/biometry/qml/Biometryd/operation.h (+231/-36) src/biometry/qml/Biometryd/plugin.cpp (+317/-21) src/biometry/qml/Biometryd/service.cpp (+15/-1) src/biometry/qml/Biometryd/service.h (+13/-2) src/biometry/qml/Biometryd/template_store.cpp (+10/-0) src/biometry/qml/Biometryd/template_store.h (+24/-0) tests/tst_qml_plugin.qml (+71/-4) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/biometryd/initial-landing |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jonas G. Drange (community) | Approve | ||
Review via email: mp+293499@code.staging.launchpad.net |
Commit message
Only for landing purposes.
Description of the change
Only for landing purposes.
To post a comment you must log in.
Small comment on the ambiguity of the API for available and defaultDevice.