[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/utils/gwenrename/src
From:       Spiros Georgaras <sngeorgaras () otenet ! gr>
Date:       2009-07-14 0:48:25
Message-ID: 1247532505.693012.17811.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 996196 by sngeorgaras:

fixing tootips...

 M  +12 -12    multiselecttool.ui  
 M  +1 -0      namepartbase.cpp  
 M  +26 -16    namepartbase.ui  
 M  +9 -2      rename.ui  


--- trunk/playground/utils/gwenrename/src/multiselecttool.ui #996195:996196
@@ -124,12 +124,12 @@
    <item>
     <widget class="QCheckBox" name="chkInvert">
      <property name="toolTip">
-      <string>&lt;p&gt;&lt;b&gt;Invert selection in item \
                list&lt;/b&gt;&lt;br&gt;&lt;br&gt;
-When checked, only items that do &lt;b&gt;not&lt;/b&gt; match the search string will \
be selected&lt;p&gt;</string> +      <string>&lt;p&gt;&lt;b&gt;Invert selection in \
item list&lt;/b&gt;&lt;/p&gt; +&lt;p&gt;When checked, only items that do \
&lt;b&gt;not&lt;/b&gt; match the search string will be selected&lt;/p&gt;</string>  \
</property>  <property name="whatsThis">
-      <string>&lt;p&gt;&lt;b&gt;Invert selection in item \
                list&lt;/b&gt;&lt;br&gt;&lt;br&gt;
-When checked, only items that do &lt;b&gt;not&lt;/b&gt; match the search string will \
be selected&lt;p&gt;</string> +      <string>&lt;p&gt;&lt;b&gt;Invert selection in \
item list&lt;/b&gt;&lt;/p&gt; +&lt;p&gt;When checked, only items that do \
&lt;b&gt;not&lt;/b&gt; match the search string will be selected&lt;/p&gt;</string>  \
</property>  <property name="text">
       <string>Invert selection in item list</string>
@@ -142,16 +142,16 @@
    <item>
     <widget class="QCheckBox" name="chkAdd">
      <property name="toolTip">
-      <string>&lt;p&gt;&lt;b&gt;Add to &amp;current \
                selection&lt;/b&gt;&lt;br&gt;&lt;br&gt;
-Normally, this operation will replace your current selection.&lt;br&gt;&lt;br&gt;
-When checked, items selected by this operation will be &lt;b&gt;added&lt;/b&gt; to \
                the current selection.&lt;br&gt;&lt;br&gt;
-&lt;b&gt;Note&lt;/b&gt;: If &lt;i&gt;Invert selection in item list&lt;/i&gt; is \
checked, items selected by this operation will be &lt;b&gt;removed&lt;/b&gt; from the \
current selection.&lt;/p&gt;</string> +      <string>&lt;p&gt;&lt;b&gt;Add to current \
selection&lt;/b&gt;&lt;/p&gt; +&lt;p&gt;Normally, this operation will replace your \
current selection.&lt;/p&gt; +&lt;p&gt;When checked, items selected by this operation \
will be &lt;b&gt;added&lt;/b&gt; to the current selection.&lt;/p&gt; \
+&lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: If &lt;i&gt;Invert selection in item \
list&lt;/i&gt; is checked, items selected by this operation will be \
&lt;b&gt;removed&lt;/b&gt; from the current selection.&lt;/p&gt;</string>  \
</property>  <property name="whatsThis">
-      <string>&lt;p&gt;&lt;b&gt;Add to &amp;current \
                selection&lt;/b&gt;&lt;br&gt;&lt;br&gt;
-Normally, this operation will replace your current selection.&lt;br&gt;&lt;br&gt;
-When checked, items selected by this operation will be &lt;b&gt;added&lt;/b&gt; to \
                the current selection.&lt;br&gt;&lt;br&gt;
-&lt;b&gt;Note&lt;/b&gt;: If &lt;i&gt;Invert selection in item list&lt;/i&gt; is \
checked, items selected by this operation will be &lt;b&gt;removed&lt;/b&gt; from the \
current selection.&lt;/p&gt;</string> +      <string>&lt;p&gt;&lt;b&gt;Add to current \
selection&lt;/b&gt;&lt;/p&gt; +&lt;p&gt;Normally, this operation will replace your \
current selection.&lt;/p&gt; +&lt;p&gt;When checked, items selected by this operation \
will be &lt;b&gt;added&lt;/b&gt; to the current selection.&lt;/p&gt; \
+&lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: If &lt;i&gt;Invert selection in item \
list&lt;/i&gt; is checked, items selected by this operation will be \
&lt;b&gt;removed&lt;/b&gt; from the current selection.&lt;/p&gt;</string>  \
</property>  <property name="text">
       <string>Add to current selection</string>
--- trunk/playground/utils/gwenrename/src/namepartbase.cpp #996195:996196
@@ -52,6 +52,7 @@
 	setMaximumSize(width(), height());
 	setMinimumSize(width(), height());
 	chkReplace->setChecked(false);
+	grpMatch->resize(100,300);
 }
 //================================
 namePart::~namePart(){
--- trunk/playground/utils/gwenrename/src/namepartbase.ui #996195:996196
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>483</width>
-    <height>403</height>
+    <height>397</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -45,7 +45,7 @@
     </layout>
    </item>
    <item>
-    <layout class="QGridLayout" name="gridLayout">
+    <layout class="QGridLayout" name="grid">
      <item row="0" column="0">
       <widget class="QLabel" name="textLabel4_2">
        <property name="text">
@@ -164,6 +164,12 @@
    </item>
    <item>
     <widget class="QGroupBox" name="grpMatch">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
      <property name="title">
       <string>Match to</string>
      </property>
@@ -220,6 +226,12 @@
         </item>
         <item>
          <widget class="KIntSpinBox" name="startInt">
+          <property name="sizePolicy">
+           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+            <horstretch>0</horstretch>
+            <verstretch>0</verstretch>
+           </sizepolicy>
+          </property>
           <property name="minimum">
            <number>1</number>
           </property>
@@ -252,6 +264,12 @@
         </item>
         <item>
          <widget class="KIntSpinBox" name="lengthInt">
+          <property name="sizePolicy">
+           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+            <horstretch>0</horstretch>
+            <verstretch>0</verstretch>
+           </sizepolicy>
+          </property>
           <property name="minimum">
            <number>1</number>
           </property>
@@ -294,6 +312,12 @@
    </item>
    <item>
     <widget class="QGroupBox" name="grpOutOptions">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
      <property name="title">
       <string>Output options</string>
      </property>
@@ -345,19 +369,6 @@
     </widget>
    </item>
    <item>
-    <spacer name="verticalSpacer">
-     <property name="orientation">
-      <enum>Qt::Vertical</enum>
-     </property>
-     <property name="sizeHint" stdset="0">
-      <size>
-       <width>20</width>
-       <height>13</height>
-      </size>
-     </property>
-    </spacer>
-   </item>
-   <item>
     <layout class="QHBoxLayout">
      <property name="spacing">
       <number>6</number>
@@ -454,7 +465,6 @@
  <includes>
   <include location="local">kcombobox.h</include>
   <include location="local">knuminput.h</include>
-  <include location="local">knuminput.h</include>
  </includes>
  <resources/>
  <connections>
--- trunk/playground/utils/gwenrename/src/rename.ui #996195:996196
@@ -40,6 +40,11 @@
      <property name="sortingEnabled">
       <bool>true</bool>
      </property>
+     <column>
+      <property name="text">
+       <string notr="true">1</string>
+      </property>
+     </column>
     </widget>
    </item>
    <item>
@@ -658,7 +663,8 @@
             <item>
              <widget class="QCheckBox" name="sort">
               <property name="toolTip">
-               <string>&lt;p&gt;&lt;b&gt;Use numeric \
sorting&lt;/b&gt;&lt;br&gt;&lt;br&gt;When this option is enabled, the original names \
are sorted taking into account their numeric value (when possible)&lt;/p&gt;</string> \
+               <string>&lt;p&gt;&lt;b&gt;Use numeric sorting&lt;/b&gt;&lt;/p&gt; \
+&lt;p&gt;When this option is enabled, the original names are sorted taking into \
account their numeric value (when possible)&lt;/p&gt;</string>  </property>
               <property name="text">
                <string>Use numeric sorting</string>
@@ -1100,7 +1106,8 @@
                 <enum>Qt::StrongFocus</enum>
                </property>
                <property name="toolTip">
-                <string>&lt;p&gt;&lt;b&gt;Use 'relaxed' \
numbering&lt;/b&gt;&lt;br&gt;&lt;br&gt;When this option is enabled, the program will \
find the files that match the renaming cretiria but are not selected for renaming, \
and adjust the starting value of the counter so that the resulting filenames will \
follow the last existing file. This means that the starting value of the counter may \
be different than the one defined by the user.&lt;/p&gt;</string> +                \
<string>&lt;p&gt;&lt;b&gt;Use 'relaxed' numbering&lt;/b&gt;&lt;/p&gt; +&lt;p&gt;When \
this option is enabled, the program will find the files that match the renaming \
cretiria but are not selected for renaming, and adjust the starting value of the \
counter so that the resulting filenames will follow the last existing file. This \
means that the starting value of the counter may be different than the one defined by \
the user.&lt;/p&gt;</string>  </property>
                <property name="text">
                 <string>Use 'relaxed' numbering</string>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic