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

List:       kde-commits
Subject:    branches/work/sharedkraft
From:       Klaas Freitag <freitag () suse ! de>
Date:       2011-01-28 8:55:59
Message-ID: 20110128085559.1562DAC8BB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1217724 by freitag:

migrations and settings added

 A             database/mysql/migration/19_dbmigrate.sql  
 A             database/sqlite3/migration/19_dbmigrate.sql  
 M  +2 -0      src/kraftdoc.cpp  
 M  +15 -3     src/kraftsettings.kcfg  


--- branches/work/sharedkraft/src/kraftdoc.cpp #1217723:1217724
@@ -354,6 +354,8 @@
       }
     }
 
+    // Use the value in ident() to form the filename to save to!
+
     const QString xmlFile = QString( "%1%2.xml" ).arg( outputDir ).arg( ident() );
     kDebug() << "Saving XML-Document to " << xmlFile;
 
--- branches/work/sharedkraft/src/kraftsettings.kcfg #1217723:1217724
@@ -16,9 +16,21 @@
       <label>Where Kraft stores the XML archive documents. If empty, KDEHOME/share/apps is used.</label>
     </entry>
     <entry name="XmlDocPath" type="String">
-      <label>Where Kraft stores the XML documents. If empty, KDEHOME/share/apps is used.</label>
+      <label>Where Kraft stores the XML documents. If empty, KDEHOME/share/apps/xmlDoc is used.</label>
     </entry>
-
+    <entry name="UseKitoc" type="Bool">
+      <label>Should a Kitoc server used to store the documents and Ids?</label>
+      <default>false</default>
+    </entry>
+    <entry name="KitocServer" type="String">
+      <label>Should a Kitoc server used to store the documents and Ids?</label>
+    </entry>
+     <entry name="KitocUser" type="String">
+      <label>The Kitoc server user name</label>
+    </entry>
+    <entry name="KitocPassword" type="Password">
+      <label>The Kitoc server user password</label>
+    </entry>
   </group>
 
   <group name="WindowSizes">
@@ -38,7 +50,7 @@
       <label>The default size of the material catalog view</label>
     </entry>
     <entry name="assistantSplitterSetting" type="IntList">
-      <label>The splitter setting for the doc assistant</label>
+      <label>The splitter setting for the the doc assistant</label>
     </entry>
     <entry name="plantTemplateToPosDialogSize" type="Size">
       <label>The window size of the template to document dialog for plants</label>
[prev in list] [next in list] [prev in thread] [next in thread] 

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