eric7/Preferences/ConfigurationPages/VcsPage.ui

branch
eric7
changeset 8624
5192a2592324
parent 8312
800c432b34c8
child 8628
dcdf0074ad39
diff -r fced5aa98d41 -r 5192a2592324 eric7/Preferences/ConfigurationPages/VcsPage.ui
--- a/eric7/Preferences/ConfigurationPages/VcsPage.ui	Wed Sep 22 19:52:28 2021 +0200
+++ b/eric7/Preferences/ConfigurationPages/VcsPage.ui	Thu Sep 23 18:20:31 2021 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>576</width>
-    <height>554</height>
+    <height>596</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_2">
@@ -43,8 +43,8 @@
      <property name="title">
       <string>Commit</string>
      </property>
-     <layout class="QVBoxLayout">
-      <item>
+     <layout class="QGridLayout" name="gridLayout_3">
+      <item row="0" column="0">
        <widget class="QCheckBox" name="vcsAutoSaveCheckBox">
         <property name="toolTip">
          <string>Select, if files should be saved before a commit</string>
@@ -54,7 +54,7 @@
         </property>
        </widget>
       </item>
-      <item>
+      <item row="0" column="1">
        <widget class="QCheckBox" name="vcsAutoSaveProjectCheckBox">
         <property name="toolTip">
          <string>Select, if project should be saved before a commit</string>
@@ -64,6 +64,56 @@
         </property>
        </widget>
       </item>
+      <item row="1" column="0" colspan="2">
+       <layout class="QHBoxLayout" name="horizontalLayout">
+        <item>
+         <widget class="QLabel" name="label_8">
+          <property name="text">
+           <string>No. of commit messages to remember:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QSpinBox" name="commitSpinBox">
+          <property name="toolTip">
+           <string>Enter the number of commit messages to remember</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+          <property name="minimum">
+           <number>1</number>
+          </property>
+          <property name="maximum">
+           <number>100</number>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="spacer">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
+      </item>
+      <item row="2" column="0" colspan="2">
+       <widget class="QCheckBox" name="checkBox">
+        <property name="toolTip">
+         <string>Select to use one commit messages history per project</string>
+        </property>
+        <property name="text">
+         <string>Remember commit messages per project</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -320,14 +370,18 @@
   <tabstop>vcsAutoCloseCheckBox</tabstop>
   <tabstop>vcsAutoSaveCheckBox</tabstop>
   <tabstop>vcsAutoSaveProjectCheckBox</tabstop>
+  <tabstop>commitSpinBox</tabstop>
+  <tabstop>checkBox</tabstop>
   <tabstop>vcsStatusMonitorIntervalSpinBox</tabstop>
   <tabstop>vcsMonitorLocalStatusCheckBox</tabstop>
   <tabstop>autoUpdateCheckBox</tabstop>
   <tabstop>pbVcsAddedButton</tabstop>
+  <tabstop>pbVcsConflictButton</tabstop>
   <tabstop>pbVcsModifiedButton</tabstop>
+  <tabstop>pbVcsReplacedButton</tabstop>
   <tabstop>pbVcsUpdateButton</tabstop>
-  <tabstop>pbVcsConflictButton</tabstop>
-  <tabstop>pbVcsReplacedButton</tabstop>
+  <tabstop>pbVcsRemovedButton</tabstop>
+  <tabstop>vcsToolbarCheckBox</tabstop>
  </tabstops>
  <resources/>
  <connections/>

eric ide

mercurial