|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog to show the output of the svn log command process. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#SvnLogDialog">SvnLogDialog</a></td> |
|
23 <td>Class implementing a dialog to show the output of the svn log command.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SvnLogDialog" ID="SvnLogDialog"></a> |
|
32 <h2>SvnLogDialog</h2> |
|
33 <p> |
|
34 Class implementing a dialog to show the output of the svn log command. |
|
35 </p><p> |
|
36 The dialog is nonmodal. Clicking a link in the upper text pane shows |
|
37 a diff of the versions. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 QWidget, SvnDialogMixin, Ui_SvnLogDialog |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#SvnLogDialog.__init__">SvnLogDialog</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#SvnLogDialog.__finish">__finish</a></td> |
|
52 <td>Private slot called when the user pressed the button.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#SvnLogDialog.__showError">__showError</a></td> |
|
55 <td>Private slot to show an error message.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#SvnLogDialog.__sourceChanged">__sourceChanged</a></td> |
|
58 <td>Private slot to handle the sourceChanged signal of the contents pane.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#SvnLogDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
61 <td>Private slot called by a button of the button box clicked.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#SvnLogDialog.start">start</a></td> |
|
64 <td>Public slot to start the svn log command.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <a NAME="SvnLogDialog.__init__" ID="SvnLogDialog.__init__"></a> |
|
68 <h4>SvnLogDialog (Constructor)</h4> |
|
69 <b>SvnLogDialog</b>(<i>vcs, parent = None</i>) |
|
70 <p> |
|
71 Constructor |
|
72 </p><dl> |
|
73 <dt><i>vcs</i></dt> |
|
74 <dd> |
|
75 reference to the vcs object |
|
76 </dd><dt><i>parent</i></dt> |
|
77 <dd> |
|
78 parent widget (QWidget) |
|
79 </dd> |
|
80 </dl><a NAME="SvnLogDialog.__finish" ID="SvnLogDialog.__finish"></a> |
|
81 <h4>SvnLogDialog.__finish</h4> |
|
82 <b>__finish</b>(<i></i>) |
|
83 <p> |
|
84 Private slot called when the user pressed the button. |
|
85 </p><a NAME="SvnLogDialog.__showError" ID="SvnLogDialog.__showError"></a> |
|
86 <h4>SvnLogDialog.__showError</h4> |
|
87 <b>__showError</b>(<i>msg</i>) |
|
88 <p> |
|
89 Private slot to show an error message. |
|
90 </p><dl> |
|
91 <dt><i>msg</i></dt> |
|
92 <dd> |
|
93 error message to show (string or QString) |
|
94 </dd> |
|
95 </dl><a NAME="SvnLogDialog.__sourceChanged" ID="SvnLogDialog.__sourceChanged"></a> |
|
96 <h4>SvnLogDialog.__sourceChanged</h4> |
|
97 <b>__sourceChanged</b>(<i>url</i>) |
|
98 <p> |
|
99 Private slot to handle the sourceChanged signal of the contents pane. |
|
100 </p><dl> |
|
101 <dt><i>url</i></dt> |
|
102 <dd> |
|
103 the url that was clicked (QUrl) |
|
104 </dd> |
|
105 </dl><a NAME="SvnLogDialog.on_buttonBox_clicked" ID="SvnLogDialog.on_buttonBox_clicked"></a> |
|
106 <h4>SvnLogDialog.on_buttonBox_clicked</h4> |
|
107 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
108 <p> |
|
109 Private slot called by a button of the button box clicked. |
|
110 </p><dl> |
|
111 <dt><i>button</i></dt> |
|
112 <dd> |
|
113 button that was clicked (QAbstractButton) |
|
114 </dd> |
|
115 </dl><a NAME="SvnLogDialog.start" ID="SvnLogDialog.start"></a> |
|
116 <h4>SvnLogDialog.start</h4> |
|
117 <b>start</b>(<i>fn, noEntries = 0</i>) |
|
118 <p> |
|
119 Public slot to start the svn log command. |
|
120 </p><dl> |
|
121 <dt><i>fn</i></dt> |
|
122 <dd> |
|
123 filename to show the log for (string) |
|
124 </dd><dt><i>noEntries</i></dt> |
|
125 <dd> |
|
126 number of entries to show (integer) |
|
127 </dd> |
|
128 </dl> |
|
129 <div align="right"><a href="#top">Up</a></div> |
|
130 <hr /> |
|
131 </body></html> |