]> cloud.milkyroute.net Git - dolphin.git/commitdiff
krazy fixes: let all .kcfg files be conform to KConfigXT schema
authorPeter Penz <peter.penz19@gmail.com>
Sat, 7 Aug 2010 18:19:31 +0000 (18:19 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 7 Aug 2010 18:19:31 +0000 (18:19 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1160311

src/panels/folders/dolphin_folderspanelsettings.kcfg
src/panels/information/dolphin_informationpanelsettings.kcfg
src/search/dolphin_searchsettings.kcfg
src/settings/dolphin_columnmodesettings.kcfg
src/settings/dolphin_detailsmodesettings.kcfg
src/settings/dolphin_directoryviewpropertysettings.kcfg
src/settings/dolphin_generalsettings.kcfg
src/settings/dolphin_iconsmodesettings.kcfg
src/settings/dolphin_versioncontrolsettings.kcfg

index 53e48c326e93058fe8438651d73786ff51037e59..a923845487e905517215be8cdcf912e52739da00 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <kcfgfile name="dolphinrc"/>
     <group name="FoldersPanel">
         <entry name="ShowHiddenFiles" type="Bool">
index 2bde1c4afeb102b5aac9ef20b1119ec5dff1bda9..4df3dedcda7b1258a92bc9612f6e61b16458f318 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <kcfgfile name="dolphinrc"/>
     <group name="InformationPanel">
         <entry name="showPreview" type="Bool">
index b5014bdb9c44a9a87c4b7ae5f4b3d94bca306a62..1acebf8749bce149b57c6587dced758269dff4cb 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <kcfgfile name="dolphinrc"/>
     <group name="Search">
         <entry name="Location" type="String">
index 29d86f16d47b30da50b323fef331c49ea179b74b..963d326cc5264b65c9887870716f44a61f388406 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
     <include>kiconloader.h</include>
     <include>kglobalsettings.h</include>
     <kcfgfile name="dolphinrc"/>
index 6c5674785064402293652f15b65d3a4a274855f6..d58e038092d6274256468900924d2b01be978044 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <include>kiconloader.h</include>
     <include>kglobalsettings.h</include>
     <kcfgfile name="dolphinrc"/>
index ff9b60a453c06fc20a65d85199a05ff563c7b335..052571b87cf67555705594be078adadc034ca5ce 100644 (file)
@@ -2,7 +2,7 @@
 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
-      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <include>kfileitemdelegate.h</include>
 
 <kcfgfile arg="true" />
index 18a81168f50eeeb7bfaf1b92631c5ee9c55f2306..4ff4e52fa26b92c351fbed9dd2684c9063edb73d 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <include>QDir</include>
     <include>kglobalsettings.h</include>
     <kcfgfile name="dolphinrc"/>
index 634167b18b62479ed18dc17749be73dd8b5871c4..f50ab3eadf1ebd13828f793889db816c4ca45c1c 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <include>kglobalsettings.h</include>
     <include>kiconloader.h</include>
     <include>QListView</include>
index 4fd5400e5a9ff4a487ca732b3f0f4d5d4d4b1d38..89eb45b6595473f5b8460b5f37a35dd52e4c3b06 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <kcfgfile name="dolphinrc"/>
     <group name="VersionControl">
         <entry name="enabledPlugins" type="StringList">