summaryrefslogtreecommitdiffstats
path: root/doc/templates
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-02-11 11:50:35 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-02-11 16:38:14 +0100
commit7ae6081e9c457b13efaedee81d63894fdb66c12e (patch)
treef42d8078b9b4c09c5b24095b95f23eb0fb3d0840 /doc/templates
parentc0c10581e83b2ca547eb8791cc52d9c517952d72 (diff)
Update docs. (Qt4, Qt5 support and digia naming).
Change-Id: I08ab41846b7c954ee9ef1ae5c907a35864165e18 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/images/qt-logo.pngbin0 -> 1471 bytes
-rw-r--r--doc/templates/scripts/functions.js6
-rw-r--r--doc/templates/style/narrow.css2
-rw-r--r--doc/templates/style/offline.css5
4 files changed, 9 insertions, 4 deletions
diff --git a/doc/templates/images/qt-logo.png b/doc/templates/images/qt-logo.png
new file mode 100644
index 000000000..3e2e480b3
--- /dev/null
+++ b/doc/templates/images/qt-logo.png
Binary files differ
diff --git a/doc/templates/scripts/functions.js b/doc/templates/scripts/functions.js
index 32cc901fe..a5c22d449 100644
--- a/doc/templates/scripts/functions.js
+++ b/doc/templates/scripts/functions.js
@@ -51,9 +51,9 @@ $('.feedback').click(function() {
var lookupCount = 0;
var articleCount = 0;
var exampleCount = 0;
-var qturl = ""; // change from "http://doc.qt.nokia.com/4.6/" to 0 so we can have relative links
+var qturl = ""; // change from "http://doc.qt.digia.com/4.6/" to 0 so we can have relative links
-function processNokiaData(response){
+function processData(response){
var propertyTags = response.getElementsByTagName('page');
for (var i=0; i< propertyTags.length; i++) {
@@ -180,7 +180,7 @@ else
$('.searching').remove();
$('#pageType').removeClass('loading');
$('.list ul').prepend('<li class="menuAlert searching">Searching...</li>');
- processNokiaData(response);
+ processData(response);
}
});
diff --git a/doc/templates/style/narrow.css b/doc/templates/style/narrow.css
index de5b0a09f..c78260275 100644
--- a/doc/templates/style/narrow.css
+++ b/doc/templates/style/narrow.css
@@ -187,7 +187,7 @@
}
.narrow #narrowsearch {
- background: url("http://doc.qt.nokia.com/prototype/html/images/sprites-combined.png") no-repeat scroll -6px -348px transparent;
+ background: url("http://doc.qt.digia.com/prototype/html/images/sprites-combined.png") no-repeat scroll -6px -348px transparent;
height: 21px;
padding: 2px 0 0 5px;
width: 167px;
diff --git a/doc/templates/style/offline.css b/doc/templates/style/offline.css
index c59c1ff80..ce2d67db7 100644
--- a/doc/templates/style/offline.css
+++ b/doc/templates/style/offline.css
@@ -487,6 +487,11 @@ border-top: 1px solid #999;
padding-top:11px;
}
+.footer a[href*="http://"], a[href*="ftp://"],a[href*="https://"]{
+background-size: 13px 11px;
+padding-left: 16px;
+}
+
.footerNavi{
width:auto;
text-align:right;