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
This commit is contained in:
tarek_saidi
2007-03-22 23:06:06 +00:00
parent 2b54ded391
commit 88f42dfe6b
11 changed files with 229 additions and 108 deletions

View File

@@ -94,6 +94,7 @@ class KeepassEntryView:public QTreeWidget{
void OnAutoType();
void removeDragItems();
void OnColumnMoved(int LogIndex,int OldVisIndex,int NewVisIndex);
void OnEditOpenUrl();
signals:
void fileModified();
void selectionChanged(SelectionState);