Commit Graph

178 Commits

Author SHA1 Message Date
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
tarek_saidi e8be8e8a2b cleaned up qmake project file, improved mac app bundle generation
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@161 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-28 16:17:38 +00:00
sniperbeamer 863bd3316d Corrected some strings
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@160 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-28 13:59:08 +00:00
sniperbeamer 7b15707c6d Another bunch of GUI changes
Auto-save database on program exit: apply adjusted patch #1900048 (closes #1792317)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@159 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-24 20:47:28 +00:00
tarek_saidi fecd1109b3 fixed mac specific build problem
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@158 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-21 20:35:27 +00:00
sniperbeamer 8b08b321a5 Size of the EntryEdit dialog is saved
Some small GUI improvements

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@157 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-19 22:55:40 +00:00
sniperbeamer 619eaa1552 Global auto-type now works when using the kde plugin
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@156 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-16 22:08:30 +00:00
sniperbeamer 2149d4cfe1 Dynamically set size of the settings dialog
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@155 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-16 21:21:18 +00:00
sniperbeamer e94a4244c3 VSplitter size is incorrectly saved if window has never been visible
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@154 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-16 18:10:58 +00:00
sniperbeamer bd4d56f8b2 Added Japanese translation
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@153 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-16 14:44:18 +00:00
sniperbeamer 97da5c1989 Completely removed Qt3Support dependency
Cleaned up qmake project file
Compiles on Windows + many Windows specific improvements
Various small fixes

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@152 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-16 12:36:28 +00:00
sniperbeamer 18e99b5a41 auto-type and auto-type-window definitions are now fully compatible with keepass
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@151 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-15 19:49:13 +00:00
sniperbeamer 51acb50266 Removed unnecessary executable flags
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@150 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-15 16:03:24 +00:00
tarek_saidi 01ac6b3544 merged sniperbeamer's patches
fixed bug #1828965


git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@149 b624d157-de02-0410-bad0-e51aec6abb33
2008-02-15 11:04:38 +00:00
highjinx 5a210a8e30 Prevent crashes when no item is selected and a keyboard shortcut is used
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@148 b624d157-de02-0410-bad0-e51aec6abb33
2007-10-08 16:04:38 +00:00
myxelf 961268a67d most changes are details
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@147 b624d157-de02-0410-bad0-e51aec6abb33
2007-09-26 22:48:38 +00:00
tarek_saidi 65e5da4649 Bookmarks
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@146 b624d157-de02-0410-bad0-e51aec6abb33
2007-08-16 20:43:48 +00:00
tarek_saidi 13c5615698 changed some copyright headers,
added copying file,
extended main qmake projekt file, 
implemented all file dialogs for kde,
new icons (bug #1730334),
automatic file extension,
fixed show/hide behavior of the simple password dlg (bug #1722682)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@145 b624d157-de02-0410-bad0-e51aec6abb33
2007-08-10 21:07:30 +00:00
tarek_saidi 895e47554f fixed bug #1571868
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@144 b624d157-de02-0410-bad0-e51aec6abb33
2007-08-07 16:20:29 +00:00
tarek_saidi babeb3e057 fixed #1644319
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@143 b624d157-de02-0410-bad0-e51aec6abb33
2007-08-07 16:03:39 +00:00
tarek_saidi bbdf870dbe fallback for unknow icons when using an integration plugin
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@142 b624d157-de02-0410-bad0-e51aec6abb33
2007-07-28 17:12:05 +00:00
tarek_saidi 05ec5eb40c -KDE-Plugin: Updated API, plugin works fine again
-KDE-Plugin: added KDE icon loader to load KDE's currunt icon theme (incomplete)
-reverted change in the group combobox in the editentrydialog


git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@141 b624d157-de02-0410-bad0-e51aec6abb33
2007-07-24 19:34:09 +00:00
myxelf 57416c61d2 lot of changes
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@140 b624d157-de02-0410-bad0-e51aec6abb33
2007-07-15 16:50:44 +00:00
myxelf ebf0ff087b * Main Window redesigned layout
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@139 b624d157-de02-0410-bad0-e51aec6abb33
2007-07-07 17:34:03 +00:00
tarek_saidi 44bdd9ed48 added missing file
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@138 b624d157-de02-0410-bad0-e51aec6abb33
2007-07-06 10:03:19 +00:00
tarek_saidi c2554f30f0 auto-type delays
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@137 b624d157-de02-0410-bad0-e51aec6abb33
2007-07-01 12:03:45 +00:00
tarek_saidi 276939290d lock interface funtion,
handbook now shows qtassistant

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@136 b624d157-de02-0410-bad0-e51aec6abb33
2007-07-01 11:03:20 +00:00
tarek_saidi 8aea7e5f78 Added missing files for broken rev 133.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@135 b624d157-de02-0410-bad0-e51aec6abb33
2007-06-30 00:09:17 +00:00
tarek_saidi 91c9d1d940 Added missing files for broken rev 133.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@134 b624d157-de02-0410-bad0-e51aec6abb33
2007-06-30 00:07:17 +00:00
tarek_saidi 9dc8f878b5 new config system
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@133 b624d157-de02-0410-bad0-e51aec6abb33
2007-06-27 16:30:45 +00:00
tarek_saidi 9b25cc235d visual layout fixes for MacOS X
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@132 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-29 19:25:56 +00:00
tarek_saidi adea668ad9 added missing files,
temporarly removed DBus dependecies.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@131 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-28 22:33:50 +00:00