~ubuntu-branches/ubuntu/raring/kdebase/raring

« back to all changes in this revision

Viewing changes to apps/konqueror/settings/kio/kioslave.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac, Jonathan Riddell, Felix Geyer
  • Date: 2011-03-03 16:25:47 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303162547-2zf9j33cu6j5gj0a
Tags: 4:4.6.1a-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Update kde-sc-dev-latest version

[ Felix Geyer ]
* Reduce the x-www-browser priority for konqueror to 30 as rekonq is the
  default Kubuntu browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" ?>
2
 
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3
 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
 
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 
5
 
                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6
 
 <kcfgfile name="kio_ftprc" />
7
 
 <group name="General">
8
 
   <entry name="PersistentProxyConnection" type="Bool">
9
 
     <default>false</default>
10
 
   </entry>
11
 
   <entry name="ProxyConnectTimeout" type="UInt" >
12
 
     <default>10</default>
13
 
     <min>2</min>
14
 
     <max>3600</max>
15
 
   </entry>
16
 
   <entry name="ConnectTimeout" type="UInt" >
17
 
     <default>20</default>
18
 
     <min>2</min>
19
 
     <max>3600</max>
20
 
   </entry>
21
 
   <entry name="ReadTimeout" type="UInt" >
22
 
     <default>15</default>
23
 
     <min>2</min>
24
 
     <max>3600</max>
25
 
   </entry>
26
 
   <entry name="ResponseTimeout" type="UInt" >
27
 
     <default>600</default>
28
 
     <min>2</min>
29
 
     <max>3600</max>
30
 
   </entry>
31
 
 </group>
32
 
 <group name="Proxy Settings" >
33
 
   <entry name="AuthMode" type="String" >
34
 
   </entry>
35
 
   <entry name="ReversedException" type="Bool">
36
 
   </entry>
37
 
   <entry name="ftpProxy" type="String">
38
 
   </entry>
39
 
   <entry name="httpProxy" type="String">
40
 
   </entry>
41
 
   <entry name="httpsProxy" type="String">
42
 
   </entry>
43
 
 </group>
44
 
</kcfg>