← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2278: [help] updates

 

------------------------------------------------------------
revno: 2278
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Sun 2010-10-31 17:10:56 +0100
message:
  [help] updates
modified:
  changelog.txt
  help/window_hub.html
  win32/HubFrame.cpp


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'changelog.txt'
--- changelog.txt	2010-10-29 16:31:08 +0000
+++ changelog.txt	2010-10-31 16:10:56 +0000
@@ -21,10 +21,11 @@
 * Customize the font selection dialog, save the charset (poy)
 * Blacklist rogue hub-lists (poy)
 * Fix some wrong menu fonts (poy)
-* Separate IP and Country columns in users and connections lists (thanks iceman50)
+* [L#630655] Separate IP and Country columns in users and connections lists (thanks iceman50)
 * Support taskbar thumbnails and "Aero Peek" live previews on Win 7 (poy)
 * Fix menu separators on Win 7 (poy)
 * [L#588224] Display folders using the correct icon on Win 7 (poy)
+* Help updates (poy, emtee)
 
 -- 0.770 2010-07-05 --
 * [L#550300] Catch more potential file corruptions (thanks bigmuscle)

=== modified file 'help/window_hub.html'
--- help/window_hub.html	2010-10-22 11:01:25 +0000
+++ help/window_hub.html	2010-10-31 16:10:56 +0000
@@ -101,6 +101,8 @@
     	<li>Everything which comes from the hub and does not start with a valid nick (NMDC hubs only)</li>
     </ul>	
   </dd>
+  <dt>Hub secure status</dt>
+  <dd cshelp="IDH_HUB_SECURE_STATUS">Shows the hub's secure status. If the hub uses secure hub-client communications then a padlock icon shown here with the actual trusted status and cipher shown as a tooltip of the icon. If the hub isn't secure this part of the status bar is completly missing.</dd>
   <dt>Users</dt>
   <dd cshelp="IDH_HUB_USERS_COUNT">Shows the number of users connected to the hub.</dd>
   <dt>Total shared</dt>

=== modified file 'win32/HubFrame.cpp'
--- win32/HubFrame.cpp	2010-10-20 20:49:31 +0000
+++ win32/HubFrame.cpp	2010-10-31 16:10:56 +0000
@@ -190,6 +190,7 @@
 	status->onDblClicked(STATUS_STATUS, std::bind(&HubFrame::openLog, this, false));
 
 	status->setHelpId(STATUS_STATUS, IDH_HUB_STATUS);
+	status->setHelpId(STATUS_SECURE, IDH_HUB_SECURE_STATUS);
 	status->setHelpId(STATUS_USERS, IDH_HUB_USERS_COUNT);
 	status->setHelpId(STATUS_SHARED, IDH_HUB_SHARED);
 	status->setHelpId(STATUS_AVERAGE_SHARED, IDH_HUB_AVERAGE_SHARED);