A simple password manager
Go to file
Martchus d77f56439c icon conversion for Windows 2015-07-31 01:15:19 +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 ensure firstType is initialized 2015-07-31 01:11:35 +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 removed binary translation files from project directory 2015-07-17 23:54:50 +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 moved application info to project file 2015-07-27 23:33:54 +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 moved application info to project file 2015-07-27 23:33:54 +02:00
translations.pri improved project config 2015-07-18 00:37:09 +02:00
windowsicon.pri icon conversion for Windows 2015-07-31 01:15:19 +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