80 <p> |
80 <p> |
81 Constructor |
81 Constructor |
82 </p> |
82 </p> |
83 <dl> |
83 <dl> |
84 |
84 |
85 <dt><i>commits</i></dt> |
85 <dt><i>commits</i> (list of str)</dt> |
86 <dd> |
86 <dd> |
87 list of commits to show in the commits pane (list of |
87 list of commits to show in the commits pane |
88 strings) |
|
89 </dd> |
88 </dd> |
90 <dt><i>parent</i></dt> |
89 <dt><i>parent</i> (QWidget)</dt> |
91 <dd> |
90 <dd> |
92 reference to the parent widget (QWidget) |
91 reference to the parent widget |
93 </dd> |
92 </dd> |
94 </dl> |
93 </dl> |
95 <a NAME="GitCherryPickDialog.getData" ID="GitCherryPickDialog.getData"></a> |
94 <a NAME="GitCherryPickDialog.getData" ID="GitCherryPickDialog.getData"></a> |
96 <h4>GitCherryPickDialog.getData</h4> |
95 <h4>GitCherryPickDialog.getData</h4> |
97 <b>getData</b>(<i></i>) |
96 <b>getData</b>(<i></i>) |
103 <dt>Return:</dt> |
102 <dt>Return:</dt> |
104 <dd> |
103 <dd> |
105 tuple with list of commits, a flag indicating to append |
104 tuple with list of commits, a flag indicating to append |
106 cherry-pick info to the commit message, a flag indicating to append |
105 cherry-pick info to the commit message, a flag indicating to append |
107 a signed-off-by line to the commit message and a flag indicating to |
106 a signed-off-by line to the commit message and a flag indicating to |
108 not commit the action (list of strings, boolean, boolean, boolean) |
107 not commit the action |
|
108 </dd> |
|
109 </dl> |
|
110 <dl> |
|
111 <dt>Return Type:</dt> |
|
112 <dd> |
|
113 tuple of (list of str, bool, bool, bool) |
109 </dd> |
114 </dd> |
110 </dl> |
115 </dl> |
111 <a NAME="GitCherryPickDialog.on_commitsEdit_textChanged" ID="GitCherryPickDialog.on_commitsEdit_textChanged"></a> |
116 <a NAME="GitCherryPickDialog.on_commitsEdit_textChanged" ID="GitCherryPickDialog.on_commitsEdit_textChanged"></a> |
112 <h4>GitCherryPickDialog.on_commitsEdit_textChanged</h4> |
117 <h4>GitCherryPickDialog.on_commitsEdit_textChanged</h4> |
113 <b>on_commitsEdit_textChanged</b>(<i></i>) |
118 <b>on_commitsEdit_textChanged</b>(<i></i>) |