A simple password manager
Go to file
Martchus 2dbf66c1bb added version, improved release of translations, added creation of
program icon on windows (needs still to be tested)
2015-06-24 01:02:27 +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 added Drag & Drop support 2015-06-21 21:37:45 +02:00
model removed double return statement 2015-04-26 22:28:05 +02:00
pkgbuild added missing dependency 2015-06-21 21:36:52 +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 First commit 2015-04-22 19:30:09 +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 added version, improved release of translations, added creation of 2015-06-24 01:02:27 +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