[Kde-imaging] [Bug 127101] expand sequence number start value in batch rename images

Gilles Caulier caulier.gilles at free.fr
Thu Aug 17 15:16:50 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=127101         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles free fr  2006-08-17 15:16 -------
SVN commit 573894 by cgilles:

Batch rename image kipi plugin : fix min. and max prefix num value from 1 to 999999 (like in digiKam 0.9.0 camera gui)
BUG: 127101


 M  +13 -1     renameimagesbase.ui  


--- trunk/extragear/libs/kipi-plugins/batchprocessimages/renameimagesbase.ui #573893:573894
 @ -1,4 +1,4  @
-<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 <class>KIPIBatchProcessImagesPlugin::RenameImagesBase</class>
 <widget class="QWidget">
     <property name="name">
 @ -12,6 +12,9  @
             <height>511</height>
         </rect>
     </property>
+    <property name="caption">
+        <string>RenameImagesBase</string>
+    </property>
     <grid>
         <property name="name">
             <cstring>unnamed</cstring>
 @ -86,6 +89,12  @
                     <property name="name">
                         <cstring>m_seqSpin</cstring>
                     </property>
+                    <property name="maxValue">
+                        <number>999999</number>
+                    </property>
+                    <property name="minValue">
+                        <number>1</number>
+                    </property>
                 </widget>
                 <spacer row="1" column="1">
                     <property name="name">
 @ -212,4 +221,7  @
     </grid>
 </widget>
 <layoutdefaults spacing="6" margin="6"/>
+<includehints>
+    <includehint>klistview.h</includehint>
+</includehints>
 </UI>


More information about the Kde-imaging mailing list