13df3a6c72Add missing file used by cmake
sniperbeamer
2009-02-26 10:49:11 +0000
e531a8a7ffFix very obscure bug that corrupted the input of non-ascii characters. This is caused by calling QFileInfo::canonicalFilePath() before creating the QApplication object. So now the first thing we do is creating the QApplication object. This breaks the kde plugin, which we are not using anyway.
sniperbeamer
2009-02-26 10:47:41 +0000
dbb6e00a4aSlightly reorganized the menubar Added menu action to sort the groups (Bug #2268672)
sniperbeamer
2009-02-20 20:03:21 +0000
688bfe44c7Save database using the correct password encoding when opening with a different encoding
sniperbeamer
2009-02-19 12:24:20 +0000
d08a2f2372Fixed: Cloned entries are not immediately sorted
sniperbeamer
2009-02-18 14:31:43 +0000
5be497a26cFix: -min parameter is sometimes ignored (Debian Bug #514414) Fix: Cannot open DB from KeePassX 0.2.2 (Bug #2535569)
sniperbeamer
2009-02-16 17:59:51 +0000
8f8901694cFixed: WorkspaceLockedWidget strings are not immediately updated when changing translation
sniperbeamer
2009-01-13 22:35:55 +0000
434eab39aaFixed menu item roles on Mac OS Update statusbar after changing the language Fixed AboutDlg in some translations
sniperbeamer
2009-01-12 10:11:15 +0000
ab4047e7d2Improved Auto-Typing: ability to type all unicode characters (finally)
sniperbeamer
2008-12-22 19:08:32 +0000
56d9acef43Fixed#2230887: No password generated using list of very special characters
sniperbeamer
2008-12-22 15:14:43 +0000
ff58631a2cReduce height of PasswordGenDlg and EditEntryDlg
sniperbeamer
2008-12-22 13:43:47 +0000
06a938ce4aDistinguish between adding groups and subgroups Fixed visual distortion in PasswordGenDlg Updated Spanish translation
sniperbeamer
2008-12-21 23:37:15 +0000
888d0982d4New structure of auto-type classes Use xvkbd code for sending auto-type keys Fixed bug that prevented auto-typing non-latin1 chars Added Italian translation Fixed some new gcc warnings
sniperbeamer
2008-12-21 13:11:19 +0000
699befe618Added "Tools" button to EditEntryDlg: Window List and Auto-Type sequence
sniperbeamer
2008-09-30 19:03:41 +0000
a5d427d262Added 2 new password generator options
sniperbeamer
2008-09-30 14:26:24 +0000
598d204716Cache and protect MasterKey - speeds up saving a lot Added option to save database after every change Improved license information
sniperbeamer
2008-09-28 16:33:46 +0000
dc8b31e924Associate KeePassX with *.kdb on Linux
sniperbeamer
2008-09-28 11:09:11 +0000
c451d571c2Don't include entries from "Backup" group in search results
sniperbeamer
2008-09-27 15:49:36 +0000
e5e9cebc8aDisplay warning when opening a database that is already opened Improve tab order in many dialogs (closes#2130397)
sniperbeamer
2008-09-27 13:38:05 +0000
c182df6c31Fixed: Predefined expire times don't work (closes#2109987) Fixed: Sorting isn't consistent (closes#2108655)
sniperbeamer
2008-09-25 14:29:36 +0000
70bf7f5b5dAdded 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
sniperbeamer
2008-09-25 12:00:15 +0000
07fb82c88bRenamed some AES headers
sniperbeamer
2008-08-01 19:03:05 +0000
636f3b8af6Added 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
sniperbeamer
2008-08-01 18:57:18 +0000
455e68ff60Delete and don't read old icon metastream when new one is available
sniperbeamer
2008-07-20 14:41:15 +0000
d34b93f62dIntroduce new icon metastream to store custom icon id independent from the number of built-in icons
sniperbeamer
2008-07-20 12:19:57 +0000
f91a09dabbBetter fix: custom icons get lost on restart
sniperbeamer
2008-06-30 15:42:36 +0000
dc43c39eceFixed: custom icons get lost on restart (Closes#1995561)
sniperbeamer
2008-06-24 17:56:02 +0000
90d515f6e7Added safety check when retrieving the active window title for global auto-type
sniperbeamer
2008-06-24 17:05:24 +0000
bc8ec1b520Allow EditEntry Dialog to be smaller Fixed: Line breaks are ignored in Entry Detail View
sniperbeamer
2008-06-12 21:41:54 +0000
0c7ad0dcaaSynced icons with KeePass 1.11 Allow keypad enter button in Auto-Type dialog
sniperbeamer
2008-06-09 08:15:07 +0000
56bc995cc2Improved display of date strings in the EntryView
sniperbeamer
2008-06-04 19:41:27 +0000
a018fee162Bumped version number to 0.3.2 Updated changelog Renamed translations to keepassx-* Added myself to the about dialog
sniperbeamer
2008-05-31 20:42:10 +0000
cfcbe82138Fixed problem when restoring window after auto-type (closes#1978861)
sniperbeamer
2008-05-31 14:43:47 +0000
e47df76b56Added qmake option to disable precompiled header Disabled precompiled header on FreeBSD by default (closes#1943446) Use mlock() to protect session key
sniperbeamer
2008-05-29 20:00:54 +0000
35dc3772e3Updated Japanese translation
sniperbeamer
2008-05-17 10:47:13 +0000
d3259227f1Automatically try to unlock db when global auto-type key has been pressed Fixed gcc 4.2 compiler warning
sniperbeamer
2008-05-17 10:39:54 +0000
1219467c91Add missing menu accelerators
sniperbeamer
2008-05-12 15:07:12 +0000
5a2ad9afefDon't use /dev/random anymore Display help if parsing arguments fails
sniperbeamer
2008-05-10 09:00:47 +0000
7c34d2010aCreate default groups when creating new database Increase and randomize default key transformation number Better cleanup when loading database fails
sniperbeamer
2008-04-17 22:21:05 +0000
96ac6e31f1Master 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
sniperbeamer
2008-04-12 22:41:36 +0000
b0289a8b3cHide contents of search field while database is locked (closes#1923554)
sniperbeamer
2008-03-30 10:51:10 +0000
d26d0e8f96Fixed sorting of date columns (closes#1861726, #1922311) Don't use entries in 'Backup' group for global auto-type (closes#1915664)
sniperbeamer
2008-03-21 22:17:54 +0000
a2836d3183Renamed project file to keepassx.pro Minor code changes
sniperbeamer
2008-03-21 21:41:48 +0000
daaa9b866afixed password encoding problem (bug #1687864)
tarek_saidi
2008-03-17 23:05:46 +0000
5bb7d02298PasswordDlg: use icon for button to show/hide the typed password
sniperbeamer
2008-03-15 17:08:11 +0000
a30643a99dMore fixes for "automatically lock database" Removed some unneeded includes Improved code formatting
sniperbeamer
2008-03-14 20:37:39 +0000
6850cae8ddupdated version number
tarek_saidi
2008-03-14 20:20:31 +0000
fc2d6e07b7fixed possible compilation problem (bug #1910619), fixed compilation error when building univeral binaries
tarek_saidi
2008-03-13 21:36:33 +0000
d359363e7fFixed: database could be automatically locked while a file dialog is opened
sniperbeamer
2008-03-12 20:37:54 +0000
a85dbe65faImproved seeding of the random number generator Fixed AppDir on Windows
sniperbeamer
2008-03-12 18:55:57 +0000
8446ef1f75removed 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
tarek_saidi
2008-03-11 17:40:31 +0000
b8f59f9f04Try 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
sniperbeamer
2008-03-08 14:18:32 +0000
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)
tarek_saidi
2008-03-06 20:11:29 +0000
97bac939ddApply parts of patch #1908868 Use QApplication::applicationDirPath() on unix and win32
sniperbeamer
2008-03-06 19:40:27 +0000
5db29eafedPossbile fix for #1754998
sniperbeamer
2008-03-05 21:11:41 +0000
9de7489805Don't delete QApplication as it causes problems (big font size)
sniperbeamer
2008-03-04 22:57:56 +0000
1be77c9e10cleaned up main.cpp
tarek_saidi
2008-03-04 19:15:22 +0000
e5e14c37f7Restructured 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
sniperbeamer
2008-03-02 16:30:05 +0000
3a5259eb47Fixed: binary not installed Removed unused variables and fixed some other compiler warnings
sniperbeamer
2008-03-01 17:33:43 +0000
93667814dcFixed 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
sniperbeamer
2008-03-01 15:30:38 +0000
e8be8e8a2bcleaned up qmake project file, improved mac app bundle generation
tarek_saidi
2008-02-28 16:17:38 +0000
863bd3316dCorrected some strings
sniperbeamer
2008-02-28 13:59:08 +0000
7b15707c6dAnother bunch of GUI changes Auto-save database on program exit: apply adjusted patch #1900048 (closes#1792317)
sniperbeamer
2008-02-24 20:47:28 +0000
fecd1109b3fixed mac specific build problem
tarek_saidi
2008-02-21 20:35:27 +0000
8b08b321a5Size of the EntryEdit dialog is saved Some small GUI improvements
sniperbeamer
2008-02-19 22:55:40 +0000
619eaa1552Global auto-type now works when using the kde plugin
sniperbeamer
2008-02-16 22:08:30 +0000