10683:779cda568acb | 10684:58c7f23ae1cb |
---|---|
2553 <dd> | 2553 <dd> |
2554 directory to check in | 2554 directory to check in |
2555 </dd> | 2555 </dd> |
2556 <dt><i>shortcut</i> (bool)</dt> | 2556 <dt><i>shortcut</i> (bool)</dt> |
2557 <dd> | 2557 <dd> |
2558 flag indicating a shortcut should be taken | 2558 flag indicating a shortcut should be taken (unused) |
2559 </dd> | 2559 </dd> |
2560 </dl> | 2560 </dl> |
2561 <dl> | 2561 <dl> |
2562 <dt>Return:</dt> | 2562 <dt>Return:</dt> |
2563 <dd> | 2563 <dd> |
2880 <dd> | 2880 <dd> |
2881 project directory | 2881 project directory |
2882 </dd> | 2882 </dd> |
2883 <dt><i>noDialog</i> (bool)</dt> | 2883 <dt><i>noDialog</i> (bool)</dt> |
2884 <dd> | 2884 <dd> |
2885 flag indicating quiet operations | 2885 flag indicating quiet operations (unused) |
2886 </dd> | 2886 </dd> |
2887 <dt><i>addAll</i> (bool)</dt> | 2887 <dt><i>addAll</i> (bool)</dt> |
2888 <dd> | 2888 <dd> |
2889 flag indicating to add all files to the repository | 2889 flag indicating to add all files to the repository |
2890 </dd> | 2890 </dd> |
2916 | 2916 |
2917 <dl> | 2917 <dl> |
2918 | 2918 |
2919 <dt><i>vcsDir</i> (str)</dt> | 2919 <dt><i>vcsDir</i> (str)</dt> |
2920 <dd> | 2920 <dd> |
2921 name of the VCS directory | 2921 name of the VCS directory (unused) |
2922 </dd> | 2922 </dd> |
2923 <dt><i>noDialog</i> (bool)</dt> | 2923 <dt><i>noDialog</i> (bool)</dt> |
2924 <dd> | 2924 <dd> |
2925 flag indicating quiet operations | 2925 flag indicating quiet operations (unused) |
2926 </dd> | 2926 </dd> |
2927 </dl> | 2927 </dl> |
2928 <dl> | 2928 <dl> |
2929 <dt>Return:</dt> | 2929 <dt>Return:</dt> |
2930 <dd> | 2930 <dd> |
3071 GitNewProjectOptionsDialog | 3071 GitNewProjectOptionsDialog |
3072 </dd> | 3072 </dd> |
3073 </dl> | 3073 </dl> |
3074 <a NAME="Git.vcsOptionsDialog" ID="Git.vcsOptionsDialog"></a> | 3074 <a NAME="Git.vcsOptionsDialog" ID="Git.vcsOptionsDialog"></a> |
3075 <h4>Git.vcsOptionsDialog</h4> | 3075 <h4>Git.vcsOptionsDialog</h4> |
3076 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) | 3076 <b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>) |
3077 <p> | 3077 <p> |
3078 Public method to get a dialog to enter repository info. | 3078 Public method to get a dialog to enter repository info. |
3079 </p> | 3079 </p> |
3080 | 3080 |
3081 <dl> | 3081 <dl> |
3082 | 3082 |
3083 <dt><i>project</i> (Project)</dt> | 3083 <dt><i>project</i> (Project)</dt> |
3084 <dd> | 3084 <dd> |
3085 reference to the project object | 3085 reference to the project object |
3086 </dd> | 3086 </dd> |
3087 <dt><i>archive</i> (str)</dt> | 3087 <dt><i>_archive</i> (str)</dt> |
3088 <dd> | 3088 <dd> |
3089 name of the project in the repository | 3089 name of the project in the repository (unused) |
3090 </dd> | 3090 </dd> |
3091 <dt><i>editable</i> (bool)</dt> | 3091 <dt><i>editable</i> (bool)</dt> |
3092 <dd> | 3092 <dd> |
3093 flag indicating that the project name is editable | 3093 flag indicating that the project name is editable (unused) |
3094 </dd> | 3094 </dd> |
3095 <dt><i>parent</i> (QWidget)</dt> | 3095 <dt><i>parent</i> (QWidget)</dt> |
3096 <dd> | 3096 <dd> |
3097 parent widget | 3097 parent widget |
3098 </dd> | 3098 </dd> |
3152 <dd> | 3152 <dd> |
3153 file/directory name to be removed | 3153 file/directory name to be removed |
3154 </dd> | 3154 </dd> |
3155 <dt><i>project</i> (bool)</dt> | 3155 <dt><i>project</i> (bool)</dt> |
3156 <dd> | 3156 <dd> |
3157 flag indicating deletion of a project tree | 3157 flag indicating deletion of a project tree (unused) |
3158 </dd> | 3158 </dd> |
3159 <dt><i>noDialog</i> (bool)</dt> | 3159 <dt><i>noDialog</i> (bool)</dt> |
3160 <dd> | 3160 <dd> |
3161 flag indicating quiet operations | 3161 flag indicating quiet operations |
3162 </dd> | 3162 </dd> |