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-05-10Implement support for parsing groups and entries from KeePass 1 databases.Felix Geyer
2012-05-10Make sure TimeInfo only contains UTC values.Felix Geyer
2012-05-10compile with QT < 4.7 (RHEL6 an clones)Andreas Piesk
2012-05-09Don't show message box when creation of database is canceled.Florian Geyer
2012-05-09Fix use of wrong slot when connecting the close request signal of the databas...Florian Geyer
2012-05-09Activate corresponding tab when closing a database.Florian Geyer
2012-05-09Select newly created entries.Florian Geyer
2012-05-09Use quint64 everywhere for the transform rounds number.Felix Geyer
2012-05-09Start implementing support for reading KeePass 1 databases.Felix Geyer
2012-05-08Fix padding handling in SymmetricCipherStream.Felix Geyer
2012-05-07Add CompositeKey::transformKeyBenchmark().Felix Geyer
2012-05-07Improve performance of the key transformation.Felix Geyer
2012-05-06Improve error handling in HashedBlockStream.Felix Geyer
2012-05-06Set proper text for the toggle toolbar action.Felix Geyer
2012-05-03Only use one additional thread in CompositeKey::transform().Felix Geyer
2012-05-03Add icons used by KMessageWidget.Felix Geyer
2012-05-03Add generic DataPath::icon() method.Felix Geyer
2012-05-03Fix GPL version number in the about dialog.Felix Geyer
2012-05-03Set proper window title for DatabaseOpenDialog.Felix Geyer
2012-05-02Coding style fixes.Felix Geyer
2012-05-02Move recycle bin checkbox to the left side.Felix Geyer
2012-05-02Set default name for root group when creating new database.Florian Geyer
2012-05-02Add KeePassX icon to about dialog.Felix Geyer
2012-05-02Remove status bar in main window.Felix Geyer
2012-05-02Add about dialog.Felix Geyer
2012-05-02Sync expanded state to the view for new groups.Felix Geyer
2012-05-02Turn attachmentsView into a QListView with wrapping turned on.Felix Geyer
2012-05-02Implement saving, adding and removing attachments.Felix Geyer
2012-05-02Add Tools::readAllFromDevice().Felix Geyer
2012-05-02Turn EntryAttachmentsModel into a QAbstractListModel.Felix Geyer
2012-04-30Clear attributes edit if there are no attributes.Florian Geyer
2012-04-29Fix missing connect of collapsed signal.Florian Geyer
2012-04-28Fix check if file can be opened read only.Florian Geyer
2012-04-28Fix command line argument parsing.Florian Geyer
2012-04-28Show entry title/group name in delete dialog.Florian Geyer
2012-04-28Select newly created groups and expand parent.Florian Geyer
2012-04-28Fix missing connect of expanded signal.Florian Geyer
2012-04-28Coding style fixes.Felix Geyer
2012-04-28Fix the vertial size policy of the edit entry widget.Felix Geyer
2012-04-28Support editing attribute values in a separate text edit.Felix Geyer
2012-04-28Fix bug that EntryAttributesModel isn't updated on reset.Felix Geyer
2012-04-28Turn EntryAttributesModel into a QAbstractListModel.Felix Geyer
2012-04-27Make EntryAttributesModel editable.Felix Geyer
2012-04-27Add EntryAttributes::rename().Felix Geyer
2012-04-27Copy custom icons when moved to another database.Felix Geyer
2012-04-27Support setting a new parent group with an empty db.Felix Geyer
2012-04-26Support moving entries with drag and drop.Felix Geyer
2012-04-26Mark library include dirs as SYSTEM.Felix Geyer
2012-04-26Fix some pedantic compiler warnings.Felix Geyer
2012-04-25Coding style fixes.Felix Geyer