Commit Graph

309 Commits

Author SHA1 Message Date
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
2008-09-25 14:29:36 +00:00
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
2008-09-25 12:00:15 +00:00
sniperbeamer 07fb82c88b Renamed some AES headers
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@217 b624d157-de02-0410-bad0-e51aec6abb33
2008-08-01 19:03:05 +00:00
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
2008-08-01 18:57:18 +00:00
sniperbeamer 455e68ff60 Delete and don't read old icon metastream when new one is available
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@212 b624d157-de02-0410-bad0-e51aec6abb33
2008-07-20 14:41:15 +00:00
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
2008-07-20 12:19:57 +00:00
sniperbeamer f91a09dabb Better fix: custom icons get lost on restart
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@210 b624d157-de02-0410-bad0-e51aec6abb33
2008-06-30 15:42:36 +00:00
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
2008-06-26 16:47:37 +00:00
sniperbeamer dc43c39ece Fixed: custom icons get lost on restart (Closes #1995561)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@208 b624d157-de02-0410-bad0-e51aec6abb33
2008-06-24 17:56:02 +00:00
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
2008-06-24 17:05:24 +00:00
sniperbeamer bc8ec1b520 Allow EditEntry Dialog to be smaller
Fixed: Line breaks are ignored in Entry Detail View

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@206 b624d157-de02-0410-bad0-e51aec6abb33
2008-06-12 21:41:54 +00:00
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
2008-06-09 08:15:07 +00:00
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
2008-06-04 19:41:27 +00:00
sniperbeamer a018fee162 Bumped version number to 0.3.2
Updated changelog
Renamed translations to keepassx-*
Added myself to the about dialog

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@203 b624d157-de02-0410-bad0-e51aec6abb33
2008-05-31 20:42:10 +00:00
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
2008-05-31 14:43:47 +00:00
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
2008-05-29 20:00:54 +00:00
sniperbeamer 35dc3772e3 Updated Japanese translation
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@200 b624d157-de02-0410-bad0-e51aec6abb33
2008-05-17 10:47:13 +00:00
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
2008-05-17 10:39:54 +00:00
sniperbeamer 1219467c91 Add missing menu accelerators
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@198 b624d157-de02-0410-bad0-e51aec6abb33
2008-05-12 15:07:12 +00:00
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
2008-05-10 09:00:47 +00:00
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
2008-04-17 22:21:05 +00:00
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
2008-04-14 20:03:58 +00:00
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
2008-04-12 22:41:36 +00:00
sniperbeamer b0289a8b3c Hide contents of search field while database is locked (closes #1923554)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@193 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-30 10:51:10 +00:00
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
2008-03-21 22:17:54 +00:00
sniperbeamer a2836d3183 Renamed project file to keepassx.pro
Minor code changes

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@191 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-21 21:41:48 +00:00
tarek_saidi daaa9b866a fixed password encoding problem (bug #1687864)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@190 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-17 23:05:46 +00:00
sniperbeamer 5bb7d02298 PasswordDlg: use icon for button to show/hide the typed password
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@189 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-15 17:08:11 +00:00
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
2008-03-14 20:37:39 +00:00
tarek_saidi 6850cae8dd updated version number
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@186 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-14 20:20:31 +00:00
tarek_saidi fc2d6e07b7 fixed possible compilation problem (bug #1910619),
fixed compilation error when building univeral binaries


git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@185 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-13 21:36:33 +00:00
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
2008-03-12 20:37:54 +00:00
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
2008-03-12 18:55:57 +00:00
tarek_saidi 7c117cdab2 fixed bug #1648616
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@180 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-11 22:08:26 +00:00
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
2008-03-11 17:40:31 +00:00
tarek_saidi ed3baff013 reactivated KDE4 plugin
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@178 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-11 13:56:07 +00:00
sniperbeamer 317397e063 Added: automatically lock database after inactivity (closes #1906699)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@177 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-09 19:56:13 +00:00
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
2008-03-08 14:18:32 +00:00
tarek_saidi e9a85f91fc added missing file
removed dialogs.h


git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@175 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-06 20:39:28 +00:00
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
2008-03-06 20:11:29 +00:00
sniperbeamer 97bac939dd Apply parts of patch #1908868
Use QApplication::applicationDirPath() on unix and win32

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@173 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-06 19:40:27 +00:00
sniperbeamer 5db29eafed Possbile fix for #1754998
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@172 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-05 21:11:41 +00:00
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
2008-03-04 22:57:56 +00:00
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
2008-03-04 19:15:22 +00:00
sniperbeamer 3bcfa15fe1 Fixed SF Bug #1906875
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@169 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-04 18:05:57 +00:00
sniperbeamer d220ab78c9 Fixed SF Bug #1905810
Updated install instructions

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@168 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-04 17:57:59 +00:00
tarek_saidi 0664d4bed0 fixed bug #1906517
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@166 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-03 23:44:03 +00:00
sniperbeamer e5e14c37f7 Restructured advanced tab of the settings dialog
Fixed location of license file in the about dialog
Updated changelog and install instructions
Windows:
- Corrected install location of data files
- Install Qt libraries
- Some GUI improvements

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@165 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-02 16:30:05 +00:00
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
2008-03-01 17:33:43 +00:00
sniperbeamer 93667814dc Fixed crash when using global auto-type before the database has been opened
Re-enable cross-compiling in qmake project file
Corrected DataDir on Windows
Some ui file cleanup

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@162 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-01 15:30:38 +00:00