sniperbeamer
598d204716
Cache and protect MasterKey - speeds up saving a lot
...
Added option to save database after every change
Improved license information
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@226 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
c451d571c2
Don't include entries from "Backup" group in search results
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@223 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
c182df6c31
Fixed: Predefined expire times don't work ( closes #2109987 )
...
Fixed: Sorting isn't consistent (closes #2108655 )
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@221 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
70bf7f5b5d
Added action "Copy URL to Clipboard" ( closes #1944021 )
...
Fixed: Unnamed Database saved as ".kdb" (closes #2109972 , #2118340 )
Fixed: Date of Modification isn't updated (closes #2108658 , #2121768 )
Fixed and improved the initialization of the fallback random number source (closes #2091784 )
Don't clear clipboard if "Clear clipboard after" is set to 0
Try to clear Klipper history when clearing clipboard
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@220 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
636f3b8af6
Added pronounceable password generator
...
Improved RNG seeding on Windows
Updated AES implementation
Removed SHA1 implementation, replaced by QCryptographicHash
Replaced ARC4 implementation by the one from KeePass 1.11
Some cleanup
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@216 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
d34b93f62d
Introduce new icon metastream to store custom icon id independent from the number of built-in icons
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@211 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
3839c091a3
Don't depend on Qt 4.4 anymore
...
Updated changelog
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@209 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
90d515f6e7
Added safety check when retrieving the active window title for global auto-type
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@207 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
0c7ad0dcaa
Synced icons with KeePass 1.11
...
Allow keypad enter button in Auto-Type dialog
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@205 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
56bc995cc2
Improved display of date strings in the EntryView
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@204 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
cfcbe82138
Fixed problem when restoring window after auto-type ( closes #1978861 )
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@202 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
e47df76b56
Added qmake option to disable precompiled header
...
Disabled precompiled header on FreeBSD by default (closes #1943446 )
Use mlock() to protect session key
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@201 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
d3259227f1
Automatically try to unlock db when global auto-type key has been pressed
...
Fixed gcc 4.2 compiler warning
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@199 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
5a2ad9afef
Don't use /dev/random anymore
...
Display help if parsing arguments fails
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@197 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
7c34d2010a
Create default groups when creating new database
...
Increase and randomize default key transformation number
Better cleanup when loading database fails
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@196 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
tarek_saidi
1905150642
improved AutoTypeDlg (keyboard only usage, visual selection feedback)
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@195 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
96ac6e31f1
Master key transformations (rounds) are now computed in two threads (from KeePass 1.11)
...
Added a button to measure the number of rounds that can be calculated in 1 second
Don't try to open a URL when it's empty
Improved code formatting
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@194 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
d26d0e8f96
Fixed sorting of date columns ( closes #1861726 , #1922311 )
...
Don't use entries in 'Backup' group for global auto-type (closes #1915664 )
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@192 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
a30643a99d
More fixes for "automatically lock database"
...
Removed some unneeded includes
Improved code formatting
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@187 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
d359363e7f
Fixed: database could be automatically locked while a file dialog is opened
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@184 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
a85dbe65fa
Improved seeding of the random number generator
...
Fixed AppDir on Windows
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@183 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
tarek_saidi
8446ef1f75
removed some unused files,
...
made file dialog wrapper use native dialogs again,
fixed password dialog not remembering last key location/type,
disabled precompiled headers when buidling universal binaries,
updated changelog,
fixed size problems of some dialogs
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@179 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
tarek_saidi
ed3baff013
reactivated KDE4 plugin
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@178 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
b8f59f9f04
Try to use truly random data to initialize the random number generator
...
Fixed: crash when closing the PasswordDlg by clicking on the x
Fixed: -cfg parameter not working
Fixed: does not compile for Windows
Fixed some compiler warnings
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@176 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
tarek_saidi
bdec5c8450
- support for precompiled headers
...
- made password dialog more userfriendly (especially key file creation/selection)
- database file as command line argument is recognized again
- fixed bug #1825446 (commandline option -cfg does NOT take relative path)
- fixed mac buid problem (see item #1908868 )
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@174 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
5db29eafed
Possbile fix for #1754998
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@172 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
9de7489805
Don't delete QApplication as it causes problems (big font size)
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@171 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
tarek_saidi
1be77c9e10
cleaned up main.cpp
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@170 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
3a5259eb47
Fixed: binary not installed
...
Removed unused variables and fixed some other compiler warnings
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@163 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
863bd3316d
Corrected some strings
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@160 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
8b08b321a5
Size of the EntryEdit dialog is saved
...
Some small GUI improvements
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@157 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
97da5c1989
Completely removed Qt3Support dependency
...
Cleaned up qmake project file
Compiles on Windows + many Windows specific improvements
Various small fixes
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@152 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
18e99b5a41
auto-type and auto-type-window definitions are now fully compatible with keepass
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@151 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
sniperbeamer
51acb50266
Removed unnecessary executable flags
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@150 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
tarek_saidi
01ac6b3544
merged sniperbeamer's patches
...
fixed bug #1828965
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@149 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
highjinx
5a210a8e30
Prevent crashes when no item is selected and a keyboard shortcut is used
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@148 b624d157-de02-0410-bad0-e51aec6abb33
17 years ago
tarek_saidi
65e5da4649
Bookmarks
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@146 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
13c5615698
changed some copyright headers,
...
added copying file,
extended main qmake projekt file,
implemented all file dialogs for kde,
new icons (bug #1730334 ),
automatic file extension,
fixed show/hide behavior of the simple password dlg (bug #1722682 )
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@145 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
c2554f30f0
auto-type delays
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@137 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
9dc8f878b5
new config system
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@133 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
fbc6febc0c
added calendar dialog,
...
added calendar access button in edit entry dialog,
added customize detail view dialog for editing detail view templates,
added 'show expired entries' dialog,
new icon loading mechansim,
added and replaced some icons.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@130 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
88f42dfe6b
added 'relative path' option,
...
fixed missing browser start function,
added option for using the system's default browser.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@129 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
2b54ded391
showing 'group' column only when search results are shown,
...
added KWalletImport.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@128 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
6cae658d24
completed drag&drop stuff,
...
moved column configuration to QSettings,
improved column handling and resizing behavior,
column order is now remembered after a restart,
added group column.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@127 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
11b33969d8
added missing files to svn.
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@126 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
28ba242090
completed tree state restore function,
...
visual order of entries will now affect their saving order,
changed the behavior of the entry view header.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@124 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
9ce6ff047b
fixed bug #1634718 ,
...
applied patch #1626541 ,
added czech translation,
lupdate for all translations
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@122 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
08d9ff59c9
overworked password generation dialog, enabled yarrow and entropy collection,
...
some work on the integration plugins, plugin settings tab is finished
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@119 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
39a898cd02
Fixed Gtk plugin crash
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@117 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago
tarek_saidi
1f31bf95c1
added missing FileDialogs.h to the repos.
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@114 b624d157-de02-0410-bad0-e51aec6abb33
18 years ago