sniperbeamer
0ec14cb61c
Remove lock file if opening the database failed
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@280 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
139078801c
Fix: Different qm files in different paths, no overruling (Bug #2657158 )
...
Fix: Unable to open kdb from read-only location (Bug #2657228 )
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@279 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
df17d76ce7
Some code cleanup
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@278 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
5944e2620f
Fix: Crash when moving entry to another group (Bug #2644545 )
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@277 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
13df3a6c72
Add missing file used by cmake
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@276 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
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.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@275 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
d569b51e6c
Add Finish translation
...
Sort groups locale aware
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@274 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
456bb2dc33
Fix: Entropy collection didn't work for pronounceable password generator
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@273 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
0c6cd885f6
Use serif font for all password fields (Bug #2594868 )
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@272 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
a2c6a7c6dd
Added Turkish translation
...
Improved French translation
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@271 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
74ef78d57e
Add experimental CMake support
...
Remove unneeded crypto/aes_via_ace.h
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@270 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
25493735fd
Remove unused actions
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@269 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
dbb6e00a4a
Slightly reorganized the menubar
...
Added menu action to sort the groups (Bug #2268672 )
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@268 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
688bfe44c7
Save database using the correct password encoding when opening with a different encoding
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@267 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
d08a2f2372
Fixed: Cloned entries are not immediately sorted
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@266 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
5be497a26c
Fix: -min parameter is sometimes ignored (Debian Bug #514414 )
...
Fix: Cannot open DB from KeePassX 0.2.2 (Bug #2535569 )
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@265 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
bdmayes
e4ae80f030
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@264 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
bdmayes
c872745c7f
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@263 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
daf6eaf535
Add script to compile translations
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@262 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
5e473bedc2
Fix: Sudden exit on bookmarking a new (not saved) file (Bug #2599802 )
...
Safer SecString::overwrite(QString&)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@261 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
77500ca0e9
Disable VIA padlock (crashes on Mac OS)
...
Untag 0.4.0beta1
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@258 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
2434e9111f
Fixed bug that prevented opening db with keyfile and password
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@256 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
13b3ab3cae
Update translations
...
Update AES implementation - enable VIA padlock
Untag 0.4.0beta1
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@255 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
8f8901694c
Fixed: WorkspaceLockedWidget strings are not immediately updated when changing translation
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@254 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
434eab39aa
Fixed menu item roles on Mac OS
...
Update statusbar after changing the language
Fixed AboutDlg in some translations
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@253 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
92fe9bfdb2
Add compiled translation files
...
Remove rpm spec file
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@251 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
5aedd1f3e8
Fixed: Exports aren't sorted consistently ( #2108661 )
...
Merge changes from bdmayes (rev 249)
Updated German translation
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@250 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
0afbf7b534
Overwrite session key on exit
...
Fix some compiler warnings
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@248 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
bdmayes
2ecca449a4
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@247 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
7b8c699448
Dynamically calculate modifier value of alt, altgr and meta/win
...
Added nostrip qmake option
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@246 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
9f157e61a9
Merge changes from bdmayes (rev 237, 239, 241)
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@245 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
ab4047e7d2
Improved Auto-Typing: ability to type all unicode characters (finally)
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@244 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
56d9acef43
Fixed #2230887 : No password generated using list of very special characters
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@243 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
ff58631a2c
Reduce height of PasswordGenDlg and EditEntryDlg
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@242 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
06a938ce4a
Distinguish between adding groups and subgroups
...
Fixed visual distortion in PasswordGenDlg
Updated Spanish translation
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@240 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
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
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@238 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
bb80c9616a
Backup deleted entries
...
Fixed compilation errors on win32
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@233 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
f88ca3f4c0
Added ability to select language in SettingsDlg
...
Redesigned SettingsDlg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@232 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
ef92de215c
Implemented backup feature
...
Disabled desktop integration plugins
Disabled "Features" tab in SettingsDlg
Removed useless files
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@231 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
a8fafee769
Fixed: "KeepassX 0.3.3 fails to lock itself after Ctrl-V (autotype)" (Bug #2106604 )
...
Clear Klipper history on KDE4
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@230 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
f533ea45a7
Improved window blacklist
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@229 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
699befe618
Added "Tools" button to EditEntryDlg: Window List and Auto-Type sequence
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@228 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
a5d427d262
Added 2 new password generator options
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@227 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
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
5fe4a5d2c3
Added gl_ES translation
...
Removed unneeded svn properties
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@225 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
dc8b31e924
Associate KeePassX with *.kdb on Linux
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@224 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
e5e9cebc8a
Display warning when opening a database that is already opened
...
Improve tab order in many dialogs (closes #2130397 )
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@222 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