summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Remote Linux does not store passwords anymoreAndre Hartmann2019-09-231-0/+4
| | | | | | | | The possibility to store passwords was removed in Creator 4.9. Change-Id: I21e417041077f15fbb364b64f4a5c4e62e92f46a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Make description of "Rebuild" function apply to all build systemsLeena Miettinen2019-09-121-3/+6
| | | | | | | | | It claimed that qmake is always run, which is incorrect for CMake and Qbs. Change-Id: I80f72d750a02a16b26514bb868f1d0f64124ef56 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Small fix for 'Importing QML Modules / CMake' sectionAlexander Akulich2019-09-091-1/+1
| | | | | | | | | | - Remove the unneeded curly braces around QML_IMPORT_PATH variable. - Change the variable type format to upper-case to get rid CMake warning. ("CMake Warning: implicitly converting 'string' to 'STRING' type.") Change-Id: I71827d3496093bc90fb5b45ab12b010108793818 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe the Curve EditorLeena Miettinen2019-09-042-8/+39
| | | | | | | | Modify the curve picker docs to try to make it clearer that the old easing curve editor and the new curve editor are two separate things. Change-Id: I6a57d151c0edef15850cff264a27d519fbe6635b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe setting Ninja as the CMake generatorLeena Miettinen2019-09-033-1/+36
| | | | | | | Task-number: QTCREATORBUG-22889 Change-Id: Ide3e7ebdb08791790d2370ed6841ee203ea5548f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Describe unclaimed and claimed breakpointshjk2019-08-233-49/+80
| | | | | Change-Id: I56bca8fe51cc4de63ce2f0ac195c9014c8b6c5b9 Reviewed-by: hjk <hjk@qt.io>
* Doc: Remove section on Checking JSON data structureLeena Miettinen2019-08-191-18/+0
| | | | | | | | | As the feature no longer seems to work. Fixes: QTCREATORBUG-21024 Change-Id: I29cb03d70d5a5668b40066c9c6f75650dae65d44 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Doc: Update screenshots that display gradient pickerLeena Miettinen2019-07-266-0/+0
| | | | | | | | | Because the icon has changed. Update some screenshots on the affected pages for consistency. Change-Id: Ib577be203f718f5b8ca9d5ad4e8c5dd9a3eac463 Reviewed-by: Aleksei German <aleksei.german@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Doc: Update info about debugging Qt Quick projectsLeena Miettinen2019-07-2428-11/+12
| | | | | | | | Update screenshots using the Design theme. Change-Id: Idb8911329fb9bb05e34d647f4deb0ad9d47402e2 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
* Doc: Separate C++ and QML info about evaluating expressionsLeena Miettinen2019-07-232-6/+20
| | | | | | | | Also move info about inspecting basic Qt objects to a separate session. Change-Id: I60b0da446ad23cb76549d9ccf56bd9313c9a7127 Reviewed-by: hjk <hjk@qt.io>
* Doc: Update info on LLDB supportLeena Miettinen2019-07-181-31/+5
| | | | | | | LLDB is no longer considered experimental on Linux. Change-Id: I56947461564ca5778ead6abdbf0bc70a80bfb9de Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Describe color and gradient pickersLeena Miettinen2019-07-1712-4/+34
| | | | | | Change-Id: I18f95377f29cabed5be309a04efcdd955e46ddd0 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Add link to the Qt Quick Controls customization referenceLeena Miettinen2019-07-171-0/+3
| | | | | Change-Id: I2eb4e63a7b6ac13c16272a7b5db2f0d07a4e9382 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Fix typo "versions" > "version"Leena Miettinen2019-07-171-1/+1
| | | | | Change-Id: I8999ce4a9595562a289dc829666be259c551a746 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Update screenshot showing Build & Run General optionsLeena Miettinen2019-07-171-0/+0
| | | | | Change-Id: I90ba3e8d1027c963c3615f4f943dc79c1597c696 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Fix navigation link to previous pageLeena Miettinen2019-07-161-2/+2
| | | | | Change-Id: I0c649eefb7ea3a43136a60f55066b3e070d25d6d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Add info on Live PreviewLeena Miettinen2019-07-1110-3/+258
| | | | | | | | | The documentation was moved from the Qt Design Studio repository and edited to make it applicable to Qt Creator, too. Change-Id: I3072fc712b5ee002cd6e7486927de31f9117d7bc Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Fix the batch editing exampleLeena Miettinen2019-07-111-2/+5
| | | | | | Fixes: QTCREATORBUG-20332 Change-Id: I1010ed105fdc5b953f058be578aef62b70be7506 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Update info on Clang diagnosticsLeena Miettinen2019-07-109-5/+5
| | | | | | | | Update screenshots. Task-number: QTCREATORBUG-22701 Change-Id: I5c597aba9a99551e18a98bb019ea1f858a8ba8cc Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Doc: Update info on zooming in output panesLeena Miettinen2019-07-101-2/+6
| | | | | | | | Zooming is also available in the General Messages and Version Control output panes. Change-Id: I306c9be485640d298d1223f04bf5e7db26dd403c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Doc: Describe additional reset types in Git Branches viewLeena Miettinen2019-07-091-1/+4
| | | | | | | | In addition to a hard reset, users can now choose a soft or mixed one. Change-Id: I11d27e335cb3c0f34ae9a6ddf81b7b8ae1948629 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Doc: Describe changing properties of multiple items at onceLeena Miettinen2019-07-091-0/+10
| | | | | | | | | | In Qt Quick Designer, you can select multiple items on the canvas or in the Navigator and edit their common properties simultaneously. Change-Id: I6e1e7740bdbfcaee401f7915c0d215cb555e9015 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Fix navigationLeena Miettinen2019-07-092-2/+2
| | | | | Change-Id: I75ffc7c7444e05ab9d869da71a0ea837ce71f067 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Update info on Qt for Python app wizardsLeena Miettinen2019-07-083-13/+18
| | | | | | | | Move the section higher up in "Creating projects" and add a screenshot of the wizard. Change-Id: Ifc48026162ff58d58ef22673d3113cb185d1c887 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Doc: Update info about using compilation databasesLeena Miettinen2019-07-041-1/+11
| | | | | | | | You can add files to them, switch between header and source files, and specify build and run settings for them. Change-Id: Iefc7d6bef5a8280badf2d88d0cc1af3bcf9a8485 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Add info about dynamic propertiesLeena Miettinen2019-07-021-5/+14
| | | | | Change-Id: I366cefbee393b44afb4ef0fa5a8ab978eb0d5c69 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Fix the path to Timeline editor imagesLeena Miettinen2019-07-021-1/+1
| | | | | | | The icon files were moved to a new location. Change-Id: I45b2ed9e78cb9fd3b00a75a37598df2beba745e2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe creating and running Boost UTF testsLeena Miettinen2019-06-249-23/+87
| | | | | | Task-number: QTCREATORBUG-21169 Change-Id: I5e90d2cd089dbfac2a49a33c69ba0fa2ac43438b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Add information about new CMake featuresLeena Miettinen2019-06-212-1/+6
| | | | | | Change-Id: Iae561d5d13dc45e83432b0515679702b6b4737e1 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Doc: Describe adding existing projects as subprojectsLeena Miettinen2019-06-191-2/+4
| | | | | | Task-number: QTCREATORBUG-5837 Change-Id: Idf2de084b6e53e48fdc919d05b209b39ae0a8e8e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe options for running qmake when building projectsLeena Miettinen2019-06-191-4/+9
| | | | | | Task-number: QTCREATORBUG-20888 Change-Id: I7096730880505c63b1ff581c2e1b5626d3af68f2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Adjust \previouspage command valueLeena Miettinen2019-06-181-1/+1
| | | | | | | ... because a topic was added to the Qt Design Studio Manual Change-Id: Ib974724ff38248ad90aab72a34ee0c4a80d5ed4f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe adding the import pathLeena Miettinen2019-06-182-2/+4
| | | | | | | | Also add the import path to the example main.cpp file. Task-number: QDS-805 Change-Id: I990e5dc364d610a4cef5697b3355147f9e5fcde1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Remove the info about language client plugin being experimentalLeena Miettinen2019-06-184-21/+14
| | | | | | | It is now a standard part of Qt Creator and enabled by default. Change-Id: Ifcd4a2138c4a96e73efe97e5075414875773add4 Reviewed-by: David Schulz <david.schulz@qt.io>
* Doc: Describe preserving issues from previous buildsLeena Miettinen2019-06-171-0/+5
| | | | | | Task-number: QTCREATORBUG-22478 Change-Id: I84ba5379c5524c879298d0ccca4ab6912304697b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe filtering in output panesLeena Miettinen2019-06-178-3/+6
| | | | | | Task-number: QTCREATORBUG-16356 Change-Id: I995ddbe8ae06c38935f699ed0f1cb73418b6f401 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe new language client settings and featuresLeena Miettinen2019-06-173-13/+45
| | | | | Change-Id: I9d3e9e094b6256f202e6b7fea559d06f94c9d5be Reviewed-by: David Schulz <david.schulz@qt.io>
* Doc: Move "Changing Languages" and "Viewing Images" to "User Interface"Leena Miettinen2019-06-171-38/+40
| | | | | | | ...from "Viewing Output" where the landed when the topic was chopped up. Change-Id: Ic5a0900f3cb6243a32ebc415c4956fcdb71bc3f6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Update info about using HelpLeena Miettinen2019-06-177-21/+23
| | | | | Change-Id: I23085fbaa9af3ecc20e45a2bbaafd6ce602abc4a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Wizards: Include namespace in header guards againChristian Kandeler2019-06-121-1/+1
| | | | | | | | This was broken in 63c339ffba while trying to fix a different bug. Fixes: QTCREATORBUG-18157 Change-Id: Iec7e14de257195ed9bb20314b8031d3ef59df2ae Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe parsing existing compile outputLeena Miettinen2019-06-072-0/+32
| | | | | | Task-number: QTCREATORBUG-16017 Change-Id: Ic2fba193a98d191570c226478b58b5443b1fdedf Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe cleaning up the compiler list in Kit optionsLeena Miettinen2019-06-074-4/+21
| | | | | Change-Id: I98769d60df90bb548d1432598f37f2a9bf347053 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Update info about kit settingsLeena Miettinen2019-06-063-12/+29
| | | | | Change-Id: Ibe69c8930d0f311cd4da8249ecd2ab715d2d51d3 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe keeping source files open when closing projectsLeena Miettinen2019-06-061-1/+4
| | | | | | | | This was made optional upon user request. Task-number: QTCREATORBUG-22198 Change-Id: Ie7db4199a0eab665ee29961281cd387a2dc4b3b4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe moving files in the Projects sidebar viewLeena Miettinen2019-06-061-0/+4
| | | | | | | | You can move files between projects by dragging and dropping them. Task-number: QTCREATORBUG-6446 Change-Id: Ia4d2a022ebb66d5a598c86c5a23fc795698facf6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-061-21/+9
|\ | | | | | | Change-Id: I5775afb845c26afa6fae9bdfc47dc9c3f9d5b975
| * Doc: Update guidelines to improve the quality of screenshots in docsLeena Miettinen2019-06-051-21/+9
| | | | | | | | | | | | | | | | | | Use resolution 1366x768 for taking screen shots and don't resize them. Fixes: QTCREATORBUG-16076 Change-Id: Iecb5eb86586579d7d381824fcbc4b873809952e2 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: hjk <hjk@qt.io>
* | Doc: Describe context-menu in "Open Documents" sidebar viewLeena Miettinen2019-06-051-10/+16
| | | | | | | | | | | | | | | | The menu contains a wide selection of items in addition to the currently described Pin <file> item. Change-Id: Ibe03686282448ba429e13c4e7e3ae4d92d7659a6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* | CMake: Use Qt5::qhelpgenerator targetTobias Hunger2019-06-041-4/+3
| | | | | | | | | | | | | | I missed that before, but it is actually there:-) Change-Id: Ifaeaba4aa524980328cb68a8a039ff58e4b74ed8 Reviewed-by: Volker Krause <volker.krause@kdab.com>
* | AutoTest: Further adaption following official termsChristian Stenger2019-05-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | GoogleTest started using the term Test Suite for grouping related tests and Test Case for general tests. This patch adapts the visual strings as well as some internal API which used the same terms. This completes 6189745a3b8d3a24627193f9ad8fb18fa84099ed. Change-Id: I0307c10b8b5f8574f31a68ee4320732f3e829532 Reviewed-by: David Schulz <david.schulz@qt.io>