20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog</h1> |
23 <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing a dialog to enter the commit message. |
25 Module implementing a dialog to enter the commit message. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#SvnCommitDialog">SvnCommitDialog</a></td> |
34 <td><a href="#SvnCommitDialog">SvnCommitDialog</a></td> |
35 <td>Class implementing a dialog to enter the commit message.</td> |
35 <td>Class implementing a dialog to enter the commit message.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="SvnCommitDialog" ID="SvnCommitDialog"></a> |
43 <a NAME="SvnCommitDialog" ID="SvnCommitDialog"></a> |
44 <h2>SvnCommitDialog</h2> |
44 <h2>SvnCommitDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog to enter the commit message. |
46 Class implementing a dialog to enter the commit message. |
47 </p><h4>Signals</h4> |
47 </p><h4>Signals</h4> |
48 <dl> |
48 <dl> |
49 <dt>accepted()</dt> |
49 <dt>accepted()</dt> |
50 <dd> |
50 <dd> |
51 emitted, if the dialog was accepted |
51 emitted, if the dialog was accepted |
52 </dd><dt>rejected()</dt> |
52 </dd><dt>rejected()</dt> |
53 <dd> |
53 <dd> |
54 emitted, if the dialog was rejected |
54 emitted, if the dialog was rejected |
55 </dd> |
55 </dd> |
56 </dl> |
56 </dl> |
57 <h3>Derived from</h3> |
57 <h3>Derived from</h3> |
58 QWidget, Ui_SvnCommitDialog |
58 QWidget, Ui_SvnCommitDialog |
59 <h3>Class Attributes</h3> |
59 <h3>Class Attributes</h3> |
62 </table> |
62 </table> |
63 <h3>Methods</h3> |
63 <h3>Methods</h3> |
64 <table> |
64 <table> |
65 <tr> |
65 <tr> |
66 <td><a href="#SvnCommitDialog.__init__">SvnCommitDialog</a></td> |
66 <td><a href="#SvnCommitDialog.__init__">SvnCommitDialog</a></td> |
67 <td>Constructor</td> |
67 <td>Constructor</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SvnCommitDialog.changelistsData">changelistsData</a></td> |
69 <td><a href="#SvnCommitDialog.changelistsData">changelistsData</a></td> |
70 <td>Public method to retrieve the changelists data.</td> |
70 <td>Public method to retrieve the changelists data.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SvnCommitDialog.hasChangelists">hasChangelists</a></td> |
72 <td><a href="#SvnCommitDialog.hasChangelists">hasChangelists</a></td> |
73 <td>Public method to check, if the user entered some changelists.</td> |
73 <td>Public method to check, if the user entered some changelists.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SvnCommitDialog.logMessage">logMessage</a></td> |
75 <td><a href="#SvnCommitDialog.logMessage">logMessage</a></td> |
76 <td>Public method to retrieve the log message.</td> |
76 <td>Public method to retrieve the log message.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SvnCommitDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
78 <td><a href="#SvnCommitDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
79 <td>Private slot called by the buttonBox accepted signal.</td> |
79 <td>Private slot called by the buttonBox accepted signal.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#SvnCommitDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
81 <td><a href="#SvnCommitDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
82 <td>Private slot called by a button of the button box clicked.</td> |
82 <td>Private slot called by a button of the button box clicked.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#SvnCommitDialog.on_buttonBox_rejected">on_buttonBox_rejected</a></td> |
84 <td><a href="#SvnCommitDialog.on_buttonBox_rejected">on_buttonBox_rejected</a></td> |
85 <td>Private slot called by the buttonBox rejected signal.</td> |
85 <td>Private slot called by the buttonBox rejected signal.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#SvnCommitDialog.on_recentComboBox_activated">on_recentComboBox_activated</a></td> |
87 <td><a href="#SvnCommitDialog.on_recentComboBox_activated">on_recentComboBox_activated</a></td> |
88 <td>Private slot to select a commit message from recent ones.</td> |
88 <td>Private slot to select a commit message from recent ones.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#SvnCommitDialog.showEvent">showEvent</a></td> |
90 <td><a href="#SvnCommitDialog.showEvent">showEvent</a></td> |
91 <td>Public method called when the dialog is about to be shown.</td> |
91 <td>Public method called when the dialog is about to be shown.</td> |
92 </tr> |
92 </tr> |
93 </table> |
93 </table> |
94 <a NAME="SvnCommitDialog.__init__" ID="SvnCommitDialog.__init__"></a> |
94 <a NAME="SvnCommitDialog.__init__" ID="SvnCommitDialog.__init__"></a> |
95 <h4>SvnCommitDialog (Constructor)</h4> |
95 <h4>SvnCommitDialog (Constructor)</h4> |
96 <b>SvnCommitDialog</b>(<i>vcs, parent = None</i>) |
96 <b>SvnCommitDialog</b>(<i>vcs, parent = None</i>) |
97 <p> |
97 <p> |
98 Constructor |
98 Constructor |
99 </p><dl> |
99 </p><dl> |
100 <dt><i>vcs</i></dt> |
100 <dt><i>vcs</i></dt> |
101 <dd> |
101 <dd> |
102 reference to the vcs object |
102 reference to the vcs object |
103 </dd><dt><i>parent</i></dt> |
103 </dd><dt><i>parent</i></dt> |
104 <dd> |
104 <dd> |
105 parent widget (QWidget) |
105 parent widget (QWidget) |
106 </dd> |
106 </dd> |
107 </dl><a NAME="SvnCommitDialog.changelistsData" ID="SvnCommitDialog.changelistsData"></a> |
107 </dl><a NAME="SvnCommitDialog.changelistsData" ID="SvnCommitDialog.changelistsData"></a> |
108 <h4>SvnCommitDialog.changelistsData</h4> |
108 <h4>SvnCommitDialog.changelistsData</h4> |
109 <b>changelistsData</b>(<i></i>) |
109 <b>changelistsData</b>(<i></i>) |
110 <p> |
110 <p> |
111 Public method to retrieve the changelists data. |
111 Public method to retrieve the changelists data. |
112 </p><dl> |
112 </p><dl> |
113 <dt>Returns:</dt> |
113 <dt>Returns:</dt> |
114 <dd> |
114 <dd> |
115 tuple containing the changelists (QStringList) and a flag |
115 tuple containing the changelists (QStringList) and a flag |
116 indicating to keep changelists (boolean) |
116 indicating to keep changelists (boolean) |
117 </dd> |
117 </dd> |
118 </dl><a NAME="SvnCommitDialog.hasChangelists" ID="SvnCommitDialog.hasChangelists"></a> |
118 </dl><a NAME="SvnCommitDialog.hasChangelists" ID="SvnCommitDialog.hasChangelists"></a> |
119 <h4>SvnCommitDialog.hasChangelists</h4> |
119 <h4>SvnCommitDialog.hasChangelists</h4> |
120 <b>hasChangelists</b>(<i></i>) |
120 <b>hasChangelists</b>(<i></i>) |
121 <p> |
121 <p> |
122 Public method to check, if the user entered some changelists. |
122 Public method to check, if the user entered some changelists. |
123 </p><dl> |
123 </p><dl> |
124 <dt>Returns:</dt> |
124 <dt>Returns:</dt> |
125 <dd> |
125 <dd> |
126 flag indicating availability of changelists (boolean) |
126 flag indicating availability of changelists (boolean) |
127 </dd> |
127 </dd> |
128 </dl><a NAME="SvnCommitDialog.logMessage" ID="SvnCommitDialog.logMessage"></a> |
128 </dl><a NAME="SvnCommitDialog.logMessage" ID="SvnCommitDialog.logMessage"></a> |
129 <h4>SvnCommitDialog.logMessage</h4> |
129 <h4>SvnCommitDialog.logMessage</h4> |
130 <b>logMessage</b>(<i></i>) |
130 <b>logMessage</b>(<i></i>) |
131 <p> |
131 <p> |
132 Public method to retrieve the log message. |
132 Public method to retrieve the log message. |
133 </p><dl> |
133 </p><dl> |
134 <dt>Returns:</dt> |
134 <dt>Returns:</dt> |
135 <dd> |
135 <dd> |
136 the log message (QString) |
136 the log message (QString) |
137 </dd> |
137 </dd> |
138 </dl><a NAME="SvnCommitDialog.on_buttonBox_accepted" ID="SvnCommitDialog.on_buttonBox_accepted"></a> |
138 </dl><a NAME="SvnCommitDialog.on_buttonBox_accepted" ID="SvnCommitDialog.on_buttonBox_accepted"></a> |
139 <h4>SvnCommitDialog.on_buttonBox_accepted</h4> |
139 <h4>SvnCommitDialog.on_buttonBox_accepted</h4> |
140 <b>on_buttonBox_accepted</b>(<i></i>) |
140 <b>on_buttonBox_accepted</b>(<i></i>) |
141 <p> |
141 <p> |
142 Private slot called by the buttonBox accepted signal. |
142 Private slot called by the buttonBox accepted signal. |
143 </p><a NAME="SvnCommitDialog.on_buttonBox_clicked" ID="SvnCommitDialog.on_buttonBox_clicked"></a> |
143 </p><a NAME="SvnCommitDialog.on_buttonBox_clicked" ID="SvnCommitDialog.on_buttonBox_clicked"></a> |
144 <h4>SvnCommitDialog.on_buttonBox_clicked</h4> |
144 <h4>SvnCommitDialog.on_buttonBox_clicked</h4> |
145 <b>on_buttonBox_clicked</b>(<i>button</i>) |
145 <b>on_buttonBox_clicked</b>(<i>button</i>) |
146 <p> |
146 <p> |
147 Private slot called by a button of the button box clicked. |
147 Private slot called by a button of the button box clicked. |
148 </p><dl> |
148 </p><dl> |
149 <dt><i>button</i></dt> |
149 <dt><i>button</i></dt> |
150 <dd> |
150 <dd> |
151 button that was clicked (QAbstractButton) |
151 button that was clicked (QAbstractButton) |
152 </dd> |
152 </dd> |
153 </dl><a NAME="SvnCommitDialog.on_buttonBox_rejected" ID="SvnCommitDialog.on_buttonBox_rejected"></a> |
153 </dl><a NAME="SvnCommitDialog.on_buttonBox_rejected" ID="SvnCommitDialog.on_buttonBox_rejected"></a> |
154 <h4>SvnCommitDialog.on_buttonBox_rejected</h4> |
154 <h4>SvnCommitDialog.on_buttonBox_rejected</h4> |
155 <b>on_buttonBox_rejected</b>(<i></i>) |
155 <b>on_buttonBox_rejected</b>(<i></i>) |
156 <p> |
156 <p> |
157 Private slot called by the buttonBox rejected signal. |
157 Private slot called by the buttonBox rejected signal. |
158 </p><a NAME="SvnCommitDialog.on_recentComboBox_activated" ID="SvnCommitDialog.on_recentComboBox_activated"></a> |
158 </p><a NAME="SvnCommitDialog.on_recentComboBox_activated" ID="SvnCommitDialog.on_recentComboBox_activated"></a> |
159 <h4>SvnCommitDialog.on_recentComboBox_activated</h4> |
159 <h4>SvnCommitDialog.on_recentComboBox_activated</h4> |
160 <b>on_recentComboBox_activated</b>(<i>txt</i>) |
160 <b>on_recentComboBox_activated</b>(<i>txt</i>) |
161 <p> |
161 <p> |
162 Private slot to select a commit message from recent ones. |
162 Private slot to select a commit message from recent ones. |
163 </p><a NAME="SvnCommitDialog.showEvent" ID="SvnCommitDialog.showEvent"></a> |
163 </p><a NAME="SvnCommitDialog.showEvent" ID="SvnCommitDialog.showEvent"></a> |
164 <h4>SvnCommitDialog.showEvent</h4> |
164 <h4>SvnCommitDialog.showEvent</h4> |
165 <b>showEvent</b>(<i>evt</i>) |
165 <b>showEvent</b>(<i>evt</i>) |
166 <p> |
166 <p> |
167 Public method called when the dialog is about to be shown. |
167 Public method called when the dialog is about to be shown. |
168 </p><dl> |
168 </p><dl> |
169 <dt><i>evt</i></dt> |
169 <dt><i>evt</i></dt> |
170 <dd> |
170 <dd> |
171 the event (QShowEvent) |
171 the event (QShowEvent) |
172 </dd> |
172 </dd> |
173 </dl> |
173 </dl> |
174 <div align="right"><a href="#top">Up</a></div> |
174 <div align="right"><a href="#top">Up</a></div> |
175 <hr /> |
175 <hr /> |
176 </body></html> |
176 </body></html> |