aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Describe Navigator and Properties in separate topicsLeena Miettinen2018-07-116-318/+390
| | | | | | | To modularize the Qt Quick Designer docs. Change-Id: Ia0ef0dbd07344375a7f145af16fe949e7807d55f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Pull information about C++ sidebar views into separate fileLeena Miettinen2018-07-062-33/+85
| | | | | | | To make docs more modular. Change-Id: I58095b2b4e9e216808cc4d37b3494480cbf1787c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Fix documentation build when renaming IDEEike Ziller2018-07-041-2/+2
| | | | | | | | | | | | | | Do not rename documentation qhp file. The documentation qmake files currently depend on the files having the same base name as the qdocconf file. Also do not change the documentation namespace. There are places where these are mentioned in translated strings. Fixup of 54208113eee147b29a7a7c4df96365569890fd56 Change-Id: Iace171535ea5be6e22fec9760a5d96722b052341 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Pull out "Adding States" into a separate topicLeena Miettinen2018-07-035-67/+92
| | | | | | | To further modularize the Manual. Change-Id: I9b51ce951b92ff6690780de3d9f08f436169150d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add information about connectionsLeena Miettinen2018-07-036-143/+309
| | | | | | | Divide the subtopics into individual topics. Change-Id: If32ada04e9f305cf9a2e3a03072026eac92d005a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Fix link targetChristian Stenger2018-07-021-1/+1
| | | | | | | Name of target file has changed. Change-Id: I5e80fdeab00d09671bf7be20a647117c894f8165 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Add a link to Acknowledgements to the front pageLeena Miettinen2018-06-281-0/+3
| | | | | Change-Id: I405ceb8a4490c94c5ad695f06fb902c0a3f154a2 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Add a link to contributor list to the Acknowledgements pageLeena Miettinen2018-06-271-0/+6
| | | | | | Task-number: QTCREATORBUG-20683 Change-Id: I9d2debac7badda999e129ca1b5d3d04923642f91 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Doc: Replace "Qt Quick Designer" with "Design mode" or \QMLDLeena Miettinen2018-06-2520-92/+104
| | | | | | | To make source text usable also for Qt Design Studio manual. Change-Id: I7a5090ea2308a3091c34193cce3a8b57da1eb498 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Make info about managing projects more genericLeena Miettinen2018-06-252-15/+13
| | | | | | | The details are described in the listed topics. Change-Id: I243eb8dc102ef42030a1a2e1b28af2679e6ca631 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Reflect changes in the names of Clang checksLeena Miettinen2018-06-212-14/+13
| | | | | | | Update the text and screenshot accordingly. Change-Id: I0f89d7fc02ab6195cdf9d3e64188f0097688e98b Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Docs: Fix link targetChristian Stenger2018-06-211-1/+1
| | | | | Change-Id: I6e5f1d6b39682d708bab6c66ff9fd558996e5f1b Reviewed-by: David Schulz <david.schulz@qt.io>
* Doc: Update Performance Analyzer docsLeena Miettinen2018-06-2112-59/+119
| | | | | | | | The tool was formerly known as "CPU Usage Analyzer", but can now be used also for analyzing memory usage on devices. Change-Id: I8e0c2b76be44340e5511c2cbb85efadb5a2f559d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Fix typo "The the"Leena Miettinen2018-06-201-1/+1
| | | | | Change-Id: Id7dd22d7d3582a453a7ff18a431c31169fba4c69 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Pass IDE_DISPLAY_NAME et al to qdoc and use it for manualEike Ziller2018-06-202-14/+14
| | | | | Change-Id: I5d52c9561d4c49df503c0e99c8765979516e5b5c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Remove product name from headingsv4.7.0-beta2Leena Miettinen2018-06-193-3/+3
| | | | | | | The context of the whole manual is Qt Creator. Change-Id: Ie63911c136ff98dfa6b0157d17a054a91a35fb11 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Use the \QC macro also for UI controlsLeena Miettinen2018-06-197-12/+12
| | | | | | | Seems to work within the \uicontrol command. Change-Id: I73769609091f88be9495410c50bce5296c1144f3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Edit information about using Clang toolsLeena Miettinen2018-06-192-12/+34
| | | | | | | | | - Add descriptions of "Build the project before analysis" and "Simultaneous processes" options. - Restructure the topic. Change-Id: I7fdeecad3383d1fc76dccce7dd53df8bf0cd9d64 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Clang: Add option 'Build before analysis' to project settingsIvan Donchevskii2018-06-151-1/+1
| | | | | | | | | Diagnostic configuration Id was already there but not the checkbox whether to build project or not. Change-Id: Icb5fc15bda5eed5e375cd90df1a96060b30bf57e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Doc: Describe running and debugging tests from code editorLeena Miettinen2018-06-083-5/+23
| | | | | Change-Id: Ieb19c1ca62a7fa785c5ba6b90c4aebe40b124dee Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Describe grouping Google tests by using GTest filtersLeena Miettinen2018-06-082-0/+9
| | | | | Change-Id: I5f128de80ee8dc6ed0a2b42fd53834d041639113 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Update information about compiling Qt Quick ApplicationsLeena Miettinen2018-06-082-11/+14
| | | | | | | This is an open source feature since Qt 5.11. Change-Id: I9f1554dc880c0f69c6488e3281f6ae9e7f533c65 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Doc: Edit information about Clang Code Model and ToolsLeena Miettinen2018-06-0717-129/+148
| | | | | Change-Id: I8482e34ce056dd9b6a5a20a0a7a2c7603ea9a4b0 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Doc: Describe "Add linker library search paths to run environment"Leena Miettinen2018-06-062-7/+13
| | | | | | | | | A general option for disabling library linking generally for all projects. Task-number: QTCREATORBUG-20240 Change-Id: I9f7f53e6deae7079613be32dadcd1325e5579720 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe project type specific warning and error iconsLeena Miettinen2018-06-061-4/+8
| | | | | | | | ... in the Projects view in the sidebar. Also, there is a big Manage Kits button in the view now. Change-Id: I3440fa34b98dba4c71a1c6a6559af31f7d9fd78c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Describe zooming into QML Profiler flame graphsLeena Miettinen2018-06-061-0/+3
| | | | | Change-Id: I3662a6998c7defaf05cefaadd62c3d69f0d73083 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Doc: Add troubleshooting entry for globally disabled perf eventsUlf Hermann2018-06-051-0/+7
| | | | | | Change-Id: Ia37b26cc83566b1ae802471c17ef8d309a5d2fa1 Task-number: QTCREATORBUG-20154 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe new file synchronization optionsLeena Miettinen2018-06-052-2/+9
| | | | | | | ... in the Projects and File System views in the sidebar. Change-Id: I38c77d8e5c19a1adb934c5b8d4777889467392c6 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Add a question to FAQ about QML imports not being foundLeena Miettinen2018-06-011-0/+23
| | | | | | | | This results in error messages and missing functionality. Change-Id: I041ea8e61f3b4cd113964d2c5dfc609e6581c2f7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Marco Benelli <marco.benelli@qt.io>
* Doc: Update the FAQLeena Miettinen2018-06-011-67/+61
| | | | | | | | The Welcome mode is no longer implemented using Qt Quick 2, so the problem arises later, when opening Qt Quick Designer or QML Profiler. Change-Id: Ifbe50bdb9cfc1709842413d271d96378549eb673 Reviewed-by: hjk <hjk@qt.io>
* Doc: Update screenshots of Kit optionsLeena Miettinen2018-06-014-0/+0
| | | | | | | | | | This is now a top-level category, so the tab order is different from before. Task-number: QTCREATORBUG-20511 Change-Id: I0978dd12f1ea55cb4cb97f2635b9c1ef7b623c5f Reviewed-by: Robert Loehning <robert.loehning@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Doc: Describe "Auto-create build directories" CMake optionLeena Miettinen2018-06-012-2/+5
| | | | | Change-Id: I36bda5ae451af8cebfb0c8435c017c7773875211 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Describe new kit optionsLeena Miettinen2018-05-313-1/+14
| | | | | | | | Update the screen shot. Task-number: QTCREATORBUG-20511 Change-Id: Ic21761cae6ba2ac5e29653d3ba27b520256ca66f Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Clang: Add "Outline of symbols" to implemented services in docNikolai Kosjar2018-05-301-0/+1
| | | | | | Change-Id: Ic1dd6f644b60c5bdcbbb2a75ca119311c5f827df Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Add :<range>sor[t][!] to the list of FakeVim CLI commandsLeena Miettinen2018-05-301-0/+1
| | | | | Change-Id: Ibe0b9724cdb242c869cdef662cc617d393cd4f4b Reviewed-by: hjk <hjk@qt.io>
* Doc: Describe new filters in Issues paneLeena Miettinen2018-05-292-0/+6
| | | | | | | | | ... for Clang Code Model and Python. Change-Id: I4a1844137874c5c2c4bd3f0348879cf4c40ceda0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Doc: Describe the Cancel Build buttonLeena Miettinen2018-05-292-0/+4
| | | | | Change-Id: I448cd01cd9d2741ff8a4dcb962ddbf3d839f0aa8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe Previous Bookmark and Next Bookmark functionsLeena Miettinen2018-05-283-2/+12
| | | | | | | | Describe the Bookmarks menu options and the buttons in the Bookmarks view. Update and add screenshots. Change-Id: I5a72fd1679fe1c3d674dc703884e3e9c3a663a47 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Mention the Context Help context menu itemLeena Miettinen2018-05-281-1/+2
| | | | | | | | ...for getting context sensitive help for a class or function (an alternative to pressing F1). Change-Id: I5c742f13a7eedde39d75cdb35c7ae860ac531567 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Update clang code model pageNikolai Kosjar2018-05-281-24/+2
| | | | | | | | Since the clang code model is enabled by default now, remove the text that describes how to activate the plugin. Change-Id: I2e2c5d84ca00302cb5f9f15dceaab48279fce75a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe the New Search option in Search Results paneLeena Miettinen2018-05-255-1/+10
| | | | | | Task-number: QTCREATORBUG-17870 Change-Id: I51a7432d587ff426b20ea4212fd605c367e3d915 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe mode selector stylesLeena Miettinen2018-05-251-1/+3
| | | | | | Task-number: QTCREATORBUG-18845 Change-Id: Ib9a7ae38f11624b5c22b4e7c889736cf4405a839 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Add a link to a site map (TOC) listing all topicsLeena Miettinen2018-05-253-5/+4
| | | | | Change-Id: Ibb71a67874d0146298c6bbed420549660426e0ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe new File System view functionsLeena Miettinen2018-05-251-4/+16
| | | | | Change-Id: Iaa2592f7ae7188bbd136558c208c4523c25b3dfe Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Move the location of settings files from FAQ to Platform NotesLeena Miettinen2018-05-242-31/+45
| | | | | Change-Id: I70d8617aaad89b27bee4c38a702e62d325c7e7d1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe the Enable high DPI scaling optionLeena Miettinen2018-05-231-0/+30
| | | | | | | Task-number: QTCREATORBUG-20232 Change-Id: I3a0ba2fcfd08fe6f3208754f369241553e0d0d83 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: Fix the path to the Kits optionsLeena Miettinen2018-04-2517-59/+57
| | | | | | | | Kits is now a top-level category in Options, with tabs for Kits, Qt Versions, Compilers, Debuggers, Qbs, and CMake. Change-Id: I7f3b37550d47dadb76cb3454cdd4bd0b115eb986 Reviewed-by: hjk <hjk@qt.io>
* ExtensionSystem: Remove PluginManager::getObjectByClassNamehjk2018-04-112-8/+2
| | | | | | | | | | | Not used anymore inside Qt Creator. If 3rd party code really relies on this function, it can use the function locally, or, likely switch to the still supported getObjectByName or getObject. Change-Id: I041877b3e0630e6b257055dec5e10baf68c83546 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-031-10/+0
| | | | | | | | This patch removes all references to QtQuick1 in qml library, plugin, designer, profiler and tests. Change-Id: Ie286fad96060299caae3ef328330597cf53e90d3 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-311-4/+4
|\ | | | | | | | | | | | | | | Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: I3b2d81462b2dfb9753863c87c79ffbbf8d536aac