summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp
Commit message (Collapse)AuthorAgeFilesLines
* ContextSensitiveHelp: Fix path to docs in case of insource buildJarek Kobus2024-10-103-2/+28
| | | | | | | | | Do a similar thing to what was done for examples/assistant/simpletextviewer. Fixes: QTBUG-129833 Pick-to: 6.8 Change-Id: Ib4bf1aa426f2c8c58b7c77ddfb5a2a9f331340ed Reviewed-by: Friedemann Kleint <[email protected]>
* Change license for build file in exampleLucie Gérard2024-03-151-1/+1
| | | | | | | | | | | | According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: Iace5eb946b0291ecdf54f7e42ba56e8912ea438b Reviewed-by: Kai Köhne <[email protected]>
* Clean up CMakeLists.txt file for qhelp exampleKai Köhne2023-12-201-7/+6
| | | | | | Pick-to: 6.7 Change-Id: I59a85f258216ba259e139a87b926d22a4a648df4 Reviewed-by: Joerg Bornemann <[email protected]>
* examples: port help examples to new connection styleSamuel Gaist2023-02-251-2/+2
| | | | | | Task-number: QTBUG-111464 Change-Id: I994a6173bcbabea13ed22280ae95a7235b193147 Reviewed-by: Joerg Bornemann <[email protected]>
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
| | | | | | Task-number: QTBUG-105718 Change-Id: I2df3a8aec11f30f301e3143e9960156b6f45e614 Reviewed-by: Jörg Bornemann <[email protected]>
* Add license headers to cmake filesLucie Gérard2022-08-021-0/+3
| | | | | | | | | | | | CMakeLists.txt and .cmake files of significant size (more than 2 lines according to our check in tst_license.pl) now have the copyright and license header. Existing copyright statements remain intact Task-number: QTBUG-88621 Change-Id: I41a2c9aa6a933a4e3dda5d5b4c70c461912907b2 Reviewed-by: Jörg Bornemann <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-05-195-245/+10
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I5335388c0472b0ee554234fc7eca60769e504660 Reviewed-by: Jörg Bornemann <[email protected]>
* Improve examples CMakeLists.txtKai Köhne2022-02-191-8/+4
| | | | | | | | | | | | | | | | | | | - Remove # generated from xyz.pro comment from pro2cmake - Remove "# special case" markers for pro2cmake - Remove automatic use of CMAKE_AUTORCC - Only opt into CMAKE_AUTOUIC if .ui files are involved - Remove explicit setting of CMAKE_INCLUDE_CURRENT_DIR, when unnecessary - Combine multiple find_package(Qt6 ... calls) - use REQUIRED COMPONENTS - sort components alphabetically - Fix wrong indentations - Use (only) one empty line after multi-line commands Pick-to: 6.3 Change-Id: If8bf84b498189fa681cfe5128bc8566026dabec0 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Jörg Bornemann <[email protected]>
* Replace 0 with nullptrZhang Hao2021-10-181-1/+1
| | | | | | | | We know that c++11 uses nullptr to replace 0, so we replace 0 with nullptr in the project. Change-Id: I52e3b70f58c477414ad8187e3d3cdae25408ecc7 Reviewed-by: Jarek Kobus <[email protected]>
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
| | | | | | | | | | | | | Needed for subsequent change that will check and error out if the version is lower than 3.16. We do that to ensure all policies introduced by CMake up to version 3.16 have their behavior set to NEW. Pick-to: 6.2 Task-number: QTBUG-95018 Change-Id: I1191a6b4b5c13b2b6047a0e2a2ff8c3801f6762b Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Kai Koehne <[email protected]>
* Don't use deprecated QLibrary::locationVolker Hilsheimer2021-03-261-1/+1
| | | | | | | Use QLibrary::path instead to silence compiler warnings. Change-Id: Ib39ab1528f6060ae37dddfaf6b69e420c37bcd35 Reviewed-by: hjk <[email protected]>
* QtHelp: update generated help filesJarek Kobus2020-11-212-0/+0
| | | | | | | | | Otherwise, when help engine is in readonly mode, it won't be able to autofix them on startup. Pick-to: 6.0 6.0.0 Change-Id: I6a6cd33252f8ae315748cad4626821036754f3b5 Reviewed-by: Friedemann Kleint <[email protected]>
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-261-0/+4
| | | | | | | | As well as the MACOSX_BUNDLE properties as necessary. Task-number: QTBUG-87664 Change-Id: I26917656f6f2b653649765ebbea4e3f348b22ae7 Reviewed-by: Joerg Bornemann <[email protected]>
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-201-1/+1
| | | | | | Task-number: QTBUG-87661 Change-Id: I06af51591b79f9432d09b08595f8af021118a6dc Reviewed-by: Daniel Smith <[email protected]>
* Remove deprecated functionalityLars Knoll2020-08-241-3/+4
| | | | | | | Required to get the module to compile against a new qtbase Change-Id: I4f7c6f10c94da640c1f1eec0bbbbc22bbd7cb2ea Reviewed-by: Lars Knoll <[email protected]>
* examples: Fix compilation issues with QMultiMapSamuli Piippo2020-08-141-1/+1
| | | | | Change-Id: I845d24352b2e9e57b4ccf0b84134710388417762 Reviewed-by: Kai Koehne <[email protected]>
* Port QtTools examples to cmakeMårten Nordheim2020-06-031-0/+39
| | | | | Change-Id: I11146959edbec6b4577fdd339d0fcb807f53c95b Reviewed-by: Alexandru Croitor <[email protected]>
* Examples: Add missing overrideAlexander Volkov2016-12-141-1/+1
| | | | | Change-Id: Ie64f892e4259fba5f1e16cf4fa3b62a2779b8bb1 Reviewed-by: Friedemann Kleint <[email protected]>
* Unify license header usagev5.7.0Antti Kokko2016-06-105-15/+65
| | | | | | | Updated BSD license. Change-Id: Ie2521f94a2e8ed423f989e902e5eb88512814f71 Reviewed-by: Jani Heikkinen <[email protected]>
* Update copyright headersAntti Kokko2015-02-145-20/+20
| | | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I7f14f408e04c5c4f73a913fae153adcffbebe38f Reviewed-by: Oswald Buddenhagen <[email protected]> Reviewed-by: Jani Heikkinen <[email protected]>
* whitespace fixesOswald Buddenhagen2014-01-203-4/+4
| | | | | | | | remove trailing spaces & expand tabs Change-Id: If9909c94b52d9dacb7c8735470525d18a1c97d6b Reviewed-by: Friedemann Kleint <[email protected]> Reviewed-by: Karsten Heimrich <[email protected]>
* Doc: Rename doc directory of Context Sensitive Help exampleTopi Reinio2013-10-3013-8/+8
| | | | | | | | | | | | | | During packaging, the doc/ directories are removed from examples when they are copied to Qt examples install directory. This example has a doc/ directory with contents required to run it. This change renames it so that he packaging doesn't break it. Task-number: QTBUG-33848 Change-Id: I7b4e29d7b3c2c2ff9429c1a81bd32fb809d0cdb3 Reviewed-by: Jerome Pasion <[email protected]>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-105-5/+5
| | | | | | | Change-Id: I9b11dc8309c9739955e3acea12b564d6ad608f59 Reviewed-by: Akseli Salovaara <[email protected]> Reviewed-by: Oswald Buddenhagen <[email protected]> Reviewed-by: Sergio Ahumada <[email protected]>
* Fix examples "make install", missing the doc files.kh12013-01-101-1/+4
| | | | | Change-Id: Ifcfc888782e2087476f6f65388db5cda753e0ee7 Reviewed-by: Oswald Buddenhagen <[email protected]>
* fix installation target paths of examplesJoerg Bornemann2012-12-051-2/+1
| | | | | Change-Id: I11440d60a709cbe4617aa0953c7971a6d731b73b Reviewed-by: Oswald Buddenhagen <[email protected]>
* remove obsolete .desktop filesOswald Buddenhagen2012-12-011-11/+0
| | | | | Change-Id: I2a4974229c18b5ad4d18089fc076d86457557cc1 Reviewed-by: Jerome Pasion <[email protected]>
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-281-3/+1
| | | | | | | follow respective change in qtbase Change-Id: I6e892deb9fa3868579e9c556fbcf00cc7bc6145c Reviewed-by: hjk <[email protected]>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-255-30/+30
| | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: If89e41b25a242ff376eacdf8790957bcf499cc66 Reviewed-by: Janne Anttila <[email protected]> Reviewed-by: Sergio Ahumada <[email protected]> Reviewed-by: Lars Knoll <[email protected]>
* QtTools: Replace CONFIG+=help by QT+=helpFriedemann Kleint2012-07-091-2/+1
| | | | | Change-Id: I2e195430241288cf6e9fc809d4a1b0d6b0e79314 Reviewed-by: Oswald Buddenhagen <[email protected]>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-305-5/+5
| | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ib4b7580dda53886247ad6eb10d17d8e67c51980d Sanity-Review: Qt Sanity Bot <[email protected]> Reviewed-by: Rohan McGovern <[email protected]>
* Update obsolete contact address.Jason McDonald2012-01-235-5/+5
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I3841a7c154b90b73fe8f498fda035c8b3545c692 Sanity-Review: Qt Sanity Bot <[email protected]> Reviewed-by: Rohan McGovern <[email protected]>
* Update copyright year in license headers.Jason McDonald2012-01-065-5/+5
| | | | | | Change-Id: I89fb3609f49f9a4f1e7d658b05e212febcb14c94 Sanity-Review: Jason McDonald <[email protected]> Reviewed-by: Rohan McGovern <[email protected]>
* QtTools: Remove symbian branches from .pro-files.Friedemann Kleint2011-10-191-7/+0
| | | | | Change-Id: I9b84010a5e0628e348569201503ab6c25a3bbfd5 Reviewed-by: Friedemann Kleint <[email protected]>
* QtTools: Widget library split.Friedemann Kleint2011-05-245-5/+5
|
* Squashed commit of changes from the 4.8-temp branch.David Boddie2011-05-201-0/+11
|
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-05-201-0/+5
| | | | | (4.7-generated-declarative branch). (cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
* Moved to using a feature profile instead of direct inclusion.axis2011-04-271-1/+1
|
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2718-0/+963
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12