* minor changes required to get the gui working with PGP,

* improved NetworkView to show signatures, and friends.

I expect these will be cleaned up later - these were purely functional so i could test pgp.

Enable using RS_USE_PGPSSL in rsiface/rsinit.h
   


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2009-05-23 15:13:01 +00:00
parent 5f28f76b07
commit 100cf75439
19 changed files with 695 additions and 208 deletions

View file

@ -6,7 +6,7 @@
<x>0</x>
<y>0</y>
<width>268</width>
<height>535</height>
<height>627</height>
</rect>
</property>
<property name="palette" >
@ -638,7 +638,7 @@ p, li { white-space: pre-wrap; }
<string>Generate now a Profile</string>
</property>
<property name="text" >
<string>generate now a profile</string>
<string>generate new a profile</string>
</property>
<property name="flat" >
<bool>false</bool>
@ -658,19 +658,6 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QLineEdit" name="loadName" >
<property name="minimumSize" >
<size>
<width>20</width>
<height>0</height>
</size>
</property>
<property name="readOnly" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QLabel" name="label_4" >
<property name="text" >
@ -694,7 +681,7 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="4" column="0" >
<item row="6" column="0" >
<widget class="QCheckBox" name="autoBox" >
<property name="text" >
<string>Auto-login</string>
@ -704,7 +691,7 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="4" column="1" >
<item row="6" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
@ -717,6 +704,19 @@ p, li { white-space: pre-wrap; }
</property>
</spacer>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QComboBox" name="loadName" />
</item>
<item row="5" column="0" colspan="2" >
<widget class="QLineEdit" name="loadGPGPasswd" />
</item>
<item row="4" column="0" >
<widget class="QLabel" name="label_5" >
<property name="text" >
<string>PGP Password</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@ -802,7 +802,6 @@ p, li { white-space: pre-wrap; }
</widget>
</widget>
<tabstops>
<tabstop>loadName</tabstop>
<tabstop>loadPasswd</tabstop>
<tabstop>autoBox</tabstop>
<tabstop>loadButton</tabstop>