Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <kamm@incasoftware.de>2015-07-16 15:21:51 +0300
committerChristian Kamm <kamm@incasoftware.de>2015-07-17 12:54:46 +0300
commit2124098f8419eb1d38711f8330deb98addd7af5b (patch)
tree9f3a3c8f9743501976d1d2cf0b6990e282e81d49 /src/gui/networksettings.ui
parent944564258c4c4ed97ffddbe000c2b8dcad077e4d (diff)
System proxy: Ask for credentials if needed.
The proxyAuthenticationRequired() signal now goes to the ProxyAuthHandler class. That class will try to read the proxy settings from the keychain or ask the user about them. We won't ask the user for credentials for explicitly configured proxies. It also does not change how the credentials for explicitly configured proxies are stored. (see #261)
Diffstat (limited to 'src/gui/networksettings.ui')
-rw-r--r--src/gui/networksettings.ui9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/networksettings.ui b/src/gui/networksettings.ui
index 56eb1cacb..83c385440 100644
--- a/src/gui/networksettings.ui
+++ b/src/gui/networksettings.ui
@@ -103,9 +103,6 @@
</item>
<item>
<widget class="QSpinBox" name="portSpinBox">
- <property name="enabled">
- <bool>false</bool>
- </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
@@ -155,9 +152,6 @@
</property>
<item>
<widget class="QLineEdit" name="userLineEdit">
- <property name="enabled">
- <bool>false</bool>
- </property>
<property name="text">
<string/>
</property>
@@ -165,9 +159,6 @@
</item>
<item>
<widget class="QLineEdit" name="passwordLineEdit">
- <property name="enabled">
- <bool>false</bool>
- </property>
<property name="text">
<string/>
</property>