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
path: root/src
AgeCommit message (Expand)Author
2012-01-06Proper error handling for reading databases.Felix Geyer
2012-01-06Rename getPath() -> path().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-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
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-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-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-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-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
2011-11-20Make sure gcrypt is initalized when SymmetricCipherGcrypt objects are created.Felix Geyer
2011-11-20Initalize autoEnableVisualHiding.Felix Geyer
2011-11-16New actions: new, save and close database.Felix Geyer
2011-11-16Automatically check password checkbox and make toggle password button work.Felix Geyer
2011-11-13Implement opening/closing databases.Felix Geyer
2011-11-13Emit signal when changing the database name.Felix Geyer
2011-11-13Deep copy subkeys when cloning CompositeKey.Felix Geyer
2011-11-12Fix cmake files to use new gcrypt variables.Felix Geyer
2011-11-12Remove some unneeded includes.Felix Geyer
2011-11-12Add brackets.Felix Geyer
2011-11-12Use QtConcurrentRun instead of subclassing QThread.Felix Geyer
2011-07-09Notify entry/group parent on deletion.Felix Geyer