diff --git a/doc/doc.qbs b/doc/doc.qbs
index 2c4a4dc7e14..5b7d1b4f469 100644
--- a/doc/doc.qbs
+++ b/doc/doc.qbs
@@ -10,7 +10,7 @@ Project {
mainDocConfFile: "qtcreator/qtcreator-online.qdocconf"
files: [
- "src/**/*",
+ "qtcreator/src/**/*",
]
}
@@ -20,7 +20,7 @@ Project {
mainDocConfFile: "qtcreator/qtcreator.qdocconf"
files: [
- "src/**/*",
+ "qtcreator/src/**/*",
]
}
@@ -32,10 +32,8 @@ Project {
Group {
name: "sources"
files: [
- "api/*.qdoc",
- "api/**/*",
+ "qtcreatordev/src/**/*",
]
- excludeFiles: [mainDocConfFile]
}
}
@@ -47,10 +45,8 @@ Project {
Group {
name: "sources"
files: [
- "api/*.qdoc",
- "api/**/*",
+ "qtcreatordev/src/**/*",
]
- excludeFiles: [mainDocConfFile]
}
}
diff --git a/doc/qtcreator/config/qtcreator-project.qdocconf b/doc/qtcreator/config/qtcreator-project.qdocconf
index c5f1819964c..fd5afe4e314 100644
--- a/doc/qtcreator/config/qtcreator-project.qdocconf
+++ b/doc/qtcreator/config/qtcreator-project.qdocconf
@@ -27,6 +27,7 @@ depends += qtwidgets \
qtcmake \
qtcore \
qtqml \
+ qtqmltest \
qtquick \
qtquickcontrols \
qmake \
diff --git a/doc/qtcreator/config/style/qt5-sidebar.html b/doc/qtcreator/config/style/qt5-sidebar.html
index a9e8acad864..c5ecac11af4 100644
--- a/doc/qtcreator/config/style/qt5-sidebar.html
+++ b/doc/qtcreator/config/style/qt5-sidebar.html
@@ -12,27 +12,34 @@
-
Building and Running
+ Running on Devices
diff --git a/doc/qtcreator/images/qtcreator-build-settings-ios.png b/doc/qtcreator/images/qtcreator-build-settings-ios.png
index 145731d1dd3..9afeed90ada 100644
Binary files a/doc/qtcreator/images/qtcreator-build-settings-ios.png and b/doc/qtcreator/images/qtcreator-build-settings-ios.png differ
diff --git a/doc/qtcreator/images/qtcreator-ios-add-kit.png b/doc/qtcreator/images/qtcreator-ios-add-kit.png
index b4312c6c3f0..08422ba56ec 100644
Binary files a/doc/qtcreator/images/qtcreator-ios-add-kit.png and b/doc/qtcreator/images/qtcreator-ios-add-kit.png differ
diff --git a/doc/qtcreator/images/qtcreator-ios-device-configurations.png b/doc/qtcreator/images/qtcreator-ios-device-configurations.png
index 6612e68597a..88e0d4d1506 100644
Binary files a/doc/qtcreator/images/qtcreator-ios-device-configurations.png and b/doc/qtcreator/images/qtcreator-ios-device-configurations.png differ
diff --git a/doc/qtcreator/images/qtcreator-send-to-codepaster.webp b/doc/qtcreator/images/qtcreator-send-to-codepaster.webp
new file mode 100644
index 00000000000..5526698f6da
Binary files /dev/null and b/doc/qtcreator/images/qtcreator-send-to-codepaster.webp differ
diff --git a/doc/qtcreator/src/analyze/creator-axivion.qdoc b/doc/qtcreator/src/analyze/creator-axivion.qdoc
index b45d1f5fb19..ddfbcdf288f 100644
--- a/doc/qtcreator/src/analyze/creator-axivion.qdoc
+++ b/doc/qtcreator/src/analyze/creator-axivion.qdoc
@@ -146,8 +146,8 @@
\brief Create a connection to an Axivion dashboard server.
- Set preferences for the Axivion static code analysis tool in
- \preferences > \uicontrol Axivion.
+ To set preferences for the Axivion static code analysis tool, go to
+ \preferences > \uicontrol Axivion.
\image qtcreator-preferences-axivion.webp {General tab in Axivion Preferences}
@@ -183,7 +183,7 @@
To link a project to an Axivion dashboard:
\list 1
- \li \uicontrol Projects > \uicontrol {Project Settings} >
+ \li Go to \uicontrol Projects > \uicontrol {Project Settings} >
\uicontrol Axivion.
\image qtcreator-preferences-axivion-project.webp {Axivion settings in Project Settings}
\li Select \uicontrol {Fetch Projects} to list projects from Axivion.
diff --git a/doc/qtcreator/src/cmake/creator-projects-cmake.qdoc b/doc/qtcreator/src/cmake/creator-projects-cmake.qdoc
index 3fe99abfdf6..1910f0f62dd 100644
--- a/doc/qtcreator/src/cmake/creator-projects-cmake.qdoc
+++ b/doc/qtcreator/src/cmake/creator-projects-cmake.qdoc
@@ -247,7 +247,7 @@
\title Complete CMake code
- \QC uses \l{Generic Highlighting}{generic highlighting} to provide
+ \QC uses \l{Download highlight definitions}{generic highlighting} to provide
code completion specific arguments for the CMake commands. For
example, only source file properties are suggested for the
\l {CMake: set_source_files_properties command}, not the test or
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc
index 95433c1ad96..ccc9e82fd1b 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc
@@ -8,28 +8,32 @@
// **********************************************************************
/*!
- \previouspage creator-debugging-qml.html
\page creator-debugging-example.html
- \nextpage creator-qml-debugging-example.html
+ \previouspage creator-tutorials.html
+ \nextpage creator-how-tos.html
- \title Debugging a C++ Example Application
+ \ingroup creator-tutorials
- This section uses the \l{Creating a Qt Widget Based Application}{TextFinder}
+ \title Debugging a C++ Application
+
+ \brief How to debug a C++ application.
+
+ This tutorial uses the \l{Creating a Qt Widget Based Application}{TextFinder}
example to illustrate how to debug Qt C++ applications in the
\uicontrol Debug mode.
TextFinder reads a text file into QString and then displays it with
- QTextEdit. To look at the TextFinder class and see the stored data, place
- a breakpoint in textfinder.cpp, as follows:
+ QTextEdit. To look at the TextFinder class and see the stored data:
\list 1
- \li Click in between the line number and the window border on the line
- where we change the cursor position to set a breakpoint.
+ \li In textfinder.cpp, click between the line number and the window
+ border on the line where we change the cursor position to set a
+ breakpoint.
\image qtcreator-setting-breakpoint1.png
- \li Select \uicontrol Debug > \uicontrol {Start Debugging} >
+ \li Go to \uicontrol Debug > \uicontrol {Start Debugging} >
\uicontrol {Start Debugging of Startup Project} or press \key F5.
\li To view information about the breakpoint, go to the
@@ -91,4 +95,5 @@
(\uicontrol {Step Into}), and \inlineimage icons/debugger_stepout_small.png
(\uicontrol {Step Out}).
+ \sa {Creating a Qt Widget Based Application}, {Debugging}
*/
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 35bd896dff2..d3441ab0630 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -90,11 +90,11 @@
objects and user interfaces, as well as execute JavaScript
expressions.
- \li \l{Debugging a C++ Example Application}
+ \li \l{Debugging a C++ Application}
Illustrates how to debug C++ applications in \QC.
- \li \l{Debugging a Qt Quick Example Application}
+ \li \l{Debugging a Qt Quick Application}
Illustrates how to debug Qt Quick applications in \QC.
diff --git a/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc b/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc
index 797788897ac..614219ce634 100644
--- a/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc
+++ b/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc
@@ -13,14 +13,17 @@
\previouspage creator-expressions-view.html
\nextpage creator-qml-performance-monitor.html
\else
- \previouspage creator-debugging-example.html
- \nextpage creator-troubleshooting-debugging.html
+ \previouspage creator-tutorials.html
+ \nextpage creator-how-tos.html
\endif
- \title Debugging a Qt Quick Example Application
+ \ingroup creator-tutorials
- This section uses the
- \l{QML Advanced Tutorial}{Same Game}
+ \title Debugging a Qt Quick Application
+
+ \brief How to debug a Qt Quick application.
+
+ This tutorial uses the \l{QML Advanced Tutorial}{Same Game}
example application to illustrate how to debug Qt Quick applications in the
\uicontrol Debug mode.
@@ -28,7 +31,7 @@
\l{Debugging Qt Quick Projects}.
\if defined(qtdesignstudio)
- \note In this section, you are using advanced menu items. These are not
+ \note In this tutorial, you are using advanced menu items. These are not
visible by default. To toggle the visibility of advanced menu items, see
\l{Customizing the Menu}.
@@ -107,4 +110,5 @@
\endlist
+ \sa {Debugging Qt Quick Projects}
*/
diff --git a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
index c888927e022..325e53bc3f9 100644
--- a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
+++ b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
@@ -24,7 +24,7 @@
\endif
For an example of how to debug Qt Quick Projects, see
- \l{Debugging a Qt Quick Example Application}.
+ \l{Debugging a Qt Quick Application}.
\if defined(qtdesignstudio)
\note In this section, you are using advanced menu items. These are not
diff --git a/doc/qtcreator/src/editors/creator-code-completion.qdoc b/doc/qtcreator/src/editors/creator-code-completion.qdoc
index 4281f77b672..0ed4de52825 100644
--- a/doc/qtcreator/src/editors/creator-code-completion.qdoc
+++ b/doc/qtcreator/src/editors/creator-code-completion.qdoc
@@ -4,12 +4,13 @@
/*!
\page creator-completing-code.html
\if defined(qtdesignstudio)
- \previouspage creator-editor-functions.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-edit
+ \ingroup studio-how-to-code
\title Complete code
@@ -129,12 +130,13 @@
/*!
\page creator-preferences-text-editor-completion.html
\if defined(qtdesignstudio)
- \previouspage creator-completing-code.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-reference.html
\endif
\ingroup creator-reference-preferences-text-editor
+ \ingroup studio-preferences-code
\title Completion
@@ -192,12 +194,13 @@
/*!
\page creator-preferences-text-editor-shippets.html
\if defined(qtdesignstudio)
- \previouspage creator-completing-code.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-reference.html
\endif
\ingroup creator-reference-preferences-text-editor
+ \ingroup studio-preferences-code
\title Snippets
@@ -330,12 +333,13 @@
/*!
\page creator-how-to-add-code-snippets.html
\if defined(qtdesignstudio)
- \previouspage creator-completing-code.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-configure-editors
+ \ingroup studio-how-to-code
\title Add code snippets to the auto-complete menu
diff --git a/doc/qtcreator/src/editors/creator-code-indentation.qdoc b/doc/qtcreator/src/editors/creator-code-indentation.qdoc
index 377cbce082f..f088e833879 100644
--- a/doc/qtcreator/src/editors/creator-code-indentation.qdoc
+++ b/doc/qtcreator/src/editors/creator-code-indentation.qdoc
@@ -4,13 +4,13 @@
/*!
\page creator-indenting-code.html
\if defined(qtdesignstudio)
- \previouspage creator-completing-code.html
- \nextpage creator-preferences-text-editor-behavior.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-edit
+ \ingroup studio-how-to-code
\title Indent text or code
diff --git a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
index 5a94f1c08d3..3bf65036a25 100644
--- a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
+++ b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
@@ -4,12 +4,13 @@
/*!
\page creator-how-to-rename-symbols.html
\if defined(qtdesignstudio)
- \previouspage studio-finding.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-search
+ \ingroup studio-how-to-refactor-code
\title Rename symbols
diff --git a/doc/qtcreator/src/editors/creator-code-syntax.qdoc b/doc/qtcreator/src/editors/creator-code-syntax.qdoc
index 636a9006017..aa5e01f125e 100644
--- a/doc/qtcreator/src/editors/creator-code-syntax.qdoc
+++ b/doc/qtcreator/src/editors/creator-code-syntax.qdoc
@@ -1,60 +1,75 @@
-// Copyright (C) 2023 The Qt Company Ltd.
+// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \previouspage creator-highlighting.html
\page creator-checking-code-syntax.html
- \nextpage creator-completing-code.html
+ \if defined(qtdesignstudio)
+ \previouspage qtquick-text-editor.html
+ \else
+ \previouspage creator-how-tos.html
+ \endif
- \title Checking Code Syntax
+ \ingroup creator-how-to-edit
+ \ingroup studio-how-to-code
+
+ \title Check code syntax
As you write code, \QC checks code syntax. When \QC spots a syntax error in
your code, it underlines it, displays an icon, and shows error details when
- you move the mouse pointer over the error or the icon. If a fix is available,
- you can apply it by clicking \inlineimage icons/refactormarker.png
- .
+ you move the mouse pointer over the error or the icon. To apply an available
+ fix, select \inlineimage icons/refactormarker.png.
Similarly, when you are working on an instance of a JavaScript object
notation (JSON) entity, \QC underlines errors in the JSON data structure.
\if defined(qtcreator)
- In the following screenshot, \QC annotates an error because a semicolon is
- missing at the end of the line:
+ \section1 Examples of C++ code errors
+
+ \QC annotates an error because a semicolon is missing at the end of the line:
\image qtcreator-syntaxerror.png {Syntax error in the Edit mode}
- In the following screenshot, \QC issues a warning because the variable is
- not used:
+ \QC issues a warning because the variable is not used:
\image qtcreator-semanticerror.png
- In the following screenshot, a Qt class name has a typo:
+ A Qt class name has a typo:
\image qtcreator-typo-clang.png {Annotation tooltip in the Edit mode}
- You can use the icons in the tooltip popup to copy the error or
- warning message to the clipboard, to hide messages of a particular type,
- or to \l{Clangd}{change the diagnostics settings}. Select
- the \uicontrol {Annotation Settings} link to specify the position
- of the line annotations.
+ \section1 Check QML or JavaScript syntax
+ \endif
- To modify the colors used for underlining errors and warnings, select
- \preferences > \uicontrol {Text Editor} >
- \uicontrol {Font & Colors} > \uicontrol Copy, and select new colors for
- \uicontrol Error and \uicontrol Warning.
-
- \else
+ \if defined(qtdesignstudio)
In addition to underlining, errors and warnings are marked with icons and
annotated.
\endif
+
When writing QML or JavaScript code, the annotations may have error codes
listed in \l{JavaScript and QML Error Codes}.
\image qml-syntax-check.png
- \section1 Specifying Line Annotation Positions
+ \section1 Manage messages
- To specify the position where the annotations are displayed, select
+ Use the icons in the tooltip popup to copy the error or
+ warning message to the clipboard, to hide messages of a particular type,
+ or to change the diagnostics settings.
+
+ To modify the colors used for underlining errors and warnings:
+
+ \list 1
+ \li Go to \preferences > \uicontrol {Text Editor} >
+ \uicontrol {Font & Colors} > \uicontrol Copy
+ \li Select new colors for \uicontrol Error and \uicontrol Warning.
+ \endlist
+
+ \section1 Set line annotation positions
+
+ To specify the position of the line annotations when looking at them in the
+ code editor, select \uicontrol {Annotation Settings} in the tooltip popup.
+
+ To specify the position where the annotations are displayed, go to
\preferences > \uicontrol {Text Editor} >
\uicontrol Display > \uicontrol {Line annotations}, and then select
whether to display the annotations directly next to the code, aligned
@@ -62,19 +77,63 @@
between lines can be useful if there is usually not enough space to
display annotations next to the text.
- \image qtcreator-options-text-editor-display.png "Text Editor Display preferences"
+ \image qtcreator-options-text-editor-display.png {Text Editor Display preferences}
- If you hide the annotations by deselecting the check box, you can move the
- mouse pointer over an icon to view them.
+ If you hide the annotations, you can move the mouse pointer over an icon to
+ view them.
+
+ \if defined(qtcreator)
+ \section1 Inspect QML and JavaScript
+
+ To inspect QML and JavaScript properties, methods, and enums, move the
+ cursor over them and go to \uicontrol Tools > \uicontrol {QML/JS} >
+ \uicontrol {Inspect API for Element Under Cursor}.
+
+ \sa {Clangd}
+ \endif
+
+ \sa {JavaScript and QML Checks}
+*/
+
+/*!
+ \page creator-reference-js-and-qml-error-codes.html
+ \if defined(qtdesignstudio)
+ \previouspage qtquick-text-editor.html
+ \else
+ \previouspage creator-reference.html
+ \endif
+
+ \ingroup creator-reference-editors
+ \ingroup studio-how-to-code
+
+ \title JavaScript and QML Checks
+
+ \brief Run static checks on the QML and JavaScript code in your project to
+ find common problems.
+
+ To run static checks, go to \uicontrol Tools > \uicontrol {QML/JS} >
+ \uicontrol {Run Checks} or press \key {Ctrl+Shift+C}.
+
+ View the results in the \uicontrol QML and \uicontrol {QML Analysis}
+ filters in \l Issues.
+
+ \section1 Enabling and Disabling Messages
+
+ To enable and disable QML and JavaScript messages:
+
+ \list 1
+ \li Go to \preferences > \uicontrol {Qt Quick} >
+ \uicontrol {QML/JS Editing}.
+ \li Select \uicontrol {Use customized static analyzer}.
+ \image qtcreator-preferences-qtquick-qmljs-editing.webp {QML/JS Editing tab in Qt Quick preferences}
+ \li In \uicontrol Enabled, select the messages that you want to see.
+ \li To disable messages for non-Qt Quick UI files, select them in
+ \uicontrol {Disable messages for non Qt Quick UI}. You cannot
+ enable messages just for non-Qt Quick UI files.
+ \endlist
\section1 JavaScript and QML Error Codes
- You can run static checks on the QML and JavaScript code in your project to
- find common problems. To run the checks, select \uicontrol Tools >
- \uicontrol {QML/JS} > \uicontrol {Run Checks} or press \key {Ctrl+Shift+C}.
- The results are shown in the \uicontrol QML and \uicontrol {QML Analysis}
- filters in \l Issues.
-
Many of the error messages are similar to the ones in Douglas Crockford's
\l{http://www.jslint.com}{JSLint} tool. For more information about JSLint
errors, see \l{http://linterrors.com/js}{JSLint Error Explanations}.
@@ -699,23 +758,6 @@
\endtable
- \section1 Enabling and Disabling Messages
-
- To enable and disable QML and JavaScript messages, select \preferences >
- \uicontrol {Qt Quick} > \uicontrol {QML/JS Editing} >
- \uicontrol {Use customized static analyzer}.
-
- \image qtcreator-preferences-qtquick-qmljs-editing.webp {QML/JS Editing tab in Qt Quick preferences}
-
- In \uicontrol Enabled, select the messages that you want to see.
- To disable messages for non-Qt Quick UI files, select them in
- \uicontrol {Disable messages for non Qt Quick UI}. You cannot
- enable messages just for non-Qt Quick UI files.
-
- \if defined(qtcreator)
- \sa {Turn on QML language server}
- \endif
-
\section1 Resetting the Code Model
If you change the build and run kit when you have QML files open in the code
@@ -723,7 +765,7 @@
indicates that this might have happened: \e{Using Qt Quick 1 code model
instead of Qt Quick 2}.
- You can see the error message when you move the mouse pointer over code that
+ To see the error message, move the mouse pointer over code that
\QC underlines in the code editor or when you open a QML file in \QDS.
To reset the code model, select \uicontrol Tools > \uicontrol {QML/JS} >
@@ -735,44 +777,39 @@
kit.
\endif
- \section1 Inspecting QML and JavaScript
+ \sa {Check code syntax}
+*/
- To inspect QML and JavaScript properties, methods, and enums, move the
- cursor over them and select \uicontrol Tools > \uicontrol {QML/JS} >
- \uicontrol {Inspect API for Element Under Cursor}.
+/*!
+ \page creator-how-to-autoformat-qml-js.html
+ \if defined(qtdesignstudio)
+ \previouspage qtquick-text-editor.html
+ \else
+ \previouspage creator-how-tos.html
+ \endif
- \section1 Automatically Formatting QML/JS Files
+ \ingroup creator-how-to-edit
+ \ingroup studio-how-to-code
- To automatically format QML/JS files upon saving, select \preferences >
- \uicontrol {Qt Quick} > \uicontrol {QML/JS Editing} >
+ \title Automatically format QML/JS files
+
+ To automatically format QML/JS files upon saving, go to \preferences >
+ \uicontrol {Qt Quick} > \uicontrol {QML/JS Editing} and select
\uicontrol {Enable auto format on file save}.
+
+ \image qtcreator-qml-js-editing.webp {QML/JS Editing preferences}
+
To only format files that belong to the current project, select
\uicontrol {Restrict to files contained in the current project}.
To use an external tool, such as \l {qmlformat}, which automatically
- formats QML files according to QML coding conventions, select
- \uicontrol {Use custom command instead of built-in formatter}. In
- the \uicontrol Command field, enter the path to the tool. In the
- \uicontrol Arguments field, enter options for running the tool.
+ formats QML files according to QML coding conventions:
- \image qtcreator-qml-js-editing.webp {QML/JS Editing preferences}
-
- \if defined(qtcreator)
- \section1 Inspecting Preprocessed C++ Code
-
- To analyze the causes of compile errors or errors caused by wrong includes
- pulled in by dependencies or C++ macros expanding to something unexpected,
- select \uicontrol {Show Preprocessed Source} in the editor context menu.
-
- This action expands all C++ macros to their actual code and removes code that
- is guarded by a currently inactive \c {#ifdef} statements. If you deselect
- the \uicontrol {Use built-in preprocessor to show pre-processed files} check
- box in \preferences > \uicontrol C++ > \uicontrol {Code Model}, this action
- also expands all \c {"#include
"} statements to their actual contents.
-
- \image qtcreator-preferences-code-model.webp {C++ Code Model preferences}
-
-
- \endif
+ \list 1
+ \li Select \uicontrol {Use custom command instead of built-in formatter}.
+ \li In \uicontrol Command, enter the path to the tool.
+ \li In \uicontrol Arguments, enter options for running the tool.
+ \endlist
+ \sa {Check code syntax}, {Qt Quick Code Style}
*/
diff --git a/doc/qtcreator/src/editors/creator-coding.qdoc b/doc/qtcreator/src/editors/creator-coding.qdoc
deleted file mode 100644
index 781fbef65bf..00000000000
--- a/doc/qtcreator/src/editors/creator-coding.qdoc
+++ /dev/null
@@ -1,60 +0,0 @@
-// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-// **********************************************************************
-// NOTE: the sections are not ordered by their logical order to avoid
-// reshuffling the file each time the index order changes (i.e., often).
-// Run the fixnavi.pl script to adjust the links to the index order.
-// **********************************************************************
-
-/*!
- \page creator-coding.html
- \if defined(qtdesignstudio)
- \previouspage studio-designer-developer-workflow.html
- \else
- \previouspage creator-usability.html
- \endif
- \nextpage creator-editor-functions.html
-
- \title Coding
-
- \if defined(qtcreator)
- \image front-coding.png
- \endif
-
- \list
-
- \li \l{Writing Code}
-
- \if defined(qtdesignstudio)
- The \l{Code} view offers services, such as semantic highlighting,
- syntax checking, code completion, code indentation, and in-line
- error indicators while you are typing.
- \else
- Writing, editing, and navigating in source code are core tasks in
- application development. Therefore, the code editor is one of the
- key components of \QC. You can use the code editor in the
- \uicontrol Edit mode.
- \endif
-
- \if defined(qtdesignstudio)
- \li \l{Finding}
-
- Use the incremental and advanced search to search in currently
- open projects or files on the file system or use the locator to
- browse through projects, files, classes, functions, documentation
- and file systems.
- \endif
-
- \li \l{Configuring the Editor}
-
- You can change the fonts, colors, highlighting, and indentation.
- \if defined(qtcreator)
- If you are used to the Vim editor, you can even run the main
- editor in a manner similar to it in the \uicontrol{FakeVim} mode.
- \endif
-
- \endlist
-
- \sa {Apply quick fixes}
-*/
diff --git a/doc/qtcreator/src/editors/creator-editors-options-text.qdoc b/doc/qtcreator/src/editors/creator-editors-options-text.qdoc
index 33c2d02160f..ce84c44cfcf 100644
--- a/doc/qtcreator/src/editors/creator-editors-options-text.qdoc
+++ b/doc/qtcreator/src/editors/creator-editors-options-text.qdoc
@@ -10,13 +10,13 @@
/*!
\page creator-preferences-text-editor-font-colors.html
\if defined(qtdesignstudio)
- \previouspage creator-editor-options.html
- \nextpage studio-debugging.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-reference.html
\endif
\ingroup creator-reference-preferences-text-editor
+ \ingroup studio-preferences-code
\title Font & Colors
@@ -50,13 +50,13 @@
/*!
\page creator-how-to-change-editor-colors.html
\if defined(qtdesignstudio)
- \previouspage creator-editor-options.html
- \nextpage studio-debugging.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-configure-editors
+ \ingroup studio-how-to-code
\title Change editor colors
diff --git a/doc/qtcreator/src/editors/creator-editors-options.qdoc b/doc/qtcreator/src/editors/creator-editors-options.qdoc
deleted file mode 100644
index fa1ee7df04c..00000000000
--- a/doc/qtcreator/src/editors/creator-editors-options.qdoc
+++ /dev/null
@@ -1,60 +0,0 @@
-// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-// **********************************************************************
-// NOTE: the sections are not ordered by their logical order to avoid
-// reshuffling the file each time the index order changes (i.e., often).
-// Run the fixnavi.pl script to adjust the links to the index order.
-// **********************************************************************
-
-/*!
- \page creator-editor-options.html
- \if defined(qtdesignstudio)
- \previouspage creator-editor-quick-fixes.html
- \else
- \previouspage creator-beautifier.html
- \endif
- \nextpage creator-preferences-text-editor-font-colors.html
-
- \title Configuring the Editor
-
- You can configure the text editor to suit your specific needs by selecting
- \preferences > \uicontrol{Text Editor}.
-
- \image qtcreator-font-colors.png "Text Editor preferences"
-
- The settings you specify apply globally to all projects.
-
- You can also specify indentation settings separately for C++ and QML files
- either globally or for the open project. For more information, see
- \l{Indent text or code}.
-
- You can perform the following configuration actions:
-
- \list
- \li Set the \l{Font & Colors}{font preferences and
- apply color schemes} for syntax highlighting in
- \uicontrol {Font & Colors}.
- \li Specify \l{Generic Highlighting}
- {definition files for syntax highlighting} for other types of files
- than C++ or QML in \uicontrol {Generic Highlighter}.
-
- \li Set \l{Indent text or code}{tabs, indentation, the handling of
- whitespace, and mouse operations} in \uicontrol Behavior.
-
- \li Set various display properties, such as \l{Highlighting Blocks}
- {highlighting} or \l{Folding Blocks}{folding} blocks or text
- wrapping in \uicontrol Display.
-
- \li Add, modify, and remove \l{Snippets}{code snippets} in
- \uicontrol Snippets.
-
- \li Configure \l{Completion}{code completion} in \uicontrol Completion.
-
- \endlist
-
- \if defined(qtcreator)
- \sa {Specify editor settings}, {Edit like in Vim}, {Completion}, {Snippets}
- \endif
-
-*/
diff --git a/doc/qtcreator/src/editors/creator-editors-writing-code.qdoc b/doc/qtcreator/src/editors/creator-editors-writing-code.qdoc
deleted file mode 100644
index a720f795346..00000000000
--- a/doc/qtcreator/src/editors/creator-editors-writing-code.qdoc
+++ /dev/null
@@ -1,65 +0,0 @@
-// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-// **********************************************************************
-// NOTE: the sections are not ordered by their logical order to avoid
-// reshuffling the file each time the index order changes (i.e., often).
-// Run the fixnavi.pl script to adjust the links to the index order.
-// **********************************************************************
-
-/*!
- \page creator-editor-functions.html
- \previouspage creator-coding.html
- \if defined(qtdesignstudio)
- \nextpage creator-highlighting.html
- \else
- \nextpage creator-coding-navigating.html
- \endif
-
- \title Writing Code
-
- The \QC code editor is fully equipped with semantic highlighting, syntax
- checking, code completion, code indentation, context sensitive help, and
- in-line error indicators while you are typing.
-
- \list
- \li \l{Semantic Highlighting}
-
- \QC enables you to write well formatted code by highlighting
- code elements and blocks. You can use syntax highlighting
- also for other types of files than C++ or QML.
-
- \li \l{Checking Code Syntax}
-
- \QC checks for errors when you write code and displays inline
- error and warning messages.
- Similarly, it checks the data structure of an instance of a
- JavaScript object notation (JSON) entity. In addition, you can run
- static checks on the QML and JavaScript code in your project to find
- common problems.
-
- \li \l{Complete code}
-
- \QC anticipates what you are going to write and completes code
- and code snippets for elements, properties, and IDs.
-
- \li \l{Indent text or code}
-
- \QC indents text and code according to rules that you
- specify separately for files that have C++, QML, or
- Nim (experimental) code and for other text files.
-
- \li \l{Using Qt Quick Toolbars}
-
- When you edit QML code in the code editor, you specify the
- properties of QML components. For some properties, such as
- colors and font names, this is not a trivial task. For example,
- few people can visualize the color \c {#18793f}. To easily edit
- these properties, you can use the Qt Quick Toolbars.
-
- \endlist
-
- \if defined(qtcreator)
- \sa {Edit Code}{How To: Edit Code}, {Edit Mode}
- \endif
-*/
diff --git a/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc b/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc
index e4706d67111..99bad72d100 100644
--- a/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc
+++ b/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc
@@ -157,13 +157,9 @@
\li To process precompiled headers, deselect the
\uicontrol {Ignore precompiled headers} check box.
- \li When you select \uicontrol {Show Preprocessed Source} in the code
- editor context menu, the built-in preprocessor is used to show the
- pre-processed source file in the editor. To invoke the actual
- compiler for showing the code, deselect the
- \uicontrol {Use built-in preprocessor to show pre-processed files}
- check box. For more information, see
- \l {Inspecting Preprocessed C++ Code}.
+ \li To use the built-in preprocessor to show the
+ pre-processed source file in the editor, select
+ \uicontrol {Use built-in preprocessor to show pre-processed files}.
\li To avoid out-of-memory crashes caused by indexing huge source files
that are typically auto-generated by scripts or code, the size of
@@ -177,6 +173,19 @@
\endlist
+ \section1 Inspect preprocessed C++ code
+
+ To analyze the causes of compile errors or errors caused by wrong includes
+ pulled in by dependencies or C++ macros expanding to something unexpected,
+ select \uicontrol {Show Preprocessed Source} in the editor context menu.
+
+ This action expands all C++ macros to their actual code and removes code that
+ is guarded by a currently inactive \c {#ifdef} statements.
+
+ If you clear \uicontrol {Use built-in preprocessor to show pre-processed files},
+ this action also expands all \c {"#include "} statements to their
+ actual contents.
+
\sa {Specify clangd settings}, {Clang Code Model}, {Clangd}
*/
diff --git a/doc/qtcreator/src/editors/creator-only/creator-code-pasting.qdoc b/doc/qtcreator/src/editors/creator-only/creator-code-pasting.qdoc
index 735ca3066c9..028e0c0980c 100644
--- a/doc/qtcreator/src/editors/creator-only/creator-code-pasting.qdoc
+++ b/doc/qtcreator/src/editors/creator-only/creator-code-pasting.qdoc
@@ -9,13 +9,12 @@
\title Paste and fetch code snippets
- To paste snippets of code to a server or fetch snippets of code from the
+ To paste snippets of code or whole files to a server or fetch them from the
server, use one of the following code pasting services:
\list
- \li \uicontrol {Pastebin.Com}
- \li \uicontrol {Pastecode.Xyz}
- \li \uicontrol {Shared network drives}
+ \li DPaste.com
+ \li Pastebin.com
\endlist
For example, you might ask colleagues to review a change that you plan to
@@ -33,16 +32,26 @@
\section1 Paste snippets
- To paste a snippet of code onto the server, go to \uicontrol Tools >
- \uicontrol {Code Pasting} > \uicontrol {Paste Snippet} or press
- \key {Alt+C,Alt+P}. By default, \QC copies the URL of the snippet to the
+ To paste a snippet of code onto the server:
+
+ \list 1
+ \li Go to \uicontrol Tools > \uicontrol {Code Pasting} >
+ \uicontrol {Paste Snippet} or press \key {Alt+C,Alt+P}.
+ \image qtcreator-send-to-codepaster.webp {Send to Codepaster dialog}
+ \li In \uicontrol Protocol, select the code pasting service to use.
+ \li In \uicontrol {Expires after}, specify the time to keep
+ the pasted snippet on the server.
+ \li In \uicontrol Username and \uicontrol Description, enter your
+ username and add information about the pasted content.
+ \li Check and edit the content to paste.
+ \li Select \uicontrol Paste.
+ \endlist
+
+ By default, \QC copies the URL of the snippet to the
clipboard and displays the URL in \uicontrol {General Messages}.
- To paste any content that you copied to the clipboard, go to
- \uicontrol Tools > \uicontrol {Code Pasting} > \uicontrol {Paste Snippet}.
-
- To paste content from the \l{Compare files}{diff editor}, right-click a
- chunk and select \uicontrol {Send Chunk to CodePaster} in the context menu.
+ To paste a \l{Compare files}{diff}, right-click a chunk and select
+ \uicontrol {Send Chunk to CodePaster} in the context menu.
\section1 Fetch snippets
@@ -85,5 +94,5 @@
The code snippets are copied to the drive as simple files. You have to
delete obsolete files from the drive manually.
- \sa {Git}
+ \sa {Compare files}, {Git}
*/
diff --git a/doc/qtcreator/src/editors/creator-only/creator-coding-edit-mode.qdoc b/doc/qtcreator/src/editors/creator-only/creator-coding-edit-mode.qdoc
index bb730e402a4..0e8bba269a7 100644
--- a/doc/qtcreator/src/editors/creator-only/creator-coding-edit-mode.qdoc
+++ b/doc/qtcreator/src/editors/creator-only/creator-coding-edit-mode.qdoc
@@ -26,7 +26,7 @@
code elements and blocks. You can use syntax highlighting
also for other types of files than C++ or QML.
- \li \l {Checking Code Syntax}{Checking code syntax}
+ \li \l {Check code syntax}{Checking code syntax}
\QC checks for errors when you write code and displays inline
error and warning messages. Similarly, it checks the data
diff --git a/doc/qtcreator/src/editors/creator-only/creator-diff-editor.qdoc b/doc/qtcreator/src/editors/creator-only/creator-diff-editor.qdoc
index 330af8d335e..a28f8c9e3ff 100644
--- a/doc/qtcreator/src/editors/creator-only/creator-diff-editor.qdoc
+++ b/doc/qtcreator/src/editors/creator-only/creator-diff-editor.qdoc
@@ -133,4 +133,6 @@
indicates added characters.
\endlist
+
+ \sa {Paste and fetch code snippets}
*/
diff --git a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc
index b9b09a17e85..8c01b9cfefe 100644
--- a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc
+++ b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc
@@ -231,7 +231,7 @@
To disable the embedded code model and use the QML language server for everything,
select \uicontrol {Use QML Language Server advanced features}.
- Also,\QC tries to use the QML language server shipped with
+ Also, \QC tries to use the QML language server shipped with
the Qt version in your current kit. To override that behavior and always use the
QML language server of the highest registered Qt version, select
\uicontrol {Use QML Language Server from latest Qt version}.
diff --git a/doc/qtcreator/src/editors/creator-preferences-text-editor-behavior.qdoc b/doc/qtcreator/src/editors/creator-preferences-text-editor-behavior.qdoc
index 9924b003284..dce4173b98e 100644
--- a/doc/qtcreator/src/editors/creator-preferences-text-editor-behavior.qdoc
+++ b/doc/qtcreator/src/editors/creator-preferences-text-editor-behavior.qdoc
@@ -4,13 +4,13 @@
/*!
\page creator-preferences-text-editor-behavior.html
\if defined(qtdesignstudio)
- \previouspage creator-indenting-code.html
- \nextpage creator-preferences-qtquick-code-style.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-reference.html
\endif
\ingroup creator-reference-preferences-text-editor
+ \ingroup studio-preferences-code
\title Behavior
diff --git a/doc/qtcreator/src/editors/creator-quick-fixes.qdoc b/doc/qtcreator/src/editors/creator-quick-fixes.qdoc
index a2db91d7610..964b8134807 100644
--- a/doc/qtcreator/src/editors/creator-quick-fixes.qdoc
+++ b/doc/qtcreator/src/editors/creator-quick-fixes.qdoc
@@ -4,14 +4,13 @@
/*!
\page creator-editor-quick-fixes.html
\if defined(qtdesignstudio)
- \previouspage creator-jump-to-the-code.html
- \nextpage creator-reference-qml-quick-fixes.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-edit
- \ingroup studio-code-view
+ \ingroup studio-how-to-refactor-code
\title Apply quick fixes
@@ -101,14 +100,13 @@
/*!
\page creator-reference-qml-quick-fixes.html
\if defined(qtdesignstudio)
- \previouspage creator-editor-quick-fixes.html
- \nextpage creator-editor-options.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-reference.html
\endif
- \ingroup creator-reference
- \ingroup studio-code-view
+ \ingroup creator-reference-editors
+ \ingroup studio-how-to-refactor-code
\title QML Quick Fixes
diff --git a/doc/qtcreator/src/editors/creator-search.qdoc b/doc/qtcreator/src/editors/creator-search.qdoc
index c3bd9e1fa22..03c9641fc25 100644
--- a/doc/qtcreator/src/editors/creator-search.qdoc
+++ b/doc/qtcreator/src/editors/creator-search.qdoc
@@ -4,13 +4,13 @@
/*!
\page creator-editor-finding.html
\if defined(qtdesignstudio)
- \previouspage studio-finding.html
- \nextpage creator-how-to-advanced-search.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-search
+ \ingroup studio-how-to-search
\title Search in current file
@@ -130,13 +130,13 @@
/*!
\page creator-how-to-advanced-search.html
\if defined(qtdesignstudio)
- \previouspage creator-editor-finding.html
- \nextpage creator-how-to-rename-symbols.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-how-tos.html
\endif
\ingroup creator-how-to-search
+ \ingroup studio-how-to-search
\title Search in projects or file systems
@@ -216,9 +216,7 @@
\if defined(qtcreator)
\sa {Search}{How To: Search}, {Find symbols}, {Turn on Silver Searcher}
- \else
- \sa {Search in current file}
\endif
- \sa {Search Results View}
+ \sa {Search in current file}, {Search Results View}
*/
diff --git a/doc/qtcreator/src/editors/creator-semantic-highlighting.qdoc b/doc/qtcreator/src/editors/creator-semantic-highlighting.qdoc
index f3043383c33..792a7306878 100644
--- a/doc/qtcreator/src/editors/creator-semantic-highlighting.qdoc
+++ b/doc/qtcreator/src/editors/creator-semantic-highlighting.qdoc
@@ -4,125 +4,140 @@
/*!
\page creator-highlighting.html
\if defined(qtdesignstudio)
- \previouspage creator-editor-functions.html
+ \previouspage qtquick-text-editor.html
\else
- \previouspage creator-coding-navigating.html
+ \previouspage creator-how-tos.html
\endif
- \nextpage creator-checking-code-syntax.html
- \title Semantic Highlighting
+ \ingroup creator-how-to-edit
+ \ingroup studio-how-to-highlight-code
- \QC understands the C++, QML, and JavaScript languages as code, not as plain
- text. It reads the source code, analyzes it, and highlights it based on the
- semantic checks that it does for the following code elements:
+ \title Download highlight definitions
- \list
- \li Types (such as classes, structs, and type definitions)
- \li Local variables
- \li Class fields
- \li Virtual functions
- \endlist
-
- To specify the color scheme to use for semantic highlighting, select
- \preferences > \uicontrol {Text Editor} > \uicontrol {Font & Colors}.
-
- \QC supports syntax highlighting also for other types of files than C++,
- QML, or JavaScript.
-
- \section1 Generic Highlighting
-
- \QC uses
- \l{https://api.kde.org/frameworks/syntax-highlighting/html/index.html}
- {KSyntaxHighlighting}, which is the syntax highlighting engine for Kate
- syntax definitions. \QC comes with most of the commonly used syntax files,
- and you can download additional files. For more information about the
- definition files, see
- \l{https://docs.kde.org/trunk5/en/kate/katepart/highlight.html}
+ \QC uses the \l{https://api.kde.org/frameworks/syntax-highlighting/html/index.html}
+ {KSyntaxHighlighting} syntax highlighting engine with Kate syntax definitions.
+ It comes with most of the commonly used Kate definitions, and you can download
+ more definitions. For more information about the definition files, see
+ \l{https://docs.kde.org/stable5/en/kate/katepart/highlight.html}
{Working with Syntax Highlighting}.
Font attributes that a syntax definition file explicitly specifies, such as
bold, italic, underline, or strike through, are applied. Colors are applied
if they are readable with \QC themes.
+ \section2 Remember preferred definitions
+
If more than one highlight definition is available for the file that you
- open for editing, the editor asks you to select the one to use. To save
- the selection, select \uicontrol {Remember My Choice}. To reset the
- remembered definitions, select \preferences >
- \uicontrol {Text Editor} > \uicontrol {Generic Highlighter} >
+ open for editing, the editor asks you to select the one to use.
+
+ To save the selection, select \uicontrol {Remember My Choice}.
+
+ To reset the remembered definitions, go to \preferences >
+ \uicontrol {Text Editor} > \uicontrol {Generic Highlighter} and select
\uicontrol {Reset Remembered Definitions}.
+ \image qtcreator-syntax-highlighter.png {Generic Highlighter preferences}
+
+ \section2 Download definitions
+
If the editor cannot find the highlight definition for a file that you open
for editing, it prompts you to download additional highlight definition
files. Select \uicontrol {Download Definitions} to download the files.
+
To view information about the downloaded files, open the \l{View output}
{General Messages} view.
- To suppress the message for a particular file pattern, select \preferences >
+ \section2 Ignore file patterns
+
+ To suppress the message for a particular file pattern, go to \preferences >
\uicontrol {Text Editor} > \uicontrol {Generic Highlighter} and add the
- pattern to the \uicontrol {Ignored file patterns} field.
+ pattern to \uicontrol {Ignored file patterns}.
- \image qtcreator-syntax-highlighter.png "Generic Highlighter preferences"
+ \section2 Add your own definitions
- If you have written your own syntax definition files, you
- can add a definition search path in the
- \uicontrol {User Highlight Definition Files} field. To
- apply the changes you make to the definition files, select
+ If you have written your own syntax definition files, add a definition search
+ path in \uicontrol {User Highlight Definition Files}.
+
+ To apply the changes you make to the definition files, select
\uicontrol {Reload Definitions}.
- \section1 Highlighting Blocks
+ \if defined(qtdesignstudio)
+ \sa Code
+ \else
+ \sa {Edit Code}{How To: Edit Code}, {Edit Mode}
+ \endif
+*/
- Use block highlighting to visually separate parts of the code that belong
- together. For example, when you place the cursor within the braces, the code
+/*!
+ \page creator-how-to-use-code-blocks.html
+
+ \if defined(qtdesignstudio)
+ \previouspage qtquick-text-editor.html
+ \else
+ \previouspage creator-how-tos.html
+ \endif
+
+ \ingroup creator-how-to-edit
+ \ingroup studio-how-to-highlight-code
+
+ \title Highlight code blocks
+
+ Block highlighting visually separates parts of the code that belong together.
+ For example, when you place the cursor within a set of braces, the code
enclosed in braces is highlighted.
- \image qtcreator-blockhighlighting.png
+ \image qtcreator-blockhighlighting.png {A code block highlighted in the editor}
- To enable block highlighting, select \preferences > \uicontrol {Text Editor}
- > \uicontrol Display > \uicontrol {Highlight blocks}.
+ To enable block highlighting, go to \preferences > \uicontrol {Text Editor}
+ > \uicontrol Display and select \uicontrol {Highlight blocks}.
- \section1 Folding Blocks
+ \section1 Fold code blocks
- Use the folding markers to collapse and expand blocks of code within braces.
- Click the folding marker to collapse or expand a block. In the figure above,
- the folding markers are located between the line number and the text pane.
+ Select the folding markers to collapse and expand blocks of code within braces.
+ In the image above, the folding markers are located between the line number
+ and the text pane.
- To show the folding markers, select \preferences >
- \uicontrol {Text Editor} > \uicontrol Display >
+ To show the folding markers, go to \preferences >
+ \uicontrol {Text Editor} > \uicontrol Display and select
\uicontrol {Display folding markers}. This option is enabled by default.
- \image qtcreator-options-text-editor-display.png "Text Editor Display preferences"
+ \image qtcreator-options-text-editor-display.png {Text Editor Display preferences}
- \section2 Folding All Comment Blocks
+ \if defined(qtcreator)
+ \section1 Fold all comment blocks
- To fold all comment blocks, select \uicontrol Tools > \uicontrol C++ >
- \uicontrol {Fold All Comment Blocks}. To unfold all comment blocks, select
- \uicontrol {Unfold All Comment Blocks}.
+ To fold all comment blocks, go to \uicontrol Tools > \uicontrol C++ >
+ \uicontrol {Fold All Comment Blocks}.
- \section1 Animating Matching Braces
+ To unfold all comment blocks, select \uicontrol {Unfold All Comment Blocks}.
+ \endif
+
+ \section1 Animate matching braces
When the cursor is on a brace, the matching brace is animated by default.
- To turn off the animation and just highlight the block and the braces, select
- \preferences > \uicontrol {Text Editor} > \uicontrol Display and deselect
+ To turn off the animation and just highlight the block and the braces, go to
+ \preferences > \uicontrol {Text Editor} > \uicontrol Display and clear
\uicontrol {Animate matching parentheses}.
- \section1 Moving Between Blocks
+ \if defined(qtcreator)
+ \section1 Move between code blocks
- You can use keyboard shortcuts to move within and between blocks. To go to
- block end, press \key {Ctrl+]} and to go to block start, press
- \key {Ctrl+[}. To also select the lines from the cursor position to the end
+ Use keyboard shortcuts to move within and between code blocks:
+
+ \list
+ \li To go to block end, press \key {Ctrl+]}.
+ \li To go to block start, press \key {Ctrl+[}.
+ \endlist
+
+ To also select the lines from the cursor position to the end
or beginning of the block, press \key {Ctrl+Shift+]} and
\key {Ctrl+Shift+[}, respectively.
+ \endif
- \section1 Selecting the Current Block
-
- To select the current block, press \key Ctrl+U. A second key press extends
- the selection to the parent block. To undo the last selection, press
- \key {Ctrl+Alt+Shift+U}.
-
- To enable smart block selection, select \preferences
- > \uicontrol {Text Editor} > \uicontrol Behavior >
- \uicontrol {Enable smart selection changing}.
-
- \image qtcreator-preferences-texteditor-behavior.webp "Text Editor Behavior preferences"
+ \if defined(qtdesignstudio)
+ \sa Code
+ \else
+ \sa {Edit Code}{How To: Edit Code}, {Edit Mode}
+ \endif
*/
diff --git a/doc/qtcreator/src/external-resources/external-resources.qdoc b/doc/qtcreator/src/external-resources/external-resources.qdoc
index 89662ca1ca1..3eceb28e568 100644
--- a/doc/qtcreator/src/external-resources/external-resources.qdoc
+++ b/doc/qtcreator/src/external-resources/external-resources.qdoc
@@ -1,6 +1,10 @@
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+/*!
+ \externalpage https://doc.qt.io/qt/qtqml-index.html
+ \title Qt Qml
+*/
/*!
\externalpage https://doc.qt.io/QtForMCUs/index.html
\title \QMCU
diff --git a/doc/qtcreator/src/howto/creator-how-to-view-images.qdoc b/doc/qtcreator/src/howto/creator-how-to-view-images.qdoc
index 6a15f1274ad..c5cf673347a 100644
--- a/doc/qtcreator/src/howto/creator-how-to-view-images.qdoc
+++ b/doc/qtcreator/src/howto/creator-how-to-view-images.qdoc
@@ -56,7 +56,7 @@
\ingroup creator-how-to-design
\ingroup studio-how-to-image-viewer
- \title Export SVG images
+ \title Create pixmaps from SVG images
If you have a freely scalable icon in the SVG format, you can open it in the
\l{View images}{image viewer} to export it to several images of different
diff --git a/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc b/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc
index 07459d9a9bc..11adddb54db 100644
--- a/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc
+++ b/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc
@@ -55,10 +55,16 @@
\section1 Edit Code
+ The code editor offers useful features, such as semantic highlighting,
+ checking code syntax, code completion, and refactoring actions.
+
\generatelist creator-how-to-edit
\section2 Configure Editors
+ Configure the code and text editor to suit your specific needs by
+ changing the fonts, colors, highlighting, and indentation.
+
\generatelist creator-how-to-configure-editors
\section2 Manage Language Servers
@@ -449,9 +455,22 @@
\ingroup creator-how-to-edit
- \title Select the enclosing block in C++
+ \title Select the current code block
- Press \key {Ctrl+U}.
+ To select the current block of C++ code in the code editor, press
+ \key Ctrl+U.
+
+ Press \key Ctrl+U a second time to extend the selection to the parent block.
+
+ To undo the last selection, press \key {Ctrl+Alt+Shift+U}.
+
+ \section1 Turn on smart block selection
+
+ To turn on smart block selection, go to \preferences
+ > \uicontrol {Text Editor} > \uicontrol Behavior and select
+ \uicontrol {Enable smart selection changing}.
+
+ \image qtcreator-preferences-texteditor-behavior.webp {Text Editor Behavior preferences}
\sa {Edit Code}{How To: Edit Code}, {Edit Mode}
*/
diff --git a/doc/qtcreator/src/ios/creator-ios-dev.qdoc b/doc/qtcreator/src/ios/creator-ios-dev.qdoc
index 203ab0ff126..d1e15e58b55 100644
--- a/doc/qtcreator/src/ios/creator-ios-dev.qdoc
+++ b/doc/qtcreator/src/ios/creator-ios-dev.qdoc
@@ -1,7 +1,7 @@
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
- /*!
+/*!
\previouspage creator-adding-docker-devices.html
\page creator-developing-ios.html
\nextpage creator-developing-mcu.html
@@ -22,11 +22,12 @@
\section1 iOS 17 Devices
- \QC detects iOS 17 devices, and you can deploy and run applications on them.
+ \QC detects iOS devices, and you can deploy and run applications on them.
- However, \QC cannot access application output. Also, debugging and
- profiling are not supported because of limitations of the Apple tool for
- accessing devices with iOS 17, and later.
+ For iOS devices with iOS 16 or earlier, \QC also supports accessing the application
+ output, debugging, and profiling. However, these features are not supported for
+ physical devices with iOS 17 or later because of limitations of the Apple tool for
+ accessing these devices.
\section1 Configuring Devices
@@ -57,9 +58,9 @@
\li Start Xcode to configure the device.
- For example, in Xcode version 7.3.0, select \uicontrol Window >
- \uicontrol Device > \uicontrol + > \uicontrol {Add Device} to add
- the connected device.
+ For example, in Xcode version 15, select \uicontrol Window >
+ \uicontrol Devices and Simulators > \uicontrol Devices >
+ \uicontrol + to add the connected device.
\li To specify build settings:
@@ -192,14 +193,4 @@
To delete the selected simulator, select \uicontrol Delete.
- \section2 Checking Current Xcode Version
-
- To check the current Xcode version, enter the following command:
-
- \c {xcode-select --print-path}
-
- To change the version, enter the following command:
-
- \c {xcode-select --version}
-
*/
diff --git a/doc/qtcreator/src/overview/creator-only/creator-configuring.qdoc b/doc/qtcreator/src/overview/creator-only/creator-configuring.qdoc
index 6cdcab2b7de..85dd8f84adf 100644
--- a/doc/qtcreator/src/overview/creator-only/creator-configuring.qdoc
+++ b/doc/qtcreator/src/overview/creator-only/creator-configuring.qdoc
@@ -111,7 +111,7 @@
To download and use highlight definition files, select \preferences >
\uicontrol {Text Editor} > \uicontrol {Generic Highlighter}.
- For more information, see \l{Generic Highlighting}.
+ For more information, see \l{Download highlight definitions}.
\section1 Adding Your Own Code Snippets
diff --git a/doc/qtcreator/src/overview/creator-only/creator-keyboard-shortcuts.qdoc b/doc/qtcreator/src/overview/creator-only/creator-keyboard-shortcuts.qdoc
index cf324f5ff9f..b5bd198bee8 100644
--- a/doc/qtcreator/src/overview/creator-only/creator-keyboard-shortcuts.qdoc
+++ b/doc/qtcreator/src/overview/creator-only/creator-keyboard-shortcuts.qdoc
@@ -357,7 +357,7 @@
Works with namespaces, classes, functions, variables, include
statements, and macros, as well as CMake functions, macros,
targets, and packages. Also, opens URLs in the default browser
- and Qt resource files (.qrc) in the \l{Resource Files}
+ and Qt resource files (.qrc) in the \l{Create resource files}
{resource editor}
\li F2
\row
diff --git a/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc b/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc
index 3a74a671e24..675b8884c69 100644
--- a/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc
+++ b/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc
@@ -116,6 +116,30 @@
such as Python, for which a \e {language server} is available that provides
information about the code to IDEs.
+ \section2 Semantic Highlighting
+
+ To help you write well formatted code, \QC highlights code elements and
+ blocks. It understands the C++, QML, and JavaScript languages as code, not
+ as plain text, so it reads the source code, analyzes it, and highlights it
+ based on the semantic checks that it does for code elements, such as:
+
+ \list
+ \li Types (such as classes, structs, and type definitions)
+ \li Local variables
+ \li Class fields
+ \li Virtual functions
+ \endlist
+
+ You can select the color scheme to use for semantic highlighting in the text
+ editor preferences.
+
+ \QC supports syntax highlighting also for other types of files than C++,
+ QML, or JavaScript. It uses the
+ \l{https://api.kde.org/frameworks/syntax-highlighting/html/index.html}
+ {KSyntaxHighlighting} syntax highlighting engine with Kate syntax
+ definitions. It comes with most of the commonly used Kate definitions,
+ and you can download more definitions in the text editor preferences.
+
\section2 Finding
Use the incremental and advanced search to search in currently open projects
@@ -145,7 +169,8 @@
If you are used to the Vim editor, run the main editor in the
\l {FakeVim Modes and Commands}{FakeVim mode}.
- For more information, see \l{Edit Code}{How To: Edit Code} and \l{Editors}.
+ For more information, see \l{Edit Code}{How To: Edit Code}, \l{Editors},
+ and \l{Text Editor}.
\section1 Building, Deploying, and Running Applications
diff --git a/doc/qtcreator/src/overview/creator-only/mobile-app-design.qdoc b/doc/qtcreator/src/overview/creator-only/mobile-app-design.qdoc
index 8dd97e3c8cd..1697c2d51c5 100644
--- a/doc/qtcreator/src/overview/creator-only/mobile-app-design.qdoc
+++ b/doc/qtcreator/src/overview/creator-only/mobile-app-design.qdoc
@@ -9,7 +9,7 @@
/*!
\page creator-usability.html
- \nextpage creator-coding.html
+ \previouspage creator-reference.html
\ingroup creator-reference
diff --git a/doc/qtcreator/src/overview/creator-tech-support.qdoc b/doc/qtcreator/src/overview/creator-tech-support.qdoc
index aacee5595f1..d451c0656a1 100644
--- a/doc/qtcreator/src/overview/creator-tech-support.qdoc
+++ b/doc/qtcreator/src/overview/creator-tech-support.qdoc
@@ -39,7 +39,7 @@
\if defined(qtcreator)
\row
\li View examples of what you can do with Qt
- \li \l{Qt Examples and Tutorials}
+ \li \l{Qt Examples And Tutorials}
\row
\li Develop Qt applications for desktop and \l{glossary-device}{devices}
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc
index 77e9263a323..ac06f8cbd1e 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc
@@ -8,13 +8,17 @@
// **********************************************************************
/*!
- \previouspage creator-configuring.html
\page creator-build-example-application.html
- \nextpage creator-tutorials.html
+ \previouspage creator-tutorials.html
+ \nextpage creator-how-tos.html
+
+ \ingroup creator-tutorials
\title Building and Running an Example
- You can test that your \QSDK installation is successful by opening an existing
+ \brief How to build and run a Qt example.
+
+ To test that your \QOI installation is successful, open an existing
example application project.
To run an example application on an Android or iOS device, you must set up
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc
index 7902f219389..ad28fffa576 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc
@@ -35,8 +35,9 @@
\image qtcreator-build-configurations.png {Build configurations}
Different build configurations allow you to quickly switch between
- different build settings. By default, \QC creates the following
- configurations:
+ different build settings. \QC creates some configurations by default,
+ depending on the build system used. They usually include at least
+ the following:
\list
\li Debug
@@ -82,14 +83,17 @@
\li \l{Link projects to Axivion dashboards}{Axivion}
\li \l{Specify clangd settings}{Clangd}
\li \l{Speficy Clang tools settings}{Clang Tools}
+ \li \l{Set Copilot preferences}{Copilot}
\li \l{Specify code style}{C++ Code Style}
\li \l{Set C++ file naming preferences}{C++ File Naming}
\li \l{Specify dependencies}{Dependencies}
\li \l{Document code}{Documentation Comments}
\li \l{Specify editor settings}{Editor}
\li \l{Specify the environment for projects}{Environment}
+ \li \l{Link projects with GitLab}{GitLab}
\li \l{Configure language server workspace}{Language Server}
\li \l{Specify settings for quick fixes}{Quick Fixes}
+ \li \l{Testing}
\li \l{Exclude files from to-do lists}{To-Do} (experimental)
\endlist
diff --git a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc
index 51275cfea4d..d1da60de273 100644
--- a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc
+++ b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc
@@ -36,7 +36,7 @@
\li In \uicontrol {Name}, enter the project name. For example,
\e {hello_world}.
\li In \uicontrol {Create in}, enter the path for the project files.
- For example, \c {C:\Qt\examples}.
+ For example, \c {C:\Examples}.
\li Select \uicontrol{Next} (on Windows and Linux) or \uicontrol Continue
(on \macos) to open the \uicontrol {Define Class} dialog.
\image qtcreator-new-qt-for-python-app-widgets-define-class.webp {Define Class dialog}
diff --git a/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc b/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc
index 9357ad2ea70..c6ecaace78e 100644
--- a/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc
+++ b/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc
@@ -35,7 +35,7 @@
\li In \uicontrol {Name}, enter the project name. For example,
\e {hello_world_quick}.
\li In \uicontrol {Create in}, enter the path for the project files.
- For example, \c {C:\Qt\examples}.
+ For example, \c {C:\Examples}.
\li Select \uicontrol{Next} (on Windows and Linux) or \uicontrol Continue
(on \macos) to open the \uicontrol {Define Project Details} dialog.
\image qtcreator-new-qt-for-python-app-project-details.webp {Define Project Details dialog}
diff --git a/doc/qtcreator/src/qtcreator-toc.qdoc b/doc/qtcreator/src/qtcreator-toc.qdoc
index 14fe5e27cdb..52b28cf7e2b 100644
--- a/doc/qtcreator/src/qtcreator-toc.qdoc
+++ b/doc/qtcreator/src/qtcreator-toc.qdoc
@@ -22,19 +22,9 @@
\endlist
\li \l{User Interface}
\li \l{Configuring Qt Creator}
- \li \l{Building and Running an Example}
- \li \l{Tutorials}
- \endlist
- \li \l{Coding}
- \list
- \li \l{Writing Code}
- \list
- \li \l{Semantic Highlighting}
- \li \l{Checking Code Syntax}
- \li \l{Using Qt Quick Toolbars}
- \endlist
- \li \l{Configuring the Editor}
\endlist
+ \li \l{Tutorials}
+ \generatelist creator-tutorials
\li \l{Running on Devices}
\list
\li \l{Validating with Target Hardware}
@@ -88,8 +78,6 @@
\li \l{Debugger Preferences}
\li \l{Using Debugging Helpers}
\li \l{Debugging Qt Quick Projects}
- \li \l{Debugging a C++ Example Application}
- \li \l{Debugging a Qt Quick Example Application}
\li \l{Troubleshooting Debugger}
\endlist
\li \l{Analyzing Code}
diff --git a/doc/qtcreator/src/qtcreator.qdoc b/doc/qtcreator/src/qtcreator.qdoc
index 0e8b476b40e..bb83726951f 100644
--- a/doc/qtcreator/src/qtcreator.qdoc
+++ b/doc/qtcreator/src/qtcreator.qdoc
@@ -14,7 +14,7 @@
\title Qt Creator Manual
\QC is a cross-platform, complete integrated development environment
- (IDE) for application developers to create applications for multiple
+ (IDE) that you can use to create applications for
\l{Desktop Platforms}{desktop}, \l {Embedded Platforms}{embedded}, and
\l{Mobile Platforms}{mobile device} platforms, such as \l Android and
\l iOS. It is available for \l Linux, \l \macos and \l Windows
@@ -38,14 +38,9 @@
\li \l{Overview}
\li \l{User Interface}
\li \l{Configuring Qt Creator}
- \li \l{Building and Running an Example}
- \li \l{Tutorials}
- \endlist
- \li \b {\l{Coding}}
- \list
- \li \l{Writing Code}
- \li \l{Configuring the Editor}
\endlist
+ \li \b {\l{Tutorials}}
+ \generatelist creator-tutorials
\li \b {\l{Running on Devices}}
\list
\li \l{Validating with Target Hardware}
diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc b/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc
index b680928109f..b3b91a8d89e 100644
--- a/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc
+++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 The Qt Company Ltd.
+// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
@@ -55,9 +55,8 @@
To create a custom QML type:
\list 1
- \li Select \uicontrol File > \uicontrol {New File} >
- \uicontrol Qt >
- \uicontrol {QML File (Qt Quick 2)}.
+ \li Go to \uicontrol File > \uicontrol {New File}.
+ \li Select \uicontrol Qt > \uicontrol {QML File (Qt Quick 2)}.
\li Select \uicontrol Choose to open the \uicontrol Location dialog.
\li In the \uicontrol {File name} field, enter a name for the custom
QML type: \e Page.
@@ -78,12 +77,11 @@
When you start typing the QML type name, \QC suggests available types
and properties to \l{Complete code}{complete the code}.
- Select the light bulb icon \inlineimage icons/refactormarker.png
- next to the type name to open the \l{Editing Rectangles}
- {Qt Quick Toolbar for rectangles}. You can use it to specify
+ Select the light bulb icon \inlineimage icons/refactormarker.png next to the
+ type name to open a \l{Edit rectangles}{toolbar} that you can use to specify
rectangle properties, such as color, transparency, and gradients.
- \image qml-toolbar-rectangle.png {Qt Quick Toolbar for rectangles}
+ \image qml-toolbar-rectangle.png {Qt Quick toolbar for rectangles}
Next, add an \l Image type with \e qt-logo.png as the source. You can also
use any other image or a component. Position the image in the top-left
@@ -91,10 +89,10 @@
\printuntil }
- You can use the \l{Previewing Images}{Qt Quick Toolbar for images} to
- specify image properties, such as source file and fill mode.
+ Use a \l{Preview images}{toolbar for images} to specify image properties,
+ such as source file and fill mode.
- \image qml-toolbar-image.png {Logo visible in Qt Quick Toolbar for images}
+ \image qml-toolbar-image.png {Logo visible in Qt Quick toolbar for images}
Now, create the rectangles that the image will move between. Their size
should match the image size and they should be transparent, so that the
@@ -114,7 +112,7 @@
\printuntil anchors.fill
- To check your code, you can compare it with the \e {Page.qml} example file.
+ To check your code, compare it with the \e {Page.qml} example file.
Next, make the image move between the rectangles when users click
them by adding states and by connecting mouse clicks to state changes.
@@ -171,8 +169,7 @@
\printuntil },
- \note You can use the \l{Previewing Animation}
- {Qt Quick Toolbar for animation} to specify the
+ \note Use a \l{Preview animations}{toolbar for animations} to specify the
easing curve type and animation duration.
\image qml-toolbar-animation.png {Qt Quick Toolbar for animation}
diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-designer-plugin.qdoc b/doc/qtcreator/src/qtquick/creator-only/qtquick-designer-plugin.qdoc
index f87e92183e1..3eeed1adf07 100644
--- a/doc/qtcreator/src/qtquick/creator-only/qtquick-designer-plugin.qdoc
+++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-designer-plugin.qdoc
@@ -39,7 +39,7 @@
\image qtquick-designer.webp {Qt Quick Designer}
- For more information about \l{Qt QML}, \l{Qt Quick}, and \l{All QML Types}
+ For more information about \l{Qt Qml}, \l{Qt Quick}, and \l{All QML Types}
{QML types}, see the Qt reference documentation available online and
in the \uicontrol Help mode.
diff --git a/doc/qtcreator/src/qtquick/creator-preferences-qtquick-code-style.qdoc b/doc/qtcreator/src/qtquick/creator-preferences-qtquick-code-style.qdoc
index 70655b99edd..5717033ece6 100644
--- a/doc/qtcreator/src/qtquick/creator-preferences-qtquick-code-style.qdoc
+++ b/doc/qtcreator/src/qtquick/creator-preferences-qtquick-code-style.qdoc
@@ -4,13 +4,13 @@
/*!
\page creator-preferences-qtquick-code-style.html
\if defined(qtdesignstudio)
- \previouspage creator-preferences-text-editor-behavior.html
- \nextpage qt-quick-toolbars.html
+ \previouspage qtquick-text-editor.html
\else
\previouspage creator-reference.html
\endif
\ingroup creator-reference-preferences
+ \ingroup studio-preferences-code
\title Qt Quick Code Style
@@ -33,7 +33,7 @@
To override the global preferences for a particular project, select
\uicontrol Projects > \uicontrol {Code Style}.
- \sa {Indent text or code}
+ \sa {Automatically format QML/JS files}, {Indent text or code}
\if defined(qtcreator)
\sa {Find preferences}, {Specify code style}
diff --git a/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc b/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc
index 829a711138f..78641697655 100644
--- a/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 The Qt Company Ltd.
+// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
// **********************************************************************
@@ -10,56 +10,48 @@
/*!
\page qt-quick-toolbars.html
\if defined(qtdesignstudio)
- \previouspage creator-preferences-qtquick-code-style.html
- \nextpage studio-finding.html
+ \previouspage qtquick-text-editor.html
\else
- \previouspage creator-completing-code.html
- \nextpage creator-editor-codepasting.html
+ \previouspage creator-how-tos.html
\endif
- \title Using Qt Quick Toolbars
+ \ingroup creator-how-to-edit
+ \ingroup studio-how-to-code
- When you select a QML type in the code and a toolbar is available,
- a light bulb icon appears: \inlineimage icons/refactormarker.png
- . Select the icon to open the toolbar.
+ \title Edit properties of QML types
- To open toolbars immediately when you select a QML type, select
- \preferences > \uicontrol {Qt Quick} >
- \uicontrol {QML/JS Editing} > \uicontrol {Always show Qt Quick Toolbar}.
+ When you edit QML code in the code editor, you specify the properties of QML
+ types. For some properties, such as colors and font names, this is not a
+ trivial task. For example, few people can visualize the color \c {#18793f}.
+ To easily edit these properties, use the Qt Quick toolbars.
- \image qtcreator-qml-js-editing.webp {QML/JS Editing preferences}
+ When you select a QML type in the code and a light bulb icon appears
+ (\inlineimage icons/refactormarker.png), select it to open a toolbar
+ for changing the properties of that type.
- Drag the toolbar to pin it to another location. Select
- \inlineimage icons/pin.png
- to unpin the toolbar and move it to its default location. To pin toolbars
- by default, select \uicontrol {Pin Qt Quick Toolbar}.
+ \section1 Preview images
- \section1 Previewing Images
-
- The Qt Quick Toolbar for images allows you to edit the properties of
+ Edit the properties of
\l {Border Image} and
\if defined(qtdesignstudio)
- \l {Images}{Image} items.
+ \l {Images}{Image} items
\else
- \l Image items.
+ \l Image items
\endif
-
- You can scale and tile the images, replace them with other images,
+ to scale and tile the images, replace them with other images,
preview them, and change the image margins.
- \image qml-toolbar-image.png "Qt Quick Toolbar for images"
+ \image qml-toolbar-image.png {Qt Quick Toolbar for images}
To preview an image, double-click it on the toolbar. In the preview
dialog, you can zoom the image. Drag the image margins to change them.
- \image qml-toolbar-image-preview.png "Image preview dialog"
+ \image qml-toolbar-image-preview.png {Image preview dialog}
- \section1 Formatting Text
+ \section1 Format text
- The Qt Quick Toolbar for text allows you to edit the properties of
- \l{Text} items.
- You can change the font family and size as well as text formatting, style,
- alignment, and color.
+ Edit the properties of \l{Text} items to change the font family and size,
+ as well as text formatting, style, alignment, and color.
\note Move the mouse pointer over a color hex value in the code editor to
see the color as a tooltip.
@@ -68,35 +60,53 @@
cannot use the toolbar to edit it. The button for editing the property
is disabled.
- \image qml-toolbar-text.png "Qt Quick Toolbar for text"
+ \image qml-toolbar-text.png {Qt Quick Toolbar for text}
By default, font size is specified as pixels. To use points, instead,
change \uicontrol px to \uicontrol pt in the size field.
- \section1 Previewing Animation
+ \section1 Preview animations
- The Qt Quick Toolbar for animation allows you to edit the properties of
- PropertyAnimation items and the items that inherit it. You can
- change the easing curve type and duration. For some curves, you can also
+ Edit the properties of PropertyAnimation items and the items that inherit it
+ to change the easing curve type and duration. For some curves, you can also
specify amplitude, period, and overshoot values.
- \image qml-toolbar-animation.png "Qt Quick Toolbar for animation"
+ \image qml-toolbar-animation.png {Qt Quick Toolbar for animation}
Select the play button to preview your changes.
- \section1 Editing Rectangles
+ \section1 Edit rectangles
- The Qt Quick Toolbar for rectangles allows you to edit the properties of
+ Edit the properties of
\if defined(qtdesignstudio)
\l {basic-rectangle}{Rectangle}
\else
Rectangle
\endif
- items. You can change the fill and border colors and add gradients.
+ items to change the fill and border colors and add gradients.
- \image qml-toolbar-rectangle.png "Qt Quick Toolbar for rectangles"
+ \image qml-toolbar-rectangle.png {Qt Quick Toolbar for rectangles}
To add gradient stop points, click above the gradient bar. To remove
stop points, drag them upwards.
+ \section1 Show toolbars immediately
+
+ To open toolbars immediately when you select a QML type, select
+ \preferences > \uicontrol {Qt Quick} >
+ \uicontrol {QML/JS Editing} > \uicontrol {Always show Qt Quick Toolbar}.
+
+ \image qtcreator-qml-js-editing.webp {QML/JS Editing preferences}
+
+ \section1 Pin toolbars
+
+ Drag the toolbar to pin it to another location. Select
+ \inlineimage icons/pin.png to unpin the toolbar and move
+ it to its default location.
+
+ To pin toolbars by default, select \uicontrol {Pin Qt Quick Toolbar}.
+
+ \if defined(qtcreator)
+ \sa {Creating a Qt Quick Application}
+ \endif
*/
diff --git a/doc/qtcreator/src/user-interface/creator-ui.qdoc b/doc/qtcreator/src/user-interface/creator-ui.qdoc
index 88f57493534..9041e6432f9 100644
--- a/doc/qtcreator/src/user-interface/creator-ui.qdoc
+++ b/doc/qtcreator/src/user-interface/creator-ui.qdoc
@@ -129,8 +129,8 @@
The following topics describe how to use the image viewer:
\list
- \li \l {Export SVG images}
\li \l {View images}
+ \li \l {Create pixmaps from SVG images}
\endlist
\endif
diff --git a/doc/qtcreator/src/vcs/creator-only/creator-vcs-gitlab.qdoc b/doc/qtcreator/src/vcs/creator-only/creator-vcs-gitlab.qdoc
index 72dc3dacea2..8a1f47a6b6a 100644
--- a/doc/qtcreator/src/vcs/creator-only/creator-vcs-gitlab.qdoc
+++ b/doc/qtcreator/src/vcs/creator-only/creator-vcs-gitlab.qdoc
@@ -15,28 +15,28 @@
GitLab servers and use \l{Git} to manage your local and remote
repositories.
- To use GitLab, you must create a connection to the GitLab server and clone
- the projects you want to work on. You can also link previously cloned
- projects to GitLab in the project settings. This enables you to receive
- event notifications in the \l {View output}{Version Control} pane.
+ To use GitLab, create a connection to the GitLab server and clone the
+ projects you want to work on. Link previously cloned projects to GitLab
+ in the project settings to receive event notifications in the
+ \l {View output}{Version Control} view.
\note Enable the GitLab plugin to use it.
\section1 Connecting to GitLab Servers
- To connect to a GitLab server, you need to specify the server host name and
+ To connect to a GitLab server, specify the server host name and
port number, as well as an access token that you create in GitLab for \QC.
The permission scope of the token must be at least \c read_api or \c api.
- To specify connections to GitLab servers, select \preferences >
+ To specify connections to GitLab servers, go to \preferences >
\uicontrol {Version Control} > \uicontrol GitLab:
- \image qtcreator-gitlab-preferences.png
+ \image qtcreator-gitlab-preferences.png {GitLab tab in Version Control Preferences}
To add GitLab servers:
\list 1
- \li Select \uicontrol Add to open the \uicontrol {Add Server} dialog:
+ \li Select \uicontrol Add to open the \uicontrol {Add Server} dialog.
\image qtcreator-gitlab-preferences-add-server.png
\li In \uicontrol Host, enter the host name of the GitLab server.
\li In \uicontrol Description, enter a free-form text that is displayed
@@ -45,14 +45,14 @@
\QC in the GitLab server, in \uicontrol Preferences >
\uicontrol {Access Tokens}.
\li In \uicontrol Port, enter a port number.
- \li Deselect the \uicontrol HTTPS check box to use an HTTP connection
- instead of a secure connection.
+ \li Clear \uicontrol HTTPS to use an HTTP connection instead of a secure
+ connection.
\li Select \uicontrol Add to create the connection.
\endlist
In the \uicontrol GitLab tab, \uicontrol curl displays the path to the
- \c curl tool used for HTTP connections. You can specify another path to
- use another instance of the tool than the one found by \QC.
+ \c curl tool used for HTTP connections. Specify another path to
+ use another instance of the tool than the one \QC found.
To edit the selected connection, select \uicontrol Edit.
@@ -68,20 +68,20 @@
To clone projects from GitLab:
\list 1
- \li Select \uicontrol Tools > \uicontrol GitLab to view a list of
- connected GitLab servers and available projects in each server:
+ \li Go to \uicontrol Tools > \uicontrol GitLab to view a list of
+ connected GitLab servers and available projects in each server.
\image qtcreator-gitlab-project-list.png
\li In \uicontrol Remote, select a GitLab server.
\li In \uicontrol Projects, select the project to clone.
\li Select \uicontrol Clone to open the \uicontrol {Clone Repository}
- dialog:
- \image qtcreator-gitlab-clone-repository.png
+ dialog.
+ \image qtcreator-gitlab-clone-repository.png {Clone Repository dialog}
\li In \uicontrol Repository, specify the URL of the repository.
\li In \uicontrol Path, specify the path where to clone the repository.
\li In \uicontrol Directory, specify the name of the directory for the
cloned repository.
- \li Select the \uicontrol Recursive check box to also clone submodules
- of the repository.
+ \li Select \uicontrol Recursive to also clone submodules of the
+ repository.
\li Select \uicontrol Clone to clone the project to the specified
directory.
\endlist
@@ -89,12 +89,22 @@
\QC automatically opens the project. If the cloned project has several
project files (such as CMakeList.txt, .pro, and .qbs), \QC prompts you to
select the one to open. If it does not have a project file that \QC can
- open, select \uicontrol File > \uicontrol {New Project} >
- \uicontrol {Import Project} > \uicontrol {Import Existing Project} to
- import the project as a generic project. For more information, see
- \l {Use project wizards}.
+ open, go to \uicontrol File > \uicontrol {New Project} >
+ \uicontrol {Import Project} > \uicontrol {Import Existing Project} and
+ import the project as a generic project.
- \section1 Linking Projects with GitLab
+ \sa {Enable and disable plugins}, {Link projects with GitLab},
+ {Set up version control systems}, {Use common VCS functions},
+ {Use project wizards}, {Version Control Systems}, {Git}
+*/
+
+/*!
+ \page creator-how-to-link-with-gitlab.html
+ \previouspage creator-how-tos.html
+
+ \ingroup creator-how-to-projects-configure
+
+ \title Link projects with GitLab
Link a project with a GitLab token to receive notifications on events, such
as merge requests, issues, or comments, in the \uicontrol {Version Control}
@@ -106,9 +116,10 @@
To link with GitLab:
\list 1
- \li In the \uicontrol Projects mode, select \uicontrol {GitLab} to view
- the GitLab settings for the currently active project:
- \image qtcreator-gitlab-preferences-project.png
+ \li Go to \uicontrol Projects > \uicontrol {Project Settings} >
+ \uicontrol {GitLab} to view the GitLab settings for the currently
+ active project.
+ \image qtcreator-gitlab-preferences-project.png {GitLab settings for a project}
\li In \uicontrol Host, select the URL of the GitLab server.
\li In \uicontrol {Linked GitLab configuration}, select the GitLab
server settings to use.
@@ -123,5 +134,6 @@
\uicontrol {Unlink from GitLab}.
\sa {Enable and disable plugins}, {Set up version control systems},
- {Use common VCS functions}, {Version Control Systems}, {Git}
+ {Use common VCS functions}, {Configuring Projects}, {Version Control Systems},
+ {Git}, {GitLab}
*/
diff --git a/doc/qtcreatordev/src/qtcreator-dev.qdoc b/doc/qtcreatordev/src/qtcreator-dev.qdoc
index 5116b907667..368298b31f0 100644
--- a/doc/qtcreatordev/src/qtcreator-dev.qdoc
+++ b/doc/qtcreatordev/src/qtcreator-dev.qdoc
@@ -98,7 +98,7 @@
\list
\li \l{https://doc.qt.io/qtcreator/creator-highlighting.html#generic-highlighting}
- {Generic Highlighting}
+ {Download highlight definitions}
\li \l{https://docs.kde.org/stable5/en/applications/katepart/highlight.html}
{Working with Syntax Highlighting}
\endlist
diff --git a/doc/qtcreatordev/src/qtcreator-documentation.qdoc b/doc/qtcreatordev/src/qtcreator-documentation.qdoc
index ffed1871a57..ab77767446a 100644
--- a/doc/qtcreatordev/src/qtcreator-documentation.qdoc
+++ b/doc/qtcreatordev/src/qtcreator-documentation.qdoc
@@ -233,21 +233,41 @@
Save screenshots and other illustrations in \c {\qtdesignstudio\images}.
If you add new topics to the \QDS Manual, add links to them to the table
- of contents in \c {qtdesignstudio-toc.qdoc} and check the values of the
- navigation links around them.
+ of contents in \c {qtdesignstudio-toc.qdoc}.
\section2 Updating Next and Previous Links
- QDoc automatically generates links to the previous
- and next page in the \QC Manual based on the list in
- \c {\qtcreator\doc\qtcreator\src\qtcreator-toc.qdoc}. So, when you add
- new topics, you must either add them to the TOC or to a group of topics
- (\c {\ingroup}). You can see the current groups in the \e {How To} and
+ QDoc automatically generates links to the previous and next page in each
+ manual based on the list in a topic with the title \e {All Topics}, which
+ is in the following files:
+
+ \list
+ \li \QC: \c {\qtcreator\doc\qtcreator\src\qtcreator-toc.qdoc}
+ \li \QDS: \c {\qtcreator\doc\qtdesignstudio\src\qtdesignstudio-toc.qdoc}
+ \endlist
+
+ The title of the topic to use for automatically generating the navigation
+ links is set as the value of the \c indexTitle option in the document
+ configuration file:
+
+ \list
+ \li \QC: \c qhp.qtcreator.subprojects.manual.indexTitle in
+ \c {\doc\qtcreator\config\qtcreator-project.qdocconf}
+ \li \QDS: \c qhp.qtdesignstudio.subprojects.manual.indexTitle in
+ \c {\doc\qtdesignstudio\config\qtdesignstudio.qdocconf}
+ \endlist
+
+ When you add new topics, you must add them either to the TOC or to a
+ group of topics (\c {\ingroup}) that is used to generate a list in the TOC
+ (\l{https://doc.qt.io/qt-6/12-0-qdoc-commands-miscellaneous.html#generatelist-command}
+ {\c {\generatelist}}).
+
+ In the \QC Manual, you can see the current groups in the \e {How To} and
\e {Reference} sections of the TOC. You can add new groups.
- When you add new topics to the \QDS Manual, you must add links to them from
- \c {\doc\qtdesignstudio\src\qtdesignstudio-toc.qdoc} and change the
- navigation links of the topics around them.
+ \note You do not need to manually change the navigation links, but they must
+ be there with some initial values for QDoc to replace with the values from
+ the TOC when you build the docs.
\section1 Adding Documentation for Independent Plugins
diff --git a/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc b/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc
index 74ffff54688..0a6531fe12c 100644
--- a/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc
+++ b/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc
@@ -4,7 +4,7 @@
/*!
\page studio-designer-developer-workflow.html
\previouspage studio-implementing-applications.html
- \nextpage creator-coding.html
+ \nextpage studio-debugging.html
\title Designer-Developer Workflow
diff --git a/doc/qtdesignstudio/src/developers/studio-jump-to-the-code.qdoc b/doc/qtdesignstudio/src/developers/studio-jump-to-the-code.qdoc
index d7178236e3a..8eaedf0a7e2 100644
--- a/doc/qtdesignstudio/src/developers/studio-jump-to-the-code.qdoc
+++ b/doc/qtdesignstudio/src/developers/studio-jump-to-the-code.qdoc
@@ -2,9 +2,8 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \previouspage creator-how-to-rename-symbols.html
\page creator-jump-to-the-code.html
- \nextpage creator-editor-quick-fixes.html
+ \previouspage qtquick-text-editor.html
\title Jump to the Code
diff --git a/doc/qtdesignstudio/src/overviews/studio-finding.qdoc b/doc/qtdesignstudio/src/overviews/studio-finding.qdoc
deleted file mode 100644
index 231efcef3eb..00000000000
--- a/doc/qtdesignstudio/src/overviews/studio-finding.qdoc
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright (C) 2024 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-/*!
- \page studio-finding.html
- \previouspage qt-quick-toolbars.html
- \nextpage creator-editor-finding.html
-
- \title Finding
-
- \list
-
- \li \l{Search in current file}
-
- The incremental search highlights the matching strings in the
- editor while you type.
-
- \li \l{Search in projects or file systems}
-
- With advanced search, you can search in currently open projects or
- files on the file system.
-
- \li \l{Rename symbols}
-
- Search for QML types and rename them in all files in a project.
-
- \li \l{Jump to the Code}
-
- Jump to the code for a specific component directly from
- the \uicontrol {2D} view or \uicontrol {Navigator} view.
- You can also jump to the code of a particular
- \uicontrol {State} or \uicontrol {Connection} from their
- corresponding views.
-
- \endlist
-
-*/
diff --git a/doc/qtdesignstudio/src/qtdesignstudio-debugging.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-debugging.qdoc
index 19d3fa0b8ba..9d1fa446aec 100644
--- a/doc/qtdesignstudio/src/qtdesignstudio-debugging.qdoc
+++ b/doc/qtdesignstudio/src/qtdesignstudio-debugging.qdoc
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \previouspage creator-editor-options.html
+ \previouspage studio-designer-developer-workflow.html
\page studio-debugging.html
\nextpage creator-debugging-qml.html
@@ -15,7 +15,7 @@
to execute JavaScript expressions to get information about the state
of the UI, and to inspect QML properties and JavaScript
variables and change them temporarily at runtime.
- \li \l{Debugging a Qt Quick Example Application}
+ \li \l{Debugging a Qt Quick Application}
This section uses the \l{QML Advanced Tutorial}{Same Game} example
application to illustrate how to debug Qt Quick applications in the
diff --git a/doc/qtdesignstudio/src/qtdesignstudio-implementing-applications.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-implementing-applications.qdoc
index 8c88d525426..1f0aa086290 100644
--- a/doc/qtdesignstudio/src/qtdesignstudio-implementing-applications.qdoc
+++ b/doc/qtdesignstudio/src/qtdesignstudio-implementing-applications.qdoc
@@ -29,14 +29,12 @@
while developers work on the .qml and C++ source files in
Qt Creator to create an application that you can build and
run on target hardware.
- \li \l{Coding}
+ \li \l{Code}{Coding}
- You can use the code editor in the \uicontrol {Code} view or
- in the \uicontrol Edit mode to modify QML code. The code editor
- understands the QML language as code, not just as plain text. This
- enables it to provide you with useful features, such as semantic
- highlighting, checking code syntax, code completion, and refactoring
- actions.
+ Modify QML code in the \uicontrol {Code} view. The code editor
+ understands the QML language as code, not just as plain text, so it
+ can offer useful features, such as semantic highlighting, checking
+ code syntax, code completion, and refactoring actions.
\li \l{Debugging and Profiling}
\QDS comes with a JavaScript debugger. In the \uicontrol Debug mode,
diff --git a/doc/qtdesignstudio/src/qtdesignstudio-toc.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-toc.qdoc
index 08fb9c0b48a..cf00e324194 100644
--- a/doc/qtdesignstudio/src/qtdesignstudio-toc.qdoc
+++ b/doc/qtdesignstudio/src/qtdesignstudio-toc.qdoc
@@ -28,6 +28,10 @@
\li \l{Timeline}
\li \l{Curves}
\li \l{Code}
+ \generatelist studio-how-to-code
+ \generatelist studio-how-to-refactor-code
+ \generatelist studio-how-to-search
+ \generatelist studio-preferences-code
\li \l{Projects}
\li \l{File System}
\li \l{Open Documents}
@@ -199,31 +203,6 @@
\li \l{Implementing Applications}
\list
\li \l{Designer-Developer Workflow}
- \li \l{Coding}{Cross-Platform Development}
- \list
- \li \l{Writing Code}
- \list
- \li \l{Semantic Highlighting}
- \li \l{Checking Code Syntax}
- \li \l{Indent text or code}
- \li \l{Behavior}
- \li \l{Qt Quick Code Style}
- \li \l{Using Qt Quick Toolbars}
- \endlist
- \li \l{Finding}
- \list
- \li \l{Search in current file}
- \li \l{Search in projects or file systems}
- \li \l{Rename symbols}
- \li \l{Jump to the Code}
- \endlist
- \li \l{Apply quick fixes}
- \li \l{QML quick fixes}
- \li \l{Configuring the Editor}
- \list
- \li \l{Font & Colors}
- \endlist
- \endlist
\li \l{Debugging and Profiling}
\list
\li \l{Debugging Qt Quick Projects}
@@ -233,7 +212,7 @@
\li \l{Local Variables and Function Parameters}
\li \l{Evaluating Expressions}
\endlist
- \li \l{Debugging a Qt Quick Example Application}
+ \li \l{Debugging a Qt Quick Application}
\li \l{Profiling QML Applications}
\endlist
\endlist
diff --git a/doc/qtdesignstudio/src/qtdesignstudio.qdoc b/doc/qtdesignstudio/src/qtdesignstudio.qdoc
index 6ecd9c9241b..6d844746057 100644
--- a/doc/qtdesignstudio/src/qtdesignstudio.qdoc
+++ b/doc/qtdesignstudio/src/qtdesignstudio.qdoc
@@ -66,7 +66,7 @@
\li \b {\l{Implementing Applications}}
\list
\li \l{Designer-Developer Workflow}
- \li \l{Coding}{Cross-Platform Development}
+ \li \l{Code}{Coding}
\li \l{Debugging and Profiling}
\endlist
\li \b {\l{Advanced Designer Topics}}
diff --git a/doc/qtdesignstudio/src/views/qtquick-designer.qdoc b/doc/qtdesignstudio/src/views/qtquick-designer.qdoc
index 7d927a628be..3ca01494374 100644
--- a/doc/qtdesignstudio/src/views/qtquick-designer.qdoc
+++ b/doc/qtdesignstudio/src/views/qtquick-designer.qdoc
@@ -125,7 +125,7 @@
\li Provides a code editor for viewing and modifying the code
generated by the visual editors.
\li \image ok.png
- \li \l {Writing Code}
+ \li \l {Code}
\row
\li \l Projects
\li Shows a list of open projects and the files they contain.
diff --git a/doc/qtdesignstudio/src/views/qtquick-text-editor.qdoc b/doc/qtdesignstudio/src/views/qtquick-text-editor.qdoc
index f6666daa50b..f202df3c372 100644
--- a/doc/qtdesignstudio/src/views/qtquick-text-editor.qdoc
+++ b/doc/qtdesignstudio/src/views/qtquick-text-editor.qdoc
@@ -8,24 +8,37 @@
\title Code
- In the \uicontrol {Code} view, you can view and modify the code in a
- \l{UI Files}{UI file} (.ui.qml) or component file (.qml) that is generated
- when you create components in the \l {2D} or \l {3D} view and specify
- their properties in \l Properties.
+ To view and modify the code in a \l{UI Files}{UI file} (.ui.qml) or
+ component file (.qml), go to \uicontrol View and select \uicontrol Views >
+ \uicontrol Code. \QDS generates the code when you create components in the
+ \l {2D} or \l {3D} view and specify their properties in \l Properties.
\image qtquick-text-editor.png "The Code view"
You can also view and modify other types of text files.
- The view offers the following features:
+ \section1 Editing Code
- \list
- \li \l{Semantic Highlighting}
- \li \l{Checking Code Syntax}
- \li \l{Complete code}
- \li \l{Indent text or code}
- \li \l{Using Qt Quick Toolbars}
- \endlist
+ The \uicontrol Code view offers semantic highlighting, syntax checking,
+ code completion, code indentation, context sensitive help, and
+ in-line error indicators while you are typing.
+
+ For more information, see:
+
+ \generatelist studio-how-to-code
+
+ \section1 Semantic Highlighting
+
+ To help you write well formatted code, the \uicontrol Code view highlights
+ code elements and blocks. \QDS reads the source code, analyzes it, and
+ highlights it based on semantic checks.
+
+ To select the color scheme for semantic highlighting, go to
+ \preferences > \uicontrol {Text Editor} > \uicontrol {Font & Colors}.
+
+ For more information, see:
+
+ \generatelist studio-how-to-highlight-code
\section1 Refactoring Code
@@ -34,8 +47,15 @@
and rename symbols and apply quick fixes in the \uicontrol Code view to
refactor code.
+ For more information, see:
+
+ \generatelist studio-how-to-refactor-code
+
\section1 Searching in Code
+ The incremental search highlights the matching strings in the
+ \uicontrol Code view while you type.
+
To open the search dialog in the \uicontrol {Code} view:
\list
@@ -44,5 +64,25 @@
\li Select \key Ctrl + \key {F} (or \key Cmd + \key F on \macos).
\endlist
- \sa {Finding}, {Apply quick fixes}, {QML Quick Fixes}
+ With advanced search, you can search in currently open projects or
+ files on the file system.
+
+ For more information, see:
+
+ \generatelist studio-how-to-search
+
+ \section1 Setting Code view Preferences
+
+ To set preference for the \uicontrol Code view, go to \preferences >
+ \uicontrol {Text Editor}.
+
+ \image qtcreator-font-colors.png {Text Editor preferences}
+
+ The settings you specify apply globally to all projects.
+
+ For more information, see:
+
+ \generatelist studio-preferences-code
+
+ \sa {Jump to the Code}
*/
diff --git a/share/qtcreator/debugger/dumper.py b/share/qtcreator/debugger/dumper.py
index 836b1860cb2..059bf7b23e7 100644
--- a/share/qtcreator/debugger/dumper.py
+++ b/share/qtcreator/debugger/dumper.py
@@ -453,6 +453,10 @@ class DumperBase():
return self.listTemplateParametersManually(typename)
def listTemplateParametersManually(self, typename):
+ # Undo id mangling for template typedefs. Relevant for QPair.
+ if typename.endswith('}'):
+ typename = typename[typename.find('{') + 1 : -1]
+
targs = []
if not typename.endswith('>'):
return targs
@@ -3629,7 +3633,7 @@ class DumperBase():
def templateArgument(self, position):
#DumperBase.warn('TDATA: %s' % self.tdata)
#DumperBase.warn('ID: %s' % self.typeId)
- if self.tdata is None:
+ if self.tdata is None or self.tdata.templateArguments is None:
# Native lookups didn't help. Happens for 'wrong' placement of 'const'
# etc. with LLDB. But not all is lost:
ta = self.dumper.listTemplateParameters(self.typeId)
diff --git a/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml b/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml
index c75fad53e7e..d888733cb5f 100644
--- a/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml
+++ b/share/qtcreator/qmldesigner/landingpage/content/PushButton.ui.qml
@@ -23,7 +23,7 @@ Button {
color: Theme.Colors.backgroundPrimary
implicitWidth: 100
implicitHeight: 35
- border.color: Theme.Colors.foregroundSecondary
+ border.color: Theme.Colors.foregroundPrimary
anchors.fill: parent
}
@@ -80,7 +80,7 @@ Button {
PropertyChanges {
target: buttonBackground
color: Theme.Colors.backgroundPrimary
- border.color: Theme.Colors.disabledLink
+ border.color: Theme.Colors.foregroundSecondary
}
PropertyChanges {
target: textItem
diff --git a/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/+QDS_theming/Colors.qml b/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/+QDS_theming/Colors.qml
index 0b100765004..37a1c9878e5 100644
--- a/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/+QDS_theming/Colors.qml
+++ b/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/+QDS_theming/Colors.qml
@@ -5,13 +5,13 @@ pragma Singleton
import QtQuick 2.15
QtObject {
- readonly property color text: "#ffe7e7e7"
- readonly property color foregroundPrimary: "#ffa3a3a3"
- readonly property color foregroundSecondary: "#ff808080"
- readonly property color backgroundPrimary: "#ff333333"
- readonly property color backgroundSecondary: "#ff232323"
- readonly property color hover: "#ff404040"
- readonly property color accent: "#ff57d658"
- readonly property color link: "#ff67e668"
- readonly property color disabledLink: "#7fffffff"
+ readonly property color text: "#fff8f8f8" // Token_Text_Default
+ readonly property color foregroundPrimary: "#ff474747" // Token_Foreground_Default
+ readonly property color foregroundSecondary: "#ff353535" // Token_Foreground_Muted
+ readonly property color backgroundPrimary: "#ff1f1f1f" // Token_Background_Default
+ readonly property color backgroundSecondary: "#ff262626" // Token_Background_Muted
+ readonly property color hover: "#ff2e2e2e" // Token_Background_Subtle
+ readonly property color accent: "#ff1f9b5d" // Token_Accent_Default
+ readonly property color link: "#ff23b26a" // Token_Text_Accent
+ readonly property color disabledLink: "#ff595959" // Token_Text_Subtle
}
diff --git a/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/Colors.qml b/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/Colors.qml
index 3dd1911f1ff..58ef8f030c7 100644
--- a/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/Colors.qml
+++ b/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/Colors.qml
@@ -6,13 +6,13 @@ import QtQuick 2.15
import LandingPageTheme
QtObject {
- readonly property color text: Theme.color(Theme.Welcome_TextColor)
- readonly property color foregroundPrimary: Theme.color(Theme.Welcome_ForegroundPrimaryColor)
- readonly property color foregroundSecondary: Theme.color(Theme.Welcome_ForegroundSecondaryColor)
- readonly property color backgroundPrimary: Theme.color(Theme.Welcome_BackgroundPrimaryColor)
- readonly property color backgroundSecondary: Theme.color(Theme.Welcome_BackgroundSecondaryColor)
- readonly property color hover: Theme.color(Theme.Welcome_HoverColor)
- readonly property color accent: Theme.color(Theme.Welcome_AccentColor)
- readonly property color link: Theme.color(Theme.Welcome_LinkColor)
- readonly property color disabledLink: Theme.color(Theme.Welcome_DisabledLinkColor)
+ readonly property color text: Theme.color(Theme.Token_Text_Default)
+ readonly property color foregroundPrimary: Theme.color(Theme.Token_Foreground_Default)
+ readonly property color foregroundSecondary: Theme.color(Theme.Token_Foreground_Muted)
+ readonly property color backgroundPrimary: Theme.color(Theme.Token_Background_Default)
+ readonly property color backgroundSecondary: Theme.color(Theme.Token_Background_Muted)
+ readonly property color hover: Theme.color(Theme.Token_Background_Subtle)
+ readonly property color accent: Theme.color(Theme.Token_Accent_Default)
+ readonly property color link: Theme.color(Theme.Token_Text_Accent)
+ readonly property color disabledLink: Theme.color(Theme.Token_Text_Subtle)
}
diff --git a/share/qtcreator/translations/qtcreator_de.ts b/share/qtcreator/translations/qtcreator_de.ts
index d8edc96b619..f20112174ac 100644
--- a/share/qtcreator/translations/qtcreator_de.ts
+++ b/share/qtcreator/translations/qtcreator_de.ts
@@ -16792,7 +16792,7 @@ Stellen Sie sicher, dass der Wert der CMAKE_BUILD_TYPE-Variable derselbe wie der
Update Potentially Stale Clangd Index Entries
-
+ Potenziell veraltete Clangd-Indexeinträge aktualisieren
Generate Compilation Database
@@ -16940,11 +16940,11 @@ Stellen Sie sicher, dass der Wert der CMAKE_BUILD_TYPE-Variable derselbe wie der
Warning:
-
+ Warnung:
The current ClangFormat (C++ > Code Style > ClangFormat) settings are not valid. Are you sure you want to apply them?
-
+ Die aktuellen Einstellungen für ClangFormat (C++ > Coding-Stil > ClangFormat) sind ungültig. Sind Sie sicher, dass Sie diese anwenden wollen?
Open Used .clang-format Configuration File
@@ -16974,11 +16974,11 @@ Das integrierte Codemodell übernimmt das Einrücken.
Use custom settings
-
+ Benutzerdefinierte Einstellungen verwenden
Use built-in indenter
-
+ Integriertes Codemodell für das Einrücken benutzen
Use global settings
@@ -16986,7 +16986,7 @@ Das integrierte Codemodell übernimmt das Einrücken.
Please note that the current project includes a .clang-format file, which will be used for code indenting and formatting.
-
+ Beachten Sie, dass das aktuelle Projekt eine .clang-format-Datei enthält, welche für das Einrücken und die Formatierung von Code benutzt werden wird.
ClangFormat settings:
@@ -17331,7 +17331,7 @@ Setzen Sie erst eine gültige ausführbare Datei.
Diagnostics
-
+ Diagnose
Failed to start the analyzer.
@@ -22468,7 +22468,7 @@ Doppelklicken Sie einen Eintrag um ihn zu ändern.
Move Definition Here
-
+ Definition hierher verschieben
Move Definition to Class
@@ -23125,11 +23125,11 @@ Diese Präfixe werden zusätzlich zum Dateinamen beim Wechseln zwischen Header-
Headers
- Header-Dateien
+ Header-Dateien
Sources
- Quelldateien
+ Quelldateien
S&uffix:
@@ -23682,7 +23682,7 @@ Das integrierte Codemodell übernimmt Syntaxhervorhebung, Code-Vervollständigun
Automatic
- Automatisch
+ Automatisch
Ignore files greater than
@@ -26236,7 +26236,7 @@ markers in the source code editor.
%1 of length %2
-
+ %1 der Länge %2
Show Unprintable Characters as Escape Sequences
@@ -27446,23 +27446,23 @@ Sie können hier eine andere Verbindung wählen, beispielsweise eine serielle Ve
Enable %1 debugger.
-
+ %1-Debugger aktivieren.
Disable %1 debugger.
-
+ %1-Debugger deaktivieren.
Try to determine need for %1 debugger.
-
+ Versuche, die Notwendigkeit für den %1-Debugger zu ermitteln.
No additional startup commands.
-
+ Keine zusätzlichen Kommandos beim Start.
Use additional startup commands.
-
+ Benutze zusätzliche Kommandos beim Start.
C++ debugger:
@@ -27474,7 +27474,7 @@ Sie können hier eine andere Verbindung wählen, beispielsweise eine serielle Ve
Python debugger:
-
+ Python-Debugger:
Enable Debugging of Subprocesses
@@ -31860,7 +31860,7 @@ Jetzt Commit ausführen?
Git command:
-
+ Git-Kommando:
Set "HOME" environment variable
@@ -34767,15 +34767,15 @@ Möchten Sie sie überschreiben?
Deployment canceled.
-
+ Deployment abgebrochen.
Failed to run devicectl: %1.
-
+ Das Ausführen von devicectl ist fehlgeschlagen: %1.
devicectl returned unexpected output ... deployment might have failed.
-
+ Unerwartete Ausgabe von devicectl ... Deployment könnte fehlgeschlagen sein.
The provisioning profile "%1" (%2) used to sign the application does not cover the device %3 (%4). Deployment to it will fail.
@@ -34893,7 +34893,7 @@ Möchten Sie sie überschreiben?
Debugging and profiling is currently not supported for devices with iOS 17 and later.
-
+ Debuggen und Profiling wird für Geräte mit iOS 17 und später im Moment nicht unterstützt.
Device type:
@@ -34917,7 +34917,7 @@ Möchten Sie sie überschreiben?
Application launch on simulator failed. Simulator not running. %1
-
+ Der Start der Anwendung im Simulator ist fehlgeschlagen. Der Simulator läuft nicht. %1
Application install on simulator failed. %1
@@ -34941,23 +34941,23 @@ Möchten Sie sie überschreiben?
Running failed. No iOS device found.
-
+ Ausführen fehlgeschlagen. Kein iOS-Gerät gefunden.
Running canceled.
-
+ Ausführen abgebrochen.
"%1" exited.
-
+ "%1" wurde beendet.
Failed to determine bundle identifier.
-
+ Die Ermittlung des Bundle-Identifiers ist fehlgeschlagen.
Running "%1" on %2...
-
+ Führe "%1" auf %2 aus...
Could not find %1.
@@ -35323,79 +35323,79 @@ Ablaufdatum: %3
Failed to parse devicectl output: %1.
-
+ Die Auswertung der Ausgabe von devicectl ist fehlgeschlagen: %1.
Operation failed: %1
-
+ Operation fehlgeschlagen: %1
Failed to parse devicectl output: "result" is missing.
-
+ Die Auswertung der Ausgabe von devicectl ist fehlgeschlagen: "result" fehlt.
devicectl returned unexpected output ... running failed.
-
+ Unerwartete Ausgabe von devicectl ... Ausführen ist fehlgeschlagen.
Failed to start process.
-
+ Der Prozess konnte nicht gestartet werden.
Process was canceled.
-
+ Der Prozess wurde abgebrochen.
Process was forced to exit.
-
+ Der Prozess wurde gezwungenermaßen abgebrochen.
Cannot find xcrun.
-
+ xcrun wurde nicht gefunden.
xcrun is not executable.
-
+ xcrun ist nicht ausführbar.
Invalid Empty UDID.
-
+ Ungültige leere UDID.
Failed to start simulator app.
-
+ Simulator-Anwendung konnte nicht gestartet werden.
Simulator device is not available. (%1)
-
+ Simulator-Gerät ist nicht verfügbar. (%1)
Simulator start was canceled.
-
+ Der Start des Simulators wurde abgebrochen.
Cannot start Simulator device. Previous instance taking too long to shut down. (%1)
-
+ Das Simulator-Gerät konnte nicht gestartet werden. Die vorherige Instanz braucht zu lange, um herunterzufahren. (%1)
Cannot start Simulator device. Simulator not in shutdown state. (%1)
-
+ Das Simulator-Gerät konnte nicht gestartet werden. Der Simulator ist nicht im "shutdown"-Zustand. (%1)
Cannot start Simulator device. Simulator not in booted state. (%1)
-
+ Das Simulator-Gerät konnte nicht gestartet werden. Der Simulator ist nicht im "booted"-Zustand. (%1)
Bundle path does not exist.
-
+ Der Pfad des Bundles existiert nicht.
Invalid (empty) bundle identifier.
-
+ Ungültiger (leerer) Bundle-Identifier.
Failed to convert inferior pid. (%1)
-
+ Die PID des zu debuggenden Prozesses konnte nicht ermittelt werden. (%1)
@@ -35466,43 +35466,43 @@ Ablaufdatum: %3
Install npm Package
-
+ npm-Paket installieren
Running "%1" to install %2.
- Führe "%1" aus, um %2 zu installieren.
+ Führe "%1" aus, um %2 zu installieren.
The installation of "%1" was canceled by timeout.
- Die Installation von "%1" wurde wegen Zeitüberschreitung abgebrochen.
+ Die Installation von "%1" wurde wegen Zeitüberschreitung abgebrochen.
The installation of "%1" was canceled by the user.
- Die Installation von "%1" wurde vom Benutzer abgebrochen.
+ Die Installation von "%1" wurde vom Benutzer abgebrochen.
Installing "%1" failed with exit code %2.
- Die Installation von "%1" ist mit dem Rückgabewert %2 fehlgeschlagen.
+ Die Installation von "%1" ist mit dem Rückgabewert %2 fehlgeschlagen.
Install %1 language server via npm.
-
+ Installiere den Language Server für %1 über npm.
Setup %1 language server (%2).
-
+ Language Server für %1 einrichten (%2).
Install
- Installieren
+ Installieren
Setup
-
+ Einrichten
%1 Language Server
-
+ %1 Language Server
Name:
@@ -35725,7 +35725,7 @@ Für gültige Einstellungen schauen Sie in die Dokumentation des benutzten Langu
Collapse All
- Alle einklappen
+ Alle einklappen
Client Message
@@ -38169,7 +38169,7 @@ Weitere Erklärungen sind möglicherweise in "Ausgabe der Anwendung" z
Error running "where" on %1: The file is not mapped.
Failed to run p4 "where" to resolve a Perforce file name to a local file system name.
-
+ Fehler beim Ausführen von "where" auf %1: Die Datei ist nicht zugeordnet.
p4 revert
@@ -52978,7 +52978,7 @@ Werte kleiner als 100% können überlappende und falsch ausgerichtete Darstellun
Custom settings:
-
+ Benutzerdefinierte Einstellungen:
Delete
@@ -53300,7 +53300,7 @@ Werte kleiner als 100% können überlappende und falsch ausgerichtete Darstellun
%1 [customizable]
-
+ %1 [anpassbar]
Files in File System
@@ -53701,11 +53701,11 @@ Gibt an, wie sich die Rücktaste bezüglich Einrückung verhält.
&Highlight selection
-
+ Aus&wahl hervorheben
Adds a colored background and a marker to the scrollbar to occurrences of the selected text.
-
+ Hebt Vorkommen des ausgewählten Texts mit einem farbigen Hintergrund hervor und fügt Markierungen zur Bildlaufleiste hinzu.
Next to editor content
@@ -54419,7 +54419,7 @@ Bestimmt das Verhalten bezüglich der Einrückung von Fortsetzungszeilen.
&Sort Lines
-
+ Zeilen &sortieren
Meta+Shift+S
@@ -55634,7 +55634,7 @@ Außer Leerzeichen innerhalb von Kommentaren und Zeichenketten.
Git Blame
- Git Blame
+ Git Blame
Copy SHA1 to Clipboard
@@ -55643,11 +55643,11 @@ Außer Leerzeichen innerhalb von Kommentaren und Zeichenketten.
<b>Note:</b> "%1" or "%2" is enabled in the instant blame settings.
%1 and %2 are the "ignore whitespace changes" and "ignore line moves" options
- <b>Hinweis:</b> "%1" oder "%2" ist in den Einstellungen für Instant Blame aktiviert.
+ <b>Hinweis:</b> "%1" oder "%2" ist in den Einstellungen für Instant Blame aktiviert.
You
- Sie selbst
+ Sie selbst
Show Preview
@@ -58646,7 +58646,7 @@ Check settings or ensure Valgrind is installed and available in PATH.
Running in "%1": %2
-
+ Führe in "%1" aus: %2
Failed to retrieve data.
diff --git a/share/qtcreator/translations/qtcreator_fr.ts b/share/qtcreator/translations/qtcreator_fr.ts
index b670b189d41..8e802d897c6 100644
--- a/share/qtcreator/translations/qtcreator_fr.ts
+++ b/share/qtcreator/translations/qtcreator_fr.ts
@@ -13699,6 +13699,10 @@ Remarque : cela peut vous exposer à une attaque de type « homme du m
Key chain message: "%1".
Message du porte-clés « %1 ».
+
+ Unauthenticated access failed (wrong user), using authenticated access...
+ Échec d'accès non authentifié (mauvais utilisateur), utilisation d'un accès authentifié…
+
Enter the password for:
Dashboard: %1
@@ -19006,10 +19010,6 @@ Si les curseurs de redimensionnement des vues du système ne s'affichent pa
<System Language>
<Langue du système>
-
- The cursors for resizing views will change after restart.
- Les curseurs utilisés lors du redimensionnement des vues seront pris en compte après un redémarrage.
-
The language change will take effect after restart.
Le changement de langue prend effet après le redémarrage.
@@ -29336,10 +29336,6 @@ La recompilation du projet peut aider.
Failed to create container shell (Out of memory).
Échec lors de la création du shell du container (mémoire insuffisante).
-
- Cannot start docker device from non-main thread
- Impossible de démarrer le périphérique docker depuis un thread non principal
-
Device is shut down
Le périphérique a été fermé
diff --git a/src/libs/solutions/terminal/terminalview.cpp b/src/libs/solutions/terminal/terminalview.cpp
index 0cebe6d9b99..472346b3fcb 100644
--- a/src/libs/solutions/terminal/terminalview.cpp
+++ b/src/libs/solutions/terminal/terminalview.cpp
@@ -958,11 +958,14 @@ void TerminalView::applySizeChange()
};
if (newLiveSize.height() <= 0)
- newLiveSize.setHeight(1);
+ return;
if (newLiveSize.width() <= 0)
newLiveSize.setWidth(1);
+ if (d->m_surface->liveSize() == newLiveSize)
+ return;
+
resizePty(newLiveSize);
d->m_surface->resize(newLiveSize);
flushVTerm(true);
diff --git a/src/libs/utils/namevaluesdialog.cpp b/src/libs/utils/namevaluesdialog.cpp
index 43511fe57f0..35587f87919 100644
--- a/src/libs/utils/namevaluesdialog.cpp
+++ b/src/libs/utils/namevaluesdialog.cpp
@@ -21,8 +21,7 @@ namespace Internal {
static EnvironmentItems cleanUp(const EnvironmentItems &items)
{
- EnvironmentItems uniqueItems;
- QSet uniqueSet;
+ EnvironmentItems cleanedItems;
for (int i = items.count() - 1; i >= 0; i--) {
EnvironmentItem item = items.at(i);
if (HostOsInfo::isWindowsHost())
@@ -30,10 +29,10 @@ static EnvironmentItems cleanUp(const EnvironmentItems &items)
const QString &itemName = item.name;
QString emptyName = itemName;
emptyName.remove(QLatin1Char(' '));
- if (!emptyName.isEmpty() && Utils::insert(uniqueSet, itemName))
- uniqueItems.prepend(item);
+ if (!emptyName.isEmpty())
+ cleanedItems.prepend(item);
}
- return uniqueItems;
+ return cleanedItems;
}
class TextEditHelper : public QPlainTextEdit
diff --git a/src/plugins/bazaar/bazaarplugin.cpp b/src/plugins/bazaar/bazaarplugin.cpp
index 9a75fbf3b3c..590cfd23276 100644
--- a/src/plugins/bazaar/bazaarplugin.cpp
+++ b/src/plugins/bazaar/bazaarplugin.cpp
@@ -953,7 +953,7 @@ VcsCommand *BazaarPluginPrivate::createInitialCheckoutCommand(const QString &url
Environment env = m_client.processEnvironment(baseDirectory);
env.set("BZR_PROGRESS_BAR", "text");
- auto command = VcsBaseClient::createVcsCommand(baseDirectory, env);
+ auto command = VcsBaseClient::createVcsCommand(this, baseDirectory, env);
command->addJob({m_client.vcsBinary(baseDirectory), args}, -1);
return command;
}
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp
index 855a76681bf..6df1e7452d7 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp
@@ -245,6 +245,8 @@ static CMakeConfig configurationFromPresetProbe(
cmakeListTxt.writeFileContents(QByteArray("cmake_minimum_required(VERSION 3.15)\n"
"\n"
"project(preset-probe)\n"
+ "set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\" CACHE FILEPATH \"\" FORCE)\n"
+ "set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\" CACHE FILEPATH \"\" FORCE)\n"
"\n"));
Process cmake;
diff --git a/src/plugins/coreplugin/dialogs/externaltoolconfig.cpp b/src/plugins/coreplugin/dialogs/externaltoolconfig.cpp
index dc434547de7..76ff935975d 100644
--- a/src/plugins/coreplugin/dialogs/externaltoolconfig.cpp
+++ b/src/plugins/coreplugin/dialogs/externaltoolconfig.cpp
@@ -174,19 +174,27 @@ bool ExternalToolModel::dropMimeData(const QMimeData *data,
return false;
QDataStream stream(&ba, QIODevice::ReadOnly);
QString category;
- int pos = -1;
+ qsizetype pos = -1;
stream >> category;
stream >> pos;
QList &items = m_tools[category];
QTC_ASSERT(pos >= 0 && pos < items.count(), return false);
- beginRemoveRows(index(m_tools.keys().indexOf(category), 0), pos, pos);
+ const int sourceCategoryIndex = std::distance(m_tools.constBegin(), m_tools.constFind(category));
+ const int targetCategoryIndex
+ = std::distance(m_tools.constBegin(), m_tools.constFind(toCategory));
+ QTC_ASSERT(sourceCategoryIndex >= 0 && targetCategoryIndex >= 0, return false);
+ if (row < 0) // target row can be -1 when dropping onto the category itself
+ row = 0;
+ if (sourceCategoryIndex == targetCategoryIndex) {
+ if (row == pos || row == pos + 1) // would end at the same place, don't
+ return false;
+ }
+ beginMoveRows(index(sourceCategoryIndex, 0), pos, pos, index(targetCategoryIndex, 0), row);
ExternalTool *tool = items.takeAt(pos);
- endRemoveRows();
- if (row < 0)
- row = m_tools.value(toCategory).count();
- beginInsertRows(index(m_tools.keys().indexOf(toCategory), 0), row, row);
+ if (category == toCategory && pos < row) // adapt the target row for the removed item
+ --row;
m_tools[toCategory].insert(row, tool);
- endInsertRows();
+ endMoveRows();
return true;
}
diff --git a/src/plugins/coreplugin/systemsettings.cpp b/src/plugins/coreplugin/systemsettings.cpp
index a03eea24b89..d06d14f8dab 100644
--- a/src/plugins/coreplugin/systemsettings.cpp
+++ b/src/plugins/coreplugin/systemsettings.cpp
@@ -161,7 +161,7 @@ class SystemSettingsWidget : public IOptionsPageWidget
{
public:
SystemSettingsWidget()
- : m_fileSystemCaseSensitivityChooser(new QComboBox)
+ : m_fileSystemCaseSensitivityChooser(HostOsInfo::isMacHost() ? new QComboBox : nullptr)
, m_externalFileBrowserEdit(new QLineEdit)
, m_terminalComboBox(new QComboBox)
, m_terminalOpenArgs(new QLineEdit)
@@ -188,9 +188,6 @@ public:
m_terminalOpenArgs->setToolTip(
Tr::tr("Command line arguments used for \"%1\".").arg(FileUtils::msgTerminalHereAction()));
- auto fileSystemCaseSensitivityLabel = new QLabel(Tr::tr("File system case sensitivity:"));
- fileSystemCaseSensitivityLabel->setToolTip(
- Tr::tr("Influences how file names are matched to decide if they are the same."));
auto resetFileBrowserButton = new QPushButton(Tr::tr("Reset"));
resetFileBrowserButton->setToolTip(Tr::tr("Reset to default."));
auto helpExternalFileBrowserButton = new QToolButton;
@@ -223,6 +220,9 @@ public:
}
grid.addRow({Span(4, s.patchCommand)});
if (HostOsInfo::isMacHost()) {
+ auto fileSystemCaseSensitivityLabel = new QLabel(Tr::tr("File system case sensitivity:"));
+ fileSystemCaseSensitivityLabel->setToolTip(
+ Tr::tr("Influences how file names are matched to decide if they are the same."));
grid.addRow({fileSystemCaseSensitivityLabel,
m_fileSystemCaseSensitivityChooser});
}
diff --git a/src/plugins/coreplugin/welcomepagehelper.cpp b/src/plugins/coreplugin/welcomepagehelper.cpp
index 9cad69cdf17..fe01944a6f2 100644
--- a/src/plugins/coreplugin/welcomepagehelper.cpp
+++ b/src/plugins/coreplugin/welcomepagehelper.cpp
@@ -752,8 +752,8 @@ bool ListModelFilter::leaveFilterAcceptsRowBeforeFiltering(const ListItem *, boo
return false;
}
-constexpr TextFormat titleTF {Theme::Token_Text_Default, StyleHelper::UiElementIconActive};
-constexpr TextFormat descriptionTF {titleTF.themeColor, StyleHelper::UiElementCaption};
+constexpr TextFormat titleTF {Theme::Token_Text_Default, StyleHelper::UiElementH6};
+constexpr TextFormat descriptionTF {titleTF.themeColor, StyleHelper::UiElementCaptionStrong};
constexpr TextFormat tagsLabelTF {Theme::Token_Text_Muted, StyleHelper::UiElementCaptionStrong};
constexpr TextFormat tagsTF {Theme::Token_Text_Accent, tagsLabelTF.uiElement};
diff --git a/src/plugins/cvs/cvsplugin.cpp b/src/plugins/cvs/cvsplugin.cpp
index 2688def71e6..01c47b1646f 100644
--- a/src/plugins/cvs/cvsplugin.cpp
+++ b/src/plugins/cvs/cvsplugin.cpp
@@ -410,7 +410,8 @@ VcsCommand *CvsPluginPrivate::createInitialCheckoutCommand(const QString &url,
QStringList args;
args << QLatin1String("checkout") << url << extraArgs;
- auto command = VcsBaseClient::createVcsCommand(baseDirectory, Environment::systemEnvironment());
+ auto command = VcsBaseClient::createVcsCommand(this, baseDirectory,
+ Environment::systemEnvironment());
command->setDisplayName(Tr::tr("CVS Checkout"));
command->addJob({settings().binaryPath(), settings().addOptions(args)}, -1);
return command;
diff --git a/src/plugins/debugger/debuggerrunconfigurationaspect.cpp b/src/plugins/debugger/debuggerrunconfigurationaspect.cpp
index 54ac38e8ece..41bbef61bd3 100644
--- a/src/plugins/debugger/debuggerrunconfigurationaspect.cpp
+++ b/src/plugins/debugger/debuggerrunconfigurationaspect.cpp
@@ -77,10 +77,15 @@ DebuggerRunConfigurationAspect::DebuggerRunConfigurationAspect(Target *target)
const auto setSummaryText = [this, details] {
const auto describe = [](const TriStateAspect &aspect, const QString &name) {
- if (aspect() == TriState::Enabled)
+ if (aspect() == TriState::Enabled) {
+ //: %1 is C++, QML, or Python
return Tr::tr("Enable %1 debugger.").arg(name);
- if (aspect() == TriState::Disabled)
+ }
+ if (aspect() == TriState::Disabled) {
+ //: %1 is C++, QML, or Python
return Tr::tr("Disable %1 debugger.").arg(name);
+ }
+ //: %1 is C++, QML, or Python
return Tr::tr("Try to determine need for %1 debugger.").arg(name);
};
diff --git a/src/plugins/debugger/watchhandler.cpp b/src/plugins/debugger/watchhandler.cpp
index 987122fcf24..0cc67f54161 100644
--- a/src/plugins/debugger/watchhandler.cpp
+++ b/src/plugins/debugger/watchhandler.cpp
@@ -959,8 +959,10 @@ static QString displayType(const WatchItem *item)
result += QString(":%1").arg(item->bitsize);
result.remove('\'');
result = watchModel(item)->removeNamespaces(result);
- if (item->valuelen > 0)
+ if (item->valuelen > 0) {
+ //: of length , e.g. for strings and byte arrays
result = Tr::tr("%1 of length %2").arg(result).arg(item->valuelen);
+ }
return result;
}
diff --git a/src/plugins/fossil/fossilplugin.cpp b/src/plugins/fossil/fossilplugin.cpp
index c4ea13b4464..ff6fa0fa3f4 100644
--- a/src/plugins/fossil/fossilplugin.cpp
+++ b/src/plugins/fossil/fossilplugin.cpp
@@ -927,7 +927,7 @@ VcsCommand *FossilPluginPrivate::createInitialCheckoutCommand(const QString &sou
checkoutPath.createDir();
// Setup the wizard page command job
- auto command = VcsBaseClient::createVcsCommand(checkoutPath,
+ auto command = VcsBaseClient::createVcsCommand(this, checkoutPath,
fossilClient().processEnvironment(checkoutPath));
if (!isLocalRepository
diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp
index 966abc40b8c..af5b267101a 100644
--- a/src/plugins/git/gitplugin.cpp
+++ b/src/plugins/git/gitplugin.cpp
@@ -1769,7 +1769,7 @@ VcsCommand *GitPluginPrivate::createInitialCheckoutCommand(const QString &url,
QStringList args = {"clone", "--progress"};
args << extraArgs << url << localName;
- auto command = VcsBaseClient::createVcsCommand(baseDirectory,
+ auto command = VcsBaseClient::createVcsCommand(this, baseDirectory,
gitClient().processEnvironment(baseDirectory));
command->addFlags(RunFlags::SuppressStdErr);
command->addJob({gitClient().vcsBinary(baseDirectory), args}, -1);
diff --git a/src/plugins/help/helpmanager.cpp b/src/plugins/help/helpmanager.cpp
index 7ec80e700d5..a117afd916a 100644
--- a/src/plugins/help/helpmanager.cpp
+++ b/src/plugins/help/helpmanager.cpp
@@ -8,6 +8,8 @@
#include
#include
+#include
+
#include
#include
#include
@@ -138,6 +140,7 @@ void HelpManager::registerDocumentation(const QStringList &files)
}
QFuture future = Utils::asyncRun(®isterDocumentationNow, collectionFilePath(), files);
+ ExtensionSystem::PluginManager::futureSynchronizer()->addFuture(future);
Utils::onResultReady(future, this, [](bool docsChanged){
if (docsChanged) {
d->m_helpEngine->setupData();
@@ -200,6 +203,7 @@ void HelpManager::unregisterDocumentation(const QStringList &files)
d->m_userRegisteredFiles.subtract(Utils::toSet(files));
QFuture future = Utils::asyncRun(&unregisterDocumentationNow, collectionFilePath(), files);
+ ExtensionSystem::PluginManager::futureSynchronizer()->addFuture(future);
Utils::onResultReady(future, this, [](bool docsChanged){
if (docsChanged) {
d->m_helpEngine->setupData();
diff --git a/src/plugins/languageclient/languageclientsettings.cpp b/src/plugins/languageclient/languageclientsettings.cpp
index 503e79e2b8b..38c5a46159c 100644
--- a/src/plugins/languageclient/languageclientsettings.cpp
+++ b/src/plugins/languageclient/languageclientsettings.cpp
@@ -184,7 +184,7 @@ LanguageClientSettingsPageWidget::LanguageClientSettingsPageWidget(LanguageClien
auto addMenu = new QMenu(this);
addMenu->clear();
for (const ClientType &type : clientTypes()) {
- auto action = new QAction(type.name);
+ auto action = new QAction(type.name, this);
connect(action, &QAction::triggered, this, [this, id = type.id]() { addItem(id); });
addMenu->addAction(action);
}
diff --git a/src/plugins/mercurial/mercurialplugin.cpp b/src/plugins/mercurial/mercurialplugin.cpp
index a9ab891c023..f87d181da41 100644
--- a/src/plugins/mercurial/mercurialplugin.cpp
+++ b/src/plugins/mercurial/mercurialplugin.cpp
@@ -736,9 +736,8 @@ VcsCommand *MercurialPluginPrivate::createInitialCheckoutCommand(const QString &
{
QStringList args;
args << QLatin1String("clone") << extraArgs << url << localName;
- auto command = VcsBaseClient::createVcsCommand(baseDirectory,
- mercurialClient().processEnvironment(
- baseDirectory));
+ auto command = VcsBaseClient::createVcsCommand(this, baseDirectory,
+ mercurialClient().processEnvironment(baseDirectory));
command->addJob({settings().binaryPath(), args}, -1);
return command;
}
diff --git a/src/plugins/projectexplorer/projectwelcomepage.cpp b/src/plugins/projectexplorer/projectwelcomepage.cpp
index e51800575d6..29742256443 100644
--- a/src/plugins/projectexplorer/projectwelcomepage.cpp
+++ b/src/plugins/projectexplorer/projectwelcomepage.cpp
@@ -47,10 +47,11 @@ const char PROJECT_BASE_ID[] = "Welcome.OpenRecentProject";
namespace ProjectExplorer {
namespace Internal {
-constexpr TextFormat projectNameTF {Theme::Token_Text_Accent, StyleHelper::UiElementH5};
-constexpr TextFormat projectPathTF {Theme::Token_Text_Muted, StyleHelper::UiElementIconActive};
-constexpr TextFormat sessionNameTF {projectNameTF.themeColor, projectNameTF.uiElement};
-constexpr TextFormat sessionProjetNameTF {Theme::Token_Text_Default, projectNameTF.uiElement};
+constexpr TextFormat projectNameTF {Theme::Token_Text_Accent, StyleHelper::UiElementH6};
+constexpr TextFormat projectPathTF {Theme::Token_Text_Muted, StyleHelper::UiElementCaptionStrong};
+constexpr TextFormat sessionNameTF = {projectNameTF.themeColor, projectNameTF.uiElement,
+ Qt::AlignVCenter | Qt::TextDontClip};
+constexpr TextFormat sessionProjectNameTF {Theme::Token_Text_Default, projectNameTF.uiElement};
constexpr TextFormat shortcutNumberTF {Theme::Token_Text_Default,
StyleHelper::UiElementCaptionStrong,
Qt::AlignCenter | Qt::TextDontClip};
@@ -315,36 +316,36 @@ public:
void paint(QPainter *painter, const QStyleOptionViewItem &option,
const QModelIndex &idx) const final
{
- // visible on withIcon() Gap + arrow visible on hover Extra margin right of project item
- // | | |
- // +----------+----------+ +--------+-------+ +----------+----------+
- // | | | | | |
+ // visible on withIcon() Gap + arrow visible on hover Extra margin right of project item
+ // | | |
+ // +-----------+----------+ +--------+-------+ +----------+----------+
+ // | | | | | |
//
- // +------------+--------+--------+------------+--------+-------------+--------+-------+------------+---------------------+ --+
- // | | | |(VPaddingXs)| |(VPaddingXs) | | | | | |
- // | | | +------------+ +-------------+ | | | | |
- // |(HPaddingXs)||(HGapXs)| |(HGapXs)||(HGapXs)|| | | +-- Header
- // | |(16x16) | +------------+ +-------------+ | | | | |
- // | | | |(VPaddingXs)| |(VPaddingXs) | | | | | |
- // |------------+--------+--------+------------+--------+-------------+--------+-------+ | | --+
- // | +-- | (VPaddingXs) | | | |
- // | | +------------------------------+(HPaddingXs)| | |
- // | | | | | | |
- // | | +------------------------------+ | | |
- // | Per project in session --+ | (EXSPaddingGapS) | |(sessionScrollBarGap)| |
- // | | +------------------------------+ | | |
- // | | | | | | |
- // | | +------------------------------+ | | +-- Expansion
- // | +-- | (VPaddingXs) | | | |
- // +----------------------------------------------+------------------------------------+------------+ | |
- // | (VPaddingXs) | | |
- // +----------------------------------------+--------------+----------------------------------------+ | |
- // +-- | || | | |
- // | +----------------------------------------+--------------+----------------------------------------+ | |
- // | | (VPaddingXs) | | |
- // | +------------------------------------------------------------------------------------------------+---------------------+ --+
- // | | (VGapL) | +-- Gap between session items
- // | +----------------------------------------------------------------------------------------------------------------------+ --+
+ // +------------+--------+---------+------------+---------+-------------+--------+-------+------------+---------------------+ --+
+ // | | | |(VPaddingXs)| |(VPaddingXs) | | | | | |
+ // | | | +------------+ +-------------+ | | | | |
+ // |(HPaddingXs)||(HGapXxs)| |(HGapXxs)||(HGapXs)|| | | +-- Header
+ // | |(16x16) | +------------+ +-------------+ | | | | |
+ // | | | |(VPaddingXs)| |(VPaddingXs) | | | | | |
+ // |------------+--------+---------+------------+---------+-------------+--------+-------+ | | --+
+ // | +-- | (VPaddingXxs) | | | |
+ // | | +------------------------------+(HPaddingXs)| | |
+ // | | | | | | |
+ // | | +------------------------------+ | | |
+ // | Per project in session --+ | (ExPaddingGapS) | |(sessionScrollBarGap)| |
+ // | | +------------------------------+ | | |
+ // | | | | | | |
+ // | | +------------------------------+ | | +-- Expansion
+ // | +-- | (VPaddingXxs) | | | |
+ // +------------------------------------------------------+------------------------------+------------+ | |
+ // | (VPaddingXs) | | |
+ // +-----------------------------------------+--------------+-----------------------------------------+ | |
+ // +-- | || | | |
+ // | +-----------------------------------------+--------------+-----------------------------------------+ | |
+ // | | (VPaddingXs) | | |
+ // | +--------------------------------------------------------------------------------------------------+---------------------+ --+
+ // | | (VGapL) | +-- Gap between session items
+ // | +------------------------------------------------------------------------------------------------------------------------+ --+
// |
// \ session action "buttons" and dividers
// +-----------------------------------------------+--------+---------+--------+
@@ -380,11 +381,11 @@ public:
const int y = bgR.y();
const int numberX = x + s(HPaddingXs);
- const int iconX = numberX + shortcutNumberWidth + s(HGapXs);
+ const int iconX = numberX + shortcutNumberWidth + s(HGapXxs);
const int arrowX = bgR.right() - s(HPaddingXs) - arrowS.width();
const QRect arrowHoverR(arrowX - s(HGapXs) + 1, y,
s(HGapXs) + arrowS.width() + s(HPaddingXs), hdR.height());
- const int textX = withIcon() ? iconX + iconS.width() + s(HGapXs) : iconX;
+ const int textX = withIcon() ? iconX + iconS.width() + s(HGapXxs) : iconX;
const int iconY = y + (hdR.height() - iconS.height()) / 2;
const int arrowY = y + (hdR.height() - arrowS.height()) / 2;
@@ -419,8 +420,7 @@ public:
fullSessionName = Tr::tr("%1 (last session)").arg(fullSessionName);
if (isActiveSession && !isDefaultVirgin)
fullSessionName = Tr::tr("%1 (current session)").arg(fullSessionName);
- const QRect switchR(x, y, hdR.width() - arrowHoverR.width(),
- hdR.height() + s(VGapL));
+ const QRect switchR(x, y, hdR.width() - arrowHoverR.width(), arrowHoverR.height());
const bool switchActive = switchR.contains(mousePos);
painter->setPen(sessionNameTF.color());
painter->setFont(sessionNameTF.font(switchActive));
@@ -432,7 +432,7 @@ public:
m_activeSwitchToRect = switchR;
}
if (arrowVisible) {
- if (arrowHoverR.adjusted(0, 0, 0, s(VGapL)).contains(mousePos)) {
+ if (arrowHoverR.adjusted(0, 0, 0, expanded ? 0 : s(VGapL)).contains(mousePos)) {
m_activeExpandRect = arrowHoverR;
} else {
painter->save();
@@ -447,9 +447,9 @@ public:
int yy = hdR.bottom();
if (expanded) {
- const QFont projectNameFont = sessionProjetNameTF.font();
+ const QFont projectNameFont = sessionProjectNameTF.font();
const QFontMetrics projectNameFm(projectNameFont);
- const int projectNameLineHeight = sessionProjetNameTF.lineHeight();
+ const int projectNameLineHeight = sessionProjectNameTF.lineHeight();
const QFont projectPathFont = projectPathTF.font();
const QFontMetrics projectPathFm(projectPathFont);
const int projectPathLineHeight = projectPathTF.lineHeight();
@@ -457,15 +457,15 @@ public:
const FilePaths projects = ProjectManager::projectsForSessionName(sessionName);
for (const FilePath &projectPath : projects) {
- yy += s(VPaddingXs);
+ yy += s(VPaddingXxs);
{
painter->setFont(projectNameFont);
- painter->setPen(sessionProjetNameTF.color());
+ painter->setPen(sessionProjectNameTF.color());
const QRect projectNameR(textX, yy, textWidth, projectNameLineHeight);
const QString projectNameElided =
projectNameFm.elidedText(projectPath.completeBaseName(), Qt::ElideMiddle,
textWidth);
- painter->drawText(projectNameR, sessionProjetNameTF.drawTextFlags,
+ painter->drawText(projectNameR, sessionProjectNameTF.drawTextFlags,
projectNameElided);
yy += projectNameLineHeight;
yy += s(ExPaddingGapS);
@@ -483,7 +483,7 @@ public:
projectPathElided);
yy += projectPathLineHeight;
}
- yy += s(VPaddingXs);
+ yy += s(VPaddingXxs);
}
yy += s(VGapXs);
@@ -551,11 +551,11 @@ public:
const QString sessionName = idx.data(Qt::DisplayRole).toString();
const FilePaths projects = ProjectManager::projectsForSessionName(sessionName);
const int projectEntryHeight =
- s(VPaddingXs)
+ s(VPaddingXxs)
+ projectNameTF.lineHeight()
+ s(ExPaddingGapS)
+ projectPathTF.lineHeight()
- + s(VPaddingXs);
+ + s(VPaddingXxs);
h += projects.size() * projectEntryHeight
+ s(VGapXs)
+ actionButtonHeight()
@@ -622,24 +622,24 @@ class ProjectDelegate : public BaseDelegate
public:
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &idx) const final
{
- // visible on withIcon() Extra margin right of project item
- // | |
- // +-------+-------+ +------+-----+
- // | | | |
+ // visible on with Icon() Extra margin right of project item
+ // | |
+ // +--------+-------+ +------+-----+
+ // | | | |
//
- // +------------+--------+--------+------+--------+-------------+------------+------------+
- // | | | | | | (VPaddingXs)| | |
- // | | | | | +-------------+ | |
- // | | | | | || | |
- // | | | | | +-------------+ | |
- // |(HPaddingXs)||(HGapXs)||(HGapXs)| (VGapXs) |(HPaddingXs)|(HPaddingXs)|
- // | |(16x16) | | | +-------------+ | |
- // | | | | | || | |
- // | | | | | +-------------+ | |
- // | | | | | | (VPaddingXs)| | |
- // +------------+--------+--------+------+--------+-------------+------------+------------+ --+
- // | (VGapL) | +-- Gap between project items
- // +--------------------------------------------------------------------------------------+ --+
+ // +------------+--------+---------+------+---------+-------------+------------+------------+
+ // | | | | | | (VPaddingXs)| | |
+ // | | | | | +-------------+ | |
+ // | | | | | || | |
+ // | | | | | +-------------+ | |
+ // |(HPaddingXs)||(HGapXxs)||(HGapXxs)| (VGapXs) |(HPaddingXs)|(HPaddingXs)|
+ // | |(16x16) | | | +-------------+ | |
+ // | | | | | || | |
+ // | | | | | +-------------+ | |
+ // | | | | | | (VPaddingXs)| | |
+ // +------------+--------+---------+------+---------+-------------+------------+------------+ --+
+ // | (VGapL) | +-- Gap between project items
+ // +----------------------------------------------------------------------------------------+ --+
const bool hovered = option.widget->isActiveWindow()
&& option.state & QStyle::State_MouseOver;
@@ -651,9 +651,9 @@ public:
const int x = bgR.x();
const int numberX = x + s(HPaddingXs);
- const int iconX = numberX + shortcutNumberWidth + s(HGapXs);
+ const int iconX = numberX + shortcutNumberWidth + s(HGapXxs);
const int iconWidth = iconS.width();
- const int textX = withIcon() ? iconX + iconWidth + s(HGapXs) : iconX;
+ const int textX = withIcon() ? iconX + iconWidth + s(HGapXxs) : iconX;
const int textWidth = bgR.width() - s(HPaddingXs) - textX;
const int y = bgR.y();
diff --git a/src/plugins/projectexplorer/toolchainoptionspage.cpp b/src/plugins/projectexplorer/toolchainoptionspage.cpp
index 470e64cf198..53b5267719a 100644
--- a/src/plugins/projectexplorer/toolchainoptionspage.cpp
+++ b/src/plugins/projectexplorer/toolchainoptionspage.cpp
@@ -193,7 +193,7 @@ public:
m_toolChainView->expandAll();
m_addButton = new QPushButton(Tr::tr("Add"), this);
- auto addMenu = new QMenu;
+ auto addMenu = new QMenu(this);
for (ToolchainFactory *factory : std::as_const(m_factories)) {
QList languages = factory->supportedLanguages();
if (languages.isEmpty())
diff --git a/src/plugins/qtsupport/qtbuildaspects.cpp b/src/plugins/qtsupport/qtbuildaspects.cpp
index e941dcb1872..2f6ee192206 100644
--- a/src/plugins/qtsupport/qtbuildaspects.cpp
+++ b/src/plugins/qtsupport/qtbuildaspects.cpp
@@ -35,7 +35,6 @@ void QmlDebuggingAspect::addToLayout(Layouting::LayoutItem &parent)
SelectionAspect::addToLayout(parent);
const auto warningLabel = createSubWidget(QString(), InfoLabel::Warning);
warningLabel->setElideMode(Qt::ElideNone);
- warningLabel->setVisible(false);
parent.addRow({{}, warningLabel});
const auto changeHandler = [this, warningLabel] {
QString warningText;
@@ -51,7 +50,9 @@ void QmlDebuggingAspect::addToLayout(Layouting::LayoutItem &parent)
warningLabel->setText(warningText);
setVisible(supported);
const bool warningLabelsVisible = supported && !warningText.isEmpty();
- if (warningLabel->parentWidget())
+ // avoid explicitly showing the widget when it doesn't have a parent, but always
+ // explicitly hide it when necessary
+ if (warningLabel->parentWidget() || !warningLabelsVisible)
warningLabel->setVisible(warningLabelsVisible);
};
connect(KitManager::instance(), &KitManager::kitsChanged, warningLabel, changeHandler);
diff --git a/src/plugins/qtsupport/qtoptionspage.cpp b/src/plugins/qtsupport/qtoptionspage.cpp
index 7eb349d1da9..7b08db2351a 100644
--- a/src/plugins/qtsupport/qtoptionspage.cpp
+++ b/src/plugins/qtsupport/qtoptionspage.cpp
@@ -309,7 +309,7 @@ QtSettingsPageWidget::QtSettingsPageWidget()
{ProjectExplorer::Constants::msgAutoDetectedToolTip()});
m_manualItem = new StaticTreeItem(ProjectExplorer::Constants::msgManual());
- m_model = new TreeModel();
+ m_model = new TreeModel(this);
m_model->setHeader({Tr::tr("Name"), Tr::tr("qmake Path")});
m_model->rootItem()->appendChild(m_autoItem);
m_model->rootItem()->appendChild(m_manualItem);
diff --git a/src/plugins/remotelinux/linuxdevice.cpp b/src/plugins/remotelinux/linuxdevice.cpp
index e327a4c9148..31195e8cfad 100644
--- a/src/plugins/remotelinux/linuxdevice.cpp
+++ b/src/plugins/remotelinux/linuxdevice.cpp
@@ -24,7 +24,6 @@
#include
#include
-#include
#include
#include
#include
@@ -1674,12 +1673,10 @@ void LinuxDevice::setDisconnected(bool disconnected)
d->setDisconnected(disconnected);
}
-QFuture LinuxDevice::tryToConnect()
+bool LinuxDevice::tryToConnect()
{
- return Utils::asyncRun([this] {
- QMutexLocker locker(&d->m_shellMutex);
- return d->setupShell(sshParameters(), false);
- });
+ QMutexLocker locker(&d->m_shellMutex);
+ return d->setupShell(sshParameters(), false);
}
namespace Internal {
diff --git a/src/plugins/remotelinux/linuxdevice.h b/src/plugins/remotelinux/linuxdevice.h
index 0bb2468eacb..06e0da3f2a8 100644
--- a/src/plugins/remotelinux/linuxdevice.h
+++ b/src/plugins/remotelinux/linuxdevice.h
@@ -50,7 +50,7 @@ public:
bool isDisconnected() const;
void setDisconnected(bool disconnected);
- QFuture tryToConnect();
+ bool tryToConnect();
protected:
LinuxDevice();
diff --git a/src/plugins/remotelinux/linuxdevicetester.cpp b/src/plugins/remotelinux/linuxdevicetester.cpp
index 7380f01868b..2f0e43dfb51 100644
--- a/src/plugins/remotelinux/linuxdevicetester.cpp
+++ b/src/plugins/remotelinux/linuxdevicetester.cpp
@@ -6,6 +6,8 @@
#include "linuxdevice.h"
#include "remotelinuxtr.h"
+#include
+
#include
#include
#include
@@ -13,13 +15,12 @@
#include
#include
-#include
+#include
#include
#include
+#include
#include
-#include
-
using namespace ProjectExplorer;
using namespace Tasking;
using namespace Utils;
@@ -39,6 +40,7 @@ public:
QStringList commandsToTest() const;
+ GroupItem connectionTask() const;
GroupItem echoTask(const QString &contents) const;
GroupItem unameTask() const;
GroupItem gathererTask() const;
@@ -46,13 +48,9 @@ public:
const Storage &storage) const;
GroupItem transferTasks() const;
GroupItem commandTasks() const;
- void runCommandTests();
-
- bool isRunning() const { return m_connectionTest || m_taskTreeRunner.isRunning(); }
GenericLinuxDeviceTester *q = nullptr;
LinuxDevice::Ptr m_device;
- QFutureWatcher *m_connectionTest = nullptr;
TaskTreeRunner m_taskTreeRunner;
QStringList m_extraCommands;
QList m_extraTests;
@@ -98,6 +96,27 @@ QStringList GenericLinuxDeviceTesterPrivate::commandsToTest() const
return commands;
}
+GroupItem GenericLinuxDeviceTesterPrivate::connectionTask() const
+{
+ const auto onSetup = [this](Async &task) {
+ emit q->progressMessage(Tr::tr("Connecting to device..."));
+ task.setConcurrentCallData([device = m_device] { return device->tryToConnect(); });
+ task.setFutureSynchronizer(ExtensionSystem::PluginManager::futureSynchronizer());
+ };
+ const auto onDone = [this](const Async &task) {
+ const bool success = task.isResultAvailable() && task.result();
+ if (success) {
+ // TODO: For master: move the '\n' outside of Tr().
+ emit q->progressMessage(Tr::tr("Connected. Now doing extended checks.\n"));
+ } else {
+ emit q->errorMessage(
+ Tr::tr("Basic connectivity test failed, device is considered unusable.") + '\n');
+ }
+ return toDoneResult(success);
+ };
+ return AsyncTask(onSetup, onDone);
+}
+
GroupItem GenericLinuxDeviceTesterPrivate::echoTask(const QString &contents) const
{
const auto onSetup = [this, contents](Process &process) {
@@ -283,20 +302,6 @@ GroupItem GenericLinuxDeviceTesterPrivate::commandTasks() const
return root;
}
-void GenericLinuxDeviceTesterPrivate::runCommandTests()
-{
- const Group root {
- echoTask("Hello"), // No quoting necessary
- echoTask("Hello Remote World!"), // Checks quoting, too.
- unameTask(),
- gathererTask(),
- transferTasks(),
- m_extraTests,
- commandTasks()
- };
- m_taskTreeRunner.start(root);
-}
-
} // namespace Internal
using namespace Internal;
@@ -323,39 +328,27 @@ void GenericLinuxDeviceTester::setExtraTests(const QList &extraTests)
void GenericLinuxDeviceTester::testDevice(const IDevice::Ptr &deviceConfiguration)
{
- QTC_ASSERT(!d->isRunning(), return);
-
- emit progressMessage(Tr::tr("Connecting to device..."));
+ QTC_ASSERT(!d->m_taskTreeRunner.isRunning(), return);
d->m_device = std::static_pointer_cast(deviceConfiguration);
- d->m_connectionTest = new QFutureWatcher(this);
- connect(d->m_connectionTest, &QFutureWatcher::finished, this, [this] {
- const bool success = d->m_connectionTest->result();
- d->m_connectionTest->deleteLater();
- d->m_connectionTest = nullptr;
- if (success) {
- emit progressMessage(Tr::tr("Connected. Now doing extended checks.\n"));
- d->runCommandTests();
- } else {
- emit errorMessage(
- Tr::tr("Basic connectivity test failed, device is considered unusable."));
- emit finished(TestFailure);
- }
- });
- d->m_connectionTest->setFuture(d->m_device->tryToConnect());
+ const Group root {
+ d->connectionTask(),
+ d->echoTask("Hello"), // No quoting necessary
+ d->echoTask("Hello Remote World!"), // Checks quoting, too.
+ d->unameTask(),
+ d->gathererTask(),
+ d->transferTasks(),
+ d->m_extraTests,
+ d->commandTasks()
+ };
+ d->m_taskTreeRunner.start(root);
}
void GenericLinuxDeviceTester::stopTest()
{
- QTC_ASSERT(d->isRunning(), return);
- if (d->m_connectionTest) {
- d->m_connectionTest->disconnect();
- d->m_connectionTest->cancel();
- d->m_connectionTest = nullptr;
- } else {
- d->m_taskTreeRunner.reset();
- }
+ QTC_ASSERT(d->m_taskTreeRunner.isRunning(), return);
+ d->m_taskTreeRunner.reset();
emit finished(TestFailure);
}
diff --git a/src/plugins/screenrecorder/screenrecorderplugin.cpp b/src/plugins/screenrecorder/screenrecorderplugin.cpp
index f0ad0405d33..9e42b2979f6 100644
--- a/src/plugins/screenrecorder/screenrecorderplugin.cpp
+++ b/src/plugins/screenrecorder/screenrecorderplugin.cpp
@@ -136,9 +136,11 @@ public:
private:
void showDialogOrSettings()
{
- if (!Internal::settings().toolsRegistered() &&
- !Core::ICore::showOptionsDialog(Constants::TOOLSSETTINGSPAGE_ID)) {
- return;
+ if (!Internal::settings().toolsRegistered()) {
+ // Show options if ffmpeg/ffprobe are neither autodetected nor manually set
+ Core::ICore::showOptionsDialog(Constants::TOOLSSETTINGSPAGE_ID);
+ if (!Internal::settings().toolsRegistered())
+ return; // User did not set ffmpeg/ffprobe
}
ScreenRecorderDialog::showDialog();
diff --git a/src/plugins/subversion/subversionplugin.cpp b/src/plugins/subversion/subversionplugin.cpp
index 64f32a11ff2..b28224a8667 100644
--- a/src/plugins/subversion/subversionplugin.cpp
+++ b/src/plugins/subversion/subversionplugin.cpp
@@ -1135,9 +1135,8 @@ VcsCommand *SubversionPluginPrivate::createInitialCheckoutCommand(const QString
args << SubversionClient::AddAuthOptions();
args << Subversion::Constants::NON_INTERACTIVE_OPTION << extraArgs << url << localName;
- auto command = VcsBaseClient::createVcsCommand(baseDirectory,
- subversionClient().processEnvironment(
- baseDirectory));
+ auto command = VcsBaseClient::createVcsCommand(this, baseDirectory,
+ subversionClient().processEnvironment(baseDirectory));
command->addJob(args, -1);
return command;
}
diff --git a/src/plugins/terminal/terminalwidget.cpp b/src/plugins/terminal/terminalwidget.cpp
index 2bd0fa403dd..756f1a11bee 100644
--- a/src/plugins/terminal/terminalwidget.cpp
+++ b/src/plugins/terminal/terminalwidget.cpp
@@ -336,7 +336,7 @@ qint64 TerminalWidget::writeToPty(const QByteArray &data)
void TerminalWidget::resizePty(QSize newSize)
{
- if (m_process && m_process->ptyData())
+ if (m_process && m_process->ptyData() && m_process->isRunning())
m_process->ptyData()->resize(newSize);
}
diff --git a/src/plugins/vcsbase/vcsbaseclient.cpp b/src/plugins/vcsbase/vcsbaseclient.cpp
index 2327e75bc7b..6a36d628bd9 100644
--- a/src/plugins/vcsbase/vcsbaseclient.cpp
+++ b/src/plugins/vcsbase/vcsbaseclient.cpp
@@ -6,7 +6,6 @@
#include "vcsbaseclientsettings.h"
#include "vcsbaseeditor.h"
#include "vcsbaseeditorconfig.h"
-#include "vcsbaseplugin.h"
#include "vcsbasetr.h"
#include "vcscommand.h"
#include "vcsoutputwindow.h"
@@ -72,7 +71,8 @@ FilePath VcsBaseClientImpl::vcsBinary(const Utils::FilePath &forDirectory) const
VcsCommand *VcsBaseClientImpl::createCommand(const FilePath &workingDirectory,
VcsBaseEditorWidget *editor) const
{
- auto cmd = createVcsCommand(workingDirectory, processEnvironment(workingDirectory));
+ auto cmd = createVcsCommand(const_cast(this),
+ workingDirectory, processEnvironment(workingDirectory));
if (editor) {
editor->setCommand(cmd);
connect(cmd, &VcsCommand::done, editor, [editor, cmd] {
@@ -214,6 +214,14 @@ VcsCommand *VcsBaseClientImpl::createVcsCommand(const FilePath &defaultWorkingDi
return new VcsCommand(defaultWorkingDir, environment);
}
+VcsCommand *VcsBaseClientImpl::createVcsCommand(QObject *parent, const FilePath &defaultWorkingDir,
+ const Environment &environment)
+{
+ auto command = new VcsCommand(defaultWorkingDir, environment);
+ command->setParent(parent);
+ return command;
+}
+
VcsBaseEditorWidget *VcsBaseClientImpl::createVcsEditor(Id kind, QString title,
const FilePath &source, QTextCodec *codec,
const char *registerDynamicProperty,
diff --git a/src/plugins/vcsbase/vcsbaseclient.h b/src/plugins/vcsbase/vcsbaseclient.h
index 99b818b59b7..6c07f744865 100644
--- a/src/plugins/vcsbase/vcsbaseclient.h
+++ b/src/plugins/vcsbase/vcsbaseclient.h
@@ -44,8 +44,11 @@ public:
virtual Utils::FilePath vcsBinary(const Utils::FilePath &forDirectory) const;
int vcsTimeoutS() const;
+ // TODO: For master: remove this overload.
static VcsCommand *createVcsCommand(const Utils::FilePath &defaultWorkingDir,
const Utils::Environment &environment);
+ static VcsCommand *createVcsCommand(QObject *parent, const Utils::FilePath &defaultWorkingDir,
+ const Utils::Environment &environment);
VcsBaseEditorWidget *createVcsEditor(Utils::Id kind, QString title,
const Utils::FilePath &source, QTextCodec *codec,
diff --git a/src/plugins/vcsbase/vcscommand.h b/src/plugins/vcsbase/vcscommand.h
index 62711395445..0556f255114 100644
--- a/src/plugins/vcsbase/vcscommand.h
+++ b/src/plugins/vcsbase/vcscommand.h
@@ -65,6 +65,7 @@ class VCSBASE_EXPORT VcsCommand final : public QObject
Q_OBJECT
public:
+ // TODO: For master, make c'tor private and make it a friend to VcsBaseClientImpl.
VcsCommand(const Utils::FilePath &workingDirectory, const Utils::Environment &environment);
~VcsCommand() override;
diff --git a/src/plugins/welcome/images/project.png b/src/plugins/welcome/images/project.png
index 30862beb287..522902a48f3 100644
Binary files a/src/plugins/welcome/images/project.png and b/src/plugins/welcome/images/project.png differ
diff --git a/src/plugins/welcome/images/project@2x.png b/src/plugins/welcome/images/project@2x.png
index c5cc11155be..8be7cc7c87e 100644
Binary files a/src/plugins/welcome/images/project@2x.png and b/src/plugins/welcome/images/project@2x.png differ
diff --git a/src/plugins/welcome/images/session.png b/src/plugins/welcome/images/session.png
index aa14f11de84..ae77dc51a8e 100644
Binary files a/src/plugins/welcome/images/session.png and b/src/plugins/welcome/images/session.png differ
diff --git a/src/plugins/welcome/images/session@2x.png b/src/plugins/welcome/images/session@2x.png
index c53cf12bfa6..5f0701b7114 100644
Binary files a/src/plugins/welcome/images/session@2x.png and b/src/plugins/welcome/images/session@2x.png differ
diff --git a/src/tools/icons/qtcreatoricons.svg b/src/tools/icons/qtcreatoricons.svg
index 9ced69d3199..7d78434c75a 100644
--- a/src/tools/icons/qtcreatoricons.svg
+++ b/src/tools/icons/qtcreatoricons.svg
@@ -7030,36 +7030,42 @@
style="fill:none;stroke:#000000;stroke-width:1.42;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ transform="translate(226,-226)"
+ width="100%"
+ height="100%" />
+ d="m 216,215 5,3 -5,3 z m -4,-3 h 12 v 12 h -12 z"
+ sodipodi:nodetypes="ccccccccc" />
+ transform="translate(25,-430)"
+ width="100%"
+ height="100%" />
+ d="m 13,9 h 2.5 c 1,0 1,2 2,2 H 21 c 1,0 2,1 2,2 v 4 c 0,1 -1,2 -2,2 h -8 c -1,0 -2,-1 -2,-2 v -6 c 0,-1 1,-2 2,-2 z"
+ stroke-width="2"
+ id="path4726"
+ sodipodi:nodetypes="sccssssssss"
+ style="fill:none;stroke:#000000;stroke-opacity:1" />
+ transform="translate(172,-228)"
+ width="100%"
+ height="100%" />
+ transform="translate(22,-430)"
+ width="100%"
+ height="100%" />
\n"
+ "#include \n",
+ "QString s = \"sss\";\n"
+ "QString t = \"ttt\";\n"
+ "QPair pii(1, 2);\n"
+ "QPair pis(1, t);\n"
+ "QPair psi(s, 2);\n"
+ "QPair pss(s, t);\n",
+ "&pii, &pis, &psi, &pss")
+
+ + CoreProfile()
+
+ + Check("pii", "(1, 2)", "@QPair") % Qt5
+ + Check("pii", "(1, 2)", TypeDef("std::pair", "@QPair")) % Qt6
+ + Check("pii.first", "1", "int")
+ + Check("pii.second", "2", "int")
+ + Check("pis", "(1, ...)", "@QPair") % Qt5
+ + Check("pis", "(1, ...)", TypeDef("std::pair", "@QPair")) % Qt6
+ + Check("pis.first", "1", "int")
+ + Check("pis.second", "\"ttt\"", "@QString")
+ + Check("psi", "(..., 2)", "@QPair") % Qt5
+ + Check("psi", "(..., 2)", TypeDef("std::pair", "@QPair")) % Qt6
+ + Check("psi.first", "\"sss\"", "@QString")
+ + Check("psi.second", "2", "int")
+ + Check("pss", "(..., ...)", "@QPair") % Qt5
+ + Check("pss", "(..., ...)", TypeDef("std::pair", "@QPair")) % Qt6
+ + Check("pss.first", "\"sss\"", "@QString")
+ + Check("pss.second", "\"ttt\"", "@QString");
QTest::newRow("QRegion")
<< Data("#include \n"
diff --git a/tests/manual/shootout/tst_codesize.cpp b/tests/manual/shootout/tst_codesize.cpp
index 49d24e48d6e..727fea73a5b 100644
--- a/tests/manual/shootout/tst_codesize.cpp
+++ b/tests/manual/shootout/tst_codesize.cpp
@@ -100,6 +100,8 @@ private:
void tst_CodeSize::initTestCase()
{
+ m_env = QProcessEnvironment::systemEnvironment();
+
m_qmakeBinary = qgetenv("QTC_QMAKE_PATH_FOR_TEST");
if (m_qmakeBinary.isEmpty())
m_qmakeBinary = "qmake";
diff --git a/tests/manual/widgets/common/themes.qrc b/tests/manual/widgets/common/themes.qrc
index 3f002b44230..cb0b9d8ecbe 100644
--- a/tests/manual/widgets/common/themes.qrc
+++ b/tests/manual/widgets/common/themes.qrc
@@ -6,5 +6,7 @@
../../../../share/qtcreator/themes/flat-light.creatortheme
../../../../share/qtcreator/themes/flat.creatortheme
../../../../share/qtcreator/themes/design.creatortheme
+ ../../../../share/qtcreator/themes/dark.figmatokens
+ ../../../../share/qtcreator/themes/light.figmatokens
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index 71689babf77..00641e465be 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -428,19 +428,19 @@ def __chooseTargets__(targets, availableTargets=None, additionalFunc=None):
try:
ensureChecked("{type='QCheckBox' text='%s' visible='1'}" % Targets.getStringForTarget(current),
mustCheck, 3000)
+ detailsWidget = waitForObject("{type='Utils::DetailsWidget' unnamed='1' "
+ "window=':Qt Creator_Core::Internal::MainWindow' "
+ "summaryText='%s' visible='1'}"
+ % Targets.getStringForTarget(current))
+ detailsButton = getChildByClass(detailsWidget, "QToolButton")
if mustCheck:
checkedTargets.add(current)
# perform additional function on detailed kits view
if additionalFunc:
- detailsWidget = waitForObject("{type='Utils::DetailsWidget' unnamed='1' "
- "window=':Qt Creator_Core::Internal::MainWindow' "
- "summaryText='%s' visible='1'}"
- % Targets.getStringForTarget(current))
- detailsButton = getChildByClass(detailsWidget, "QToolButton")
- clickButton(detailsButton)
+ ensureChecked(detailsButton)
additionalFunc()
- clickButton(detailsButton)
+ ensureChecked(detailsButton, False)
except LookupError:
if mustCheck:
test.fail("Failed to check target '%s'." % Targets.getStringForTarget(current))
diff --git a/tests/system/suite_general/tst_opencreator_qbs/test.py b/tests/system/suite_general/tst_opencreator_qbs/test.py
index 86c8f99e4da..44c2fe9c29b 100644
--- a/tests/system/suite_general/tst_opencreator_qbs/test.py
+++ b/tests/system/suite_general/tst_opencreator_qbs/test.py
@@ -4,29 +4,35 @@
source("../../shared/qtcreator.py")
def main():
- pathCreator = os.path.join(srcPath, "creator", "qtcreator.qbs")
- if not neededFilePresent(pathCreator):
- return
+ with GitClone("git://code.qt.io/qt-creator/qt-creator.git",
+ "v12.0.2") as CreatorSrcPath:
+ if not CreatorSrcPath:
+ test.fatal("Could not clone Qt Creator")
+ return
+ pathCreator = os.path.join(CreatorSrcPath, "qtcreator.qbs")
- startQC(["-noload", "ClangCodeModel"])
- if not startedWithoutPluginError():
- return
- openQbsProject(pathCreator)
- if not addAndActivateKit(Targets.DESKTOP_5_14_1_DEFAULT):
- test.fatal("Failed to activate '%s'" % Targets.getStringForTarget(Targets.DESKTOP_5_10_1_DEFAULT))
+ startQC(["-noload", "ClangCodeModel"])
+ if not startedWithoutPluginError():
+ return
+ openQbsProject(pathCreator)
+ usedKit = Targets.DESKTOP_6_2_4
+ if not addAndActivateKit(usedKit):
+ test.fatal("Failed to activate '%s'"
+ % Targets.getStringForTarget(usedKit))
+ invokeMenuItem("File", "Exit")
+ return
+ test.log("Start parsing project")
+ rootNodeTemplate = ("{column='0' container=':Qt Creator_Utils::NavigationTreeView' "
+ "text~='%s( \[\S+\])?' type='QModelIndex'}")
+ ntwObject = waitForObject(rootNodeTemplate % "Qt Creator", 200000)
+ if waitFor("ntwObject.model().rowCount(ntwObject) > 2", 20000): # No need to wait for C++,
+ test.log("Parsing project done") # we only need the project
+ else:
+ test.warning("Parsing project timed out")
+ compareProjectTree(rootNodeTemplate % "Qt Creator", "projecttree_creator.tsv")
+ buildIssuesTexts = map(lambda i: str(i[0]), getBuildIssues(False))
+ deprecationWarnings = "\n".join(set(filter(lambda s: "deprecated" in s, buildIssuesTexts)))
+ if deprecationWarnings:
+ test.warning("Creator claims that the .qbs file uses deprecated features.",
+ deprecationWarnings)
invokeMenuItem("File", "Exit")
- return
- test.log("Start parsing project")
- rootNodeTemplate = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='%s( \[\S+\])?' type='QModelIndex'}"
- ntwObject = waitForObject(rootNodeTemplate % "Qt Creator", 200000)
- if waitFor("ntwObject.model().rowCount(ntwObject) > 2", 20000): # No need to wait for C++-parsing
- test.log("Parsing project done") # we only need the project
- else:
- test.warning("Parsing project timed out")
- compareProjectTree(rootNodeTemplate % "Qt Creator", "projecttree_creator.tsv")
- buildIssuesTexts = map(lambda i: str(i[0]), getBuildIssues(False))
- deprecationWarnings = "\n".join(set(filter(lambda s: "deprecated" in s, buildIssuesTexts)))
- if deprecationWarnings:
- test.warning("Creator claims that the .qbs file uses deprecated features.",
- deprecationWarnings)
- invokeMenuItem("File", "Exit")
diff --git a/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv b/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv
index 15dd125bc7d..2a1ec41794f 100644
--- a/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv
+++ b/tests/system/suite_general/tst_opencreator_qbs/testdata/projecttree_creator.tsv
@@ -1,9 +1,7 @@
"text" "nestinglevel"
-"qtcreator.qbs:5" "0"
-"autotest-runner" "0"
-"qtcreator.qbs:67" "1"
+"qtcreator.qbs:1" "0"
"cmake project files" "0"
-"qtcreator.qbs:51" "1"
+"qtcreator.qbs:21" "1"
"bin" "1"
"CMakeLists.txt" "2"
"cmake" "1"
@@ -13,9 +11,7 @@
"FindCrashpad.cmake" "2"
"Findelfutils.cmake" "2"
"FindGoogleBenchmark.cmake" "2"
-"FindGoogletest.cmake" "2"
"FindQbs.cmake" "2"
-"FindQt5.cmake" "2"
"Findyaml-cpp.cmake" "2"
"QtCreatorAPI.cmake" "2"
"QtCreatorAPIInternal.cmake" "2"
@@ -23,16 +19,28 @@
"QtCreatorIDEBranding.cmake" "2"
"QtCreatorTranslations.cmake" "2"
"QtcSeparateDebugInfo.cmake" "2"
+"Utils.cmake" "2"
+"dist" "1"
+"CMakeLists.txt" "3"
+"QtCreatorIDEBranding.cmake" "3"
+"CMakeLists.txt" "2"
"doc" "1"
"accelbubble" "3"
"CMakeLists.txt" "4"
+"textfinder" "3"
+"CMakeLists.txt" "4"
"transitions" "3"
"CMakeLists.txt" "4"
"CMakeLists.txt" "3"
"CMakeLists.txt" "2"
+"packaging" "1"
+"CMakeLists.txt" "2"
"share" "1"
"qtcreator" "2"
"CMakeLists.txt" "4"
+"CMakeLists.txt" "4"
+"codesnippet" "4"
+"CMakeLists.txt" "5"
"projects" "4"
"consoleapp" "5"
"CMakeLists.txt" "6"
@@ -44,6 +52,8 @@
"CMakeLists.txt" "6"
"qtquickapplication" "5"
"CMakeLists.txt" "6"
+"qtquickapplication_compat" "5"
+"CMakeLists.txt" "6"
"qtwidgetsapplication" "5"
"CMakeLists.txt" "6"
"qtcreatorplugin" "4"
@@ -59,9 +69,9 @@
"3rdparty" "3"
"cplusplus" "4"
"CMakeLists.txt" "5"
-"minitrace" "4"
+"libptyqt" "4"
"CMakeLists.txt" "5"
-"optional" "4"
+"libvterm" "4"
"CMakeLists.txt" "5"
"syntax-highlighting" "4"
"data" "5"
@@ -73,41 +83,56 @@
"CMakeLists.txt" "7"
"lib" "6"
"CMakeLists.txt" "7"
+"quick" "6"
+"CMakeLists.txt" "7"
"CMakeLists.txt" "6"
"CMakeLists.txt" "5"
"KF5SyntaxHighlightingConfig.cmake.in" "5"
-"yaml-cpp" "4"
-"yaml-cpp.pc.cmake" "5"
+"winpty" "4"
+"src" "5"
+"CMakeLists.txt" "6"
+"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
"advanceddockingsystem" "3"
"CMakeLists.txt" "4"
"aggregation" "3"
"CMakeLists.txt" "4"
-"clangsupport" "3"
-"CMakeLists.txt" "4"
"cplusplus" "3"
"CMakeLists.txt" "4"
"extensionsystem" "3"
"CMakeLists.txt" "4"
"glsl" "3"
"CMakeLists.txt" "4"
+"googletest" "3"
+"CMakeLists.txt" "4"
"languageserverprotocol" "3"
"CMakeLists.txt" "4"
"languageutils" "3"
"CMakeLists.txt" "4"
"modelinglib" "3"
"CMakeLists.txt" "4"
+"nanotrace" "3"
+"CMakeLists.txt" "4"
"qmldebug" "3"
"CMakeLists.txt" "4"
"qmleditorwidgets" "3"
"CMakeLists.txt" "4"
"qmljs" "3"
"CMakeLists.txt" "4"
+"qmlpuppetcommunication" "3"
+"CMakeLists.txt" "4"
+"QmlPuppetCommunication.cmake" "4"
"qtcreatorcdbext" "3"
"CMakeLists.txt" "4"
-"sqlite" "3"
+"solutions" "3"
+"spinner" "4"
+"CMakeLists.txt" "5"
+"tasking" "4"
+"CMakeLists.txt" "5"
+"terminal" "4"
+"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
-"ssh" "3"
+"sqlite" "3"
"CMakeLists.txt" "4"
"tracing" "3"
"CMakeLists.txt" "4"
@@ -121,6 +146,8 @@
"CMakeLists.txt" "4"
"autotoolsprojectmanager" "3"
"CMakeLists.txt" "4"
+"axivion" "3"
+"CMakeLists.txt" "4"
"baremetal" "3"
"CMakeLists.txt" "4"
"bazaar" "3"
@@ -129,8 +156,6 @@
"CMakeLists.txt" "4"
"bineditor" "3"
"CMakeLists.txt" "4"
-"bookmarks" "3"
-"CMakeLists.txt" "4"
"boot2qt" "3"
"CMakeLists.txt" "4"
"clangcodemodel" "3"
@@ -138,6 +163,7 @@
"clangformat" "3"
"CMakeLists.txt" "4"
"clangtools" "3"
+"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
"classview" "3"
"CMakeLists.txt" "4"
@@ -145,10 +171,16 @@
"CMakeLists.txt" "4"
"cmakeprojectmanager" "3"
"CMakeLists.txt" "4"
+"coco" "3"
+"CMakeLists.txt" "4"
"compilationdatabaseprojectmanager" "3"
"CMakeLists.txt" "4"
+"compilerexplorer" "3"
+"CMakeLists.txt" "4"
"conan" "3"
"CMakeLists.txt" "4"
+"copilot" "3"
+"CMakeLists.txt" "4"
"coreplugin" "3"
"CMakeLists.txt" "4"
"cpaster" "3"
@@ -171,16 +203,24 @@
"CMakeLists.txt" "4"
"docker" "3"
"CMakeLists.txt" "4"
+"effectmakernew" "3"
+"CMakeLists.txt" "4"
"emacskeys" "3"
"CMakeLists.txt" "4"
"fakevim" "3"
"CMakeLists.txt" "4"
+"fossil" "3"
+"CMakeLists.txt" "4"
"genericprojectmanager" "3"
"CMakeLists.txt" "4"
"git" "3"
"CMakeLists.txt" "4"
+"gitlab" "3"
+"CMakeLists.txt" "4"
"glsleditor" "3"
"CMakeLists.txt" "4"
+"haskell" "3"
+"CMakeLists.txt" "4"
"helloworld" "3"
"CMakeLists.txt" "4"
"help" "3"
@@ -189,6 +229,8 @@
"CMakeLists.txt" "4"
"incredibuild" "3"
"CMakeLists.txt" "4"
+"insight" "3"
+"CMakeLists.txt" "4"
"ios" "3"
"CMakeLists.txt" "4"
"languageclient" "3"
@@ -198,7 +240,16 @@
"marketplace" "3"
"CMakeLists.txt" "4"
"mcusupport" "3"
+"test" "4"
"CMakeLists.txt" "5"
+"wizards" "4"
+"application" "5"
+"CMakeLists.txt" "6"
+"qmlproject" "5"
+"CMakeLists.txt" "6"
+"Qul.cmake" "6"
+"qmlproject-empty" "5"
+"CMakeLists.txt" "6"
"CMakeLists.txt" "4"
"mercurial" "3"
"CMakeLists.txt" "4"
@@ -213,6 +264,7 @@
"perfprofiler" "3"
"CMakeLists.txt" "4"
"projectexplorer" "3"
+"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
"python" "3"
"CMakeLists.txt" "4"
@@ -222,7 +274,8 @@
"CMakeLists.txt" "4"
"qmldesigner" "3"
"CMakeLists.txt" "4"
-"qmldesignercore.cmake" "4"
+"qmldesignerbase" "3"
+"CMakeLists.txt" "4"
"qmljseditor" "3"
"CMakeLists.txt" "4"
"qmljstools" "3"
@@ -241,17 +294,24 @@
"CMakeLists.txt" "4"
"resourceeditor" "3"
"CMakeLists.txt" "4"
+"saferenderer" "3"
+"CMakeLists.txt" "5"
+"CMakeLists.txt" "4"
+"screenrecorder" "3"
+"CMakeLists.txt" "4"
"scxmleditor" "3"
"CMakeLists.txt" "4"
"serialterminal" "3"
"CMakeLists.txt" "4"
"silversearcher" "3"
"CMakeLists.txt" "4"
+"squish" "3"
+"CMakeLists.txt" "4"
"studiowelcome" "3"
"CMakeLists.txt" "4"
"subversion" "3"
"CMakeLists.txt" "4"
-"tasklist" "3"
+"terminal" "3"
"CMakeLists.txt" "4"
"texteditor" "3"
"CMakeLists.txt" "4"
@@ -261,14 +321,14 @@
"CMakeLists.txt" "4"
"valgrind" "3"
"CMakeLists.txt" "4"
+"vcpkg" "3"
+"CMakeLists.txt" "4"
"vcsbase" "3"
"CMakeLists.txt" "4"
"webassembly" "3"
"CMakeLists.txt" "4"
"welcome" "3"
"CMakeLists.txt" "4"
-"winrt" "3"
-"CMakeLists.txt" "4"
"CMakeLists.txt" "3"
"share" "2"
"3rdparty" "3"
@@ -288,8 +348,6 @@
"CMakeLists.txt" "4"
"proparser" "3"
"CMakeLists.txt" "4"
-"qtlockedfile" "3"
-"CMakeLists.txt" "4"
"qtsingleapplication" "3"
"CMakeLists.txt" "4"
"registryaccess" "3"
@@ -302,12 +360,12 @@
"CMakeLists.txt" "4"
"buildoutputparser" "3"
"CMakeLists.txt" "4"
-"clangbackend" "3"
-"source" "4"
-"CMakeLists.txt" "5"
+"disclaim" "3"
"CMakeLists.txt" "4"
"iostool" "3"
"CMakeLists.txt" "4"
+"process_stub" "3"
+"CMakeLists.txt" "4"
"processlauncher" "3"
"CMakeLists.txt" "4"
"qml2puppet" "3"
@@ -324,16 +382,12 @@
"CMakeLists.txt" "4"
"qtpromaker" "3"
"CMakeLists.txt" "4"
-"screenshotcropper" "3"
-"CMakeLists.txt" "4"
"sdktool" "3"
"CMakeLists.txt" "4"
"valgrindfake" "3"
"CMakeLists.txt" "4"
"wininterrupt" "3"
"CMakeLists.txt" "4"
-"winrtdebughelper" "3"
-"CMakeLists.txt" "4"
"CMakeLists.txt" "3"
"CMakeLists.txt" "2"
"tests" "1"
@@ -359,6 +413,8 @@
"CMakeLists.txt" "5"
"cxx11" "4"
"CMakeLists.txt" "5"
+"declarationcomments" "4"
+"CMakeLists.txt" "5"
"fileiterationorder" "4"
"CMakeLists.txt" "5"
"findusages" "4"
@@ -386,6 +442,8 @@
"CMakeLists.txt" "4"
"environment" "3"
"CMakeLists.txt" "4"
+"examples" "3"
+"CMakeLists.txt" "4"
"extensionsystem" "3"
"pluginmanager" "4"
"circularplugins" "5"
@@ -414,12 +472,14 @@
"CMakeLists.txt" "4"
"filesearch" "3"
"CMakeLists.txt" "4"
+"filesystemmodel" "3"
+"CMakeLists.txt" "4"
+"haskell" "3"
+"CMakeLists.txt" "4"
"json" "3"
"CMakeLists.txt" "4"
"languageserverprotocol" "3"
"CMakeLists.txt" "4"
-"mapreduce" "3"
-"CMakeLists.txt" "4"
"pointeralgorithm" "3"
"CMakeLists.txt" "4"
"profilewriter" "3"
@@ -435,11 +495,15 @@
"importscheck" "5"
"CMakeLists.txt" "6"
"CMakeLists.txt" "5"
+"connectioneditor" "4"
+"CMakeLists.txt" "5"
"persistenttrie" "4"
"CMakeLists.txt" "5"
"qmldesigner" "4"
"coretests" "5"
"CMakeLists.txt" "6"
+"wizard" "5"
+"CMakeLists.txt" "6"
"CMakeLists.txt" "5"
"qmleditor" "4"
"qmlcodeformatter" "5"
@@ -449,20 +513,20 @@
"CMakeLists.txt" "5"
"qmljsutils" "4"
"CMakeLists.txt" "5"
-"qmlprojectmanager" "4"
-"fileformat" "5"
-"CMakeLists.txt" "6"
-"CMakeLists.txt" "5"
"qrcparser" "4"
"CMakeLists.txt" "5"
"reformatter" "4"
"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
-"runextensions" "3"
-"CMakeLists.txt" "4"
"sdktool" "3"
"CMakeLists.txt" "4"
-"ssh" "3"
+"solutions" "3"
+"tasking" "4"
+"CMakeLists.txt" "5"
+"CMakeLists.txt" "4"
+"texteditor" "3"
+"highlighter" "4"
+"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
"toolchaincache" "3"
"CMakeLists.txt" "4"
@@ -498,20 +562,38 @@
"CMakeLists.txt" "4"
"treeviewfind" "3"
"CMakeLists.txt" "4"
+"updateinfo" "3"
+"CMakeLists.txt" "4"
"utils" "3"
"ansiescapecodehandler" "4"
"CMakeLists.txt" "5"
+"async" "4"
+"CMakeLists.txt" "5"
+"commandline" "4"
+"CMakeLists.txt" "5"
+"deviceshell" "4"
+"CMakeLists.txt" "5"
+"expected" "4"
+"CMakeLists.txt" "5"
+"filepath" "4"
+"CMakeLists.txt" "5"
"fileutils" "4"
"CMakeLists.txt" "5"
+"fsengine" "4"
+"CMakeLists.txt" "5"
"fuzzymatcher" "4"
"CMakeLists.txt" "5"
"indexedcontainerproxyconstiterator" "4"
"CMakeLists.txt" "5"
+"mathutils" "4"
+"CMakeLists.txt" "5"
"multicursor" "4"
"CMakeLists.txt" "5"
"persistentsettings" "4"
"CMakeLists.txt" "5"
-"qtcprocess" "4"
+"process" "4"
+"processtestapp" "5"
+"CMakeLists.txt" "6"
"CMakeLists.txt" "5"
"settings" "4"
"CMakeLists.txt" "5"
@@ -519,32 +601,178 @@
"CMakeLists.txt" "5"
"templateengine" "4"
"CMakeLists.txt" "5"
+"text" "4"
+"CMakeLists.txt" "5"
"treemodel" "4"
"CMakeLists.txt" "5"
+"unixdevicefileaccess" "4"
+"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
"valgrind" "3"
"callgrind" "4"
"CMakeLists.txt" "5"
+"memcheck" "4"
+"testapps" "5"
+"free1" "6"
+"CMakeLists.txt" "7"
+"free2" "6"
+"CMakeLists.txt" "7"
+"invalidjump" "6"
+"CMakeLists.txt" "7"
+"leak1" "6"
+"CMakeLists.txt" "7"
+"leak2" "6"
+"CMakeLists.txt" "7"
+"leak3" "6"
+"CMakeLists.txt" "7"
+"leak4" "6"
+"CMakeLists.txt" "7"
+"overlap" "6"
+"CMakeLists.txt" "7"
+"syscall" "6"
+"CMakeLists.txt" "7"
+"uninit1" "6"
+"CMakeLists.txt" "7"
+"uninit2" "6"
+"CMakeLists.txt" "7"
+"uninit3" "6"
+"CMakeLists.txt" "7"
+"CMakeLists.txt" "6"
+"testapp.cmake" "6"
+"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
+"valgrind.cmake" "4"
"CMakeLists.txt" "3"
"manual" "2"
"setup_android.cmake" "4"
+"cmakeprojectmanager" "3"
+"cmakepresets" "4"
+"CMakeLists.txt" "5"
+"msvc-toolchain.cmake" "5"
+"completion" "4"
+"cmake" "5"
+"Findstdvector.cmake" "6"
+"JustACacheVariable.cmake" "6"
+"CMakeLists.txt" "5"
+"conan" "4"
+"CMakeLists.txt" "5"
+"hello-widgets" "4"
+"CMakeLists.txt" "5"
+"my_add_executable.cmake" "5"
+"vcpkg" "4"
+"CMakeLists.txt" "5"
+"debugger" "3"
+"gui" "4"
+"CMakeLists.txt" "5"
+"simple" "4"
+"CMakeLists.txt" "5"
+"CMakeLists.txt" "4"
+"deviceshell" "3"
+"CMakeLists.txt" "4"
+"fakevim" "3"
+"CMakeLists.txt" "4"
+"layoutbuilder" "3"
+"comparison" "4"
+"layoutbuilder" "5"
+"CMakeLists.txt" "6"
+"quick" "5"
+"CMakeLists.txt" "6"
+"widgets" "5"
+"CMakeLists.txt" "6"
+"CMakeLists.txt" "5"
+"demo" "4"
+"CMakeLists.txt" "5"
+"experimental" "4"
+"CMakeLists.txt" "5"
+"pluginview" "3"
+"plugins" "4"
+"plugin1" "5"
+"CMakeLists.txt" "6"
+"plugin2" "5"
+"CMakeLists.txt" "6"
+"plugin3" "5"
+"CMakeLists.txt" "6"
+"CMakeLists.txt" "4"
+"proparser" "3"
+"CMakeLists.txt" "4"
+"CMakeLists.txt" "4"
+"shootout" "3"
+"CMakeLists.txt" "4"
+"spinner" "3"
+"CMakeLists.txt" "4"
+"subdirfilecontainer" "3"
+"CMakeLists.txt" "4"
+"tasking" "3"
+"demo" "4"
+"CMakeLists.txt" "5"
+"imagescaling" "4"
+"CMakeLists.txt" "5"
+"CMakeLists.txt" "4"
+"terminal" "3"
"CMakeLists.txt" "4"
"widgets" "3"
"crumblepath" "4"
"CMakeLists.txt" "5"
"infolabel" "4"
"CMakeLists.txt" "5"
+"layoutbuilder" "4"
+"CMakeLists.txt" "5"
"manhattanstyle" "4"
"CMakeLists.txt" "5"
"tracing" "4"
"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
"CMakeLists.txt" "3"
+"CMakeLists.txt" "3"
"unit" "2"
-"echoserver" "3"
+"tests" "3"
+"matchers" "4"
+"CMakeLists.txt" "5"
+"mocks" "4"
+"CMakeLists.txt" "5"
+"printers" "4"
+"CMakeLists.txt" "5"
+"testdesignercore" "4"
+"CMakeLists.txt" "5"
+"unittests" "4"
+"componentcore" "5"
+"CMakeLists.txt" "6"
+"imagecache" "5"
+"CMakeLists.txt" "6"
+"listmodeleditor" "5"
+"CMakeLists.txt" "6"
+"metainfo" "5"
+"CMakeLists.txt" "6"
+"model" "5"
+"CMakeLists.txt" "6"
+"projectstorage" "5"
+"CMakeLists.txt" "6"
+"qmlprojectmanager" "5"
+"asset_imports" "7"
+"ComponentBundles" "8"
+"MaterialBundle" "9"
+"shaders" "10"
+"CMakeLists.txt" "11"
+"CMakeLists.txt" "10"
+"CMakeLists.txt" "9"
+"CMakeLists.txt" "8"
+"content" "7"
+"CMakeLists.txt" "8"
+"imports" "7"
+"MaterialLibrary" "8"
+"CMakeLists.txt" "9"
+"CMakeLists.txt" "8"
+"CMakeLists.txt" "6"
+"sqlite" "5"
+"CMakeLists.txt" "6"
+"utils" "5"
+"CMakeLists.txt" "6"
+"CMakeLists.txt" "5"
+"utils" "4"
+"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
-"unittest" "3"
+"tools" "3"
+"qmlprojectmanager" "4"
"CMakeLists.txt" "5"
"CMakeLists.txt" "4"
"CMakeLists.txt" "3"
@@ -555,7 +783,7 @@
"API doc offline" "1"
"doc.qbs:42" "2"
"main qdocconf file" "2"
-"QtcDocumentation.qbs:13" "3"
+"QtcDocumentation.qbs:27" "3"
"qtcreatordev" "3"
"qtcreator-dev.qdocconf" "4"
"sources" "2"
@@ -563,7 +791,7 @@
"API doc online" "1"
"doc.qbs:27" "2"
"main qdocconf file" "2"
-"QtcDocumentation.qbs:13" "3"
+"QtcDocumentation.qbs:27" "3"
"qtcreatordev" "3"
"qtcreator-dev-online.qdocconf" "4"
"sources" "2"
@@ -571,1027 +799,22 @@
"user doc offline" "1"
"doc.qbs:17" "2"
"main qdocconf file" "2"
-"QtcDocumentation.qbs:13" "3"
+"QtcDocumentation.qbs:27" "3"
"qtcreator" "3"
"qtcreator.qdocconf" "4"
"user doc online" "1"
"doc.qbs:7" "2"
"main qdocconf file" "2"
-"QtcDocumentation.qbs:13" "3"
+"QtcDocumentation.qbs:27" "3"
"qtcreator" "3"
"qtcreator-online.qdocconf" "4"
-"qbs_imports_modules" "0"
-"qtcreator.qbs:26" "1"
-"Group 1" "1"
-"qtcreator.qbs:29" "2"
-"imports" "2"
-"QtcFunctions" "3"
-"functions.js" "4"
-"QtcAutotest.qbs" "3"
-"QtcCommercialPlugin.qbs" "3"
-"QtcDocumentation.qbs" "3"
-"QtcLibrary.qbs" "3"
-"QtcPlugin.qbs" "3"
-"QtcProduct.qbs" "3"
-"QtcTestApp.qbs" "3"
-"QtcTool.qbs" "3"
-"src" "3"
-"modules" "2"
-"clang_defines" "3"
-"clang_defines.qbs" "4"
-"copyable_resource" "3"
-"copyable-resource.qbs" "4"
-"libclang" "3"
-"functions.js" "4"
-"libclang.qbs" "4"
-"pluginjson" "3"
-"pluginjson.qbs" "4"
-"qbsbuildconfig" "3"
-"qbsbuildconfig.qbs" "4"
-"qtc" "3"
-"qtc.qbs" "4"
-"sqlite_sources" "3"
-"sqlite-sources.qbs" "4"
-"qmake project files" "0"
-"qtcreator.qbs:38" "1"
-"bin" "1"
-"bin.pro" "2"
-"doc" "1"
-"progressbar" "3"
-"progressbar.pro" "4"
-"textfinder" "3"
-"textfinder.pro" "4"
-"qtdesignstudio" "2"
-"studiodoc.pro" "3"
-"doc_targets.pri" "2"
-"share" "1"
-"qtcreator" "2"
-"examples.pro" "4"
-"commands" "4"
-"commands.pri" "5"
-"container" "4"
-"container.pri" "5"
-"instances" "4"
-"instances.pri" "5"
-"interfaces" "4"
-"interfaces.pri" "5"
-"qml2puppet" "4"
-"editor3d" "5"
-"editor3d.pri" "6"
-"iconrenderer" "5"
-"iconrenderer.pri" "6"
-"import3d" "5"
-"import3d.pri" "6"
-"instances" "5"
-"instances.pri" "6"
-"qml2puppet.pri" "5"
-"qml2puppet.pro" "5"
-"qmlprivategate" "4"
-"qmlprivategate.pri" "5"
-"types" "4"
-"types.pri" "5"
-"qmlpuppet_utilities.pri" "4"
-"templates" "3"
-"tpl_plugin.pro" "5"
-"tpl_widget_include.pri" "5"
-"tpl_widget_lib.pro" "5"
-"wizards" "4"
-"gtest_dependency.pri" "6"
-"tst.pro" "6"
-"codesnippet" "5"
-"project.pro" "6"
-"projects" "5"
-"consoleapp" "6"
-"file.pro" "7"
-"cpplibrary" "6"
-"project.pro" "7"
-"plainc" "6"
-"file.pro" "7"
-"plaincpp" "6"
-"file.pro" "7"
-"file.pro" "7"
-"qtquick2-extension" "6"
-"project.pro" "7"
-"qtquickapplication" "6"
-"app.pro" "7"
-"qtwidgetsapplication" "6"
-"project.pro" "7"
-"translations" "3"
-"jsonwizard_tr.pro" "4"
-"translations.pro" "4"
-"static.pro" "3"
-"share.pro" "2"
-"src" "1"
-"app" "2"
-"app.pro" "3"
-"libs" "2"
-"3rdparty" "3"
-"cplusplus" "4"
-"cplusplus.pri" "5"
-"sqlite" "4"
-"sqlite.pri" "5"
-"syntax-highlighting" "4"
-"autogenerated" "5"
-"autogenerated.pri" "6"
-"data" "5"
-"data.pro" "6"
-"syntax-highlighting_dependencies.pri" "5"
-"yaml-cpp" "4"
-"yaml-cpp.pri" "5"
-"yaml-cpp.pro" "5"
-"advanceddockingsystem" "3"
-"linux" "4"
-"linux.pri" "5"
-"advanceddockingsystem.pro" "4"
-"aggregation" "3"
-"examples" "4"
-"text" "5"
-"text.pro" "6"
-"examples.pro" "5"
-"aggregation_dependencies.pri" "4"
-"clangsupport" "3"
-"clangsupport.pro" "4"
-"cplusplus" "3"
-"cplusplus.pro" "4"
-"extensionsystem" "3"
-"extensionsystem_dependencies.pri" "4"
-"glsl" "3"
-"glsl.pro" "4"
-"languageserverprotocol" "3"
-"languageserverprotocol_dependencies.pri" "4"
-"languageutils" "3"
-"languageutils.pro" "4"
-"modelinglib" "3"
-"qmt" "4"
-"qmt.pri" "5"
-"qstringparser" "4"
-"qstringparser.pri" "5"
-"qtserialization" "4"
-"qtserialization.pri" "5"
-"modelinglib_dependencies.pri" "4"
-"qmldebug" "3"
-"qmldebug.pro" "4"
-"qmleditorwidgets" "3"
-"easingpane" "4"
-"easingpane.pri" "5"
-"qmleditorwidgets.pro" "4"
-"qmljs" "3"
-"parser" "4"
-"parser.pri" "5"
-"qmljs.pro" "4"
-"qt-breakpad" "3"
-"qtcrashhandler" "4"
-"qtcrashhandler.pro" "5"
-"testapp" "4"
-"testapp.pro" "5"
-"qtbreakpad.pri" "4"
-"qtcrashhandler.pri" "4"
-"qtcreatorcdbext" "3"
-"qtcreatorcdbext.pro" "4"
-"sqlite" "3"
-"sqlite-lib.pri" "4"
-"sqlite-source.pri" "4"
-"ssh" "3"
-"ssh_dependencies.pri" "4"
-"tracing" "3"
-"tracing_dependencies.pri" "4"
-"utils" "3"
-"mimetypes" "4"
-"mimetypes.pri" "5"
-"touchbar" "4"
-"touchbar.pri" "5"
-"process_ctrlc_stub.pro" "4"
-"process_stub.pro" "4"
-"utils.pro" "4"
-"libs.pro" "3"
-"plugins" "2"
-"android" "3"
-"android_dependencies.pri" "4"
-"autotest" "3"
-"unit_test" "4"
-"mixed_atp" "5"
-"src" "6"
-"src.pro" "7"
-"tests" "6"
-"auto" "7"
-"bench" "8"
-"bench.pro" "9"
-"derived" "8"
-"derived.pro" "9"
-"dummy" "8"
-"dummy.pro" "9"
-"gui" "8"
-"gui.pro" "9"
-"quickauto" "8"
-"quickauto.pro" "9"
-"quickauto2" "8"
-"quickauto2.pro" "9"
-"quickauto3" "8"
-"quickauto3.pro" "9"
-"auto.pro" "8"
-"tests.pro" "7"
-"mixed_atp.pro" "6"
-"plain" "5"
-"test_plain" "6"
-"test_plain.pro" "7"
-"plain.pro" "6"
-"simple_boost" "5"
-"src" "6"
-"src.pro" "7"
-"tests" "6"
-"deco" "7"
-"deco.pro" "8"
-"fix" "7"
-"fix.pro" "8"
-"params" "7"
-"params.pro" "8"
-"tests.pro" "7"
-"simple_boost.pro" "6"
-"simple_gt" "5"
-"src" "6"
-"src.pro" "7"
-"tests" "6"
-"gt1" "7"
-"gt1.pro" "8"
-"gt2" "7"
-"gt2.pro" "8"
-"gt3" "7"
-"gt3.pro" "8"
-"gtest_dependency.pri" "7"
-"tests.pro" "7"
-"simple_gt.pro" "6"
-"autotest_dependencies.pri" "4"
-"autotoolsprojectmanager" "3"
-"autotoolsprojectmanager_dependencies.pri" "4"
-"baremetal" "3"
-"debugservers" "4"
-"gdb" "5"
-"gdbservers.pri" "6"
-"uvsc" "5"
-"uvscservers.pri" "6"
-"baremetal_dependencies.pri" "4"
-"bazaar" "3"
-"bazaar_dependencies.pri" "4"
-"beautifier" "3"
-"beautifier_dependencies.pri" "4"
-"bineditor" "3"
-"bineditor_dependencies.pri" "4"
-"bookmarks" "3"
-"bookmarks_dependencies.pri" "4"
-"boot2qt" "3"
-"device-detection" "4"
-"device-detection.pri" "5"
-"boot2qt_dependencies.pri" "4"
-"clangcodemodel" "3"
-"completion" "5"
-"completion.pro" "6"
-"find-usages" "5"
-"find-usages.pro" "6"
-"follow-symbol" "5"
-"follow-symbol.pro" "6"
-"highlighting" "5"
-"highlighting.pro" "6"
-"local-references" "5"
-"local-references.pro" "6"
-"qt-widgets-app" "5"
-"qt-widgets-app.pro" "6"
-"tooltips" "5"
-"tooltips.pro" "6"
-"clangcodemodel_dependencies.pri" "4"
-"clangcodemodelunittestfiles.pri" "4"
-"clangformat" "3"
-"clangformat.pro" "4"
-"clangtools" "3"
-"unit-tests" "4"
-"clangtidy_clazy" "5"
-"clangtidy_clazy.pro" "6"
-"mingw-includes" "5"
-"mingw-includes.pro" "6"
-"qt-essential-includes" "5"
-"qt-essential-includes.pro" "6"
-"qt-widgets-app" "5"
-"qt-widgets-app.pro" "6"
-"simple" "5"
-"simple.pro" "6"
-"simple-library" "5"
-"simple-library.pro" "6"
-"stdc++11-includes" "5"
-"stdc++11-includes.pro" "6"
-"clangtools_dependencies.pri" "4"
-"clangtoolsunittestfiles.pri" "4"
-"classview" "3"
-"classview_dependencies.pri" "4"
-"clearcase" "3"
-"clearcase_dependencies.pri" "4"
-"cmakeprojectmanager" "3"
-"cmakeprojectmanager_dependencies.pri" "4"
-"compilationdatabaseprojectmanager" "3"
-"compilationdatabaseprojectmanager_dependencies.pri" "4"
-"conan" "3"
-"conan_dependencies.pri" "4"
-"coreplugin" "3"
-"find" "4"
-"find.pri" "5"
-"locator" "4"
-"locator.pri" "5"
-"coreplugin_dependencies.pri" "4"
-"corepluginunittestfiles.pri" "4"
-"cpaster" "3"
-"frontend" "4"
-"frontend.pro" "5"
-"cpaster_dependencies.pri" "4"
-"cppcheck" "3"
-"cppcheck_dependencies.pri" "4"
-"cppeditor" "3"
-"cppeditor_dependencies.pri" "4"
-"cppeditorunittestfiles.pri" "4"
-"ctfvisualizer" "3"
-"ctfvisualizer_dependencies.pri" "4"
-"cvs" "3"
-"cvs_dependencies.pri" "4"
-"debugger" "3"
-"analyzer" "4"
-"analyzer.pri" "5"
-"cdb" "4"
-"cdb.pri" "5"
-"console" "4"
-"console.pri" "5"
-"gdb" "4"
-"gdb.pri" "5"
-"lldb" "4"
-"lldb.pri" "5"
-"pdb" "4"
-"pdb.pri" "5"
-"qml" "4"
-"qml.pri" "5"
-"shared" "4"
-"shared.pri" "5"
-"simple.pro" "5"
-"uvsc" "4"
-"uvsc.pri" "5"
-"debugger_dependencies.pri" "4"
-"debuggerunittestfiles.pri" "4"
-"ptracepreload.pro" "4"
-"designer" "3"
-"cpp" "4"
-"cpp.pri" "5"
-"designer_dependencies.pri" "4"
-"diffeditor" "3"
-"diffeditor_dependencies.pri" "4"
-"docker" "3"
-"docker_dependencies.pri" "4"
-"emacskeys" "3"
-"emacskeys_dependencies.pri" "4"
-"fakevim" "3"
-"fakevim_dependencies.pri" "4"
-"genericprojectmanager" "3"
-"genericprojectmanager_dependencies.pri" "4"
-"git" "3"
-"gerrit" "4"
-"gerrit.pri" "5"
-"git_dependencies.pri" "4"
-"glsleditor" "3"
-"glsleditor_dependencies.pri" "4"
-"helloworld" "3"
-"helloworld_dependencies.pri" "4"
-"help" "3"
-"help_dependencies.pri" "4"
-"imageviewer" "3"
-"imageviewer_dependencies.pri" "4"
-"incredibuild" "3"
-"incredibuild_dependencies.pri" "4"
-"ios" "3"
-"ios_dependencies.pri" "4"
-"languageclient" "3"
-"languageclient_dependencies.pri" "4"
-"macros" "3"
-"macros_dependencies.pri" "4"
-"marketplace" "3"
-"marketplace_dependencies.pri" "4"
-"mcusupport" "3"
-"mcusupport_dependencies.pri" "4"
-"mercurial" "3"
-"mercurial_dependencies.pri" "4"
-"mesonprojectmanager" "3"
-"mesonprojectmanager_dependencies.pri" "4"
-"modeleditor" "3"
-"modeleditor_dependencies.pri" "4"
-"nim" "3"
-"nim_dependencies.pri" "4"
-"perforce" "3"
-"perforce_dependencies.pri" "4"
-"perfprofiler" "3"
-"tests" "4"
-"tests.pri" "5"
-"perfprofiler_dependencies.pri" "4"
-"projectexplorer" "3"
-"customwizard" "4"
-"customwizard.pri" "5"
-"jsonwizard" "4"
-"jsonwizard.pri" "5"
-"projectexplorer_dependencies.pri" "4"
-"python" "3"
-"python_dependencies.pri" "4"
-"qbsprojectmanager" "3"
-"qbsprojectmanager_dependencies.pri" "4"
-"qmakeprojectmanager" "3"
-"customwidgetwizard" "4"
-"customwidgetwizard.pri" "5"
-"qmakeprojectmanager_dependencies.pri" "4"
-"qmldesigner" "3"
-"assetexporterplugin" "4"
-"assetexporterplugin.pri" "5"
-"assetexporterplugin.pro" "5"
-"components" "4"
-"annotationeditor" "5"
-"annotationeditor.pri" "6"
-"bindingeditor" "5"
-"bindingeditor.pri" "6"
-"colortool" "5"
-"colortool.pri" "6"
-"componentcore" "5"
-"componentcore.pri" "6"
-"connectioneditor" "5"
-"connectioneditor.pri" "6"
-"curveeditor" "5"
-"curveeditor.pri" "6"
-"debugview" "5"
-"debugview.pri" "6"
-"edit3d" "5"
-"edit3d.pri" "6"
-"eventlist" "5"
-"eventlistplugin.pri" "6"
-"formeditor" "5"
-"formeditor.pri" "6"
-"integration" "5"
-"integration.pri" "6"
-"itemlibrary" "5"
-"itemlibrary.pri" "6"
-"listmodeleditor" "5"
-"listmodeleditor.pri" "6"
-"navigator" "5"
-"navigator.pri" "6"
-"pathtool" "5"
-"pathtool.pri" "6"
-"previewtooltip" "5"
-"previewtooltipbackend.pri" "6"
-"propertyeditor" "5"
-"propertyeditor.pri" "6"
-"resources" "5"
-"resources.pri" "6"
-"richtexteditor" "5"
-"richtexteditor.pri" "6"
-"sourcetool" "5"
-"sourcetool.pri" "6"
-"stateseditor" "5"
-"stateseditor.pri" "6"
-"texteditor" "5"
-"texteditor.pri" "6"
-"texttool" "5"
-"texttool.pri" "6"
-"timelineeditor" "5"
-"timelineeditor.pri" "6"
-"transitioneditor" "5"
-"transitioneditor.pri" "6"
-"componentsplugin" "4"
-"componentsplugin.pri" "5"
-"componentsplugin.pro" "5"
-"designercore" "4"
-"exceptions" "5"
-"exceptions.pri" "6"
-"filemanager" "5"
-"filemanager.pri" "6"
-"instances" "5"
-"instances.pri" "6"
-"designercore.pri" "5"
-"iwidgetplugin.pri" "5"
-"qmlpreviewplugin" "4"
-"qmlpreviewplugin.pri" "5"
-"qmlpreviewplugin.pro" "5"
-"qtquickplugin" "4"
-"qtquickplugin.pri" "5"
-"qtquickplugin.pro" "5"
-"plugindestdir.pri" "4"
-"qmldesigner_dependencies.pri" "4"
-"qmldesignerplugin.pri" "4"
-"qmldesignerplugin.pro" "4"
-"qmldesignerunittestfiles.pri" "4"
-"qmljseditor" "3"
-"qmljseditor_dependencies.pri" "4"
-"qmljstools" "3"
-"qmljstools_dependencies.pri" "4"
-"qmlpreview" "3"
-"tests" "4"
-"tests.pri" "5"
-"qmlpreview_dependencies.pri" "4"
-"qmlprofiler" "3"
-"tests" "4"
-"tests.pri" "5"
-"qmlprofiler_dependencies.pri" "4"
-"qmlprojectmanager" "3"
-"fileformat" "4"
-"fileformat.pri" "5"
-"qmlprojectmanager_dependencies.pri" "4"
-"qnx" "3"
-"qnx_dependencies.pri" "4"
-"qtsupport" "3"
-"qtsupport_dependencies.pri" "4"
-"remotelinux" "3"
-"remotelinux_dependencies.pri" "4"
-"resourceeditor" "3"
-"qrceditor" "4"
-"qrceditor.pri" "5"
-"resourceeditor_dependencies.pri" "4"
-"scxmleditor" "3"
-"common" "4"
-"common.pri" "5"
-"outputpane" "4"
-"outputpane.pri" "5"
-"plugin_interface" "4"
-"plugin_interface.pri" "5"
-"scxmleditor_dependencies.pri" "4"
-"serialterminal" "3"
-"serialterminal_dependencies.pri" "4"
-"silversearcher" "3"
-"silversearcher_dependencies.pri" "4"
-"studiowelcome" "3"
-"studiowelcome_dependencies.pri" "4"
-"subversion" "3"
-"subversion_dependencies.pri" "4"
-"tasklist" "3"
-"tasklist_dependencies.pri" "4"
-"texteditor" "3"
-"texteditor_dependencies.pri" "4"
-"todo" "3"
-"todo_dependencies.pri" "4"
-"updateinfo" "3"
-"updateinfo_dependencies.pri" "4"
-"valgrind" "3"
-"callgrind" "4"
-"callgrind.pri" "5"
-"xmlprotocol" "4"
-"xmlprotocol.pri" "5"
-"valgrind_dependencies.pri" "4"
-"valgrind_test.pri" "4"
-"vcsbase" "3"
-"vcsbase_dependencies.pri" "4"
-"webassembly" "3"
-"webassembly_dependencies.pri" "4"
-"welcome" "3"
-"welcome_dependencies.pri" "4"
-"winrt" "3"
-"winrt_dependencies.pri" "4"
-"plugins.pro" "3"
-"share" "2"
-"3rdparty" "3"
-"data.pro" "4"
-"qtcreator" "3"
-"data.pro" "4"
-"shared" "2"
-"clang" "3"
-"clang_defines.pri" "4"
-"clang_installation.pri" "4"
-"cpaster" "3"
-"cpaster.pri" "4"
-"designerintegrationv2" "3"
-"designerintegration.pri" "4"
-"help" "3"
-"help.pri" "4"
-"json" "3"
-"json.pri" "4"
-"modeltest" "3"
-"modeltest.pri" "4"
-"proparser" "3"
-"proparser.pri" "4"
-"qtlockedfile" "3"
-"qtlockedfile.pri" "4"
-"qtsingleapplication" "3"
-"qtsingleapplication.pri" "4"
-"registryaccess" "3"
-"registryaccess.pri" "4"
-"syntax" "3"
-"syntax_shared.pri" "4"
-"yaml-cpp" "3"
-"yaml-cpp_installation.pri" "4"
-"shared.pro" "3"
-"tools" "2"
-"3rdparty" "3"
-"cplusplus-keywordgen" "4"
-"cplusplus-keywordgen.pro" "5"
-"3rdparty.pro" "4"
-"buildoutputparser" "3"
-"buildoutputparser.pro" "4"
-"clangbackend" "3"
-"source" "4"
-"clangbackendclangipc-source.pri" "5"
-"clangbackend.pro" "4"
-"cplusplus-ast2png" "3"
-"cplusplus-ast2png.pro" "4"
-"cplusplus-frontend" "3"
-"cplusplus-frontend.pro" "4"
-"cplusplus-mkvisitor" "3"
-"cplusplus-mkvisitor.pro" "4"
-"cplusplus-shared" "3"
-"tool.pri" "4"
-"utils.pri" "4"
-"cplusplus-update-frontend" "3"
-"cplusplus-update-frontend.pro" "4"
-"iconlister" "3"
-"iconlister.pro" "4"
-"iostool" "3"
-"iostool.pro" "4"
-"processlauncher" "3"
-"processlauncher.pro" "4"
-"qml2puppet" "3"
-"qml2puppet" "4"
-"qml2puppet.pro" "5"
-"qml2puppet.pro" "4"
-"qtc-askpass" "3"
-"qtc-askpass.pro" "4"
-"qtcdebugger" "3"
-"qtcdebugger.pro" "4"
-"qtcrashhandler" "3"
-"qtcrashhandler.pro" "4"
-"qtcreatorcrashhandler" "3"
-"qtcreatorcrashhandler.pro" "4"
-"qtcreatorwidgets" "3"
-"qtcreatorwidgets.pro" "4"
-"qtpromaker" "3"
-"qtpromaker.pro" "4"
-"screenshotcropper" "3"
-"screenshotcropper.pro" "4"
-"sdktool" "3"
-"sdktool.pro" "4"
-"valgrindfake" "3"
-"valgrindfake.pro" "4"
-"wininterrupt" "3"
-"wininterrupt.pro" "4"
-"winrtdebughelper" "3"
-"winrtdebughelper.pro" "4"
-"tools.pro" "3"
-"qtcreatorlibrary.pri" "2"
-"qtcreatorplugin.pri" "2"
-"qtcreatortool.pri" "2"
-"rpath.pri" "2"
-"src.pro" "2"
-"tests" "1"
-"auto" "2"
-"aggregation" "3"
-"aggregation.pro" "4"
-"algorithm" "3"
-"algorithm.pro" "4"
-"changeset" "3"
-"changeset.pro" "4"
-"cplusplus" "3"
-"ast" "4"
-"ast.pro" "5"
-"c99" "4"
-"c99.pro" "5"
-"checksymbols" "4"
-"checksymbols.pro" "5"
-"codeformatter" "4"
-"codeformatter.pro" "5"
-"cppselectionchanger" "4"
-"cppselectionchanger.pro" "5"
-"cxx11" "4"
-"cxx11.pro" "5"
-"fileiterationorder" "4"
-"fileiterationorder.pro" "5"
-"findusages" "4"
-"findusages.pro" "5"
-"lexer" "4"
-"lexer.pro" "5"
-"lookup" "4"
-"lookup.pro" "5"
-"misc" "4"
-"misc.pro" "5"
-"preprocessor" "4"
-"preprocessor.pro" "5"
-"semantic" "4"
-"semantic.pro" "5"
-"shared" "4"
-"shared.pri" "5"
-"translationunit" "4"
-"translationunit.pro" "5"
-"typeprettyprinter" "4"
-"typeprettyprinter.pro" "5"
-"cplusplus.pro" "4"
-"debugger" "3"
-"debugger.pro" "4"
-"disassembler.pro" "4"
-"dumpers.pro" "4"
-"gdb.pro" "4"
-"offsets.pro" "4"
-"protocol.pro" "4"
-"simplifytypes.pro" "4"
-"diff" "3"
-"differ" "4"
-"differ.pro" "5"
-"diff.pro" "4"
-"environment" "3"
-"environment.pro" "4"
-"extensionsystem" "3"
-"pluginmanager" "4"
-"circularplugins" "5"
-"plugin1" "6"
-"plugin1.pro" "7"
-"plugin2" "6"
-"plugin2.pro" "7"
-"plugin3" "6"
-"plugin3.pro" "7"
-"circularplugins.pro" "6"
-"correctplugins1" "5"
-"plugin1" "6"
-"plugin1.pro" "7"
-"plugin2" "6"
-"plugin2.pro" "7"
-"plugin3" "6"
-"plugin3.pro" "7"
-"correctplugins1.pro" "6"
-"pluginmanager.pro" "5"
-"test.pro" "5"
-"pluginspec" "4"
-"testplugin" "5"
-"testplugin.pro" "6"
-"pluginspec.pro" "5"
-"test.pro" "5"
-"extensionsystem.pro" "4"
-"externaltool" "3"
-"externaltool.pro" "4"
-"filesearch" "3"
-"filesearch.pro" "4"
-"json" "3"
-"json.pro" "4"
-"languageserverprotocol" "3"
-"languageserverprotocol.pro" "4"
-"mapreduce" "3"
-"mapreduce.pro" "4"
-"pointeralgorithm" "3"
-"pointeralgorithm.pro" "4"
-"profilewriter" "3"
-"profilewriter.pro" "4"
-"qml" "3"
-"codemodel" "4"
-"check" "5"
-"check.pro" "6"
-"dependencies" "5"
-"dependencies.pro" "6"
-"ecmascript7" "5"
-"ecmascript7.pro" "6"
-"importscheck" "5"
-"importscheck.pro" "6"
-"codemodel.pro" "5"
-"persistenttrie" "4"
-"persistenttrie.pro" "5"
-"qmldesigner" "4"
-"coretests" "5"
-"coretests.pro" "6"
-"qmldesigner.pro" "5"
-"qmleditor" "4"
-"qmlcodeformatter" "5"
-"qmlcodeformatter.pro" "6"
-"qmleditor.pro" "5"
-"qmljssimplereader" "4"
-"qmljssimplereader.pro" "5"
-"qmlprojectmanager" "4"
-"fileformat" "5"
-"fileformat.pro" "6"
-"qmlprojectmanager.pro" "5"
-"qrcparser" "4"
-"qrcparser.pro" "5"
-"reformatter" "4"
-"reformatter.pro" "5"
-"qml.pro" "4"
-"runextensions" "3"
-"runextensions.pro" "4"
-"sdktool" "3"
-"sdktool.pro" "4"
-"ssh" "3"
-"ssh.pro" "4"
-"toolchaincache" "3"
-"toolchaincache.pro" "4"
-"tracing" "3"
-"flamegraph" "4"
-"flamegraph.pro" "5"
-"flamegraphview" "4"
-"flamegraphview.pro" "5"
-"timelineabstractrenderer" "4"
-"timelineabstractrenderer.pro" "5"
-"timelineitemsrenderpass" "4"
-"timelineitemsrenderpass.pro" "5"
-"timelinemodel" "4"
-"timelinemodel.pro" "5"
-"timelinemodelaggregator" "4"
-"timelinemodelaggregator.pro" "5"
-"timelinenotesmodel" "4"
-"timelinenotesmodel.pro" "5"
-"timelinenotesrenderpass" "4"
-"timelinenotesrenderpass.pro" "5"
-"timelineoverviewrenderer" "4"
-"timelineoverviewrenderer.pro" "5"
-"timelinerenderer" "4"
-"timelinerenderer.pro" "5"
-"timelinerenderpass" "4"
-"timelinerenderpass.pro" "5"
-"timelinerenderstate" "4"
-"timelinerenderstate.pro" "5"
-"timelineselectionrenderpass" "4"
-"timelineselectionrenderpass.pro" "5"
-"timelinezoomcontrol" "4"
-"timelinezoomcontrol.pro" "5"
-"tracing.pro" "4"
-"treeviewfind" "3"
-"treeviewfind.pro" "4"
-"utils" "3"
-"ansiescapecodehandler" "4"
-"ansiescapecodehandler.pro" "5"
-"fileutils" "4"
-"fileutils.pro" "5"
-"fuzzymatcher" "4"
-"fuzzymatcher.pro" "5"
-"indexedcontainerproxyconstiterator" "4"
-"indexedcontainerproxyconstiterator.pro" "5"
-"multicursor" "4"
-"multicursor.pro" "5"
-"persistentsettings" "4"
-"persistentsettings.pro" "5"
-"qtcprocess" "4"
-"qtcprocess.pro" "5"
-"settings" "4"
-"settings.pro" "5"
-"stringutils" "4"
-"stringutils.pro" "5"
-"templateengine" "4"
-"templateengine.pro" "5"
-"treemodel" "4"
-"treemodel.pro" "5"
-"utils.pro" "4"
-"valgrind" "3"
-"callgrind" "4"
-"callgrind.pro" "5"
-"callgrindparsertests.pro" "5"
-"modeltest.pro" "5"
-"memcheck" "4"
-"testapps" "5"
-"free1" "6"
-"free1.pro" "7"
-"free2" "6"
-"free2.pro" "7"
-"invalidjump" "6"
-"invalidjump.pro" "7"
-"leak1" "6"
-"leak1.pro" "7"
-"leak2" "6"
-"leak2.pro" "7"
-"leak3" "6"
-"leak3.pro" "7"
-"leak4" "6"
-"leak4.pro" "7"
-"overlap" "6"
-"overlap.pro" "7"
-"syscall" "6"
-"syscall.pro" "7"
-"uninit1" "6"
-"uninit1.pro" "7"
-"uninit2" "6"
-"uninit2.pro" "7"
-"uninit3" "6"
-"uninit3.pro" "7"
-"testapps.pro" "6"
-"memcheck.pro" "5"
-"modeldemo.pro" "5"
-"valgrind.pro" "4"
-"auto.pro" "3"
-"qttest.pri" "3"
-"qttestrpath.pri" "3"
-"benchmarks" "2"
-"json" "3"
-"json.pro" "4"
-"signals" "3"
-"signals.pro" "4"
-"testdata_guiproject1.pro" "3"
-"manual" "2"
-"clang-format-for-qtc" "3"
-"clang-format-for-qtc.pro" "4"
-"cplusplus-tools" "3"
-"cplusplus-tools.pro" "4"
-"debugger" "3"
-"boost" "4"
-"boost.pro" "5"
-"cli-io" "4"
-"cli-io.pro" "5"
-"console" "4"
-"console.pro" "5"
-"gui" "4"
-"gui.pro" "5"
-"multi" "4"
-"multi.pro" "5"
-"python" "4"
-"python.pro" "5"
-"qquick1" "4"
-"myplugin" "5"
-"myplugin.pro" "6"
-"app.pro" "5"
-"qquick1.pro" "5"
-"qquick2" "4"
-"myplugin" "5"
-"myplugin.pro" "6"
-"app.pro" "5"
-"qquick2.pro" "5"
-"script" "4"
-"script.pro" "5"
-"simple" "4"
-"simple_test_app.pro" "5"
-"simple_test_plugin.pro" "5"
-"spacy path" "4"
-"spacy app" "5"
-"spacy app.pro" "6"
-"spacy plugin" "5"
-"spacy plugin.pro" "6"
-"spacy path.pro" "5"
-"spacy-file" "4"
-"app" "5"
-"app.pro" "6"
-"plugin" "5"
-"plugin.pro" "6"
-"spacy-file.pro" "5"
-"debugger.pro" "4"
-"dockwidgets" "3"
-"dockwidgets.pro" "4"
-"fakevim" "3"
-"fakevim.pro" "4"
-"features" "3"
-"features.pro" "4"
-"symbolic.pro" "4"
-"pluginview" "3"
-"plugins" "4"
-"plugin1" "5"
-"plugin1.pro" "6"
-"plugin2" "5"
-"plugin2.pro" "6"
-"plugin3" "5"
-"plugin3.pro" "6"
-"plugins.pro" "5"
-"plugindialog_test.pro" "4"
-"pluginview.pro" "4"
-"process" "3"
-"process.pro" "4"
-"proparser" "3"
-"testreader.pro" "4"
-"cppmockup" "4"
-"cppmockup.pro" "5"
-"basiclayouts.pro" "5"
-"prifile" "4"
-"prifile.pri" "5"
-"projecttree.pro" "4"
-"search" "3"
-"search.pro" "4"
-"shootout" "3"
-"shootout.pro" "4"
-"ssh" "3"
-"sftpfsmodel" "4"
-"sftpfsmodel.pro" "5"
-"shell" "4"
-"shell.pro" "5"
-"ssh.pri" "4"
-"ssh.pro" "4"
-"widgets" "3"
-"crumblepath" "4"
-"crumblepath.pro" "5"
-"infolabel" "4"
-"infolabel.pro" "5"
-"widgets.pro" "4"
-"manual.pro" "3"
-"test1.pro" "3"
-"testfiles.pro" "3"
-"tools" "2"
-"qml-ast2dot" "3"
-"qml-ast2dot.pro" "4"
-"qtquickappblaster" "3"
-"qtquickappblaster.pro" "4"
-"tools.pro" "3"
-"unit" "2"
-"echoserver" "3"
-"echoserver.pro" "4"
-"unittest" "3"
-"benchmark_dependency.pri" "4"
-"clang_dependency.pri" "4"
-"cplusplus.pri" "4"
-"creator_dependency.pri" "4"
-"gmock_dependency.pri" "4"
-"unittest.pro" "4"
-"unit.pro" "3"
-"tests.pro" "2"
-"docs.pri" "1"
-"qtcreator_ide_branding.pri" "1"
-"qtcreator_testvars.pri" "1"
-"qtcreatordata.pri" "1"
"SharedContent" "0"
"share.qbs:3" "1"
"3rdparty" "1"
"share.qbs:39" "2"
"fonts" "2"
"SourceCodePro-Bold.ttf" "3"
+"SourceCodePro-BoldIt.ttf" "3"
"SourceCodePro-It.ttf" "3"
"SourceCodePro-Regular.ttf" "3"
"package-manager" "2"
@@ -1618,14 +841,17 @@
"float.h" "4"
"qobjectdefs.h" "4"
"debugger" "2"
+"android_stdtypes.py" "3"
"boosttypes.py" "3"
"cdbbridge.py" "3"
"creatortypes.py" "3"
"dumper.py" "3"
"gdbbridge.py" "3"
"gdbtracepoint.py" "3"
+"libcpp_stdtypes.py" "3"
"LICENSE.GPL3-EXCEPT" "3"
"lldbbridge.py" "3"
+"loadorder.txt" "3"
"misctypes.py" "3"
"opencvtypes.py" "3"
"pdbbridge.py" "3"
@@ -1644,342 +870,148 @@
"glsl_es_100.vert" "3"
"modeleditor" "2"
"standard.def" "3"
-"commands" "3"
-"captureddatacommand.h" "4"
-"changeauxiliarycommand.cpp" "4"
-"changeauxiliarycommand.h" "4"
-"changebindingscommand.cpp" "4"
-"changebindingscommand.h" "4"
-"changefileurlcommand.cpp" "4"
-"changefileurlcommand.h" "4"
-"changeidscommand.cpp" "4"
-"changeidscommand.h" "4"
-"changelanguagecommand.cpp" "4"
-"changelanguagecommand.h" "4"
-"changenodesourcecommand.cpp" "4"
-"changenodesourcecommand.h" "4"
-"changepreviewimagesizecommand.cpp" "4"
-"changepreviewimagesizecommand.h" "4"
-"changeselectioncommand.cpp" "4"
-"changeselectioncommand.h" "4"
-"changestatecommand.cpp" "4"
-"changestatecommand.h" "4"
-"changevaluescommand.cpp" "4"
-"changevaluescommand.h" "4"
-"childrenchangedcommand.cpp" "4"
-"childrenchangedcommand.h" "4"
-"clearscenecommand.cpp" "4"
-"clearscenecommand.h" "4"
-"commands.pri" "4"
-"completecomponentcommand.cpp" "4"
-"completecomponentcommand.h" "4"
-"componentcompletedcommand.cpp" "4"
-"componentcompletedcommand.h" "4"
-"createinstancescommand.cpp" "4"
-"createinstancescommand.h" "4"
-"createscenecommand.cpp" "4"
-"createscenecommand.h" "4"
-"debugoutputcommand.cpp" "4"
-"debugoutputcommand.h" "4"
-"endpuppetcommand.cpp" "4"
-"endpuppetcommand.h" "4"
-"informationchangedcommand.cpp" "4"
-"informationchangedcommand.h" "4"
-"inputeventcommand.cpp" "4"
-"inputeventcommand.h" "4"
-"pixmapchangedcommand.cpp" "4"
-"pixmapchangedcommand.h" "4"
-"puppetalivecommand.cpp" "4"
-"puppetalivecommand.h" "4"
-"puppettocreatorcommand.cpp" "4"
-"puppettocreatorcommand.h" "4"
-"removeinstancescommand.cpp" "4"
-"removeinstancescommand.h" "4"
-"removepropertiescommand.cpp" "4"
-"removepropertiescommand.h" "4"
-"removesharedmemorycommand.cpp" "4"
-"removesharedmemorycommand.h" "4"
-"reparentinstancescommand.cpp" "4"
-"reparentinstancescommand.h" "4"
-"requestmodelnodepreviewimagecommand.cpp" "4"
-"requestmodelnodepreviewimagecommand.h" "4"
-"scenecreatedcommand.h" "4"
-"statepreviewimagechangedcommand.cpp" "4"
-"statepreviewimagechangedcommand.h" "4"
-"synchronizecommand.cpp" "4"
-"synchronizecommand.h" "4"
-"tokencommand.cpp" "4"
-"tokencommand.h" "4"
-"update3dviewstatecommand.cpp" "4"
-"update3dviewstatecommand.h" "4"
-"valueschangedcommand.cpp" "4"
-"valueschangedcommand.h" "4"
-"view3dactioncommand.cpp" "4"
-"view3dactioncommand.h" "4"
-"container" "3"
-"addimportcontainer.cpp" "4"
-"addimportcontainer.h" "4"
-"container.pri" "4"
-"idcontainer.cpp" "4"
-"idcontainer.h" "4"
-"imagecontainer.cpp" "4"
-"imagecontainer.h" "4"
-"informationcontainer.cpp" "4"
-"informationcontainer.h" "4"
-"instancecontainer.cpp" "4"
-"instancecontainer.h" "4"
-"mockuptypecontainer.cpp" "4"
-"mockuptypecontainer.h" "4"
-"propertyabstractcontainer.cpp" "4"
-"propertyabstractcontainer.h" "4"
-"propertybindingcontainer.cpp" "4"
-"propertybindingcontainer.h" "4"
-"propertyvaluecontainer.cpp" "4"
-"propertyvaluecontainer.h" "4"
-"reparentcontainer.cpp" "4"
-"reparentcontainer.h" "4"
-"sharedmemory_qt.cpp" "4"
-"sharedmemory_unix.cpp" "4"
-"html" "3"
-"welcome.html" "4"
-"images" "3"
-"non-visual-component.png" "4"
-"non-visual-component@2x.png" "4"
-"template_image.png" "4"
-"webkit.png" "4"
-"instances" "3"
-"instances.pri" "4"
-"nodeinstanceclientproxy.cpp" "4"
-"nodeinstanceclientproxy.h" "4"
-"interfaces" "3"
-"commondefines.h" "4"
-"interfaces.pri" "4"
-"nodeinstanceclientinterface.h" "4"
-"nodeinstanceglobal.h" "4"
-"nodeinstanceserverinterface.cpp" "4"
-"nodeinstanceserverinterface.h" "4"
-"mockfiles" "3"
-"images" "4"
-"area.png" "5"
-"area@2x.png" "5"
-"directional.png" "5"
-"directional@2x.png" "5"
-"editor_camera.png" "5"
-"editor_camera@2x.png" "5"
-"editor_particlesystem.png" "5"
-"editor_particlesystem@2x.png" "5"
-"point.png" "5"
-"point@2x.png" "5"
-"spot.png" "5"
-"spot@2x.png" "5"
-"meshes" "4"
-"arrow.mesh" "5"
-"axishelper.mesh" "5"
-"ring.mesh" "5"
-"ringselect.mesh" "5"
-"scalerod.mesh" "5"
-"qt5" "4"
-"AdjustableArrow.qml" "5"
-"AreaLightHandle.qml" "5"
-"Arrow.qml" "5"
-"AutoScaleHelper.qml" "5"
-"AxisHelper.qml" "5"
-"AxisHelperArm.qml" "5"
-"CameraFrustum.qml" "5"
-"CameraGizmo.qml" "5"
-"DirectionalDraggable.qml" "5"
-"EditCameraController.qml" "5"
-"EditView3D.qml" "5"
-"FadeHandle.qml" "5"
-"HelperGrid.qml" "5"
-"IconGizmo.qml" "5"
-"IconRenderer3D.qml" "5"
-"LightGizmo.qml" "5"
-"LightIconGizmo.qml" "5"
-"LightModel.qml" "5"
-"Line3D.qml" "5"
-"MaterialNodeView.qml" "5"
-"ModelNode2DImageView.qml" "5"
-"ModelNode3DImageView.qml" "5"
-"ModelNodeView.qml" "5"
-"MoveGizmo.qml" "5"
-"NodeNodeView.qml" "5"
-"Overlay2D.qml" "5"
-"PlanarDraggable.qml" "5"
-"PlanarMoveHandle.qml" "5"
-"PlanarScaleHandle.qml" "5"
-"RotateGizmo.qml" "5"
-"RotateRing.qml" "5"
-"ScaleGizmo.qml" "5"
-"ScaleRod.qml" "5"
-"SceneView3D.qml" "5"
-"SelectionBox.qml" "5"
-"SpotLightHandle.qml" "5"
-"qt6" "4"
-"AdjustableArrow.qml" "5"
-"AreaLightHandle.qml" "5"
-"Arrow.qml" "5"
-"AutoScaleHelper.qml" "5"
-"AxisHelper.qml" "5"
-"AxisHelperArm.qml" "5"
-"CameraFrustum.qml" "5"
-"CameraGizmo.qml" "5"
-"DirectionalDraggable.qml" "5"
-"EditCameraController.qml" "5"
-"EditView3D.qml" "5"
-"FadeHandle.qml" "5"
-"HelperGrid.qml" "5"
-"IconGizmo.qml" "5"
-"IconRenderer3D.qml" "5"
-"LightGizmo.qml" "5"
-"LightIconGizmo.qml" "5"
-"LightModel.qml" "5"
-"Line3D.qml" "5"
-"MaterialNodeView.qml" "5"
-"ModelNode2DImageView.qml" "5"
-"ModelNode3DImageView.qml" "5"
-"ModelNodeView.qml" "5"
-"MoveGizmo.qml" "5"
-"NodeNodeView.qml" "5"
-"Overlay2D.qml" "5"
-"ParticleSystemGizmo.qml" "5"
-"PlanarDraggable.qml" "5"
-"PlanarMoveHandle.qml" "5"
-"PlanarScaleHandle.qml" "5"
-"RotateGizmo.qml" "5"
-"RotateRing.qml" "5"
-"ScaleGizmo.qml" "5"
-"ScaleRod.qml" "5"
-"SceneView3D.qml" "5"
-"SelectionBox.qml" "5"
-"SpotLightHandle.qml" "5"
-"Dialog.qml" "4"
-"GenericBackend.qml" "4"
-"SwipeView.qml" "4"
-"ToggleButton.qml" "4"
-"ToolBarButton.qml" "4"
-"Window.qml" "4"
-"qml2puppet" "3"
-"editor3d" "4"
-"qt5compat" "5"
-"qquick3darealight_p.h" "6"
-"camerageometry.cpp" "5"
-"camerageometry.h" "5"
-"editor3d.pri" "5"
-"generalhelper.cpp" "5"
-"generalhelper.h" "5"
-"geometrybase.cpp" "5"
-"geometrybase.h" "5"
-"gridgeometry.cpp" "5"
-"gridgeometry.h" "5"
-"icongizmoimageprovider.cpp" "5"
-"icongizmoimageprovider.h" "5"
-"lightgeometry.cpp" "5"
-"lightgeometry.h" "5"
-"linegeometry.cpp" "5"
-"linegeometry.h" "5"
-"mousearea3d.cpp" "5"
-"mousearea3d.h" "5"
-"selectionboxgeometry.cpp" "5"
-"selectionboxgeometry.h" "5"
-"iconrenderer" "4"
-"iconrenderer.cpp" "5"
-"iconrenderer.h" "5"
-"iconrenderer.pri" "5"
-"import3d" "4"
-"import3d.cpp" "5"
-"import3d.h" "5"
-"import3d.pri" "5"
-"instances" "4"
-"anchorchangesnodeinstance.cpp" "5"
-"anchorchangesnodeinstance.h" "5"
-"animationdriver.cpp" "5"
-"animationdriver.h" "5"
-"behaviornodeinstance.cpp" "5"
-"behaviornodeinstance.h" "5"
-"capturenodeinstanceserverdispatcher.cpp" "5"
-"capturenodeinstanceserverdispatcher.h" "5"
-"childrenchangeeventfilter.cpp" "5"
-"childrenchangeeventfilter.h" "5"
-"componentnodeinstance.cpp" "5"
-"componentnodeinstance.h" "5"
-"dummycontextobject.cpp" "5"
-"dummycontextobject.h" "5"
-"dummynodeinstance.cpp" "5"
-"dummynodeinstance.h" "5"
-"instances.pri" "5"
-"layoutnodeinstance.cpp" "5"
-"layoutnodeinstance.h" "5"
-"nodeinstanceserver.cpp" "5"
-"nodeinstanceserver.h" "5"
-"nodeinstanceserverdispatcher.cpp" "5"
-"nodeinstanceserverdispatcher.h" "5"
-"nodeinstancesignalspy.cpp" "5"
-"nodeinstancesignalspy.h" "5"
-"objectnodeinstance.cpp" "5"
-"objectnodeinstance.h" "5"
-"positionernodeinstance.cpp" "5"
-"positionernodeinstance.h" "5"
-"qmlpropertychangesnodeinstance.cpp" "5"
-"qmlpropertychangesnodeinstance.h" "5"
-"qmlstatenodeinstance.cpp" "5"
-"qmlstatenodeinstance.h" "5"
-"qmltransitionnodeinstance.cpp" "5"
-"qmltransitionnodeinstance.h" "5"
-"qt3dpresentationnodeinstance.cpp" "5"
-"qt3dpresentationnodeinstance.h" "5"
-"qt5captureimagenodeinstanceserver.cpp" "5"
-"qt5captureimagenodeinstanceserver.h" "5"
-"qt5capturepreviewnodeinstanceserver.cpp" "5"
-"qt5capturepreviewnodeinstanceserver.h" "5"
-"qt5informationnodeinstanceserver.cpp" "5"
-"qt5informationnodeinstanceserver.h" "5"
-"qt5nodeinstanceclientproxy.cpp" "5"
-"qt5nodeinstanceclientproxy.h" "5"
-"qt5nodeinstanceserver.cpp" "5"
-"qt5nodeinstanceserver.h" "5"
-"qt5previewnodeinstanceserver.cpp" "5"
-"qt5previewnodeinstanceserver.h" "5"
-"qt5rendernodeinstanceserver.cpp" "5"
-"qt5rendernodeinstanceserver.h" "5"
-"qt5testnodeinstanceserver.cpp" "5"
-"qt5testnodeinstanceserver.h" "5"
-"quick3dnodeinstance.cpp" "5"
-"quick3dnodeinstance.h" "5"
-"quick3dtexturenodeinstance.cpp" "5"
-"quick3dtexturenodeinstance.h" "5"
-"quickitemnodeinstance.cpp" "5"
-"quickitemnodeinstance.h" "5"
-"servernodeinstance.cpp" "5"
-"servernodeinstance.h" "5"
-"viewconfig.cpp" "5"
-"viewconfig.h" "5"
-"Info.plist" "4"
-"qml2puppet.pri" "4"
-"qml2puppet.pro" "4"
-"qml2puppetmain.cpp" "4"
-"qmlprivategate" "3"
-"designercustomobjectdata.cpp" "4"
-"designercustomobjectdata.h" "4"
-"designersupportdelegate.h" "4"
-"metaobject.cpp" "4"
-"metaobject.h" "4"
-"qmlprivategate.cpp" "4"
-"qmlprivategate.h" "4"
-"qmlprivategate.pri" "4"
-"types" "3"
-"enumeration.h" "4"
-"types.pri" "4"
-"editor3d_qt5.qrc" "3"
-"editor3d_qt6.qrc" "3"
-"qmlpuppet_utilities.pri" "3"
"qmldesigner" "2"
-"itemLibraryQmlSources" "3"
-"AddImport.qml" "4"
+"assetsLibraryQmlSources" "3"
+"AssetDelegate.qml" "4"
"Assets.qml" "4"
+"AssetsContextMenu.qml" "4"
+"AssetsView.qml" "4"
+"ConfirmDeleteFilesDialog.qml" "4"
+"ConfirmDeleteFolderDialog.qml" "4"
+"ErrorDialog.qml" "4"
+"NewEffectDialog.qml" "4"
+"NewFolderDialog.qml" "4"
+"RenameFolderDialog.qml" "4"
+"collectionEditorQmlSource" "3"
+"CollectionItem.qml" "4"
+"CollectionView.qml" "4"
+"CsvImport.qml" "4"
+"IconTextButton.qml" "4"
+"JsonImport.qml" "4"
+"Message.qml" "4"
+"ModelSourceItem.qml" "4"
+"NewCollectionDialog.qml" "4"
+"SingleCollectionView.qml" "4"
+"connectionseditor" "3"
+"Constants.qml" "5"
+"qmldir" "5"
+"BindingsDialog.qml" "4"
+"BindingsDialogForm.qml" "4"
+"BindingsListView.qml" "4"
+"ConnectionsDialog.qml" "4"
+"ConnectionsDialogForm.qml" "4"
+"ConnectionsListView.qml" "4"
+"ExpressionBuilder.qml" "4"
+"Main.qml" "4"
+"MyListViewDelegate.qml" "4"
+"MyTreeViewDelegate.qml" "4"
+"Pill.qml" "4"
+"PopupDialog.qml" "4"
+"PopupLabel.qml" "4"
+"PropertiesDialog.qml" "4"
+"PropertiesDialogForm.qml" "4"
+"PropertiesListView.qml" "4"
+"StatementEditor.qml" "4"
+"SuggestionPopup.qml" "4"
+"TabCheckButton.qml" "4"
+"contentLibraryImages" "3"
+"new_flag_triangle.png" "4"
+"contentLibraryQmlSource" "3"
+"ContentLibrary.qml" "4"
+"ContentLibraryEffect.qml" "4"
+"ContentLibraryEffectContextMenu.qml" "4"
+"ContentLibraryEffectsView.qml" "4"
+"ContentLibraryMaterial.qml" "4"
+"ContentLibraryMaterialContextMenu.qml" "4"
+"ContentLibraryMaterialsView.qml" "4"
+"ContentLibraryTabBar.qml" "4"
+"ContentLibraryTabButton.qml" "4"
+"ContentLibraryTexture.qml" "4"
+"ContentLibraryTextureContextMenu.qml" "4"
+"ContentLibraryTexturesView.qml" "4"
+"DownloadPane.qml" "4"
+"TextureProgressBar.qml" "4"
+"UnimportBundleMaterialDialog.qml" "4"
+"edit3dQmlSource" "3"
+"BakeLightsProgressDialog.qml" "4"
+"BakeLightsSetupDialog.qml" "4"
+"SnapConfigurationDialog.qml" "4"
+"effectMakerQmlSources" "3"
+"images" "4"
+"preview0.png" "5"
+"preview1.png" "5"
+"preview2.png" "5"
+"preview3.png" "5"
+"preview4.png" "5"
+"EffectCompositionNode.qml" "4"
+"EffectCompositionNodeUniform.qml" "4"
+"EffectMaker.qml" "4"
+"EffectMakerPreview.qml" "4"
+"EffectMakerTopBar.qml" "4"
+"EffectNode.qml" "4"
+"EffectNodesComboBox.qml" "4"
+"PreviewImagesComboBox.qml" "4"
+"ValueBool.qml" "4"
+"ValueColor.qml" "4"
+"ValueDefine.qml" "4"
+"ValueFloat.qml" "4"
+"ValueImage.qml" "4"
+"ValueInt.qml" "4"
+"ValueVec2.qml" "4"
+"ValueVec3.qml" "4"
+"ValueVec4.qml" "4"
+"feedback" "3"
+"FeedbackPopup.qml" "4"
+"star_empty.png" "4"
+"star_empty@2x.png" "4"
+"star_filled.png" "4"
+"star_filled@2x.png" "4"
+"insight" "3"
+"Main.qml" "4"
+"itemLibraryQmlSources" "3"
+"AddModuleView.qml" "4"
"ItemDelegate.qml" "4"
"ItemsView.qml" "4"
-"LibraryHeader.qml" "4"
+"landingpage" "3"
+"content" "4"
+"App.qml" "5"
+"CustomCheckBox.ui.qml" "5"
+"InstallQdsStatusBlock.ui.qml" "5"
+"logo.png" "5"
+"logo@2x.png" "5"
+"PageText.ui.qml" "5"
+"ProjectInfoStatusBlock.ui.qml" "5"
+"PushButton.ui.qml" "5"
+"Screen01.ui.qml" "5"
+"+QDS_theming" "5"
+"Colors.qml" "6"
+"Colors.qml" "5"
+"qmldir" "5"
+"Values.qml" "5"
+"mockimports" "4"
+"LandingPageApi" "5"
+"LandingPageApi.qml" "6"
+"qmldir" "6"
+"LandingPageTheme" "5"
+"Dummy.qml" "6"
+"qmldir" "6"
+"landingpage.qmlproject" "4"
+"main.qml" "4"
+"materialBrowserQmlSource" "3"
+"ChooseMaterialProperty.qml" "4"
+"MaterialBrowser.qml" "4"
+"MaterialBrowserContextMenu.qml" "4"
+"MaterialBrowserItemName.qml" "4"
+"MaterialItem.qml" "4"
+"TextureBrowserContextMenu.qml" "4"
+"TextureItem.qml" "4"
+"materialEditorQmlSources" "3"
+"EmptyMaterialEditorPane.qml" "4"
+"MaterialEditorPane.qml" "4"
+"MaterialEditorToolBar.qml" "4"
+"MaterialEditorTopSection.qml" "4"
+"misc" "3"
+"BusyIndicator.qml" "4"
"newprojectdialog" "3"
"image" "4"
"logo.png" "5"
@@ -1995,7 +1027,7 @@
"style-imagine.png" "5"
"style-imagine@2x.png" "5"
"style-macos.png" "5"
-"style-macOs@2x.png" "5"
+"style-macos@2x.png" "5"
"style-material_dark.png" "5"
"style-material_dark@2x.png" "5"
"style-material_light.png" "5"
@@ -2010,13 +1042,18 @@
"NewProjectDialog" "5"
"Details.qml" "6"
"DialogValues.qml" "6"
-"NewProjectView.qml" "6"
+"PopupDialog.qml" "6"
+"PopupDialogButton.qml" "6"
+"PopupDialogButtonBox.qml" "6"
+"PresetView.qml" "6"
"qmldir" "6"
"Styles.qml" "6"
"ProjectType" "5"
"DefaultProject.qml" "6"
"qmldir" "6"
"NewProjectDialog.qml" "4"
+"projectstorage" "3"
+"fake.qmltypes" "4"
"propertyEditorQmlSources" "3"
"imports" "4"
"HelperWidgets" "5"
@@ -2031,6 +1068,7 @@
"icon_color_none.png" "7"
"icon_color_radial_gradient.png" "7"
"icon_color_solid.png" "7"
+"icon-gradient-list.png" "7"
"placeholder.png" "7"
"placeholder@2x.png" "7"
"submenu.png" "7"
@@ -2050,6 +1088,7 @@
"CharacterSection.qml" "6"
"CheckBox.qml" "6"
"ColorEditor.qml" "6"
+"ColorEditorPopup.qml" "6"
"ColorLine.qml" "6"
"ColorLogic.qml" "6"
"ColorPalette.qml" "6"
@@ -2061,6 +1100,7 @@
"ControlLabel.qml" "6"
"Controller.qml" "6"
"DoubleSpinBox.qml" "6"
+"DynamicPropertiesSection.qml" "6"
"EditableListView.qml" "6"
"ExpandingSpacer.qml" "6"
"ExpressionTextField.qml" "6"
@@ -2077,10 +1117,12 @@
"GradientPropertySpinBox.qml" "6"
"HorizontalScrollBar.qml" "6"
"HueSlider.qml" "6"
+"IconButton.qml" "6"
"IconIndicator.qml" "6"
"IconLabel.qml" "6"
"ImagePreviewTooltipArea.qml" "6"
"ImageSection.qml" "6"
+"InsightSection.qml" "6"
"ItemFilterComboBox.qml" "6"
"Label.qml" "6"
"LineEdit.qml" "6"
@@ -2106,6 +1148,7 @@
"SpinBox.qml" "6"
"StandardTextSection.qml" "6"
"TextExtrasSection.qml" "6"
+"TextInputSection.qml" "6"
"ToolTipArea.qml" "6"
"UrlChooser.qml" "6"
"VerticalScrollBar.qml" "6"
@@ -2120,6 +1163,11 @@
"ComboBox.qml" "6"
"ComboBoxInput.qml" "6"
"ContextMenu.qml" "6"
+"Dialog.qml" "6"
+"DialogButton.qml" "6"
+"DialogButtonBox.qml" "6"
+"FilterComboBox.qml" "6"
+"Indicator.qml" "6"
"InfinityLoopIndicator.qml" "6"
"ItemDelegate.qml" "6"
"LinkIndicator2D.qml" "6"
@@ -2129,6 +1177,7 @@
"MenuItem.qml" "6"
"MenuItemWithIcon.qml" "6"
"MenuSeparator.qml" "6"
+"ProgressBar.qml" "6"
"qmldir" "6"
"RadioButton.qml" "6"
"RealSliderPopup.qml" "6"
@@ -2137,27 +1186,48 @@
"RealSpinBoxInput.qml" "6"
"ScrollBar.qml" "6"
"ScrollView.qml" "6"
+"SearchBox.qml" "6"
"SecondColumnLayout.qml" "6"
"Section.qml" "6"
"SectionLabel.qml" "6"
"SectionLayout.qml" "6"
"Slider.qml" "6"
"SliderPopup.qml" "6"
+"SortFilterModel.qml" "6"
"SpinBox.qml" "6"
"SpinBoxIndicator.qml" "6"
"SpinBoxInput.qml" "6"
+"Switch.qml" "6"
"TabBar.qml" "6"
"TabButton.qml" "6"
"TextArea.qml" "6"
"TextField.qml" "6"
+"ToolTip.qml" "6"
+"TopLevelComboBox.qml" "6"
+"TransientScrollBar.qml" "6"
"TranslationIndicator.qml" "6"
"StudioTheme" "5"
+"ConnectionPopupButtonStyle.qml" "6"
+"ConnectionPopupControlStyle.qml" "6"
"Constants.qml" "6"
+"ControlStyle.qml" "6"
+"DefaultStyle.qml" "6"
"icons.ttf" "6"
"InternalConstants.qml" "6"
+"PrimaryButtonStyle.qml" "6"
"qmldir" "6"
+"SearchControlStyle.qml" "6"
+"StatesControlStyle.qml" "6"
+"StatusBarButtonStyle.qml" "6"
+"StatusBarControlStyle.qml" "6"
+"ToolbarStyle.qml" "6"
+"TopToolbarButtonStyle.qml" "6"
"Values.qml" "6"
+"ViewBarButtonStyle.qml" "6"
+"ViewBarControlStyle.qml" "6"
+"ViewStyle.qml" "6"
"PropertyTemplates" "4"
+"3DItemFilterComboBoxEditorTemplate.template" "5"
"BooleanEditorTemplate.template" "5"
"ColorEditorTemplate.template" "5"
"FontEditorTemplate.template" "5"
@@ -2169,6 +1239,11 @@
"TemplateTypes.qml" "5"
"TextEditorTemplate.template" "5"
"UrlEditorTemplate.template" "5"
+"Vector2dEditorTemplate.template" "5"
+"Vector3dEditorTemplate.template" "5"
+"Vector4dEditorTemplate.template" "5"
+"QML" "4"
+"QtObjectPane.qml" "5"
"QtMultimedia" "4"
"AudioOutputSpecifics.qml" "5"
"AudioSection.qml" "5"
@@ -2180,6 +1255,7 @@
"QtQml" "4"
"ConnectionsSpecifics.qml" "5"
"QtObjectPane.qml" "5"
+"TimerSpecifics.qml" "5"
"QtQuick" "4"
"Controls" "5"
"AbstractButtonSection.qml" "6"
@@ -2192,12 +1268,14 @@
"ComboBoxSpecifics.qml" "6"
"ContainerSection.qml" "6"
"ControlSection.qml" "6"
+"ControlSpecifics.qml" "6"
"DelayButtonSpecifics.qml" "6"
"DialogSpecifics.qml" "6"
"DialSpecifics.qml" "6"
"DrawerSpecifics.qml" "6"
"FrameSpecifics.qml" "6"
"GroupBoxSpecifics.qml" "6"
+"IconSection.qml" "6"
"InsetSection.qml" "6"
"ItemDelegateSection.qml" "6"
"ItemDelegateSpecifics.qml" "6"
@@ -2278,10 +1356,23 @@
"StateSpecifics.qml" "5"
"TargetComboBox.qml" "5"
"TextEditSpecifics.qml" "5"
-"TextInputSection.qml" "5"
"TextInputSpecifics.qml" "5"
"TextSpecifics.qml" "5"
+"WindowSpecifics.qml" "5"
"QtQuick3D" "4"
+"SpatialAudio" "5"
+"AmbientSoundSection.qml" "6"
+"AmbientSoundSpecifics.qml" "6"
+"AudioEngineSection.qml" "6"
+"AudioEngineSpecifics.qml" "6"
+"AudioListenerSpecifics.qml" "6"
+"AudioRoomSection.qml" "6"
+"AudioRoomSpecifics.qml" "6"
+"NodeSection.qml" "6"
+"SpatialSoundSection.qml" "6"
+"SpatialSoundSpecifics.qml" "6"
+"BakedLightmapSection.qml" "5"
+"BakedLightmapSpecifics.qml" "5"
"Object3DPane.qml" "5"
"Qt5HelperWindow.qml" "4"
"Qt6HelperWindow.qml" "4"
@@ -2292,14 +1383,258 @@
"qul-17.qml" "4"
"qul-18.qml" "4"
"qul-19.qml" "4"
-"statesEditorQmlSources" "3"
+"qul-20.qml" "4"
+"qul-21.qml" "4"
+"qul-22.qml" "4"
+"qul-23.qml" "4"
+"qul-24.qml" "4"
+"qul-25.qml" "4"
+"qul-26.qml" "4"
+"stateseditor" "3"
"images" "4"
"checkers.png" "5"
-"StatesDelegate.qml" "4"
-"StatesList.qml" "4"
+"Constants.qml" "5"
+"qmldir" "5"
+"Main.qml" "4"
+"MenuButton.qml" "4"
+"StateMenu.qml" "4"
+"StateScrollBar.qml" "4"
+"StateThumbnail.qml" "4"
+"statusbar" "3"
+"Main.qml" "4"
+"studio_templates" "3"
+"files" "4"
+"custombutton" "5"
+"custom_button.png" "6"
+"custom_button@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"customcheckbox" "5"
+"custom_checkbox.png" "6"
+"custom_checkbox@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"customdial" "5"
+"custom_dial.png" "6"
+"custom_dial@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"customslider" "5"
+"custom_slider.png" "6"
+"custom_slider@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"customspinbox" "5"
+"custom_spinbox.png" "6"
+"custom_spinbox@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"customswitch" "5"
+"custom_switch.png" "6"
+"custom_switch@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"flowitem" "5"
+"file.qml.tpl" "6"
+"flow_item.png" "6"
+"flow_item@2.png" "6"
+"wizard.json" "6"
+"flowview" "5"
+"file.qml.tpl" "6"
+"flow_view.png" "6"
+"flowview2.png" "6"
+"wizard.json" "6"
+"javascript" "5"
+"file_javascript.png" "6"
+"file_javascript@2.png" "6"
+"wizard.json" "6"
+"listmodel" "5"
+"data_listmodel.png" "6"
+"data_listmodel@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"pane" "5"
+"custom_panes.png" "6"
+"custom_panes@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"qtquickfile" "5"
+"file_qml.png" "6"
+"file_qml@2.png" "6"
+"wizard.json" "6"
+"qtquickviews" "5"
+"data_gridmodel.png" "6"
+"data_gridmodel@2.png" "6"
+"DataModel.qml.tpl" "6"
+"GridDelegate.ui.qml.tpl" "6"
+"GridView.ui.qml.tpl" "6"
+"ListDelegate.ui.qml.tpl" "6"
+"ListView.ui.qml.tpl" "6"
+"wizard.json" "6"
+"qtuiquickfile" "5"
+"file_ui.png" "6"
+"file_ui@2.png" "6"
+"wizard.json" "6"
+"qtuiquickform" "5"
+"file_ui.png" "6"
+"file_ui@2.png" "6"
+"fileForm.ui.qml.tpl" "6"
+"wizard.json" "6"
+"scxml" "5"
+"file.scxml" "6"
+"wizard.json" "6"
+"stackedlayout" "5"
+"custom_stacked_view.png" "6"
+"custom_stacked_view@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"swipeview" "5"
+"custom_swipe_view.png" "6"
+"custom_swipe_view@2.png" "6"
+"file.qml.tpl" "6"
+"wizard.json" "6"
+"projects" "4"
+"application" "5"
+"desktop_blank.png" "6"
+"desktop_blank@2.png" "6"
+"detailsPage.qml" "6"
+"place_holder.png" "6"
+"Screen01.ui.qml.tpl" "6"
+"wizard.json" "6"
+"application-3d" "5"
+"contentmodule.main.qml.tpl" "6"
+"desktop_blank.png" "6"
+"desktop_blank@2.png" "6"
+"detailsPage.qml" "6"
+"Screen01.ui.qml.tpl" "6"
+"wizard.json" "6"
+"application-mcu" "5"
+"MCUDefaultStyle" "6"
+"images" "7"
+"button-disabled.png" "8"
+"button-pressed.png" "8"
+"checkbox-checked.png" "8"
+"checkbox-disabled.png" "8"
+"checkbox-partially-checked.png" "8"
+"checkbox-pressed.png" "8"
+"dial-background.png" "8"
+"dial-progress.png" "8"
+"progressbar-background.png" "8"
+"progressbar-progress.png" "8"
+"radiobutton-checked.png" "8"
+"radiobutton-disabled.png" "8"
+"radiobutton-pressed.png" "8"
+"slider-background-disabled.png" "8"
+"slider-background-vertical.png" "8"
+"slider-handle-disabled.png" "8"
+"slider-handle-pressed.png" "8"
+"slider-progress.png" "8"
+"switch-bg.png" "8"
+"switch-handle.png" "8"
+"switch-i.png" "8"
+"switch-o.png" "8"
+"Button.qml" "7"
+"CheckBox.qml" "7"
+"DefaultStyle.qml" "7"
+"Dial.qml" "7"
+"ProgressBar.qml" "7"
+"qmldir" "7"
+"RadioButton.qml" "7"
+"Slider.qml" "7"
+"SwipeView.qml" "7"
+"Switch.qml" "7"
+"app_mcu.qmlproject.tpl" "6"
+"CMakeLists.txt" "6"
+"Constants.qml.tpl" "6"
+"desktop_blank.png" "6"
+"desktop_blank@2.png" "6"
+"detailsPage.qml" "6"
+"main.qml.tpl" "6"
+"mcuqtquickcontrols2.conf" "6"
+"qmldir" "6"
+"Screen01.ui.qml.tpl" "6"
+"wizard.json" "6"
+"common" "5"
+"App.qml.tpl" "6"
+"app.qmlproject.tpl" "6"
+"asset_imports.txt" "6"
+"CMakeLists.content.txt.tpl" "6"
+"CMakeLists.imports.txt.tpl" "6"
+"CMakeLists.main.txt.tpl" "6"
+"contentmodule.main.qml.tpl" "6"
+"fonts.txt" "6"
+"import_qml_components_plugins.h.tpl" "6"
+"import_qml_plugins.h.tpl" "6"
+"insight.tpl" "6"
+"main.cpp.tpl" "6"
+"main.qml" "6"
+"qmlcomponents.tpl" "6"
+"qmlmodules.tpl" "6"
+"qtquickcontrols2.conf" "6"
+"qtquickcontrols2.conf.tpl" "6"
+"defaults" "5"
+"qmlapplication-project-page.json" "6"
+"desktop-launcher" "5"
+"desktop_launcher.png" "6"
+"desktop_launcher@2.png" "6"
+"detailsPage.qml" "6"
+"Screen01.ui.qml.tpl" "6"
+"wizard.json" "6"
+"mobile-scroll" "5"
+"detailsPage.qml" "6"
+"mobile_scroll.png" "6"
+"mobile_scroll@2.png" "6"
+"Screen01.ui.qml.tpl" "6"
+"wizard.json" "6"
+"mobile-stack" "5"
+"App.qml.tpl" "6"
+"CMakeLists.content.txt.tpl" "6"
+"detailsPage.qml" "6"
+"mobile_stack.png" "6"
+"mobile_stack@2.png" "6"
+"Screen01.ui.qml.tpl" "6"
+"Screen02.ui.qml.tpl" "6"
+"wizard.json" "6"
+"mobile-swipe" "5"
+"App.qml.tpl" "6"
+"CMakeLists.content.txt.tpl" "6"
+"detailsPage.qml" "6"
+"mobile_swipe.png" "6"
+"mobile_swipe@2.png" "6"
+"Screen01.ui.qml.tpl" "6"
+"Screen02.ui.qml.tpl" "6"
+"wizard.json" "6"
+"designer" "6"
+"plugin.metainfo" "7"
+"CMakeLists.importmodule.txt.tpl" "6"
+"Constants.qml.tpl" "6"
+"DirectoryFontLoader.qml.tpl" "6"
+"EventListModel.qml.tpl" "6"
+"EventListSimulator.qml.tpl" "6"
+"importmodule.qmldir.tpl" "6"
+"qmldir" "6"
+"fonts.txt" "5"
+"textureEditorQmlSource" "3"
+"EmptyTextureEditorPane.qml" "4"
+"TextureEditorPane.qml" "4"
+"TextureEditorToolBar.qml" "4"
+"TextureEditorTopSection.qml" "4"
+"toolbar" "3"
+"CrumbleBar.qml" "4"
+"CrumbleBread.qml" "4"
+"Main.qml" "4"
+"ToolbarButton.qml" "4"
"workspacePresets" "3"
-"3D_Preset.wrk" "4"
+"Advanced-3D.wrk" "4"
+"Animation-2D.wrk" "4"
+"Animation-3D.wrk" "4"
+"Basic.wrk" "4"
+"Code.wrk" "4"
"Essentials.wrk" "4"
+"order.json" "4"
+"UX-Design.wrk" "4"
+"Views-All.wrk" "4"
+"designericons.json" "3"
"formatconfiguration.json" "3"
"qmlicons" "2"
"BorderImage.png" "4"
@@ -2357,19 +1692,20 @@
"schemes" "2"
"MS_Visual_C++.kms" "3"
"Xcode.kms" "3"
-"scripts" "2"
-"openTerminal.py" "3"
"snippets" "2"
+"cmake.xml" "3"
"cpp.xml" "3"
"qml.xml" "3"
+"test.xml" "3"
"text.xml" "3"
"styles" "2"
"creator-dark.xml" "3"
"dark.xml" "3"
-"default_classic.xml" "3"
+"default.xml" "3"
"grayscale.xml" "3"
"inkpot.xml" "3"
"intellij.xml" "3"
+"mabakor.xml" "3"
"modnokai_night_shift_v2.xml" "3"
"solarized-dark.xml" "3"
"solarized-light.xml" "3"
@@ -2380,20 +1716,33 @@
"tpl_resources.qrc" "4"
"tpl_single.cpp" "4"
"tpl_single.h" "4"
-"tpl_widget_include.pri" "4"
-"tpl_widget_lib.pro" "4"
+"tpl_widget.cpp" "4"
+"tpl_widget.h" "4"
"wizards" "3"
"autotest" "4"
+"boosttest" "5"
+"wizard.json" "6"
+"catch" "5"
+"wizard.json" "6"
"files" "5"
"catch2_tst.cpp" "6"
+"catchCommon.js" "6"
"googlecommon.js" "6"
"gtest_dependency.pri" "6"
+"setup.cpp" "6"
+"setup.h" "6"
"tst_main.cpp" "6"
"tst_qml.tmpl" "6"
+"tst_src_boost.cpp" "6"
"tst_src_gt.cpp" "6"
+"gtest" "5"
+"wizard.json" "6"
+"qttest" "5"
+"wizard.json" "6"
+"quicktest" "5"
+"wizard.json" "6"
"autotest.png" "5"
"autotest@2x.png" "5"
-"wizard.json" "5"
"classes" "4"
"cpp" "5"
"file.cpp" "6"
@@ -2410,14 +1759,10 @@
"python" "5"
"file.py" "6"
"wizard.json" "6"
-"qtquickui" "5"
-"file.qml.tpl" "6"
-"fileForm.ui.qml.tpl" "6"
-"wizard.json" "6"
"codesnippet" "4"
+"CMakeLists.txt" "5"
"main.cpp" "5"
-"project.pro" "5"
-"wizard.xml" "5"
+"wizard.json" "5"
"files" "4"
"cppheader" "5"
"file.h" "6"
@@ -2449,6 +1794,9 @@
"js" "5"
"file.js" "6"
"wizard.json" "6"
+"markdown" "5"
+"file.md" "6"
+"wizard.json" "6"
"modeling" "5"
"model" "6"
"file.qmodel" "7"
@@ -2479,6 +1827,9 @@
"scxml" "5"
"file.scxml" "6"
"wizard.json" "6"
+"testing" "5"
+"file.cpp" "6"
+"wizard.json" "6"
"text" "5"
"file.txt" "6"
"wizard.json" "6"
@@ -2575,16 +1926,29 @@
"main_widget.py" "6"
"main_widget.ui" "6"
"qtquick2-extension" "5"
+"example" "6"
+"example.cpp" "7"
+"example.qml.tpl" "7"
+"CMakeLists.6.x.txt" "6"
"lib.png" "6"
"lib@2x.png" "6"
"object.cpp" "6"
"object.h" "6"
+"object.qml.tpl" "6"
"plugin.cpp" "6"
"plugin.h" "6"
"project.pro" "6"
"qmldir" "6"
"wizard.json" "6"
"qtquickapplication" "5"
+"CMakeLists.txt" "6"
+"icon.png" "6"
+"icon@2x.png" "6"
+"main.cpp" "6"
+"Main.qml.tpl" "6"
+"qtquickcontrols2.conf" "6"
+"wizard.json" "6"
+"qtquickapplication_compat" "5"
"empty" "6"
"icon.png" "7"
"icon@2x.png" "7"
@@ -2660,9 +2024,6 @@
"app_version_header.qbs:4" "2"
"Group 1" "2"
"app_version_header.qbs:8" "3"
-"app_version.h.in" "3"
-"other" "2"
-"app_version_header.qbs:13" "3"
"app_version.h.cmakein" "3"
"Libs" "1"
"libs.qbs:4" "2"
@@ -2672,6 +2033,13 @@
"advanceddockingsystem.qbs:13" "4"
"ads_globals.cpp" "4"
"ads_globals.h" "4"
+"advanceddockingsystemtr.h" "4"
+"autohidedockcontainer.cpp" "4"
+"autohidedockcontainer.h" "4"
+"autohidesidebar.cpp" "4"
+"autohidesidebar.h" "4"
+"autohidetab.cpp" "4"
+"autohidetab.h" "4"
"dockareatabbar.cpp" "4"
"dockareatabbar.h" "4"
"dockareatitlebar.cpp" "4"
@@ -2704,343 +2072,235 @@
"floatingdragpreview.h" "4"
"iconprovider.cpp" "4"
"iconprovider.h" "4"
+"pushbutton.cpp" "4"
+"pushbutton.h" "4"
+"resizehandle.cpp" "4"
+"resizehandle.h" "4"
+"workspace.cpp" "4"
+"workspace.h" "4"
"workspacedialog.cpp" "4"
"workspacedialog.h" "4"
-"workspacedialog.ui" "4"
+"workspaceinputdialog.cpp" "4"
+"workspaceinputdialog.h" "4"
"workspacemodel.cpp" "4"
"workspacemodel.h" "4"
"workspaceview.cpp" "4"
"workspaceview.h" "4"
"Linux" "3"
-"advanceddockingsystem.qbs:40" "4"
+"advanceddockingsystem.qbs:47" "4"
"floatingwidgettitlebar.cpp" "4"
"floatingwidgettitlebar.h" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Aggregation" "2"
-"aggregation.qbs:3" "3"
-"Aggregation" "3"
-"aggregation.qbs:6" "4"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"aggregate.cpp" "4"
-"aggregate.h" "4"
-"aggregation_global.h" "4"
-"ClangSupport" "2"
-"clangsupport.qbs:3" "3"
-"Group 3" "3"
-"clangsupport.qbs:14" "4"
-"alivemessage.cpp" "4"
-"alivemessage.h" "4"
-"annotationsmessage.cpp" "4"
-"annotationsmessage.h" "4"
-"baseserverproxy.cpp" "4"
-"baseserverproxy.h" "4"
-"clangcodemodelclientinterface.cpp" "4"
-"clangcodemodelclientinterface.h" "4"
-"clangcodemodelclientmessages.h" "4"
-"clangcodemodelclientproxy.cpp" "4"
-"clangcodemodelclientproxy.h" "4"
-"clangcodemodelconnectionclient.cpp" "4"
-"clangcodemodelconnectionclient.h" "4"
-"clangcodemodelserverinterface.cpp" "4"
-"clangcodemodelserverinterface.h" "4"
-"clangcodemodelservermessages.h" "4"
-"clangcodemodelserverproxy.cpp" "4"
-"clangcodemodelserverproxy.h" "4"
-"clangsupport_global.h" "4"
-"clangsupportdebugutils.cpp" "4"
-"clangsupportdebugutils.h" "4"
-"codecompletion.cpp" "4"
-"codecompletion.h" "4"
-"codecompletionchunk.cpp" "4"
-"codecompletionchunk.h" "4"
-"completionsmessage.cpp" "4"
-"completionsmessage.h" "4"
-"connectionclient.cpp" "4"
-"connectionclient.h" "4"
-"connectionserver.cpp" "4"
-"connectionserver.h" "4"
-"diagnosticcontainer.cpp" "4"
-"diagnosticcontainer.h" "4"
-"documentschangedmessage.cpp" "4"
-"documentschangedmessage.h" "4"
-"documentsclosedmessage.cpp" "4"
-"documentsclosedmessage.h" "4"
-"documentsopenedmessage.cpp" "4"
-"documentsopenedmessage.h" "4"
-"documentvisibilitychangedmessage.cpp" "4"
-"documentvisibilitychangedmessage.h" "4"
-"echomessage.cpp" "4"
-"echomessage.h" "4"
-"endmessage.cpp" "4"
-"endmessage.h" "4"
-"filecontainer.cpp" "4"
-"filecontainer.h" "4"
-"fixitcontainer.cpp" "4"
-"fixitcontainer.h" "4"
-"followsymbolmessage.cpp" "4"
-"followsymbolmessage.h" "4"
-"ipcclientinterface.h" "4"
-"ipcclientprovider.h" "4"
-"ipcinterface.h" "4"
-"ipcserverinterface.h" "4"
-"lineprefixer.cpp" "4"
-"lineprefixer.h" "4"
-"messageenvelop.cpp" "4"
-"messageenvelop.h" "4"
-"processcreator.cpp" "4"
-"processcreator.h" "4"
-"processexception.cpp" "4"
-"processexception.h" "4"
-"processhandle.h" "4"
-"processstartedevent.cpp" "4"
-"processstartedevent.h" "4"
-"readmessageblock.cpp" "4"
-"readmessageblock.h" "4"
-"referencesmessage.cpp" "4"
-"referencesmessage.h" "4"
-"requestannotationsmessage.cpp" "4"
-"requestannotationsmessage.h" "4"
-"requestcompletionsmessage.cpp" "4"
-"requestcompletionsmessage.h" "4"
-"requestfollowsymbolmessage.cpp" "4"
-"requestfollowsymbolmessage.h" "4"
-"requestreferencesmessage.cpp" "4"
-"requestreferencesmessage.h" "4"
-"requesttooltipmessage.cpp" "4"
-"requesttooltipmessage.h" "4"
-"sourcelocationcontainer.cpp" "4"
-"sourcelocationcontainer.h" "4"
-"sourcelocationscontainer.cpp" "4"
-"sourcelocationscontainer.h" "4"
-"sourcerangecontainer.cpp" "4"
-"sourcerangecontainer.h" "4"
-"tokeninfocontainer.cpp" "4"
-"tokeninfocontainer.h" "4"
-"tooltipinfo.cpp" "4"
-"tooltipinfo.h" "4"
-"tooltipmessage.cpp" "4"
-"tooltipmessage.h" "4"
-"unsavedfilesremovedmessage.cpp" "4"
-"unsavedfilesremovedmessage.h" "4"
-"unsavedfilesupdatedmessage.cpp" "4"
-"unsavedfilesupdatedmessage.h" "4"
-"writemessageblock.cpp" "4"
-"writemessageblock.h" "4"
+"aggregation.qbs:1" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
+"aggregate.cpp" "3"
+"aggregate.h" "3"
+"aggregation_global.h" "3"
"CPlusPlus" "2"
-"cplusplus.qbs:3" "3"
-"CPlusPlus" "3"
-"cplusplus.qbs:6" "4"
-"General" "4"
-"cplusplus.qbs:88" "5"
-"AlreadyConsideredClassContainer.h" "5"
-"ASTParent.cpp" "5"
-"ASTParent.h" "5"
-"ASTPath.cpp" "5"
-"ASTPath.h" "5"
-"BackwardsScanner.cpp" "5"
-"BackwardsScanner.h" "5"
-"CppDocument.cpp" "5"
-"CppDocument.h" "5"
-"cppmodelmanagerbase.cpp" "5"
-"cppmodelmanagerbase.h" "5"
-"CppRewriter.cpp" "5"
-"CppRewriter.h" "5"
-"DependencyTable.cpp" "5"
-"DependencyTable.h" "5"
-"DeprecatedGenTemplateInstance.cpp" "5"
-"DeprecatedGenTemplateInstance.h" "5"
-"ExpressionUnderCursor.cpp" "5"
-"ExpressionUnderCursor.h" "5"
-"FastPreprocessor.cpp" "5"
-"FastPreprocessor.h" "5"
-"findcdbbreakpoint.cpp" "5"
-"findcdbbreakpoint.h" "5"
-"FindUsages.cpp" "5"
-"FindUsages.h" "5"
-"Icons.cpp" "5"
-"Icons.h" "5"
-"LookupContext.cpp" "5"
-"LookupContext.h" "5"
-"LookupItem.cpp" "5"
-"LookupItem.h" "5"
-"Macro.cpp" "5"
-"Macro.h" "5"
-"MatchingText.cpp" "5"
-"MatchingText.h" "5"
-"NamePrettyPrinter.cpp" "5"
-"NamePrettyPrinter.h" "5"
-"Overview.cpp" "5"
-"Overview.h" "5"
-"pp-cctype.h" "5"
-"pp-engine.cpp" "5"
-"pp-engine.h" "5"
-"pp-scanner.cpp" "5"
-"pp-scanner.h" "5"
-"PPToken.cpp" "5"
-"PPToken.h" "5"
-"PreprocessorClient.cpp" "5"
-"PreprocessorClient.h" "5"
-"PreprocessorEnvironment.cpp" "5"
-"PreprocessorEnvironment.h" "5"
-"ResolveExpression.cpp" "5"
-"ResolveExpression.h" "5"
-"SimpleLexer.cpp" "5"
-"SimpleLexer.h" "5"
-"SnapshotSymbolVisitor.cpp" "5"
-"SnapshotSymbolVisitor.h" "5"
-"SymbolNameVisitor.cpp" "5"
-"SymbolNameVisitor.h" "5"
-"TypeOfExpression.cpp" "5"
-"TypeOfExpression.h" "5"
-"TypePrettyPrinter.cpp" "5"
-"TypePrettyPrinter.h" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"ThirdPartyCPlusPlus" "4"
-"cplusplus.qbs:17" "5"
-"." "5"
-"AST.cpp" "6"
-"AST.h" "6"
-"ASTClone.cpp" "6"
-"ASTfwd.h" "6"
-"ASTMatch0.cpp" "6"
-"ASTMatcher.cpp" "6"
-"ASTMatcher.h" "6"
-"ASTPatternBuilder.h" "6"
-"ASTVisit.cpp" "6"
-"ASTVisitor.cpp" "6"
-"ASTVisitor.h" "6"
-"Bind.cpp" "6"
-"Bind.h" "6"
-"Control.cpp" "6"
-"Control.h" "6"
-"CoreTypes.cpp" "6"
-"CoreTypes.h" "6"
-"CPlusPlus.h" "6"
-"DiagnosticClient.cpp" "6"
-"DiagnosticClient.h" "6"
-"FullySpecifiedType.cpp" "6"
-"FullySpecifiedType.h" "6"
-"Keywords.cpp" "6"
-"Lexer.cpp" "6"
-"Lexer.h" "6"
-"Literals.cpp" "6"
-"Literals.h" "6"
-"LiteralTable.h" "6"
-"Matcher.cpp" "6"
-"Matcher.h" "6"
-"MemoryPool.cpp" "6"
-"MemoryPool.h" "6"
-"Name.cpp" "6"
-"Name.h" "6"
-"Names.cpp" "6"
-"Names.h" "6"
-"NameVisitor.cpp" "6"
-"NameVisitor.h" "6"
-"ObjectiveCAtKeywords.cpp" "6"
-"ObjectiveCTypeQualifiers.cpp" "6"
-"ObjectiveCTypeQualifiers.h" "6"
-"Parser.cpp" "6"
-"Parser.h" "6"
-"QtContextKeywords.cpp" "6"
-"QtContextKeywords.h" "6"
-"SafeMatcher.cpp" "6"
-"SafeMatcher.h" "6"
-"Scope.cpp" "6"
-"Scope.h" "6"
-"Symbol.cpp" "6"
-"Symbol.h" "6"
-"Symbols.cpp" "6"
-"Symbols.h" "6"
-"SymbolVisitor.h" "6"
-"Templates.cpp" "6"
-"Templates.h" "6"
-"Token.cpp" "6"
-"Token.h" "6"
-"TranslationUnit.cpp" "6"
-"TranslationUnit.h" "6"
-"Type.cpp" "6"
-"Type.h" "6"
-"TypeVisitor.cpp" "6"
-"TypeVisitor.h" "6"
+"cplusplus.qbs:1" "3"
+"General" "3"
+"cplusplus.qbs:86" "4"
+"AlreadyConsideredClassContainer.h" "4"
+"ASTParent.cpp" "4"
+"ASTParent.h" "4"
+"ASTPath.cpp" "4"
+"ASTPath.h" "4"
+"BackwardsScanner.cpp" "4"
+"BackwardsScanner.h" "4"
+"CppDocument.cpp" "4"
+"CppDocument.h" "4"
+"cppmodelmanagerbase.cpp" "4"
+"cppmodelmanagerbase.h" "4"
+"CppRewriter.cpp" "4"
+"CppRewriter.h" "4"
+"declarationcomments.cpp" "4"
+"declarationcomments.h" "4"
+"DependencyTable.cpp" "4"
+"DependencyTable.h" "4"
+"DeprecatedGenTemplateInstance.cpp" "4"
+"DeprecatedGenTemplateInstance.h" "4"
+"ExpressionUnderCursor.cpp" "4"
+"ExpressionUnderCursor.h" "4"
+"FastPreprocessor.cpp" "4"
+"FastPreprocessor.h" "4"
+"findcdbbreakpoint.cpp" "4"
+"findcdbbreakpoint.h" "4"
+"FindUsages.cpp" "4"
+"FindUsages.h" "4"
+"Icons.cpp" "4"
+"Icons.h" "4"
+"LookupContext.cpp" "4"
+"LookupContext.h" "4"
+"LookupItem.cpp" "4"
+"LookupItem.h" "4"
+"Macro.cpp" "4"
+"Macro.h" "4"
+"MatchingText.cpp" "4"
+"MatchingText.h" "4"
+"NamePrettyPrinter.cpp" "4"
+"NamePrettyPrinter.h" "4"
+"Overview.cpp" "4"
+"Overview.h" "4"
+"pp-cctype.h" "4"
+"pp-engine.cpp" "4"
+"pp-engine.h" "4"
+"pp-scanner.cpp" "4"
+"pp-scanner.h" "4"
+"PPToken.cpp" "4"
+"PPToken.h" "4"
+"PreprocessorClient.cpp" "4"
+"PreprocessorClient.h" "4"
+"PreprocessorEnvironment.cpp" "4"
+"PreprocessorEnvironment.h" "4"
+"ResolveExpression.cpp" "4"
+"ResolveExpression.h" "4"
+"SimpleLexer.cpp" "4"
+"SimpleLexer.h" "4"
+"SnapshotSymbolVisitor.cpp" "4"
+"SnapshotSymbolVisitor.h" "4"
+"SymbolNameVisitor.cpp" "4"
+"SymbolNameVisitor.h" "4"
+"TypeOfExpression.cpp" "4"
+"TypeOfExpression.h" "4"
+"TypePrettyPrinter.cpp" "4"
+"TypePrettyPrinter.h" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"ThirdPartyCPlusPlus" "3"
+"cplusplus.qbs:14" "4"
+"." "4"
+"AST.cpp" "5"
+"AST.h" "5"
+"ASTClone.cpp" "5"
+"ASTfwd.h" "5"
+"ASTMatch0.cpp" "5"
+"ASTMatcher.cpp" "5"
+"ASTMatcher.h" "5"
+"ASTPatternBuilder.h" "5"
+"ASTVisit.cpp" "5"
+"ASTVisitor.cpp" "5"
+"ASTVisitor.h" "5"
+"Bind.cpp" "5"
+"Bind.h" "5"
+"Control.cpp" "5"
+"Control.h" "5"
+"CoreTypes.cpp" "5"
+"CoreTypes.h" "5"
+"CPlusPlus.h" "5"
+"DiagnosticClient.cpp" "5"
+"DiagnosticClient.h" "5"
+"FullySpecifiedType.cpp" "5"
+"FullySpecifiedType.h" "5"
+"Keywords.cpp" "5"
+"Keywords.kwgen" "5"
+"Lexer.cpp" "5"
+"Lexer.h" "5"
+"Literals.cpp" "5"
+"Literals.h" "5"
+"LiteralTable.h" "5"
+"Matcher.cpp" "5"
+"Matcher.h" "5"
+"MemoryPool.cpp" "5"
+"MemoryPool.h" "5"
+"Name.cpp" "5"
+"Name.h" "5"
+"Names.cpp" "5"
+"Names.h" "5"
+"NameVisitor.cpp" "5"
+"NameVisitor.h" "5"
+"ObjectiveCAtKeywords.cpp" "5"
+"ObjectiveCTypeQualifiers.cpp" "5"
+"ObjectiveCTypeQualifiers.h" "5"
+"Parser.cpp" "5"
+"Parser.h" "5"
+"QtContextKeywords.cpp" "5"
+"QtContextKeywords.h" "5"
+"SafeMatcher.cpp" "5"
+"SafeMatcher.h" "5"
+"Scope.cpp" "5"
+"Scope.h" "5"
+"Symbol.cpp" "5"
+"Symbol.h" "5"
+"Symbols.cpp" "5"
+"Symbols.h" "5"
+"SymbolVisitor.h" "5"
+"Templates.cpp" "5"
+"Templates.h" "5"
+"Token.cpp" "5"
+"Token.h" "5"
+"TranslationUnit.cpp" "5"
+"TranslationUnit.h" "5"
+"Type.cpp" "5"
+"Type.h" "5"
+"TypeVisitor.cpp" "5"
+"TypeVisitor.h" "5"
"ExtensionSystem" "2"
-"extensionsystem.qbs:3" "3"
-"ExtensionSystem" "3"
-"extensionsystem.qbs:6" "4"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"extensionsystem_global.h" "4"
-"invoker.cpp" "4"
-"invoker.h" "4"
-"iplugin.cpp" "4"
-"iplugin.h" "4"
-"optionsparser.cpp" "4"
-"optionsparser.h" "4"
-"plugindetailsview.cpp" "4"
-"plugindetailsview.h" "4"
-"plugindetailsview.ui" "4"
-"pluginerroroverview.cpp" "4"
-"pluginerroroverview.h" "4"
-"pluginerroroverview.ui" "4"
-"pluginerrorview.cpp" "4"
-"pluginerrorview.h" "4"
-"pluginerrorview.ui" "4"
-"pluginmanager.cpp" "4"
-"pluginmanager.h" "4"
-"pluginspec.cpp" "4"
-"pluginspec.h" "4"
-"pluginview.cpp" "4"
-"pluginview.h" "4"
+"extensionsystem.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"extensionsystem_global.h" "3"
+"extensionsystemtr.h" "3"
+"invoker.cpp" "3"
+"invoker.h" "3"
+"iplugin.cpp" "3"
+"iplugin.h" "3"
+"optionsparser.cpp" "3"
+"optionsparser.h" "3"
+"plugindetailsview.cpp" "3"
+"plugindetailsview.h" "3"
+"pluginerroroverview.cpp" "3"
+"pluginerroroverview.h" "3"
+"pluginerrorview.cpp" "3"
+"pluginerrorview.h" "3"
+"pluginmanager.cpp" "3"
+"pluginmanager.h" "3"
+"pluginspec.cpp" "3"
+"pluginspec.h" "3"
+"pluginview.cpp" "3"
+"pluginview.h" "3"
"GLSL" "2"
"glsl.qbs:6" "3"
"generated parser files" "3"
"glsl.qbs:45" "4"
"glslparser.cpp" "4"
"glslparser.h" "4"
-"glslparsertable_p.h" "4"
+"glslparsertable.cpp" "4"
"Group 4" "3"
"glsl.qbs:56" "4"
"glsl.g" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"glsl.h" "3"
@@ -3068,79 +2328,80 @@
"glsltypes.cpp" "3"
"glsltypes.h" "3"
"LanguageServerProtocol" "2"
-"languageserverprotocol.qbs:3" "3"
-"LanguageServerProtocol" "3"
-"languageserverprotocol.qbs:6" "4"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"basemessage.cpp" "4"
-"basemessage.h" "4"
-"client.cpp" "4"
-"client.h" "4"
-"clientcapabilities.cpp" "4"
-"clientcapabilities.h" "4"
-"completion.cpp" "4"
-"completion.h" "4"
-"diagnostics.cpp" "4"
-"diagnostics.h" "4"
-"icontent.h" "4"
-"initializemessages.cpp" "4"
-"initializemessages.h" "4"
-"jsonkeys.h" "4"
-"jsonobject.cpp" "4"
-"jsonobject.h" "4"
-"jsonrpcmessages.cpp" "4"
-"jsonrpcmessages.h" "4"
-"languagefeatures.cpp" "4"
-"languagefeatures.h" "4"
-"languageserverprotocol_global.h" "4"
-"lsptypes.cpp" "4"
-"lsptypes.h" "4"
-"lsputils.cpp" "4"
-"lsputils.h" "4"
-"messages.cpp" "4"
-"messages.h" "4"
-"progresssupport.cpp" "4"
-"progresssupport.h" "4"
-"semantictokens.cpp" "4"
-"semantictokens.h" "4"
-"servercapabilities.cpp" "4"
-"servercapabilities.h" "4"
-"shutdownmessages.cpp" "4"
-"shutdownmessages.h" "4"
-"textsynchronization.cpp" "4"
-"textsynchronization.h" "4"
-"workspace.cpp" "4"
-"workspace.h" "4"
+"languageserverprotocol.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"basemessage.cpp" "3"
+"basemessage.h" "3"
+"callhierarchy.cpp" "3"
+"callhierarchy.h" "3"
+"client.cpp" "3"
+"client.h" "3"
+"clientcapabilities.cpp" "3"
+"clientcapabilities.h" "3"
+"completion.cpp" "3"
+"completion.h" "3"
+"diagnostics.cpp" "3"
+"diagnostics.h" "3"
+"initializemessages.cpp" "3"
+"initializemessages.h" "3"
+"jsonkeys.h" "3"
+"jsonobject.cpp" "3"
+"jsonobject.h" "3"
+"jsonrpcmessages.cpp" "3"
+"jsonrpcmessages.h" "3"
+"languagefeatures.cpp" "3"
+"languagefeatures.h" "3"
+"languageserverprotocol_global.h" "3"
+"languageserverprotocoltr.h" "3"
+"lsptypes.cpp" "3"
+"lsptypes.h" "3"
+"lsputils.cpp" "3"
+"lsputils.h" "3"
+"messages.cpp" "3"
+"messages.h" "3"
+"progresssupport.cpp" "3"
+"progresssupport.h" "3"
+"semantictokens.cpp" "3"
+"semantictokens.h" "3"
+"servercapabilities.cpp" "3"
+"servercapabilities.h" "3"
+"shutdownmessages.cpp" "3"
+"shutdownmessages.h" "3"
+"textsynchronization.cpp" "3"
+"textsynchronization.h" "3"
+"workspace.cpp" "3"
+"workspace.h" "3"
"LanguageUtils" "2"
-"languageutils.qbs:3" "3"
-"LanguageUtils" "3"
-"languageutils.qbs:6" "4"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"componentversion.cpp" "4"
-"componentversion.h" "4"
-"fakemetaobject.cpp" "4"
-"fakemetaobject.h" "4"
-"languageutils_global.h" "4"
+"languageutils.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"componentversion.cpp" "3"
+"componentversion.h" "3"
+"fakemetaobject.cpp" "3"
+"fakemetaobject.h" "3"
+"languageutils_global.h" "3"
"Modeling" "2"
"modelinglib.qbs:3" "3"
+"common" "3"
+"modelinglib.qbs:21" "4"
+"modelinglibtr.h" "4"
"Images" "3"
-"modelinglib.qbs:353" "4"
+"modelinglib.qbs:360" "4"
"." "4"
-"resources.qrc" "5"
+"resources_modelinglib.qrc" "5"
"/modelinglib" "6"
"25x25" "7"
"align-bottom.png" "8"
@@ -3190,7 +2451,7 @@
"item.png" "5"
"package.png" "5"
"Qmt" "3"
-"modelinglib.qbs:21" "4"
+"modelinglib.qbs:28" "4"
"config" "4"
"configcontroller.cpp" "5"
"configcontroller.h" "5"
@@ -3501,12 +2762,12 @@
"voidelementtasks.cpp" "5"
"voidelementtasks.h" "5"
"QStringParser" "3"
-"modelinglib.qbs:315" "4"
+"modelinglib.qbs:322" "4"
"." "4"
"qstringparser.cpp" "5"
"qstringparser.h" "5"
"QtSerialization" "3"
-"modelinglib.qbs:324" "4"
+"modelinglib.qbs:331" "4"
"impl" "5"
"loadingrefmap.h" "6"
"objectid.h" "6"
@@ -3531,56 +2792,89 @@
"flag.cpp" "5"
"savingrefmap.cpp" "5"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
+"Nanotrace" "2"
+"nanotrace.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"nanotrace.cpp" "3"
+"nanotrace.h" "3"
+"ptyqt" "2"
+"ptyqt.qbs:1" "3"
+"ptyqt UNIX files" "3"
+"ptyqt.qbs:15" "4"
+"unixptyprocess.cpp" "4"
+"unixptyprocess.h" "4"
+"ptyqt Windows files" "3"
+"ptyqt.qbs:24" "4"
+"conptyprocess.cpp" "4"
+"conptyprocess.h" "4"
+"winptyprocess.cpp" "4"
+"winptyprocess.h" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"iptyprocess.h" "3"
+"ptyqt.cpp" "3"
+"ptyqt.h" "3"
"QmlDebug" "2"
-"qmldebug.qbs:3" "3"
-"QmlDebug" "3"
-"qmldebug.qbs:6" "4"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"baseenginedebugclient.cpp" "4"
-"baseenginedebugclient.h" "4"
-"basetoolsclient.cpp" "4"
-"basetoolsclient.h" "4"
-"qdebugmessageclient.cpp" "4"
-"qdebugmessageclient.h" "4"
-"qmldebug_global.h" "4"
-"qmldebugclient.cpp" "4"
-"qmldebugclient.h" "4"
-"qmldebugcommandlinearguments.h" "4"
-"qmldebugconnection.cpp" "4"
-"qmldebugconnection.h" "4"
-"qmldebugconnectionmanager.cpp" "4"
-"qmldebugconnectionmanager.h" "4"
-"qmldebugconstants.h" "4"
-"qmlenginecontrolclient.cpp" "4"
-"qmlenginecontrolclient.h" "4"
-"qmlenginedebugclient.h" "4"
-"qmloutputparser.cpp" "4"
-"qmloutputparser.h" "4"
-"qmltoolsclient.cpp" "4"
-"qmltoolsclient.h" "4"
-"qpacketprotocol.cpp" "4"
-"qpacketprotocol.h" "4"
+"qmldebug.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"baseenginedebugclient.cpp" "3"
+"baseenginedebugclient.h" "3"
+"basetoolsclient.cpp" "3"
+"basetoolsclient.h" "3"
+"qdebugmessageclient.cpp" "3"
+"qdebugmessageclient.h" "3"
+"qmldebug_global.h" "3"
+"qmldebugclient.cpp" "3"
+"qmldebugclient.h" "3"
+"qmldebugcommandlinearguments.h" "3"
+"qmldebugconnection.cpp" "3"
+"qmldebugconnection.h" "3"
+"qmldebugconnectionmanager.cpp" "3"
+"qmldebugconnectionmanager.h" "3"
+"qmldebugconstants.h" "3"
+"qmldebugtr.h" "3"
+"qmlenginecontrolclient.cpp" "3"
+"qmlenginecontrolclient.h" "3"
+"qmlenginedebugclient.h" "3"
+"qmloutputparser.cpp" "3"
+"qmloutputparser.h" "3"
+"qmltoolsclient.cpp" "3"
+"qmltoolsclient.h" "3"
+"qpacketprotocol.cpp" "3"
+"qpacketprotocol.h" "3"
"QmlEditorWidgets" "2"
"qmleditorwidgets.qbs:3" "3"
"Easing Pane" "3"
-"qmleditorwidgets.qbs:36" "4"
+"qmleditorwidgets.qbs:35" "4"
"easingcontextpane.cpp" "4"
"easingcontextpane.h" "4"
-"easingcontextpane.ui" "4"
"easinggraph.cpp" "4"
"easinggraph.h" "4"
"easingpane.qrc" "4"
@@ -3592,18 +2886,14 @@
"colorbox.h" "4"
"colorbutton.cpp" "4"
"colorbutton.h" "4"
-"contextpanetext.ui" "4"
"contextpanetextwidget.cpp" "4"
"contextpanetextwidget.h" "4"
"contextpanewidget.cpp" "4"
"contextpanewidget.h" "4"
-"contextpanewidgetborderimage.ui" "4"
"contextpanewidgetimage.cpp" "4"
"contextpanewidgetimage.h" "4"
-"contextpanewidgetimage.ui" "4"
"contextpanewidgetrectangle.cpp" "4"
"contextpanewidgetrectangle.h" "4"
-"contextpanewidgetrectangle.ui" "4"
"customcolordialog.cpp" "4"
"customcolordialog.h" "4"
"filewidget.cpp" "4"
@@ -3615,7 +2905,8 @@
"huecontrol.cpp" "4"
"huecontrol.h" "4"
"qmleditorwidgets_global.h" "4"
-"resources.qrc" "4"
+"qmleditorwidgetstr.h" "4"
+"resources_qmleditorwidgets.qrc" "4"
"/qmldesigner" "5"
"images" "6"
"alignment_bottom.png" "7"
@@ -3685,280 +2976,191 @@
"underline-h-icon.png" "7"
"vertical-scale-icon.png" "7"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"QmlJS" "2"
-"qmljs.qbs:3" "3"
-"QmlJS" "3"
-"qmljs.qbs:6" "4"
-"General" "4"
-"qmljs.qbs:16" "5"
-"jsoncheck.cpp" "5"
-"jsoncheck.h" "5"
-"persistenttrie.cpp" "5"
-"persistenttrie.h" "5"
-"qmljs_global.h" "5"
-"qmljsbind.cpp" "5"
-"qmljsbind.h" "5"
-"qmljsbundle.cpp" "5"
-"qmljsbundle.h" "5"
-"qmljscheck.cpp" "5"
-"qmljscheck.h" "5"
-"qmljscodeformatter.cpp" "5"
-"qmljscodeformatter.h" "5"
-"qmljscompletioncontextfinder.cpp" "5"
-"qmljscompletioncontextfinder.h" "5"
-"qmljsconstants.h" "5"
-"qmljscontext.cpp" "5"
-"qmljscontext.h" "5"
-"qmljsdialect.cpp" "5"
-"qmljsdialect.h" "5"
-"qmljsdocument.cpp" "5"
-"qmljsdocument.h" "5"
-"qmljsevaluate.cpp" "5"
-"qmljsevaluate.h" "5"
-"qmljsfindexportedcpptypes.cpp" "5"
-"qmljsfindexportedcpptypes.h" "5"
-"qmljsicons.cpp" "5"
-"qmljsicons.h" "5"
-"qmljsicontextpane.h" "5"
-"qmljsimportdependencies.cpp" "5"
-"qmljsimportdependencies.h" "5"
-"qmljsindenter.cpp" "5"
-"qmljsindenter.h" "5"
-"qmljsinterpreter.cpp" "5"
-"qmljsinterpreter.h" "5"
-"qmljslineinfo.cpp" "5"
-"qmljslineinfo.h" "5"
-"qmljslink.cpp" "5"
-"qmljslink.h" "5"
-"qmljsmodelmanagerinterface.cpp" "5"
-"qmljsmodelmanagerinterface.h" "5"
-"qmljsplugindumper.cpp" "5"
-"qmljsplugindumper.h" "5"
-"qmljspropertyreader.cpp" "5"
-"qmljspropertyreader.h" "5"
-"qmljsreformatter.cpp" "5"
-"qmljsreformatter.h" "5"
-"qmljsrewriter.cpp" "5"
-"qmljsrewriter.h" "5"
-"qmljsscanner.cpp" "5"
-"qmljsscanner.h" "5"
-"qmljsscopeastpath.cpp" "5"
-"qmljsscopeastpath.h" "5"
-"qmljsscopebuilder.cpp" "5"
-"qmljsscopebuilder.h" "5"
-"qmljsscopechain.cpp" "5"
-"qmljsscopechain.h" "5"
-"qmljssimplereader.cpp" "5"
-"qmljssimplereader.h" "5"
-"qmljsstaticanalysismessage.cpp" "5"
-"qmljsstaticanalysismessage.h" "5"
-"qmljstypedescriptionreader.cpp" "5"
-"qmljstypedescriptionreader.h" "5"
-"qmljsutils.cpp" "5"
-"qmljsutils.h" "5"
-"qmljsvalueowner.cpp" "5"
-"qmljsvalueowner.h" "5"
-"qmljsviewercontext.h" "5"
-"Parser" "4"
-"qmljs.qbs:58" "5"
-"qmldirparser_p.h" "5"
-"qmlimportresolver_p.h" "5"
-"qmljsast_p.h" "5"
-"qmljsastfwd_p.h" "5"
-"qmljsastvisitor_p.h" "5"
-"qmljsengine_p.cpp" "5"
-"qmljsengine_p.h" "5"
-"qmljsglobal_p.h" "5"
-"qmljsgrammar_p.h" "5"
-"qmljskeywords_p.h" "5"
-"qmljslexer_p.h" "5"
-"qmljsmemorypool_p.h" "5"
-"qmljsparser_p.h" "5"
-"qmljssourcelocation_p.h" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
+"qmljs.qbs:1" "3"
+"General" "3"
+"qmljs.qbs:13" "4"
+"jsoncheck.cpp" "4"
+"jsoncheck.h" "4"
+"persistenttrie.cpp" "4"
+"persistenttrie.h" "4"
+"qmljs_global.h" "4"
+"qmljsbind.cpp" "4"
+"qmljsbind.h" "4"
+"qmljsbundle.cpp" "4"
+"qmljsbundle.h" "4"
+"qmljscheck.cpp" "4"
+"qmljscheck.h" "4"
+"qmljscodeformatter.cpp" "4"
+"qmljscodeformatter.h" "4"
+"qmljscompletioncontextfinder.cpp" "4"
+"qmljscompletioncontextfinder.h" "4"
+"qmljsconstants.h" "4"
+"qmljscontext.cpp" "4"
+"qmljscontext.h" "4"
+"qmljsdialect.cpp" "4"
+"qmljsdialect.h" "4"
+"qmljsdocument.cpp" "4"
+"qmljsdocument.h" "4"
+"qmljsevaluate.cpp" "4"
+"qmljsevaluate.h" "4"
+"qmljsfindexportedcpptypes.cpp" "4"
+"qmljsfindexportedcpptypes.h" "4"
+"qmljsicons.cpp" "4"
+"qmljsicons.h" "4"
+"qmljsimportdependencies.cpp" "4"
+"qmljsimportdependencies.h" "4"
+"qmljsindenter.cpp" "4"
+"qmljsindenter.h" "4"
+"qmljsinterpreter.cpp" "4"
+"qmljsinterpreter.h" "4"
+"qmljslineinfo.cpp" "4"
+"qmljslineinfo.h" "4"
+"qmljslink.cpp" "4"
+"qmljslink.h" "4"
+"qmljsmodelmanagerinterface.cpp" "4"
+"qmljsmodelmanagerinterface.h" "4"
+"qmljsplugindumper.cpp" "4"
+"qmljsplugindumper.h" "4"
+"qmljspropertyreader.cpp" "4"
+"qmljspropertyreader.h" "4"
+"qmljsreformatter.cpp" "4"
+"qmljsreformatter.h" "4"
+"qmljsrewriter.cpp" "4"
+"qmljsrewriter.h" "4"
+"qmljsscanner.cpp" "4"
+"qmljsscanner.h" "4"
+"qmljsscopeastpath.cpp" "4"
+"qmljsscopeastpath.h" "4"
+"qmljsscopebuilder.cpp" "4"
+"qmljsscopebuilder.h" "4"
+"qmljsscopechain.cpp" "4"
+"qmljsscopechain.h" "4"
+"qmljssimplereader.cpp" "4"
+"qmljssimplereader.h" "4"
+"qmljsstaticanalysismessage.cpp" "4"
+"qmljsstaticanalysismessage.h" "4"
+"qmljstr.h" "4"
+"qmljstypedescriptionreader.cpp" "4"
+"qmljstypedescriptionreader.h" "4"
+"qmljsutils.cpp" "4"
+"qmljsutils.h" "4"
+"qmljsvalueowner.cpp" "4"
+"qmljsvalueowner.h" "4"
+"qmljsviewercontext.h" "4"
+"Parser" "3"
+"qmljs.qbs:55" "4"
+"qmldirparser.cpp" "4"
+"qmlimportresolver.cpp" "4"
+"qmljsast.cpp" "4"
+"qmljsastfwd_p.h" "4"
+"qmljsastvisitor.cpp" "4"
+"qmljsengine_p.h" "4"
+"qmljsglobal_p.h" "4"
+"qmljsgrammar.cpp" "4"
+"qmljskeywords_p.h" "4"
+"qmljslexer.cpp" "4"
+"qmljsmemorypool_p.h" "4"
+"qmljsparser.cpp" "4"
+"qmljssourcelocation_p.h" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
"qtcreator_ctrlc_stub" "2"
"process_ctrlc_stub.qbs:3" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"process_ctrlc_stub.cpp" "3"
-"qtcreator_process_stub" "2"
-"process_stub.qbs:3" "3"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
"qtcreatorcdbext" "2"
"qtcreatorcdbext.qbs:8" "3"
-"Group 4" "3"
-"qtcreatorcdbext.qbs:116" "4"
-"pythonDumper" "3"
-"qtcreatorcdbext.qbs:71" "4"
-"pycdbextmodule.cpp" "4"
-"pycdbextmodule.h" "4"
-"pyfield.cpp" "4"
-"pyfield.h" "4"
-"pystdoutredirect.cpp" "4"
-"pystdoutredirect.h" "4"
-"pytype.cpp" "4"
-"pytype.h" "4"
-"pyvalue.cpp" "4"
-"pyvalue.h" "4"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"common.cpp" "3"
-"common.h" "3"
-"containers.cpp" "3"
-"containers.h" "3"
-"eventcallback.cpp" "3"
-"eventcallback.h" "3"
-"extensioncontext.cpp" "3"
-"extensioncontext.h" "3"
-"gdbmihelpers.cpp" "3"
-"gdbmihelpers.h" "3"
-"iinterfacepointer.h" "3"
-"knowntype.h" "3"
-"outputcallback.cpp" "3"
-"outputcallback.h" "3"
-"qtcreatorcdbextension.cpp" "3"
-"stringutils.cpp" "3"
-"stringutils.h" "3"
-"symbolgroup.cpp" "3"
-"symbolgroup.h" "3"
-"symbolgroupnode.cpp" "3"
-"symbolgroupnode.h" "3"
-"symbolgroupvalue.cpp" "3"
-"symbolgroupvalue.h" "3"
-"QtcSsh" "2"
-"ssh.qbs:3" "3"
-"QtcSsh" "3"
-"ssh.qbs:6" "4"
+"Solutions" "2"
+"solutions.qbs:1" "3"
+"Spinner" "3"
+"spinner.qbs:1" "4"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
-"sftpdefs.cpp" "4"
-"sftpdefs.h" "4"
-"sftpfilesystemmodel.cpp" "4"
-"sftpfilesystemmodel.h" "4"
-"sftpsession.cpp" "4"
-"sftpsession.h" "4"
-"sftptransfer.cpp" "4"
-"sftptransfer.h" "4"
-"ssh.qrc" "4"
-"/ssh" "5"
+"spinner.cpp" "4"
+"spinner.h" "4"
+"spinner.qrc" "4"
+"/" "5"
+"icons" "6"
+"spinner_large.png" "7"
+"spinner_large@2x.png" "7"
+"spinner_medium.png" "7"
+"spinner_medium@2x.png" "7"
+"spinner_small.png" "7"
+"spinner_small@2x.png" "7"
+"Tasking" "3"
+"tasking.qbs:1" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"barrier.cpp" "4"
+"barrier.h" "4"
+"concurrentcall.h" "4"
+"networkquery.cpp" "4"
+"networkquery.h" "4"
+"tasking_global.h" "4"
+"tasktree.cpp" "4"
+"tasktree.h" "4"
+"TerminalLib" "3"
+"terminal.qbs:1" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"celliterator.cpp" "4"
+"celliterator.h" "4"
+"glyphcache.cpp" "4"
+"glyphcache.h" "4"
+"keys.cpp" "4"
+"keys.h" "4"
+"scrollback.cpp" "4"
+"scrollback.h" "4"
+"surfaceintegration.h" "4"
+"terminal.qrc" "4"
+"/terminal" "5"
"images" "6"
-"help.png" "7"
-"sshconnection.cpp" "4"
-"sshconnection.h" "4"
-"sshconnectionmanager.cpp" "4"
-"sshconnectionmanager.h" "4"
-"sshkeycreationdialog.cpp" "4"
-"sshkeycreationdialog.h" "4"
-"sshkeycreationdialog.ui" "4"
-"sshlogging_p.h" "4"
-"sshprocess.cpp" "4"
-"sshprocess.h" "4"
-"sshremoteprocess.cpp" "4"
-"sshremoteprocess.h" "4"
-"sshremoteprocessrunner.cpp" "4"
-"sshremoteprocessrunner.h" "4"
-"sshsettings.cpp" "4"
-"sshsettings.h" "4"
+"passwordlock.png" "7"
+"terminalsurface.cpp" "4"
+"terminalsurface.h" "4"
+"terminalview.cpp" "4"
+"terminalview.h" "4"
"Sqlite" "2"
"sqlite.qbs:3" "3"
-"sqlite sources" "3"
-"sqlite-sources.qbs:38" "4"
-"." "4"
-"carray.c" "5"
-"config.h" "5"
-"sqlite.h" "5"
-"sqlite3.c" "5"
-"sqlite3.h" "5"
-"sqlite3ext.h" "5"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"wrapper sources" "3"
-"sqlite-sources.qbs:29" "4"
-"." "4"
-"constraints.h" "5"
-"createtablesqlstatementbuilder.h" "5"
-"lastchangedrowid.h" "5"
-"sqlitealgorithms.h" "5"
-"sqlitebasestatement.cpp" "5"
-"sqlitebasestatement.h" "5"
-"sqliteblob.h" "5"
-"sqlitecolumn.h" "5"
-"sqlitedatabase.cpp" "5"
-"sqlitedatabase.h" "5"
-"sqlitedatabasebackend.cpp" "5"
-"sqlitedatabasebackend.h" "5"
-"sqlitedatabaseinterface.h" "5"
-"sqliteexception.cpp" "5"
-"sqliteexception.h" "5"
-"sqliteglobal.cpp" "5"
-"sqliteglobal.h" "5"
-"sqliteindex.h" "5"
-"sqlitelibraryinitializer.cpp" "5"
-"sqlitelibraryinitializer.h" "5"
-"sqlitereadstatement.h" "5"
-"sqlitereadwritestatement.h" "5"
-"sqlitesessionchangeset.cpp" "5"
-"sqlitesessionchangeset.h" "5"
-"sqlitesessions.cpp" "5"
-"sqlitesessions.h" "5"
-"sqlitetable.h" "5"
-"sqlitetimestamp.h" "5"
-"sqlitetransaction.h" "5"
-"sqlitevalue.h" "5"
-"sqlitewritestatement.h" "5"
-"sqlstatementbuilder.cpp" "5"
-"sqlstatementbuilder.h" "5"
-"sqlstatementbuilderexception.h" "5"
-"tableconstraints.h" "5"
-"utf8string.cpp" "5"
-"utf8string.h" "5"
-"utf8stringvector.cpp" "5"
-"utf8stringvector.h" "5"
"syntax-highlighting" "2"
"syntax-highlighting.qbs:6" "3"
"KSyntaxHighlighting" "3"
@@ -3966,12 +3168,12 @@
"KSyntaxHighlighting_bundled" "3"
"syntax-highlighting.qbs:24" "4"
"autogenerated lib" "4"
-"syntax-highlighting.qbs:104" "5"
+"syntax-highlighting.qbs:107" "5"
"ksyntaxhighlighting_export.h" "5"
"ksyntaxhighlighting_logging.cpp" "5"
"ksyntaxhighlighting_logging.h" "5"
"KSyntaxHighlighting data" "4"
-"syntax-highlighting.qbs:93" "5"
+"syntax-highlighting.qbs:96" "5"
"syntax" "5"
"licenses" "6"
"LICENSE.GPLv2" "7"
@@ -3986,6 +3188,7 @@
"css.xml" "6"
"doxygen.xml" "6"
"dtd.xml" "6"
+"gnuassembler.xml" "6"
"html.xml" "6"
"ini.xml" "6"
"java.xml" "6"
@@ -4004,11 +3207,11 @@
"xml.xml" "6"
"yacc.xml" "6"
"lib" "4"
-"syntax-highlighting.qbs:43" "5"
+"syntax-highlighting.qbs:44" "5"
"abstracthighlighter.cpp" "5"
"abstracthighlighter.h" "5"
-"context_p.h" "5"
-"contextswitch_p.h" "5"
+"context.cpp" "5"
+"contextswitch.cpp" "5"
"definition.cpp" "5"
"definition.h" "5"
"definitiondownloader.cpp" "5"
@@ -4018,13 +3221,14 @@
"foldingregion.h" "5"
"format.cpp" "5"
"format.h" "5"
+"highlightingdata.cpp" "5"
"htmlhighlighter.cpp" "5"
"htmlhighlighter.h" "5"
-"keywordlist_p.h" "5"
+"keywordlist.cpp" "5"
"matchresult_p.h" "5"
"repository.cpp" "5"
"repository.h" "5"
-"rule_p.h" "5"
+"rule.cpp" "5"
"state.cpp" "5"
"state.h" "5"
"syntaxhighlighter.cpp" "5"
@@ -4032,20 +3236,21 @@
"textstyledata_p.h" "5"
"theme.cpp" "5"
"theme.h" "5"
-"themedata_p.h" "5"
-"wildcardmatcher_p.h" "5"
-"worddelimiters_p.h" "5"
+"themedata.cpp" "5"
+"wildcardmatcher.cpp" "5"
+"wildcardmatcher.h" "5"
+"worddelimiters.cpp" "5"
"xml_p.h" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"theme data" "4"
-"syntax-highlighting.qbs:113" "5"
+"syntax-highlighting.qbs:116" "5"
"theme-data.qrc" "5"
"/org.kde.syntax-highlighting/themes" "6"
"atom-one-dark.theme" "7"
@@ -4070,1186 +3275,1289 @@
"solarized-light.theme" "7"
"vim-dark.theme" "7"
"Tracing" "2"
-"tracing.qbs:5" "3"
-"Tracing" "3"
+"tracing.qbs:1" "3"
+"General" "3"
"tracing.qbs:8" "4"
-"General" "4"
-"tracing.qbs:13" "5"
-"flamegraph.cpp" "5"
-"flamegraph.h" "5"
-"flamegraphattached.h" "5"
-"README" "5"
-"safecastable.h" "5"
-"timelineabstractrenderer.cpp" "5"
-"timelineabstractrenderer.h" "5"
-"timelineformattime.cpp" "5"
-"timelineformattime.h" "5"
-"timelineitemsrenderpass.cpp" "5"
-"timelineitemsrenderpass.h" "5"
-"timelinemodel.cpp" "5"
-"timelinemodel.h" "5"
-"timelinemodelaggregator.cpp" "5"
-"timelinemodelaggregator.h" "5"
-"timelinenotesmodel.cpp" "5"
-"timelinenotesmodel.h" "5"
-"timelinenotesrenderpass.cpp" "5"
-"timelinenotesrenderpass.h" "5"
-"timelineoverviewrenderer.cpp" "5"
-"timelineoverviewrenderer.h" "5"
-"timelinerenderer.cpp" "5"
-"timelinerenderer.h" "5"
-"timelinerenderpass.cpp" "5"
-"timelinerenderpass.h" "5"
-"timelinerenderstate.cpp" "5"
-"timelinerenderstate.h" "5"
-"timelineselectionrenderpass.cpp" "5"
-"timelineselectionrenderpass.h" "5"
-"timelinetheme.cpp" "5"
-"timelinetheme.h" "5"
-"timelinetracefile.cpp" "5"
-"timelinetracefile.h" "5"
-"timelinetracemanager.cpp" "5"
-"timelinetracemanager.h" "5"
-"timelinezoomcontrol.cpp" "5"
-"timelinezoomcontrol.h" "5"
-"traceevent.h" "5"
-"traceeventtype.h" "5"
-"tracestashfile.h" "5"
-"QML" "4"
-"tracing.qbs:42" "5"
+"flamegraph.cpp" "4"
+"flamegraph.h" "4"
+"flamegraphattached.h" "4"
+"README" "4"
+"safecastable.h" "4"
+"timelineabstractrenderer.cpp" "4"
+"timelineabstractrenderer.h" "4"
+"timelineformattime.cpp" "4"
+"timelineformattime.h" "4"
+"timelineitemsrenderpass.cpp" "4"
+"timelineitemsrenderpass.h" "4"
+"timelinemodel.cpp" "4"
+"timelinemodel.h" "4"
+"timelinemodelaggregator.cpp" "4"
+"timelinemodelaggregator.h" "4"
+"timelinenotesmodel.cpp" "4"
+"timelinenotesmodel.h" "4"
+"timelinenotesrenderpass.cpp" "4"
+"timelinenotesrenderpass.h" "4"
+"timelineoverviewrenderer.cpp" "4"
+"timelineoverviewrenderer.h" "4"
+"timelinerenderer.cpp" "4"
+"timelinerenderer.h" "4"
+"timelinerenderpass.cpp" "4"
+"timelinerenderpass.h" "4"
+"timelinerenderstate.cpp" "4"
+"timelinerenderstate.h" "4"
+"timelineselectionrenderpass.cpp" "4"
+"timelineselectionrenderpass.h" "4"
+"timelinetheme.cpp" "4"
+"timelinetheme.h" "4"
+"timelinetracefile.cpp" "4"
+"timelinetracefile.h" "4"
+"timelinetracemanager.cpp" "4"
+"timelinetracemanager.h" "4"
+"timelinezoomcontrol.cpp" "4"
+"timelinezoomcontrol.h" "4"
+"traceevent.h" "4"
+"traceeventtype.h" "4"
+"tracestashfile.h" "4"
+"tracingtr.h" "4"
+"Qml Files" "3"
+"tracing.qbs:38" "4"
+"qml" "4"
+"ButtonsBar.qml" "5"
+"CategoryLabel.qml" "5"
+"Detail.qml" "5"
+"FlameGraphDelegate.qml" "5"
+"FlameGraphView.qml" "5"
+"ico_edit.png" "5"
+"ico_edit@2x.png" "5"
+"ico_rangeselected.png" "5"
+"ico_rangeselected@2x.png" "5"
+"ico_rangeselection.png" "5"
+"ico_rangeselection@2x.png" "5"
+"ico_selectionmode.png" "5"
+"ico_selectionmode@2x.png" "5"
+"ImageToolButton.qml" "5"
+"MainView.qml" "5"
+"notes_qt6.frag" "5"
+"notes_qt6.vert" "5"
+"Overview.qml" "5"
+"range_handle.png" "5"
+"range_handle@2.png" "5"
+"RangeDetails.qml" "5"
+"RangeMover.qml" "5"
+"RowLabel.qml" "5"
+"SelectionRange.qml" "5"
+"SelectionRangeDetails.qml" "5"
+"TimeDisplay.qml" "5"
+"TimelineContent.qml" "5"
+"timelineitems_qt6.frag" "5"
+"timelineitems_qt6.vert" "5"
+"TimelineLabels.qml" "5"
+"TimelineRulers.qml" "5"
+"TimelineText.qml" "5"
+"TimeMarks.qml" "5"
"tracing.qrc" "5"
-"/QtCreator/Tracing" "6"
-"ButtonsBar.qml" "7"
-"CategoryLabel.qml" "7"
-"Detail.qml" "7"
-"FlameGraphDelegate.qml" "7"
-"FlameGraphView.qml" "7"
-"ico_edit.png" "7"
-"ico_edit@2x.png" "7"
-"ico_rangeselected.png" "7"
-"ico_rangeselected@2x.png" "7"
-"ico_rangeselection.png" "7"
-"ico_rangeselection@2x.png" "7"
-"ico_selectionmode.png" "7"
-"ico_selectionmode@2x.png" "7"
-"ImageToolButton.qml" "7"
-"MainView.qml" "7"
-"notes.frag" "7"
-"notes.vert" "7"
-"Overview.qml" "7"
-"range_handle.png" "7"
-"RangeDetails.qml" "7"
-"RangeMover.qml" "7"
-"RowLabel.qml" "7"
-"SelectionRange.qml" "7"
-"SelectionRangeDetails.qml" "7"
-"TimeDisplay.qml" "7"
-"TimelineContent.qml" "7"
-"timelineitems.frag" "7"
-"timelineitems.vert" "7"
-"TimelineLabels.qml" "7"
-"TimelineRulers.qml" "7"
-"TimelineText.qml" "7"
-"TimeMarks.qml" "7"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"Unit test utilities" "4"
-"tracing.qbs:48" "5"
-"runscenegraphtest.cpp" "5"
-"runscenegraphtest.h" "5"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
"Utils" "2"
-"utils.qbs:4" "3"
-"Utils" "3"
-"utils.qbs:7" "4"
-"FileUtils_macos" "4"
-"utils.qbs:354" "5"
-"fileutils_mac.h" "5"
-"fileutils_mac.mm" "5"
-"MimeTypes" "4"
-"utils.qbs:379" "5"
-"mimedatabase.cpp" "5"
-"mimedatabase.h" "5"
-"mimeglobpattern_p.h" "5"
-"mimemagicrule_p.h" "5"
-"mimemagicrulematcher_p.h" "5"
-"mimeprovider_p.h" "5"
-"mimetype.cpp" "5"
-"mimetype.h" "5"
-"mimetypeparser_p.h" "5"
-"ProcessHandle_macos" "4"
-"utils.qbs:371" "5"
-"processhandle_mac.mm" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"Theme" "4"
-"utils.qbs:332" "5"
-"theme.cpp" "5"
-"theme.h" "5"
-"Theme_macos" "4"
-"utils.qbs:362" "5"
-"theme_mac.h" "5"
-"theme_mac.mm" "5"
-"Tooltip" "4"
-"utils.qbs:342" "5"
-"effects.h" "5"
-"tips.cpp" "5"
-"tips.h" "5"
-"tooltip.cpp" "5"
-"tooltip.h" "5"
-"TouchBar implementation" "4"
-"utils.qbs:406" "5"
-"touchbar_appdelegate_mac_p.h" "5"
-"touchbar_mac_p.h" "5"
-"TouchBar stub" "4"
-"utils.qbs:416" "5"
-"touchbar.cpp" "5"
-"TouchBar support" "4"
-"utils.qbs:402" "5"
-"touchbar.h" "5"
-"optional" "5"
-"optional.hpp" "6"
-"span" "5"
-"span.hpp" "6"
-"variant" "5"
-"variant.hpp" "6"
-"images" "4"
-"app-on-top.png" "5"
-"app-on-top@2x.png" "5"
-"arrow.png" "5"
-"arrowdown.png" "5"
-"arrowdown@2x.png" "5"
-"arrowup.png" "5"
-"arrowup@2x.png" "5"
-"bookmark.png" "5"
-"bookmark@2x.png" "5"
-"boundingrect.png" "5"
-"boundingrect@2x.png" "5"
-"broken.png" "5"
-"broken@2x.png" "5"
-"classmemberfunction.png" "5"
-"classmemberfunction@2x.png" "5"
-"classmembervariable.png" "5"
-"classmembervariable@2x.png" "5"
-"classparent.png" "5"
-"classparent@2x.png" "5"
-"classrelation.png" "5"
-"classrelation@2x.png" "5"
-"classrelationbackground.png" "5"
-"classrelationbackground@2x.png" "5"
-"clean_pane_small.png" "5"
-"clean_pane_small@2x.png" "5"
-"close.png" "5"
-"close@2x.png" "5"
-"codemodelerror.png" "5"
-"codemodelerror@2x.png" "5"
-"codemodelwarning.png" "5"
-"codemodelwarning@2x.png" "5"
-"collapse.png" "5"
-"collapse@2x.png" "5"
-"compile_error_taskbar.png" "5"
-"compile_error_taskbar@2x.png" "5"
-"crumblepath-segment-first.png" "5"
-"crumblepath-segment-first@2x.png" "5"
-"crumblepath-segment-last.png" "5"
-"crumblepath-segment-last@2x.png" "5"
-"crumblepath-segment-middle.png" "5"
-"crumblepath-segment-middle@2x.png" "5"
-"crumblepath-segment-single.png" "5"
-"crumblepath-segment-single@2x.png" "5"
-"dark_fileicon.png" "5"
-"dark_foldericon.png" "5"
-"Desktop.png" "5"
-"desktopdevicesmall.png" "5"
-"desktopdevicesmall@2x.png" "5"
-"dir.png" "5"
-"download.png" "5"
-"download@2x.png" "5"
-"editclear.png" "5"
-"editclear@2x.png" "5"
-"editcopy.png" "5"
-"editcopy@2x.png" "5"
-"editcut.png" "5"
-"editcut@2x.png" "5"
-"editpaste.png" "5"
-"editpaste@2x.png" "5"
-"empty14.png" "5"
-"empty16.png" "5"
-"enum.png" "5"
-"enum@2x.png" "5"
-"enumerator.png" "5"
-"enumerator@2x.png" "5"
-"error.png" "5"
-"error@2x.png" "5"
-"expand.png" "5"
-"expand@2x.png" "5"
-"extension.png" "5"
-"extension@2x.png" "5"
-"eye_closed.png" "5"
-"eye_closed@2x.png" "5"
-"eye_open.png" "5"
-"eye_open@2x.png" "5"
-"fileexport.png" "5"
-"fileexport@2x.png" "5"
-"filemultiexport.png" "5"
-"filemultiexport@2x.png" "5"
-"filenew.png" "5"
-"filenew@2x.png" "5"
-"fileopen.png" "5"
-"fileopen@2x.png" "5"
-"filesave.png" "5"
-"filesave@2x.png" "5"
-"filledcircle.png" "5"
-"filledcircle@2x.png" "5"
-"filtericon.png" "5"
-"filtericon@2x.png" "5"
-"fittoview.png" "5"
-"fittoview@2x.png" "5"
-"home.png" "5"
-"home@2x.png" "5"
-"iconoverlay_add_background.png" "5"
-"iconoverlay_add_background@2x.png" "5"
-"iconoverlay_add_small.png" "5"
-"iconoverlay_add_small@2x.png" "5"
-"iconoverlay_error_background.png" "5"
-"iconoverlay_error_background@2x.png" "5"
-"iconoverlay_reset.png" "5"
-"iconoverlay_reset@2x.png" "5"
-"iconoverlay_warning_background.png" "5"
-"iconoverlay_warning_background@2x.png" "5"
-"info.png" "5"
-"info@2x.png" "5"
-"inputfield_disabled.png" "5"
-"inputfield_disabled@2x.png" "5"
-"interrupt_small.png" "5"
-"interrupt_small@2x.png" "5"
-"keyword.png" "5"
-"keyword@2x.png" "5"
-"leftsidebaricon.png" "5"
-"leftsidebaricon@2x.png" "5"
-"lightbulb.png" "5"
-"lightbulb@2x.png" "5"
-"lightbulbcap.png" "5"
-"lightbulbcap@2x.png" "5"
-"linkicon.png" "5"
-"linkicon@2x.png" "5"
-"locked.png" "5"
-"locked@2x.png" "5"
-"macos_touchbar_bookmark.png" "5"
-"macos_touchbar_bookmark@2x.png" "5"
-"macos_touchbar_clear.png" "5"
-"macos_touchbar_clear@2x.png" "5"
-"macro.png" "5"
-"macro@2x.png" "5"
-"magnifier.png" "5"
-"magnifier@2x.png" "5"
-"member.png" "5"
-"member@2x.png" "5"
-"minus.png" "5"
-"minus@2x.png" "5"
-"namespace.png" "5"
-"namespace@2x.png" "5"
-"next.png" "5"
-"next@2x.png" "5"
-"notloaded.png" "5"
-"notloaded@2x.png" "5"
-"ok.png" "5"
-"ok@2x.png" "5"
-"online.png" "5"
-"online@2x.png" "5"
-"pan.png" "5"
-"pan@2x.png" "5"
-"panel_button_checked_hover.png" "5"
-"panel_button_checked_hover@2x.png" "5"
-"panel_button_hover.png" "5"
-"panel_button_hover@2x.png" "5"
-"panel_button_pressed.png" "5"
-"panel_button_pressed@2x.png" "5"
-"panel_manage_button.png" "5"
-"panel_manage_button@2x.png" "5"
-"pinned.png" "5"
-"pinned@2x.png" "5"
-"plus.png" "5"
-"plus@2x.png" "5"
-"prev.png" "5"
-"prev@2x.png" "5"
-"private.png" "5"
-"private@2x.png" "5"
-"privatebackground.png" "5"
-"privatebackground@2x.png" "5"
-"progressbar.png" "5"
-"progressbar@2x.png" "5"
-"progressindicator_big.png" "5"
-"progressindicator_big@2x.png" "5"
-"progressindicator_medium.png" "5"
-"progressindicator_medium@2x.png" "5"
-"progressindicator_small.png" "5"
-"progressindicator_small@2x.png" "5"
-"project.png" "5"
-"project@2x.png" "5"
-"property.png" "5"
-"property@2x.png" "5"
-"propertybackground.png" "5"
-"propertybackground@2x.png" "5"
-"protected.png" "5"
-"protected@2x.png" "5"
-"protectedbackground.png" "5"
-"protectedbackground@2x.png" "5"
-"redo.png" "5"
-"redo@2x.png" "5"
-"reload_gray.png" "5"
-"reload_gray@2x.png" "5"
-"replace_a.png" "5"
-"replace_a@2x.png" "5"
-"replace_b.png" "5"
-"replace_b@2x.png" "5"
-"reset.png" "5"
-"reset@2x.png" "5"
-"rightsidebaricon.png" "5"
-"rightsidebaricon@2x.png" "5"
-"run_file.png" "5"
-"run_file@2x.png" "5"
-"run_small.png" "5"
-"run_small@2x.png" "5"
-"runselected_boxes.png" "5"
-"runselected_boxes@2x.png" "5"
-"runselected_tickmarks.png" "5"
-"runselected_tickmarks@2x.png" "5"
-"select.png" "5"
-"select@2x.png" "5"
-"settings.png" "5"
-"settings@2x.png" "5"
-"signal.png" "5"
-"signal@2x.png" "5"
-"slot.png" "5"
-"slot@2x.png" "5"
-"snapshot.png" "5"
-"snapshot@2x.png" "5"
-"sort_alphabetically.png" "5"
-"sort_alphabetically@2x.png" "5"
-"splitbutton_closebottom.png" "5"
-"splitbutton_closebottom@2x.png" "5"
-"splitbutton_closeleft.png" "5"
-"splitbutton_closeleft@2x.png" "5"
-"splitbutton_closeright.png" "5"
-"splitbutton_closeright@2x.png" "5"
-"splitbutton_closetop.png" "5"
-"splitbutton_closetop@2x.png" "5"
-"splitbutton_horizontal.png" "5"
-"splitbutton_horizontal@2x.png" "5"
-"splitbutton_vertical.png" "5"
-"splitbutton_vertical@2x.png" "5"
-"static.png" "5"
-"static@2x.png" "5"
-"staticbackground.png" "5"
-"staticbackground@2x.png" "5"
-"stop_small.png" "5"
-"stop_small@2x.png" "5"
-"toggleprogressdetails.png" "5"
-"toggleprogressdetails@2x.png" "5"
-"toolbuttonexpandarrow.png" "5"
-"toolbuttonexpandarrow@2x.png" "5"
-"undo.png" "5"
-"undo@2x.png" "5"
-"unknownfile.png" "5"
-"unlocked.png" "5"
-"unlocked@2x.png" "5"
-"warning.png" "5"
-"warning@2x.png" "5"
-"warningfill.png" "5"
-"warningfill@2x.png" "5"
-"wizardicon-file.png" "5"
-"wizardicon-file@2x.png" "5"
-"zoom.png" "5"
-"zoom@2x.png" "5"
-"zoomin_overlay.png" "5"
-"zoomin_overlay@2x.png" "5"
-"zoomout_overlay.png" "5"
-"zoomout_overlay@2x.png" "5"
-"algorithm.h" "4"
-"ansiescapecodehandler.cpp" "4"
-"ansiescapecodehandler.h" "4"
-"appmainwindow.cpp" "4"
-"appmainwindow.h" "4"
-"archive.cpp" "4"
-"archive.h" "4"
-"aspects.cpp" "4"
-"aspects.h" "4"
-"basetreeview.cpp" "4"
-"basetreeview.h" "4"
-"benchmarker.cpp" "4"
-"benchmarker.h" "4"
-"buildablehelperlibrary.cpp" "4"
-"buildablehelperlibrary.h" "4"
-"camelcasecursor.cpp" "4"
-"camelcasecursor.h" "4"
-"categorysortfiltermodel.cpp" "4"
-"categorysortfiltermodel.h" "4"
-"changeset.cpp" "4"
-"changeset.h" "4"
-"checkablemessagebox.cpp" "4"
-"checkablemessagebox.h" "4"
-"classnamevalidatinglineedit.cpp" "4"
-"classnamevalidatinglineedit.h" "4"
-"codegeneration.cpp" "4"
-"codegeneration.h" "4"
-"commandline.cpp" "4"
-"commandline.h" "4"
-"completinglineedit.cpp" "4"
-"completinglineedit.h" "4"
-"completingtextedit.cpp" "4"
-"completingtextedit.h" "4"
-"consoleprocess.cpp" "4"
-"consoleprocess.h" "4"
-"cpplanguage_details.h" "4"
-"crumblepath.cpp" "4"
-"crumblepath.h" "4"
-"declarationmacros.h" "4"
-"delegates.cpp" "4"
-"delegates.h" "4"
-"detailsbutton.cpp" "4"
-"detailsbutton.h" "4"
-"detailswidget.cpp" "4"
-"detailswidget.h" "4"
-"differ.cpp" "4"
-"differ.h" "4"
-"displayname.cpp" "4"
-"displayname.h" "4"
-"dropsupport.cpp" "4"
-"dropsupport.h" "4"
-"elfreader.cpp" "4"
-"elfreader.h" "4"
-"elidinglabel.cpp" "4"
-"elidinglabel.h" "4"
-"environment.cpp" "4"
-"environment.h" "4"
-"environmentdialog.cpp" "4"
-"environmentdialog.h" "4"
-"environmentmodel.cpp" "4"
-"environmentmodel.h" "4"
-"execmenu.cpp" "4"
-"execmenu.h" "4"
-"executeondestruction.h" "4"
-"fadingindicator.cpp" "4"
-"fadingindicator.h" "4"
-"faketooltip.cpp" "4"
-"faketooltip.h" "4"
-"fancylineedit.cpp" "4"
-"fancylineedit.h" "4"
-"fancymainwindow.cpp" "4"
-"fancymainwindow.h" "4"
-"filecrumblabel.cpp" "4"
-"filecrumblabel.h" "4"
-"fileinprojectfinder.cpp" "4"
-"fileinprojectfinder.h" "4"
-"filenamevalidatinglineedit.cpp" "4"
-"filenamevalidatinglineedit.h" "4"
-"filepath.cpp" "4"
-"filepath.h" "4"
-"filesearch.cpp" "4"
-"filesearch.h" "4"
-"filesystemwatcher.cpp" "4"
-"filesystemwatcher.h" "4"
-"fileutils.cpp" "4"
-"fileutils.h" "4"
-"filewizardpage.cpp" "4"
-"filewizardpage.h" "4"
-"filewizardpage.ui" "4"
-"fixedsizeclicklabel.cpp" "4"
-"fixedsizeclicklabel.h" "4"
-"flowlayout.cpp" "4"
-"flowlayout.h" "4"
-"functiontraits.h" "4"
-"futuresynchronizer.cpp" "4"
-"futuresynchronizer.h" "4"
-"fuzzymatcher.cpp" "4"
-"fuzzymatcher.h" "4"
-"globalfilechangeblocker.cpp" "4"
-"globalfilechangeblocker.h" "4"
-"guard.cpp" "4"
-"guard.h" "4"
-"headerviewstretcher.cpp" "4"
-"headerviewstretcher.h" "4"
-"highlightingitemdelegate.cpp" "4"
-"highlightingitemdelegate.h" "4"
-"historycompleter.cpp" "4"
-"historycompleter.h" "4"
-"hostosinfo.cpp" "4"
-"hostosinfo.h" "4"
-"htmldocextractor.cpp" "4"
-"htmldocextractor.h" "4"
-"icon.cpp" "4"
-"icon.h" "4"
-"id.cpp" "4"
-"id.h" "4"
-"indexedcontainerproxyconstiterator.h" "4"
-"infobar.cpp" "4"
-"infobar.h" "4"
-"infolabel.cpp" "4"
-"infolabel.h" "4"
-"itemviews.cpp" "4"
-"itemviews.h" "4"
-"json.cpp" "4"
-"json.h" "4"
-"jsontreeitem.cpp" "4"
-"jsontreeitem.h" "4"
-"launcherinterface.cpp" "4"
-"launcherinterface.h" "4"
-"launcherpackets.cpp" "4"
-"launcherpackets.h" "4"
-"launchersocket.cpp" "4"
-"launchersocket.h" "4"
-"layoutbuilder.cpp" "4"
-"layoutbuilder.h" "4"
-"linecolumn.cpp" "4"
-"linecolumn.h" "4"
-"link.cpp" "4"
-"link.h" "4"
-"listmodel.h" "4"
-"listutils.h" "4"
-"macroexpander.cpp" "4"
-"macroexpander.h" "4"
-"mapreduce.h" "4"
-"multitextcursor.cpp" "4"
-"multitextcursor.h" "4"
-"namevaluedictionary.cpp" "4"
-"namevaluedictionary.h" "4"
-"namevalueitem.cpp" "4"
-"namevalueitem.h" "4"
-"namevaluemodel.cpp" "4"
-"namevaluemodel.h" "4"
-"namevaluesdialog.cpp" "4"
-"namevaluesdialog.h" "4"
-"namevaluevalidator.cpp" "4"
-"namevaluevalidator.h" "4"
-"navigationtreeview.cpp" "4"
-"navigationtreeview.h" "4"
-"networkaccessmanager.cpp" "4"
-"networkaccessmanager.h" "4"
-"optional.h" "4"
-"osspecificaspects.h" "4"
-"outputformat.h" "4"
-"outputformatter.cpp" "4"
-"outputformatter.h" "4"
-"overlaywidget.cpp" "4"
-"overlaywidget.h" "4"
-"overridecursor.cpp" "4"
-"overridecursor.h" "4"
-"parameteraction.cpp" "4"
-"parameteraction.h" "4"
-"pathchooser.cpp" "4"
-"pathchooser.h" "4"
-"pathlisteditor.cpp" "4"
-"pathlisteditor.h" "4"
-"persistentsettings.cpp" "4"
-"persistentsettings.h" "4"
-"pointeralgorithm.h" "4"
-"port.cpp" "4"
-"port.h" "4"
-"porting.h" "4"
-"portlist.cpp" "4"
-"portlist.h" "4"
-"predicates.h" "4"
-"processhandle.cpp" "4"
-"processhandle.h" "4"
-"processreaper.cpp" "4"
-"processreaper.h" "4"
-"processutils.cpp" "4"
-"processutils.h" "4"
-"progressindicator.cpp" "4"
-"progressindicator.h" "4"
-"projectintropage.cpp" "4"
-"projectintropage.h" "4"
-"projectintropage.ui" "4"
-"proxyaction.cpp" "4"
-"proxyaction.h" "4"
-"proxycredentialsdialog.cpp" "4"
-"proxycredentialsdialog.h" "4"
-"proxycredentialsdialog.ui" "4"
-"qrcparser.cpp" "4"
-"qrcparser.h" "4"
-"qtcassert.cpp" "4"
-"qtcassert.h" "4"
-"qtcolorbutton.cpp" "4"
-"qtcolorbutton.h" "4"
-"QtConcurrentTools" "4"
-"qtcprocess.cpp" "4"
-"qtcprocess.h" "4"
-"qtcsettings.cpp" "4"
-"qtcsettings.h" "4"
-"reloadpromptutils.cpp" "4"
-"reloadpromptutils.h" "4"
-"removefiledialog.cpp" "4"
-"removefiledialog.h" "4"
-"removefiledialog.ui" "4"
-"runextensions.cpp" "4"
-"runextensions.h" "4"
-"savefile.cpp" "4"
-"savefile.h" "4"
-"scopedswap.h" "4"
-"set_algorithm.h" "4"
-"settingsaccessor.cpp" "4"
-"settingsaccessor.h" "4"
-"settingsselector.cpp" "4"
-"settingsselector.h" "4"
-"settingsutils.h" "4"
-"shellcommand.cpp" "4"
-"shellcommand.h" "4"
-"shellcommandpage.cpp" "4"
-"shellcommandpage.h" "4"
-"singleton.cpp" "4"
-"singleton.h" "4"
-"sizedarray.h" "4"
-"smallstring.h" "4"
-"smallstringio.h" "4"
-"smallstringiterator.h" "4"
-"smallstringlayout.h" "4"
-"smallstringliteral.h" "4"
-"smallstringmemory.h" "4"
-"smallstringvector.h" "4"
-"span.h" "4"
-"statuslabel.cpp" "4"
-"statuslabel.h" "4"
-"stringutils.cpp" "4"
-"stringutils.h" "4"
-"styledbar.cpp" "4"
-"styledbar.h" "4"
-"stylehelper.cpp" "4"
-"stylehelper.h" "4"
-"templateengine.cpp" "4"
-"templateengine.h" "4"
-"temporarydirectory.cpp" "4"
-"temporarydirectory.h" "4"
-"temporaryfile.cpp" "4"
-"temporaryfile.h" "4"
-"textfieldcheckbox.cpp" "4"
-"textfieldcheckbox.h" "4"
-"textfieldcombobox.cpp" "4"
-"textfieldcombobox.h" "4"
-"textfileformat.cpp" "4"
-"textfileformat.h" "4"
-"textutils.cpp" "4"
-"textutils.h" "4"
-"threadutils.cpp" "4"
-"threadutils.h" "4"
-"treemodel.cpp" "4"
-"treemodel.h" "4"
-"treeviewcombobox.cpp" "4"
-"treeviewcombobox.h" "4"
-"uncommentselection.cpp" "4"
-"uncommentselection.h" "4"
-"unixutils.cpp" "4"
-"unixutils.h" "4"
-"url.cpp" "4"
-"url.h" "4"
-"utils.qrc" "4"
-"/codemodel" "5"
-"images" "6"
-"classmemberfunction.png" "7"
-"classmemberfunction@2x.png" "7"
-"classmembervariable.png" "7"
-"classmembervariable@2x.png" "7"
-"classparent.png" "7"
-"classparent@2x.png" "7"
-"classrelation.png" "7"
-"classrelation@2x.png" "7"
-"classrelationbackground.png" "7"
-"classrelationbackground@2x.png" "7"
-"enum.png" "7"
-"enum@2x.png" "7"
-"enumerator.png" "7"
-"enumerator@2x.png" "7"
-"keyword.png" "7"
-"keyword@2x.png" "7"
-"macro.png" "7"
-"macro@2x.png" "7"
-"member.png" "7"
-"member@2x.png" "7"
-"private.png" "7"
-"private@2x.png" "7"
-"privatebackground.png" "7"
-"privatebackground@2x.png" "7"
-"property.png" "7"
-"property@2x.png" "7"
-"propertybackground.png" "7"
-"propertybackground@2x.png" "7"
-"protected.png" "7"
-"protected@2x.png" "7"
-"protectedbackground.png" "7"
-"protectedbackground@2x.png" "7"
-"signal.png" "7"
-"signal@2x.png" "7"
-"slot.png" "7"
-"slot@2x.png" "7"
-"static.png" "7"
-"static@2x.png" "7"
-"staticbackground.png" "7"
-"staticbackground@2x.png" "7"
-"/utils" "5"
-"images" "6"
-"app-on-top.png" "7"
-"app-on-top@2x.png" "7"
-"arrow.png" "7"
-"arrowdown.png" "7"
-"arrowdown@2x.png" "7"
-"arrowup.png" "7"
-"arrowup@2x.png" "7"
-"bookmark.png" "7"
-"bookmark@2x.png" "7"
-"boundingrect.png" "7"
-"boundingrect@2x.png" "7"
-"broken.png" "7"
-"broken@2x.png" "7"
-"clean_pane_small.png" "7"
-"clean_pane_small@2x.png" "7"
-"close.png" "7"
-"close@2x.png" "7"
-"codemodelerror.png" "7"
-"codemodelerror@2x.png" "7"
-"codemodelwarning.png" "7"
-"codemodelwarning@2x.png" "7"
-"collapse.png" "7"
-"collapse@2x.png" "7"
-"compile_error_taskbar.png" "7"
-"compile_error_taskbar@2x.png" "7"
-"crumblepath-segment-first.png" "7"
-"crumblepath-segment-first@2x.png" "7"
-"crumblepath-segment-last.png" "7"
-"crumblepath-segment-last@2x.png" "7"
-"crumblepath-segment-middle.png" "7"
-"crumblepath-segment-middle@2x.png" "7"
-"crumblepath-segment-single.png" "7"
-"crumblepath-segment-single@2x.png" "7"
-"dark_fileicon.png" "7"
-"dark_foldericon.png" "7"
-"Desktop.png" "7"
-"desktopdevicesmall.png" "7"
-"desktopdevicesmall@2x.png" "7"
-"dir.png" "7"
-"download.png" "7"
-"download@2x.png" "7"
-"editclear.png" "7"
-"editclear@2x.png" "7"
-"editcopy.png" "7"
-"editcopy@2x.png" "7"
-"editcut.png" "7"
-"editcut@2x.png" "7"
-"editpaste.png" "7"
-"editpaste@2x.png" "7"
-"empty14.png" "7"
-"empty16.png" "7"
-"error.png" "7"
-"error@2x.png" "7"
-"expand.png" "7"
-"expand@2x.png" "7"
-"extension.png" "7"
-"extension@2x.png" "7"
-"eye_closed.png" "7"
-"eye_closed@2x.png" "7"
-"eye_open.png" "7"
-"eye_open@2x.png" "7"
-"fileexport.png" "7"
-"fileexport@2x.png" "7"
-"filemultiexport.png" "7"
-"filemultiexport@2x.png" "7"
-"filenew.png" "7"
-"filenew@2x.png" "7"
-"fileopen.png" "7"
-"fileopen@2x.png" "7"
-"filesave.png" "7"
-"filesave@2x.png" "7"
-"filledcircle.png" "7"
-"filledcircle@2x.png" "7"
-"filtericon.png" "7"
-"filtericon@2x.png" "7"
-"fittoview.png" "7"
-"fittoview@2x.png" "7"
-"home.png" "7"
-"home@2x.png" "7"
-"iconoverlay_add_background.png" "7"
-"iconoverlay_add_background@2x.png" "7"
-"iconoverlay_add_small.png" "7"
-"iconoverlay_add_small@2x.png" "7"
-"iconoverlay_error_background.png" "7"
-"iconoverlay_error_background@2x.png" "7"
-"iconoverlay_reset.png" "7"
-"iconoverlay_reset@2x.png" "7"
-"iconoverlay_warning_background.png" "7"
-"iconoverlay_warning_background@2x.png" "7"
-"info.png" "7"
-"info@2x.png" "7"
-"inputfield_disabled.png" "7"
-"inputfield_disabled@2x.png" "7"
-"interrupt_small.png" "7"
-"interrupt_small@2x.png" "7"
-"leftsidebaricon.png" "7"
-"leftsidebaricon@2x.png" "7"
-"lightbulb.png" "7"
-"lightbulb@2x.png" "7"
-"lightbulbcap.png" "7"
-"lightbulbcap@2x.png" "7"
-"linkicon.png" "7"
-"linkicon@2x.png" "7"
-"locked.png" "7"
-"locked@2x.png" "7"
-"macos_touchbar_bookmark.png" "7"
-"macos_touchbar_bookmark@2x.png" "7"
-"macos_touchbar_clear.png" "7"
-"macos_touchbar_clear@2x.png" "7"
-"magnifier.png" "7"
-"magnifier@2x.png" "7"
-"minus.png" "7"
-"minus@2x.png" "7"
-"namespace.png" "7"
-"namespace@2x.png" "7"
-"next.png" "7"
-"next@2x.png" "7"
-"notloaded.png" "7"
-"notloaded@2x.png" "7"
-"ok.png" "7"
-"ok@2x.png" "7"
-"online.png" "7"
-"online@2x.png" "7"
-"pan.png" "7"
-"pan@2x.png" "7"
-"panel_button_checked_hover.png" "7"
-"panel_button_checked_hover@2x.png" "7"
-"panel_button_hover.png" "7"
-"panel_button_hover@2x.png" "7"
-"panel_button_pressed.png" "7"
-"panel_button_pressed@2x.png" "7"
-"panel_manage_button.png" "7"
-"panel_manage_button@2x.png" "7"
-"pinned.png" "7"
-"pinned@2x.png" "7"
-"plus.png" "7"
-"plus@2x.png" "7"
-"prev.png" "7"
-"prev@2x.png" "7"
-"progressbar.png" "7"
-"progressbar@2x.png" "7"
-"progressindicator_big.png" "7"
-"progressindicator_big@2x.png" "7"
-"progressindicator_medium.png" "7"
-"progressindicator_medium@2x.png" "7"
-"progressindicator_small.png" "7"
-"progressindicator_small@2x.png" "7"
-"project.png" "7"
-"project@2x.png" "7"
-"redo.png" "7"
-"redo@2x.png" "7"
-"reload_gray.png" "7"
-"reload_gray@2x.png" "7"
-"replace_a.png" "7"
-"replace_a@2x.png" "7"
-"replace_b.png" "7"
-"replace_b@2x.png" "7"
-"reset.png" "7"
-"reset@2x.png" "7"
-"rightsidebaricon.png" "7"
-"rightsidebaricon@2x.png" "7"
-"run_file.png" "7"
-"run_file@2x.png" "7"
-"run_small.png" "7"
-"run_small@2x.png" "7"
-"runselected_boxes.png" "7"
-"runselected_boxes@2x.png" "7"
-"runselected_tickmarks.png" "7"
-"runselected_tickmarks@2x.png" "7"
-"select.png" "7"
-"select@2x.png" "7"
-"settings.png" "7"
-"settings@2x.png" "7"
-"snapshot.png" "7"
-"snapshot@2x.png" "7"
-"sort_alphabetically.png" "7"
-"sort_alphabetically@2x.png" "7"
-"splitbutton_closebottom.png" "7"
-"splitbutton_closebottom@2x.png" "7"
-"splitbutton_closeleft.png" "7"
-"splitbutton_closeleft@2x.png" "7"
-"splitbutton_closeright.png" "7"
-"splitbutton_closeright@2x.png" "7"
-"splitbutton_closetop.png" "7"
-"splitbutton_closetop@2x.png" "7"
-"splitbutton_horizontal.png" "7"
-"splitbutton_horizontal@2x.png" "7"
-"splitbutton_vertical.png" "7"
-"splitbutton_vertical@2x.png" "7"
-"stop_small.png" "7"
-"stop_small@2x.png" "7"
-"toggleprogressdetails.png" "7"
-"toggleprogressdetails@2x.png" "7"
-"toolbuttonexpandarrow.png" "7"
-"toolbuttonexpandarrow@2x.png" "7"
-"undo.png" "7"
-"undo@2x.png" "7"
-"unknownfile.png" "7"
-"unlocked.png" "7"
-"unlocked@2x.png" "7"
-"warning.png" "7"
-"warning@2x.png" "7"
-"warningfill.png" "7"
-"warningfill@2x.png" "7"
-"wizardicon-file.png" "7"
-"wizardicon-file@2x.png" "7"
-"zoom.png" "7"
-"zoom@2x.png" "7"
-"zoomin_overlay.png" "7"
-"zoomin_overlay@2x.png" "7"
-"zoomout_overlay.png" "7"
-"zoomout_overlay@2x.png" "7"
-"mimetypes" "6"
-"freedesktop.org.xml" "7"
-"f1.png" "7"
-"utilsicons.cpp" "4"
-"utilsicons.h" "4"
-"variablechooser.cpp" "4"
-"variablechooser.h" "4"
-"variant.h" "4"
-"winutils.cpp" "4"
-"winutils.h" "4"
-"wizard.cpp" "4"
-"wizard.h" "4"
-"wizardpage.cpp" "4"
-"wizardpage.h" "4"
+"utils.qbs:3" "3"
+"FileUtils_macos" "3"
+"utils.qbs:402" "4"
+"fileutils_mac.h" "4"
+"fileutils_mac.mm" "4"
+"FSEngine" "3"
+"utils.qbs:360" "4"
+"diriterator.h" "4"
+"fileiconprovider.cpp" "4"
+"fileiconprovider.h" "4"
+"fileiteratordevicesappender.h" "4"
+"fixedlistfsengine.h" "4"
+"fsengine.cpp" "4"
+"fsengine.h" "4"
+"fsenginehandler.cpp" "4"
+"fsenginehandler.h" "4"
+"rootinjectfsengine.h" "4"
+"MimeTypes" "3"
+"utils.qbs:427" "4"
+"mimedatabase.cpp" "4"
+"mimedatabase.h" "4"
+"mimeglobpattern.cpp" "4"
+"mimemagicrule.cpp" "4"
+"mimemagicrulematcher.cpp" "4"
+"mimeprovider.cpp" "4"
+"mimetype.cpp" "4"
+"mimetype.h" "4"
+"mimetypeparser.cpp" "4"
+"mimeutils.cpp" "4"
+"ProcessHandle_macos" "3"
+"utils.qbs:419" "4"
+"processhandle_mac.mm" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Theme" "3"
+"utils.qbs:380" "4"
+"theme.cpp" "4"
+"theme.h" "4"
+"Theme_macos" "3"
+"utils.qbs:410" "4"
+"theme_mac.h" "4"
+"theme_mac.mm" "4"
+"Tooltip" "3"
+"utils.qbs:390" "4"
+"effects.h" "4"
+"tips.cpp" "4"
+"tips.h" "4"
+"tooltip.cpp" "4"
+"tooltip.h" "4"
+"TouchBar support" "3"
+"utils.qbs:451" "4"
+"touchbar.h" "4"
+"span.hpp" "4"
+"images" "3"
+"app-on-top.png" "4"
+"app-on-top@2x.png" "4"
+"arrow.png" "4"
+"arrowdown.png" "4"
+"arrowdown@2x.png" "4"
+"arrowup.png" "4"
+"arrowup@2x.png" "4"
+"bookmark.png" "4"
+"bookmark@2x.png" "4"
+"boundingrect.png" "4"
+"boundingrect@2x.png" "4"
+"broken.png" "4"
+"broken@2x.png" "4"
+"classmemberfunction.png" "4"
+"classmemberfunction@2x.png" "4"
+"classmembervariable.png" "4"
+"classmembervariable@2x.png" "4"
+"classparent.png" "4"
+"classparent@2x.png" "4"
+"classrelation.png" "4"
+"classrelation@2x.png" "4"
+"classrelationbackground.png" "4"
+"classrelationbackground@2x.png" "4"
+"clean_pane_small.png" "4"
+"clean_pane_small@2x.png" "4"
+"close.png" "4"
+"close@2x.png" "4"
+"codemodelerror.png" "4"
+"codemodelerror@2x.png" "4"
+"codemodelwarning.png" "4"
+"codemodelwarning@2x.png" "4"
+"collapse.png" "4"
+"collapse@2x.png" "4"
+"compile_error_taskbar.png" "4"
+"compile_error_taskbar@2x.png" "4"
+"continue_1_small.png" "4"
+"continue_1_small@2x.png" "4"
+"continue_2_small.png" "4"
+"continue_2_small@2x.png" "4"
+"crumblepath-segment-first.png" "4"
+"crumblepath-segment-first@2x.png" "4"
+"crumblepath-segment-last.png" "4"
+"crumblepath-segment-last@2x.png" "4"
+"crumblepath-segment-middle.png" "4"
+"crumblepath-segment-middle@2x.png" "4"
+"crumblepath-segment-single.png" "4"
+"crumblepath-segment-single@2x.png" "4"
+"dark_fileicon.png" "4"
+"dark_foldericon.png" "4"
+"debugger_overlay_small.png" "4"
+"debugger_overlay_small@2x.png" "4"
+"Desktop.png" "4"
+"desktopdevicesmall.png" "4"
+"desktopdevicesmall@2x.png" "4"
+"dir.png" "4"
+"download.png" "4"
+"download@2x.png" "4"
+"editclear.png" "4"
+"editclear@2x.png" "4"
+"editcopy.png" "4"
+"editcopy@2x.png" "4"
+"editcut.png" "4"
+"editcut@2x.png" "4"
+"editpaste.png" "4"
+"editpaste@2x.png" "4"
+"empty14.png" "4"
+"empty16.png" "4"
+"enum.png" "4"
+"enum@2x.png" "4"
+"enumerator.png" "4"
+"enumerator@2x.png" "4"
+"error.png" "4"
+"error@2x.png" "4"
+"expand.png" "4"
+"expand@2x.png" "4"
+"extension.png" "4"
+"extension@2x.png" "4"
+"eye_closed.png" "4"
+"eye_closed@2x.png" "4"
+"eye_open.png" "4"
+"eye_open@2x.png" "4"
+"fileexport.png" "4"
+"fileexport@2x.png" "4"
+"filemultiexport.png" "4"
+"filemultiexport@2x.png" "4"
+"filenew.png" "4"
+"filenew@2x.png" "4"
+"fileopen.png" "4"
+"fileopen@2x.png" "4"
+"filesave.png" "4"
+"filesave@2x.png" "4"
+"filledcircle.png" "4"
+"filledcircle@2x.png" "4"
+"filtericon.png" "4"
+"filtericon@2x.png" "4"
+"fittoview.png" "4"
+"fittoview@2x.png" "4"
+"help.png" "4"
+"home.png" "4"
+"home@2x.png" "4"
+"iconoverlay_add_background.png" "4"
+"iconoverlay_add_background@2x.png" "4"
+"iconoverlay_add_small.png" "4"
+"iconoverlay_add_small@2x.png" "4"
+"iconoverlay_close_small.png" "4"
+"iconoverlay_close_small@2x.png" "4"
+"iconoverlay_error.png" "4"
+"iconoverlay_error@2x.png" "4"
+"iconoverlay_reset.png" "4"
+"iconoverlay_reset@2x.png" "4"
+"iconoverlay_warning.png" "4"
+"iconoverlay_warning@2x.png" "4"
+"info.png" "4"
+"info@2x.png" "4"
+"inputfield.png" "4"
+"inputfield@2x.png" "4"
+"interrupt_small.png" "4"
+"interrupt_small@2x.png" "4"
+"keyword.png" "4"
+"keyword@2x.png" "4"
+"leftsidebaricon.png" "4"
+"leftsidebaricon@2x.png" "4"
+"lightbulb.png" "4"
+"lightbulb@2x.png" "4"
+"lightbulbcap.png" "4"
+"lightbulbcap@2x.png" "4"
+"linkicon.png" "4"
+"linkicon@2x.png" "4"
+"locked.png" "4"
+"locked@2x.png" "4"
+"macos_touchbar_bookmark.png" "4"
+"macos_touchbar_bookmark@2x.png" "4"
+"macos_touchbar_clear.png" "4"
+"macos_touchbar_clear@2x.png" "4"
+"macro.png" "4"
+"macro@2x.png" "4"
+"magnifier.png" "4"
+"magnifier@2x.png" "4"
+"member.png" "4"
+"member@2x.png" "4"
+"message.png" "4"
+"message@2x.png" "4"
+"minus.png" "4"
+"minus@2x.png" "4"
+"namespace.png" "4"
+"namespace@2x.png" "4"
+"next.png" "4"
+"next@2x.png" "4"
+"notloaded.png" "4"
+"notloaded@2x.png" "4"
+"ok.png" "4"
+"ok@2x.png" "4"
+"online.png" "4"
+"online@2x.png" "4"
+"pan.png" "4"
+"pan@2x.png" "4"
+"panel_button_checked.png" "4"
+"panel_button_checked@2x.png" "4"
+"panel_button_hover.png" "4"
+"panel_button_hover@2x.png" "4"
+"panel_button_pressed.png" "4"
+"panel_button_pressed@2x.png" "4"
+"panel_manage_button.png" "4"
+"panel_manage_button@2x.png" "4"
+"pinned.png" "4"
+"pinned@2x.png" "4"
+"plus.png" "4"
+"plus@2x.png" "4"
+"prev.png" "4"
+"prev@2x.png" "4"
+"private.png" "4"
+"private@2x.png" "4"
+"privatebackground.png" "4"
+"privatebackground@2x.png" "4"
+"progressbar.png" "4"
+"progressbar@2x.png" "4"
+"progressindicator_big.png" "4"
+"progressindicator_big@2x.png" "4"
+"progressindicator_medium.png" "4"
+"progressindicator_medium@2x.png" "4"
+"progressindicator_small.png" "4"
+"progressindicator_small@2x.png" "4"
+"project.png" "4"
+"project@2x.png" "4"
+"property.png" "4"
+"property@2x.png" "4"
+"propertybackground.png" "4"
+"propertybackground@2x.png" "4"
+"protected.png" "4"
+"protected@2x.png" "4"
+"protectedbackground.png" "4"
+"protectedbackground@2x.png" "4"
+"redo.png" "4"
+"redo@2x.png" "4"
+"reload_gray.png" "4"
+"reload_gray@2x.png" "4"
+"replace_a.png" "4"
+"replace_a@2x.png" "4"
+"replace_b.png" "4"
+"replace_b@2x.png" "4"
+"reset.png" "4"
+"reset@2x.png" "4"
+"rightsidebaricon.png" "4"
+"rightsidebaricon@2x.png" "4"
+"run_file.png" "4"
+"run_file@2x.png" "4"
+"run_small.png" "4"
+"run_small@2x.png" "4"
+"runselected_boxes.png" "4"
+"runselected_boxes@2x.png" "4"
+"runselected_tickmarks.png" "4"
+"runselected_tickmarks@2x.png" "4"
+"select.png" "4"
+"select@2x.png" "4"
+"settings.png" "4"
+"settings@2x.png" "4"
+"signal.png" "4"
+"signal@2x.png" "4"
+"slot.png" "4"
+"slot@2x.png" "4"
+"snapshot.png" "4"
+"snapshot@2x.png" "4"
+"sort_alphabetically.png" "4"
+"sort_alphabetically@2x.png" "4"
+"splitbutton_closebottom.png" "4"
+"splitbutton_closebottom@2x.png" "4"
+"splitbutton_closeleft.png" "4"
+"splitbutton_closeleft@2x.png" "4"
+"splitbutton_closeright.png" "4"
+"splitbutton_closeright@2x.png" "4"
+"splitbutton_closetop.png" "4"
+"splitbutton_closetop@2x.png" "4"
+"splitbutton_horizontal.png" "4"
+"splitbutton_horizontal@2x.png" "4"
+"splitbutton_vertical.png" "4"
+"splitbutton_vertical@2x.png" "4"
+"static.png" "4"
+"static@2x.png" "4"
+"staticbackground.png" "4"
+"staticbackground@2x.png" "4"
+"stop_small.png" "4"
+"stop_small@2x.png" "4"
+"stopwatch.png" "4"
+"stopwatch@2x.png" "4"
+"toggleprogressdetails.png" "4"
+"toggleprogressdetails@2x.png" "4"
+"toolbuttonexpandarrow.png" "4"
+"toolbuttonexpandarrow@2x.png" "4"
+"undo.png" "4"
+"undo@2x.png" "4"
+"unknownfile.png" "4"
+"unlocked.png" "4"
+"unlocked@2x.png" "4"
+"warning.png" "4"
+"warning@2x.png" "4"
+"warningfill.png" "4"
+"warningfill@2x.png" "4"
+"wizardicon-file.png" "4"
+"wizardicon-file@2x.png" "4"
+"zoom.png" "4"
+"zoom@2x.png" "4"
+"zoomin_overlay.png" "4"
+"zoomin_overlay@2x.png" "4"
+"zoomout_overlay.png" "4"
+"zoomout_overlay@2x.png" "4"
+"algorithm.h" "3"
+"ansiescapecodehandler.cpp" "3"
+"ansiescapecodehandler.h" "3"
+"appinfo.cpp" "3"
+"appinfo.h" "3"
+"appmainwindow.cpp" "3"
+"appmainwindow.h" "3"
+"aspects.cpp" "3"
+"aspects.h" "3"
+"async.cpp" "3"
+"async.h" "3"
+"basetreeview.cpp" "3"
+"basetreeview.h" "3"
+"benchmarker.cpp" "3"
+"benchmarker.h" "3"
+"buildablehelperlibrary.cpp" "3"
+"buildablehelperlibrary.h" "3"
+"camelcasecursor.cpp" "3"
+"camelcasecursor.h" "3"
+"categorysortfiltermodel.cpp" "3"
+"categorysortfiltermodel.h" "3"
+"changeset.cpp" "3"
+"changeset.h" "3"
+"checkablemessagebox.cpp" "3"
+"checkablemessagebox.h" "3"
+"clangutils.cpp" "3"
+"clangutils.h" "3"
+"classnamevalidatinglineedit.cpp" "3"
+"classnamevalidatinglineedit.h" "3"
+"codegeneration.cpp" "3"
+"codegeneration.h" "3"
+"commandline.cpp" "3"
+"commandline.h" "3"
+"completinglineedit.cpp" "3"
+"completinglineedit.h" "3"
+"completingtextedit.cpp" "3"
+"completingtextedit.h" "3"
+"cpplanguage_details.h" "3"
+"crumblepath.cpp" "3"
+"crumblepath.h" "3"
+"delegates.cpp" "3"
+"delegates.h" "3"
+"detailsbutton.cpp" "3"
+"detailsbutton.h" "3"
+"detailswidget.cpp" "3"
+"detailswidget.h" "3"
+"devicefileaccess.cpp" "3"
+"devicefileaccess.h" "3"
+"deviceshell.cpp" "3"
+"deviceshell.h" "3"
+"differ.cpp" "3"
+"differ.h" "3"
+"displayname.cpp" "3"
+"displayname.h" "3"
+"dropsupport.cpp" "3"
+"dropsupport.h" "3"
+"elfreader.cpp" "3"
+"elfreader.h" "3"
+"elidinglabel.cpp" "3"
+"elidinglabel.h" "3"
+"environment.cpp" "3"
+"environment.h" "3"
+"environmentdialog.cpp" "3"
+"environmentdialog.h" "3"
+"environmentmodel.cpp" "3"
+"environmentmodel.h" "3"
+"execmenu.cpp" "3"
+"execmenu.h" "3"
+"externalterminalprocessimpl.cpp" "3"
+"externalterminalprocessimpl.h" "3"
+"fadingindicator.cpp" "3"
+"fadingindicator.h" "3"
+"faketooltip.cpp" "3"
+"faketooltip.h" "3"
+"fancylineedit.cpp" "3"
+"fancylineedit.h" "3"
+"fancymainwindow.cpp" "3"
+"fancymainwindow.h" "3"
+"filecrumblabel.cpp" "3"
+"filecrumblabel.h" "3"
+"fileinprojectfinder.cpp" "3"
+"fileinprojectfinder.h" "3"
+"filenamevalidatinglineedit.cpp" "3"
+"filenamevalidatinglineedit.h" "3"
+"filepath.cpp" "3"
+"filepath.h" "3"
+"filesearch.cpp" "3"
+"filesearch.h" "3"
+"filestreamer.cpp" "3"
+"filestreamer.h" "3"
+"filestreamermanager.cpp" "3"
+"filestreamermanager.h" "3"
+"filesystemmodel.cpp" "3"
+"filesystemmodel.h" "3"
+"filesystemwatcher.cpp" "3"
+"filesystemwatcher.h" "3"
+"fileutils.cpp" "3"
+"fileutils.h" "3"
+"filewizardpage.cpp" "3"
+"filewizardpage.h" "3"
+"flowlayout.cpp" "3"
+"flowlayout.h" "3"
+"futuresynchronizer.cpp" "3"
+"futuresynchronizer.h" "3"
+"fuzzymatcher.cpp" "3"
+"fuzzymatcher.h" "3"
+"globalfilechangeblocker.cpp" "3"
+"globalfilechangeblocker.h" "3"
+"guard.cpp" "3"
+"guard.h" "3"
+"headerviewstretcher.cpp" "3"
+"headerviewstretcher.h" "3"
+"highlightingitemdelegate.cpp" "3"
+"highlightingitemdelegate.h" "3"
+"historycompleter.cpp" "3"
+"historycompleter.h" "3"
+"hostosinfo.cpp" "3"
+"hostosinfo.h" "3"
+"htmldocextractor.cpp" "3"
+"htmldocextractor.h" "3"
+"icon.cpp" "3"
+"icon.h" "3"
+"iconbutton.cpp" "3"
+"iconbutton.h" "3"
+"id.cpp" "3"
+"id.h" "3"
+"indexedcontainerproxyconstiterator.h" "3"
+"infobar.cpp" "3"
+"infobar.h" "3"
+"infolabel.cpp" "3"
+"infolabel.h" "3"
+"itemviews.cpp" "3"
+"itemviews.h" "3"
+"jsontreeitem.cpp" "3"
+"jsontreeitem.h" "3"
+"launcherinterface.cpp" "3"
+"launcherinterface.h" "3"
+"launcherpackets.cpp" "3"
+"launcherpackets.h" "3"
+"launchersocket.cpp" "3"
+"launchersocket.h" "3"
+"layoutbuilder.cpp" "3"
+"layoutbuilder.h" "3"
+"link.cpp" "3"
+"link.h" "3"
+"listmodel.h" "3"
+"listutils.h" "3"
+"macroexpander.cpp" "3"
+"macroexpander.h" "3"
+"mathutils.cpp" "3"
+"mathutils.h" "3"
+"mimeutils.h" "3"
+"minimizableinfobars.cpp" "3"
+"minimizableinfobars.h" "3"
+"multitextcursor.cpp" "3"
+"multitextcursor.h" "3"
+"namevaluedictionary.cpp" "3"
+"namevaluedictionary.h" "3"
+"namevalueitem.cpp" "3"
+"namevalueitem.h" "3"
+"namevaluemodel.cpp" "3"
+"namevaluemodel.h" "3"
+"namevaluesdialog.cpp" "3"
+"namevaluesdialog.h" "3"
+"namevaluevalidator.cpp" "3"
+"namevaluevalidator.h" "3"
+"navigationtreeview.cpp" "3"
+"navigationtreeview.h" "3"
+"networkaccessmanager.cpp" "3"
+"networkaccessmanager.h" "3"
+"optionpushbutton.cpp" "3"
+"optionpushbutton.h" "3"
+"osspecificaspects.h" "3"
+"outputformat.h" "3"
+"outputformatter.cpp" "3"
+"outputformatter.h" "3"
+"overlaywidget.cpp" "3"
+"overlaywidget.h" "3"
+"overridecursor.cpp" "3"
+"overridecursor.h" "3"
+"parameteraction.cpp" "3"
+"parameteraction.h" "3"
+"passworddialog.cpp" "3"
+"passworddialog.h" "3"
+"pathchooser.cpp" "3"
+"pathchooser.h" "3"
+"pathlisteditor.cpp" "3"
+"pathlisteditor.h" "3"
+"persistentcachestore.cpp" "3"
+"persistentcachestore.h" "3"
+"persistentsettings.cpp" "3"
+"persistentsettings.h" "3"
+"pointeralgorithm.h" "3"
+"port.cpp" "3"
+"port.h" "3"
+"portlist.cpp" "3"
+"portlist.h" "3"
+"predicates.h" "3"
+"process.cpp" "3"
+"process.h" "3"
+"processenums.h" "3"
+"processhandle.cpp" "3"
+"processhandle.h" "3"
+"processinfo.cpp" "3"
+"processinfo.h" "3"
+"processinterface.cpp" "3"
+"processinterface.h" "3"
+"processreaper.cpp" "3"
+"processreaper.h" "3"
+"processutils.cpp" "3"
+"processutils.h" "3"
+"progressindicator.cpp" "3"
+"progressindicator.h" "3"
+"projectintropage.cpp" "3"
+"projectintropage.h" "3"
+"proxyaction.cpp" "3"
+"proxyaction.h" "3"
+"qrcparser.cpp" "3"
+"qrcparser.h" "3"
+"qtcassert.cpp" "3"
+"qtcassert.h" "3"
+"qtcolorbutton.cpp" "3"
+"qtcolorbutton.h" "3"
+"qtcsettings.cpp" "3"
+"qtcsettings.h" "3"
+"reloadpromptutils.cpp" "3"
+"reloadpromptutils.h" "3"
+"removefiledialog.cpp" "3"
+"removefiledialog.h" "3"
+"savefile.cpp" "3"
+"savefile.h" "3"
+"scopedswap.h" "3"
+"scopedtimer.cpp" "3"
+"scopedtimer.h" "3"
+"searchresultitem.cpp" "3"
+"searchresultitem.h" "3"
+"set_algorithm.h" "3"
+"settingsaccessor.cpp" "3"
+"settingsaccessor.h" "3"
+"settingsselector.cpp" "3"
+"settingsselector.h" "3"
+"singleton.cpp" "3"
+"singleton.h" "3"
+"sizedarray.h" "3"
+"smallstring.h" "3"
+"smallstringio.h" "3"
+"smallstringiterator.h" "3"
+"smallstringlayout.h" "3"
+"smallstringliteral.h" "3"
+"smallstringmemory.h" "3"
+"smallstringvector.h" "3"
+"sortfiltermodel.h" "3"
+"span.h" "3"
+"statuslabel.cpp" "3"
+"statuslabel.h" "3"
+"store.cpp" "3"
+"store.h" "3"
+"storekey.h" "3"
+"stringtable.cpp" "3"
+"stringtable.h" "3"
+"stringutils.cpp" "3"
+"stringutils.h" "3"
+"styleanimator.cpp" "3"
+"styleanimator.h" "3"
+"styledbar.cpp" "3"
+"styledbar.h" "3"
+"stylehelper.cpp" "3"
+"stylehelper.h" "3"
+"templateengine.cpp" "3"
+"templateengine.h" "3"
+"temporarydirectory.cpp" "3"
+"temporarydirectory.h" "3"
+"temporaryfile.cpp" "3"
+"temporaryfile.h" "3"
+"terminalcommand.cpp" "3"
+"terminalcommand.h" "3"
+"terminalhooks.cpp" "3"
+"terminalhooks.h" "3"
+"terminalinterface.cpp" "3"
+"terminalinterface.h" "3"
+"textfieldcheckbox.cpp" "3"
+"textfieldcheckbox.h" "3"
+"textfieldcombobox.cpp" "3"
+"textfieldcombobox.h" "3"
+"textfileformat.cpp" "3"
+"textfileformat.h" "3"
+"textutils.cpp" "3"
+"textutils.h" "3"
+"threadutils.cpp" "3"
+"threadutils.h" "3"
+"transientscroll.cpp" "3"
+"transientscroll.h" "3"
+"treemodel.cpp" "3"
+"treemodel.h" "3"
+"treeviewcombobox.cpp" "3"
+"treeviewcombobox.h" "3"
+"unarchiver.cpp" "3"
+"unarchiver.h" "3"
+"uncommentselection.cpp" "3"
+"uncommentselection.h" "3"
+"uniqueobjectptr.h" "3"
+"unixutils.cpp" "3"
+"unixutils.h" "3"
+"url.cpp" "3"
+"url.h" "3"
+"utils.qrc" "3"
+"/codemodel" "4"
+"images" "5"
+"classmemberfunction.png" "6"
+"classmemberfunction@2x.png" "6"
+"classmembervariable.png" "6"
+"classmembervariable@2x.png" "6"
+"classparent.png" "6"
+"classparent@2x.png" "6"
+"classrelation.png" "6"
+"classrelation@2x.png" "6"
+"classrelationbackground.png" "6"
+"classrelationbackground@2x.png" "6"
+"enum.png" "6"
+"enum@2x.png" "6"
+"enumerator.png" "6"
+"enumerator@2x.png" "6"
+"keyword.png" "6"
+"keyword@2x.png" "6"
+"macro.png" "6"
+"macro@2x.png" "6"
+"member.png" "6"
+"member@2x.png" "6"
+"private.png" "6"
+"private@2x.png" "6"
+"privatebackground.png" "6"
+"privatebackground@2x.png" "6"
+"property.png" "6"
+"property@2x.png" "6"
+"propertybackground.png" "6"
+"propertybackground@2x.png" "6"
+"protected.png" "6"
+"protected@2x.png" "6"
+"protectedbackground.png" "6"
+"protectedbackground@2x.png" "6"
+"signal.png" "6"
+"signal@2x.png" "6"
+"slot.png" "6"
+"slot@2x.png" "6"
+"static.png" "6"
+"static@2x.png" "6"
+"staticbackground.png" "6"
+"staticbackground@2x.png" "6"
+"/utils" "4"
+"images" "5"
+"app-on-top.png" "6"
+"app-on-top@2x.png" "6"
+"arrow.png" "6"
+"arrowdown.png" "6"
+"arrowdown@2x.png" "6"
+"arrowup.png" "6"
+"arrowup@2x.png" "6"
+"bookmark.png" "6"
+"bookmark@2x.png" "6"
+"boundingrect.png" "6"
+"boundingrect@2x.png" "6"
+"broken.png" "6"
+"broken@2x.png" "6"
+"clean_pane_small.png" "6"
+"clean_pane_small@2x.png" "6"
+"close.png" "6"
+"close@2x.png" "6"
+"codemodelerror.png" "6"
+"codemodelerror@2x.png" "6"
+"codemodelwarning.png" "6"
+"codemodelwarning@2x.png" "6"
+"collapse.png" "6"
+"collapse@2x.png" "6"
+"compile_error_taskbar.png" "6"
+"compile_error_taskbar@2x.png" "6"
+"continue_1_small.png" "6"
+"continue_1_small@2x.png" "6"
+"continue_2_small.png" "6"
+"continue_2_small@2x.png" "6"
+"crumblepath-segment-first.png" "6"
+"crumblepath-segment-first@2x.png" "6"
+"crumblepath-segment-last.png" "6"
+"crumblepath-segment-last@2x.png" "6"
+"crumblepath-segment-middle.png" "6"
+"crumblepath-segment-middle@2x.png" "6"
+"crumblepath-segment-single.png" "6"
+"crumblepath-segment-single@2x.png" "6"
+"dark_fileicon.png" "6"
+"dark_foldericon.png" "6"
+"debugger_overlay_small.png" "6"
+"debugger_overlay_small@2x.png" "6"
+"Desktop.png" "6"
+"desktopdevicesmall.png" "6"
+"desktopdevicesmall@2x.png" "6"
+"dir.png" "6"
+"download.png" "6"
+"download@2x.png" "6"
+"editclear.png" "6"
+"editclear@2x.png" "6"
+"editcopy.png" "6"
+"editcopy@2x.png" "6"
+"editcut.png" "6"
+"editcut@2x.png" "6"
+"editpaste.png" "6"
+"editpaste@2x.png" "6"
+"empty14.png" "6"
+"empty16.png" "6"
+"error.png" "6"
+"error@2x.png" "6"
+"expand.png" "6"
+"expand@2x.png" "6"
+"extension.png" "6"
+"extension@2x.png" "6"
+"eye_closed.png" "6"
+"eye_closed@2x.png" "6"
+"eye_open.png" "6"
+"eye_open@2x.png" "6"
+"fileexport.png" "6"
+"fileexport@2x.png" "6"
+"filemultiexport.png" "6"
+"filemultiexport@2x.png" "6"
+"filenew.png" "6"
+"filenew@2x.png" "6"
+"fileopen.png" "6"
+"fileopen@2x.png" "6"
+"filesave.png" "6"
+"filesave@2x.png" "6"
+"filledcircle.png" "6"
+"filledcircle@2x.png" "6"
+"filtericon.png" "6"
+"filtericon@2x.png" "6"
+"fittoview.png" "6"
+"fittoview@2x.png" "6"
+"help.png" "6"
+"home.png" "6"
+"home@2x.png" "6"
+"iconoverlay_add_background.png" "6"
+"iconoverlay_add_background@2x.png" "6"
+"iconoverlay_add_small.png" "6"
+"iconoverlay_add_small@2x.png" "6"
+"iconoverlay_close_small.png" "6"
+"iconoverlay_close_small@2x.png" "6"
+"iconoverlay_error.png" "6"
+"iconoverlay_error@2x.png" "6"
+"iconoverlay_reset.png" "6"
+"iconoverlay_reset@2x.png" "6"
+"iconoverlay_warning.png" "6"
+"iconoverlay_warning@2x.png" "6"
+"info.png" "6"
+"info@2x.png" "6"
+"inputfield.png" "6"
+"inputfield@2x.png" "6"
+"interrupt_small.png" "6"
+"interrupt_small@2x.png" "6"
+"leftsidebaricon.png" "6"
+"leftsidebaricon@2x.png" "6"
+"lightbulb.png" "6"
+"lightbulb@2x.png" "6"
+"lightbulbcap.png" "6"
+"lightbulbcap@2x.png" "6"
+"linkicon.png" "6"
+"linkicon@2x.png" "6"
+"locked.png" "6"
+"locked@2x.png" "6"
+"macos_touchbar_bookmark.png" "6"
+"macos_touchbar_bookmark@2x.png" "6"
+"macos_touchbar_clear.png" "6"
+"macos_touchbar_clear@2x.png" "6"
+"magnifier.png" "6"
+"magnifier@2x.png" "6"
+"message.png" "6"
+"message@2x.png" "6"
+"minus.png" "6"
+"minus@2x.png" "6"
+"namespace.png" "6"
+"namespace@2x.png" "6"
+"next.png" "6"
+"next@2x.png" "6"
+"notloaded.png" "6"
+"notloaded@2x.png" "6"
+"ok.png" "6"
+"ok@2x.png" "6"
+"online.png" "6"
+"online@2x.png" "6"
+"pan.png" "6"
+"pan@2x.png" "6"
+"panel_button_checked.png" "6"
+"panel_button_checked@2x.png" "6"
+"panel_button_hover.png" "6"
+"panel_button_hover@2x.png" "6"
+"panel_button_pressed.png" "6"
+"panel_button_pressed@2x.png" "6"
+"panel_manage_button.png" "6"
+"panel_manage_button@2x.png" "6"
+"pinned.png" "6"
+"pinned@2x.png" "6"
+"plus.png" "6"
+"plus@2x.png" "6"
+"prev.png" "6"
+"prev@2x.png" "6"
+"progressbar.png" "6"
+"progressbar@2x.png" "6"
+"progressindicator_big.png" "6"
+"progressindicator_big@2x.png" "6"
+"progressindicator_medium.png" "6"
+"progressindicator_medium@2x.png" "6"
+"progressindicator_small.png" "6"
+"progressindicator_small@2x.png" "6"
+"project.png" "6"
+"project@2x.png" "6"
+"redo.png" "6"
+"redo@2x.png" "6"
+"reload_gray.png" "6"
+"reload_gray@2x.png" "6"
+"replace_a.png" "6"
+"replace_a@2x.png" "6"
+"replace_b.png" "6"
+"replace_b@2x.png" "6"
+"reset.png" "6"
+"reset@2x.png" "6"
+"rightsidebaricon.png" "6"
+"rightsidebaricon@2x.png" "6"
+"run_file.png" "6"
+"run_file@2x.png" "6"
+"run_small.png" "6"
+"run_small@2x.png" "6"
+"runselected_boxes.png" "6"
+"runselected_boxes@2x.png" "6"
+"runselected_tickmarks.png" "6"
+"runselected_tickmarks@2x.png" "6"
+"select.png" "6"
+"select@2x.png" "6"
+"settings.png" "6"
+"settings@2x.png" "6"
+"snapshot.png" "6"
+"snapshot@2x.png" "6"
+"sort_alphabetically.png" "6"
+"sort_alphabetically@2x.png" "6"
+"splitbutton_closebottom.png" "6"
+"splitbutton_closebottom@2x.png" "6"
+"splitbutton_closeleft.png" "6"
+"splitbutton_closeleft@2x.png" "6"
+"splitbutton_closeright.png" "6"
+"splitbutton_closeright@2x.png" "6"
+"splitbutton_closetop.png" "6"
+"splitbutton_closetop@2x.png" "6"
+"splitbutton_horizontal.png" "6"
+"splitbutton_horizontal@2x.png" "6"
+"splitbutton_vertical.png" "6"
+"splitbutton_vertical@2x.png" "6"
+"stop_small.png" "6"
+"stop_small@2x.png" "6"
+"stopwatch.png" "6"
+"stopwatch@2x.png" "6"
+"toggleprogressdetails.png" "6"
+"toggleprogressdetails@2x.png" "6"
+"toolbuttonexpandarrow.png" "6"
+"toolbuttonexpandarrow@2x.png" "6"
+"undo.png" "6"
+"undo@2x.png" "6"
+"unknownfile.png" "6"
+"unlocked.png" "6"
+"unlocked@2x.png" "6"
+"warning.png" "6"
+"warning@2x.png" "6"
+"warningfill.png" "6"
+"warningfill@2x.png" "6"
+"wizardicon-file.png" "6"
+"wizardicon-file@2x.png" "6"
+"zoom.png" "6"
+"zoom@2x.png" "6"
+"zoomin_overlay.png" "6"
+"zoomin_overlay@2x.png" "6"
+"zoomout_overlay.png" "6"
+"zoomout_overlay@2x.png" "6"
+"mimetypes" "5"
+"freedesktop.org.xml" "6"
+"scripts" "5"
+"deviceshell.sh" "6"
+"f1.png" "6"
+"utilsicons.cpp" "3"
+"utilsicons.h" "3"
+"utilstr.h" "3"
+"variablechooser.cpp" "3"
+"variablechooser.h" "3"
+"winutils.cpp" "3"
+"winutils.h" "3"
+"wizard.cpp" "3"
+"wizard.h" "3"
+"wizardpage.cpp" "3"
+"wizardpage.h" "3"
+"vterm" "2"
+"vterm.qbs:1" "3"
+"Group 3" "3"
+"vterm.qbs:12" "4"
+"encoding.c" "4"
+"fullwidth.inc" "4"
+"keyboard.c" "4"
+"mouse.c" "4"
+"parser.c" "4"
+"pen.c" "4"
+"rect.h" "4"
+"screen.c" "4"
+"state.c" "4"
+"unicode.c" "4"
+"utf8.h" "4"
+"vterm.c" "4"
"yaml-cpp" "2"
-"yaml-cpp.qbs:3" "3"
-"yaml-cpp" "3"
-"yaml-cpp.qbs:4" "4"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"node" "5"
-"detail" "6"
-"bool_type.h" "7"
-"impl.h" "7"
-"iterator_fwd.h" "7"
-"memory.h" "7"
-"node_data.h" "7"
-"node_iterator.h" "7"
-"node_ref.h" "7"
-"convert.h" "6"
-"detail" "6"
-"emit.h" "6"
+"yaml-cpp.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"node" "4"
+"detail" "5"
"impl.h" "6"
"iterator.h" "6"
-"node.h" "6"
-"parse.h" "6"
-"ptr.h" "6"
-"type.h" "6"
-"anchor.h" "5"
-"binary.h" "5"
-"dll.h" "5"
-"emitfromevents.h" "5"
-"emitter.h" "5"
-"emitterdef.h" "5"
-"emittermanip.h" "5"
-"emitterstyle.h" "5"
-"eventhandler.h" "5"
-"exceptions.h" "5"
-"mark.h" "5"
-"node" "5"
-"noncopyable.h" "5"
-"null.h" "5"
-"ostream_wrapper.h" "5"
-"parser.h" "5"
-"stlemitter.h" "5"
-"traits.h" "5"
-"yaml.h" "5"
-"src" "4"
-"binary.cpp" "5"
-"collectionstack.h" "5"
-"convert.cpp" "5"
-"directives.cpp" "5"
-"directives.h" "5"
-"emit.cpp" "5"
-"emitfromevents.cpp" "5"
-"emitter.cpp" "5"
-"emitterstate.cpp" "5"
-"emitterstate.h" "5"
-"emitterutils.cpp" "5"
-"emitterutils.h" "5"
-"exceptions.cpp" "5"
-"exp.cpp" "5"
-"exp.h" "5"
-"indentation.h" "5"
-"memory.cpp" "5"
-"node_data.cpp" "5"
-"nodebuilder.cpp" "5"
-"nodebuilder.h" "5"
-"nodeevents.cpp" "5"
-"nodeevents.h" "5"
-"null.cpp" "5"
-"ostream_wrapper.cpp" "5"
-"parse.cpp" "5"
-"parser.cpp" "5"
-"ptr_vector.h" "5"
-"regex_yaml.cpp" "5"
-"regex_yaml.h" "5"
-"regeximpl.h" "5"
-"scanner.cpp" "5"
-"scanner.h" "5"
-"scanscalar.cpp" "5"
-"scanscalar.h" "5"
-"scantag.cpp" "5"
-"scantag.h" "5"
-"scantoken.cpp" "5"
-"setting.h" "5"
-"simplekey.cpp" "5"
-"singledocparser.cpp" "5"
-"singledocparser.h" "5"
-"stream.cpp" "5"
-"stream.h" "5"
-"streamcharsource.h" "5"
-"stringsource.h" "5"
-"tag.cpp" "5"
-"tag.h" "5"
-"token.h" "5"
+"memory.h" "6"
+"node_data.h" "6"
+"node_iterator.h" "6"
+"node_ref.h" "6"
+"convert.h" "5"
+"detail" "5"
+"emit.h" "5"
+"impl.h" "5"
+"iterator.h" "5"
+"node.h" "5"
+"parse.h" "5"
+"ptr.h" "5"
+"type.h" "5"
+"anchor.h" "4"
+"binary.h" "4"
+"depthguard.h" "4"
+"dll.h" "4"
+"emitfromevents.h" "4"
+"emitter.h" "4"
+"emitterdef.h" "4"
+"emittermanip.h" "4"
+"emitterstyle.h" "4"
+"eventhandler.h" "4"
+"exceptions.h" "4"
+"mark.h" "4"
+"node" "4"
+"noexcept.h" "4"
+"null.h" "4"
+"ostream_wrapper.h" "4"
+"parser.h" "4"
+"stlemitter.h" "4"
+"traits.h" "4"
+"yaml.h" "4"
+"src" "3"
+"binary.cpp" "4"
+"collectionstack.h" "4"
+"convert.cpp" "4"
+"depthguard.cpp" "4"
+"directives.cpp" "4"
+"directives.h" "4"
+"emit.cpp" "4"
+"emitfromevents.cpp" "4"
+"emitter.cpp" "4"
+"emitterstate.cpp" "4"
+"emitterstate.h" "4"
+"emitterutils.cpp" "4"
+"emitterutils.h" "4"
+"exceptions.cpp" "4"
+"exp.cpp" "4"
+"exp.h" "4"
+"indentation.h" "4"
+"memory.cpp" "4"
+"node.cpp" "4"
+"nodebuilder.cpp" "4"
+"nodebuilder.h" "4"
+"nodeevents.cpp" "4"
+"nodeevents.h" "4"
+"null.cpp" "4"
+"ostream_wrapper.cpp" "4"
+"parse.cpp" "4"
+"parser.cpp" "4"
+"ptr_vector.h" "4"
+"regex_yaml.cpp" "4"
+"regex_yaml.h" "4"
+"regeximpl.h" "4"
+"scanner.cpp" "4"
+"scanner.h" "4"
+"scanscalar.cpp" "4"
+"scanscalar.h" "4"
+"scantag.cpp" "4"
+"scantag.h" "4"
+"scantoken.cpp" "4"
+"setting.h" "4"
+"simplekey.cpp" "4"
+"singledocparser.cpp" "4"
+"singledocparser.h" "4"
+"stream.cpp" "4"
+"stream.h" "4"
+"streamcharsource.h" "4"
+"stringsource.h" "4"
+"tag.cpp" "4"
+"tag.h" "4"
+"token.h" "4"
+"LogoImages" "1"
+"logo.qbs:3" "2"
+"16x16" "2"
+"logo.qbs:7" "3"
+"16" "3"
+"QtProject-qtcreator.png" "4"
+"24x24" "2"
+"logo.qbs:14" "3"
+"24" "3"
+"QtProject-qtcreator.png" "4"
+"32x32" "2"
+"logo.qbs:21" "3"
+"32" "3"
+"QtProject-qtcreator.png" "4"
+"48x48" "2"
+"logo.qbs:28" "3"
+"48" "3"
+"QtProject-qtcreator.png" "4"
+"64x64" "2"
+"logo.qbs:35" "3"
+"64" "3"
+"QtProject-qtcreator.png" "4"
+"128x128" "2"
+"logo.qbs:42" "3"
+"128" "3"
+"QtProject-qtcreator.png" "4"
+"256x256" "2"
+"logo.qbs:49" "3"
+"256" "3"
+"QtProject-qtcreator.png" "4"
+"512x512" "2"
+"logo.qbs:56" "3"
+"512" "3"
+"QtProject-qtcreator.png" "4"
"Plugins" "1"
"plugins.qbs:3" "2"
"Android" "2"
-"android.qbs:3" "3"
-"Android" "3"
-"android.qbs:6" "4"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"Android.json.in" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"addnewavddialog.ui" "4"
-"android.qrc" "4"
-"/android" "5"
-"images" "6"
-"androiddevice.png" "7"
-"androiddevice@2x.png" "7"
-"androiddevicesmall.png" "7"
-"androiddevicesmall@2x.png" "7"
-"androidavdmanager.cpp" "4"
-"androidavdmanager.h" "4"
-"androidbuildapkstep.cpp" "4"
-"androidbuildapkstep.h" "4"
-"androidconfigurations.cpp" "4"
-"androidconfigurations.h" "4"
-"androidconstants.h" "4"
-"androidcreatekeystorecertificate.cpp" "4"
-"androidcreatekeystorecertificate.h" "4"
-"androidcreatekeystorecertificate.ui" "4"
-"androiddebugsupport.cpp" "4"
-"androiddebugsupport.h" "4"
-"androiddeployqtstep.cpp" "4"
-"androiddeployqtstep.h" "4"
-"androiddevice.cpp" "4"
-"androiddevice.h" "4"
-"androiddeviceinfo.cpp" "4"
-"androiddeviceinfo.h" "4"
-"androiderrormessage.cpp" "4"
-"androiderrormessage.h" "4"
-"androidextralibrarylistmodel.cpp" "4"
-"androidextralibrarylistmodel.h" "4"
-"androidglobal.h" "4"
-"androidmanager.cpp" "4"
-"androidmanager.h" "4"
-"androidmanifestdocument.cpp" "4"
-"androidmanifestdocument.h" "4"
-"androidmanifesteditor.cpp" "4"
-"androidmanifesteditor.h" "4"
-"androidmanifesteditorfactory.cpp" "4"
-"androidmanifesteditorfactory.h" "4"
-"androidmanifesteditoriconcontainerwidget.cpp" "4"
-"androidmanifesteditoriconcontainerwidget.h" "4"
-"androidmanifesteditoriconwidget.cpp" "4"
-"androidmanifesteditoriconwidget.h" "4"
-"androidmanifesteditorwidget.cpp" "4"
-"androidmanifesteditorwidget.h" "4"
-"androidpackageinstallationstep.cpp" "4"
-"androidpackageinstallationstep.h" "4"
-"androidplugin.cpp" "4"
-"androidplugin.h" "4"
-"androidpotentialkit.cpp" "4"
-"androidpotentialkit.h" "4"
-"androidqmlpreviewworker.cpp" "4"
-"androidqmlpreviewworker.h" "4"
-"androidqmltoolingsupport.cpp" "4"
-"androidqmltoolingsupport.h" "4"
-"androidqtversion.cpp" "4"
-"androidqtversion.h" "4"
-"androidrunconfiguration.cpp" "4"
-"androidrunconfiguration.h" "4"
-"androidruncontrol.cpp" "4"
-"androidruncontrol.h" "4"
-"androidrunner.cpp" "4"
-"androidrunner.h" "4"
-"androidrunnerworker.cpp" "4"
-"androidrunnerworker.h" "4"
-"androidsdkdownloader.cpp" "4"
-"androidsdkdownloader.h" "4"
-"androidsdkmanager.cpp" "4"
-"androidsdkmanager.h" "4"
-"androidsdkmanagerwidget.cpp" "4"
-"androidsdkmanagerwidget.h" "4"
-"androidsdkmanagerwidget.ui" "4"
-"androidsdkmodel.cpp" "4"
-"androidsdkmodel.h" "4"
-"androidsdkpackage.cpp" "4"
-"androidsdkpackage.h" "4"
-"androidservicewidget.cpp" "4"
-"androidservicewidget.h" "4"
-"androidsettingswidget.cpp" "4"
-"androidsettingswidget.h" "4"
-"androidsettingswidget.ui" "4"
-"androidsignaloperation.cpp" "4"
-"androidsignaloperation.h" "4"
-"androidtoolchain.cpp" "4"
-"androidtoolchain.h" "4"
-"avddialog.cpp" "4"
-"avddialog.h" "4"
-"avdmanageroutputparser.cpp" "4"
-"avdmanageroutputparser.h" "4"
-"certificatesmodel.cpp" "4"
-"certificatesmodel.h" "4"
-"createandroidmanifestwizard.cpp" "4"
-"createandroidmanifestwizard.h" "4"
-"javaeditor.cpp" "4"
-"javaeditor.h" "4"
-"javaindenter.cpp" "4"
-"javaindenter.h" "4"
-"javalanguageserver.cpp" "4"
-"javalanguageserver.h" "4"
-"javaparser.cpp" "4"
-"javaparser.h" "4"
-"splashscreencontainerwidget.cpp" "4"
-"splashscreencontainerwidget.h" "4"
-"splashscreenwidget.cpp" "4"
-"splashscreenwidget.h" "4"
+"android.qbs:1" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"Android.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Unit tests" "3"
+"android.qbs:113" "4"
+"android_tst.qrc" "4"
+"/" "5"
+"libEGL.so" "7"
+"androidsdkmanager_test.cpp" "4"
+"androidsdkmanager_test.h" "4"
+"sdkmanageroutputparser_test.cpp" "4"
+"sdkmanageroutputparser_test.h" "4"
+"android.qrc" "3"
+"/android" "4"
+"images" "5"
+"androiddevice.png" "6"
+"androiddevice@2x.png" "6"
+"androiddevicesmall.png" "6"
+"androiddevicesmall@2x.png" "6"
+"androidavdmanager.cpp" "3"
+"androidavdmanager.h" "3"
+"androidbuildapkstep.cpp" "3"
+"androidbuildapkstep.h" "3"
+"androidconfigurations.cpp" "3"
+"androidconfigurations.h" "3"
+"androidconstants.h" "3"
+"androidcreatekeystorecertificate.cpp" "3"
+"androidcreatekeystorecertificate.h" "3"
+"androiddebugsupport.cpp" "3"
+"androiddebugsupport.h" "3"
+"androiddeployqtstep.cpp" "3"
+"androiddeployqtstep.h" "3"
+"androiddevice.cpp" "3"
+"androiddevice.h" "3"
+"androiddeviceinfo.cpp" "3"
+"androiddeviceinfo.h" "3"
+"androidextralibrarylistmodel.cpp" "3"
+"androidextralibrarylistmodel.h" "3"
+"androidglobal.h" "3"
+"androidmanager.cpp" "3"
+"androidmanager.h" "3"
+"androidmanifestdocument.cpp" "3"
+"androidmanifestdocument.h" "3"
+"androidmanifesteditor.cpp" "3"
+"androidmanifesteditor.h" "3"
+"androidmanifesteditorfactory.cpp" "3"
+"androidmanifesteditorfactory.h" "3"
+"androidmanifesteditoriconcontainerwidget.cpp" "3"
+"androidmanifesteditoriconcontainerwidget.h" "3"
+"androidmanifesteditoriconwidget.cpp" "3"
+"androidmanifesteditoriconwidget.h" "3"
+"androidmanifesteditorwidget.cpp" "3"
+"androidmanifesteditorwidget.h" "3"
+"androidpackageinstallationstep.cpp" "3"
+"androidpackageinstallationstep.h" "3"
+"androidplugin.cpp" "3"
+"androidplugin.h" "3"
+"androidpotentialkit.cpp" "3"
+"androidpotentialkit.h" "3"
+"androidqmlpreviewworker.cpp" "3"
+"androidqmlpreviewworker.h" "3"
+"androidqmltoolingsupport.cpp" "3"
+"androidqmltoolingsupport.h" "3"
+"androidqtversion.cpp" "3"
+"androidqtversion.h" "3"
+"androidrunconfiguration.cpp" "3"
+"androidrunconfiguration.h" "3"
+"androidruncontrol.cpp" "3"
+"androidruncontrol.h" "3"
+"androidrunner.cpp" "3"
+"androidrunner.h" "3"
+"androidrunnerworker.cpp" "3"
+"androidrunnerworker.h" "3"
+"androidsdkdownloader.cpp" "3"
+"androidsdkdownloader.h" "3"
+"androidsdkmanager.cpp" "3"
+"androidsdkmanager.h" "3"
+"androidsdkmanagerwidget.cpp" "3"
+"androidsdkmanagerwidget.h" "3"
+"androidsdkmodel.cpp" "3"
+"androidsdkmodel.h" "3"
+"androidsdkpackage.cpp" "3"
+"androidsdkpackage.h" "3"
+"androidsettingswidget.cpp" "3"
+"androidsettingswidget.h" "3"
+"androidsignaloperation.cpp" "3"
+"androidsignaloperation.h" "3"
+"androidtoolchain.cpp" "3"
+"androidtoolchain.h" "3"
+"androidtr.h" "3"
+"avddialog.cpp" "3"
+"avddialog.h" "3"
+"avdmanageroutputparser.cpp" "3"
+"avdmanageroutputparser.h" "3"
+"certificatesmodel.cpp" "3"
+"certificatesmodel.h" "3"
+"createandroidmanifestwizard.cpp" "3"
+"createandroidmanifestwizard.h" "3"
+"javaeditor.cpp" "3"
+"javaeditor.h" "3"
+"javaindenter.cpp" "3"
+"javaindenter.h" "3"
+"javalanguageserver.cpp" "3"
+"javalanguageserver.h" "3"
+"javaparser.cpp" "3"
+"javaparser.h" "3"
+"sdkmanageroutputparser.cpp" "3"
+"sdkmanageroutputparser.h" "3"
+"splashscreencontainerwidget.cpp" "3"
+"splashscreencontainerwidget.h" "3"
+"splashscreenwidget.cpp" "3"
+"splashscreenwidget.h" "3"
"AutoTest" "2"
-"autotest.qbs:3" "3"
+"autotest.qbs:1" "3"
"Auto Test Wizard" "3"
-"autotest.qbs:141" "4"
+"autotest.qbs:128" "4"
"Boost Test framework files" "3"
-"autotest.qbs:108" "4"
+"autotest.qbs:97" "4"
"boost" "4"
"boostcodeparser.cpp" "5"
"boostcodeparser.h" "5"
@@ -5264,44 +4572,38 @@
"boosttestparser.h" "5"
"boosttestresult.cpp" "5"
"boosttestresult.h" "5"
-"boosttestsettings.cpp" "5"
-"boosttestsettings.h" "5"
"boosttesttreeitem.cpp" "5"
"boosttesttreeitem.h" "5"
"Catch framework files" "3"
-"autotest.qbs:115" "4"
+"autotest.qbs:104" "4"
"catch" "4"
"catchcodeparser.cpp" "5"
"catchcodeparser.h" "5"
"catchconfiguration.cpp" "5"
"catchconfiguration.h" "5"
-"catchframework.cpp" "5"
-"catchframework.h" "5"
"catchoutputreader.cpp" "5"
"catchoutputreader.h" "5"
"catchresult.cpp" "5"
"catchresult.h" "5"
+"catchtestframework.cpp" "5"
+"catchtestframework.h" "5"
"catchtestparser.cpp" "5"
"catchtestparser.h" "5"
-"catchtestsettings.cpp" "5"
-"catchtestsettings.h" "5"
"catchtreeitem.cpp" "5"
"catchtreeitem.h" "5"
"CTest support files" "3"
-"autotest.qbs:122" "4"
+"autotest.qbs:111" "4"
"ctest" "4"
"ctestconfiguration.cpp" "5"
"ctestconfiguration.h" "5"
"ctestoutputreader.cpp" "5"
"ctestoutputreader.h" "5"
-"ctestsettings.cpp" "5"
-"ctestsettings.h" "5"
"ctesttool.cpp" "5"
"ctesttool.h" "5"
"ctesttreeitem.cpp" "5"
"ctesttreeitem.h" "5"
"Google Test framework files" "3"
-"autotest.qbs:101" "4"
+"autotest.qbs:90" "4"
"gtest" "4"
"gtest_utils.cpp" "5"
"gtest_utils.h" "5"
@@ -5316,17 +4618,15 @@
"gtestparser.h" "5"
"gtestresult.cpp" "5"
"gtestresult.h" "5"
-"gtestsettings.cpp" "5"
-"gtestsettings.h" "5"
"gtesttreeitem.cpp" "5"
"gtesttreeitem.h" "5"
"gtestvisitors.cpp" "5"
"gtestvisitors.h" "5"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"AutoTest.json.in" "4"
"QtTest framework files" "3"
-"autotest.qbs:87" "4"
+"autotest.qbs:76" "4"
"qtest" "4"
"qttest_utils.cpp" "5"
"qttest_utils.h" "5"
@@ -5341,14 +4641,12 @@
"qttestparser.h" "5"
"qttestresult.cpp" "5"
"qttestresult.h" "5"
-"qttestsettings.cpp" "5"
-"qttestsettings.h" "5"
"qttesttreeitem.cpp" "5"
"qttesttreeitem.h" "5"
"qttestvisitors.cpp" "5"
"qttestvisitors.h" "5"
"Quick Test framework files" "3"
-"autotest.qbs:94" "4"
+"autotest.qbs:83" "4"
"quick" "4"
"quicktest_utils.cpp" "5"
"quicktest_utils.h" "5"
@@ -5363,15 +4661,15 @@
"quicktestvisitors.cpp" "5"
"quicktestvisitors.h" "5"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"Test sources" "3"
-"autotest.qbs:129" "4"
+"Unit tests" "3"
+"autotest.qbs:118" "4"
"autotestunittests.cpp" "4"
"autotestunittests.h" "4"
"autotestunittests.qrc" "4"
@@ -5499,8 +4797,6 @@
"autotest.qrc" "3"
"/autotest" "4"
"images" "5"
-"benchmark.png" "6"
-"benchmark@2x.png" "6"
"data.png" "6"
"data@2x.png" "6"
"leafsort.png" "6"
@@ -5517,6 +4813,7 @@
"autotesticons.h" "3"
"autotestplugin.cpp" "3"
"autotestplugin.h" "3"
+"autotesttr.h" "3"
"itemdatacache.h" "3"
"itestframework.cpp" "3"
"itestframework.h" "3"
@@ -5553,7 +4850,6 @@
"testsettings.h" "3"
"testsettingspage.cpp" "3"
"testsettingspage.h" "3"
-"testsettingspage.ui" "3"
"testtreeitem.cpp" "3"
"testtreeitem.h" "3"
"testtreeitemdelegate.cpp" "3"
@@ -5565,14 +4861,14 @@
"AutotoolsProjectManager" "2"
"autotoolsprojectmanager.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"AutotoolsProjectManager.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"autogenstep.cpp" "3"
@@ -5584,8 +4880,8 @@
"autotoolsbuildsystem.cpp" "3"
"autotoolsbuildsystem.h" "3"
"autotoolsprojectconstants.h" "3"
+"autotoolsprojectmanagertr.h" "3"
"autotoolsprojectplugin.cpp" "3"
-"autotoolsprojectplugin.h" "3"
"configurestep.cpp" "3"
"configurestep.h" "3"
"makefileparser.cpp" "3"
@@ -5594,10 +4890,50 @@
"makefileparserthread.h" "3"
"makestep.cpp" "3"
"makestep.h" "3"
+"Axivion" "2"
+"axivion.qbs:3" "3"
+"Generated DTOs" "3"
+"axivion.qbs:35" "4"
+"concat.cpp" "4"
+"concat.h" "4"
+"dto.cpp" "4"
+"dto.h" "4"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"Axivion.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"dashboard" "3"
+"dashboardclient.cpp" "4"
+"dashboardclient.h" "4"
+"axivion.qrc" "3"
+"/axivion" "4"
+"images" "5"
+"axivion.png" "6"
+"axivion@2x.png" "6"
+"axivionoutputpane.cpp" "3"
+"axivionoutputpane.h" "3"
+"axivionplugin.cpp" "3"
+"axivionplugin.h" "3"
+"axivionprojectsettings.cpp" "3"
+"axivionprojectsettings.h" "3"
+"axivionquery.cpp" "3"
+"axivionquery.h" "3"
+"axivionresultparser.cpp" "3"
+"axivionresultparser.h" "3"
+"axivionsettings.cpp" "3"
+"axivionsettings.h" "3"
+"axiviontr.h" "3"
"BareMetal" "2"
"baremetal.qbs:3" "3"
"GDB Servers" "3"
-"baremetal.qbs:40" "4"
+"baremetal.qbs:41" "4"
"eblinkgdbserverprovider.cpp" "4"
"eblinkgdbserverprovider.h" "4"
"gdbserverprovider.cpp" "4"
@@ -5634,6 +4970,7 @@
"baremetalplugin.h" "4"
"baremetalrunconfiguration.cpp" "4"
"baremetalrunconfiguration.h" "4"
+"baremetaltr.h" "4"
"debugserverproviderchooser.cpp" "4"
"debugserverproviderchooser.h" "4"
"debugserverprovidermanager.cpp" "4"
@@ -5655,18 +4992,18 @@
"sdcctoolchain.cpp" "4"
"sdcctoolchain.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"BareMetal.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"UVSC Servers" "3"
-"baremetal.qbs:53" "4"
+"baremetal.qbs:54" "4"
"jlinkuvscserverprovider.cpp" "4"
"jlinkuvscserverprovider.h" "4"
"simulatoruvscserverprovider.cpp" "4"
@@ -5703,21 +5040,20 @@
"Bazaar" "2"
"bazaar.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Bazaar.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
"bazaarclient.cpp" "3"
"bazaarclient.h" "3"
-"bazaarcommitpanel.ui" "3"
"bazaarcommitwidget.cpp" "3"
"bazaarcommitwidget.h" "3"
"bazaareditor.cpp" "3"
@@ -5726,6 +5062,7 @@
"bazaarplugin.h" "3"
"bazaarsettings.cpp" "3"
"bazaarsettings.h" "3"
+"bazaartr.h" "3"
"branchinfo.cpp" "3"
"branchinfo.h" "3"
"commiteditor.cpp" "3"
@@ -5733,87 +5070,61 @@
"constants.h" "3"
"pullorpushdialog.cpp" "3"
"pullorpushdialog.h" "3"
-"pullorpushdialog.ui" "3"
-"revertdialog.ui" "3"
-"uncommitdialog.ui" "3"
"Beautifier" "2"
"beautifier.qbs:3" "3"
"ArtisticStyle" "3"
-"beautifier.qbs:36" "4"
+"beautifier.qbs:31" "4"
"artisticstyle.cpp" "4"
"artisticstyle.h" "4"
-"artisticstyleconstants.h" "4"
-"artisticstyleoptionspage.cpp" "4"
-"artisticstyleoptionspage.h" "4"
-"artisticstyleoptionspage.ui" "4"
-"artisticstylesettings.cpp" "4"
-"artisticstylesettings.h" "4"
"ClangFormat" "3"
-"beautifier.qbs:51" "4"
+"beautifier.qbs:40" "4"
"clangformat.cpp" "4"
"clangformat.h" "4"
-"clangformatconstants.h" "4"
-"clangformatoptionspage.cpp" "4"
-"clangformatoptionspage.h" "4"
-"clangformatoptionspage.ui" "4"
-"clangformatsettings.cpp" "4"
-"clangformatsettings.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Beautifier.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Uncrustify" "3"
-"beautifier.qbs:66" "4"
+"beautifier.qbs:49" "4"
"uncrustify.cpp" "4"
"uncrustify.h" "4"
-"uncrustifyconstants.h" "4"
-"uncrustifyoptionspage.cpp" "4"
-"uncrustifyoptionspage.h" "4"
-"uncrustifyoptionspage.ui" "4"
-"uncrustifysettings.cpp" "4"
-"uncrustifysettings.h" "4"
-"abstractsettings.cpp" "3"
-"abstractsettings.h" "3"
"beautifier.qrc" "3"
"/beautifier" "4"
"images" "5"
"settingscategory_beautifier.png" "6"
"settingscategory_beautifier@2x.png" "6"
-"beautifierabstracttool.h" "3"
"beautifierconstants.h" "3"
"beautifierplugin.cpp" "3"
"beautifierplugin.h" "3"
+"beautifiertool.cpp" "3"
+"beautifiertool.h" "3"
+"beautifiertr.h" "3"
"configurationdialog.cpp" "3"
"configurationdialog.h" "3"
-"configurationdialog.ui" "3"
"configurationeditor.cpp" "3"
"configurationeditor.h" "3"
"configurationpanel.cpp" "3"
"configurationpanel.h" "3"
-"configurationpanel.ui" "3"
-"generaloptionspage.cpp" "3"
-"generaloptionspage.h" "3"
-"generaloptionspage.ui" "3"
"generalsettings.cpp" "3"
"generalsettings.h" "3"
"BinEditor" "2"
"bineditor.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"BinEditor.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"bineditor_global.h" "3"
@@ -5821,36 +5132,15 @@
"bineditorplugin.cpp" "3"
"bineditorplugin.h" "3"
"bineditorservice.h" "3"
+"bineditortr.h" "3"
"bineditorwidget.cpp" "3"
"bineditorwidget.h" "3"
"markup.cpp" "3"
"markup.h" "3"
-"Bookmarks" "2"
-"bookmarks.qbs:3" "3"
-"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"Bookmarks.json.in" "4"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"bookmark.cpp" "3"
-"bookmark.h" "3"
-"bookmarkfilter.cpp" "3"
-"bookmarkfilter.h" "3"
-"bookmarkmanager.cpp" "3"
-"bookmarkmanager.h" "3"
-"bookmarks_global.h" "3"
-"bookmarksplugin.cpp" "3"
-"bookmarksplugin.h" "3"
"Boot2Qt" "2"
"boot2qt.qbs:3" "3"
"Device Detection" "3"
-"boot2qt.qbs:47" "4"
+"boot2qt.qbs:42" "4"
"devicedetector.cpp" "4"
"devicedetector.h" "4"
"hostmessages.cpp" "4"
@@ -5871,14 +5161,10 @@
"qdbdevicesmall.png" "7"
"qdbdevicesmall@2x.png" "7"
"qdbconstants.h" "4"
-"qdbdeployconfigurationfactory.cpp" "4"
-"qdbdeployconfigurationfactory.h" "4"
"qdbdevice.cpp" "4"
"qdbdevice.h" "4"
"qdbdevicedebugsupport.cpp" "4"
"qdbdevicedebugsupport.h" "4"
-"qdbmakedefaultappservice.cpp" "4"
-"qdbmakedefaultappservice.h" "4"
"qdbmakedefaultappstep.cpp" "4"
"qdbmakedefaultappstep.h" "4"
"qdbplugin.cpp" "4"
@@ -5887,190 +5173,58 @@
"qdbqtversion.h" "4"
"qdbrunconfiguration.cpp" "4"
"qdbrunconfiguration.h" "4"
-"qdbstopapplicationservice.cpp" "4"
-"qdbstopapplicationservice.h" "4"
"qdbstopapplicationstep.cpp" "4"
"qdbstopapplicationstep.h" "4"
+"qdbtr.h" "4"
"qdbutils.cpp" "4"
"qdbutils.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Boot2Qt.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"ClangCodeModel" "2"
"clangcodemodel.qbs:4" "3"
-"Other files" "3"
-"clangcodemodel.qbs:134" "4"
-"creator-clang-codemodel.qdoc" "5"
-"README" "4"
-"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"ClangCodeModel.json.in" "4"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"Test resources" "3"
-"clangcodemodel.qbs:126" "4"
-"myheader.h" "4"
-"mysource.cpp" "4"
-"objc_messages_1.mm" "4"
-"objc_messages_2.mm" "4"
-"objc_messages_3.mm" "4"
-"Tests" "3"
-"clangcodemodel.qbs:109" "4"
-"data" "4"
-"clangtestdata.qrc" "5"
-"clangautomationutils.cpp" "4"
-"clangautomationutils.h" "4"
-"clangbatchfileprocessor.cpp" "4"
-"clangbatchfileprocessor.h" "4"
-"clangcodecompletion_test.cpp" "4"
-"clangcodecompletion_test.h" "4"
-"clangdtests.cpp" "4"
-"clangdtests.h" "4"
-"clangactivationsequencecontextprocessor.cpp" "3"
-"clangactivationsequencecontextprocessor.h" "3"
-"clangactivationsequenceprocessor.cpp" "3"
-"clangactivationsequenceprocessor.h" "3"
-"clangassistproposalitem.cpp" "3"
-"clangassistproposalitem.h" "3"
-"clangassistproposalmodel.cpp" "3"
-"clangassistproposalmodel.h" "3"
-"clangbackendcommunicator.cpp" "3"
-"clangbackendcommunicator.h" "3"
-"clangbackendlogging.cpp" "3"
-"clangbackendlogging.h" "3"
-"clangbackendreceiver.cpp" "3"
-"clangbackendreceiver.h" "3"
-"clangbackendsender.cpp" "3"
-"clangbackendsender.h" "3"
-"clangcodemodelplugin.cpp" "3"
-"clangcodemodelplugin.h" "3"
-"clangcompletionassistinterface.cpp" "3"
-"clangcompletionassistinterface.h" "3"
-"clangcompletionassistprocessor.cpp" "3"
-"clangcompletionassistprocessor.h" "3"
-"clangcompletionassistprovider.cpp" "3"
-"clangcompletionassistprovider.h" "3"
-"clangcompletionchunkstotextconverter.cpp" "3"
-"clangcompletionchunkstotextconverter.h" "3"
-"clangcompletioncontextanalyzer.cpp" "3"
-"clangcompletioncontextanalyzer.h" "3"
-"clangconstants.h" "3"
-"clangcurrentdocumentfilter.cpp" "3"
-"clangcurrentdocumentfilter.h" "3"
-"clangdclient.cpp" "3"
-"clangdclient.h" "3"
-"clangdiagnosticfilter.cpp" "3"
-"clangdiagnosticfilter.h" "3"
-"clangdiagnosticmanager.cpp" "3"
-"clangdiagnosticmanager.h" "3"
-"clangdiagnostictooltipwidget.cpp" "3"
-"clangdiagnostictooltipwidget.h" "3"
-"clangdlocatorfilters.cpp" "3"
-"clangdlocatorfilters.h" "3"
-"clangdquickfixfactory.cpp" "3"
-"clangdquickfixfactory.h" "3"
-"clangeditordocumentparser.cpp" "3"
-"clangeditordocumentparser.h" "3"
-"clangeditordocumentprocessor.cpp" "3"
-"clangeditordocumentprocessor.h" "3"
-"clangfixitoperation.cpp" "3"
-"clangfixitoperation.h" "3"
-"clangfixitoperationsextractor.cpp" "3"
-"clangfixitoperationsextractor.h" "3"
-"clangfollowsymbol.cpp" "3"
-"clangfollowsymbol.h" "3"
-"clangfunctionhintmodel.cpp" "3"
-"clangfunctionhintmodel.h" "3"
-"clanghighlightingresultreporter.cpp" "3"
-"clanghighlightingresultreporter.h" "3"
-"clanghoverhandler.cpp" "3"
-"clanghoverhandler.h" "3"
-"clangisdiagnosticrelatedtolocation.h" "3"
-"clangmodelmanagersupport.cpp" "3"
-"clangmodelmanagersupport.h" "3"
-"clangoverviewmodel.cpp" "3"
-"clangoverviewmodel.h" "3"
-"clangpreprocessorassistproposalitem.cpp" "3"
-"clangpreprocessorassistproposalitem.h" "3"
-"clangprojectsettings.cpp" "3"
-"clangprojectsettings.h" "3"
-"clangprojectsettingswidget.cpp" "3"
-"clangprojectsettingswidget.h" "3"
-"clangprojectsettingswidget.ui" "3"
-"clangrefactoringengine.cpp" "3"
-"clangrefactoringengine.h" "3"
-"clangtextmark.cpp" "3"
-"clangtextmark.h" "3"
-"clanguiheaderondiskmanager.cpp" "3"
-"clanguiheaderondiskmanager.h" "3"
-"clangutils.cpp" "3"
-"clangutils.h" "3"
"ClangFormat" "2"
"clangformat.qbs:3" "3"
-"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"ClangFormat.json.in" "4"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"clangformatbaseindenter.cpp" "3"
-"clangformatbaseindenter.h" "3"
-"clangformatchecks.ui" "3"
-"clangformatconfigwidget.cpp" "3"
-"clangformatconfigwidget.h" "3"
-"clangformatconfigwidget.ui" "3"
-"clangformatconstants.h" "3"
-"clangformatfile.cpp" "3"
-"clangformatfile.h" "3"
-"clangformatindenter.cpp" "3"
-"clangformatindenter.h" "3"
-"clangformatplugin.cpp" "3"
-"clangformatplugin.h" "3"
-"clangformatsettings.cpp" "3"
-"clangformatsettings.h" "3"
-"clangformatutils.cpp" "3"
-"clangformatutils.h" "3"
"ClangTools" "2"
"clangtools.qbs:4" "3"
"Other files" "3"
-"clangtools.qbs:106" "4"
+"clangtools.qbs:94" "4"
"creator-clang-static-analyzer.qdoc" "5"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"ClangTools.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Unit test resources" "3"
-"clangtools.qbs:99" "4"
+"clangtools.qbs:87" "4"
"clangtidy_clazy" "4"
"clangtidy_clazy.pro" "5"
"clazy_example.cpp" "5"
"tidy_example.cpp" "5"
+"exported-diagnostics" "4"
+"clang-analyzer.dividezero.cpp" "5"
+"clang-analyzer.dividezero.yaml" "5"
+"clazy.qgetenv.cpp" "5"
+"clazy.qgetenv.yaml" "5"
+"CMakeLists.txt" "5"
+"empty.yaml" "5"
+"main.cpp" "5"
+"tidy.modernize-use-nullptr.cpp" "5"
+"tidy.modernize-use-nullptr.yaml" "5"
"mingw-includes" "4"
"main.cpp" "5"
"mingw-includes.pro" "5"
@@ -6100,7 +5254,7 @@
"stdc++11-includes.pro" "5"
"stdc++11-includes.qbs" "5"
"Unit tests" "3"
-"clangtools.qbs:87" "4"
+"clangtools.qbs:75" "4"
"clangtoolspreconfiguredsessiontests.cpp" "4"
"clangtoolspreconfiguredsessiontests.h" "4"
"clangtoolsunittests.cpp" "4"
@@ -6112,6 +5266,16 @@
"clangtidy_clazy.pro" "8"
"clazy_example.cpp" "8"
"tidy_example.cpp" "8"
+"exported-diagnostics" "7"
+"clang-analyzer.dividezero.cpp" "8"
+"clang-analyzer.dividezero.yaml" "8"
+"clazy.qgetenv.cpp" "8"
+"clazy.qgetenv.yaml" "8"
+"CMakeLists.txt" "8"
+"empty.yaml" "8"
+"main.cpp" "8"
+"tidy.modernize-use-nullptr.cpp" "8"
+"tidy.modernize-use-nullptr.yaml" "8"
"qt-essential-includes" "7"
"main.cpp" "8"
"qt-essential-includes.pro" "8"
@@ -6136,18 +5300,15 @@
"main.cpp" "8"
"stdc++11-includes.pro" "8"
"stdc++11-includes.qbs" "8"
+"readexporteddiagnosticstest.cpp" "4"
+"readexporteddiagnosticstest.h" "4"
"clangfileinfo.h" "3"
"clangfixitsrefactoringchanges.cpp" "3"
"clangfixitsrefactoringchanges.h" "3"
"clangselectablefilesdialog.cpp" "3"
"clangselectablefilesdialog.h" "3"
-"clangselectablefilesdialog.ui" "3"
-"clangtidyclazyrunner.cpp" "3"
-"clangtidyclazyrunner.h" "3"
"clangtool.cpp" "3"
"clangtool.h" "3"
-"clangtoolruncontrol.cpp" "3"
-"clangtoolruncontrol.h" "3"
"clangtoolrunner.cpp" "3"
"clangtoolrunner.h" "3"
"clangtools_global.h" "3"
@@ -6166,12 +5327,11 @@
"clangtoolsprojectsettings.h" "3"
"clangtoolsprojectsettingswidget.cpp" "3"
"clangtoolsprojectsettingswidget.h" "3"
-"clangtoolsprojectsettingswidget.ui" "3"
"clangtoolssettings.cpp" "3"
"clangtoolssettings.h" "3"
+"clangtoolstr.h" "3"
"clangtoolsutils.cpp" "3"
"clangtoolsutils.h" "3"
-"clazychecks.ui" "3"
"diagnosticconfigswidget.cpp" "3"
"diagnosticconfigswidget.h" "3"
"diagnosticmark.cpp" "3"
@@ -6184,27 +5344,23 @@
"executableinfo.h" "3"
"filterdialog.cpp" "3"
"filterdialog.h" "3"
-"filterdialog.ui" "3"
"runsettingswidget.cpp" "3"
"runsettingswidget.h" "3"
-"runsettingswidget.ui" "3"
"settingswidget.cpp" "3"
"settingswidget.h" "3"
-"settingswidget.ui" "3"
-"tidychecks.ui" "3"
"virtualfilesystemoverlay.cpp" "3"
"virtualfilesystemoverlay.h" "3"
"ClassView" "2"
"classview.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"ClassView.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"classviewconstants.h" "3"
@@ -6224,6 +5380,7 @@
"classviewsymbolinformation.h" "3"
"classviewsymbollocation.cpp" "3"
"classviewsymbollocation.h" "3"
+"classviewtr.h" "3"
"classviewtreeitemmodel.cpp" "3"
"classviewtreeitemmodel.h" "3"
"classviewutils.cpp" "3"
@@ -6231,14 +5388,14 @@
"ClearCase" "2"
"clearcase.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"ClearCase.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"activityselector.cpp" "3"
@@ -6247,7 +5404,6 @@
"annotationhighlighter.h" "3"
"checkoutdialog.cpp" "3"
"checkoutdialog.h" "3"
-"checkoutdialog.ui" "3"
"clearcaseconstants.h" "3"
"clearcaseeditor.cpp" "3"
"clearcaseeditor.h" "3"
@@ -6261,29 +5417,40 @@
"clearcasesubmiteditorwidget.h" "3"
"clearcasesync.cpp" "3"
"clearcasesync.h" "3"
+"clearcasetr.h" "3"
"settingspage.cpp" "3"
"settingspage.h" "3"
-"settingspage.ui" "3"
-"undocheckout.ui" "3"
"versionselector.cpp" "3"
"versionselector.h" "3"
-"versionselector.ui" "3"
"CMakeProjectManager" "2"
"cmakeprojectmanager.qbs:3" "3"
+"3rdparty" "3"
+"cmakeprojectmanager.qbs:92" "4"
+"cmake" "4"
+"cmListFileCache.cxx" "5"
+"cmListFileCache.h" "5"
+"cmListFileLexer.cxx" "5"
+"cmListFileLexer.h" "5"
+"cmStandardLexer.h" "5"
+"rstparser" "4"
+"rstparser.cc" "5"
+"rstparser.h" "5"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"CMakeProjectManager.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"builddirparameters.cpp" "3"
"builddirparameters.h" "3"
"cmake_global.h" "3"
+"cmakeabstractprocessstep.cpp" "3"
+"cmakeabstractprocessstep.h" "3"
"cmakeautocompleter.cpp" "3"
"cmakeautocompleter.h" "3"
"cmakebuildconfiguration.cpp" "3"
@@ -6299,10 +5466,14 @@
"cmakeeditor.h" "3"
"cmakefilecompletionassist.cpp" "3"
"cmakefilecompletionassist.h" "3"
+"cmakeformatter.cpp" "3"
+"cmakeformatter.h" "3"
"cmakeindenter.cpp" "3"
"cmakeindenter.h" "3"
-"cmakekitinformation.cpp" "3"
-"cmakekitinformation.h" "3"
+"cmakeinstallstep.cpp" "3"
+"cmakeinstallstep.h" "3"
+"cmakekitaspect.cpp" "3"
+"cmakekitaspect.h" "3"
"cmakelocatorfilter.cpp" "3"
"cmakelocatorfilter.h" "3"
"cmakeparser.cpp" "3"
@@ -6316,11 +5487,14 @@
"images" "5"
"fileoverlay_cmake.png" "6"
"fileoverlay_cmake@2x.png" "6"
+"settingscategory_cmakeprojectmanager.png" "6"
+"settingscategory_cmakeprojectmanager@2x.png" "6"
"cmakeprojectconstants.h" "3"
"cmakeprojectimporter.cpp" "3"
"cmakeprojectimporter.h" "3"
"cmakeprojectmanager.cpp" "3"
"cmakeprojectmanager.h" "3"
+"cmakeprojectmanagertr.h" "3"
"cmakeprojectnodes.cpp" "3"
"cmakeprojectnodes.h" "3"
"cmakeprojectplugin.cpp" "3"
@@ -6345,26 +5519,47 @@
"fileapiparser.h" "3"
"fileapireader.cpp" "3"
"fileapireader.h" "3"
+"presetsmacros.cpp" "3"
+"presetsmacros.h" "3"
+"presetsparser.cpp" "3"
+"presetsparser.h" "3"
"projecttreehelper.cpp" "3"
"projecttreehelper.h" "3"
+"Coco" "2"
+"coco.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"Coco.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"cocolanguageclient.cpp" "3"
+"cocolanguageclient.h" "3"
+"cocoplugin.cpp" "3"
+"cocoplugin.h" "3"
"CodePaster" "2"
"cpaster.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"CodePaster.json.in" "4"
"Shared" "3"
-"cpaster.qbs:47" "4"
+"cpaster.qbs:45" "4"
"." "4"
"cgi.cpp" "5"
"cgi.h" "5"
"splitter.cpp" "5"
"splitter.h" "5"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"columnindicatortextedit.cpp" "3"
@@ -6377,6 +5572,7 @@
"cpasterconstants.h" "3"
"cpasterplugin.cpp" "3"
"cpasterplugin.h" "3"
+"cpastertr.h" "3"
"dpastedotcomprotocol.cpp" "3"
"dpastedotcomprotocol.h" "3"
"fileshareprotocol.cpp" "3"
@@ -6385,13 +5581,10 @@
"fileshareprotocolsettingspage.h" "3"
"pastebindotcomprotocol.cpp" "3"
"pastebindotcomprotocol.h" "3"
-"pastebindotcomsettings.ui" "3"
-"pasteselect.ui" "3"
"pasteselectdialog.cpp" "3"
"pasteselectdialog.h" "3"
"pasteview.cpp" "3"
"pasteview.h" "3"
-"pasteview.ui" "3"
"protocol.cpp" "3"
"protocol.h" "3"
"settings.cpp" "3"
@@ -6403,23 +5596,23 @@
"CompilationDatabaseProjectManager" "2"
"compilationdatabaseprojectmanager.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"CompilationDatabaseProjectManager.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Test resources" "3"
-"compilationdatabaseprojectmanager.qbs:34" "4"
+"compilationdatabaseprojectmanager.qbs:32" "4"
"llvm" "4"
"compile_commands.json" "5"
"qtc" "4"
"compile_commands.json" "5"
-"Tests" "3"
+"Unit tests" "3"
"compilationdatabaseprojectmanager.qbs:24" "4"
"compilationdatabasetests.cpp" "4"
"compilationdatabasetests.h" "4"
@@ -6439,398 +5632,484 @@
"compilationdatabaseutils.h" "3"
"compilationdbparser.cpp" "3"
"compilationdbparser.h" "3"
-"Conan" "2"
-"conan.qbs:3" "3"
+"CompilerExplorer" "2"
+"compilerexplorer.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"Conan.json.in" "4"
+"QtcPlugin.qbs:39" "4"
+"CompilerExplorer.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"api" "3"
+"compile.cpp" "4"
+"compile.h" "4"
+"compiler.cpp" "4"
+"compiler.h" "4"
+"compilerexplorerapi.h" "4"
+"config.h" "4"
+"language.cpp" "4"
+"language.h" "4"
+"library.cpp" "4"
+"library.h" "4"
+"request.h" "4"
+"logos" "3"
+"logos.qrc" "4"
+"/compilerexplorer/logos" "5"
+"ce.ico" "6"
+"compilerexplorer.qrc" "3"
+"/compilerexplorer/wizard" "4"
+"wizard" "5"
+"cpp" "6"
+"file.qtce" "7"
+"wizard.json" "7"
+"python" "6"
+"file.qtce" "7"
+"wizard.json" "7"
+"compilerexploreraspects.cpp" "3"
+"compilerexploreraspects.h" "3"
+"compilerexplorerconstants.h" "3"
+"compilerexplorereditor.cpp" "3"
+"compilerexplorereditor.h" "3"
+"compilerexploreroptions.cpp" "3"
+"compilerexploreroptions.h" "3"
+"compilerexplorerplugin.cpp" "3"
+"compilerexplorersettings.cpp" "3"
+"compilerexplorersettings.h" "3"
+"compilerexplorertr.h" "3"
+"Conan" "2"
+"conan.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"Conan.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"conanconstants.h" "3"
"conaninstallstep.cpp" "3"
"conaninstallstep.h" "3"
"conanplugin.cpp" "3"
-"conanplugin.h" "3"
"conansettings.cpp" "3"
"conansettings.h" "3"
+"conantr.h" "3"
+"Copilot" "2"
+"copilot.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"Copilot.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"requests" "3"
+"checkstatus.h" "4"
+"getcompletions.h" "4"
+"signinconfirm.h" "4"
+"signininitiate.h" "4"
+"signout.h" "4"
+"authwidget.cpp" "3"
+"authwidget.h" "3"
+"copilot.qrc" "3"
+"/copilot" "4"
+"images" "5"
+"copilot.png" "6"
+"copilot@2x.png" "6"
+"settingscategory_copilot.png" "6"
+"settingscategory_copilot@2x.png" "6"
+"copilotclient.cpp" "3"
+"copilotclient.h" "3"
+"copilotconstants.h" "3"
+"copilothoverhandler.cpp" "3"
+"copilothoverhandler.h" "3"
+"copilotplugin.cpp" "3"
+"copilotplugin.h" "3"
+"copilotprojectpanel.cpp" "3"
+"copilotprojectpanel.h" "3"
+"copilotsettings.cpp" "3"
+"copilotsettings.h" "3"
+"copilotsuggestion.cpp" "3"
+"copilotsuggestion.h" "3"
"Core" "2"
-"coreplugin.qbs:5" "3"
-"Core" "3"
-"coreplugin.qbs:8" "4"
-"Action Manager" "4"
-"coreplugin.qbs:179" "5"
-"actioncontainer.cpp" "5"
-"actioncontainer.h" "5"
-"actionmanager.cpp" "5"
-"actionmanager.h" "5"
-"command.cpp" "5"
-"command.h" "5"
-"commandbutton.cpp" "5"
-"commandbutton.h" "5"
-"commandmappings.cpp" "5"
-"commandmappings.h" "5"
-"commandsfile.cpp" "5"
-"commandsfile.h" "5"
-"Dialogs" "4"
-"coreplugin.qbs:192" "5"
-"addtovcsdialog.cpp" "5"
-"addtovcsdialog.h" "5"
-"addtovcsdialog.ui" "5"
-"codecselector.cpp" "5"
-"codecselector.h" "5"
-"externaltoolconfig.cpp" "5"
-"externaltoolconfig.h" "5"
-"externaltoolconfig.ui" "5"
-"filepropertiesdialog.cpp" "5"
-"filepropertiesdialog.h" "5"
-"filepropertiesdialog.ui" "5"
-"ioptionspage.cpp" "5"
-"ioptionspage.h" "5"
-"newdialog.cpp" "5"
-"newdialog.h" "5"
-"newdialog.ui" "5"
-"newdialogwidget.cpp" "5"
-"newdialogwidget.h" "5"
-"openwithdialog.cpp" "5"
-"openwithdialog.h" "5"
-"openwithdialog.ui" "5"
-"promptoverwritedialog.cpp" "5"
-"promptoverwritedialog.h" "5"
-"readonlyfilesdialog.cpp" "5"
-"readonlyfilesdialog.h" "5"
-"readonlyfilesdialog.ui" "5"
-"restartdialog.cpp" "5"
-"restartdialog.h" "5"
-"saveitemsdialog.cpp" "5"
-"saveitemsdialog.h" "5"
-"saveitemsdialog.ui" "5"
-"settingsdialog.cpp" "5"
-"settingsdialog.h" "5"
-"shortcutsettings.cpp" "5"
-"shortcutsettings.h" "5"
-"Editor Manager" "4"
-"coreplugin.qbs:213" "5"
-"documentmodel.cpp" "5"
-"documentmodel.h" "5"
-"editorarea.cpp" "5"
-"editorarea.h" "5"
-"editormanager.cpp" "5"
-"editormanager.h" "5"
-"editorview.cpp" "5"
-"editorview.h" "5"
-"editorwindow.cpp" "5"
-"editorwindow.h" "5"
-"ieditor.cpp" "5"
-"ieditor.h" "5"
-"ieditorfactory.cpp" "5"
-"ieditorfactory.h" "5"
-"iexternaleditor.cpp" "5"
-"iexternaleditor.h" "5"
-"openeditorsview.cpp" "5"
-"openeditorsview.h" "5"
-"openeditorswindow.cpp" "5"
-"openeditorswindow.h" "5"
-"systemeditor.cpp" "5"
-"systemeditor.h" "5"
-"Find" "4"
-"coreplugin.qbs:280" "5"
-"basetextfind.cpp" "5"
-"basetextfind.h" "5"
-"currentdocumentfind.cpp" "5"
-"currentdocumentfind.h" "5"
-"find.qrc" "5"
-"/find" "6"
-"images" "7"
-"casesensitively.png" "8"
-"casesensitively@2x.png" "8"
-"expand.png" "8"
-"expand@2x.png" "8"
-"preservecase.png" "8"
-"preservecase@2x.png" "8"
-"regexp.png" "8"
-"regexp@2x.png" "8"
-"wholewords.png" "8"
-"wholewords@2x.png" "8"
-"wrapindicator.png" "8"
-"wrapindicator@2x.png" "8"
-"finddialog.ui" "5"
-"findplugin.cpp" "5"
-"findplugin.h" "5"
-"findtoolbar.cpp" "5"
-"findtoolbar.h" "5"
-"findtoolwindow.cpp" "5"
-"findtoolwindow.h" "5"
-"findwidget.ui" "5"
-"highlightscrollbarcontroller.cpp" "5"
-"highlightscrollbarcontroller.h" "5"
-"ifindfilter.cpp" "5"
-"ifindfilter.h" "5"
-"ifindsupport.cpp" "5"
-"ifindsupport.h" "5"
-"itemviewfind.cpp" "5"
-"itemviewfind.h" "5"
-"optionspopup.cpp" "5"
-"optionspopup.h" "5"
-"searchresultcolor.h" "5"
-"searchresultitem.h" "5"
-"searchresulttreeitemdelegate.cpp" "5"
-"searchresulttreeitemdelegate.h" "5"
-"searchresulttreeitemroles.h" "5"
-"searchresulttreeitems.cpp" "5"
-"searchresulttreeitems.h" "5"
-"searchresulttreemodel.cpp" "5"
-"searchresulttreemodel.h" "5"
-"searchresulttreeview.cpp" "5"
-"searchresulttreeview.h" "5"
-"searchresultwidget.cpp" "5"
-"searchresultwidget.h" "5"
-"searchresultwindow.cpp" "5"
-"searchresultwindow.h" "5"
-"textfindconstants.h" "5"
-"General" "4"
-"coreplugin.qbs:31" "5"
-"basefilewizard.cpp" "5"
-"basefilewizard.h" "5"
-"basefilewizardfactory.cpp" "5"
-"basefilewizardfactory.h" "5"
-"core.qrc" "5"
-"/core" "6"
-"images" "7"
-"qtcreatorlogo-big.png" "8"
-"qtcreatorlogo-big@2x.png" "8"
-"settingscategory_core.png" "8"
-"settingscategory_core@2x.png" "8"
-"settingscategory_design.png" "8"
-"settingscategory_design@2x.png" "8"
-"coreconstants.h" "5"
-"coreicons.cpp" "5"
-"coreicons.h" "5"
-"corejsextensions.cpp" "5"
-"corejsextensions.h" "5"
-"coreplugin.cpp" "5"
-"coreplugin.h" "5"
-"designmode.cpp" "5"
-"designmode.h" "5"
-"diffservice.cpp" "5"
-"diffservice.h" "5"
-"documentmanager.cpp" "5"
-"documentmanager.h" "5"
-"editmode.cpp" "5"
-"editmode.h" "5"
-"editortoolbar.cpp" "5"
-"editortoolbar.h" "5"
-"externaltool.cpp" "5"
-"externaltool.h" "5"
-"externaltoolmanager.cpp" "5"
-"externaltoolmanager.h" "5"
-"fancyactionbar.cpp" "5"
-"fancyactionbar.h" "5"
-"fancyactionbar.qrc" "5"
-"/fancyactionbar" "6"
-"images" "7"
-"mode_design_mask.png" "8"
-"mode_design_mask@2x.png" "8"
-"mode_edit_mask.png" "8"
-"mode_edit_mask@2x.png" "8"
-"fancytabwidget.cpp" "5"
-"fancytabwidget.h" "5"
-"featureprovider.cpp" "5"
-"featureprovider.h" "5"
-"fileiconprovider.cpp" "5"
-"fileiconprovider.h" "5"
-"fileutils.cpp" "5"
-"fileutils.h" "5"
-"findplaceholder.cpp" "5"
-"findplaceholder.h" "5"
-"generalsettings.cpp" "5"
-"generalsettings.h" "5"
-"generalsettings.ui" "5"
-"generatedfile.cpp" "5"
-"generatedfile.h" "5"
-"helpitem.cpp" "5"
-"helpitem.h" "5"
-"helpmanager.cpp" "5"
-"helpmanager.h" "5"
-"icontext.cpp" "5"
-"icontext.h" "5"
-"icore.cpp" "5"
-"icore.h" "5"
-"idocument.cpp" "5"
-"idocument.h" "5"
-"idocumentfactory.cpp" "5"
-"idocumentfactory.h" "5"
-"ifilewizardextension.h" "5"
-"imode.cpp" "5"
-"imode.h" "5"
-"inavigationwidgetfactory.cpp" "5"
-"inavigationwidgetfactory.h" "5"
-"ioutputpane.cpp" "5"
-"ioutputpane.h" "5"
-"iversioncontrol.cpp" "5"
-"iversioncontrol.h" "5"
-"iwelcomepage.cpp" "5"
-"iwelcomepage.h" "5"
-"iwizardfactory.cpp" "5"
-"iwizardfactory.h" "5"
-"jsexpander.cpp" "5"
-"jsexpander.h" "5"
-"mainwindow.cpp" "5"
-"mainwindow.h" "5"
-"manhattanstyle.cpp" "5"
-"manhattanstyle.h" "5"
-"menubarfilter.cpp" "5"
-"menubarfilter.h" "5"
-"messagebox.cpp" "5"
-"messagebox.h" "5"
-"messagemanager.cpp" "5"
-"messagemanager.h" "5"
-"messageoutputwindow.cpp" "5"
-"messageoutputwindow.h" "5"
-"mimetypemagicdialog.cpp" "5"
-"mimetypemagicdialog.h" "5"
-"mimetypemagicdialog.ui" "5"
-"mimetypesettings.cpp" "5"
-"mimetypesettings.h" "5"
-"mimetypesettingspage.ui" "5"
-"minisplitter.cpp" "5"
-"minisplitter.h" "5"
-"modemanager.cpp" "5"
-"modemanager.h" "5"
-"navigationsubwidget.cpp" "5"
-"navigationsubwidget.h" "5"
-"navigationwidget.cpp" "5"
-"navigationwidget.h" "5"
-"opendocumentstreeview.cpp" "5"
-"opendocumentstreeview.h" "5"
-"outputpane.cpp" "5"
-"outputpane.h" "5"
-"outputpanemanager.cpp" "5"
-"outputpanemanager.h" "5"
-"outputwindow.cpp" "5"
-"outputwindow.h" "5"
-"patchtool.cpp" "5"
-"patchtool.h" "5"
-"plugindialog.cpp" "5"
-"plugindialog.h" "5"
-"plugininstallwizard.cpp" "5"
-"plugininstallwizard.h" "5"
-"rightpane.cpp" "5"
-"rightpane.h" "5"
-"settingsdatabase.cpp" "5"
-"settingsdatabase.h" "5"
-"shellcommand.cpp" "5"
-"shellcommand.h" "5"
-"sidebar.cpp" "5"
-"sidebar.h" "5"
-"sidebarwidget.cpp" "5"
-"sidebarwidget.h" "5"
-"statusbarmanager.cpp" "5"
-"statusbarmanager.h" "5"
-"styleanimator.cpp" "5"
-"styleanimator.h" "5"
-"systemsettings.cpp" "5"
-"systemsettings.h" "5"
-"systemsettings.ui" "5"
-"textdocument.cpp" "5"
-"textdocument.h" "5"
-"themechooser.cpp" "5"
-"themechooser.h" "5"
-"vcsmanager.cpp" "5"
-"vcsmanager.h" "5"
-"versiondialog.cpp" "5"
-"versiondialog.h" "5"
-"welcomepagehelper.cpp" "5"
-"welcomepagehelper.h" "5"
-"windowsupport.cpp" "5"
-"windowsupport.h" "5"
-"Locator" "4"
-"coreplugin.qbs:326" "5"
-"basefilefilter.cpp" "5"
-"basefilefilter.h" "5"
-"commandlocator.cpp" "5"
-"commandlocator.h" "5"
-"directoryfilter.cpp" "5"
-"directoryfilter.h" "5"
-"directoryfilter.ui" "5"
-"executefilter.cpp" "5"
-"executefilter.h" "5"
-"externaltoolsfilter.cpp" "5"
-"externaltoolsfilter.h" "5"
-"filesystemfilter.cpp" "5"
-"filesystemfilter.h" "5"
-"filesystemfilter.ui" "5"
-"ilocatorfilter.cpp" "5"
-"ilocatorfilter.h" "5"
-"javascriptfilter.cpp" "5"
-"javascriptfilter.h" "5"
-"locator.cpp" "5"
-"locator.h" "5"
-"locatorconstants.h" "5"
-"locatorfiltersfilter.cpp" "5"
-"locatorfiltersfilter.h" "5"
-"locatormanager.cpp" "5"
-"locatormanager.h" "5"
-"locatorsearchutils.cpp" "5"
-"locatorsearchutils.h" "5"
-"locatorsettingspage.cpp" "5"
-"locatorsettingspage.h" "5"
-"locatorsettingspage.ui" "5"
-"locatorwidget.cpp" "5"
-"locatorwidget.h" "5"
-"opendocumentsfilter.cpp" "5"
-"opendocumentsfilter.h" "5"
-"spotlightlocatorfilter.cpp" "5"
-"spotlightlocatorfilter.h" "5"
-"urllocatorfilter.cpp" "5"
-"urllocatorfilter.h" "5"
-"urllocatorfilter.ui" "5"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"Core.json.in" "5"
-"Progress Manager" "4"
-"coreplugin.qbs:231" "5"
-"futureprogress.cpp" "5"
-"futureprogress.h" "5"
-"progressbar.cpp" "5"
-"progressbar.h" "5"
-"progressmanager.cpp" "5"
-"progressmanager.h" "5"
-"progressview.cpp" "5"
-"progressview.h" "5"
-"ProgressManager_mac" "4"
-"coreplugin.qbs:250" "5"
-"progressmanager" "5"
-"progressmanager_mac.mm" "6"
-"ProgressManager_win" "4"
-"coreplugin.qbs:242" "5"
-"progressmanager" "5"
-"progressmanager_win.cpp" "6"
-"ProgressManager_x11" "4"
-"coreplugin.qbs:258" "5"
-"progressmanager" "5"
-"progressmanager_x11.cpp" "6"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"Tests" "4"
-"coreplugin.qbs:266" "5"
-"locator" "5"
-"locator_test.cpp" "6"
-"locatorfiltertest.cpp" "6"
-"locatorfiltertest.h" "6"
-"testdatadir.cpp" "5"
-"testdatadir.h" "5"
+"coreplugin.qbs:4" "3"
+"Action Manager" "3"
+"coreplugin.qbs:182" "4"
+"actioncontainer.cpp" "4"
+"actioncontainer.h" "4"
+"actionmanager.cpp" "4"
+"actionmanager.h" "4"
+"command.cpp" "4"
+"command.h" "4"
+"commandbutton.cpp" "4"
+"commandbutton.h" "4"
+"commandmappings.cpp" "4"
+"commandmappings.h" "4"
+"commandsfile.cpp" "4"
+"commandsfile.h" "4"
+"Dialogs" "3"
+"coreplugin.qbs:195" "4"
+"addtovcsdialog.cpp" "4"
+"addtovcsdialog.h" "4"
+"codecselector.cpp" "4"
+"codecselector.h" "4"
+"externaltoolconfig.cpp" "4"
+"externaltoolconfig.h" "4"
+"filepropertiesdialog.cpp" "4"
+"filepropertiesdialog.h" "4"
+"ioptionspage.cpp" "4"
+"ioptionspage.h" "4"
+"newdialog.cpp" "4"
+"newdialog.h" "4"
+"newdialogwidget.cpp" "4"
+"newdialogwidget.h" "4"
+"openwithdialog.cpp" "4"
+"openwithdialog.h" "4"
+"promptoverwritedialog.cpp" "4"
+"promptoverwritedialog.h" "4"
+"readonlyfilesdialog.cpp" "4"
+"readonlyfilesdialog.h" "4"
+"restartdialog.cpp" "4"
+"restartdialog.h" "4"
+"saveitemsdialog.cpp" "4"
+"saveitemsdialog.h" "4"
+"settingsdialog.cpp" "4"
+"settingsdialog.h" "4"
+"shortcutsettings.cpp" "4"
+"shortcutsettings.h" "4"
+"Editor Manager" "3"
+"coreplugin.qbs:216" "4"
+"documentmodel.cpp" "4"
+"documentmodel.h" "4"
+"editorarea.cpp" "4"
+"editorarea.h" "4"
+"editormanager.cpp" "4"
+"editormanager.h" "4"
+"editorview.cpp" "4"
+"editorview.h" "4"
+"editorwindow.cpp" "4"
+"editorwindow.h" "4"
+"ieditor.cpp" "4"
+"ieditor.h" "4"
+"ieditorfactory.cpp" "4"
+"ieditorfactory.h" "4"
+"openeditorsview.cpp" "4"
+"openeditorsview.h" "4"
+"openeditorswindow.cpp" "4"
+"openeditorswindow.h" "4"
+"systemeditor.cpp" "4"
+"systemeditor.h" "4"
+"Find" "3"
+"coreplugin.qbs:282" "4"
+"basetextfind.cpp" "4"
+"basetextfind.h" "4"
+"currentdocumentfind.cpp" "4"
+"currentdocumentfind.h" "4"
+"find.qrc" "4"
+"/find" "5"
+"images" "6"
+"casesensitively.png" "7"
+"casesensitively@2x.png" "7"
+"expand.png" "7"
+"expand@2x.png" "7"
+"preservecase.png" "7"
+"preservecase@2x.png" "7"
+"regexp.png" "7"
+"regexp@2x.png" "7"
+"wholewords.png" "7"
+"wholewords@2x.png" "7"
+"wrapindicator.png" "7"
+"wrapindicator@2x.png" "7"
+"findplugin.cpp" "4"
+"findplugin.h" "4"
+"findtoolbar.cpp" "4"
+"findtoolbar.h" "4"
+"findtoolwindow.cpp" "4"
+"findtoolwindow.h" "4"
+"highlightscrollbarcontroller.cpp" "4"
+"highlightscrollbarcontroller.h" "4"
+"ifindfilter.cpp" "4"
+"ifindfilter.h" "4"
+"ifindsupport.cpp" "4"
+"ifindsupport.h" "4"
+"itemviewfind.cpp" "4"
+"itemviewfind.h" "4"
+"optionspopup.cpp" "4"
+"optionspopup.h" "4"
+"searchresulttreeitemdelegate.cpp" "4"
+"searchresulttreeitemdelegate.h" "4"
+"searchresulttreeitemroles.h" "4"
+"searchresulttreeitems.cpp" "4"
+"searchresulttreeitems.h" "4"
+"searchresulttreemodel.cpp" "4"
+"searchresulttreemodel.h" "4"
+"searchresulttreeview.cpp" "4"
+"searchresulttreeview.h" "4"
+"searchresultwidget.cpp" "4"
+"searchresultwidget.h" "4"
+"searchresultwindow.cpp" "4"
+"searchresultwindow.h" "4"
+"textfindconstants.h" "4"
+"General" "3"
+"coreplugin.qbs:27" "4"
+"actionsfilter.cpp" "4"
+"actionsfilter.h" "4"
+"basefilewizard.cpp" "4"
+"basefilewizard.h" "4"
+"basefilewizardfactory.cpp" "4"
+"basefilewizardfactory.h" "4"
+"core.qrc" "4"
+"/core" "5"
+"images" "6"
+"qtlogo.png" "7"
+"qtlogo@2x.png" "7"
+"settingscategory_core.png" "7"
+"settingscategory_core@2x.png" "7"
+"settingscategory_design.png" "7"
+"settingscategory_design@2x.png" "7"
+"coreconstants.h" "4"
+"coreicons.cpp" "4"
+"coreicons.h" "4"
+"corejsextensions.cpp" "4"
+"corejsextensions.h" "4"
+"coreplugin.cpp" "4"
+"coreplugin.h" "4"
+"coreplugintr.h" "4"
+"designmode.cpp" "4"
+"designmode.h" "4"
+"diffservice.cpp" "4"
+"diffservice.h" "4"
+"documentmanager.cpp" "4"
+"documentmanager.h" "4"
+"editmode.cpp" "4"
+"editmode.h" "4"
+"editortoolbar.cpp" "4"
+"editortoolbar.h" "4"
+"externaltool.cpp" "4"
+"externaltool.h" "4"
+"externaltoolmanager.cpp" "4"
+"externaltoolmanager.h" "4"
+"fancyactionbar.cpp" "4"
+"fancyactionbar.h" "4"
+"fancyactionbar.qrc" "4"
+"/fancyactionbar" "5"
+"images" "6"
+"mode_Design.png" "7"
+"mode_Design@2x.png" "7"
+"mode_Edit.png" "7"
+"mode_Edit@2x.png" "7"
+"fancytabwidget.cpp" "4"
+"fancytabwidget.h" "4"
+"featureprovider.cpp" "4"
+"featureprovider.h" "4"
+"fileutils.cpp" "4"
+"fileutils.h" "4"
+"findplaceholder.cpp" "4"
+"findplaceholder.h" "4"
+"foldernavigationwidget.cpp" "4"
+"foldernavigationwidget.h" "4"
+"generalsettings.cpp" "4"
+"generalsettings.h" "4"
+"generatedfile.cpp" "4"
+"generatedfile.h" "4"
+"helpitem.cpp" "4"
+"helpitem.h" "4"
+"helpmanager.cpp" "4"
+"helpmanager.h" "4"
+"icontext.cpp" "4"
+"icontext.h" "4"
+"icore.cpp" "4"
+"icore.h" "4"
+"idocument.cpp" "4"
+"idocument.h" "4"
+"idocumentfactory.cpp" "4"
+"idocumentfactory.h" "4"
+"ifilewizardextension.h" "4"
+"imode.cpp" "4"
+"imode.h" "4"
+"inavigationwidgetfactory.cpp" "4"
+"inavigationwidgetfactory.h" "4"
+"ioutputpane.cpp" "4"
+"ioutputpane.h" "4"
+"iversioncontrol.cpp" "4"
+"iversioncontrol.h" "4"
+"iwelcomepage.cpp" "4"
+"iwelcomepage.h" "4"
+"iwizardfactory.cpp" "4"
+"iwizardfactory.h" "4"
+"jsexpander.cpp" "4"
+"jsexpander.h" "4"
+"loggingviewer.cpp" "4"
+"loggingviewer.h" "4"
+"manhattanstyle.cpp" "4"
+"manhattanstyle.h" "4"
+"messagebox.cpp" "4"
+"messagebox.h" "4"
+"messagemanager.cpp" "4"
+"messagemanager.h" "4"
+"messageoutputwindow.cpp" "4"
+"messageoutputwindow.h" "4"
+"mimetypemagicdialog.cpp" "4"
+"mimetypemagicdialog.h" "4"
+"mimetypesettings.cpp" "4"
+"mimetypesettings.h" "4"
+"minisplitter.cpp" "4"
+"minisplitter.h" "4"
+"modemanager.cpp" "4"
+"modemanager.h" "4"
+"navigationsubwidget.cpp" "4"
+"navigationsubwidget.h" "4"
+"navigationwidget.cpp" "4"
+"navigationwidget.h" "4"
+"opendocumentstreeview.cpp" "4"
+"opendocumentstreeview.h" "4"
+"outputpane.cpp" "4"
+"outputpane.h" "4"
+"outputpanemanager.cpp" "4"
+"outputpanemanager.h" "4"
+"outputwindow.cpp" "4"
+"outputwindow.h" "4"
+"patchtool.cpp" "4"
+"patchtool.h" "4"
+"plugindialog.cpp" "4"
+"plugindialog.h" "4"
+"plugininstallwizard.cpp" "4"
+"plugininstallwizard.h" "4"
+"rightpane.cpp" "4"
+"rightpane.h" "4"
+"session.cpp" "4"
+"session.h" "4"
+"sessiondialog.cpp" "4"
+"sessiondialog.h" "4"
+"sessionmodel.cpp" "4"
+"sessionmodel.h" "4"
+"sessionview.cpp" "4"
+"sessionview.h" "4"
+"settingsdatabase.cpp" "4"
+"settingsdatabase.h" "4"
+"sidebar.cpp" "4"
+"sidebar.h" "4"
+"sidebarwidget.cpp" "4"
+"sidebarwidget.h" "4"
+"statusbarmanager.cpp" "4"
+"statusbarmanager.h" "4"
+"systemsettings.cpp" "4"
+"systemsettings.h" "4"
+"textdocument.cpp" "4"
+"textdocument.h" "4"
+"themechooser.cpp" "4"
+"themechooser.h" "4"
+"vcsmanager.cpp" "4"
+"vcsmanager.h" "4"
+"versiondialog.cpp" "4"
+"versiondialog.h" "4"
+"welcomepagehelper.cpp" "4"
+"welcomepagehelper.h" "4"
+"windowsupport.cpp" "4"
+"windowsupport.h" "4"
+"Locator" "3"
+"coreplugin.qbs:324" "4"
+"commandlocator.cpp" "4"
+"commandlocator.h" "4"
+"directoryfilter.cpp" "4"
+"directoryfilter.h" "4"
+"executefilter.cpp" "4"
+"executefilter.h" "4"
+"externaltoolsfilter.cpp" "4"
+"externaltoolsfilter.h" "4"
+"filesystemfilter.cpp" "4"
+"filesystemfilter.h" "4"
+"ilocatorfilter.cpp" "4"
+"ilocatorfilter.h" "4"
+"javascriptfilter.cpp" "4"
+"javascriptfilter.h" "4"
+"locator.cpp" "4"
+"locator.h" "4"
+"locatorconstants.h" "4"
+"locatorfiltersfilter.cpp" "4"
+"locatorfiltersfilter.h" "4"
+"locatormanager.cpp" "4"
+"locatormanager.h" "4"
+"locatorsettingspage.cpp" "4"
+"locatorsettingspage.h" "4"
+"locatorwidget.cpp" "4"
+"locatorwidget.h" "4"
+"opendocumentsfilter.cpp" "4"
+"opendocumentsfilter.h" "4"
+"spotlightlocatorfilter.cpp" "4"
+"spotlightlocatorfilter.h" "4"
+"urllocatorfilter.cpp" "4"
+"urllocatorfilter.h" "4"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"Core.json.in" "4"
+"Progress Manager" "3"
+"coreplugin.qbs:233" "4"
+"futureprogress.cpp" "4"
+"futureprogress.h" "4"
+"processprogress.cpp" "4"
+"processprogress.h" "4"
+"progressbar.cpp" "4"
+"progressbar.h" "4"
+"progressmanager.cpp" "4"
+"progressmanager.h" "4"
+"progressview.cpp" "4"
+"progressview.h" "4"
+"taskprogress.cpp" "4"
+"taskprogress.h" "4"
+"ProgressManager_mac" "3"
+"coreplugin.qbs:254" "4"
+"progressmanager" "4"
+"progressmanager_mac.mm" "5"
+"ProgressManager_win" "3"
+"coreplugin.qbs:246" "4"
+"progressmanager" "4"
+"progressmanager_win.cpp" "5"
+"ProgressManager_x11" "3"
+"coreplugin.qbs:262" "4"
+"progressmanager" "4"
+"progressmanager_x11.cpp" "5"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"studiofonts" "3"
+"coreplugin.qbs:176" "4"
+"." "4"
+"studiofonts.qrc" "5"
+"/studiofonts" "6"
+"StudioFonts" "7"
+"qmldir" "8"
+"StudioFonts.qml" "8"
+"TitilliumWeb-Light.ttf" "7"
+"TitilliumWeb-Regular.ttf" "7"
+"Terminal" "3"
+"coreplugin.qbs:362" "4"
+"searchableterminal.cpp" "4"
+"searchableterminal.h" "4"
+"Unit tests" "3"
+"coreplugin.qbs:270" "4"
+"locator" "4"
+"locator_test.cpp" "5"
+"locatorfiltertest.cpp" "5"
+"locatorfiltertest.h" "5"
+"testdatadir.cpp" "4"
+"testdatadir.h" "4"
"cpaster" "2"
"frontend.qbs:3" "3"
"Frontend Sources" "3"
@@ -6851,24 +6130,24 @@
"urlopenprotocol.cpp" "5"
"urlopenprotocol.h" "5"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Cppcheck" "2"
"cppcheck.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Cppcheck.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"cppcheckconstants.h" "3"
@@ -6881,39 +6160,40 @@
"cppcheckdiagnosticview.h" "3"
"cppcheckmanualrundialog.cpp" "3"
"cppcheckmanualrundialog.h" "3"
-"cppcheckoptions.cpp" "3"
-"cppcheckoptions.h" "3"
"cppcheckplugin.cpp" "3"
"cppcheckplugin.h" "3"
"cppcheckrunner.cpp" "3"
"cppcheckrunner.h" "3"
+"cppchecksettings.cpp" "3"
+"cppchecksettings.h" "3"
"cppchecktextmark.cpp" "3"
"cppchecktextmark.h" "3"
"cppchecktextmarkmanager.cpp" "3"
"cppchecktextmarkmanager.h" "3"
"cppchecktool.cpp" "3"
"cppchecktool.h" "3"
+"cppchecktr.h" "3"
"cppchecktrigger.cpp" "3"
"cppchecktrigger.h" "3"
"CppEditor" "2"
"cppeditor.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"CppEditor.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"TestCase" "3"
-"cppeditor.qbs:261" "4"
+"cppeditor.qbs:234" "4"
"cpptoolstestcase.cpp" "4"
"cpptoolstestcase.h" "4"
-"Tests" "3"
-"cppeditor.qbs:270" "4"
+"Unit tests" "3"
+"cppeditor.qbs:243" "4"
"compileroptionsbuilder_test.cpp" "4"
"compileroptionsbuilder_test.h" "4"
"cppcodegen_test.cpp" "4"
@@ -6936,6 +6216,8 @@
"cpppointerdeclarationformatter_test.h" "4"
"cppquickfix_test.cpp" "4"
"cppquickfix_test.h" "4"
+"cpprenaming_test.cpp" "4"
+"cpprenaming_test.h" "4"
"cppsourceprocessertesthelper.cpp" "4"
"cppsourceprocessertesthelper.h" "4"
"cppsourceprocessor_test.cpp" "4"
@@ -6956,7 +6238,6 @@
"typehierarchybuilder_test.h" "4"
"abstracteditorsupport.cpp" "3"
"abstracteditorsupport.h" "3"
-"abstractoverviewmodel.h" "3"
"baseeditordocumentparser.cpp" "3"
"baseeditordocumentparser.h" "3"
"baseeditordocumentprocessor.cpp" "3"
@@ -6967,9 +6248,6 @@
"builtineditordocumentparser.h" "3"
"builtineditordocumentprocessor.cpp" "3"
"builtineditordocumentprocessor.h" "3"
-"builtinindexingsupport.cpp" "3"
-"builtinindexingsupport.h" "3"
-"clangbasechecks.ui" "3"
"clangdiagnosticconfig.cpp" "3"
"clangdiagnosticconfig.h" "3"
"clangdiagnosticconfigsmodel.cpp" "3"
@@ -6978,7 +6256,6 @@
"clangdiagnosticconfigsselectionwidget.h" "3"
"clangdiagnosticconfigswidget.cpp" "3"
"clangdiagnosticconfigswidget.h" "3"
-"clangdiagnosticconfigswidget.ui" "3"
"compileroptionsbuilder.cpp" "3"
"compileroptionsbuilder.h" "3"
"cppautocompleter.cpp" "3"
@@ -6993,14 +6270,12 @@
"cppcodeformatter.h" "3"
"cppcodemodelinspectordialog.cpp" "3"
"cppcodemodelinspectordialog.h" "3"
-"cppcodemodelinspectordialog.ui" "3"
"cppcodemodelinspectordumper.cpp" "3"
"cppcodemodelinspectordumper.h" "3"
"cppcodemodelsettings.cpp" "3"
"cppcodemodelsettings.h" "3"
"cppcodemodelsettingspage.cpp" "3"
"cppcodemodelsettingspage.h" "3"
-"cppcodemodelsettingspage.ui" "3"
"cppcodestylepreferences.cpp" "3"
"cppcodestylepreferences.h" "3"
"cppcodestylepreferencesfactory.cpp" "3"
@@ -7009,7 +6284,6 @@
"cppcodestylesettings.h" "3"
"cppcodestylesettingspage.cpp" "3"
"cppcodestylesettingspage.h" "3"
-"cppcodestylesettingspage.ui" "3"
"cppcodestylesnippets.h" "3"
"cppcompletionassist.cpp" "3"
"cppcompletionassist.h" "3"
@@ -7017,8 +6291,6 @@
"cppcompletionassistprocessor.h" "3"
"cppcompletionassistprovider.cpp" "3"
"cppcompletionassistprovider.h" "3"
-"cppcurrentdocumentfilter.cpp" "3"
-"cppcurrentdocumentfilter.h" "3"
"cppcursorinfo.h" "3"
"cppdoxygen.cpp" "3"
"cppdoxygen.h" "3"
@@ -7029,9 +6301,8 @@
"dark_qt_c.png" "6"
"dark_qt_cpp.png" "6"
"dark_qt_h.png" "6"
-"qt_c.png" "6"
-"qt_cpp.png" "6"
-"qt_h.png" "6"
+"testcases" "5"
+"highlightingtestcase.cpp" "6"
"cppeditorconstants.h" "3"
"cppeditordocument.cpp" "3"
"cppeditordocument.h" "3"
@@ -7039,6 +6310,7 @@
"cppeditoroutline.h" "3"
"cppeditorplugin.cpp" "3"
"cppeditorplugin.h" "3"
+"cppeditortr.h" "3"
"cppeditorwidget.cpp" "3"
"cppeditorwidget.h" "3"
"cppelementevaluator.cpp" "3"
@@ -7047,7 +6319,6 @@
"cppfileiterationorder.h" "3"
"cppfilesettingspage.cpp" "3"
"cppfilesettingspage.h" "3"
-"cppfilesettingspage.ui" "3"
"cppfindreferences.cpp" "3"
"cppfindreferences.h" "3"
"cppfollowsymbolundercursor.cpp" "3"
@@ -7072,23 +6343,20 @@
"cpplocatordata.h" "3"
"cpplocatorfilter.cpp" "3"
"cpplocatorfilter.h" "3"
-"cppminimizableinfobars.cpp" "3"
-"cppminimizableinfobars.h" "3"
"cppmodelmanager.cpp" "3"
"cppmodelmanager.h" "3"
"cppmodelmanagersupport.cpp" "3"
"cppmodelmanagersupport.h" "3"
"cppoutline.cpp" "3"
"cppoutline.h" "3"
-"cppoverviewmodel.cpp" "3"
-"cppoverviewmodel.h" "3"
+"cppoutlinemodel.cpp" "3"
+"cppoutlinemodel.h" "3"
"cppparsecontext.cpp" "3"
"cppparsecontext.h" "3"
"cpppointerdeclarationformatter.cpp" "3"
"cpppointerdeclarationformatter.h" "3"
"cpppreprocessordialog.cpp" "3"
"cpppreprocessordialog.h" "3"
-"cpppreprocessordialog.ui" "3"
"cppprojectfile.cpp" "3"
"cppprojectfile.h" "3"
"cppprojectfilecategorizer.cpp" "3"
@@ -7112,18 +6380,14 @@
"cppquickfixprojectsettings.h" "3"
"cppquickfixprojectsettingswidget.cpp" "3"
"cppquickfixprojectsettingswidget.h" "3"
-"cppquickfixprojectsettingswidget.ui" "3"
"cppquickfixsettings.cpp" "3"
"cppquickfixsettings.h" "3"
"cppquickfixsettingspage.cpp" "3"
"cppquickfixsettingspage.h" "3"
"cppquickfixsettingswidget.cpp" "3"
"cppquickfixsettingswidget.h" "3"
-"cppquickfixsettingswidget.ui" "3"
"cpprefactoringchanges.cpp" "3"
"cpprefactoringchanges.h" "3"
-"cpprefactoringengine.cpp" "3"
-"cpprefactoringengine.h" "3"
"cppselectionchanger.cpp" "3"
"cppselectionchanger.h" "3"
"cppsemanticinfo.h" "3"
@@ -7152,7 +6416,6 @@
"doxygengenerator.h" "3"
"editordocumenthandle.cpp" "3"
"editordocumenthandle.h" "3"
-"followsymbolinterface.h" "3"
"functionutils.cpp" "3"
"functionutils.h" "3"
"generatedcodemodelsupport.cpp" "3"
@@ -7169,37 +6432,31 @@
"projectinfo.h" "3"
"projectpart.cpp" "3"
"projectpart.h" "3"
-"refactoringengineinterface.h" "3"
"resourcepreviewhoverhandler.cpp" "3"
"resourcepreviewhoverhandler.h" "3"
"searchsymbols.cpp" "3"
"searchsymbols.h" "3"
"semantichighlighter.cpp" "3"
"semantichighlighter.h" "3"
-"senddocumenttracker.cpp" "3"
-"senddocumenttracker.h" "3"
-"stringtable.cpp" "3"
-"stringtable.h" "3"
"symbolfinder.cpp" "3"
"symbolfinder.h" "3"
"symbolsfindfilter.cpp" "3"
"symbolsfindfilter.h" "3"
"typehierarchybuilder.cpp" "3"
"typehierarchybuilder.h" "3"
-"usages.h" "3"
"wrappablelineedit.cpp" "3"
"wrappablelineedit.h" "3"
"CtfVisualizer" "2"
"ctfvisualizer.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"CtfVisualizer.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"json.hpp" "4"
@@ -7216,23 +6473,22 @@
"ctfvisualizerplugin.h" "3"
"ctfvisualizertool.cpp" "3"
"ctfvisualizertool.h" "3"
+"ctfvisualizertr.h" "3"
"ctfvisualizertraceview.cpp" "3"
"ctfvisualizertraceview.h" "3"
"CVS" "2"
"cvs.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"CVS.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"annotationhighlighter.cpp" "3"
-"annotationhighlighter.h" "3"
"cvseditor.cpp" "3"
"cvseditor.h" "3"
"cvsplugin.cpp" "3"
@@ -7241,377 +6497,386 @@
"cvssettings.h" "3"
"cvssubmiteditor.cpp" "3"
"cvssubmiteditor.h" "3"
+"cvstr.h" "3"
"cvsutils.cpp" "3"
"cvsutils.h" "3"
"Debugger" "2"
-"debugger.qbs:3" "3"
-"Debugger" "3"
-"debugger.qbs:6" "4"
-"Analyzer" "4"
-"debugger.qbs:222" "5"
-"analyzerbase.qrc" "5"
-"/" "6"
-"images" "7"
-"settingscategory_analyzer.png" "8"
-"settingscategory_analyzer@2x.png" "8"
-"analyzerconstants.h" "5"
-"analyzericons.h" "5"
-"analyzermanager.h" "5"
-"analyzerrunconfigwidget.cpp" "5"
-"analyzerrunconfigwidget.h" "5"
-"analyzerutils.cpp" "5"
-"analyzerutils.h" "5"
-"detailederrorview.cpp" "5"
-"detailederrorview.h" "5"
-"diagnosticlocation.cpp" "5"
-"diagnosticlocation.h" "5"
-"startremotedialog.cpp" "5"
-"startremotedialog.h" "5"
-"cdb" "4"
-"debugger.qbs:92" "5"
-"cdbengine.cpp" "5"
-"cdbengine.h" "5"
-"cdboptionspage.cpp" "5"
-"cdboptionspage.h" "5"
-"cdbparsehelpers.cpp" "5"
-"cdbparsehelpers.h" "5"
-"stringinputstream.cpp" "5"
-"stringinputstream.h" "5"
-"Debugger Console" "4"
-"debugger.qbs:150" "5"
-"console.cpp" "5"
-"console.h" "5"
-"consoleedit.cpp" "5"
-"consoleedit.h" "5"
-"consoleitem.cpp" "5"
-"consoleitem.h" "5"
-"consoleitemdelegate.cpp" "5"
-"consoleitemdelegate.h" "5"
-"consoleitemmodel.cpp" "5"
-"consoleitemmodel.h" "5"
-"consoleproxymodel.cpp" "5"
-"consoleproxymodel.h" "5"
-"consoleview.cpp" "5"
-"consoleview.h" "5"
-"gdb" "4"
-"debugger.qbs:103" "5"
-"gdbengine.cpp" "5"
-"gdbengine.h" "5"
-"gdboptionspage.cpp" "5"
-"General" "4"
-"debugger.qbs:35" "5"
-"breakhandler.cpp" "5"
-"breakhandler.h" "5"
-"breakpoint.cpp" "5"
-"breakpoint.h" "5"
-"commonoptionspage.cpp" "5"
-"commonoptionspage.h" "5"
-"debugger.qrc" "5"
-"/debugger" "6"
-"images" "7"
-"breakpoint_disabled.png" "8"
-"breakpoint_disabled@2x.png" "8"
-"breakpoint_pending_overlay.png" "8"
-"breakpoint_pending_overlay@2x.png" "8"
-"debugger_breakpoints.png" "8"
-"debugger_continue_1_mask.png" "8"
-"debugger_continue_1_mask@2x.png" "8"
-"debugger_continue_2_mask.png" "8"
-"debugger_continue_2_mask@2x.png" "8"
-"debugger_empty_14.png" "8"
-"debugger_interrupt_mask.png" "8"
-"debugger_interrupt_mask@2x.png" "8"
-"debugger_restart_small.png" "8"
-"debugger_restart_small@2x.png" "8"
-"debugger_reversemode_background.png" "8"
-"debugger_reversemode_background@2x.png" "8"
-"debugger_singleinstructionmode.png" "8"
-"debugger_singleinstructionmode@2x.png" "8"
-"debugger_stepinto_small.png" "8"
-"debugger_stepinto_small@2x.png" "8"
-"debugger_stepout_small.png" "8"
-"debugger_stepout_small@2x.png" "8"
-"debugger_stepover_small.png" "8"
-"debugger_stepover_small@2x.png" "8"
-"debugger_stop_mask.png" "8"
-"debugger_stop_mask@2x.png" "8"
-"location_background.png" "8"
-"location_background@2x.png" "8"
-"macos_touchbar_debug_continue.png" "8"
-"macos_touchbar_debug_continue@2x.png" "8"
-"macos_touchbar_debug_exit.png" "8"
-"macos_touchbar_debug_exit@2x.png" "8"
-"macos_touchbar_debug_interrupt.png" "8"
-"macos_touchbar_debug_interrupt@2x.png" "8"
-"macos_touchbar_debug_step_into.png" "8"
-"macos_touchbar_debug_step_into@2x.png" "8"
-"macos_touchbar_debug_step_out.png" "8"
-"macos_touchbar_debug_step_out@2x.png" "8"
-"macos_touchbar_debug_step_over.png" "8"
-"macos_touchbar_debug_step_over@2x.png" "8"
-"mode_debug_mask.png" "8"
-"mode_debug_mask@2x.png" "8"
-"pin.xpm" "8"
-"recordfill.png" "8"
-"recordfill@2x.png" "8"
-"recordoutline.png" "8"
-"recordoutline@2x.png" "8"
-"settingscategory_debugger.png" "8"
-"settingscategory_debugger@2x.png" "8"
-"tracepointoverlay.png" "8"
-"tracepointoverlay@2x.png" "8"
-"debuggeractions.cpp" "5"
-"debuggeractions.h" "5"
-"debuggerconstants.h" "5"
-"debuggercore.h" "5"
-"debuggerdialogs.cpp" "5"
-"debuggerdialogs.h" "5"
-"debuggerengine.cpp" "5"
-"debuggerengine.h" "5"
-"debuggericons.cpp" "5"
-"debuggericons.h" "5"
-"debuggerinternalconstants.h" "5"
-"debuggeritem.cpp" "5"
-"debuggeritem.h" "5"
-"debuggeritemmanager.cpp" "5"
-"debuggeritemmanager.h" "5"
-"debuggerkitinformation.cpp" "5"
-"debuggerkitinformation.h" "5"
-"debuggermainwindow.cpp" "5"
-"debuggermainwindow.h" "5"
-"debuggerplugin.cpp" "5"
-"debuggerplugin.h" "5"
-"debuggerprotocol.cpp" "5"
-"debuggerprotocol.h" "5"
-"debuggerrunconfigurationaspect.cpp" "5"
-"debuggerrunconfigurationaspect.h" "5"
-"debuggerruncontrol.cpp" "5"
-"debuggerruncontrol.h" "5"
-"debuggersourcepathmappingwidget.cpp" "5"
-"debuggersourcepathmappingwidget.h" "5"
-"debuggertooltipmanager.cpp" "5"
-"debuggertooltipmanager.h" "5"
-"disassembleragent.cpp" "5"
-"disassembleragent.h" "5"
-"disassemblerlines.cpp" "5"
-"disassemblerlines.h" "5"
-"enginemanager.cpp" "5"
-"enginemanager.h" "5"
-"imageviewer.cpp" "5"
-"imageviewer.h" "5"
-"loadcoredialog.cpp" "5"
-"loadcoredialog.h" "5"
-"localsandexpressionswindow.cpp" "5"
-"localsandexpressionswindow.h" "5"
-"logwindow.cpp" "5"
-"logwindow.h" "5"
-"memoryagent.cpp" "5"
-"memoryagent.h" "5"
-"moduleshandler.cpp" "5"
-"moduleshandler.h" "5"
-"outputcollector.cpp" "5"
-"outputcollector.h" "5"
-"peripheralregisterhandler.cpp" "5"
-"peripheralregisterhandler.h" "5"
-"procinterrupt.cpp" "5"
-"procinterrupt.h" "5"
-"registerhandler.cpp" "5"
-"registerhandler.h" "5"
-"simplifytype.cpp" "5"
-"simplifytype.h" "5"
-"sourceagent.cpp" "5"
-"sourceagent.h" "5"
-"sourcefileshandler.cpp" "5"
-"sourcefileshandler.h" "5"
-"sourceutils.cpp" "5"
-"sourceutils.h" "5"
-"stackframe.cpp" "5"
-"stackframe.h" "5"
-"stackhandler.cpp" "5"
-"stackhandler.h" "5"
-"stackwindow.cpp" "5"
-"stackwindow.h" "5"
-"terminal.cpp" "5"
-"terminal.h" "5"
-"threaddata.h" "5"
-"threadshandler.cpp" "5"
-"threadshandler.h" "5"
-"unstartedappwatcherdialog.cpp" "5"
-"unstartedappwatcherdialog.h" "5"
-"watchdata.cpp" "5"
-"watchdata.h" "5"
-"watchdelegatewidgets.cpp" "5"
-"watchdelegatewidgets.h" "5"
-"watchhandler.cpp" "5"
-"watchhandler.h" "5"
-"watchutils.cpp" "5"
-"watchutils.h" "5"
-"watchwindow.cpp" "5"
-"watchwindow.h" "5"
-"Images" "4"
-"debugger.qbs:176" "5"
-"breakpoint_disabled.png" "5"
-"breakpoint_disabled@2x.png" "5"
-"breakpoint_pending_overlay.png" "5"
-"breakpoint_pending_overlay@2x.png" "5"
-"debugger_breakpoints.png" "5"
-"debugger_continue_1_mask.png" "5"
-"debugger_continue_1_mask@2x.png" "5"
-"debugger_continue_2_mask.png" "5"
-"debugger_continue_2_mask@2x.png" "5"
-"debugger_empty_14.png" "5"
-"debugger_interrupt_mask.png" "5"
-"debugger_interrupt_mask@2x.png" "5"
-"debugger_restart_small.png" "5"
-"debugger_restart_small@2x.png" "5"
-"debugger_reversemode_background.png" "5"
-"debugger_reversemode_background@2x.png" "5"
-"debugger_singleinstructionmode.png" "5"
-"debugger_singleinstructionmode@2x.png" "5"
-"debugger_stepinto_small.png" "5"
-"debugger_stepinto_small@2x.png" "5"
-"debugger_stepout_small.png" "5"
-"debugger_stepout_small@2x.png" "5"
-"debugger_stepover_small.png" "5"
-"debugger_stepover_small@2x.png" "5"
-"debugger_stop_mask.png" "5"
-"debugger_stop_mask@2x.png" "5"
-"location_background.png" "5"
-"location_background@2x.png" "5"
-"macos_touchbar_debug_continue.png" "5"
-"macos_touchbar_debug_continue@2x.png" "5"
-"macos_touchbar_debug_exit.png" "5"
-"macos_touchbar_debug_exit@2x.png" "5"
-"macos_touchbar_debug_interrupt.png" "5"
-"macos_touchbar_debug_interrupt@2x.png" "5"
-"macos_touchbar_debug_step_into.png" "5"
-"macos_touchbar_debug_step_into@2x.png" "5"
-"macos_touchbar_debug_step_out.png" "5"
-"macos_touchbar_debug_step_out@2x.png" "5"
-"macos_touchbar_debug_step_over.png" "5"
-"macos_touchbar_debug_step_over@2x.png" "5"
-"mode_debug_mask.png" "5"
-"mode_debug_mask@2x.png" "5"
-"pin.xpm" "5"
-"recordfill.png" "5"
-"recordfill@2x.png" "5"
-"recordoutline.png" "5"
-"recordoutline@2x.png" "5"
-"settingscategory_debugger.png" "5"
-"settingscategory_debugger@2x.png" "5"
-"tracepointoverlay.png" "5"
-"tracepointoverlay@2x.png" "5"
-"Images/analyzer" "4"
-"debugger.qbs:188" "5"
-"settingscategory_analyzer.png" "5"
-"settingscategory_analyzer@2x.png" "5"
-"Images/qml" "4"
-"debugger.qbs:182" "5"
-"lldb" "4"
-"debugger.qbs:112" "5"
-"lldbengine.cpp" "5"
-"lldbengine.h" "5"
-"pdb" "4"
-"debugger.qbs:120" "5"
-"pdbengine.cpp" "5"
-"pdbengine.h" "5"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"Debugger.json.in" "5"
-"QML Debugger" "4"
-"debugger.qbs:138" "5"
-"interactiveinterpreter.cpp" "5"
-"interactiveinterpreter.h" "5"
-"qmlengine.cpp" "5"
-"qmlengine.h" "5"
-"qmlengineutils.cpp" "5"
-"qmlengineutils.h" "5"
-"qmlinspectoragent.cpp" "5"
-"qmlinspectoragent.h" "5"
-"qmlv8debuggerclientconstants.h" "5"
-"RegisterPostMortem" "4"
-"debugger.qbs:204" "5"
-"registerpostmortemaction.cpp" "5"
-"registerpostmortemaction.h" "5"
-"RegistryAccess" "4"
-"debugger.qbs:194" "5"
-"registryaccess.cpp" "5"
-"registryaccess.h" "5"
-"shared" "4"
-"debugger.qbs:164" "5"
-"cdbsymbolpathlisteditor.cpp" "5"
-"cdbsymbolpathlisteditor.h" "5"
-"hostutils.cpp" "5"
-"hostutils.h" "5"
-"peutils.cpp" "5"
-"peutils.h" "5"
-"symbolpathsdialog.cpp" "5"
-"symbolpathsdialog.h" "5"
-"symbolpathsdialog.ui" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"Unit test resources" "4"
-"debugger.qbs:251" "5"
-"simple" "5"
-"main.cpp" "6"
-"simple.pro" "6"
-"Unit tests" "4"
-"debugger.qbs:243" "5"
-"debuggerunittests.qrc" "5"
-"/debugger" "6"
-"main.cpp" "8"
-"simple.pro" "8"
-"uvsc" "4"
-"debugger.qbs:126" "5"
-"uvscclient.cpp" "5"
-"uvscclient.h" "5"
-"uvscdatatypes.h" "5"
-"uvscengine.cpp" "5"
-"uvscengine.h" "5"
-"uvscfunctions.h" "5"
-"uvscutils.cpp" "5"
-"uvscutils.h" "5"
+"debugger.qbs:1" "3"
+"Analyzer" "3"
+"debugger.qbs:224" "4"
+"analyzerbase.qrc" "4"
+"/" "5"
+"images" "6"
+"settingscategory_analyzer.png" "7"
+"settingscategory_analyzer@2x.png" "7"
+"analyzerconstants.h" "4"
+"analyzericons.h" "4"
+"analyzermanager.h" "4"
+"analyzerrunconfigwidget.cpp" "4"
+"analyzerrunconfigwidget.h" "4"
+"analyzerutils.cpp" "4"
+"analyzerutils.h" "4"
+"detailederrorview.cpp" "4"
+"detailederrorview.h" "4"
+"diagnosticlocation.cpp" "4"
+"diagnosticlocation.h" "4"
+"startremotedialog.cpp" "4"
+"startremotedialog.h" "4"
+"cdb" "3"
+"debugger.qbs:82" "4"
+"cdbengine.cpp" "4"
+"cdbengine.h" "4"
+"cdboptionspage.cpp" "4"
+"cdboptionspage.h" "4"
+"cdbparsehelpers.cpp" "4"
+"cdbparsehelpers.h" "4"
+"stringinputstream.cpp" "4"
+"stringinputstream.h" "4"
+"dap" "3"
+"debugger.qbs:116" "4"
+"cmakedapengine.cpp" "4"
+"cmakedapengine.h" "4"
+"dapclient.cpp" "4"
+"dapclient.h" "4"
+"dapengine.cpp" "4"
+"dapengine.h" "4"
+"gdbdapengine.cpp" "4"
+"gdbdapengine.h" "4"
+"pydapengine.cpp" "4"
+"pydapengine.h" "4"
+"Debugger Console" "3"
+"debugger.qbs:152" "4"
+"console.cpp" "4"
+"console.h" "4"
+"consoleedit.cpp" "4"
+"consoleedit.h" "4"
+"consoleitem.cpp" "4"
+"consoleitem.h" "4"
+"consoleitemdelegate.cpp" "4"
+"consoleitemdelegate.h" "4"
+"consoleitemmodel.cpp" "4"
+"consoleitemmodel.h" "4"
+"consoleproxymodel.cpp" "4"
+"consoleproxymodel.h" "4"
+"consoleview.cpp" "4"
+"consoleview.h" "4"
+"gdb" "3"
+"debugger.qbs:93" "4"
+"gdbengine.cpp" "4"
+"gdbengine.h" "4"
+"gdbsettings.cpp" "4"
+"gdbsettings.h" "4"
+"General" "3"
+"debugger.qbs:25" "4"
+"breakhandler.cpp" "4"
+"breakhandler.h" "4"
+"breakpoint.cpp" "4"
+"breakpoint.h" "4"
+"commonoptionspage.cpp" "4"
+"commonoptionspage.h" "4"
+"debugger.qrc" "4"
+"/debugger" "5"
+"images" "6"
+"breakpoint_disabled.png" "7"
+"breakpoint_disabled@2x.png" "7"
+"breakpoint_pending_overlay.png" "7"
+"breakpoint_pending_overlay@2x.png" "7"
+"debugger_breakpoints.png" "7"
+"debugger_continue_1_mask.png" "7"
+"debugger_continue_1_mask@2x.png" "7"
+"debugger_continue_2_mask.png" "7"
+"debugger_continue_2_mask@2x.png" "7"
+"debugger_empty_14.png" "7"
+"debugger_interrupt.png" "7"
+"debugger_interrupt@2x.png" "7"
+"debugger_restart_small.png" "7"
+"debugger_restart_small@2x.png" "7"
+"debugger_reversemode.png" "7"
+"debugger_reversemode@2x.png" "7"
+"debugger_singleinstructionmode.png" "7"
+"debugger_singleinstructionmode@2x.png" "7"
+"debugger_stepinto_small.png" "7"
+"debugger_stepinto_small@2x.png" "7"
+"debugger_stepout_small.png" "7"
+"debugger_stepout_small@2x.png" "7"
+"debugger_stepover_small.png" "7"
+"debugger_stepover_small@2x.png" "7"
+"debugger_stop.png" "7"
+"debugger_stop@2x.png" "7"
+"location.png" "7"
+"location@2x.png" "7"
+"macos_touchbar_debug_continue.png" "7"
+"macos_touchbar_debug_continue@2x.png" "7"
+"macos_touchbar_debug_exit.png" "7"
+"macos_touchbar_debug_exit@2x.png" "7"
+"macos_touchbar_debug_interrupt.png" "7"
+"macos_touchbar_debug_interrupt@2x.png" "7"
+"macos_touchbar_debug_step_into.png" "7"
+"macos_touchbar_debug_step_into@2x.png" "7"
+"macos_touchbar_debug_step_out.png" "7"
+"macos_touchbar_debug_step_out@2x.png" "7"
+"macos_touchbar_debug_step_over.png" "7"
+"macos_touchbar_debug_step_over@2x.png" "7"
+"mode_debug.png" "7"
+"mode_debug@2x.png" "7"
+"recordfill.png" "7"
+"recordfill@2x.png" "7"
+"recordoutline.png" "7"
+"recordoutline@2x.png" "7"
+"settingscategory_debugger.png" "7"
+"settingscategory_debugger@2x.png" "7"
+"tracepointoverlay.png" "7"
+"tracepointoverlay@2x.png" "7"
+"debuggeractions.cpp" "4"
+"debuggeractions.h" "4"
+"debuggerconstants.h" "4"
+"debuggercore.h" "4"
+"debuggerdialogs.cpp" "4"
+"debuggerdialogs.h" "4"
+"debuggerengine.cpp" "4"
+"debuggerengine.h" "4"
+"debuggericons.cpp" "4"
+"debuggericons.h" "4"
+"debuggerinternalconstants.h" "4"
+"debuggeritem.cpp" "4"
+"debuggeritem.h" "4"
+"debuggeritemmanager.cpp" "4"
+"debuggeritemmanager.h" "4"
+"debuggerkitaspect.cpp" "4"
+"debuggerkitaspect.h" "4"
+"debuggermainwindow.cpp" "4"
+"debuggermainwindow.h" "4"
+"debuggerplugin.cpp" "4"
+"debuggerplugin.h" "4"
+"debuggerprotocol.cpp" "4"
+"debuggerprotocol.h" "4"
+"debuggerrunconfigurationaspect.cpp" "4"
+"debuggerrunconfigurationaspect.h" "4"
+"debuggerruncontrol.cpp" "4"
+"debuggerruncontrol.h" "4"
+"debuggersourcepathmappingwidget.cpp" "4"
+"debuggersourcepathmappingwidget.h" "4"
+"debuggertooltipmanager.cpp" "4"
+"debuggertooltipmanager.h" "4"
+"debuggertr.h" "4"
+"disassembleragent.cpp" "4"
+"disassembleragent.h" "4"
+"disassemblerlines.cpp" "4"
+"disassemblerlines.h" "4"
+"enginemanager.cpp" "4"
+"enginemanager.h" "4"
+"imageviewer.cpp" "4"
+"imageviewer.h" "4"
+"loadcoredialog.cpp" "4"
+"loadcoredialog.h" "4"
+"localsandexpressionswindow.cpp" "4"
+"localsandexpressionswindow.h" "4"
+"logwindow.cpp" "4"
+"logwindow.h" "4"
+"memoryagent.cpp" "4"
+"memoryagent.h" "4"
+"moduleshandler.cpp" "4"
+"moduleshandler.h" "4"
+"outputcollector.cpp" "4"
+"outputcollector.h" "4"
+"peripheralregisterhandler.cpp" "4"
+"peripheralregisterhandler.h" "4"
+"procinterrupt.cpp" "4"
+"procinterrupt.h" "4"
+"registerhandler.cpp" "4"
+"registerhandler.h" "4"
+"simplifytype.cpp" "4"
+"simplifytype.h" "4"
+"sourceagent.cpp" "4"
+"sourceagent.h" "4"
+"sourcefileshandler.cpp" "4"
+"sourcefileshandler.h" "4"
+"sourceutils.cpp" "4"
+"sourceutils.h" "4"
+"stackframe.cpp" "4"
+"stackframe.h" "4"
+"stackhandler.cpp" "4"
+"stackhandler.h" "4"
+"stackwindow.cpp" "4"
+"stackwindow.h" "4"
+"terminal.cpp" "4"
+"terminal.h" "4"
+"threaddata.h" "4"
+"threadshandler.cpp" "4"
+"threadshandler.h" "4"
+"unstartedappwatcherdialog.cpp" "4"
+"unstartedappwatcherdialog.h" "4"
+"watchdata.cpp" "4"
+"watchdata.h" "4"
+"watchdelegatewidgets.cpp" "4"
+"watchdelegatewidgets.h" "4"
+"watchhandler.cpp" "4"
+"watchhandler.h" "4"
+"watchutils.cpp" "4"
+"watchutils.h" "4"
+"watchwindow.cpp" "4"
+"watchwindow.h" "4"
+"Images" "3"
+"debugger.qbs:178" "4"
+"breakpoint_disabled.png" "4"
+"breakpoint_disabled@2x.png" "4"
+"breakpoint_pending_overlay.png" "4"
+"breakpoint_pending_overlay@2x.png" "4"
+"debugger_breakpoints.png" "4"
+"debugger_continue_1_mask.png" "4"
+"debugger_continue_1_mask@2x.png" "4"
+"debugger_continue_2_mask.png" "4"
+"debugger_continue_2_mask@2x.png" "4"
+"debugger_empty_14.png" "4"
+"debugger_interrupt.png" "4"
+"debugger_interrupt@2x.png" "4"
+"debugger_restart_small.png" "4"
+"debugger_restart_small@2x.png" "4"
+"debugger_reversemode.png" "4"
+"debugger_reversemode@2x.png" "4"
+"debugger_singleinstructionmode.png" "4"
+"debugger_singleinstructionmode@2x.png" "4"
+"debugger_stepinto_small.png" "4"
+"debugger_stepinto_small@2x.png" "4"
+"debugger_stepout_small.png" "4"
+"debugger_stepout_small@2x.png" "4"
+"debugger_stepover_small.png" "4"
+"debugger_stepover_small@2x.png" "4"
+"debugger_stop.png" "4"
+"debugger_stop@2x.png" "4"
+"location.png" "4"
+"location@2x.png" "4"
+"macos_touchbar_debug_continue.png" "4"
+"macos_touchbar_debug_continue@2x.png" "4"
+"macos_touchbar_debug_exit.png" "4"
+"macos_touchbar_debug_exit@2x.png" "4"
+"macos_touchbar_debug_interrupt.png" "4"
+"macos_touchbar_debug_interrupt@2x.png" "4"
+"macos_touchbar_debug_step_into.png" "4"
+"macos_touchbar_debug_step_into@2x.png" "4"
+"macos_touchbar_debug_step_out.png" "4"
+"macos_touchbar_debug_step_out@2x.png" "4"
+"macos_touchbar_debug_step_over.png" "4"
+"macos_touchbar_debug_step_over@2x.png" "4"
+"mode_debug.png" "4"
+"mode_debug@2x.png" "4"
+"recordfill.png" "4"
+"recordfill@2x.png" "4"
+"recordoutline.png" "4"
+"recordoutline@2x.png" "4"
+"settingscategory_debugger.png" "4"
+"settingscategory_debugger@2x.png" "4"
+"tracepointoverlay.png" "4"
+"tracepointoverlay@2x.png" "4"
+"Images/analyzer" "3"
+"debugger.qbs:190" "4"
+"settingscategory_analyzer.png" "4"
+"settingscategory_analyzer@2x.png" "4"
+"Images/qml" "3"
+"debugger.qbs:184" "4"
+"lldb" "3"
+"debugger.qbs:102" "4"
+"lldbengine.cpp" "4"
+"lldbengine.h" "4"
+"pdb" "3"
+"debugger.qbs:110" "4"
+"pdbengine.cpp" "4"
+"pdbengine.h" "4"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"Debugger.json.in" "4"
+"QML Debugger" "3"
+"debugger.qbs:140" "4"
+"interactiveinterpreter.cpp" "4"
+"interactiveinterpreter.h" "4"
+"qmlengine.cpp" "4"
+"qmlengine.h" "4"
+"qmlengineutils.cpp" "4"
+"qmlengineutils.h" "4"
+"qmlinspectoragent.cpp" "4"
+"qmlinspectoragent.h" "4"
+"qmlv8debuggerclientconstants.h" "4"
+"RegisterPostMortem" "3"
+"debugger.qbs:206" "4"
+"registerpostmortemaction.cpp" "4"
+"registerpostmortemaction.h" "4"
+"RegistryAccess" "3"
+"debugger.qbs:196" "4"
+"registryaccess.cpp" "4"
+"registryaccess.h" "4"
+"shared" "3"
+"debugger.qbs:166" "4"
+"cdbsymbolpathlisteditor.cpp" "4"
+"cdbsymbolpathlisteditor.h" "4"
+"hostutils.cpp" "4"
+"hostutils.h" "4"
+"peutils.cpp" "4"
+"peutils.h" "4"
+"symbolpathsdialog.cpp" "4"
+"symbolpathsdialog.h" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Unit test resources" "3"
+"debugger.qbs:251" "4"
+"simple" "4"
+"main.cpp" "5"
+"simple.pro" "5"
+"Unit tests" "3"
+"debugger.qbs:245" "4"
+"debuggerunittests.qrc" "4"
+"/debugger" "5"
+"main.cpp" "7"
+"simple.pro" "7"
+"uvsc" "3"
+"debugger.qbs:128" "4"
+"uvscclient.cpp" "4"
+"uvscclient.h" "4"
+"uvscdatatypes.h" "4"
+"uvscengine.cpp" "4"
+"uvscengine.h" "4"
+"uvscfunctions.h" "4"
+"uvscutils.cpp" "4"
+"uvscutils.h" "4"
"Designer" "2"
"designer.qbs:4" "3"
"cpp" "3"
-"designer.qbs:67" "4"
+"designer.qbs:82" "4"
"formclasswizard.cpp" "4"
"formclasswizard.h" "4"
"formclasswizarddialog.cpp" "4"
"formclasswizarddialog.h" "4"
"formclasswizardpage.cpp" "4"
"formclasswizardpage.h" "4"
-"formclasswizardpage.ui" "4"
"formclasswizardparameters.cpp" "4"
"formclasswizardparameters.h" "4"
"newclasswidget.cpp" "4"
"newclasswidget.h" "4"
-"newclasswidget.ui" "4"
"General" "3"
-"designer.qbs:30" "4"
+"designer.qbs:44" "4"
"codemodelhelpers.cpp" "4"
"codemodelhelpers.h" "4"
"designer_export.h" "4"
"designerconstants.h" "4"
"designercontext.cpp" "4"
"designercontext.h" "4"
+"designertr.h" "4"
"editordata.h" "4"
"editorwidget.cpp" "4"
"editorwidget.h" "4"
+"formeditor.cpp" "4"
+"formeditor.h" "4"
"formeditorfactory.cpp" "4"
"formeditorfactory.h" "4"
"formeditorplugin.cpp" "4"
"formeditorplugin.h" "4"
"formeditorstack.cpp" "4"
"formeditorstack.h" "4"
-"formeditorw.cpp" "4"
-"formeditorw.h" "4"
"formtemplatewizardpage.cpp" "4"
"formtemplatewizardpage.h" "4"
"formwindoweditor.cpp" "4"
@@ -7630,10 +6895,10 @@
"settingspage.cpp" "4"
"settingspage.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Designer.json.in" "4"
"Shared Sources" "3"
-"designer.qbs:55" "4"
+"designer.qbs:70" "4"
"formresizer.cpp" "4"
"formresizer.h" "4"
"sizehandlerect.cpp" "4"
@@ -7642,31 +6907,29 @@
"widgethost.h" "4"
"widgethostconstants.h" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"Tests" "3"
-"designer.qbs:79" "4"
+"Unit tests" "3"
+"designer.qbs:94" "4"
"gotoslot_test.cpp" "4"
"DiffEditor" "2"
"diffeditor.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"DiffEditor.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"descriptionwidgetwatcher.cpp" "3"
-"descriptionwidgetwatcher.h" "3"
"diffeditor.cpp" "3"
"diffeditor.h" "3"
"diffeditor.qrc" "3"
@@ -7688,8 +6951,10 @@
"diffeditoricons.h" "3"
"diffeditorplugin.cpp" "3"
"diffeditorplugin.h" "3"
+"diffeditortr.h" "3"
"diffeditorwidgetcontroller.cpp" "3"
"diffeditorwidgetcontroller.h" "3"
+"diffenums.h" "3"
"diffutils.cpp" "3"
"diffutils.h" "3"
"diffview.cpp" "3"
@@ -7703,37 +6968,41 @@
"Docker" "2"
"docker.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Docker.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"docker_global.h" "3"
-"dockerbuildstep.cpp" "3"
-"dockerbuildstep.h" "3"
+"dockerapi.cpp" "3"
+"dockerapi.h" "3"
"dockerconstants.h" "3"
"dockerdevice.cpp" "3"
"dockerdevice.h" "3"
+"dockerdevicewidget.cpp" "3"
+"dockerdevicewidget.h" "3"
"dockerplugin.cpp" "3"
-"dockerplugin.h" "3"
"dockersettings.cpp" "3"
"dockersettings.h" "3"
+"dockertr.h" "3"
+"kitdetector.cpp" "3"
+"kitdetector.h" "3"
"EmacsKeys" "2"
"emacskeys.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"EmacsKeys.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"emacskeysconstants.h" "3"
@@ -7741,20 +7010,21 @@
"emacskeysplugin.h" "3"
"emacskeysstate.cpp" "3"
"emacskeysstate.h" "3"
+"emacskeystr.h" "3"
"FakeVim" "2"
"fakevim.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"FakeVim.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"Tests" "3"
+"Unit tests" "3"
"fakevim.qbs:28" "4"
"fakevim_test.cpp" "4"
"fakevim.qrc" "3"
@@ -7769,17 +7039,61 @@
"fakevimplugin.cpp" "3"
"fakevimplugin.h" "3"
"fakevimtr.h" "3"
-"GenericProjectManager" "2"
-"genericprojectmanager.qbs:4" "3"
+"Fossil" "2"
+"fossil.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"GenericProjectManager.json.in" "4"
+"QtcPlugin.qbs:39" "4"
+"Fossil.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Wizards" "3"
+"fossil.qbs:31" "4"
+"fossiljsextension.cpp" "4"
+"fossiljsextension.h" "4"
+"annotationhighlighter.cpp" "3"
+"annotationhighlighter.h" "3"
+"branchinfo.h" "3"
+"commiteditor.cpp" "3"
+"commiteditor.h" "3"
+"configuredialog.cpp" "3"
+"configuredialog.h" "3"
+"constants.h" "3"
+"fossil.qrc" "3"
+"/fossil" "4"
+"icon.png" "6"
+"icon@2x.png" "6"
+"wizard.json" "6"
+"fossilclient.cpp" "3"
+"fossilclient.h" "3"
+"fossilcommitwidget.cpp" "3"
+"fossilcommitwidget.h" "3"
+"fossileditor.cpp" "3"
+"fossileditor.h" "3"
+"fossilplugin.cpp" "3"
+"fossilplugin.h" "3"
+"fossilsettings.cpp" "3"
+"fossilsettings.h" "3"
+"fossiltr.h" "3"
+"pullorpushdialog.cpp" "3"
+"pullorpushdialog.h" "3"
+"revisioninfo.h" "3"
+"GenericProjectManager" "2"
+"genericprojectmanager.qbs:4" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"GenericProjectManager.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"filesselectionwizardpage.cpp" "3"
@@ -7793,6 +7107,7 @@
"genericprojectconstants.h" "3"
"genericprojectfileseditor.cpp" "3"
"genericprojectfileseditor.h" "3"
+"genericprojectmanagertr.h" "3"
"genericprojectplugin.cpp" "3"
"genericprojectplugin.h" "3"
"genericprojectwizard.cpp" "3"
@@ -7800,15 +7115,13 @@
"Git" "2"
"git.qbs:3" "3"
"Gerrit" "3"
-"git.qbs:70" "4"
+"git.qbs:64" "4"
"authenticationdialog.cpp" "4"
"authenticationdialog.h" "4"
-"authenticationdialog.ui" "4"
"branchcombobox.cpp" "4"
"branchcombobox.h" "4"
"gerritdialog.cpp" "4"
"gerritdialog.h" "4"
-"gerritdialog.ui" "4"
"gerritmodel.cpp" "4"
"gerritmodel.h" "4"
"gerritoptionspage.cpp" "4"
@@ -7819,37 +7132,33 @@
"gerritplugin.h" "4"
"gerritpushdialog.cpp" "4"
"gerritpushdialog.h" "4"
-"gerritpushdialog.ui" "4"
"gerritremotechooser.cpp" "4"
"gerritremotechooser.h" "4"
"gerritserver.cpp" "4"
"gerritserver.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Git.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
"branchadddialog.cpp" "3"
"branchadddialog.h" "3"
-"branchadddialog.ui" "3"
"branchcheckoutdialog.cpp" "3"
"branchcheckoutdialog.h" "3"
-"branchcheckoutdialog.ui" "3"
"branchmodel.cpp" "3"
"branchmodel.h" "3"
"branchview.cpp" "3"
"branchview.h" "3"
"changeselectiondialog.cpp" "3"
"changeselectiondialog.h" "3"
-"changeselectiondialog.ui" "3"
"commitdata.cpp" "3"
"commitdata.h" "3"
"git.qrc" "3"
@@ -7873,33 +7182,59 @@
"gitsubmiteditor.h" "3"
"gitsubmiteditorwidget.cpp" "3"
"gitsubmiteditorwidget.h" "3"
-"gitsubmitpanel.ui" "3"
+"gittr.h" "3"
"gitutils.cpp" "3"
"gitutils.h" "3"
"logchangedialog.cpp" "3"
"logchangedialog.h" "3"
"mergetool.cpp" "3"
"mergetool.h" "3"
-"remoteadditiondialog.ui" "3"
"remotedialog.cpp" "3"
"remotedialog.h" "3"
-"remotedialog.ui" "3"
"remotemodel.cpp" "3"
"remotemodel.h" "3"
"stashdialog.cpp" "3"
"stashdialog.h" "3"
-"stashdialog.ui" "3"
-"GLSLEditor" "2"
-"glsleditor.qbs:3" "3"
+"GitLab" "2"
+"gitlab.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"GLSLEditor.json.in" "4"
+"QtcPlugin.qbs:39" "4"
+"GitLab.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"gitlabclonedialog.cpp" "3"
+"gitlabclonedialog.h" "3"
+"gitlabdialog.cpp" "3"
+"gitlabdialog.h" "3"
+"gitlaboptionspage.cpp" "3"
+"gitlaboptionspage.h" "3"
+"gitlabparameters.cpp" "3"
+"gitlabparameters.h" "3"
+"gitlabplugin.cpp" "3"
+"gitlabplugin.h" "3"
+"gitlabprojectsettings.cpp" "3"
+"gitlabprojectsettings.h" "3"
+"queryrunner.cpp" "3"
+"queryrunner.h" "3"
+"resultparser.cpp" "3"
+"resultparser.h" "3"
+"GLSLEditor" "2"
+"glsleditor.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"GLSLEditor.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"glslautocompleter.cpp" "3"
@@ -7915,128 +7250,159 @@
"glsleditorconstants.h" "3"
"glsleditorplugin.cpp" "3"
"glsleditorplugin.h" "3"
+"glsleditortr.h" "3"
"glslhighlighter.cpp" "3"
"glslhighlighter.h" "3"
"glslindenter.cpp" "3"
"glslindenter.h" "3"
-"HelloWorld" "2"
-"helloworld.qbs:3" "3"
+"Haskell" "2"
+"haskell.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"HelloWorld.json.in" "4"
+"QtcPlugin.qbs:39" "4"
+"Haskell.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"haskell.qrc" "3"
+"/haskell" "4"
+"images" "5"
+"settingscategory_haskell.png" "6"
+"settingscategory_haskell@2x.png" "6"
+"haskellbuildconfiguration.cpp" "3"
+"haskellbuildconfiguration.h" "3"
+"haskellconstants.h" "3"
+"haskelleditorfactory.cpp" "3"
+"haskelleditorfactory.h" "3"
+"haskellhighlighter.cpp" "3"
+"haskellhighlighter.h" "3"
+"haskellmanager.cpp" "3"
+"haskellmanager.h" "3"
+"haskellplugin.cpp" "3"
+"haskellplugin.h" "3"
+"haskellproject.cpp" "3"
+"haskellproject.h" "3"
+"haskellrunconfiguration.cpp" "3"
+"haskellrunconfiguration.h" "3"
+"haskellsettings.cpp" "3"
+"haskellsettings.h" "3"
+"haskelltokenizer.cpp" "3"
+"haskelltokenizer.h" "3"
+"stackbuildstep.cpp" "3"
+"stackbuildstep.h" "3"
+"HelloWorld" "2"
+"helloworld.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"HelloWorld.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"helloworldplugin.cpp" "3"
"helloworldplugin.h" "3"
+"helloworldtr.h" "3"
"helloworldwindow.cpp" "3"
"helloworldwindow.h" "3"
"Help" "2"
"help.qbs:3" "3"
-"Help" "3"
-"help.qbs:6" "4"
-"litehtml-specific sources" "4"
-"help.qbs:71" "5"
-"litehtmlhelpviewer.cpp" "5"
-"litehtmlhelpviewer.h" "5"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"Help.json.in" "5"
-"Shared Sources" "4"
-"help.qbs:81" "5"
-"bookmarkdialog.ui" "5"
-"bookmarkmanager.cpp" "5"
-"bookmarkmanager.h" "5"
-"contentwindow.cpp" "5"
-"contentwindow.h" "5"
-"filternamedialog.cpp" "5"
-"filternamedialog.h" "5"
-"filternamedialog.ui" "5"
-"helpicons.h" "5"
-"indexwindow.cpp" "5"
-"indexwindow.h" "5"
-"topicchooser.cpp" "5"
-"topicchooser.h" "5"
-"topicchooser.ui" "5"
-"Sources" "4"
-"help.qbs:37" "5"
-"docsettingspage.cpp" "5"
-"docsettingspage.h" "5"
-"docsettingspage.ui" "5"
-"filtersettingspage.cpp" "5"
-"filtersettingspage.h" "5"
-"filtersettingspage.ui" "5"
-"generalsettingspage.cpp" "5"
-"generalsettingspage.h" "5"
-"generalsettingspage.ui" "5"
-"help.qrc" "5"
-"/help" "6"
-"images" "7"
-"macos_touchbar_help.png" "8"
-"macos_touchbar_help@2x.png" "8"
-"mode_help_mask.png" "8"
-"mode_help_mask@2x.png" "8"
-"settingscategory_help.png" "8"
-"settingscategory_help@2x.png" "8"
-"helpconstants.h" "5"
-"helpfindsupport.cpp" "5"
-"helpfindsupport.h" "5"
-"helpindexfilter.cpp" "5"
-"helpindexfilter.h" "5"
-"helpmanager.cpp" "5"
-"helpmanager.h" "5"
-"helpmode.cpp" "5"
-"helpmode.h" "5"
-"helpplugin.cpp" "5"
-"helpplugin.h" "5"
-"helpviewer.cpp" "5"
-"helpviewer.h" "5"
-"helpwidget.cpp" "5"
-"helpwidget.h" "5"
-"localhelpmanager.cpp" "5"
-"localhelpmanager.h" "5"
-"openpagesmanager.cpp" "5"
-"openpagesmanager.h" "5"
-"openpagesswitcher.cpp" "5"
-"openpagesswitcher.h" "5"
-"openpageswidget.cpp" "5"
-"openpageswidget.h" "5"
-"searchtaskhandler.cpp" "5"
-"searchtaskhandler.h" "5"
-"searchwidget.cpp" "5"
-"searchwidget.h" "5"
-"textbrowserhelpviewer.cpp" "5"
-"textbrowserhelpviewer.h" "5"
-"xbelsupport.cpp" "5"
-"xbelsupport.h" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"WebEngine Sources" "4"
-"help.qbs:63" "5"
-"webenginehelpviewer.cpp" "5"
-"webenginehelpviewer.h" "5"
-"ImageViewer" "2"
-"imageviewer.qbs:1" "3"
+"litehtml-specific sources" "3"
+"help.qbs:64" "4"
+"litehtmlhelpviewer.cpp" "4"
+"litehtmlhelpviewer.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"ImageViewer.json.in" "4"
+"QtcPlugin.qbs:39" "4"
+"Help.json.in" "4"
+"Shared Sources" "3"
+"help.qbs:74" "4"
+"bookmarkmanager.cpp" "4"
+"bookmarkmanager.h" "4"
+"contentwindow.cpp" "4"
+"contentwindow.h" "4"
+"helpicons.h" "4"
+"indexwindow.cpp" "4"
+"indexwindow.h" "4"
+"topicchooser.cpp" "4"
+"topicchooser.h" "4"
+"Sources" "3"
+"help.qbs:30" "4"
+"docsettingspage.cpp" "4"
+"docsettingspage.h" "4"
+"filtersettingspage.cpp" "4"
+"filtersettingspage.h" "4"
+"generalsettingspage.cpp" "4"
+"generalsettingspage.h" "4"
+"help.qrc" "4"
+"/help" "5"
+"images" "6"
+"macos_touchbar_help.png" "7"
+"macos_touchbar_help@2x.png" "7"
+"mode_help.png" "7"
+"mode_help@2x.png" "7"
+"settingscategory_help.png" "7"
+"settingscategory_help@2x.png" "7"
+"offline-dark.css" "6"
+"helpconstants.h" "4"
+"helpfindsupport.cpp" "4"
+"helpfindsupport.h" "4"
+"helpindexfilter.cpp" "4"
+"helpindexfilter.h" "4"
+"helpmanager.cpp" "4"
+"helpmanager.h" "4"
+"helpplugin.cpp" "4"
+"helpplugin.h" "4"
+"helptr.h" "4"
+"helpviewer.cpp" "4"
+"helpviewer.h" "4"
+"helpwidget.cpp" "4"
+"helpwidget.h" "4"
+"localhelpmanager.cpp" "4"
+"localhelpmanager.h" "4"
+"openpagesmanager.cpp" "4"
+"openpagesmanager.h" "4"
+"openpagesswitcher.cpp" "4"
+"openpagesswitcher.h" "4"
+"openpageswidget.cpp" "4"
+"openpageswidget.h" "4"
+"searchtaskhandler.cpp" "4"
+"searchtaskhandler.h" "4"
+"searchwidget.cpp" "4"
+"searchwidget.h" "4"
+"textbrowserhelpviewer.cpp" "4"
+"textbrowserhelpviewer.h" "4"
+"xbelsupport.cpp" "4"
+"xbelsupport.h" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"WebEngine Sources" "3"
+"help.qbs:56" "4"
+"webenginehelpviewer.cpp" "4"
+"webenginehelpviewer.h" "4"
+"ImageViewer" "2"
+"imageviewer.qbs:1" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"ImageViewer.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"exportdialog.cpp" "3"
@@ -8046,26 +7412,24 @@
"imageviewer.cpp" "3"
"imageviewer.h" "3"
"imageviewerconstants.h" "3"
-"imageviewerfactory.cpp" "3"
-"imageviewerfactory.h" "3"
"imageviewerfile.cpp" "3"
"imageviewerfile.h" "3"
"imageviewerplugin.cpp" "3"
"imageviewerplugin.h" "3"
-"imageviewertoolbar.ui" "3"
+"imageviewertr.h" "3"
"multiexportdialog.cpp" "3"
"multiexportdialog.h" "3"
"IncrediBuild" "2"
"incredibuild.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"IncrediBuild.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"buildconsolebuildstep.cpp" "3"
@@ -8081,25 +7445,24 @@
"incredibuild_global.h" "3"
"incredibuildconstants.h" "3"
"incredibuildplugin.cpp" "3"
-"incredibuildplugin.h" "3"
+"incredibuildtr.h" "3"
"makecommandbuilder.cpp" "3"
"makecommandbuilder.h" "3"
"Ios" "2"
"ios.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Ios.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"createsimulatordialog.cpp" "3"
"createsimulatordialog.h" "3"
-"createsimulatordialog.ui" "3"
"ios.qrc" "3"
"/ios" "4"
"images" "5"
@@ -8132,35 +7495,38 @@
"iosrunner.h" "3"
"iossettingspage.cpp" "3"
"iossettingspage.h" "3"
-"iossettingswidget.cpp" "3"
-"iossettingswidget.h" "3"
-"iossettingswidget.ui" "3"
"iossimulator.cpp" "3"
"iossimulator.h" "3"
"iostoolhandler.cpp" "3"
"iostoolhandler.h" "3"
+"iostr.h" "3"
"simulatorcontrol.cpp" "3"
"simulatorcontrol.h" "3"
"simulatorinfomodel.cpp" "3"
"simulatorinfomodel.h" "3"
"simulatoroperationdialog.cpp" "3"
"simulatoroperationdialog.h" "3"
-"simulatoroperationdialog.ui" "3"
"LanguageClient" "2"
"languageclient.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"LanguageClient.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
+"callhierarchy.cpp" "3"
+"callhierarchy.h" "3"
"client.cpp" "3"
"client.h" "3"
+"clientrequest.cpp" "3"
+"clientrequest.h" "3"
+"currentdocumentsymbolsrequest.cpp" "3"
+"currentdocumentsymbolsrequest.h" "3"
"diagnosticmanager.cpp" "3"
"diagnosticmanager.h" "3"
"documentsymbolcache.cpp" "3"
@@ -8196,6 +7562,7 @@
"languageclientsettings.h" "3"
"languageclientsymbolsupport.cpp" "3"
"languageclientsymbolsupport.h" "3"
+"languageclienttr.h" "3"
"languageclientutils.cpp" "3"
"languageclientutils.h" "3"
"locatorfilter.cpp" "3"
@@ -8208,51 +7575,17 @@
"semantichighlightsupport.h" "3"
"snippet.cpp" "3"
"snippet.h" "3"
-"LogoImages" "2"
-"logo.qbs:3" "3"
-"16x16" "3"
-"logo.qbs:7" "4"
-"16" "4"
-"QtProject-qtcreator.png" "5"
-"24x24" "3"
-"logo.qbs:14" "4"
-"24" "4"
-"QtProject-qtcreator.png" "5"
-"32x32" "3"
-"logo.qbs:21" "4"
-"32" "4"
-"QtProject-qtcreator.png" "5"
-"48x48" "3"
-"logo.qbs:28" "4"
-"48" "4"
-"QtProject-qtcreator.png" "5"
-"64x64" "3"
-"logo.qbs:35" "4"
-"64" "4"
-"QtProject-qtcreator.png" "5"
-"128x128" "3"
-"logo.qbs:42" "4"
-"128" "4"
-"QtProject-qtcreator.png" "5"
-"256x256" "3"
-"logo.qbs:49" "4"
-"256" "4"
-"QtProject-qtcreator.png" "5"
-"512x512" "3"
-"logo.qbs:56" "4"
-"512" "4"
-"QtProject-qtcreator.png" "5"
"Macros" "2"
"macros.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Macros.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"actionmacrohandler.cpp" "3"
@@ -8271,9 +7604,6 @@
"macromanager.h" "3"
"macrooptionspage.cpp" "3"
"macrooptionspage.h" "3"
-"macrooptionswidget.cpp" "3"
-"macrooptionswidget.h" "3"
-"macrooptionswidget.ui" "3"
"macros.qrc" "3"
"/macros" "4"
"images" "5"
@@ -8281,100 +7611,56 @@
"macrosconstants.h" "3"
"macrosplugin.cpp" "3"
"macrosplugin.h" "3"
+"macrostr.h" "3"
"macrotextfind.cpp" "3"
"macrotextfind.h" "3"
"savedialog.cpp" "3"
"savedialog.h" "3"
-"savedialog.ui" "3"
"texteditormacrohandler.cpp" "3"
"texteditormacrohandler.h" "3"
"Marketplace" "2"
"marketplace.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Marketplace.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"marketplaceplugin.h" "3"
+"marketplacetr.h" "3"
"productlistmodel.cpp" "3"
"productlistmodel.h" "3"
"qtmarketplacewelcomepage.cpp" "3"
"qtmarketplacewelcomepage.h" "3"
"McuSupport" "2"
"mcusupport.qbs:3" "3"
-"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"McuSupport.json.in" "4"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"mcusupport.qrc" "3"
-"/mcusupport" "4"
-"images" "5"
-"mcusupportdevice.png" "6"
-"mcusupportdevice@2x.png" "6"
-"mcusupportdevicesmall.png" "6"
-"mcusupportdevicesmall@2x.png" "6"
-"wizards" "5"
-"application" "6"
-"CMakeLists.txt" "7"
-"main.qml.tpl" "7"
-"project.qmlproject.tpl" "7"
-"wizard.json" "7"
-"icon.png" "6"
-"icon@2x.png" "6"
-"mcusupportcmakemapper.cpp" "3"
-"mcusupportcmakemapper.h" "3"
-"mcusupportconstants.h" "3"
-"mcusupportdevice.cpp" "3"
-"mcusupportdevice.h" "3"
-"mcusupportoptions.cpp" "3"
-"mcusupportoptions.h" "3"
-"mcusupportoptionspage.cpp" "3"
-"mcusupportoptionspage.h" "3"
-"mcusupportplugin.cpp" "3"
-"mcusupportplugin.h" "3"
-"mcusupportrunconfiguration.cpp" "3"
-"mcusupportrunconfiguration.h" "3"
-"mcusupportsdk.cpp" "3"
-"mcusupportsdk.h" "3"
-"mcusupportversiondetection.cpp" "3"
-"mcusupportversiondetection.h" "3"
"Mercurial" "2"
"mercurial.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Mercurial.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
"authenticationdialog.cpp" "3"
"authenticationdialog.h" "3"
-"authenticationdialog.ui" "3"
"commiteditor.cpp" "3"
"commiteditor.h" "3"
"constants.h" "3"
"mercurialclient.cpp" "3"
"mercurialclient.h" "3"
-"mercurialcommitpanel.ui" "3"
"mercurialcommitwidget.cpp" "3"
"mercurialcommitwidget.h" "3"
"mercurialeditor.cpp" "3"
@@ -8383,210 +7669,184 @@
"mercurialplugin.h" "3"
"mercurialsettings.cpp" "3"
"mercurialsettings.h" "3"
+"mercurialtr.h" "3"
"revertdialog.cpp" "3"
"revertdialog.h" "3"
-"revertdialog.ui" "3"
"srcdestdialog.cpp" "3"
"srcdestdialog.h" "3"
-"srcdestdialog.ui" "3"
"MesonProjectManager" "2"
"mesonprojectmanager.qbs:3" "3"
"mesoninfoparser" "3"
-"mesonprojectmanager.qbs:133" "4"
+"mesonprojectmanager.qbs:113" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
-"exewrappers" "4"
-"mesontools.h" "5"
-"mesonwrapper.cpp" "5"
-"mesonwrapper.h" "5"
-"ninjawrapper.h" "5"
-"toolwrapper.cpp" "5"
-"toolwrapper.h" "5"
-"mesoninfoparser" "4"
-"mesoninfoparser.h" "5"
"tests" "4"
"testmesoninfoparser.cpp" "5"
+"mesoninfoparser.h" "4"
+"mesontools.h" "4"
+"mesonwrapper.cpp" "4"
+"mesonwrapper.h" "4"
+"ninjawrapper.h" "4"
+"toolwrapper.cpp" "4"
+"toolwrapper.h" "4"
"mesonparser" "3"
-"mesonprojectmanager.qbs:173" "4"
+"mesonprojectmanager.qbs:151" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
-"mesonoutputparser.cpp" "5"
-"mesonoutputparser.h" "5"
"tests" "4"
"testmesonparser.cpp" "5"
+"mesonoutputparser.cpp" "4"
+"mesonoutputparser.h" "4"
"MesonProjectManager" "3"
"mesonprojectmanager.qbs:10" "4"
"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
+"QtcPlugin.qbs:39" "5"
"MesonProjectManager.json.in" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
-"exewrappers" "4"
-"mesontools.cpp" "5"
-"mesontools.h" "5"
-"mesonwrapper.cpp" "5"
-"mesonwrapper.h" "5"
-"ninjawrapper.h" "5"
-"toolwrapper.cpp" "5"
-"toolwrapper.h" "5"
-"kithelper" "4"
-"kitdata.h" "5"
-"kithelper.h" "5"
-"machinefiles" "4"
-"machinefilemanager.cpp" "5"
-"machinefilemanager.h" "5"
-"nativefilegenerator.cpp" "5"
-"nativefilegenerator.h" "5"
-"mesonactionsmanager" "4"
-"mesonactionsmanager.cpp" "5"
-"mesonactionsmanager.h" "5"
-"mesoninfoparser" "4"
-"parsers" "5"
-"buildoptionsparser.h" "6"
-"buildsystemfilesparser.h" "6"
-"common.h" "6"
-"infoparser.h" "6"
-"targetparser.h" "6"
-"buildoptions.h" "5"
-"mesoninfo.h" "5"
-"mesoninfoparser.h" "5"
-"target.h" "5"
-"project" "4"
-"buildoptions" "5"
-"optionsmodel" "6"
-"arrayoptionlineedit.cpp" "7"
-"arrayoptionlineedit.h" "7"
-"buildoptionsmodel.cpp" "7"
-"buildoptionsmodel.h" "7"
-"mesonbuildsettingswidget.cpp" "6"
-"mesonbuildsettingswidget.h" "6"
-"mesonbuildsettingswidget.ui" "6"
-"outputparsers" "5"
-"mesonoutputparser.cpp" "6"
-"mesonoutputparser.h" "6"
-"ninjaparser.cpp" "6"
-"ninjaparser.h" "6"
-"projecttree" "5"
-"mesonprojectnodes.cpp" "6"
-"mesonprojectnodes.h" "6"
-"projecttree.cpp" "6"
-"projecttree.h" "6"
-"mesonbuildconfiguration.cpp" "5"
-"mesonbuildconfiguration.h" "5"
-"mesonbuildsystem.cpp" "5"
-"mesonbuildsystem.h" "5"
-"mesonprocess.cpp" "5"
-"mesonprocess.h" "5"
-"mesonproject.cpp" "5"
-"mesonproject.h" "5"
-"mesonprojectimporter.cpp" "5"
-"mesonprojectimporter.h" "5"
-"mesonprojectparser.cpp" "5"
-"mesonprojectparser.h" "5"
-"mesonrunconfiguration.cpp" "5"
-"mesonrunconfiguration.h" "5"
-"ninjabuildstep.cpp" "5"
-"ninjabuildstep.h" "5"
-"settings" "4"
-"general" "5"
-"settings.cpp" "6"
-"settings.h" "6"
-"tools" "5"
-"kitaspect" "6"
-"mesontoolkitaspect.cpp" "7"
-"mesontoolkitaspect.h" "7"
-"ninjatoolkitaspect.cpp" "7"
-"ninjatoolkitaspect.h" "7"
-"toolkitaspectwidget.cpp" "7"
-"toolkitaspectwidget.h" "7"
-"toolitemsettings.cpp" "6"
-"toolitemsettings.h" "6"
-"toolitemsettings.ui" "6"
-"toolsmodel.cpp" "6"
-"toolsmodel.h" "6"
-"toolssettingsaccessor.cpp" "6"
-"toolssettingsaccessor.h" "6"
-"toolssettingspage.cpp" "6"
-"toolssettingspage.h" "6"
-"toolssettingswidget.cpp" "6"
-"toolssettingswidget.h" "6"
-"toolssettingswidget.ui" "6"
-"tooltreeitem.cpp" "6"
-"tooltreeitem.h" "6"
+"arrayoptionlineedit.cpp" "4"
+"arrayoptionlineedit.h" "4"
+"buildoptions.h" "4"
+"buildoptionsmodel.cpp" "4"
+"buildoptionsmodel.h" "4"
+"buildoptionsparser.h" "4"
+"buildsystemfilesparser.h" "4"
+"common.h" "4"
+"infoparser.h" "4"
+"kitdata.h" "4"
+"mesonactionsmanager.cpp" "4"
+"mesonactionsmanager.h" "4"
+"mesonbuildconfiguration.cpp" "4"
+"mesonbuildconfiguration.h" "4"
+"mesonbuildsystem.cpp" "4"
+"mesonbuildsystem.h" "4"
+"mesoninfo.h" "4"
+"mesoninfoparser.h" "4"
+"mesonoutputparser.cpp" "4"
+"mesonoutputparser.h" "4"
"mesonpluginconstants.h" "4"
+"mesonproject.cpp" "4"
+"mesonproject.h" "4"
+"mesonprojectimporter.cpp" "4"
+"mesonprojectimporter.h" "4"
+"mesonprojectmanagertr.h" "4"
+"mesonprojectnodes.cpp" "4"
+"mesonprojectnodes.h" "4"
+"mesonprojectparser.cpp" "4"
+"mesonprojectparser.h" "4"
"mesonprojectplugin.cpp" "4"
-"mesonprojectplugin.h" "4"
-"resources.qrc" "4"
+"mesonrunconfiguration.cpp" "4"
+"mesonrunconfiguration.h" "4"
+"mesontoolkitaspect.cpp" "4"
+"mesontoolkitaspect.h" "4"
+"mesontools.cpp" "4"
+"mesontools.h" "4"
+"mesonwrapper.cpp" "4"
+"mesonwrapper.h" "4"
+"ninjabuildstep.cpp" "4"
+"ninjabuildstep.h" "4"
+"ninjaparser.cpp" "4"
+"ninjaparser.h" "4"
+"ninjatoolkitaspect.cpp" "4"
+"ninjatoolkitaspect.h" "4"
+"ninjawrapper.h" "4"
+"projecttree.cpp" "4"
+"projecttree.h" "4"
+"resources_meson.qrc" "4"
"/mesonproject" "5"
"icons" "6"
"meson_bw_logo.png" "7"
"meson_bw_logo@2x.png" "7"
"meson_logo.png" "7"
+"settings.cpp" "4"
+"settings.h" "4"
+"target.h" "4"
+"targetparser.h" "4"
+"toolitemsettings.cpp" "4"
+"toolitemsettings.h" "4"
+"toolkitaspectwidget.cpp" "4"
+"toolkitaspectwidget.h" "4"
+"toolsmodel.cpp" "4"
+"toolsmodel.h" "4"
+"toolssettingsaccessor.cpp" "4"
+"toolssettingsaccessor.h" "4"
+"toolssettingspage.cpp" "4"
+"toolssettingspage.h" "4"
+"tooltreeitem.cpp" "4"
+"tooltreeitem.h" "4"
+"toolwrapper.cpp" "4"
+"toolwrapper.h" "4"
"versionhelper.h" "4"
"mesonwrapper" "3"
-"mesonprojectmanager.qbs:112" "4"
+"mesonprojectmanager.qbs:93" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
-"exewrappers" "4"
-"mesontools.h" "5"
-"mesonwrapper.cpp" "5"
-"mesonwrapper.h" "5"
-"ninjawrapper.h" "5"
-"toolwrapper.cpp" "5"
-"toolwrapper.h" "5"
"tests" "4"
"testmesonwrapper.cpp" "5"
+"mesontools.h" "4"
+"mesonwrapper.cpp" "4"
+"mesonwrapper.h" "4"
+"ninjawrapper.h" "4"
+"toolwrapper.cpp" "4"
+"toolwrapper.h" "4"
"ninjaparser" "3"
-"mesonprojectmanager.qbs:155" "4"
+"mesonprojectmanager.qbs:134" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
-"mesoninfoparser" "4"
-"mesoninfoparser.h" "5"
-"ninjaparser.cpp" "5"
-"ninjaparser.h" "5"
"tests" "4"
"testninjaparser.cpp" "5"
+"mesoninfoparser.h" "4"
+"ninjaparser.cpp" "4"
+"ninjaparser.h" "4"
"ModelEditor" "2"
"modeleditor.qbs:5" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"ModelEditor.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"resources" "3"
@@ -8621,6 +7881,7 @@
"modeleditor_plugin.h" "3"
"modeleditorfactory.cpp" "3"
"modeleditorfactory.h" "3"
+"modeleditortr.h" "3"
"modelindexer.cpp" "3"
"modelindexer.h" "3"
"modelsmanager.cpp" "3"
@@ -8635,14 +7896,12 @@
"pxnodecontroller.h" "3"
"pxnodeutilities.cpp" "3"
"pxnodeutilities.h" "3"
-"settingscontroller.cpp" "3"
-"settingscontroller.h" "3"
"uicontroller.cpp" "3"
"uicontroller.h" "3"
"Nim" "2"
"nim.qbs:3" "3"
"Editor" "3"
-"nim.qbs:24" "4"
+"nim.qbs:25" "4"
"nimcompletionassistprovider.cpp" "4"
"nimcompletionassistprovider.h" "4"
"nimeditorfactory.cpp" "4"
@@ -8663,11 +7922,12 @@
"nimconstants.h" "4"
"nimplugin.cpp" "4"
"nimplugin.h" "4"
+"nimtr.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Nim.json.in" "4"
"Project" "3"
-"nim.qbs:36" "4"
+"nim.qbs:37" "4"
"nimblebuildconfiguration.cpp" "4"
"nimblebuildconfiguration.h" "4"
"nimblebuildstep.cpp" "4"
@@ -8696,25 +7956,22 @@
"nimrunconfiguration.h" "4"
"nimtoolchain.cpp" "4"
"nimtoolchain.h" "4"
-"nimtoolchainfactory.cpp" "4"
-"nimtoolchainfactory.h" "4"
"Settings" "3"
"nim.qbs:58" "4"
"nimcodestylepreferencesfactory.cpp" "4"
"nimcodestylepreferencesfactory.h" "4"
"nimcodestylepreferenceswidget.cpp" "4"
"nimcodestylepreferenceswidget.h" "4"
-"nimcodestylepreferenceswidget.ui" "4"
"nimcodestylesettingspage.cpp" "4"
"nimcodestylesettingspage.h" "4"
"nimsettings.cpp" "4"
"nimsettings.h" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Suggest" "3"
@@ -8739,24 +7996,22 @@
"Perforce" "2"
"perforce.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Perforce.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"annotationhighlighter.cpp" "3"
"annotationhighlighter.h" "3"
"changenumberdialog.cpp" "3"
"changenumberdialog.h" "3"
-"changenumberdialog.ui" "3"
"pendingchangesdialog.cpp" "3"
"pendingchangesdialog.h" "3"
-"pendingchangesdialog.ui" "3"
"perforcechecker.cpp" "3"
"perforcechecker.h" "3"
"perforceeditor.cpp" "3"
@@ -8769,18 +8024,21 @@
"perforcesubmiteditor.h" "3"
"perforcesubmiteditorwidget.cpp" "3"
"perforcesubmiteditorwidget.h" "3"
-"submitpanel.ui" "3"
+"perforcetr.h" "3"
"PerfProfiler" "2"
"perfprofiler.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"PerfProfiler.json.in" "4"
+"Qml Files" "3"
+"perfprofiler.qbs:66" "4"
+"PerfProfilerFlameGraphView.qml" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Unit tests" "3"
@@ -8794,22 +8052,15 @@
"probe.file.ptr" "6"
"perfconfigeventsmodel.cpp" "3"
"perfconfigeventsmodel.h" "3"
-"perfconfigwidget.cpp" "3"
-"perfconfigwidget.h" "3"
"perfdatareader.cpp" "3"
"perfdatareader.h" "3"
"perfevent.h" "3"
"perfeventtype.h" "3"
"perfloaddialog.cpp" "3"
"perfloaddialog.h" "3"
-"perfloaddialog.ui" "3"
-"perfoptionspage.cpp" "3"
-"perfoptionspage.h" "3"
"perfprofiler.qrc" "3"
"/perfprofiler" "4"
"tracepoints.sh" "5"
-"/QtCreator/PerfProfiler" "4"
-"PerfProfilerFlameGraphView.qml" "5"
"perfprofilerconstants.h" "3"
"perfprofilerflamegraphmodel.cpp" "3"
"perfprofilerflamegraphmodel.h" "3"
@@ -8825,6 +8076,7 @@
"perfprofilerstatisticsview.h" "3"
"perfprofilertool.cpp" "3"
"perfprofilertool.h" "3"
+"perfprofilertr.h" "3"
"perfprofilertracefile.cpp" "3"
"perfprofilertracefile.h" "3"
"perfprofilertracemanager.cpp" "3"
@@ -8845,588 +8097,35 @@
"perftimelineresourcesrenderpass.h" "3"
"perftracepointdialog.cpp" "3"
"perftracepointdialog.h" "3"
-"perftracepointdialog.ui" "3"
"ProjectExplorer" "2"
-"projectexplorer.qbs:3" "3"
-"ProjectExplorer" "3"
-"projectexplorer.qbs:6" "4"
-"CustomWizard" "4"
-"projectexplorer.qbs:195" "5"
-"customwizard.cpp" "5"
-"customwizard.h" "5"
-"customwizardpage.cpp" "5"
-"customwizardpage.h" "5"
-"customwizardparameters.cpp" "5"
-"customwizardparameters.h" "5"
-"customwizardscriptgenerator.cpp" "5"
-"customwizardscriptgenerator.h" "5"
-"Device Support" "4"
-"projectexplorer.qbs:206" "5"
-"desktopdevice.cpp" "5"
-"desktopdevice.h" "5"
-"desktopdevicefactory.cpp" "5"
-"desktopdevicefactory.h" "5"
-"desktopdeviceprocess.cpp" "5"
-"desktopdeviceprocess.h" "5"
-"desktopprocesssignaloperation.cpp" "5"
-"desktopprocesssignaloperation.h" "5"
-"devicecheckbuildstep.cpp" "5"
-"devicecheckbuildstep.h" "5"
-"devicefactoryselectiondialog.cpp" "5"
-"devicefactoryselectiondialog.h" "5"
-"devicefactoryselectiondialog.ui" "5"
-"devicemanager.cpp" "5"
-"devicemanager.h" "5"
-"devicemanagermodel.cpp" "5"
-"devicemanagermodel.h" "5"
-"deviceprocess.cpp" "5"
-"deviceprocess.h" "5"
-"deviceprocessesdialog.cpp" "5"
-"deviceprocessesdialog.h" "5"
-"deviceprocesslist.cpp" "5"
-"deviceprocesslist.h" "5"
-"devicesettingspage.cpp" "5"
-"devicesettingspage.h" "5"
-"devicesettingswidget.cpp" "5"
-"devicesettingswidget.h" "5"
-"devicesettingswidget.ui" "5"
-"devicetestdialog.cpp" "5"
-"devicetestdialog.h" "5"
-"devicetestdialog.ui" "5"
-"deviceusedportsgatherer.cpp" "5"
-"deviceusedportsgatherer.h" "5"
-"idevice.cpp" "5"
-"idevice.h" "5"
-"idevicefactory.cpp" "5"
-"idevicefactory.h" "5"
-"idevicewidget.h" "5"
-"localprocesslist.cpp" "5"
-"localprocesslist.h" "5"
-"sshdeviceprocess.cpp" "5"
-"sshdeviceprocess.h" "5"
-"sshdeviceprocesslist.cpp" "5"
-"sshdeviceprocesslist.h" "5"
-"sshsettingspage.cpp" "5"
-"sshsettingspage.h" "5"
-"General" "4"
-"projectexplorer.qbs:21" "5"
-"abi.cpp" "5"
-"abi.h" "5"
-"abiwidget.cpp" "5"
-"abiwidget.h" "5"
-"abstractprocessstep.cpp" "5"
-"abstractprocessstep.h" "5"
-"addrunconfigdialog.cpp" "5"
-"addrunconfigdialog.h" "5"
-"allprojectsfilter.cpp" "5"
-"allprojectsfilter.h" "5"
-"allprojectsfind.cpp" "5"
-"allprojectsfind.h" "5"
-"applicationlauncher.cpp" "5"
-"applicationlauncher.h" "5"
-"appoutputpane.cpp" "5"
-"appoutputpane.h" "5"
-"baseprojectwizarddialog.cpp" "5"
-"baseprojectwizarddialog.h" "5"
-"buildaspects.cpp" "5"
-"buildaspects.h" "5"
-"buildconfiguration.cpp" "5"
-"buildconfiguration.h" "5"
-"buildinfo.cpp" "5"
-"buildinfo.h" "5"
-"buildmanager.cpp" "5"
-"buildmanager.h" "5"
-"buildprogress.cpp" "5"
-"buildprogress.h" "5"
-"buildpropertiessettings.cpp" "5"
-"buildpropertiessettings.h" "5"
-"buildsettingspropertiespage.cpp" "5"
-"buildsettingspropertiespage.h" "5"
-"buildstep.cpp" "5"
-"buildstep.h" "5"
-"buildsteplist.cpp" "5"
-"buildsteplist.h" "5"
-"buildstepspage.cpp" "5"
-"buildstepspage.h" "5"
-"buildsystem.cpp" "5"
-"buildsystem.h" "5"
-"buildtargetinfo.h" "5"
-"buildtargettype.h" "5"
-"clangparser.cpp" "5"
-"clangparser.h" "5"
-"codestylesettingspropertiespage.cpp" "5"
-"codestylesettingspropertiespage.h" "5"
-"codestylesettingspropertiespage.ui" "5"
-"compileoutputwindow.cpp" "5"
-"compileoutputwindow.h" "5"
-"configtaskhandler.cpp" "5"
-"configtaskhandler.h" "5"
-"copytaskhandler.cpp" "5"
-"copytaskhandler.h" "5"
-"currentprojectfilter.cpp" "5"
-"currentprojectfilter.h" "5"
-"currentprojectfind.cpp" "5"
-"currentprojectfind.h" "5"
-"customexecutablerunconfiguration.cpp" "5"
-"customexecutablerunconfiguration.h" "5"
-"customparser.cpp" "5"
-"customparser.h" "5"
-"customparserconfigdialog.cpp" "5"
-"customparserconfigdialog.h" "5"
-"customparserconfigdialog.ui" "5"
-"customparserssettingspage.cpp" "5"
-"customparserssettingspage.h" "5"
-"customtoolchain.cpp" "5"
-"customtoolchain.h" "5"
-"dependenciespanel.cpp" "5"
-"dependenciespanel.h" "5"
-"deployablefile.cpp" "5"
-"deployablefile.h" "5"
-"deployconfiguration.cpp" "5"
-"deployconfiguration.h" "5"
-"deploymentdata.cpp" "5"
-"deploymentdata.h" "5"
-"deploymentdataview.cpp" "5"
-"deploymentdataview.h" "5"
-"desktoprunconfiguration.cpp" "5"
-"desktoprunconfiguration.h" "5"
-"editorconfiguration.cpp" "5"
-"editorconfiguration.h" "5"
-"editorsettingspropertiespage.cpp" "5"
-"editorsettingspropertiespage.h" "5"
-"editorsettingspropertiespage.ui" "5"
-"environmentaspect.cpp" "5"
-"environmentaspect.h" "5"
-"environmentaspectwidget.cpp" "5"
-"environmentaspectwidget.h" "5"
-"environmentwidget.cpp" "5"
-"environmentwidget.h" "5"
-"expanddata.cpp" "5"
-"expanddata.h" "5"
-"extraabi.cpp" "5"
-"extraabi.h" "5"
-"extracompiler.cpp" "5"
-"extracompiler.h" "5"
-"fileinsessionfinder.cpp" "5"
-"fileinsessionfinder.h" "5"
-"filesinallprojectsfind.cpp" "5"
-"filesinallprojectsfind.h" "5"
-"filterkitaspectsdialog.cpp" "5"
-"filterkitaspectsdialog.h" "5"
-"foldernavigationwidget.cpp" "5"
-"foldernavigationwidget.h" "5"
-"gccparser.cpp" "5"
-"gccparser.h" "5"
-"gcctoolchain.cpp" "5"
-"gcctoolchain.h" "5"
-"gcctoolchainfactories.h" "5"
-"gnumakeparser.cpp" "5"
-"gnumakeparser.h" "5"
-"headerpath.h" "5"
-"importwidget.cpp" "5"
-"importwidget.h" "5"
-"ioutputparser.cpp" "5"
-"ioutputparser.h" "5"
-"ipotentialkit.h" "5"
-"itaskhandler.h" "5"
-"kit.cpp" "5"
-"kit.h" "5"
-"kitchooser.cpp" "5"
-"kitchooser.h" "5"
-"kitfeatureprovider.h" "5"
-"kitinformation.cpp" "5"
-"kitinformation.h" "5"
-"kitmanager.cpp" "5"
-"kitmanager.h" "5"
-"kitmanagerconfigwidget.cpp" "5"
-"kitmanagerconfigwidget.h" "5"
-"kitmodel.cpp" "5"
-"kitmodel.h" "5"
-"kitoptionspage.cpp" "5"
-"kitoptionspage.h" "5"
-"ldparser.cpp" "5"
-"ldparser.h" "5"
-"linuxiccparser.cpp" "5"
-"linuxiccparser.h" "5"
-"lldparser.cpp" "5"
-"lldparser.h" "5"
-"localenvironmentaspect.cpp" "5"
-"localenvironmentaspect.h" "5"
-"makestep.cpp" "5"
-"makestep.h" "5"
-"miniprojecttargetselector.cpp" "5"
-"miniprojecttargetselector.h" "5"
-"msvcparser.cpp" "5"
-"msvcparser.h" "5"
-"namedwidget.cpp" "5"
-"namedwidget.h" "5"
-"osparser.cpp" "5"
-"osparser.h" "5"
-"panelswidget.cpp" "5"
-"panelswidget.h" "5"
-"parseissuesdialog.cpp" "5"
-"parseissuesdialog.h" "5"
-"processparameters.cpp" "5"
-"processparameters.h" "5"
-"processstep.cpp" "5"
-"processstep.h" "5"
-"project.cpp" "5"
-"project.h" "5"
-"projectconfiguration.cpp" "5"
-"projectconfiguration.h" "5"
-"projectconfigurationmodel.cpp" "5"
-"projectconfigurationmodel.h" "5"
-"projectexplorer.cpp" "5"
-"projectexplorer.h" "5"
-"projectexplorer.qrc" "5"
-"/projectexplorer" "6"
-"images" "7"
-"analyzer_overlay_small.png" "8"
-"analyzer_overlay_small@2x.png" "8"
-"build_hammerhandle_mask.png" "8"
-"build_hammerhandle_mask@2x.png" "8"
-"build_hammerhead_mask.png" "8"
-"build_hammerhead_mask@2x.png" "8"
-"buildhammerhandle.png" "8"
-"buildhammerhandle@2x.png" "8"
-"buildhammerhead.png" "8"
-"buildhammerhead@2x.png" "8"
-"BuildSettings.png" "8"
-"buildstepdisable.png" "8"
-"buildstepdisable@2x.png" "8"
-"buildstepmovedown.png" "8"
-"buildstepmovedown@2x.png" "8"
-"buildstepmoveup.png" "8"
-"buildstepmoveup@2x.png" "8"
-"buildstepremove.png" "8"
-"buildstepremove@2x.png" "8"
-"cancelbuild_overlay.png" "8"
-"cancelbuild_overlay@2x.png" "8"
-"CodeStyleSettings.png" "8"
-"continue_1_small.png" "8"
-"continue_1_small@2x.png" "8"
-"continue_2_small.png" "8"
-"continue_2_small@2x.png" "8"
-"debugger_beetle_mask.png" "8"
-"debugger_beetle_mask@2x.png" "8"
-"debugger_overlay_small.png" "8"
-"debugger_overlay_small@2x.png" "8"
-"debugger_start.png" "8"
-"debugger_start@2x.png" "8"
-"desktopdevice.png" "8"
-"desktopdevice@2x.png" "8"
-"devicestatusindicator.png" "8"
-"devicestatusindicator@2x.png" "8"
-"EditorSettings.png" "8"
-"fileoverlay_cpp.png" "8"
-"fileoverlay_cpp@2x.png" "8"
-"fileoverlay_group.png" "8"
-"fileoverlay_group@2x.png" "8"
-"fileoverlay_h.png" "8"
-"fileoverlay_h@2x.png" "8"
-"fileoverlay_modules.png" "8"
-"fileoverlay_modules@2x.png" "8"
-"fileoverlay_product.png" "8"
-"fileoverlay_product@2x.png" "8"
-"fileoverlay_py.png" "8"
-"fileoverlay_py@2x.png" "8"
-"fileoverlay_qml.png" "8"
-"fileoverlay_qml@2x.png" "8"
-"fileoverlay_qrc.png" "8"
-"fileoverlay_qrc@2x.png" "8"
-"fileoverlay_qt.png" "8"
-"fileoverlay_qt@2x.png" "8"
-"fileoverlay_scxml.png" "8"
-"fileoverlay_scxml@2x.png" "8"
-"fileoverlay_ui.png" "8"
-"fileoverlay_ui@2x.png" "8"
-"fileoverlay_unknown.png" "8"
-"fileoverlay_unknown@2x.png" "8"
-"importasproject.png" "8"
-"importasproject@2x.png" "8"
-"mode_project_mask.png" "8"
-"mode_project_mask@2x.png" "8"
-"ProjectDependencies.png" "8"
-"rebuildhammerhandles.png" "8"
-"rebuildhammerhandles@2x.png" "8"
-"rebuildhammerheads.png" "8"
-"rebuildhammerheads@2x.png" "8"
-"run_mask.png" "8"
-"run_mask@2x.png" "8"
-"RunSettings.png" "8"
-"settingscategory_buildrun.png" "8"
-"settingscategory_buildrun@2x.png" "8"
-"settingscategory_cpp.png" "8"
-"settingscategory_cpp@2x.png" "8"
-"settingscategory_devices.png" "8"
-"settingscategory_devices@2x.png" "8"
-"settingscategory_kits.png" "8"
-"settingscategory_kits@2x.png" "8"
-"targetpanel_bottom.png" "8"
-"unconfigured.png" "8"
-"window.png" "8"
-"projectexplorerconstants.cpp" "5"
-"projectexplorerconstants.h" "5"
-"projectexplorericons.cpp" "5"
-"projectexplorericons.h" "5"
-"projectexplorersettings.h" "5"
-"projectexplorersettingspage.cpp" "5"
-"projectexplorersettingspage.h" "5"
-"projectexplorersettingspage.ui" "5"
-"projectfilewizardextension.cpp" "5"
-"projectfilewizardextension.h" "5"
-"projectimporter.cpp" "5"
-"projectimporter.h" "5"
-"projectmacro.cpp" "5"
-"projectmacro.h" "5"
-"projectmanager.h" "5"
-"projectmodels.cpp" "5"
-"projectmodels.h" "5"
-"projectnodes.cpp" "5"
-"projectnodes.h" "5"
-"projectpanelfactory.cpp" "5"
-"projectpanelfactory.h" "5"
-"projecttree.cpp" "5"
-"projecttree.h" "5"
-"projecttreewidget.cpp" "5"
-"projecttreewidget.h" "5"
-"projectwindow.cpp" "5"
-"projectwindow.h" "5"
-"projectwizardpage.cpp" "5"
-"projectwizardpage.h" "5"
-"projectwizardpage.ui" "5"
-"rawprojectpart.cpp" "5"
-"rawprojectpart.h" "5"
-"removetaskhandler.cpp" "5"
-"removetaskhandler.h" "5"
-"runconfiguration.cpp" "5"
-"runconfiguration.h" "5"
-"runconfigurationaspects.cpp" "5"
-"runconfigurationaspects.h" "5"
-"runcontrol.cpp" "5"
-"runcontrol.h" "5"
-"runsettingspropertiespage.cpp" "5"
-"runsettingspropertiespage.h" "5"
-"selectablefilesmodel.cpp" "5"
-"selectablefilesmodel.h" "5"
-"session.cpp" "5"
-"session.h" "5"
-"sessiondialog.cpp" "5"
-"sessiondialog.h" "5"
-"sessiondialog.ui" "5"
-"sessionmodel.cpp" "5"
-"sessionmodel.h" "5"
-"sessionview.cpp" "5"
-"sessionview.h" "5"
-"showineditortaskhandler.cpp" "5"
-"showineditortaskhandler.h" "5"
-"showoutputtaskhandler.cpp" "5"
-"showoutputtaskhandler.h" "5"
-"simpleprojectwizard.cpp" "5"
-"simpleprojectwizard.h" "5"
-"target.cpp" "5"
-"target.h" "5"
-"targetsettingspanel.cpp" "5"
-"targetsettingspanel.h" "5"
-"targetsetuppage.cpp" "5"
-"targetsetuppage.h" "5"
-"targetsetupwidget.cpp" "5"
-"targetsetupwidget.h" "5"
-"task.cpp" "5"
-"task.h" "5"
-"taskhub.cpp" "5"
-"taskhub.h" "5"
-"taskmodel.cpp" "5"
-"taskmodel.h" "5"
-"taskwindow.cpp" "5"
-"taskwindow.h" "5"
-"toolchain.cpp" "5"
-"toolchain.h" "5"
-"toolchaincache.h" "5"
-"toolchainconfigwidget.cpp" "5"
-"toolchainconfigwidget.h" "5"
-"toolchainmanager.cpp" "5"
-"toolchainmanager.h" "5"
-"toolchainoptionspage.cpp" "5"
-"toolchainoptionspage.h" "5"
-"toolchainsettingsaccessor.cpp" "5"
-"toolchainsettingsaccessor.h" "5"
-"treescanner.cpp" "5"
-"treescanner.h" "5"
-"userfileaccessor.cpp" "5"
-"userfileaccessor.h" "5"
-"vcsannotatetaskhandler.cpp" "5"
-"vcsannotatetaskhandler.h" "5"
-"waitforstopdialog.cpp" "5"
-"waitforstopdialog.h" "5"
-"xcodebuildparser.cpp" "5"
-"xcodebuildparser.h" "5"
-"Images" "4"
-"projectexplorer.qbs:235" "5"
-"analyzer_overlay_small.png" "5"
-"analyzer_overlay_small@2x.png" "5"
-"build_32.png" "5"
-"build_hammerhandle_mask.png" "5"
-"build_hammerhandle_mask@2x.png" "5"
-"build_hammerhead_mask.png" "5"
-"build_hammerhead_mask@2x.png" "5"
-"buildhammerhandle.png" "5"
-"buildhammerhandle@2x.png" "5"
-"buildhammerhead.png" "5"
-"buildhammerhead@2x.png" "5"
-"BuildSettings.png" "5"
-"buildstepdisable.png" "5"
-"buildstepdisable@2x.png" "5"
-"buildstepmovedown.png" "5"
-"buildstepmovedown@2x.png" "5"
-"buildstepmoveup.png" "5"
-"buildstepmoveup@2x.png" "5"
-"buildstepremove.png" "5"
-"buildstepremove@2x.png" "5"
-"cancelbuild_overlay.png" "5"
-"cancelbuild_overlay@2x.png" "5"
-"CodeStyleSettings.png" "5"
-"continue_1_small.png" "5"
-"continue_1_small@2x.png" "5"
-"continue_2_small.png" "5"
-"continue_2_small@2x.png" "5"
-"debugger_beetle_mask.png" "5"
-"debugger_beetle_mask@2x.png" "5"
-"debugger_overlay_small.png" "5"
-"debugger_overlay_small@2x.png" "5"
-"debugger_start.png" "5"
-"debugger_start@2x.png" "5"
-"desktopdevice.png" "5"
-"desktopdevice@2x.png" "5"
-"devicestatusindicator.png" "5"
-"devicestatusindicator@2x.png" "5"
-"EditorSettings.png" "5"
-"fileoverlay_cpp.png" "5"
-"fileoverlay_cpp@2x.png" "5"
-"fileoverlay_group.png" "5"
-"fileoverlay_group@2x.png" "5"
-"fileoverlay_h.png" "5"
-"fileoverlay_h@2x.png" "5"
-"fileoverlay_modules.png" "5"
-"fileoverlay_modules@2x.png" "5"
-"fileoverlay_product.png" "5"
-"fileoverlay_product@2x.png" "5"
-"fileoverlay_py.png" "5"
-"fileoverlay_py@2x.png" "5"
-"fileoverlay_qml.png" "5"
-"fileoverlay_qml@2x.png" "5"
-"fileoverlay_qrc.png" "5"
-"fileoverlay_qrc@2x.png" "5"
-"fileoverlay_qt.png" "5"
-"fileoverlay_qt@2x.png" "5"
-"fileoverlay_scxml.png" "5"
-"fileoverlay_scxml@2x.png" "5"
-"fileoverlay_ui.png" "5"
-"fileoverlay_ui@2x.png" "5"
-"fileoverlay_unknown.png" "5"
-"fileoverlay_unknown@2x.png" "5"
-"findallprojects.png" "5"
-"findproject.png" "5"
-"importasproject.png" "5"
-"importasproject@2x.png" "5"
-"mode_project_mask.png" "5"
-"mode_project_mask@2x.png" "5"
-"ProjectDependencies.png" "5"
-"rebuildhammerhandles.png" "5"
-"rebuildhammerhandles@2x.png" "5"
-"rebuildhammerheads.png" "5"
-"rebuildhammerheads@2x.png" "5"
-"run_mask.png" "5"
-"run_mask@2x.png" "5"
-"RunSettings.png" "5"
-"settingscategory_buildrun.png" "5"
-"settingscategory_buildrun@2x.png" "5"
-"settingscategory_cpp.png" "5"
-"settingscategory_cpp@2x.png" "5"
-"settingscategory_devices.png" "5"
-"settingscategory_devices@2x.png" "5"
-"settingscategory_kits.png" "5"
-"settingscategory_kits@2x.png" "5"
-"targetpanel_bottom.png" "5"
-"unconfigured.png" "5"
-"window.png" "5"
-"JsonWizard" "4"
-"projectexplorer.qbs:175" "5"
-"jsonfieldpage.cpp" "5"
-"jsonfieldpage.h" "5"
-"jsonfilepage.cpp" "5"
-"jsonfilepage.h" "5"
-"jsonkitspage.cpp" "5"
-"jsonkitspage.h" "5"
-"jsonprojectpage.cpp" "5"
-"jsonprojectpage.h" "5"
-"jsonsummarypage.cpp" "5"
-"jsonsummarypage.h" "5"
-"jsonwizard.cpp" "5"
-"jsonwizard.h" "5"
-"jsonwizardfactory.cpp" "5"
-"jsonwizardfactory.h" "5"
-"jsonwizardfilegenerator.cpp" "5"
-"jsonwizardfilegenerator.h" "5"
-"jsonwizardgeneratorfactory.cpp" "5"
-"jsonwizardgeneratorfactory.h" "5"
-"jsonwizardpagefactory_p.cpp" "5"
-"jsonwizardpagefactory_p.h" "5"
-"jsonwizardscannergenerator.cpp" "5"
-"jsonwizardscannergenerator.h" "5"
-"wizarddebug.h" "5"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"ProjectExplorer.json.in" "5"
-"Project Welcome Page" "4"
-"projectexplorer.qbs:167" "5"
-"projectwelcomepage.cpp" "5"
-"projectwelcomepage.h" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"Test resources" "4"
-"projectexplorer.qbs:258" "5"
-"generic-project.cflags" "6"
-"generic-project.config" "6"
-"generic-project.creator" "6"
-"generic-project.cxxflags" "6"
-"generic-project.files" "6"
-"generic-project.includes" "6"
-"main.cpp" "6"
-"Tests" "4"
-"projectexplorer.qbs:252" "5"
-"outputparser_test.cpp" "5"
-"outputparser_test.h" "5"
-"WindowsToolChains" "4"
-"projectexplorer.qbs:241" "5"
-"msvctoolchain.cpp" "5"
-"msvctoolchain.h" "5"
-"windebuginterface.cpp" "5"
-"windebuginterface.h" "5"
+"projectexplorer.qbs:1" "3"
"ptracepreload" "2"
"ptracepreload.qbs:3" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"ptracepreload.c" "3"
"Python" "2"
"python.qbs:3" "3"
"General" "3"
-"python.qbs:17" "4"
+"python.qbs:18" "4"
+"pipsupport.cpp" "4"
+"pipsupport.h" "4"
+"pyside.cpp" "4"
+"pyside.h" "4"
+"pysidebuildconfiguration.cpp" "4"
+"pysidebuildconfiguration.h" "4"
+"pysideuicextracompiler.cpp" "4"
+"pysideuicextracompiler.h" "4"
"python.qrc" "4"
"/python" "5"
"images" "6"
+"qtforpython_neon.png" "7"
"settingscategory_python.png" "7"
"settingscategory_python@2x.png" "7"
"pythonconstants.h" "4"
@@ -9437,6 +8136,8 @@
"pythonhighlighter.h" "4"
"pythonindenter.cpp" "4"
"pythonindenter.h" "4"
+"pythonlanguageclient.cpp" "4"
+"pythonlanguageclient.h" "4"
"pythonplugin.cpp" "4"
"pythonplugin.h" "4"
"pythonproject.cpp" "4"
@@ -9447,38 +8148,40 @@
"pythonscanner.h" "4"
"pythonsettings.cpp" "4"
"pythonsettings.h" "4"
+"pythontr.h" "4"
"pythonutils.cpp" "4"
"pythonutils.h" "4"
+"pythonwizardpage.cpp" "4"
+"pythonwizardpage.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Python.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"QbsProjectManager" "2"
"qbsprojectmanager.qbs:5" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"QbsProjectManager.json.in" "4"
"qbs qml type info" "3"
-"qbsprojectmanager.qbs:68" "4"
+"qbsprojectmanager.qbs:66" "4"
"qbs.qmltypes" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"customqbspropertiesdialog.cpp" "3"
"customqbspropertiesdialog.h" "3"
-"customqbspropertiesdialog.ui" "3"
"defaultpropertyprovider.cpp" "3"
"defaultpropertyprovider.h" "3"
"propertyprovider.h" "3"
@@ -9488,11 +8191,10 @@
"qbsbuildstep.h" "3"
"qbscleanstep.cpp" "3"
"qbscleanstep.h" "3"
-"qbscleanstepconfigwidget.ui" "3"
"qbsinstallstep.cpp" "3"
"qbsinstallstep.h" "3"
-"qbskitinformation.cpp" "3"
-"qbskitinformation.h" "3"
+"qbskitaspect.cpp" "3"
+"qbskitaspect.h" "3"
"qbsnodes.cpp" "3"
"qbsnodes.h" "3"
"qbsnodetreebuilder.cpp" "3"
@@ -9503,7 +8205,6 @@
"qbsprofilemanager.h" "3"
"qbsprofilessettingspage.cpp" "3"
"qbsprofilessettingspage.h" "3"
-"qbsprofilessettingswidget.ui" "3"
"qbsproject.cpp" "3"
"qbsproject.h" "3"
"qbsprojectimporter.cpp" "3"
@@ -9516,1490 +8217,1636 @@
"qbsprojectmanagerconstants.h" "3"
"qbsprojectmanagerplugin.cpp" "3"
"qbsprojectmanagerplugin.h" "3"
+"qbsprojectmanagertr.h" "3"
"qbsprojectparser.cpp" "3"
"qbsprojectparser.h" "3"
+"qbsrequest.cpp" "3"
+"qbsrequest.h" "3"
"qbssession.cpp" "3"
"qbssession.h" "3"
"qbssettings.cpp" "3"
"qbssettings.h" "3"
"QmakeProjectManager" "2"
-"qmakeprojectmanager.qbs:3" "3"
-"QmakeProjectManager" "3"
-"qmakeprojectmanager.qbs:6" "4"
-"Custom Widget Wizard" "4"
-"qmakeprojectmanager.qbs:54" "5"
-"classdefinition.cpp" "5"
-"classdefinition.h" "5"
-"classdefinition.ui" "5"
-"classlist.cpp" "5"
-"classlist.h" "5"
-"customwidgetpluginwizardpage.cpp" "5"
-"customwidgetpluginwizardpage.h" "5"
-"customwidgetpluginwizardpage.ui" "5"
-"customwidgetwidgetswizardpage.cpp" "5"
-"customwidgetwidgetswizardpage.h" "5"
-"customwidgetwidgetswizardpage.ui" "5"
-"customwidgetwizard.cpp" "5"
-"customwidgetwizard.h" "5"
-"customwidgetwizarddialog.cpp" "5"
-"customwidgetwizarddialog.h" "5"
-"filenamingparameters.h" "5"
-"plugingenerator.cpp" "5"
-"plugingenerator.h" "5"
-"pluginoptions.h" "5"
-"General" "4"
-"qmakeprojectmanager.qbs:23" "5"
-"addlibrarywizard.cpp" "5"
-"addlibrarywizard.h" "5"
-"externaleditors.cpp" "5"
-"externaleditors.h" "5"
-"librarydetailscontroller.cpp" "5"
-"librarydetailscontroller.h" "5"
-"librarydetailswidget.ui" "5"
-"makefileparse.cpp" "5"
-"makefileparse.h" "5"
-"profilecompletionassist.cpp" "5"
-"profilecompletionassist.h" "5"
-"profileeditor.cpp" "5"
-"profileeditor.h" "5"
-"profilehighlighter.cpp" "5"
-"profilehighlighter.h" "5"
-"profilehoverhandler.cpp" "5"
-"profilehoverhandler.h" "5"
-"qmakebuildconfiguration.cpp" "5"
-"qmakebuildconfiguration.h" "5"
-"qmakebuildinfo.h" "5"
-"qmakekitinformation.cpp" "5"
-"qmakekitinformation.h" "5"
-"qmakemakestep.cpp" "5"
-"qmakemakestep.h" "5"
-"qmakenodes.cpp" "5"
-"qmakenodes.h" "5"
-"qmakenodetreebuilder.cpp" "5"
-"qmakenodetreebuilder.h" "5"
-"qmakeparser.cpp" "5"
-"qmakeparser.h" "5"
-"qmakeparsernodes.cpp" "5"
-"qmakeparsernodes.h" "5"
-"qmakeproject.cpp" "5"
-"qmakeproject.h" "5"
-"qmakeprojectimporter.cpp" "5"
-"qmakeprojectimporter.h" "5"
-"qmakeprojectmanager.qrc" "5"
-"/qmakeprojectmanager" "6"
-"images" "7"
-"dark_headers.png" "8"
-"dark_sources.png" "8"
-"dark_unknown.png" "8"
-"qmakeprojectmanagerconstants.h" "5"
-"qmakeprojectmanagerplugin.cpp" "5"
-"qmakeprojectmanagerplugin.h" "5"
-"qmakesettings.cpp" "5"
-"qmakesettings.h" "5"
-"qmakestep.cpp" "5"
-"qmakestep.h" "5"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"QmakeProjectManager.json.in" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"Wizard Images" "4"
-"qmakeprojectmanager.qbs:82" "5"
-"gui.png" "5"
-"gui@2x.png" "5"
-"Wizards" "4"
-"qmakeprojectmanager.qbs:70" "5"
-"qtprojectparameters.cpp" "5"
-"qtprojectparameters.h" "5"
-"qtwizard.cpp" "5"
-"qtwizard.h" "5"
-"subdirsprojectwizard.cpp" "5"
-"subdirsprojectwizard.h" "5"
-"subdirsprojectwizarddialog.cpp" "5"
-"subdirsprojectwizarddialog.h" "5"
-"wizards.qrc" "5"
-"/wizards" "6"
-"images" "7"
-"gui.png" "8"
-"gui@2x.png" "8"
-"QML designer projects" "2"
-"qmldesigner.qbs:3" "3"
-"assetexporterplugin" "3"
-"assetexporterplugin.qbs:3" "4"
-"componentsplugin" "3"
-"componentsplugin.qbs:3" "4"
-"QmlDesigner" "3"
-"qmldesignerplugin.qbs:4" "4"
-"QmlDesigner" "4"
-"qmldesignerplugin.qbs:7" "5"
-"extension" "5"
-"qmldesignerplugin.qbs:732" "6"
-"annotationeditor" "6"
-"annotationcommenttab.cpp" "7"
-"annotationcommenttab.h" "7"
-"annotationcommenttab.ui" "7"
-"annotationeditor.cpp" "7"
-"annotationeditor.h" "7"
-"annotationeditor.qrc" "7"
-"/annotationeditor" "8"
-"defaultannotations.json" "9"
-"annotationeditordialog.cpp" "7"
-"annotationeditordialog.h" "7"
-"annotationeditorwidget.cpp" "7"
-"annotationeditorwidget.h" "7"
-"annotationeditorwidget.ui" "7"
-"annotationlist.cpp" "7"
-"annotationlist.h" "7"
-"annotationlistwidget.cpp" "7"
-"annotationlistwidget.h" "7"
-"annotationtableview.cpp" "7"
-"annotationtableview.h" "7"
-"annotationtabwidget.cpp" "7"
-"annotationtabwidget.h" "7"
-"defaultannotations.cpp" "7"
-"defaultannotations.h" "7"
-"globalannotationdialog.cpp" "7"
-"globalannotationdialog.h" "7"
-"globalannotationeditor.cpp" "7"
-"globalannotationeditor.h" "7"
-"bindingeditor" "6"
-"abstracteditordialog.cpp" "7"
-"abstracteditordialog.h" "7"
-"actioneditor.cpp" "7"
-"actioneditor.h" "7"
-"actioneditordialog.cpp" "7"
-"actioneditordialog.h" "7"
-"bindingeditor.cpp" "7"
-"bindingeditor.h" "7"
-"bindingeditordialog.cpp" "7"
-"bindingeditordialog.h" "7"
-"bindingeditorwidget.cpp" "7"
-"bindingeditorwidget.h" "7"
-"connectionvisitor.cpp" "7"
-"connectionvisitor.h" "7"
-"signallist.cpp" "7"
-"signallist.h" "7"
-"signallistdelegate.cpp" "7"
-"signallistdelegate.h" "7"
-"signallistdialog.cpp" "7"
-"signallistdialog.h" "7"
-"colortool" "6"
-"colortool.cpp" "7"
-"colortool.h" "7"
-"connectioneditor" "6"
-"addnewbackenddialog.cpp" "7"
-"addnewbackenddialog.h" "7"
-"addnewbackenddialog.ui" "7"
-"backendmodel.cpp" "7"
-"backendmodel.h" "7"
-"bindingmodel.cpp" "7"
-"bindingmodel.h" "7"
-"connectioneditor.qrc" "7"
-"/connectionview" "8"
-"stylesheet.css" "9"
-"connectionmodel.cpp" "7"
-"connectionmodel.h" "7"
-"connectionview.cpp" "7"
-"connectionview.h" "7"
-"connectionviewwidget.cpp" "7"
-"connectionviewwidget.h" "7"
-"connectionviewwidget.ui" "7"
-"delegates.cpp" "7"
-"delegates.h" "7"
-"dynamicpropertiesmodel.cpp" "7"
-"dynamicpropertiesmodel.h" "7"
-"stylesheet.css" "7"
-"curveeditor" "6"
-"detail" "7"
-"axis.cpp" "8"
-"axis.h" "8"
-"colorcontrol.cpp" "8"
-"colorcontrol.h" "8"
-"curveeditorstyledialog.cpp" "8"
-"curveeditorstyledialog.h" "8"
-"curveeditorutils.cpp" "8"
-"curveeditorutils.h" "8"
-"curveitem.cpp" "8"
-"curveitem.h" "8"
-"graphicsscene.cpp" "8"
-"graphicsscene.h" "8"
-"graphicsview.cpp" "8"
-"graphicsview.h" "8"
-"handleitem.cpp" "8"
-"handleitem.h" "8"
-"keyframeitem.cpp" "8"
-"keyframeitem.h" "8"
-"playhead.cpp" "8"
-"playhead.h" "8"
-"selectableitem.cpp" "8"
-"selectableitem.h" "8"
-"selectionmodel.cpp" "8"
-"selectionmodel.h" "8"
-"selector.cpp" "8"
-"selector.h" "8"
-"shortcut.cpp" "8"
-"shortcut.h" "8"
-"treeitemdelegate.cpp" "8"
-"treeitemdelegate.h" "8"
-"treemodel.cpp" "8"
-"treemodel.h" "8"
-"treeview.cpp" "8"
-"treeview.h" "8"
-"animationcurve.cpp" "7"
-"animationcurve.h" "7"
-"curveeditor.cpp" "7"
-"curveeditor.h" "7"
-"curveeditor.qrc" "7"
-"/curveeditor" "8"
-"images" "9"
-"tangetToolsLinearIcon.png" "10"
-"tangetToolsLinearIcon@2x.png" "10"
-"tangetToolsSplineIcon.png" "10"
-"tangetToolsSplineIcon@2x.png" "10"
-"tangetToolsStepIcon.png" "10"
-"tangetToolsStepIcon@2x.png" "10"
-"curveeditormodel.cpp" "7"
-"curveeditormodel.h" "7"
-"curveeditorstyle.h" "7"
-"curveeditorview.cpp" "7"
-"curveeditorview.h" "7"
-"curvesegment.cpp" "7"
-"curvesegment.h" "7"
-"keyframe.cpp" "7"
-"keyframe.h" "7"
-"treeitem.cpp" "7"
-"treeitem.h" "7"
-"eventlist" "6"
-"assigneventdialog.cpp" "7"
-"assigneventdialog.h" "7"
-"connectsignaldialog.cpp" "7"
-"connectsignaldialog.h" "7"
-"eventlist.cpp" "7"
-"eventlist.h" "7"
-"eventlistactions.cpp" "7"
-"eventlistactions.h" "7"
-"eventlistdelegate.cpp" "7"
-"eventlistdelegate.h" "7"
-"eventlistdialog.cpp" "7"
-"eventlistdialog.h" "7"
-"eventlistplugin.qrc" "7"
-"/eventlistplugin" "8"
-"eventlistplugin.metainfo" "9"
-"eventlistpluginview.cpp" "7"
-"eventlistpluginview.h" "7"
-"eventlistutils.cpp" "7"
-"eventlistutils.h" "7"
-"eventlistview.cpp" "7"
-"eventlistview.h" "7"
-"filterlinewidget.cpp" "7"
-"filterlinewidget.h" "7"
-"nodelistdelegate.cpp" "7"
-"nodelistdelegate.h" "7"
-"nodelistview.cpp" "7"
-"nodelistview.h" "7"
-"nodeselectionmodel.cpp" "7"
-"nodeselectionmodel.h" "7"
-"shortcutwidget.cpp" "7"
-"shortcutwidget.h" "7"
-"listmodeleditor" "6"
-"listmodeleditordialog.cpp" "7"
-"listmodeleditordialog.h" "7"
-"listmodeleditormodel.cpp" "7"
-"listmodeleditormodel.h" "7"
-"pathtool" "6"
-"controlpoint.cpp" "7"
-"controlpoint.h" "7"
-"cubicsegment.cpp" "7"
-"cubicsegment.h" "7"
-"pathitem.cpp" "7"
-"pathitem.h" "7"
-"pathselectionmanipulator.cpp" "7"
-"pathselectionmanipulator.h" "7"
-"pathtool.cpp" "7"
-"pathtool.h" "7"
-"pathtoolview.cpp" "7"
-"pathtoolview.h" "7"
-"previewtooltip" "6"
-"previewimagetooltip.cpp" "7"
-"previewimagetooltip.h" "7"
-"previewimagetooltip.ui" "7"
-"previewtooltipbackend.cpp" "7"
-"previewtooltipbackend.h" "7"
-"richtexteditor" "6"
-"hyperlinkdialog.cpp" "7"
-"hyperlinkdialog.h" "7"
-"hyperlinkdialog.ui" "7"
-"richtexteditor.cpp" "7"
-"richtexteditor.h" "7"
-"richtexteditor.ui" "7"
-"richtexteditorproxy.cpp" "7"
-"richtexteditorproxy.h" "7"
-"sourcetool" "6"
-"sourcetool.cpp" "7"
-"sourcetool.h" "7"
-"texttool" "6"
-"textedititem.cpp" "7"
-"textedititem.h" "7"
-"textedititemwidget.cpp" "7"
-"textedititemwidget.h" "7"
-"texttool.cpp" "7"
-"texttool.h" "7"
-"timelineeditor" "6"
-"canvas.cpp" "7"
-"canvas.h" "7"
-"canvasstyledialog.cpp" "7"
-"canvasstyledialog.h" "7"
-"easingcurve.cpp" "7"
-"easingcurve.h" "7"
-"easingcurvedialog.cpp" "7"
-"easingcurvedialog.h" "7"
-"preseteditor.cpp" "7"
-"preseteditor.h" "7"
-"setframevaluedialog.cpp" "7"
-"setframevaluedialog.h" "7"
-"setframevaluedialog.ui" "7"
-"splineeditor.cpp" "7"
-"splineeditor.h" "7"
-"timeline.qrc" "7"
-"/timelineplugin" "8"
-"images" "9"
-"add_timeline.png" "10"
-"add_timeline@2x.png" "10"
-"animation.png" "10"
-"animation@2x.png" "10"
-"back_one_frame.png" "10"
-"back_one_frame@2x.png" "10"
-"curve_editor.png" "10"
-"curve_editor@2x.png" "10"
-"curve_picker.png" "10"
-"curve_picker@2x.png" "10"
-"curveGraphIcon.png" "10"
-"curveGraphIcon@2x.png" "10"
-"forward_one_frame.png" "10"
-"forward_one_frame@2x.png" "10"
-"global_record_keyframes.png" "10"
-"global_record_keyframes@2x.png" "10"
-"is_keyframe.png" "10"
-"is_keyframe@2x.png" "10"
-"keyframe_autobezier_active.png" "10"
-"keyframe_autobezier_active@2x.png" "10"
-"keyframe_autobezier_inactive.png" "10"
-"keyframe_autobezier_inactive@2x.png" "10"
-"keyframe_autobezier_selected.png" "10"
-"keyframe_autobezier_selected@2x.png" "10"
-"keyframe_linear_active.png" "10"
-"keyframe_linear_active@2x.png" "10"
-"keyframe_linear_inactive.png" "10"
-"keyframe_linear_inactive@2x.png" "10"
-"keyframe_linear_selected.png" "10"
-"keyframe_linear_selected@2x.png" "10"
-"keyframe_lineartobezier_active.png" "10"
-"keyframe_lineartobezier_active@2x.png" "10"
-"keyframe_lineartobezier_inactive.png" "10"
-"keyframe_lineartobezier_inactive@2x.png" "10"
-"keyframe_lineartobezier_selected.png" "10"
-"keyframe_lineartobezier_selected@2x.png" "10"
-"keyframe_manualbezier_active.png" "10"
-"keyframe_manualbezier_active@2x.png" "10"
-"keyframe_manualbezier_inactive.png" "10"
-"keyframe_manualbezier_inactive@2x.png" "10"
-"keyframe_manualbezier_selected.png" "10"
-"keyframe_manualbezier_selected@2x.png" "10"
-"local_record_keyframes.png" "10"
-"local_record_keyframes@2x.png" "10"
-"loop_playback.png" "10"
-"loop_playback@2x.png" "10"
-"next_keyframe.png" "10"
-"next_keyframe@2x.png" "10"
-"pause_playback.png" "10"
-"pause_playback@2x.png" "10"
-"playhead.png" "10"
-"playhead@2x.png" "10"
-"previous_keyframe.png" "10"
-"previous_keyframe@2x.png" "10"
-"remove_timeline.png" "10"
-"remove_timeline@2x.png" "10"
-"start_playback.png" "10"
-"start_playback@2x.png" "10"
-"timeline-16px.png" "10"
-"to_first_frame.png" "10"
-"to_first_frame@2x.png" "10"
-"to_last_frame.png" "10"
-"to_last_frame@2x.png" "10"
-"work_area_handle_left.png" "10"
-"work_area_handle_left@2x.png" "10"
-"work_area_handle_right.png" "10"
-"work_area_handle_right@2x.png" "10"
-"zoom_big.png" "10"
-"zoom_big@2x.png" "10"
-"zoom_small.png" "10"
-"zoom_small@2x.png" "10"
-"timeline.metainfo" "9"
-"timelineabstracttool.cpp" "7"
-"timelineabstracttool.h" "7"
-"timelineactions.cpp" "7"
-"timelineactions.h" "7"
-"timelineanimationform.cpp" "7"
-"timelineanimationform.h" "7"
-"timelineanimationform.ui" "7"
-"timelineconstants.h" "7"
-"timelinecontext.cpp" "7"
-"timelinecontext.h" "7"
-"timelinecontrols.cpp" "7"
-"timelinecontrols.h" "7"
-"timelineform.cpp" "7"
-"timelineform.h" "7"
-"timelineform.ui" "7"
-"timelinegraphicslayout.cpp" "7"
-"timelinegraphicslayout.h" "7"
-"timelinegraphicsscene.cpp" "7"
-"timelinegraphicsscene.h" "7"
-"timelineicons.h" "7"
-"timelineitem.cpp" "7"
-"timelineitem.h" "7"
-"timelinemovableabstractitem.cpp" "7"
-"timelinemovableabstractitem.h" "7"
-"timelinemovetool.cpp" "7"
-"timelinemovetool.h" "7"
-"timelineplaceholder.cpp" "7"
-"timelineplaceholder.h" "7"
-"timelinepropertyitem.cpp" "7"
-"timelinepropertyitem.h" "7"
-"timelinesectionitem.cpp" "7"
-"timelinesectionitem.h" "7"
-"timelineselectiontool.cpp" "7"
-"timelineselectiontool.h" "7"
-"timelinesettingsdialog.cpp" "7"
-"timelinesettingsdialog.h" "7"
-"timelinesettingsdialog.ui" "7"
-"timelinesettingsmodel.cpp" "7"
-"timelinesettingsmodel.h" "7"
-"timelinetoolbar.cpp" "7"
-"timelinetoolbar.h" "7"
-"timelinetoolbutton.cpp" "7"
-"timelinetoolbutton.h" "7"
-"timelinetooldelegate.cpp" "7"
-"timelineutils.cpp" "7"
-"timelineutils.h" "7"
-"timelineview.cpp" "7"
-"timelineview.h" "7"
-"timelinewidget.cpp" "7"
-"timelinewidget.h" "7"
-"transitioneditor" "6"
-"transitioneditor.qrc" "7"
-"transitioneditorgraphicslayout.cpp" "7"
-"transitioneditorgraphicslayout.h" "7"
-"transitioneditorgraphicsscene.cpp" "7"
-"transitioneditorgraphicsscene.h" "7"
-"transitioneditorpropertyitem.cpp" "7"
-"transitioneditorpropertyitem.h" "7"
-"transitioneditorsectionitem.cpp" "7"
-"transitioneditorsectionitem.h" "7"
-"transitioneditorsettingsdialog.cpp" "7"
-"transitioneditorsettingsdialog.h" "7"
-"transitioneditorsettingsdialog.ui" "7"
-"transitioneditortoolbar.cpp" "7"
-"transitioneditortoolbar.h" "7"
-"transitioneditorview.cpp" "7"
-"transitioneditorview.h" "7"
-"transitioneditorwidget.cpp" "7"
-"transitioneditorwidget.h" "7"
-"transitionform.cpp" "7"
-"transitionform.h" "7"
-"transitionform.ui" "7"
-"Group 4" "5"
-"qmldesignerplugin.qbs:84" "6"
-"addarraymembervisitor.cpp" "6"
-"addarraymembervisitor.h" "6"
-"addobjectvisitor.cpp" "6"
-"addobjectvisitor.h" "6"
-"addpropertyvisitor.cpp" "6"
-"addpropertyvisitor.h" "6"
-"astobjecttextextractor.cpp" "6"
-"astobjecttextextractor.h" "6"
-"changeimportsvisitor.cpp" "6"
-"changeimportsvisitor.h" "6"
-"changeobjecttypevisitor.cpp" "6"
-"changeobjecttypevisitor.h" "6"
-"changepropertyvisitor.cpp" "6"
-"changepropertyvisitor.h" "6"
-"firstdefinitionfinder.cpp" "6"
-"firstdefinitionfinder.h" "6"
-"moveobjectbeforeobjectvisitor.cpp" "6"
-"moveobjectbeforeobjectvisitor.h" "6"
-"moveobjectvisitor.cpp" "6"
-"moveobjectvisitor.h" "6"
-"objectlengthcalculator.cpp" "6"
-"objectlengthcalculator.h" "6"
-"qmlrefactoring.cpp" "6"
-"qmlrefactoring.h" "6"
-"qmlrewriter.cpp" "6"
-"qmlrewriter.h" "6"
-"removepropertyvisitor.cpp" "6"
-"removepropertyvisitor.h" "6"
-"removeuiobjectmembervisitor.cpp" "6"
-"removeuiobjectmembervisitor.h" "6"
-"Group 5" "5"
-"qmldesignerplugin.qbs:120" "6"
-"commands" "6"
-"captureddatacommand.h" "7"
-"changeauxiliarycommand.cpp" "7"
-"changeauxiliarycommand.h" "7"
-"changebindingscommand.cpp" "7"
-"changebindingscommand.h" "7"
-"changefileurlcommand.cpp" "7"
-"changefileurlcommand.h" "7"
-"changeidscommand.cpp" "7"
-"changeidscommand.h" "7"
-"changelanguagecommand.cpp" "7"
-"changelanguagecommand.h" "7"
-"changenodesourcecommand.cpp" "7"
-"changenodesourcecommand.h" "7"
-"changepreviewimagesizecommand.cpp" "7"
-"changepreviewimagesizecommand.h" "7"
-"changeselectioncommand.cpp" "7"
-"changeselectioncommand.h" "7"
-"changestatecommand.cpp" "7"
-"changestatecommand.h" "7"
-"changevaluescommand.cpp" "7"
-"changevaluescommand.h" "7"
-"childrenchangedcommand.cpp" "7"
-"childrenchangedcommand.h" "7"
-"clearscenecommand.cpp" "7"
-"clearscenecommand.h" "7"
-"completecomponentcommand.cpp" "7"
-"completecomponentcommand.h" "7"
-"componentcompletedcommand.cpp" "7"
-"componentcompletedcommand.h" "7"
-"createinstancescommand.cpp" "7"
-"createinstancescommand.h" "7"
-"createscenecommand.cpp" "7"
-"createscenecommand.h" "7"
-"debugoutputcommand.cpp" "7"
-"debugoutputcommand.h" "7"
-"endpuppetcommand.cpp" "7"
-"endpuppetcommand.h" "7"
-"informationchangedcommand.cpp" "7"
-"informationchangedcommand.h" "7"
-"inputeventcommand.cpp" "7"
-"inputeventcommand.h" "7"
-"pixmapchangedcommand.cpp" "7"
-"pixmapchangedcommand.h" "7"
-"puppetalivecommand.cpp" "7"
-"puppetalivecommand.h" "7"
-"puppettocreatorcommand.cpp" "7"
-"puppettocreatorcommand.h" "7"
-"removeinstancescommand.cpp" "7"
-"removeinstancescommand.h" "7"
-"removepropertiescommand.cpp" "7"
-"removepropertiescommand.h" "7"
-"removesharedmemorycommand.cpp" "7"
-"removesharedmemorycommand.h" "7"
-"reparentinstancescommand.cpp" "7"
-"reparentinstancescommand.h" "7"
-"requestmodelnodepreviewimagecommand.cpp" "7"
-"requestmodelnodepreviewimagecommand.h" "7"
-"scenecreatedcommand.h" "7"
-"statepreviewimagechangedcommand.cpp" "7"
-"statepreviewimagechangedcommand.h" "7"
-"synchronizecommand.cpp" "7"
-"synchronizecommand.h" "7"
-"tokencommand.cpp" "7"
-"tokencommand.h" "7"
-"update3dviewstatecommand.cpp" "7"
-"update3dviewstatecommand.h" "7"
-"valueschangedcommand.cpp" "7"
-"valueschangedcommand.h" "7"
-"view3dactioncommand.cpp" "7"
-"view3dactioncommand.h" "7"
-"container" "6"
-"addimportcontainer.cpp" "7"
-"addimportcontainer.h" "7"
-"idcontainer.cpp" "7"
-"idcontainer.h" "7"
-"imagecontainer.cpp" "7"
-"imagecontainer.h" "7"
-"informationcontainer.cpp" "7"
-"informationcontainer.h" "7"
-"instancecontainer.cpp" "7"
-"instancecontainer.h" "7"
-"mockuptypecontainer.cpp" "7"
-"mockuptypecontainer.h" "7"
-"propertyabstractcontainer.cpp" "7"
-"propertyabstractcontainer.h" "7"
-"propertybindingcontainer.cpp" "7"
-"propertybindingcontainer.h" "7"
-"propertyvaluecontainer.cpp" "7"
-"propertyvaluecontainer.h" "7"
-"reparentcontainer.cpp" "7"
-"reparentcontainer.h" "7"
-"sharedmemory.h" "7"
-"interfaces" "6"
-"commondefines.h" "7"
-"nodeinstanceclientinterface.h" "7"
-"nodeinstanceserverinterface.cpp" "7"
-"nodeinstanceserverinterface.h" "7"
-"types" "6"
-"enumeration.h" "7"
-"Group 8" "5"
-"qmldesignerplugin.qbs:238" "6"
-"exceptions" "6"
-"exception.cpp" "7"
-"invalidargumentexception.cpp" "7"
-"invalididexception.cpp" "7"
-"invalidmetainfoexception.cpp" "7"
-"invalidmodelnodeexception.cpp" "7"
-"invalidmodelstateexception.cpp" "7"
-"invalidpropertyexception.cpp" "7"
-"invalidqmlsourceexception.cpp" "7"
-"invalidreparentingexception.cpp" "7"
-"invalidslideindexexception.cpp" "7"
-"notimplementedexception.cpp" "7"
-"removebasestateexception.cpp" "7"
-"rewritingexception.cpp" "7"
-"imagecache" "6"
-"asynchronousimagecache.cpp" "7"
-"imagecachecollector.cpp" "7"
-"imagecachecollector.h" "7"
-"imagecachecollectorinterface.h" "7"
-"imagecacheconnectionmanager.cpp" "7"
-"imagecacheconnectionmanager.h" "7"
-"imagecachefontcollector.cpp" "7"
-"imagecachefontcollector.h" "7"
-"imagecachegenerator.cpp" "7"
-"imagecachegenerator.h" "7"
-"imagecachegeneratorinterface.h" "7"
-"imagecachestorage.h" "7"
-"imagecachestorageinterface.h" "7"
-"synchronousimagecache.cpp" "7"
-"timestampprovider.cpp" "7"
-"timestampprovider.h" "7"
-"timestampproviderinterface.h" "7"
-"include" "6"
-"abstractproperty.h" "7"
-"abstractview.h" "7"
-"anchorline.h" "7"
-"annotation.h" "7"
-"asynchronousimagecache.h" "7"
-"asynchronousimagecacheinterface.h" "7"
-"basetexteditmodifier.h" "7"
-"bindingproperty.h" "7"
-"componenttextmodifier.h" "7"
-"customnotifications.h" "7"
-"documentmessage.h" "7"
-"exception.h" "7"
-"forwardview.h" "7"
-"imagecacheauxiliarydata.h" "7"
-"import.h" "7"
-"invalidargumentexception.h" "7"
-"invalididexception.h" "7"
-"invalidmetainfoexception.h" "7"
-"invalidmodelnodeexception.h" "7"
-"invalidmodelstateexception.h" "7"
-"invalidpropertyexception.h" "7"
-"invalidqmlsourceexception.h" "7"
-"invalidreparentingexception.h" "7"
-"invalidslideindexexception.h" "7"
-"itemlibraryinfo.h" "7"
-"mathutils.h" "7"
-"metainfo.h" "7"
-"metainforeader.h" "7"
-"model.h" "7"
-"modelmerger.h" "7"
-"modelnode.h" "7"
-"modelnodepositionstorage.h" "7"
-"nodeabstractproperty.h" "7"
-"nodehints.h" "7"
-"nodeinstance.h" "7"
-"nodeinstanceview.h" "7"
-"nodelistproperty.h" "7"
-"nodemetainfo.h" "7"
-"nodeproperty.h" "7"
-"notimplementedexception.h" "7"
-"plaintexteditmodifier.h" "7"
-"propertycontainer.h" "7"
-"propertynode.h" "7"
-"propertyparser.h" "7"
-"qml3dnode.h" "7"
-"qmlanchors.h" "7"
-"qmlchangeset.h" "7"
-"qmlconnections.h" "7"
-"qmlitemnode.h" "7"
-"qmlmodelnodefacade.h" "7"
-"qmlobjectnode.h" "7"
-"qmlstate.h" "7"
-"qmltimeline.h" "7"
-"qmltimelinekeyframegroup.h" "7"
-"qmlvisualnode.h" "7"
-"removebasestateexception.h" "7"
-"rewriterview.h" "7"
-"rewritingexception.h" "7"
-"signalhandlerproperty.h" "7"
-"stylesheetmerger.h" "7"
-"subcomponentmanager.h" "7"
-"synchronousimagecache.h" "7"
-"textmodifier.h" "7"
-"variantproperty.h" "7"
-"viewmanager.h" "7"
-"instances" "6"
-"baseconnectionmanager.cpp" "7"
-"baseconnectionmanager.h" "7"
-"capturingconnectionmanager.cpp" "7"
-"capturingconnectionmanager.h" "7"
-"connectionmanager.cpp" "7"
-"connectionmanager.h" "7"
-"connectionmanagerinterface.cpp" "7"
-"connectionmanagerinterface.h" "7"
-"interactiveconnectionmanager.cpp" "7"
-"interactiveconnectionmanager.h" "7"
-"nodeinstance.cpp" "7"
-"nodeinstanceserverproxy.cpp" "7"
-"nodeinstanceserverproxy.h" "7"
-"nodeinstanceview.cpp" "7"
-"puppetbuildprogressdialog.cpp" "7"
-"puppetbuildprogressdialog.h" "7"
-"puppetbuildprogressdialog.ui" "7"
-"puppetcreator.cpp" "7"
-"puppetcreator.h" "7"
-"puppetdialog.cpp" "7"
-"puppetdialog.h" "7"
-"puppetdialog.ui" "7"
-"qprocessuniqueptr.h" "7"
-"metainfo" "6"
-"itemlibraryinfo.cpp" "7"
-"metainfo.cpp" "7"
-"metainforeader.cpp" "7"
-"nodehints.cpp" "7"
-"nodemetainfo.cpp" "7"
-"subcomponentmanager.cpp" "7"
-"model" "6"
-"abstractproperty.cpp" "7"
-"abstractview.cpp" "7"
-"anchorline.cpp" "7"
-"annotation.cpp" "7"
-"basetexteditmodifier.cpp" "7"
-"bindingproperty.cpp" "7"
-"componenttextmodifier.cpp" "7"
-"documentmessage.cpp" "7"
-"import.cpp" "7"
-"internalbindingproperty.cpp" "7"
-"internalbindingproperty.h" "7"
-"internalnode_p.h" "7"
-"internalnodeabstractproperty.cpp" "7"
-"internalnodeabstractproperty.h" "7"
-"internalnodelistproperty.cpp" "7"
-"internalnodelistproperty.h" "7"
-"internalnodeproperty.cpp" "7"
-"internalnodeproperty.h" "7"
-"internalproperty.cpp" "7"
-"internalproperty.h" "7"
-"internalsignalhandlerproperty.cpp" "7"
-"internalsignalhandlerproperty.h" "7"
-"internalvariantproperty.cpp" "7"
-"internalvariantproperty.h" "7"
-"model_p.h" "7"
-"modelmerger.cpp" "7"
-"modelnode.cpp" "7"
-"modelnodepositionrecalculator.cpp" "7"
-"modelnodepositionrecalculator.h" "7"
-"modelnodepositionstorage.cpp" "7"
-"modeltotextmerger.cpp" "7"
-"modeltotextmerger.h" "7"
-"nodeabstractproperty.cpp" "7"
-"nodelistproperty.cpp" "7"
-"nodeproperty.cpp" "7"
-"plaintexteditmodifier.cpp" "7"
-"propertycontainer.cpp" "7"
-"propertynode.cpp" "7"
-"propertyparser.cpp" "7"
-"qml3dnode.cpp" "7"
-"qmlanchors.cpp" "7"
-"qmlchangeset.cpp" "7"
-"qmlconnections.cpp" "7"
-"qmlitemnode.cpp" "7"
-"qmlmodelnodefacade.cpp" "7"
-"qmlobjectnode.cpp" "7"
-"qmlstate.cpp" "7"
-"qmltextgenerator.cpp" "7"
-"qmltextgenerator.h" "7"
-"qmltimeline.cpp" "7"
-"qmltimelinekeyframegroup.cpp" "7"
-"qmlvisualnode.cpp" "7"
-"rewriteaction.cpp" "7"
-"rewriteaction.h" "7"
-"rewriteactioncompressor.cpp" "7"
-"rewriteactioncompressor.h" "7"
-"rewriterview.cpp" "7"
-"signalhandlerproperty.cpp" "7"
-"stylesheetmerger.cpp" "7"
-"textmodifier.cpp" "7"
-"texttomodelmerger.cpp" "7"
-"texttomodelmerger.h" "7"
-"variantproperty.cpp" "7"
-"viewmanager.cpp" "7"
-"pluginmanager" "6"
-"widgetpluginmanager.cpp" "7"
-"widgetpluginmanager.h" "7"
-"widgetpluginpath.cpp" "7"
-"widgetpluginpath.h" "7"
-"rewritertransaction.cpp" "6"
-"rewritertransaction.h" "6"
-"Group 9" "5"
-"qmldesignerplugin.qbs:440" "6"
-"componentcore" "6"
-"abstractaction.cpp" "7"
-"abstractaction.h" "7"
-"abstractactiongroup.cpp" "7"
-"abstractactiongroup.h" "7"
-"actioninterface.h" "7"
-"addimagesdialog.cpp" "7"
-"addimagesdialog.h" "7"
-"addsignalhandlerdialog.cpp" "7"
-"addsignalhandlerdialog.h" "7"
-"addsignalhandlerdialog.ui" "7"
-"changestyleaction.cpp" "7"
-"changestyleaction.h" "7"
-"componentcore.qrc" "7"
-"/qmldesigner/icon/designeractions" "8"
-"images" "9"
-"column.png" "10"
-"column@2x.png" "10"
-"grid.png" "10"
-"grid@2x.png" "10"
-"lower.png" "10"
-"lower@2x.png" "10"
-"raise.png" "10"
-"raise@2x.png" "10"
-"row.png" "10"
-"row@2x.png" "10"
-"crumblebar.cpp" "7"
-"crumblebar.h" "7"
-"designeractionmanager.cpp" "7"
-"designeractionmanager.h" "7"
-"designeractionmanagerview.cpp" "7"
-"designeractionmanagerview.h" "7"
-"findimplementation.cpp" "7"
-"findimplementation.h" "7"
-"formatoperation.cpp" "7"
-"formatoperation.h" "7"
-"hdrimage.cpp" "7"
-"hdrimage.h" "7"
-"layoutingridlayout.cpp" "7"
-"layoutingridlayout.h" "7"
-"modelnodecontextmenu_helper.cpp" "7"
-"modelnodecontextmenu_helper.h" "7"
-"modelnodeoperations.cpp" "7"
-"modelnodeoperations.h" "7"
-"navigation2d.cpp" "7"
-"navigation2d.h" "7"
-"qmldesignericonprovider.cpp" "7"
-"qmldesignericonprovider.h" "7"
-"selectioncontext.cpp" "7"
-"selectioncontext.h" "7"
-"svgpasteaction.cpp" "7"
-"svgpasteaction.h" "7"
-"theme.cpp" "7"
-"theme.h" "7"
-"zoomaction.cpp" "7"
-"zoomaction.h" "7"
-"debugview" "6"
-"debugview.cpp" "7"
-"debugview.h" "7"
-"debugviewwidget.cpp" "7"
-"debugviewwidget.h" "7"
-"debugviewwidget.ui" "7"
-"edit3d" "6"
-"edit3d.qrc" "7"
-"/edit3d" "8"
-"images" "9"
-"edit_light_off.png" "10"
-"edit_light_off@2x.png" "10"
-"edit_light_on.png" "10"
-"edit_light_on@2x.png" "10"
-"fit_selected.png" "10"
-"fit_selected@2x.png" "10"
-"global.png" "10"
-"global@2x.png" "10"
-"grid_off.png" "10"
-"grid_off@2x.png" "10"
-"grid_on.png" "10"
-"grid_on@2x.png" "10"
-"local.png" "10"
-"local@2x.png" "10"
-"move_off.png" "10"
-"move_off@2x.png" "10"
-"move_on.png" "10"
-"move_on@2x.png" "10"
-"orthographic_camera.png" "10"
-"orthographic_camera@2x.png" "10"
-"particles_off.png" "10"
-"particles_off@2x.png" "10"
-"particles_on.png" "10"
-"particles_on@2x.png" "10"
-"particles_pause.png" "10"
-"particles_pause@2x.png" "10"
-"particles_play.png" "10"
-"particles_play@2x.png" "10"
-"particles_restart.png" "10"
-"particles_restart@2x.png" "10"
-"perspective_camera.png" "10"
-"perspective_camera@2x.png" "10"
-"rotate_off.png" "10"
-"rotate_off@2x.png" "10"
-"rotate_on.png" "10"
-"rotate_on@2x.png" "10"
-"scale_off.png" "10"
-"scale_off@2x.png" "10"
-"scale_on.png" "10"
-"scale_on@2x.png" "10"
-"select_group.png" "10"
-"select_group@2x.png" "10"
-"select_item.png" "10"
-"select_item@2x.png" "10"
-"edit3dactions.cpp" "7"
-"edit3dactions.h" "7"
-"edit3dcanvas.cpp" "7"
-"edit3dcanvas.h" "7"
-"edit3dview.cpp" "7"
-"edit3dview.h" "7"
-"edit3dwidget.cpp" "7"
-"edit3dwidget.h" "7"
-"formeditor" "6"
-"abstractcustomtool.cpp" "7"
-"abstractcustomtool.h" "7"
-"abstractformeditortool.cpp" "7"
-"abstractformeditortool.h" "7"
-"anchorindicator.cpp" "7"
-"anchorindicator.h" "7"
-"anchorindicatorgraphicsitem.cpp" "7"
-"anchorindicatorgraphicsitem.h" "7"
-"backgroundaction.cpp" "7"
-"backgroundaction.h" "7"
-"bindingindicator.cpp" "7"
-"bindingindicator.h" "7"
-"bindingindicatorgraphicsitem.cpp" "7"
-"bindingindicatorgraphicsitem.h" "7"
-"contentnoteditableindicator.cpp" "7"
-"contentnoteditableindicator.h" "7"
-"controlelement.cpp" "7"
-"controlelement.h" "7"
-"dragtool.cpp" "7"
-"dragtool.h" "7"
-"formeditor.qrc" "7"
-"/icon/layout" "8"
-"annotationsIcon.png" "9"
-"annotationsIconActive.png" "9"
-"no_snapping.png" "9"
-"no_snapping@2x.png" "9"
-"scrubbg.png" "9"
-"scrubbg@2x.png" "9"
-"scrubhandle-24.png" "9"
-"scrubhandle-48.png" "9"
-"scrubhandle-disabled-24.png" "9"
-"scrubhandle-disabled-48.png" "9"
-"snapping_and_anchoring.png" "9"
-"snapping_and_anchoring@2x.png" "9"
-"formeditorannotationicon.cpp" "7"
-"formeditorannotationicon.h" "7"
-"formeditorgraphicsview.cpp" "7"
-"formeditorgraphicsview.h" "7"
-"formeditoritem.cpp" "7"
-"formeditoritem.h" "7"
-"formeditorscene.cpp" "7"
-"formeditorscene.h" "7"
-"formeditortoolbutton.cpp" "7"
-"formeditortoolbutton.h" "7"
-"formeditorview.cpp" "7"
-"formeditorview.h" "7"
-"formeditorwidget.cpp" "7"
-"formeditorwidget.h" "7"
-"itemutilfunctions.cpp" "7"
-"itemutilfunctions.h" "7"
-"layeritem.cpp" "7"
-"layeritem.h" "7"
-"lineeditaction.cpp" "7"
-"lineeditaction.h" "7"
-"movemanipulator.cpp" "7"
-"movemanipulator.h" "7"
-"movetool.cpp" "7"
-"movetool.h" "7"
-"onedimensionalcluster.cpp" "7"
-"onedimensionalcluster.h" "7"
-"resizecontroller.cpp" "7"
-"resizecontroller.h" "7"
-"resizehandleitem.cpp" "7"
-"resizehandleitem.h" "7"
-"resizeindicator.cpp" "7"
-"resizeindicator.h" "7"
-"resizemanipulator.cpp" "7"
-"resizemanipulator.h" "7"
-"resizetool.cpp" "7"
-"resizetool.h" "7"
-"rotationcontroller.cpp" "7"
-"rotationcontroller.h" "7"
-"rotationhandleitem.cpp" "7"
-"rotationhandleitem.h" "7"
-"rotationindicator.cpp" "7"
-"rotationindicator.h" "7"
-"rotationmanipulator.cpp" "7"
-"rotationmanipulator.h" "7"
-"rotationtool.cpp" "7"
-"rotationtool.h" "7"
-"rubberbandselectionmanipulator.cpp" "7"
-"rubberbandselectionmanipulator.h" "7"
-"scaleitem.cpp" "7"
-"scaleitem.h" "7"
-"scalemanipulator.cpp" "7"
-"scalemanipulator.h" "7"
-"seekerslider.cpp" "7"
-"seekerslider.h" "7"
-"selectionindicator.cpp" "7"
-"selectionindicator.h" "7"
-"selectionrectangle.cpp" "7"
-"selectionrectangle.h" "7"
-"selectiontool.cpp" "7"
-"selectiontool.h" "7"
-"singleselectionmanipulator.cpp" "7"
-"singleselectionmanipulator.h" "7"
-"snapper.cpp" "7"
-"snapper.h" "7"
-"snappinglinecreator.cpp" "7"
-"snappinglinecreator.h" "7"
-"toolbox.cpp" "7"
-"toolbox.h" "7"
-"transitiontool.cpp" "7"
-"transitiontool.h" "7"
-"integration" "6"
-"componentaction.cpp" "7"
-"componentaction.h" "7"
-"componentview.cpp" "7"
-"componentview.h" "7"
-"designdocument.cpp" "7"
-"designdocument.h" "7"
-"designdocumentview.cpp" "7"
-"designdocumentview.h" "7"
-"stackedutilitypanelcontroller.cpp" "7"
-"stackedutilitypanelcontroller.h" "7"
-"utilitypanelcontroller.cpp" "7"
-"utilitypanelcontroller.h" "7"
-"itemlibrary" "6"
-"assetimportupdatedialog.cpp" "7"
-"assetimportupdatedialog.h" "7"
-"assetimportupdatedialog.ui" "7"
-"assetimportupdatetreeitem.cpp" "7"
-"assetimportupdatetreeitem.h" "7"
-"assetimportupdatetreeitemdelegate.cpp" "7"
-"assetimportupdatetreeitemdelegate.h" "7"
-"assetimportupdatetreemodel.cpp" "7"
-"assetimportupdatetreemodel.h" "7"
-"assetimportupdatetreeview.cpp" "7"
-"assetimportupdatetreeview.h" "7"
-"itemlibrary.qrc" "7"
-"/ItemLibrary" "8"
-"images" "9"
-"asset_font_32.png" "10"
-"asset_font_48.png" "10"
-"asset_font_64.png" "10"
-"asset_font_96.png" "10"
-"asset_font_128.png" "10"
-"asset_font_192.png" "10"
-"asset_font_256.png" "10"
-"asset_font_384.png" "10"
-"asset_shader_32.png" "10"
-"asset_shader_48.png" "10"
-"asset_shader_64.png" "10"
-"asset_shader_96.png" "10"
-"asset_shader_128.png" "10"
-"asset_shader_192.png" "10"
-"asset_shader_256.png" "10"
-"asset_shader_384.png" "10"
-"asset_sound_32.png" "10"
-"asset_sound_48.png" "10"
-"asset_sound_64.png" "10"
-"asset_sound_96.png" "10"
-"asset_sound_128.png" "10"
-"asset_sound_192.png" "10"
-"asset_sound_256.png" "10"
-"asset_sound_384.png" "10"
-"browse.png" "10"
-"browse@2x.png" "10"
-"item-3D_model-icon.png" "10"
-"item-3D_model-icon@2x.png" "10"
-"item-default-icon.png" "10"
-"item-default-icon@2x.png" "10"
-"item-invalid-icon.png" "10"
-"item-video-icon.png" "10"
-"item-video-icon@2x.png" "10"
-"x.png" "10"
-"x@2x.png" "10"
-"itemlibraryaddimportmodel.cpp" "7"
-"itemlibraryaddimportmodel.h" "7"
-"itemlibraryassetimportdialog.cpp" "7"
-"itemlibraryassetimportdialog.h" "7"
-"itemlibraryassetimportdialog.ui" "7"
-"itemlibraryassetimporter.cpp" "7"
-"itemlibraryassetimporter.h" "7"
-"itemlibraryassetsdir.cpp" "7"
-"itemlibraryassetsdir.h" "7"
-"itemlibraryassetsdirsmodel.cpp" "7"
-"itemlibraryassetsdirsmodel.h" "7"
-"itemlibraryassetsfilesmodel.cpp" "7"
-"itemlibraryassetsfilesmodel.h" "7"
-"itemlibraryassetsiconprovider.cpp" "7"
-"itemlibraryassetsiconprovider.h" "7"
-"itemlibraryassetsmodel.cpp" "7"
-"itemlibraryassetsmodel.h" "7"
-"itemlibrarycategoriesmodel.cpp" "7"
-"itemlibrarycategoriesmodel.h" "7"
-"itemlibrarycategory.cpp" "7"
-"itemlibrarycategory.h" "7"
-"itemlibraryiconimageprovider.cpp" "7"
-"itemlibraryiconimageprovider.h" "7"
-"itemlibraryimageprovider.cpp" "7"
-"itemlibraryimageprovider.h" "7"
-"itemlibraryimport.cpp" "7"
-"itemlibraryimport.h" "7"
-"itemlibraryitem.cpp" "7"
-"itemlibraryitem.h" "7"
-"itemlibraryitemsmodel.cpp" "7"
-"itemlibraryitemsmodel.h" "7"
-"itemlibrarymodel.cpp" "7"
-"itemlibrarymodel.h" "7"
-"itemlibraryview.cpp" "7"
-"itemlibraryview.h" "7"
-"itemlibrarywidget.cpp" "7"
-"itemlibrarywidget.h" "7"
-"navigator" "6"
-"choosefrompropertylistdialog.cpp" "7"
-"choosefrompropertylistdialog.h" "7"
-"choosefrompropertylistdialog.ui" "7"
-"iconcheckboxitemdelegate.cpp" "7"
-"iconcheckboxitemdelegate.h" "7"
-"nameitemdelegate.cpp" "7"
-"nameitemdelegate.h" "7"
-"navigator.qrc" "7"
-"/navigator/icon" "8"
-"arrowdown.png" "9"
-"arrowdown@2x.png" "9"
-"arrowleft.png" "9"
-"arrowleft@2x.png" "9"
-"arrowright.png" "9"
-"arrowright@2x.png" "9"
-"arrowup.png" "9"
-"arrowup@2x.png" "9"
-"export_checked.png" "9"
-"export_checked@2x.png" "9"
-"export_unchecked.png" "9"
-"export_unchecked@2x.png" "9"
-"tooltip_placeholder.png" "9"
-"navigatortreemodel.cpp" "7"
-"navigatortreemodel.h" "7"
-"navigatortreeview.cpp" "7"
-"navigatortreeview.h" "7"
-"navigatorview.cpp" "7"
-"navigatorview.h" "7"
-"navigatorwidget.cpp" "7"
-"navigatorwidget.h" "7"
-"previewtooltip.cpp" "7"
-"previewtooltip.h" "7"
-"previewtooltip.ui" "7"
-"propertyeditor" "6"
-"aligndistribute.cpp" "7"
-"aligndistribute.h" "7"
-"colorpalettebackend.cpp" "7"
-"colorpalettebackend.h" "7"
-"designerpropertymap.cpp" "7"
-"designerpropertymap.h" "7"
-"fileresourcesmodel.cpp" "7"
-"fileresourcesmodel.h" "7"
-"gradientmodel.cpp" "7"
-"gradientmodel.h" "7"
-"gradientpresetcustomlistmodel.cpp" "7"
-"gradientpresetcustomlistmodel.h" "7"
-"gradientpresetdefaultlistmodel.cpp" "7"
-"gradientpresetdefaultlistmodel.h" "7"
-"gradientpresetitem.cpp" "7"
-"gradientpresetitem.h" "7"
-"gradientpresetlistmodel.cpp" "7"
-"gradientpresetlistmodel.h" "7"
-"itemfiltermodel.cpp" "7"
-"itemfiltermodel.h" "7"
-"propertyeditorcontextobject.cpp" "7"
-"propertyeditorcontextobject.h" "7"
-"propertyeditorqmlbackend.cpp" "7"
-"propertyeditorqmlbackend.h" "7"
-"propertyeditortransaction.cpp" "7"
-"propertyeditortransaction.h" "7"
-"propertyeditorvalue.cpp" "7"
-"propertyeditorvalue.h" "7"
-"propertyeditorview.cpp" "7"
-"propertyeditorview.h" "7"
-"propertyeditorwidget.cpp" "7"
-"propertyeditorwidget.h" "7"
-"qmlanchorbindingproxy.cpp" "7"
-"qmlanchorbindingproxy.h" "7"
-"qmlmodelnodeproxy.cpp" "7"
-"qmlmodelnodeproxy.h" "7"
-"quick2propertyeditorview.cpp" "7"
-"quick2propertyeditorview.h" "7"
-"tooltip.cpp" "7"
-"tooltip.h" "7"
-"resources" "6"
-"resources.qrc" "7"
-"/qmldesigner" "8"
-"centerwidget.css" "9"
-"dockwidgets.css" "9"
-"formeditorstylesheet.css" "9"
-"scrollbar.css" "9"
-"stylesheet.css" "9"
-"stateseditor" "6"
-"stateseditorimageprovider.cpp" "7"
-"stateseditorimageprovider.h" "7"
-"stateseditormodel.cpp" "7"
-"stateseditormodel.h" "7"
-"stateseditorview.cpp" "7"
-"stateseditorview.h" "7"
-"stateseditorwidget.cpp" "7"
-"stateseditorwidget.h" "7"
-"texteditor" "6"
-"texteditorstatusbar.cpp" "7"
-"texteditorstatusbar.h" "7"
-"texteditorview.cpp" "7"
-"texteditorview.h" "7"
-"texteditorwidget.cpp" "7"
-"texteditorwidget.h" "7"
-"PluginMetaData" "5"
-"QtcPlugin.qbs:49" "6"
-"QmlDesigner.json.in" "6"
-"SharedMemory (Generic)" "5"
-"qmldesignerplugin.qbs:230" "6"
-"sharedmemory_qt.cpp" "7"
-"SharedMemory (Unix)" "5"
-"qmldesignerplugin.qbs:222" "6"
-"sharedmemory_unix.cpp" "7"
-"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
-"." "6"
-"qtcreator_gui_pch.h" "7"
-"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
-"." "6"
-"qtcreator_pch.h" "7"
-"checkablefilelistmodel.cpp" "5"
-"checkablefilelistmodel.h" "5"
-"cmakegeneratordialog.cpp" "5"
-"cmakegeneratordialog.h" "5"
-"designermcumanager.cpp" "5"
-"designermcumanager.h" "5"
-"designersettings.cpp" "5"
-"designersettings.h" "5"
-"designmodecontext.cpp" "5"
-"designmodecontext.h" "5"
-"designmodewidget.cpp" "5"
-"designmodewidget.h" "5"
-"documentmanager.cpp" "5"
-"documentmanager.h" "5"
-"documentwarningwidget.cpp" "5"
-"documentwarningwidget.h" "5"
-"editorproxy.cpp" "5"
-"editorproxy.h" "5"
-"generatecmakelists.cpp" "5"
-"generatecmakelists.h" "5"
-"generatecmakelistsconstants.h" "5"
-"generateresource.cpp" "5"
-"generateresource.h" "5"
-"openuiqmlfiledialog.cpp" "5"
-"openuiqmlfiledialog.h" "5"
-"openuiqmlfiledialog.ui" "5"
-"qmldesignerconstants.h" "5"
-"qmldesignericons.h" "5"
-"qmldesignerplugin.cpp" "5"
-"qmldesignerplugin.h" "5"
-"richtexteditordialog.cpp" "5"
-"richtexteditordialog.h" "5"
-"settingspage.cpp" "5"
-"settingspage.h" "5"
-"settingspage.ui" "5"
-"shortcutmanager.cpp" "5"
-"shortcutmanager.h" "5"
-"qmlpreviewplugin" "3"
-"qmlpreviewplugin.qbs:3" "4"
-"qtquickplugin" "3"
-"qtquickplugin.qbs:3" "4"
-"images" "4"
-"qtquickplugin.qbs:23" "5"
-"images" "5"
-"animated-image-icon.png" "6"
-"animated-image-icon@2x.png" "6"
-"audio-output-16px.png" "6"
-"audio-output-24px.png" "6"
-"audio-output-24px@2x.png" "6"
-"border-image-icon.png" "6"
-"border-image-icon@2x.png" "6"
-"column-positioner-icon.png" "6"
-"column-positioner-icon@2x.png" "6"
-"component-icon.png" "6"
-"component-icon@2x.png" "6"
-"default-icon.png" "6"
-"flickable-icon.png" "6"
-"flickable-icon@2x.png" "6"
-"flipable-icon.png" "6"
-"flipable-icon16.png" "6"
-"flow-positioner-icon.png" "6"
-"flow-positioner-icon@2x.png" "6"
-"focusscope-icon.png" "6"
-"focusscope-icon@2x.png" "6"
-"grid-positioner-icon.png" "6"
-"grid-positioner-icon@2x.png" "6"
-"gridview-icon.png" "6"
-"gridview-icon@2x.png" "6"
-"image-icon.png" "6"
-"image-icon@2x.png" "6"
-"item-icon.png" "6"
-"item-icon@2x.png" "6"
-"listview-icon.png" "6"
-"listview-icon@2x.png" "6"
-"loader-icon.png" "6"
-"loader-icon@2x.png" "6"
-"media-player-16px.png" "6"
-"media-player-24px.png" "6"
-"media-player-24px@2x.png" "6"
-"mouse-area-icon.png" "6"
-"mouse-area-icon@2x.png" "6"
-"pathview-icon.png" "6"
-"pathview-icon@2x.png" "6"
-"rect-icon.png" "6"
-"rect-icon@2x.png" "6"
-"repeater-icon.png" "6"
-"repeater-icon@2x.png" "6"
-"row-positioner-icon.png" "6"
-"row-positioner-icon@2x.png" "6"
-"text-edit-icon.png" "6"
-"text-edit-icon@2x.png" "6"
-"text-icon.png" "6"
-"text-icon@2x.png" "6"
-"text-input-icon.png" "6"
-"text-input-icon@2x.png" "6"
-"video-16px.png" "6"
-"video-24px.png" "6"
-"video-24px@2x.png" "6"
-"video-output-16px.png" "6"
-"video-output-24px.png" "6"
-"video-output-24px@2x.png" "6"
-"webview-icon.png" "6"
-"webview-icon16.png" "6"
-"plugin metadata" "4"
-"qtquickplugin.qbs:28" "5"
-"qtquickplugin.json" "5"
-"sources" "4"
-"qtquickplugin.qbs:18" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"iwidgetplugin.h" "5"
-"qtquickplugin.cpp" "4"
-"qtquickplugin.h" "4"
-"qtquickplugin.qrc" "4"
-"/qtquickplugin" "5"
+"qmakeprojectmanager.qbs:1" "3"
+"Custom Widget Wizard" "3"
+"qmakeprojectmanager.qbs:44" "4"
+"classdefinition.cpp" "4"
+"classdefinition.h" "4"
+"classlist.cpp" "4"
+"classlist.h" "4"
+"customwidgetpluginwizardpage.cpp" "4"
+"customwidgetpluginwizardpage.h" "4"
+"customwidgetwidgetswizardpage.cpp" "4"
+"customwidgetwidgetswizardpage.h" "4"
+"customwidgetwizard.cpp" "4"
+"customwidgetwizard.h" "4"
+"customwidgetwizarddialog.cpp" "4"
+"customwidgetwizarddialog.h" "4"
+"filenamingparameters.h" "4"
+"plugingenerator.cpp" "4"
+"plugingenerator.h" "4"
+"pluginoptions.h" "4"
+"General" "3"
+"qmakeprojectmanager.qbs:15" "4"
+"addlibrarywizard.cpp" "4"
+"addlibrarywizard.h" "4"
+"librarydetailscontroller.cpp" "4"
+"librarydetailscontroller.h" "4"
+"makefileparse.cpp" "4"
+"makefileparse.h" "4"
+"profilecompletionassist.cpp" "4"
+"profilecompletionassist.h" "4"
+"profileeditor.cpp" "4"
+"profileeditor.h" "4"
+"profilehighlighter.cpp" "4"
+"profilehighlighter.h" "4"
+"profilehoverhandler.cpp" "4"
+"profilehoverhandler.h" "4"
+"qmakebuildconfiguration.cpp" "4"
+"qmakebuildconfiguration.h" "4"
+"qmakebuildinfo.h" "4"
+"qmakekitaspect.cpp" "4"
+"qmakekitaspect.h" "4"
+"qmakemakestep.cpp" "4"
+"qmakemakestep.h" "4"
+"qmakenodes.cpp" "4"
+"qmakenodes.h" "4"
+"qmakenodetreebuilder.cpp" "4"
+"qmakenodetreebuilder.h" "4"
+"qmakeparser.cpp" "4"
+"qmakeparser.h" "4"
+"qmakeparsernodes.cpp" "4"
+"qmakeparsernodes.h" "4"
+"qmakeproject.cpp" "4"
+"qmakeproject.h" "4"
+"qmakeprojectimporter.cpp" "4"
+"qmakeprojectimporter.h" "4"
+"qmakeprojectmanager.qrc" "4"
+"/qmakeprojectmanager" "5"
"images" "6"
-"animated-image-icon.png" "7"
-"animated-image-icon@2x.png" "7"
-"audio-output-16px.png" "7"
-"audio-output-24px.png" "7"
-"audio-output-24px@2x.png" "7"
-"border-image-icon.png" "7"
-"border-image-icon@2x.png" "7"
-"column-positioner-icon.png" "7"
-"column-positioner-icon@2x.png" "7"
-"component-icon.png" "7"
-"component-icon@2x.png" "7"
-"default-icon.png" "7"
-"flickable-icon.png" "7"
-"flickable-icon@2x.png" "7"
-"flipable-icon.png" "7"
-"flipable-icon16.png" "7"
-"flow-positioner-icon.png" "7"
-"flow-positioner-icon@2x.png" "7"
-"focusscope-icon.png" "7"
-"focusscope-icon@2x.png" "7"
-"grid-positioner-icon.png" "7"
-"grid-positioner-icon@2x.png" "7"
-"gridview-icon.png" "7"
-"gridview-icon@2x.png" "7"
-"image-icon.png" "7"
-"image-icon@2x.png" "7"
-"item-icon.png" "7"
-"item-icon@2x.png" "7"
-"listview-icon.png" "7"
-"listview-icon@2x.png" "7"
-"loader-icon.png" "7"
-"loader-icon@2x.png" "7"
-"media-player-16px.png" "7"
-"media-player-24px.png" "7"
-"media-player-24px@2x.png" "7"
-"mouse-area-icon.png" "7"
-"mouse-area-icon@2x.png" "7"
-"pathview-icon.png" "7"
-"pathview-icon@2x.png" "7"
-"rect-icon.png" "7"
-"rect-icon@2x.png" "7"
-"repeater-icon.png" "7"
-"repeater-icon@2x.png" "7"
-"row-positioner-icon.png" "7"
-"row-positioner-icon@2x.png" "7"
-"text-edit-icon.png" "7"
-"text-edit-icon@2x.png" "7"
-"text-icon.png" "7"
-"text-icon@2x.png" "7"
-"text-input-icon.png" "7"
-"text-input-icon@2x.png" "7"
-"video-16px.png" "7"
-"video-24px.png" "7"
-"video-24px@2x.png" "7"
-"video-output-16px.png" "7"
-"video-output-24px.png" "7"
-"video-output-24px@2x.png" "7"
-"webview-icon.png" "7"
-"webview-icon16.png" "7"
-"source" "6"
-"component.qml" "7"
-"component3d.qml" "7"
-"gridview.qml" "7"
-"gridviewv2.qml" "7"
-"listview.qml" "7"
-"listviewv2.qml" "7"
-"pathview.qml" "7"
-"pathviewv2.qml" "7"
-"text.qml" "7"
-"textedit.qml" "7"
-"texteditv2.qml" "7"
-"textinput.qml" "7"
-"textinputv2.qml" "7"
-"textv2.qml" "7"
-"quick.metainfo" "6"
-"quick.metainfo" "4"
-"QmlJSEditor" "2"
-"qmljseditor.qbs:3" "3"
+"dark_headers.png" "7"
+"dark_sources.png" "7"
+"dark_unknown.png" "7"
+"qmakeprojectmanagerconstants.h" "4"
+"qmakeprojectmanagerplugin.cpp" "4"
+"qmakeprojectmanagerplugin.h" "4"
+"qmakeprojectmanagertr.h" "4"
+"qmakesettings.cpp" "4"
+"qmakesettings.h" "4"
+"qmakestep.cpp" "4"
+"qmakestep.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"QmlJSEditor.json.in" "4"
+"QtcPlugin.qbs:39" "4"
+"QmakeProjectManager.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Wizard Images" "3"
+"qmakeprojectmanager.qbs:72" "4"
+"gui.png" "4"
+"gui@2x.png" "4"
+"Wizards" "3"
+"qmakeprojectmanager.qbs:60" "4"
+"qtprojectparameters.cpp" "4"
+"qtprojectparameters.h" "4"
+"qtwizard.cpp" "4"
+"qtwizard.h" "4"
+"subdirsprojectwizard.cpp" "4"
+"subdirsprojectwizard.h" "4"
+"subdirsprojectwizarddialog.cpp" "4"
+"subdirsprojectwizarddialog.h" "4"
+"wizards.qrc" "4"
+"/wizards" "5"
+"images" "6"
+"gui.png" "7"
+"gui@2x.png" "7"
+"QmlDesigner" "2"
+"qmldesigner.qbs:3" "3"
+"assetexporterplugin" "3"
+"dumpers" "4"
+"assetnodedumper.cpp" "5"
+"assetnodedumper.h" "5"
+"itemnodedumper.cpp" "5"
+"itemnodedumper.h" "5"
+"nodedumper.cpp" "5"
+"nodedumper.h" "5"
+"textnodedumper.cpp" "5"
+"textnodedumper.h" "5"
+"assetexportdialog.cpp" "4"
+"assetexportdialog.h" "4"
+"assetexporter.cpp" "4"
+"assetexporter.h" "4"
+"assetexporterplugin.cpp" "4"
+"assetexporterplugin.h" "4"
+"assetexporterplugin.json" "4"
+"assetexporterplugin.metainfo" "4"
+"assetexporterplugin.qrc" "4"
+"assetexporterview.cpp" "4"
+"assetexporterview.h" "4"
+"assetexportpluginconstants.h" "4"
+"componentexporter.cpp" "4"
+"componentexporter.h" "4"
+"exportnotification.cpp" "4"
+"exportnotification.h" "4"
+"filepathmodel.cpp" "4"
+"filepathmodel.h" "4"
+"components" "3"
+"annotationeditor" "4"
+"annotationcommenttab.cpp" "5"
+"annotationcommenttab.h" "5"
+"annotationcommenttab.ui" "5"
+"annotationeditor.cpp" "5"
+"annotationeditor.h" "5"
+"annotationeditor.qrc" "5"
+"annotationeditordialog.cpp" "5"
+"annotationeditordialog.h" "5"
+"annotationeditorwidget.cpp" "5"
+"annotationeditorwidget.h" "5"
+"annotationeditorwidget.ui" "5"
+"annotationlist.cpp" "5"
+"annotationlist.h" "5"
+"annotationlistwidget.cpp" "5"
+"annotationlistwidget.h" "5"
+"annotationtableview.cpp" "5"
+"annotationtableview.h" "5"
+"annotationtabwidget.cpp" "5"
+"annotationtabwidget.h" "5"
+"defaultannotations.cpp" "5"
+"defaultannotations.h" "5"
+"defaultannotations.json" "5"
+"globalannotationdialog.cpp" "5"
+"globalannotationdialog.h" "5"
+"globalannotationeditor.cpp" "5"
+"globalannotationeditor.h" "5"
+"assetslibrary" "4"
+"images" "5"
+"asset_effectClass.png" "6"
+"asset_effectClass@2x.png" "6"
+"asset_effectExported.png" "6"
+"asset_effectExported@2x.png" "6"
+"asset_ktx.png" "6"
+"asset_ktx@2x.png" "6"
+"asset_shader.png" "6"
+"asset_shader@2x.png" "6"
+"asset_sound.png" "6"
+"asset_sound@2x.png" "6"
+"asset_video.png" "6"
+"asset_video@2x.png" "6"
+"assets_default.png" "6"
+"assets_default@2x.png" "6"
+"browse.png" "6"
+"browse@2x.png" "6"
+"assetslibrary.qrc" "5"
+"assetslibraryiconprovider.cpp" "5"
+"assetslibraryiconprovider.h" "5"
+"assetslibrarymodel.cpp" "5"
+"assetslibrarymodel.h" "5"
+"assetslibraryview.cpp" "5"
+"assetslibraryview.h" "5"
+"assetslibrarywidget.cpp" "5"
+"assetslibrarywidget.h" "5"
+"bindingeditor" "4"
+"abstracteditordialog.cpp" "5"
+"abstracteditordialog.h" "5"
+"actioneditor.cpp" "5"
+"actioneditor.h" "5"
+"actioneditordialog.cpp" "5"
+"actioneditordialog.h" "5"
+"bindingeditor.cpp" "5"
+"bindingeditor.h" "5"
+"bindingeditordialog.cpp" "5"
+"bindingeditordialog.h" "5"
+"bindingeditorwidget.cpp" "5"
+"bindingeditorwidget.h" "5"
+"connectionvisitor.cpp" "5"
+"connectionvisitor.h" "5"
+"signallist.cpp" "5"
+"signallist.h" "5"
+"signallistdelegate.cpp" "5"
+"signallistdelegate.h" "5"
+"signallistdialog.cpp" "5"
+"signallistdialog.h" "5"
+"collectioneditor" "4"
+"collectiondetails.cpp" "5"
+"collectiondetails.h" "5"
+"collectioneditorconstants.h" "5"
+"collectionlistmodel.cpp" "5"
+"collectionlistmodel.h" "5"
+"collectionsourcemodel.cpp" "5"
+"collectionsourcemodel.h" "5"
+"collectionview.cpp" "5"
+"collectionview.h" "5"
+"collectionwidget.cpp" "5"
+"collectionwidget.h" "5"
+"singlecollectionmodel.cpp" "5"
+"singlecollectionmodel.h" "5"
+"colortool" "4"
+"colortool.cpp" "5"
+"colortool.h" "5"
+"componentcore" "4"
+"images" "5"
+"column.png" "6"
+"column@2x.png" "6"
+"grid.png" "6"
+"grid@2x.png" "6"
+"lower.png" "6"
+"lower@2x.png" "6"
+"raise.png" "6"
+"raise@2x.png" "6"
+"row.png" "6"
+"row@2x.png" "6"
+"abstractaction.cpp" "5"
+"abstractaction.h" "5"
+"abstractactiongroup.cpp" "5"
+"abstractactiongroup.h" "5"
+"actioninterface.h" "5"
+"addimagesdialog.cpp" "5"
+"addimagesdialog.h" "5"
+"addsignalhandlerdialog.cpp" "5"
+"addsignalhandlerdialog.h" "5"
+"addsignalhandlerdialog.ui" "5"
+"anchoraction.cpp" "5"
+"anchoraction.h" "5"
+"changestyleaction.cpp" "5"
+"changestyleaction.h" "5"
+"componentcore.qrc" "5"
+"crumblebar.cpp" "5"
+"crumblebar.h" "5"
+"designeractionmanager.cpp" "5"
+"designeractionmanager.h" "5"
+"designeractionmanagerview.cpp" "5"
+"designeractionmanagerview.h" "5"
+"designericons.cpp" "5"
+"designericons.h" "5"
+"findimplementation.cpp" "5"
+"findimplementation.h" "5"
+"formatoperation.cpp" "5"
+"formatoperation.h" "5"
+"groupitemaction.cpp" "5"
+"groupitemaction.h" "5"
+"layoutingridlayout.cpp" "5"
+"layoutingridlayout.h" "5"
+"modelnodecontextmenu.cpp" "5"
+"modelnodecontextmenu.h" "5"
+"modelnodeoperations.cpp" "5"
+"modelnodeoperations.h" "5"
+"navigation2d.cpp" "5"
+"navigation2d.h" "5"
+"propertycomponentgenerator.cpp" "5"
+"propertycomponentgenerator.h" "5"
+"propertycomponentgeneratorinterface.h" "5"
+"propertyeditorcomponentgenerator.cpp" "5"
+"propertyeditorcomponentgenerator.h" "5"
+"qmldesignericonprovider.cpp" "5"
+"qmldesignericonprovider.h" "5"
+"qmleditormenu.cpp" "5"
+"qmleditormenu.h" "5"
+"selectioncontext.cpp" "5"
+"selectioncontext.h" "5"
+"svgpasteaction.cpp" "5"
+"svgpasteaction.h" "5"
+"theme.cpp" "5"
+"theme.h" "5"
+"viewmanager.cpp" "5"
+"viewmanager.h" "5"
+"zoomaction.cpp" "5"
+"zoomaction.h" "5"
+"connectioneditor" "4"
+"addnewbackenddialog.cpp" "5"
+"addnewbackenddialog.h" "5"
+"addnewbackenddialog.ui" "5"
+"backendmodel.cpp" "5"
+"backendmodel.h" "5"
+"bindingmodel.cpp" "5"
+"bindingmodel.h" "5"
+"bindingmodelitem.cpp" "5"
+"bindingmodelitem.h" "5"
+"connectioneditor.qrc" "5"
+"connectioneditorevaluator.cpp" "5"
+"connectioneditorevaluator.h" "5"
+"connectioneditorstatements.cpp" "5"
+"connectioneditorstatements.h" "5"
+"connectioneditorutils.cpp" "5"
+"connectioneditorutils.h" "5"
+"connectionmodel.cpp" "5"
+"connectionmodel.h" "5"
+"connectionview.cpp" "5"
+"connectionview.h" "5"
+"dynamicpropertiesitem.cpp" "5"
+"dynamicpropertiesitem.h" "5"
+"dynamicpropertiesmodel.cpp" "5"
+"dynamicpropertiesmodel.h" "5"
+"propertytreemodel.cpp" "5"
+"propertytreemodel.h" "5"
+"selectiondynamicpropertiesproxymodel.cpp" "5"
+"selectiondynamicpropertiesproxymodel.h" "5"
+"stylesheet.css" "5"
+"contentlibrary" "4"
+"contentlibrarybundleimporter.cpp" "5"
+"contentlibrarybundleimporter.h" "5"
+"contentlibraryeffect.cpp" "5"
+"contentlibraryeffect.h" "5"
+"contentlibraryeffectscategory.cpp" "5"
+"contentlibraryeffectscategory.h" "5"
+"contentlibraryeffectsmodel.cpp" "5"
+"contentlibraryeffectsmodel.h" "5"
+"contentlibraryiconprovider.cpp" "5"
+"contentlibraryiconprovider.h" "5"
+"contentlibrarymaterial.cpp" "5"
+"contentlibrarymaterial.h" "5"
+"contentlibrarymaterialscategory.cpp" "5"
+"contentlibrarymaterialscategory.h" "5"
+"contentlibrarymaterialsmodel.cpp" "5"
+"contentlibrarymaterialsmodel.h" "5"
+"contentlibrarytexture.cpp" "5"
+"contentlibrarytexture.h" "5"
+"contentlibrarytexturescategory.cpp" "5"
+"contentlibrarytexturescategory.h" "5"
+"contentlibrarytexturesmodel.cpp" "5"
+"contentlibrarytexturesmodel.h" "5"
+"contentlibraryview.cpp" "5"
+"contentlibraryview.h" "5"
+"contentlibrarywidget.cpp" "5"
+"contentlibrarywidget.h" "5"
+"curveeditor" "4"
+"detail" "5"
+"axis.cpp" "6"
+"axis.h" "6"
+"colorcontrol.cpp" "6"
+"colorcontrol.h" "6"
+"curveeditorstyledialog.cpp" "6"
+"curveeditorstyledialog.h" "6"
+"curveeditorutils.cpp" "6"
+"curveeditorutils.h" "6"
+"curveitem.cpp" "6"
+"curveitem.h" "6"
+"graphicsscene.cpp" "6"
+"graphicsscene.h" "6"
+"graphicsview.cpp" "6"
+"graphicsview.h" "6"
+"handleitem.cpp" "6"
+"handleitem.h" "6"
+"keyframeitem.cpp" "6"
+"keyframeitem.h" "6"
+"playhead.cpp" "6"
+"playhead.h" "6"
+"selectableitem.cpp" "6"
+"selectableitem.h" "6"
+"selectionmodel.cpp" "6"
+"selectionmodel.h" "6"
+"selector.cpp" "6"
+"selector.h" "6"
+"shortcut.cpp" "6"
+"shortcut.h" "6"
+"treeitemdelegate.cpp" "6"
+"treeitemdelegate.h" "6"
+"treemodel.cpp" "6"
+"treemodel.h" "6"
+"treeview.cpp" "6"
+"treeview.h" "6"
+"images" "5"
+"tangetToolsLinearIcon.png" "6"
+"tangetToolsLinearIcon@2x.png" "6"
+"tangetToolsSplineIcon.png" "6"
+"tangetToolsSplineIcon@2x.png" "6"
+"tangetToolsStepIcon.png" "6"
+"tangetToolsStepIcon@2x.png" "6"
+"animationcurve.cpp" "5"
+"animationcurve.h" "5"
+"curveeditor.cpp" "5"
+"curveeditor.h" "5"
+"curveeditor.qrc" "5"
+"curveeditorconstants.h" "5"
+"curveeditormodel.cpp" "5"
+"curveeditormodel.h" "5"
+"curveeditorstyle.h" "5"
+"curveeditortoolbar.cpp" "5"
+"curveeditortoolbar.h" "5"
+"curveeditorview.cpp" "5"
+"curveeditorview.h" "5"
+"curvesegment.cpp" "5"
+"curvesegment.h" "5"
+"keyframe.cpp" "5"
+"keyframe.h" "5"
+"treeitem.cpp" "5"
+"treeitem.h" "5"
+"debugview" "4"
+"debugview.cpp" "5"
+"debugview.h" "5"
+"debugviewwidget.cpp" "5"
+"debugviewwidget.h" "5"
+"debugviewwidget.ui" "5"
+"edit3d" "4"
+"images" "5"
+"align_camera_on.png" "6"
+"align_camera_on@2x.png" "6"
+"align_view_on.png" "6"
+"align_view_on@2x.png" "6"
+"color_palette.png" "6"
+"color_palette@2x.png" "6"
+"edit_light_off.png" "6"
+"edit_light_off@2x.png" "6"
+"edit_light_on.png" "6"
+"edit_light_on@2x.png" "6"
+"fit_selected.png" "6"
+"fit_selected@2x.png" "6"
+"global.png" "6"
+"global@2x.png" "6"
+"local.png" "6"
+"local@2x.png" "6"
+"move_off.png" "6"
+"move_off@2x.png" "6"
+"move_on.png" "6"
+"move_on@2x.png" "6"
+"orthographic_camera.png" "6"
+"orthographic_camera@2x.png" "6"
+"particles_off.png" "6"
+"particles_off@2x.png" "6"
+"particles_on.png" "6"
+"particles_on@2x.png" "6"
+"particles_pause.png" "6"
+"particles_pause@2x.png" "6"
+"particles_play.png" "6"
+"particles_play@2x.png" "6"
+"particles_restart.png" "6"
+"particles_restart@2x.png" "6"
+"perspective_camera.png" "6"
+"perspective_camera@2x.png" "6"
+"playpause.png" "6"
+"playpause@2x.png" "6"
+"rotate_off.png" "6"
+"rotate_off@2x.png" "6"
+"rotate_on.png" "6"
+"rotate_on@2x.png" "6"
+"scale_off.png" "6"
+"scale_off@2x.png" "6"
+"scale_on.png" "6"
+"scale_on@2x.png" "6"
+"select_group.png" "6"
+"select_group@2x.png" "6"
+"select_item.png" "6"
+"select_item@2x.png" "6"
+"backgroundcolorselection.cpp" "5"
+"backgroundcolorselection.h" "5"
+"bakelights.cpp" "5"
+"bakelights.h" "5"
+"bakelightsconnectionmanager.cpp" "5"
+"bakelightsconnectionmanager.h" "5"
+"bakelightsdatamodel.cpp" "5"
+"bakelightsdatamodel.h" "5"
+"edit3d.qrc" "5"
+"edit3dactions.cpp" "5"
+"edit3dactions.h" "5"
+"edit3dcanvas.cpp" "5"
+"edit3dcanvas.h" "5"
+"edit3dtoolbarmenu.cpp" "5"
+"edit3dtoolbarmenu.h" "5"
+"edit3dview.cpp" "5"
+"edit3dview.h" "5"
+"edit3dviewconfig.h" "5"
+"edit3dwidget.cpp" "5"
+"edit3dwidget.h" "5"
+"snapconfiguration.cpp" "5"
+"snapconfiguration.h" "5"
+"eventlist" "4"
+"assigneventdialog.cpp" "5"
+"assigneventdialog.h" "5"
+"connectsignaldialog.cpp" "5"
+"connectsignaldialog.h" "5"
+"eventlist.cpp" "5"
+"eventlist.h" "5"
+"eventlistactions.cpp" "5"
+"eventlistactions.h" "5"
+"eventlistdelegate.cpp" "5"
+"eventlistdelegate.h" "5"
+"eventlistdialog.cpp" "5"
+"eventlistdialog.h" "5"
+"eventlistplugin.metainfo" "5"
+"eventlistplugin.qrc" "5"
+"eventlistpluginview.cpp" "5"
+"eventlistpluginview.h" "5"
+"eventlistutils.cpp" "5"
+"eventlistutils.h" "5"
+"eventlistview.cpp" "5"
+"eventlistview.h" "5"
+"filterlinewidget.cpp" "5"
+"filterlinewidget.h" "5"
+"nodelistdelegate.cpp" "5"
+"nodelistdelegate.h" "5"
+"nodelistview.cpp" "5"
+"nodelistview.h" "5"
+"nodeselectionmodel.cpp" "5"
+"nodeselectionmodel.h" "5"
+"shortcutwidget.cpp" "5"
+"shortcutwidget.h" "5"
+"formeditor" "4"
+"abstractcustomtool.cpp" "5"
+"abstractcustomtool.h" "5"
+"abstractformeditortool.cpp" "5"
+"abstractformeditortool.h" "5"
+"anchorindicator.cpp" "5"
+"anchorindicator.h" "5"
+"anchorindicatorgraphicsitem.cpp" "5"
+"anchorindicatorgraphicsitem.h" "5"
+"annotationsIcon.png" "5"
+"annotationsIconActive.png" "5"
+"backgroundaction.cpp" "5"
+"backgroundaction.h" "5"
+"bindingindicator.cpp" "5"
+"bindingindicator.h" "5"
+"bindingindicatorgraphicsitem.cpp" "5"
+"bindingindicatorgraphicsitem.h" "5"
+"contentnoteditableindicator.cpp" "5"
+"contentnoteditableindicator.h" "5"
+"controlelement.cpp" "5"
+"controlelement.h" "5"
+"dragtool.cpp" "5"
+"dragtool.h" "5"
+"formeditor.qrc" "5"
+"formeditorannotationicon.cpp" "5"
+"formeditorannotationicon.h" "5"
+"formeditorgraphicsview.cpp" "5"
+"formeditorgraphicsview.h" "5"
+"formeditoritem.cpp" "5"
+"formeditoritem.h" "5"
+"formeditorscene.cpp" "5"
+"formeditorscene.h" "5"
+"formeditorsubwindow.h" "5"
+"formeditortoolbutton.cpp" "5"
+"formeditortoolbutton.h" "5"
+"formeditorview.cpp" "5"
+"formeditorview.h" "5"
+"formeditorwidget.cpp" "5"
+"formeditorwidget.h" "5"
+"itemutilfunctions.cpp" "5"
+"itemutilfunctions.h" "5"
+"layeritem.cpp" "5"
+"layeritem.h" "5"
+"lineeditaction.cpp" "5"
+"lineeditaction.h" "5"
+"movemanipulator.cpp" "5"
+"movemanipulator.h" "5"
+"movetool.cpp" "5"
+"movetool.h" "5"
+"no_snapping.png" "5"
+"no_snapping@2x.png" "5"
+"onedimensionalcluster.cpp" "5"
+"onedimensionalcluster.h" "5"
+"resizecontroller.cpp" "5"
+"resizecontroller.h" "5"
+"resizehandleitem.cpp" "5"
+"resizehandleitem.h" "5"
+"resizeindicator.cpp" "5"
+"resizeindicator.h" "5"
+"resizemanipulator.cpp" "5"
+"resizemanipulator.h" "5"
+"resizetool.cpp" "5"
+"resizetool.h" "5"
+"rotationcontroller.cpp" "5"
+"rotationcontroller.h" "5"
+"rotationhandleitem.cpp" "5"
+"rotationhandleitem.h" "5"
+"rotationindicator.cpp" "5"
+"rotationindicator.h" "5"
+"rotationmanipulator.cpp" "5"
+"rotationmanipulator.h" "5"
+"rotationtool.cpp" "5"
+"rotationtool.h" "5"
+"rubberbandselectionmanipulator.cpp" "5"
+"rubberbandselectionmanipulator.h" "5"
+"scaleitem.cpp" "5"
+"scaleitem.h" "5"
+"scalemanipulator.cpp" "5"
+"scalemanipulator.h" "5"
+"scrubbg.png" "5"
+"scrubbg@2x.png" "5"
+"scrubhandle-24.png" "5"
+"scrubhandle-48.png" "5"
+"scrubhandle-disabled-24.png" "5"
+"scrubhandle-disabled-48.png" "5"
+"seekerslider.cpp" "5"
+"seekerslider.h" "5"
+"selectionindicator.cpp" "5"
+"selectionindicator.h" "5"
+"selectionrectangle.cpp" "5"
+"selectionrectangle.h" "5"
+"selectiontool.cpp" "5"
+"selectiontool.h" "5"
+"singleselectionmanipulator.cpp" "5"
+"singleselectionmanipulator.h" "5"
+"snapper.cpp" "5"
+"snapper.h" "5"
+"snapping.png" "5"
+"snapping@2x.png" "5"
+"snappinglinecreator.cpp" "5"
+"snappinglinecreator.h" "5"
+"toolbox.cpp" "5"
+"toolbox.h" "5"
+"transitiontool.cpp" "5"
+"transitiontool.h" "5"
+"integration" "4"
+"componentaction.cpp" "5"
+"componentaction.h" "5"
+"componentview.cpp" "5"
+"componentview.h" "5"
+"designdocument.cpp" "5"
+"designdocument.h" "5"
+"designdocumentview.cpp" "5"
+"designdocumentview.h" "5"
+"stackedutilitypanelcontroller.cpp" "5"
+"stackedutilitypanelcontroller.h" "5"
+"utilitypanelcontroller.cpp" "5"
+"utilitypanelcontroller.h" "5"
+"itemlibrary" "4"
+"images" "5"
+"item-3D_model-icon.png" "6"
+"item-3D_model-icon@2x.png" "6"
+"item-default-icon.png" "6"
+"item-default-icon@2x.png" "6"
+"item-invalid-icon.png" "6"
+"assetimportupdatedialog.cpp" "5"
+"assetimportupdatedialog.h" "5"
+"assetimportupdatedialog.ui" "5"
+"assetimportupdatetreeitem.cpp" "5"
+"assetimportupdatetreeitem.h" "5"
+"assetimportupdatetreeitemdelegate.cpp" "5"
+"assetimportupdatetreeitemdelegate.h" "5"
+"assetimportupdatetreemodel.cpp" "5"
+"assetimportupdatetreemodel.h" "5"
+"assetimportupdatetreeview.cpp" "5"
+"assetimportupdatetreeview.h" "5"
+"itemlibrary.qrc" "5"
+"itemlibraryaddimportmodel.cpp" "5"
+"itemlibraryaddimportmodel.h" "5"
+"itemlibraryassetimportdialog.cpp" "5"
+"itemlibraryassetimportdialog.h" "5"
+"itemlibraryassetimportdialog.ui" "5"
+"itemlibraryassetimporter.cpp" "5"
+"itemlibraryassetimporter.h" "5"
+"itemlibrarycategoriesmodel.cpp" "5"
+"itemlibrarycategoriesmodel.h" "5"
+"itemlibrarycategory.cpp" "5"
+"itemlibrarycategory.h" "5"
+"itemlibraryconstants.h" "5"
+"itemlibraryiconimageprovider.cpp" "5"
+"itemlibraryiconimageprovider.h" "5"
+"itemlibraryimageprovider.cpp" "5"
+"itemlibraryimageprovider.h" "5"
+"itemlibraryimport.cpp" "5"
+"itemlibraryimport.h" "5"
+"itemlibraryitem.cpp" "5"
+"itemlibraryitem.h" "5"
+"itemlibraryitemsmodel.cpp" "5"
+"itemlibraryitemsmodel.h" "5"
+"itemlibrarymodel.cpp" "5"
+"itemlibrarymodel.h" "5"
+"itemlibraryview.cpp" "5"
+"itemlibraryview.h" "5"
+"itemlibrarywidget.cpp" "5"
+"itemlibrarywidget.h" "5"
+"listmodeleditor" "4"
+"listmodeleditordialog.cpp" "5"
+"listmodeleditordialog.h" "5"
+"listmodeleditormodel.cpp" "5"
+"listmodeleditormodel.h" "5"
+"materialbrowser" "4"
+"materialbrowsermodel.cpp" "5"
+"materialbrowsermodel.h" "5"
+"materialbrowsertexturesmodel.cpp" "5"
+"materialbrowsertexturesmodel.h" "5"
+"materialbrowserview.cpp" "5"
+"materialbrowserview.h" "5"
+"materialbrowserwidget.cpp" "5"
+"materialbrowserwidget.h" "5"
+"materialutils.cpp" "5"
+"materialutils.h" "5"
+"materialeditor" "4"
+"images" "5"
+"defaultmaterialpreview.png" "6"
+"materialeditor.qrc" "5"
+"materialeditorcontextobject.cpp" "5"
+"materialeditorcontextobject.h" "5"
+"materialeditordynamicpropertiesproxymodel.cpp" "5"
+"materialeditordynamicpropertiesproxymodel.h" "5"
+"materialeditorqmlbackend.cpp" "5"
+"materialeditorqmlbackend.h" "5"
+"materialeditortransaction.cpp" "5"
+"materialeditortransaction.h" "5"
+"materialeditorview.cpp" "5"
+"materialeditorview.h" "5"
+"navigator" "4"
+"arrowdown.png" "5"
+"arrowdown@2x.png" "5"
+"arrowleft.png" "5"
+"arrowleft@2x.png" "5"
+"arrowright.png" "5"
+"arrowright@2x.png" "5"
+"arrowup.png" "5"
+"arrowup@2x.png" "5"
+"checkers.png" "5"
+"choosefrompropertylistdialog.cpp" "5"
+"choosefrompropertylistdialog.h" "5"
+"choosefrompropertylistdialog.ui" "5"
+"export_checked.png" "5"
+"export_checked@2x.png" "5"
+"export_unchecked.png" "5"
+"export_unchecked@2x.png" "5"
+"iconcheckboxitemdelegate.cpp" "5"
+"iconcheckboxitemdelegate.h" "5"
+"nameitemdelegate.cpp" "5"
+"nameitemdelegate.h" "5"
+"navigator.qrc" "5"
+"navigatormodelinterface.h" "5"
+"navigatorsearchwidget.cpp" "5"
+"navigatorsearchwidget.h" "5"
+"navigatortreemodel.cpp" "5"
+"navigatortreemodel.h" "5"
+"navigatortreeview.cpp" "5"
+"navigatortreeview.h" "5"
+"navigatorview.cpp" "5"
+"navigatorview.h" "5"
+"navigatorwidget.cpp" "5"
+"navigatorwidget.h" "5"
+"previewtooltip.cpp" "5"
+"previewtooltip.h" "5"
+"previewtooltip.ui" "5"
+"tooltip_placeholder.png" "5"
+"pathtool" "4"
+"controlpoint.cpp" "5"
+"controlpoint.h" "5"
+"cubicsegment.cpp" "5"
+"cubicsegment.h" "5"
+"pathitem.cpp" "5"
+"pathitem.h" "5"
+"pathselectionmanipulator.cpp" "5"
+"pathselectionmanipulator.h" "5"
+"pathtool.cpp" "5"
+"pathtool.h" "5"
+"pathtoolview.cpp" "5"
+"pathtoolview.h" "5"
+"previewtooltip" "4"
+"previewimagetooltip.cpp" "5"
+"previewimagetooltip.h" "5"
+"previewimagetooltip.ui" "5"
+"previewtooltipbackend.cpp" "5"
+"previewtooltipbackend.h" "5"
+"propertyeditor" "4"
+"aligndistribute.cpp" "5"
+"aligndistribute.h" "5"
+"assetimageprovider.cpp" "5"
+"assetimageprovider.h" "5"
+"colorpalettebackend.cpp" "5"
+"colorpalettebackend.h" "5"
+"designerpropertymap.cpp" "5"
+"designerpropertymap.h" "5"
+"dynamicpropertiesproxymodel.cpp" "5"
+"dynamicpropertiesproxymodel.h" "5"
+"fileresourcesmodel.cpp" "5"
+"fileresourcesmodel.h" "5"
+"gradientmodel.cpp" "5"
+"gradientmodel.h" "5"
+"gradientpresetcustomlistmodel.cpp" "5"
+"gradientpresetcustomlistmodel.h" "5"
+"gradientpresetdefaultlistmodel.cpp" "5"
+"gradientpresetdefaultlistmodel.h" "5"
+"gradientpresetitem.cpp" "5"
+"gradientpresetitem.h" "5"
+"gradientpresetlistmodel.cpp" "5"
+"gradientpresetlistmodel.h" "5"
+"itemfiltermodel.cpp" "5"
+"itemfiltermodel.h" "5"
+"listvalidator.cpp" "5"
+"listvalidator.h" "5"
+"propertyeditorcontextobject.cpp" "5"
+"propertyeditorcontextobject.h" "5"
+"propertyeditorqmlbackend.cpp" "5"
+"propertyeditorqmlbackend.h" "5"
+"propertyeditortransaction.cpp" "5"
+"propertyeditortransaction.h" "5"
+"propertyeditorvalue.cpp" "5"
+"propertyeditorvalue.h" "5"
+"propertyeditorview.cpp" "5"
+"propertyeditorview.h" "5"
+"propertyeditorwidget.cpp" "5"
+"propertyeditorwidget.h" "5"
+"qmlanchorbindingproxy.cpp" "5"
+"qmlanchorbindingproxy.h" "5"
+"qmlmodelnodeproxy.cpp" "5"
+"qmlmodelnodeproxy.h" "5"
+"quick2propertyeditorview.cpp" "5"
+"quick2propertyeditorview.h" "5"
+"tooltip.cpp" "5"
+"tooltip.h" "5"
+"resources" "4"
+"centerwidget.css" "5"
+"dockwidgets.css" "5"
+"formeditorstylesheet.css" "5"
+"resources_qmldesigner_components.qrc" "5"
+"scrollbar.css" "5"
+"stylesheet.css" "5"
+"richtexteditor" "4"
+"hyperlinkdialog.cpp" "5"
+"hyperlinkdialog.h" "5"
+"hyperlinkdialog.ui" "5"
+"richtexteditor.cpp" "5"
+"richtexteditor.h" "5"
+"richtexteditorproxy.cpp" "5"
+"richtexteditorproxy.h" "5"
+"sourcetool" "4"
+"sourcetool.cpp" "5"
+"sourcetool.h" "5"
+"stateseditor" "4"
+"propertychangesmodel.cpp" "5"
+"propertychangesmodel.h" "5"
+"propertymodel.cpp" "5"
+"propertymodel.h" "5"
+"stateseditorimageprovider.cpp" "5"
+"stateseditorimageprovider.h" "5"
+"stateseditormodel.cpp" "5"
+"stateseditormodel.h" "5"
+"stateseditorview.cpp" "5"
+"stateseditorview.h" "5"
+"stateseditorwidget.cpp" "5"
+"stateseditorwidget.h" "5"
+"texteditor" "4"
+"texteditor.qrc" "5"
+"texteditorstatusbar.cpp" "5"
+"texteditorstatusbar.h" "5"
+"texteditorview.cpp" "5"
+"texteditorview.h" "5"
+"texteditorwidget.cpp" "5"
+"texteditorwidget.h" "5"
+"texttool" "4"
+"textedititem.cpp" "5"
+"textedititem.h" "5"
+"textedititemwidget.cpp" "5"
+"textedititemwidget.h" "5"
+"texttool.cpp" "5"
+"texttool.h" "5"
+"textureeditor" "4"
+"images" "5"
+"texture_default.png" "6"
+"texture_default@2x.png" "6"
+"texture_ktx.png" "6"
+"texture_ktx@2x.png" "6"
+"textureeditor.qrc" "5"
+"textureeditorcontextobject.cpp" "5"
+"textureeditorcontextobject.h" "5"
+"textureeditordynamicpropertiesproxymodel.cpp" "5"
+"textureeditordynamicpropertiesproxymodel.h" "5"
+"textureeditorqmlbackend.cpp" "5"
+"textureeditorqmlbackend.h" "5"
+"textureeditortransaction.cpp" "5"
+"textureeditortransaction.h" "5"
+"textureeditorview.cpp" "5"
+"textureeditorview.h" "5"
+"timelineeditor" "4"
+"images" "5"
+"add_timeline.png" "6"
+"add_timeline@2x.png" "6"
+"animation.png" "6"
+"animation@2x.png" "6"
+"back_one_frame.png" "6"
+"back_one_frame@2x.png" "6"
+"curve_editor.png" "6"
+"curve_editor@2x.png" "6"
+"curve_picker.png" "6"
+"curve_picker@2x.png" "6"
+"curveGraphIcon.png" "6"
+"curveGraphIcon@2x.png" "6"
+"forward_one_frame.png" "6"
+"forward_one_frame@2x.png" "6"
+"global_record_keyframes.png" "6"
+"global_record_keyframes@2x.png" "6"
+"is_keyframe.png" "6"
+"is_keyframe@2x.png" "6"
+"keyframe_autobezier_active.png" "6"
+"keyframe_autobezier_active@2x.png" "6"
+"keyframe_autobezier_inactive.png" "6"
+"keyframe_autobezier_inactive@2x.png" "6"
+"keyframe_autobezier_selected.png" "6"
+"keyframe_autobezier_selected@2x.png" "6"
+"keyframe_linear_active.png" "6"
+"keyframe_linear_active@2x.png" "6"
+"keyframe_linear_inactive.png" "6"
+"keyframe_linear_inactive@2x.png" "6"
+"keyframe_linear_selected.png" "6"
+"keyframe_linear_selected@2x.png" "6"
+"keyframe_lineartobezier_active.png" "6"
+"keyframe_lineartobezier_active@2x.png" "6"
+"keyframe_lineartobezier_inactive.png" "6"
+"keyframe_lineartobezier_inactive@2x.png" "6"
+"keyframe_lineartobezier_selected.png" "6"
+"keyframe_lineartobezier_selected@2x.png" "6"
+"keyframe_manualbezier_active.png" "6"
+"keyframe_manualbezier_active@2x.png" "6"
+"keyframe_manualbezier_inactive.png" "6"
+"keyframe_manualbezier_inactive@2x.png" "6"
+"keyframe_manualbezier_selected.png" "6"
+"keyframe_manualbezier_selected@2x.png" "6"
+"keyframe-16px.png" "6"
+"local_record_keyframes.png" "6"
+"local_record_keyframes@2x.png" "6"
+"loop_playback.png" "6"
+"loop_playback@2x.png" "6"
+"next_keyframe.png" "6"
+"next_keyframe@2x.png" "6"
+"pause_playback.png" "6"
+"pause_playback@2x.png" "6"
+"playhead.png" "6"
+"playhead@2x.png" "6"
+"previous_keyframe.png" "6"
+"previous_keyframe@2x.png" "6"
+"remove_timeline.png" "6"
+"remove_timeline@2x.png" "6"
+"start_playback.png" "6"
+"start_playback@2x.png" "6"
+"timeline-16px.png" "6"
+"to_first_frame.png" "6"
+"to_first_frame@2x.png" "6"
+"to_last_frame.png" "6"
+"to_last_frame@2x.png" "6"
+"work_area_handle_left.png" "6"
+"work_area_handle_left@2x.png" "6"
+"work_area_handle_right.png" "6"
+"work_area_handle_right@2x.png" "6"
+"zoom_big.png" "6"
+"zoom_big@2x.png" "6"
+"zoom_small.png" "6"
+"zoom_small@2x.png" "6"
+"canvas.cpp" "5"
+"canvas.h" "5"
+"canvasstyledialog.cpp" "5"
+"canvasstyledialog.h" "5"
+"easingcurve.cpp" "5"
+"easingcurve.h" "5"
+"easingcurvedialog.cpp" "5"
+"easingcurvedialog.h" "5"
+"preseteditor.cpp" "5"
+"preseteditor.h" "5"
+"setframevaluedialog.cpp" "5"
+"setframevaluedialog.h" "5"
+"splineeditor.cpp" "5"
+"splineeditor.h" "5"
+"timeline.metainfo" "5"
+"timeline.qrc" "5"
+"timelineabstracttool.cpp" "5"
+"timelineabstracttool.h" "5"
+"timelineactions.cpp" "5"
+"timelineactions.h" "5"
+"timelineanimationform.cpp" "5"
+"timelineanimationform.h" "5"
+"timelineconstants.h" "5"
+"timelinecontext.cpp" "5"
+"timelinecontext.h" "5"
+"timelinecontrols.cpp" "5"
+"timelinecontrols.h" "5"
+"timelineform.cpp" "5"
+"timelineform.h" "5"
+"timelinegraphicslayout.cpp" "5"
+"timelinegraphicslayout.h" "5"
+"timelinegraphicsscene.cpp" "5"
+"timelinegraphicsscene.h" "5"
+"timelineicons.h" "5"
+"timelineitem.cpp" "5"
+"timelineitem.h" "5"
+"timelinemovableabstractitem.cpp" "5"
+"timelinemovableabstractitem.h" "5"
+"timelinemovetool.cpp" "5"
+"timelinemovetool.h" "5"
+"timelineplaceholder.cpp" "5"
+"timelineplaceholder.h" "5"
+"timelinepropertyitem.cpp" "5"
+"timelinepropertyitem.h" "5"
+"timelinesectionitem.cpp" "5"
+"timelinesectionitem.h" "5"
+"timelineselectiontool.cpp" "5"
+"timelineselectiontool.h" "5"
+"timelinesettingsdialog.cpp" "5"
+"timelinesettingsdialog.h" "5"
+"timelinesettingsmodel.cpp" "5"
+"timelinesettingsmodel.h" "5"
+"timelinetoolbar.cpp" "5"
+"timelinetoolbar.h" "5"
+"timelinetoolbutton.cpp" "5"
+"timelinetoolbutton.h" "5"
+"timelinetooldelegate.cpp" "5"
+"timelinetooldelegate.h" "5"
+"timelineutils.cpp" "5"
+"timelineutils.h" "5"
+"timelineview.cpp" "5"
+"timelineview.h" "5"
+"timelinewidget.cpp" "5"
+"timelinewidget.h" "5"
+"toolbar" "4"
+"toolbar.cpp" "5"
+"toolbar.h" "5"
+"toolbarbackend.cpp" "5"
+"toolbarbackend.h" "5"
+"transitioneditor" "4"
+"transitioneditor.qrc" "5"
+"transitioneditorconstants.h" "5"
+"transitioneditorgraphicslayout.cpp" "5"
+"transitioneditorgraphicslayout.h" "5"
+"transitioneditorgraphicsscene.cpp" "5"
+"transitioneditorgraphicsscene.h" "5"
+"transitioneditorpropertyitem.cpp" "5"
+"transitioneditorpropertyitem.h" "5"
+"transitioneditorsectionitem.cpp" "5"
+"transitioneditorsectionitem.h" "5"
+"transitioneditorsettingsdialog.cpp" "5"
+"transitioneditorsettingsdialog.h" "5"
+"transitioneditorsettingsdialog.ui" "5"
+"transitioneditortoolbar.cpp" "5"
+"transitioneditortoolbar.h" "5"
+"transitioneditorview.cpp" "5"
+"transitioneditorview.h" "5"
+"transitioneditorwidget.cpp" "5"
+"transitioneditorwidget.h" "5"
+"transitionform.cpp" "5"
+"transitionform.h" "5"
+"transitionform.ui" "5"
+"createtexture.cpp" "4"
+"createtexture.h" "4"
+"qmldesignercomponents_global.h" "4"
+"componentsplugin" "3"
+"Controls" "4"
+"ApplicationWindowSpecifics.qml" "5"
+"ButtonSpecifics.qml" "5"
+"CheckBoxSpecifics.qml" "5"
+"ComboBoxSpecifics.qml" "5"
+"CurrentIndexComboBox.qml" "5"
+"OrientationCombobox.qml" "5"
+"RadioButtonSpecifics.qml" "5"
+"SliderSpecifics.qml" "5"
+"SplitViewSpecifics.qml" "5"
+"TabPositionComboBox.qml" "5"
+"TabViewSpecifics.qml" "5"
+"TextAreaSpecifics.qml" "5"
+"TextFieldSpecifics.qml" "5"
+"images" "4"
+"column-layouts-icon.png" "5"
+"column-layouts-icon@2x.png" "5"
+"grid-layouts-icon.png" "5"
+"grid-layouts-icon@2x.png" "5"
+"item-icon.png" "5"
+"item-icon16.png" "5"
+"row-layouts-icon.png" "5"
+"row-layouts-icon@2x.png" "5"
+"splitview-layouts-icon.png" "5"
+"stack-layouts-icon.png" "5"
+"stack-layouts-icon@2x.png" "5"
+"components.metainfo" "4"
+"componentsplugin.cpp" "4"
+"componentsplugin.h" "4"
+"componentsplugin.json" "4"
+"componentsplugin.qrc" "4"
+"designercore" "3"
+"exceptions" "4"
+"exception.cpp" "5"
+"invalidargumentexception.cpp" "5"
+"invalididexception.cpp" "5"
+"invalidmetainfoexception.cpp" "5"
+"invalidmodelnodeexception.cpp" "5"
+"invalidmodelstateexception.cpp" "5"
+"invalidpropertyexception.cpp" "5"
+"invalidqmlsourceexception.cpp" "5"
+"invalidreparentingexception.cpp" "5"
+"invalidslideindexexception.cpp" "5"
+"notimplementedexception.cpp" "5"
+"removebasestateexception.cpp" "5"
+"rewritingexception.cpp" "5"
+"filemanager" "4"
+"addarraymembervisitor.cpp" "5"
+"addarraymembervisitor.h" "5"
+"addobjectvisitor.cpp" "5"
+"addobjectvisitor.h" "5"
+"addpropertyvisitor.cpp" "5"
+"addpropertyvisitor.h" "5"
+"astobjecttextextractor.cpp" "5"
+"astobjecttextextractor.h" "5"
+"changeimportsvisitor.cpp" "5"
+"changeimportsvisitor.h" "5"
+"changeobjecttypevisitor.cpp" "5"
+"changeobjecttypevisitor.h" "5"
+"changepropertyvisitor.cpp" "5"
+"changepropertyvisitor.h" "5"
+"firstdefinitionfinder.cpp" "5"
+"firstdefinitionfinder.h" "5"
+"moveobjectbeforeobjectvisitor.cpp" "5"
+"moveobjectbeforeobjectvisitor.h" "5"
+"moveobjectvisitor.cpp" "5"
+"moveobjectvisitor.h" "5"
+"objectlengthcalculator.cpp" "5"
+"objectlengthcalculator.h" "5"
+"qmlrefactoring.cpp" "5"
+"qmlrefactoring.h" "5"
+"qmlrewriter.cpp" "5"
+"qmlrewriter.h" "5"
+"removepropertyvisitor.cpp" "5"
+"removepropertyvisitor.h" "5"
+"removeuiobjectmembervisitor.cpp" "5"
+"removeuiobjectmembervisitor.h" "5"
+"imagecache" "4"
+"asynchronousexplicitimagecache.cpp" "5"
+"asynchronousimagecache.cpp" "5"
+"asynchronousimagefactory.cpp" "5"
+"asynchronousimagefactory.h" "5"
+"explicitimagecacheimageprovider.cpp" "5"
+"explicitimagecacheimageprovider.h" "5"
+"imagecachecollector.cpp" "5"
+"imagecachecollector.h" "5"
+"imagecachecollectorinterface.h" "5"
+"imagecacheconnectionmanager.cpp" "5"
+"imagecacheconnectionmanager.h" "5"
+"imagecachedispatchcollector.h" "5"
+"imagecachefontcollector.cpp" "5"
+"imagecachefontcollector.h" "5"
+"imagecachegenerator.cpp" "5"
+"imagecachegenerator.h" "5"
+"imagecachegeneratorinterface.h" "5"
+"imagecacheimageresponse.cpp" "5"
+"imagecacheimageresponse.h" "5"
+"imagecachestorage.h" "5"
+"imagecachestorageinterface.h" "5"
+"meshimagecachecollector.cpp" "5"
+"meshimagecachecollector.h" "5"
+"midsizeimagecacheprovider.cpp" "5"
+"midsizeimagecacheprovider.h" "5"
+"smallimagecacheprovider.cpp" "5"
+"smallimagecacheprovider.h" "5"
+"synchronousimagecache.cpp" "5"
+"taskqueue.h" "5"
+"textureimagecachecollector.cpp" "5"
+"textureimagecachecollector.h" "5"
+"timestampprovider.cpp" "5"
+"timestampprovider.h" "5"
+"timestampproviderinterface.h" "5"
+"include" "4"
+"abstractproperty.h" "5"
+"abstractview.h" "5"
+"anchorline.h" "5"
+"annotation.h" "5"
+"asynchronousexplicitimagecache.h" "5"
+"asynchronousimagecache.h" "5"
+"asynchronousimagecacheinterface.h" "5"
+"auxiliarydata.h" "5"
+"auxiliarydataproperties.h" "5"
+"basetexteditmodifier.h" "5"
+"bindingproperty.h" "5"
+"bytearraymodifier.h" "5"
+"componenttextmodifier.h" "5"
+"customnotifications.h" "5"
+"documentmessage.h" "5"
+"enumerationmetainfo.h" "5"
+"exception.h" "5"
+"externaldependenciesinterface.h" "5"
+"filesystemfacadeinterface.h" "5"
+"forwardview.h" "5"
+"imagecacheauxiliarydata.h" "5"
+"import.h" "5"
+"invalidargumentexception.h" "5"
+"invalididexception.h" "5"
+"invalidmetainfoexception.h" "5"
+"invalidmodelnodeexception.h" "5"
+"invalidmodelstateexception.h" "5"
+"invalidpropertyexception.h" "5"
+"invalidqmlsourceexception.h" "5"
+"invalidreparentingexception.h" "5"
+"invalidslideindexexception.h" "5"
+"itemlibraryinfo.h" "5"
+"iwidgetplugin.h" "5"
+"mathutils.h" "5"
+"metainfo.h" "5"
+"metainforeader.h" "5"
+"model.h" "5"
+"modelcache.h" "5"
+"modelfwd.h" "5"
+"modelmerger.h" "5"
+"modelnode.h" "5"
+"modelnodepositionstorage.h" "5"
+"modificationgroupexception.h" "5"
+"modificationgrouptoken.h" "5"
+"module.h" "5"
+"nodeabstractproperty.h" "5"
+"nodeanchors.h" "5"
+"nodehints.h" "5"
+"nodeinstance.h" "5"
+"nodeinstanceview.h" "5"
+"nodelistproperty.h" "5"
+"nodemetainfo.h" "5"
+"nodeproperty.h" "5"
+"notimplementedexception.h" "5"
+"objectpropertybinding.h" "5"
+"plaintexteditmodifier.h" "5"
+"projectstorageids.h" "5"
+"propertybinding.h" "5"
+"propertycontainer.h" "5"
+"propertymetainfo.h" "5"
+"propertynode.h" "5"
+"propertyparser.h" "5"
+"qml3dnode.h" "5"
+"qmlanchors.h" "5"
+"qmlchangeset.h" "5"
+"qmlconnections.h" "5"
+"qmldesignercorelib_exports.h" "5"
+"qmldesignercorelib_global.h" "5"
+"qmlitemnode.h" "5"
+"qmlmodelnodefacade.h" "5"
+"qmlobjectnode.h" "5"
+"qmlstate.h" "5"
+"qmltimeline.h" "5"
+"qmltimelinekeyframegroup.h" "5"
+"qmlvisualnode.h" "5"
+"removebasestateexception.h" "5"
+"rewriterview.h" "5"
+"rewritingexception.h" "5"
+"signalhandlerproperty.h" "5"
+"stringutils.h" "5"
+"stylesheetmerger.h" "5"
+"subcomponentmanager.h" "5"
+"synchronousimagecache.h" "5"
+"textmodifier.h" "5"
+"variantproperty.h" "5"
+"instances" "4"
+"baseconnectionmanager.cpp" "5"
+"baseconnectionmanager.h" "5"
+"capturingconnectionmanager.cpp" "5"
+"capturingconnectionmanager.h" "5"
+"connectionmanager.cpp" "5"
+"connectionmanager.h" "5"
+"connectionmanagerinterface.cpp" "5"
+"connectionmanagerinterface.h" "5"
+"interactiveconnectionmanager.cpp" "5"
+"interactiveconnectionmanager.h" "5"
+"nodeinstance.cpp" "5"
+"nodeinstanceserverproxy.cpp" "5"
+"nodeinstanceserverproxy.h" "5"
+"nodeinstanceview.cpp" "5"
+"puppetstartdata.h" "5"
+"puppetstarter.cpp" "5"
+"puppetstarter.h" "5"
+"qprocessuniqueptr.h" "5"
+"metainfo" "4"
+"itemlibraryinfo.cpp" "5"
+"metainfo.cpp" "5"
+"metainforeader.cpp" "5"
+"nodehints.cpp" "5"
+"nodemetainfo.cpp" "5"
+"subcomponentmanager.cpp" "5"
+"model" "4"
+"abstractproperty.cpp" "5"
+"abstractview.cpp" "5"
+"anchorline.cpp" "5"
+"annotation.cpp" "5"
+"basetexteditmodifier.cpp" "5"
+"bindingproperty.cpp" "5"
+"componenttextmodifier.cpp" "5"
+"documentmessage.cpp" "5"
+"import.cpp" "5"
+"internalbindingproperty.cpp" "5"
+"internalbindingproperty.h" "5"
+"internalnode.cpp" "5"
+"internalnodeabstractproperty.cpp" "5"
+"internalnodeabstractproperty.h" "5"
+"internalnodelistproperty.cpp" "5"
+"internalnodelistproperty.h" "5"
+"internalnodeproperty.cpp" "5"
+"internalnodeproperty.h" "5"
+"internalproperty.cpp" "5"
+"internalproperty.h" "5"
+"internalsignalhandlerproperty.cpp" "5"
+"internalsignalhandlerproperty.h" "5"
+"internalvariantproperty.cpp" "5"
+"internalvariantproperty.h" "5"
+"model.cpp" "5"
+"modelmerger.cpp" "5"
+"modelnode.cpp" "5"
+"modelnodepositionrecalculator.cpp" "5"
+"modelnodepositionrecalculator.h" "5"
+"modelnodepositionstorage.cpp" "5"
+"modelresourcemanagement.cpp" "5"
+"modelresourcemanagement.h" "5"
+"modelresourcemanagementfwd.h" "5"
+"modelresourcemanagementinterface.h" "5"
+"modeltotextmerger.cpp" "5"
+"modeltotextmerger.h" "5"
+"modelutils.cpp" "5"
+"modelutils.h" "5"
+"nodeabstractproperty.cpp" "5"
+"nodelistproperty.cpp" "5"
+"nodeproperty.cpp" "5"
+"plaintexteditmodifier.cpp" "5"
+"propertycontainer.cpp" "5"
+"propertynode.cpp" "5"
+"propertyparser.cpp" "5"
+"qml3dnode.cpp" "5"
+"qmlanchors.cpp" "5"
+"qmlchangeset.cpp" "5"
+"qmlconnections.cpp" "5"
+"qmlitemnode.cpp" "5"
+"qmlmodelnodefacade.cpp" "5"
+"qmlobjectnode.cpp" "5"
+"qmlstate.cpp" "5"
+"qmltextgenerator.cpp" "5"
+"qmltextgenerator.h" "5"
+"qmltimeline.cpp" "5"
+"qmltimelinekeyframegroup.cpp" "5"
+"qmlvisualnode.cpp" "5"
+"rewriteaction.cpp" "5"
+"rewriteaction.h" "5"
+"rewriteactioncompressor.cpp" "5"
+"rewriteactioncompressor.h" "5"
+"rewriterview.cpp" "5"
+"signalhandlerproperty.cpp" "5"
+"skipiterator.h" "5"
+"stylesheetmerger.cpp" "5"
+"textmodifier.cpp" "5"
+"texttomodelmerger.cpp" "5"
+"texttomodelmerger.h" "5"
+"variantproperty.cpp" "5"
+"pluginmanager" "4"
+"widgetpluginmanager.cpp" "5"
+"widgetpluginmanager.h" "5"
+"widgetpluginpath.cpp" "5"
+"widgetpluginpath.h" "5"
+"projectstorage" "4"
+"commontypecache.h" "5"
+"directorypathcompressor.h" "5"
+"filestatus.h" "5"
+"filestatuscache.cpp" "5"
+"filestatuscache.h" "5"
+"filesystem.cpp" "5"
+"filesystem.h" "5"
+"filesysteminterface.h" "5"
+"modulescanner.cpp" "5"
+"modulescanner.h" "5"
+"nonlockingmutex.h" "5"
+"projectstorage.cpp" "5"
+"projectstorage.h" "5"
+"projectstorageexceptions.cpp" "5"
+"projectstorageexceptions.h" "5"
+"projectstoragefwd.h" "5"
+"projectstorageinfotypes.h" "5"
+"projectstorageinterface.h" "5"
+"projectstoragepathwatcher.h" "5"
+"projectstoragepathwatcherinterface.h" "5"
+"projectstoragepathwatchernotifierinterface.h" "5"
+"projectstoragepathwatchertypes.h" "5"
+"projectstorageprinting.h" "5"
+"projectstoragetypes.h" "5"
+"projectstorageupdater.cpp" "5"
+"projectstorageupdater.h" "5"
+"qmldocumentparser.cpp" "5"
+"qmldocumentparser.h" "5"
+"qmldocumentparserinterface.h" "5"
+"qmltypesparser.cpp" "5"
+"qmltypesparser.h" "5"
+"qmltypesparserinterface.h" "5"
+"sourcepath.h" "5"
+"sourcepathcache.h" "5"
+"sourcepathcacheinterface.h" "5"
+"sourcepathcachetypes.h" "5"
+"sourcepathview.h" "5"
+"storagecache.h" "5"
+"storagecacheentry.h" "5"
+"storagecachefwd.h" "5"
+"rewritertransaction.cpp" "4"
+"rewritertransaction.h" "4"
+"qmlpreviewplugin" "3"
+"images" "4"
+"live_preview.png" "5"
+"live_preview@2x.png" "5"
+"qmlpreview.metainfo" "4"
+"qmlpreviewactions.cpp" "4"
+"qmlpreviewactions.h" "4"
+"qmlpreviewplugin.cpp" "4"
+"qmlpreviewplugin.h" "4"
+"qmlpreviewplugin.json" "4"
+"qmlpreviewplugin.qrc" "4"
+"qtquickplugin" "3"
+"images" "4"
+"ambient-sound-16.png" "5"
+"ambient-sound-24.png" "5"
+"ambient-sound-24@2x.png" "5"
+"animated-image-icon.png" "5"
+"animated-image-icon@2x.png" "5"
+"animated-image-icon16.png" "5"
+"audio-engine-16.png" "5"
+"audio-engine-24.png" "5"
+"audio-engine-24@2x.png" "5"
+"audio-listener-16.png" "5"
+"audio-listener-24.png" "5"
+"audio-listener-24@2x.png" "5"
+"audio-output-16px.png" "5"
+"audio-output-24px.png" "5"
+"audio-output-24px@2x.png" "5"
+"audio-room-16.png" "5"
+"audio-room-24.png" "5"
+"audio-room-24@2x.png" "5"
+"border-image-icon.png" "5"
+"border-image-icon@2x.png" "5"
+"border-image-icon16.png" "5"
+"column-positioner-icon.png" "5"
+"column-positioner-icon@2x.png" "5"
+"component-icon.png" "5"
+"component-icon@2x.png" "5"
+"component-icon16.png" "5"
+"default3d.png" "5"
+"default3d@2x.png" "5"
+"default3d16.png" "5"
+"flickable-icon.png" "5"
+"flickable-icon@2x.png" "5"
+"flickable-icon16.png" "5"
+"flipable-icon.png" "5"
+"flipable-icon16.png" "5"
+"flow-positioner-icon.png" "5"
+"flow-positioner-icon@2x.png" "5"
+"focusscope-icon.png" "5"
+"focusscope-icon@2x.png" "5"
+"focusscope-icon16.png" "5"
+"grid-positioner-icon.png" "5"
+"grid-positioner-icon@2x.png" "5"
+"gridview-icon.png" "5"
+"gridview-icon@2x.png" "5"
+"gridview-icon16.png" "5"
+"image-icon.png" "5"
+"image-icon@2x.png" "5"
+"image-icon16.png" "5"
+"item-icon.png" "5"
+"item-icon@2x.png" "5"
+"item-icon16.png" "5"
+"keyframe-16px.png" "5"
+"listview-icon.png" "5"
+"listview-icon@2x.png" "5"
+"listview-icon16.png" "5"
+"loader-icon.png" "5"
+"loader-icon@2x.png" "5"
+"loader-icon16.png" "5"
+"media-player-16px.png" "5"
+"media-player-24px.png" "5"
+"media-player-24px@2x.png" "5"
+"mouse-area-icon.png" "5"
+"mouse-area-icon@2x.png" "5"
+"mouse-area-icon16.png" "5"
+"pathview-icon.png" "5"
+"pathview-icon@2x.png" "5"
+"pathview-icon16.png" "5"
+"rect-icon.png" "5"
+"rect-icon@2x.png" "5"
+"rect-icon16.png" "5"
+"repeater-icon.png" "5"
+"repeater-icon@2x.png" "5"
+"repeater-icon16.png" "5"
+"row-positioner-icon.png" "5"
+"row-positioner-icon@2x.png" "5"
+"spatial-audio-16.png" "5"
+"spatial-audio-24.png" "5"
+"spatial-audio-24@2x.png" "5"
+"text-edit-icon.png" "5"
+"text-edit-icon@2x.png" "5"
+"text-edit-icon16.png" "5"
+"text-icon.png" "5"
+"text-icon@2x.png" "5"
+"text-icon16.png" "5"
+"text-input-icon.png" "5"
+"text-input-icon@2x.png" "5"
+"text-input-icon16.png" "5"
+"timeline-16px.png" "5"
+"timeline-animation-16px.png" "5"
+"timer-16px.png" "5"
+"timer-24px.png" "5"
+"timer-24px@2x.png" "5"
+"video-16px.png" "5"
+"video-24px.png" "5"
+"video-24px@2x.png" "5"
+"video-output-16px.png" "5"
+"video-output-24px.png" "5"
+"video-output-24px@2x.png" "5"
+"webview-icon.png" "5"
+"webview-icon16.png" "5"
+"source" "4"
+"component.qml" "5"
+"component3d.qml" "5"
+"gridview.qml" "5"
+"gridviewv2.qml" "5"
+"listview.qml" "5"
+"listviewv2.qml" "5"
+"pathview.qml" "5"
+"pathviewv2.qml" "5"
+"text.qml" "5"
+"textedit.qml" "5"
+"texteditv2.qml" "5"
+"textinput.qml" "5"
+"textinputv2.qml" "5"
+"textv2.qml" "5"
+"qtquickplugin.cpp" "4"
+"qtquickplugin.h" "4"
+"qtquickplugin.json" "4"
+"qtquickplugin.qrc" "4"
+"quick.metainfo" "4"
+"utils" "3"
+"asset.cpp" "4"
+"asset.h" "4"
+"designeralgorithm.h" "4"
+"filedownloader.cpp" "4"
+"filedownloader.h" "4"
+"fileextractor.cpp" "4"
+"fileextractor.h" "4"
+"hdrimage.cpp" "4"
+"hdrimage.h" "4"
+"imageutils.cpp" "4"
+"imageutils.h" "4"
+"ktximage.cpp" "4"
+"ktximage.h" "4"
+"multifiledownloader.cpp" "4"
+"multifiledownloader.h" "4"
+"qmldesignerutils_global.h" "4"
+"CMakeLists.txt" "3"
+"designermcumanager.cpp" "3"
+"designermcumanager.h" "3"
+"designmodecontext.cpp" "3"
+"designmodecontext.h" "3"
+"designmodewidget.cpp" "3"
+"designmodewidget.h" "3"
+"documentmanager.cpp" "3"
+"documentmanager.h" "3"
+"documentwarningwidget.cpp" "3"
+"documentwarningwidget.h" "3"
+"dynamiclicensecheck.h" "3"
+"editorproxy.cpp" "3"
+"editorproxy.h" "3"
+"generateresource.cpp" "3"
+"generateresource.h" "3"
+"openuiqmlfiledialog.cpp" "3"
+"openuiqmlfiledialog.h" "3"
+"puppetenvironmentbuilder.cpp" "3"
+"puppetenvironmentbuilder.h" "3"
+"QmlDesigner.json.in" "3"
+"qmldesigner.qbs" "3"
+"qmldesignerconstants.h" "3"
+"qmldesignerexternaldependencies.cpp" "3"
+"qmldesignerexternaldependencies.h" "3"
+"qmldesignericons.h" "3"
+"qmldesignerplugin.cpp" "3"
+"qmldesignerplugin.h" "3"
+"qmldesignerprojectmanager.cpp" "3"
+"qmldesignerprojectmanager.h" "3"
+"qmldesignertr.h" "3"
+"richtexteditordialog.cpp" "3"
+"richtexteditordialog.h" "3"
+"settingspage.cpp" "3"
+"settingspage.h" "3"
+"shortcutmanager.cpp" "3"
+"shortcutmanager.h" "3"
+"QmlDesignerBase" "2"
+"qmldesignerbase.qbs:3" "3"
+"Group 4" "3"
+"qmldesignerbase.qbs:17" "4"
+"studioquickwidget.cpp" "4"
+"studioquickwidget.h" "4"
+"studiosettingspage.cpp" "4"
+"studiosettingspage.h" "4"
+"studiostyle.cpp" "4"
+"studiostyle.h" "4"
+"Group 5" "3"
+"qmldesignerbase.qbs:30" "4"
+"designerpaths.cpp" "4"
+"designerpaths.h" "4"
+"designersettings.cpp" "4"
+"designersettings.h" "4"
+"qmlpuppetpaths.cpp" "4"
+"qmlpuppetpaths.h" "4"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"QmlDesignerBase.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"qmldesignerbase_global.h" "3"
+"qmldesignerbaseplugin.cpp" "3"
+"qmldesignerbaseplugin.h" "3"
+"QmlJSEditor" "2"
+"qmljseditor.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"QmlJSEditor.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"qmlexpressionundercursor.cpp" "3"
@@ -11012,10 +9859,8 @@
"qmljscomponentfromobjectdef.h" "3"
"qmljscomponentnamedialog.cpp" "3"
"qmljscomponentnamedialog.h" "3"
-"qmljscomponentnamedialog.ui" "3"
"qmljseditingsettingspage.cpp" "3"
"qmljseditingsettingspage.h" "3"
-"qmljseditingsettingspage.ui" "3"
"qmljseditor.cpp" "3"
"qmljseditor.h" "3"
"qmljseditorconstants.h" "3"
@@ -11023,6 +9868,7 @@
"qmljseditordocument.h" "3"
"qmljseditorplugin.cpp" "3"
"qmljseditorplugin.h" "3"
+"qmljseditortr.h" "3"
"qmljsfindreferences.cpp" "3"
"qmljsfindreferences.h" "3"
"qmljshighlighter.cpp" "3"
@@ -11048,6 +9894,10 @@
"qmljstextmark.h" "3"
"qmljswrapinloader.cpp" "3"
"qmljswrapinloader.h" "3"
+"qmllsclient.cpp" "3"
+"qmllsclient.h" "3"
+"qmllssettings.cpp" "3"
+"qmllssettings.h" "3"
"qmloutlinemodel.cpp" "3"
"qmloutlinemodel.h" "3"
"qmltaskmanager.cpp" "3"
@@ -11057,26 +9907,33 @@
"QmlJSTools" "2"
"qmljstools.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"QmlJSTools.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"Tests" "3"
-"qmljstools.qbs:50" "4"
+"Unit tests" "3"
+"qmljstools.qbs:57" "4"
"qmljstools_test.cpp" "4"
"qmljsbundleprovider.cpp" "3"
"qmljsbundleprovider.h" "3"
+"qmljscodestylepreferences.cpp" "3"
+"qmljscodestylepreferences.h" "3"
"qmljscodestylepreferencesfactory.cpp" "3"
"qmljscodestylepreferencesfactory.h" "3"
+"qmljscodestylepreferenceswidget.cpp" "3"
+"qmljscodestylepreferenceswidget.h" "3"
+"qmljscodestylesettings.cpp" "3"
+"qmljscodestylesettings.h" "3"
"qmljscodestylesettingspage.cpp" "3"
"qmljscodestylesettingspage.h" "3"
-"qmljscodestylesettingspage.ui" "3"
+"qmljscodestylesettingswidget.cpp" "3"
+"qmljscodestylesettingswidget.h" "3"
"qmljsfunctionfilter.cpp" "3"
"qmljsfunctionfilter.h" "3"
"qmljsindenter.cpp" "3"
@@ -11101,6 +9958,7 @@
"qmljstoolsplugin.h" "3"
"qmljstoolssettings.cpp" "3"
"qmljstoolssettings.h" "3"
+"qmljstoolstr.h" "3"
"QmlPreview" "2"
"qmlpreview.qbs:3" "3"
"General" "3"
@@ -11118,15 +9976,16 @@
"qmlpreviewplugin.h" "4"
"qmlpreviewruncontrol.cpp" "4"
"qmlpreviewruncontrol.h" "4"
+"qmlpreviewtr.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"QmlPreview.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Unit tests" "3"
@@ -11138,7 +9997,7 @@
"QmlProfiler" "2"
"qmlprofiler.qbs:3" "3"
"General" "3"
-"qmlprofiler.qbs:20" "4"
+"qmlprofiler.qbs:19" "4"
"debugmessagesmodel.cpp" "4"
"debugmessagesmodel.h" "4"
"flamegraphmodel.cpp" "4"
@@ -11160,8 +10019,6 @@
"qmlnote.cpp" "4"
"qmlnote.h" "4"
"qmlprofiler_global.h" "4"
-"qmlprofileractions.cpp" "4"
-"qmlprofileractions.h" "4"
"qmlprofileranimationsmodel.cpp" "4"
"qmlprofileranimationsmodel.h" "4"
"qmlprofilerattachdialog.cpp" "4"
@@ -11203,6 +10060,7 @@
"qmlprofilertimelinemodel.h" "4"
"qmlprofilertool.cpp" "4"
"qmlprofilertool.h" "4"
+"qmlprofilertr.h" "4"
"qmlprofilertraceclient.cpp" "4"
"qmlprofilertraceclient.h" "4"
"qmlprofilertracefile.cpp" "4"
@@ -11213,28 +10071,33 @@
"qmlprofilerviewmanager.h" "4"
"qmltypedevent.cpp" "4"
"qmltypedevent.h" "4"
+"quick3dframemodel.cpp" "4"
+"quick3dframemodel.h" "4"
+"quick3dframeview.cpp" "4"
+"quick3dframeview.h" "4"
+"quick3dmodel.cpp" "4"
+"quick3dmodel.h" "4"
"scenegraphtimelinemodel.cpp" "4"
"scenegraphtimelinemodel.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"QmlProfiler.json.in" "4"
-"QML" "3"
-"qmlprofiler.qbs:66" "4"
-"qmlprofiler.qrc" "4"
-"/QtCreator/QmlProfiler" "5"
-"bindingloops.frag" "6"
-"bindingloops.vert" "6"
-"QmlProfilerFlameGraphView.qml" "6"
+"Qml Files" "3"
+"qmlprofiler.qbs:67" "4"
+"qml" "4"
+"bindingloops_qt6.frag" "5"
+"bindingloops_qt6.vert" "5"
+"QmlProfilerFlameGraphView.qml" "5"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Unit tests" "3"
-"qmlprofiler.qbs:72" "4"
+"qmlprofiler.qbs:74" "4"
"debugmessagesmodel_test.cpp" "4"
"debugmessagesmodel_test.h" "4"
"fakedebugserver.cpp" "4"
@@ -11283,16 +10146,50 @@
"traces.dat" "6"
"QmlProjectManager" "2"
"qmlprojectmanager.qbs:3" "3"
-"File Format" "3"
-"qmlprojectmanager.qbs:31" "4"
-"filefilteritems.cpp" "4"
-"filefilteritems.h" "4"
-"qmlprojectfileformat.cpp" "4"
-"qmlprojectfileformat.h" "4"
-"qmlprojectitem.cpp" "4"
-"qmlprojectitem.h" "4"
+"Build System" "3"
+"qmlprojectmanager.qbs:35" "4"
+"projectitem" "4"
+"converters.cpp" "5"
+"converters.h" "5"
+"filefilteritems.cpp" "5"
+"filefilteritems.h" "5"
+"qmlprojectitem.cpp" "5"
+"qmlprojectitem.h" "5"
+"projectnode" "4"
+"qmlprojectnodes.cpp" "5"
+"qmlprojectnodes.h" "5"
+"qmlbuildsystem.cpp" "4"
+"qmlbuildsystem.h" "4"
+"CMake Generator" "3"
+"qmlprojectmanager.qbs:47" "4"
+"checkablefiletreeitem.cpp" "4"
+"checkablefiletreeitem.h" "4"
+"cmakegeneratordialog.cpp" "4"
+"cmakegeneratordialog.h" "4"
+"cmakegeneratordialogtreemodel.cpp" "4"
+"cmakegeneratordialogtreemodel.h" "4"
+"cmakeprojectconverter.cpp" "4"
+"cmakeprojectconverter.h" "4"
+"cmakeprojectconverterdialog.cpp" "4"
+"cmakeprojectconverterdialog.h" "4"
+"generatecmakelists.cpp" "4"
+"generatecmakelists.h" "4"
+"generatecmakelistsconstants.h" "4"
"General" "3"
-"qmlprojectmanager.qbs:15" "4"
+"qmlprojectmanager.qbs:16" "4"
+"studiofonts.qrc" "5"
+"/studiofonts" "6"
+"StudioFonts" "7"
+"qmldir" "8"
+"StudioFonts.qml" "8"
+"TitilliumWeb-Light.ttf" "7"
+"TitilliumWeb-Regular.ttf" "7"
+"projectfilecontenttools.cpp" "4"
+"projectfilecontenttools.h" "4"
+"qdslandingpage.cpp" "4"
+"qdslandingpage.h" "4"
+"qdslandingpagetheme.cpp" "4"
+"qdslandingpagetheme.h" "4"
"qmlmainfileaspect.cpp" "4"
"qmlmainfileaspect.h" "4"
"qmlmultilanguageaspect.cpp" "4"
@@ -11306,34 +10203,40 @@
"qmlprojectconstants.h" "4"
"qmlprojectmanager_global.h" "4"
"qmlprojectmanagerconstants.h" "4"
-"qmlprojectnodes.cpp" "4"
-"qmlprojectnodes.h" "4"
+"qmlprojectmanagertr.h" "4"
"qmlprojectplugin.cpp" "4"
"qmlprojectplugin.h" "4"
"qmlprojectrunconfiguration.cpp" "4"
"qmlprojectrunconfiguration.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"QmlProjectManager.json.in" "4"
+"QML Project File Generator" "3"
+"qmlprojectmanager.qbs:61" "4"
+"qmlprojectgenerator.cpp" "4"
+"qmlprojectgenerator.h" "4"
+"templates.qrc" "4"
+"/projectfiletemplates" "5"
+"qmlproject.tpl" "6"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Qnx" "2"
"qnx.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Qnx.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"qnx.qrc" "3"
@@ -11345,41 +10248,25 @@
"qnxdevicesmall@2x.png" "6"
"qnxanalyzesupport.cpp" "3"
"qnxanalyzesupport.h" "3"
-"qnxbaseqtconfigwidget.cpp" "3"
-"qnxbaseqtconfigwidget.h" "3"
-"qnxconfiguration.cpp" "3"
-"qnxconfiguration.h" "3"
-"qnxconfigurationmanager.cpp" "3"
-"qnxconfigurationmanager.h" "3"
"qnxconstants.h" "3"
"qnxdebugsupport.cpp" "3"
"qnxdebugsupport.h" "3"
"qnxdeployqtlibrariesdialog.cpp" "3"
"qnxdeployqtlibrariesdialog.h" "3"
-"qnxdeployqtlibrariesdialog.ui" "3"
"qnxdevice.cpp" "3"
"qnxdevice.h" "3"
-"qnxdeviceprocess.cpp" "3"
-"qnxdeviceprocess.h" "3"
-"qnxdeviceprocesslist.cpp" "3"
-"qnxdeviceprocesslist.h" "3"
-"qnxdeviceprocesssignaloperation.cpp" "3"
-"qnxdeviceprocesssignaloperation.h" "3"
"qnxdevicetester.cpp" "3"
"qnxdevicetester.h" "3"
-"qnxdevicewizard.cpp" "3"
-"qnxdevicewizard.h" "3"
"qnxplugin.cpp" "3"
-"qnxplugin.h" "3"
"qnxqtversion.cpp" "3"
"qnxqtversion.h" "3"
"qnxrunconfiguration.cpp" "3"
"qnxrunconfiguration.h" "3"
"qnxsettingspage.cpp" "3"
"qnxsettingspage.h" "3"
-"qnxsettingswidget.ui" "3"
"qnxtoolchain.cpp" "3"
"qnxtoolchain.h" "3"
+"qnxtr.h" "3"
"qnxutils.cpp" "3"
"qnxutils.h" "3"
"qnxversionnumber.cpp" "3"
@@ -11387,267 +10274,326 @@
"slog2inforunner.cpp" "3"
"slog2inforunner.h" "3"
"QtSupport" "2"
-"qtsupport.qbs:3" "3"
-"QtSupport" "3"
-"qtsupport.qbs:6" "4"
-"Getting Started Welcome Page" "4"
-"qtsupport.qbs:119" "5"
-"gettingstartedwelcomepage.cpp" "5"
-"gettingstartedwelcomepage.h" "5"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"QtSupport.json.in" "5"
-"Pro Parser" "4"
-"qtsupport.qbs:29" "5"
-"ioutils.cpp" "5"
-"ioutils.h" "5"
-"profileevaluator.cpp" "5"
-"profileevaluator.h" "5"
-"proitems.cpp" "5"
-"proitems.h" "5"
-"proparser.qrc" "5"
-"/qmake/features" "6"
-"spec_post.prf" "7"
-"spec_pre.prf" "7"
-"/qmake/override_features" "6"
-"objective_c.prf" "7"
-"prowriter.cpp" "5"
-"prowriter.h" "5"
-"qmake_global.h" "5"
-"qmakebuiltins.cpp" "5"
-"qmakeevaluator.cpp" "5"
-"qmakeevaluator.h" "5"
-"qmakeglobals.cpp" "5"
-"qmakeglobals.h" "5"
-"qmakeparser.cpp" "5"
-"qmakeparser.h" "5"
-"qmakevfs.cpp" "5"
-"qmakevfs.h" "5"
-"registry_p.h" "5"
-"QtVersion" "4"
-"qtsupport.qbs:111" "5"
-"qtversions.cpp" "5"
-"qtversions.h" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"baseqtversion.cpp" "4"
-"baseqtversion.h" "4"
-"codegenerator.cpp" "4"
-"codegenerator.h" "4"
-"codegensettings.cpp" "4"
-"codegensettings.h" "4"
-"codegensettingspage.cpp" "4"
-"codegensettingspage.h" "4"
-"codegensettingspagewidget.ui" "4"
-"exampleslistmodel.cpp" "4"
-"exampleslistmodel.h" "4"
-"profilereader.cpp" "4"
-"profilereader.h" "4"
-"qscxmlcgenerator.cpp" "4"
-"qscxmlcgenerator.h" "4"
-"qtbuildaspects.cpp" "4"
-"qtbuildaspects.h" "4"
-"qtconfigwidget.cpp" "4"
-"qtconfigwidget.h" "4"
-"qtcppkitinfo.cpp" "4"
-"qtcppkitinfo.h" "4"
-"qtkitinformation.cpp" "4"
-"qtkitinformation.h" "4"
-"qtoptionspage.cpp" "4"
-"qtoptionspage.h" "4"
-"qtoutputformatter.cpp" "4"
-"qtoutputformatter.h" "4"
-"qtparser.cpp" "4"
-"qtparser.h" "4"
-"qtprojectimporter.cpp" "4"
-"qtprojectimporter.h" "4"
-"qtsupport.qrc" "4"
-"/qtsupport" "5"
-"images" "6"
-"icons" "7"
-"qteventicon.png" "8"
-"qteventicon@2x.png" "8"
-"tutorialicon.png" "8"
-"tutorialicon@2x.png" "8"
-"videotutorialicon.png" "8"
-"videotutorialicon@2x.png" "8"
-"dark_forms.png" "7"
-"dark_qml.png" "7"
-"dark_qt_project.png" "7"
-"dark_qt_qrc.png" "7"
-"images_areaofinterest.xml" "6"
-"qtcreator_tutorials.xml" "6"
-"qtsupportconstants.h" "4"
-"qtsupportplugin.cpp" "4"
-"qtsupportplugin.h" "4"
-"qttestparser.cpp" "4"
-"qttestparser.h" "4"
-"qtversionfactory.h" "4"
-"qtversioninfo.ui" "4"
-"qtversionmanager.cpp" "4"
-"qtversionmanager.h" "4"
-"qtversionmanager.ui" "4"
-"screenshotcropper.cpp" "4"
-"screenshotcropper.h" "4"
-"showbuildlog.ui" "4"
-"translationwizardpage.cpp" "4"
-"translationwizardpage.h" "4"
-"uicgenerator.cpp" "4"
-"uicgenerator.h" "4"
+"qtsupport.qbs:1" "3"
+"Getting Started Welcome Page" "3"
+"qtsupport.qbs:111" "4"
+"gettingstartedwelcomepage.cpp" "4"
+"gettingstartedwelcomepage.h" "4"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"QtSupport.json.in" "4"
+"Pro Parser" "3"
+"qtsupport.qbs:25" "4"
+"ioutils.cpp" "4"
+"ioutils.h" "4"
+"profileevaluator.cpp" "4"
+"profileevaluator.h" "4"
+"proitems.cpp" "4"
+"proitems.h" "4"
+"proparser.qrc" "4"
+"/qmake/features" "5"
+"spec_post.prf" "6"
+"spec_pre.prf" "6"
+"/qmake/override_features" "5"
+"objective_c.prf" "6"
+"prowriter.cpp" "4"
+"prowriter.h" "4"
+"qmake_global.h" "4"
+"qmakebuiltins.cpp" "4"
+"qmakeevaluator.cpp" "4"
+"qmakeevaluator.h" "4"
+"qmakeglobals.cpp" "4"
+"qmakeglobals.h" "4"
+"qmakeparser.cpp" "4"
+"qmakeparser.h" "4"
+"qmakevfs.cpp" "4"
+"qmakevfs.h" "4"
+"registry.cpp" "4"
+"QtVersion" "3"
+"qtsupport.qbs:103" "4"
+"qtversions.cpp" "4"
+"qtversions.h" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"baseqtversion.cpp" "3"
+"baseqtversion.h" "3"
+"codegenerator.cpp" "3"
+"codegenerator.h" "3"
+"codegensettings.cpp" "3"
+"codegensettings.h" "3"
+"exampleslistmodel.cpp" "3"
+"exampleslistmodel.h" "3"
+"examplesparser.cpp" "3"
+"examplesparser.h" "3"
+"externaleditors.cpp" "3"
+"externaleditors.h" "3"
+"profilereader.cpp" "3"
+"profilereader.h" "3"
+"qscxmlcgenerator.cpp" "3"
+"qscxmlcgenerator.h" "3"
+"qtbuildaspects.cpp" "3"
+"qtbuildaspects.h" "3"
+"qtconfigwidget.cpp" "3"
+"qtconfigwidget.h" "3"
+"qtcppkitinfo.cpp" "3"
+"qtcppkitinfo.h" "3"
+"qtkitaspect.cpp" "3"
+"qtkitaspect.h" "3"
+"qtoptionspage.cpp" "3"
+"qtoptionspage.h" "3"
+"qtoutputformatter.cpp" "3"
+"qtoutputformatter.h" "3"
+"qtparser.cpp" "3"
+"qtparser.h" "3"
+"qtprojectimporter.cpp" "3"
+"qtprojectimporter.h" "3"
+"qtsupport.qrc" "3"
+"/qtsupport" "4"
+"images" "5"
+"icons" "6"
+"playoverlay.png" "7"
+"playoverlay@2x.png" "7"
+"tutorialicon.png" "7"
+"tutorialicon@2x.png" "7"
+"youtube1tSpq5OLkYI.webp" "7"
+"youtube1w0ak9RNNWY.webp" "7"
+"youtube2RvhhEAZQxM.webp" "7"
+"youtube3o2Wo4YzlII.webp" "7"
+"youtube9BcAYDlpuT8.webp" "7"
+"youtube9xqhq9nDiOg.webp" "7"
+"youtubeau3brB7lNms.webp" "7"
+"youtubeB0X5FOev9Lw.webp" "7"
+"youtubeBkgjJfxYN20.webp" "7"
+"youtubeDP0lMoLVneY.webp" "7"
+"youtubeDRFz0Tll4G8.webp" "7"
+"youtubeECA8_oLT0ZE.webp" "7"
+"youtubeEhJ1eV_6RH8.webp" "7"
+"youtubeFTSvDmcAgPI.webp" "7"
+"youtubeG0AbgVHGdXI.webp" "7"
+"youtubehOx3dod5-1A.webp" "7"
+"youtubehrKz63Q_Rf0.webp" "7"
+"youtubejbx3Oq1Q4gY.webp" "7"
+"youtubeKo3DuCgFamo.webp" "7"
+"youtubeLnVjI0I7cKs.webp" "7"
+"youtubemn-JmXIMCqk.webp" "7"
+"youtubenmvurCcsWos.webp" "7"
+"youtubepN0pRBUqrrc.webp" "7"
+"youtubePzV2MYRAUYQ.webp" "7"
+"youtubeqclquZ99ZVQ.webp" "7"
+"youtubeR6zWLfHIYJw.webp" "7"
+"youtubesRihJdZFuCg.webp" "7"
+"youtubeT_13aX5NTPk.webp" "7"
+"youtubeTiJiF0MOOFc.webp" "7"
+"youtubetnZo9umrPtg.webp" "7"
+"youtubeuuhmSZxK1mk.webp" "7"
+"youtubev_ynSET9FHU.webp" "7"
+"youtubev4glCQt2jE0.webp" "7"
+"youtubeW3WC-VpKdGQ.webp" "7"
+"youtubeWIRRoPxIerc.webp" "7"
+"youtubeX0kEkB0ewyw.webp" "7"
+"youtubexNIz78IPBu0.webp" "7"
+"youtubeYJfFwDBOvqk.webp" "7"
+"youtubezAqSiIGdj8M.webp" "7"
+"dark_forms.png" "6"
+"dark_qml.png" "6"
+"dark_qt_project.png" "6"
+"dark_qt_qrc.png" "6"
+"qtcreator_tutorials.xml" "5"
+"qtsupportconstants.h" "3"
+"qtsupportplugin.cpp" "3"
+"qtsupportplugin.h" "3"
+"qtsupporttr.h" "3"
+"qttestparser.cpp" "3"
+"qttestparser.h" "3"
+"qtversionfactory.h" "3"
+"qtversionmanager.cpp" "3"
+"qtversionmanager.h" "3"
+"translationwizardpage.cpp" "3"
+"translationwizardpage.h" "3"
+"uicgenerator.cpp" "3"
+"uicgenerator.h" "3"
"RemoteLinux" "2"
-"remotelinux.qbs:3" "3"
-"RemoteLinux" "3"
-"remotelinux.qbs:6" "4"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"RemoteLinux.json.in" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"images" "4"
-"embeddedtarget.png" "5"
-"abstractpackagingstep.cpp" "4"
-"abstractpackagingstep.h" "4"
-"abstractremotelinuxdeployservice.cpp" "4"
-"abstractremotelinuxdeployservice.h" "4"
-"abstractremotelinuxdeploystep.cpp" "4"
-"abstractremotelinuxdeploystep.h" "4"
-"abstractuploadandinstallpackageservice.cpp" "4"
-"abstractuploadandinstallpackageservice.h" "4"
-"deploymenttimeinfo.cpp" "4"
-"deploymenttimeinfo.h" "4"
-"genericdirectuploadservice.cpp" "4"
-"genericdirectuploadservice.h" "4"
-"genericdirectuploadstep.cpp" "4"
-"genericdirectuploadstep.h" "4"
-"genericlinuxdeviceconfigurationwidget.cpp" "4"
-"genericlinuxdeviceconfigurationwidget.h" "4"
-"genericlinuxdeviceconfigurationwidget.ui" "4"
-"genericlinuxdeviceconfigurationwizard.cpp" "4"
-"genericlinuxdeviceconfigurationwizard.h" "4"
-"genericlinuxdeviceconfigurationwizardpages.cpp" "4"
-"genericlinuxdeviceconfigurationwizardpages.h" "4"
-"genericlinuxdeviceconfigurationwizardsetuppage.ui" "4"
-"linuxdevice.cpp" "4"
-"linuxdevice.h" "4"
-"linuxdeviceprocess.cpp" "4"
-"linuxdeviceprocess.h" "4"
-"linuxdevicetester.cpp" "4"
-"linuxdevicetester.h" "4"
-"makeinstallstep.cpp" "4"
-"makeinstallstep.h" "4"
-"packageuploader.cpp" "4"
-"packageuploader.h" "4"
-"publickeydeploymentdialog.cpp" "4"
-"publickeydeploymentdialog.h" "4"
-"remotelinux.qrc" "4"
-"/remotelinux" "5"
-"images" "6"
-"embeddedtarget.png" "7"
-"remotelinuxcheckforfreediskspaceservice.cpp" "4"
-"remotelinuxcheckforfreediskspaceservice.h" "4"
-"remotelinuxcheckforfreediskspacestep.cpp" "4"
-"remotelinuxcheckforfreediskspacestep.h" "4"
-"remotelinuxcustomcommanddeploymentstep.cpp" "4"
-"remotelinuxcustomcommanddeploymentstep.h" "4"
-"remotelinuxcustomcommanddeployservice.cpp" "4"
-"remotelinuxcustomcommanddeployservice.h" "4"
-"remotelinuxcustomrunconfiguration.cpp" "4"
-"remotelinuxcustomrunconfiguration.h" "4"
-"remotelinuxdebugsupport.cpp" "4"
-"remotelinuxdebugsupport.h" "4"
-"remotelinuxdeployconfiguration.cpp" "4"
-"remotelinuxdeployconfiguration.h" "4"
-"remotelinuxenvironmentaspect.cpp" "4"
-"remotelinuxenvironmentaspect.h" "4"
-"remotelinuxenvironmentaspectwidget.cpp" "4"
-"remotelinuxenvironmentaspectwidget.h" "4"
-"remotelinuxenvironmentreader.cpp" "4"
-"remotelinuxenvironmentreader.h" "4"
-"remotelinuxkillappservice.cpp" "4"
-"remotelinuxkillappservice.h" "4"
-"remotelinuxkillappstep.cpp" "4"
-"remotelinuxkillappstep.h" "4"
-"remotelinuxpackageinstaller.cpp" "4"
-"remotelinuxpackageinstaller.h" "4"
-"remotelinuxplugin.cpp" "4"
-"remotelinuxplugin.h" "4"
-"remotelinuxqmltoolingsupport.cpp" "4"
-"remotelinuxqmltoolingsupport.h" "4"
-"remotelinuxrunconfiguration.cpp" "4"
-"remotelinuxrunconfiguration.h" "4"
-"remotelinuxsignaloperation.cpp" "4"
-"remotelinuxsignaloperation.h" "4"
-"remotelinuxx11forwardingaspect.cpp" "4"
-"remotelinuxx11forwardingaspect.h" "4"
-"rsyncdeploystep.cpp" "4"
-"rsyncdeploystep.h" "4"
-"sshkeydeployer.cpp" "4"
-"sshkeydeployer.h" "4"
-"tarpackagecreationstep.cpp" "4"
-"tarpackagecreationstep.h" "4"
-"uploadandinstalltarpackagestep.cpp" "4"
-"uploadandinstalltarpackagestep.h" "4"
+"remotelinux.qbs:1" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"RemoteLinux.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Unit tests" "3"
+"remotelinux.qbs:63" "4"
+"filesystemaccess_test.cpp" "4"
+"filesystemaccess_test.h" "4"
+"images" "3"
+"embeddedtarget.png" "4"
+"abstractremotelinuxdeploystep.cpp" "3"
+"abstractremotelinuxdeploystep.h" "3"
+"customcommanddeploystep.cpp" "3"
+"customcommanddeploystep.h" "3"
+"deploymenttimeinfo.cpp" "3"
+"deploymenttimeinfo.h" "3"
+"genericdeploystep.cpp" "3"
+"genericdeploystep.h" "3"
+"genericdirectuploadstep.cpp" "3"
+"genericdirectuploadstep.h" "3"
+"genericlinuxdeviceconfigurationwidget.cpp" "3"
+"genericlinuxdeviceconfigurationwidget.h" "3"
+"killappstep.cpp" "3"
+"killappstep.h" "3"
+"linuxdevice.cpp" "3"
+"linuxdevice.h" "3"
+"linuxdevicetester.cpp" "3"
+"linuxdevicetester.h" "3"
+"linuxprocessinterface.h" "3"
+"makeinstallstep.cpp" "3"
+"makeinstallstep.h" "3"
+"publickeydeploymentdialog.cpp" "3"
+"publickeydeploymentdialog.h" "3"
+"remotelinux.qrc" "3"
+"/remotelinux" "4"
+"images" "5"
+"embeddedtarget.png" "6"
+"remotelinuxcustomrunconfiguration.cpp" "3"
+"remotelinuxcustomrunconfiguration.h" "3"
+"remotelinuxdebugsupport.cpp" "3"
+"remotelinuxdebugsupport.h" "3"
+"remotelinuxenvironmentaspect.cpp" "3"
+"remotelinuxenvironmentaspect.h" "3"
+"remotelinuxplugin.cpp" "3"
+"remotelinuxplugin.h" "3"
+"remotelinuxrunconfiguration.cpp" "3"
+"remotelinuxrunconfiguration.h" "3"
+"remotelinuxsignaloperation.cpp" "3"
+"remotelinuxsignaloperation.h" "3"
+"remotelinuxtr.h" "3"
+"sshdevicewizard.cpp" "3"
+"sshdevicewizard.h" "3"
+"sshkeycreationdialog.cpp" "3"
+"sshkeycreationdialog.h" "3"
+"tarpackagecreationstep.cpp" "3"
+"tarpackagecreationstep.h" "3"
+"tarpackagedeploystep.cpp" "3"
+"tarpackagedeploystep.h" "3"
"ResourceEditor" "2"
-"resourceeditor.qbs:3" "3"
-"ResourceEditor" "3"
-"resourceeditor.qbs:6" "4"
-"General" "4"
-"resourceeditor.qbs:16" "5"
-"resource_global.h" "5"
-"resourceeditorconstants.h" "5"
-"resourceeditorfactory.cpp" "5"
-"resourceeditorfactory.h" "5"
-"resourceeditorplugin.cpp" "5"
-"resourceeditorplugin.h" "5"
-"resourceeditorw.cpp" "5"
-"resourceeditorw.h" "5"
-"resourcenode.cpp" "5"
-"resourcenode.h" "5"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"ResourceEditor.json.in" "5"
-"QRC Editor" "4"
-"resourceeditor.qbs:27" "5"
-"qrceditor.cpp" "5"
-"qrceditor.h" "5"
-"qrceditor.ui" "5"
-"resourcefile_p.h" "5"
-"resourceview.cpp" "5"
-"resourceview.h" "5"
-"undocommands_p.h" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
+"resourceeditor.qbs:1" "3"
+"General" "3"
+"resourceeditor.qbs:14" "4"
+"resource_global.h" "4"
+"resourceeditorconstants.h" "4"
+"resourceeditorfactory.cpp" "4"
+"resourceeditorfactory.h" "4"
+"resourceeditorplugin.cpp" "4"
+"resourceeditorplugin.h" "4"
+"resourceeditortr.h" "4"
+"resourceeditorw.cpp" "4"
+"resourceeditorw.h" "4"
+"resourcenode.cpp" "4"
+"resourcenode.h" "4"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"ResourceEditor.json.in" "4"
+"QRC Editor" "3"
+"resourceeditor.qbs:26" "4"
+"qrceditor.cpp" "4"
+"qrceditor.h" "4"
+"resourcefile.cpp" "4"
+"resourceview.cpp" "4"
+"resourceview.h" "4"
+"undocommands.cpp" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"SafeRenderer" "2"
+"saferenderer.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"SafeRenderer.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"saferenderer.cpp" "3"
+"saferenderer.h" "3"
+"saferenderer.qrc" "3"
+"/saferenderer" "4"
+"wizards" "5"
+"qsrapp" "6"
+"file.pro" "7"
+"main.cpp.tpl" "7"
+"main.qml.tpl" "7"
+"qml.qrc.tpl" "7"
+"safeasset.qrc.tpl" "7"
+"wizard.json" "7"
+"qsrapp2_1" "6"
+"CMakeLists.txt" "7"
+"file.pro" "7"
+"main.cpp.tpl" "7"
+"main.qml.tpl" "7"
+"qml.qrc.tpl" "7"
+"safeasset.qrc.tpl" "7"
+"wizard.json" "7"
+"icon.png" "6"
+"icon@2x.png" "6"
+"ScreenRecorder" "2"
+"screenrecorder.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"ScreenRecorder.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Unit tests" "3"
+"screenrecorder.qbs:25" "4"
+"screenrecorder_test.cpp" "4"
+"screenrecorder_test.h" "4"
+"cropandtrim.cpp" "3"
+"cropandtrim.h" "3"
+"export.cpp" "3"
+"export.h" "3"
+"ffmpegutils.cpp" "3"
+"ffmpegutils.h" "3"
+"record.cpp" "3"
+"record.h" "3"
+"screenrecorder.qrc" "3"
+"screenrecorderconstants.h" "3"
+"screenrecorderplugin.cpp" "3"
+"screenrecordersettings.cpp" "3"
+"screenrecordersettings.h" "3"
"ScxmlEditor" "2"
"scxmleditor.qbs:3" "3"
"Common" "3"
-"scxmleditor.qbs:34" "4"
+"scxmleditor.qbs:32" "4"
"colorpicker.cpp" "4"
"colorpicker.h" "4"
-"colorpicker.ui" "4"
"colorsettings.cpp" "4"
"colorsettings.h" "4"
-"colorsettings.ui" "4"
"colorthemedialog.cpp" "4"
"colorthemedialog.h" "4"
-"colorthemedialog.ui" "4"
"colorthemes.cpp" "4"
"colorthemes.h" "4"
"colorthemeview.cpp" "4"
@@ -11684,8 +10630,8 @@
"initial.png" "7"
"more_colors.png" "7"
"navigator.png" "7"
-"parallel_icon.png" "7"
-"state_color.png" "7"
+"parallel.png" "7"
+"state.png" "7"
"statistics.png" "7"
"dragshapebutton.cpp" "4"
"dragshapebutton.h" "4"
@@ -11693,7 +10639,6 @@
"graphicsview.h" "4"
"magnifier.cpp" "4"
"magnifier.h" "4"
-"magnifier.ui" "4"
"mainwidget.cpp" "4"
"mainwidget.h" "4"
"movableframe.cpp" "4"
@@ -11704,30 +10649,24 @@
"navigatorgraphicsview.h" "4"
"navigatorslider.cpp" "4"
"navigatorslider.h" "4"
-"navigatorslider.ui" "4"
"search.cpp" "4"
"search.h" "4"
-"search.ui" "4"
"searchmodel.cpp" "4"
"searchmodel.h" "4"
"shapegroupwidget.cpp" "4"
"shapegroupwidget.h" "4"
"shapestoolbox.cpp" "4"
"shapestoolbox.h" "4"
-"shapestoolbox.ui" "4"
"sizegrip.cpp" "4"
"sizegrip.h" "4"
"stateproperties.cpp" "4"
"stateproperties.h" "4"
"stateview.cpp" "4"
"stateview.h" "4"
-"stateview.ui" "4"
"statistics.cpp" "4"
"statistics.h" "4"
-"statistics.ui" "4"
"statisticsdialog.cpp" "4"
"statisticsdialog.h" "4"
-"statisticsdialog.ui" "4"
"structure.cpp" "4"
"structure.h" "4"
"structuremodel.cpp" "4"
@@ -11735,7 +10674,7 @@
"treeview.cpp" "4"
"treeview.h" "4"
"Output Pane" "3"
-"scxmleditor.qbs:81" "4"
+"scxmleditor.qbs:68" "4"
"errorwidget.cpp" "4"
"errorwidget.h" "4"
"outputpane.h" "4"
@@ -11748,7 +10687,7 @@
"warningmodel.cpp" "4"
"warningmodel.h" "4"
"Plugin Interface" "3"
-"scxmleditor.qbs:95" "4"
+"scxmleditor.qbs:82" "4"
"actionhandler.cpp" "4"
"actionhandler.h" "4"
"actionprovider.h" "4"
@@ -11762,6 +10701,8 @@
"connectableitem.h" "4"
"cornergrabberitem.cpp" "4"
"cornergrabberitem.h" "4"
+"eventitem.cpp" "4"
+"eventitem.h" "4"
"finalstateitem.cpp" "4"
"finalstateitem.h" "4"
"genericscxmlplugin.cpp" "4"
@@ -11838,14 +10779,14 @@
"warningitem.h" "4"
"warningprovider.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"ScxmlEditor.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"scxmleditor_global.h" "3"
@@ -11857,73 +10798,286 @@
"scxmleditorfactory.cpp" "3"
"scxmleditorfactory.h" "3"
"scxmleditorplugin.cpp" "3"
-"scxmleditorplugin.h" "3"
"scxmleditorstack.cpp" "3"
"scxmleditorstack.h" "3"
+"scxmleditortr.h" "3"
"scxmltexteditor.cpp" "3"
"scxmltexteditor.h" "3"
"SerialTerminal" "2"
"serialterminal.qbs:3" "3"
-"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"SerialTerminal.json.in" "4"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"consolelineedit.cpp" "3"
-"consolelineedit.h" "3"
-"serialcontrol.cpp" "3"
-"serialcontrol.h" "3"
-"serialdevicemodel.cpp" "3"
-"serialdevicemodel.h" "3"
-"serialoutputpane.cpp" "3"
-"serialoutputpane.h" "3"
-"serialterminalconstants.h" "3"
-"serialterminalplugin.cpp" "3"
-"serialterminalplugin.h" "3"
-"serialterminalsettings.cpp" "3"
-"serialterminalsettings.h" "3"
"SilverSearcher" "2"
"silversearcher.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"SilverSearcher.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"Tests" "3"
+"Unit tests" "3"
"silversearcher.qbs:16" "4"
-"outputparser_test.cpp" "4"
-"outputparser_test.h" "4"
+"silversearcherparser_test.cpp" "4"
+"silversearcherparser_test.h" "4"
"findinfilessilversearcher.cpp" "3"
"findinfilessilversearcher.h" "3"
-"silversearcheroutputparser.cpp" "3"
-"silversearcheroutputparser.h" "3"
+"silversearcherparser.cpp" "3"
+"silversearcherparser.h" "3"
"silversearcherplugin.cpp" "3"
"silversearcherplugin.h" "3"
+"Squish" "2"
+"squish.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"Squish.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"deletesymbolicnamedialog.cpp" "3"
+"deletesymbolicnamedialog.h" "3"
+"objectsmapdocument.cpp" "3"
+"objectsmapdocument.h" "3"
+"objectsmapeditor.cpp" "3"
+"objectsmapeditor.h" "3"
+"objectsmapeditorwidget.cpp" "3"
+"objectsmapeditorwidget.h" "3"
+"objectsmaptreeitem.cpp" "3"
+"objectsmaptreeitem.h" "3"
+"opensquishsuitesdialog.cpp" "3"
+"opensquishsuitesdialog.h" "3"
+"propertyitemdelegate.cpp" "3"
+"propertyitemdelegate.h" "3"
+"propertytreeitem.cpp" "3"
+"propertytreeitem.h" "3"
+"scripthelper.cpp" "3"
+"scripthelper.h" "3"
+"squish.qrc" "3"
+"/squish" "4"
+"images" "5"
+"data.png" "6"
+"data@2x.png" "6"
+"jumpTo.png" "6"
+"jumpTo@2x.png" "6"
+"objectsmap.png" "6"
+"objectsmap@2x.png" "6"
+"picker.png" "6"
+"picker@2x.png" "6"
+"settingscategory_squish.png" "6"
+"settingscategory_squish@2x.png" "6"
+"wizard.json" "6"
+"squishconstants.h" "3"
+"squishfilehandler.cpp" "3"
+"squishfilehandler.h" "3"
+"squishmessages.cpp" "3"
+"squishmessages.h" "3"
+"squishnavigationwidget.cpp" "3"
+"squishnavigationwidget.h" "3"
+"squishoutputpane.cpp" "3"
+"squishoutputpane.h" "3"
+"squishperspective.cpp" "3"
+"squishperspective.h" "3"
+"squishplugin.cpp" "3"
+"squishprocessbase.cpp" "3"
+"squishprocessbase.h" "3"
+"squishresultmodel.cpp" "3"
+"squishresultmodel.h" "3"
+"squishrunnerprocess.cpp" "3"
+"squishrunnerprocess.h" "3"
+"squishserverprocess.cpp" "3"
+"squishserverprocess.h" "3"
+"squishsettings.cpp" "3"
+"squishsettings.h" "3"
+"squishtesttreemodel.cpp" "3"
+"squishtesttreemodel.h" "3"
+"squishtesttreeview.cpp" "3"
+"squishtesttreeview.h" "3"
+"squishtools.cpp" "3"
+"squishtools.h" "3"
+"squishtr.h" "3"
+"squishwizardpages.cpp" "3"
+"squishwizardpages.h" "3"
+"squishxmloutputhandler.cpp" "3"
+"squishxmloutputhandler.h" "3"
+"suiteconf.cpp" "3"
+"suiteconf.h" "3"
+"symbolnameitemdelegate.cpp" "3"
+"symbolnameitemdelegate.h" "3"
+"testresult.cpp" "3"
+"testresult.h" "3"
"StudioWelcome" "2"
"studiowelcome.qbs:3" "3"
+"images" "3"
+"mode_welcome_mask.png" "4"
+"mode_welcome_mask@2x.png" "4"
+"qml" "3"
+"downloaddialog" "4"
+"FileDownloader.qml" "6"
+"FileExtractor.qml" "6"
+"qmldir" "6"
+"ArcItem.qml" "5"
+"CircularIndicator.ui.qml" "5"
+"CoolProgressBar.ui.qml" "5"
+"DialogButton.qml" "5"
+"DialogLabel.qml" "5"
+"downloaddialog.qmlproject" "5"
+"main.qml" "5"
+"MinMaxMapper.qml" "5"
+"PushButton.ui.qml" "5"
+"RangeMapper.qml" "5"
+"splashscreen" "4"
+"welcome_windows" "5"
+"sequencer_images" "6"
+"blue_seq.png" "7"
+"peach_seq.png" "7"
+"pink_seq.png" "7"
+"seq_bar_1.png" "7"
+"seq_bar_2.png" "7"
+"seq_bar_3.png" "7"
+"seq_bar_4.png" "7"
+"seq_bar_5.png" "7"
+"seq_bar_6.png" "7"
+"seq_bar_7.png" "7"
+"seq_bar_8.png" "7"
+"splash_pngs" "6"
+"Audio_Waves.png" "7"
+"ring_1_in.png" "7"
+"ring_1_out.png" "7"
+"ring_2.png" "7"
+"ring_3.png" "7"
+"ring_line_1.png" "7"
+"ring_line_2.png" "7"
+"Slider_on.png" "7"
+"sliders_off.png" "7"
+"Sliders_together.png" "7"
+"Step_sequencer.png" "7"
+"UI_Background.png" "7"
+"close.png" "6"
+"hand.png" "6"
+"highlight.png" "6"
+"logo.png" "6"
+"logo@2x.png" "6"
+"Arc.qml" "5"
+"ArcAnimation.qml" "5"
+"ColorOverlayEffect.qml" "5"
+"CustomButton.ui.qml" "5"
+"Dof_Effect.qml" "5"
+"EllipseItem.qml" "5"
+"FastBlurEffect.qml" "5"
+"Image1.qml" "5"
+"Image2.qml" "5"
+"main.qml" "5"
+"MyEllipse.qml" "5"
+"PushButton.ui.qml" "5"
+"RectangleItem.qml" "5"
+"RectangleMask.qml" "5"
+"Sequencer.qml" "5"
+"SlidersTogether.qml" "5"
+"Splash_Image2d_png.qml" "5"
+"Splash_Image25d.qml" "5"
+"welcome_screens.qmlproject" "5"
+"Welcome_splash.qml" "5"
+"welcomepage" "4"
+"images" "5"
+"bridging_the_gap.png" "6"
+"coffeemachinedemo_thumbnail.png" "6"
+"cppdemo_thumbnail.png" "6"
+"designer_and_developers.png" "6"
+"digital_cluster_thumbnail.png" "6"
+"downloadCloud.svg" "6"
+"ebike_demo_thumbnail.png" "6"
+"effectdemo_thumbnail.png" "6"
+"gettingStarted_3dComponents.png" "6"
+"gettingStarted_newProject.png" "6"
+"gettingStarted_shaders.png" "6"
+"highendivi_thumbnail.png" "6"
+"icon_default.png" "6"
+"icon_hover.png" "6"
+"progressbar_demo.png" "6"
+"Qt_QT_animatedImage.png" "6"
+"Qt_QT_bindings.png" "6"
+"Qt_QT_interactive3d.png" "6"
+"Qt_QT_nav.png" "6"
+"Qt_QT_sliderControl.png" "6"
+"Qt_QT_textElement.png" "6"
+"qtws_video_thumbnail.png" "6"
+"sidemenu_demo.png" "6"
+"sketchTutorial_1.png" "6"
+"sketchTutorial_2.png" "6"
+"thumbnail_test.png" "6"
+"tutorialclusterdemo_thumbnail.png" "6"
+"virtualkeyboard_thumbnail.png" "6"
+"washingmachinedemo_thumbnail.png" "6"
+"webinar1.png" "6"
+"webinar2.png" "6"
+"webinardemo_thumbnail.png" "6"
+"what_is_new_15.png" "6"
+"Constants.qml" "6"
+"qmldir" "6"
+"mockData" "5"
+"projectmodel" "6"
+"ProjectModel.qml" "7"
+"qmldir" "7"
+"usagestatistics" "6"
+"qmldir" "7"
+"UsageStatisticModel.qml" "7"
+"AccountImage.qml" "5"
+"CustomScrollBar.qml" "5"
+"CustomScrollView.qml" "5"
+"ExamplesModel.qml" "5"
+"HoverOverDesaturate.qml" "5"
+"main.qml" "5"
+"MyButton.qml" "5"
+"MyTabButton.qml" "5"
+"ProjectsGrid.qml" "5"
+"SaturationEffect.qml" "5"
+"TutorialsModel.qml" "5"
+"welcomepage.qmlproject" "5"
+"algorithm.h" "3"
+"CMakeLists.txt" "3"
+"createproject.cpp" "3"
+"createproject.h" "3"
+"examplecheckout.cpp" "3"
+"examplecheckout.h" "3"
+"newprojectdialogimageprovider.cpp" "3"
+"newprojectdialogimageprovider.h" "3"
+"presetmodel.cpp" "3"
+"presetmodel.h" "3"
+"qdsnewdialog.cpp" "3"
+"qdsnewdialog.h" "3"
+"screensizemodel.h" "3"
+"StudioWelcome.json.in" "3"
+"studiowelcome.qbs" "3"
+"studiowelcome.qrc" "3"
+"studiowelcomeplugin.cpp" "3"
+"studiowelcomeplugin.h" "3"
+"studiowelcometr.h" "3"
+"stylemodel.cpp" "3"
+"stylemodel.h" "3"
+"userpresets.cpp" "3"
+"userpresets.h" "3"
+"wizardfactories.cpp" "3"
+"wizardfactories.h" "3"
+"wizardhandler.cpp" "3"
+"wizardhandler.h" "3"
"Subversion" "2"
"subversion.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Subversion.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"annotationhighlighter.cpp" "3"
@@ -11939,255 +11093,289 @@
"subversionsettings.h" "3"
"subversionsubmiteditor.cpp" "3"
"subversionsubmiteditor.h" "3"
-"TaskList" "2"
-"tasklist.qbs:3" "3"
+"subversiontr.h" "3"
+"Terminal" "2"
+"terminal.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"TaskList.json.in" "4"
+"QtcPlugin.qbs:39" "4"
+"Terminal.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"stopmonitoringhandler.cpp" "3"
-"stopmonitoringhandler.h" "3"
-"taskfile.cpp" "3"
-"taskfile.h" "3"
-"tasklistconstants.h" "3"
-"tasklistplugin.cpp" "3"
-"tasklistplugin.h" "3"
+"shellintegration.cpp" "3"
+"shellintegration.h" "3"
+"shellmodel.cpp" "3"
+"shellmodel.h" "3"
+"shortcutmap.cpp" "3"
+"shortcutmap.h" "3"
+"terminal.qrc" "3"
+"/terminal" "4"
+"images" "5"
+"keyboardlock.png" "6"
+"keyboardlock@2x.png" "6"
+"settingscategory_terminal.png" "6"
+"settingscategory_terminal@2x.png" "6"
+"terminal.png" "6"
+"terminal@2x.png" "6"
+"shellintegrations" "5"
+"shellintegration-bash.sh" "6"
+"shellintegration-clink.lua" "6"
+"shellintegration-env.zsh" "6"
+"shellintegration-login.zsh" "6"
+"shellintegration-profile.zsh" "6"
+"shellintegration-rc.zsh" "6"
+"terminalconstants.h" "3"
+"terminalicons.h" "3"
+"terminalpane.cpp" "3"
+"terminalpane.h" "3"
+"terminalplugin.cpp" "3"
+"terminalprocessimpl.cpp" "3"
+"terminalprocessimpl.h" "3"
+"terminalsettings.cpp" "3"
+"terminalsettings.h" "3"
+"terminaltr.h" "3"
+"terminalwidget.cpp" "3"
+"terminalwidget.h" "3"
"TextEditor" "2"
-"texteditor.qbs:5" "3"
-"TextEditor" "3"
-"texteditor.qbs:8" "4"
-"CodeAssist" "4"
-"texteditor.qbs:156" "5"
-"assistenums.h" "5"
-"assistinterface.cpp" "5"
-"assistinterface.h" "5"
-"assistproposalitem.cpp" "5"
-"assistproposalitem.h" "5"
-"assistproposaliteminterface.h" "5"
-"codeassistant.cpp" "5"
-"codeassistant.h" "5"
-"completionassistprovider.cpp" "5"
-"completionassistprovider.h" "5"
-"documentcontentcompletion.cpp" "5"
-"documentcontentcompletion.h" "5"
-"functionhintproposal.cpp" "5"
-"functionhintproposal.h" "5"
-"functionhintproposalwidget.cpp" "5"
-"functionhintproposalwidget.h" "5"
-"genericproposal.cpp" "5"
-"genericproposal.h" "5"
-"genericproposalmodel.cpp" "5"
-"genericproposalmodel.h" "5"
-"genericproposalwidget.cpp" "5"
-"genericproposalwidget.h" "5"
-"iassistprocessor.cpp" "5"
-"iassistprocessor.h" "5"
-"iassistproposal.cpp" "5"
-"iassistproposal.h" "5"
-"iassistproposalmodel.cpp" "5"
-"iassistproposalmodel.h" "5"
-"iassistproposalwidget.cpp" "5"
-"iassistproposalwidget.h" "5"
-"iassistprovider.cpp" "5"
-"iassistprovider.h" "5"
-"ifunctionhintproposalmodel.cpp" "5"
-"ifunctionhintproposalmodel.h" "5"
-"keywordscompletionassist.cpp" "5"
-"keywordscompletionassist.h" "5"
-"runner.cpp" "5"
-"runner.h" "5"
-"textdocumentmanipulator.cpp" "5"
-"textdocumentmanipulator.h" "5"
-"textdocumentmanipulatorinterface.h" "5"
-"PluginMetaData" "4"
-"QtcPlugin.qbs:49" "5"
-"TextEditor.json.in" "5"
-"Snippets" "4"
-"texteditor.qbs:204" "5"
-"reuse.h" "5"
-"snippet.cpp" "5"
-"snippet.h" "5"
-"snippetassistcollector.cpp" "5"
-"snippetassistcollector.h" "5"
-"snippeteditor.cpp" "5"
-"snippeteditor.h" "5"
-"snippetoverlay.cpp" "5"
-"snippetoverlay.h" "5"
-"snippetparser.cpp" "5"
-"snippetparser.h" "5"
-"snippetprovider.cpp" "5"
-"snippetprovider.h" "5"
-"snippetscollection.cpp" "5"
-"snippetscollection.h" "5"
-"snippetssettings.cpp" "5"
-"snippetssettings.h" "5"
-"snippetssettingspage.cpp" "5"
-"snippetssettingspage.h" "5"
-"snippetssettingspage.ui" "5"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"Tests" "4"
-"texteditor.qbs:231" "5"
-"texteditor_test.cpp" "5"
-"autocompleter.cpp" "4"
-"autocompleter.h" "4"
-"basefilefind.cpp" "4"
-"basefilefind.h" "4"
-"basehoverhandler.cpp" "4"
-"basehoverhandler.h" "4"
-"behaviorsettings.cpp" "4"
-"behaviorsettings.h" "4"
-"behaviorsettingspage.cpp" "4"
-"behaviorsettingspage.h" "4"
-"behaviorsettingspage.ui" "4"
-"behaviorsettingswidget.cpp" "4"
-"behaviorsettingswidget.h" "4"
-"behaviorsettingswidget.ui" "4"
-"blockrange.h" "4"
-"circularclipboard.cpp" "4"
-"circularclipboard.h" "4"
-"circularclipboardassist.cpp" "4"
-"circularclipboardassist.h" "4"
-"codestyleeditor.cpp" "4"
-"codestyleeditor.h" "4"
-"codestylepool.cpp" "4"
-"codestylepool.h" "4"
-"codestyleselectorwidget.cpp" "4"
-"codestyleselectorwidget.h" "4"
-"codestyleselectorwidget.ui" "4"
-"colorpreviewhoverhandler.cpp" "4"
-"colorpreviewhoverhandler.h" "4"
-"colorscheme.cpp" "4"
-"colorscheme.h" "4"
-"colorschemeedit.cpp" "4"
-"colorschemeedit.h" "4"
-"colorschemeedit.ui" "4"
-"command.cpp" "4"
-"command.h" "4"
-"commentssettings.cpp" "4"
-"commentssettings.h" "4"
-"completionsettings.cpp" "4"
-"completionsettings.h" "4"
-"completionsettingspage.cpp" "4"
-"completionsettingspage.h" "4"
-"completionsettingspage.ui" "4"
-"displaysettings.cpp" "4"
-"displaysettings.h" "4"
-"displaysettingspage.cpp" "4"
-"displaysettingspage.h" "4"
-"displaysettingspage.ui" "4"
-"extraencodingsettings.cpp" "4"
-"extraencodingsettings.h" "4"
-"findincurrentfile.cpp" "4"
-"findincurrentfile.h" "4"
-"findinfiles.cpp" "4"
-"findinfiles.h" "4"
-"findinopenfiles.cpp" "4"
-"findinopenfiles.h" "4"
-"fontsettings.cpp" "4"
-"fontsettings.h" "4"
-"fontsettingspage.cpp" "4"
-"fontsettingspage.h" "4"
-"fontsettingspage.ui" "4"
-"formatter.h" "4"
-"formattexteditor.cpp" "4"
-"formattexteditor.h" "4"
-"highlighter.cpp" "4"
-"highlighter.h" "4"
-"highlightersettings.cpp" "4"
-"highlightersettings.h" "4"
-"highlightersettingspage.cpp" "4"
-"highlightersettingspage.h" "4"
-"highlightersettingspage.ui" "4"
-"icodestylepreferences.cpp" "4"
-"icodestylepreferences.h" "4"
-"icodestylepreferencesfactory.cpp" "4"
-"icodestylepreferencesfactory.h" "4"
-"indenter.h" "4"
-"ioutlinewidget.h" "4"
-"linenumberfilter.cpp" "4"
-"linenumberfilter.h" "4"
-"marginsettings.cpp" "4"
-"marginsettings.h" "4"
-"outlinefactory.cpp" "4"
-"outlinefactory.h" "4"
-"plaintexteditorfactory.cpp" "4"
-"plaintexteditorfactory.h" "4"
-"quickfix.cpp" "4"
-"quickfix.h" "4"
-"refactoringchanges.cpp" "4"
-"refactoringchanges.h" "4"
-"refactoroverlay.cpp" "4"
-"refactoroverlay.h" "4"
-"semantichighlighter.cpp" "4"
-"semantichighlighter.h" "4"
-"simplecodestylepreferences.cpp" "4"
-"simplecodestylepreferences.h" "4"
-"simplecodestylepreferenceswidget.cpp" "4"
-"simplecodestylepreferenceswidget.h" "4"
-"storagesettings.cpp" "4"
-"storagesettings.h" "4"
-"syntaxhighlighter.cpp" "4"
-"syntaxhighlighter.h" "4"
-"tabsettings.cpp" "4"
-"tabsettings.h" "4"
-"tabsettingswidget.cpp" "4"
-"tabsettingswidget.h" "4"
-"tabsettingswidget.ui" "4"
-"textdocument.cpp" "4"
-"textdocument.h" "4"
-"textdocumentlayout.cpp" "4"
-"textdocumentlayout.h" "4"
-"texteditor.cpp" "4"
-"texteditor.h" "4"
-"texteditor.qrc" "4"
-"/texteditor" "5"
-"images" "6"
-"finddocuments.png" "7"
-"settingscategory_texteditor.png" "7"
-"settingscategory_texteditor@2x.png" "7"
-"snippet.png" "7"
-"texteditoractionhandler.cpp" "4"
-"texteditoractionhandler.h" "4"
-"texteditorconstants.cpp" "4"
-"texteditorconstants.h" "4"
-"texteditoroverlay.cpp" "4"
-"texteditoroverlay.h" "4"
-"texteditorplugin.cpp" "4"
-"texteditorplugin.h" "4"
-"texteditorsettings.cpp" "4"
-"texteditorsettings.h" "4"
-"textindenter.cpp" "4"
-"textindenter.h" "4"
-"textmark.cpp" "4"
-"textmark.h" "4"
-"textstyles.h" "4"
-"typingsettings.cpp" "4"
-"typingsettings.h" "4"
+"texteditor.qbs:4" "3"
+"CodeAssist" "3"
+"texteditor.qbs:156" "4"
+"assistenums.h" "4"
+"assistinterface.cpp" "4"
+"assistinterface.h" "4"
+"assistproposalitem.cpp" "4"
+"assistproposalitem.h" "4"
+"assistproposaliteminterface.h" "4"
+"asyncprocessor.cpp" "4"
+"asyncprocessor.h" "4"
+"codeassistant.cpp" "4"
+"codeassistant.h" "4"
+"completionassistprovider.cpp" "4"
+"completionassistprovider.h" "4"
+"documentcontentcompletion.cpp" "4"
+"documentcontentcompletion.h" "4"
+"functionhintproposal.cpp" "4"
+"functionhintproposal.h" "4"
+"functionhintproposalwidget.cpp" "4"
+"functionhintproposalwidget.h" "4"
+"genericproposal.cpp" "4"
+"genericproposal.h" "4"
+"genericproposalmodel.cpp" "4"
+"genericproposalmodel.h" "4"
+"genericproposalwidget.cpp" "4"
+"genericproposalwidget.h" "4"
+"iassistprocessor.cpp" "4"
+"iassistprocessor.h" "4"
+"iassistproposal.cpp" "4"
+"iassistproposal.h" "4"
+"iassistproposalmodel.cpp" "4"
+"iassistproposalmodel.h" "4"
+"iassistproposalwidget.cpp" "4"
+"iassistproposalwidget.h" "4"
+"iassistprovider.cpp" "4"
+"iassistprovider.h" "4"
+"ifunctionhintproposalmodel.cpp" "4"
+"ifunctionhintproposalmodel.h" "4"
+"keywordscompletionassist.cpp" "4"
+"keywordscompletionassist.h" "4"
+"textdocumentmanipulator.cpp" "4"
+"textdocumentmanipulator.h" "4"
+"textdocumentmanipulatorinterface.h" "4"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"TextEditor.json.in" "4"
+"Snippets" "3"
+"texteditor.qbs:204" "4"
+"reuse.h" "4"
+"snippet.cpp" "4"
+"snippet.h" "4"
+"snippetassistcollector.cpp" "4"
+"snippetassistcollector.h" "4"
+"snippeteditor.cpp" "4"
+"snippeteditor.h" "4"
+"snippetoverlay.cpp" "4"
+"snippetoverlay.h" "4"
+"snippetparser.cpp" "4"
+"snippetparser.h" "4"
+"snippetprovider.cpp" "4"
+"snippetprovider.h" "4"
+"snippetscollection.cpp" "4"
+"snippetscollection.h" "4"
+"snippetssettings.cpp" "4"
+"snippetssettings.h" "4"
+"snippetssettingspage.cpp" "4"
+"snippetssettingspage.h" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Unit tests" "3"
+"texteditor.qbs:230" "4"
+"codeassist" "4"
+"codeassist_test.cpp" "5"
+"codeassist_test.h" "5"
+"highlighter_test.cpp" "4"
+"highlighter_test.h" "4"
+"texteditor_test.cpp" "4"
+"autocompleter.cpp" "3"
+"autocompleter.h" "3"
+"basefilefind.cpp" "3"
+"basefilefind.h" "3"
+"basehoverhandler.cpp" "3"
+"basehoverhandler.h" "3"
+"behaviorsettings.cpp" "3"
+"behaviorsettings.h" "3"
+"behaviorsettingspage.cpp" "3"
+"behaviorsettingspage.h" "3"
+"behaviorsettingswidget.cpp" "3"
+"behaviorsettingswidget.h" "3"
+"blockrange.h" "3"
+"bookmark.cpp" "3"
+"bookmark.h" "3"
+"bookmarkfilter.cpp" "3"
+"bookmarkfilter.h" "3"
+"bookmarkmanager.cpp" "3"
+"bookmarkmanager.h" "3"
+"circularclipboard.cpp" "3"
+"circularclipboard.h" "3"
+"circularclipboardassist.cpp" "3"
+"circularclipboardassist.h" "3"
+"codecchooser.cpp" "3"
+"codecchooser.h" "3"
+"codestyleeditor.cpp" "3"
+"codestyleeditor.h" "3"
+"codestylepool.cpp" "3"
+"codestylepool.h" "3"
+"codestyleselectorwidget.cpp" "3"
+"codestyleselectorwidget.h" "3"
+"colorpreviewhoverhandler.cpp" "3"
+"colorpreviewhoverhandler.h" "3"
+"colorscheme.cpp" "3"
+"colorscheme.h" "3"
+"colorschemeedit.cpp" "3"
+"colorschemeedit.h" "3"
+"command.cpp" "3"
+"command.h" "3"
+"commentssettings.cpp" "3"
+"commentssettings.h" "3"
+"completionsettings.cpp" "3"
+"completionsettings.h" "3"
+"completionsettingspage.cpp" "3"
+"completionsettingspage.h" "3"
+"displaysettings.cpp" "3"
+"displaysettings.h" "3"
+"displaysettingspage.cpp" "3"
+"displaysettingspage.h" "3"
+"extraencodingsettings.cpp" "3"
+"extraencodingsettings.h" "3"
+"findincurrentfile.cpp" "3"
+"findincurrentfile.h" "3"
+"findinfiles.cpp" "3"
+"findinfiles.h" "3"
+"findinopenfiles.cpp" "3"
+"findinopenfiles.h" "3"
+"fontsettings.cpp" "3"
+"fontsettings.h" "3"
+"fontsettingspage.cpp" "3"
+"fontsettingspage.h" "3"
+"formatter.h" "3"
+"formattexteditor.cpp" "3"
+"formattexteditor.h" "3"
+"highlighter.cpp" "3"
+"highlighter.h" "3"
+"highlightersettings.cpp" "3"
+"highlightersettings.h" "3"
+"highlightersettingspage.cpp" "3"
+"highlightersettingspage.h" "3"
+"icodestylepreferences.cpp" "3"
+"icodestylepreferences.h" "3"
+"icodestylepreferencesfactory.cpp" "3"
+"icodestylepreferencesfactory.h" "3"
+"indenter.h" "3"
+"ioutlinewidget.h" "3"
+"jsoneditor.cpp" "3"
+"jsoneditor.h" "3"
+"linenumberfilter.cpp" "3"
+"linenumberfilter.h" "3"
+"marginsettings.cpp" "3"
+"marginsettings.h" "3"
+"markdowneditor.cpp" "3"
+"markdowneditor.h" "3"
+"outlinefactory.cpp" "3"
+"outlinefactory.h" "3"
+"plaintexteditorfactory.cpp" "3"
+"plaintexteditorfactory.h" "3"
+"quickfix.cpp" "3"
+"quickfix.h" "3"
+"refactoringchanges.cpp" "3"
+"refactoringchanges.h" "3"
+"refactoroverlay.cpp" "3"
+"refactoroverlay.h" "3"
+"semantichighlighter.cpp" "3"
+"semantichighlighter.h" "3"
+"simplecodestylepreferences.cpp" "3"
+"simplecodestylepreferences.h" "3"
+"simplecodestylepreferenceswidget.cpp" "3"
+"simplecodestylepreferenceswidget.h" "3"
+"storagesettings.cpp" "3"
+"storagesettings.h" "3"
+"syntaxhighlighter.cpp" "3"
+"syntaxhighlighter.h" "3"
+"tabsettings.cpp" "3"
+"tabsettings.h" "3"
+"tabsettingswidget.cpp" "3"
+"tabsettingswidget.h" "3"
+"textdocument.cpp" "3"
+"textdocument.h" "3"
+"textdocumentlayout.cpp" "3"
+"textdocumentlayout.h" "3"
+"texteditor.cpp" "3"
+"texteditor.h" "3"
+"texteditor.qrc" "3"
+"/texteditor" "4"
+"images" "5"
+"finddocuments.png" "6"
+"settingscategory_texteditor.png" "6"
+"settingscategory_texteditor@2x.png" "6"
+"snippet.png" "6"
+"texteditoractionhandler.cpp" "3"
+"texteditoractionhandler.h" "3"
+"texteditorconstants.cpp" "3"
+"texteditorconstants.h" "3"
+"texteditoroverlay.cpp" "3"
+"texteditoroverlay.h" "3"
+"texteditorplugin.cpp" "3"
+"texteditorplugin.h" "3"
+"texteditorsettings.cpp" "3"
+"texteditorsettings.h" "3"
+"texteditortr.h" "3"
+"textindenter.cpp" "3"
+"textindenter.h" "3"
+"textmark.cpp" "3"
+"textmark.h" "3"
+"textstyles.h" "3"
+"typingsettings.cpp" "3"
+"typingsettings.h" "3"
"Todo" "2"
"todo.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Todo.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"constants.h" "3"
@@ -12197,12 +11385,10 @@
"keyword.h" "3"
"keyworddialog.cpp" "3"
"keyworddialog.h" "3"
-"keyworddialog.ui" "3"
"lineparser.cpp" "3"
"lineparser.h" "3"
"optionsdialog.cpp" "3"
"optionsdialog.h" "3"
-"optionsdialog.ui" "3"
"qmljstodoitemsscanner.cpp" "3"
"qmljstodoitemsscanner.h" "3"
"settings.cpp" "3"
@@ -12237,34 +11423,33 @@
"tasklist@2x.png" "6"
"todoprojectsettingswidget.cpp" "3"
"todoprojectsettingswidget.h" "3"
-"todoprojectsettingswidget.ui" "3"
+"todotr.h" "3"
"UpdateInfo" "2"
"updateinfo.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"UpdateInfo.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"settingspage.cpp" "3"
"settingspage.h" "3"
-"settingspage.ui" "3"
"updateinfoplugin.cpp" "3"
"updateinfoplugin.h" "3"
+"updateinfotools.h" "3"
+"updateinfotr.h" "3"
"Valgrind" "2"
"valgrind.qbs:4" "3"
"Callgrind" "3"
-"valgrind.qbs:42" "4"
+"valgrind.qbs:40" "4"
"callgrindabstractmodel.h" "4"
"callgrindcallmodel.cpp" "4"
"callgrindcallmodel.h" "4"
-"callgrindcontroller.cpp" "4"
-"callgrindcontroller.h" "4"
"callgrindcostitem.cpp" "4"
"callgrindcostitem.h" "4"
"callgrindcycledetection.cpp" "4"
@@ -12286,7 +11471,7 @@
"callgrindstackbrowser.cpp" "4"
"callgrindstackbrowser.h" "4"
"General" "3"
-"valgrind.qbs:19" "4"
+"valgrind.qbs:18" "4"
"callgrindcostdelegate.cpp" "4"
"callgrindcostdelegate.h" "4"
"callgrindcostview.cpp" "4"
@@ -12307,8 +11492,6 @@
"memcheckerrorview.h" "4"
"memchecktool.cpp" "4"
"memchecktool.h" "4"
-"suppressiondialog.cpp" "4"
-"suppressiondialog.h" "4"
"valgrind.qrc" "4"
"/valgrind" "5"
"images" "6"
@@ -12316,35 +11499,33 @@
"kcachegrind@2x.png" "7"
"suppressoverlay.png" "7"
"suppressoverlay@2x.png" "7"
-"valgrindconfigwidget.cpp" "4"
-"valgrindconfigwidget.h" "4"
"valgrindengine.cpp" "4"
"valgrindengine.h" "4"
"valgrindplugin.cpp" "4"
-"valgrindplugin.h" "4"
-"valgrindrunner.cpp" "4"
-"valgrindrunner.h" "4"
+"valgrindprocess.cpp" "4"
+"valgrindprocess.h" "4"
"valgrindsettings.cpp" "4"
"valgrindsettings.h" "4"
+"valgrindtr.h" "4"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Valgrind.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"Test sources" "3"
-"valgrind.qbs:80" "4"
+"Unit tests" "3"
+"valgrind.qbs:75" "4"
"valgrindmemcheckparsertest.cpp" "4"
"valgrindmemcheckparsertest.h" "4"
"valgrindtestrunnertest.cpp" "4"
"valgrindtestrunnertest.h" "4"
"XML Protocol" "3"
-"valgrind.qbs:62" "4"
+"valgrind.qbs:59" "4"
"announcethread.cpp" "4"
"announcethread.h" "4"
"error.cpp" "4"
@@ -12353,8 +11534,6 @@
"errorlistmodel.h" "4"
"frame.cpp" "4"
"frame.h" "4"
-"modelhelpers.cpp" "4"
-"modelhelpers.h" "4"
"parser.cpp" "4"
"parser.h" "4"
"stack.cpp" "4"
@@ -12365,19 +11544,49 @@
"status.h" "4"
"suppression.cpp" "4"
"suppression.h" "4"
-"threadedparser.cpp" "4"
-"threadedparser.h" "4"
-"VcsBase" "2"
-"vcsbase.qbs:3" "3"
+"Vcpkg" "2"
+"vcpkg.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"VcsBase.json.in" "4"
+"QtcPlugin.qbs:39" "4"
+"Vcpkg.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Unit tests" "3"
+"vcpkg.qbs:25" "4"
+"vcpkg_test.cpp" "4"
+"vcpkg_test.h" "4"
+"vcpkg.qrc" "3"
+"/vcpkg" "4"
+"images" "5"
+"vcpkgicon.png" "6"
+"vcpkgicon@2x.png" "6"
+"vcpkg.json.tpl" "6"
+"wizard.json" "6"
+"vcpkgconstants.h" "3"
+"vcpkgmanifesteditor.cpp" "3"
+"vcpkgmanifesteditor.h" "3"
+"vcpkgplugin.cpp" "3"
+"vcpkgsearch.cpp" "3"
+"vcpkgsearch.h" "3"
+"vcpkgsettings.cpp" "3"
+"vcpkgsettings.h" "3"
+"VcsBase" "2"
+"vcsbase.qbs:3" "3"
+"PluginMetaData" "3"
+"QtcPlugin.qbs:39" "4"
+"VcsBase.json.in" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"wizard" "3"
@@ -12395,19 +11604,16 @@
"basevcssubmiteditorfactory.h" "3"
"cleandialog.cpp" "3"
"cleandialog.h" "3"
-"cleandialog.ui" "3"
"commonvcssettings.cpp" "3"
"commonvcssettings.h" "3"
"diffandloghighlighter.cpp" "3"
"diffandloghighlighter.h" "3"
"nicknamedialog.cpp" "3"
"nicknamedialog.h" "3"
-"nicknamedialog.ui" "3"
"submiteditorfile.cpp" "3"
"submiteditorfile.h" "3"
"submiteditorwidget.cpp" "3"
"submiteditorwidget.h" "3"
-"submiteditorwidget.ui" "3"
"submitfieldwidget.cpp" "3"
"submitfieldwidget.h" "3"
"submitfilemodel.cpp" "3"
@@ -12440,8 +11646,10 @@
"vcsbaseplugin.h" "3"
"vcsbasesubmiteditor.cpp" "3"
"vcsbasesubmiteditor.h" "3"
+"vcsbasetr.h" "3"
"vcscommand.cpp" "3"
"vcscommand.h" "3"
+"vcsenums.h" "3"
"vcsoutputformatter.cpp" "3"
"vcsoutputformatter.h" "3"
"vcsoutputwindow.cpp" "3"
@@ -12451,16 +11659,20 @@
"WebAssembly" "2"
"webassembly.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"WebAssembly.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
+"Unit tests" "3"
+"webassembly.qbs:35" "4"
+"webassembly_test.cpp" "4"
+"webassembly_test.h" "4"
"webassembly.qrc" "3"
"/webassembly" "4"
"images" "5"
@@ -12473,29 +11685,28 @@
"webassemblydevice.h" "3"
"webassemblyemsdk.cpp" "3"
"webassemblyemsdk.h" "3"
-"webassemblyoptionspage.cpp" "3"
-"webassemblyoptionspage.h" "3"
"webassemblyplugin.cpp" "3"
"webassemblyplugin.h" "3"
"webassemblyqtversion.cpp" "3"
"webassemblyqtversion.h" "3"
"webassemblyrunconfiguration.cpp" "3"
"webassemblyrunconfiguration.h" "3"
-"webassemblyrunconfigurationaspects.cpp" "3"
-"webassemblyrunconfigurationaspects.h" "3"
+"webassemblysettings.cpp" "3"
+"webassemblysettings.h" "3"
"webassemblytoolchain.cpp" "3"
"webassemblytoolchain.h" "3"
+"webassemblytr.h" "3"
"Welcome" "2"
"welcome.qbs:3" "3"
"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
+"QtcPlugin.qbs:39" "4"
"Welcome.json.in" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"introductionwidget.cpp" "3"
@@ -12503,79 +11714,17 @@
"welcome.qrc" "3"
"/welcome" "4"
"images" "5"
-"blogs.png" "6"
-"blogs@2x.png" "6"
"border.png" "6"
-"community.png" "6"
-"community@2x.png" "6"
-"download.png" "6"
-"download@2x.png" "6"
"expandarrow.png" "6"
"expandarrow@2x.png" "6"
-"mode_welcome_mask.png" "6"
-"mode_welcome_mask@2x.png" "6"
-"new.png" "6"
-"new@2x.png" "6"
-"open.png" "6"
-"open@2x.png" "6"
+"mode_welcome.png" "6"
+"mode_welcome@2x.png" "6"
"project.png" "6"
"project@2x.png" "6"
-"qtaccount.png" "6"
-"qtaccount@2x.png" "6"
"session.png" "6"
"session@2x.png" "6"
-"settings.png" "6"
-"settings@2x.png" "6"
-"userguide.png" "6"
-"userguide@2x.png" "6"
"welcomeplugin.cpp" "3"
-"WinRt" "2"
-"winrt.qbs:3" "3"
-"PluginMetaData" "3"
-"QtcPlugin.qbs:49" "4"
-"WinRt.json.in" "4"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"winrt.qrc" "3"
-"/winrt" "4"
-"images" "5"
-"winrtdevice.png" "6"
-"winrtdevice@2x.png" "6"
-"winrtdevicesmall.png" "6"
-"winrtdevicesmall@2x.png" "6"
-"winrtconstants.h" "3"
-"winrtdebugsupport.cpp" "3"
-"winrtdebugsupport.h" "3"
-"winrtdeployconfiguration.cpp" "3"
-"winrtdeployconfiguration.h" "3"
-"winrtdevice.cpp" "3"
-"winrtdevice.h" "3"
-"winrtpackagedeploymentstep.cpp" "3"
-"winrtpackagedeploymentstep.h" "3"
-"winrtphoneqtversion.cpp" "3"
-"winrtphoneqtversion.h" "3"
-"winrtplugin.cpp" "3"
-"winrtplugin.h" "3"
-"winrtqtversion.cpp" "3"
-"winrtqtversion.h" "3"
-"winrtrunconfiguration.cpp" "3"
-"winrtrunconfiguration.h" "3"
-"winrtruncontrol.cpp" "3"
-"winrtruncontrol.h" "3"
-"winrtrunnerhelper.cpp" "3"
-"winrtrunnerhelper.h" "3"
-"precompiled headers" "1"
-"pch_files.qbs:4" "2"
-"Group 1" "2"
-"pch_files.qbs:8" "3"
-"qtcreator_gui_pch.h" "3"
-"qtcreator_pch.h" "3"
+"welcometr.h" "3"
"ProParser" "1"
"proparser.qbs:3" "2"
"qtcjson" "1"
@@ -12587,36 +11736,24 @@
"qtcreator" "1"
"app.qbs:3" "2"
"Group 3" "2"
-"app.qbs:64" "3"
+"app.qbs:65" "3"
"qtcreator.rc" "3"
-"qtcreator.sh" "2"
-"app.qbs:77" "3"
-"qtcreator.sh" "4"
-"QtLockedFile_unix" "2"
-"app.qbs:85" "3"
-"qtlockedfile_unix.cpp" "4"
-"QtLockedFile_win" "2"
-"app.qbs:93" "3"
-"qtlockedfile_win.cpp" "4"
"standard pch file (gui)" "2"
-"QtcProduct.qbs:100" "3"
+"QtcProduct.qbs:83" "3"
"." "3"
"qtcreator_gui_pch.h" "4"
"standard pch file (non-gui)" "2"
-"QtcProduct.qbs:92" "3"
+"QtcProduct.qbs:75" "3"
"." "3"
"qtcreator_pch.h" "4"
".." "2"
-"shared" "3"
-"qtlockedfile" "4"
-"qtlockedfile.cpp" "5"
-"qtsingleapplication" "4"
-"qtlocalpeer.cpp" "5"
-"qtlocalpeer.h" "5"
-"qtsingleapplication.cpp" "5"
-"qtsingleapplication.h" "5"
+"qtlocalpeer.cpp" "4"
+"qtlocalpeer.h" "4"
+"qtsingleapplication.cpp" "4"
+"qtsingleapplication.h" "4"
"crashhandlersetup.cpp" "4"
"crashhandlersetup.h" "4"
+"app_logo.qrc" "2"
"app-Info.plist" "2"
"main.cpp" "2"
"qtcreator.xcassets" "2"
@@ -12625,154 +11762,101 @@
"buildoutputparser" "2"
"buildoutputparser.qbs:3" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"main.cpp" "3"
"outputprocessor.cpp" "3"
"outputprocessor.h" "3"
-"clangbackend" "2"
-"clangbackend.qbs:3" "3"
-"Group 3" "3"
-"clangbackend.qbs:9" "4"
-"clangasyncjob.h" "4"
-"clangbackend_global.h" "4"
-"clangclock.h" "4"
-"clangcodecompleteresults.cpp" "4"
-"clangcodecompleteresults.h" "4"
-"clangcodemodelserver.cpp" "4"
-"clangcodemodelserver.h" "4"
-"clangcompletecodejob.cpp" "4"
-"clangcompletecodejob.h" "4"
-"clangdocument.cpp" "4"
-"clangdocument.h" "4"
-"clangdocumentjob.h" "4"
-"clangdocumentprocessor.cpp" "4"
-"clangdocumentprocessor.h" "4"
-"clangdocumentprocessors.cpp" "4"
-"clangdocumentprocessors.h" "4"
-"clangdocuments.cpp" "4"
-"clangdocuments.h" "4"
-"clangdocumentsuspenderresumer.cpp" "4"
-"clangdocumentsuspenderresumer.h" "4"
-"clangexceptions.cpp" "4"
-"clangexceptions.h" "4"
-"clangfilepath.cpp" "4"
-"clangfilepath.h" "4"
-"clangfilesystemwatcher.cpp" "4"
-"clangfilesystemwatcher.h" "4"
-"clangfollowsymbol.cpp" "4"
-"clangfollowsymbol.h" "4"
-"clangfollowsymboljob.cpp" "4"
-"clangfollowsymboljob.h" "4"
-"clangiasyncjob.cpp" "4"
-"clangiasyncjob.h" "4"
-"clangjobcontext.cpp" "4"
-"clangjobcontext.h" "4"
-"clangjobqueue.cpp" "4"
-"clangjobqueue.h" "4"
-"clangjobrequest.cpp" "4"
-"clangjobrequest.h" "4"
-"clangjobs.cpp" "4"
-"clangjobs.h" "4"
-"clangparsesupportivetranslationunitjob.cpp" "4"
-"clangparsesupportivetranslationunitjob.h" "4"
-"clangreferencescollector.cpp" "4"
-"clangreferencescollector.h" "4"
-"clangrequestannotationsjob.cpp" "4"
-"clangrequestannotationsjob.h" "4"
-"clangrequestreferencesjob.cpp" "4"
-"clangrequestreferencesjob.h" "4"
-"clangrequesttooltipjob.cpp" "4"
-"clangrequesttooltipjob.h" "4"
-"clangresumedocumentjob.cpp" "4"
-"clangresumedocumentjob.h" "4"
-"clangstring.h" "4"
-"clangsupportivetranslationunitinitializer.cpp" "4"
-"clangsupportivetranslationunitinitializer.h" "4"
-"clangsuspenddocumentjob.cpp" "4"
-"clangsuspenddocumentjob.h" "4"
-"clangtooltipinfocollector.cpp" "4"
-"clangtooltipinfocollector.h" "4"
-"clangtranslationunit.cpp" "4"
-"clangtranslationunit.h" "4"
-"clangtranslationunits.cpp" "4"
-"clangtranslationunits.h" "4"
-"clangtranslationunitupdater.cpp" "4"
-"clangtranslationunitupdater.h" "4"
-"clangtype.cpp" "4"
-"clangtype.h" "4"
-"clangunsavedfilesshallowarguments.cpp" "4"
-"clangunsavedfilesshallowarguments.h" "4"
-"clangupdateannotationsjob.cpp" "4"
-"clangupdateannotationsjob.h" "4"
-"clangupdateextraannotationsjob.cpp" "4"
-"clangupdateextraannotationsjob.h" "4"
-"codecompleter.cpp" "4"
-"codecompleter.h" "4"
-"codecompletionchunkconverter.cpp" "4"
-"codecompletionchunkconverter.h" "4"
-"codecompletionsextractor.cpp" "4"
-"codecompletionsextractor.h" "4"
-"commandlinearguments.cpp" "4"
-"commandlinearguments.h" "4"
-"cursor.cpp" "4"
-"cursor.h" "4"
-"diagnostic.cpp" "4"
-"diagnostic.h" "4"
-"diagnosticset.cpp" "4"
-"diagnosticset.h" "4"
-"diagnosticsetiterator.h" "4"
-"fixit.cpp" "4"
-"fixit.h" "4"
-"fulltokeninfo.cpp" "4"
-"fulltokeninfo.h" "4"
-"skippedsourceranges.cpp" "4"
-"skippedsourceranges.h" "4"
-"sourcelocation.cpp" "4"
-"sourcelocation.h" "4"
-"sourcerange.cpp" "4"
-"sourcerange.h" "4"
-"token.cpp" "4"
-"token.h" "4"
-"tokeninfo.cpp" "4"
-"tokeninfo.h" "4"
-"tokenprocessor.h" "4"
-"tokenprocessoriterator.h" "4"
-"unsavedfile.cpp" "4"
-"unsavedfile.h" "4"
-"unsavedfiles.cpp" "4"
-"unsavedfiles.h" "4"
-"utf8positionfromlinecolumn.cpp" "4"
-"utf8positionfromlinecolumn.h" "4"
-"Group 4" "3"
-"clangbackend.qbs:17" "4"
-"." "4"
-"crashhandlersetup.cpp" "5"
-"crashhandlersetup.h" "5"
+"CPlusPlus Tools" "2"
+"cplusplustools.qbs:4" "3"
+"cplusplus-ast2png" "3"
+"cplusplus-ast2png.qbs:3" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"utils.cpp" "5"
+"utils.h" "5"
+"cplusplus-ast2png.cpp" "4"
+"cplusplus-frontend" "3"
+"cplusplus-frontend.qbs:3" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"utils.cpp" "5"
+"utils.h" "5"
+"cplusplus-frontend.cpp" "4"
+"cplusplus-keywordgen" "3"
+"cplusplus-keywordgen.qbs:3" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"cplusplus-keywordgen.cpp" "4"
+"cplusplus-mkvisitor" "3"
+"cplusplus-mkvisitor.qbs:3" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"utils.cpp" "5"
+"utils.h" "5"
+"cplusplus-mkvisitor.cpp" "4"
+"cplusplus-update-frontend" "3"
+"cplusplus-update-frontend.qbs:3" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"cplusplus-update-frontend.cpp" "4"
+"disclaim" "2"
+"disclaim.qbs:3" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"clangbackendmain.cpp" "3"
+"disclaim.mm" "3"
"iostool" "2"
"iostool.qbs:3" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
+"cfutils.h" "3"
"gdbrunner.cpp" "3"
"gdbrunner.h" "3"
"Info.plist" "3"
@@ -12787,234 +11871,110 @@
"relayserver.cpp" "3"
"relayserver.h" "3"
"qml2puppet" "2"
-"qml2puppet.qbs:4" "3"
-"3d-only puppet2 headers" "3"
-"qml2puppet.qbs:274" "4"
-"editor3d" "4"
-"camerageometry.h" "5"
-"generalhelper.h" "5"
-"geometrybase.h" "5"
-"gridgeometry.h" "5"
-"lightgeometry.h" "5"
-"linegeometry.h" "5"
-"mousearea3d.h" "5"
-"selectionboxgeometry.h" "5"
-"puppet sources" "3"
-"qml2puppet.qbs:55" "4"
-"commands" "4"
-"captureddatacommand.h" "5"
-"changeauxiliarycommand.cpp" "5"
-"changeauxiliarycommand.h" "5"
-"changebindingscommand.cpp" "5"
-"changebindingscommand.h" "5"
-"changefileurlcommand.cpp" "5"
-"changefileurlcommand.h" "5"
-"changeidscommand.cpp" "5"
-"changeidscommand.h" "5"
-"changelanguagecommand.cpp" "5"
-"changelanguagecommand.h" "5"
-"changenodesourcecommand.cpp" "5"
-"changenodesourcecommand.h" "5"
-"changepreviewimagesizecommand.cpp" "5"
-"changepreviewimagesizecommand.h" "5"
-"changeselectioncommand.cpp" "5"
-"changeselectioncommand.h" "5"
-"changestatecommand.cpp" "5"
-"changestatecommand.h" "5"
-"changevaluescommand.cpp" "5"
-"changevaluescommand.h" "5"
-"childrenchangedcommand.cpp" "5"
-"childrenchangedcommand.h" "5"
-"clearscenecommand.cpp" "5"
-"clearscenecommand.h" "5"
-"completecomponentcommand.cpp" "5"
-"completecomponentcommand.h" "5"
-"componentcompletedcommand.cpp" "5"
-"componentcompletedcommand.h" "5"
-"createinstancescommand.cpp" "5"
-"createinstancescommand.h" "5"
-"createscenecommand.cpp" "5"
-"createscenecommand.h" "5"
-"debugoutputcommand.cpp" "5"
-"debugoutputcommand.h" "5"
-"endpuppetcommand.cpp" "5"
-"endpuppetcommand.h" "5"
-"informationchangedcommand.cpp" "5"
-"informationchangedcommand.h" "5"
-"inputeventcommand.cpp" "5"
-"inputeventcommand.h" "5"
-"pixmapchangedcommand.cpp" "5"
-"pixmapchangedcommand.h" "5"
-"puppetalivecommand.cpp" "5"
-"puppetalivecommand.h" "5"
-"puppettocreatorcommand.cpp" "5"
-"puppettocreatorcommand.h" "5"
-"removeinstancescommand.cpp" "5"
-"removeinstancescommand.h" "5"
-"removepropertiescommand.cpp" "5"
-"removepropertiescommand.h" "5"
-"removesharedmemorycommand.cpp" "5"
-"removesharedmemorycommand.h" "5"
-"reparentinstancescommand.cpp" "5"
-"reparentinstancescommand.h" "5"
-"requestmodelnodepreviewimagecommand.cpp" "5"
-"requestmodelnodepreviewimagecommand.h" "5"
-"scenecreatedcommand.h" "5"
-"statepreviewimagechangedcommand.cpp" "5"
-"statepreviewimagechangedcommand.h" "5"
-"synchronizecommand.cpp" "5"
-"synchronizecommand.h" "5"
-"tokencommand.cpp" "5"
-"tokencommand.h" "5"
-"update3dviewstatecommand.cpp" "5"
-"update3dviewstatecommand.h" "5"
-"valueschangedcommand.cpp" "5"
-"valueschangedcommand.h" "5"
-"view3dactioncommand.cpp" "5"
-"view3dactioncommand.h" "5"
-"container" "4"
-"addimportcontainer.cpp" "5"
-"addimportcontainer.h" "5"
-"idcontainer.cpp" "5"
-"idcontainer.h" "5"
-"imagecontainer.cpp" "5"
-"imagecontainer.h" "5"
-"informationcontainer.cpp" "5"
-"informationcontainer.h" "5"
-"instancecontainer.cpp" "5"
-"instancecontainer.h" "5"
-"mockuptypecontainer.cpp" "5"
-"mockuptypecontainer.h" "5"
-"propertyabstractcontainer.cpp" "5"
-"propertyabstractcontainer.h" "5"
-"propertybindingcontainer.cpp" "5"
-"propertybindingcontainer.h" "5"
-"propertyvaluecontainer.cpp" "5"
-"propertyvaluecontainer.h" "5"
-"reparentcontainer.cpp" "5"
-"reparentcontainer.h" "5"
-"sharedmemory.h" "5"
-"instances" "4"
-"nodeinstanceclientproxy.cpp" "5"
-"nodeinstanceclientproxy.h" "5"
-"interfaces" "4"
-"commondefines.h" "5"
-"nodeinstanceclientinterface.h" "5"
-"nodeinstanceserverinterface.cpp" "5"
-"nodeinstanceserverinterface.h" "5"
-"qmlprivategate" "4"
-"qmlprivategate.h" "5"
-"types" "4"
-"enumeration.h" "5"
-"puppet2 3D editor Qt5" "3"
-"qml2puppet.qbs:175" "4"
-"." "4"
-"editor3d_qt5.qrc" "5"
-"/qtquickplugin" "6"
-"mockfiles" "7"
-"images" "8"
-"area.png" "9"
-"area@2x.png" "9"
-"directional.png" "9"
-"directional@2x.png" "9"
-"editor_camera.png" "9"
-"editor_camera@2x.png" "9"
-"point.png" "9"
-"point@2x.png" "9"
-"spot.png" "9"
-"spot@2x.png" "9"
-"meshes" "8"
-"arrow.mesh" "9"
-"axishelper.mesh" "9"
-"ring.mesh" "9"
-"ringselect.mesh" "9"
-"scalerod.mesh" "9"
-"qt5" "8"
-"AdjustableArrow.qml" "9"
-"AreaLightHandle.qml" "9"
-"Arrow.qml" "9"
-"AutoScaleHelper.qml" "9"
-"AxisHelper.qml" "9"
-"AxisHelperArm.qml" "9"
-"CameraFrustum.qml" "9"
-"CameraGizmo.qml" "9"
-"DirectionalDraggable.qml" "9"
-"EditCameraController.qml" "9"
-"EditView3D.qml" "9"
-"FadeHandle.qml" "9"
-"HelperGrid.qml" "9"
-"IconGizmo.qml" "9"
-"IconRenderer3D.qml" "9"
-"LightGizmo.qml" "9"
-"LightIconGizmo.qml" "9"
-"LightModel.qml" "9"
-"Line3D.qml" "9"
-"MaterialNodeView.qml" "9"
-"ModelNode2DImageView.qml" "9"
-"ModelNode3DImageView.qml" "9"
-"ModelNodeView.qml" "9"
-"MoveGizmo.qml" "9"
-"NodeNodeView.qml" "9"
-"Overlay2D.qml" "9"
-"PlanarDraggable.qml" "9"
-"PlanarMoveHandle.qml" "9"
-"PlanarScaleHandle.qml" "9"
-"RotateGizmo.qml" "9"
-"RotateRing.qml" "9"
-"ScaleGizmo.qml" "9"
-"ScaleRod.qml" "9"
-"SceneView3D.qml" "9"
-"SelectionBox.qml" "9"
-"SpotLightHandle.qml" "9"
-"puppet2 3D editor Qt6" "3"
-"qml2puppet.qbs:182" "4"
-"." "4"
-"editor3d_qt6.qrc" "5"
-"puppet2 Qt 5 compatibility headers" "3"
-"qml2puppet.qbs:296" "4"
-"qquick3darealight_p.h" "5"
-"puppet2 Qt 5 compatibility sources" "3"
-"qml2puppet.qbs:290" "4"
-"qquick3darealight.cpp" "5"
-"puppet2 sources" "3"
-"qml2puppet.qbs:189" "4"
-"." "4"
-"Info.plist" "5"
-"qml2puppetmain.cpp" "5"
-".." "4"
-"qmlpuppet.qrc" "5"
-"/qtquickplugin" "6"
-"html" "7"
-"welcome.html" "8"
-"images" "7"
-"non-visual-component.png" "8"
-"non-visual-component@2x.png" "8"
-"template_image.png" "8"
-"webkit.png" "8"
-"mockfiles" "7"
-"Dialog.qml" "8"
-"GenericBackend.qml" "8"
-"SwipeView.qml" "8"
-"ToggleButton.qml" "8"
-"ToolBarButton.qml" "8"
-"Window.qml" "8"
+"qml2puppet.qbs:1" "3"
+"html" "3"
+"welcome.html" "4"
+"images" "3"
+"non-visual-component.png" "4"
+"non-visual-component@2x.png" "4"
+"template_image.png" "4"
+"webkit.png" "4"
+"instances" "3"
+"instances.pri" "4"
+"nodeinstanceclientproxy.cpp" "4"
+"nodeinstanceclientproxy.h" "4"
+"mockfiles" "3"
+"images" "4"
+"directional.png" "5"
+"directional@2x.png" "5"
+"editor_camera.png" "5"
+"editor_camera@2x.png" "5"
+"editor_particlesystem.png" "5"
+"editor_particlesystem@2x.png" "5"
+"floor_tex.png" "5"
+"point.png" "5"
+"point@2x.png" "5"
+"preview_landscape.hdr" "5"
+"preview_studio.hdr" "5"
+"spot.png" "5"
+"spot@2x.png" "5"
+"meshes" "4"
+"arrow.mesh" "5"
+"axishelper.mesh" "5"
+"ring.mesh" "5"
+"ringselect.mesh" "5"
+"scalerod.mesh" "5"
+"qt6" "4"
+"AdjustableArrow.qml" "5"
+"Arrow.qml" "5"
+"AutoScaleHelper.qml" "5"
+"AxisHelper.qml" "5"
+"AxisHelperArm.qml" "5"
+"CameraFrustum.qml" "5"
+"CameraGizmo.qml" "5"
+"DirectionalDraggable.qml" "5"
+"EditCameraController.qml" "5"
+"EditView3D.qml" "5"
+"FadeHandle.qml" "5"
+"GridMaterial.qml" "5"
+"HelperGrid.qml" "5"
+"IconGizmo.qml" "5"
+"LightGizmo.qml" "5"
+"LightIconGizmo.qml" "5"
+"LightModel.qml" "5"
+"Line3D.qml" "5"
+"MaterialNodeView.qml" "5"
+"ModelNode2DImageView.qml" "5"
+"ModelNode3DImageView.qml" "5"
+"ModelNodeView.qml" "5"
+"MoveGizmo.qml" "5"
+"NodeNodeView.qml" "5"
+"Overlay2D.qml" "5"
+"ParticleEmitterGizmo.qml" "5"
+"ParticleSystemGizmo.qml" "5"
+"PlanarDraggable.qml" "5"
+"PlanarMoveHandle.qml" "5"
+"PlanarScaleHandle.qml" "5"
+"RotateGizmo.qml" "5"
+"RotateRing.qml" "5"
+"ScaleGizmo.qml" "5"
+"ScaleRod.qml" "5"
+"SceneView3D.qml" "5"
+"SelectionBox.qml" "5"
+"SpotLightHandle.qml" "5"
+"shaders" "4"
+"gridmaterial.frag" "5"
+"gridmaterial.vert" "5"
+"Dialog.qml" "4"
+"SwipeView.qml" "4"
+"ToggleButton.qml" "4"
+"ToolBarButton.qml" "4"
+"Window.qml" "4"
+"qml2puppet" "3"
"editor3d" "4"
"camerageometry.cpp" "5"
+"camerageometry.h" "5"
+"editor3d.pri" "5"
"generalhelper.cpp" "5"
+"generalhelper.h" "5"
"geometrybase.cpp" "5"
+"geometrybase.h" "5"
"gridgeometry.cpp" "5"
+"gridgeometry.h" "5"
"icongizmoimageprovider.cpp" "5"
"icongizmoimageprovider.h" "5"
"lightgeometry.cpp" "5"
+"lightgeometry.h" "5"
"linegeometry.cpp" "5"
+"linegeometry.h" "5"
"mousearea3d.cpp" "5"
+"mousearea3d.h" "5"
"selectionboxgeometry.cpp" "5"
-"iconrenderer" "4"
-"iconrenderer.cpp" "5"
-"iconrenderer.h" "5"
+"selectionboxgeometry.h" "5"
"import3d" "4"
"import3d.cpp" "5"
"import3d.h" "5"
+"import3d.pri" "5"
"instances" "4"
"anchorchangesnodeinstance.cpp" "5"
"anchorchangesnodeinstance.h" "5"
@@ -13032,6 +11992,7 @@
"dummycontextobject.h" "5"
"dummynodeinstance.cpp" "5"
"dummynodeinstance.h" "5"
+"instances.pri" "5"
"layoutnodeinstance.cpp" "5"
"layoutnodeinstance.h" "5"
"nodeinstanceserver.cpp" "5"
@@ -13052,6 +12013,8 @@
"qmltransitionnodeinstance.h" "5"
"qt3dpresentationnodeinstance.cpp" "5"
"qt3dpresentationnodeinstance.h" "5"
+"qt5bakelightsnodeinstanceserver.cpp" "5"
+"qt5bakelightsnodeinstanceserver.h" "5"
"qt5captureimagenodeinstanceserver.cpp" "5"
"qt5captureimagenodeinstanceserver.h" "5"
"qt5capturepreviewnodeinstanceserver.cpp" "5"
@@ -13068,8 +12031,12 @@
"qt5rendernodeinstanceserver.h" "5"
"qt5testnodeinstanceserver.cpp" "5"
"qt5testnodeinstanceserver.h" "5"
+"quick3dmaterialnodeinstance.cpp" "5"
+"quick3dmaterialnodeinstance.h" "5"
"quick3dnodeinstance.cpp" "5"
"quick3dnodeinstance.h" "5"
+"quick3drenderablenodeinstance.cpp" "5"
+"quick3drenderablenodeinstance.h" "5"
"quick3dtexturenodeinstance.cpp" "5"
"quick3dtexturenodeinstance.h" "5"
"quickitemnodeinstance.cpp" "5"
@@ -13078,53 +12045,52 @@
"servernodeinstance.h" "5"
"viewconfig.cpp" "5"
"viewconfig.h" "5"
-"qmlprivategate (new)" "3"
-"qml2puppet.qbs:305" "4"
-"." "4"
-"qmlprivategate_56.cpp" "5"
-"qmlprivategate (old)" "3"
-"qml2puppet.qbs:314" "4"
-"." "4"
-"designercustomobjectdata.cpp" "5"
-"designercustomobjectdata.h" "5"
-"metaobject.cpp" "5"
-"metaobject.h" "5"
-"qmlprivategate.cpp" "5"
-"SharedMemory (Generic)" "3"
-"qml2puppet.qbs:168" "4"
-"." "4"
-"sharedmemory_qt.cpp" "5"
-"SharedMemory (Unix)" "3"
-"qml2puppet.qbs:161" "4"
-"." "4"
-"sharedmemory_unix.cpp" "5"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
+"runner" "4"
+"loadwatcher.h" "5"
+"qmlconfiguration.h" "5"
+"qmlruntime.cpp" "5"
+"qmlruntime.h" "5"
+"appmetadata.cpp" "4"
+"appmetadata.h" "4"
+"configcrashpad.h" "4"
+"Info.plist" "4"
+"qml2puppetmain.cpp" "4"
+"qmlbase.h" "4"
+"qmlpuppet.cpp" "4"
+"qmlpuppet.h" "4"
+"qmlprivategate" "3"
+"qmlprivategate.cpp" "4"
+"qmlprivategate.h" "4"
+"qmlprivategate.pri" "4"
+"content" "4"
+"resizeItemToWindow.qml" "5"
+"resizeWindowToItem.qml" "5"
+"default.qml" "4"
+"windows_application_icon" "3"
+"qml2puppet.rc" "4"
+"CMakeLists.txt" "3"
+"editor3d_qt6.qrc" "3"
+"qml2puppet.qbs" "3"
+"qmlpuppet.qrc" "3"
"qtc-askpass" "2"
"qtc-askpass.qbs:3" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"qtc-askpass-main.cpp" "3"
"qtcdebugger" "2"
"qtcdebugger.qbs:3" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"registryaccess.cpp" "4"
@@ -13140,25 +12106,36 @@
"crashhandler.h" "4"
"crashhandlerdialog.cpp" "4"
"crashhandlerdialog.h" "4"
-"crashhandlerdialog.ui" "4"
"main.cpp" "4"
"utils.cpp" "4"
"utils.h" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
+"qtcreator_process_stub" "2"
+"process_stub.qbs:3" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"main.cpp" "3"
"qtcreator_processlauncher" "2"
"processlauncher.qbs:4" "3"
"protocol sources" "3"
-"processlauncher.qbs:26" "4"
+"processlauncher.qbs:27" "4"
"." "4"
"launcherpackets.cpp" "5"
"launcherpackets.h" "5"
+"processenums.h" "5"
"processreaper.cpp" "5"
"processreaper.h" "5"
"processutils.cpp" "5"
@@ -13167,12 +12144,14 @@
"qtcassert.h" "5"
"singleton.cpp" "5"
"singleton.h" "5"
+"threadutils.cpp" "5"
+"threadutils.h" "5"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"launcherlogging.cpp" "3"
@@ -13183,56 +12162,35 @@
"qtpromaker" "2"
"qtpromaker.qbs:3" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"main.cpp" "3"
"sdktool" "2"
-"sdktool.qbs:3" "3"
+"sdktool.qbs:1" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
-"Utils" "3"
-"sdktool.qbs:67" "4"
+"main.cpp" "3"
+"sdktoolLib" "2"
+"sdktoollib.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
"." "4"
-"commandline.cpp" "5"
-"commandline.h" "5"
-"environment.cpp" "5"
-"environment.h" "5"
-"filepath.cpp" "5"
-"filepath.h" "5"
-"fileutils.cpp" "5"
-"fileutils.h" "5"
-"hostosinfo.cpp" "5"
-"hostosinfo.h" "5"
-"macroexpander.cpp" "5"
-"macroexpander.h" "5"
-"namevaluedictionary.cpp" "5"
-"namevaluedictionary.h" "5"
-"namevalueitem.cpp" "5"
-"namevalueitem.h" "5"
-"persistentsettings.cpp" "5"
-"persistentsettings.h" "5"
-"porting.h" "5"
-"qtcassert.cpp" "5"
-"qtcassert.h" "5"
-"savefile.cpp" "5"
-"savefile.h" "5"
-"stringutils.cpp" "5"
-"Utils/macOS" "3"
-"sdktool.qbs:86" "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
-"fileutils_mac.h" "5"
-"fileutils_mac.mm" "5"
+"qtcreator_pch.h" "5"
"addabiflavor.cpp" "3"
"addabiflavor.h" "3"
"addcmakeoperation.cpp" "3"
@@ -13257,7 +12215,6 @@
"findvalueoperation.h" "3"
"getoperation.cpp" "3"
"getoperation.h" "3"
-"main.cpp" "3"
"operation.cpp" "3"
"operation.h" "3"
"rmcmakeoperation.cpp" "3"
@@ -13274,87 +12231,703 @@
"rmqtoperation.h" "3"
"rmtoolchainoperation.cpp" "3"
"rmtoolchainoperation.h" "3"
+"sdkpersistentsettings.cpp" "3"
+"sdkpersistentsettings.h" "3"
"settings.cpp" "3"
"settings.h" "3"
"valgrind-fake" "2"
"valgrindfake.qbs:4" "3"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"main.cpp" "3"
"outputgenerator.cpp" "3"
"outputgenerator.h" "3"
-"winrtdebughelper" "2"
-"winrtdebughelper.qbs:3" "3"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"winrtdebughelper.cpp" "3"
"Tests" "0"
"tests.qbs:3" "1"
-"C++ unit tests" "1"
+"autotest-runner" "1"
+"tests.qbs:12" "2"
+"qml-ast2dot" "1"
+"qml-ast2dot.qbs:3" "2"
+"main.cpp" "2"
+"QmlDesigner unit tests" "1"
"unit.qbs:1" "2"
-"echoserver" "2"
-"echoserver.qbs:3" "3"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"echoclangcodemodelserver.cpp" "3"
-"echoclangcodemodelserver.h" "3"
-"echoserverprocessmain.cpp" "3"
-"Unit test & helper products" "2"
-"unittest.qbs:4" "3"
-"qtc_gtest_gmock" "3"
-"unittest.qbs:7" "4"
-"Unit test" "3"
-"unittest.qbs:50" "4"
+"tests" "2"
+"matchers" "3"
+"CMakeLists.txt" "4"
+"import-matcher.h" "4"
+"info_exportedtypenames-matcher.h" "4"
+"qvariant-matcher.h" "4"
+"strippedstring-matcher.h" "4"
+"unittest-matchers.h" "4"
+"version-matcher.h" "4"
+"mocks" "3"
+"abstractviewmock.h" "4"
+"CMakeLists.txt" "4"
+"externaldependenciesmock.h" "4"
+"filesystemmock.h" "4"
+"imagecachecollectormock.h" "4"
+"mockimagecachegenerator.h" "4"
+"mockimagecachestorage.h" "4"
+"mockmutex.h" "4"
+"mockqfilesystemwatcher.h" "4"
+"mocksqlitestatement.h" "4"
+"mocksqlitetransactionbackend.h" "4"
+"mocksyntaxhighligher.h" "4"
+"mocktimer.cpp" "4"
+"mocktimer.h" "4"
+"mocktimestampprovider.h" "4"
+"modelresourcemanagementmock.h" "4"
+"projectstoragemock.cpp" "4"
+"projectstoragemock.h" "4"
+"projectstoragepathwatchermock.h" "4"
+"projectstoragepathwatchernotifiermock.h" "4"
+"propertycomponentgeneratormock.h" "4"
+"qmldocumentparsermock.h" "4"
+"qmltypesparsermock.h" "4"
+"sourcepathcachemock.cpp" "4"
+"sourcepathcachemock.h" "4"
+"sqlitedatabasemock.h" "4"
+"sqlitereadstatementmock.cpp" "4"
+"sqlitereadstatementmock.h" "4"
+"sqlitereadwritestatementmock.cpp" "4"
+"sqlitereadwritestatementmock.h" "4"
+"sqlitestatementmock.h" "4"
+"sqlitetransactionbackendmock.h" "4"
+"sqlitewritestatementmock.cpp" "4"
+"sqlitewritestatementmock.h" "4"
+"printers" "3"
+"CMakeLists.txt" "4"
+"gtest-creator-printing.cpp" "4"
+"gtest-creator-printing.h" "4"
+"gtest-qt-printing.cpp" "4"
+"gtest-qt-printing.h" "4"
+"gtest-std-printing.h" "4"
+"stubs" "3"
+"clangcodemodel" "4"
+"clangcompletionassistinterface.h" "5"
+"coreplugin" "4"
+"helpitem.h" "5"
+"icontext.h" "5"
+"icore.h" "5"
+"vcsmanager.h" "5"
+"documentmessage.h" "5"
+"itemlibraryitem.h" "5"
+"nodeinstanceview.h" "5"
+"qmlmodelnodefacade.h" "5"
+"qmlobjectnode.h" "5"
+"qmlstate.h" "5"
+"qmltimeline.h" "5"
+"rewriterview.h" "5"
+"texteditor" "4"
+"codeassist" "5"
+"assistinterface.h" "6"
+"assistenums.h" "5"
+"quickfix.h" "5"
+"refactoringchanges.h" "5"
+"semantichighlighter.h" "5"
+"syntaxhighlighter.h" "5"
+"testdesignercore" "3"
+"CMakeLists.txt" "4"
+"unittests" "3"
+"componentcore" "4"
+"CMakeLists.txt" "5"
+"propertycomponentgenerator-test.cpp" "5"
+"propertyeditorcomponentgenerator-test.cpp" "5"
+"imagecache" "4"
+"asynchronousexplicitimagecache-test.cpp" "5"
+"asynchronousimagecache-test.cpp" "5"
+"asynchronousimagefactory-test.cpp" "5"
+"CMakeLists.txt" "5"
+"imagecachedispatchcollector-test.cpp" "5"
+"imagecachegenerator-test.cpp" "5"
+"imagecachestorage-test.cpp" "5"
+"synchronousimagecache-test.cpp" "5"
+"taskqueue-test.cpp" "5"
+"listmodeleditor" "4"
+"CMakeLists.txt" "5"
+"listmodeleditor-test.cpp" "5"
+"metainfo" "4"
+"CMakeLists.txt" "5"
+"nodemetainfo-test.cpp" "5"
+"propertymetainfo-test.cpp" "5"
+"model" "4"
+"CMakeLists.txt" "5"
+"import-test.cpp" "5"
+"modelnode-test.cpp" "5"
+"modelresourcemanagement-test.cpp" "5"
+"modelutils-test.cpp" "5"
+"nodelistproperty-test.cpp" "5"
+"projectstorage" "4"
+"data" "5"
+"qmldir" "7"
+"qml" "6"
+"QmlTime" "7"
+"qmldir" "8"
+"Qt" "7"
+"labs" "8"
+"animation" "9"
+"qmldir" "10"
+"folderlistmodel" "9"
+"qmldir" "10"
+"lottieqt" "9"
+"qmldir" "10"
+"platform" "9"
+"qmldir" "10"
+"qmlmodels" "9"
+"qmldir" "10"
+"settings" "9"
+"qmldir" "10"
+"sharedimage" "9"
+"qmldir" "10"
+"wavefrontmesh" "9"
+"qmldir" "10"
+"qmldir" "9"
+"Qt3D" "7"
+"Animation" "8"
+"qmldir" "9"
+"Extras" "8"
+"qmldir" "9"
+"Input" "8"
+"qmldir" "9"
+"Logic" "8"
+"qmldir" "9"
+"Render" "8"
+"qmldir" "9"
+"private" "8"
+"qmldir" "9"
+"qmldir" "8"
+"QtApplicationManager" "7"
+"Application" "8"
+"qmldir" "9"
+"SystemUI" "8"
+"qmldir" "9"
+"qmldir" "8"
+"QtCharts" "7"
+"qmldir" "8"
+"QtCore" "7"
+"qmldir" "8"
+"QtDataVisualization" "7"
+"qmldir" "8"
+"QtInsightTracker" "7"
+"qmldir" "8"
+"QtInterfaceFramework" "7"
+"Media" "8"
+"qmldir" "9"
+"VehicleFunctions" "8"
+"qmldir" "9"
+"qmldir" "8"
+"QtLocation" "7"
+"qmldir" "8"
+"QtMultimedia" "7"
+"qmldir" "8"
+"QtOpcUa" "7"
+"qmldir" "8"
+"QtPositioning" "7"
+"qmldir" "8"
+"QtQml" "7"
+"Base" "8"
+"qmldir" "9"
+"Models" "8"
+"qmldir" "9"
+"StateMachine" "8"
+"qmldir" "9"
+"WorkerScript" "8"
+"qmldir" "9"
+"XmlListModel" "8"
+"qmldir" "9"
+"qmldir" "8"
+"QtQuick" "7"
+"Controls" "8"
+"Basic" "9"
+"impl" "10"
+"qmldir" "11"
+"qmldir" "10"
+"Fusion" "9"
+"impl" "10"
+"qmldir" "11"
+"qmldir" "10"
+"Imagine" "9"
+"impl" "10"
+"qmldir" "11"
+"qmldir" "10"
+"impl" "9"
+"qmldir" "10"
+"Material" "9"
+"impl" "10"
+"qmldir" "11"
+"qmldir" "10"
+"Universal" "9"
+"impl" "10"
+"qmldir" "11"
+"qmldir" "10"
+"qmldir" "9"
+"Dialogs" "8"
+"quickimpl" "9"
+"qmldir" "10"
+"qmldir" "9"
+"Effects" "8"
+"qmldir" "9"
+"Layouts" "8"
+"qmldir" "9"
+"LocalStorage" "8"
+"qmldir" "9"
+"NativeStyle" "8"
+"qmldir" "9"
+"Particles" "8"
+"qmldir" "9"
+"Pdf" "8"
+"qmldir" "9"
+"Scene2D" "8"
+"qmldir" "9"
+"Scene3D" "8"
+"qmldir" "9"
+"Shapes" "8"
+"qmldir" "9"
+"Templates" "8"
+"qmldir" "9"
+"Timeline" "8"
+"qmldir" "9"
+"tooling" "8"
+"qmldir" "9"
+"VirtualKeyboard" "8"
+"Components" "9"
+"qmldir" "10"
+"Layouts" "9"
+"qmldir" "10"
+"Plugins" "9"
+"Hangul" "10"
+"qmldir" "11"
+"OpenWNN" "10"
+"qmldir" "11"
+"Pinyin" "10"
+"qmldir" "11"
+"TCIme" "10"
+"qmldir" "11"
+"Thai" "10"
+"qmldir" "11"
+"qmldir" "10"
+"Settings" "9"
+"qmldir" "10"
+"Styles" "9"
+"Builtin" "10"
+"qmldir" "11"
+"qmldir" "10"
+"qmldir" "9"
+"Window" "8"
+"qmldir" "9"
+"qmldir" "8"
+"QtQuick3D" "7"
+"AssetUtils" "8"
+"qmldir" "9"
+"Effects" "8"
+"qmldir" "9"
+"Helpers" "8"
+"impl" "9"
+"qmldir" "10"
+"qmldir" "9"
+"MaterialEditor" "8"
+"qmldir" "9"
+"ParticleEffects" "8"
+"qmldir" "9"
+"Particles3D" "8"
+"qmldir" "9"
+"Physics" "8"
+"Helpers" "9"
+"qmldir" "10"
+"qmldir" "9"
+"SpatialAudio" "8"
+"qmldir" "9"
+"qmldir" "8"
+"QtRemoteObjects" "7"
+"qmldir" "8"
+"QtScxml" "7"
+"qmldir" "8"
+"QtSensors" "7"
+"qmldir" "8"
+"QtTest" "7"
+"qmldir" "8"
+"QtTextToSpeech" "7"
+"qmldir" "8"
+"QtVncServer" "7"
+"qmldir" "8"
+"QtWayland" "7"
+"qmldir" "9"
+"Compositor" "8"
+"IviApplication" "9"
+"qmldir" "10"
+"PresentationTime" "9"
+"qmldir" "10"
+"QtShell" "9"
+"qmldir" "10"
+"TextureSharingExtension" "9"
+"qmldir" "10"
+"WlShell" "9"
+"qmldir" "10"
+"XdgShell" "9"
+"qmldir" "10"
+"qmldir" "9"
+"QtWebChannel" "7"
+"qmldir" "8"
+"QtWebEngine" "7"
+"ControlsDelegates" "8"
+"qmldir" "9"
+"qmldir" "8"
+"QtWebSockets" "7"
+"qmldir" "8"
+"QtWebView" "7"
+"qmldir" "8"
+"CMakeLists.txt" "5"
+"directorypathcompressor-test.cpp" "5"
+"filestatuscache-test.cpp" "5"
+"modulescanner-test.cpp" "5"
+"projectstoragepathwatcher-test.cpp" "5"
+"projectstorageupdater-test.cpp" "5"
+"qmldocumentparser-test.cpp" "5"
+"qmltypesparser-test.cpp" "5"
+"sourcepathcache-test.cpp" "5"
+"sourcepathview-test.cpp" "5"
+"storagecache-test.cpp" "5"
+"qmlprojectmanager" "4"
+"data" "5"
+"converter" "6"
+"test-set-1" "7"
+"testfile.jsontoqml" "8"
+"testfile.qmlproject" "8"
+"testfile.qmltojson" "8"
+"test-set-2" "7"
+"testfile.jsontoqml" "8"
+"testfile.qmlproject" "8"
+"testfile.qmltojson" "8"
+"test-set-3" "7"
+"testfile.jsontoqml" "8"
+"testfile.qmlproject" "8"
+"testfile.qmltojson" "8"
+"file-filters" "6"
+"asset_imports" "7"
+"ComponentBundles" "8"
+"MaterialBundle" "9"
+"designer" "10"
+"images" "11"
+"material.png" "12"
+"material@2x.png" "12"
+"material16.png" "12"
+"acrylicpaint.metainfo" "11"
+"aluminium.metainfo" "11"
+"asphalt.metainfo" "11"
+"brick.metainfo" "11"
+"carbonfiber.metainfo" "11"
+"carpaint.metainfo" "11"
+"carpaintglitter.metainfo" "11"
+"ceramic.metainfo" "11"
+"chrome.metainfo" "11"
+"concrete.metainfo" "11"
+"copper.metainfo" "11"
+"fabric.metainfo" "11"
+"fabricrough.metainfo" "11"
+"fabricsatin.metainfo" "11"
+"glass.metainfo" "11"
+"glasstinted.metainfo" "11"
+"gold.metainfo" "11"
+"leather.metainfo" "11"
+"mirror.metainfo" "11"
+"paper.metainfo" "11"
+"plasticmatte.metainfo" "11"
+"plasticshiny.metainfo" "11"
+"plastictextured.metainfo" "11"
+"rubber.metainfo" "11"
+"silver.metainfo" "11"
+"steel.metainfo" "11"
+"steelbrushed.metainfo" "11"
+"steelfloor.metainfo" "11"
+"stone.metainfo" "11"
+"wax.metainfo" "11"
+"wood.metainfo" "11"
+"woodparquet.metainfo" "11"
+"woodplanks.metainfo" "11"
+"images" "10"
+"Asphalt010_2K_NormalGL.png" "11"
+"Asphalt010_2K_Opacity.png" "11"
+"Asphalt010_2K_Roughness.png" "11"
+"blurrynoise.tga" "11"
+"Bricks026_2K_AmbientOcclusion.png" "11"
+"Bricks026_2K_Color.png" "11"
+"Bricks026_2K_NormalGL.png" "11"
+"Bricks026_2K_Roughness.png" "11"
+"Concrete032_2K_NormalGL.png" "11"
+"Concrete032_2K_Roughness.png" "11"
+"DiamondPlate001_2K_NormalGL.png" "11"
+"DiamondPlate001_2K_Roughness.png" "11"
+"Fabric004_2K_NormalGL.png" "11"
+"Fabric030_2K_Displacement.png" "11"
+"Fabric030_2K_NormalGL.png" "11"
+"Fabric030_2K_Roughness.png" "11"
+"Fabric031_2K_Displacement.png" "11"
+"Fabric031_2K_NormalGL.png" "11"
+"Fabric031_2K_Roughness.png" "11"
+"LDR_RGB1_3.png" "11"
+"Leather037_2K_Color.png" "11"
+"Leather037_2K_NormalGL.png" "11"
+"Leather037_2K_Roughness.png" "11"
+"Metal009_2K_NormalGL.png" "11"
+"Metal009_2K_Roughness.png" "11"
+"Metal029_2K_Displacement.jpg" "11"
+"Metal029_2K_Displacement.png" "11"
+"noisenormal.png" "11"
+"Paint006_2K_AmbientOcclusion.png" "11"
+"Paint006_2K_NormalGL.png" "11"
+"Paint006_2K_Roughness.png" "11"
+"Rock023_2K_AmbientOcclusion.png" "11"
+"Rock023_2K_Color.png" "11"
+"Rock023_2K_NormalGL.png" "11"
+"Rock023_2K_Roughness.png" "11"
+"Wood048_2K_Color.png" "11"
+"Wood048_2K_NormalGL.png" "11"
+"Wood048_2K_Roughness.png" "11"
+"WoodFloor044_2K_Color.png" "11"
+"WoodFloor044_2K_NormalGL.png" "11"
+"WoodFloor044_2K_Roughness.png" "11"
+"WoodFloor054_2K_AmbientOcclusion.png" "11"
+"WoodFloor054_2K_Color.png" "11"
+"WoodFloor054_2K_NormalGL.png" "11"
+"WoodFloor054_2K_Roughness.png" "11"
+"shaders" "10"
+"carmat_simple.frag" "11"
+"carmat_simple.vert" "11"
+"CMakeLists.txt" "11"
+"glass.frag" "11"
+"glass.vert" "11"
+"satin.frag" "11"
+"satin.vert" "11"
+"SSS.frag" "11"
+"SSS.vert" "11"
+"_asset_ref.json" "10"
+"AcrylicPaintMaterial.qml" "10"
+"AluminiumMaterial.qml" "10"
+"AsphaltMaterial.qml" "10"
+"BrickMaterial.qml" "10"
+"CarbonFiberMaterial.qml" "10"
+"CarPaintGlitterMaterial.qml" "10"
+"CarPaintMaterial.qml" "10"
+"CeramicMaterial.qml" "10"
+"ChromeMaterial.qml" "10"
+"CMakeLists.txt" "10"
+"ConcreteMaterial.qml" "10"
+"CopperMaterial.qml" "10"
+"FabricMaterial.qml" "10"
+"FabricRoughMaterial.qml" "10"
+"FabricSatinMaterial.qml" "10"
+"GlassMaterial.qml" "10"
+"GlassTintedMaterial.qml" "10"
+"GoldMaterial.qml" "10"
+"LeatherMaterial.qml" "10"
+"MirrorMaterial.qml" "10"
+"PaperMaterial.qml" "10"
+"PlasticMatteMaterial.qml" "10"
+"PlasticShinyMaterial.qml" "10"
+"PlasticTexturedMaterial.qml" "10"
+"qmldir" "10"
+"RubberMaterial.qml" "10"
+"SilverMaterial.qml" "10"
+"SteelBrushedMaterial.qml" "10"
+"SteelFloorMaterial.qml" "10"
+"SteelMaterial.qml" "10"
+"StoneMaterial.qml" "10"
+"WaxMaterial.qml" "10"
+"WoodMaterial.qml" "10"
+"WoodParquetMaterial.qml" "10"
+"WoodPlanksMaterial.qml" "10"
+"CMakeLists.txt" "9"
+"CMakeLists.txt" "8"
+"content" "7"
+"fonts" "8"
+"fonts.txt" "9"
+"OpenSans-Bold.ttf" "9"
+"OpenSans-Regular.ttf" "9"
+"images" "8"
+"HDR" "9"
+"dark_mode.png" "10"
+"day_mode.png" "10"
+"UI" "9"
+"innerMesh.png" "10"
+"lightToggle.png" "10"
+"outerMesh.png" "10"
+"perfhudicon.png" "10"
+"checkmark.png" "9"
+"Ground_ShadowMap.png" "9"
+"groundAlpha.png" "9"
+"LDR_RGB1_3.png" "9"
+"qtlogo.png" "9"
+"scratchmap.png" "9"
+"shadow.png" "9"
+"vlkhcah_2K_Albedo.jpg" "9"
+"vlkhcah_2K_AO.jpg" "9"
+"vlkhcah_2K_Normal.jpg" "9"
+"vlkhcah_2K_Roughness.jpg" "9"
+"White.png" "9"
+"meshes" "8"
+"floor.mesh" "9"
+"materialBall.mesh" "9"
+"App.qml" "8"
+"CMakeLists.txt" "8"
+"CustomRoundButton.qml" "8"
+"MaterialNames.qml" "8"
+"MouseRotator.qml" "8"
+"Screen01.ui.qml" "8"
+"imports" "7"
+"MaterialLibrary" "8"
+"designer" "9"
+"plugin.metainfo" "10"
+"CMakeLists.txt" "9"
+"Constants.qml" "9"
+"DirectoryFontLoader.qml" "9"
+"EventListModel.qml" "9"
+"EventListSimulator.qml" "9"
+"qmldir" "9"
+"CMakeLists.txt" "8"
+"src" "7"
+"app_environment.h" "8"
+"import_qml_plugins.h" "8"
+"main.cpp" "8"
+"filelist.txt" "7"
+"main.qml" "7"
+"MaterialBundle.qmlproject" "7"
+"MaterialBundle.qmlproject.qtds" "7"
+"MaterialLibrary.qrc" "7"
+"qmlcomponents" "7"
+"qmlmodules" "7"
+"qtquickcontrols2.conf" "7"
+"share.qrc" "7"
+"translations.db" "7"
+"getter-setter" "6"
+"empty.qmlproject" "7"
+"with_qds_prefix.qmlproject" "7"
+"without_qds_prefix.qmlproject" "7"
+"README.md" "6"
+"CMakeLists.txt" "5"
+"converters-test.cpp" "5"
+"projectitem-test.cpp" "5"
+"sqlite" "4"
+"data" "5"
+"sqlite_database.db" "6"
+"CMakeLists.txt" "5"
+"createtablesqlstatementbuilder-test.cpp" "5"
+"lastchangedrowid-test.cpp" "5"
+"sqlitealgorithms-test.cpp" "5"
+"sqlitecolumn-test.cpp" "5"
+"sqlitedatabasebackend-test.cpp" "5"
+"sqlitefunctionregistry-test.cpp" "5"
+"sqliteindex-test.cpp" "5"
+"sqlitesessions-test.cpp" "5"
+"sqlitestatement-test.cpp" "5"
+"sqlitetable-test.cpp" "5"
+"sqliteteststatement.h" "5"
+"sqlitetransaction-test.cpp" "5"
+"sqlitevalue-test.cpp" "5"
+"sqlstatementbuilder-test.cpp" "5"
+"utils" "4"
+"data" "5"
+"sqlite_database.db" "6"
+"CMakeLists.txt" "5"
+"matchingtext-test.cpp" "5"
+"sizedarray-test.cpp" "5"
+"smallstring-benchmark.cpp" "5"
+"smallstring-test.cpp" "5"
+"CMakeLists.txt" "4"
+"unittests-main.cpp" "4"
+"utils" "3"
+"CMakeLists.txt" "4"
+"conditionally-disabled-tests.h" "4"
+"eventspy.cpp" "4"
+"eventspy.h" "4"
+"fakeprocess.cpp" "4"
+"fakeprocess.h" "4"
+"googletest.h" "4"
+"notification.h" "4"
+"processevents-utilities.cpp" "4"
+"processevents-utilities.h" "4"
+"spydummy.cpp" "4"
+"spydummy.h" "4"
+"unittest-utility-functions.h" "4"
+"CMakeLists.txt" "3"
+"tools" "2"
+"qmlprojectmanager" "3"
+"CMakeLists.txt" "4"
+"main.cpp" "4"
+"CMakeLists.txt" "3"
+"CMakeLists.txt" "2"
+"README.md" "2"
+"unit.qbs" "2"
"QtcAutotests" "1"
"auto.qbs:3" "2"
"Aggregation autotest" "2"
"aggregation.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"tst_aggregate.cpp" "3"
"Algorithm autotest" "2"
"algorithm.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"tst_algorithm.cpp" "3"
-"ChangeSet autotest" "2"
-"changeset.qbs:3" "3"
+"Android AVD Manager autotest" "2"
+"android.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
+"Resource files" "3"
+"android.qbs:25" "4"
+"Test.avd" "4"
+"config.ini" "5"
+"TestTablet.avd" "4"
+"config.ini" "5"
+"Sources from Android plugin" "3"
+"android.qbs:10" "4"
+"androiddeviceinfo.cpp" "4"
+"androiddeviceinfo.h" "4"
+"avdmanageroutputparser.cpp" "4"
+"avdmanageroutputparser.h" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"Test sources" "3"
+"android.qbs:18" "4"
+"tst_avdmanageroutputparser.cpp" "4"
+"ChangeSet autotest" "2"
+"changeset.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"tst_changeset.cpp" "3"
@@ -13365,36 +12938,42 @@
"Data Files" "4"
"c99.qbs:11" "5"
"designatedInitializer.1.c" "5"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Source Files" "4"
"c99.qbs:6" "5"
"tst_c99.cpp" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"CPlusPlus AST autotest" "3"
"ast.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_ast.cpp" "4"
"CPlusPlus check symbols autotest" "3"
"checksymbols.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
".." "4"
@@ -13402,34 +12981,40 @@
"tst_checksymbols.cpp" "4"
"CPlusPlus code formatter autotest" "3"
"codeformatter.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_codeformatter.cpp" "4"
"CPlusPlus fileiterationorder autotest" "3"
"fileiterationorder.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_fileiterationorder.cpp" "4"
"CPlusPlus find usages autotest" "3"
"findusages.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
".." "4"
@@ -13437,12 +13022,14 @@
"tst_findusages.cpp" "4"
"CPlusPlus lexer autotest" "3"
"lexer.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
".." "4"
@@ -13450,23 +13037,27 @@
"tst_lexer.cpp" "4"
"CPlusPlus lookup autotest" "3"
"lookup.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_lookup.cpp" "4"
"CPlusPlus miscellaneous autotest" "3"
"misc.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_misc.cpp" "4"
@@ -13488,9 +13079,11 @@
"identifier-expansion.4.out.cpp" "5"
"identifier-expansion.5.cpp" "5"
"identifier-expansion.5.out.cpp" "5"
-"macro_expand_1.cpp" "5"
-"macro_expand_1.out.cpp" "5"
+"macro_expand.c" "5"
+"macro_expand.out.c" "5"
"macro_pounder_fn.c" "5"
+"macro-test.cpp" "5"
+"macro-test.out.cpp" "5"
"noPP.1.cpp" "5"
"noPP.2.cpp" "5"
"poundpound.1.cpp" "5"
@@ -13499,25 +13092,29 @@
"recursive.1.out.cpp" "5"
"reserved.1.cpp" "5"
"reserved.1.out.cpp" "5"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Source Files" "4"
"preprocessor.qbs:6" "5"
"tst_preprocessor.cpp" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"CPlusPlus pretty printer autotest" "3"
"typeprettyprinter.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_typeprettyprinter.cpp" "4"
@@ -13526,36 +13123,42 @@
"Data Files" "4"
"cppselectionchanger.qbs:12" "5"
"testCppFile.cpp" "5"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Source Files" "4"
"cppselectionchanger.qbs:7" "5"
"tst_cppselectionchangertest.cpp" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"CPlusPlus semantic autotest" "3"
"semantic.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_semantic.cpp" "4"
"CPlusPlus translation unit autotest" "3"
"translationunit.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
".." "4"
@@ -13571,25 +13174,43 @@
"noExcept.1.errors.txt" "5"
"staticAssert.1.cpp" "5"
"staticAssert.1.errors.txt" "5"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Source Files" "4"
"cxx11.qbs:6" "5"
"tst_cxx11.cpp" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
+"declaration comments autotest" "3"
+"declarationcomments.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_declarationcomments.cpp" "4"
"Debugger autotests" "2"
"debugger.qbs:3" "3"
"Debugger dumpers autotest" "3"
"dumpers.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Sources from Debugger plugin" "4"
"dumpers.qbs:8" "5"
"debuggerprotocol.cpp" "5"
"debuggerprotocol.h" "5"
+"debuggertr.h" "5"
"simplifytype.cpp" "5"
"simplifytype.h" "5"
"watchdata.cpp" "5"
@@ -13597,27 +13218,30 @@
"watchutils.cpp" "5"
"watchutils.h" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
-"dumpers.qbs:19" "5"
+"dumpers.qbs:20" "5"
"tst_dumpers.cpp" "5"
"debugger protocol autotest" "3"
"protocol.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Sources from Debugger plugin" "4"
"protocol.qbs:7" "5"
"debuggerprotocol.cpp" "5"
+"debuggertr.h" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -13625,15 +13249,17 @@
"tst_protocol.cpp" "5"
"disassembler autotest" "3"
"disassembler.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Sources from Debugger plugin" "4"
"disassembler.qbs:5" "5"
"disassemblerlines.cpp" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -13641,15 +13267,18 @@
"tst_disassembler.cpp" "5"
"gdb autotest" "3"
"gdb.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Sources from Debugger plugin" "4"
"gdb.qbs:7" "5"
"debuggerprotocol.cpp" "5"
+"debuggertr.h" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -13657,12 +13286,14 @@
"tst_gdb.cpp" "5"
"offsets autotest" "3"
"offsets.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -13670,15 +13301,17 @@
"tst_offsets.cpp" "5"
"simplifytypes autotest" "3"
"simplifytypes.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"Sources from Debugger plugin" "4"
"simplifytypes.qbs:6" "5"
"simplifytype.cpp" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -13688,32 +13321,51 @@
"diff.qbs:3" "3"
"Differ autotest" "3"
"differ.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_differ.cpp" "4"
"Environment autotest" "2"
"environment.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"tst_environment.cpp" "3"
+"Examples autotest" "2"
+"examples.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"tst_examples.cpp" "3"
"ExtensionSystem autotests" "2"
"extensionsystem.qbs:3" "3"
"ExtensionSystem pluginspec autotests" "3"
"pluginspec.qbs:3" "4"
"ExtensionSystem pluginspec autotest" "4"
"test.qbs:3" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
"Sources" "5"
"test.qbs:7" "6"
"tst_pluginspec.cpp" "6"
@@ -13722,11 +13374,11 @@
"testdir" "6"
"spec.json" "7"
"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
+"QtcProduct.qbs:83" "6"
"." "6"
"qtcreator_gui_pch.h" "7"
"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
+"QtcProduct.qbs:75" "6"
"." "6"
"qtcreator_pch.h" "7"
"test dependencies" "5"
@@ -13740,11 +13392,13 @@
"test specs" "5"
"test.qbs:17" "6"
"testspecs" "6"
-"simplespec_experimental.json" "7"
+"simplespec.json" "7"
"spec_wrong2.json" "7"
"spec_wrong3.json" "7"
"spec_wrong4.json" "7"
"spec_wrong5.json" "7"
+"spec1.json" "7"
+"spec2.json" "7"
"pluginspec_test" "4"
"testplugin.qbs:4" "5"
"testplugin.cpp" "5"
@@ -13781,40 +13435,42 @@
"plugin3.h" "6"
"PluginManager autotest" "4"
"test.qbs:3" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
+"QtcProduct.qbs:83" "6"
"." "6"
"qtcreator_gui_pch.h" "7"
"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
+"QtcProduct.qbs:75" "6"
"." "6"
"qtcreator_pch.h" "7"
"tst_pluginmanager.cpp" "5"
"ExternalTool autotest" "2"
"externaltool.qbs:3" "3"
-"Duplicated sources from Core plugin" "3"
-"externaltool.qbs:8" "4"
-"externaltool.cpp" "4"
-"externaltool.h" "4"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Test sources" "3"
-"externaltool.qbs:17" "4"
+"externaltool.qbs:8" "4"
"tst_externaltooltest.cpp" "4"
"File search autotest" "2"
"filesearch.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"testfile.txt" "3"
@@ -13824,12 +13480,14 @@
"testfile.txt" "5"
"json autotest" "2"
"json.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"test data" "3"
@@ -13842,17 +13500,21 @@
"tst_json.cpp" "3"
"Language Server Protocol autotest" "2"
"languageserverprotocol.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"tst_languageserverprotocol.cpp" "3"
"ProFileWriter autotest" "2"
"profilewriter.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"Sources from ProParser" "3"
"profilewriter.qbs:7" "4"
"ioutils.cpp" "4"
@@ -13873,13 +13535,13 @@
"qmakeparser.h" "4"
"qmakevfs.cpp" "4"
"qmakevfs.h" "4"
-"registry_p.h" "4"
+"registry.cpp" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Test sources" "3"
@@ -13891,34 +13553,40 @@
"codemodel.qbs:3" "4"
"QML code model check autotest" "4"
"check.qbs:3" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
+"QtcProduct.qbs:83" "6"
"." "6"
"qtcreator_gui_pch.h" "7"
"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
+"QtcProduct.qbs:75" "6"
"." "6"
"qtcreator_pch.h" "7"
"tst_check.cpp" "5"
"QML code model dependencies autotest" "4"
"dependencies.qbs:3" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
+"QtcProduct.qbs:83" "6"
"." "6"
"qtcreator_gui_pch.h" "7"
"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
+"QtcProduct.qbs:75" "6"
"." "6"
"qtcreator_pch.h" "7"
"tst_dependencies.cpp" "5"
"QML code model imports check autotest" "4"
"importscheck.qbs:3" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
+"QtcProduct.qbs:83" "6"
"." "6"
"qtcreator_gui_pch.h" "7"
"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
+"QtcProduct.qbs:75" "6"
"." "6"
"qtcreator_pch.h" "7"
"tst_importscheck.cpp" "5"
@@ -13926,124 +13594,127 @@
"qmleditor.qbs:3" "4"
"QML code formatter autotest" "4"
"qmlcodeformatter.qbs:3" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
+"QtcProduct.qbs:83" "6"
"." "6"
"qtcreator_gui_pch.h" "7"
"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
+"QtcProduct.qbs:75" "6"
"." "6"
"qtcreator_pch.h" "7"
"tst_qmlcodeformatter.cpp" "5"
"QML persistenttrie autotest" "3"
"persistenttrie.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_testtrie.cpp" "4"
"tst_testtrie.h" "4"
"QML reformatter autotest" "3"
"reformatter.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_reformatter.cpp" "4"
"QMLJS simple reader autotest" "3"
"qmljssimplereader.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_qmljssimplereader.cpp" "4"
-"QmlProjectManager autotests" "3"
-"qmlprojectmanager.qbs:3" "4"
-"QmlProjectManager file format autotest" "4"
-"fileformat.qbs:3" "5"
-"Files from QmlProjectManager" "5"
-"fileformat.qbs:9" "6"
-"filefilteritems.cpp" "6"
-"filefilteritems.h" "6"
-"qmlprojectfileformat.cpp" "6"
-"qmlprojectfileformat.h" "6"
-"qmlprojectitem.cpp" "6"
-"qmlprojectitem.h" "6"
-"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
-"." "6"
-"qtcreator_gui_pch.h" "7"
-"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
-"." "6"
-"qtcreator_pch.h" "7"
-"tst_fileformat.cpp" "5"
"qrc parser autotest" "3"
"qrcparser.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_qrcparser.cpp" "4"
-"Run extensions autotest" "2"
-"runextensions.qbs:3" "3"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"tst_runextensions.cpp" "3"
"sdktool autotest" "2"
"sdktool.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Test sources" "3"
-"sdktool.qbs:6" "4"
+"sdktool.qbs:8" "4"
"tst_sdktool.cpp" "4"
-"SSH autotest" "2"
-"ssh.qbs:3" "3"
-"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
-"." "4"
-"qtcreator_gui_pch.h" "5"
-"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
-"." "4"
-"qtcreator_pch.h" "5"
-"tst_ssh.cpp" "3"
+"Solutions autotests" "2"
+"solutions.qbs:3" "3"
+"Tasking autotest" "3"
+"tasking.qbs:1" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_tasking.cpp" "4"
+"TextEditor autotests" "2"
+"texteditor.qbs:3" "3"
+"Highlighter autotest" "3"
+"highlighter.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"Source Files" "4"
+"highlighter.qbs:11" "5"
+"tst_highlighter.cpp" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
"ToolChainCache autotest" "2"
"toolchaincache.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"Test sources" "3"
@@ -14053,25 +13724,48 @@
"tracing.qbs:3" "3"
"FlameGraph autotest" "3"
"flamegraph.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
"flamegraph.qbs:6" "5"
"tst_flamegraph.cpp" "5"
-"TimelineAbstractRenderer autotest" "3"
-"timelineabstractrenderer.qbs:4" "4"
+"FlameGraphView autotest" "3"
+"flamegraphview.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"Qml Files" "4"
+"flamegraphview.qbs:18" "5"
+"TestFlameGraphView.qml" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"Test sources" "4"
+"flamegraphview.qbs:10" "5"
+"testflamegraphmodel.h" "5"
+"tst_flamegraphview.cpp" "5"
+"TimelineAbstractRenderer autotest" "3"
+"timelineabstractrenderer.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14079,12 +13773,14 @@
"tst_timelineabstractrenderer.cpp" "5"
"TimelineItemsRenderPass autotest" "3"
"timelineitemsrenderpass.qbs:5" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14092,12 +13788,14 @@
"tst_timelineitemsrenderpass.cpp" "5"
"TimelineModel autotest" "3"
"timelinemodel.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14105,12 +13803,14 @@
"tst_timelinemodel.cpp" "5"
"TimelineModelAggregator autotest" "3"
"timelinemodelaggregator.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14118,12 +13818,14 @@
"tst_timelinemodelaggregator.cpp" "5"
"TimelineNotesModel autotest" "3"
"timelinenotesmodel.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14131,12 +13833,14 @@
"tst_timelinenotesmodel.cpp" "5"
"TimelineNotesRenderPass autotest" "3"
"timelinenotesrenderpass.qbs:5" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14144,12 +13848,14 @@
"tst_timelinenotesrenderpass.cpp" "5"
"TimelineOverviewRenderer autotest" "3"
"timelineoverviewrenderer.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14157,12 +13863,14 @@
"tst_timelineoverviewrenderer.cpp" "5"
"TimelineRenderer autotest" "3"
"timelinerenderer.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14170,12 +13878,14 @@
"tst_timelinerenderer.cpp" "5"
"TimelineRenderPass autotest" "3"
"timelinerenderpass.qbs:5" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14183,12 +13893,14 @@
"tst_timelinerenderpass.cpp" "5"
"TimelineRenderState autotest" "3"
"timelinerenderstate.qbs:5" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14196,12 +13908,14 @@
"tst_timelinerenderstate.cpp" "5"
"TimelineSelectionRenderPass autotest" "3"
"timelineselectionrenderpass.qbs:5" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14209,12 +13923,14 @@
"tst_timelineselectionrenderpass.cpp" "5"
"TimelineZoomcontrol autotest" "3"
"timelinezoomcontrol.qbs:4" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"Test sources" "4"
@@ -14222,138 +13938,306 @@
"tst_timelinezoomcontrol.cpp" "5"
"TreeViewFind autotest" "2"
"treeviewfind.qbs:3" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
"standard pch file (gui)" "3"
-"QtcProduct.qbs:100" "4"
+"QtcProduct.qbs:83" "4"
"." "4"
"qtcreator_gui_pch.h" "5"
"standard pch file (non-gui)" "3"
-"QtcProduct.qbs:92" "4"
+"QtcProduct.qbs:75" "4"
"." "4"
"qtcreator_pch.h" "5"
"tst_treeviewfind.cpp" "3"
+"UpdateInfo autotest" "2"
+"updateinfo.qbs:1" "3"
+"Group 1" "3"
+"QtcProduct.qbs:68" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"tst_updateinfo.cpp" "3"
"Utils autotests" "2"
"utils.qbs:3" "3"
"ANSI autotest" "3"
"ansiescapecodehandler.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_ansiescapecodehandler.cpp" "4"
-"FileUtils autotest" "3"
-"fileutils.qbs:3" "4"
+"Async autotest" "3"
+"async.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_async.cpp" "4"
+"commandline" "3"
+"commandline.qbs:1" "4"
+"CommandLine autotest" "4"
+"commandline.qbs:2" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
+"standard pch file (gui)" "5"
+"QtcProduct.qbs:83" "6"
+"." "6"
+"qtcreator_gui_pch.h" "7"
+"standard pch file (non-gui)" "5"
+"QtcProduct.qbs:75" "6"
+"." "6"
+"qtcreator_pch.h" "7"
+"tst_commandline.cpp" "5"
+"deviceshell" "3"
+"deviceshell.qbs:1" "4"
+"DeviceShell autotest" "4"
+"deviceshell.qbs:2" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
+"standard pch file (gui)" "5"
+"QtcProduct.qbs:83" "6"
+"." "6"
+"qtcreator_gui_pch.h" "7"
+"standard pch file (non-gui)" "5"
+"QtcProduct.qbs:75" "6"
+"." "6"
+"qtcreator_pch.h" "7"
+"tst_deviceshell.cpp" "5"
+"Expected autotest" "3"
+"expected.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_expected.cpp" "4"
+"FilePath autotest" "3"
+"filepath.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_filepath.cpp" "4"
+"FileUtils autotest" "3"
+"fileutils.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_fileutils.cpp" "4"
-"FuzzyMatcher autotest" "3"
-"fuzzymatcher.qbs:3" "4"
+"FSEngine autotest" "3"
+"fsengine.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_fsengine.cpp" "4"
+"FuzzyMatcher autotest" "3"
+"fuzzymatcher.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_fuzzymatcher.cpp" "4"
"IndexedContainerProxyConstIterator autotest" "3"
"indexedcontainerproxyconstiterator.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_indexedcontainerproxyconstiterator.cpp" "4"
-"MultiTextCursor autotest" "3"
-"multicursor.qbs:3" "4"
+"MathUtils autotest" "3"
+"mathutils.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_mathutils.cpp" "4"
+"MultiTextCursor autotest" "3"
+"multicursor.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_multicursor.cpp" "4"
"PersistentSettings autotest" "3"
"persistentsettings.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_persistentsettings.cpp" "4"
-"QtcProcess autotest" "3"
-"qtcprocess.qbs:3" "4"
-"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
-"." "5"
-"qtcreator_gui_pch.h" "6"
-"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
-"." "5"
-"qtcreator_pch.h" "6"
-"tst_qtcprocess.cpp" "4"
+"process" "3"
+"process.qbs:3" "4"
+"Process autotest" "4"
+"process.qbs:4" "5"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
+"standard pch file (gui)" "5"
+"QtcProduct.qbs:83" "6"
+"." "6"
+"qtcreator_gui_pch.h" "7"
+"standard pch file (non-gui)" "5"
+"QtcProduct.qbs:75" "6"
+"." "6"
+"qtcreator_pch.h" "7"
+"processtestapp" "5"
+"processtestapp.cpp" "6"
+"processtestapp.h" "6"
+"tst_process.cpp" "5"
+"processtestapp" "4"
+"processtestapp.qbs:3" "5"
+"main.cpp" "5"
+"processtestapp.cpp" "5"
+"processtestapp.h" "5"
"Settings autotest" "3"
"settings.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_settings.cpp" "4"
"StringUtils autotest" "3"
"stringutils.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_stringutils.cpp" "4"
"TemplateEngine autotest" "3"
"templateengine.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_templateengine.cpp" "4"
-"TreeModel autotest" "3"
-"treemodel.qbs:3" "4"
+"Text autotest" "3"
+"text.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
"standard pch file (gui)" "4"
-"QtcProduct.qbs:100" "5"
+"QtcProduct.qbs:83" "5"
"." "5"
"qtcreator_gui_pch.h" "6"
"standard pch file (non-gui)" "4"
-"QtcProduct.qbs:92" "5"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_text.cpp" "4"
+"TreeModel autotest" "3"
+"treemodel.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
"." "5"
"qtcreator_pch.h" "6"
"tst_treemodel.cpp" "4"
+"UnixDeviceFileAccess autotest" "3"
+"unixdevicefileaccess.qbs:3" "4"
+"Group 1" "4"
+"QtcProduct.qbs:68" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_unixdevicefileaccess.cpp" "4"
"Valgrind autotests" "2"
"valgrind.qbs:3" "3"
"Callgrind autotests" "3"
@@ -14361,12 +14245,10 @@
"Callgrind parser autotest" "4"
"callgrindparsertests.qbs:4" "5"
"Callgrind files from plugin" "5"
-"valgrindautotest.qbs:16" "6"
+"valgrindautotest.qbs:15" "6"
"callgrindabstractmodel.h" "6"
"callgrindcallmodel.cpp" "6"
"callgrindcallmodel.h" "6"
-"callgrindcontroller.cpp" "6"
-"callgrindcontroller.h" "6"
"callgrindcostitem.cpp" "6"
"callgrindcostitem.h" "6"
"callgrindcycledetection.cpp" "6"
@@ -14387,22 +14269,24 @@
"callgrindproxymodel.h" "6"
"callgrindstackbrowser.cpp" "6"
"callgrindstackbrowser.h" "6"
+"Group 1" "5"
+"QtcProduct.qbs:68" "6"
"Memcheck runner files from plugin" "5"
-"valgrindautotest.qbs:21" "6"
+"valgrindautotest.qbs:20" "6"
"Other files from plugin" "5"
-"valgrindautotest.qbs:26" "6"
-"valgrindrunner.cpp" "6"
-"valgrindrunner.h" "6"
+"valgrindautotest.qbs:25" "6"
+"valgrindprocess.cpp" "6"
+"valgrindprocess.h" "6"
"standard pch file (gui)" "5"
-"QtcProduct.qbs:100" "6"
+"QtcProduct.qbs:83" "6"
"." "6"
"qtcreator_gui_pch.h" "7"
"standard pch file (non-gui)" "5"
-"QtcProduct.qbs:92" "6"
+"QtcProduct.qbs:75" "6"
"." "6"
"qtcreator_pch.h" "7"
"XML protocol files from plugin" "5"
-"valgrindautotest.qbs:11" "6"
+"valgrindautotest.qbs:10" "6"
"announcethread.cpp" "6"
"announcethread.h" "6"
"error.cpp" "6"
@@ -14411,8 +14295,6 @@
"errorlistmodel.h" "6"
"frame.cpp" "6"
"frame.h" "6"
-"modelhelpers.cpp" "6"
-"modelhelpers.h" "6"
"parser.cpp" "6"
"parser.h" "6"
"stack.cpp" "6"
@@ -14423,18 +14305,243 @@
"status.h" "6"
"suppression.cpp" "6"
"suppression.h" "6"
-"threadedparser.cpp" "6"
-"threadedparser.h" "6"
"callgrindparsertests.cpp" "5"
"callgrindparsertests.h" "5"
-"QtcManualtests" "1"
-"manual.qbs:3" "2"
+"QtcManualTests" "1"
+"manual.qbs:1" "2"
+"DeviceShell manualtest" "2"
+"deviceshell.qbs:3" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"tst_deviceshell.cpp" "3"
+"Manual debugger gui test" "2"
+"gui.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"mainwindow.cpp" "3"
+"mainwindow.h" "3"
+"mainwindow.ui" "3"
+"tst_gui.cpp" "3"
+"Manual debugger shootout test" "2"
+"shootout.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"tst_codesize.cpp" "3"
+"Manual debugger simple tests" "2"
+"simple.qbs:1" "3"
+"Manual Test Simple Application" "3"
+"simple_test_app.qbs:4" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"simple_test_app.cpp" "4"
+"Manual Test Simple Plugin" "3"
+"simple_test_plugin.qbs:3" "4"
+"simple_test_plugin.cpp" "4"
+"Manual FakeVim test" "2"
+"fakevim.qbs:3" "3"
+"FakeVim files" "3"
+"fakevim.qbs:16" "4"
+"fakevimactions.cpp" "4"
+"fakevimactions.h" "4"
+"fakevimhandler.cpp" "4"
+"fakevimhandler.h" "4"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"main.cpp" "3"
+"Manual plugin test" "2"
+"pluginview.qbs:1" "3"
+"Manual plugin view test" "3"
+"pluginview.qbs:4" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"plugindialog.cpp" "4"
+"plugindialog.h" "4"
+"Manual test plugin1" "3"
+"plugin1.qbs:3" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"plugin1.cpp" "4"
+"plugin1.h" "4"
+"Manual test plugin2" "3"
+"plugin2.qbs:3" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"plugin2.cpp" "4"
+"plugin2.h" "4"
+"Manual test plugin3" "3"
+"plugin3.qbs:3" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"plugin3.cpp" "4"
+"plugin3.h" "4"
+"Manual ProParser test" "2"
+"testreader.qbs:1" "3"
+"Porting Helper" "3"
+"testreader.qbs:51" "4"
+"ProParser files" "3"
+"testreader.qbs:23" "4"
+"." "4"
+"ioutils.cpp" "5"
+"ioutils.h" "5"
+"profileevaluator.cpp" "5"
+"profileevaluator.h" "5"
+"proitems.cpp" "5"
+"proitems.h" "5"
+"proparser.qrc" "5"
+"/qmake/features" "6"
+"spec_post.prf" "7"
+"spec_pre.prf" "7"
+"/qmake/override_features" "6"
+"objective_c.prf" "7"
+"qmake_global.h" "5"
+"qmakebuiltins.cpp" "5"
+"qmakeevaluator.cpp" "5"
+"qmakeevaluator.h" "5"
+"qmakeglobals.cpp" "5"
+"qmakeglobals.h" "5"
+"qmakeparser.cpp" "5"
+"qmakeparser.h" "5"
+"qmakevfs.cpp" "5"
+"qmakevfs.h" "5"
+"registry.cpp" "5"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"main.cpp" "3"
+"Manual SubDirFileContainer test" "2"
+"subdirfilecontainer.qbs:3" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"tst_subdirfilecontainer.cpp" "3"
+"Spinner example" "2"
+"spinner.qbs:3" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"main.cpp" "3"
+"Tasking demo" "2"
+"demo.qbs:3" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"demo.qrc" "3"
+"/" "4"
+"icons" "5"
+"progressindicator.png" "6"
+"progressindicator@2x.png" "6"
+"main.cpp" "3"
+"progressindicator.cpp" "3"
+"progressindicator.h" "3"
+"taskwidget.cpp" "3"
+"taskwidget.h" "3"
+"Tasking imagescaling" "2"
+"imagescaling.qbs:1" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"downloaddialog.cpp" "3"
+"downloaddialog.h" "3"
+"downloaddialog.ui" "3"
+"imagescaling.cpp" "3"
+"imagescaling.h" "3"
+"main.cpp" "3"
+"Terminal autotest" "2"
+"terminal.qbs:3" "3"
+"standard pch file (gui)" "3"
+"QtcProduct.qbs:83" "4"
+"." "4"
+"qtcreator_gui_pch.h" "5"
+"standard pch file (non-gui)" "3"
+"QtcProduct.qbs:75" "4"
+"." "4"
+"qtcreator_pch.h" "5"
+"tst_terminal.cpp" "3"
"Widgets manualtests" "2"
-"widgets.qbs:3" "3"
+"widgets.qbs:1" "3"
"Manual Test Tracing" "3"
"tracing.qbs:3" "4"
"Common sources" "4"
-"tracing.qbs:15" "5"
+"tracing.qbs:13" "5"
"themes.qrc" "5"
"/themes" "6"
"dark.creatortheme" "7"
@@ -14444,11 +14551,19 @@
"flat-light.creatortheme" "7"
"themeselector.cpp" "5"
"themeselector.h" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
"tst_manual_widgets_tracing.cpp" "4"
"Manual Test Utils CrumblePath" "3"
"crumblepath.qbs:3" "4"
"Common sources" "4"
-"crumblepath.qbs:13" "5"
+"crumblepath.qbs:11" "5"
"themes.qrc" "5"
"/themes" "6"
"dark.creatortheme" "7"
@@ -14458,11 +14573,19 @@
"flat-light.creatortheme" "7"
"themeselector.cpp" "5"
"themeselector.h" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
"tst_manual_widgets_crumblepath.cpp" "4"
"Manual Test Utils InfoLabel" "3"
"infolabel.qbs:3" "4"
"Common sources" "4"
-"infolabel.qbs:13" "5"
+"infolabel.qbs:11" "5"
"themes.qrc" "5"
"/themes" "6"
"dark.creatortheme" "7"
@@ -14472,11 +14595,30 @@
"flat-light.creatortheme" "7"
"themeselector.cpp" "5"
"themeselector.h" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
"tst_manual_widgets_infolabel.cpp" "4"
+"Manual Test Utils LayoutBuilder" "3"
+"layoutbuilder.qbs:1" "4"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
+"tst_manual_widgets_layoutbuilder.cpp" "4"
"Manual Test Utils ManhattanStyle" "3"
"manhattanstyle.qbs:3" "4"
"Common sources" "4"
-"manhattanstyle.qbs:13" "5"
+"manhattanstyle.qbs:11" "5"
"themes.qrc" "5"
"/themes" "6"
"dark.creatortheme" "7"
@@ -14486,11 +14628,19 @@
"flat-light.creatortheme" "7"
"themeselector.cpp" "5"
"themeselector.h" "5"
+"standard pch file (gui)" "4"
+"QtcProduct.qbs:83" "5"
+"." "5"
+"qtcreator_gui_pch.h" "6"
+"standard pch file (non-gui)" "4"
+"QtcProduct.qbs:75" "5"
+"." "5"
+"qtcreator_pch.h" "6"
"tst_manual_widgets_manhattanstyle.cpp" "4"
"Translations" "0"
"translations.qbs:3" "1"
"Group 1" "1"
-"translations.qbs:9" "2"
+"translations.qbs:11" "2"
"qtcreator_cs.ts" "2"
"qtcreator_da.ts" "2"
"qtcreator_de.ts" "2"
@@ -14508,6 +14658,8 @@
"imports" "2"
"QtcAutotest.qbs" "3"
"QtcLibrary.qbs" "3"
+"QtcManualTest.qbs" "3"
+"QtcTestFiles.qbs" "3"
"QtcTool.qbs" "3"
"QtcFunctions" "3"
"functions.js" "4"
@@ -14523,7 +14675,6 @@
"pluginjson.qbs" "4"
"qtc" "3"
"qtc.qbs" "4"
-"cplusplustools.qbs" "2"
"tests" "1"
"auto" "2"
"cplusplus" "3"
@@ -14532,4 +14683,7 @@
"plugin.qbs" "4"
"tracing" "3"
"tracingautotest.qbs" "4"
-"common.qbs" "3"
+"manual" "2"
+"CppApplication.qbs" "4"
+"QtApplication.qbs" "4"
+"common.qbs" "4"