forked from qt-creator/qt-creator
Silence doc warnings, apply new Qt docs layout, add CVS to RCSes.
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
f10494cc3d
commit
5a41e13744
217
doc/classic.css
217
doc/classic.css
@@ -1,12 +1,101 @@
|
|||||||
|
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
|
||||||
|
font-family: Arial, Geneva, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
H1 {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 160%;
|
||||||
|
}
|
||||||
|
H2 {
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
H3 {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
h3.fn,span.fn
|
h3.fn,span.fn
|
||||||
{
|
{
|
||||||
margin-left: 1cm;
|
background-color: #eee;
|
||||||
text-indent: -1cm;
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #ddd;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 6px 0px 6px 10px;
|
||||||
|
margin: 42px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: 0;
|
||||||
|
color: #a0a0a0;
|
||||||
|
background-color: #ccc;
|
||||||
|
height: 1px;
|
||||||
|
width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
margin: 34px 0px 34px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.valuelist {
|
||||||
|
border-width: 1px 1px 1px 1px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #dddddd;
|
||||||
|
border-collapse: collapse;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.indextable {
|
||||||
|
border-width: 1px 1px 1px 1px;
|
||||||
|
border-collapse: collapse;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
border-color:#555;
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td.largeindex {
|
||||||
|
border-width: 1px 1px 1px 1px;
|
||||||
|
border-collapse: collapse;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
border-color:#555;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.valuelist th {
|
||||||
|
border-width: 1px 1px 1px 2px;
|
||||||
|
padding: 4px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #666;
|
||||||
|
color:white;
|
||||||
|
background-color:#666;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.titleheader {
|
||||||
|
border-width: 1px 0px 1px 0px;
|
||||||
|
padding: 4px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #444;
|
||||||
|
color:white;
|
||||||
|
background-color:#555555;
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.largeheader {
|
||||||
|
border-width: 1px 0px 1px 0px;
|
||||||
|
padding: 4px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #444;
|
||||||
|
color:white;
|
||||||
|
background-color:#555555;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-top: 8px;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link
|
a:link
|
||||||
{
|
{
|
||||||
color: #004faf;
|
color: #0046ad;
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -16,14 +105,28 @@ a:visited
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
td.postheader
|
a.obsolete
|
||||||
{
|
{
|
||||||
font-family: sans-serif
|
color: #661100;
|
||||||
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.address
|
a.compat
|
||||||
{
|
{
|
||||||
font-family: sans-serif
|
color: #661100;
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
a.obsolete:visited
|
||||||
|
{
|
||||||
|
color: #995500;
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
a.compat:visited
|
||||||
|
{
|
||||||
|
color: #995500;
|
||||||
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
@@ -32,6 +135,34 @@ body
|
|||||||
color: black
|
color: black
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.generic, table.annotated
|
||||||
|
{
|
||||||
|
border-width: 1px;
|
||||||
|
border-color:#bbb;
|
||||||
|
border-style:solid;
|
||||||
|
border-collapse:collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td.memItemLeft {
|
||||||
|
width: 180px;
|
||||||
|
padding: 2px 0px 0px 8px;
|
||||||
|
margin: 4px;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: #E0E0E0;
|
||||||
|
border-style: none;
|
||||||
|
font-size: 100%;
|
||||||
|
white-space: nowrap
|
||||||
|
}
|
||||||
|
|
||||||
|
table td.memItemRight {
|
||||||
|
padding: 2px 8px 0px 8px;
|
||||||
|
margin: 4px;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: #E0E0E0;
|
||||||
|
border-style: none;
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
table tr.odd {
|
table tr.odd {
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
color: black;
|
color: black;
|
||||||
@@ -53,17 +184,17 @@ table.annotated td {
|
|||||||
|
|
||||||
table tr pre
|
table tr pre
|
||||||
{
|
{
|
||||||
padding-top: none;
|
padding-top: 0px;
|
||||||
padding-bottom: none;
|
padding-bottom: 0px;
|
||||||
padding-left: none;
|
padding-left: 0px;
|
||||||
padding-right: none;
|
padding-right: 0px;
|
||||||
border: none;
|
border: none;
|
||||||
background: none
|
background: none
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.qt-style
|
tr.qt-style
|
||||||
{
|
{
|
||||||
background: #a2c511;
|
background: #96E066;
|
||||||
color: black
|
color: black
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,6 +206,14 @@ body pre
|
|||||||
color: black
|
color: black
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table tr.qt-code pre
|
||||||
|
{
|
||||||
|
padding: 0.2em;
|
||||||
|
border: #e7e7e7 1px solid;
|
||||||
|
background: #f1f1f1;
|
||||||
|
color: black
|
||||||
|
}
|
||||||
|
|
||||||
span.preprocessor, span.preprocessor a
|
span.preprocessor, span.preprocessor a
|
||||||
{
|
{
|
||||||
color: darkblue;
|
color: darkblue;
|
||||||
@@ -91,6 +230,11 @@ span.string,span.char
|
|||||||
color: darkgreen;
|
color: darkgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title
|
||||||
|
{
|
||||||
|
text-align: center
|
||||||
|
}
|
||||||
|
|
||||||
.subtitle
|
.subtitle
|
||||||
{
|
{
|
||||||
font-size: 0.8em
|
font-size: 0.8em
|
||||||
@@ -100,3 +244,52 @@ span.string,span.char
|
|||||||
{
|
{
|
||||||
font-size: 0.65em
|
font-size: 0.65em
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.qmlitem {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qmlname {
|
||||||
|
white-space: nowrap;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 125%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qmltype {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 125%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qmlproto, .qmldoc {
|
||||||
|
// border-top: 1px solid #84b0c7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qmlproto {
|
||||||
|
padding: 0;
|
||||||
|
//background-color: #e4e4e4;//#d5e1e8;
|
||||||
|
//font-weight: bold;
|
||||||
|
//-webkit-border-top-left-radius: 8px;
|
||||||
|
//-webkit-border-top-right-radius: 8px;
|
||||||
|
//-moz-border-radius-topleft: 8px;
|
||||||
|
//-moz-border-radius-topright: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qmldoc {
|
||||||
|
border-top: 1px solid #e4e4e4;
|
||||||
|
//padding: 2px 5px;
|
||||||
|
//background-color: #eef3f5;
|
||||||
|
//border-top-width: 0;
|
||||||
|
//-webkit-border-bottom-left-radius: 8px;
|
||||||
|
//-webkit-border-bottom-right-radius: 8px;
|
||||||
|
//-moz-border-radius-bottomleft: 8px;
|
||||||
|
//-moz-border-radius-bottomright: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qmldoc p, .qmldoc dl, .qmldoc ul {
|
||||||
|
//margin: 6px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
*.qmlitem p {
|
||||||
|
//margin-top: 0px;
|
||||||
|
//margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
79756
doc/qt.index
Normal file
79756
doc/qt.index
Normal file
File diff suppressed because it is too large
Load Diff
@@ -11,11 +11,13 @@
|
|||||||
Development Environment (IDE) to develop Qt projects. It is available for
|
Development Environment (IDE) to develop Qt projects. It is available for
|
||||||
the Linux, Mac OS X and Windows platforms.
|
the Linux, Mac OS X and Windows platforms.
|
||||||
|
|
||||||
\note Please report bugs and suggestions to the Qt task tracker at
|
\note Please report bugs and suggestions to the
|
||||||
http://qt.nokia.com/developer/task-tracker. You can also join the
|
\l{http://qt.nokia.com/developer/task-tracker}{Qt task tracker}.
|
||||||
qt-creator@trolltech.com mailing list. To subscribe, send a message with
|
You can also join the Qt Creator mailing list. To subscribe,
|
||||||
the word \e subscribe to qt-creator-request@trolltech.com. For more
|
send a message with the word \e subscribe to
|
||||||
information on Qt mailing lists, visit http://lists.trolltech.com
|
\l{mailto:qt-creator-request@trolltech.com}
|
||||||
|
{qt-creator-request@trolltech.com}. For more information on Qt mailing
|
||||||
|
lists, visit \l{http://lists.trolltech.com}{http://lists.trolltech.com}.
|
||||||
|
|
||||||
\image qtcreator-screenshots.png
|
\image qtcreator-screenshots.png
|
||||||
|
|
||||||
|
@@ -9,6 +9,7 @@ sourcedirs = $SRCDIR
|
|||||||
imagedirs = $SRCDIR/images
|
imagedirs = $SRCDIR/images
|
||||||
outputdir = $OUTDIR
|
outputdir = $OUTDIR
|
||||||
exampledirs = $SRCDIR
|
exampledirs = $SRCDIR
|
||||||
|
indexes = qt.index
|
||||||
|
|
||||||
extraimages.HTML = qt-logo \
|
extraimages.HTML = qt-logo \
|
||||||
trolltech-logo
|
trolltech-logo
|
||||||
@@ -85,7 +86,6 @@ macro.i81 = "\\o{8,1}"
|
|||||||
macro.i91 = "\\o{9,1}"
|
macro.i91 = "\\o{9,1}"
|
||||||
macro.img = "\\image"
|
macro.img = "\\image"
|
||||||
macro.endquote = "\\endquotation"
|
macro.endquote = "\\endquotation"
|
||||||
|
|
||||||
spurious = "Missing comma in .*" \
|
spurious = "Missing comma in .*" \
|
||||||
"Missing pattern .*"
|
"Missing pattern .*"
|
||||||
|
|
||||||
@@ -189,18 +189,26 @@ HTML.stylesheets = classic.css
|
|||||||
HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
|
HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
|
||||||
"<tr>\n" \
|
"<tr>\n" \
|
||||||
"<td align=\"left\" valign=\"top\" width=\"32\">" \
|
"<td align=\"left\" valign=\"top\" width=\"32\">" \
|
||||||
"<img src=\"images/qt-logo.png\" align=\"left\" width=\"32\" height=\"32\" border=\"0\" />" \
|
"<a href=\"http://qt.nokia.com/\"><img src=\"images/qt-logo.png\" align=\"left\" border=\"0\" /></a>" \
|
||||||
"</td>\n" \
|
"</td>\n" \
|
||||||
"<td width=\"1\"> </td>" \
|
"<td width=\"1\"> </td>" \
|
||||||
"<td class=\"postheader\" valign=\"center\">" \
|
"<td class=\"postheader\" valign=\"center\">" \
|
||||||
"<a href=\"qtcreator-manual.html\">" \
|
"<a href=\"index.html\">" \
|
||||||
"<font color=\"#004faf\">Home</font></a>" \
|
"<font color=\"#004faf\">Home</font></a> · " \
|
||||||
"</td>\n" \
|
"<a href=\"creator-code-editor.html\">" \
|
||||||
"<td align=\"right\" valign=\"top\" width=\"230\"></td></tr></table><br>"
|
"<font color=\"#004faf\">Editor</font></a> · " \
|
||||||
|
"<a href=\"creator-navigation.html\">" \
|
||||||
|
"<font color=\"#004faf\">Code Navigation</font></a> · " \
|
||||||
|
"<a href=\"creator-keyboard-shortcuts.html\">" \
|
||||||
|
"<font color=\"#004faf\">Shortcuts</font></a> · " \
|
||||||
|
"<a href=\"http://qt.gitorious.org/qt-creator/pages/Home\">" \
|
||||||
|
"<font color=\"#004faf\">Wiki</font></a>" \
|
||||||
|
"</td>" \
|
||||||
|
"</tr></table>"
|
||||||
|
|
||||||
HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
|
HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
|
||||||
"<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
|
"<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
|
||||||
"<td width=\"30%\" align=\"left\">Copyright © 2009 Nokia</td>\n" \
|
"<td width=\"40%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \
|
||||||
"<td width=\"40%\" align=\"center\"> </td>\n" \
|
"<td width=\"20%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
|
||||||
"<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Creator 1.2.1</div></td>\n" \
|
"<td width=\"40%\" align=\"right\"><div align=\"right\">Qt Creator 1.2.1</div></td>\n" \
|
||||||
"</tr></table></div></address>"
|
"</tr></table></div></address>"
|
||||||
|
Reference in New Issue
Block a user