A simple password manager
Go to file
Martchus 1713e55c0b updated version 2015-11-08 20:27:10 +01:00
android First commit 2015-04-22 19:30:09 +02:00
cli fixed includes 2015-09-06 20:33:09 +02:00
deprecated First commit 2015-04-22 19:30:09 +02:00
gui need to modify item delegate to properly hide passwords when editing 2015-11-04 20:30:32 +01:00
model need to modify item delegate to properly hide passwords when editing 2015-11-04 20:30:32 +01:00
qml First commit 2015-04-22 19:30:09 +02:00
quickgui fixed includes 2015-09-06 20:33:09 +02:00
resources uniform spelling of app name 2015-09-26 20:32:10 +02:00
translations removed binary translation files from project directory 2015-07-17 23:54:50 +02:00
util fixed includes 2015-09-06 20:33:09 +02:00
.gitignore added .directory, docs/ 2015-07-31 01:24:50 +02:00
LICENSE Initial commit 2015-04-22 19:14:53 +02:00
README.md fixed spelling mistake 2015-08-26 21:12:43 +02:00
general.pri set meta data (win32) 2015-10-01 14:23:33 +02:00
main.cpp fixed includes 2015-09-06 20:33:09 +02:00
passwordmanager.doxygen First commit 2015-04-22 19:30:09 +02:00
passwordmanager.pro updated version 2015-11-08 20:27:10 +01:00
translations.pri improved project config 2015-07-18 00:37:09 +02:00
windowsicon.pri fix 2015-07-31 01:31:45 +02:00

README.md

passwordmanager

A simple password manager.

Build instructions

The Password Manager depends on c++utilities, qtutilities and passwordfile and is built in the same way as these libaries.

The following Qt 5 modules are requried when building with Qt GUI support: core gui widgets