aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Update the Adding 3D Views topicJohanna Vanhatapio2020-11-185-19/+43
| | | | | | Task-number: QDS-3087 Change-Id: I8255064fcbf3cbfeb140ecdec8cbda9ca9342fe3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe Qt Quick types for user interaction methodsLeena Miettinen2020-11-1767-127/+916
| | | | | | | Fixes: QDS-3071 Change-Id: I9b56d1e261cb3c97755af4ce88bf6bc1e79d1afe Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe refactoring actions for creating functionsLeena Miettinen2020-11-164-12/+46
| | | | | | | | | As these actions open dialogs, describe them in separate sections to keep the summary more concise. Task-number: QTCREATORBUG-24529 Change-Id: If0f1f899e69049c15417c4a37ae8bf2ca094bb73 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Mention re-running failed testsChristian Stenger2020-11-162-0/+5
| | | | | Change-Id: Ief2b7ebbee89a23b77259f65207d641af3ed2623 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Update Using 3D ComponentsJohanna Vanhatapio2020-11-111-4/+4
| | | | | | Task-number: QDS-3087 Change-Id: I24d186bed1f5af475c9f641eab323df06e14b3bd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* FakeVim: Change shortcuts from Alt-V,X to Alt-Y,Xhjk2020-11-101-2/+2
| | | | | | | | | | Alt-V is taken by the Views menu nowadays. Also, fix the instruction to quit FakeVim on Mac. Fixes: QTCREATORBUG-24694 Change-Id: I5268760f45e34f973b3b38b19d2577c0c655b000 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Fix changed IncrediBuild settings accordinglyLeena Miettinen2020-11-101-7/+9
| | | | | Change-Id: Ie704bea887bf77461be07f7332087e2413134e09 Reviewed-by: hjk <hjk@qt.io>
* Doc: Fix navigation for the Images topicLeena Miettinen2020-11-064-1/+4
| | | | | Change-Id: Ic47bab541276817ff29d5f4fa04c46cc3ebb1e87 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe image propertiesLeena Miettinen2020-11-066-0/+239
| | | | | | | | | Describe the properties of the AnimatedImage, BorderImage, and Image types. Fixes: QDS-2850 Change-Id: I0f31f75454fb20442ddedc41f6613aeb3168cecd Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add data model, view, and delegate propertiesLeena Miettinen2020-11-0624-113/+361
| | | | | | | | | | | | Describe using Qt Creator/Qt Design Studio to edit data models. Move Path View and Svg Path docs to the new topics using \include files. Fixes: QDS-3030 Change-Id: I1ea09e133a4f1fe20c6e89a6323158eb1ce16c33 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add the Optimal 3D Scene to examplesJohanna Vanhatapio2020-11-05120-1/+1468
| | | | | | | | ...and link to Creating Optimized 3D Scenes. Fixes: QDS-3020 Change-Id: I666afca460e9e0e3afb2b612780f486a094cb45c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Update info about Android Manifest EditorLeena Miettinen2020-11-037-33/+179
| | | | | | | | | | | Describe package names, styling, screen orientation, and screen resolution options in more detail. Update and add screenshots. Fixes: QTCREATORBUG-24863 Change-Id: Ie365f6c7c634e2035a50666fe35785df56e44596 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Doc: Reposition the All Topics linkJohanna Vanhatapio2020-10-301-2/+2
| | | | | | Fixes: QDS-2961 Change-Id: Ic7f67336a3310c743c7d31ff90506ff4f6db7725 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe Best Practices in QDSJohanna Vanhatapio2020-10-2924-23/+421
| | | | | | | | | Project files for the example scene will be added as a separate task. Task-number: QDS-1243 Change-Id: I0bc9bd861d2b6a3c58372cedb2395deb3c78f590 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* Doc: Add missing steps to tutorialsLeena Miettinen2020-10-296-31/+44
| | | | | | | | Streamline terminology and make some other changes according to reviewer comments. Change-Id: Ice84bd55fcb0ed549693c5c471827efc10a627d5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Update information about using gradientsLeena Miettinen2020-10-299-8/+73
| | | | | | | | | | | Describe setting properties for linear, radial, and conical radients that are supported for Studio Components. Add screenshots and a gif that illustrates adding and removing gradient stops. Change-Id: I9dfbee044b0ae37b217cc833c77f886c391292ba Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe Positioner and Layout type propertiesLeena Miettinen2020-10-2821-279/+478
| | | | | | | | | | | | | | Move positioning to a separate topic. The information in this topic is related not only to the Library view, but also to the Properties and Form Editor views. Describe the properties of the Positioner and Layout types. Change-Id: I9d00bc9498499f52ecf49463df7f651aaecf8f0e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* cmake build: Allow branding to change documentation fileEike Ziller2020-10-281-2/+2
| | | | | | Task-number: QTCREATORBUG-22488 Change-Id: I80a1feafa7b027dc99acdb019359037ae0259573 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
* Doc: List all licenses applied to KSyntaxHighlightingLeena Miettinen2020-10-272-41/+303
| | | | | | | | | Added license files. Fixes: QTCREATORBUG-24618 Change-Id: Ibeeb69f9f072d2c11e0c7a3839bd760986807dd8 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* ClangTools: show all checks in clazy settingsDavid Schulz2020-10-271-1/+1
| | | | | | | | | Show all checks if no filter is selected, otherwise checks with no categories will never be visible (qt-keywords). Change-Id: I2809afc050c7da6386a3e01d90c8ea6bcb7cab68 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Describe new actions on CMake parametersLeena Miettinen2020-10-092-8/+16
| | | | | | | | | | Multi-selection of parameters is now enabled, as well as clearing the selection, unsetting multiple parameters at a go, and undoing the unsetting. Task-number: QTCREATORBUG-24529 Change-Id: Ie87e6e5bf081fd6d70e3a9461ca8489fb3a71589 Reviewed-by: hjk <hjk@qt.io>
* Doc: Update info about using Clang toolsLeena Miettinen2020-10-095-2/+12
| | | | | | Task-number: QTCREATORBUG-24529 Change-Id: I3abca4ae3061f1b940ad4f0ee0471bb84a05e63f Reviewed-by: David Schulz <david.schulz@qt.io>
* Doc: Describe new keyboard shortcut for function tooltipsLeena Miettinen2020-10-082-0/+7
| | | | | | Task-number: QTCREATORBUG-24529 Change-Id: I34237f0f4c0d47588bfebc368a712eb38f205b60 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Add info about code completion optionsLeena Miettinen2020-10-089-8/+30
| | | | | | | | Update screenshots. Task-number: QTCREATORBUG-24529 Change-Id: I64e118185e48fa9492958654e1619b2bb25cfbf9 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Doc: Describe auto-completion in C++ class wizard templateLeena Miettinen2020-10-081-1/+2
| | | | | | Task-number: QTCREATORBUG-24529 Change-Id: I007c2a1f13041ddb95c98086f257afa4fa9e9b1b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Update info about default help viewer backendLeena Miettinen2020-10-085-17/+4
| | | | | | | | | It is now litehtml. Update screenshots to show the help using the litehtml backend and to use the Design Dark theme. Task-number: QTCREATORBUG-24529 Change-Id: I7e230e7e0a154161f525ba37d0965ac1c50d2ea6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe new refactoring actions (quick fixes)Leena Miettinen2020-10-071-0/+24
| | | | | | | | Fix capitalization of action names. Task-number: QTCREATORBUG-24529 Change-Id: I021717bbae237dd293bdbd56d5e10407ee12f224 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe "Ask for confirmation before exiting" optionLeena Miettinen2020-10-072-0/+6
| | | | | | | | | | Update screenshot of the Environment > System tab that contains the new option. Task-number: QTCREATORBUG-24529 Change-Id: Ia8a3f048ee492b2a5d37138b2d82638b5bf91c6f Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Remove outdated info about default encodingLeena Miettinen2020-10-072-4/+3
| | | | | | | | | | | The Default encoding field now seems to correctly display UTF-8. Added a screenshot. Task-number: QTCREATORBUG-24529 Change-Id: I2d7b240f9862afeb05c1ac359efe262206569235 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Modify the terminology in the "Shapes" topicLeena Miettinen2020-10-051-6/+10
| | | | | | Change-Id: Ibabca1fa03cc3c063ae066d0c8c8e79a1a3b25b0 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-0523-13/+297
|\ | | | | | | Change-Id: I565a0bd783dc80b53d4715fdc153dba1f1d3f7c7
| * Doc: Describe properties of Studio Components (shapes)Leena Miettinen2020-10-0223-13/+297
| | | | | | | | | | | | | | | | And the basic Rectangle. Fixes: QDS-2848 Change-Id: I6a0f506ed1f1c0ec3d065823131e7eb48445c6e2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | Doc: Document rendering text as an image optionVikas Pachdha2020-10-024-0/+8
| | | | | | | | | | Change-Id: I4be09cb18bbaea94e278141bb786b9230d8306fd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-0273-653/+1603
|\| | | | | | | Change-Id: I3f2a6c553819e992da7e9f538dc44b95b482359e
| * Doc: Change the font of the Getting Started titleJohanna Vanhatapio2020-10-011-1/+1
| | | | | | | | | | | | | | Changed the title for Getting Started section to bold on the QDS Manual front page. Change-Id: Ia1b6eb653589a9175a7dd7ee771341f1a338a300 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Doc: Describe basic and advanced QML type propertiesLeena Miettinen2020-10-018-25/+234
| | | | | | | | | | | | | | | | | | These properties can be set in the Properties view for all QML types. Fixes: QDS-2851 Change-Id: I40743f5474eaa4255409b53106014bf916601bc4 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * Doc: Update Qt Design Studio tutorials to use a new stylev4.13.2Leena Miettinen2020-09-3027-408/+594
| | | | | | | | | | | | | | Based on the first part of the tutorial. Change-Id: I169ea9bcd2707771fffce03a8f3678d1c73be0cd Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * Doc: Update Qt Design Studio tutorial part 1Leena Miettinen2020-09-3018-86/+321
| | | | | | | | | | | | | | | | | | | | | | - Explain basic Rectangle, Text, and Image types a bit more - Describe how to add gradients - Update info about asset handling Change-Id: Ia23187f647847a16edaab3706f8bf742f09f26b1 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * Doc: Add missing fileLeena Miettinen2020-09-291-0/+123
| | | | | | | | | | | | | | | | This content was moved to a new file, but the file was not submitted as a part of the change. Change-Id: I44246688f5d8b0baf83069475fbd3c0a5c9a4c7d Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
| * Doc: Describe gradient stopsLeena Miettinen2020-09-292-0/+3
| | | | | | | | | | Change-Id: Ib56f5bdf9bc025f666f05e7ee7df6b30e635efd8 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * Doc: Update and flesh out JavaScript simulationCorey Pendleton2020-09-291-35/+39
| | | | | | | | | | | | | | | | | | - Update the code examples to correct some syntax errors. - Re-organized some steps to remove unnecessary ones and clarify the process. Change-Id: Ieaa061459b74154bc7a398b8686a09bb0b8a10a1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Doc: Create separate topic for dummy QML dataLeena Miettinen2020-09-298-90/+27
| | | | | | | | | | | | | | | | | | | | There is now a collection topic for methods for simulating data in the Qt Design Studio Manual. Move information about creating dummy QML models there. Change-Id: Id15998b172169a7d714250350f6f627b998ad9e8 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * Doc: Describe using Simulink pluginJohanna Vanhatapio2020-09-2514-8/+261
| | | | | | | | | | | | Fixes: QDS-2606 Change-Id: I3c6e444b6817836b2bc5783cdbb43d86e485a2ad Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Global variables with names such as "CurrentProject*", "CurrentKit*" etc are harmful, because the term "current project" as used in Qt Creator does not refer to the "active project", but simply stands for the project that contains the node that is currently selected in the project tree, which in turn may or may not correspond to the current editor document, depending on the "sync with editor" setting. In other words, the "current project" is almost a random value with little meaning outside the project tree itself. Therefore, we remove "CurrentProject*" and friends, except the ones that are currently intentionally in use. The latter get renamed to "CurrentDocument:Project*", so their purpose becomes clear. Their old names are kept around for backward compatibility, but are not suggested by the variable chooser anymore, so new usages are unlikely and we can remove them at some point. We also add some ActiveProject* variants that have been requested in the past. Also remove the "CurrentSession" prefix that was deprecated six years ago. Fixes: QTCREATORBUG-12724 Fixes: QTCREATORBUG-24606 Change-Id: Ibba5d0e0ce3d2beb444a5eec01fbb9b745d90a1d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Doc: Update Studio component docsLeena Miettinen2020-09-296-71/+49
|/ | | | | | | | | | - The antialiasing property was removed, because it is inherited from Item. Keep reference to the inherited value. - Fix default values. Change-Id: I8d63801b15422de0bd78fdd82fb518a556088cfb Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Show "Managing Sessions" topic in QDS ManualLeena Miettinen2020-09-214-5/+16
| | | | | | | | | | | | - Moved the topic from the creator-only folder to the howto folder root to have it included in the doc builds. - Added the topic to the toc and fixed the navigation links around it. - Used defines to hide text that does not apply to QDS. Fixes: QDS-2805 Change-Id: I583324a1d0bc60c1b6448a52e48b3f09b1039b7f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Clarify info about installing Qt Bridge for SketchLeena Miettinen2020-09-211-5/+8
| | | | | | | Fixes: QDS-2809 Change-Id: I869019d347d0726911183d2014ffa0b5a66d59e3 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add OFL-1.1 to AcknowledgmentsLeena Miettinen2020-09-211-0/+98
| | | | | | | Fixes: QTCREATORBUG-24630 Change-Id: Iaaa64bb9936a80805affe992f64e24d1c586496a Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Add LiteHTML license and related licenses to acknowledgmentsLeena Miettinen2020-09-161-9/+84
| | | | | | | Fixes: QTCREATORBUG-24619 Change-Id: I8d28bf8a579e8885b430cd7df292f53363990ffa Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Fix broken external linksLeena Miettinen2020-09-153-7/+6
| | | | | | Change-Id: Iaf3502a8d940a5cb2eb45ee7451e834a6d4b756e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>