sniperbeamer
9ce0432cff
Fix crash when changing language (using Qt 4.3)
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@290 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
e3dcd73b89
Enable compiler warnings
...
Fix all the unused variable warnings
Disable incomplete translations
Compile the translation files
Add qt_* translations not part of Qt (from VirutalBox)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@289 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
4a64bd61e4
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@288 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
05c2754dc8
Update changelog
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@287 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
5c9fb7db4a
Remove old homedir if it's empty
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@286 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
d6f675a18b
Improve autotype:
...
- remove unneeded variables
- don't move the pointer
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@285 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
84aa876dd0
Updated Finnish and German translation
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@284 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
a2efb4f3b0
Call OS functions to really flush the database to disk
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@283 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
c6fbc412be
XDG compliant config location on Linux
...
Better way to detect APPDATA path on Windows
Optimize global include file
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@282 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
sniperbeamer
c614192a48
Fix: Crash on saving a database (Bug #1955677 )
...
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@281 b624d157-de02-0410-bad0-e51aec6abb33
16 years ago
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