gcr: Add frob-prompt tool and fix bugs
authorStef Walter <stefw@collabora.co.uk>
Sun, 18 Dec 2011 17:22:47 +0000 (18:22 +0100)
committerStef Walter <stefw@collabora.co.uk>
Sun, 18 Dec 2011 17:22:47 +0000 (18:22 +0100)
commit3d8fd1a2f4ed07f049784e8f5f7ec17b1893d26f
tree6680f952c7446b4f501b0371ccf0f5f6e4a58e79
parent039f24d12e79d806f632e90332b50ca916ec83d6
gcr: Add frob-prompt tool and fix bugs

 * Add frob-prompt tool for playing around with prompts
 * Fix tons of bugs and refactor where necessary
14 files changed:
gcr/Makefile.am
gcr/gcr-dbus-constants.h
gcr/gcr-prompt-dialog.c
gcr/gcr-prompter-tool.c
gcr/gcr-system-prompt.c
gcr/gcr-system-prompt.h
gcr/gcr-system-prompter.c
gcr/org.gnome.keyring.PrivatePrompter.service.in [moved from gcr/org.gnome.keyring.Prompter.service.in with 100% similarity]
gcr/org.gnome.keyring.SystemPrompter.service.in [new file with mode: 0644]
gcr/tests/Makefile.am
gcr/tests/files/prompt-tests/simple.prompt [new file with mode: 0644]
gcr/tests/frob-prompt.c [new file with mode: 0644]
gcr/tests/frob-system-prompt.c
gcr/tests/test-system-prompt.c