]> vaikene.ee Git - evaf/commit
Added the PswStorage module.
authorEnar Väikene <enar@vaikene.net>
Tue, 26 Jul 2011 12:08:02 +0000 (15:08 +0300)
committerEnar Väikene <enar@vaikene.net>
Tue, 26 Jul 2011 12:08:02 +0000 (15:08 +0300)
commit4a856bc600d1819e01c797881e0591810737c2fd
tree77a248bb8c62ff2d72e5b32a00486a8d560fc70d
parent5dbab6f7a87661995e93ed6b632ae711434f20c0
Added the PswStorage module.
This module stores data for password generation and allows lookups using the name of the password.
The module also acts as an item model for auto-completion of the name field.
src/apps/PswGen/CMakeLists.txt
src/apps/PswGen/Storage/CMakeLists.txt [new file with mode: 0644]
src/apps/PswGen/Storage/iStorage [new file with mode: 0644]
src/apps/PswGen/Storage/istorage.h [new file with mode: 0644]
src/apps/PswGen/Storage/lib.h [new file with mode: 0644]
src/apps/PswGen/Storage/module.cpp [new file with mode: 0644]
src/apps/PswGen/Storage/module.h [new file with mode: 0644]
src/apps/PswGen/Storage/version.h [new file with mode: 0644]
src/apps/PswGen/Storage/version.rc [new file with mode: 0644]