← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3215: Help & About box updates

 

------------------------------------------------------------
revno: 3215
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Wed 2013-03-06 21:01:11 +0100
message:
  Help & About box updates
added:
  help/commands_copy.inc
modified:
  help/commands_listview.inc
  help/faq_settings_files.html
  help/window_connections.html
  help/window_download_queue.html
  help/window_downloads.html
  help/window_favorite_hubs.html
  help/window_file_list.html
  help/window_finished_downloads.html
  help/window_finished_uploads.html
  help/window_hub.html
  help/window_public_hubs.html
  help/window_search.html
  help/window_users.html
  win32/AboutDlg.cpp
  win32/CertificatesPage.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
=== added file 'help/commands_copy.inc'
--- help/commands_copy.inc	1970-01-01 00:00:00 +0000
+++ help/commands_copy.inc	2013-03-06 20:01:11 +0000
@@ -0,0 +1,6 @@
+<dl style="margin-left: 40px;">
+  <dt>Copy</dt>
+  <dd>Allows copying the content of any column to the clipboard. An &quot;All columns&quot;
+	command is available as well to gather all the columns in the copied text (one column per
+	copied line).</dd>
+</dl>

=== modified file 'help/commands_listview.inc'
--- help/commands_listview.inc	2013-01-22 17:26:35 +0000
+++ help/commands_listview.inc	2013-03-06 20:01:11 +0000
@@ -7,8 +7,4 @@
   <dd>Deletes all the selected items from the list. If the corresponding setting in
       <a href="settings_windows.html#confirmitem">Confirm dialog options</a> is enabled,
       you will be prompted before the removal.</dd>
-	<dt>Copy</dt>
-	<dd>Allows copying the content of any column to the clipboard. An &quot;All columns&quot;
-	command is available as well to gather all the columns in the copied text (one column per
-	copied line).</dd>
 </dl>

=== modified file 'help/faq_settings_files.html'
--- help/faq_settings_files.html	2012-09-04 21:10:41 +0000
+++ help/faq_settings_files.html	2013-03-06 20:01:11 +0000
@@ -26,7 +26,9 @@
 	<dt><untranslated>ADLSearch.xml</untranslated></dt>
 	<dd>This file stores your defined ADLSearch queries.</dd>
 	<dt><untranslated>Users.xml</untranslated></dt>
-	<dd>This is a temporary file storing some user nicks to be able to display nicks correctly in the program interface when the users are offline.</dd>
+	<dd>This is a temporary file for storing some user nicks to be able to display nicks correctly in the program interface when the users are offline.</dd>
+	<dt><untranslated>Plugins.xml</untranslated></dt>
+	<dd>This file contains the list of installed plugins and their specific settings.</dd>
 	<dt><untranslated>Notepad.txt</untranslated></dt>
 	<dd>This stores the contents of the <a href="window_notepad.html">Notepad window</a>. Through this file the text can be kept across sessions.</dd>
 	<dt><untranslated>DcppBoot.xml</untranslated></dt>
@@ -66,7 +68,7 @@
 </ol>
 <p><u>Warning</u>: do not unpack the portable (zipped) version of DC++ under the Program Files folder if you use <u>Windows Vista or later</u> unless you have the UAC service completely disabled. Doing so may cause loss of settings and/or unfinished downloads due to <a href="http://windowsteamblog.com/windows/b/developers/archive/2009/08/04/user-account-control-data-redirection.aspx"; target="_blank" class="external">Microsoft's User Account Control Data Redirection technology</a>.</p>
 
-<h2>How do I move my incomplete downloads and other (temporary) data of DC++ to another installation?</h2>
+<h2>How do I move my incomplete downloads, plugins configuration and other (temporary) data of DC++ to another installation?</h2>
 <p>To be able to continue your unfinished downloads you must copy the unfinished (.dctmp) files to the new installation. The location of these files depend on the <a href="settings_downloads.html#unfdwnlddir">Unfinished downloads directory settings</a>. You must put the unfinished files to the default unfinished folder of the new DC++ installation or copy them to any folder you like and set it as a directory for <a href="settings_downloads.html#unfdwnlddir">Unfinished downloads</a> in DC++ settings. Close DC++ while you copy the files!</p>
 <p><u>Warning</u>: Do not connect to hubs and start downloading before you copied the unfinshed files. This can reset some of your downloads so they'll lost their progress and will start from the beginning. In this case you have to overwrite the newly created unfinished files with the ones from the previous installation and use 'Recheck Integrity' menu command in the Download Queue to get back your progress.</p>
 <p>There are some other data you may want to move to the new installation :</p>
@@ -74,6 +76,7 @@
 	<li><u>Security certificates</u> : you may need to move your own or generated certificate files to have them when you log on to secure hubs. Their location is set in the <a href="settings_certs.html">Security Cerificates</a> panel. By default they are in a subfolder named 'Certificates' which located at the same folder as your settings files.</li>
 	<li><u>Cached hublists</u> : its possible that you won't be able to download some of your old hublists with the new installation (they can be permanently unavailable, discontinued, etc...). To avoid loss of your favourite hublists you can copy their cached versions. You can find them in in a subfolder named 'HubLists' located at the DC++ temporary data folder (see below).</li>
 	<li><u>Saved filelists</u> : if you keep downloaded filelists you can move them as well. Just copy the contents of the subfolder named 'FileLists' located at the DC++ temporary data folder (see below).</li>
+	<li><u>Plugin settings</u> : to move the settings specific to your installed plugins you need to copy the file named 'Plugins.xml'. Note that the only way of reusing the plugin settings is to copy every plugin binary file to the very same path as they were before in the old installation.</li>
 </ul>
 <p>The actual location of the temporary data folder corelates with the location of settings files <a href="#location">(described above)</a>: </p>
 <ul>

=== modified file 'help/window_connections.html'
--- help/window_connections.html	2010-10-22 11:01:25 +0000
+++ help/window_connections.html	2013-03-06 20:01:11 +0000
@@ -48,5 +48,6 @@
   <dt>Disconnect</dt>
   <dd>Forces DC++ to disconnect the user immediately.</dd>	  
 </dl>
+<!--#include virtual="commands_copy.inc" -->
 </body>
 </html>

=== modified file 'help/window_download_queue.html'
--- help/window_download_queue.html	2013-01-18 21:54:55 +0000
+++ help/window_download_queue.html	2013-03-06 20:01:11 +0000
@@ -119,6 +119,7 @@
 </dl>
 <!--#include virtual="commands_user_general.inc" --> 
 <!--#include virtual="commands_listview.inc" --> 
+<!--#include virtual="commands_copy.inc" --> 
 
 <h2>Status bar</h2>
 <dl style="margin-left: 40px;">

=== modified file 'help/window_downloads.html'
--- help/window_downloads.html	2009-03-22 17:24:47 +0000
+++ help/window_downloads.html	2013-03-06 20:01:11 +0000
@@ -28,5 +28,6 @@
 
 <h2>Context menu commands</h2>
 <!--#include virtual="commands_file_general.inc" --> 
+<!--#include virtual="commands_copy.inc" -->
 </body>
 </html>

=== modified file 'help/window_favorite_hubs.html'
--- help/window_favorite_hubs.html	2010-11-18 18:23:40 +0000
+++ help/window_favorite_hubs.html	2013-03-06 20:01:11 +0000
@@ -54,5 +54,6 @@
   <div>More information about the use of favorite hub groups in the help topics associated to the <placeholder><a href="dialog_fav_hub_groups.html">Favorite hub groups</a></placeholder> dialog.</div>
   </dd>
 </dl>
+<!--#include virtual="commands_copy.inc" -->
 </body>
 </html>

=== modified file 'help/window_file_list.html'
--- help/window_file_list.html	2012-01-07 18:05:09 +0000
+++ help/window_file_list.html	2013-03-06 20:01:11 +0000
@@ -40,7 +40,10 @@
 <dl style="margin-left: 40px;">
   <dt>Text-box and method selection drop-down (left)</dt>
   <dd cshelp="IDH_FILE_LIST_SEARCH_BOX">Enter your search terms here. The most recent searches can
-  be accessed by unfolding the list contained within this box.</dd>
+  be accessed by unfolding the list contained within this box. Select the desired matching method
+  from the dropdown in the right. Available modes are: excact word match, partial word match or 
+  match a <a href="http://www.regular-expressions.info"; target="_blank" class="external">regular 
+  expression</a>.</dd>
   <dt><img src="Left.ico" width="16" height="16" alt="Previous"/> Previous</dt>
   <dd cshelp="IDH_FILE_LIST_FIND_PREV">Find items that match the search strings specified in the
   text-box. The search starts from the current selection and goes backwards.</dd>
@@ -51,7 +54,7 @@
 
 <h2>Folder list (left)</h2>
 <p cshelp="IDH_FILE_LIST_DIRS">
-Folders available in the current file list. Left-click on a folder to show the contents of that folder in the window on the right; right-click to open a menu that allows you to download the whole folder.
+Folders available in the current file list. Left-click on a folder to show the contents of that folder in the window on the right; right-click to open a menu that allows you to download the whole folder or access user related menu commands.
 </p>
 
 <h2>Contents (right)</h2>
@@ -82,6 +85,13 @@
     <!--#include virtual="commands_viewastext.inc" -->
   </dd>
 </dl>
+<dl style="margin-left: 40px;">
+  <dt>User <b>&gt;</b></dt>
+  <dd>
+    <!--#include virtual="commands_user_general.inc" -->
+  </dd>
+</dl>
+<!--#include virtual="commands_copy.inc" -->
 
 <h2>Status bar (bottom)</h2>
 <dl style="margin-left: 40px;">

=== modified file 'help/window_finished_downloads.html'
--- help/window_finished_downloads.html	2010-05-10 17:39:28 +0000
+++ help/window_finished_downloads.html	2013-03-06 20:01:11 +0000
@@ -52,6 +52,8 @@
 <!--#include virtual="commands_file_management.inc" --> 
 <!--#include virtual="commands_user_general.inc" --> 
 <!--#include virtual="commands_user_favorites.inc" --> 
+<!--#include virtual="commands_listview.inc" --> 
+<!--#include virtual="commands_copy.inc" --> 
 
 <h2>Status bar</h2>
 <dl style="margin-left: 40px;">

=== modified file 'help/window_finished_uploads.html'
--- help/window_finished_uploads.html	2010-05-10 17:39:28 +0000
+++ help/window_finished_uploads.html	2013-03-06 20:01:11 +0000
@@ -52,6 +52,8 @@
 <!--#include virtual="commands_file_management.inc" --> 
 <!--#include virtual="commands_user_general.inc" --> 
 <!--#include virtual="commands_user_favorites.inc" --> 
+<!--#include virtual="commands_listview.inc" --> 
+<!--#include virtual="commands_copy.inc" --> 
 
 <h2>Status bar</h2>
 <dl style="margin-left: 40px;">

=== modified file 'help/window_hub.html'
--- help/window_hub.html	2012-07-12 13:17:54 +0000
+++ help/window_hub.html	2013-03-06 20:01:11 +0000
@@ -66,6 +66,7 @@
 <h3>Context menu commands</h3>
 <!--#include virtual="commands_user_general.inc" -->
 <!--#include virtual="commands_user_favorites.inc" -->
+<!--#include virtual="commands_copy.inc" -->
 <p>Shortcut to the "Get file list" command: Alt+G.</p>
 <p>Shortcut to the "Send private message" command: Alt+P.</p>
 

=== modified file 'help/window_public_hubs.html'
--- help/window_public_hubs.html	2012-07-12 13:17:54 +0000
+++ help/window_public_hubs.html	2013-03-06 20:01:11 +0000
@@ -45,6 +45,7 @@
   <dt>Add to favorites</dt>
   <dd>Will add the selected hub to the <a href="window_favorite_hubs.html">Favorite hubs</a>.</dd>	  
 </dl>
+<!--#include virtual="commands_copy.inc" -->
 
 <h2>Filter</h2>
 <p cshelp="IDH_PUBLIC_HUBS_FILTER">

=== modified file 'help/window_search.html'
--- help/window_search.html	2012-07-12 13:17:54 +0000
+++ help/window_search.html	2013-03-06 20:01:11 +0000
@@ -108,6 +108,7 @@
 <!--#include virtual="commands_user_general.inc" --> 
 <!--#include virtual="commands_user_favorites.inc" --> 
 <!--#include virtual="commands_listview.inc" --> 
+<!--#include virtual="commands_copy.inc" -->
 
 <h2>Filter search results</h2>
 <p cshelp="IDH_SEARCH_FILTER">

=== modified file 'help/window_users.html'
--- help/window_users.html	2012-07-12 13:17:54 +0000
+++ help/window_users.html	2013-03-06 20:01:11 +0000
@@ -40,6 +40,8 @@
 </dl>
 <!--#include virtual="commands_user_general.inc" -->
 <!--#include virtual="commands_user_favorites.inc" -->
+<!--#include virtual="commands_listview.inc" --> 
+<!--#include virtual="commands_copy.inc" -->
 
 <h2>Details pane (right)</h2>
 <p cshelp="IDH_USERS_DETAILS">

=== modified file 'win32/AboutDlg.cpp'
--- win32/AboutDlg.cpp	2013-01-18 21:28:38 +0000
+++ win32/AboutDlg.cpp	2013-03-06 20:01:11 +0000
@@ -49,16 +49,16 @@
 "The following people have contributed code to DC++ (I hope I haven't missed someone, they're "
 "roughly in chronological order...=):\r\n"
 "geoff, carxor, luca rota, dan kline, mike, anton, zc, sarf, farcry, kyrre aalerud, opera, "
-"patbateman, xeroc, fusbar, vladimir marko, kenneth skovhede, ondrea, todd pederzani, who, "
+"patbateman, xeroc, fusbar, vladimir marko, kenneth skovhede, ondrea, who, "
 "sedulus, sandos, henrik engstr\303\266m, dwomac, robert777, saurod, atomicjo, bzbetty, orkblutt, "
 "distiller, citruz, dan fulger, cologic, christer palm, twink, ilkka sepp\303\244l\303\244, johnny, ciber, "
 "theparanoidone, gadget, naga, tremor, joakim tosteberg, pofis, psf8500, lauris ievins, "
 "defr, ullner, fleetcommand, liny, xan, olle svensson, mark gillespie, jeremy huddleston, "
 "bsod, sulan, jonathan stone, tim burton, izzzo, guitarm, paka, nils maier, jens oknelid, yoji, "
 "krzysztof tyszecki, poison, mikejj, pur, bigmuscle, martin, jove, bart vullings, "
-"steven sheehy, tobias nygren, poy, dorian, stephan hohe, mafa_45, mikael eman, james ross, "
+"steven sheehy, tobias nygren, dorian, stephan hohe, mafa_45, mikael eman, james ross, "
 "stanislav maslovski, david grundberg, pavel andreev, yakov suraev, kulmegil, smir, emtee, individ, "
-"pseudonym, crise, ben, ximin luo, radox, razzloss, andrew browne, darkklor, vasily.n, netcelli, "
+"pseudonym, crise, ben, ximin luo, razzloss, andrew browne, darkklor, vasily.n, netcelli, "
 "gennady proskurin, iceman50, flow84, alexander sashnov, yorhel, irainman. Keep it coming!";
 
 AboutDlg::AboutDlg(dwt::Widget* parent) :
@@ -98,7 +98,7 @@
 		cur->addChild(Label::Seed(WinUtil::createIcon(IDI_DCPP, 48)));
 
 		ls.caption = Text::toT(dcpp::fullVersionString) + _T("\n(c) Copyright 2001-2013 Jacek Sieka\n");
-		ls.caption += T_("Ex-codeveloper: Per Lind\303\251n\nGraphics: Martin Skogevall et al.\nDC++ is licenced under GPL");
+		ls.caption += T_("Leading project contributor: poy\nEx-project contributor: Todd Pederzani\nEx-codeveloper: Per Lind\303\251n\nOriginal DC++ logo design: Martin Skogevall\nGraphics: Radox and various GPL and CC authors\n\nDC++ is licenced under GPL.");
 		cur->addChild(ls);
 
 		cur->addChild(Link::Seed(_T("http://dcplusplus.sourceforge.net/";), true));

=== modified file 'win32/CertificatesPage.cpp'
--- win32/CertificatesPage.cpp	2013-01-18 21:28:38 +0000
+++ win32/CertificatesPage.cpp	2013-03-06 20:01:11 +0000
@@ -94,8 +94,8 @@
 
 	options = grid->addChild(WinUtil::Seeds::Dialog::optionsTable);
 
-	grid->addChild(Label::Seed(T_("Under construction, restart DC++ to see effects...")));
-	grid->addChild(Label::Seed(T_("Experimental feature, don't consider DC++ secure in any way")));
+	grid->addChild(Label::Seed(T_("These options require that you restart DC++.")));
+	grid->addChild(Label::Seed(T_("Note: TLS might not protect search results and non-keyprinted hubs.")));
 
 	PropPage::read(items);
 	PropPage::read(listItems, options);