summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fix IPlugin class docsLeena Miettinen2020-02-051-1/+2
| | | | | | | | | | | | | Fix \fn command values and document missing enum and arguments. Remove unnecessary \fn commands, so that the signatures don't need to be maintained. Fix formatting and language issues. Task-number: QTCREATORBUG-23544 Change-Id: Iddddb704a51e7a4fa9ac79fa2d4a89aa6abeefd5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Fix progressbar example so that it compiles and related docAndy Shaw2020-01-302-2/+2
| | | | | | Change-Id: I17423a57cf4e86492462caacd3ba0a9d5d4dd6be Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe saving Clang-Tidy configuration as a fileLeena Miettinen2020-01-211-0/+24
| | | | | | Fixes: QTCREATORBUG-23223 Change-Id: Ia78220bb959e9bafb9101e3f130ab75180c1b816 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Describe collecting LTTng data and converting it into CTFLeena Miettinen2020-01-162-2/+134
| | | | | | | | | | | ...for viewing in the Chrome Trace Format Visualizer. Based on a QtWS19 talk by Milian Wolff: https://resources.qt.io/qt-world-summit-2019/lttng-for-full-stack-tracing Fixes: QTCREATORBUG-23471 Change-Id: I173aa68e7198c7f13aecb73f28000af02d7ec0ed Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
* Doc: fix ui text from settings dialogDavid Schulz2020-01-131-1/+1
| | | | | Change-Id: I6c085cf8d555821850ade56785ce1181a09ce078 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe using the binding editor in the Design mode States paneLeena Miettinen2020-01-093-0/+8
| | | | | | | | ...to create when statements Change-Id: Iec56f6aa76478ca1ffc9803df3dffd4cd7196e65 Reviewed-by: Aleksei German <aleksei.german@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* CppEditor: generate valid code via "Convert to Pointer/Stack Variable"David Schulz2020-01-081-1/+1
| | | | | | | | | | | | Adding a "= new <TypeName>" after converting a stack variable without assignment or initializer to pointer. Also remove the assignment when converting from pointer to stack variable as this works better with explicit constructors. Fixes: QTCREATORBUG-23181 Change-Id: I377ec32a1b66cf4b96db14cfcb4b71fb96c80c98 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Describe aligning and distributing items in Qt Quick DesignerLeena Miettinen2019-12-198-2/+57
| | | | | | Task-number: QDS-1307 Change-Id: I62d7e127ced887fec9dbfddb1a8607e74e846108 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Use HTTPS to access Qt WebAssemblyLeena Miettinen2019-12-181-1/+1
| | | | | | Fixes: QDS-1402 Change-Id: Id15771bb2dda8da81640f809b143a43388a7f661 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Add dependency to qtcmake for links to CMake docs to workLeena Miettinen2019-12-181-0/+1
| | | | | | | Fixes a QDoc warning. Change-Id: I7248cbc6471830039f6399696416de40ceacb595 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Fix broken links to Qt docsLeena Miettinen2019-12-183-4/+4
| | | | | | | The Qt for MCU docs are currently not available online Change-Id: I705f78b32c7723a29653b0407306406eee1a76a4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Doc: Remove "Exporting Designs from Graphics Software" topicLeena Miettinen2019-12-055-180/+2
| | | | | | | | Users are confused, because we now have Qt Bridge for Photoshop. Change-Id: I63220cd2c2df5bc552b96c4cf7a5df72d2fe89b4 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Doc: Remove known issue that has been fixedLeena Miettinen2019-12-041-5/+1
| | | | | Change-Id: Ib9d1b25373070647c99eb756232d426253094b18 Reviewed-by: hjk <hjk@qt.io>
* Doc: Fix navigation links after structure changesLeena Miettinen2019-12-046-8/+13
| | | | | | | ...in Qt Design Studio manual Change-Id: I6ff4aac1d142fc474fcafa85bc5cb3b5b8fa7675 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Update info about building with CMakeLeena Miettinen2019-11-259-11/+42
| | | | | | Change-Id: I30813c51deec50043c0015aef5a672babe6b5608 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Update info about Clang toolsLeena Miettinen2019-11-255-25/+15
| | | | | Change-Id: I86fecea5e5bc6d1b514cca4b8ad7a865cbf87c7e Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Update platform requirement for binary packagesEike Ziller2019-11-201-1/+1
| | | | | | | Since these are now based on Qt 5.14 Change-Id: I36167ec73fcedc99f57d1dbc16d6e8efeca8e830 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Hide links to content excluded from Qt Design Studio ManualLeena Miettinen2019-11-151-2/+9
| | | | | | | | The links lead to strange places or generate QDoc warnings when building the Qt Design Studio Manual. Change-Id: Ic8311b54f9d49a8d56572c2f049b84cbe3933812 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Move Using External Tools away from the creator-only folderLeena Miettinen2019-11-152-4/+9
| | | | | | | ...so that it can be included in the Qt Design Studio Manual. Change-Id: I2ce16d1162211e0f8fdd506fe53067ea3116cff6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Update info about editing Qt resource filesLeena Miettinen2019-11-017-3/+3
| | | | | | | Update the screenshots in the Creating Projects topic. Change-Id: I59ecb0429f6931808eeb0090a85ef10b4c43d78a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Remove links to example filesLeena Miettinen2019-11-012-7/+6
| | | | | | | This does not seem to work anymore in QDoc since 5.13. Change-Id: I4e99603a3e3fc9d1ef735fe1fa87526116a83b1e Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Doc: Update info about Easing Curve Editor and Curve EditorLeena Miettinen2019-11-014-14/+14
| | | | | | | | Check the terminology and update the screenshots. Change-Id: I60427ac822065c10eac5133dab7530d4ad885bed Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe changes in editing keyframesLeena Miettinen2019-11-012-3/+6
| | | | | | | | | | | The context menu item name is now just "Edit Keyframe" and the dialog contains a Frame field for setting the frame. A screenshot was added. Task-number: QDS-1072 Change-Id: Idbcfcdf2c278c1635bfcbf755d530cb5b2d3021f Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: View autotest errors and warnings in Issues output paneLeena Miettinen2019-11-011-0/+3
| | | | | Change-Id: I4519f7bed6e1f4cc0b56677650565fde91c9975a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Describe creating Android App BundlesLeena Miettinen2019-10-3110-14/+47
| | | | | Change-Id: I6c3e69511f2340753c9832e33e0e844e3690f7a5 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Toolchains: Better out-of-the-box support for the Intel C++ compilerChristian Kandeler2019-10-301-2/+3
| | | | | | | | | | | | | | - Make sure it gets auto-detected on macOS, where the -dumpmachine option, while present and documented, doesn't print anything. - Do not call it "Linux ICC", as it's also available on macOS. There is no danger of confusion with the MSVC-based variant, as the respective UI elements are not present on Windows. Fixes: QTCREATORBUG-18304 Change-Id: Ibe70c618cf28ecfb105efefc3fe2b79814a0f0ce Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: hjk <hjk@qt.io>
* Doc: Fix link to "Build with CMake"Leena Miettinen2019-10-291-1/+1
| | | | | | | | This seems to be in a bit of a flux. Please add keywords for the old title when changing it. Change-Id: I323311e6497361f72afd7b63556ab3a7337134f0 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* Doc: Fix links to "Styling Qt Quick Controls"Leena Miettinen2019-10-293-3/+3
| | | | | | | The "2" was dropped from the topic title. Change-Id: Ifa4122bc8b717b3a6915a10c14eba30e9bbf5bd3 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* Doc: Update information about GitLeena Miettinen2019-10-293-8/+36
| | | | | | | | | Describe viewing tags and old information in the Git Branches sidebar view and the Archive action in the Actions in Commits dialog. Change-Id: I3c4c5b3ccc91657875d7ec9d14432d4ac88edd19 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Doc: add more how-tosMitch Curtis2019-10-291-0/+90
| | | | | Change-Id: I1694a71c3bfc7be907074701f0c8a32ab0608607 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: rename Tips and Tricks to How-tosMitch Curtis2019-10-298-26/+47
| | | | | | | | | | | | | | This is based on Qbs' how-tos documentation: https://doc.qt.io/qbs/howtos.html I find this format easier to follow, both because of the phrasing of each section and the fact that it doesn't rely on the table of contents to list the contents, which is squished into a tiny word-wrapped section on the left of the page in the online documentation. Change-Id: I46a0751a55e7f34458392c56e12c2e301adde234 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Add mention about new supported toolchain architecturesDenis Shienkov2019-10-281-2/+3
| | | | | Change-Id: Ic832eb7449af9c43bc72260e88cfa4e22e102a7a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Update info about enabling the Timeline view in Qt CreatorLeena Miettinen2019-10-283-13/+12
| | | | | | | Qt Quick Timeline module is delivered with Qt 5.14 and later. Change-Id: I5666fa0fd190607a1bb6224dcff5ac7f39db61f7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Update info about connecting MCUsLeena Miettinen2019-10-252-7/+9
| | | | | Change-Id: I5b13f7a39534c9721be0ec0b7575943bdafc5795 Reviewed-by: Aurindam Jana <aurindam.jana@qt.io>
* Doc: Update info about the binding editorLeena Miettinen2019-10-256-9/+16
| | | | | Change-Id: I78e8a1c090b01f8062109928305f391b1b8b49be Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe using Qt Design ViewerLeena Miettinen2019-10-257-6/+89
| | | | | | | | For running Qt Quick UI projects (.qmlproject) in web browsers. Change-Id: Ied9b971755ccef9f94e9e0ffb578d3ecbd0ef6c0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe developing apps for Qt for MCUsLeena Miettinen2019-10-1810-3/+226
| | | | | | | Fixes: QTCREATORBUG-22926 Change-Id: I6c494858bcd637e4ae11ab0e8ea2687fb1eb26ef Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-161-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs qtcreator_ide_branding.pri src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp src/plugins/projectexplorer/deploymentdata.cpp src/plugins/projectexplorer/msvctoolchain.cpp Change-Id: I64c304fc71435629a6a0060a9df71e8952699508
| * Doc: Fix link to free Qt appsLeena Miettinen2019-10-081-2/+2
| | | | | | | | | | | | | | Fixes: QTCREATORBUG-23059 Change-Id: Iaf0b181223f88aa6f9513a29825f8aa98f9baf62 Reviewed-by: Tino Pyssysalo <tino.pyssysalo@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Doc: Chrome Trace Format VisualizerLeena Miettinen2019-10-077-5/+125
| | | | | | | | | | | | Fixes: QTCREATORBUG-23024 Change-Id: I8caac6521a9962e64ab09932ab6177099d48086e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* | Doc: Override platform default value for showing shortcutsLeena Miettinen2019-10-023-0/+10
| | | | | | | | | | | | | | | | ...in the labels of context menu items. Task-number: QTCREATORBUG-22502 Change-Id: I981c595b2c368575f3dbc0c5ef9f7ac60d4eb36d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Doc: Describe removing existing directories from projectsLeena Miettinen2019-09-302-3/+5
| | | | | | | | | | | | Task-number: QTCREATORBUG-16575 Change-Id: Ic2aed97d8b414b6aa69e00e6620a7613845c562d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* | Doc: Fix title of Qt Creator Plugin for Qt Application Manager docsLeena Miettinen2019-09-251-2/+2
| | | | | | | | | | Change-Id: I35f4cc8d1f948a01a956cbb2c24544fdf5a30fa4 Reviewed-by: hjk <hjk@qt.io>
* | Doc: Generate translation source files when creating projectsLeena Miettinen2019-09-254-1/+21
| | | | | | | | | | | | Task-number: QTCREATORBUG-7453 Change-Id: I1d0af93c413f306287f5faef00e56180764133d1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-251-0/+4
|\ \ | |/ | | | | Change-Id: Ic7144b8ae429707cd120719f3445b624c0b83564
| * 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: Rename all files with the same base name at a timeLeena Miettinen2019-09-241-3/+4
| | | | | | | | | | | | Task-number: QTCREATORBUG-21738 Change-Id: Iedcef8908a8a73f43bf07e85d9ef9d6d5a8ee82e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* | Wizards: Add the ability to remember user choicesChristian Kandeler2019-09-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Wizard authors can now provide a persistence key to values where that makes sense. For now, we make use of it for the build system type in all wizards and the minimum Qt version as well as the virtual keyboard settings in the QtQuick wizards. Fixes: QTCREATORBUG-16657 Change-Id: I179930665bd163b1cf198467ab8b43bc72f8ec4a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Doc: Describe temporarily disabling a variable for batch editingLeena Miettinen2019-09-231-0/+3
| | | | | | | | | | | | | | | | ...build settings. Task-number: QTCREATORBUG-20984 Change-Id: Id1dc755d046cc262c84a7bbe3f141660b2c8860d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* | Doc: Clarify the options for adding subprojectsLeena Miettinen2019-09-232-3/+9
| | | | | | | | | | | | Task-number: QTWEBSITE-856 Change-Id: Ifde71f52fe41679c00691e92136b092c81d38afc Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>