Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-06Proper error handling for reading databases.Felix Geyer
2012-01-06Rename getPath() -> path().Felix Geyer
2012-01-06Update copyright information.Felix Geyer
2012-01-06Add a dataPath() generater function instead of using static DataPath methods.Felix Geyer
2012-01-06Compress svg icon.Felix Geyer
2012-01-06Set application window icon.Felix Geyer
2012-01-05Add KeePassX application icons.Felix Geyer
2012-01-05Add pixmap gui test.Felix Geyer
2012-01-02Core tests instantiate QCoreApplication instead of QApplication.Felix Geyer
2012-01-02Add include guards.Felix Geyer
2012-01-02Store database icons as QImage instead of QIcon.Felix Geyer
2012-01-01Mark some methods as private.Felix Geyer
2012-01-01Document -DCMAKE_VERBOSE_MAKEFILE=ON in the INSTALL file.Felix Geyer
2011-12-30Rename DatabaseManager to DatabaseTabWidget and turn it into a QTabWidget.Felix Geyer
2011-12-30Install the keepassx binary and database icons.Felix Geyer
2011-12-30Add an INSTALL file with some basic instructions on how to build, test and in...Felix Geyer
2011-12-29Clean up gui test.Florian Geyer
2011-12-29Add function to get current database widget.Florian Geyer
2011-12-29Fix crash when editing an entry.Felix Geyer
2011-12-29Make the edit entry button work.Felix Geyer
2011-12-28Fix coding style.Felix Geyer
2011-12-27Pre-select current file in save as dialog.Florian Geyer
2011-12-27Implement GUI for creating entries.Felix Geyer
2011-12-27Implement the GUI for editing and creating groups.Felix Geyer
2011-12-27Enforce that group/entry uuid is set when writing a database.Felix Geyer
2011-12-26Ignore compiler warnings in qendian.h.Felix Geyer
2011-12-26Merge git://gitorious.org/~blueice/keepassx/blueices-keepassx into merge-requestFelix Geyer
2011-12-26Add a GUI unit test.Felix Geyer
2011-12-26Show KeyOpenDialog with show() instead of exec().Felix Geyer
2011-12-26Activate corresponding tab when opening new database.Florian Geyer
2011-12-26Add UI as a member variable instead of inheriting it.Felix Geyer
2011-12-26Use an own FileDialog class instead of QFileDialog.Felix Geyer
2011-12-25Update copyright information.Felix Geyer
2011-12-25Update ModelTest from Qt 4.8.0.Felix Geyer
2011-12-25Remember last key file.Felix Geyer
2011-12-25Fix tab names and add tab tooltips.Felix Geyer
2011-12-25Implement global config class.Felix Geyer
2011-12-25Fix code formatting.Felix Geyer
2011-12-25Merge git://gitorious.org/~blueice/keepassx/blueices-keepassx into merge-requestFelix Geyer
2011-12-24Add missing tr().Felix Geyer
2011-12-24Implement save as.Florian Geyer
2011-12-24Implement opening databases with key files.Felix Geyer
2011-12-24Syntax fixes.Felix Geyer
2011-12-23Add a class which provides the path to data files.Felix Geyer
2011-12-23Add missing include guards.Felix Geyer
2011-12-22Enable some more hardening flags.Felix Geyer
2011-12-22Turn format-security warnings into errors.Felix Geyer
2011-12-22Implement support for key files.Felix Geyer
2011-12-16Add a bunch of entry and group actions.Felix Geyer
2011-11-20Add more Crypto::initalized() assertions.Felix Geyer