diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 24 | ||||
-rw-r--r-- | doc/qtcreator/config/qtcreator-project.qdocconf | 3 | ||||
-rw-r--r-- | doc/qtcreator/src/overview/creator-acknowledgements.qdoc | 506 |
3 files changed, 17 insertions, 516 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 23cada05909..87ac919596f 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -33,25 +33,27 @@ function(_find_all_includes _ret_includes _ret_framework_paths) endif() endfunction() -if (WITH_DOCS) - add_qtc_documentation(${IDE_DOC_FILE}) +function(_add_doc _doc_file _dev_doc_file) + add_qtc_documentation(${_doc_file}) + add_qtc_doc_attribution(doc_attributions + "${CMAKE_CURRENT_SOURCE_DIR}/../qt_attributions.json" + "${CMAKE_CURRENT_BINARY_DIR}/creator-attributions.qdoc" + ${_doc_file} + ) if (BUILD_DEVELOPER_DOCS) _find_all_includes(_all_includes _framework_paths) - add_qtc_documentation("qtcreatordev/qtcreator-dev.qdocconf" + add_qtc_documentation(${_dev_doc_file} INCLUDE_DIRECTORIES ${_all_includes} FRAMEWORK_PATHS ${_framework_paths} ) endif() +endfunction() + +if (WITH_DOCS) + _add_doc(${IDE_DOC_FILE} "qtcreatordev/qtcreator-dev.qdocconf") endif() if(WITH_ONLINE_DOCS) - add_qtc_documentation(${IDE_DOC_FILE_ONLINE}) - if (BUILD_DEVELOPER_DOCS) - _find_all_includes(_all_includes _framework_paths) - add_qtc_documentation("qtcreatordev/qtcreator-dev-online.qdocconf" - INCLUDE_DIRECTORIES ${_all_includes} - FRAMEWORK_PATHS ${_framework_paths} - ) - endif() + _add_doc(${IDE_DOC_FILE_ONLINE} "qtcreatordev/qtcreator-dev-online.qdocconf") endif() install(DIRECTORY config diff --git a/doc/qtcreator/config/qtcreator-project.qdocconf b/doc/qtcreator/config/qtcreator-project.qdocconf index 4b350b2f443..87c44e22185 100644 --- a/doc/qtcreator/config/qtcreator-project.qdocconf +++ b/doc/qtcreator/config/qtcreator-project.qdocconf @@ -13,7 +13,8 @@ ignorewords += \ MinGW headerdirs = -sourcedirs = ../src +sourcedirs = ../src \ + $$DOC_BUILD_DIR imagedirs = ../images diff --git a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc index b33984c3978..fc2c0c29520 100644 --- a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc +++ b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc @@ -36,24 +36,12 @@ \QC contains the following third-party components: - \list - \li \b{YAML Parser yaml-cpp (MIT License)} - - \l {https://github.com/jbeder/yaml-cpp} - - QtCreator/src/libs/3rdparty/yaml-cpp + \generatelist{groupsbymodule attributions-qtcreator-tools} - Copyright (c) 2008-2015 Jesse Beder. - - \include license-mit.qdocinc + \list \li \b{Syntax highlighting engine for Kate syntax definitions} - This is a stand-alone implementation of the Kate syntax highlighting engine. - It's meant as a building block for text editors as well as for simple highlighted - text rendering (e.g. as HTML), supporting both integration with a custom editor - as well as a ready-to-use QSyntaxHighlighter sub-class. - The following files are part of KDE's kate project, kdelibs/kate: \list @@ -334,14 +322,6 @@ \endlist - The source code of KSyntaxHighlighting can be found - here: - \list - \li \l{https://invent.kde.org/frameworks/syntax-highlighting} - \li QtCreator/src/libs/3rdparty/syntax-highlighting - \li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/syntax-highlighting} - \endlist - \li \b{Clazy} \l {https://github.com/KDE/clazy} @@ -370,48 +350,6 @@ \li \l{https://code.qt.io/cgit/clang/llvm-project.git} \endlist - \li \b{std::span implementation for C++11 and later} - - A single-header implementation of C++20's std::span, conforming to - the C++20 committee draft. It is compatible with C++11, but will use - newer language features if they are available. - - Copyright 2018-2021 Martin Moene - - Distributed under the \l {http://boost.org/LICENSE_1_0.txt} - {Boost Software License, Version 1.0}. - (See accompanying file LICENSE.md.) - - The source code can be found here: - \list - \li \l{https://github.com/martinmoene/span-lite} - \li QtCreator/src/libs/3rdparty/span - \li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/span} - \endlist - - \li \b{Open Source front-end for C++ (license MIT)}, enhanced for use - in \QC.\br - Roberto Raggi <[email protected]>\br - QtCreator/src/libs/3rdparty/cplusplus\br\br - - \li \b{SQLite (version 3.8.10.2)} - - SQLite is a C-language library that implements a small, fast, - self-contained, high-reliability, full-featured, SQL database engine. - - The author or authors of this code dedicate any and all copyright - interest in this code to the public domain. We make this dedication - for the benefit of the public at large and to the detriment of our - heirs and successors. We intend this dedication to be an overt act - of relinquishment in perpetuity of all present and future rights to - this code under copyright law.\br\br - - The source code of SQLite library can be found here: - \list - \li QtCreator/src/libs/3rdparty/sqlite - \li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/sqlite} - \endlist - \li \b{OpenSSL} The OpenSSL toolkit stays under a double license, i.e. both the conditions of @@ -565,445 +503,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \endcode - \li \b{JSON Library by Niels Lohmann} - - Used by the Chrome Trace Format Visualizer plugin instead of QJson - because of QJson's current hard limit of 128 Mb object size and - trace files often being much larger. - - The sources can be found in - \c QtCreator/src/libs/3rdparty/json. - - The class is licensed under the MIT License: - - Copyright (C) 2013-2019 Niels Lohmann - - \badcode - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), to - deal in the Software without restriction, including without limitation the - rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is furnished - to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. - \endcode - - The class contains the UTF-8 Decoder from Bjoern Hoehrmann which is - licensed under the MIT License (see above). Copyright (C) 2008-2009 Bjoern - Hoehrmann <[email protected]> - - The class contains a slightly modified version of the Grisu2 algorithm - from Florian Loitsch which is licensed under the MIT License (see above). - Copyright (C) 2009 Florian Loitsch - - \li \b litehtml - - The litehtml HTML/CSS rendering engine is used as a help viewer backend - to display help files. - - The sources can be found in: - \list - \li \c QtCreator/src/plugins/help/qlitehtml - \li \l https://github.com/litehtml - \endlist - - Copyright (c) 2013, Yuri Kobets (tordex) - - \badcode - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the <organization> nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - \endcode - - \li \b gumbo - - The litehtml HTML/CSS rendering engine uses the gumbo parser. - - Copyright 2010, 2011 Google - - \badcode - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - \endcode - - \li \b {gumbo/utf8.c} - - The litehtml HTML/CSS rendering engine uses gumbo/utf8.c parser. - - Copyright (c) 2008-2009 Bjoern Hoehrmann <[email protected]> - - \badcode - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - \endcode - - \li \b {SourceCodePro fonts} - - \QC ships with the following fonts licensed under OFL-1.1: - - \list - \li SourceCodePro-Bold.ttf - \li SourceCodePro-BoldIt.ttf - \li SourceCodePro-It.ttf - \li SourceCodePro-Medium.ttf - \li SourceCodePro-MediumIt.ttf - \li SourceCodePro-Regular.ttf - \endlist - - \badcode - SIL OPEN FONT LICENSE - - Version 1.1 - 26 February 2007 - - PREAMBLE - The goals of the Open Font License (OFL) are to stimulate worldwide - development of collaborative font projects, to support the font creation - efforts of academic and linguistic communities, and to provide a free and - open framework in which fonts may be shared and improved in partnership - with others. - - The OFL allows the licensed fonts to be used, studied, modified and - redistributed freely as long as they are not sold by themselves. The - fonts, including any derivative works, can be bundled, embedded, - redistributed and/or sold with any software provided that any reserved - names are not used by derivative works. The fonts and derivatives, - however, cannot be released under any other type of license. The - requirement for fonts to remain under this license does not apply - to any document created using the fonts or their derivatives. - - DEFINITIONS - "Font Software" refers to the set of files released by the Copyright - Holder(s) under this license and clearly marked as such. This may - include source files, build scripts and documentation. - - "Reserved Font Name" refers to any names specified as such after the - copyright statement(s). - - "Original Version" refers to the collection of Font Software components as - distributed by the Copyright Holder(s). - - "Modified Version" refers to any derivative made by adding to, deleting, - or substituting - in part or in whole - any of the components of the - Original Version, by changing formats or by porting the Font Software to a - new environment. - - "Author" refers to any designer, engineer, programmer, technical - writer or other person who contributed to the Font Software. - - PERMISSION & CONDITIONS - Permission is hereby granted, free of charge, to any person obtaining - a copy of the Font Software, to use, study, copy, merge, embed, modify, - redistribute, and sell modified and unmodified copies of the Font - Software, subject to the following conditions: - - 1) Neither the Font Software nor any of its individual components, - in Original or Modified Versions, may be sold by itself. - - 2) Original or Modified Versions of the Font Software may be bundled, - redistributed and/or sold with any software, provided that each copy - contains the above copyright notice and this license. These can be - included either as stand-alone text files, human-readable headers or - in the appropriate machine-readable metadata fields within text or - binary files as long as those fields can be easily viewed by the user. - - 3) No Modified Version of the Font Software may use the Reserved Font - Name(s) unless explicit written permission is granted by the corresponding - Copyright Holder. This restriction only applies to the primary font name as - presented to the users. - - 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font - Software shall not be used to promote, endorse or advertise any - Modified Version, except to acknowledge the contribution(s) of the - Copyright Holder(s) and the Author(s) or with their explicit written - permission. - - 5) The Font Software, modified or unmodified, in part or in whole, - must be distributed entirely under this license, and must not be - distributed under any other license. The requirement for fonts to - remain under this license does not apply to any document created - using the Font Software. - - TERMINATION - This license becomes null and void if any of the above conditions are - not met. - - DISCLAIMER - THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE - COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL - DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM - OTHER DEALINGS IN THE FONT SOFTWARE. - \endcode - - \li \b conan.cmake - - CMake script used by Qt Creator's auto setup of package manager dependencies. - - The sources can be found in: - \list - \li \c QtCreator/src/share/3rdparty/package-manager/conan.cmake - \li \l https://github.com/conan-io/cmake-conan - \endlist - - The MIT License (MIT) - - Copyright (c) 2018 JFrog - - \badcode - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. - \endcode - - \li \b TartanLlama/expected - - Implementation of std::expected compatible with C++11/C++14/C++17. - - The sources can be found in: - \list - \li \c QtCreator/src/libs/3rdparty/tl_expected - \li \l https://github.com/TartanLlama/expected - \endlist - - CC0 1.0 Universal (CC0 1.0) Public Domain Dedication - - https://creativecommons.org/publicdomain/zero/1.0/ - - \li \b WinPty - - Implementation of a pseudo terminal for Windows. - - The sources can be found in: - \list - \li \l https://github.com/rprichard/winpty - \endlist - - Distributed under the MIT license. - - \include license-mit.qdocinc - - \li \b ptyqt - - Pty-Qt is small library for access to console applications by a - pseudo-terminal interface on \macos, Linux and Windows. On \macos and - Linux it uses standard PseudoTerminal API and on Windows it uses - WinPty or ConPty. - - \list - \li \l https://github.com/kafeg/ptyqt - \endlist - - Distributed under the MIT license. - - \include license-mit.qdocinc - - \li \b libvterm - - An abstract C99 library, which implements a VT220 or xterm-like terminal - emulator. It doesn't use any particular graphics toolkit or output - system. Instead it invokes callback function pointers that its embedding - program should provide to draw on its behalf. It avoids calling malloc() - during normal running state, allowing it to be used in embedded kernels. - - \list - \li \l https://www.leonerd.org.uk/code/libvterm/ - \endlist - - Distributed under the MIT license. - - \include license-mit.qdocinc - - \li \b terminal/shellintegrations - - The Terminal plugin uses scripts to integrate with the shell. The scripts are - located in the Qt Creator source tree in src/plugins/terminal/shellintegrations. - - \list - \li \l https://github.com/microsoft/vscode/tree/main/src/vs/workbench/contrib/terminal/browser/media - \endlist - - Distributed under the MIT license. - - \include license-mit.qdocinc - - \li \b terminal/shellintegrations/clink - - The Terminal plugin uses a lua script to integrate with the cmd shell when using clink. - - \list - \li \l https://github.com/chrisant996/clink-gizmos - \endlist - - Distributed under the MIT license. - - \include license-mit.qdocinc - - \li \b QrCodeGenerator - - The QML Designer plugin uses QR Code Generator for Design Viewer integration. - - \list - \li \l https://github.com/alex-spataru/Qt-QrCodeGenerator - \endlist - - Distributed under the MIT license. - - \include license-mit.qdocinc - - \li \b cmake - - The CMake project manager uses the CMake lexer code for parsing CMake files. - - \list - \li \l https://gitlab.kitware.com/cmake/cmake.git - \endlist - - CMake - Cross Platform Makefile Generator - Copyright 2000-2023 Kitware, Inc. and Contributors - All rights reserved. - - \badcode - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of Kitware, Inc. nor the names of Contributors - may be used to endorse or promote products derived from this - software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - \endcode - - \li \b RSTParser - - RSTParser is an open-source C++ library for parsing reStructuredText - - \list - \li \l https://github.com/vitaut-archive/rstparser - \endlist - - \badcode - License - ------- - - Copyright (c) 2013, Victor Zverovich - - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR - ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - \endcode - - - \li \b QtKeychain - - QtKeychain is a platform-independent Qt API to store passwords and - other secret data securely. - - - \list - \li \l https://github.com/frankosterfeld/qtkeychain - \endlist - - Distributed under the Modified BSD License. - - \include license-bsd-3-clause.qdocinc - \endlist */ |