summaryrefslogtreecommitdiff
path: root/doc/images
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Update language server infoLeena Miettinen2018-11-071-0/+0
| | | | | Change-Id: Ie54e3cf4ea28ca62de7d86a891f96685e825b524 Reviewed-by: David Schulz <david.schulz@qt.io>
* Doc: Describe the Clang Format pluginLeena Miettinen2018-10-251-0/+0
| | | | | Change-Id: I596af2775a4abb8e0331e1eb3de1b55cae0f15d7 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Doc: Add info about setting the -j option for parallel buildsLeena Miettinen2018-10-241-0/+0
| | | | | | | ...on Linux and macOS Change-Id: Ica8a4714a1f1fa50200613c02b174ae3cc53810c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe changing default editors in MIME type settingsLeena Miettinen2018-10-231-0/+0
| | | | | Change-Id: I8d9b9400932c564248f5b654cc72c4c794c778ec Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Add info about experimental Cppcheck pluginLeena Miettinen2018-10-191-0/+0
| | | | | | Change-Id: If65414586c159d7391574523dde67f12ea93a439 Reviewed-by: Sergey Morozov <dev@gres.biz> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Doc: Update information about Git Branches sidebar viewLeena Miettinen2018-09-141-0/+0
| | | | | | | This used to be a dialog. Update the screenshot. Change-Id: I586abab1f68a82de5be99d7a209cc5a0ba8c1df0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Doc: Use defines in the "Keyboard Shortcuts" topicLeena Miettinen2018-09-071-0/+0
| | | | | | | | ...to enable single-sourcing Qt Creator Manual and Qt Design Studio Manual. Update the screenshot. Change-Id: Ia00e93c8a946564d41706e6ccbb8c0ec18647acf Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Restructure refactoring informationLeena Miettinen2018-09-072-0/+0
| | | | | | | | | | Separate C++-specific info from QML-specific info. Use defines to support single-sourcing. Add screenshots that show QML code. Change-Id: I35f01673de555074cc23e96b36200d15d6b34fce Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Update locator informationLeena Miettinen2018-08-285-0/+0
| | | | | | | | | | - Use QML code in examples and enable the hiding of C++-specific information by using defines. - Update screenshots - Update info about "Filter Configuration" dialog Change-Id: Ia2ca4220a46308c6f480965153ac1002f9790054 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Update information about checking QML and JavaScript codeLeena Miettinen2018-08-281-0/+0
| | | | | | | | | | | | | | The error messages and codes are displayed when you write code. The JSON information is unrelated and was moved further down the topic. Added a screenshot of checking QML code. Used defines to mark C++ specific parts. Change-Id: I08a122727200208474036adec56afd6235b56d6a Reviewed-by: Marco Benelli <marco.benelli@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add screenshots for QML code completionLeena Miettinen2018-08-283-0/+0
| | | | | | | | | Use defines to hide C++-specific info from Qt Design Studio Manual. Change-Id: Ia1a0f730f8999e5b6f1dfe69779729bb90c46a1d Reviewed-by: Marco Benelli <marco.benelli@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Use defines to show and hide info about Edit modeLeena Miettinen2018-08-231-0/+0
| | | | | | | | | | | | | | Move the descriptions of sidebar views to creator-sidebar-views.qdocinc to be able to include them in the "Working in Edit Mode" topic in the Qt Design Studio Manual. Restructure the section and update the screenshot. A different screenshot for the Qt Design Studio Manual will be added in its doc sources. Change-Id: Icd33c580c040ffefa5563fea723bd02e2d2ce520 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Reflect changes in the names of Clang checksLeena Miettinen2018-06-211-0/+0
| | | | | | | Update the text and screenshot accordingly. Change-Id: I0f89d7fc02ab6195cdf9d3e64188f0097688e98b Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Doc: Update Performance Analyzer docsLeena Miettinen2018-06-218-0/+0
| | | | | | | | 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: Edit information about using Clang toolsLeena Miettinen2018-06-191-0/+0
| | | | | | | | | - 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>
* Doc: Describe running and debugging tests from code editorLeena Miettinen2018-06-082-0/+0
| | | | | Change-Id: Ieb19c1ca62a7fa785c5ba6b90c4aebe40b124dee Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Describe grouping Google tests by using GTest filtersLeena Miettinen2018-06-081-0/+0
| | | | | Change-Id: I5f128de80ee8dc6ed0a2b42fd53834d041639113 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Edit information about Clang Code Model and ToolsLeena Miettinen2018-06-079-0/+0
| | | | | Change-Id: I8482e34ce056dd9b6a5a20a0a7a2c7603ea9a4b0 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Doc: Describe "Add linker library search paths to run environment"Leena Miettinen2018-06-061-0/+0
| | | | | | | | | 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 new file synchronization optionsLeena Miettinen2018-06-051-0/+0
| | | | | | | ... in the Projects and File System views in the sidebar. Change-Id: I38c77d8e5c19a1adb934c5b8d4777889467392c6 Reviewed-by: Tobias Hunger <tobias.hunger@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-011-0/+0
| | | | | Change-Id: I36bda5ae451af8cebfb0c8435c017c7773875211 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Describe new kit optionsLeena Miettinen2018-05-312-0/+0
| | | | | | | | Update the screen shot. Task-number: QTCREATORBUG-20511 Change-Id: Ic21761cae6ba2ac5e29653d3ba27b520256ca66f Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Describe new filters in Issues paneLeena Miettinen2018-05-291-0/+0
| | | | | | | | | ... 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-291-0/+0
| | | | | Change-Id: I448cd01cd9d2741ff8a4dcb962ddbf3d839f0aa8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe Previous Bookmark and Next Bookmark functionsLeena Miettinen2018-05-282-0/+0
| | | | | | | | 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: Describe the New Search option in Search Results paneLeena Miettinen2018-05-253-0/+0
| | | | | | Task-number: QTCREATORBUG-17870 Change-Id: I51a7432d587ff426b20ea4212fd605c367e3d915 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Update info about Clang code model configurationLeena Miettinen2018-02-203-0/+0
| | | | | | Change-Id: Ib20447e081f38d9f24357a717fd8ebdd489b335a Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Describe new model editor featuresLeena Miettinen2018-02-123-0/+0
| | | | | | | | | | | | | | | | | - No longer experimental - Scratch models - Deployment and sequence diagrams - Aligning elements in the editor - Adding related elements - Exporting selected elements (now from the File menu) - Flat role - Creating new package diagrams - Updating include dependencies for packages - Toolbarbuttons for zooming (the menu items were removed) Change-Id: If951e55188572fd6af86b9c32ae6ee50b77d8b8e Reviewed-by: Jochen Becher <jochen_becher@gmx.de> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Describe grouping related test casesLeena Miettinen2018-02-021-0/+0
| | | | | Change-Id: I73b69d37c64fe3622dec737769cc69282c5e2713 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Doc: Describe new push to Gerrit optionsLeena Miettinen2018-02-011-0/+0
| | | | | | | | | | You can now push drafts/private changes and work-in-progress changes (since Gerrit 2.15). Add a screenshot. Change-Id: Icf27356bfa130a6104152439da4dcbcd19ac245f Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Doc: Describe detecting memory leaks with Heob heap observerLeena Miettinen2018-02-013-0/+0
| | | | | | Change-Id: I8f11005c58cafd4239b7c618575aa63954e900aa Reviewed-by: Hannes Domani <ssbssa@yahoo.de> Reviewed-by: hjk <hjk@qt.io>
* Doc: Update screenshots of Locals and Expressions viewsLeena Miettinen2018-02-014-0/+0
| | | | | | | | They are now two separate views instead of one. Also fix some related issues in text. Change-Id: I31578fc1ca4f97f9010031a5778c4a33e65d129c Reviewed-by: hjk <hjk@qt.io>
* Doc: Describe selecting Clang-Tidy and Clazy checksLeena Miettinen2018-01-261-0/+0
| | | | | | | | Also mention support for C++17 and renaming of local symbols. Change-Id: I7bb72bd8741e7ddd3d45e23029696c09a654a3f6 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Doc: Describe the bread crumbs in the Projects sidebar viewLeena Miettinen2018-01-261-0/+0
| | | | | | | Update the screenshot. Change-Id: Ife0e20ed2e8624e5ce2f4466427a0e1950f7e390 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Update screenshots to match changes in the new project wizardLeena Miettinen2018-01-266-0/+0
| | | | | Change-Id: I5c602dd0ad13e1b96942557a0a61f798d868e093 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Update Model Editor screenshots to show the Swimlane buttonLeena Miettinen2018-01-243-0/+0
| | | | | | Change-Id: Idb472a0b2f02341d4fadea9253a040df4fc8f5c2 Reviewed-by: Jochen Becher <jochen_becher@gmx.de> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Update perf profiler documentationUlf Hermann2017-11-234-0/+0
| | | | | | | | Numerous things have changed in the perf profiler since this was last edited. Change-Id: I5443b526fc203ecc506401343b90c81038869f62 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Doc: Describe running apps from the Application Output paneLeena Miettinen2017-11-091-0/+0
| | | | | | | | | | | This saves time when developing Qt Quick applications, because the QML files are interpreted at runtime. Therefore the app does not need to be recompiled if only QML files changed. Update the screenshot to make the Run button more visible. Change-Id: I0ff2a1ca0fc24102e9c87b00896c387c18d0f1f1 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Update Accelerate Bubble example to use the Swipe wizardLeena Miettinen2017-11-072-0/+0
| | | | | Change-Id: I6f3d88788707c4ecd18c327c9145529ec0bd8fc6 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Update the Transitions example to use the Swipe wizardLeena Miettinen2017-11-075-0/+0
| | | | | Change-Id: I17e6d8ddba96d28ea8f533d5993f8665fd380ca0 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Update info about Qt Quick Application project wizardsLeena Miettinen2017-11-073-0/+0
| | | | | | | | | | | There are now wizards for creating apps that use Qt Quick 2 types or Qt Quick 2 controls (ScrollView, StackView, or SwipeView). Some wizards generate ui.qml pages, while others don't. Therefore, an include file can no longer be shared between the tutorials and the creating projects topic. Change-Id: If06e20511cb5f6fe9da28feff40cec0250a49416 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Remove remaining reference to deploying incomplete APKs to AndroidLeena Miettinen2017-11-071-0/+0
| | | | | | | ... and update the screenshot. Change-Id: I9c93b0c94bec6c3f685160dd2fd0e73e33044b5c Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Doc: Describe hiding invisible items in the Qt Quick Designer NavigatorLeena Miettinen2017-11-063-0/+0
| | | | | | | Update screenshots. Change-Id: I8335131298d2a400403be2879f4f363d687c78cc Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Update info about Qbs optionsLeena Miettinen2017-11-032-0/+0
| | | | | | | | | Qbs profiles can be edited in the Kits tab in Options. Qbs settings are now a tab in Build and Run options. Change-Id: Ibb45ff4488cb061a50f48ec3237265ce5776fa24 Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Describe managing Android SDK packagesLeena Miettinen2017-11-023-0/+0
| | | | | | Change-Id: Ida9d91806e0ffd8980ef1e9df0f933f234416188 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
* Doc: Describe CMake setting groups and changing setting typeLeena Miettinen2017-11-011-0/+0
| | | | | Change-Id: I4ea68fa3075caf316c2d88b94b8c48266a9879f7 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Describe using fuzzy matching in the locatorLeena Miettinen2017-11-011-0/+0
| | | | | | Change-Id: I443e8cc525772136e0ac749790890604c211bce7 Task-number: QTCREATORBUG-3111 Reviewed-by: André Hartmann <aha_1980@gmx.de>
* Doc: Describe changes in the sidebar viewsLeena Miettinen2017-10-272-0/+0
| | | | | | | | | | | The project, file system, and outline views are automatically synchronized with the item active in the editor. The File System view has a new navigation menu for moving to computer, home, or project. Change-Id: I5cb25e860d3aeabae8a51c935100b3acd5ea357f Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Doc: Update docs after Ant support was removedLeena Miettinen2017-10-131-0/+0
| | | | | | | Gradle is now used for building APKs. Change-Id: I9ccecac39b70ada5ef1b63a7311ad9187ba0d6b9 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>