Fri, 07 Mar 2014 19:15:46 +0100
Fixed an issue in the Mercurial status dialog causing the Add button menu to have largefiles entries enabled even when the extension is not active.
2835
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>eric5.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog</title> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <style> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | body { |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | background: #EDECE6; |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | margin: 0em 1em 10em 1em; |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | color: black; |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | } |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | h1 { color: white; background: #85774A; } |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | h2 { color: white; background: #85774A; } |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | h3 { color: white; background: #9D936E; } |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | h4 { color: white; background: #9D936E; } |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | a { color: #BA6D36; } |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </style> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </head> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <body><a NAME="top" ID="top"></a> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <h1>eric5.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog</h1> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | Module implementing a dialog to enter the archive data. |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <h3>Global Attributes</h3> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <tr><td>None</td></tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | </table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <h3>Classes</h3> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <td><a href="#HgArchiveDialog">HgArchiveDialog</a></td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <td>Class implementing a dialog to enter the archive data.</td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | </tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <h3>Functions</h3> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <tr><td>None</td></tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | </table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <hr /><hr /> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <a NAME="HgArchiveDialog" ID="HgArchiveDialog"></a> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <h2>HgArchiveDialog</h2> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | Class implementing a dialog to enter the archive data. |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | </p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <h3>Derived from</h3> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | QDialog, Ui_HgArchiveDialog |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <h3>Class Attributes</h3> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <tr><td>None</td></tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | </table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <h3>Class Methods</h3> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <tr><td>None</td></tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <h3>Methods</h3> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <td><a href="#HgArchiveDialog.__init__">HgArchiveDialog</a></td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <td>Constructor</td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | </tr><tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <td><a href="#HgArchiveDialog.getData">getData</a></td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <td>Public method to retrieve the data.</td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </tr><tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | <td><a href="#HgArchiveDialog.on_archiveButton_clicked">on_archiveButton_clicked</a></td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <td>Private slot to select the archive name via a file selection dialog.</td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | </tr><tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <td><a href="#HgArchiveDialog.on_archiveEdit_textChanged">on_archiveEdit_textChanged</a></td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | <td>Private slot to handle changes of the archive name.</td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | </tr><tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | <td><a href="#HgArchiveDialog.on_typeComboBox_activated">on_typeComboBox_activated</a></td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <td>Private slot to react on changes of the selected archive type.</td> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | </tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | </table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | <h3>Static Methods</h3> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | <tr><td>None</td></tr> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | </table> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | <a NAME="HgArchiveDialog.__init__" ID="HgArchiveDialog.__init__"></a> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <h4>HgArchiveDialog (Constructor)</h4> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | <b>HgArchiveDialog</b>(<i>vcs, parent=None</i>) |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | Constructor |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | </p><dl> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | <dt><i>vcs</i></dt> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <dd> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | reference to the Mercurial object (Hg) |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | </dd><dt><i>parent</i></dt> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | <dd> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | reference to the parent widget (QWidget) |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | </dd> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | </dl><a NAME="HgArchiveDialog.getData" ID="HgArchiveDialog.getData"></a> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | <h4>HgArchiveDialog.getData</h4> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | <b>getData</b>(<i></i>) |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | <p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | Public method to retrieve the data. |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | </p><dl> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <dt>Returns:</dt> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <dd> |
3018
70924c0bdaf1
Corrected some source docu issues and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2966
diff
changeset
|
101 | tuple giving the archive name (string), the archive type |
70924c0bdaf1
Corrected some source docu issues and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2966
diff
changeset
|
102 | (string), the directory prefix 8string) and a flag indicating |
70924c0bdaf1
Corrected some source docu issues and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2966
diff
changeset
|
103 | to recurse into subrepositories (boolean) |
2835
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | </dd> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | </dl><a NAME="HgArchiveDialog.on_archiveButton_clicked" ID="HgArchiveDialog.on_archiveButton_clicked"></a> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | <h4>HgArchiveDialog.on_archiveButton_clicked</h4> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | <b>on_archiveButton_clicked</b>(<i></i>) |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | <p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | Private slot to select the archive name via a file selection dialog. |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | </p><a NAME="HgArchiveDialog.on_archiveEdit_textChanged" ID="HgArchiveDialog.on_archiveEdit_textChanged"></a> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | <h4>HgArchiveDialog.on_archiveEdit_textChanged</h4> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | <b>on_archiveEdit_textChanged</b>(<i>archive</i>) |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | <p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | Private slot to handle changes of the archive name. |
2966
f85f686981ad
Regenerated source docu after corrections.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2835
diff
changeset
|
115 | </p><dl> |
f85f686981ad
Regenerated source docu after corrections.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2835
diff
changeset
|
116 | <dt><i>archive</i></dt> |
f85f686981ad
Regenerated source docu after corrections.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2835
diff
changeset
|
117 | <dd> |
f85f686981ad
Regenerated source docu after corrections.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2835
diff
changeset
|
118 | name of the archive (string) |
f85f686981ad
Regenerated source docu after corrections.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2835
diff
changeset
|
119 | </dd> |
f85f686981ad
Regenerated source docu after corrections.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2835
diff
changeset
|
120 | </dl><a NAME="HgArchiveDialog.on_typeComboBox_activated" ID="HgArchiveDialog.on_typeComboBox_activated"></a> |
2835
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | <h4>HgArchiveDialog.on_typeComboBox_activated</h4> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | <b>on_typeComboBox_activated</b>(<i>index</i>) |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | <p> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | Private slot to react on changes of the selected archive type. |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | </p><dl> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | <dt><i>index</i></dt> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | <dd> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | index of the selected type (integer) |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | </dd> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | </dl> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | <div align="right"><a href="#top">Up</a></div> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | <hr /> |
678978fe9ffd
Extended the side-by-side diff dialog to allow to pass in strings to compare and regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | </body></html> |