kcontrol: remove unused kcfg files

note that the config group name in the kcfg files was "DesktopIcons"
while in kcontrol/kio/netpref.cpp it is empty string

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-07-29 20:35:22 +03:00
parent ad4805e51b
commit 8cd1d22c06
5 changed files with 1 additions and 80 deletions

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
$EXTRACTRC *.ui *.kcfg >> rc.cpp
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmkio.pot

View file

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<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="kio_ftprc" />
<group name="DesktopIcons" >
<entry name="DisablePassiveMode" type="Bool">
<label>Disable Passive FTP</label>
<whatsthis>When FTP connections are passive the client connects to the server, instead of the other way round, so firewalls do not block the connection; old FTP servers may not support Passive FTP though.</whatsthis>
<default>false</default>
</entry>
<entry name="MarkPartial" type="Bool">
<label>Mark partially uploaded files</label>
<whatsthis>While a file is being uploaded its extension is ".part". When fully uploaded it is renamed to its real name.</whatsthis>
<default>true</default>
</entry>
</group>
</kcfg>

View file

@ -1,5 +0,0 @@
File=kio_ftprc.kcfg
ClassName=KioFtp
Singleton=true
Mutators=true

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<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="kioslaverc" />
<group name="General">
<entry name="ProxyConnectTimeout" type="UInt" >
<default>10</default>
<min>2</min>
<max>3600</max>
</entry>
<entry name="ConnectTimeout" type="UInt" >
<default>20</default>
<min>2</min>
<max>3600</max>
</entry>
<entry name="ReadTimeout" type="UInt" >
<default>15</default>
<min>2</min>
<max>3600</max>
</entry>
<entry name="ResponseTimeout" type="UInt" >
<default>600</default>
<min>2</min>
<max>3600</max>
</entry>
<entry name="MinimumKeepSize" type="UInt" >
<default>5120</default>
</entry>
<entry name="AutoResume" type="Bool" >
<default>false</default>
</entry>
</group>
<group name="Proxy Settings" >
<entry name="AuthMode" type="String" >
</entry>
<entry name="ReversedException" type="Bool">
</entry>
<entry name="ftpProxy" type="String">
</entry>
<entry name="httpProxy" type="String">
</entry>
<entry name="httpsProxy" type="String">
</entry>
</group>
</kcfg>

View file

@ -1,5 +0,0 @@
File=kioslave.kcfg
ClassName=KioSlave
Singleton=true
Mutators=true