|
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>eric4.Plugins.VcsPlugins.vcsSubversion.ProjectHelper</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric4.Plugins.VcsPlugins.vcsSubversion.ProjectHelper</h1> |
|
24 <p> |
|
25 Module implementing the VCS project helper for Subversion. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#SvnProjectHelper">SvnProjectHelper</a></td> |
|
35 <td>Class implementing the VCS project helper for Subversion.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="SvnProjectHelper" ID="SvnProjectHelper"></a> |
|
44 <h2>SvnProjectHelper</h2> |
|
45 <p> |
|
46 Class implementing the VCS project helper for Subversion. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 VcsProjectHelper |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Methods</h3> |
|
55 <table> |
|
56 <tr> |
|
57 <td><a href="#SvnProjectHelper.__init__">SvnProjectHelper</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#SvnProjectHelper.__svnBranchList">__svnBranchList</a></td> |
|
61 <td>Private slot used to list the branches of the project.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#SvnProjectHelper.__svnConfigure">__svnConfigure</a></td> |
|
64 <td>Private method to open the configuration dialog.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#SvnProjectHelper.__svnExtendedDiff">__svnExtendedDiff</a></td> |
|
67 <td>Private slot used to perform a svn diff with the selection of revisions.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#SvnProjectHelper.__svnLogBrowser">__svnLogBrowser</a></td> |
|
70 <td>Private slot used to browse the log of the current project.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SvnProjectHelper.__svnLogLimited">__svnLogLimited</a></td> |
|
73 <td>Private slot used to perform a svn log --limit.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#SvnProjectHelper.__svnPropDel">__svnPropDel</a></td> |
|
76 <td>Private slot used to delete a property for the project files.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#SvnProjectHelper.__svnPropList">__svnPropList</a></td> |
|
79 <td>Private slot used to list the properties of the project files.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#SvnProjectHelper.__svnPropSet">__svnPropSet</a></td> |
|
82 <td>Private slot used to set a property for the project files.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#SvnProjectHelper.__svnRelocate">__svnRelocate</a></td> |
|
85 <td>Private slot used to relocate the working copy to a new repository URL.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#SvnProjectHelper.__svnRepoBrowser">__svnRepoBrowser</a></td> |
|
88 <td>Private slot to open the repository browser.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#SvnProjectHelper.__svnResolve">__svnResolve</a></td> |
|
91 <td>Private slot used to resolve conflicts of the local project.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#SvnProjectHelper.__svnTagList">__svnTagList</a></td> |
|
94 <td>Private slot used to list the tags of the project.</td> |
|
95 </tr><tr> |
|
96 <td><a href="#SvnProjectHelper.__svnUrlDiff">__svnUrlDiff</a></td> |
|
97 <td>Private slot used to perform a svn diff with the selection of repository URLs.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#SvnProjectHelper.getActions">getActions</a></td> |
|
100 <td>Public method to get a list of all actions.</td> |
|
101 </tr><tr> |
|
102 <td><a href="#SvnProjectHelper.initActions">initActions</a></td> |
|
103 <td>Public method to generate the action objects.</td> |
|
104 </tr><tr> |
|
105 <td><a href="#SvnProjectHelper.initMenu">initMenu</a></td> |
|
106 <td>Public method to generate the VCS menu.</td> |
|
107 </tr> |
|
108 </table> |
|
109 <a NAME="SvnProjectHelper.__init__" ID="SvnProjectHelper.__init__"></a> |
|
110 <h4>SvnProjectHelper (Constructor)</h4> |
|
111 <b>SvnProjectHelper</b>(<i>vcsObject, projectObject, parent = None, name = None</i>) |
|
112 <p> |
|
113 Constructor |
|
114 </p><dl> |
|
115 <dt><i>vcsObject</i></dt> |
|
116 <dd> |
|
117 reference to the vcs object |
|
118 </dd><dt><i>projectObject</i></dt> |
|
119 <dd> |
|
120 reference to the project object |
|
121 </dd><dt><i>parent</i></dt> |
|
122 <dd> |
|
123 parent widget (QWidget) |
|
124 </dd><dt><i>name</i></dt> |
|
125 <dd> |
|
126 name of this object (string) |
|
127 </dd> |
|
128 </dl><a NAME="SvnProjectHelper.__svnBranchList" ID="SvnProjectHelper.__svnBranchList"></a> |
|
129 <h4>SvnProjectHelper.__svnBranchList</h4> |
|
130 <b>__svnBranchList</b>(<i></i>) |
|
131 <p> |
|
132 Private slot used to list the branches of the project. |
|
133 </p><a NAME="SvnProjectHelper.__svnConfigure" ID="SvnProjectHelper.__svnConfigure"></a> |
|
134 <h4>SvnProjectHelper.__svnConfigure</h4> |
|
135 <b>__svnConfigure</b>(<i></i>) |
|
136 <p> |
|
137 Private method to open the configuration dialog. |
|
138 </p><a NAME="SvnProjectHelper.__svnExtendedDiff" ID="SvnProjectHelper.__svnExtendedDiff"></a> |
|
139 <h4>SvnProjectHelper.__svnExtendedDiff</h4> |
|
140 <b>__svnExtendedDiff</b>(<i></i>) |
|
141 <p> |
|
142 Private slot used to perform a svn diff with the selection of revisions. |
|
143 </p><a NAME="SvnProjectHelper.__svnLogBrowser" ID="SvnProjectHelper.__svnLogBrowser"></a> |
|
144 <h4>SvnProjectHelper.__svnLogBrowser</h4> |
|
145 <b>__svnLogBrowser</b>(<i></i>) |
|
146 <p> |
|
147 Private slot used to browse the log of the current project. |
|
148 </p><a NAME="SvnProjectHelper.__svnLogLimited" ID="SvnProjectHelper.__svnLogLimited"></a> |
|
149 <h4>SvnProjectHelper.__svnLogLimited</h4> |
|
150 <b>__svnLogLimited</b>(<i></i>) |
|
151 <p> |
|
152 Private slot used to perform a svn log --limit. |
|
153 </p><a NAME="SvnProjectHelper.__svnPropDel" ID="SvnProjectHelper.__svnPropDel"></a> |
|
154 <h4>SvnProjectHelper.__svnPropDel</h4> |
|
155 <b>__svnPropDel</b>(<i></i>) |
|
156 <p> |
|
157 Private slot used to delete a property for the project files. |
|
158 </p><a NAME="SvnProjectHelper.__svnPropList" ID="SvnProjectHelper.__svnPropList"></a> |
|
159 <h4>SvnProjectHelper.__svnPropList</h4> |
|
160 <b>__svnPropList</b>(<i></i>) |
|
161 <p> |
|
162 Private slot used to list the properties of the project files. |
|
163 </p><a NAME="SvnProjectHelper.__svnPropSet" ID="SvnProjectHelper.__svnPropSet"></a> |
|
164 <h4>SvnProjectHelper.__svnPropSet</h4> |
|
165 <b>__svnPropSet</b>(<i></i>) |
|
166 <p> |
|
167 Private slot used to set a property for the project files. |
|
168 </p><a NAME="SvnProjectHelper.__svnRelocate" ID="SvnProjectHelper.__svnRelocate"></a> |
|
169 <h4>SvnProjectHelper.__svnRelocate</h4> |
|
170 <b>__svnRelocate</b>(<i></i>) |
|
171 <p> |
|
172 Private slot used to relocate the working copy to a new repository URL. |
|
173 </p><a NAME="SvnProjectHelper.__svnRepoBrowser" ID="SvnProjectHelper.__svnRepoBrowser"></a> |
|
174 <h4>SvnProjectHelper.__svnRepoBrowser</h4> |
|
175 <b>__svnRepoBrowser</b>(<i></i>) |
|
176 <p> |
|
177 Private slot to open the repository browser. |
|
178 </p><a NAME="SvnProjectHelper.__svnResolve" ID="SvnProjectHelper.__svnResolve"></a> |
|
179 <h4>SvnProjectHelper.__svnResolve</h4> |
|
180 <b>__svnResolve</b>(<i></i>) |
|
181 <p> |
|
182 Private slot used to resolve conflicts of the local project. |
|
183 </p><a NAME="SvnProjectHelper.__svnTagList" ID="SvnProjectHelper.__svnTagList"></a> |
|
184 <h4>SvnProjectHelper.__svnTagList</h4> |
|
185 <b>__svnTagList</b>(<i></i>) |
|
186 <p> |
|
187 Private slot used to list the tags of the project. |
|
188 </p><a NAME="SvnProjectHelper.__svnUrlDiff" ID="SvnProjectHelper.__svnUrlDiff"></a> |
|
189 <h4>SvnProjectHelper.__svnUrlDiff</h4> |
|
190 <b>__svnUrlDiff</b>(<i></i>) |
|
191 <p> |
|
192 Private slot used to perform a svn diff with the selection of repository URLs. |
|
193 </p><a NAME="SvnProjectHelper.getActions" ID="SvnProjectHelper.getActions"></a> |
|
194 <h4>SvnProjectHelper.getActions</h4> |
|
195 <b>getActions</b>(<i></i>) |
|
196 <p> |
|
197 Public method to get a list of all actions. |
|
198 </p><dl> |
|
199 <dt>Returns:</dt> |
|
200 <dd> |
|
201 list of all actions (list of E4Action) |
|
202 </dd> |
|
203 </dl><a NAME="SvnProjectHelper.initActions" ID="SvnProjectHelper.initActions"></a> |
|
204 <h4>SvnProjectHelper.initActions</h4> |
|
205 <b>initActions</b>(<i></i>) |
|
206 <p> |
|
207 Public method to generate the action objects. |
|
208 </p><a NAME="SvnProjectHelper.initMenu" ID="SvnProjectHelper.initMenu"></a> |
|
209 <h4>SvnProjectHelper.initMenu</h4> |
|
210 <b>initMenu</b>(<i>menu</i>) |
|
211 <p> |
|
212 Public method to generate the VCS menu. |
|
213 </p><dl> |
|
214 <dt><i>menu</i></dt> |
|
215 <dd> |
|
216 reference to the menu to be populated (QMenu) |
|
217 </dd> |
|
218 </dl> |
|
219 <div align="right"><a href="#top">Up</a></div> |
|
220 <hr /> |
|
221 </body></html> |