summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-04-18 14:39:25 +0200
committerNiels Weber <niels.weber@digia.com>2013-04-23 13:10:40 +0200
commit546e74bde62fe657a45f5b7626a7aacf48421c4d (patch)
treef56a4135862b981a9ebd940d27b29d40cb9818a5 /doc
parentbbd2cab7c4097a0776c28a5e1d4cc2f8b66b53c1 (diff)
Add a DisplayName setting for repositories.
If DisplayName is set, it will be shown instead of the URL. This serves to hide a repositories URL while still being able to pinpoint bugreports to a specific repository. Task-number: QTIFW-244 Change-Id: Iaf0bc1612b42f1044da936d0fc2c4ad0e1e85d61 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 3984429e8..fbcab3cd4 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -795,6 +795,7 @@
\o Enabled, with 0 disabling this repository.
\o Username, which is used as user on a protected repository.
\o Password, which sets the password to use on a protected repository.
+ \o DisplayName, which optionally sets a String to display instead of the URL.
\endlist
@@ -804,10 +805,11 @@
\code
<RemoteRepositories>
<Repository>
- <Url>http://www.yourcompany.com/packages</Url>
+ <Url>http://www.example.com/packages</Url>
<Enabled>1</Enabled>
<Username>user</Username>
<Password>password</Password>
+ <DisplayName>Example repository</DisplayName>
</Repository>
</RemoteRepositories>
\endcode