From 3a9776689cad1b7e692e6253009dc5efb8034be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 5 Oct 2018 12:59:41 +0200 Subject: doc: Update online HTML header URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2109f1a3113a724bfb6bc5a03b4c7b2d67f7e48c Reviewed-by: Topi Reiniö Reviewed-by: Paul Wicking --- doc/global/html-header-online.qdocconf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/global') diff --git a/doc/global/html-header-online.qdocconf b/doc/global/html-header-online.qdocconf index 02b7375d32..ce69b57739 100644 --- a/doc/global/html-header-online.qdocconf +++ b/doc/global/html-header-online.qdocconf @@ -27,11 +27,13 @@ qhp.extraFiles += style/online.css \ HTML.headerstyles = \ " \n" \ - " \n" + " \n" HTML.headerscripts = \ " \n" \ - " \n" \ + " \n" \ + " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ + "\n" \ + "
\n" \ + "
\n" \ + "
\n" \ + " \n" \ "
\n" \ - "
\n" \ - "
\n" \ - " \n" \ - "
\n" \ - " \n" \ - "
\n" \ - " Menu\n" \ - "
\n" \ - " \n" \ - " \n" \ - " \n" \ - " \n" \ - "
\n" \ - "
\n" \ - "
\n" \ - "
\n" \ - "

\n" \ - "
\n" \ - "

\n" \ + " \n" \ "
\n" \ "
\n" \ "\n" \ -- cgit v1.2.3 From 5fd48d78d59128cf57a1c4eae3980c23497a8def Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 17 Dec 2018 16:22:39 +0100 Subject: Bump copyright year to 2019 Task-number: QTBUG-72635 Change-Id: Idc9bd97fe873b332d7ff72cb44a00334a472404f Reviewed-by: Friedemann Kleint Reviewed-by: Alex Blasche Reviewed-by: Paul Wicking --- doc/global/config.qdocconf | 2 +- doc/global/html-footer-online.qdocconf | 2 +- doc/global/html-footer.qdocconf | 2 +- doc/global/qt-module-defaults-online.qdocconf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/global') diff --git a/doc/global/config.qdocconf b/doc/global/config.qdocconf index 81190c2478..0b276c400f 100644 --- a/doc/global/config.qdocconf +++ b/doc/global/config.qdocconf @@ -3,7 +3,7 @@ dita.metadata.default.author = Qt Project dita.metadata.default.permissions = all dita.metadata.default.publisher = Qt Project -dita.metadata.default.copyryear = 2018 +dita.metadata.default.copyryear = 2019 dita.metadata.default.copyrholder = The Qt Company Ltd dita.metadata.default.audience = programmer diff --git a/doc/global/html-footer-online.qdocconf b/doc/global/html-footer-online.qdocconf index f2631555c1..c4465fce66 100644 --- a/doc/global/html-footer-online.qdocconf +++ b/doc/global/html-footer-online.qdocconf @@ -78,7 +78,7 @@ HTML.footer += \ " \n" \ "
\n" \ "
\n" \ diff --git a/doc/global/html-footer.qdocconf b/doc/global/html-footer.qdocconf index c0122a7c4f..04f7fa0d79 100644 --- a/doc/global/html-footer.qdocconf +++ b/doc/global/html-footer.qdocconf @@ -8,7 +8,7 @@ HTML.footer = \ "\n" \ "
\n" \ "

\n" \ - " © 2018 The Qt Company Ltd.\n" \ + " © 2019 The Qt Company Ltd.\n" \ " Documentation contributions included herein are the copyrights of\n" \ " their respective owners.
" \ " The documentation provided herein is licensed under the terms of the" \ diff --git a/doc/global/qt-module-defaults-online.qdocconf b/doc/global/qt-module-defaults-online.qdocconf index 1bed0c7934..f2e897db65 100644 --- a/doc/global/qt-module-defaults-online.qdocconf +++ b/doc/global/qt-module-defaults-online.qdocconf @@ -5,7 +5,7 @@ HTML.footer = \ "

\n" \ "

\n" \ - " © 2018 The Qt Company Ltd.\n" \ + " © 2019 The Qt Company Ltd.\n" \ " Documentation contributions included herein are the copyrights of\n" \ " their respective owners. " \ " The documentation provided herein is licensed under the terms of the" \ -- cgit v1.2.3 From 3eac688ec005833509bffc7097c378af9c5b515f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 10 Jan 2019 08:46:52 +0100 Subject: Documentation: Add \nullptr macro and use where applicable Qt for Python users reading the documentation assume that int(0) can be passed for pointer parameters. Use the newly introduced \nullptr to disambiguate this. In a follow-up step, the \nullptr macro can be defined as None when generating the Qt for Python documentation. Task-number: PYSIDE-903 Change-Id: I3a45f87175a0668ab5f3f95f0aff409f7e3ef027 Reviewed-by: Cristian Maureira-Fredes Reviewed-by: Christian Tismer Reviewed-by: Venugopal Shivashankar Reviewed-by: Paul Wicking --- doc/global/macros.qdocconf | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/global') diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf index 704b1da277..ef3ca1dc1d 100644 --- a/doc/global/macros.qdocconf +++ b/doc/global/macros.qdocconf @@ -14,6 +14,7 @@ macro.macos = "macOS" macro.menu = "\\b" macro.oslash.HTML = "ø" macro.ouml.HTML = "ö" +macro.nullptr = "\\c{nullptr}" macro.QA = "\\e{Qt Assistant}" macro.QD = "\\e{Qt Designer}" macro.QL = "\\e{Qt Linguist}" -- cgit v1.2.3 From c7f6761bc98593744f8f8f9d2b864656f8d36a58 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 13 Jul 2018 15:12:17 +0200 Subject: Doc: Remove background colors from simplified offline CSS The simplified style needs to work for both light and dark themes in Qt Creator's help system. Background and text colors are already applied according to the active theme, this commit removes the rest of the hardcoded element colors that do not look good with a dark theme. Task-number: QTBUG-49417 Task-number: QTBUG-69327 Change-Id: Ib5ebe2755e98ca120f0500ab82713a37ec7199bd Reviewed-by: Kai Koehne --- doc/global/template/style/offline-simple.css | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'doc/global') diff --git a/doc/global/template/style/offline-simple.css b/doc/global/template/style/offline-simple.css index 82e99c42ac..b89ca5a808 100644 --- a/doc/global/template/style/offline-simple.css +++ b/doc/global/template/style/offline-simple.css @@ -1,5 +1,4 @@ pre, .LegaleseLeft { - background-color: #f0f0f0; font-family: Courier, monospace; font-weight: 600; vertical-align: top; @@ -40,7 +39,6 @@ h1.title { } h2, p.h2 { - background-color: #F2F3F4; padding: 4px; margin: 30px 0px 20px 10px; } @@ -67,10 +65,6 @@ ul li, ol li { } h3.fn, span.fn { - border-width: 3px; - border-style: solid; - border-color: #aaaaaa; - background-color: #eeeeee; word-spacing: 3px; padding: 5px; text-decoration: none; @@ -94,10 +88,6 @@ table td { padding: 6px 10px 6px 10px; } -table tr.odd { - background-color: #eeeeee; -} - table.qmlname td { padding: 0px; margin-left: 6px; @@ -144,19 +134,10 @@ span.naviSeparator { margin: 0; } -.navigationbar table tr { - background-color: #eeeeee; -} - -td#buildversion { - background-color: #ffffff; -} - .footer, .footer p { padding: 5px 0px 5px 0px; margin: 45px 15px 5px 15px; font-size: 8.5pt; - background-color: #cccccc; } .footer p { -- cgit v1.2.3