A simple password manager
Go to file
Martchus 43c6371d79 updated translations 2015-07-07 23:02:32 +02:00
android First commit 2015-04-22 19:30:09 +02:00
cli First commit 2015-04-22 19:30:09 +02:00
deprecated First commit 2015-04-22 19:30:09 +02:00
gui code for generation of window title has been outsourced to the Qt 2015-07-07 00:53:24 +02:00
model removed double return statement 2015-04-26 22:28:05 +02:00
qml First commit 2015-04-22 19:30:09 +02:00
quickgui First commit 2015-04-22 19:30:09 +02:00
resources added version, improved release of translations, added creation of 2015-06-24 01:02:27 +02:00
translations updated translations 2015-07-07 23:02:32 +02:00
util First commit 2015-04-22 19:30:09 +02:00
.gitignore updated generation of translations 2015-06-12 02:29:30 +02:00
LICENSE Initial commit 2015-04-22 19:14:53 +02:00
README.md added build instructions 2015-05-19 23:04:29 +02:00
general.pri updated generation of translations 2015-06-12 02:29:30 +02:00
main.cpp First commit 2015-04-22 19:30:09 +02:00
passwordmanager.doxygen First commit 2015-04-22 19:30:09 +02:00
passwordmanager.pro outsourced PKGBUILD files 2015-06-26 02:31:41 +02:00
translations.pri added version, improved release of translations, added creation of 2015-06-24 01:02:27 +02:00

README.md

passwordmanager

A simple password manager.

Build instructions

The password manager depends on c++utilities, qtutilities and passwordfile. 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