Commit Graph

181 Commits

Author SHA1 Message Date
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