Commit Graph

325 Commits

Author SHA1 Message Date
tarek_saidi fc2d6e07b7 fixed possible compilation problem (bug #1910619),
fixed compilation error when building univeral binaries


git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@185 b624d157-de02-0410-bad0-e51aec6abb33
2008-03-13 21:36:33 +00:00
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 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 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
tarek_saidi fbc6febc0c added calendar dialog,
added calendar access button in edit entry dialog,
added customize detail view dialog for editing detail view templates,
added 'show expired entries' dialog,
new icon loading mechansim,
added and replaced some icons.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@130 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-28 21:24:38 +00:00
tarek_saidi 88f42dfe6b added 'relative path' option,
fixed missing browser start function,
added option for using the system's default browser.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@129 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-22 23:06:06 +00:00
tarek_saidi 2b54ded391 showing 'group' column only when search results are shown,
added KWalletImport.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@128 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-21 20:42:13 +00:00
tarek_saidi 6cae658d24 completed drag&drop stuff,
moved column configuration to QSettings,
improved column handling and resizing behavior,
column order is now remembered after a restart,
added group column.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@127 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-20 23:34:54 +00:00
tarek_saidi 11b33969d8 added missing files to svn.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@126 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-18 13:11:43 +00:00
tarek_saidi 50a39d726a added KeePassX_XML export,
PwManager import works again,
text export works again.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@125 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-15 23:07:29 +00:00
tarek_saidi 28ba242090 completed tree state restore function,
visual order of entries will now affect their saving order,
changed the behavior of the entry view header.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@124 b624d157-de02-0410-bad0-e51aec6abb33
2007-03-12 21:05:45 +00:00
tarek_saidi ee97e3c197 lupdate
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@123 b624d157-de02-0410-bad0-e51aec6abb33
2007-02-28 15:43:21 +00:00
tarek_saidi 9ce6ff047b fixed bug #1634718,
applied patch #1626541,
added czech translation,
lupdate for all translations

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@122 b624d157-de02-0410-bad0-e51aec6abb33
2007-01-14 19:58:34 +00:00
tarek_saidi 6a8c2114eb made password dialog working, moved key file creation from KeepassMainWindow to CPasswordDlg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@121 b624d157-de02-0410-bad0-e51aec6abb33
2006-12-16 22:24:57 +00:00
tarek_saidi d5ed360fce fixed some minor bugs in password generation dialog,
added new options to settings dlg (no functions behind yet)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@120 b624d157-de02-0410-bad0-e51aec6abb33
2006-11-29 15:41:54 +00:00
tarek_saidi 08d9ff59c9 overworked password generation dialog, enabled yarrow and entropy collection,
some work on the integration plugins, plugin settings tab is finished

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@119 b624d157-de02-0410-bad0-e51aec6abb33
2006-11-26 22:15:00 +00:00
tarek_saidi 7e54d5f317 kde plugin merge
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@118 b624d157-de02-0410-bad0-e51aec6abb33
2006-11-14 20:41:32 +00:00
tarek_saidi 39a898cd02 Fixed Gtk plugin crash
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@117 b624d157-de02-0410-bad0-e51aec6abb33
2006-11-14 20:28:16 +00:00
tarek_saidi f4efea7849 show key dialog again if hash test fails
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@116 b624d157-de02-0410-bad0-e51aec6abb33
2006-11-13 20:03:15 +00:00
tarek_saidi a8d60588cc KdeInitInterface
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@115 b624d157-de02-0410-bad0-e51aec6abb33
2006-11-04 20:28:34 +00:00
tarek_saidi 1f31bf95c1 added missing FileDialogs.h to the repos.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@114 b624d157-de02-0410-bad0-e51aec6abb33
2006-11-04 12:03:17 +00:00
tarek_saidi b39ca12cd5 Added KDE4 Plugin
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@113 b624d157-de02-0410-bad0-e51aec6abb33
2006-11-04 10:35:50 +00:00
tarek_saidi db8ba66067 some work on the gtk plug-in, added integration tab in the settings dlg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@112 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-29 19:00:59 +00:00
tarek_saidi 2b088a31e6 added plugin for gnome/gtk integration
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@111 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-28 18:50:37 +00:00
tarek_saidi b9feb0b74d Finished EntropyCollectionDlg.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@110 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-24 14:02:34 +00:00
tarek_saidi 29f3d8b2b3 CollectEntryDlg: fixed random crashes caused by first external paint event, finished collection routines.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@109 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-22 23:20:54 +00:00
tarek_saidi 83d561d3a4 Replaced 'ShowToolbarAction' with the predefined toggleViewAction(),
some work on the entropy collection dialog.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@108 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-16 20:09:14 +00:00
tarek_saidi c991307ef8 Added entropy collection dialog
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@107 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-16 09:14:04 +00:00
tarek_saidi 0e2725ee06 rebuild DatabaseSettingsDlg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@106 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-15 15:50:54 +00:00
tarek_saidi f3fd0c681c Patch #1558763
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@105 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-15 09:15:18 +00:00
tarek_saidi 21f0fea56a First commit for 0.2.3, some old functions still need to be ported to the new back-end api, i.e. import and export.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@104 b624d157-de02-0410-bad0-e51aec6abb33
2006-10-14 22:33:41 +00:00
tarek_saidi 0286b87a41 update of french translation,
TrActive will be set correctly again (display of the translation author)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@101 b624d157-de02-0410-bad0-e51aec6abb33
2006-07-03 15:41:52 +00:00
tarek_saidi 103b35169f 0.2.2 RC
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@100 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-23 22:03:39 +00:00
tarek_saidi 950488ece3 legacy impl for old CustomIconMS format
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@99 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-23 20:45:06 +00:00
tarek_saidi 5775eaae36 metastreams get correct group IDs (instead of 0),
new CustomIcon metastream format (Rev 2),
alpha blending for banner icons,
new banner standard icon (key.png)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@98 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-12 21:16:22 +00:00
tarek_saidi c980d277f2 fixed d'n'd drawing errors in group view (dirty work-around),
implemented correct UUIDs for entries

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@97 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-08 20:11:34 +00:00
tarek_saidi 9b6f3c8fce added UUID class for a correct implementation of the entry uuids
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@96 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-08 17:10:40 +00:00
tarek_saidi f060033b14 added 300ms delay before performing AutoType
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@95 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-07 22:17:41 +00:00
tarek_saidi b3a1a6d216 fixed Östereich issue
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@94 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-07 18:21:58 +00:00
tarek_saidi fa68023a76 changed button size in EditGroupDialog (Quartz)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@93 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-06 17:46:21 +00:00
tarek_saidi 438e27ae1e removed all old Qt3 depedencies, Qt3Support is not longer needed
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@92 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-05 22:27:06 +00:00
tarek_saidi aabc0db11d fixed custom icons issue
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@91 b624d157-de02-0410-bad0-e51aec6abb33
2006-06-02 19:46:10 +00:00
tarek_saidi e0a8391899 fixed custom icons bug
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@90 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-20 08:05:16 +00:00
tarek_saidi 2e7c1f3073 Fixed crash when parsing config file under Win32
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@89 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-18 21:50:23 +00:00
matthiasmiller 169dc74c0f adding some mnemonics for a friendlier keyboard interface in Linux and Windows
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@88 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-13 21:07:28 +00:00
matthiasmiller 141487e27d tweaks to compile on windows
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@87 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-13 20:52:46 +00:00
matthiasmiller 7d7c8abd1d fix assertion failure when upgrading loading old configuration file
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@86 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-13 19:55:14 +00:00
matthiasmiller fe3ae4244d fix compile on Mac (unix keyword in project file includes macx)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@85 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-08 13:07:35 +00:00
tariq 3011e86b37 (0.2.1 RC)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@84 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-07 16:29:52 +00:00
tariq ba5b1392a8 (0.2.1 RC)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@83 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-07 16:28:58 +00:00
tariq 115dfcc174 forgot one Q_WS_X11
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@82 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-02 21:49:01 +00:00
tariq 5266c37178 some work on AboutDlg,
added menu entries for tool button size,
removed Q_WS_X11 defines for Auto-Type support under MacOS (not tested yet!)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@81 b624d157-de02-0410-bad0-e51aec6abb33
2006-05-02 21:09:19 +00:00
tariq 580a8f357b replaced Q_UINT with quint
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@80 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-29 11:24:33 +00:00
tariq 74c7b86a89 EntryView and DetailView now also show "never" for entries which don't expire,
EntryView now calls updateItems() when column config is changed,
Added {TAB} template for Auto-Type,
"Custom Icon" feature is not longer touching the ImageID value within the database,
Fixed SegFault when enabling a new column (not in 0.2.0, only svn)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@79 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-27 20:00:16 +00:00
tariq 17f2e85420 fixed strange sort order in EntryView (Bug #7083)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@78 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-26 15:21:15 +00:00
tariq 931d8374a5 fixed error message when using en_US locale,
added new cmd line parameter '-lang',
added some templates for Auto-Type (still incomplete)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@77 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-26 09:38:01 +00:00
tariq b08e5e8fad added main window icon,
implemented template replacement for Auto-Type

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@76 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-24 19:42:13 +00:00
tariq ab244b187a disconnected QTreeModel sorting method from KeepassEntryView
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@75 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-12 20:09:33 +00:00
tariq e281b7c514 work on Auto-Type feature,
the save attachment file dialog now adopts the entry.BinaryDesc string as default filename

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@74 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-10 10:21:56 +00:00
tariq ca29e4a7bb Fixed some translation issues
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@73 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-08 22:00:14 +00:00
tariq 7de21d206c fixed some transaltion issues
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@72 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-08 21:52:25 +00:00
tariq 079f3c8ace AutoType: GUI connections,
Added French translation

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@71 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-08 21:35:31 +00:00
tariq 9e8f6a336a AutoType: Finished X11 implementation for faked key press events from unicode chars (also with modifiers).
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@70 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-08 15:57:13 +00:00
tariq c58dc2ab07 first AutoType functions
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@69 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-06 20:24:18 +00:00
tariq 2dddd37814 changed metastream format for custom icons
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@68 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-04 19:57:27 +00:00
tariq baac763ff0 work on custom icons feature
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@67 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-02 02:16:47 +00:00
tariq df8a6969af work on custom icon feature
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@66 b624d157-de02-0410-bad0-e51aec6abb33
2006-04-01 21:48:53 +00:00
tariq 1c513d8f3c added icon selection dialog,
prepared PwDatabase for custom icons

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@65 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-30 21:11:56 +00:00
tariq 3c7d617599 implemented Database as interface (pure virtual)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@64 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-23 10:28:37 +00:00
tariq 2bf3e5820c fixed seg. fault when moving an entry to another group
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@63 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-22 14:15:28 +00:00
tariq 5aa833331d fixed problem in PasswordDlg when option 'LastKey' had value PASSWORD, loading translations for file dialogs, discard option LastKey* when LastFile is empty
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@62 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-21 12:53:25 +00:00
tariq b99d1d812c grid array for widgets in EditEntryDlg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@61 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-20 16:28:15 +00:00
tariq 68bdd8097d lupdate
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@60 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-19 10:08:09 +00:00
tariq 0431b4cbff Spanish Translation
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@59 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-19 09:37:36 +00:00
tariq 9bbe30fb16 fixed crash when deleting search results,
fixed bad SID Assoc.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@58 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-18 13:58:29 +00:00
tariq 49059c82f4 some work on AboutDlg,
fixed problem with new databases

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@57 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-17 10:38:15 +00:00
tariq 6154859afc Finished PasswordDlg,
Added Text Export

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@56 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-16 08:09:08 +00:00
tariq 416c7d70d3 work on CPasswordDlg (still incomplete),
removed CChangeKeyDlg

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@55 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-15 15:03:45 +00:00
tariq e0a2197b53 work on CPasswordDlg (incomplete)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@54 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-15 07:06:23 +00:00
tariq 853747bce1 Drag&Drop for Entries, some other UI work
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@53 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-14 07:14:20 +00:00
tariq 60d342201d Changed Src Language to English
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@52 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-11 22:55:52 +00:00
tariq 09ab186b9d finished column resize functionality, fixed wrong qmake-project-file
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@51 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-10 17:03:31 +00:00
tariq d6ea6e8971 fixed problem with config saving,
main-window size an splitter position are restored on start-up,
loading icons on demand by QIcon class instead of preload,
column resizing stuff (not finished)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@50 b624d157-de02-0410-bad0-e51aec6abb33
2006-03-09 10:44:14 +00:00
tariq f89372b0c5 changed encryption method of SecStrings from Rijndael to ArcFour (much faster)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@49 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-22 19:12:44 +00:00
tariq 68f1d12d74 some changes for compalibility with Visual C++ 2005 compiler
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@48 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-17 17:58:28 +00:00
tariq d68659e395 performance improvement in EntryView class
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@47 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-17 15:58:34 +00:00
tariq 52089355a8 clear entry selection after current group changed, keep unkown metastreams
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@46 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-17 10:13:32 +00:00
tariq 779bc6fb93 implementation of ShowToolbar & ShowEntryDetails
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@45 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-16 19:49:16 +00:00
tariq e8a12ac891 SettingsDlg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@44 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-15 15:53:39 +00:00
tariq 3341affdfc SettingsDlg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@43 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-15 14:59:20 +00:00
tariq a1e30fef1c context menu for EntryView
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@42 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-15 14:12:11 +00:00
tariq d093eec4b0 new Icons (for compalibility with Win32-KeePass 1.04)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@41 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-15 13:43:03 +00:00
tariq 9fb1f983bf context menu for group view
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@40 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-08 19:25:23 +00:00
tariq 69c3c401dd event handler for MainWindow X-Button
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@39 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-08 18:38:05 +00:00
tariq 61d445475a work on view-menu
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@38 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-06 20:29:15 +00:00
tariq e304c11c57 finished quick-search, "View"-Menu (qt4 reimpl.)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@37 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-06 16:45:11 +00:00
matthiasmiller 0bd327b0a7 adding keyboard shortcuts for menu items
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@36 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-04 21:59:58 +00:00
tariq 9c30c07438 quick search widget
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@35 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-03 20:34:51 +00:00
tariq cdbd7e1b9c finished search function
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@34 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-03 20:14:40 +00:00
tariq befd8d5631 some work on the search function
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@33 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-02 19:52:25 +00:00
tariq 7a343cc30b some work on the search function
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@32 b624d157-de02-0410-bad0-e51aec6abb33
2006-02-01 18:34:14 +00:00
tariq ca554494d2 some work on the search function
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@31 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-31 22:38:53 +00:00
tariq 3d8bcf2ee8 some work on the search function
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@30 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-26 23:12:28 +00:00
tariq 69f00ee477 implemented "Open Url" and "Save Attachement"
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@29 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-26 18:24:50 +00:00
tariq 9d2b50b9c3 changed attachment data type to QByteArray
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@28 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-25 19:56:26 +00:00
tariq 5f8095706e fixed bug #005693 (problem with 64 byte keyfiles)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@27 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-25 15:14:44 +00:00
tariq 8409e57be1 copy to clipboard (qt4), tool buttons
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@26 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-25 15:10:23 +00:00
tariq 77524c5b93 Edit/Clone/Delete Entries (qt4)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@25 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-25 13:56:50 +00:00
tariq aa615d2ed6 Add Entry (qt4)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@24 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-25 10:30:19 +00:00
tariq aeeba6a916 finished drag and drop implementation for groups
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@23 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-25 09:35:21 +00:00
matthiasmiller 6e5effe43e work on big-endian support, including automated tests
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@22 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-25 01:10:49 +00:00
tariq ed93603383 Drag'n'Drop: added insertion marks for group sorting
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@21 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-24 22:04:51 +00:00
tariq 265104133b drag and drop implementation for group tree hierarchy finished
(TODO: sorting via d'n'd)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@20 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-23 21:32:29 +00:00
tariq 3c4ac74af1 changed data type of group and entry list from vector (STL) to QList (Qt)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@19 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-22 20:34:15 +00:00
tariq 16060b08e4 Drag'n'Drop: GroupView now prevents parent items from being moved into their own child items.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@18 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-21 23:17:18 +00:00
matthiasmiller a1a9330f46 error messages appearing beneath ChangeKeyDlg
Turning off modality for this dialog.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@17 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-21 21:27:35 +00:00
matthiasmiller c4344f503a translation work
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@16 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-21 21:04:34 +00:00
matthiasmiller 0a18699926 fix immediate exit when running as bundle on Mac
Allow Qt to process and remove known command-line arguments before attempting to process remaining items.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@14 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-21 20:25:12 +00:00
matthiasmiller ac9f0757f9 Because the Share files are nested within the target files on the Mac, they must be installed before the target to prevent them from being deleted when the target is installed. Also correcting the installation path for the Share files on the Mac.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@13 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-21 16:12:53 +00:00
tariq c646a94f3c added text to drag object pixmaps
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@12 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-20 23:54:09 +00:00
tariq b2ae2d1d17 add/edit/delete group (qt4-reimplementation)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@11 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-20 18:30:48 +00:00
tariq 8642ccfe94 menu item (de)activation for selection modes of group/entry view
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@10 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-12 21:17:27 +00:00
tariq ad2f445503 nomsg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@8 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-10 23:27:44 +00:00
tariq 0757600c30 nomsg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@7 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-10 21:38:52 +00:00
tariq c83a68ed4e nomsg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@6 b624d157-de02-0410-bad0-e51aec6abb33
2006-01-10 21:34:05 +00:00
tariq 28c71dfe1e QT3 -> QT4
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@5 b624d157-de02-0410-bad0-e51aec6abb33
2005-11-15 20:45:14 +00:00
tariq 192dbba0e4 0.1.3b
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@4 b624d157-de02-0410-bad0-e51aec6abb33
2005-11-15 18:57:56 +00:00
tariq 95b9a258a1 0.1.3b
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@3 b624d157-de02-0410-bad0-e51aec6abb33
2005-11-15 18:57:16 +00:00
tariq a8a9a64142 git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@2 b624d157-de02-0410-bad0-e51aec6abb33 2005-10-25 22:52:22 +00:00
tariq 434e6a5aa3 import comment
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@1 b624d157-de02-0410-bad0-e51aec6abb33
2005-10-11 19:59:21 +00:00