13df3a6c72
Add missing file used by cmake
sniperbeamer
2009-02-26 10:49:11 +00:00
e531a8a7ff
Fix 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 +00:00
dbb6e00a4a
Slightly reorganized the menubar Added menu action to sort the groups (Bug #2268672)
sniperbeamer
2009-02-20 20:03:21 +00:00
688bfe44c7
Save database using the correct password encoding when opening with a different encoding
sniperbeamer
2009-02-19 12:24:20 +00:00
d08a2f2372
Fixed: Cloned entries are not immediately sorted
sniperbeamer
2009-02-18 14:31:43 +00:00
5be497a26c
Fix: -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 +00:00
8f8901694c
Fixed: WorkspaceLockedWidget strings are not immediately updated when changing translation
sniperbeamer
2009-01-13 22:35:55 +00:00
434eab39aa
Fixed menu item roles on Mac OS Update statusbar after changing the language Fixed AboutDlg in some translations
sniperbeamer
2009-01-12 10:11:15 +00:00
ab4047e7d2
Improved Auto-Typing: ability to type all unicode characters (finally)
sniperbeamer
2008-12-22 19:08:32 +00:00
56d9acef43Fixed#2230887: No password generated using list of very special characters
sniperbeamer
2008-12-22 15:14:43 +00:00
ff58631a2c
Reduce height of PasswordGenDlg and EditEntryDlg
sniperbeamer
2008-12-22 13:43:47 +00:00
06a938ce4a
Distinguish between adding groups and subgroups Fixed visual distortion in PasswordGenDlg Updated Spanish translation
sniperbeamer
2008-12-21 23:37:15 +00:00
888d0982d4
New 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 +00:00
598d204716
Cache 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 +00:00
dc8b31e924
Associate KeePassX with *.kdb on Linux
sniperbeamer
2008-09-28 11:09:11 +00:00
c451d571c2
Don't include entries from "Backup" group in search results
sniperbeamer
2008-09-27 15:49:36 +00:00
e5e9cebc8a
Display warning when opening a database that is already opened Improve tab order in many dialogs (closes#2130397)
sniperbeamer
2008-09-27 13:38:05 +00:00
c182df6c31
Fixed: Predefined expire times don't work (closes#2109987) Fixed: Sorting isn't consistent (closes#2108655)
sniperbeamer
2008-09-25 14:29:36 +00:00
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
sniperbeamer
2008-09-25 12:00:15 +00:00
07fb82c88b
Renamed some AES headers
sniperbeamer
2008-08-01 19:03:05 +00:00
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
sniperbeamer
2008-08-01 18:57:18 +00:00
455e68ff60
Delete and don't read old icon metastream when new one is available
sniperbeamer
2008-07-20 14:41:15 +00:00
d34b93f62d
Introduce new icon metastream to store custom icon id independent from the number of built-in icons
sniperbeamer
2008-07-20 12:19:57 +00:00
f91a09dabb
Better fix: custom icons get lost on restart
sniperbeamer
2008-06-30 15:42:36 +00:00
dc43c39ece
Fixed: custom icons get lost on restart (Closes#1995561)
sniperbeamer
2008-06-24 17:56:02 +00:00
90d515f6e7
Added safety check when retrieving the active window title for global auto-type
sniperbeamer
2008-06-24 17:05:24 +00:00
bc8ec1b520
Allow EditEntry Dialog to be smaller Fixed: Line breaks are ignored in Entry Detail View
sniperbeamer
2008-06-12 21:41:54 +00:00
0c7ad0dcaa
Synced icons with KeePass 1.11 Allow keypad enter button in Auto-Type dialog
sniperbeamer
2008-06-09 08:15:07 +00:00
56bc995cc2
Improved display of date strings in the EntryView
sniperbeamer
2008-06-04 19:41:27 +00:00
a018fee162
Bumped 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 +00:00
cfcbe82138
Fixed problem when restoring window after auto-type (closes#1978861)
sniperbeamer
2008-05-31 14:43:47 +00:00
e47df76b56
Added 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 +00:00
35dc3772e3
Updated Japanese translation
sniperbeamer
2008-05-17 10:47:13 +00:00
d3259227f1
Automatically 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 +00:00
1219467c91
Add missing menu accelerators
sniperbeamer
2008-05-12 15:07:12 +00:00
5a2ad9afef
Don't use /dev/random anymore Display help if parsing arguments fails
sniperbeamer
2008-05-10 09:00:47 +00:00
7c34d2010a
Create 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 +00:00
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
sniperbeamer
2008-04-12 22:41:36 +00:00
b0289a8b3c
Hide contents of search field while database is locked (closes#1923554)
sniperbeamer
2008-03-30 10:51:10 +00:00
d26d0e8f96
Fixed 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 +00:00
a2836d3183
Renamed project file to keepassx.pro Minor code changes
sniperbeamer
2008-03-21 21:41:48 +00:00
5bb7d02298
PasswordDlg: use icon for button to show/hide the typed password
sniperbeamer
2008-03-15 17:08:11 +00:00
a30643a99d
More fixes for "automatically lock database" Removed some unneeded includes Improved code formatting
sniperbeamer
2008-03-14 20:37:39 +00:00
6850cae8dd
updated version number
tarek_saidi
2008-03-14 20:20:31 +00:00
fc2d6e07b7
fixed possible compilation problem (bug #1910619), fixed compilation error when building univeral binaries
tarek_saidi
2008-03-13 21:36:33 +00:00
d359363e7f
Fixed: database could be automatically locked while a file dialog is opened
sniperbeamer
2008-03-12 20:37:54 +00:00
a85dbe65fa
Improved seeding of the random number generator Fixed AppDir on Windows
sniperbeamer
2008-03-12 18:55:57 +00:00
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
tarek_saidi
2008-03-11 17:40:31 +00:00
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
sniperbeamer
2008-03-08 14:18:32 +00:00
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 +00:00
97bac939dd
Apply parts of patch #1908868 Use QApplication::applicationDirPath() on unix and win32
sniperbeamer
2008-03-06 19:40:27 +00:00
5db29eafed
Possbile fix for #1754998
sniperbeamer
2008-03-05 21:11:41 +00:00
9de7489805
Don't delete QApplication as it causes problems (big font size)
sniperbeamer
2008-03-04 22:57:56 +00:00
1be77c9e10
cleaned up main.cpp
tarek_saidi
2008-03-04 19:15:22 +00:00
3bcfa15fe1
Fixed SF Bug #1906875
sniperbeamer
2008-03-04 18:05:57 +00:00
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
sniperbeamer
2008-03-02 16:30:05 +00:00
3a5259eb47
Fixed: binary not installed Removed unused variables and fixed some other compiler warnings
sniperbeamer
2008-03-01 17:33:43 +00:00
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
sniperbeamer
2008-03-01 15:30:38 +00:00
e8be8e8a2b
cleaned up qmake project file, improved mac app bundle generation
tarek_saidi
2008-02-28 16:17:38 +00:00
863bd3316d
Corrected some strings
sniperbeamer
2008-02-28 13:59:08 +00:00
7b15707c6d
Another bunch of GUI changes Auto-save database on program exit: apply adjusted patch #1900048 (closes#1792317)
sniperbeamer
2008-02-24 20:47:28 +00:00
fecd1109b3
fixed mac specific build problem
tarek_saidi
2008-02-21 20:35:27 +00:00
8b08b321a5
Size of the EntryEdit dialog is saved Some small GUI improvements
sniperbeamer
2008-02-19 22:55:40 +00:00
619eaa1552
Global auto-type now works when using the kde plugin
sniperbeamer
2008-02-16 22:08:30 +00:00