Hi,
as announced in the dev chatlobby, I've wrote a patch for a (IMHO) cleaner GUI in transfer tab.
- instead of displaying "Anonymous tunnel f1e2d2" display "Anonymous tunnel f1e2d2, previous hop [friendname]"
- remove the duplicate information from "Router Statistics" tab then and make the tab to a "forwarded tunnels" tab
Unfortunately, the svn diff command is not very smart (I renamed files!), so here are the (tested) commands to apply my patch:
retroshare/trunk$ svn mv retroshare-gui/src/gui/TurtleRouterDialog.cpp retroshare-gui/src/gui/ForwardedTunnelsDialog.cpp
retroshare/trunk$ svn mv retroshare-gui/src/gui/TurtleRouterDialog.h retroshare-gui/src/gui/ForwardedTunnelsDialog.h
retroshare/trunk$ svn mv retroshare-gui/src/gui/TurtleRouterDialog.ui retroshare-gui/src/gui/ForwardedTunnelsDialog.ui
retroshare/trunk$ patch -p0 < transfer_tab_gui_improvements.diff
patch will complain like this, simply answer with 'n' six times:
The next patch would delete the file retroshare-gui/src/gui/TurtleRouterDialog.ui, which does not exist! Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored
Hopefully this procedure works, if not, please contact me.
Regards,
Klaus