Commit graph

25 commits

Author SHA1 Message Date
Bastien Nocera
d37d8a233a TODO: Remove image transfer support
I doubt we want to do this, and nothing has needed it so far.
2018-05-31 17:28:19 +02:00
Bastien Nocera
3550ac5f05 TODO: Remove identification support TODO
See #10
2018-05-31 17:28:19 +02:00
Bastien Nocera
111681c57d TODO: Remove hardware protection TODO
See #9
2018-05-31 17:24:58 +02:00
Bastien Nocera
6eed9f1244 TODO: Remove translations from TODO
Already registered in Transifex:
https://www.transifex.com/freedesktop/fprintd/
2018-05-31 17:23:53 +02:00
Bastien Nocera
04bd6bab46 TODO: Remove hotplug TODO item
See #8
2018-05-31 17:20:19 +02:00
Bastien Nocera
190b8480fb Add new TODO item
From browsing the web
2009-01-27 16:45:16 -03:00
Bastien Nocera
64e415aaac Fix memleak on VerifyStart
Clean up the data pass to the async verification and identification
functions ourselves.
2008-11-24 17:20:46 +00:00
Bastien Nocera
7b06c4b7f3 Review possible errors and document them
Review all the possible errors and document them for each function.
2008-11-24 17:20:46 +00:00
Bastien Nocera
c9fdeb47aa Use D-Bus properties instead of GetProperties
- Use D-Bus native properties instead of a GetProperties call.
- Fix a number of front-ends by registering the right signals and
marshallers following the "done" signal argument addition
- Fix VerifyStart call in the pam module
2008-11-22 13:00:48 +00:00
Bastien Nocera
dfa539a1f8 Add documentation
Documentation FTW!
2008-11-21 18:15:51 +00:00
Bastien Nocera
26aab5dc28 Add a done argument to result signals
For verify and enroll, add a done argument so that front-end
know easily when they should be closing the device.
2008-11-21 18:15:51 +00:00
Bastien Nocera
837627b1a7 Use scan type property for better messages
Better messages for the PAM plugin, by using whether the device
requires swiping or pressing the finger on the reader.
2008-11-21 18:15:51 +00:00
Bastien Nocera
874d8164b4 Add ScanType and NumberEnrollStages properties
Export the type of scan the device performs, and, when the device
is claimed, the number of enrollment stages.
2008-11-21 18:15:50 +00:00
Bastien Nocera
f7186c7ff0 Remove all uses of enums in the API
The clients aren't supposed to know the magic numbers for enums,
so use strings instead.
2008-11-21 18:15:50 +00:00
Bastien Nocera
f39e1475b4 Update TODO
More done, and more to do.
2008-11-21 18:15:44 +00:00
Bastien Nocera
924e08d2e8 Add device name property
Add GetProperties method, with a single "Name" properties into
the hashtable.
Use the device name property in the PAM module, and in the list test.
2008-11-21 18:15:21 +00:00
Bastien Nocera
d874d5869c Add another TODO item
We need to double-check the messages so that they're translated
for users in the UIs.
2008-11-21 18:14:09 +00:00
Bastien Nocera
31a8e2c61d Fix distcheck
And add a TODO item
2008-11-21 18:14:09 +00:00
Bastien Nocera
c77f46a475 Add more TODO items
..
2008-11-02 11:16:59 +00:00
Bastien Nocera
b4bfdcd55d Remove a TODO item
ClaimDevice is now only needed for hardware related actions
2008-11-02 11:16:13 +00:00
Bastien Nocera
bd2debc01e Update storage code to allow plugins
Add naive plugin support to the storage code, it will
load plugins from $(libdir)/fprintd/modules, given the configuration
from /etc/fprintd.conf.
2008-11-02 11:16:13 +00:00
Bastien Nocera
2f5987eded Update TODO list
Add a few more TODO items
2008-11-02 11:16:13 +00:00
Bastien Nocera
7587105647 Add TODO items
Some thoughts on storage handling
2008-05-22 17:55:15 +01:00
Daniel Drake
fc6b0c194c Add enrollment functionality 2008-03-06 16:37:19 +00:00
Daniel Drake
b69cb4a705 Initial commit 2008-03-04 12:39:02 +00:00