~ubuntu-branches/ubuntu/wily/qca2/wily-proposed

« back to all changes in this revision

Viewing changes to examples/cmssigner/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2007-10-27 18:51:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071027185154-4ir9ys3h2q9fofrw
Tags: 2.0.0-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
icons needed:
2
 
  app icon (may need different sizes of this?)  (a pen?)
3
 
  keystore icon (a box?)
4
 
  keystore entry identity icon (a card?)
5
 
  file identity icon (a file?)  (keybundle icon?)
6
 
  cert icon (a piece of paper?)  (cert icon?)
7
 
 
8
 
have a graphical busy indicator for:
9
 
  keystores are busy? (maybe a flashing thing in the status bar)
10
 
  sign operation in progress (maybe just use an endless QProgressBar)
11
 
 
12
 
entry icons
13
 
  key bundle
14
 
  cert
15
 
  crl
16
 
  pgp secret
17
 
  pgp public
18
 
 
 
1
app icon (may need different sizes of this?)  (a pen?)
19
2
store icons
20
3
  system
21
4
  user
22
5
  application
23
6
  smart card
24
7
  pgp keyring
25
 
 
26
8
unknown store/entry icon (can use the same icon for both i think)
27
 
 
28
 
when verifying a signature:
29
 
  if the key is valid, import it and ask the user for a friendly name and
30
 
    import into keyring
31
 
  if the key is self-signed, ask the user to verify the fingerprint. if
32
 
    validated, ask user for friendly name and import into keyring
33
 
 
34
 
ability to view CertItems, showing cert values and issuer hierarchy
35
 
report all 3 kinds of diagnostic text somewhere (plugin, keystore, secmessage)
 
9
animation rather than text for keystore busy?
 
10
animation for signing in progress (maybe just use an endless QProgressBar?)
36
11
integrated logger window?  also allow setting the log level
37
 
 
38
 
items in loadstore ui should not be editable
39
 
 
40
 
don't show systemstore or pgpkeyrings
41
 
 
42
 
respect !usable state for items
 
12
prompter should not call entrylist unless necessary.  right now it starts
 
13
  async mode on all stores, even if there is no prompting or anything going
 
14
  on.  qcatool has this problem also
 
15
report all 3 kinds of diagnostic text somewhere
 
16
  plugin: plugin dialog invoked from file menu ?  also show provider versions
 
17
  keystore: invoked from keyselectdlg ?
 
18
  secmessage: "details" button on error dialog?