diff -r b2b37d7c0791 -r df7103c3f2a6 Documentation/Source/eric6.WebBrowser.History.HistoryDialog.html --- a/Documentation/Source/eric6.WebBrowser.History.HistoryDialog.html Thu Jul 14 18:56:39 2016 +0200 +++ b/Documentation/Source/eric6.WebBrowser.History.HistoryDialog.html Sun Jul 17 15:36:11 2016 +0200 @@ -45,9 +45,20 @@ Class implementing a dialog to manage history. </p><h3>Signals</h3> <dl> -<dt>newUrl(QUrl, str)</dt> +<dt>newBackgroundTab(QUrl, str)</dt> +<dd> +emitted to open a URL in a new + background tab +</dd><dt>newPrivateWindow(QUrl, str)</dt> +<dd> +emitted to open a URL in a new + private window +</dd><dt>newTab(QUrl, str)</dt> <dd> emitted to open a URL in a new tab +</dd><dt>newWindow(QUrl, str)</dt> +<dd> +emitted to open a URL in a new window </dd><dt>openUrl(QUrl, str)</dt> <dd> emitted to open a URL in the current tab @@ -87,8 +98,17 @@ <td><a href="#HistoryDialog.__openHistoryInCurrentTab">__openHistoryInCurrentTab</a></td> <td>Private slot to open a history entry in the current browser tab.</td> </tr><tr> +<td><a href="#HistoryDialog.__openHistoryInNewBackgroundTab">__openHistoryInNewBackgroundTab</a></td> +<td>Private slot to open a history entry in a new background tab.</td> +</tr><tr> <td><a href="#HistoryDialog.__openHistoryInNewTab">__openHistoryInNewTab</a></td> <td>Private slot to open a history entry in a new browser tab.</td> +</tr><tr> +<td><a href="#HistoryDialog.__openHistoryInNewWindow">__openHistoryInNewWindow</a></td> +<td>Private slot to open a history entry in a new browser window.</td> +</tr><tr> +<td><a href="#HistoryDialog.__openHistoryInPrivateWindow">__openHistoryInPrivateWindow</a></td> +<td>Private slot to open a history entry in a new private browser window.</td> </tr> </table> <h3>Static Methods</h3> @@ -140,13 +160,24 @@ Private slot handling a reset of the tree view's model. </p><a NAME="HistoryDialog.__openHistory" ID="HistoryDialog.__openHistory"></a> <h4>HistoryDialog.__openHistory</h4> -<b>__openHistory</b>(<i>newTab</i>) +<b>__openHistory</b>(<i>newTab=False, background=False, newWindow=False, privateWindow=False</i>) <p> Private method to open a history entry. </p><dl> -<dt><i>newTab</i></dt> +<dt><i>newTab</i> (bool)</dt> +<dd> +flag indicating to open the feed message in a new tab +</dd><dt><i>background</i> (bool)</dt> <dd> -flag indicating to open the history entry in a new tab +flag indicating to open the bookmark in a new + background tab +</dd><dt><i>newWindow</i> (bool)</dt> +<dd> +flag indicating to open the bookmark in a new window +</dd><dt><i>privateWindow</i> (bool)</dt> +<dd> +flag indicating to open the bookmark in a new + private window (boolean) </dd> </dl><a NAME="HistoryDialog.__openHistoryInCurrentTab" ID="HistoryDialog.__openHistoryInCurrentTab"></a> @@ -154,11 +185,26 @@ <b>__openHistoryInCurrentTab</b>(<i></i>) <p> Private slot to open a history entry in the current browser tab. +</p><a NAME="HistoryDialog.__openHistoryInNewBackgroundTab" ID="HistoryDialog.__openHistoryInNewBackgroundTab"></a> +<h4>HistoryDialog.__openHistoryInNewBackgroundTab</h4> +<b>__openHistoryInNewBackgroundTab</b>(<i></i>) +<p> + Private slot to open a history entry in a new background tab. </p><a NAME="HistoryDialog.__openHistoryInNewTab" ID="HistoryDialog.__openHistoryInNewTab"></a> <h4>HistoryDialog.__openHistoryInNewTab</h4> <b>__openHistoryInNewTab</b>(<i></i>) <p> Private slot to open a history entry in a new browser tab. +</p><a NAME="HistoryDialog.__openHistoryInNewWindow" ID="HistoryDialog.__openHistoryInNewWindow"></a> +<h4>HistoryDialog.__openHistoryInNewWindow</h4> +<b>__openHistoryInNewWindow</b>(<i></i>) +<p> + Private slot to open a history entry in a new browser window. +</p><a NAME="HistoryDialog.__openHistoryInPrivateWindow" ID="HistoryDialog.__openHistoryInPrivateWindow"></a> +<h4>HistoryDialog.__openHistoryInPrivateWindow</h4> +<b>__openHistoryInPrivateWindow</b>(<i></i>) +<p> + Private slot to open a history entry in a new private browser window. </p> <div align="right"><a href="#top">Up</a></div> <hr />