Commit Graph

23 Commits

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