keepassxc/src/core
2013-04-29 22:31:50 +02:00
..
ArgumentParser.cpp Fix coding style. 2013-04-27 11:40:10 +02:00
ArgumentParser.h Fix coding style. 2013-04-27 11:40:10 +02:00
AutoTypeAssociations.cpp Add AutoTypeAssociations::removeEmpty(). 2012-07-16 17:37:18 +02:00
AutoTypeAssociations.h Add AutoTypeAssociations::removeEmpty(). 2012-07-16 17:37:18 +02:00
Config.cpp Remember opened databases on quit. 2013-04-18 21:52:08 +02:00
Config.h First draft of an argument parser. 2013-04-06 11:00:45 +02:00
Database.cpp Add Database::verifyKey(). 2012-10-12 12:10:41 +02:00
Database.h Add Database::verifyKey(). 2012-10-12 12:10:41 +02:00
DatabaseIcons.cpp Fix database icons license issues. 2013-03-23 21:50:23 +01:00
DatabaseIcons.h Convert icon filename QVector to a plain char* array. 2012-07-01 21:35:07 +02:00
Endian.cpp Mark library include dirs as SYSTEM. 2012-04-26 12:18:38 +02:00
Endian.h Improve code style. 2012-04-18 22:08:22 +02:00
Entry.cpp Add Entry::copyDataFrom(). 2013-04-29 22:31:49 +02:00
Entry.h Add Entry::copyDataFrom(). 2013-04-29 22:31:49 +02:00
EntryAttachments.cpp Replace EntryAttachments and EntryAttributes operator=() with copyDataFrom(). 2012-07-20 12:15:19 +02:00
EntryAttachments.h Replace EntryAttachments and EntryAttributes operator=() with copyDataFrom(). 2012-07-20 12:15:19 +02:00
EntryAttributes.cpp Add menu entry to copy an entry attribute to clipboard. 2012-10-24 20:03:33 +02:00
EntryAttributes.h Add menu entry to copy an entry attribute to clipboard. 2012-10-24 20:03:33 +02:00
FilePath.cpp Use standard GNU install dirs and make them overridable. 2013-04-29 22:17:31 +02:00
FilePath.h Add a cache for FilePath::icon(). 2012-07-18 21:22:36 +02:00
Global.h Add compiler flags to hide all symbols by default. 2013-03-30 00:14:32 +01:00
Group.cpp Make KeePass2XmlReader::parseGroup() safe against reordered xml elements. 2013-04-29 22:31:50 +02:00
Group.h Make KeePass2XmlReader::parseGroup() safe against reordered xml elements. 2013-04-29 22:31:50 +02:00
ListDeleter.h Add ListDeleter class. 2012-07-12 22:28:44 +02:00
Metadata.cpp Add safety check so we don't insert empty icons. 2013-04-07 19:37:44 +02:00
Metadata.h Copy custom icons when copying/moving entries/groups to another database. 2013-04-07 18:32:43 +02:00
PasswordGenerator.cpp Add PasswordGenerator backend. 2013-03-12 21:55:11 +01:00
PasswordGenerator.h Add PasswordGenerator backend. 2013-03-12 21:55:11 +01:00
qsavefile.cpp Make QSaveFile work on Windows when the target file already exists. 2012-10-22 17:48:13 +02:00
qsavefile.h Import QSaveFile from libkdeqt5staging. 2012-07-06 14:36:04 +02:00
qsavefile_p.h Import QSaveFile from libkdeqt5staging. 2012-07-06 14:36:04 +02:00
SignalMultiplexer.cpp Show group and entry view context menus from MainWindow. 2012-08-04 22:06:41 +02:00
SignalMultiplexer.h Show group and entry view context menus from MainWindow. 2012-08-04 22:06:41 +02:00
TimeDelta.cpp Add presets for expire date. 2012-08-18 17:33:41 +02:00
TimeDelta.h Add presets for expire date. 2012-08-18 17:33:41 +02:00
TimeInfo.cpp Use constructor initialization lists where possible. 2012-07-19 19:42:14 +02:00
TimeInfo.h Improve code style. 2012-04-18 22:08:22 +02:00
Tools.cpp Revert "Handle DeferredDelete events in Tools::wait()." 2012-11-03 15:12:04 +01:00
Tools.h Disable core dumps and tracing on *nix. 2012-10-21 12:33:00 +02:00
Uuid.cpp Coding style fixes. 2012-06-30 00:22:07 +02:00
Uuid.h Add toHex function to Uuid. 2012-05-18 14:41:34 +02:00