diff --git a/coin/instructions/build.yaml b/coin/instructions/build.yaml index abeb792c4d5..fd96cb5bf6d 100644 --- a/coin/instructions/build.yaml +++ b/coin/instructions/build.yaml @@ -6,7 +6,7 @@ instructions: - type: Group instructions: - type: ExecuteCommand - command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}/build/qt_temp/elfutils-release_0.175qt-linux-x86_64.7z http://master.qt.io/development_releases/prebuilt/elfutils/elfutils-release_0.175qt-linux-x86_64.7z" + command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}/build/qt_temp/elfutils-release_0.175qt-linux-x86_64.7z https://master.qt.io/development_releases/prebuilt/elfutils/elfutils-release_0.175qt-linux-x86_64.7z" maxTimeInSeconds: 3600 maxTimeBetweenOutput: 360 userMessageOnFailure: "Failed to download elfutils package, check logs." @@ -82,7 +82,7 @@ instructions: - type: Group instructions: - type: ExecuteCommand - command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}\\build\\qt_temp\\elfutils-release_0.175qt-windows-x86_64.7z http://master.qt.io/development_releases/prebuilt/elfutils/elfutils-release_0.175qt-windows-x86_64.7z" + command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}\\build\\qt_temp\\elfutils-release_0.175qt-windows-x86_64.7z https://master.qt.io/development_releases/prebuilt/elfutils/elfutils-release_0.175qt-windows-x86_64.7z" maxTimeInSeconds: 3600 maxTimeBetweenOutput: 360 userMessageOnFailure: "Failed to download elfutils package, check logs." @@ -92,7 +92,7 @@ instructions: maxTimeBetweenOutput: 360 userMessageOnFailure: "Failed to extract elfutils package, check logs." - type: ExecuteCommand - command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}\\build\\qt_temp\\Python38-win-x64.7z http://master.qt.io/development_releases/prebuilt/python/Python38-win-x64.7z" + command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}\\build\\qt_temp\\Python38-win-x64.7z https://master.qt.io/development_releases/prebuilt/python/Python38-win-x64.7z" maxTimeInSeconds: 3600 maxTimeBetweenOutput: 360 userMessageOnFailure: "Failed to download python package, check logs." @@ -141,7 +141,7 @@ instructions: maxTimeBetweenOutput: 360 userMessageOnFailure: "Failed to create folder qt_temp, check logs." - type: ExecuteCommand - command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}\\build\\qt_temp\\Python38-win-x86.7z http://master.qt.io/development_releases/prebuilt/python/Python38-win-x86.7z" + command: "curl --fail -L --retry 5 --retry-delay 5 -o {{.AgentWorkingDir}}\\build\\qt_temp\\Python38-win-x86.7z https://master.qt.io/development_releases/prebuilt/python/Python38-win-x86.7z" maxTimeInSeconds: 3600 maxTimeBetweenOutput: 360 userMessageOnFailure: "Failed to download python package, check logs." diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml index ad59636650c..bafbb59b058 100644 --- a/coin/instructions/common_environment.yaml +++ b/coin/instructions/common_environment.yaml @@ -7,10 +7,10 @@ instructions: variableValue: "RelWithDebInfo" - type: EnvironmentVariable variableName: LLVM_BASE_URL - variableValue: http://master.qt.io/development_releases/prebuilt/libclang/libclang-release_16.0.2-based + variableValue: https://master.qt.io/development_releases/prebuilt/libclang/libclang-release_16.0.2-based - type: EnvironmentVariable variableName: QTC_QT_BASE_URL - variableValue: "http://ci-files02-hki.intra.qt.io/packages/jenkins/archive/qt/6.5/6.5.1-released/Qt" + variableValue: "https://ci-files02-hki.ci.qt.io/packages/jenkins/archive/qt/6.5/6.5.1-released/Qt" - type: EnvironmentVariable variableName: QTC_QT_MODULES variableValue: "qt5compat qtbase qtdeclarative qtimageformats qtquick3d qtquickcontrols2 qtquicktimeline qtserialport qtshadertools qtsvg qttools qttranslations qtwebengine" @@ -22,7 +22,7 @@ instructions: variableValue: 10.14 - type: EnvironmentVariable variableName: QTC_SDKTOOL_QT_BASE_URL - variableValue: "http://ci-files02-hki.intra.qt.io/packages/jenkins/archive/qt/5.15/5.15.2-final-released/latest/src/submodules/qtbase-everywhere-src-5.15.2" + variableValue: "https://ci-files02-hki.ci.qt.io/packages/jenkins/archive/qt/5.15/5.15.2-final-released/latest/src/submodules/qtbase-everywhere-src-5.15.2" - type: Group instructions: - type: EnvironmentVariable diff --git a/coin/instructions/provision.yaml b/coin/instructions/provision.yaml index 75fab041366..14e6fb1a239 100644 --- a/coin/instructions/provision.yaml +++ b/coin/instructions/provision.yaml @@ -52,7 +52,7 @@ instructions: - type: ChangeDirectory directory: "{{.BuildDir}}/tqtc-qtsdk/packaging_tools" - type: ExecuteCommand - command: "python3 -m pipenv run python -u install_qt.py --qt-path {{.BuildDir}}/qt_install_dir --base-url {{.Env.QTC_QT_BASE_URL}} --base-url-postfix={{.Env.QTC_QT_POSTFIX}} --icu7z http://master.qt.io/development_releases/prebuilt/icu/prebuilt/56.1/icu-linux-g++-Rhel7.2-x64.7z {{.Env.QTC_QT_MODULES}}" + command: "python3 -m pipenv run python -u install_qt.py --qt-path {{.BuildDir}}/qt_install_dir --base-url {{.Env.QTC_QT_BASE_URL}} --base-url-postfix={{.Env.QTC_QT_POSTFIX}} --icu7z https://master.qt.io/development_releases/prebuilt/icu/prebuilt/56.1/icu-linux-g++-Rhel7.2-x64.7z {{.Env.QTC_QT_MODULES}}" executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution maxTimeInSeconds: 3600 maxTimeBetweenOutput: 360 @@ -72,7 +72,7 @@ instructions: property: host.os equals_value: MacOS - type: ExecuteCommand - command: "python -m pipenv run python -u install_qt.py --qt-path {{.BuildDir}}/qt_install_dir --base-url {{.Env.QTC_QT_BASE_URL}} --base-url-postfix={{.Env.QTC_QT_POSTFIX}} --opengl32sw7z http://master.qt.io/development_releases/prebuilt/llvmpipe/windows/opengl32sw-64.7z --d3dcompiler7z http://master.qt.io/development_releases/prebuilt/d3dcompiler/msvc2013/d3dcompiler_47-x64.7z --openssl7z http://ci-files02-hki.intra.qt.io/packages/jenkins/openssl/openssl_1.1.1d_prebuild_x64.7z {{.Env.QTC_QT_MODULES}}" + command: "python -m pipenv run python -u install_qt.py --qt-path {{.BuildDir}}/qt_install_dir --base-url {{.Env.QTC_QT_BASE_URL}} --base-url-postfix={{.Env.QTC_QT_POSTFIX}} --opengl32sw7z https://master.qt.io/development_releases/prebuilt/llvmpipe/windows/opengl32sw-64.7z --d3dcompiler7z https://master.qt.io/development_releases/prebuilt/d3dcompiler/msvc2013/d3dcompiler_47-x64.7z --openssl7z https://ci-files02-hki.ci.qt.io/packages/jenkins/openssl/openssl_1.1.1d_prebuild_x64.7z {{.Env.QTC_QT_MODULES}}" executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution maxTimeInSeconds: 3600 maxTimeBetweenOutput: 360 diff --git a/dist/changelog/changes-11.0.0.md b/dist/changelog/changes-11.0.0.md index a637950a445..ebfc6584875 100644 --- a/dist/changelog/changes-11.0.0.md +++ b/dist/changelog/changes-11.0.0.md @@ -118,7 +118,7 @@ Editing * Fixed that generated functions did not have a `const` qualifier when required ([QTCREATORBUG-29274](https://bugreports.qt.io/browse/QTCREATORBUG-29274)) -* Fixed that locator showed both the declaration and the definition of symbols +* Fixed that the locator showed both the declaration and the definition of symbols ([QTCREATORBUG-13894](https://bugreports.qt.io/browse/QTCREATORBUG-13894)) * Fixed the handling of C++20 keywords and concepts * Clangd @@ -154,8 +154,9 @@ Editing ### Python -* Added the option to create a virtual environment (`venv`) to the Python - interpreter selector and the wizard +* Added the `Create Virtual Environment` option to the Python interpreter + selector on the editor toolbar and to the wizards in `File > New Project > + > Application (Qt for Python)` ([PYSIDE-2152](https://bugreports.qt.io/browse/PYSIDE-2152)) * Fixed that too many progress indicators could be created ([QTCREATORBUG-29224](https://bugreports.qt.io/browse/QTCREATORBUG-29224)) @@ -167,10 +168,11 @@ Projects * Made it possible to add devices in `Preferences > Devices > Add` without going through the wizard + ([Documentation](https://doc.qt.io/qtcreator/creator-developing-b2qt.html)) + ([Documentation](https://doc.qt.io/qtcreator/creator-developing-generic-linux.html)) * Added support for moving files to a different directory when renaming them in the `File System` view ([QTCREATORBUG-15981](https://bugreports.qt.io/browse/QTCREATORBUG-15981)) - ([Documentation](https://doc.qt.io/qtcreator/creator-file-system-view.html)) ### CMake @@ -184,10 +186,13 @@ Projects [QTCREATORBUG-28904](https://bugreports.qt.io/browse/QTCREATORBUG-28904), [QTCREATORBUG-28985](https://bugreports.qt.io/browse/QTCREATORBUG-28985), [QTCREATORBUG-29006](https://bugreports.qt.io/browse/QTCREATORBUG-29006)) + ([Documentation](https://doc.qt.io/qtcreator/creator-project-cmake.html)) * Added `Build > Reload CMake Presets` to reload CMake presets after making changes to them -* Added support for `block()` and `endblock()` -* Fixed that CMake Presets were not visible in `Projects` view + ([Documentation](https://doc-snapshots.qt.io/qtcreator-11.0/creator-build-settings-cmake-presets.html)) +* Added support for the `block()` and `endblock()` CMake commands + ([CMake documentation](https://cmake.org/cmake/help/latest/command/block.html#command:block)) +* Fixed that CMake Presets were not visible in the `Projects` view ([QTCREATORBUG-28966](https://bugreports.qt.io/browse/QTCREATORBUG-28966)) * Fixed issues with detecting a configured Qt version when importing a build ([QTCREATORBUG-29075](https://bugreports.qt.io/browse/QTCREATORBUG-29075)) @@ -196,6 +201,7 @@ Projects * Added an option for selecting the interpreter to the wizards in `File > New Project > Application (Qt for Python)` + ([Documentation](https://doc.qt.io/qtcreator/creator-project-creating.html)) Debugging --------- @@ -203,6 +209,7 @@ Debugging * Improved the UI for enabling and disabling debuggers in `Projects > Run > Debugger settings` ([QTCREATORBUG-28627](https://bugreports.qt.io/browse/QTCREATORBUG-28627)) + ([Documentation](https://doc.qt.io/qtcreator/creator-debugging-qml.html)) * Fixed the automatic source mapping for Qt versions from an installer ([QTCREATORBUG-28950](https://bugreports.qt.io/browse/QTCREATORBUG-28950)) * Fixed pretty printer for `std::string` for recent `libc++` @@ -210,8 +217,8 @@ Debugging ### C++ -* Added an option for the default number of array elements to show - (`Preferences > Debugger > Locals & Expressions > Default array size`) +* Added the `Default array size` option for setting the default number of array + elements to show in `Preferences > Debugger > Locals & Expressions` * Fixed debugging in a terminal as the root user ([QTCREATORBUG-27519](https://bugreports.qt.io/browse/QTCREATORBUG-27519)) * CDB @@ -225,11 +232,12 @@ Debugging ### Qt Quick -* Improved the auto-detection if QML debugging is required +* Improved the auto-detection of whether QML debugging is required ([QTCREATORBUG-28627](https://bugreports.qt.io/browse/QTCREATORBUG-28627)) -* Added an option for disabling static analyzer messages to - `Qt Quick > QML/JS Editing` +* Added the `Use customized static analyzer` option for disabling static analyzer + messages to `Preferences > Qt Quick > QML/JS Editing` ([QTCREATORBUG-29095](https://bugreports.qt.io/browse/QTCREATORBUG-29095)) + ([Documentation](https://doc.qt.io/qtcreator/creator-checking-code-syntax.html)) Analyzer -------- diff --git a/doc/qtcreator/config/qtcreator-project.qdocconf b/doc/qtcreator/config/qtcreator-project.qdocconf index 6d0690a1349..ec98529c141 100644 --- a/doc/qtcreator/config/qtcreator-project.qdocconf +++ b/doc/qtcreator/config/qtcreator-project.qdocconf @@ -70,4 +70,9 @@ macro.see = "\\sa" macro.function = "\\fn" navigation.landingpage = "$IDE_DISPLAY_NAME Manual" + +# Auto-generate navigation linking based on "All Topics": +navigation.toctitles = "All Topics" +navigation.toctitles.inclusive = false + buildversion = "$IDE_DISPLAY_NAME Manual $QTC_VERSION" diff --git a/doc/qtcreator/images/extraimages/images/EhJ1eV_6RH8.jpg b/doc/qtcreator/images/extraimages/images/EhJ1eV_6RH8.jpg new file mode 100644 index 00000000000..04f3f03e2b0 Binary files /dev/null and b/doc/qtcreator/images/extraimages/images/EhJ1eV_6RH8.jpg differ diff --git a/doc/qtcreator/images/extraimages/images/FTSvDmcAgPI.jpg b/doc/qtcreator/images/extraimages/images/FTSvDmcAgPI.jpg new file mode 100644 index 00000000000..ff4798dd033 Binary files /dev/null and b/doc/qtcreator/images/extraimages/images/FTSvDmcAgPI.jpg differ diff --git a/doc/qtcreator/images/extraimages/images/LnVjI0I7cKs.jpg b/doc/qtcreator/images/extraimages/images/LnVjI0I7cKs.jpg new file mode 100644 index 00000000000..68fc982a2e5 Binary files /dev/null and b/doc/qtcreator/images/extraimages/images/LnVjI0I7cKs.jpg differ diff --git a/doc/qtcreator/images/extraimages/images/hOx3dod5-1A.jpg b/doc/qtcreator/images/extraimages/images/hOx3dod5-1A.jpg new file mode 100644 index 00000000000..a75657f81cd Binary files /dev/null and b/doc/qtcreator/images/extraimages/images/hOx3dod5-1A.jpg differ diff --git a/doc/qtcreator/images/extraimages/qtcreator-extraimages.qdocconf b/doc/qtcreator/images/extraimages/qtcreator-extraimages.qdocconf index 200058d4a48..dcaf3a6bf9a 100644 --- a/doc/qtcreator/images/extraimages/qtcreator-extraimages.qdocconf +++ b/doc/qtcreator/images/extraimages/qtcreator-extraimages.qdocconf @@ -1,3 +1,7 @@ {HTML.extraimages,qhp.QtCreator.extraFiles} += \ images/commercial.png \ - images/5OiIqFTjUZI.jpg + images/5OiIqFTjUZI.jpg \ + images/EhJ1eV_6RH8.jpg \ + images/FTSvDmcAgPI.jpg \ + images/hOx3dod5-1A.jpg \ + images/LnVjI0I7cKs.jpg diff --git a/doc/qtcreator/images/qtcreator-application-output.png b/doc/qtcreator/images/qtcreator-application-output.png deleted file mode 100644 index 064e8d9e0d3..00000000000 Binary files a/doc/qtcreator/images/qtcreator-application-output.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-application-output.webp b/doc/qtcreator/images/qtcreator-application-output.webp new file mode 100644 index 00000000000..4a6277c7ba4 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-application-output.webp differ diff --git a/doc/qtcreator/images/qtcreator-axivion-view.webp b/doc/qtcreator/images/qtcreator-axivion-view.webp index c9003d5cb48..c019284503c 100644 Binary files a/doc/qtcreator/images/qtcreator-axivion-view.webp and b/doc/qtcreator/images/qtcreator-axivion-view.webp differ diff --git a/doc/qtcreator/images/qtcreator-compile-output.png b/doc/qtcreator/images/qtcreator-compile-output.png deleted file mode 100644 index 3ecc83c25ec..00000000000 Binary files a/doc/qtcreator/images/qtcreator-compile-output.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-compile-output.webp b/doc/qtcreator/images/qtcreator-compile-output.webp new file mode 100644 index 00000000000..ef7d16003b8 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-compile-output.webp differ diff --git a/doc/qtcreator/images/qtcreator-debugging-helper-options.png b/doc/qtcreator/images/qtcreator-debugging-helper-options.png deleted file mode 100644 index 43a106aed5c..00000000000 Binary files a/doc/qtcreator/images/qtcreator-debugging-helper-options.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-debugging-helper-options.webp b/doc/qtcreator/images/qtcreator-debugging-helper-options.webp new file mode 100644 index 00000000000..b38964e08fe Binary files /dev/null and b/doc/qtcreator/images/qtcreator-debugging-helper-options.webp differ diff --git a/doc/qtcreator/images/qtcreator-general-messages.png b/doc/qtcreator/images/qtcreator-general-messages.png deleted file mode 100644 index 89d80a260cd..00000000000 Binary files a/doc/qtcreator/images/qtcreator-general-messages.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-general-messages.webp b/doc/qtcreator/images/qtcreator-general-messages.webp new file mode 100644 index 00000000000..c77cc159e4e Binary files /dev/null and b/doc/qtcreator/images/qtcreator-general-messages.webp differ diff --git a/doc/qtcreator/images/qtcreator-installed-plugins.png b/doc/qtcreator/images/qtcreator-installed-plugins.png deleted file mode 100644 index 2d9e9da951d..00000000000 Binary files a/doc/qtcreator/images/qtcreator-installed-plugins.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-installed-plugins.webp b/doc/qtcreator/images/qtcreator-installed-plugins.webp new file mode 100644 index 00000000000..b6aa4253b2b Binary files /dev/null and b/doc/qtcreator/images/qtcreator-installed-plugins.webp differ diff --git a/doc/qtcreator/images/qtcreator-issues.webp b/doc/qtcreator/images/qtcreator-issues.webp index 329a66b29b3..503e23a5113 100644 Binary files a/doc/qtcreator/images/qtcreator-issues.webp and b/doc/qtcreator/images/qtcreator-issues.webp differ diff --git a/doc/qtcreator/images/qtcreator-preferences-copilot.webp b/doc/qtcreator/images/qtcreator-preferences-copilot.webp index bd0422e5344..b98f74e43df 100644 Binary files a/doc/qtcreator/images/qtcreator-preferences-copilot.webp and b/doc/qtcreator/images/qtcreator-preferences-copilot.webp differ diff --git a/doc/qtcreator/images/qtcreator-preferences-qtquick-qmljs-editing.webp b/doc/qtcreator/images/qtcreator-preferences-qtquick-qmljs-editing.webp new file mode 100644 index 00000000000..622c80a3883 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-preferences-qtquick-qmljs-editing.webp differ diff --git a/doc/qtcreator/images/qtcreator-preferences.webp b/doc/qtcreator/images/qtcreator-preferences.webp new file mode 100644 index 00000000000..ed41980390b Binary files /dev/null and b/doc/qtcreator/images/qtcreator-preferences.webp differ diff --git a/doc/qtcreator/images/qtcreator-qml-js-editing.webp b/doc/qtcreator/images/qtcreator-qml-js-editing.webp index ab9a9f48422..7e759cf2da6 100644 Binary files a/doc/qtcreator/images/qtcreator-qml-js-editing.webp and b/doc/qtcreator/images/qtcreator-qml-js-editing.webp differ diff --git a/doc/qtcreator/images/qtcreator-scratch-buffer.webp b/doc/qtcreator/images/qtcreator-scratch-buffer.webp new file mode 100644 index 00000000000..a9556e193b7 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-scratch-buffer.webp differ diff --git a/doc/qtcreator/images/qtcreator-search-results-matches.webp b/doc/qtcreator/images/qtcreator-search-results-matches.webp new file mode 100644 index 00000000000..8b49a72fbf2 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-search-results-matches.webp differ diff --git a/doc/qtcreator/images/qtcreator-search-results.png b/doc/qtcreator/images/qtcreator-search-results.png deleted file mode 100644 index 363207038a7..00000000000 Binary files a/doc/qtcreator/images/qtcreator-search-results.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-search-results.webp b/doc/qtcreator/images/qtcreator-search-results.webp new file mode 100644 index 00000000000..d36ec5e2851 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-search-results.webp differ diff --git a/doc/qtcreator/images/qtcreator-searchresults.png b/doc/qtcreator/images/qtcreator-searchresults.png deleted file mode 100644 index 3e2bc2f5309..00000000000 Binary files a/doc/qtcreator/images/qtcreator-searchresults.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-to-do-entries.webp b/doc/qtcreator/images/qtcreator-to-do-entries.webp new file mode 100644 index 00000000000..0662993be13 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-to-do-entries.webp differ diff --git a/doc/qtcreator/images/qtcreator-todo-pane.png b/doc/qtcreator/images/qtcreator-todo-pane.png deleted file mode 100644 index 21122b96a22..00000000000 Binary files a/doc/qtcreator/images/qtcreator-todo-pane.png and /dev/null differ diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc index 53daebd104f..5b3e0797f71 100644 --- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc +++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc @@ -781,6 +781,10 @@ the display text might do something wrong. You can step through the code and examine changes to the variable to find out where the error occurs. + The following video shows how to examine variable values: + + \youtube EhJ1eV_6RH8 + \section1 Showing Tooltips for Simple Values To display the value of a simple variable, hover the mouse pointer over its @@ -842,6 +846,11 @@ extensions. It uses this deeper understanding to present objects of such classes in a useful way. + To change the number of array elements that are + requested when expanding entries, select \uicontrol Edit > + \uicontrol Preferences > \uicontrol {Debugger} > + \uicontrol {Locals & Expressions} > \uicontrol {Default array size}. + \section1 Stepping Through Code The following table summarizes the functions that you can use to step through @@ -984,7 +993,7 @@ > \uicontrol {Debugger} > \uicontrol {Locals & Expressions} > \uicontrol {Use Debugging Helpers}. - \image qtcreator-debugging-helper-options.png "Locals & Expressions preferences" + \image qtcreator-debugging-helper-options.webp {Locals & Expressions preferences} In the \uicontrol Locals view, expand the object's entry and open the slot in the \e slots subitem. The view shows the objects connected to this slot @@ -1365,7 +1374,7 @@ \uicontrol Debugger > \uicontrol GDB > \uicontrol {Load system GDB pretty printers}. For more information, see \l{Specifying GDB Settings}. - \image qtcreator-gdb-options.png "GDB preferences" + \image qtcreator-gdb-options.png {GDB preferences} \section2 Customizing Built-In Debugging Helpers @@ -1375,7 +1384,7 @@ \uicontrol Debugger > \uicontrol {Locals & Expressions}, and enter the commands in the \uicontrol {Debugging Helper Customization} field. - \image qtcreator-debugging-helper-options.png "Locals & Expressions preferences" + \image qtcreator-debugging-helper-options.webp {Locals & Expressions preferences} If you receive error messages about receiving signals when using GDB, you can specify \l{https://sourceware.org/gdb/onlinedocs/gdb/Signals.html} @@ -1586,7 +1595,7 @@ selecting \uicontrol Edit > \uicontrol Preferences > \uicontrol Debugger > \uicontrol CDB > \uicontrol {Use Python dumper}. - \image qtcreator-cdb-options.png "CDB preferences" + \image qtcreator-cdb-options.png {CDB preferences} The following sections describe some of the widely-used Dumper classes and members specified in \c qtcreator\share\qtcreator\debugger\dumper.py. @@ -2036,7 +2045,7 @@ > \uicontrol Preferences > \uicontrol Debugger > \uicontrol GDB > \uicontrol {Use automatic symbol cache}. - \image qtcreator-gdb-options.png "GDB preferences" + \image qtcreator-gdb-options.png {GDB preferences} \section2 Minimizing Number of Breakpoints diff --git a/doc/qtcreator/src/docker/creator-docker.qdoc b/doc/qtcreator/src/docker/creator-docker.qdoc index c6b62b6dd83..33c358a5bed 100644 --- a/doc/qtcreator/src/docker/creator-docker.qdoc +++ b/doc/qtcreator/src/docker/creator-docker.qdoc @@ -16,15 +16,14 @@ While Linux, \macos, and Windows hosts are supported in principle, Linux is the recommended platform. - Currently, only CMake is supported for building applications in the Docker - container. - To build, run, and debug applications on Docker devices, you must install and configure \c docker-cli on the development host. \QC automatically detects \l{Adding Kits}{build and run kit} items, such \l{Adding Debuggers} {debuggers} and \l{Adding Qt Versions}{Qt versions}, in the Docker container and creates kits for the devices. + You can use CMake or qmake to build applications in the Docker container. + To pull images from Docker hub or other registries, use the \l{https://docs.docker.com/engine/reference/commandline/pull/}{docker pull} command. diff --git a/doc/qtcreator/src/editors/creator-code-syntax.qdoc b/doc/qtcreator/src/editors/creator-code-syntax.qdoc index 791bb4fc295..87203f8bd3a 100644 --- a/doc/qtcreator/src/editors/creator-code-syntax.qdoc +++ b/doc/qtcreator/src/editors/creator-code-syntax.qdoc @@ -1,4 +1,4 @@ -// Copyright (C) 2022 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! @@ -699,6 +699,19 @@ \endtable + \section1 Enabling and Disabling Messages + + To enable and disable QML and JavaScript messages, select \uicontrol Edit > + \uicontrol 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. + \section1 Resetting the Code Model If you change the build and run kit when you have QML files open in the code diff --git a/doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc b/doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc index fb7cc429f43..c5042fd7553 100644 --- a/doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc +++ b/doc/qtcreator/src/editors/creator-coding-edit-mode.qdoc @@ -1,4 +1,4 @@ -// Copyright (C) 2022 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // ********************************************************************** @@ -11,7 +11,7 @@ \previouspage creator-editor-functions.html \page creator-coding-navigating.html \if defined(qtdesignstudio) - \nextpage creator-sidebars.html + \nextpage creator-views.html \else \nextpage creator-highlighting.html \endif @@ -246,7 +246,12 @@ \endlist To view the note, move the mouse pointer over the bookmark or open the - \uicontrol Bookmarks view in the \l{Working with Sidebars}{sidebar}. + \uicontrol Bookmarks view + \if defined(qtcreator) + in the \l{Show and hide sidebars}{sidebar}. + \else + in the \l{Managing Workspaces}{workspace}. + \endif \section2 Navigating Bookmarks @@ -358,13 +363,11 @@ \QC underlines semantic errors in olive in the C++ code editor. To check the correct paths for includes that are not resolved or that are resolved to the wrong file, select \uicontrol {Project Parts} > \uicontrol {Header Paths}. - \endif - \if defined(qtdesignstudio) + \else \section1 Related Topics \list - \li \l{Working with Sidebars} \li \l{Browsing Project Contents} \li \l{Viewing Output} \endlist diff --git a/doc/qtcreator/src/editors/creator-only/creator-copilot.qdoc b/doc/qtcreator/src/editors/creator-only/creator-copilot.qdoc index 15b5aae4c6c..4c3d1d220dc 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-copilot.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-copilot.qdoc @@ -12,6 +12,13 @@ \l{https://github.com/features/copilot}{GitHub Copilot} into \QC. You can view suggestions from Copilot in the \uicontrol Edit mode. + \note If you enable the Copilot plugin, you must agree with and abide by + the GitHub terms of use. It is your responsibility to know and accept the + requirements and parameters of using Copilot, such as ensuring you have + the rights to grant it access to your code. Also, you must understand the + implications of using it and the suggestions it produces, such as code + copyright and accuracy. + \section1 Requirements To use the Copilot plugin, you need: @@ -42,11 +49,11 @@ \li Select \uicontrol Edit > \uicontrol Preferences > \uicontrol Copilot. \image qtcreator-preferences-copilot.webp {Copilot tab in Preferences} + \li Select the \uicontrol {Enable Copilot} check box to use Copilot. \li Select \uicontrol {Sign In} to sign into your subscription, activate your device, and authorize the GitHub Copilot plugin. The button turns into a \uicontrol {Sign Out} button. - \li Select the \uicontrol {Enable Copilot} check box to use Copilot. \li In the \uicontrol {Node.js path} field, enter the full path to the Node.js executable. \li In the \uicontrol {Path to agent.js} field, enter the path to @@ -56,7 +63,7 @@ make changes. \endlist - \section1 Pair-Programming with Copilot + \section1 Receiving Suggestions When you write code in the \l {Working in Edit Mode}{Edit} mode and \uicontrol {Request completions automatically} is enabled, Copilot @@ -78,9 +85,11 @@ To apply a suggestion word-by-word, select \uicontrol {Apply Word} or press \key {Alt+Right}. - \section1 Enabling and Disabling Copilot + To reject a suggestion, press \key Esc or the arrow keys. - You can enable and disable the Copilot plugin either globally for all + \section1 Enabling and Disabling Suggestions + + You can enable and disable the Copilot suggestions either globally for all projects or at project level for a particular project. To enable or disable Copilot suggestions globally, select the diff --git a/doc/qtcreator/src/editors/creator-search.qdoc b/doc/qtcreator/src/editors/creator-search.qdoc index 13dc963896e..502a87367aa 100644 --- a/doc/qtcreator/src/editors/creator-search.qdoc +++ b/doc/qtcreator/src/editors/creator-search.qdoc @@ -176,7 +176,7 @@ \li Enter the text you are looking for and click \uicontrol Search. - \image qtcreator-searchresults.png + \image qtcreator-search-results-matches.webp {Found matches in Search Results} \l {Search Results} shows a list of files that have the searched text. diff --git a/doc/qtcreator/src/howto/creator-how-to-macos.qdoc b/doc/qtcreator/src/howto/creator-how-to-macos.qdoc new file mode 100644 index 00000000000..166fb4517af --- /dev/null +++ b/doc/qtcreator/src/howto/creator-how-to-macos.qdoc @@ -0,0 +1,36 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page creator-how-to-macos.html + \if defined(qtcreator) + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \endif + \ingroup creator-how-to-ui + \ingroup studio-how-to + + \title Find menu items on \macos + + \QC uses standard names and locations for standard features, such as + \e preferences. In this manual, the names and locations on + Windows and Linux are usually used to keep the instructions short. Here are + some places to check if you cannot find a function, dialog, or keyboard + shortcut on \macos when following the instructions: + + \table + \header + \li For + \li Look In + \row + \li \uicontrol Edit > \uicontrol Preferences + \li \uicontrol {\QC} > \uicontrol Preferences + \row + \li \uicontrol Help > \uicontrol {About Plugins} + \li \uicontrol {\QC} > \uicontrol {About Plugins} + \row + \li Keyboard shortcuts + \li \uicontrol {\QC} > \uicontrol Preferences > \uicontrol Environment > + \uicontrol Keyboard + \endtable +*/ diff --git a/doc/qtcreator/src/howto/creator-how-to-set-high-dpi-scaling.qdoc b/doc/qtcreator/src/howto/creator-how-to-set-high-dpi-scaling.qdoc new file mode 100644 index 00000000000..681e6b421ad --- /dev/null +++ b/doc/qtcreator/src/howto/creator-how-to-set-high-dpi-scaling.qdoc @@ -0,0 +1,38 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page creator-how-to-set-high-dpi-scaling.html + \if defined(qtcreator) + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \endif + \ingroup creator-how-to-ui + \ingroup studio-how-to + + \title Set high DPI scaling + + The operating systems that \QC supports implement high dots-per-inch (DPI) + scaling at varying levels. Therefore, \QC handles high DPI scaling + differently on different operating systems: + + \list + \li On \macos, \QC forces high DPI scaling, which means that it allows + Qt to use the system scaling factor as the \QC scaling factor. + \li On Windows, if you do not set \l{High DPI} + {scaling environment variables}, \QC instructs Qt to detect the + scaling factor and use it as the \QC scaling factor. + \li On Linux, \QC leaves it to the user to enable high DPI scaling + because the process varies so much on different distributions + and windowing systems that it cannot be reliably done automatically. + \endlist + + To override the default approach and always enable high DPI scaling: + + \list 1 + \li Select \uicontrol Edit > \uicontrol Preferences > + \uicontrol Environment > \uicontrol Interface. + \li Select \uicontrol {Enable high DPI scaling}. + \li Restart \QC to have the change take effect. + \endlist +*/ diff --git a/doc/qtcreator/src/howto/creator-how-to-switch-ui-themes.qdoc b/doc/qtcreator/src/howto/creator-how-to-switch-ui-themes.qdoc new file mode 100644 index 00000000000..c03a50cf930 --- /dev/null +++ b/doc/qtcreator/src/howto/creator-how-to-switch-ui-themes.qdoc @@ -0,0 +1,26 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page creator-how-to-switch-ui-themes.html + \if defined(qtcreator) + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \endif + \ingroup creator-how-to-ui + \ingroup studio-how-to + + \title Switch UI themes + + Themes enable you to change the appearance of the UI from dark to light, + for example. + + To switch themes: + + \list 1 + \li Select \uicontrol Edit > \uicontrol Preferences > + \uicontrol Environment > \uicontrol Interface. + \image qtcreator-preferences-environment-interface.webp {Interface preferences} + \li In \uicontrol Theme, select a theme. + \endlist +*/ diff --git a/doc/qtcreator/src/howto/creator-how-to-view-images.qdoc b/doc/qtcreator/src/howto/creator-how-to-view-images.qdoc new file mode 100644 index 00000000000..0671ed9980c --- /dev/null +++ b/doc/qtcreator/src/howto/creator-how-to-view-images.qdoc @@ -0,0 +1,66 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page creator-how-to-view-images.html + \if defined(qtcreator) + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \endif + \ingroup creator-how-to-design + \ingroup studio-how-to-image-viewer + + \title View images + + \QC opens image files in the image viewer. + + \image qtcreator-image-viewer.png {Image viewer} + + Use the toolbar buttons or \l{Keyboard Shortcuts}{keyboard shortcuts} to: + + \list + \li \inlineimage icons/export.png + - Export SVG images to pixmaps or copy an image as a data URL, which + enables you to include it in web pages as if it were an external + resource + \li \inlineimage icons/original-size.png + - Return images to their original size + \li \inlineimage icons/zoom-in.png + - Zoom in and out (\inlineimage icons/zoom-out.png + ) + \li \inlineimage icons/run_small.png + - Play and pause animated GIF and MNG images + \li \inlineimage icons/qtcreator-desktopdevice-button.png + - Show and hide the image background + \li \inlineimage icons/switch-outline.png + - Show and hide the image outline + \li \inlineimage icons/fittoview.png + - Fit images to screen + \endlist + + Select \uicontrol {Set as Default} to use the current settings for the + background and outline modes and fitting images to screen as default + values for the image viewer. +*/ + +/*! + \page creator-how-to-export-svg-images.html + \if defined(qtcreator) + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \endif + \ingroup creator-how-to-design + \ingroup studio-how-to-image-viewer + + \title Export 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 + sizes to create a set of pixmaps. + + Select \inlineimage icons/export.png + on the toolbar. + + You can then use QIcon::addPixmap() to add the pixmaps to icons in + different modes and states. +*/ diff --git a/doc/qtcreator/src/howto/creator-only/creator-how-to-enable-plugins.qdoc b/doc/qtcreator/src/howto/creator-only/creator-how-to-enable-plugins.qdoc new file mode 100644 index 00000000000..72592cdca5a --- /dev/null +++ b/doc/qtcreator/src/howto/creator-only/creator-how-to-enable-plugins.qdoc @@ -0,0 +1,35 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page creator-how-to-enable-plugins.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-use + + \title Enable and disable plugins + + New \QC plugins are often introduced as \e {experimental plugins} to let you + try them out before they are fully supported. Experimental plugins are + disabled by default and you must enable them for them to become visible + after you restart \QC. By default, all the plugins that the plugin depends + on are also enabled. + + You can also disable plugins that you do not use, to streamline \QC. + By default, all the plugins that depend on the plugin are also disabled. + + To enable and disable plugins: + + \list 1 + \li Select \uicontrol Help > \uicontrol {About Plugins}. + \li Start typing in the \uicontrol Filter field to find a plugin. + \image qtcreator-installed-plugins.webp {Installed Plugins dialog} + \li Select the \uicontrol Load check box to enable a plugin, or deselect + it to disable a plugin. + \li Select \uicontrol OK. + \li Select \uicontrol {Restart Now} to restart \QC and have the changes + take effect. + \endlist + + \sa {Install plugins}{How-to: Install plugins} +*/ diff --git a/doc/qtcreator/src/howto/creator-only/creator-how-to-find-settings-files.qdoc b/doc/qtcreator/src/howto/creator-only/creator-how-to-find-settings-files.qdoc new file mode 100644 index 00000000000..42cb4759648 --- /dev/null +++ b/doc/qtcreator/src/howto/creator-only/creator-how-to-find-settings-files.qdoc @@ -0,0 +1,32 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page creator-how-to-find-settings-files.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-use + + \title Find settings files + + \QC creates the following files and directories: + + \list + \li QtCreator.db + \li QtCreator.ini + \li qtversion.xml + \li qtcreator + \endlist + + The location of the above files and directories depends on the platform: + + \list + \li On Linux and other Unix platforms, look in + \c {~/.config/QtProject} and + \c {~/.local/share/data/QtProject/qtcreator}. + \li On \macos, look in \c {~/.config/QtProject} and + \c {~/Library/Application Support/QtProject/Qt Creator}. + \li On Windows, look in + \c {%appdata%\QtProject} and \c {%localappdata%\QtProject}. + \endlist +*/ diff --git a/doc/qtcreator/src/howto/creator-only/creator-how-to-install-plugins.qdoc b/doc/qtcreator/src/howto/creator-only/creator-how-to-install-plugins.qdoc new file mode 100644 index 00000000000..10eb5e36c45 --- /dev/null +++ b/doc/qtcreator/src/howto/creator-only/creator-how-to-install-plugins.qdoc @@ -0,0 +1,43 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page creator-how-to-install-plugins.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-use + + \title Install plugins + + \l{https://marketplace.qt.io/}{Qt Marketplace} has links to \QC plugins that + you can download and install either for free or for a price set by their + publisher. Browse the available plugins in the \uicontrol Marketplace tab + in the \uicontrol Welcome mode. + + You can also install plugins from other sources, such as + \l{https://github.com/}{GitHub}. + + \note You can install only plugins that your \QC version supports. + + To install plugins: + + \list 1 + \li Select \uicontrol Help > \uicontrol {About Plugins} > + \uicontrol {Install Plugins}. + \li In the \uicontrol Source dialog, enter the path to the archive + or library that has the plugin. + \image qtcreator-install-plugin-source.png + \li In the \uicontrol {Install Location} dialog, select + \uicontrol {User plugins} to make the plugin available for the + current user in all compatible \QC instances or + \uicontrol {\QC installation} to make the plugin available for + all users of a particular \QC instance. + \image qtcreator-install-plugin-location.png + \li In the \uicontrol Summary dialog, select \uicontrol Finish to + install the plugin. + \image qtcreator-install-plugin-summary.png + \li Select \uicontrol {Restart Now} to restart \QC and load the plugin. + \endlist + + \sa {Enable and disable plugins}{How-to: Enable and disable plugins} +*/ 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 afc1450be8b..ae2b15c2509 100644 --- a/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc +++ b/doc/qtcreator/src/howto/creator-only/creator-how-tos.qdoc @@ -12,53 +12,72 @@ \page creator-how-tos.html \nextpage creator-known-issues.html - \title How-tos + \title How-to - How do I: + The following topics describe how to use \QC to perform a particular task. + + \section1 Use the UI \list - \li \l {Switch between modes} - \li \l {Move between open files} - \li \l {Switch to Edit mode} - \li \l {Find a specific setting} - \li \l {View output} - \li \l {Find keyboard shortcuts} - \li \l {Run \QC from the command line} - \li \l {Show and hide sidebars} - \li \l {Move to symbols} - \li \l {Quickly locate files using the keyboard} - \li \l {Perform calculations} - \li \l {Jump to a function in QML code} - \li \l {Add a license header template for C++ code} - \li \l {Paste text from my clipboard history} - \li \l {Sort lines alphabetically} - \li \l {Enclose selected code in curly braces, parentheses, or double quotes} - \li \l {Select the enclosing block in C++} - \li \l {Add my own code snippets to the auto-complete menu} - \li \l {Quickly write down notes somewhere} - \li \l {Configure the amount of recent files shown} - \li \l {Search and replace across files using a regular expression} + \li \l {Find a particular preference} + \li \l {Find keyboard shortcuts} + \li \l {Find menu items on \macos} + \li \l {Set high DPI scaling} + \li \l {Set the number of recent files shown} + \li \l {Show and hide sidebars} + \li \l {Switch between modes} + \li \l {Switch UI themes} + \li \l {View output} \endlist - \section1 Switch between modes + \section1 Edit Code - \QC uses different modes for different purposes. You can quickly - switch between these modes with the following keyboard shortcuts: + \list + \li \l {Add code snippets to the auto-complete menu} + \li \l {Enclose selected code in curly braces, parentheses, or double quotes} + \li \l {Jump to a function in QML code} + \li \l {Locate files using the keyboard} + \li \l {Move between open files} + \li \l {Move to symbols} + \li \l {Paste text from clipboard history} + \li \l {Perform calculations} + \li \l {Search and replace across files using a regular expression} + \li \l {Select the enclosing block in C++} + \li \l {Sort lines alphabetically} + \li \l {Switch to Edit mode} + \li \l {Write down notes} + \endlist + + \section1 Design UIs + + \list + \li \l {Export SVG images} + \li \l {View images} + \endlist + + \section1 Manage Projects \list - - \li \uicontrol Welcome mode \key Ctrl+1 - \li \uicontrol Edit mode \key Ctrl+2 - \li \uicontrol Design mode \key Ctrl+3 - \li \uicontrol Debug mode \key Ctrl+4 - \li \uicontrol Projects mode \key Ctrl+5 - \li \uicontrol Help mode \key Ctrl+6 - + \li \l {Add a license header template for C++ code} \endlist - For more information about \QC modes, see \l {Selecting Modes}. + \section1 Use \QC - \section1 Move between open files + \list + \li \l {Enable and disable plugins} + \li \l {Find settings files} + \li \l {Install plugins} + \li \l {Run \QC from the command line} + \endlist +*/ + +/*! + \page creator-how-to-move-between-open-files.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Move between open files To quickly move between currently open files, press \key Ctrl+Tab. @@ -68,8 +87,15 @@ (\key {Cmd+Opt+Left} on \macos). For example, if you use the \uicontrol Locator to jump to a symbol in the same file, you can jump back to your original location in that file by pressing \key {Alt+Left}. +*/ - \section1 Switch to Edit mode +/*! + \page creator-how-to-switch-to-edit-mode.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Switch to Edit mode To move to the \uicontrol Edit mode and currently active file, press \key Esc. @@ -83,13 +109,29 @@ \li The second press closes secondary windows \endlist +*/ - \section1 Find a specific setting +/*! + \page creator-how-to-find-preferences.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-ui - To find specific settings in \uicontrol Edit > \uicontrol Preferences, + \title Find a particular preference + + To find a particular preference in \uicontrol Edit > \uicontrol Preferences, use the filter located at the top left of the \uicontrol Preferences dialog. - \section1 View output + \image qtcreator-preferences.webp {Filtering preferences} +*/ + +/*! + \page creator-how-to-view-output.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-ui + + \title View output The \l{Viewing Output}{taskbar} shows output from several sources, such as a list of errors and warnings encountered during @@ -113,8 +155,15 @@ \endlist For additional ways to view other types of output, see \l{Viewing Output}. +*/ - \section1 Find keyboard shortcuts +/*! + \page creator-how-to-find-keyboard-shortcuts.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-ui + + \title Find keyboard shortcuts \QC has \l{Keyboard Shortcuts}{many useful keyboard shortcuts}. You can see the keyboard shortcut for a menu command in the menu @@ -124,8 +173,15 @@ \uicontrol Preferences > \uicontrol Environment > \uicontrol Keyboard. \image qtcreator-keyboard-shortcuts.png "Keyboard preferences" +*/ - \section1 Run \QC from the command line +/*! + \page creator-how-to-run-from-cli.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-use + + \title Run \QC from the command line You can launch \QC from the command line using the name of an existing \l{Managing Sessions}{session} or project file by entering @@ -135,23 +191,15 @@ loads the session called \e somesession. For more information, see \l{Using Command Line Options}. +*/ - \section1 Show and hide sidebars +/*! + \page creator-how-to-move-to-symbols.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit - You can toggle the left and right sidebar in some \QC modes. - - To toggle the left sidebar, click \inlineimage icons/leftsidebaricon.png - (\uicontrol {Hide Left Sidebar/Show Left Sidebar}) or press \key Alt+0 - (\key Cmd+0 on \macos). - - To toggle the right sidebar, click \inlineimage icons/rightsidebaricon.png - (\uicontrol {Hide Right Sidebar/Show Right Sidebar}) or press - \key Alt+Shift+0 (\key Cmd+Shift+0 on \macos). - - For more information on using the sidebars, see - \l {Browsing Project Contents}. - - \section1 Move to symbols + \title Move to symbols To move straight to a symbol used in a project, select the symbol in the \uicontrol Editor toolbar drop-down menu. For more information on the editor @@ -166,8 +214,15 @@ the definition or the declaration of the symbol. You can also move the cursor on the symbol and press \key {F2}. For more information, see \l{Moving to Symbol Definition or Declaration}. +*/ - \section1 Quickly locate files using the keyboard +/*! + \page creator-how-to-locate-files-using-keyboard.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Locate files using the keyboard Use the \uicontrol Locator to browse through projects, files, classes, functions, documentation, and file systems. @@ -184,8 +239,15 @@ \image qtcreator-locator-customize.webp "Locator preferences" For more information, see \l{Creating Locator Filters}. +*/ - \section1 Perform calculations +/*! + \page creator-how-to-perform-calculations.html + \previouspage creator-how-to-move-between-open-files.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Perform calculations Open the \uicontrol Locator with \key {Ctrl+K} and type =, followed by a space. You can now do basic calculations, with options to copy the results to the clipboard @@ -194,13 +256,27 @@ \image qtcreator-locator.webp "List of locator filters" For more information, see \l{Executing JavaScript}. +*/ - \section1 Jump to a function in QML code +/*! + \page creator-how-to-jump-to-functions-in-qml-code.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Jump to a function in QML code Open the \uicontrol Locator with \key {Ctrl+K} and type m, followed by a space. You can now go directly to any QML method in the file. +*/ - \section1 Add a license header template for C++ code +/*! + \page creator-how-to-add-license-header-templates.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-projects + + \title Add a license header template for C++ code Specify a file that has a license header for C++ in \uicontrol Edit > \uicontrol Preferences > \uicontrol C++ > \uicontrol {File Naming} > @@ -223,20 +299,41 @@ \li \c %$VARIABLE%: Contents of environment variable \c{VARIABLE}. \endlist +*/ - \section1 Paste text from my clipboard history +/*! + \page creator-how-to-paste-text-from-clipboard-history.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Paste text from clipboard history \QC stores copied text in clipboard history. To retrieve clips from the history, press \key {Ctrl+Shift+V} until the clip appears. The number of clips in the history is fixed to 10. +*/ - \section1 Sort lines alphabetically +/*! + \page creator-how-to-sort-lines-alphabetically.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Sort lines alphabetically To sort selected lines alphabetically, select \uicontrol Edit > \uicontrol Advanced > \uicontrol {Sort Selected Lines} or press \key {Alt+Shift+S} (or \key Ctrl+Shift+S on \macos). +*/ - \section1 Enclose selected code in curly braces, parentheses, or double quotes +/*! + \page creator-enclose-code-in-characters.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Enclose selected code in curly braces, parentheses, or double quotes When you have selected code and enter one of the following opening characters, the matching closing character is added automatically @@ -253,45 +350,87 @@ \uicontrol {Text Editor} > \uicontrol Completion. \image qtcreator-options-texteditor-completion.png "Completion preferences" +*/ - \section1 Select the enclosing block in C++ +/*! + \page creator-how-to-select-enclosing-block.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Select the enclosing block in C++ Press \key {Ctrl+U}. +*/ - \section1 Add my own code snippets to the auto-complete menu +/*! + \page creator-how-to-add-code-snippets.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit - You can add, modify, and remove snippets in the snippet editor. + \title Add code snippets to the auto-complete menu + + Add, modify, and remove snippets in the snippet editor. To open the editor, select \uicontrol Edit > \uicontrol Preferences > \uicontrol {Text Editor} > \uicontrol Snippets. \image qtcreator-snippet-modifiers.png "Snippets preferences" For more information, see \l {Adding and Editing Snippets}. +*/ - \section1 Quickly write down notes somewhere +/*! + \page creator-how-to-write-notes.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit - Select \uicontrol File > \uicontrol {New File} > - \uicontrol General > \uicontrol {Scratch Buffer}. - Alternatively, \key {Ctrl+N} can be used to open this dialog, which is - fully navigable via keyboard by using the up and down arrow keys and the - tab key. + \title Write down notes - This creates a new empty text file and saves it to the temporary directory - on your machine. You can use it to write down notes without having to worry - about deleting the file afterwards. The operating system will eventually - remove the file automatically. If you want to keep the file, you can easily - save it as a new file somewhere else. If you accidentally close the file, - you can find it in the \uicontrol File > \uicontrol {Recent Files} menu. + To write down notes without having to worry about deleting the file + later, create a new empty text file and save it to a temporary directory + on your machine. - \section1 Configure the amount of recent files shown + \image qtcreator-scratch-buffer.webp {Scratch file open in the text editor} + + To create a scratch file and open it in the text editor: + + \list + \li Select \uicontrol File > \uicontrol {New File} > \uicontrol General > + \uicontrol {Scratch Buffer}. + \li Press \key {Ctrl+N}. + \endlist + + Use the up and down arrow keys and the tab key to navigate in the editor. + + The operating system will eventually remove the file automatically. To keep + the file, save it as a new file somewhere else. If you accidentally close the + file, find it in \uicontrol File > \uicontrol {Recent Files}. +*/ + +/*! + \page creator-how-to-set-recent-files.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-ui + + \title Set the number of recent files shown Set the value of \uicontrol Edit > \uicontrol Preferences > \uicontrol Environment > \uicontrol System > \uicontrol {Maximum number of entries in "Recent Files"}. \image qtcreator-options-environment-system.png "System preferences" +*/ - \section1 Search and replace across files using a regular expression +/*! + \page creator-how-to-search-and-replace-using-regexp.html + \previouspage creator-how-to-move-between-open-files.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-edit + + \title Search and replace across files using a regular expression As an example, say you want to replace equality checks (\c {foo == bar}) with a function (\c {foo.equals(bar)}): diff --git a/doc/qtcreator/src/howto/creator-only/creator-squish.qdoc b/doc/qtcreator/src/howto/creator-only/creator-squish.qdoc index 27918da3e48..874b4b389e4 100644 --- a/doc/qtcreator/src/howto/creator-only/creator-squish.qdoc +++ b/doc/qtcreator/src/howto/creator-only/creator-squish.qdoc @@ -130,7 +130,7 @@ \section1 Managing Test Suites and Cases You can manage Squish test suites and cases in the \uicontrol Squish - \l {Working with Sidebars}{view}. + \l {Show and hide sidebars}{view}. \image qtcreator-squish-view.png "Squish sidebar view" diff --git a/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc b/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc index a782558ebd4..28c431d397a 100644 --- a/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc +++ b/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc @@ -10,7 +10,7 @@ This section has answers to some frequently asked questions about \QC. You might also find answers to your questions in the - \l{Known Issues} and \l{How-tos} sections, or the Troubleshooting + \l{Known Issues} and \l{How-to} sections, or the Troubleshooting sections for a special area, such as \l{Troubleshooting Debugger}{debugging}. @@ -22,7 +22,7 @@ Remove the settings files created by \QC. For more information about where the files are located on each supported - platform, see \l {Location of Settings Files}. + platform, see \l {Find settings files}. \b {\QC comes with \MinGW, should I use this version with Qt?} diff --git a/doc/qtcreator/src/meson/creator-projects-meson.qdoc b/doc/qtcreator/src/meson/creator-projects-meson.qdoc index ac15cd4ed83..ffc9a0d4c7b 100644 --- a/doc/qtcreator/src/meson/creator-projects-meson.qdoc +++ b/doc/qtcreator/src/meson/creator-projects-meson.qdoc @@ -22,7 +22,7 @@ in different build and run \l{glossary-buildandrun-kit}{kits}. \note Meson build plugin is disabled by default, see - \l{Enabling and Disabling Plugins}. + \l{Enable and disable plugins}{How-to: Enable and disable plugins}. \section1 Adding Meson Tools diff --git a/doc/qtcreator/src/overview/creator-only/creator-configuring.qdoc b/doc/qtcreator/src/overview/creator-only/creator-configuring.qdoc index 631e7e879c7..2e9330159f5 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-configuring.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-configuring.qdoc @@ -1,4 +1,4 @@ -// Copyright (C) 2021 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // ********************************************************************** @@ -142,55 +142,16 @@ \section1 Managing Plugins \QC comes with a set of plugins, some of which are disabled by default. - You can enable disabled plugins if you need them and disable plugins you - don't need. + You can \l{Enable and disable plugins}{enable} disabled plugins if you + need them and disable plugins you don't need. - You can download and install additional plugins from + You can \l{Install plugins}{download and install} more plugins from \l{https://marketplace.qt.io/}{Qt Marketplace} or some other source, such as \l{https://github.com/}{GitHub}. - \section2 Enabling and Disabling Plugins - - New \QC plugins are often introduced as \e {experimental plugins} to let you - try them out before they are fully supported. Experimental plugins are - disabled by default and you must enable them for them to become visible - after you restart \QC. By default, all the plugins that the plugin depends - on are also enabled. - - You can also disable plugins that you do not use, to streamline \QC. - By default, all the plugins that depend on the plugin are also disabled. - To enable and disable plugins, select \uicontrol Help > \uicontrol {About Plugins}. - \image qtcreator-installed-plugins.png "Installed Plugins dialog" - - \section2 Installing Plugins - - Qt Marketplace has links to \QC plugins that you can download and - install either for free or for a price set by their publisher. You can - browse the available plugins in the \uicontrol Marketplace tab in the - Welcome mode. - - \note You can install only plugins that your \QC version supports. - - To install plugins: - - \list 1 - \li Select \uicontrol Help > \uicontrol {About Plugins} > - \uicontrol {Install Plugins}. - \li In the \uicontrol Source dialog, enter the path to the archive - or library that has the plugin. - \image qtcreator-install-plugin-source.png - \li In the \uicontrol {Install Location} dialog, select - \uicontrol {User plugins} to make the plugin available for the - current user in all compatible \QC instances or - \uicontrol {\QC installation} to make the plugin available for - all users of a particular \QC instance. - \image qtcreator-install-plugin-location.png - \li In the \uicontrol Summary dialog, select \uicontrol Finish to - install the plugin. - \image qtcreator-install-plugin-summary.png - \li Select \uicontrol {Restart Now} to restart \QC and load the plugin. - \endlist + To install plugins, select \uicontrol Help > \uicontrol {About Plugins} > + \uicontrol {Install Plugins}. */ diff --git a/doc/qtcreator/src/overview/creator-only/creator-help-overview.qdoc b/doc/qtcreator/src/overview/creator-only/creator-help-overview.qdoc index a5df9187a42..4b7db858d43 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-help-overview.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-help-overview.qdoc @@ -30,7 +30,7 @@ Has answers to some frequently asked questions about \QC. - \li \l{How-tos} + \li \l{How-to} Lists useful \QC features. diff --git a/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc b/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc index befd689d089..3ebbedaba2d 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-overview.qdoc @@ -1,4 +1,4 @@ -// Copyright (C) 2021 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // ********************************************************************** @@ -80,21 +80,18 @@ For more information, see \l{Building and Running}. \li \b {\l{Testing}} - \QC integrates several external native debuggers: GNU - Symbolic Debugger (GDB), Microsoft Console Debugger (CDB), and - internal JavaScript debugger. In the \uicontrol Debug mode, you - can inspect the state of your application while debugging. + \QC integrates several external native debuggers that you can use + to inspect the state of your application while debugging. - Devices have limited memory and CPU power, so - you should use them carefully. \QC integrates Valgrind code - analysis tools for detecting memory leaks and profiling function - execution. In addition, the QML Profiler enables you to profile - Qt Quick applications. + Devices have limited memory and CPU power, so you should use them + carefully. \QC integrates code analysis tools for detecting + memory leaks, profiling function execution, analyzing CPU use, + and eliminating unnecessary complexity of code. Other tools + provide code coverage and visualize trace events. - \QC integrates the \l{Qt Test}, Boost.Test, Catch 2 test, - and Google C++ Testing frameworks for unit testing applications - and libraries. You can use \QC to create, build, and run - autotests. + \QC integrates several testing frameworks for unit testing + applications and libraries. You can use \QC to create, build, + and run autotests. For more information, see \l{Testing}. \li \b {Publishing} diff --git a/doc/qtcreator/src/overview/creator-only/creator-testing.qdoc b/doc/qtcreator/src/overview/creator-only/creator-testing.qdoc index 0f704f59bcf..ec77c0c54aa 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-testing.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-testing.qdoc @@ -1,4 +1,4 @@ -// Copyright (C) 2019 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // ********************************************************************** @@ -29,11 +29,11 @@ \li \l{Analyzing Code} - \QC integrates Valgrind code analysis tools for detecting memory - leaks and profiling function execution. You must download and - install them separately to use them from \QC. The QML Profiler is - installed as part of \QC. It enables you to profile your Qt Quick - applications. + Use tools for analyzing C++ and QML code to identify issues in + memory management, CPU usage, coding constructs, and so on. You + must install and configure the tools on your system to use them + from \QC. However, the QML Profiler is installed as part of \QC + for profiling Qt Quick applications. \li \l{Running Autotests} diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc index 7fb958592de..77164799119 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc @@ -123,6 +123,10 @@ \endtable + The following video shows how to create a Qt Widgets application project: + + \youtube FTSvDmcAgPI + For examples of creating different types of projects, see \l{Tutorials}. diff --git a/doc/qtcreator/src/projects/creator-projects-running.qdoc b/doc/qtcreator/src/projects/creator-projects-running.qdoc index 2393c4d2bb1..a6311d58d0a 100644 --- a/doc/qtcreator/src/projects/creator-projects-running.qdoc +++ b/doc/qtcreator/src/projects/creator-projects-running.qdoc @@ -64,7 +64,7 @@ the application has large image files that would need to be bundled into the resource file before running the application. - \image qtcreator-application-output.png + \image qtcreator-application-output.webp {Application Output view} \if defined(qtcreator) For more information on the options you have, see diff --git a/doc/qtcreator/src/qtcreator-toc.qdoc b/doc/qtcreator/src/qtcreator-toc.qdoc index 9b0cd51c993..eb8ced88e3b 100644 --- a/doc/qtcreator/src/qtcreator-toc.qdoc +++ b/doc/qtcreator/src/qtcreator-toc.qdoc @@ -19,8 +19,6 @@ \li \l{IDE Overview} \li \l{User Interface} \list - \li \l{Selecting Modes} - \li \l{Working with Sidebars} \li \l{Browsing Project Contents} \list \li \l{Projects} @@ -255,7 +253,7 @@ \list \li \l{Using the Help Mode} \li \l{FAQ} - \li \l{How-tos} + \li \l{How-to} \li \l{Known Issues} \li \l{Glossary} \li \l{Technical Support} diff --git a/doc/qtcreator/src/qtcreator.qdoc b/doc/qtcreator/src/qtcreator.qdoc index 280a65ab19b..60f61a9561c 100644 --- a/doc/qtcreator/src/qtcreator.qdoc +++ b/doc/qtcreator/src/qtcreator.qdoc @@ -103,7 +103,7 @@ \list \li \l{Using the Help Mode} \li \l{FAQ} - \li \l{How-tos} + \li \l{How-to} \li \l{Known Issues} \li \l{Glossary} \endlist diff --git a/doc/qtcreator/src/qtquick/qtquick-live-preview-desktop.qdoc b/doc/qtcreator/src/qtquick/qtquick-live-preview-desktop.qdoc index ca76ac369b2..01706aa950e 100644 --- a/doc/qtcreator/src/qtquick/qtquick-live-preview-desktop.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-live-preview-desktop.qdoc @@ -26,8 +26,8 @@ \image studio-live-preview.png \endif - To preview any QML file that belongs to the project, right-click the project - name in the \l Projects view, and select \uicontrol {Preview File}. + To preview any QML file that belongs to the project, right-click the + filename in the \l Projects view, and select \uicontrol {Preview File}. \if defined(qtdesignstudio) To preview the whole UI, select \uicontrol {Show Live Preview} diff --git a/doc/qtcreator/src/user-interface/creator-file-system-view.qdoc b/doc/qtcreator/src/user-interface/creator-file-system-view.qdoc index da554a3ab08..b7eddea19a0 100644 --- a/doc/qtcreator/src/user-interface/creator-file-system-view.qdoc +++ b/doc/qtcreator/src/user-interface/creator-file-system-view.qdoc @@ -1,4 +1,4 @@ -// Copyright (C) 2022 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! @@ -8,8 +8,7 @@ \title File System - If you cannot see a file in the \l Projects view, switch to the - \uicontrol {File System} view, which shows all the files in the file system. + The \uicontrol {File System} view shows all the files in the file system. \note Usually, \l{Searching with the Locator}{searching with the locator} is the fastest way to find a particular project, file, class, or function, @@ -17,12 +16,9 @@ to open files from anywhere in the file system. \if defined(qtdesignstudio) - The following image displays the \uicontrol {File System} view in the - \uicontrol Design mode: - - \image qtcreator-filesystem-view-design.png "File System view in the Design mode" + \image qtcreator-filesystem-view-design.png {File System view} \else - \image qtcreator-filesystem-view.webp "File System view in the sidebar" + \image qtcreator-filesystem-view.webp {File System view in the sidebar} \endif To move to the root directory of the file system, select \uicontrol Computer @@ -87,19 +83,11 @@ \li Collapse all open folders. \endlist + \if defined(qtcreator) \section1 File System View Toolbar - \if defined(qtdesignstudio) - In the \uicontrol Edit and \uicontrol Debug mode, the - \uicontrol {File System} view is displayed in the \l{Working with Sidebars} - {sidebar}. It has a toolbar with additional options. - - \image qtcreator-filesystem-view.webp "File System view in the sidebar" - \else The toolbar in the \uicontrol {File System} view has additional options. - \endif - To manage view contents, select \inlineimage icons/filtericon.png (\uicontrol Options): @@ -116,4 +104,5 @@ To stop the synchronization with the file currently open in the editor, deselect \inlineimage icons/linkicon.png (\uicontrol {Synchronize with Editor}). + \endif */ diff --git a/doc/qtcreator/src/user-interface/creator-sidebars.qdoc b/doc/qtcreator/src/user-interface/creator-only/creator-how-to-show-and-hide-sidebars.qdoc similarity index 53% rename from doc/qtcreator/src/user-interface/creator-sidebars.qdoc rename to doc/qtcreator/src/user-interface/creator-only/creator-how-to-show-and-hide-sidebars.qdoc index aecb42aa76c..d1a07de2cef 100644 --- a/doc/qtcreator/src/user-interface/creator-sidebars.qdoc +++ b/doc/qtcreator/src/user-interface/creator-only/creator-how-to-show-and-hide-sidebars.qdoc @@ -1,24 +1,19 @@ -// Copyright (C) 2020 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! - \page creator-sidebars.html - \if defined(qtdesignstudio) - \previouspage creator-coding-navigating.html - \else - \previouspage creator-modes.html - \endif - \nextpage creator-views.html + \page creator-how-to-show-and-hide-sidebars.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-ui + \title Show and hide sidebars - \title Working with Sidebars + In some \l{Switch between modes}{modes}, you can use a left and right + sidebar to organize different views into project contents. Only views + that are relevant to the mode you are working in are available in it. - In the \uicontrol Edit mode, you can use a left and right sidebar to - organize different views into project contents. Only views that are - relevant to the \l{Selecting Modes}{mode} you are working in are - available in it. - - You can select views in the sidebar menu (1): + Select views in the sidebar menu (1): \image qtcreator-sidebar.png @@ -27,8 +22,8 @@ \list \li To toggle the left sidebar, click \inlineimage icons/leftsidebaricon.png (\uicontrol {Hide Left Sidebar/Show Left Sidebar}) or press - \key Alt+0 (\key Cmd+0 on \macos). To toggle the right - sidebar, click \inlineimage icons/rightsidebaricon.png + \key Alt+0 (\key Cmd+0 on \macos). + \li To toggle the right sidebar, click \inlineimage icons/rightsidebaricon.png (\uicontrol {Hide Right Sidebar/Show Right Sidebar}) or press \key Alt+Shift+0 (\key Cmd+Shift+0 on \macos). \li To split a sidebar, click \inlineimage icons/splitbutton_horizontal.png diff --git a/doc/qtcreator/src/user-interface/creator-only/creator-how-to-switch-between-modes.qdoc b/doc/qtcreator/src/user-interface/creator-only/creator-how-to-switch-between-modes.qdoc new file mode 100644 index 00000000000..a43cffc4f04 --- /dev/null +++ b/doc/qtcreator/src/user-interface/creator-only/creator-how-to-switch-between-modes.qdoc @@ -0,0 +1,75 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page creator-how-to-switch-between-modes.html + \previouspage creator-how-tos.html + \nextpage creator-known-issues.html + \ingroup creator-how-to-ui + + \title Switch between modes + + \e Modes let you quickly switch between tasks such as editing + project and source files, designing application UIs, configuring projects + for building and running, and debugging or analyzing source code. + + To switch between modes: + + \list + \li Click the icons on the mode selector. + \li Use the \l{keyboard-shortcuts}{corresponding keyboard shortcut}. + \endlist + + \table + \header + \li {2,1} Mode + \li Keyboard Shortcut + \li Purpose + \li Read More + \row + \li {1,7} \inlineimage qtcreator-mode-selector.png + \row + \li \uicontrol Welcome + \li \key Ctrl+1 + \li Open projects, tutorials, and examples. + \li \l{User Interface} + \row + \li \uicontrol Edit + \li \key Ctrl+2 + \li Edit project and source files. + \li \l{Working in Edit Mode} + \row + \li \uicontrol Design + \li \key Ctrl+3 + \li Design and develop application user interfaces. + This mode is available for UI files. + \li \l{Designing User Interfaces} + \row + \li \uicontrol Debug + \li \key Ctrl+4 + \li Inspect the state of your application while debugging or use code + analysis tools to detect memory leaks and profile code. + \li \l{Debugging} + \row + \li \uicontrol Projects + \li \key Ctrl+5 + \li Configure how to build and run projects. + This mode is available when a project is open. + \li \l{Specifying Build Settings} + \row + \li \uicontrol Help + \li \key Ctrl+6 + \li Read documentation. + \li \l{Using the Help Mode} + \endtable + + Some actions in \QC trigger a mode change. For example, + selecting \uicontrol {Debug} > \uicontrol {Start Debugging} > + \uicontrol {Start Debugging of Startup Project} automatically + switches to \uicontrol {Debug} mode. + + To hide the mode selector and to save space on the display, select + \uicontrol View > \uicontrol {Mode Selector Style} > \uicontrol Hidden. + To only show icons on the mode selector, select the \uicontrol {Icons Only} + style. +*/ diff --git a/doc/qtcreator/src/user-interface/creator-projects-view.qdoc b/doc/qtcreator/src/user-interface/creator-projects-view.qdoc index cd8fd9a62a6..ef356c81cf4 100644 --- a/doc/qtcreator/src/user-interface/creator-projects-view.qdoc +++ b/doc/qtcreator/src/user-interface/creator-projects-view.qdoc @@ -1,4 +1,4 @@ -// Copyright (C) 2022 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! @@ -13,6 +13,7 @@ \title Projects The \uicontrol Projects view displays projects in a project tree. + The project tree has a list of all projects open in the current \l{Managing Sessions}{session}. For each project, the tree visualizes the build system structure of the project and lists all files that @@ -23,12 +24,9 @@ or almost anything else in your project. \if defined(qtdesignstudio) - The following image displays the \uicontrol Projects view in the - \uicontrol Design mode: - - \image qtcreator-projects-view-design.png "Projects view in the Design mode" + \image qtcreator-projects-view-design.png {Projects view} \else - \image qtcreator-projects-view-edit.png "Projects view in the sidebar" + \image qtcreator-projects-view-edit.png {Projects view in the sidebar} \endif You can use the project tree in the following ways: @@ -37,8 +35,11 @@ \li To open files that belong to a \l{Creating Projects}{project}, double-click them in the project tree. Files open in the appropriate editor, according to the file type. For example, code - source files open in the code editor. Use the \l{Selecting Modes} - {mode selector} to open the current file in another editor. + source files open in the code editor. + \if defined(qtcreator) + Use the \l{Switch between modes} {mode selector} to open the current + file in another editor. + \endif \li To bring up a \l{Projects View Context Menu}{context menu} that has the actions most commonly needed, right-click an item in the project tree. For example, through the menu of @@ -51,6 +52,9 @@ configuration files. \endlist + \note If you cannot see a file in the \l Projects view, switch to the + \uicontrol {File System} view, which shows all the files in the file system. + \section1 Projects View Context Menu The \uicontrol Projects view has context menus for managing projects, @@ -58,8 +62,10 @@ projects and subprojects: \list + \if defined(qtcreator) \li Set a project as the active project. - \li Execute the \uicontrol Build menu commands. + \endif + \li Execute \uicontrol Build menu commands. \li Create new files. For more information, see \if defined(qtdesignstudio) \l{Adding Files to Projects}. @@ -106,18 +112,10 @@ the \l {File System} view. To view a project in it, select \uicontrol {Show in File System View}. + \if defined(qtcreator) \section1 Projects View Toolbar - \if defined(qtdesignstudio) - In the \uicontrol Edit and \uicontrol Debug mode, the - \l{Working with Sidebars}{sidebar} has the \uicontrol Projects - view. It has a toolbar with additional options. - - \image qtcreator-projects-view-edit.png "Projects view in the sidebar" - \else The toolbar in the \uicontrol Projects view has additional options. - \endif - To filter view contents, select \inlineimage icons/filtericon.png (\uicontrol {Filter Tree}): @@ -140,7 +138,6 @@ currently opened in the editor, deselect \inlineimage icons/linkicon.png (\uicontrol {Synchronize with Editor}). - \if defined(qtcreator) Some build systems support adding and removing files to a project in \QC (currently qmake and Qbs). The faithful display of the project structure enables you to specify exactly where to place a new file in the build system. @@ -152,8 +149,5 @@ from the version control system in brackets after the project name. \QC currently implements this for Git (the view displays the branch name or a tag) and ClearCase (the view displays the branch name). - \else - If the project is under Git version control, you can see the currently - checked out branch or tag in brackets after the project name. \endif */ diff --git a/doc/qtcreator/src/user-interface/creator-ui.qdoc b/doc/qtcreator/src/user-interface/creator-ui.qdoc index f5e59218f46..29fe61bb26b 100644 --- a/doc/qtcreator/src/user-interface/creator-ui.qdoc +++ b/doc/qtcreator/src/user-interface/creator-ui.qdoc @@ -1,4 +1,4 @@ -// Copyright (C) 2022 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // ********************************************************************** @@ -11,109 +11,95 @@ \page creator-quick-tour.html \if defined(qtdesignstudio) \previouspage {Tutorials} + \nextpage creator-using-qt-quick-designer.html \else \previouspage creator-overview.html + \nextpage creator-views.html \endif - \nextpage creator-modes.html \title User Interface - When you start \QC, it opens to the \uicontrol Welcome mode, where you can: - - \list - \if defined(qtcreator) - \li Open recent sessions - \endif - - \li Open recent projects - - \li Create and open projects - - \li Open tutorials and example projects - - \if defined(qtcreator) - \li Browse Qt extensions in the \l{https://marketplace.qt.io/} - {Qt Marketplace} - \li Download the Qt Installer - \endif - - \li Read news from the online community and Qt blogs - - \li Create or manage a Qt Account - - \endlist - \if defined(qtcreator) - \image qtcreator-breakdown.png - \else - \image studio-welcome-mode.png - \endif + When you start \QC, it opens to the \uicontrol Welcome mode. - \if defined(qtcreator) - Do you want to perform a particular task, such as designing the UI, - writing code, or debugging the application? Select the appropriate mode in - the \l{Selecting Modes}{mode selector} (1). + \image qtcreator-breakdown.png {Welcome mode} - Are you ready to build the application for particular hardware or (5) - run (3) or debug (4) it on a device? Use the kit selector (2) to select - the appropriate \l{glossary-buildandrun-kit}{kit}. The task bar (7) - displays output from these actions. + \table + \header + \li Number + \li UI Control + \li Purpose + \li Read More + \row + \li \inlineimage numbers/01.png + \li Mode selector + \li Perform a particular task, such as designing the UI, writing code, or + debugging the application. + \li \l{Switch between modes} + \row + \li \inlineimage numbers/02.png + \li Kit selector + \li Select the appropriate \l{glossary-buildandrun-kit}{kit} for building + the project and running it on particular hardware. + \li \l{Activating Kits for a Project} + \row + \li \inlineimage numbers/03.png + \li Run button + \li Run the application on the selected target platform. + \li \l{Running on Multiple Platforms} + \row + \li \inlineimage numbers/04.png + \li Debug button + \li Debug the application on the selected target platform. + \li \l{Debugging} + \row + \li \inlineimage numbers/05.png + \li Build button + \li Build the application using the selected kit. + \li \l{Building for Multiple Platforms} + \row + \li \inlineimage numbers/06.png + \li Locator + \li Find a particular project, file, class, or function. + \li \l{Searching with the Locator} + \row + \li \inlineimage numbers/07.png + \li Output + \li View output from building, running, and other actions. + \li \l{Viewing Output} + \endtable - Are you looking for a particular project, file, class, or function? - Start typing its name in the \l{Searching with the Locator}{locator} (6). - - To see where the above controls are in the user interface, select + To see where the above controls are in the UI, select \uicontrol Help > \uicontrol {UI Tour}. - The following sections describe some \QC controls in more detail: + The following video shows the parts of the UI and the \uicontrol Welcome + mode: - \list - \li \l{Selecting Modes}{Mode selector} - \li \l{Working with Sidebars}{Sidebars} - \li \l{Browsing Project Contents}{Views} - \li \l{Viewing Output}{Output} - \endlist - - \else - You can use the \l{Selecting Modes}{mode selector} to switch to the - \l{Design Views}{Design mode} (1), where you will do - most of your work and the \l{Using the Help Mode}{Help} (2) mode, where - you can read the product documentation. The other modes are for more - advanced use, and you are likely to need them less often. - - Below the mode selector, you can find shortcuts to some more advanced - functions, such as running the application or finding problems in the - QML code by debugging or profiling it. - \endif + \youtube hOx3dod5-1A \section1 What's New? For information about new features and bug fixes in each \QC release, select \uicontrol Help > \uicontrol {Change Log}. - \section1 For \macos Users + \sa {Show and hide sidebars}, {Browsing Project Contents} + \sa {Use the UI}{How-to: Use the UI} - \QC uses standard names and locations for standard features, such as - \e preferences. In this manual, the names and locations on - Windows and Linux are usually used to keep the instructions short. Here are - some places to check if you cannot find a function, dialog, or keyboard - shortcut on \macos when following the instructions: + \else - \table - \header - \li For - \li Look In - \row - \li \uicontrol Edit > \uicontrol Preferences - \li \uicontrol {\QC} > \uicontrol Preferences - \row - \li \uicontrol Help > \uicontrol {About Plugins} - \li \uicontrol {\QC} > \uicontrol {About Plugins} - \row - \li Keyboard shortcuts - \li \uicontrol {\QC} > \uicontrol Preferences > \uicontrol Environment > - \uicontrol Keyboard - \endtable + When you start \QC, it opens to the \uicontrol Welcome mode, where you can: + + \list + \li Open recent projects + \li Create and open projects + \li Open tutorials and example projects + \li Read news from the online community and Qt blogs + \li Create or manage a Qt Account + \endlist + + \image studio-welcome-mode.webp {Welcome mode} + + \endif \if defined(qtdesignstudio) \section1 Customizing the Menu @@ -134,227 +120,25 @@ You need to restart \QDS to apply changes made to these settings. - \endif + \section1 Customizing the UI - \section1 Switching UI Themes - - Themes enable you to change the appearance of the UI from dark to light, - for example. To switch themes, select \uicontrol Edit > \uicontrol Preferences - > \uicontrol Environment, and then select a theme in the \uicontrol Theme - field. - - \image qtcreator-preferences-environment-interface.webp {Interface preferences} - - \section1 Changing Languages - - \QC has several language versions. If the system language - is one of the supported languages, \QC selects it automatically. To - change the language, select \uicontrol Edit > \uicontrol Preferences > - \uicontrol Environment and select a language in the \uicontrol Language - field. Select \uicontrol {Restart Now} to restart \QC and have the change - take effect. - - \section1 High DPI Scaling - - The operating systems that \QC supports implement high dots-per-inch (DPI) - scaling at varying levels. Therefore, \QC handles high DPI scaling - differently on different operating systems: + The following topics describe how to customize the UI: \list - \li On \macos, \QC forces high DPI scaling, which means that it allows - Qt to use the system scaling factor as the \QC scaling factor. - \li On Windows, if you do not set \l{High DPI} - {scaling environment variables}, \QC instructs Qt to detect the - scaling factor and use it as the \QC scaling factor. - \li On Linux, \QC leaves it to the user to enable high DPI scaling - because the process varies so much on different distributions - and windowing systems that it cannot be reliably done automatically. + \li \l {Find menu items on \macos} + \li \l {Set high DPI scaling} + \li \l {Switch UI themes} \endlist - To override the default approach and always enable high-DPI scaling, select - \uicontrol Edit > \uicontrol Preferences > \uicontrol Environment > - \uicontrol {Enable high DPI scaling}. The changes will take effect after you - restart \QC. - - \section1 Navigating with Keyboard - - \QC caters not only to those users who like to use the mouse, but also - to those who are more comfortable with the keyboard. A wide range of - \l{keyboard-shortcuts}{keyboard} and \l{Searching with the Locator} - {navigation} shortcuts are available to help you work faster. - - \if defined(qtcreator) - \section1 Useful Features - - For a list of useful \QC features described in other parts of the - documentation, see \l{How-tos}. - \endif - \section1 Viewing Images - \QC opens image files in the image viewer. + The following topics describe how to use the image viewer: - \image qtcreator-image-viewer.png "Image viewer" - - Use the toolbar buttons or \l{Keyboard Shortcuts}{keyboard shortcuts} to: - - \list - \li \inlineimage icons/export.png - - Export SVG images to pixmaps or copy an image as a data URL, which - enables you to include it in web pages as if it were an external - resource - \li \inlineimage icons/original-size.png - - Return images to their original size - \li \inlineimage icons/zoom-in.png - - Zoom in and out (\inlineimage icons/zoom-out.png - ) - \li \inlineimage icons/run_small.png - - Play and pause animated GIF and MNG images - \li \inlineimage icons/qtcreator-desktopdevice-button.png - - Show and hide the image background - \li \inlineimage icons/switch-outline.png - - Show and hide the image outline - \li \inlineimage icons/fittoview.png - - Fit images to screen + \list + \li \l {Export SVG images} + \li \l {View images} \endlist - Select \uicontrol {Set as Default} to use the current settings for the - background and outline modes and fitting images to screen as default - values for the image viewer. - - \section2 Exporting SVG Images - - If you have a freely scalable icon in the SVG format, - you can export it to several images of different sizes to create a set of - pixmaps. - \if defined(qtcreator) - You can then use QIcon::addPixmap() to add the pixmaps to icons in - different modes and states. - \endif - - \if defined(qtcreator) - \section1 Location of Settings Files - - \QC creates the following files and directories: - - \list - - \li QtCreator.db - - \li QtCreator.ini - - \li qtversion.xml - - \li toolChains.xml - - \li qtcreator - - \li qtc-qmldump - - \endlist - - The location of the above files and directories depends on the platform: - - \list - - \li On Linux and other Unix platforms, look in - \c {~/.config/QtProject} and - \c {~/.local/share/data/QtProject/qtcreator}. - - \li On \macos, look in \c {~/.config/QtProject} and - \c {~/Library/Application Support/QtProject/Qt Creator}. - - \li On Windows, look in - \c {%appdata%\QtProject} and \c {%localappdata%\QtProject}. - - \endlist - \endif - - -*/ - -/*! - \page creator-modes.html - \previouspage creator-quick-tour.html - \if defined(qtdesignstudio) - \nextpage creator-using-qt-quick-designer.html - \else - \nextpage creator-sidebars.html - \endif - - \title Selecting Modes - - \image qtcreator-mode-selector.png - - \if defined(qtcreator) - The mode selector allows you to quickly switch between tasks such as editing - project and source files, designing application UIs, configuring projects for - building and running, and debugging your applications. To change - modes, click the icons, or use the \l{keyboard-shortcuts} - {corresponding keyboard shortcut}. - - To hide the mode selector and to save space on the display, select - \uicontrol View > \uicontrol {Mode Selector Style} > \uicontrol Hidden. - To only show icons on the mode selector, select the \uicontrol {Icons Only} - style. - \endif - - \if defined(qtdesignstudio) - The mode selector is hidden by default. - - To show the mode selector, go to \uicontrol Views > - \uicontrol {Mode Selector Style} and select \uicontrol {Icons and Text} - or \uicontrol {Icons Only}. - \endif - - - You can use \QC in the following modes: - - \list - - \li \uicontrol {\l{User Interface}{Welcome}} mode for opening projects, - tutorials, and examples. - - \li \uicontrol{\l{Coding}{Edit}} mode for editing project and source - files. - - \if defined(qtcreator) - \li \uicontrol{\l{Designing User Interfaces}{Design}} - mode for designing and developing application user interfaces. - This mode is available for UI files. - \else - \li \uicontrol{\l{Design Views}{Design}} - mode for designing and developing application user interfaces. - As a designer, you'll do most of your work in this mode. - \endif - - \if defined(qtcreator) - \li \uicontrol{\l{Debugging}{Debug}} - \else - \li \uicontrol {\l{Debugging and Profiling}{Debug}} - \endif - mode for inspecting the state of your - application while debugging and for using code analysis tools - to detect memory leaks and profile code. - - \if defined(qtcreator) - \li \uicontrol{\l{Specifying Build Settings}{Projects}} mode - for configuring project building and execution. - \else - \li \uicontrol{\l{Selecting the Preview Tool}{Projects}} mode - for selecting the tool to use for live preview. - \endif - This mode is available when a project is open. - - \li \uicontrol{\l{Using the Help Mode}{Help}} mode for viewing - documentation. - - \endlist - - \if defined(qtcreator) - Certain actions in \QC trigger a mode change. Clicking on \uicontrol {Debug} > - \uicontrol {Start Debugging} > \uicontrol {Start Debugging} automatically switches to - \uicontrol {Debug} mode. \endif */ @@ -370,9 +154,9 @@ \title Viewing Output - \image qtcreator-general-messages.png "General Messages" + \image qtcreator-general-messages.webp {General Messages} - The taskbar in \QC can display following types of output: + You can view the following types of output: \list @@ -410,7 +194,12 @@ \endlist - Output is available on the taskbar in all \l{Selecting Modes}{modes}. + Output is available on the taskbar in all + \if defined(qtcreator) + \l{Switch between modes}{modes}. + \else + \l{Mode}{modes}. + \endif \image qtcreator-output-panes-taskbar.webp "Output on the taskbar" @@ -575,7 +364,7 @@ In \uicontrol{Search Results}, you can search through projects, files on a file system or the currently open files: - \image qtcreator-search-results.png "Search Results" + \image qtcreator-search-results.webp {Search Results - criteria} The search history (1) stores the search results. You can select earlier searches from the history. @@ -583,7 +372,7 @@ The figure below shows an example search result for all occurrences of the search string in the specified directory. - \image qtcreator-searchresults.png + \image qtcreator-search-results-matches.webp {Search Results - matches found} For more information about the different search options, see \l {Finding and Replacing}. @@ -593,7 +382,7 @@ \uicontrol{Application Output} displays the status of a program when you execute it, and the debug output. - \image qtcreator-application-output.png + \image qtcreator-application-output.webp {Application Output} \if defined(qtcreator) If you specify command line arguments in the run settings that are passed @@ -619,7 +408,7 @@ The \uicontrol{Compile Output} is a more detailed version of information displayed in \l Issues. - \image qtcreator-compile-output.png "Compile Output" + \image qtcreator-compile-output.webp {Compile Output} Double-click on a file name in an error message to open the file in the code editor. @@ -770,13 +559,13 @@ subproject. Click the icons on the toolbar to show only the selected keywords. - \image qtcreator-todo-pane.png + \image qtcreator-to-do-entries.webp {To-Do Entries} To add keywords, select \uicontrol Edit > \uicontrol Preferences > \uicontrol {To-Do} > \uicontrol Add. Set an icon and a line background color for the keyword. - \image qtcreator-todo-options.png "To-Do preferences" + \image qtcreator-todo-options.png {To-Do preferences} To change the icon and line background color of the selected keyword, select \uicontrol Edit. @@ -793,7 +582,7 @@ To exclude files from scanning, select \uicontrol {Project Settings} > \uicontrol {To-Do} in the \uicontrol Projects mode. - \image qtcreator-todo-excluded-files.png "Excluded Files in To-Do preferences" + \image qtcreator-todo-excluded-files.png {Excluded Files in To-Do preferences} Select \uicontrol Add and double-click the placeholder text in \uicontrol {Exclude Files} to enter a regular expression that diff --git a/doc/qtcreator/src/user-interface/creator-views.qdoc b/doc/qtcreator/src/user-interface/creator-views.qdoc index e676ed18907..673e902736d 100644 --- a/doc/qtcreator/src/user-interface/creator-views.qdoc +++ b/doc/qtcreator/src/user-interface/creator-views.qdoc @@ -1,26 +1,25 @@ -// Copyright (C) 2021 The Qt Company Ltd. +// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! \page creator-views.html - \previouspage creator-sidebars.html \if defined(qtdesignstudio) + \previouspage creator-coding-navigating.html \nextpage creator-output-panes.html \else + \previouspage creator-quick-tour.html \nextpage creator-projects-view.html \endif \title Browsing Project Contents - You can organize \QC views in \l {Working with Sidebars}{sidebars} or as \if defined(qtdesignstudio) - \l {Managing Workspaces}{workspaces}, + You can organize \QDS views as \l {Managing Workspaces}{workspaces}. \else - workspaces + You can organize \QC views in \l {Show and hide sidebars}{sidebars} or as + workspaces, depending on the \l{Switch between modes}{mode} you are working + in. Only views that are relevant to a mode are available in it. \endif - depending on the \l{Selecting Modes} - {mode} you are working in. Only views that are relevant to a mode are - available in it. \note Usually, \l{Searching with the Locator}{searching with the locator} is the fastest way to find a particular project, file, class, or function, diff --git a/doc/qtcreator/src/widgets/qtdesigner-overview.qdoc b/doc/qtcreator/src/widgets/qtdesigner-overview.qdoc index b19bdede094..390db7f2b89 100644 --- a/doc/qtcreator/src/widgets/qtdesigner-overview.qdoc +++ b/doc/qtcreator/src/widgets/qtdesigner-overview.qdoc @@ -24,6 +24,11 @@ Generally, the integrated \QD has the same functions as the standalone \QD. The following sections describe the differences. + The following video shows how to use the integrated \QD to create a small Qt + Widgets-based application: + + \youtube LnVjI0I7cKs + \section1 Code Editor Integration To switch between forms (\uicontrol Design mode) and code (\uicontrol Edit mode), diff --git a/doc/qtcreatordev/src/coding-style.qdoc b/doc/qtcreatordev/src/coding-style.qdoc index 22da9cca0cb..042cd58bb42 100644 --- a/doc/qtcreatordev/src/coding-style.qdoc +++ b/doc/qtcreatordev/src/coding-style.qdoc @@ -645,6 +645,74 @@ executed code, and even then prefer Utils::HostInfo over #ifdefs. \endlist + \section2 Plugin Dependencies + + To keep Qt Creator scalable we aim at keeping hard run-time dependencies + between plugins and to external libraries as few as reasonably possible. + + There are several techniques for that. + + \section2 Extending Base Plugin Functionality by Callbacks + + This pattern allows leaf plugins to provide additional functionality + to a central plugin by injecting a callback. + + It is used for functionality that is helpful in some setups but not + applicable or considered intrusive (e.g. because of size or external + dependencies) in others, so that users may want to enable or disable + it without impacting the rest of their setup. + + The leaf plugin can then for example depend on a large (or otherwise + inconvenient) external dependency without imposing this dependency on + the central plugin. + + The overall pattern looks like: + + \list + + \li In \c centralplugin/somewhere.h + + \code + std::function &fancyLeafCallback(); + + void possiblyFancyOperation(); + \endcode + + \li In \c centralplugin/somewhere.cpp + + \code + std::function &fancyLeafCallback() + { + static std::function callback; + return callback; + } + ... + + void possiblyFancyOperation() + { + if (auto callback = fancyLeafCallback()) { + // can be used + callback(); + } else { + // not present, use some plain fallback implementation + // or error out + } + } + \endcode + + \li In \c leafplugin/leafplugin.cpp: + + \code + void LeafPlugininitialize() + { + ... + Central::fancyLeafCallback() = [this](...) { doSomething; }; + ... + } + + \endcode + + \endlist \section2 Plugin Extension Points diff --git a/doc/qtcreatordev/src/qtcreator-ui-text.qdoc b/doc/qtcreatordev/src/qtcreator-ui-text.qdoc index 42d5d9466c2..f42c80671af 100644 --- a/doc/qtcreatordev/src/qtcreator-ui-text.qdoc +++ b/doc/qtcreatordev/src/qtcreator-ui-text.qdoc @@ -87,19 +87,75 @@ element. You can also add descriptive text to the UI that is always visible. + Consider adding tooltips for all UI elements that are not obvious from + the context. The tooltips should help users understand what the UI controls + do, so try to make them as clear as possible, even if they get a bit long. + + \section3 Tooltips for Icons + For an icon, you can use the command name as a tool tip. In that case, use book style capitalization and do not add a period after the tool tip. \image qtcreator-tooltip.png {Tooltip} - Tooltips can also contain full sentences. Try to make them as short and - concise as possible, while still making them grammatically correct. Use - sentence style capitalization and punctuation as you would for any - sentence. + \section3 Other Tooltips + + Tooltips can also contain full sentences. \image qtcreator-tooltip-long.png {Sentence as a tooltip} + Follow these guidelines: + + \list + \li Write useful tooltips, but keep them as short and concise as + possible. + \li To help people who localize and people for whom English is a second + language, make tooltips as grammatically clear as possible. Use the + articles a, an, and the, prepositions, such as of, and demonstrative + pronouns, such as this and that, wherever possible. + \li Use sentence style capitalization and punctuation as you would for + any sentence. + \li For input fields, describe the value of the field. Tell users what + they can enter in the field, such as a name or a path, unless it is + obvious from the context. Use a noun phrase, such as \e {The name of + the user account.} Describe limitations and special requirements. + \li For actions, such as most check boxes, radio buttons, push buttons, + and menu items, describe what happens when users select them. Use a + verb phrase, such as \e {Removes trailing whitespace upon saving.} + \li For combo boxes, describe when to pick each option. + \li Describe what the UI control does, not how to use it. If the control + does not work as users would expect it to, check your design, as you + most likely chose the wrong type of control. + \li Do not describe the default value or the minimum and maximum values, + as users can see them in the field. + \endlist + + \section3 Examples + + \table + \header + \li Control + \li Do + \li Don't + \row + \li Button - \uicontrol {Download Definitions} + \li Download missing and update existing syntax definition files. + \li You can select this button to download syntax definition files. + \row + \li Check box - \uicontrol {Clean whitespace} + \li Removes trailing whitespace upon saving. + \li Enable this check box to remove trailing whitespace upon saving. + \row + \li Combo box - \uicontrol Size + \li The font size used in the terminal (in points). + \li Use the up and down arrows to set the font size between 1 and 100. + \row + \li Field - \uicontrol {Shell arguments} + \li The arguments to be passed to the shell. + \li Sets the arguments to be passed to the shell. + \endtable + \section3 Writing Tooltips in Design Mode In Qt Designer, use plain text for tooltips. For extra formatting, write @@ -166,9 +222,11 @@ \section3 Checking Book Style Capitalization - You can use the to-title-case.js script in the \c{\doc\titlecase} - folder to check book style capitalization of UI text or headings in - documentation: + If necessary, use an online \l{https://titlecaseconverter.com/} + {Title Case Converter} to check book style capitalization + of UI text or headings in documentation. + + Or, use the to-title-case.js script in the \c{\doc\titlecase} folder: \list 1 diff --git a/doc/qtdesignstudio/config/qtdesignstudio.qdocconf b/doc/qtdesignstudio/config/qtdesignstudio.qdocconf index 5bcfe70d400..86a948bd889 100644 --- a/doc/qtdesignstudio/config/qtdesignstudio.qdocconf +++ b/doc/qtdesignstudio/config/qtdesignstudio.qdocconf @@ -54,6 +54,7 @@ excludedirs += ../../qtcreator/examples/accelbubble \ ../../qtcreator/src/python \ ../../qtcreator/src/qnx \ ../../qtcreator/src/qtquick/creator-only \ + ../../qtcreator/src/user-interface/creator-only \ ../../qtcreator/src/vcs/creator-only \ ../../qtcreator/src/widgets \ ../../qtcreator/src/webassembly diff --git a/doc/qtdesignstudio/images/studio-welcome-mode.png b/doc/qtdesignstudio/images/studio-welcome-mode.png deleted file mode 100644 index a9be0b021c7..00000000000 Binary files a/doc/qtdesignstudio/images/studio-welcome-mode.png and /dev/null differ diff --git a/doc/qtdesignstudio/images/studio-welcome-mode.webp b/doc/qtdesignstudio/images/studio-welcome-mode.webp new file mode 100644 index 00000000000..ab0528a8280 Binary files /dev/null and b/doc/qtdesignstudio/images/studio-welcome-mode.webp differ diff --git a/doc/qtdesignstudio/src/qtdesignstudio-terms.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-terms.qdoc index 4859c20488c..d4dcb9a75ee 100644 --- a/doc/qtdesignstudio/src/qtdesignstudio-terms.qdoc +++ b/doc/qtdesignstudio/src/qtdesignstudio-terms.qdoc @@ -151,12 +151,11 @@ \image studio-design-mode.webp "Design mode" - Read more about modes: + The mode selector is hidden by default. - \list - \li \l{Selecting Modes} - \li \l{Design Views} - \endlist + To show the mode selector, go to \uicontrol Views > + \uicontrol {Mode Selector Style} and select \uicontrol {Icons and Text} + or \uicontrol {Icons Only}. \section1 Project \target glossary-project diff --git a/doc/qtdesignstudio/src/qtdesignstudio-toc.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-toc.qdoc index 7b42139cb43..0448079cbb4 100644 --- a/doc/qtdesignstudio/src/qtdesignstudio-toc.qdoc +++ b/doc/qtdesignstudio/src/qtdesignstudio-toc.qdoc @@ -12,7 +12,6 @@ \li \l{Tutorials} \li \l{User Interface} \list - \li \l{Selecting Modes} \li \l{Design Views} \list \li \l{2D} @@ -203,7 +202,6 @@ \list \li \l{Working in Edit Mode} \list - \li \l{Working with Sidebars} \li \l{Browsing Project Contents} \li \l{Viewing Output} \endlist diff --git a/doc/qtdesignstudio/src/views/qtquick-designer.qdoc b/doc/qtdesignstudio/src/views/qtquick-designer.qdoc index e07b798b634..1e7d58326ee 100644 --- a/doc/qtdesignstudio/src/views/qtquick-designer.qdoc +++ b/doc/qtdesignstudio/src/views/qtquick-designer.qdoc @@ -10,7 +10,7 @@ /*! \page creator-using-qt-quick-designer.html - \previouspage creator-modes.html + \previouspage creator-quick-tour.html \nextpage qtquick-form-editor.html \title Design Views diff --git a/share/qtcreator/debugger/dumper.py b/share/qtcreator/debugger/dumper.py index 50dabd217fd..1fd42848d4e 100644 --- a/share/qtcreator/debugger/dumper.py +++ b/share/qtcreator/debugger/dumper.py @@ -1386,7 +1386,7 @@ class DumperBase(): self.putExpandable() return - if DisplayFormat.Array10 <= displayFormat and displayFormat <= DisplayFormat.Array1000: + if DisplayFormat.Array10 <= displayFormat and displayFormat <= DisplayFormat.Array10000: n = (10, 100, 1000, 10000)[displayFormat - DisplayFormat.Array10] self.putType(typeName) self.putItemCount(n) diff --git a/share/qtcreator/debugger/lldbbridge.py b/share/qtcreator/debugger/lldbbridge.py index bef97482af6..3cef9f22c9d 100644 --- a/share/qtcreator/debugger/lldbbridge.py +++ b/share/qtcreator/debugger/lldbbridge.py @@ -755,15 +755,15 @@ class Dumper(DumperBase): qtVersionAndNamespace = None try: qtVersionAndNamespace = self.fetchQtVersionAndNamespace() - DumperBase.warn("Detected Qt Version: 0x%0x (namespace='%s')" % - (qtVersionAndNamespace[1], qtVersionAndNamespace[0] or "no namespace")) + self.report("Detected Qt Version: 0x%0x (namespace='%s')" % + (qtVersionAndNamespace[1], qtVersionAndNamespace[0] or "no namespace")) except Exception as e: DumperBase.warn('[lldb] Error detecting Qt version: %s' % e) try: self.fetchInternalFunctions() - DumperBase.warn('Found function QObject::property: 0x%0x' % self.qtPropertyFunc) - DumperBase.warn('Found function QObject::customEvent: 0x%0x' % self.qtCustomEventFunc) + self.report('Found function QObject::property: 0x%0x' % self.qtPropertyFunc) + self.report('Found function QObject::customEvent: 0x%0x' % self.qtCustomEventFunc) except Exception as e: DumperBase.warn('[lldb] Error fetching internal Qt functions: %s' % e) diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl index ef31652b0eb..0adf6e1c98e 100644 --- a/share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl +++ b/share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl @@ -38,6 +38,7 @@ if (LINK_INSIGHT) include(${CMAKE_CURRENT_SOURCE_DIR}/insight) endif () +include(GNUInstallDirs) install(TARGETS %{ProjectName}App BUNDLE DESTINATION . LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} diff --git a/share/qtcreator/templates/wizards/codesnippet/CMakeLists.txt b/share/qtcreator/templates/wizards/codesnippet/CMakeLists.txt index 325903743c0..0e923c87945 100644 --- a/share/qtcreator/templates/wizards/codesnippet/CMakeLists.txt +++ b/share/qtcreator/templates/wizards/codesnippet/CMakeLists.txt @@ -24,6 +24,7 @@ endif() target_link_libraries(%{ProjectName} PRIVATE Qt${QT_VERSION_MAJOR}::%{QtModule}) +include(GNUInstallDirs) install(TARGETS %{ProjectName} @if %{MacOSBundle} BUNDLE DESTINATION . diff --git a/share/qtcreator/templates/wizards/projects/consoleapp/CMakeLists.txt b/share/qtcreator/templates/wizards/projects/consoleapp/CMakeLists.txt index 7be8ecf05aa..a6f956127dd 100644 --- a/share/qtcreator/templates/wizards/projects/consoleapp/CMakeLists.txt +++ b/share/qtcreator/templates/wizards/projects/consoleapp/CMakeLists.txt @@ -35,6 +35,7 @@ else() endif() @endif +include(GNUInstallDirs) install(TARGETS %{ProjectName} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} diff --git a/share/qtcreator/templates/wizards/projects/plainc/CMakeLists.txt b/share/qtcreator/templates/wizards/projects/plainc/CMakeLists.txt index 49bf10a0890..1a0a570e66f 100644 --- a/share/qtcreator/templates/wizards/projects/plainc/CMakeLists.txt +++ b/share/qtcreator/templates/wizards/projects/plainc/CMakeLists.txt @@ -4,6 +4,7 @@ project(%{ProjectName} LANGUAGES C) add_executable(%{ProjectName} %{CFileName}) +include(GNUInstallDirs) install(TARGETS %{ProjectName} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} diff --git a/share/qtcreator/templates/wizards/projects/plaincpp/CMakeLists.txt b/share/qtcreator/templates/wizards/projects/plaincpp/CMakeLists.txt index 232bf6d489c..df5ef8a5cce 100644 --- a/share/qtcreator/templates/wizards/projects/plaincpp/CMakeLists.txt +++ b/share/qtcreator/templates/wizards/projects/plaincpp/CMakeLists.txt @@ -7,6 +7,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) add_executable(%{ProjectName} %{CppFileName}) +include(GNUInstallDirs) install(TARGETS %{ProjectName} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/CMakeLists.txt b/share/qtcreator/templates/wizards/projects/qtquickapplication/CMakeLists.txt index 92e2a825af7..4166c0217ff 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication/CMakeLists.txt +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/CMakeLists.txt @@ -39,6 +39,7 @@ target_link_libraries(%{TargetName} PRIVATE Qt6::Quick ) +include(GNUInstallDirs) install(TARGETS %{TargetName} BUNDLE DESTINATION . LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/CMakeLists.6.x.txt b/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/CMakeLists.6.x.txt index 9d2fc4a82cc..d8e87ead7b4 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/CMakeLists.6.x.txt +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/CMakeLists.6.x.txt @@ -28,6 +28,7 @@ set_target_properties(%{TargetName} PROPERTIES target_link_libraries(%{TargetName} PRIVATE Qt6::Quick) +include(GNUInstallDirs) install(TARGETS %{TargetName} BUNDLE DESTINATION . LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/CMakeLists.txt b/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/CMakeLists.txt index 3b5806eb093..4d35317a9fe 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/CMakeLists.txt +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication_compat/CMakeLists.txt @@ -69,6 +69,7 @@ set_target_properties(%{ProjectName} PROPERTIES WIN32_EXECUTABLE TRUE ) +include(GNUInstallDirs) install(TARGETS %{ProjectName} BUNDLE DESTINATION . LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) diff --git a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/CMakeLists.txt b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/CMakeLists.txt index 8856a476b9e..4bda9db7a79 100644 --- a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/CMakeLists.txt +++ b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/CMakeLists.txt @@ -72,6 +72,7 @@ set_target_properties(%{ProjectName} PROPERTIES WIN32_EXECUTABLE TRUE ) +include(GNUInstallDirs) install(TARGETS %{ProjectName} BUNDLE DESTINATION . LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} diff --git a/share/qtcreator/translations/qtcreator_de.ts b/share/qtcreator/translations/qtcreator_de.ts index f4886dc760d..0930f3c8475 100644 --- a/share/qtcreator/translations/qtcreator_de.ts +++ b/share/qtcreator/translations/qtcreator_de.ts @@ -28,49 +28,49 @@ Umschaltbar - Whether the button is checkable. + Toggles if the button is checkable. + + + + Toggles if the button is checked. + + + + Toggles if the button is exclusive. Non-exclusive checkable buttons that belong to the same parent behave as if they are part of the same button group; only one button can be checked at any time. + + + + Toggles if pressed, released, and clicked actions are repeated while the button is pressed and held down. + + + + Sets the initial delay of auto-repetition in milliseconds. + + + + Sets the interval between auto-repetitions in milliseconds. Checked Eingeschaltet - - Whether the button is checked. - - Exclusive - - Whether the button is exclusive. - - Auto-repeat - - Whether the button repeats pressed(), released() and clicked() signals while the button is pressed and held down. - - Repeat delay - - Initial delay of auto-repetition in milliseconds. - - Repeat interval - - Interval of auto-repetition in milliseconds. - - AccountImage @@ -158,22 +158,30 @@ Adds the component to the tab focus chain. - - Position of the component's baseline in local coordinates. - - Enabled Aktiviert + + Toggles if the component is enabled to receive mouse and keyboard input. + + Smooth Glatt + + Uses smooth filtering when the image is scaled or transformed. + + Antialiasing Kantenglättung + + Refines the edges of the image. + + Focus Fokus @@ -182,6 +190,10 @@ Baseline offset Abstand der Basislinie + + Sets the position of the component's baseline in local coordinates. + + AlignCamerasToViewAction @@ -309,6 +321,47 @@ + + AmbientSoundSection + + Ambient Sound + + + + Source + + + + The source file for the sound to be played. + + + + Volume + + + + Set the overall volume for this sound source. +Values between 0 and 1 will attenuate the sound, while values above 1 provide an additional gain boost. + + + + Loops + + + + Sets how often the sound is played before the player stops. +Bind to AmbientSound.Infinite to loop the current sound forever. + + + + Auto Play + + + + Sets whether the sound should automatically start playing when a source gets specified. + + + AnchorButtons @@ -397,12 +450,16 @@ Speed Geschwindigkeit + + Sets the speed of the animation. + + Playing - Whether the animation is playing or paused. + Toggles if the animation is playing. @@ -584,6 +641,137 @@ + + AudioEngineSection + + Audio Engine + + + + Master Volume + + + + Sets or returns overall volume being used to render the sound field. +Values between 0 and 1 will attenuate the sound, while values above 1 provide an additional gain boost. + + + + Output Mode + + + + Sets the current output mode of the engine. + + + + Output Device + + + + Sets the device that is being used for outputting the sound field. + + + + + AudioRoomSection + + Audio Room + + + + Dimensions + + + + Sets the dimensions of the room in 3D space. + + + + Reflection Gain + + + + Sets the gain factor for reflections generated in this room. +A value from 0 to 1 will dampen reflections, while a value larger than 1 will apply a gain to reflections, making them louder. + + + + Reverb Gain + + + + Sets the gain factor for reverb generated in this room. +A value from 0 to 1 will dampen reverb, while a value larger than 1 will apply a gain to the reverb, making it louder. + + + + Reverb Time + + + + Sets the factor to be applies to all reverb timings generated for this room. +Larger values will lead to longer reverb timings, making the room sound larger. + + + + Reverb Brightness + + + + Sets the brightness factor to be applied to the generated reverb. +A positive value will increase reverb for higher frequencies and dampen lower frequencies, a negative value does the reverse. + + + + Left Material + + + + Sets the material to use for the left (negative x) side of the room. + + + + Right Material + + + + Sets the material to use for the right (positive x) side of the room. + + + + Floor Material + + + + Sets the material to use for the floor (negative y) side of the room. + + + + Ceiling Material + + + + Sets the material to use for the ceiling (positive y) side of the room. + + + + Back Material + + + + Sets the material to use for the back (negative z) side of the room. + + + + Front Material + + + + Sets the material to use for the front (positive z) side of the room. + + + AudioSection @@ -599,6 +787,117 @@ + + Axivion + + Project: + + + + Lines of code: + + + + Analysis timestamp: + + + + unknown + unbekannt + + + Total: + + + + Show dashboard + + + + Axivion + + + + Show rule details + + + + Certificate Error + Zertifikatsfehler + + + Server certificate for %1 cannot be authenticated. +Do you want to disable SSL verification for this server? +Note: This can expose you to man-in-the-middle attack. + Server-Zertifikat für %1 kann nicht authentifiziert werden. +Möchten Sie die SSL-Verifikation für diesen Server abschalten? +Hinweis: Dies macht Sie anfällig für Man-in-the-middle-Angriffe. + + + Dashboard projects: + + + + Fetch Projects + + + + Link Project + + + + Unlink Project + + + + This project is not linked to a dashboard project. + + + + This project is linked to "%1". + + + + Incomplete or misconfigured settings. + + + + curl: + + + + Dashboard URL: + + + + Description: + Beschreibung: + + + Non-empty description + + + + Access token: + + + + IDE Access Token + + + + Edit... + Bearbeiten... + + + Edit Dashboard Configuration + + + + General + Allgemein + + BackgroundColorMenuActions @@ -606,6 +905,143 @@ + + BakeLights + + Bake Lights + + + + Bake lights for the current 3D scene. + + + + + BakeLightsProgressDialog + + Close + Schließen + + + Baking lights for 3D view: %1 + + + + Bake Again + + + + Cancel + Abbrechen + + + + BakeLightsSetupDialog + + Lights baking setup for 3D view: %1 + + + + Expose models and lights + + + + Baking Disabled + + + + Bake Indirect + + + + Bake All + + + + The baking mode applied to this light. + + + + In Use + + + + If checked, this model contributes to baked lighting, +for example in form of casting shadows or indirect light. + + + + Enabled + Aktiviert + + + If checked, baked lightmap texture is generated and rendered for this model. + + + + Resolution: + + + + Generated lightmap resolution for this model. + + + + Setup baking manually + + + + If checked, baking settings above are not applied on close or bake. +Instead, user is expected to set baking properties manually. + + + + Cancel + Abbrechen + + + Apply & Close + + + + Bake + + + + + BakedLightmapSection + + Baked Lightmap + + + + Enabled + Aktiviert + + + When false, the lightmap generated for the model is not stored during lightmap baking, +even if the key is set to a non-empty value. + + + + Key + + + + Sets the filename base for baked lightmap files for the model. +No other Model in the scene can use the same key. + + + + Load Prefix + + + + Sets the folder where baked lightmap files are generated. +It should be a relative path. + + + BorderImageSpecifics @@ -616,74 +1052,114 @@ Border Image Border Image + + Sets the source image for the border. + + + + Sets the dimension of the border image. + + W width The width of the object + + Width + Breite + H height The height of the object H + + Height + Höhe + Tile mode H + + Sets the horizontal tiling mode. + + Tile mode V + + Sets the vertical tiling mode. + + Border left + + Sets the left border. + + Border right + + Sets the right border. + + Border top + + Sets the top border. + + Border bottom + + Sets the bottom border. + + Mirror Spiegeln - Specifies whether the image should be horizontally inverted. - Legt fest, ob das Bild horizontal gespiegelt werden soll. + Toggles if the image should be inverted horizontally. + + + + Toggles if the image should be filtered smoothly when transformed. + + + + Toggles if the image is saved to the cache memory. + + + + Toggles if the image is loaded after all the components in the design. + Smooth Glatt - - Specifies whether the image is smoothly filtered when scaled or transformed. - Legt fest, ob das Bild beim Skalieren oder Umwandeln geglättet wird. - Cache Cache - - Specifies whether the image should be cached. - Legt fest, ob das Bild zwischengespeichert werden soll. - Asynchronous Asynchron - - Specifies that images on the local filesystem should be loaded asynchronously in a separate thread. - Legt fest, dass Bilder aus dem lokalen Dateisystem asynchron in einem eigenen Thread geladen werden. - Source size Größe der Bildquelle @@ -700,7 +1176,7 @@ Läuft - Whether the busy indicator is currently indicating activity. + Toggles if the busy indicator indicates activity. @@ -719,7 +1195,7 @@ - Whether the button is flat and/or highlighted. + Toggles if the button is flat or highlighted. @@ -830,70 +1306,98 @@ Text Text + + Sets the text to display. + + Font Zeichensatz + + Sets the font of the text. + + Style name Stilname - Font's style. + Sets the style of the selected font. This is prioritized over <b>Weight</b> and <b>Emphasis</b>. + + + + Sets the overall thickness of the font. + + + + Sets the letter spacing for the text. + + + + Sets the word spacing for the text. + + + + Sets the line height for the text. Size Größe + + Sets the font size in pixels or points. + + Text color + + Sets the text color. + + Weight - Font's weight. + Emphasis - Emphasis + Sets the text to bold, italic, underlined, or strikethrough. Alignment H + + Sets the horizontal alignment position. + + Alignment V + + Sets the vertical alignment position. + + Letter spacing - - Letter spacing for the font. - - Word spacing - - Word spacing for the font. - - Line height Zeilenhöhe - - Line height for the text. - - CheckBoxSpecifics @@ -937,17 +1441,17 @@ - The current check state. + Sets the state of the check box. + + + + Toggles if the check box can have an intermediate state. Tri-state - - Whether the checkbox has three states. - - ChooseMaterialProperty @@ -1122,6 +1626,10 @@ Spacing Abstand + + Sets the spacing between column items. + + ComboBoxSpecifics @@ -1134,41 +1642,41 @@ - The model role used for displaying text. + Sets the model role for populating the combo box. + + + + Sets the initial display text for the combo box. + + + + Sets the current item. + + + + Toggles if the combo box button is flat. + + + + Toggles if the combo box is editable. Display text - - Holds the text that is displayed on the combo box button. - - Current index Aktueller Index - - The index of the current item. - - Flat Flach - - Whether the combo box button is flat. - - Editable - - Whether the combo box is editable. - - Focus on press Fokussieren durch Betätigen @@ -1192,7 +1700,7 @@ - Edit Base Component + Edit Component @@ -1227,8 +1735,8 @@ - Name - Name + Annotation + Annotation Adds a note with a title to explain the component. @@ -1347,7 +1855,7 @@ Aktueller Index - The index of the current item. + Sets the index of the current item. @@ -1376,6 +1884,10 @@ Add an instance to project + + Click to download material + + ContentLibraryMaterialContextMenu @@ -1399,7 +1911,7 @@ ContentLibraryMaterialsView - <b>Content Library</b> materials are not installed. + No materials available. Make sure you have internet connection. @@ -1419,6 +1931,48 @@ + + ContentLibraryTabButton + + Materials + + + + + ContentLibraryTexture + + Texture was already downloaded. + + + + Network/Texture unavailable or broken Link. + + + + Could not download texture. + + + + Click to download the texture. + + + + Progress: + + + + % + % + + + Downloading... + + + + Extracting... + + + ContentLibraryTextureContextMenu @@ -1437,7 +1991,7 @@ ContentLibraryTexturesView - <b>Content Library</b> textures are not installed. + No textures available. Make sure you have internet connection. @@ -1445,6 +1999,41 @@ + + ContextMenu + + Undo + Rückgängig + + + Redo + Wiederholen + + + Copy + Kopieren + + + Cut + Ausschneiden + + + Paste + Einfügen + + + Delete + + + + Clear + Löschen + + + Select All + + + ControlSection @@ -1456,7 +2045,19 @@ Aktivieren - Whether the control is enabled and hover events are received. + Toggles if the component can receive hover events. + + + + Sets focus method. + + + + Sets the spacing between internal elements of the component. + + + + Toggles if the component supports mouse wheel events. @@ -1467,26 +2068,14 @@ Focus policy - - Focus policy of the control. - - Spacing Abstand - - Spacing between internal elements of the control. - Der Abstand zwischen inneren Elementen des Controls. - Wheel - - Whether control accepts wheel events. - - DelayButtonSpecifics @@ -1499,7 +2088,11 @@ - The delay in milliseconds. + Sets the delay before the button activates. + + + + Milliseconds. @@ -1580,7 +2173,32 @@ Wert - The current value of the dial and whether it provides live value updates. + Sets the value of the dial. + + + + Sets the minimum value of the dial. + + + + Sets the maximum value of the dial. + + + + Sets the number by which the dial value changes. + + + + Sets how the dial's handle snaps to the steps +defined in <b>Step size</b>. + + + + Sets how the user can interact with the dial. + + + + Toggles if the dial wraps around when it reaches the start or end. @@ -1591,50 +2209,26 @@ From Von - - The starting value of the dial range. - - To Bis - - The ending value of the dial range. - - Step size Schrittweite - - The step size of the dial. - - Snap mode Einrasten - - The snap mode of the dial. - - Input mode - - How the dial tracks movement. - - Wrap - - Whether the dial wraps when dragged. - - DialogSpecifics @@ -1647,6 +2241,21 @@ Titel + + DownloadPane + + Downloading... + + + + Progress: + + + + % + % + + DrawerSpecifics @@ -1670,17 +2279,6 @@ Bestimmt die Entfernung vom Rand des Bildschirms, innerhalb derer "Drag"-Aktionen den Drawer öffnen. - - DynamicPropertiesProxyModel - - Property Already Exists - - - - Property "%1" already exists. - - - DynamicPropertiesSection @@ -1745,13 +2343,6 @@ - - EnterTabDesignerAction - - Step into: %1 - Einzelschritt hinein in: %1 - - ErrorDialog @@ -1778,13 +2369,6 @@ Keyframe einfügen - - FileExtractor - - Choose Directory - Verzeichnis wählen - - FileResourcesModel @@ -1809,6 +2393,10 @@ Content size Größe des Inhalts + + Sets the size of the content (the surface controlled by the flickable). + + W width @@ -1833,26 +2421,58 @@ Content Inhalt + + Sets the current position of the component. + + + + Horizontal position. + + + + Vertical position. + + Origin Ursprung + + Sets the origin point of the content. + + Left margin + + Sets an additional left margin in the flickable area. + + Right margin + + Sets an additional right margin in the flickable area. + + Top margin + + Sets an additional top margin in the flickable area. + + Bottom margin + + Sets an additional bottom margin in the flickable area. + + FlickableSection @@ -1860,78 +2480,78 @@ Flickable Flickable - - Allows users to drag or flick a flickable component. - - - - Whether the surface may be dragged beyond the Flickable's boundaries, or overshoot the Flickable's boundaries when flicked. - - - - Whether the Flickable will give a feeling that the edges of the view are soft, rather than a hard physical boundary. - - Press delay Druckverzögerung - - Time to delay delivering a press to children of the Flickable in milliseconds. - - Pixel aligned An Pixeln ausgerichtet - - Sets the alignment of contentX and contentY to pixels (true) or subpixels (false). - Richtet contentX und contentY an Pixeln (wahr) oder Subpixeln (falsch) aus. - Synchronous drag Synchrones Ziehen - - If set to true, then when the mouse or touchpoint moves far enough to begin dragging -the content, the content will jump, such that the content pixel which was under the -cursor or touchpoint when pressed remains under that point. - Wenn dies wahr ist und die Maus oder der Berührungspunkt sich weit genug bewegt, um -ein Ziehen des Inhalts zu beginnen, wird der Inhalt springen. Dadurch bleibt das Inhaltspixel, -das beim Drücken unter dem Zeiger oder Berührungspunkt war, unter diesem Punkt. - Flick direction Richtung der Flickable-Interaktion + + Sets which directions the view can be flicked. + + Behavior Verhalten + + Sets how the flickable behaves when it is dragged beyond its boundaries. + + Movement Bewegung + + Sets how fast an item can be flicked. + + + + Sets the rate by which a flick should slow down. + + + + Sets the time to delay delivering a press to children of the flickable in milliseconds. + + + + Toggles if the component is being moved by complete pixel length. + + + + Toggles if the content should move instantly or not when the mouse or touchpoint is dragged to a new position. + + Interactive Interaktiv + + Toggles if the flickable supports drag and flick actions. + + + + Sets if the edges of the flickable should be soft or hard. + + Max. velocity Maximale Geschwindigkeit - - Maximum flick velocity - Maximale Geschwindigkeit der Flick-Interaktion - Deceleration Verzögerung - - Flick deceleration - Verzögerung der Flick-Interaktion - FlipableSpecifics @@ -1950,10 +2570,22 @@ das beim Drücken unter dem Zeiger oder Berührungspunkt war, unter diesem Punkt Spacing Abstand + + Sets the spacing between flow items. + + + + Sets the direction of flow items. + + Layout direction + + Sets in which direction items in the flow are placed. + + FontExtrasSection @@ -1966,47 +2598,49 @@ das beim Drücken unter dem Zeiger oder Berührungspunkt war, unter diesem Punkt - Capitalization for the text. + Sets capitalization rules for the text. Style Stil + + Sets the font style. + + Style color + + Sets the color for the font style. + + Hinting - Preferred hinting on the text. + Sets how to interpolate the text to render it more clearly when scaled. + + + + Resolves the gap between texts if turned true. + + + + Toggles the font-specific special features. Auto kerning - - Enables or disables the kerning OpenType feature when shaping the text. Disabling this may improve performance when creating or changing the text, at the expense of some cosmetic features. - - Prefer shaping Shaping bevorzugen - - Sometimes, a font will apply complex rules to a set of characters in order to display them correctly. -In some writing systems, such as Brahmic scripts, this is required in order for the text to be legible, whereas in Latin script, - it is merely a cosmetic feature. Setting the preferShaping property to false will disable all such features -when they are not required, which will improve performance in most cases. - Manchmal wendet ein Font komplexe Regeln auf Zeichen an, um sie korrekt anzuzeigen. -In manchen Schriftsystemem, beispielsweise Brahmi, wäre Text sonst nicht lesbar, während es in Latin-Schriften nur der -Verschönerung dient. Die preferShaping-Eigenschaft auf "false" zu setzen deaktiviert diese Funktionalität, wenn sie nicht -benötigt wird, was meist die Geschwindigkeit erhöht. - FontSection @@ -2014,87 +2648,101 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Font Zeichensatz + + Sets the font of the text. + + Size Größe + + Sets the font size in pixels or points. + + Emphasis + + Sets the text to bold, italic, underlined, or strikethrough. + + Capitalization - Capitalization for the text. + Sets capitalization rules for the text. + + + + Sets the overall thickness of the font. + + + + Sets the font style. + + + + Sets how to interpolate the text to render it more clearly when scaled. + + + + Sets the letter spacing for the text. + + + + Sets the word spacing for the text. + + + + Resolves the gap between texts if turned true. + + + + Toggles the disables font-specific special features. Weight - - Font's weight. - - - - Font's style. - - Style color + + Sets the color for the font style. + + Hinting - - Preferred hinting on the text. - - Letter spacing - - Letter spacing for the font. - - Word spacing - - Word spacing for the font. - - Auto kerning - - Enables or disables the kerning OpenType feature when shaping the text. Disabling this may improve performance when creating or changing the text, at the expense of some cosmetic features. - - Style name Stilname - Style - Stil + Sets the style of the selected font. This is prioritized over <b>Weight</b> and <b>Emphasis</b>. + - Sometimes, a font will apply complex rules to a set of characters in order to display them correctly. -In some writing systems, such as Brahmic scripts, this is required in order for the text to be legible, whereas in Latin script, - it is merely a cosmetic feature. Setting the preferShaping property to false will disable all such features -when they are not required, which will improve performance in most cases. - Manchmal wendet ein Font komplexe Regeln auf Zeichen an, um sie korrekt anzuzeigen. -In manchen Schriftsystemem, beispielsweise Brahmi, wäre Text sonst nicht lesbar, während es in Latin-Schriften nur der -Verschönerung dient. Die preferShaping-Eigenschaft auf "false" zu setzen deaktiviert diese Funktionalität, wenn sie nicht -benötigt wird, was meist die Geschwindigkeit erhöht. + Style + Stil Prefer shaping @@ -2275,14 +2923,30 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Columns Spalten + + Sets the number of columns in the grid. + + Rows Zeilen + + Sets the number of rows in the grid. + + + + Sets the space between grid items. The same space is applied for both rows and columns. + + Flow Anordnung + + Sets in which direction items in the grid are placed. + + Layout direction @@ -2291,10 +2955,18 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Alignment H + + Sets the horizontal alignment of items in the grid. + + Alignment V + + Sets the vertical alignment of items in the grid. + + Spacing Abstand @@ -2310,34 +2982,82 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Cell size + + Sets the dimensions of cells in the grid. + + W width The width of the object + + Width + Breite + H height The height of the object H + + Height + Höhe + + + Sets the directions of the cells. + + Layout direction + + Sets in which direction items in the grid view are placed. + + + + Sets how the view scrolling will settle following a drag or flick. + + Cache Cache - Cache buffer - Cache-Puffer + Sets the highlight range mode. + + + + Sets the animation duration of the highlight delegate. + + + + Sets the preferred highlight beginning. It must be smaller than +the <b>Preferred end</b>. Note that the user has to add a +highlight component. + + + + Sets the preferred highlight end. It must be larger than +the <b>Preferred begin</b>. Note that the user has to add +a highlight component. + + + + Toggles if the view manages the highlight. + Flow Anordnung + + Sets in pixels how far the components are kept loaded outside the view's visible area. + + Navigation wraps Tastennavigation bricht um @@ -2346,10 +3066,6 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Snap mode Einrasten - - Determines how the view scrolling will settle following a drag or flick. - Bestimmt, wie die Anzeige nach einer Drag- oder -Flick-Operation zum Stehen kommt. - Whether the grid wraps key navigation. @@ -2362,38 +3078,18 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Range Bereich - - Highlight range - Bereich hervorheben - Move duration Dauer der Bewegung - - Move animation duration of the highlight delegate. - Dauer der Bewegungsanimation des hervorgehobenen Delegates. - - - Whether the highlight is managed by the view. - - Preferred begin Anfang - - Preferred highlight begin - must be smaller than Preferred end. - Beginn der Hervorhebung - muss kleiner sein als der Endwert. - Preferred end Ende - - Preferred highlight end - must be larger than Preferred begin. - Ende der Hervorhebung - muss größer sein als der Anfangswert. - Follows current Aktuellem Element folgen @@ -2410,7 +3106,7 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Titel - The title of the group box. + Sets the title for the group box. @@ -2424,14 +3120,26 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Source + + Sets a background image for the icon. + + Color Farbe + + Sets the color for the icon. + + Size Größe + + Sets the height and width of the icon. + + W width @@ -2457,7 +3165,7 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Cache - Whether the icon should be cached. + Toggles if the icon is saved to the cache memory. @@ -2471,34 +3179,62 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Source + + Adds an image from the local file system. + + Fill mode Füllmodus + + Sets how the image fits in the content box. + + Source size Größe der Bildquelle + + Sets the width and height of the image. + + W width The width of the object + + Width. + + H height The height of the object H + + Height. + + Alignment H + + Sets the horizontal alignment of the image. + + Alignment V + + Sets the vertical alignment of the image. + + Asynchronous Asynchron @@ -2544,7 +3280,7 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Glatt - Smoothly filters the image when it is scaled or transformed. + Uses smooth filtering when the image is scaled or transformed. @@ -2558,6 +3294,10 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Vertical Vertikal + + Sets the space from the top and bottom of the area to the background top and bottom. + + Top inset for the background. @@ -2570,6 +3310,10 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Horizontal Horizontal + + Sets the space from the left and right of the area to the background left and right. + + Left inset for the background. @@ -2582,7 +3326,7 @@ benötigt wird, was meist die Geschwindigkeit erhöht. InsightSection - Analytics + Insight @@ -2591,6 +3335,14 @@ benötigt wird, was meist die Geschwindigkeit erhöht. Category + Kategorie + + + Object name + + + + Sets the object name of the component. @@ -2624,7 +3376,7 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. - Whether the delegate is highlighted. + Toggles if the delegate is highlighted. @@ -2653,6 +3405,10 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. Opacity Deckkraft + + Sets the transparency of the component. + + Layout Layout @@ -2689,8 +3445,8 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. - Go into Component - In Komponente gehen + Edit Component + Add a module. @@ -2717,44 +3473,44 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. Enabled Aktiviert - - Whether the component is layered or not. - - Sampler name - - Name of the effect's source texture property. - - - - Allows requesting multisampled rendering in the layer. - - Effect - - Applies the effect to this layer. - - Format Format - - Internal OpenGL format of the texture. - - Texture size - Requested pixel size of the layer's texture. + Toggles if the component is layered. + + + + Sets the name of the effect's source texture property. + + + + Sets the number of multisample renderings in the layer. + + + + Sets which effect is applied. + + + + Sets the internal OpenGL format for the texture. + + + + Sets the requested pixel size of the layer's texture. @@ -2763,12 +3519,20 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. The width of the object + + Width. + + H height The height of the object H + + Height. + + Texture mirroring @@ -2778,25 +3542,30 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. - OpenGL wrap modes associated with the texture. + Sets the OpenGL wrap modes associated with the texture. + + + + Toggles if mipmaps are generated for the texture. + + + + Toggles if the layer transforms smoothly. + + + + Sets the rectangular area of the component that should +be rendered into the texture. Mipmap MIP Map - - Transforms the layer smoothly. - - Source rectangle - - Sets the rectangular area of the component that should be rendered into the texture. - - Samples Samples @@ -2805,10 +3574,6 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. Layer - - Generates mipmaps for the texture. - - Smooth Glatt @@ -2914,10 +3679,6 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. List View List View - - Spacing between components. - - Cache Cache @@ -2930,10 +3691,6 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. Orientation Ausrichtung - - Orientation of the list. - Ausrichtung der Liste. - Layout direction @@ -2943,13 +3700,33 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. Einrasten - Determines how the view scrolling will settle following a drag or flick. - Bestimmt, wie die Anzeige nach einer Drag- oder -Flick-Operation zum Stehen kommt. + Sets the orientation of the list. + + + + Sets the direction that the cells flow inside a list. + + + + Sets how the view scrolling settles following a drag or flick. + Spacing Abstand + + Sets the spacing between components. + + + + Sets in pixels how far the components are kept loaded outside the view's visible area. + + + + Toggles if the grid wraps key navigation. + + List View Highlight Hervorhebung im List View @@ -2958,74 +3735,74 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. Range Bereich + + Sets the highlight range mode. + + Move duration Dauer der Bewegung - Move animation duration of the highlight delegate. - Dauer der Bewegungsanimation des hervorgehobenen Delegates. - - - Cache buffer. + Sets the animation duration of the highlight delegate when +it is moved. - Whether the grid wraps key navigation. + Sets the animation velocity of the highlight delegate when +it is moved. - Highlight range. + Sets the animation duration of the highlight delegate when +it is resized. + + + + Sets the animation velocity of the highlight delegate when +it is resized. + + + + Sets the preferred highlight beginning. It must be smaller than +the <b>Preferred end</b>. Note that the user has to add +a highlight component. + + + + Sets the preferred highlight end. It must be larger than +the <b>Preferred begin</b>. Note that the user has to add +a highlight component. + + + + Toggles if the view manages the highlight. Move velocity - - Move animation velocity of the highlight delegate. - - Resize duration Dauer der Größenänderung - - Resize animation duration of the highlight delegate. - Dauer der Größenänderungsanimation des hervorgehobenen Delegates. - Resize velocity - - Resize animation velocity of the highlight delegate. - - Preferred begin Anfang - - Preferred highlight begin - must be smaller than Preferred end. - Beginn der Hervorhebung - muss kleiner sein als der Endwert. - Preferred end Ende - - Preferred highlight end - must be larger than Preferred begin. - Ende der Hervorhebung - muss größer sein als der Anfangswert. - Follows current Aktuellem Element folgen - - Whether the highlight is managed by the view. - - LoaderSpecifics @@ -3100,6 +3877,138 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. Show property changes + + Can't rename category, name already exists. + + + + Tracking + + + + With tracking turned on, the application tracks user interactions for all component types in the selected predefined categories. + + + + Enabled + Aktiviert + + + Disabled + Deaktiviert + + + Token + + + + Tokens are used to match the data your application sends to your Qt Insight Organization. + + + + Add token here + + + + Send Cadence + + + + minutes + + + + Predefined Categories + + + + Select the categories to track + + + + Select all + + + + Custom Categories + + + + Manage your own categories + + + + Add new Category + + + + Set runtime configuration for the project. + + + + Kit + Kit + + + Choose a predefined kit for the runtime configuration of the project. + + + + Style + Stil + + + Choose a style for the Qt Quick Controls of the project. + + + + Switch to Design Mode. + + + + Switch to Welcome Mode. + + + + Return to Design + + + + Run Project + + + + Live Preview + + + + Go Back + Vorheriges + + + Go Forward + Nächstes + + + Close + Schließen + + + Workspace + + + + Edit Annotations + + + + Share + + + + More Items + + MainWindow @@ -3150,7 +4059,11 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. MaterialBrowser - Add a material. + Add a Material. + + + + Add a Texture. @@ -3181,10 +4094,6 @@ IDs müssen außerdem mit einem Kleinbuchstaben beginnen. There are no textures in this project. - - Add a texture. - - MaterialBrowserContextMenu @@ -3397,21 +4306,41 @@ Error: Accepted buttons Akzeptierte Tasten + + Sets how the mouse can interact with the area. + + + + Sets which mouse buttons the area reacts to. + + Cursor shape Mauszeiger-Form + + Sets which mouse cursor to display on this area. + + + + Sets the time before the pressAndHold signal is registered when you press the area. + + + + Toggles if scroll gestures from non-mouse devices are supported. + + Prevent stealing Stealing verhindern - Enable - Aktivieren + Toggles if the move is smoothly animated. + - Accepts mouse events. - + Enable + Aktivieren Area @@ -3421,42 +4350,18 @@ Error: Hover - - Mouse buttons that the mouse area reacts to. - - - - Cursor shape for this mouse area. - - Hold interval - - Overrides the elapsed time in milliseconds before pressAndHold signal is emitted. - - Scroll gesture - - Responds to scroll gestures from non-mouse devices. - - - - Stops mouse events from being stolen from this mouse area. - - Propagate events - - Automatically propagates composed mouse events to other mouse areas. - - Drag Ziehen @@ -3465,27 +4370,6 @@ Error: Target Ziel - - ID of the component to drag. - - - - Whether dragging can be done horizontally, vertically, or both. - - - - Threshold in pixels of when the drag operation should start. - - - - Whether dragging overrides descendant mouse areas. - - - - Moves targets only after the drag operation has started. -When disabled, moves targets straight to the current mouse position. - - Axis Achse @@ -3498,6 +4382,30 @@ When disabled, moves targets straight to the current mouse position. Threshold Grenze + + Toggles if mouse events can be stolen from this area. + + + + Toggles if composed mouse events should be propagated to other mouse areas overlapping this area. + + + + Sets the component to have drag functionalities. + + + + Sets in which directions the dragging work. + + + + Sets a threshold after which the drag starts to work. + + + + Toggles if the dragging overrides descendant mouse areas. + + Smoothed Glatt @@ -3551,6 +4459,10 @@ When disabled, moves targets straight to the current mouse position. Effect path is too long. + + The name must start with a capital letter, contain at least three characters, and cannot have any special characters. + + Create @@ -3626,6 +4538,65 @@ When disabled, moves targets straight to the current mouse position. + + NodeSection + + Visibility + Sichtbarkeit + + + Sets the local visibility of the node. + + + + Visible + Sichtbar + + + Opacity + Deckkraft + + + Sets the local opacity value of the node. + + + + Transform + + + + Translation + Übersetzung + + + Sets the translation of the node. + + + + Rotation + Drehung + + + Sets the rotation of the node in degrees. + + + + Scale + Skalieren + + + Sets the scale of the node. + + + + Pivot + + + + Sets the pivot of the node. + + + NumberAnimationSpecifics @@ -3666,6 +4637,10 @@ When disabled, moves targets straight to the current mouse position. Vertical Vertikal + + Sets the padding on top and bottom of the item. + + Padding between the content and the top edge of the item. Der Abstand zwischen dem Inhalt und dem oberen Ende des Elements. @@ -3678,6 +4653,10 @@ When disabled, moves targets straight to the current mouse position. Horizontal Horizontal + + Sets the paddding on the left and right sides of the item. + + Padding between the content and the left edge of the item. Der Abstand zwischen dem Inhalt und dem linken Ende des Elements. @@ -3691,8 +4670,8 @@ When disabled, moves targets straight to the current mouse position. Global - Padding between the content and the edges of the items. - Der Abstand zwischen dem Inhalt und den äußeren Enden des Elements. + Sets the padding for all sides of the item. + @@ -3706,25 +4685,25 @@ When disabled, moves targets straight to the current mouse position. Anzahl - The number of pages. + Sets the number of pages. + + + + Sets the current page. + + + + Toggles if the user can interact with the page indicator. Current - - The index of the current page. - - Interactive Interaktiv - - Whether the control is interactive. - - PageSpecifics @@ -3736,16 +4715,17 @@ When disabled, moves targets straight to the current mouse position. Title Titel - - Title of the page. - - Content size Größe des Inhalts - Content width and height used for calculating the total implicit size. + Sets the title of the page. + + + + Sets the size of the page. This is used to +calculate the total implicit size. @@ -3780,7 +4760,8 @@ When disabled, moves targets straight to the current mouse position. Größe des Inhalts - Content width and height used for calculating the total implicit size. + Sets the size of the %1. This is used to calculate +the total implicit size. @@ -3853,57 +4834,74 @@ When disabled, moves targets straight to the current mouse position. Path View - Allows users to drag or flick a path view. + Toggles if the path view allows drag or flick. Drag margin Rand bei Drag-Operation + + Sets a margin within which the drag function also works even without clicking the item itself. + + Flick deceleration Abbremsung der Flick-Interaktion + + Sets the rate by which a flick action slows down after performing. + + Offset Abstand - Specifies how far along the path the items are from their initial positions. This is a real number that ranges from 0.0 to the count of items in the model. - Gibt an, wie weit die Elemente des Pfades von ihren initialen Positionen entfernt sind. Es ist ein Fließkommawert im Bereich von 0 bis zur Anzahl der Elemente im Modell. + Sets how far along the path the items are from their initial position. + + + + Sets the highlight range mode. + + + + Sets the animation duration of the highlight delegate when +it is moved. + + + + Sets the preferred highlight beginning. It must be smaller than +the <b>Preferred end</b>. Note that the user has to add +a highlight component. + + + + Sets the preferred highlight end. It must be larger than +the <b>Preferred begin</b>. Note that the user has to add +a highlight component. + Item count Anzahl der Elemente - Path View Highlight - Hervorhebung im Path View + Sets the number of items visible at once along the path. + - Highlight range - Bereich hervorheben + Path View Highlight + Hervorhebung im Path View Move duration Dauer der Bewegung - - Move animation duration of the highlight delegate. - Dauer der Bewegungsanimation des hervorgehobenen Delegates. - Preferred begin Anfang - - Preferred highlight begin - must be smaller than Preferred end. Note that the user has to add a highlight component. - Beginn der Hervorhebung - muss kleiner sein als der Endwert. Beachten Sie, dass der Benutzer eine Hervorhebungs-Komponente hinzufügen muss. - - - Preferred highlight end - must be larger than Preferred begin. Note that the user has to add a highlight component. - Ende der Hervorhebung - muss größer sein als der Anfangswert. Beachten Sie, dass der Benutzer eine Hervorhebungs-Komponente hinzufügen muss. - Preferred end Ende @@ -3912,10 +4910,6 @@ When disabled, moves targets straight to the current mouse position. Interactive Interaktiv - - Number of items visible on the path at any one time. - - Range Bereich @@ -4017,33 +5011,35 @@ When disabled, moves targets straight to the current mouse position. Wert - The current value of the progress. + Sets the value of the progress bar. + + + + Sets the minimum value of the progress bar. + + + + Sets the maximum value of the progress bar. + + + + Toggles if the progress bar is in indeterminate mode. +A progress bar in indeterminate mode displays that an +operation is in progress. From Von - - The starting value for the progress. - - To Bis - - The ending value for the progress. - - Indeterminate - - Whether the progress is indeterminate. - - PropertyActionSpecifics @@ -4194,14 +5190,6 @@ When disabled, moves targets straight to the current mouse position. File path suggestion for a new project. If you choose to translate it, make sure it is a valid path name without blanks and using only ascii chars. - - Effect %1 not complete - - - - Do you want to edit %1? - - Failed to Add Texture @@ -4210,6 +5198,15 @@ When disabled, moves targets straight to the current mouse position. Could not add %1 to project. %1 konnte nicht zum Projekt hinzugefügt werden. + + Effect %1 is not complete. + + + + Ensure that you have saved it in Qt Quick Effect Maker. +Do you want to edit this effect? + + QmlDesigner::AbstractEditorDialog @@ -4248,28 +5245,6 @@ When disabled, moves targets straight to the current mouse position. Wählen Sie einen Typ, der mit qmlRegisterType oder qmlRegisterSingletonType registriert wurde. Der Typ wird als Eigenschaft in der aktuellen .qml-Datei verfügbar sein. - - QmlDesigner::AddTabDesignerAction - - Naming Error - Fehlerhafter Name - - - Component already exists. - Komponente existiert bereits. - - - - QmlDesigner::AddTabToTabViewDialog - - Dialog - Dialog - - - Add tab: - Tab hinzufügen: - - QmlDesigner::AlignDistribute @@ -4421,14 +5396,6 @@ When disabled, moves targets straight to the current mouse position. Export Export - - Export Components - - - - Export path: - - QmlDesigner::AssetExporter @@ -4604,6 +5571,25 @@ Exporting assets: %2 + + QmlDesigner::BackendModel + + Type + Typ + + + Name + Name + + + Singleton + Singleton + + + Local + + + QmlDesigner::BackgroundAction @@ -4611,6 +5597,40 @@ Exporting assets: %2 Die Farbe der Leinwand einstellen + + QmlDesigner::BakeLights + + Invalid root node, baking aborted. + + + + Baking process crashed, baking aborted. + + + + Lights Baking Setup + + + + Lights Baking Progress + + + + + QmlDesigner::BakeLightsDataModel + + Lights + + + + Models + Modelle + + + Components with unexposed models and/or lights + + + QmlDesigner::BindingEditorDialog @@ -4641,6 +5661,29 @@ Exporting assets: %2 Ctrl+Space + + QmlDesigner::BindingModel + + Item + + + + Property + Eigenschaft + + + Source Item + Quell-Item + + + Source Property + Quell-Eigenschaft + + + Error + Fehler + + QmlDesigner::CapturingConnectionManager @@ -4681,12 +5724,98 @@ Exporting assets: %2 In dieser Datei definierte Subkomponenten bearbeiten. + + QmlDesigner::ConnectionDelegate + + Change to default state + In Grundzustand ändern + + + Change state to %1 + In Zustand %1 ändern + + + Activate FlowAction %1 + FlowAction %1 aktivieren + + + + QmlDesigner::ConnectionModel + + Target + Ziel + + + Signal Handler + Signal-Handler + + + Action + Aktion + + + Error + Fehler + + + + QmlDesigner::ConnectionView + + Connections + Verbindungen + + QmlDesigner::ConnectionViewWidget Connections Verbindungen + + Connections + Title of connections window + Verbindungen + + + Connections + Title of connection tab + Verbindungen + + + Bindings + Title of connection tab + Datenbindungen + + + Properties + Title of dynamic properties tab + Eigenschaften + + + Backends + Title of dynamic properties view + Back-Ends + + + Open Connection Editor + Verbindungseditor öffnen + + + Open Binding Editor + Binding-Editor öffnen + + + Reset Property + Eigenschaft zurücksetzen + + + Add binding or connection. + Datenbindung oder Verbindung hinzufügen. + + + Remove selected binding or connection. + Ausgewählte Datenbindung oder Verbindung entfernen. + QmlDesigner::ContentLibraryView @@ -4739,6 +5868,14 @@ Exporting assets: %2 Current Frame + + Zoom Out + Verkleinern + + + Zoom In + Vergrößern + QmlDesigner::CurveEditorView @@ -4855,12 +5992,50 @@ Exporting assets: %2 Zur Warnung gehen + + QmlDesigner::DynamicPropertiesModel + + Item + + + + Property + Eigenschaft + + + Property Type + Eigenschaftstyp + + + Property Value + Eigenschaftswert + + + Error + Fehler + + + + QmlDesigner::DynamicPropertiesProxyModel + + Property Already Exists + + + + Property "%1" already exists. + + + QmlDesigner::Edit3DView 3D 3D + + 3D view + + Cameras @@ -4928,6 +6103,10 @@ Exporting assets: %2 Align View to Camera + + Bake Lights + + Select Parent @@ -5064,6 +6243,13 @@ Exporting assets: %2 + + QmlDesigner::FileExtractor + + Choose Directory + Verzeichnis wählen + + QmlDesigner::FilePathModel @@ -5104,6 +6290,10 @@ Exporting assets: %2 2D 2D + + 2D view + + %1 is not supported as the root element by the 2D view. @@ -5168,8 +6358,8 @@ Exporting assets: %2 - Reset View - Ansicht zurücksetzen + Reload View + Export Current QML File as Image @@ -5288,6 +6478,29 @@ Exporting assets: %2 Anker + + QmlDesigner::InsightView + + Qt Insight + + + + + QmlDesigner::InsightWidget + + Qt Insight + Title of the widget + + + + Cannot Create QtQuick View + QtQuick View konnte nicht erzeugt werden + + + InsightWidget: %1 cannot be created.%2 + + + QmlDesigner::InteractiveConnectionManager @@ -5314,137 +6527,6 @@ Exporting assets: %2 Alle einklappen - - QmlDesigner::Internal::BackendModel - - Type - Typ - - - Name - Name - - - Singleton - Singleton - - - Local - Lokal - - - - QmlDesigner::Internal::BindingModel - - Item - Item - - - Property - Eigenschaft - - - Source Item - Quell-Item - - - Source Property - Quell-Eigenschaft - - - Error - Fehler - - - - QmlDesigner::Internal::ConnectionDelegate - - Change to default state - In Grundzustand ändern - - - Change state to %1 - In Zustand %1 ändern - - - Activate FlowAction %1 - FlowAction %1 aktivieren - - - - QmlDesigner::Internal::ConnectionModel - - Target - Ziel - - - Signal Handler - Signal-Handler - - - Action - Aktion - - - Error - Fehler - - - - QmlDesigner::Internal::ConnectionView - - Connections - Verbindungen - - - - QmlDesigner::Internal::ConnectionViewWidget - - Connections - Title of connections window - Verbindungen - - - Connections - Title of connection tab - Verbindungen - - - Bindings - Title of connection tab - Datenbindungen - - - Properties - Title of dynamic properties tab - Eigenschaften - - - Backends - Title of dynamic properties view - Back-Ends - - - Open Connection Editor - Verbindungseditor öffnen - - - Open Binding Editor - Binding-Editor öffnen - - - Reset Property - Eigenschaft zurücksetzen - - - Add binding or connection. - Datenbindung oder Verbindung hinzufügen. - - - Remove selected binding or connection. - Ausgewählte Datenbindung oder Verbindung entfernen. - - QmlDesigner::Internal::DebugView @@ -5474,10 +6556,6 @@ Exporting assets: %2 Output Ausgaben - - Switch the active workspace. - Den aktiven Arbeitsbereich wechseln. - Edit global annotation for current file. Globale Annotation der aktuellen Datei bearbeiten. @@ -5491,29 +6569,6 @@ Exporting assets: %2 - - QmlDesigner::Internal::DynamicPropertiesModel - - Item - Item - - - Property - Eigenschaft - - - Property Type - Eigenschaftstyp - - - Property Value - Eigenschaftswert - - - Error - Fehler - - QmlDesigner::Internal::MetaInfoPrivate @@ -5973,6 +7028,10 @@ Exporting assets: %2 Components Komponenten + + Components view + + QmlDesigner::ItemLibraryWidget @@ -6038,6 +7097,10 @@ Exporting assets: %2 Material Browser + + Material Browser view + + Select a material property @@ -6084,6 +7147,10 @@ Exporting assets: %2 Material Editor + + Material Editor view + + QmlDesigner::NavigatorSearchWidget @@ -6103,7 +7170,7 @@ Exporting assets: %2 - Toggles the visibility of this component in the 2D view. + Toggles the visibility of this component in the 2D and 3D views. This is independent of the visibility property. @@ -6134,6 +7201,10 @@ Locked components cannot be modified or selected. Navigator Navigator + + Navigator view + + QmlDesigner::NavigatorWidget @@ -6158,10 +7229,6 @@ Locked components cannot be modified or selected. Move up (CTRL + Up). Nach oben (CTRL + Up). - - Filter Tree - Baum filtern - Show Only Visible Components @@ -6298,35 +7365,9 @@ Locked components cannot be modified or selected. Property %1 does already exist for root component. - - - QmlDesigner::PuppetBuildProgressDialog - Build Progress - Erstellungsfortschritt - - - Open error output file - Fehlerausgabedatei öffnen - - - Use Fallback QML Emulation Layer - Fallback QML-Emulationsschicht benutzen - - - OK - OK - - - Building Adapter for the current Qt. Happens only once for every Qt installation. - Erstelle Adapter für das aktuelle Qt. Dies geschieht nur einmal für jede Qt-Installation. - - - - QmlDesigner::PuppetDialog - - Dialog - Dialog + Property Editor view + @@ -6339,6 +7380,10 @@ Locked components cannot be modified or selected. The QML file is not currently opened in a QML Editor. Die QML-Datei ist in keinem QML-Editor geöffnet. + + Give Feedback... + + License: Enterprise @@ -6351,6 +7396,10 @@ Locked components cannot be modified or selected. Licensee: %1 + + Enjoying the %1? + + QmlDesigner::QmlModelNodeProxy @@ -6490,6 +7539,10 @@ Locked components cannot be modified or selected. Export as &Image... Als &Bild exportieren... + + Take Screenshot + + &Undo &Rückgängig @@ -6522,6 +7575,10 @@ Locked components cannot be modified or selected. Select &All &Alles auswählen + + Edit Global Annotations... + + Save %1 As... Speichere %1 unter... @@ -6637,6 +7694,10 @@ Locked components cannot be modified or selected. Der Plural von "Status" ist "Status": https://de.wiktionary.org/wiki/Status States + + States view + + Remove State @@ -6678,6 +7739,68 @@ Locked components cannot be modified or selected. + + QmlDesigner::StudioConfigSettingsPage + + Qt Design Studio Configuration + + + + + QmlDesigner::StudioSettingsPage + + Build + + + + Debug + Debug + + + Analyze + Analysieren + + + Tools + Werkzeuge + + + Hide top-level menus with advanced functionality to simplify the UI. <b>Build</b> is generally not required in the context of Qt Design Studio. <b>Debug</b> and <b>Analyze</b> are only required for debugging and profiling. <b>Tools</b> can be useful for bookmarks and git integration. + + + + Hide Menu + + + + Examples + Beispiele + + + Examples path: + + + + Reset Path + Pfad zurücksetzen + + + Bundles + + + + Bundles path: + + + + The menu visibility change will take effect after restart. + + + + Changing bundle path will take effect after restart. + + + QmlDesigner::SubComponentManager @@ -6714,6 +7837,10 @@ Locked components cannot be modified or selected. Code Code + + Code view + + QmlDesigner::TextToModelMerger @@ -6752,6 +7879,10 @@ Locked components cannot be modified or selected. Texture Editor + + Texture Editor view + + QmlDesigner::TimelineAnimationForm @@ -7085,6 +8216,10 @@ Locked components cannot be modified or selected. Timeline Timeline + + Timeline view + + QmlDesigner::TimelineWidget @@ -7170,6 +8305,10 @@ Locked components cannot be modified or selected. Transitions + + Transitions view + + QmlDesigner::TransitionEditorWidget @@ -7402,13 +8541,17 @@ Locked components cannot be modified or selected. Reset Position Position zurücksetzen + + Edit Component + + Go to Implementation Zu Implementierung gehen - Add New Signal Handler - Neuen Signal-Handler hinzufügen + Create Component + Edit Annotations @@ -7550,18 +8693,10 @@ Locked components cannot be modified or selected. Apply Formatting - - Enter Component - - Merge with Template - - Make Component - - Edit Material @@ -7827,6 +8962,14 @@ Locked components cannot be modified or selected. Export Export + + Move Up + Nach oben + + + Move Down + Nach unten + Workspace Manager @@ -7859,6 +9002,10 @@ Locked components cannot be modified or selected. Workspace + + File Name + Dateiname + Last Modified Zuletzt geändert @@ -7875,6 +9022,10 @@ Locked components cannot be modified or selected. Create and &Open Erstellen und ö&ffnen + + Cannot Create Workspace + + &Clone &Klonen @@ -7883,6 +9034,14 @@ Locked components cannot be modified or selected. Clone and &Open Klonen und ö&ffnen + + %1 Copy + + + + Cannot Clone Workspace + + Rename Workspace @@ -7891,6 +9050,34 @@ Locked components cannot be modified or selected. Rename and &Open Umbenennen und ö&ffnen + + Cannot Rename Workspace + + + + Cannot Switch Workspace + + + + Cannot Export Workspace + + + + Delete Workspace + Arbeitsbereich löschen + + + Delete Workspaces + Arbeitsbereiche löschen + + + Delete workspace "%1"? + Arbeitsbereich "%1" löschen? + + + Delete these workspaces? + Diese Arbeitsbereiche löschen? + List All Tabs Alle Reiter auflisten @@ -7927,10 +9114,70 @@ Locked components cannot be modified or selected. Import Workspace + + Cannot Import Workspace + + Export Workspace + + Workspace "%1" does not exist. + + + + Cannot restore "%1". + + + + Cannot reload "%1". It is not in the list of workspaces. + + + + Could not clone "%1" due to: %2 + + + + Workspace "%1" is not a preset. + + + + Cannot remove "%1". + + + + Cannot save workspace while in mode change state. + + + + File "%1" does not exist. + Datei "%1" existiert nicht. + + + Could not copy "%1" to "%2" due to: %3 + + + + Could not remove "%1". + + + + Directory does not exist"%1". + + + + Workspace does not exist "%1" + + + + Cannot write to "%1". + + + + Cannot write to "%1" due to: %2 + + QtC::Android @@ -8924,6 +10171,10 @@ Der vom Kit mindestens benötigte API-Level ist %1. Android deploy settings file not found, not building an APK. Keine Einstellungsdatei für Android-Deployment gefunden, APK wird nicht erstellt. + + Product type is not an application, not building an APK. + + Failed to run keytool. keytool konnte nicht ausgeführt werden. @@ -8962,6 +10213,10 @@ Der vom Kit mindestens benötigte API-Level ist %1. Cannot create AVD. Invalid input. AVD kann nicht erstellt werden. Ungültige Eingabe. + + Could not start process "%1". + + Cannot create AVD. Command timed out. AVD kann nicht erstellt werden. Zeitüberschreitung des Kommandos. @@ -9314,6 +10569,10 @@ Breche ausstehende Operationen ab... "%1" step has an invalid C++ toolchain. + + Product type is not an application, not running the Make install step. + + Removing directory %1 Lösche Verzeichnis %1 @@ -9335,10 +10594,6 @@ Breche ausstehende Operationen ab... Emulator Tool Is Missing Fehlender Emulator - - Could not start process "%1" - Der Prozess "%1 %2" konnte nicht gestartet werden {1"?} - Install the missing emulator tool (%1) to the installed Android SDK. Installieren Sie den fehlenden Emulator (%1) im installierten Android-SDK. @@ -9644,15 +10899,15 @@ Die Dateien aus dem Quellverzeichnis des Android-Pakets werden in das Verzeichni - Could not create file for %1 "%2" + Could not create file for %1 "%2". - A timeout occurred running "%1" - Zeitüberschreitung bei Ausführung von "%1" + A timeout occurred running "%1". + - Crash while creating file for %1 "%2" + Crash while creating file for %1 "%2". @@ -10800,6 +12055,10 @@ Warnung: Reinem Text fehlen manche Informationen, etwa die Dauer. Run &All Tests Starte &alle Tests + + Run All Tests + + Ctrl+Meta+T, Ctrl+Meta+A Ctrl+Meta+T, Ctrl+Meta+A @@ -10812,10 +12071,6 @@ Warnung: Reinem Text fehlen manche Informationen, etwa die Dauer. Run All Tests Without Deployment - - Run all tests without deployment - - Ctrl+Meta+T, Ctrl+Meta+E @@ -10828,6 +12083,10 @@ Warnung: Reinem Text fehlen manche Informationen, etwa die Dauer. &Run Selected Tests Sta&rte ausgewählte Tests + + Run Selected Tests + + Ctrl+Meta+T, Ctrl+Meta+R Ctrl+Meta+T, Ctrl+Meta+R @@ -10836,22 +12095,26 @@ Warnung: Reinem Text fehlen manche Informationen, etwa die Dauer. Alt+Shift+T,Alt+R Alt+Shift+T,Alt+R + + Run Selected Tests Without Deployment + + + + Run Failed Tests + + Ctrl+Meta+T, Ctrl+Meta+F Ctrl+Meta+T, Ctrl+Meta+F + + Run Tests for Current File + + &Run Selected Tests Without Deployment - - Run all tests - - - - Run selected tests - - Ctrl+Meta+T, Ctrl+Meta+W @@ -10864,10 +12127,6 @@ Warnung: Reinem Text fehlen manche Informationen, etwa die Dauer. Run &Failed Tests - - Run failed tests - - Alt+Shift+T,Alt+F Alt+Shift+T,Alt+F @@ -10876,10 +12135,6 @@ Warnung: Reinem Text fehlen manche Informationen, etwa die Dauer. Run Tests for &Current File - - Run tests for current file - - Ctrl+Meta+T, Ctrl+Meta+C @@ -10924,20 +12179,20 @@ Warnung: Reinem Text fehlen manche Informationen, etwa die Dauer. Executing test suite %1 Führe Test-Suite %1 aus - - Test execution took %1 - Testausführung benötigte %1 - - - Test suite execution took %1 - - Executing test module %1 - Test module execution took %1 + Test execution took %1. + Testausführung benötigte %1. + + + Test suite execution took %1. + + + + Test module execution took %1. @@ -10953,7 +12208,7 @@ Warnung: Reinem Text fehlen manche Informationen, etwa die Dauer. - Running tests exited with %1 + Running tests exited with %1. @@ -10995,29 +12250,25 @@ Executable: %2 - Executing %1 "%2" + Executing %1 "%2"... - %1 "%2" passed + %1 "%2" passed. - Expression passed + Expression passed. + + + + Finished executing %1 "%2". Expression failed: %1 - - Finished executing %1 "%2" - - - - Running tests for %1 - - Google Test Google Test @@ -11080,6 +12331,10 @@ Siehe auch die Einstellungen für Google Test. Auto Test + + Running tests for "%1". + + QtC::AutotoolsProjectManager @@ -12660,8 +13915,8 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev Lesezeichen - Matches all bookmarks. Filter by file name, by the text on the line of the bookmark, or by the bookmark's note text. - Filtert alle Lesezeichen nach dem Dateinamen, dem Text in der Zeile des Lesezeichens oder seinem Anmerkungstext. + Locates bookmarks. Filter by file name, by the text on the line of the bookmark, or by the bookmark's note text. + Bookmark @@ -12946,10 +14201,6 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev Clear CMake configuration and configure with initial parameters? Die CMake-Konfiguration löschen und mit initialen Parametern konfigurieren? - - Do not ask again - Nicht noch einmal nachfragen - Kit CMake Configuration CMake-Konfiguration des Kits @@ -13002,6 +14253,10 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev Rescan Project Projekt neu auswerten + + Reload CMake Presets + + Build Erstellen @@ -13018,6 +14273,14 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev Ctrl+Alt+B Ctrl+Alt+B + + Re-generates the kits that were created for CMake presets. All manual modifications to the CMake project settings will be lost. + + + + Reload + Neu laden + Build File is not supported for generator "%1" Der Generator "%1" unterstützt das Erstellen einer Datei nicht @@ -13174,6 +14437,14 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev Target: %1 Ziel: %1 + + Stage for installation + + + + Staging directory: + + Enable automatic provisioning updates: Automatische Provisionierungsaktualisierungen aktivieren: @@ -13210,6 +14481,11 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev Project did not parse successfully, cannot build. Das Projekt konnte nicht erfolgreich ausgewertet werden. Es kann nicht erstellt werden. + + Stage at %2 for %3 + Stage (for installation) at <staging_dir> for <installation_dir> + + CMake Build Display name for CMakeProjectManager::CMakeBuildStep id. @@ -13297,10 +14573,6 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev Select a directory for %1 Wählen Sie ein Verzeichnis für %1 - - Determines whether file paths are copied to the clipboard for pasting to the CMakeLists.txt file when you add new files to CMake projects. - Legt fest, ob beim Hinzufügen von neuen Dateien zu CMake-Projekten deren Dateipfade in die Zwischenablage kopiert werden, um sie in die CMakeLists.txt-Datei einzufügen. - Package manager auto setup Automatisches Aufsetzen von Paketmanagern @@ -13313,6 +14585,10 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev Ask before re-configuring with initial parameters Vor dem Neukonfigurieren mit initialen Parametern nachfragen + + Ask before reloading CMake Presets + + Show subfolders inside source group folders Unterverzeichnisse in Sourcegruppen anzeigen @@ -13325,22 +14601,6 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev General Allgemein - - Adding Files - Dateien hinzufügen - - - Ask about copying file paths - Fragen, ob Dateipfade kopiert werden sollen - - - Do not copy file paths - Dateipfade nicht kopieren - - - Copy file paths - Dateipfade kopieren - Scan "%1" project tree Durchsuche "%1"-Projektbaum @@ -13349,16 +14609,6 @@ Zum Beispiel bewirkt die Angabe "Revision: 15" dass der Branch auf Rev The kit needs to define a CMake tool to parse this project. Das Kit muss ein CMake-Werkzeug festlegen, um dieses Projekt auszuwerten. - - Copy to Clipboard? - In die Zwischenablage kopieren? - - - Files are not automatically added to the CMakeLists.txt file of the CMake project. -Copy the path to the source files to the clipboard? - Dateien werden nicht automatisch zur Datei CMakeLists.txt des CMake-Projekts hinzugefügt. -Möchten Sie den Pfad zu den Quelldateien in die Zwischenablage kopieren? - Apply configuration changes? Konfigurationsänderungen anwenden? @@ -13408,8 +14658,8 @@ Möchten Sie den Pfad zu den Quelldateien in die Zwischenablage kopieren?Keine gültige ausführbare CMake-Datei. - Running in "%1": %2. - Führe in "%1" aus: %2. + Running in %1: %2. + <No CMake Tool available> @@ -13572,20 +14822,20 @@ Möchten Sie den Pfad zu den Quelldateien in die Zwischenablage kopieren?Die CMake-Konfiguration hat einen C++-Compiler gesetzt, der nicht mit dem Compiler der Toolchain übereinstimmt, die vom Kit verwendet wird. - Build CMake target - CMake-Ziel erstellen + Build CMake Target + Builds a target of any open CMake project. Erstellt ein Ziel eines geöffneten CMake-Projekts. - Open CMake target - CMake-Ziel öffnen + Open CMake Target + - Jumps to the definition of a target of any open CMake project. - Springt zur Definition eines Ziels eines geöffneten CMake-Projekts. + Locates the definition of a target of any open CMake project. + The source directory %1 is not reachable by the CMake executable %2. @@ -13635,6 +14885,10 @@ Möchten Sie den Pfad zu den Quelldateien in die Zwischenablage kopieren?<Other Locations> <Andere Orte> + + <Generated Files> + + Unexpected source directory "%1", expected "%2". This can be correct in some situations, for example when importing a standalone Qt test, but usually this is an error. Import the build anyway? Unerwartetes Quellverzeichnis "%1", erwartet wurde "%2". Dies kann in einigen Situationen korrekt sein, zum Beispiel beim Importieren eines eigenständigen Qt-Tests, aber normalerweise ist es ein Fehler. Soll der Build trotzdem importiert werden? @@ -13643,6 +14897,10 @@ Möchten Sie den Pfad zu den Quelldateien in die Zwischenablage kopieren?CMake Modules CMake-Module + + CMake Presets + + Target type: Zieltyp: @@ -13819,10 +15077,6 @@ Stellen Sie sicher, dass der Wert der CMAKE_BUILD_TYPE-Variable derselbe wie der Restrict to files contained in the current project Auf Dateien des aktuellen Projekts beschränken - - %1 Command - Ausführbare Datei für %1 - Formatter Formatter @@ -14332,8 +15586,8 @@ Stellen Sie sicher, dass der Wert der CMAKE_BUILD_TYPE-Variable derselbe wie der Bearbeiteten Quelltext beim Speichern der Datei formatieren - Override Clang Format configuration file - Clang-Format-Konfigurationsdatei überschreiben + Override .clang-format file + Use global settings @@ -14360,8 +15614,8 @@ Stellen Sie sicher, dass der Wert der CMAKE_BUILD_TYPE-Variable derselbe wie der Das aktuelle Projekt hat ihre eigene .clang-format-Datei, die in den untenstehenden Einstellungen überschrieben werden kann. - Override Clang Format configuration file with the chosen configuration. - Die Clang-Format-Konfigurationsdatei mit der gewählten Konfiguration überschreiben. + When this option is enabled, ClangFormat will use a user-specified configuration from the widget below, instead of the project .clang-format file. You can customize the formatting options for your code by adjusting the settings in the widget. Note that any changes made there will only affect the current configuration, and will not modify the project .clang-format file. + ClangFormat @@ -14472,10 +15726,6 @@ Ausgabe: Disable This Check Diesen Check deaktivieren - - File "%1" does not exist or is not readable. - Die Datei "%1" fehlt oder ist nicht lesbar. - Error: Failed to parse YAML file "%1": %2. Fehler: Die YAML-Datei "%1" konnte nicht ausgewertet werden: %2. @@ -14546,6 +15796,10 @@ Setzen Sie erst eine gültige ausführbare Datei. Select the diagnostics to display. Wählen Sie die anzuzeigenden Meldungen. + + Prefer .clang-tidy file, if present + + Build the project before analysis Projekt vor der Analyse erstellen @@ -14562,14 +15816,6 @@ Setzen Sie erst eine gültige ausführbare Datei. Parallel jobs: Parallele Jobs: - - Select Checks - Prüfungen auswählen - - - Use .clang-tidy config file - Konfigurationsdatei .clang-tidy verwenden - Edit Checks as String... Prüfungen als Zeichenkette bearbeiten... @@ -14620,10 +15866,6 @@ Setzen Sie erst eine gültige ausführbare Datei. Clang-Tidy and Clazy use a customized Clang executable from the Clang project to search for diagnostics. Clang-Tidy und Clazy benutzen eine angepasste Version der Anwendung Clang vom Clang-Projekt, um nach Problemen zu suchen. - - Clang-Tidy and Clazy - Clang-Tidy und Clazy - Release Release @@ -14673,12 +15915,8 @@ Setzen Sie erst eine gültige ausführbare Datei. Fehler beim Laden der Meldungen - Set a valid Clang-Tidy executable. - Wählen Sie eine gültige ausführbare Datei für Clang-Tidy. - - - Set a valid Clazy-Standalone executable. - Wählen Sie eine gültige ausführbare Datei für Clazy-Standalone. + Set a valid %1 executable. + Project "%1" is not a C/C++ project. @@ -15346,8 +16584,25 @@ Setzen Sie erst eine gültige ausführbare Datei. Check In + Name of the "commit" action of the VCS Einchecken + + Close Check In Editor + + + + Closing this editor will abort the check in. + + + + Cannot check in. + + + + Cannot check in: %1. + + Do you want to undo the check out of "%1"? Möchten Sie das Auschecken von "%1" rückgängig machen? @@ -15689,6 +16944,149 @@ Setzen Sie erst eine gültige ausführbare Datei. + + QtC::Copilot + + Sign In + + + + A browser window will open. Enter the code %1 when asked. +The code has been copied to your clipboard. + + + + Login Failed + + + + The login request failed: + + + + Select Previous Copilot Suggestion + + + + Select Next Copilot Suggestion + + + + Apply (%1) + + + + Apply Word (%1) + + + + %1 of %2 + %1 von %2 + + + Enabling %1 is subject to your agreement and abidance with your applicable %1 terms. It is your responsibility to know and accept the requirements and parameters of using tools like %1. This may include, but is not limited to, ensuring you have the rights to allow %1 access to your code, as well as understanding any implications of your use of %1 and suggestions produced (like copyright, accuracy, etc.). + + + + The Copilot plugin requires node.js and the Copilot neovim plugin. If you install the neovim plugin as described in %1, the plugin will find the agent.js file automatically. + +Otherwise you need to specify the path to the %2 file from the Copilot neovim plugin. + Markdown text for the copilot instruction label + + + + Note: + Hinweis: + + + Request Copilot Suggestion + + + + Request Copilot suggestion at the current editor's cursor position. + + + + Show next Copilot Suggestion + + + + Cycles through the received Copilot Suggestions showing the next available Suggestion. + + + + Show previos Copilot Suggestion + + + + Cycles through the received Copilot Suggestions showing the previous available Suggestion. + + + + Disable Copilot + + + + Disable Copilot. + + + + Enable Copilot + + + + Enable Copilot. + + + + Toggle Copilot + + + + Copilot + + + + Enables the Copilot integration. + + + + Node.js path: + + + + Node.js Path + + + + Select path to node.js executable. See https://nodejs.org/en/download/for installation instructions. + + + + Path to agent.js: + + + + Agent.js path + + + + Select path to agent.js in Copilot Neovim plugin. See https://github.com/github/copilot.vim#getting-started for installation instructions. + + + + Auto Complete + Automatische Vervollständigung + + + Request completions automatically + + + + Automatically request suggestions for the current text cursor position after changes to the document. + + + QtC::Core @@ -15839,6 +17237,10 @@ Trotzdem fortfahren? The high DPI settings will take effect after restart. Die Einstellung für hohe Auflösungen wird nach einem Neustart wirksam. + + Toolbar style: + + Text codec for tools: Zeichenkodierung für Werkzeuge: @@ -15847,6 +17249,14 @@ Trotzdem fortfahren? The language change will take effect after restart. Die Änderung der Sprache wird nach einem Neustart wirksam. + + Compact + + + + Relaxed + + Interface Oberfläche @@ -17153,6 +18563,10 @@ konnte nicht unter Versionsverwaltung (%2) gestellt werden Priority Priorität + + Locates files from a custom set of directories. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + + Add... Hinzufügen... @@ -17284,6 +18698,18 @@ Um es abzurufen, tippen Sie das Kürzel im Locator, gefolgt von einem Leerzeiche Directories: Verzeichnisse: + + Create Directory + + + + Create and Open File "%1" + + + + Create Directory "%1" + + Include hidden files Versteckte Dateien zeigen @@ -17568,10 +18994,6 @@ Möchten Sie es beenden? Opens a file given by a relative path to the current document, or absolute path. "~" refers to your home directory. You have the option to create a file if it does not exist yet. Öffnet eine Datei mit einem Pfad relativ zum aktuellen Dokument oder einem absoluten Pfad. "~" bezieht sich auf Ihr Benutzerverzeichnis. Sie haben die Option eine Datei zu erstellen, wenn diese noch nicht existiert. - - Create and Open "%1" - Erzeuge und öffne "%1" - Create File Datei erzeugen @@ -17616,6 +19038,14 @@ Möchten Sie es beenden? Locate... Finden... + + Triggers a web search with the selected search engine. + + + + Triggers a search in the Qt bug tracker. + + <html><body style="color:#909090; font-size:14px"><div align='center'><div style="font-size:20px">Open a document</div><table><tr><td><hr/><div style="margin-top: 5px">&bull; File > Open File or Project (%1)</div><div style="margin-top: 5px">&bull; File > Recent Files</div><div style="margin-top: 5px">&bull; Tools > Locate (%2) and</div><div style="margin-left: 1em">- type to open file from any open project</div>%4%5<div style="margin-left: 1em">- type <code>%3&lt;space&gt;&lt;filename&gt;</code> to open file from file system</div><div style="margin-left: 1em">- select one of the other filters for jumping to a location</div><div style="margin-top: 5px">&bull; Drag and drop files here</div></td></tr></table></div></body></html> <html><body style="color:#909090; font-size:14px"><div align='center'><div style="font-size:20px">Ein Dokument öffnen</div><table><tr><td><hr/><div style="margin-top: 5px">&bull; Datei > Neu (%1)</div><div style="margin-top: 5px">&bull; Datei > Zuletzt bearbeitete Dateien</div><div style="margin-top: 5px">&bull; Extras > Finden (%2) und</div><div style="margin-left: 1em">- tippen um eine Datei aus einem offenen Projekt zu öffnen</div>%4%5<div style="margin-left: 1em">- <code>%3&lt;Leerzeichen&gt;&lt;Dateiname&gt;</code> eingeben um eine Datei aus dem Dateisystem zu öffnen</div><div style="margin-left: 1em">- einen der anderen Filter auswählen um Inhalte aufzurufen</div><div style="margin-top: 5px">&bull; Dateien mit der Maus hierher ziehen</div></td></tr></table></div></body></html> @@ -18210,6 +19640,10 @@ Möchten Sie sie jetzt auschecken? TiB TiB + + MiB + + Enable crash reporting Absturzberichte aktivieren @@ -18444,8 +19878,8 @@ provided they were unmodified before the refactoring. Dateinamensindex - Matches files from a global file system index (Spotlight, Locate, Everything). Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. - Filtert Dateien aus einem globalen Dateisystemindex (Spotlight, Locate, Everything). Fügen Sie "+<Zahl>" oder ":<Zahl>" an, um zur angegebenen Zeile zu springen. Fügen Sie noch einmal "+<Zahl>" oder ":<Zahl>" an, um auch zur angegebenen Spalte zu springen. + Locates files from a global file system index (Spotlight, Locate, Everything). Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + Case sensitive: @@ -18483,6 +19917,18 @@ provided they were unmodified before the refactoring. Engine aborted after timeout. Engine brach nach Zeitüberschreitung ab. + + The evaluation was interrupted. + + + + Engine reinitialized properly. + + + + Engine did not reinitialize properly. + + Copy to clipboard: %1 In die Zwischenablage kopieren: %1 @@ -18525,18 +19971,10 @@ Doppelklicken Sie einen Eintrag um ihn zu ändern. Generic Directory Filter Allgemeiner Verzeichnisfilter - - Matches all files from a custom set of directories. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. - Filtert alle Dateien aus vom Benutzer gewählten Pfaden. Fügen Sie "+<Zahl>" oder ":<Zahl>" an, um zur angegebenen Zeile zu springen. Fügen Sie noch einmal "+<Zahl>" oder ":<Zahl>" an, um auch zur angegebenen Spalte zu springen. - Select Directory Verzeichnis auswählen - - %1 filter update: 0 files - %1-Filterstatus: Keine Dateien - %1 filter update: %n files @@ -18568,6 +20006,14 @@ Doppelklicken Sie einen Eintrag um ihn zu ändern. Tags: Schlüsselworte: + + Show All + + + + Back + Zurück + Text Encoding Text-Zeichenkodierung @@ -19020,6 +20466,14 @@ Doppelklicken Sie einen Eintrag um ihn zu ändern. Binding Editor Binding-Editor + + Switches to an open document. + + + + Markdown Editor + + QtC::CppEditor @@ -19231,6 +20685,10 @@ Doppelklicken Sie einen Eintrag um ihn zu ändern. Complete Switch Statement Switch-Anweisung vervollständigen + + Add Member Function "%1" + + Extract Constant as Function Parameter Konstante als Funktionsparameter extrahieren @@ -20241,14 +21699,26 @@ z.B. name = "m_test_foo_": C++ Symbols in Current Document C++-Symbole im aktuellen Dokument + + Locates C++ symbols in the current document. + + C++ Classes C++-Klassen + + Locates C++ classes in any open project. + + C++ Functions C++-Funktionen + + Locates C++ functions in any open project. + + All Included C/C++ Files Alle eingebundenen C/C++-Dateien @@ -20258,6 +21728,10 @@ z.B. name = "m_test_foo_": https://learn.microsoft.com/de-de/cpp/cpp/aliases-and-typedefs-cpp C++-Klassen, -Aufzählungen, -Funktionen und -Typaliase + + Locates C++ classes, enums, functions and type aliases in any open project. + + C++ Symbols C++-Symbole @@ -20322,6 +21796,18 @@ z.B. name = "m_test_foo_": Off Aus + + Use Built-in Only + + + + Use Clangd Only + + + + Try Both + + Interpret ambiguous headers as C headers Mehrdeutige Header als C-Header behandeln @@ -20366,6 +21852,10 @@ z.B. name = "m_test_foo_": <p>If background indexing is enabled, global symbol searches will yield more accurate results, at the cost of additional CPU load when the project is first opened. The indexing result is persisted in the project's build directory. If you disable background indexing, a faster, but less accurate, built-in indexer is used instead. The thread priority for building the background index can be adjusted since clangd 15.</p><p>Background Priority: Minimum priority, runs on idle CPUs. May leave 'performance' cores unused.</p><p>Normal Priority: Reduced priority compared to interactive work.</p>Low Priority: Same priority as other clangd work. <p>Wenn sie das globale Indizieren aktivieren, liefert die globale Symbolsuche genauere Resultate, es erhöht aber die CPU-Last beim ersten Öffnen von Projekten. Das Resultat der Indizierung wird im Build-Verzeichnis des Projekts gespeichert. Wenn sie das globale Indizieren deaktivieren, wird stattdessen ein schnellerer, aber weniger genauer, integrierter Indexer benutzt. Seit Clangd 15 können Sie die Priorität für die Indizierungs-Threads anpassen.</p><p>Hintergrund-Priorität: Niedrigste Priorität, läuft nur auf leerlaufenden CPUs. Kann "Performance"-Kerne ungenutzt lassen.</p><p>Normale Priorität: Geringere Priorität im Vergleich zu interaktiven Aktivitäten.</p>Niedrige Priorität: Dieselbe Priorität wie andere Clangd-Aktivitäten. + + <p>Which C/C++ backend to use when switching between header and source file.<p>The clangd implementation has more capabilities, but also has some bugs not present in the built-in variant.<p>When "Try Both" is selected, clangd will be employed only if the built-in variant does not find anything. + + Number of worker threads used by clangd. Background indexing also uses this many worker threads. Anzahl der Threads, die von Clangd benutzt werden. Die globale Indizierung nutzt auch diese Anzahl Threads. @@ -20418,6 +21908,10 @@ Das integrierte Codemodell übernimmt Syntaxhervorhebung, Code-Vervollständigun Background indexing: Indizierung: + + Header/source switch mode: + + Worker thread count: Thread-Anzahl: @@ -20538,10 +22032,6 @@ Dies ist normalerweise nicht empfehlenswert, da die Datei wahrscheinlich währen C++ Macro Usages: C++ Macro-Referenzen: - - Matches all files that are included by all C++ files in all projects. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. - Filtert alle Dateien die von allen C++-Dateien aller Projekte eingebunden werden. Fügen Sie "+<Zahl>" oder ":<Zahl>" an, um zur angegebenen Zeile zu springen. Fügen Sie noch einmal "+<Zahl>" oder ":<Zahl>" an, um auch zur angegebenen Spalte zu springen. - <Select Symbol> <Symbol auswählen> @@ -20722,10 +22212,6 @@ Ziehen Sie Eintrage mit der Maus, um die Reihenfolge der Parameter zu ändern.GNU GNU - - Old Creator - Veraltete Creator-Konvention - Open in Editor In Editor öffnen @@ -20774,6 +22260,10 @@ Flags: %3 All files Alle Dateien + + Locates files that are included by C++ files of any open project. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + + QtC::Cppcheck @@ -23078,10 +24568,34 @@ markers in the source code editor. Feld aus %n Elementen + + The DAP process failed to start. Either the invoked program "%1" is missing, or you may have insufficient permissions to invoke the program. + + + + The DAP process crashed some time after starting successfully. + + + + An error occurred when attempting to write to the DAP process. For example, the process may not be running, or it may have closed its input channel. + + + + An error occurred when attempting to read from the DAP process. For example, the process may not be running. + + + + An unknown error in the DAP process occurred. + + Adapter start failed Der Start des Adapters schlug fehl + + DAP I/O Error + + Python Error Python-Fehler @@ -23122,6 +24636,10 @@ markers in the source code editor. Debugger encountered an exception: %1 Der Debugger stellte einen Ausnahmefehler fest: %1 + + The system prevents loading of "%1", which is required for debugging. Make sure that your antivirus solution is up to date and if that does not work consider adding an exception for "%1". + + Module loaded: %1 Modul geladen: %1 @@ -23169,8 +24687,8 @@ Installieren Sie das Paket "Qt Debug Information Files" für diese Qt- Start des Debuggers schlug fehl - The system prevents loading of %1 which is required for debugging. Make sure that your antivirus solution is up to date and if that does not work consider to add an exception for %1. - Das System verhindert das Laden von %1, welches für das Debuggen erforderlich ist. Stellen Sie sicher, dass Ihr Virenschutzprogramm aktuell ist. Falls dies nicht hilft, ziehen Sie in Betracht, eine Ausnahme für %1 hinzuzufügen. + Cannot read "%1": %2 + "%1" kann nicht gelesen werden: %2 Value %1 obtained from evaluating the condition of breakpoint %2, stopping. @@ -24073,18 +25591,42 @@ Sie können hier eine andere Verbindung wählen, beispielsweise eine serielle Ve Debugger settings Debuggereinstellungen - - Enable C++ - C++ aktivieren - - - Enable QML - QML aktivieren - <a href="qthelp://org.qt-project.qtcreator/doc/creator-debugging-qml.html">What are the prerequisites?</a> <a href="qthelp://org.qt-project.qtcreator/doc/creator-debugging-qml.html">Was sind die Voraussetzungen?</a> + + Enable C++ debugger. + + + + Try to determine need for C++ debugger. + + + + Enable QML debugger. + + + + Try to determine need for QML debugger. + + + + Without additional startup commands. + + + + With additional startup commands. + + + + C++ debugger: + + + + QML debugger: + + Enable Debugging of Subprocesses Debuggen von Unterprozessen zulassen @@ -24202,6 +25744,18 @@ Sie können hier eine andere Verbindung wählen, beispielsweise eine serielle Ve ABIs: ABIs: + + Generic + + + + GDB from PATH on Build Device + + + + LLDB from PATH on Build Device + + Version: Version: @@ -24983,10 +26537,6 @@ Das Setzen von Haltepunkten anhand von Dateinamen und Zeilennummern könnte fehl QML debugging needs to be enabled both in the Build and the Run settings. QML-Debuggen muss in den Einstellungen sowohl für das Erstellen als auch für das Ausführen aktiviert sein. - - &Show this message again. - Diese Nachricht erneut an&zeigen. - Debugging %1 ... Debugge %1 ... @@ -25167,6 +26717,14 @@ Das Setzen von Haltepunkten anhand von Dateinamen und Zeilennummern könnte fehl Enables tooltips in the stack view during debugging. Aktiviert Tooltips für die Anzeige &quot;Stack&quot; beim Debuggen. + + Default array size: + + + + The number of array elements requested when expanding entries in the Locals and Expressions views. + + Shows QML object tree in Locals and Expressions when connected and not stepping. QML-Objektbaum in Fenster "Lokale Variablen" anzeigen, wenn eine Verbindung besteht und kein Einzelschrittbetrieb vorliegt. @@ -26011,7 +27569,7 @@ Versuchen Sie, das Projekt neu zu erstellen. - Docker daemon appears to be not running. Verify daemon is up and running and reset the docker daemon on the docker device settings page or restart Qt Creator. + Docker daemon appears to be not running. Verify daemon is up and running and reset the Docker daemon in Docker device preferences or restart Qt Creator. @@ -26084,7 +27642,7 @@ Versuchen Sie, das Projekt neu zu erstellen. - Adds the following flags to the container: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined, this is necessary to allow lldb to run + Adds the following flags to the container to allow LLDB to run: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined @@ -26144,17 +27702,21 @@ Versuchen Sie, das Projekt neu zu erstellen. - Select the paths in the docker image that should be scanned for kit entries. + Select the paths in the Docker image that should be scanned for kit entries. - Docker daemon appears to be not running. + Docker daemon appears to be stopped. Docker daemon appears to be running. + + Detection complete. + + Search Locations: @@ -27055,6 +28617,10 @@ zu deaktivieren, deaktiviert auch die folgenden Plugins: Execute User Action #%1 Benutzerdefinierte Aktion #%1 ausführen + + Invalid regular expression. + + "%1" %2 %3L, %4C written "%1" %2 %3 Zeilen mit %4 Zeichen geschrieben @@ -27241,6 +28807,10 @@ zu deaktivieren, deaktiviert auch die folgenden Plugins: Annotate &Parent Revision %1 Annotation der über&geordneten Revision %1 + + Triggers a Fossil version control operation. + + &Fossil &Fossil @@ -27546,8 +29116,8 @@ zu deaktivieren, deaktiviert auch die folgenden Plugins: URL: - For example: https://[user[:pass]@]host[:port]/[path] - Zum Beispiel: https://[user[:pass]@]host[:port]/[path] + For example: "https://[user[:pass]@]host[:port]/[path]". + Remember specified location as default @@ -27909,6 +29479,13 @@ Jetzt Commit ausführen? Commit "%1" geändert (%n Dateien). + + Cannot commit %n file(s). + + + + + Only graphical merge tools are supported. Please configure merge.tool. Nur grafische Merge-Tools werden unterstützt. Bitte konfigurieren Sie ein Merge-Tool. @@ -28127,13 +29704,6 @@ Jetzt Commit ausführen? Amended "%1". Commit "%1" geändert. - - Cannot commit %n files - - Commit schlug für eine Datei fehl - Commit schlug für %n Dateien fehl - - Revert Rückgängig machen @@ -28266,6 +29836,10 @@ Jetzt Commit ausführen? Note that huge amount of commits might take some time. Beachten Sie, dass eine hohe Anzahl Commits lange Wartezeiten hervorrufen kann. + + Annotate the current line in the editor with Git "blame" output. + + Miscellaneous Sonstige Einstellungen @@ -28406,10 +29980,6 @@ wenn es außerhalb von git bash aufgerufen wird. Add instant blame annotations to editor Annotationen für "Blame" im Editor anzeigen - - Directly annotate each line in the editor when scrolling through the document. - Annotationen für Zeilen im Editor direkt beim Scrollen durch das Dokument anzeigen. - Git Git @@ -29028,6 +30598,10 @@ Partially checked - Do not change current state. Nicht markiert - Markierung entfernen. Teilmarkiert - Zustand nicht verändern. + + Pushes the selected commit and all commits it depends on. + + Supported on Gerrit 2.15 and later. Unterstützt von Gerrit 2.15 und höher. @@ -29761,10 +31335,6 @@ Leer lassen, um das Dateisystem zu durchsuchen. &Work-in-progress &In Arbeit - - Pushes the selected commit and all dependent commits. - Push des ausgewählten Commit und aller abhängigen Commits. - &Topic: &Topic: @@ -30107,10 +31677,6 @@ Hinweis: Dies macht Sie anfällig für Man-in-the-middle-Angriffe. GHCi - - Failed to run GHCi: "%1". - - Run GHCi @@ -30320,6 +31886,10 @@ Hinweis: Dies macht Sie anfällig für Man-in-the-middle-Angriffe. Help Index Hilfe - Index + + Locates help topics, for example in the Qt documentation. + + Help Hilfe @@ -31708,18 +33278,34 @@ Ablaufdatum: %3 Symbols in Current Document Symbole im aktuellen Dokument + + Locates symbols in the current document, based on a language server. + + Symbols in Workspace Symbole im Arbeitsbereich + + Locates symbols in the language server workspace. + + Classes and Structs in Workspace Klassen und Strukturen im Arbeitsbereich + + Locates classes and structs in the language server workspace. + + Functions and Methods in Workspace Funktionen und Methoden im Arbeitsbereich + + Locates functions and methods in the language server workspace. + + Unexpectedly finished. Restarting in %1 seconds. Unerwartet beendet. Neustart in %1 Sekunden. @@ -31816,30 +33402,45 @@ Beispiel: *.cpp%1*.h %1 for %2 + <language client> for <project> %1 für %2 uninitialized + language client state nicht initialisiert initialize requested + language client state Initialisierung angefordert initialized + language client state initialisiert shutdown requested + language client state Abschaltung angefordert - shutdown - abgeschaltet + shut down + language client state + + + + Language Server "%1" Initialization Error + + + + Initialization error: %1. + error + language client state Fehler @@ -31860,14 +33461,6 @@ Beispiel: *.cpp%1*.h Ungültiger Parameter in "%1": %2 - - Language Server "%1" Initialize Error - Fehler beim Initialisieren von Language Server "%1" - - - Initialize error: - Fehler bei Initialisierung: - Initialize result is invalid. Ergebnis der Initialisierung ist ungültig. @@ -31930,8 +33523,8 @@ Beispiel: *.cpp%1*.h %1 ist nicht mehr erreichbar. - Matches all symbols from the current document, based on a language server. - Filtert alle Symbole im aktuellen Dokument, basierend auf einem Language Server. + Start typing to see replacements. + Expand All @@ -31977,6 +33570,14 @@ Beispiel: *.cpp%1*.h Language Client Inspector Language Client Inspektor + + <Select> + + + + Language Server: + + Log Log @@ -32001,6 +33602,10 @@ Beispiel: *.cpp%1*.h Call Hierarchy Aufrufhierarchie + + Reloads the call hierarchy for the symbol under cursor position. + + QtC::LanguageServerProtocol @@ -32189,10 +33794,42 @@ Beispiel: *.cpp%1*.h Error registering Kit for %1. + + Qt for MCUs Kit Creation + + + + Fix + + + + Help + Hilfe + + + Qt for MCUs path %1 + + + + Target + Ziel + Warning Warnung + + Error + Fehler + + + Package + Paket + + + Status + Status + Unable to apply changes in Devices > MCU. @@ -32486,6 +34123,14 @@ Beispiel: *.cpp%1*.h New version of Qt for MCUs detected. Upgrade existing kits? + + Errors while creating Qt for MCUs kits + + + + Details + Details + Qt for MCUs SDK @@ -32527,11 +34172,11 @@ Beispiel: *.cpp%1*.h - Provide the package paths in order to create a kit for your target. + Provide the package paths to create a kit for your target. - No CMake tool was detected. Add a CMake tool in the <a href="cmake">CMake options</a> and press Apply. + No CMake tool was detected. Add a CMake tool in the <a href="cmake">CMake options</a> and select Apply. @@ -32550,8 +34195,19 @@ Beispiel: *.cpp%1*.h Create Kits for Qt for MCUs + + Detected %n uninstalled MCU target(s). Remove corresponding kits? + + + + + - New version of Qt for MCUs detected. Upgrade existing Kits? + Keep + + + + Remove @@ -32910,7 +34566,7 @@ Useful if build directory is corrupted or when rebuilding with a newer version o - Parameters + Parameters: @@ -33973,7 +35629,7 @@ You might find further explanations in the Application Output view. Geschätzt - %n frames + %n frame(s) @@ -34060,6 +35716,7 @@ You might find further explanations in the Application Output view. Submit + Name of the "commit" action of the VCS Submit @@ -34342,6 +35999,22 @@ You might find further explanations in the Application Output view. The process terminated with exit code %1. Der Prozess wurde beendet, Rückgabewert %1. + + Close Submit Editor + + + + Closing this editor will abort the submit. + + + + Cannot submit. + + + + Cannot submit: %1. + + p4 submit failed: %1 Fehler beim Submit: %1 @@ -34721,8 +36394,8 @@ You might find further explanations in the Application Output view. Dateien aus allen Projekten - Matches all files of all open projects. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. - Filtert alle Dateien aus allen geöffneten Projekten. Fügen Sie "+<Zahl>" oder ":<Zahl>" an, um zur angegebenen Zeile zu springen. Fügen Sie noch einmal "+<Zahl>" oder ":<Zahl>" an, um auch zur angegebenen Spalte zu springen. + Locates files of all open projects. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + All Projects @@ -34821,8 +36494,8 @@ Außer: %2 Dateien im aktuellen Projekt - Matches all files from the current document's project. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. - Filtert alle Dateien aus dem Projekt des aktuellen Dokuments. Fügen Sie "+<Zahl>" oder ":<Zahl>" an, um zur angegebenen Zeile zu springen. Fügen Sie noch einmal "+<Zahl>" oder ":<Zahl>" an, um auch zur angegebenen Spalte zu springen. + Locates files from the current document's project. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + Project "%1" @@ -35120,10 +36793,6 @@ Title of a the cloned RunConfiguration window, text of the window &Open &Öffnen - - File not found: %1 - Datei nicht gefunden: %1 - &Build &Erstellen @@ -35544,6 +37213,26 @@ Bitte versuchen Sie es erneut. A run action is already scheduled for the active project. Für das aktive Projekt ist bereits eine Ausführung geplant. + + Locates files from all project directories. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + + + + Run Run Configuration + + + + Runs a run configuration of the active project. + + + + Switch Run Configuration + + + + Switches the active run configuration of the active project. + + Run %1 %1 ausführen @@ -35597,26 +37286,6 @@ Bitte versuchen Sie es erneut. Cannot Rename File Die Datei konnte nicht umbenannt werden - - Matches all files from all project directories. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. - Filtert alle Dateien aus allen Projektverzeichnissen. Fügen Sie "+<Zahl>" oder ":<Zahl>" an, um zur angegebenen Zeile zu springen. Fügen Sie noch einmal "+<Zahl>" oder ":<Zahl>" an, um auch zur angegebenen Spalte zu springen. - - - Run run configuration - Ausführungskonfiguration ausführen - - - Run a run configuration of the current active project - Eine Ausführungskonfiguration des aktiven Projekts ausführen - - - Switch run configuration - Ausführungskonfiguration auswählen - - - Switch active run configuration - Aktive Ausführungskonfiguration auswählen - Switched run configuration to %1 @@ -36198,6 +37867,10 @@ The name of the build configuration created by default for a generic project.Starting %1... Starte %1... + + Environment: + Umgebung: + No executable specified. Es wurde keine ausführbare Datei angegeben. @@ -36492,6 +38165,15 @@ Aktivieren Sie dies, wenn Sie 32bit-x86-Binärdateien erstellen wollen, ohne ein Set As Default Als Vorgabe setzen + + &Start Wizard to Add Device... + + + + Add %1 + Add <Device Type Name> + + Yes (id is "%1") Ja (id ist "%1") @@ -36596,18 +38278,6 @@ Aktivieren Sie dies, wenn Sie 32bit-x86-Binärdateien erstellen wollen, ohne ein Remote Error Entfernter Fehler - - Process listing command failed with exit code %1. - Das Kommando zur Auflistung der Prozesse schlug mit Rückgabewert %1 fehl. - - - Error: Kill process failed: %1 - Fehlschlag beim Beenden des Prozesses: %1 - - - Remote stderr was: %1 - Fehlerausgabe: %1 - Name: Name: @@ -36803,6 +38473,10 @@ Aktivieren Sie dies, wenn Sie 32bit-x86-Binärdateien erstellen wollen, ohne ein Base environment for this run configuration: Basisumgebung für diese Ausführungskonfiguration: + + Show in Application Output when running + + No device configured. Es ist kein Gerät eingerichtet. @@ -37080,6 +38754,10 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen. Cannot open task file %1: %2 Die Aufgabendatei %1 kann nicht geöffnet werden: %2 + + Ignoring invalid task (no text). + + File Error Dateifehler @@ -37354,6 +39032,52 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen. Location Pfad + + Creates a widget-based Qt application that contains a Qt Designer-based main window and C++ source and header files to implement the application logic. + +Preselects a desktop Qt for building the application if available. + + + + Creates a C++ library. You can create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul> + + + + Creates a project containing a single main.cpp file with a stub implementation and no graphical UI. + +Preselects a desktop Qt for building the application if available. + + + + PySide 2 + PySide 2 + + + Define Python Interpreter + + + + Creates a Qt Quick application that contains an empty window. + +Use this "compat" version if you want to use other build systems than CMake or Qt versions lower than 6. + + + + Qt Quick Application (compat) + + + + Creates a Qt Quick UI project for previewing and prototyping designs. + +To develop a full application, create a Qt Quick Application project instead. + + + + Creates a Qt Quick application that can have both QML and C++ code. You can build the application and deploy it to desktop, embedded, and mobile target platforms. + +You can select an option to create a project that you can open in Qt Design Studio, which has a visual editor for Qt Quick UIs. + + Qt Quick Application Qt Quick-Anwendung @@ -37362,6 +39086,14 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen. This wizard creates a simple unit test project. Dieser Assistent erstellt ein einfaches Unit-Test-Projekt. + + Boost Test (header only) + + + + Boost Test (shared libraries) + + Test framework: Test Framework: @@ -37374,6 +39106,10 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen. Generate setup code Setup-Code erzeugen + + Boost install directory (optional): + + Creates a new unit test project. Unit tests allow you to verify that the code is fit for use and that there are no regressions. Erstellt ein neues Unit-Test-Projekt. Unit-Tests können sicherstellen, dass Quelltext seine Aufgabe erfüllt und keine Regressionen enthält. @@ -37398,6 +39134,14 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen. Qt Designer Form Qt-Designer-Formular + + Creates a markdown file. + + + + Markdown File + + Creates a Java file with boilerplate code. Erzeugt eine Java-Datei mit allgemeingültigem Quelltext. @@ -37450,6 +39194,32 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen. Model Modell + + You must tell Qt Creator which test framework is used inside the project. + +You should not mix multiple test frameworks in a project. + + + + %{JS: 'tst_' + value('TestCaseName').toLowerCase() + '.' + Util.preferredSuffix('text/x-c++src')} + + + + %{JS: 'tst_' + value('TestCaseName').toLowerCase() + '.qml'} + + + + Test Information + + + + Creates a source file that you can add to an existing test project. + + + + Test Case + + Creates an empty Nim script file using UTF-8 charset. Erzeugt eine leere Nim-Datei, die den UTF-8 Zeichensatz verwendet. @@ -37852,14 +39622,6 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen. Add QML_ELEMENT QML_ELEMENT einfügen - - Creates a widget-based Qt application that contains a Qt Designer-based main window. - -Preselects a desktop Qt for building the application if available. - Erstellt eine Widget-basierte Qt-Anwendung mit einem Qt Designer-basierten Hauptfenster. - -Wählt eine für Desktop-Entwicklung geeignete Qt-Version aus, sofern sie verfügbar ist. - Shared Library Dynamisch gebundene Bibliothek @@ -37920,22 +39682,10 @@ Wählt eine für Desktop-Entwicklung geeignete Qt-Version aus, sofern sie verfü Qt module: Qt-Modul: - - Creates a C++ library. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul> - Erstellt eine C++-Bibliothek. Dies kann verwendet werden zum Erstellen von:<ul><li>einer dynamisch gebundenen C++-Bibliothek zur Verwendung mit <tt>QPluginLoader</tt> zur Laufzeit (Plugin)</li><li>einer statisch oder dynamisch gebundenen C++-Bibliothek zur Verwendung in einem anderen Projekt zur Linkzeit</li></ul> - C++ Library C++-Bibliothek - - Creates a project containing a single main.cpp file with a stub implementation. - -Preselects a desktop Qt for building the application if available. - Erstellt ein Projekt, das aus einer main.cpp-Datei mit einem Implementationsrumpf besteht. - -Wählt eine für Desktop-Entwicklung geeignete Qt-Version aus, sofern sie verfügbar ist. - %{JS: value('BaseCB') ? value('BaseCB').slice(1) : 'MyClass'} %{JS: value('BaseCB') ? value('BaseCB').slice(1) : 'MyClass'} @@ -37976,14 +39726,6 @@ Wählt eine für Desktop-Entwicklung geeignete Qt-Version aus, sofern sie verfü Create example project Beispielprojekt erzeugen - - Creates a Qt Quick 2 UI project with a QML entry point. To use it, you need to have a QML runtime environment. - -Use this only if you are prototyping. You cannot create a full application with this. Consider using a Qt Quick Application project instead. - Erstellt ein Qt Quick 2 UI-Projekt mit QML-Einsprungpunkt. Um es zu verwenden, brauchen Sie eine QML-Laufzeitumgebung wie qmlscene. - -Benutzen Sie dies nur für Prototypen. Sie können damit keine vollständige Anwendung erstellen. Vielleicht ist ein Qt Quick-Anwendungsprojekt besser geeignet. - Binary Binärdatei @@ -38093,12 +39835,16 @@ Benutzen Sie dies nur für Prototypen. Sie können damit keine vollständige Anw Erstellt ein Projekt mit einer Struktur, die sowohl mit Qt Design Studio (via qmlproject) als auch mit Qt Creator (via CMakeLists.txt) kompatibel ist. Es enthält ein .ui.qml-Formular, das in Qt Design Studio visuell bearbeitet werden kann. - The minimum version of Qt you want to build the application for. - Die niedrigste Qt-Version, die Sie zum Bauen der Anwendung benutzen wollen. + Qt 6.4 + Qt 6.4 - Creates a Qt Quick application that contains an empty window. Optionally, you can create a Qt Design Studio project. - Erstellt eine Qt Quick-Anwendung, die ein leeres Fenster enthält. Optional kann ein Qt Design Studio-Projekt erstellt werden. + Qt 6.5 + Qt 6.5 + + + The minimum version of Qt you want to build the application for. + Die niedrigste Qt-Version, die Sie zum Bauen der Anwendung benutzen wollen. Creates a CMake-based test project for which a code snippet can be entered. @@ -38142,6 +39888,10 @@ Benutzen Sie dies nur für Prototypen. Sie können damit keine vollständige Anw Code snippet Code-Ausschnitt + + Creates a CMake-based test project where you can enter a code snippet to compile and check it. + + Code Snippet Code-Ausschnitt @@ -38254,10 +40004,6 @@ Benutzen Sie dies nur für Prototypen. Sie können damit keine vollständige Anw PySide 5.12 PySide 5.12 - - PySide version: - PySide-Version: - Creates a Qt Quick application that contains an empty window. Erstellt eine Qt Quick-Anwendung, die ein leeres Fenster enthält. @@ -39162,14 +40908,6 @@ Sie werden erhalten. None Keine - - Tool Chains - Toolchains - - - ABI - ABI - Build Displayed name for a normal build step @@ -39280,8 +41018,8 @@ Was soll %1 tun? Ausführbare Datei - <unknown> - <unbekannt> + Enter the path to the executable + Executable: @@ -39311,6 +41049,10 @@ Was soll %1 tun? Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug) Debug-Version von Frameworks verwenden (DYLD_IMAGE_SUFFIX=_debug) + + Interpreter: + + X11 Forwarding: X11-Weiterleitung: @@ -39589,10 +41331,18 @@ Was soll %1 tun? The type of device to run applications on. Der Typ des Geräts, auf dem die Anwendung laufen soll. + + Run device type + + Unknown device type Unbekannter Gerätetyp + + Run device + + The device to run the applications on. Das Gerät, auf dem die Anwendungen laufen sollen. @@ -39625,6 +41375,14 @@ Was soll %1 tun? Device name Gerätename + + Device root directory + + + + Build device root directory + + Change... Ändern... @@ -40119,13 +41877,35 @@ fails because Clang does not understand the target architecture. Profiling Profiling + + Source: + Quelle: + + + Target: + Ziel: + + + Copying failed. + + + + Copying finished. + + + + Copy file + Default CopyStep display name + + + + Copy directory recursively + Default CopyStep display name + + QtC::Python - - Unable to open "%1" for reading: %2 - "%1" konnte nicht zum Lesen geöffnet werden: %2 - Unable to read "%1": The file is empty. "%1" konnte nicht gelesen werden: Die Datei ist leer. @@ -40219,8 +41999,25 @@ fails because Clang does not understand the target architecture. Language Server-Konfiguration - (Windowed) - (mit Fenster) + %1 (Windowed) + <python display name> (Windowed) + + + + Python interpreter: + + + + New Python Virtual Environment Directory + + + + Virtual environment directory: + + + + Create + Removing Python @@ -40243,32 +42040,24 @@ fails because Clang does not understand the target architecture. Installieren - Install %1 - This is the header of a progress bar - Installiere %1 + Install Python Packages + Running "%1" to install %2. Führe "%1" aus, um %2 zu installieren. - The %1 installation was canceled by %2. - %2 can be "user" or "time out" which doesn't work in non-english... so working around that. - Die Installation von %1 wurde abgebrochen: %2. + The installation of "%1" was canceled by timeout. + - user - Used as %2 in "Die Installation von %1 wurde abgebrochen: %2." - Der Nutzer hat den Prozess abgebrochen + The installation of "%1" was canceled by the user. + - time out - Used as %2 in "Die Installation von %1 wurde abgebrochen: %2." - Zeitüberschreitung - - - Installing the %1 failed with exit code %2 - Installation von %1 ist mit dem Rückgabewert %2 fehlgeschlagen + Installing "%1" failed with exit code %2. + Run PySide6 project tool @@ -40318,6 +42107,10 @@ fails because Clang does not understand the target architecture. No Python Selected Kein Python ausgewählt + + Create Virtual Environment + + Manage Python Interpreters Python-Interpreter verwalten @@ -40338,6 +42131,30 @@ fails because Clang does not understand the target architecture. Found "%1" (%2) "%1" (%2) gefunden + + Create Python venv + + + + "data" of a Python wizard page expects a map with "items" containing a list of objects. + + + + An item of Python wizard page data expects a "trKey" field containing the UI visible string for that Python version and a "value" field containing an object with a "PySideVersion" field used for import statements in the Python files. + + + + PySide version: + PySide-Version: + + + Create new virtual environment + + + + Path to virtual environment: + + QtC::QbsProjectManager @@ -40635,8 +42452,13 @@ fails because Clang does not understand the target architecture. Error retrieving run environment: %1 Fehler beim Abfragen der Ausführungsumgebung: %1 + + Reset + Zurücksetzen + Use %1 settings directory for Qbs + %1 == "Qt Creator" or "Qt Design Studio" @@ -40689,6 +42511,7 @@ fails because Clang does not understand the target architecture. The qbs API level is not compatible with what %1 expects. + %1 == "Qt Creator" or "Qt Design Studio" @@ -41768,6 +43591,22 @@ Bitte aktualisieren Sie Ihr Kit (%3) oder wählen Sie eine mkspec für qmake, di Error Fehler + + Export Components + + + + Export path: + + + + Baking aborted: %1 + + + + Baking finished! + + QtC::QmlEditorWidgets @@ -42757,6 +44596,26 @@ Sie können eine Annotation "// @uri My.Module.Uri" hinzufügen, um de Always use latest qmlls Stets das neueste qmlls benutzen + + Use customized static analyzer + + + + Enabled + Aktiviert + + + Disabled for non Qt Quick UI + + + + Message + + + + Enabled checks can be disabled for non Qt Quick UI files, but disabled checks cannot get explicitly enabled for non Qt Quick UI files. + + Automatic Formatting on File Save Automatische Formatierung beim Speichern einer Datei @@ -42769,6 +44628,14 @@ Sie können eine Annotation "// @uri My.Module.Uri" hinzufügen, um de Language Server Language Server + + Static Analyzer + + + + Reset to Default + Auf Vorgabe zurücksetzen + Enable auto format on file save Beim Speichern einer Datei automatisch formatieren @@ -42848,6 +44715,10 @@ Sie können eine Annotation "// @uri My.Module.Uri" hinzufügen, um de QML Functions QML-Funktionen + + Locates QML functions in any open project. + + Code Style Coding-Stil @@ -42860,10 +44731,6 @@ Sie können eine Annotation "// @uri My.Module.Uri" hinzufügen, um de Qt Qt - - Old Creator - Veraltete Creator-Konvention - &QML/JS &QML/JS @@ -42873,8 +44740,8 @@ Sie können eine Annotation "// @uri My.Module.Uri" hinzufügen, um de Codemodell zurücksetzen - Qml JS Code Style - QML JS Coding Style + Other + Andere &Line length: @@ -43865,18 +45732,10 @@ Speichern fehlgeschlagen. <Current File> <Aktuelle Datei> - - Invalid root element: %1 - Ungültiges Wurzelelement: %1 - Main QML file: QML-Hauptdatei: - - Error while loading project file %1. - Fehler beim Laden der Projektdatei %1. - Warning while loading project file %1. Warnung beim Laden der Projektdatei %1. @@ -44114,6 +45973,34 @@ Qt Design Studio requires a .qmlproject based project to open the .ui.qml file.< Are you sure? + + Failed to find valid build system + + + + Failed to create valid build directory + + + + Command: + + + + Arguments: + Argumente: + + + Build directory: + Build-Verzeichnis: + + + Failed to find valid Qt for MCUs kit + + + + Qt for MCUs Deploy Step + + QtC::Qnx @@ -44281,8 +46168,8 @@ Möchten Sie fortfahren? Qt-Deployment auf QNX-Gerät - Generate kits - Kits erzeugen + Create Kit for %1 + Configuration Information: @@ -44304,6 +46191,14 @@ Möchten Sie fortfahren? Target: Ziel: + + Compiler: + + + + Architectures: + + Remove Entfernen @@ -44317,8 +46212,12 @@ Möchten Sie fortfahren? Warnung - Configuration already exists or is invalid. - Die Konfiguration existiert bereits oder ist ungültig. + Configuration already exists. + + + + Configuration is not valid. + Remove QNX Configuration @@ -45146,10 +47045,6 @@ Zusätzlich wird die Verbindung zum Gerät getestet. echo failed. - - Device replied to echo with unexpected contents. - - Device replied to echo with expected contents. @@ -45174,10 +47069,19 @@ Zusätzlich wird die Verbindung zum Gerät getestet. All specified ports are available. Alle angegebenen Ports sind verfügbar. + + Device replied to echo with unexpected contents: "%1" + + The following specified ports are currently in use: %1 Die folgenden angegebenen Ports sind auf dem Gerät in Verwendung: %1 + + Some tools will not work out of the box. + + + Checking whether "%1" works... @@ -45199,6 +47103,11 @@ Zusätzlich wird die Verbindung zum Gerät getestet. "%1" is functional. + + + + + "%1" will be used for deployment, because "%2" and "%3" are not available. @@ -45210,11 +47119,6 @@ Zusätzlich wird die Verbindung zum Gerät getestet. %1... - - "%1" will be used for deployment, because "%2" is not available. - - - %1 found. %1 gefunden. @@ -45381,6 +47285,14 @@ Zusätzlich wird die Verbindung zum Gerät getestet. s s + + Source %1 and %2 + + + + Direct + + &Username: &Nutzername: @@ -45389,6 +47301,10 @@ Zusätzlich wird die Verbindung zum Gerät getestet. QML runtime executable: + + Access via: + + Physical Device Physisches Gerät @@ -45441,18 +47357,10 @@ Zusätzlich wird die Verbindung zum Gerät getestet. Deploy Public Key... Öffentlichen Schlüssel senden... - - Error running remote shell. - - Open Remote Shell Entfernte Shell starten - - Error running remote shell: %1 - Fehler bei der Ausführung der entfernten Shell: %1 - Cannot establish SSH connection: ssh binary "%1" does not exist. SSH-Verbindung kann nicht aufgebaut werden: Eine ausführbare SSH-Datei "%1" existiert nicht. @@ -45479,12 +47387,12 @@ Control process failed to start. - Remote Linux Device + Failed: %1 - Error starting remote shell. - Fehler beim Start der entfernten Shell. + Remote Linux Device + "%1" failed to start: %2 @@ -45498,10 +47406,6 @@ Control process failed to start. "sftp" binary "%1" does not exist. - - Failed to create local directory "%1". - Das lokale Verzeichnis "%1" konnte nicht erstellt werden. - Creating directory: %1 @@ -47118,6 +49022,10 @@ Refusing to record test case "%2". Step Out Einzelschritt heraus + + Inspect + + Type Typ @@ -47126,6 +49034,18 @@ Refusing to record test case "%2". Squish Locals + + Object + + + + Squish Objects + + + + Squish Object Properties + + Continue Fortsetzen @@ -47717,6 +49637,217 @@ Failed to open file "%1" Sonstige Einstellungen + + QtC::Terminal + + Configure... + Einstellungen... + + + Sends Esc to terminal instead of Qt Creator. + + + + Press %1 to send Esc to terminal. + + + + Terminal + Terminal + + + Sends keyboard shortcuts to Terminal. + + + + Sends keyboard shortcuts to Qt Creator. + + + + New Terminal + + + + Create a new Terminal. + + + + Next Terminal + + + + Previous Terminal + + + + Close the current Terminal. + + + + Devices + Geräte + + + The color used for %1. + + + + Failed to open file. + + + + JSON parsing error: "%1", at offset: %2 + + + + No colors found. + + + + Invalid color format. + + + + Unknown color scheme format. + + + + Use internal terminal + + + + Uses the internal terminal when "Run In Terminal" is enabled and for "Open Terminal here". + + + + Family: + Name: + + + The font family used in the terminal. + + + + Size: + Größe: + + + The font size used in the terminal (in points). + + + + Allow blinking cursor + + + + Allow the cursor to blink. + + + + Shell path: + + + + The shell executable to be started. + + + + Shell arguments: + + + + The arguments to be passed to the shell. + + + + Send escape key to terminal + + + + Sends the escape key to the terminal when pressedinstead of closing the terminal. + + + + Audible bell + + + + Makes the terminal beep when a bell character is received. + + + + Load Theme... + + + + Reset Theme + + + + Error + Fehler + + + General + Allgemein + + + Font + Zeichensatz + + + Colors + + + + Foreground + + + + Background + + + + Selection + Auswahl + + + Find match + + + + Default Shell + + + + Copy + Kopieren + + + Paste + Einfügen + + + Clear Selection + Auswahl löschen + + + Clear Terminal + + + + Move Cursor Word Left + + + + Move Cursor Word Right + + + + Close Terminal + + + QtC::TextEditor @@ -47993,6 +50124,10 @@ Werte kleiner als 100% können überlappende und falsch ausgerichtete Darstellun Cannot create temporary file "%1": %2. Die temporäre Datei "%1" konnte nicht erstellt werden: %2. + + Failed to format: %1. + + Cannot read file "%1": %2. Die Datei "%1" kann nicht gelesen werden: %2. @@ -48002,13 +50137,7 @@ Werte kleiner als 100% können überlappende und falsch ausgerichtete Darstellun %1 konnte nicht aufgerufen werden oder es trat ein anderer Fehler auf. Zeitüberschreitung während die Datei %2 formatiert wurde. - TextEditor - Failed to format: %1. - - - - TextEditor - Error in text formatting: %1 + Error in text formatting: %1 @@ -49028,6 +51157,10 @@ Bestimmt das Verhalten bezüglich der Einrückung von Fortsetzungszeilen. Jump to File Under Cursor in Next Split Gehe zu Datei unter Einfügemarke im nächsten geteilten Fenster + + Open Call Hierarchy + + Move the View a Page Up and Keep the Cursor Position Ansicht eine Bildschirmseite nach oben bewegen, ohne die Einfügemarke zu verändern @@ -49726,6 +51859,14 @@ Wird benutzt um die Funktion zu markieren, die ein gesuchtes Symbol benutzt.Name of a type. Typname. + + Concept + + + + Name of a concept. + + Namespace Namensraum @@ -50293,9 +52434,9 @@ Außer Leerzeichen innerhalb von Kommentaren und Zeichenketten. template - (type name READ name WRITE setName NOTIFY nameChanged) + (type name READ name WRITE setName NOTIFY nameChanged FINAL) group:'C++' trigger:'Q_PROPERTY' - (type name READ name WRITE setName NOTIFY nameChanged) + with targets @@ -50375,6 +52516,18 @@ Außer Leerzeichen innerhalb von Kommentaren und Zeichenketten. Show Commit %1 Commit %1 anzeigen + + Show Preview + + + + Show Editor + + + + Swap Views + + QtC::Todo @@ -50722,18 +52875,6 @@ Die Trace-Daten sind verloren. QtC::Utils - - Do not ask again - Nicht noch einmal nachfragen - - - Show Details... - Details anzeigen... - - - Hide Details... - Details ausblenden... - Do not &ask again Nicht noch einmal nach&fragen @@ -50781,8 +52922,16 @@ Die Trace-Daten sind verloren. Ausschl&ussmuster: - List of comma separated wildcard filters. Files with file name or full file path matching any filter are included. - Kommaseparierte Liste von Platzhalter-Filtern. Dateien werden eingeschlossen, wenn ihr Name oder vollständiger Pfad einem der Filter entspricht. + List of comma separated wildcard filters. + + + + Files with file name or full file path matching any filter are included. + + + + Files with file name or full file path matching any filter are excluded. + Local @@ -51017,6 +53166,10 @@ Die Trace-Daten sind verloren. The program "%1" does not exist or is not executable. Das Programm "%1" existiert nicht oder ist nicht ausführbar. + + The program "%1" could not be found. + + Process Not Responding Prozess antwortet nicht @@ -51094,41 +53247,13 @@ Die Trace-Daten sind verloren. Das Kommando "%1" konnte nicht ausgeführt werden: %2 - The process "%1" could not be started: %2 - Der Prozess "%1" konnte nicht gestartet werden: %2 - - - Quoting error in command. - Falsch gesetzte Anführungszeichen im Kommando. - - - Debugging complex shell commands in a terminal is currently not supported. - Das Debuggen komplexer Shell-Kommandos in einem Terminal wird aktuell nicht unterstützt. - - - Quoting error in terminal command. - Falsch gesetzte Anführungszeichen im Terminal-Kommando. - - - Terminal command may not be a shell command. - Shell-Kommandos sind als Terminal-Kommando nicht zulässig. - - - Cannot start the terminal emulator "%1", change the setting in the Environment preferences. (%2) - Der Terminal-Emulator "%1" konnte nicht gestartet werden, ändern Sie den Wert in den Einstellungen zur Umgebung (%2) + Cannot set permissions on temporary directory "%1": %2 + Cannot create socket "%1": %2 Der Socket "%1" konnte nicht erstellt werden: %2 - - Cannot obtain a handle to the inferior: %1 - Der Handle für den Prozess konnte nicht erhalten werden: %1 - - - Cannot obtain exit status from inferior: %1 - Der Rückgabewert des Prozesses konnte nicht erhalten werden: %1 - copyFile is not implemented for "%1". copyFile ist für "%1" nicht implementiert. @@ -51177,10 +53302,6 @@ Die Trace-Daten sind verloren. Failed to remove file "%1". Die Datei "%1" konnte nicht gelöscht werden. - - Failed to copy file "%1" to "%2". - Kopieren der Datei "%1" nach "%2" ist fehlgeschlagen. - File "%1" does not exist. Datei "%1" existiert nicht. @@ -51233,42 +53354,10 @@ Die Trace-Daten sind verloren. Could not copy file "%1" to "%2". Die Datei "%1" konnte nicht nach "%2" kopiert werden. - - Cannot Save Workspace - Arbeitsbereich kann nicht gespeichert werden - - - Could not save workspace to file %1 - Arbeitsbereich konnte nicht in der Datei %1 gespeichert werden - - - Delete Workspace - Arbeitsbereich löschen - - - Delete Workspaces - Arbeitsbereiche löschen - - - Delete workspace "%1"? - Arbeitsbereich "%1" löschen? - - - Delete these workspaces? - Diese Arbeitsbereiche löschen? - File Error Dateifehler - - Cannot Restore Workspace - Arbeitsbereich kann nicht wiederhergestellt werden - - - Could not restore workspace %1 - Der Arbeitsbereich %1 konnte nicht wiederhergestellt werden - Cannot write file %1: %2 In die Datei %1 konnte nicht geschrieben werden: %2 @@ -51788,6 +53877,10 @@ in "%2" aus. Variables Variablen + + No clangd executable specified. + + Failed to retrieve clangd version: Unexpected clangd output. Konnte Clangd-Version nicht bestimmen. Unerwartete Ausgabe. @@ -51796,6 +53889,26 @@ in "%2" aus. The clangd version is %1, but %2 or greater is required. Die Clangd-Version ist %1, aber %2 oder neuer wird benötigt. + + Failed to open temporary script file. + + + + Failed to start terminal process: "%1". + + + + Failed copying file. + + + + Failed reading file. + + + + Failed writing file. + + QtC::Valgrind @@ -51932,11 +54045,11 @@ in "%2" aus. - MemCheck Memory Analysis Options + Memcheck Memory Analysis Options - CallGrind Profiling Options + Callgrind Profiling Options @@ -51959,10 +54072,18 @@ in "%2" aus. Remove Entfernen + + Extra Memcheck arguments: + + Track origins of uninitialized memory Herkunft von nicht initialisiertem Speicher verfolgen + + Extra Callgrind arguments: + + Limits the amount of results the profiler gives you. A lower limit will likely increase performance. Diese Einstellung beschränkt die Anzahl der Ergebnisse des Profilers. Kleinere Werte steigern die Geschwindigkeit. @@ -51983,14 +54104,6 @@ in "%2" aus. Valgrind arguments: - - Extra MemCheck arguments: - - - - Extra CallGrind arguments: - - Enable cache simulation Cache-Simulation aktivieren @@ -52608,16 +54721,9 @@ Wird ein Problem gefunden, dann wird die Anwendung angehalten und kann untersuch Profiling von %1 - Valgrind options: %1 - Valgrind-Optionen: %1 - - - Working directory: %1 - Arbeitsverzeichnis: %1 - - - Command line arguments: %1 - Kommandozeilenargumente: %1 + Valgrind executable "%1" not found or not executable. +Check settings or ensure Valgrind is installed and available in PATH. + Analyzing finished. @@ -52900,19 +55006,6 @@ Wird ein Problem gefunden, dann wird die Anwendung angehalten und kann untersuch Insert Name... Namen einfügen... - - Cannot %1%2. - %2 is an optional error message with ': ' prefix. Don't add space in front. - - - - Close %1 %2 Editor - Editor für %1 %2 schließen - - - Closing this editor will abort the %1. - - &Close &Schließen @@ -53357,8 +55450,25 @@ Wird ein Problem gefunden, dann wird die Anwendung angehalten und kann untersuch Commit name of "commit" action of the VCS. + Name of the "commit" action of the VCS Commit + + Close Commit Editor + + + + Closing this editor will abort the commit. + + + + Cannot commit. + + + + Cannot commit: %1. + + Save before %1? Vor dem %1 speichern? @@ -54306,13 +56416,6 @@ should a repository require SSH-authentication (see documentation on SSH and the Bestimmt, ob der Radioknopf bei Betätigung den Fokus bekommt. - - RadioDelegateSpecifics - - Radio Delegate - - - RangeSliderSpecifics @@ -54324,73 +56427,75 @@ should a repository require SSH-authentication (see documentation on SSH and the - The value of the first range slider handle. + Sets the value of the first range slider handle. + + + + Toggles if the range slider provides live value updates. + + + + Sets the value of the second range slider handle. + + + + Sets the minimum value of the range slider. + + + + Sets the maximum value of the range slider. + + + + Sets the interval between the steps. +This functions if <b>Snap mode</b> is selected. + + + + Sets the threshold at which a drag event begins. + + + + Sets how the slider handles snaps to the steps +defined in step size. + + + + Sets the orientation of the range slider. Live - - Whether the range slider provides live value updates. - - Value 2 - - The value of the second range slider handle. - - From Von - - The starting value of the range slider range. - - To Bis - - The ending value of the range slider range. - - Step size Schrittweite - - The step size of the range slider. - - Drag threshold - - The threshold (in logical pixels) at which a drag event will be initiated. - - Snap mode Einrasten - - The snap mode of the range slider. - - Orientation Ausrichtung - - The orientation of the range slider. - - RectangleSpecifics @@ -54402,18 +56507,34 @@ should a repository require SSH-authentication (see documentation on SSH and the Fill color + + Sets the color for the background. + + Border color + + Sets the color for the border. + + Border width + + Sets the border width. + + Radius Radius + + Sets the radius by which the corners get rounded. + + RenameFolderDialog @@ -54501,7 +56622,7 @@ should a repository require SSH-authentication (see documentation on SSH and the - Whether the button is flat and/or highlighted. + Toggles if the button is flat or highlighted. @@ -54517,7 +56638,7 @@ should a repository require SSH-authentication (see documentation on SSH and the Radius - Radius of the button. + Sets the radius of the button. @@ -54546,10 +56667,18 @@ should a repository require SSH-authentication (see documentation on SSH and the Spacing Abstand + + Sets the spacing between items in the row. + + Layout direction + + Sets in which direction items in the row are placed. + + ScaleToolAction @@ -54568,6 +56697,11 @@ should a repository require SSH-authentication (see documentation on SSH and the Content size Größe des Inhalts + + Sets the width and height of the view. +This is used for calculating the total implicit size. + + W width @@ -54818,6 +56952,116 @@ should a repository require SSH-authentication (see documentation on SSH and the Legt fest, ob der aktuelle Wert aktualisiert werden soll, während der Benutzer den Slider verschiebt, oder nur aktualisiert wird, wenn er losgelassen wird. + + SpatialSoundSection + + Spatial Sound + + + + Source + + + + The source file for the sound to be played. + + + + Volume + + + + Set the overall volume for this sound source. +Values between 0 and 1 will attenuate the sound, while values above 1 provide an additional gain boost. + + + + Loops + + + + Sets how often the sound is played before the player stops. +Bind to SpatialSound.Infinite to loop the current sound forever. + + + + Auto Play + + + + Sets whether the sound should automatically start playing when a source gets specified. + + + + Distance Model + + + + Sets thow the volume of the sound scales with distance to the listener. + + + + Size + Größe + + + Set the size of the sound source. +If the listener is closer to the sound object than the size, volume will stay constant. + + + + Distance Cutoff + + + + Set the distance beyond which sound coming from the source will cutoff. + + + + Manual Attenuation + + + + Set the manual attenuation factor if distanceModel is set to ManualAttenuation. + + + + Occlusion Intensity + + + + Set how much the object is occluded. +0 implies the object is not occluded at all, while a large number implies a large occlusion. + + + + Directivity + + + + Set the directivity of the sound source. +A value of 0 implies that the sound is emitted equally in all directions, while a value of 1 implies that the source mainly emits sound in the forward direction. + + + + Directivity Order + + + + Set the order of the directivity of the sound source. +A higher order implies a sharper localization of the sound cone. + + + + Near Field Gain + + + + Set the near field gain for the sound source. +A near field gain of 1 will raise the volume of the sound signal by approx 20 dB for distances very close to the listener. + + + SpinBoxSpecifics @@ -54829,49 +57073,50 @@ should a repository require SSH-authentication (see documentation on SSH and the Wert - The current value of the spin box. + Sets the current value of the spin box. + + + + Sets the lowest value of the spin box range. + + + + Sets the highest value of the spin box range. + + + + Sets the number by which the spin box value changes. + + + + Toggles if the spin box is editable. + + + + Toggles if the spin box wraps around when +it reaches the start or end. From Von - - The starting value of the spin box range. - - To Bis - - The ending value of the spin box range. - - Step size Schrittweite - - The step size of the spin box. - - Editable - - Whether the spin box is editable. - - Wrap - - Whether the spin box values wrap. - - SplitViewSpecifics @@ -54920,16 +57165,28 @@ should a repository require SSH-authentication (see documentation on SSH and the Wrap mode Umbruch + + Sets how overflowing text is handled. + + Elide Auslassung + + Sets how to indicate that more text is available. + + Max line count - Limits the number of lines that the text component will show. + Sets the rendering type for this component. + + + + Sets how to calculate the line height based on the <b>Line height</b> value. @@ -54940,18 +57197,22 @@ should a repository require SSH-authentication (see documentation on SSH and the Alignment V - - Overrides the default rendering type for this component. - - Size mode + + Sets how the font size is determined. + + Min size + + Sets the minimum font size to use. This has no effect when <b>Size</b> mode is set to Fixed. + + Minimum font pixel size of scaled text. @@ -54969,12 +57230,16 @@ should a repository require SSH-authentication (see documentation on SSH and the Format - Render type - Rendering-Typ + Sets the max number of lines that the text component shows. + - Specifies how the font size of the displayed text is determined. - Legt fest wie die Schriftgröße des angezeigten Texts bestimmt wird. + Sets the formatting method of the text. + + + + Render type + Rendering-Typ Line height @@ -54984,10 +57249,6 @@ should a repository require SSH-authentication (see documentation on SSH and the Line height mode Zeilenhöhen-Modus - - Determines how the line height is specified. - Bestimmt, wie die Zeilenhöhe festgelegt wird. - StateMenu @@ -55159,52 +57420,6 @@ should a repository require SSH-authentication (see documentation on SSH and the - - StudioWelcome::Internal::StudioSettingsPage - - Build - - - - Debug - Debug - - - Analyze - Analysieren - - - Hide top-level menus with advanced functionality to simplify the UI. <b>Build</b> is generally not required in the context of Qt Design Studio. <b>Debug</b> and <b>Analyze</b> are only required for debugging and profiling. - - - - Hide Menu - - - - Examples - Beispiele - - - Examples path: - - - - Reset Path - Pfad zurücksetzen - - - The menu visibility change will take effect after restart. - - - - - StudioWelcome::Internal::StudioWelcomeSettingsPage - - Qt Design Studio Configuration - - - StudioWelcome::Internal::UsageStatisticPluginModel @@ -55290,17 +57505,17 @@ should a repository require SSH-authentication (see documentation on SSH and the Interaktiv - Whether the view is interactive. + Toggles if the user can interact with the view. + + + + Sets the orientation of the view. Orientation Ausrichtung - - Orientation of the view. - - Font Inheritance @@ -55327,16 +57542,17 @@ should a repository require SSH-authentication (see documentation on SSH and the Position Position - - Position of the tab bar. - - Content size Größe des Inhalts - Content width and height used for calculating the total implicit size. + Sets the position of the tab bar. + + + + Sets the width and height of the tab bar. +This is used for calculating the total implicit size. @@ -55395,17 +57611,6 @@ should a repository require SSH-authentication (see documentation on SSH and the Bestimmt die Position der Tabs. - - TabViewToolAction - - Add Tab... - Tab hinzufügen... - - - Step into Tab - In Tab hineingehen - - TemplateMerge @@ -55522,48 +57727,68 @@ should a repository require SSH-authentication (see documentation on SSH and the Wrap mode Umbruch + + Sets how overflowing text is handled. + + Elide Auslassung + + Sets how to indicate that more text is available. + + Format Format + + Sets the formatting method of the text. + + Render type Rendering-Typ - Overrides the default rendering type for this component. + Sets the rendering type for this component. + + + + Sets the quality of the render. This only has an effect when <b>Render type</b> is set to QtRendering. + + + + Sets how to calculate the line height based on the <b>Line height</b> value. + + + + Sets how the font size is determined. + + + + Sets the max number of lines that the text component shows. Render type quality - - Overrides the default rendering type quality for this component. - - Line height mode Zeilenhöhen-Modus - - Determines how the line height is specified. - Bestimmt, wie die Zeilenhöhe festgelegt wird. - Size mode - Specifies how the font size of the displayed text is determined. - Legt fest wie die Schriftgröße des angezeigten Texts bestimmt wird. + Min size + - Min size + Sets the minimum font size to use. This has no effect when <b>Size</b> mode is set to Fixed. @@ -55578,10 +57803,6 @@ should a repository require SSH-authentication (see documentation on SSH and the Max line count - - Limits the number of lines that the text component will show. - - TextFieldSpecifics @@ -55644,10 +57865,6 @@ should a repository require SSH-authentication (see documentation on SSH and the Echo mode Echo-Modus - - Character displayed when users enter passwords. - Das Zeichen, das bei der Eingabe von Passwörtern angezeigt wird. - Tab stop distance Tabulatorbreite @@ -55660,10 +57877,18 @@ should a repository require SSH-authentication (see documentation on SSH and the Maximum length Maximale Länge + + Sets the maximum length of the text. + + Read only Schreibgeschützt + + Toggles if the text allows edits. + + Cursor visible Einfügemarke sichtbar @@ -55672,18 +57897,42 @@ should a repository require SSH-authentication (see documentation on SSH and the Selection color + + Sets the background color of selected text. + + Selected text color + + Sets the color of selected text. + + Selection mode + + Sets the way text is selected with the mouse. + + + + Sets the allowed characters. + + + + Sets the visibility mode. + + Password character + + Sets which character to display when passwords are entered. + + Default distance between tab stops in device units. @@ -55693,29 +57942,49 @@ should a repository require SSH-authentication (see documentation on SSH and the - Maximum permitted length of the text in the Text Input. + Toggles if the cursor is visible. Focus on press Fokussieren durch Betätigen + + Toggles if the text is focused on mouse click. + + Auto scroll Automatisch rollen + + Toggles if the text scrolls when it exceeds its boundary. + + Overwrite mode Überschreibmodus + + Toggles if overwriting text is allowed. + + Persistent selection Bleibende Auswahl + + Toggles if the text should remain selected after moving the focus elsewhere. + + Select by mouse Mit der Maus auswählen + + Toggles if the text can be selected with the mouse. + + Select by keyboard Mit der Tastatur auswählen @@ -55904,7 +58173,7 @@ should a repository require SSH-authentication (see documentation on SSH and the Ausrichtung - The orientation of the separator. + Sets the orientation of the separator. @@ -55919,25 +58188,26 @@ should a repository require SSH-authentication (see documentation on SSH and the - The count of visible items. + Sets the number of items in the model. + + + + Sets the index of the current item. + + + + Toggles if the tumbler wraps around when it reaches the +top or bottom. Current index Aktueller Index - - The index of the current item. - - Wrap - - Whether the tumbler values wrap. - - UnimportBundleMaterialDialog @@ -55967,6 +58237,41 @@ Are you sure you want to remove the material? + + Vcpkg + + Search package... + + + + Vcpkg Manifest Editor + + + + Name: + + + + Version: + Version: + + + License: + Lizenz: + + + Description: + Beschreibung: + + + Homepage: + + + + Vcpkg installation + + + VideoSection diff --git a/share/qtcreator/translations/qtcreator_fr.ts b/share/qtcreator/translations/qtcreator_fr.ts index 14a146f2109..c2573bd2729 100644 --- a/share/qtcreator/translations/qtcreator_fr.ts +++ b/share/qtcreator/translations/qtcreator_fr.ts @@ -2,42 +2,12489 @@ - Application + AbstractButtonSection - Failed to load core: %1 - Échec dans le chargement du core : %1 + Button Content + Contenu d’un bouton - Unable to send command line arguments to the already running instance. It appears to be not responding. Do you want to start a new instance of Creator? - Impossible d'envoyer les arguments en ligne de commande à une instance déjà lancée. Il semble qu'elle ne réponde pas. Voulez-vous lancer une nouvelle instance de Qt Creator ? + Text + Texte - Unable to send command line arguments to the already running instance. It appears to be not responding. - Impossible de passer les arguments de la ligne de commande à l'instance en cours d'exécution. Elle semble ne pas répondre. + Text displayed on the button. + Texte affiché sur le bouton. - Could not send message - Impossible d'envoyer un message + Display + Affichage - Unable to send command line arguments to the already running instance.It appears to be not responding. Do you want to start a new instance of Creator? - Impossible d'envoyer les arguments en ligne de commande à une instance déjà lancée. Il semble qu'elle ne réponde pas. Voulez-vous lancer une nouvelle instance de Qt Creator ? + Determines how the icon and text are displayed within the button. + Détermine comment l’icône et le texte sont affichés dans le bouton. - Could not find 'Core.pluginspec' in %1 - 'Core.pluginspec' introuvable dans %1 + Checkable + Cochable - Qt Creator - Plugin loader messages - Qt Creator - messages du chargeur de plug-in + Whether the button is checkable. + Si le bouton est cochable. - Couldn't find 'Core.pluginspec' in %1 - 'Core.pluginspec' introuvable dans %1 + Checked + Coché + + + Whether the button is checked. + Si le bouton est coché. + + + Exclusive + Exclusif + + + Whether the button is exclusive. + Si le bouton est exclusif. + + + Auto-repeat + Répétition automatique + + + Whether the button repeats pressed(), released() and clicked() signals while the button is pressed and held down. + Si le bouton répète les signaux pressed(), released() et clicked() pendant que le bouton est pressé et maintenu enfoncé. + + + Repeat delay + Délai de répétition + + + Initial delay of auto-repetition in milliseconds. + Délai initial de répétition automatique en millisecondes. + + + Repeat interval + Intervalle de répétition + + + Interval of auto-repetition in milliseconds. + Intervalle de répétition automatique en millisecondes. + + + + AccountImage + + Account + Compte + + + + AddImageToResources + + File Name + Nom du fichier + + + Size + Taille + + + Add Resources + Ajouter des ressources + + + &Browse... + &Parcourir… + + + Target Directory + Répertoire cible + + + + AddModuleView + + Select a Module to Add + Sélectionner un module à ajouter + + + + AddSignalHandlerDialog + + Implement Signal Handler + Mise en œuvre d’un gestionnaire de signaux + + + Frequently used signals + Signaux fréquemment utilisés + + + Property changes + Changements de propriété + + + All signals + Tous les signaux + + + Signal: + Signal : + + + Choose the signal you want to handle: + Sélectionner le signal à gérer : + + + The item will be exported automatically. + L’élément sera exporté automatiquement. + + + + AdvancedSection + + Advanced + Avancé + + + Enabled + Activé + + + Smooth + Lissage + + + Antialiasing + Anticrénelage + + + Focus + Focus + + + Sets focus on the component within the enclosing focus scope. + Définit la mise au point sur le composant dans l’étendue de la mise au point qui l’entoure. + + + Focus on tab + Focus sur l’onglet + + + Adds the component to the tab focus chain. + Ajoute le composant à la chaîne de focus de l’onglet. + + + Baseline offset + Décalage de la ligne de base + + + Position of the component's baseline in local coordinates. + Position de la ligne de base du composant en coordonnées locales. + + + + AlignCamerasToViewAction + + Align Selected Cameras to View + Aligner les caméras sélectionnées sur la vue + + + Align View to Selected Camera + Aligner la vue sur les caméras sélectionnées + + + + AlignDistributeSection + + Alignment + Alignement + + + Align left edges. + Aligner les bords à gauche. + + + Align horizontal centers. + Aligner les centres horizontaux. + + + Align right edges. + Aligner les bords à droite. + + + Align top edges. + Aligner les bords en haut. + + + Align vertical centers. + Aligner les centres verticaux. + + + Align bottom edges. + Aligner les bords en bas. + + + Distribute objects + Répartir les objets + + + Distribute left edges. + Répartir les bords à gauche. + + + Distribute horizontal centers. + Répartir les centres horizontaux. + + + Distribute right edges. + Répartir les bords à droite. + + + Distribute top edges. + Répartir les bords en haut. + + + Distribute vertical centers. + Répartir les centres verticaux. + + + Distribute bottom edges. + Répartir les bords en bas. + + + Distribute spacing + Répartir l’espacement + + + Distribute spacing horizontally. + Répartir l’espacement horizontalement. + + + Distribute spacing vertically. + Répartir l’espacement verticalement. + + + Disables the distribution of spacing in pixels. + Désactive la répartition de l’espacement en pixels. + + + Sets the left or top border of the target area or item as the starting point, depending on the distribution orientation. + Définit le bord gauche ou supérieur de la zone ou de l’élément cible comme point de départ, en fonction de l’orientation de la répartition. + + + Sets the horizontal or vertical center of the target area or item as the starting point, depending on the distribution orientation. + Définit le centre horizontal ou vertical de la zone ou de l’élément cible comme point de départ, en fonction de l’orientation de la répartition. + + + Sets the bottom or right border of the target area or item as the starting point, depending on the distribution orientation. + Définit le bord droit ou inférieur de la zone ou de l’élément cible comme point de départ, en fonction de l’orientation de la répartition. + + + Pixel spacing + Espacement des pixels + + + Align to + Aligner sur + + + Key object + Objet clé + + + Warning + Avertissement + + + - The selection contains the root component. + - La sélection contient le composant racine. + + + - The selection contains a non-visual component. + - La sélection contient un composant non-visuel. + + + - A component in the selection uses anchors. + - Un composant de la sélection utilise des ancres. + + + + AnchorButtons + + Anchors can only be applied to child items. + Les ancres ne peuvent être appliquées qu’aux éléments enfants. + + + Anchors can only be applied to the base state. + Les ancres ne peuvent être appliquées qu’aux états de base. + + + Anchor component to the top. + Ancrer le composant en haut. + + + Anchor component to the bottom. + Ancrer le composant en bas. + + + Anchor component to the left. + Ancrer le composant à gauche. + + + Anchor component to the right. + Ancrer le composant à droite. + + + Fill parent component. + Remplir le composant parent. + + + Anchor component vertically. + Ancrer le composant verticalement. + + + Anchor component horizontally. + Ancrer le composant horizontalement. + + + + AnchorRow + + Target + Cible + + + Margin + Marge + + + Anchor to the top of the target. + Ancrer en haut de la cible. + + + Anchor to the left of the target. + Ancrer à gauche de la cible. + + + Anchor to the vertical center of the target. + Ancrer au centre vertical de la cible. + + + Anchor to the horizontal center of the target. + Ancrer au centre horizontal de la cible. + + + Anchor to the bottom of the target. + Ancrer en bas de la cible. + + + Anchor to the right of the target. + Ancrer à droite de la cible. + + + + AnimatedImageSpecifics + + Image + Image + + + Animated image + Image animé + + + Speed + Vitesse + + + Playing + En cours + + + Whether the animation is playing or paused. + Si l’animation est en cours de lecture ou en pause. + + + + AnimationSection + + Animation + Animation + + + Running + En cours d’exécution + + + Whether the animation is running and/or paused. + Si l’animation est en cours et/ou en pause. + + + Loops + Boucles + + + Number of times the animation should play. + Nombre de fois que l’animation doit être jouée. + + + Duration + Durée + + + Duration of the animation in milliseconds. + Durée de l’animation en millisecondes. + + + Run to end + Exécuter jusqu’à la fin + + + Runs the animation to completion when it is stopped. + Exécute l’animation jusqu’à son terme lorsqu’elle est arrêtée. + + + Easing curve + Courbe d’assouplissement + + + Defines a custom easing curve. + Définit une courbe d’assouplissement personnalisée. + + + + AnimationTargetSection + + Animation Targets + Cibles d’animation + + + Target + Cible + + + Target to animate the properties of. + Cible pour animer les propriétés de. + + + Property + Propriété + + + Property to animate. + Propriété à animer. + + + Properties + Propriétés + + + Properties to animate. + Propriétés à animer. + + + + ApplicationWindowSpecifics + + Window + Fenêtre + + + Title + Titre + + + Size + Taille + + + Color + Couleur + + + Visible + Visible + + + Opacity + Opacité + + + + AssetDelegate + + (empty) + (vide) + + + + Assets + + Add a new asset to the project. + + + + No match found. + Aucun résultat. + + + Looks like you don't have any assets yet. + + + + Drag-and-drop your assets here or click the '+' button to browse assets from the file system. + + + + + AssetsContextMenu + + Delete Files + Supprimer les fichiers + + + Add Textures + Ajouter des textures + + + Delete File + Supprimer le fichier + + + Add Texture + Ajouter une texture + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + Add Light Probe + + + + Rename Folder + Renommer le dossier + + + New Folder + Nouveau dossier + + + Delete Folder + Supprimer le dossier + + + New Effect + Nouvel effet + + + + AudioSection + + Audio + Audio + + + Volume + Volume + + + Muted + En sourdine + + + + BackgroundColorMenuActions + + Background Color Actions + Actions sur la couleur d’arrière-plan + + + + BorderImageSpecifics + + Source + Source + + + W + width + The width of the object + + + + H + height + The height of the object + + + + Tile mode H + + + + Tile mode V + + + + Border left + + + + Border right + + + + Border top + + + + Border bottom + + + + Mirror + + + + Specifies whether the image should be horizontally inverted. + + + + Smooth + Lissage + + + Specifies whether the image is smoothly filtered when scaled or transformed. + + + + Cache + Cache + + + Specifies whether the image should be cached. + + + + Asynchronous + + + + Specifies that images on the local filesystem should be loaded asynchronously in a separate thread. + + + + Border Image + Image avec bordure + + + Source size + Taille de la source + + + + BusyIndicatorSpecifics + + Busy Indicator + + + + Running + En cours d’exécution + + + Whether the busy indicator is currently indicating activity. + + + + Live + + + + + ButtonSection + + Button + Bouton + + + Appearance + + + + Whether the button is flat and/or highlighted. + + + + Flat + + + + Highlight + + + + + ButtonSpecifics + + Button + Bouton + + + Text + Texte + + + Checked + Coché + + + Text displayed on the button. + Texte affiché sur le bouton. + + + State of the button. + État du bouton. + + + Checkable + Cochable + + + Determines whether the button is checkable or not. + Détermine si le bouton est cochable ou non. + + + Enabled + Activé + + + Determines whether the button is enabled or not. + Détermine si le bouton est activé ou non. + + + Default button + Bouton par défaut + + + Sets the button as the default button in a dialog. + Définit le bouton comme bouton par défaut dans la boite de dialogue. + + + Tool tip + Info-bulle + + + The tool tip shown for the button. + L’info-bulle affichée pour le bouton. + + + Focus on press + Focus à l’appui + + + Determines whether the button gets focus if pressed. + Déterminer si le bouton reçoit le focus lors d’un appui. + + + Icon source + Source de l’icône + + + The URL of an icon resource. + L’URL de la ressource pour l’icône. + + + + CameraToggleAction + + Toggle Perspective/Orthographic Edit Camera + + + + + ChangeStyleWidgetAction + + Change style for Qt Quick Controls 2. + Changer le style de Qt Quick Controls 2. + + + Change style for Qt Quick Controls 2. Configuration file qtquickcontrols2.conf not found. + Changer le style de Qt Quick Controls 2. Fichier de configuration qtquickcontrols2.conf introuvable. + + + + CharacterSection + + Character + + + + Text + Texte + + + Font + Police + + + Style name + + + + Font's style. + + + + Size + Taille + + + Text color + Couleur du texte + + + Weight + + + + Font's weight. + + + + Emphasis + + + + Alignment H + + + + Alignment V + + + + Letter spacing + + + + Letter spacing for the font. + + + + Word spacing + + + + Word spacing for the font. + + + + Line height + + + + Line height for the text. + + + + + CheckBoxSpecifics + + Check Box + Case à cocher + + + Text + Texte + + + Text shown on the check box. + Texte affiché sur la case à cocher. + + + State of the check box. + État de la case à cocher. + + + Determines whether the check box gets focus if pressed. + Déterminer si la boite à cocher reçoit le focus lors d’un appui. + + + Checked + Coché + + + Focus on press + Focus à l’appui + + + + CheckSection + + Check Box + Case à cocher + + + Check state + + + + The current check state. + + + + Tri-state + + + + Whether the checkbox has three states. + + + + + ChooseMaterialProperty + + Select material: + Sélectionner un matériau : + + + Select property: + Sélectionner une propriété : + + + Cancel + Annuler + + + Apply + Appliquer + + + + ColorAnimationSpecifics + + Color Animation + Animation de couleur + + + From color + De la couleur + + + To color + À la couleur + + + + ColorEditorPopup + + Solid + Unie + + + Linear + Linéaire + + + Radial + Radial + + + Conical + Conique + + + Open Color Dialog + Ouvrir la fenêtre Couleur + + + Fill type can only be changed in base state. + Le type de remplissage ne peut être modifié que dans l’état de base. + + + Transparent + Transparent + + + Gradient Picker + Sélecteur de dégradé + + + Eye Dropper + + + + Original + Original + + + New + Nouveau + + + Add to Favorites + Ajouter aux favoris + + + Color Details + Détails de la couleur + + + Palette + Palette + + + Gradient Controls + Contrôles du dégradé + + + Vertical + Vertical + + + Horizontal + Horizontal + + + Defines the direction of the gradient. + Définit la direction du dégradé. + + + Defines the start point for color interpolation. + Définit le point de départ de l’interpolation des couleurs. + + + Defines the end point for color interpolation. + Définit le point final de l’interpolation des couleurs. + + + Defines the center point. + Définit le point central. + + + Defines the focal point. + Définit le point focal. + + + Defines the center radius. + + + + Defines the focal radius. Set to 0 for simple radial gradients. + + + + Defines the start angle for the conical gradient. The value is in degrees (0-360). + Définit l’angle de départ du gradient conique. La valeur est exprimée en degrés (0-360). + + + + ColorPalette + + Remove from Favorites + Supprimer des favoris + + + Add to Favorites + Ajouter aux favoris + + + + ColumnLayoutSpecifics + + Column Layout + + + + Column spacing + Espacement des colonnes + + + Layout direction + Direction du layout + + + + ColumnSpecifics + + Column + Colonne + + + Spacing + Espacement + + + + ComboBoxSpecifics + + Combo Box + Liste déroulante + + + Text role + + + + The model role used for displaying text. + + + + Display text + + + + Holds the text that is displayed on the combo box button. + + + + Current index + + + + The index of the current item. + + + + Flat + + + + Whether the combo box button is flat. + + + + Editable + + + + Whether the combo box is editable. + + + + Focus on press + Focus à l’appui + + + Determines whether the combobox gets focus if pressed. + + + + + Component + + Error exporting node %1. Cannot parse type %2. + Erreur d’exportation du nœud %1. Impossible d’analyser le type %2. + + + + ComponentButton + + This is an instance of a component + Il s’agit d’une instance d’un composant + + + Edit Base Component + Modifier le composant de base + + + + ComponentSection + + Component + Composant + + + Type + Type + + + Sets the QML type of the component. + + + + ID + Identifiant + + + Sets a unique identification or name. + + + + id + identifiant + + + Exports this component as an alias property of the root component. + + + + Name + Nom + + + Adds a note with a title to explain the component. + + + + Descriptive text + + + + Edit Annotation + + + + Remove Annotation + + + + Add Annotation + + + + State + État + + + Sets the state of the component. + + + + + ConfirmDeleteFilesDialog + + Confirm Delete Files + Confirmer la suppression des fichiers + + + Some files might be in use. Delete anyway? + Certains fichiers peuvent être en cours d’utilisation. Supprimer quand même ? + + + Do not ask this again + Ne plus poser la question + + + Delete + Supprimer + + + Cancel + Annuler + + + + ConfirmDeleteFolderDialog + + Folder Not Empty + Le dossier n’est pas vide + + + Folder "%1" is not empty. Delete it anyway? + Le dossier « %1 » n’est pas vide. Le supprimer quand même ? + + + If the folder has assets in use, deleting it might cause the project to not work correctly. + + + + Delete + Supprimer + + + Cancel + Annuler + + + + ConnectionsSpecifics + + Connections + Connexions + + + Enabled + Activé + + + Sets whether the component accepts change events. + + + + Ignore unknown signals + + + + Ignores runtime errors produced by connections to non-existent signals. + + + + Target + Cible + + + Sets the component that sends the signal. + + + + + ContainerSection + + Container + Conteneur + + + Current index + Indice actuel + + + The index of the current item. + L’indice de l’élément actuel. + + + + ContentLibrary + + Materials + Matériaux + + + Textures + Textures + + + Environments + Environnements + + + + ContentLibraryMaterial + + Material is imported to project + Le matériau est importé dans le projet + + + Add an instance to project + Ajouter une instance au projet + + + + ContentLibraryMaterialContextMenu + + Apply to selected (replace) + + + + Apply to selected (add) + + + + Add an instance to project + + + + Remove from project + + + + + ContentLibraryMaterialsView + + <b>Content Library</b> materials are not installed. + + + + To use <b>Content Library</b>, first add the QtQuick3D module in the <b>Components</b> view. + + + + To use <b>Content Library</b>, version 6.3 or later of the QtQuick3D module is required. + + + + <b>Content Library</b> is disabled inside a non-visual component. + + + + No match found. + Aucun résultat. + + + + ContentLibraryTextureContextMenu + + Add image + Ajouter une image + + + Add texture + Ajouter une texture + + + Add light probe + Ajouter une sonde de lumière + + + + ContentLibraryTexturesView + + <b>Content Library</b> textures are not installed. + + + + No match found. + Aucun résultat. + + + + ControlSection + + Control + + + + Enable + + + + Whether the control is enabled and hover events are received. + + + + Hover + + + + Focus policy + + + + Focus policy of the control. + + + + Spacing + Espacement + + + Spacing between internal elements of the control. + + + + Wheel + + + + Whether control accepts wheel events. + + + + + DelayButtonSpecifics + + Delay Button + + + + Delay + Délai + + + The delay in milliseconds. + Le délai en millisecondes. + + + + DesignerActionManager + + Document Has Errors + Le document contient des erreurs + + + The document which contains the list model contains errors. So we cannot edit it. + Le document qui contient le modèle de liste contient des erreurs. Nous ne pouvons donc pas le modifier. + + + Document Cannot Be Written + Le document ne peut être écrit + + + An error occurred during a write attemp. + Une erreur s’est produite lors d’une tentative d’écriture. + + + + Details + + Details + Détails + + + Use as default project location + Utiliser comme emplacement par défaut pour les projets + + + Width + Largeur + + + Height + Hauteur + + + Orientation + Orientation + + + Use Qt Virtual Keyboard + Utiliser le clavier virtuel Qt + + + Target Qt Version: + Version de Qt cible : + + + Save Custom Preset + + + + Save Preset + + + + Preset name + + + + MyPreset + + + + + DialSpecifics + + Dial + + + + Value + Valeur + + + The current value of the dial and whether it provides live value updates. + + + + Live + + + + From + À partir de + + + The starting value of the dial range. + + + + To + Jusqu’à + + + The ending value of the dial range. + + + + Step size + + + + The step size of the dial. + + + + Snap mode + Mode aimant + + + The snap mode of the dial. + + + + Input mode + + + + How the dial tracks movement. + + + + Wrap + + + + Whether the dial wraps when dragged. + + + + + DialogSpecifics + + Dialog + + + + Title + Titre + + + + DrawerSpecifics + + Drawer + + + + Edge + + + + Defines the edge of the window the drawer will open from. + + + + Drag margin + Glisser la marge + + + Defines the distance from the screen edge within which drag actions will open the drawer. + + + + + DynamicPropertiesProxyModel + + Property Already Exists + La propriété existe déjà + + + Property "%1" already exists. + La propriété « %1 » existe déjà. + + + + DynamicPropertiesSection + + Local Custom Properties + Propriétés personnalisées locales + + + No editor for type: + Aucun éditeur pour ce type : + + + Add New Property + Ajouter une nouvelle propriété + + + Name + Nom + + + Type + Type + + + Add Property + Ajouter une propriété + + + + EditLightToggleAction + + Toggle Edit Light On/Off + + + + + EmptyMaterialEditorPane + + To use <b>Material Editor</b>, first add the QtQuick3D module in the <b>Components</b> view. + Pour utiliser l’<b>éditeur de matériaux<b/>, ajoutez d’abord le module QtQuick3D dans la vue <b>Composants</b>. + + + <b>Material Editor</b> is disabled inside a non-visual component. + L’<b>éditeur de matériaux</b> est désactivé dans un composant non visuel. + + + There are no materials in this project.<br>Select '<b>+</b>' to create one. + Il n’y a pas de matériaux dans ce projet.<br>Sélectionnez « <b>+</b> » pour en créer un. + + + + EmptyTextureEditorPane + + To use <b>Texture Editor</b>, first add the QtQuick3D module in the <b>Components</b> view. + Pour utiliser l’<b>éditeur de textures<b/>, ajoutez d’abord le module QtQuick3D dans la vue <b>Composants</b>. + + + <b>Texture Editor</b> is disabled inside a non-visual component. + L’<b>éditeur de textures</b> est désactivé dans un composant non visuel. + + + There are no textures in this project.<br>Select '<b>+</b>' to create one. + Il n’y a pas de textures dans ce projet.<br>Sélectionnez « <b>+</b> » pour en créer une. + + + + EnterTabDesignerAction + + Step into: %1 + Entrer dans : %1 + + + + ErrorDialog + + Close + Fermer + + + + ExtendedFunctionLogic + + Reset + Réinitialiser + + + Set Binding + + + + Export Property as Alias + + + + Insert Keyframe + + + + + FileExtractor + + Choose Directory + Sélectionner un répertoire + + + + FileResourcesModel + + Open File + Ouvrir le fichier + + + + FitToViewAction + + Fit Selected Object to View + Ajuster l’objet sélectionné à la vue + + + + FlickableGeometrySection + + Flickable Geometry + + + + Content size + Taille du contenu + + + W + width + The width of the object + + + + Content width used for calculating the total implicit width. + + + + H + height + The height of the object + + + + Content height used for calculating the total implicit height. + + + + Content + Contenu + + + Origin + Origine + + + Left margin + Marge à gauche + + + Right margin + Marge à droite + + + Top margin + Marge en haut + + + Bottom margin + Marge en bas + + + + FlickableSection + + Flickable + Flickable + + + Flick direction + Direction du flick + + + Behavior + Comportement + + + Interactive + Interactif + + + Allows users to drag or flick a flickable component. + + + + Whether the surface may be dragged beyond the Flickable's boundaries, or overshoot the Flickable's boundaries when flicked. + + + + Movement + + + + Whether the Flickable will give a feeling that the edges of the view are soft, rather than a hard physical boundary. + + + + Max. velocity + Vitesse maximale + + + Maximum flick velocity + Vitesse de flick maximale + + + Deceleration + Ralentissement + + + Flick deceleration + Ralentissement du flick + + + Press delay + + + + Time to delay delivering a press to children of the Flickable in milliseconds. + + + + Pixel aligned + + + + Sets the alignment of contentX and contentY to pixels (true) or subpixels (false). + + + + Synchronous drag + + + + If set to true, then when the mouse or touchpoint moves far enough to begin dragging +the content, the content will jump, such that the content pixel which was under the +cursor or touchpoint when pressed remains under that point. + + + + + FlipableSpecifics + + Flipable + Flipable + + + + FlowSpecifics + + Flow + Flux + + + Layout direction + Direction du layout + + + Spacing + Espacement + + + + FontExtrasSection + + Font Extras + + + + Capitalization + + + + Capitalization for the text. + + + + Style + Style + + + Style color + + + + Hinting + + + + Preferred hinting on the text. + + + + Auto kerning + + + + Enables or disables the kerning OpenType feature when shaping the text. Disabling this may improve performance when creating or changing the text, at the expense of some cosmetic features. + + + + Prefer shaping + + + + Sometimes, a font will apply complex rules to a set of characters in order to display them correctly. +In some writing systems, such as Brahmic scripts, this is required in order for the text to be legible, whereas in Latin script, + it is merely a cosmetic feature. Setting the preferShaping property to false will disable all such features +when they are not required, which will improve performance in most cases. + + + + + FontSection + + Font + Police + + + Size + Taille + + + Emphasis + + + + Capitalization + + + + Capitalization for the text. + + + + Weight + + + + Font's weight. + + + + Style name + + + + Font's style. + + + + Style color + + + + Hinting + + + + Preferred hinting on the text. + + + + Letter spacing + + + + Letter spacing for the font. + + + + Word spacing + + + + Word spacing for the font. + + + + Auto kerning + + + + Enables or disables the kerning OpenType feature when shaping the text. Disabling this may improve performance when creating or changing the text, at the expense of some cosmetic features. + + + + Prefer shaping + + + + Sometimes, a font will apply complex rules to a set of characters in order to display them correctly. +In some writing systems, such as Brahmic scripts, this is required in order for the text to be legible, whereas in Latin script, + it is merely a cosmetic feature. Setting the preferShaping property to false will disable all such features +when they are not required, which will improve performance in most cases. + + + + Style + Style + + + + FrameSpecifics + + Frame + Cadre + + + Font Inheritance + Héritage des polices + + + + GeometrySection + + Geometry - 2D + + + + This property is defined by an anchor or a layout. + + + + Position + Position + + + Sets the position of the component relative to its parent. + + + + X-coordinate + + + + Y-coordinate + + + + Size + Taille + + + Sets the width and height of the component. + + + + W + width + The width of the object + + + + Width + Largeur + + + H + height + The height of the object + + + + Height + Hauteur + + + Rotation + Rotation + + + Rotate the component at an angle. + + + + Angle (in degree) + + + + Scale + + + + Sets the scale of the component by percentage. + + + + Percentage + + + + Z stack + + + + Sets the stacking order of the component. + + + + Origin + Origine + + + Sets the modification point of the component. + + + + + GradientPresetList + + Gradient Picker + + + + System Presets + + + + User Presets + + + + Delete preset? + + + + Are you sure you want to delete this preset? + + + + Close + Fermer + + + Save + Enregistrer + + + Apply + Appliquer + + + + GridLayoutSpecifics + + Grid Layout + + + + Columns & Rows + + + + Spacing + Espacement + + + Flow + Flux + + + Layout direction + Direction du layout + + + + GridSpecifics + + Grid + Grille + + + Columns + Colonnes + + + Rows + Lignes + + + Flow + Flux + + + Layout direction + Direction du layout + + + Alignment H + + + + Alignment V + + + + Spacing + Espacement + + + + GridViewSpecifics + + Grid View + Vue en grille + + + Cell size + + + + W + width + The width of the object + + + + H + height + The height of the object + + + + Layout direction + Direction du layout + + + Cache + Cache + + + Cache buffer + Cache du buffer + + + Flow + Flux + + + Navigation wraps + Encapsulations de navigation + + + Snap mode + Mode aimant + + + Determines how the view scrolling will settle following a drag or flick. + Détermine la façon dont le défilement de la vue se réglera à la suite d’un glissage ou feuilletage. + + + Whether the grid wraps key navigation. + + + + Grid View Highlight + Surlignage de la vue en grille + + + Range + Intervalle + + + Highlight range + Surlignage de l’intervalle + + + Move duration + Durée de déplacement + + + Move animation duration of the highlight delegate. + Durée de déplacement de l’animation de surlignage des délégués. + + + Whether the highlight is managed by the view. + + + + Preferred begin + Début préféré + + + Preferred highlight begin - must be smaller than Preferred end. + Début préféré de surlignage - doit être plus petit que la fin préférée. + + + Preferred end + Fin préférée + + + Preferred highlight end - must be larger than Preferred begin. + Fin préférée de surlignage - doit être plus grand que le début préféré. + + + Follows current + ? + Suit l’actuel + + + + GroupBoxSpecifics + + Group Box + + + + Title + Titre + + + The title of the group box. + + + + + IconSection + + Icon + Icône + + + Source + Source + + + Color + Couleur + + + Size + Taille + + + W + width + The width of the object + + + + Width + Largeur + + + H + height + The height of the object + + + + Height + Hauteur + + + Cache + Cache + + + Whether the icon should be cached. + + + + + ImageSection + + Image + Image + + + Source + Source + + + Fill mode + Mode de remplissage + + + Source size + Taille de la source + + + W + width + The width of the object + + + + H + height + The height of the object + + + + Alignment H + + + + Alignment V + + + + Asynchronous + + + + Loads images on the local filesystem asynchronously in a separate thread. + + + + Auto transform + + + + Automatically applies image transformation metadata such as EXIF orientation. + + + + Cache + Cache + + + Caches the image. + + + + Mipmap + + + + Uses mipmap filtering when the image is scaled or transformed. + + + + Mirror + + + + Inverts the image horizontally. + + + + Smooth + Lissage + + + Smoothly filters the image when it is scaled or transformed. + + + + + InsetSection + + Inset + + + + Vertical + + + + Top inset for the background. + + + + Bottom inset for the background. + + + + Horizontal + + + + Left inset for the background. + + + + Right inset for the background. + + + + + InsightSection + + Analytics + + + + [None] + + + + Category + + + + + InvalidIdException + + Only alphanumeric characters and underscore allowed. +Ids must begin with a lowercase letter. + Seuls les caractères numériques et les tirets bas sont autorisés. +L’identifiant doit commencer avec une lettre minuscule. + + + Ids have to be unique. + Les identifiants doivent être uniques. + + + Invalid Id: %1 +%2 + Identifiant invalide : %1 +%2 + + + + ItemDelegateSection + + Item Delegate + + + + Highlight + + + + Whether the delegate is highlighted. + + + + + ItemFilterComboBox + + [None] + [Aucun] + + + + ItemPane + + Visibility + Visibilité + + + Visible + Visible + + + Clip + Retailler + + + Opacity + Opacité + + + Layout + Layout + + + + ItemsView + + Remove Module + Supprimer le module + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + Hide Category + Cacher la catégorie + + + Show Module Hidden Categories + Afficher toutes les catégories cachées de modules + + + Show All Hidden Categories + Afficher toutes les catégories cachées + + + Add Module: + Ajouter un module : + + + Go into Component + Aller dans le composant + + + Add a module. + Ajouter un module. + + + + Label + + This property is not available in this configuration. + Cette propriété n’est pas disponible dans cette configuration. + + + + Language + + None + Aucune + + + + LayerSection + + Layer + + + + Enabled + + + + Whether the component is layered or not. + + + + Sampler name + + + + Name of the effect's source texture property. + + + + Samples + + + + Allows requesting multisampled rendering in the layer. + + + + Effect + Effet + + + Applies the effect to this layer. + + + + Format + Format + + + Internal OpenGL format of the texture. + + + + Texture size + + + + Requested pixel size of the layer's texture. + + + + W + width + The width of the object + + + + H + height + The height of the object + + + + Texture mirroring + + + + Sets how the generated OpenGL texture should be mirrored. + + + + Wrap mode + + + + OpenGL wrap modes associated with the texture. + + + + Mipmap + + + + Generates mipmaps for the texture. + + + + Smooth + Lissage + + + Transforms the layer smoothly. + + + + Source rectangle + + + + Sets the rectangular area of the component that should be rendered into the texture. + + + + + LayoutProperties + + Alignment + Alignement + + + Alignment of a component within the cells it occupies. + + + + Fill layout + + + + Expands the component as much as possible within the given constraints. + + + + Width + Largeur + + + Height + Hauteur + + + Preferred size + Taille préférée + + + Preferred size of a component in a layout. If the preferred height or width is -1, it is ignored. + + + + W + width + The width of the object + + + + H + height + The height of the object + T + + + Minimum size + Taille minimum + + + Minimum size of a component in a layout. + + + + Maximum size + Taille maximum + + + Maximum size of a component in a layout. + + + + Row span + + + + Row span of a component in a Grid Layout. + + + + Column span + + + + Column span of a component in a Grid Layout. + + + + + LayoutSection + + Layout + Layout + + + Anchors + Ancres + + + + ListViewSpecifics + + List View + Vue en liste + + + Spacing between components. + Espacement entre les composants. + + + Cache + Cache + + + Navigation wraps + Encapsulations de navigation + + + Orientation + Orientation + + + Orientation of the list. + Orientation de la liste. + + + Layout direction + Direction du layout + + + Snap mode + Mode aimant + + + Determines how the view scrolling will settle following a drag or flick. + Détermine la façon dont le défilement de la vue se réglera à la suite d’un glissage ou feuilletage.. + + + Spacing + Espacement + + + Cache buffer. + + + + Whether the grid wraps key navigation. + + + + Highlight range. + + + + Move velocity + + + + Move animation velocity of the highlight delegate. + + + + Resize velocity + + + + Resize animation velocity of the highlight delegate. + + + + Whether the highlight is managed by the view. + + + + List View Highlight + Surlignage de la vue en liste + + + Range + Intervalle + + + Move duration + Durée de déplacement + + + Move animation duration of the highlight delegate. + Durée de déplacement de l’animation de surlignage des délégués. + + + Resize duration + Durée de redimensionnement + + + Resize animation duration of the highlight delegate. + Durée de redimensionnement de l’animation de surlignage des délégués. + + + Preferred begin + Début préféré + + + Preferred highlight begin - must be smaller than Preferred end. + Début préféré de surlignage - doit être plus petit que la fin préférée. + + + Preferred end + Fin préférée + + + Preferred highlight end - must be larger than Preferred begin. + Fin préférée de surlignage - doit être plus grand que le début préféré. + + + Follows current + Suit l’actuel + + + + LoaderSpecifics + + Loader + + + + Active + Actif + + + Whether the loader is currently active. + + + + Source + Source + + + URL of the component to instantiate. + + + + Source component + + + + Component to instantiate. + + + + Asynchronous + + + + Whether the component will be instantiated asynchronously. + + + + + Main + + Rename state group + Renommer le groupe d’états + + + State Group + Groupe d’états + + + Switch State Group + Basculer le groupe d’états + + + Create State Group + Créer le groupe d’états + + + Remove State Group + Supprimer le groupe d’états + + + Rename State Group + Renommer le groupe d’états + + + Show thumbnails + Afficher les vignettes + + + Show property changes + Afficher les changements de propriété + + + + MarginSection + + Margin + Marge + + + Vertical + Verticale + + + The margin above the item. + La marge au-dessus de l’élément. + + + The margin below the item. + La marge en dessous de l’élément. + + + Horizontal + Horizontale + + + The margin left of the item. + La marge à gauche de l’élément. + + + The margin right of the item. + La marge à droite de l’élément. + + + Margins + Marges + + + The margins around the item. + Les marges autour de l’élément. + + + + MaterialBrowser + + To use <b>Material Browser</b>, first add the QtQuick3D module in the <b>Components</b> view. + Pour utiliser le <b>navigateur de matériaux<b/>, ajoutez d’abord le module QtQuick3D dans la vue <b>Composants</b>. + + + <b>Material Browser</b> is disabled inside a non-visual component. + Le<b>navigateur de matériaux</b> est désactivé dans un composant non visuel. + + + Materials + Matériaux + + + No match found. + Aucun résultat. + + + There are no materials in this project.<br>Select '<b>+</b>' to create one. + Il n’y a pas de matériau dans ce projet.<br>Sélectionnez « <b>+</b> » pour en créer un. + + + Add a material. + Ajouter un matériau. + + + Textures + Textures + + + There are no textures in this project. + Il n’y a pas de texture dans ce projet. + + + Add a texture. + Ajouter une texture. + + + + MaterialBrowserContextMenu + + Apply to selected (replace) + Appliquer à la sélection (remplacer) + + + Apply to selected (add) + Appliquer à la sélection (ajouter) + + + Copy properties + Copier les propriétés + + + Paste properties + Coller les propriétés + + + Duplicate + Dupliquer + + + Rename + Renommer + + + Delete + Supprimer + + + Create New Material + Créer un nouveau matériau + + + + MaterialEditorToolBar + + Apply material to selected model. + Appliquer le matériau au modèle sélectionné. + + + Create new material. + Créer un nouveau matériau. + + + Delete current material. + Supprimer le matériau en cours. + + + Open material browser. + Ouvrir le navigateur de matériaux. + + + + MaterialEditorTopSection + + Cone + Cone + + + Cube + Cube + + + Cylinder + Cylindre + + + Sphere + Sphère + + + Basic + Basique + + + Color + Couleur + + + Studio + Studio + + + Landscape + Paysage + + + Select preview environment. + Sélectionner un environnement d’aperçu. + + + Select preview model. + Sélectionner un modèle d’aperçu. + + + Name + Nom + + + Material name + Nom du matériau + + + Type + Type + + + + MediaPlayerSection + + Media Player + + + + Playback rate + + + + Audio output + + + + Target audio output. + + + + Video output + + + + Target video output. + + + + + ModelNodeOperations + + Go to Implementation + Aller à l’implémentation + + + Invalid component. + Composant invalide. + + + Cannot find an implementation. + Impossible de trouver une implémentation. + + + Cannot Set Property %1 + Impossible de définir la propriété %1 + + + The property %1 is bound to an expression. + La propriété %1 est liée à une expression. + + + Overwrite Existing File? + Écraser le fichier existant ? + + + File already exists. Overwrite? +"%1" + Le fichier existe déjà. L’écraser ? +« %1 » + + + Asset import data file "%1" is invalid. + + + + Unable to locate source scene "%1". + Impossible de localiser la scène source « %1 ». + + + Opening asset import data file "%1" failed. + + + + Unable to resolve asset import path. + + + + Import Update Failed + Échec de la mise à jour de l’importation + + + Failed to update import. +Error: +%1 + Échec de la mise à jour de l’importation. +Erreur : +%1 + + + + Modeling + + Modeling + + + + + MouseAreaSpecifics + + Enable + + + + Accepts mouse events. + + + + Area + + + + Hover + + + + Accepted buttons + + + + Mouse buttons that the mouse area reacts to. + + + + Cursor shape + + + + Cursor shape for this mouse area. + + + + Hold interval + + + + Overrides the elapsed time in milliseconds before pressAndHold signal is emitted. + + + + Scroll gesture + + + + Responds to scroll gestures from non-mouse devices. + + + + Enabled + Activé + + + Prevent stealing + + + + Stops mouse events from being stolen from this mouse area. + + + + Propagate events + + + + Automatically propagates composed mouse events to other mouse areas. + + + + Drag + + + + Target + Cible + + + ID of the component to drag. + + + + Axis + + + + Whether dragging can be done horizontally, vertically, or both. + + + + Threshold + + + + Threshold in pixels of when the drag operation should start. + + + + Filter children + + + + Whether dragging overrides descendant mouse areas. + + + + Smoothed + + + + Moves targets only after the drag operation has started. +When disabled, moves targets straight to the current mouse position. + + + + Mouse Area + MouseArea + + + + MoveToolAction + + Activate Move Tool + + + + + NavigatorTreeModel + + Warning + Avertissement + + + Reparenting the component %1 here will cause the component %2 to be deleted. Do you want to proceed? + Redéfinir ici le parent du composant %1 entrainera la suppression du composant %2. Voulez-vous continuer ? + + + + NewEffectDialog + + Create New Effect + Créer un nouvel effet + + + Could not create effect + Impossible de créer l’effet + + + An error occurred while trying to create the effect. + Une erreur s’est produite lors de la création de l’effet. + + + Effect name: + Nom de l’effet : + + + Effect name cannot be empty. + Le nom de l’effet ne peut pas être vide. + + + Effect path is too long. + Le chemin de l’effet est trop long. + + + Create + Créer + + + Cancel + Annuler + + + + NewFolderDialog + + Create New Folder + Créer un nouveau dossier + + + Could not create folder + Impossible de créer le dossier + + + An error occurred while trying to create the folder. + Une erreur s’est produite lors de la création du dossier. + + + Folder name: + Nom du dossier : + + + Folder name cannot be empty. + Le nom du dossier ne peut pas être vide. + + + Folder path is too long. + Le chemin du dossier est trop long. + + + Create + Créer + + + Cancel + Annuler + + + New folder + Nouveau dossier + + + + NewProjectDialog + + Let's create something wonderful with + Créons quelque chose de super avec + + + Qt Design Studio! + Qt Design Studio ! + + + Create new project by selecting a suitable Preset and then adjust details. + Créez un nouveau projet en sélectionnant un préréglage approprié, puis ajustez les détails. + + + Presets + Préréglages + + + Cancel + Annuler + + + Create + Créer + + + + NumberAnimationSpecifics + + Number Animation + + + + From + À partir de + + + Start value for the animation. + + + + To + Jusqu’à + + + End value for the animation. + + + + + OrientationToggleAction + + Toggle Global/Local Orientation + Activer/désactiver l’orientation globale/locale + + + + PaddingSection + + Padding + + + + Vertical + + + + Padding between the content and the top edge of the item. + + + + Padding between the content and the bottom edge of the item. + + + + Horizontal + + + + Padding between the content and the left edge of the item. + + + + Padding between the content and the right edge of the item. + + + + Global + + + + Padding between the content and the edges of the items. + + + + + PageIndicatorSpecifics + + Page Indicator + + + + Count + + + + The number of pages. + + + + Current + + + + The index of the current page. + + + + Interactive + + + + Whether the control is interactive. + + + + + PageSpecifics + + Page + + + + Title + Titre + + + Title of the page. + + + + Content size + Taille du contenu + + + Content width and height used for calculating the total implicit size. + + + + W + width + The width of the object + + + + Content width used for calculating the total implicit width. + + + + H + height + The height of the object + T + + + Content height used for calculating the total implicit height. + + + + + PaneSection + + Pane + + + + Content size + Taille du contenu + + + Content width and height used for calculating the total implicit size. + + + + W + width + The width of the object + + + + Content width used for calculating the total implicit width. + + + + H + height + The height of the object + T + + + Content height used for calculating the total implicit height. + + + + + PaneSpecifics + + Font Inheritance + Héritage des polices + + + + ParticleViewModeAction + + Toggle particle animation On/Off + Activer/Désactiver l’animation des particules + + + + ParticlesPlayAction + + Play Particles + Lancer les particules + + + + ParticlesRestartAction + + Restart Particles + Relancer les particules + + + + PathTool + + Path Tool + + + + + PathToolAction + + Edit Path + + + + + PathViewSpecifics + + Path View + Vue en chemin + + + Allows users to drag or flick a path view. + + + + Drag margin + Glisser la marge + + + Flick deceleration + Ralentissement du flick + + + Offset + Décalage + + + Specifies how far along the path the items are from their initial positions. This is a real number that ranges from 0.0 to the count of items in the model. + Détermine la distance sur le chemin qui sépare les éléments avec leurs positions initiales. Il s’agit d’un nombre réel dont l’intervalle est entre 0.0 et le nombre d’éléments dans le modèle. + + + Item count + Nombre d’éléments + + + Path View Highlight + Surlignage de la vue en chemin + + + Highlight range + Surlignage de l’intervalle + + + Move duration + Durée de déplacement + + + Move animation duration of the highlight delegate. + Durée de déplacement de l’animation de surlignage des délégués. + + + Preferred begin + Début préféré + + + Preferred highlight begin - must be smaller than Preferred end. Note that the user has to add a highlight component. + + + + Preferred highlight end - must be larger than Preferred begin. Note that the user has to add a highlight component. + + + + Preferred end + Fin préférée + + + Interactive + Interactive + + + Number of items visible on the path at any one time. + + + + Range + Intervalle + + + + PerfKallsyms + + Invalid address: %1 + Adresse invalide : %1 + + + Mapping is empty. + Le mappage est vide. + + + + PerfUnwind + + Could not find ELF file for %1. This can break stack unwinding and lead to missing symbols. + + + + Failed to parse kernel symbol mapping file "%1": %2 + + + + Time order violation of MMAP event across buffer flush detected. Event time is %1, max time during last buffer flush was %2. This potentially breaks the data analysis. + + + + + PluginManager + + Failed Plugins + Greffons défectueux + + + + PopupSection + + Popup + + + + Size + Taille + + + W + width + The width of the object + + + + H + height + The height of the object + T + + + Visibility + Visibilité + + + Visible + Visible + + + Clip + Retailler + + + Behavior + Comportement + + + Modal + + + + Defines the modality of the popup. + + + + Dim + + + + Defines whether the popup dims the background. + + + + Opacity + Opacité + + + Scale + + + + Spacing + Espacement + + + Spacing between internal elements of the control. + + + + + PresetView + + Delete Custom Preset + + + + + ProgressBarSpecifics + + Progress Bar + Barre de progression + + + Value + Valeur + + + The current value of the progress. + La valeur actuelle de la progression. + + + From + À partir de + + + The starting value for the progress. + La valeur initiale de la progression. + + + To + Jusqu’à + + + The ending value for the progress. + La valeur finale de la progression. + + + Indeterminate + Indéterminée + + + Whether the progress is indeterminate. + Si la progression est indéterminée. + + + + PropertyActionSpecifics + + Property Action + + + + Value + Valeur + + + Value of the property. + Valeur de la propriété. + + + + PropertyLabel + + This property is not available in this configuration. + Cette propriété n’est pas disponible dans cette configuration. + + + + PuppetStarter + + Puppet is starting... + + + + You can now attach your debugger to the %1 puppet with process id: %2. + + + + + QAbstractFileIconProvider + + File Folder + Match Windows Explorer + Dossier + + + Folder + All other platforms + Dossier + + + + QDockWidget + + Float + Flottant + + + Undocks and re-attaches the dock widget + Détache et rattache le QDockWidget + + + Close + Fermer + + + Closes the dock widget + Ferme le QDockWidget + + + + QObject + + All syntax definitions are up-to-date. + Toutes les définitions syntaxiques sont à jour. + + + Downloading new syntax definition for '%1'... + Téléchargement d’une nouvelle définition syntaxique pour « %1 »… + + + Updating syntax definition for '%1' to version %2... + Mise à jour de la définition syntaxique pour « %1 » vers la version %2… + + + <Filter> + Library search input hint text + <Filtre> + + + Effect %1 not complete + L’effet %1 est incomplet + + + Do you want to edit %1? + Voulez-vous modifier %1 ? + + + Start Nanotrace + Démarrer Nanotrace + + + Shut Down Nanotrace + Arrêter Nanotrace + + + Failed to Add Texture + Échec de l’ajout de la texture + + + Could not add %1 to project. + Impossible d’ajouter %1 au projet. + + + Show Event List + Afficher la liste des évènements + + + Assign Events to Actions + Assigner des évènements aux actions + + + Connect Signal to Event + Connecter un signal à un évènement + + + Connected Events + Évènements connectés + + + Connected Signals + Signaux connectés + + + Exposed Custom Properties + Propriétés personnalisées exposées + + + ID cannot start with an uppercase character (%1). + L’identifiant ne peut pas commencer par une majuscule (%1). + + + ID cannot start with a number (%1). + L’identifiant ne peut pas commencer par un nombre (%1). + + + ID cannot include whitespace (%1). + L’identifiant ne peut pas contenir d’espace (%1). + + + %1 is a reserved QML keyword. + %1 est un mot-clé QML réservé. + + + %1 is a reserved property keyword. + %1 est un mot-clé de propriété réservé. + + + ID includes invalid characters (%1). + L’identifiant contient des caractères invalides (%1). + + + Empty document + Document vide + + + UntitledProject + File path suggestion for a new project. If you choose to translate it, make sure it is a valid path name without blanks and using only ascii chars. + ProjetSansNom + + + + QmlDesigner::AbstractEditorDialog + + Untitled Editor + + + + + QmlDesigner::ActionEditorDialog + + Connection Editor + + + + + QmlDesigner::AddNewBackendDialog + + Add New C++ Backend + + + + Type + Type + + + Define object locally + + + + Required import + + + + Choose a type that is registered using qmlRegisterType or qmlRegisterSingletonType. The type will be available as a property in the current .qml file. + + + + + QmlDesigner::AddTabDesignerAction + + Naming Error + Erreur de nommage + + + Component already exists. + Le composant existe déjà. + + + + QmlDesigner::AddTabToTabViewDialog + + Dialog + Dialogue + + + Add tab: + Ajouter un onglet : + + + + QmlDesigner::AlignDistribute + + Cannot Distribute Perfectly + Une distribution parfaite est impossible + + + These objects cannot be distributed to equal pixel values. Do you want to distribute to the nearest possible values? + Ces objets ne peuvent pas être distribués à des valeurs de pixels égales. Voulez-vous distribuer les valeurs les plus proches possibles ? + + + + QmlDesigner::AnnotationCommentTab + + Title + Titre + + + Text + Texte + + + Author + Auteur + + + + QmlDesigner::AnnotationEditor + + Annotation + Annotation + + + Delete this annotation? + Supprimer cette annotation ? + + + + QmlDesigner::AnnotationEditorDialog + + Annotation Editor + Éditeur d’annotations + + + + QmlDesigner::AnnotationEditorWidget + + Add Status + + + + In Progress + + + + In Review + + + + Done + + + + Tab view + + + + Table view + + + + Selected component + + + + Name + Nom + + + Tab 1 + + + + Tab 2 + + + + + QmlDesigner::AnnotationTabWidget + + Add Comment + + + + Remove Comment + + + + Delete this comment? + + + + Annotation + + + + + QmlDesigner::AnnotationTableView + + Title + Titre + + + Author + Auteur + + + Value + Valeur + + + + QmlDesigner::AssetExportDialog + + Export Components + + + + Export path: + + + + Choose Export File + + + + Metadata file (*.metadata) + + + + Open + Ouvrir + + + Advanced Options + + + + Export assets + + + + Export components separately + + + + Export + + + + + QmlDesigner::AssetExporter + + Export root directory: %1. +Exporting assets: %2 + + + + Yes + Oui + + + No + Non + + + Each component is exported separately. + + + + Canceling export. + + + + Unknown error. + Erreur inconnue. + + + Loading file is taking too long. + + + + Cannot parse. The file contains coding errors. + + + + Loading components failed. %1 + + + + Cannot export component. Document "%1" has parsing errors. + + + + Error saving component file. %1 + + + + Unknown + Inconnue + + + Cannot preprocess file: %1. Error %2 + + + + Cannot preprocess file: %1 + + + + Cannot update %1. +%2 + + + + Exporting file %1. + + + + Export canceled. + + + + Writing metadata failed. Cannot create file %1 + + + + Writing metadata to file %1. + + + + Empty JSON document. + + + + Writing metadata failed. %1 + + + + Export finished. + + + + Error creating asset directory. %1 + + + + Error saving asset. %1 + + + + + QmlDesigner::AssetExporterPlugin + + Asset Export + + + + Export Components + + + + Export components in the current project. + + + + + QmlDesigner::AssetsLibraryModel + + Failed to Delete File + Échec de la suppression du fichier + + + Could not delete "%1". + Impossible de supprimer « %1 ». + + + + QmlDesigner::AssetsLibraryView + + Assets + Ressources + + + + QmlDesigner::AssetsLibraryWidget + + Assets Library + Title of assets library widget + + + + Failed to Add Files + + + + Could not add %1 to project. + + + + All Files (%1) + + + + Add Assets + + + + Could not add %1 to project. Unsupported file format. + + + + + QmlDesigner::AssignEventDialog + + Nonexistent events discovered + + + + The Node references the following nonexistent events: + + + + + + QmlDesigner::BackgroundAction + + Set the color of the canvas. + + + + + QmlDesigner::BindingEditorDialog + + Binding Editor + + + + NOT + NOT + + + Invert the boolean expression. + Inverser l’expression booléenne. + + + + QmlDesigner::BindingEditorWidget + + Trigger Completion + Déclencher la complétion + + + Meta+Space + Meta+Espace + + + Ctrl+Space + Ctrl+Espace + + + + QmlDesigner::CapturingConnectionManager + + QML Emulation Layer (QML Puppet - %1) Crashed + La couche d’émulation de QML (QML Puppet - %1) a planté + + + You are recording a puppet stream and the emulations layer crashed. It is recommended to reopen the Qt Quick Designer and start again. + + + + + QmlDesigner::ChooseFromPropertyListDialog + + Select Property + + + + Bind to property: + + + + Binds this component to the parent's selected property. + + + + + QmlDesigner::ColorTool + + Color Tool + + + + + QmlDesigner::ComponentAction + + Edit sub components defined in this file. + + + + + QmlDesigner::ConnectionViewWidget + + Connections + + + + + QmlDesigner::ContentLibraryView + + Content Library + + + + + QmlDesigner::ContentLibraryWidget + + Content Library + Title of content library widget + + + + + QmlDesigner::CrumbleBar + + Save the changes to preview them correctly. + + + + Always save when leaving subcomponent + + + + + QmlDesigner::CurveEditor + + This file does not contain a timeline. <br><br>To create an animation, add a timeline by clicking the + button in the "Timeline" view. + + + + + QmlDesigner::CurveEditorToolBar + + Unify + + + + Start Frame + + + + End Frame + + + + Current Frame + + + + + QmlDesigner::CurveEditorView + + Curves + + + + + QmlDesigner::DebugViewWidget + + Debug + + + + Model Log + Log du modèle + + + Clear + + + + Instance Notifications + Notifications d’instance + + + Instance Errors + Erreurs d’instance + + + Enabled + + + + + QmlDesigner::DesignDocument + + Locked items: + + + + Delete/Cut Item + + + + Deleting or cutting this item will modify locked items. + + + + Do you want to continue by removing the item (Delete) or removing it and copying it to the clipboard (Cut)? + + + + + QmlDesigner::DocumentMessage + + Error parsing + Erreur d’analyse syntaxique + + + Internal error + Erreur interne + + + line %1 + + Ligne %1 + + + + column %1 + + Colonne %1 + + + + + QmlDesigner::DocumentWarningWidget + + Always ignore these warnings about features not supported by Qt Quick Designer. + + + + Cannot open this QML document because of an error in the QML file: + + + + OK + OK + + + This QML file contains features which are not supported by Qt Quick Designer at: + + + + Ignore + Ignorer + + + Previous + Précédent + + + Next + Suivant + + + Go to error + Aller à l'erreur + + + Go to warning + Aller à l'avertissement + + + + QmlDesigner::Edit3DView + + 3D + 3D + + + Cameras + + + + Lights + + + + Primitives + + + + Imported Models + + + + Failed to Add Import + + + + Could not add QtQuick3D import to project. + + + + + QmlDesigner::Edit3DWidget + + Your file does not import Qt Quick 3D.<br><br>To create a 3D view, add the <b>QtQuick3D</b> module in the <b>Components</b> view or click <a href="#add_import"><span style="text-decoration:none;color:%1">here</span></a>.<br><br>To import 3D assets, select <b>+</b> in the <b>Assets</b> view. + + + + Edit Component + + + + Edit Material + + + + Duplicate + Dupliquer + + + Copy + Copier + + + Paste + Coller + + + Delete + Supprimer + + + Fit Selected Items to View + + + + Align Camera to View + + + + Align View to Camera + + + + Select Parent + + + + Group Selection Mode + + + + Create + Créer + + + + QmlDesigner::EventListDelegate + + Release + Release + + + Connect + + + + + QmlDesigner::EventListDialog + + Add Event + + + + Remove Selected Events + + + + + QmlDesigner::EventListModel + + Event ID + Identifiant de l’évènement + + + Shortcut + Raccourci + + + Description + Description + + + + QmlDesigner::EventListPluginView + + Event List + + + + + QmlDesigner::Experimental::StatesEditorModel + + base state + Implicit default state + + + + Invalid state name + Nom d’état invalide + + + The empty string as a name is reserved for the base state. + La chaîne vide comme nom est réservée à l’état de base. + + + Name already used in another state + Le nom est déjà utilisé dans un autre état + + + Default + Défaut + + + Invalid ID + + + + %1 already exists. + %1 existe déjà. + + + + QmlDesigner::Experimental::StatesEditorView + + States + États + + + Remove State + + + + This state is not empty. Are you sure you want to remove it? + + + + Locked components: + + + + Removing this state will modify locked components. + + + + Continue by removing the state? + + + + base state + + + + + QmlDesigner::Experimental::StatesEditorWidget + + States New + Title of Editor widget + + + + Cannot Create QtQuick View + Impossible de créer une vue QtQuick + + + StatesEditorWidget: %1 cannot be created.%2 + + + + + QmlDesigner::FilePathModel + + Canceling file preparation. + + + + + QmlDesigner::FormEditorAnnotationIcon + + Annotation + + + + Edit Annotation + + + + Remove Annotation + + + + By: + + + + Edited: + + + + Delete this annotation? + + + + + QmlDesigner::FormEditorView + + 2D + 2D + + + %1 is not supported as the root element by the 2D view. + + + + + QmlDesigner::FormEditorWidget + + No Snapping + + + + Snap with Anchors + + + + Snap without Anchors + + + + Show Bounds + + + + Override Width + + + + Override width of root component. + + + + Override Height + + + + Override height of root component. + + + + Zoom In + Zoom avant + + + Zoom Out + Zoom arrière + + + Zoom screen to fit all content. + + + + Ctrl+Alt+0 + + + + Zoom screen to fit current selection. + + + + Ctrl+Alt+i + + + + Reset View + + + + Export Current QML File as Image + + + + PNG (*.png);;JPG (*.jpg) + + + + + QmlDesigner::GenerateResource + + Unable to generate resource file: %1 + + + + A timeout occurred running "%1" + + + + "%1" crashed. + « %1 » a planté. + + + "%1" failed (exit code %2). + + + + Generate QRC Resource File... + + + + Save Project as QRC File + + + + QML Resource File (*.qrc) + + + + Generate Deployable Package... + + + + Save Project as Resource + + + + QML Resource File (*.qmlrc);;Resource File (*.rcc) + + + + Generate a resource file out of project %1 to %2 + + + + Success + + + + Successfully generated deployable package + %1 + + + + + QmlDesigner::GlobalAnnotationDialog + + Global Annotation Editor + Éditeur d’annotations globales + + + Global Annotation + Annotation globale + + + All Annotations + Toutes les annotations + + + + QmlDesigner::GlobalAnnotationEditor + + Global Annotation + + + + Delete this annotation? + + + + + QmlDesigner::GraphicsView + + Open Style Editor + + + + Insert Keyframe + + + + Delete Selected Keyframes + + + + + QmlDesigner::HyperlinkDialog + + Link + Lien + + + Anchor + + + + + QmlDesigner::InteractiveConnectionManager + + Cannot Connect to QML Emulation Layer (QML Puppet) + + + + The executable of the QML emulation layer (QML Puppet) may not be responding. Switching to another kit might help. + + + + + QmlDesigner::Internal::AssetImportUpdateDialog + + Select Files to Update + Sélectionner les fichiers à mettre à jour + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + + QmlDesigner::Internal::BackendModel + + Type + Type + + + Name + Nom + + + Singleton + + + + Local + + + + + QmlDesigner::Internal::BindingModel + + Item + + + + Property + Propriété + + + Source Item + + + + Source Property + + + + Error + Erreur + + + + QmlDesigner::Internal::ConnectionDelegate + + Change to default state + + + + Change state to %1 + + + + Activate FlowAction %1 + + + + + QmlDesigner::Internal::ConnectionModel + + Target + Cible + + + Signal Handler + Gestionnaire de signaux + + + Action + Action + + + Error + Erreur + + + + QmlDesigner::Internal::ConnectionView + + Connections + + + + + QmlDesigner::Internal::ConnectionViewWidget + + Connections + Title of connections window + + + + Connections + Title of connection tab + + + + Bindings + Title of connection tab + + + + Properties + Title of dynamic properties tab + Propriétés + + + Backends + Title of dynamic properties view + + + + Open Connection Editor + + + + Open Binding Editor + + + + Reset Property + + + + Add binding or connection. + + + + Remove selected binding or connection. + + + + + QmlDesigner::Internal::DebugView + + Debug view is enabled + + + + ::nodeReparented: + + + + ::nodeIdChanged: + + + + Debug View + Vue de débogage + + + + QmlDesigner::Internal::DesignModeWidget + + &Workspaces + + + + Output + Sortie + + + Switch the active workspace. + + + + Edit global annotation for current file. + Modifier les annotations globales pour le fichier actuel. + + + Manage... + Gérer… + + + Reset Active + + + + + QmlDesigner::Internal::DynamicPropertiesModel + + Item + + + + Property + Propriété + + + Property Type + + + + Property Value + + + + Error + Erreur + + + + QmlDesigner::Internal::MetaInfoPrivate + + Invalid meta info + Méta-information invalide + + + + QmlDesigner::Internal::MetaInfoReader + + Illegal state while parsing. + + + + No property definition allowed. + + + + Invalid type %1 + Type invalide %1 + + + Unknown property for Imports %1 + + + + Unknown property for Type %1 + Propriété inconnue pour le type %1 + + + Unknown property for ItemLibraryEntry %1 + Propriété inconnue pour ItemLibraryEntry %1 + + + Unknown property for Property %1 + Propriété inconnue pour Property %1 + + + Unknown property for QmlSource %1 + Propriété inconnue pour QmlSource %1 + + + Unknown property for ExtraFile %1 + + + + Invalid or duplicate library entry %1 + + + + + QmlDesigner::Internal::ModelPrivate + + Exception thrown by view %1. + + + + + QmlDesigner::Internal::SettingsPage + + Snapping + pour être cohérents avec designer + Aimantation + + + Qt Quick Designer + Designer Qt Quick + + + Canvas + Canevas + + + Debugging + Débogage + + + Show the debugging view + Afficher la vue de débogage + + + Enable smooth rendering in the 2D view. + + + + Default style + + + + Reset Style + + + + QML Emulation Layer + + + + Use fallback QML emulation layer + + + + If you select this radio button, Qt Quick Designer always uses the QML emulation layer (QML Puppet) located at the following path. + + + + Path to the QML emulation layer executable (qmlpuppet). + + + + Reset Path + + + + Resets the path to the built-in QML emulation layer. + + + + Use QML emulation layer that is built with the selected Qt + + + + Always save when leaving subcomponent in bread crumb + + + + Warn about unsupported features of .ui.qml files in code editor + + + + Also warns in the code editor about QML features that are not properly supported by the Qt Quick Designer. + + + + Warn about unsupported features in .ui.qml files + + + + Warns about QML features that are not properly supported by the Qt Quick Designer. + + + + Warn about using .qml files instead of .ui.qml files + + + + Qt Quick Designer will propose to open .ui.qml files instead of opening a .qml file. + + + + qsTr() + + + + qsTrId() + + + + qsTranslate() + + + + Always open ui.qml files in Design mode + + + + Ask for confirmation before deleting asset + + + + Always auto-format ui.qml files in Design mode + + + + Enable Timeline editor + + + + Show property editor warnings + + + + Enable the debugging view + Activer la vue de débogage + + + Show warn exceptions + + + + Path: + Chemin : + + + Top level build path: + + + + Forward QML emulation layer output: + + + + Debug QML emulation layer: + + + + Parent component padding: + + + + Sibling component spacing: + + + + Width: + + + + Height: + + + + Smooth rendering: + + + + Root Component Init Size + + + + Styling + + + + Controls style: + + + + Controls 2 style: + + + + Subcomponents + + + + Warnings + Avertissements + + + Internationalization + + + + Features + + + + Restart Required + Redémarrage nécessaire + + + The made changes will take effect after a restart of the QML Emulation layer or %1. + Les changements effectués prendront effet au prochain démarrage de la couche d’émulation QML ou %1. + + + + QmlDesigner::InvalidArgumentException + + Failed to create item of type %1 + Échec lors de la création d’un élément de type %1 + + + + QmlDesigner::ItemLibraryAssetImportDialog + + Asset Import + + + + Import Options + + + + Show All Options + Afficher tous les options + + + Import + Importer + + + Select import options and press "Import" to import the following files: + + + + Locate 3D Asset "%1" + + + + %1 options + + + + No options available for this type. + + + + No simple options available for this type. + + + + Cancel + Annuler + + + Close + Fermer + + + Import interrupted. + + + + Import done. + + + + Canceling import. + + + + Hide Advanced Options + + + + + QmlDesigner::ItemLibraryAssetImporter + + Could not create a temporary directory for import. + + + + Importing 3D assets. + + + + Import process crashed. + Le processus d’importation a planté. + + + Import failed for unknown reason. + + + + Asset import process failed: "%1". + + + + Parsing files. + + + + Skipped import of duplicate asset: "%1". + + + + Skipped import of existing asset: "%1". + + + + No files selected for overwrite, skipping import: "%1". + + + + Could not access temporary asset directory: "%1". + + + + Failed to create qmldir file for asset: "%1". + + + + Removing old overwritten assets. + + + + Copying asset files. + + + + Overwrite Existing Asset? + + + + Asset already exists. Overwrite existing or skip? +"%1" + + + + Overwrite Selected Files + + + + Overwrite All Files + Écraser tous les fichiers + + + Skip + Passer + + + Failed to start import 3D asset process. + + + + Failed to start icon generation process. + + + + Generating icons. + + + + Updating data model. + + + + Failed to insert import statement into qml document. + + + + Failed to update imports: %1 + + + + + QmlDesigner::ItemLibraryImport + + Default Components + + + + My Components + + + + My 3D Components + + + + All Other Components + + + + + QmlDesigner::ItemLibraryView + + Components + + + + + QmlDesigner::ItemLibraryWidget + + Components Library + Title of library view + + + + + QmlDesigner::ListModelEditorDialog + + Add Row + + + + Remove Columns + + + + Add Column + + + + Move Down (Ctrl + Down) + + + + Move Up (Ctrl + Up) + + + + Add Property + + + + Property name: + Nom de la propriété : + + + Change Property + + + + Column name: + + + + + QmlDesigner::MaterialBrowserTexturesModel + + Texture has no source image. + + + + Texture has no data. + + + + + QmlDesigner::MaterialBrowserView + + Material Browser + + + + Select a material property + + + + + QmlDesigner::MaterialBrowserWidget + + Material Browser + Title of material browser widget + + + + + QmlDesigner::MaterialEditorContextObject + + <b>Incompatible properties:</b><br> + + + + Change Type + + + + Changing the type from %1 to %2 can't be done without removing incompatible properties.<br><br>%3 + + + + Do you want to continue by removing incompatible properties? + + + + + QmlDesigner::MaterialEditorView + + Cannot Export Property as Alias + + + + Property %1 does already exist for root component. + + + + Material Editor + + + + + QmlDesigner::NavigatorSearchWidget + + Search + Rechercher + + + + QmlDesigner::NavigatorTreeModel + + Unknown component: %1 + Composant inconnu : %1 + + + Toggles whether this component is exported as an alias property of the root component. + Indique si ce composant est exporté en tant que propriété alias du composant racine. + + + Toggles the visibility of this component in the 2D view. +This is independent of the visibility property. + Active/désactive la visibilité de ce composant dans la vue 2D. +Cette fonction est indépendante de la propriété de visibilité. + + + Toggles whether this component is locked. +Locked components cannot be modified or selected. + Indique si ce composant est verrouillé. +Les composants verrouillés ne peuvent être ni modifiés ni sélectionnés. + + + + QmlDesigner::NavigatorTreeView + + Invalid Id + Identifiant invalide + + + %1 is an invalid id. + %1 n’est pas un identifiant valide. + + + %1 already exists. + %1 existe déjà. + + + + QmlDesigner::NavigatorView + + Navigator + Navigateur + + + + QmlDesigner::NavigatorWidget + + Navigator + Title of navigator view + Navigateur + + + Become last sibling of parent (CTRL + Left). + + + + Become child of last sibling (CTRL + Right). + + + + Move down (CTRL + Down). + + + + Move up (CTRL + Up). + + + + Filter Tree + Filtrer l’arborescence + + + Show Only Visible Components + + + + Reverse Component Order + + + + + QmlDesigner::NodeInstanceView + + Qt Quick emulation layer crashed. + Plantage de la couche d’émulation de Qt Quick. + + + Source item: %1 + Élément source : %1 + + + Failed to generate QSB file for: %1 + Échec de la génération du fichier QSB pour : %1 + + + + QmlDesigner::NodeListModel + + ID + Identifiant + + + Type + Type + + + From + À partir de + + + To + Jusqu’à + + + + QmlDesigner::OpenUiQmlFileDialog + + Open ui.qml file + + + + Do not show this dialog again + + + + Cancel + Annuler + + + You are opening a .qml file in the designer. Do you want to open a .ui.qml file instead? + + + + + QmlDesigner::PathItem + + Closed Path + + + + Split Segment + + + + Make Curve Segment Straight + + + + Remove Edit Point + + + + + QmlDesigner::PresetEditor + + Save Preset + + + + Name + Nom + + + + QmlDesigner::PresetList + + Add Preset + + + + Delete Selected Preset + + + + + QmlDesigner::PropertyEditorContextObject + + Invalid Type + + + + %1 is an invalid type. + + + + + QmlDesigner::PropertyEditorView + + Properties + Propriétés + + + Invalid ID + + + + Cannot Export Property as Alias + + + + Property %1 does already exist for root component. + + + + %1 already exists. + %1 existe déjà. + + + + QmlDesigner::PuppetBuildProgressDialog + + Build Progress + + + + Building Adapter for the current Qt. Happens only once for every Qt installation. + + + + Open error output file + + + + Use Fallback QML Emulation Layer + + + + OK + OK + + + + QmlDesigner::PuppetDialog + + Dialog + + + + + QmlDesigner::QmlDesignerPlugin + + Cannot Open Design Mode + + + + The QML file is not currently opened in a QML Editor. + + + + License: Enterprise + + + + License: Professional + + + + Licensee: %1 + + + + + QmlDesigner::QmlModelNodeProxy + + multiselection + + + + + QmlDesigner::QmlPreviewWidgetPlugin + + Show Live Preview + + + + + QmlDesigner::RichTextEditor + + &Undo + + + + &Redo + + + + &Bold + + + + &Italic + + + + &Underline + + + + Select Image + + + + Image files (*.png *.jpg) + + + + Insert &Image + + + + Hyperlink Settings + + + + &Left + + + + C&enter + + + + &Right + + + + &Justify + + + + Bullet List + + + + Numbered List + + + + &Color... + + + + &Table Settings + + + + Create Table + + + + Remove Table + + + + Add Row + + + + Add Column + + + + Remove Row + + + + Remove Column + + + + Merge Cells + + + + Split Row + + + + Split Column + + + + + QmlDesigner::SetFrameValueDialog + + Edit Keyframe + + + + Frame + Cadre + + + + QmlDesigner::ShortCutManager + + &Undo + Ann&uler + + + &Redo + &Refaire + + + Delete + Supprimer + + + Cu&t + Co&uper + + + &Copy + &Copier + + + &Paste + C&oller + + + Select &All + Tout &sélectionner + + + Export as &Image... + Exporter en tant qu’&image… + + + &Duplicate + &Dupliquer + + + Save %1 As... + Enregistrer %1 sous… + + + &Save %1 + Enregi&strer %1 + + + Revert %1 to Saved + Restaurer %1 à la version enregistrée + + + Close %1 + Fermer %1 + + + Close All Except %1 + Tout fermer sauf %1 + + + Close Others + Fermer les autres éditeurs + + + + QmlDesigner::SignalList + + Signal List for %1 + + + + + QmlDesigner::SignalListDelegate + + Release + Release + + + Connect + + + + + QmlDesigner::SignalListModel + + Item ID + + + + Signal + Signal + + + + QmlDesigner::SourceTool + + Open File + + + + Source Tool + + + + + QmlDesigner::SplineEditor + + Delete Point + + + + Smooth Point + + + + Corner Point + + + + Add Point + + + + Reset Zoom + Réinitialiser le zoom + + + + QmlDesigner::StatesEditorModel + + base state + Implicit default state + état de base + + + Invalid State Name + + + + The empty string as a name is reserved for the base state. + La chaîne vide comme nom est réservée à l’état de base. + + + Name already used in another state. + Le nom est déjà utilisé dans un autre état. + + + + QmlDesigner::StatesEditorView + + States + États + + + Remove State + + + + This state is not empty. Are you sure you want to remove it? + + + + Locked components: + + + + Removing this state will modify locked components. + + + + Continue by removing the state? + + + + base state + état de base + + + + QmlDesigner::StatesEditorWidget + + States + Title of Editor widget + États + + + Cannot Create QtQuick View + Impossible de créer une vue QtQuick + + + StatesEditorWidget: %1 cannot be created.%2 + StatesEditorWidget : %1 ne peut être créé.%2 + + + + QmlDesigner::SubComponentManager + + My 3D Components + + + + + QmlDesigner::SwitchLanguageComboboxAction + + Switch the language used by preview. + + + + Default + Défaut + + + + QmlDesigner::TextEditorView + + Trigger Completion + Déclencher la complétion + + + Meta+Space + Meta+Espace + + + Ctrl+Space + Ctrl+Espace + + + Code + Code + + + + QmlDesigner::TextToModelMerger + + No import statements found. + + + + Qt Quick 6 is not supported with a Qt 5 kit. + + + + The Design Mode requires a valid Qt kit. + + + + Unsupported Qt Quick version. + + + + No import for Qt Quick found. + + + + + QmlDesigner::TextureEditorView + + Cannot Export Property as Alias + + + + Property %1 does already exist for root component. + + + + Texture Editor + + + + + QmlDesigner::TimelineAnimationForm + + Number of times the animation runs before it stops. + + + + Loops: + + + + Sets the animation to loop indefinitely. + + + + Continuous + + + + none + + + + Animation Settings + + + + Name for the animation. + + + + Animation ID: + + + + State to activate when the animation finishes. + + + + Finished: + + + + Runs the animation backwards to the beginning when it reaches the end. + + + + Ping pong + + + + Transition to state: + + + + animation02 + + + + Runs the animation automatically when the base state is active. + + + + Running in base state + + + + First frame of the animation. + + + + Start frame: + + + + Length of the animation in milliseconds. If you set a shorter duration than the number of frames, frames are left out from the end of the animation. + + + + Duration: + Durée : + + + Last frame of the animation. + + + + End frame: + + + + Invalid Id + + + + %1 is an invalid id. + %1 n’est pas un identifiant valide. + + + %1 already exists. + %1 existe déjà. + + + Base State + + + + + QmlDesigner::TimelineForm + + Last frame of the timeline. + + + + End frame: + + + + First frame of the timeline. Negative numbers are allowed. + + + + Start frame: + + + + To create an expression binding animation, delete all animations from this timeline. + + + + Expression binding + + + + Name for the timeline. + + + + Timeline ID: + + + + Timeline Settings + + + + Animation + Animation + + + Sets the expression to bind the current keyframe to. + + + + Expression binding: + + + + Invalid Id + + + + %1 is an invalid id. + %1 n’est pas un identifiant valide. + + + %1 already exists. + %1 existe déjà. + + + + QmlDesigner::TimelinePropertyItem + + Previous Frame + + + + Next Frame + + + + Auto Record + + + + Insert Keyframe + + + + Delete Keyframe + + + + Edit Easing Curve... + + + + Edit Keyframe... + + + + Remove Property + + + + + QmlDesigner::TimelineSettingsDialog + + Timeline Settings + + + + Add Timeline + + + + Remove Timeline + + + + Add Animation + + + + Remove Animation + + + + No Timeline + + + + No Animation + + + + + QmlDesigner::TimelineSettingsModel + + None + Aucune + + + State + État + + + Timeline + Ligne du temps + + + Animation + Animation + + + Fixed Frame + + + + Base State + + + + Error + Erreur + + + + QmlDesigner::TimelineToolBar + + Base State + + + + Timeline Settings + + + + To Start + + + + Previous + Précédent + + + Play + + + + Next + Suivant + + + To End + + + + Loop Playback + + + + Playback Speed + + + + Auto Key + + + + Easing Curve Editor + + + + Curve Editor + + + + Zoom Out + Zoom arrière + + + Zoom In + Zoom avant + + + + QmlDesigner::TimelineView + + Timeline + Ligne du temps + + + + QmlDesigner::TimelineWidget + + Timeline + Title of timeline view + Ligne du temps + + + Add Timeline + + + + This file does not contain a timeline. <br><br>To create an animation, add a timeline by clicking the + button. + + + + To edit the timeline settings, click + + + + + QmlDesigner::TransitionEditorSettingsDialog + + Transition Settings + + + + Add Transition + + + + Remove Transition + + + + No Transition + + + + + QmlDesigner::TransitionEditorToolBar + + Transition Settings + + + + Easing Curve Editor + + + + Curve Editor + + + + Zoom Out + Zoom arrière + + + Zoom In + Zoom avant + + + + QmlDesigner::TransitionEditorView + + No States Defined + + + + There are no states defined in this component. + + + + No Property Changes to Animate + + + + To add transitions, first change the properties that you want to animate in states (%1). + + + + Transitions + + + + + QmlDesigner::TransitionEditorWidget + + Transition + Title of transition view + + + + Add Transition + + + + This file does not contain transitions. <br><br> To create an animation, add a transition by clicking the + button. + + + + To edit the transition settings, click + + + + + QmlDesigner::TransitionForm + + Invalid ID + Identifiant invalide + + + %1 is an invalid ID. + %1 n’est pas un identifiant valide. + + + %1 already exists. + %1 existe déjà. + + + + QmlDesigner::TransitionTool + + Add Transition + Ajouter une transition + + + Remove Transitions + Supprimer des transitions + + + Remove All Transitions + Supprimer toutes les transitions + + + Do you really want to remove all transitions? + Voulez-vous vraiment supprimer toutes les transitions ? + + + Remove Dangling Transitions + + + + Transition Tool + Outil de transition + + + + QmlDesignerAddResources + + Image Files + + + + Font Files + + + + Sound Files + + + + Video Files + + + + Shader Files + + + + 3D Assets + + + + Qt 3D Studio Presentations + + + + Effect Maker Files + + + + + QmlDesignerContextMenu + + Selection + Sélection + + + Edit + Modifier + + + Anchors + Ancres + + + Layout + Organisation + + + Parent + + + + Select: %1 + Sélectionner : %1 + + + Change State + + + + Change State Group + + + + Default State + + + + Change Signal + + + + Change Slot + + + + to + + + + Open Connections Editor + + + + Remove This Handler + + + + Add Signal Handler + + + + Connect: %1 + + + + Cut + Couper + + + Copy + Copier + + + Paste + Coller + + + Delete Selection + Supprimer la sélection + + + Connections + + + + Connect + + + + Select Effect + + + + Arrange + + + + Positioner + + + + Group + + + + Snapping + Aimantation + + + Flow + Flux + + + Flow Effects + + + + Stacked Container + + + + Bring to Front + + + + Send to Back + + + + Bring Forward + + + + Send Backward + + + + Undo + Annuler + + + Redo + Refaire + + + Visibility + Visibilité + + + Reset Size + Réinitialiser la taille + + + Reset Position + Réinitialiser la position + + + Copy Formatting + + + + Apply Formatting + + + + Enter Component + + + + Merge with Template + + + + Go to Implementation + + + + Add New Signal Handler + + + + Make Component + + + + Edit Material + + + + Edit Annotations + + + + Add Mouse Area + + + + Open Signal Dialog + + + + Update 3D Asset + + + + Reverse + + + + Fill Parent + + + + No Anchors + + + + Top And Bottom + + + + Left And Right + + + + Top + Haut + + + Right + Droite + + + Bottom + Bas + + + Left + Gauche + + + Column Positioner + + + + Row Positioner + + + + Grid Positioner + + + + Flow Positioner + + + + Remove Positioner + + + + Create Flow Action + + + + Set Flow Start + + + + Remove Layout + + + + Group in GroupItem + + + + Remove GroupItem + + + + Add Component + + + + Add Tab Bar + + + + Increase Index + + + + Decrease Index + + + + Column Layout + + + + Row Layout + + + + Grid Layout + + + + Raise selected component. + + + + Lower selected component. + + + + Reset size and use implicit size. + + + + Reset position and use implicit position. + + + + Copy formatting. + + + + Apply formatting. + + + + Fill selected component to parent. + + + + Reset anchors for selected component. + + + + Layout selected components in column layout. + + + + Layout selected components in row layout. + + + + Layout selected components in grid layout. + + + + Increase index of stacked container. + + + + Decrease index of stacked container. + + + + Add component to stacked container. + + + + Add flow action. + + + + Edit List Model... + + + + Set Id + Définir l’identifiant + + + Reset z Property + Réinitialiser la propriété z + + + Fill Width + Remplir en largeur + + + Fill Height + Remplir en hauteur + + + Timeline + Ligne du temps + + + Copy All Keyframes + + + + Paste Keyframes + + + + Add Keyframe + + + + Delete All Keyframes + + + + + QmlDesignerTimeline + + Playhead frame %1 + + + + Keyframe %1 + + + + + QmlParser + + Unclosed string at end of line + Chaîne de caractère non terminée en fin de ligne + + + Illegal unicode escape sequence + trad illegal ? + Séquence d’échappement unicode invalide + + + Illegal syntax for exponential number + Syntaxe pour le nombre exponentiel invalide + + + Unterminated regular expression literal + Expression rationnelle non terminée + + + Invalid regular expression flag '%0' + Flag d’expression rationnelle invalide « %0 » + + + Unexpected token '.' + Symbole inattendu « . » + + + Stray newline in string literal + Retour à la ligne inopiné dans la chaîne littérale + + + End of file reached at escape sequence + Fin du fichier atteinte lors de la séquence d’échappement + + + Illegal hexadecimal escape sequence + La séquence d’échappement hexadécimale n’est pas correcte + + + Octal escape sequences are not allowed + Les séquences d’échappement octale ne sont pas autorisées + + + At least one octal digit is required after '0%1' + Au moins un chiffre octal est requis après « 0%1 » + + + At least one binary digit is required after '0%1' + Au moins un chiffre binaire est requis après « 0%1 » + + + Decimal numbers can't start with '0' + Les nombres décimaux ne peuvent pas commencer par « 0 » + + + Imported file must be a script + Le fichier importé doit être un script + + + Invalid module URI + URI de module invalide + + + Incomplete version number (dot but no minor) + Numéro de version incomplet (il y a un point mais pas de version mineur) + + + File import requires a qualifier + L’importation de fichiers nécessite un qualificatif + + + Module import requires a qualifier + L’importation de modules nécessite un qualificatif + + + Invalid import qualifier + Qualificatif d’importation invalide + + + At least one hexadecimal digit is required after '0%1' + Au moins un chiffre hexadécimal est requis après « 0%1 » + + + Unterminated regular expression backslash sequence + Expression rationnelle non terminée contenant une séquence de backslash + + + Unterminated regular expression class + Classe d’expression rationnelle non terminée + + + Unexpected token `%1' + Symbole inattendu « %1 » + + + Expected token `%1' + Symbole attendu « %1 » + + + Syntax error + Erreur de syntaxe + + + + QtC::ADS + + List All Tabs + Lister tous les onglets + + + Detach Group + + + + Close Active Tab + Fermer l’onglet actif + + + Close Group + Fermer le groupe + + + Detach Area + + + + Close Area + + + + Close Other Areas + + + + Close Tab + Fermer l’onglet + + + Detach + Détacher + + + Close + Fermer + + + Close Others + Fermer les autres éditeurs + + + Enter the name of the workspace: + Saisir le nom de l’espace de travail : + + + &New + &Nouveau + + + &Rename + &Renommer + + + C&lone + C&lone + + + &Delete + &Supprimer + + + Reset + Réinitialiser + + + &Switch To + + + + Import + Importer + + + Export + Exporter + + + Restore last workspace on startup + + + + Workspace Manager + + + + <a href="qthelp://org.qt-project.qtcreator/doc/creator-project-managing-workspaces.html">What is a Workspace?</a> + <a href="qthelp://org.qt-project.qtcreator/doc/creator-project-managing-workspaces.html">Qu’est-ce qu’un espace de travail ?</a> + + + Workspace + Espace de travail + + + Last Modified + Dernière modification + + + New Workspace Name + + + + &Create + + + + Create and &Open + + + + &Clone + &Cloner + + + Clone and &Open + Cloner et &ouvrir + + + Rename Workspace + + + + Rename and &Open + + + + Import Workspace + + + + Export Workspace + + + + + QtC::Android + + Android SDK Manager + + + + Update Installed + + + + Default + Défaut + + + Stable + + + + Beta + + + + Dev + + + + Canary + + + + Include obsolete + + + + Available + Disponibles + + + Installed + Installées + + + All + Tout + + + Advanced Options... + + + + Expand All + Tout développer + + + Do you want to accept the Android SDK license? + + + + Show Packages + + + + Channel: + + + + Android SDK Changes + + + + %1 cannot find the following essential packages: "%2". +Install them manually after the current operation is done. + + + + + Android SDK installation is missing necessary packages. Do you want to install the missing packages? + + + + Checking pending licenses... + + + + + The installation of Android SDK packages may fail if the respective licenses are not accepted. + + + + + +SDK Manager is busy. + + + + %n Android SDK packages shall be updated. + + + + + + + [Packages to be uninstalled:] + + + + + SDK Manager is busy. Operation cancelled. + + + + Installing/Uninstalling selected packages... + + + + + Closing the %1 dialog will cancel the running and scheduled SDK operations. + + + + + preferences + + + + options + + + + Updating installed packages... + + + + + Android SDK operations finished. + + + + Operation cancelled. + + + + + +No pending operations to cancel... + + + + + +Cancelling pending operations... + + + + + SDK Manager Arguments + + + + Cannot load available arguments for "sdkmanager" command. + + + + SDK manager arguments: + + + + Available arguments: + + + + Create new AVD + Créer un nouvel AVD + + + Overwrite existing AVD name + + + + Name: + Nom : + + + Device definition: + + + + Architecture (ABI): + + + + Cannot create a new AVD. No suitable Android system image is installed.<br/>Install a system image for the intended Android version from the SDK Manager. + + + + Cannot create an AVD for ABI %1.<br/>Install a system image for it from the SDK Manager tab first. + + + + Allowed characters are: a-z A-Z 0-9 and . _ - + + + + SD card size: + Taille de la carte SD : + + + Create a keystore and a certificate + Crée un classeur de clés et un certificat + + + Keystore + Trousseau de clés + + + Password: + Mot de passe : + + + Retype password: + Resaisir le mot de passe : + + + Show password + Afficher le mot de passe + + + Certificate + Certificat + + + Alias name: + Nom d’alias : + + + Keysize: + Taille de la clé : + + + Validity (days): + Validité (en jours) : + + + Certificate Distinguished Names + Noms distingués de certificats + + + First and last name: + Prénom et nom : + + + Organizational unit (e.g. Necessitas): + Unité d’organisation (par exemple, Necessitas) : + + + Organization (e.g. KDE): + Organisation (comme KDE) : + + + City or locality: + Ville ou localité : + + + State or province: + État ou province : + + + Two-letter country code for this unit (e.g. RO): + Code de pays sur deux lettres pour cette unité (comme RO) : + + + Keystore Filename + + + + Use Keystore password + Utilise le mot de passe du trousseau de clés + + + Advanced Actions + Actions avancées + + + Application + Application + + + Sign package + Signature du paquet + + + Keystore: + Trousseau de clés : + + + Certificate alias: + Alias de certificat : + + + Android Configuration + Configuration Android + + + Open Android SDK download URL in the system's browser. + + + + Add the selected custom NDK. The toolchains and debuggers will be created automatically. + + + + Remove the selected NDK if it has been added manually. + + + + Force a specific NDK installation to be used by all Android kits.<br/>Note that the forced NDK might not be compatible with all registered Qt versions. + + + + Open JDK download URL in the system's browser. + + + + Set Up SDK + + + + Automatically download Android SDK Tools to selected location. + +If the selected path contains no valid SDK Tools, the SDK Tools package is downloaded +from %1, +and extracted to the selected path. +After the SDK Tools are properly set up, you are prompted to install any essential +packages required for Qt to build for Android. + + + + SDK Manager + + + + Open Android NDK download URL in the system's browser. + + + + Select the path of the prebuilt OpenSSL binaries. + + + + Download OpenSSL + + + + Automatically download OpenSSL prebuilt libraries. + +These libraries can be shipped with your application if any SSL operations +are performed. Find the checkbox under "Projects > Build > Build Steps > +Build Android APK > Additional Libraries". +If the automatic download fails, Qt Creator proposes to open the download URL +in the system's browser for manual download. + + + + JDK path exists and is writable. + + + + Android SDK path exists and is writable. + + + + Android SDK Command-line Tools installed. + + + + Android SDK Command-line Tools run. + + + + Android SDK Platform-Tools installed. + + + + All essential packages installed for all installed Qt versions. + + + + Android SDK Build-Tools installed. + + + + Android Platform SDK (version) installed. + + + + Android settings are OK. + + + + Android settings have errors. + + + + OpenSSL path exists. + + + + QMake include project (openssl.pri) exists. + + + + CMake include project (CMakeLists.txt) exists. + + + + OpenSSL Settings are OK. + + + + OpenSSL settings have errors. + + + + Select JDK Path + + + + Select Android SDK Folder + + + + Select OpenSSL Include Project File + + + + Android Settings + + + + Android SDK location: + Emplacement du SDK Android : + + + Android NDK list: + + + + Android OpenSSL settings (Optional) + + + + OpenSSL binaries location: + + + + Failed to create the SDK Tools path %1. + + + + Select an NDK + + + + Add Custom NDK + + + + The selected path has an invalid NDK. This might mean that the path contains space characters, or that it does not have a "toolchains" sub-directory, or that the NDK version could not be retrieved because of a missing "source.properties" or "RELEASE.TXT" file + + + + OpenSSL Cloning + + + + OpenSSL prebuilt libraries repository is already configured. + + + + The selected download path (%1) for OpenSSL already exists and the directory is not empty. Select a different path or make sure it is an empty directory. + + + + Cloning OpenSSL prebuilt libraries... + + + + OpenSSL prebuilt libraries cloning failed. + + + + Opening OpenSSL URL for manual download. + + + + Open Download URL + + + + The Git tool might not be installed properly on your system. + + + + (SDK Version: %1, NDK Version: %2) + + + + Unset Default + + + + Make Default + Rendre par défaut + + + The selected path already has a valid SDK Tools package. + + + + Download and install Android SDK Tools to %1? + + + + Add + Ajouter + + + Remove + Supprimer + + + Automatically create kits for Android tool chains + Créer automatiquement les kits pour les chaînes de compilation Android + + + JDK location: + Emplacement du JDK : + + + Could not run: %1 + Impossible de démarrer : %1 + + + No devices found in output of: %1 + Aucun périphérique n’a été trouvé dans la sortie de : %1 + + + Android Debugger (%1, NDK %2) + + + + Android %1 Clang %2 + + + + Keystore password is too short. + Le mot de passe du trousseau de clés est trop court. + + + Keystore passwords do not match. + Les mots de passe du trousseau de clés ne correspondent pas. + + + Certificate password is too short. + Le mot de passe du certificat est manquant. + + + Certificate passwords do not match. + Les mots de passe du certificat ne correspondent pas. + + + Certificate alias is missing. + L’alias du certificat est manquant. + + + Invalid country code. + Le code de pays est invalide. + + + Keystore files (*.keystore *.jks) + Fichier de trousseau de clés (*.keystore *.jks) + + + Include prebuilt OpenSSL libraries + + + + This is useful for apps that use SSL operations. The path can be defined in Edit > Preferences > Devices > Android. + + + + Build Android APK + + + + "%1" step failed initialization. + + + + Keystore/Certificate password verification failed. + + + + Warning: Signing a debug or profile package. + + + + The Qt version for kit %1 is invalid. + + + + The minimum Qt version required for Gradle build to work is %1. It is recommended to install the latest Qt version. + + + + The API level set for the APK is less than the minimum required by the kit. +The minimum API level required by the kit is %1. + + + + No valid input file for "%1". + + + + Android build SDK version is not defined. Check Android settings. + + + + Cannot sign the package. Invalid keystore path (%1). + + + + Cannot sign the package. Certificate alias %1 does not exist. + + + + Android deploy settings file not found, not building an APK. + + + + The Android build folder %1 was not found and could not be created. + + + + Cannot copy the target's lib file %1 to the Android build folder %2. + + + + Cannot copy file "%1" to Android build libs folder "%2". + + + + Cannot open androiddeployqt input file "%1" for writing. + + + + Cannot set up "%1", not building an APK. + + + + Error + Erreur + + + Enter keystore password + + + + Enter certificate password + + + + Uninstall the existing app before deployment + + + + No Android architecture (ABI) is set by the project. + + + + Initializing deployment to Android device/simulator + + + + The kit's run configuration is invalid. + + + + The kit's build configuration is invalid. + + + + The kit's build steps list is invalid. + + + + The kit's deploy configuration is invalid. + + + + No valid deployment device is set. + + + + The deployment device "%1" is invalid. + + + + The deployment device "%1" does not support the architectures used by the kit. +The kit supports "%2", but the device uses "%3". + + + + The deployment device "%1" is disconnected. + + + + Android: The main ABI of the deployment device (%1) is not selected. The app execution or debugging might not work properly. Add it from Projects > Build > Build Steps > qmake > ABIs. + + + + Deploying to %1 + + + + The deployment step's project node is invalid. + + + + Cannot find the androiddeployqt input JSON file. + + + + Cannot find the androiddeployqt tool. + + + + Cannot find the package name from the Android Manifest file "%1". + + + + Uninstalling the previous package "%1". + + + + Starting: "%1" + + + + The process "%1" exited normally. + Le processus « %1 » s’est terminé normalement. + + + The process "%1" exited with code %2. + Le processus « %1 » s’est terminé avec le code %2. + + + The process "%1" crashed. + Le processus « %1 » a planté. + + + Installing the app failed even after uninstalling the previous one. + + + + Installing the app failed with an unknown error. + + + + Deployment failed with the following errors: + + + + + + +Uninstalling the installed package may solve the issue. +Do you want to uninstall the existing package? + +La désinstallation du paquet installé peut résoudre le problème. +Voulez-vous désinstaller le paquet existant ? + + + Install failed + + + + The deployment AVD "%1" cannot be started. + + + + Package deploy: Failed to pull "%1" to "%2". + + + + Package deploy: Running command "%1". + + + + Install an APK File + + + + Qt Android Installer + + + + Deploy to Android device + Déployer sur périphérique Android + + + Pulling files necessary for debugging. + Envoie des fichiers nécessaires au débogage. + + + Android package (*.apk) + Paquet Android (*.apk) + + + Device name: + Nom du périphérique : + + + Device type: + Type de périphérique : + + + Unknown + Inconnue + + + Serial number: + + + + CPU architecture: + + + + OS version: + Version de l’OS : + + + Yes + Oui + + + No + Non + + + Authorized: + + + + Android target flavor: + + + + Skin type: + + + + OpenGL status: + + + + Android Device Manager + + + + Run on Android + Exécuter sur Android + + + Refresh + Rafraîchir + + + Start AVD + + + + Erase AVD + + + + AVD Arguments + + + + Set up Wi-Fi + + + + Emulator for "%1" + + + + Physical device + Périphérique physique + + + None + Aucune + + + Erase the Android AVD "%1"? +This cannot be undone. + + + + The device has to be connected with ADB debugging enabled to use this feature. + + + + Opening connection port %1 failed. + + + + Retrieving the device IP address failed. + + + + The retrieved IP address is invalid. + + + + Connecting to the device IP "%1" failed. + + + + An error occurred while removing the Android AVD "%1" using avdmanager tool. + + + + Emulator Command-line Startup Options + + + + Emulator command-line startup options (<a href="%1">Help Web Page</a>): + + + + Android Device + Périphérique Android + + + The device info returned from AvdDialog is invalid. + + + + Unknown Android version. API Level: %1 + + + + Error creating Android templates. + Erreur lors de la création des modèles Android. + + + Cannot parse "%1". + + + + Android package installation failed. +%1 + + + + Starting Android virtual device failed. + Le démarrage du périphérique virtuel Android a échoué. + + + Deploy to device + Déployer sur le périphérique + + + Copy application data + Copie des données de l’application + + + <b>Make install:</b> Copy App Files to %1 + + + + "%1" step has an invalid C++ toolchain. + + + + Removing directory %1 + Supprimer le répertoire %1 + + + Failed to clean "%1" from the previous build, with error: +%2 + + + + Android + Qt Version is meant for Android + Android + + + No free ports available on host for QML debugging. + Aucun port libre n’est disponible sur l’hôte pour le débogage.QML. + + + Failed to find application directory. + + + + Cannot find C++ debug server in NDK installation. + + + + The lldb-server binary has not been found. + + + + Cannot copy C++ debug server. + + + + Failed to start the activity. + + + + Activity Manager threw the error: %1 + + + + Failed to start debugger server. + + + + Failed to forward JDB debugging ports. + + + + Failed to start JDB. + + + + Cannot attach JDB to the running application. + + + + "%1" died. + + + + Failed to forward C++ debugging ports. + Échec du transfert des ports de débogage C++. + + + Failed to forward QML debugging ports. + Échec du transfert des ports de débogage QML. + + + General + Général + + + XML Source + Source XML + + + Android Manifest editor + Éditeur de manifest Android + + + Package + Paquet + + + Include default permissions for Qt modules. + + + + Include default features for Qt modules. + + + + <p align="justify">Please choose a valid package name for your application (for example, "org.example.myapplication").</p><p align="justify">Packages are usually defined using a hierarchical naming pattern, with levels in the hierarchy separated by periods (.) (pronounced "dot").</p><p align="justify">In general, a package name begins with the top level domain name of the organization and then the organization's domain and then any subdomains listed in reverse order. The organization can then choose a specific name for their package. Package names should be all lowercase characters whenever possible.</p><p align="justify">Complete conventions for disambiguating package names and rules for naming packages when the Internet domain name cannot be directly used as a package name are described in section 7.7 of the Java Language Specification.</p> + <p align="justify">Veuillez choisir un nom de paquet valide pour votre application (par exemple « org.exemple.monapplication »).</p><p align="justify">Les paquets sont habituellement définis en utilisant un modèle hiérarchique de nommage, avec des niveaux dans la hiérarchie séparés par des points (.) (prononcé « dot »).</p><p align="justify">En général, un nom de paquet commence avec le nom du domaine de premier niveau de l’organisation puis le domaine de l’organisation et ensuite les sous-domaines listés dans l’ordre inverse. L’organisation peut alors choisir un nom spécifique pour leurs paquets. Les noms de paquets doivent tous être en minuscule autant que possible.</p><p align="justify">La convention complète pour les noms de paquets et les règles pour les nommer lorsque le nom de domaine internet ne peut être utilisé directement comme nom de paquet sont décrites dans la section 7.7 de la spécification du langage Java.</p> + + + Package name: + Nom du paquet : + + + The package name is not valid. + Le nom du paquet n’est pas valide. + + + Version code: + Version du code : + + + Version name: + Nom de version : + + + Sets the minimum required version on which this application can be run. + Définie la version minimale nécessaire sur laquelle cette application peut tourner. + + + Not set + Non défini + + + Minimum required SDK: + Version du SDK Minimale requise : + + + Sets the target SDK. Set this to the highest tested version. This disables compatibility behavior of the system for your application. + + + + Activity name: + + + + Style extraction: + + + + Screen orientation: + + + + Advanced + Avancé + + + Application icon + + + + Splash screen + + + + Could not parse file: "%1". + + + + %2: Could not parse file: "%1". + + + + Target SDK: + SDK cible : + + + Application name: + Nom de l’application : + + + The structure of the Android manifest file is corrupted. Expected a top level 'manifest' node. + La structure du fichier manifest Android est corrompue. Un nœud de premier niveau « manifest » est attendu. + + + The structure of the Android manifest file is corrupted. Expected an 'application' and 'activity' sub node. + La structure du fichier manifest Android est corrompue. Des sous-nœud « application » et « activity » sont attendus. + + + API %1: %2 + API %1 : %2 + + + Permissions + Permissions + + + Goto error + Aller à l’erreur + + + Target API: + API cible : + + + MiB + Mio + + + Signing a debug package + Authentifier un paquet Debug + + + Open package location after build + Ouvrir l’emplacement du paquet après la compilation + + + Verbose output + Sortie détaillée + + + Incorrect password. + + + + Android build-tools version: + + + + Android build platform SDK: + + + + Create Templates + + + + Create an Android package for Custom Java code, assets, and Gradle configurations. + + + + Android customization: + + + + Application Signature + + + + Select Keystore File + + + + Create... + + + + Add debug server + + + + Packages debug server with the APK to enable debugging. For the signed APK this option is unchecked by default. + + + + Build Android App Bundle (*.aab) + + + + Additional Libraries + Bibliothèques supplémentaires + + + List of extra libraries to include in Android package and load on startup. + Liste des bibliothèques supplémentaires à inclure dans le paquet Android et à charger au démarrage. + + + Add... + Ajouter… + + + Select library to include in package. + Sélectionner la bibliothèque à inclure dans le paquet. + + + Remove currently selected library from list. + Supprimer de la liste la bibliothèque actuellement sélectionnée. + + + Failed to run keytool. + Échec d’exécution de keytool. + + + Select additional libraries + Sélectionner les bibliothèques supplémentaires + + + Libraries (*.so) + Bibliothèques (*.so) + + + Android: SDK installation error 0x%1 + Android : erreur d’installation du SDK 0x%1 + + + Android: NDK installation error 0x%1 + Android : erreur d’installation du NDK 0x%1 + + + Android: Java installation error 0x%1 + Android : erreur d’installation de Java 0x%1 + + + Android: ant installation error 0x%1 + Android : erreur d’installation de ant 0x%1 + + + Android: adb installation error 0x%1 + Android : erreur d’installation de adb 0x%1 + + + Android: Device connection error 0x%1 + Android : erreur de connexion du périphérique 0x%1 + + + Android: Device permission error 0x%1 + Android : erreur de permission du périphérique 0x%1 + + + Android: Device authorization error 0x%1 + Android : erreur d’autorisation du périphérique 0x%1 + + + Android: Device API level not supported: error 0x%1 + Android : le niveau d’API du périphérique n’est pas pris en charge : erreur 0x%1 + + + Android: Unknown error 0x%1 + Android : erreur inconnue 0x%1 + + + No application .pro file found in this project. + Aucun fichier d’application .pro n’a été trouvé dans ce projet. + + + No Application .pro File + Aucun ficher d’application .pro + + + Select the .pro file for which you want to create the Android template files. + + + + .pro file: + Fichier .pro : + + + Select a .pro File + Sélectionner un fichier .pro + + + Android package source directory: + Répertoire des sources du paquet Android : + + + The Android package source directory cannot be the same as the project directory. + + + + Copy the Gradle files to Android directory + + + + It is highly recommended if you are planning to extend the Java part of your Qt application. + + + + Select the Android package source directory. + +The files in the Android package source directory are copied to the build directory's Android directory and the default files are overwritten. + + + + The Android template files will be created in the %1 set in the .pro file. + + + + Create Android Template Files Wizard + + + + Could not update the project file %1. + + + + Project File not Updated + Le fichier de projet n’a pas été mis à jour + + + Cannot create AVD. Invalid input. + + + + Could not start process "%1" + + + + Cannot create AVD. Command timed out. + + + + Emulator Tool Is Missing + + + + Install the missing emulator tool (%1) to the installed Android SDK. + + + + AVD Start Error + + + + Master icon + + + + Select master icon. + + + + LDPI icon + + + + Select an icon suitable for low-density (ldpi) screens (~120dpi). + + + + MDPI icon + + + + Select an icon for medium-density (mdpi) screens (~160dpi). + + + + HDPI icon + + + + Select an icon for high-density (hdpi) screens (~240dpi). + + + + XHDPI icon + + + + Select an icon for extra-high-density (xhdpi) screens (~320dpi). + + + + XXHDPI icon + + + + Select an icon for extra-extra-high-density (xxhdpi) screens (~480dpi). + + + + XXXHDPI icon + + + + Select an icon for extra-extra-extra-high-density (xxxhdpi) screens (~640dpi). + + + + Icon scaled up. + + + + Click to select... + + + + Images (*.png *.jpg *.jpeg *.webp *.svg) + + + + Deploy to Android Device + + + + Java Language Server + + + + Would you like to configure Android options? This will ensure Android kits can be usable and all essential packages are installed. To do it later, select Edit > Preferences > Devices > Android. + + + + Configure Android + + + + Configure Android... + + + + %1 needs additional settings to enable Android support. You can configure those settings in the Options dialog. + + + + %1 has been stopped. + + + + Selected device is invalid. + + + + Selected device is disconnected. + + + + Launching AVD. + + + + Could not start AVD. + + + + No valid AVD has been selected. + + + + Checking if %1 app is installed. + + + + ABI of the selected device is unknown. Cannot install APK. + + + + Cannot install %1 app for %2 architecture. The appropriate APK was not found in resources folders. + + + + Installing %1 APK. + + + + Too many .qmlproject files in your project. Open directly the .qmlproject file you want to work with and then run the preview. + + + + No .qmlproject file found among project files. + + + + Could not gather information on project files. + + + + Could not create file for %1 "%2" + + + + A timeout occurred running "%1" + + + + Crash while creating file for %1 "%2" + + + + Creating file for %1 failed. "%2" (exit code %3). + + + + Uploading files. + + + + Starting %1. + Démarrage de %1. + + + %1 is running. + %1 est en cours d’exécution. + + + NDK is not configured in Devices > Android. + + + + SDK is not configured in Devices > Android. + + + + Failed to detect the ABIs used by the Qt version. Check the settings in Devices > Android for errors. + Échec de la détection de l’ABI utilisée par la version de Qt. Vérifiez les réglages dans Périphériques > Android pour connaitre les erreurs. + + + Clean Environment + Environnement vierge + + + Activity manager start arguments: + + + + Pre-launch on-device shell commands: + + + + Post-quit on-device shell commands: + + + + "%1" terminated. + + + + Encountered SSL errors, download is aborted. + + + + The SDK Tools download URL is empty. + + + + Downloading SDK Tools package... + + + + Cancel + Annuler + + + Download SDK Tools + + + + Could not open %1 for writing: %2. + + + + Downloading Android SDK Tools from URL %1 has failed: %2. + + + + Download from %1 was redirected. + + + + Writing and verifying the integrity of the downloaded file has failed. + + + + The operation requires user interaction. Use the "sdkmanager" command-line tool. + + + + Updating installed packages. + + + + Failed. + Échec. + + + Done + + + + + + Installing + Installation + + + Uninstalling + Désinstallation + + + AndroidSdkManager + Failed + + + + AndroidSdkManager + Done + + + + + + License command failed. + + + + + + Revision + + + + API + + + + Tools + + + + SDK Platform + + + + Android Clang + + + + Java: + + + + Java Language Server: + + + + Path to equinox launcher jar + + + + Images (*.png *.jpg *.jpeg) + + + + Select splash screen image + + + + Portrait splash screen + + + + Select portrait splash screen image + + + + Landscape splash screen + + + + Select landscape splash screen image + + + + Clear All + Tout effacer + + + A non-sticky splash screen is hidden automatically when an activity is drawn. +To hide a sticky splash screen, invoke QtAndroid::hideSplashScreen(). + + + + Sticky splash screen: + + + + Image show mode: + + + + Background color of the splash screen. + + + + Background color: + + + + Select master image to use. + + + + Master image: + + + + Select portrait master image to use. + + + + Portrait master image: + + + + Select landscape master image to use. + + + + Landscape master image: + + + + LDPI + + + + MDPI + + + + HDPI + + + + XHDPI + + + + XXHDPI + + + + XXXHDPI + + + + An image is used for the splashscreen. Qt Creator manages +splashscreen by using a different method which requires changing +the manifest file by overriding your settings. Allow override? + + + + Convert + + + + Select background color + + + + Select master image + + + + Select portrait master image + + + + Select landscape master image + + + + Images + Images + + + + QtC::Autotest + + Testing + Test + + + &Tests + &Tests + + + Run &All Tests + Exécuter &tous les tests + + + Run all tests + Exécuter tous les tests + + + Ctrl+Meta+T, Ctrl+Meta+A + Ctrl+Meta+T, Ctrl+Meta+A + + + Alt+Shift+T,Alt+A + Alt+Maj+T,Alt+A + + + Run All Tests Without Deployment + Exécuter tous les tests sans déploiement + + + Run all tests without deployment + Exécuter tous les tests sans déploiement + + + Ctrl+Meta+T, Ctrl+Meta+E + Ctrl+Meta+T, Ctrl+Meta+E + + + Alt+Shift+T,Alt+E + Alt+Maj+T,Alt+E + + + &Run Selected Tests + &Exécuter les tests sélectionnés + + + Run selected tests + Exécuter les tests sélectionnés + + + Ctrl+Meta+T, Ctrl+Meta+R + Ctrl+Meta+T, Ctrl+Meta+R + + + Alt+Shift+T,Alt+R + Alt+Maj+T,Alt+R + + + &Run Selected Tests Without Deployment + &Exécuter les tests sélectionnés sans déploiement + + + Ctrl+Meta+T, Ctrl+Meta+W + Ctrl+Meta+T, Ctrl+Meta+W + + + Alt+Shift+T,Alt+W + Alt+Maj+T,Alt+W + + + Run &Failed Tests + Exécuter les tests en é&chec + + + Run failed tests + Exécuter les tests en échec + + + Ctrl+Meta+T, Ctrl+Meta+F + Ctrl+Meta+T, Ctrl+Meta+F + + + Alt+Shift+T,Alt+F + Alt+Maj+T,Alt+F + + + Run Tests for &Current File + Exécuter les tests pour le fichier &actuel + + + Run tests for current file + Exécuter les tests pour le fichier actuel + + + Ctrl+Meta+T, Ctrl+Meta+C + Ctrl+Meta+T, Ctrl+Meta+C + + + Alt+Shift+T,Alt+C + Alt+Maj+T,Alt+C + + + Re&scan Tests + Rescanner les tests + + + Ctrl+Meta+T, Ctrl+Meta+S + Ctrl+Meta+T, Ctrl+Meta+S + + + Alt+Shift+T,Alt+S + Alt+Maj+T,Alt+S + + + &Run Test Under Cursor + &Exécuter les tests sous le curseur + + + Run Test Under Cursor Without Deployment + Exécuter les tests sous le curseur sans déploiement + + + &Debug Test Under Cursor + &Déboguer le test sous le curseur + + + Debug Test Under Cursor Without Deployment + Déboguer le test sous le curseur sans déploiement + + + Cannot debug multiple tests at once. + Impossible de déboguer plusieurs tests à la fois. + + + Selected test was not found (%1). + Le test sélectionné n’a pas été trouvé (%1). + + + Boost Test + Test boost + + + Executing test case %1 + + + + Executing test suite %1 + + + + Test execution took %1 + + + + Test suite execution took %1 + + + + Executing test module %1 + + + + Test module execution took %1 + + + + %1 failures detected in %2. + + + + %1 tests passed. + + + + No errors detected. + + + + Running tests exited with %1 + + + + Executable: %1 + + + + Running tests failed. +%1 +Executable: %2 + + + + Running tests without output. + + + + Log format: + + + + Report level: + + + + Seed: + + + + A seed of 0 means no randomization. A value of 1 uses the current time, any other value is used as random seed generator. + + + + Randomize + + + + Randomize execution order. + + + + Catch system errors + + + + Catch or ignore system errors. + + + + Floating point exceptions + + + + Enable floating point exception traps. + + + + Detect memory leaks + + + + Enable memory leak detection. + + + + parameterized + + + + fixture + + + + templated + + + + Catch Test + + + + Exception: + + + + Executing %1 "%2" + + + + %1 "%2" passed + + + + Expression passed + + + + Expression failed: %1 + + + + Finished executing %1 "%2" + + + + Number of resamples for bootstrapping. + + + + ms + + + + Abort after + + + + Aborts after the specified number of failures. + + + + Benchmark samples + + + + Number of samples to collect while running benchmarks. + + + + Benchmark resamples + + + + Number of resamples used for statistical bootstrapping. + + + + Confidence interval used for statistical bootstrapping. + + + + Benchmark confidence interval + + + + Benchmark warmup time + + + + Warmup time for each test. + + + + Disable analysis + + + + Disables statistical analysis and bootstrapping. + + + + Show success + + + + Show success for tests. + + + + Break on failure while debugging + + + + Turns failures into debugger breakpoints. + + + + Skip throwing assertions + + + + Skips all assertions that test for thrown exceptions. + + + + Visualize whitespace + + + + Makes whitespace visible. + + + + Warn on empty tests + + + + Warns if a test section does not check any assertion. + + + + Running tests for %1 + + + + Output on failure + + + + Output mode + + + + Default + Défaut + + + Verbose + Journal + + + Very Verbose + + + + Repetition mode + + + + Until Fail + + + + Until Pass + + + + After Timeout + + + + Count + + + + Number of re-runs for the test. + + + + Schedule random + + + + Stop on failure + + + + Run tests in parallel mode using given number of jobs. + + + + Jobs + + + + Test load + + + + Try not to start tests when they may cause CPU load to pass a threshold. + + + + Threshold + + + + CTest + + + + Repeat tests + + + + Run in parallel + + + + Google Test + + + + Enable or disable grouping of test cases by folder or GTest filter. +See also Google Test settings. + + + + Running tests failed. + %1 +Executable: %2 + + + + Repeating test suite %1 (iteration %2) + + + + Entering test case %1 + + + + Execution took %1. + + + + Iterations: + + + + A seed of 0 generates a seed based on the current timestamp. + + + + Run disabled tests + + + + Executes disabled tests when performing a test run. + + + + Shuffle tests + + + + Shuffles tests automatically on every iteration by the given seed. + + + + Repeats a test run (you might be required to increase the timeout to avoid canceling the tests). + + + + Throw on failure + + + + Turns assertion failures into C++ exceptions. + + + + Directory + Répertoire + + + GTest Filter + + + + Group mode: + + + + Select on what grouping the tests should be based. + + + + Active filter: + + + + Set the GTest filter to be used for grouping. +See Google Test documentation for further information on GTest filters. + + + + <matching> + + + + <not matching> + + + + Change GTest filter in use inside the settings. + + + + typed + + + + Active frameworks: + Cadriciels actifs : + + + Automatically run tests after build + Exécuter automatiquement les tests après la compilation + + + None + Aucun + + + All + Tous + + + Selected + Sélectionné + + + Qt Test + Qt Test + + + %1 %2 per iteration (total: %3, iterations: %4) + + + + Qt version: %1 + Version de Qt : %1 + + + Qt build: %1 + + + + QTest version: %1 + Version de QTest : %1 + + + XML parsing failed. + Échec de l’analyse XML. + + + Entering test function %1::%2 + + + + Executing test function %1 + + + + Execution took %1 ms. + + + + Test execution took %1 ms. + + + + Test function finished. + + + + Test finished. + + + + Walltime + + + + Uses walltime metrics for executing benchmarks (default). + + + + Tick counter + + + + Uses tick counter when executing benchmarks. + + + + Event counter + + + + Uses event counter when executing benchmarks. + + + + Callgrind + Callgrind + + + Uses Valgrind Callgrind when executing benchmarks (it must be installed). + + + + Perf + + + + Uses Perf when executing benchmarks (it must be installed). + + + + Disable crash handler while debugging + + + + Enables interrupting tests on assertions. + + + + Use XML output + + + + XML output is recommended, because it avoids parsing issues, while plain text is more human readable. + +Warning: Plain text misses some information, such as duration. + + + + Verbose benchmarks + + + + Log signals and slots + + + + Log every signal emission and resulting slot invocations. + + + + Limit warnings + + + + Set the maximum number of warnings. 0 means that the number is not limited. + + + + Unlimited + + + + Check for derived Qt Quick tests + + + + Search for Qt Quick tests that are derived from TestCase. +Warning: Enabling this feature significantly increases scan time. + + + + Benchmark Metrics + + + + <p>Multiple testcases inside a single executable are not officially supported. Depending on the implementation they might get executed or not, but never will be explicitly selectable.</p> + + + + inherited + + + + multiple testcases + + + + Quick Test + + + + <unnamed> + <sans nom> + + + Give all test cases a name to ensure correct behavior when running test cases and to be able to select them + + + + Scanning for Tests + Scan pour les tests + + + Auto Test + + + + Tests + + + + No active test frameworks. + + + + Run This Test + Exécuter ce test + + + Run Without Deployment + Exécuter sans déploiement + + + Debug This Test + Déboguer ce test + + + Debug Without Deployment + Déboguer sans déploiement + + + Select All + Tout sélectionner + + + Deselect All + Tout désélectionner + + + Filter Test Tree + Filtrer l’arbre de test + + + Sort Naturally + + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + Sort Alphabetically + Trier par ordre alphabétique + + + Show Init and Cleanup Functions + + + + Show Data Functions + + + + Test executable crashed. + L’exécutable du test a planté. + + + Stop Test Run + Arrêter l’exécution du test + + + Filter Test Results + Filtrer les résultats du test + + + Switch Between Visual and Text Display + Passer de l’affichage visuel à l’affichage textuel + + + Test Results + Résultats des tests + + + Pass + Succès + + + Fail + Échec + + + Expected Fail + Échec attendu + + + Unexpected Pass + Succès inattendu + + + Skip + À sauter + + + Benchmarks + Benchmarks + + + Debug Messages + Messages de débogage + + + Warning Messages + Messages d’avertissement + + + Internal Messages + Messages internes + + + Check All Filters + Cocher tous les filtres + + + Uncheck All Filters + Décocher tous les filtres + + + Test summary + Résumé des tests + + + passes + passe + + + fails + échoue + + + unexpected passes + passe de façon inattendue + + + expected fails + échoue de façon attendue + + + fatals + + + + blacklisted + + + + skipped + + + + disabled + + + + Copy + Copier + + + Copy All + Tout copier + + + Save Output to File... + + + + Run This Test Without Deployment + + + + Debug This Test Without Deployment + + + + Save Output To + + + + Error + Erreur + + + Failed to write "%1". + +%2 + + + + AutoTest Debug + + + + Test run canceled by user. + + + + +Run configuration: deduced from "%1" + + + + +Run configuration: "%1" + + + + Omitted the following arguments specified on the run configuration page for "%1": + + + + Omitted the following environment variables for "%1": + + + + Executable path is empty. (%1) + + + + Current kit has changed. Canceling test run. + + + + Test case canceled due to timeout. +Maybe raise the timeout? + + + + Failed to start test for project "%1". + + + + Test for project "%1" crashed. + Le test pour le projet « %1 » a planté. + + + Test for project "%1" did not produce any expected output. + + + + No tests selected. Canceling test run. + + + + Project is null. Canceling test run. +Only desktop kits are supported. Make sure the currently active kit is a desktop kit. + + + + Project is not configured. Canceling test run. + + + + Project is null for "%1". Removing from test run. +Check the test environment. + + + + Project's run configuration was deduced for "%1". +This might cause trouble during execution. +(deduced from "%2") + + + + Startup project has changed. Canceling test run. + + + + No test cases left for execution. Canceling test run. + + + + Running Tests + + + + Failed to get run configuration. + + + + Could not find command "%1". (%2) + + + + Unable to display test results when using CDB. + + + + Build failed. Canceling test run. + + + + Select Run Configuration + + + + Could not determine which run configuration to choose for running tests + + + + Remember choice. Cached choices can be reset by switching projects or using the option to clear the cache. + + + + Run Configuration: + + + + Executable: + + + + Arguments: + + + + Working Directory: + Répertoire de travail : + + + Omit internal messages + + + + Hides internal messages by default. You can still enable them by using the test results filter. + + + + Omit run configuration warnings + + + + Hides warnings related to a deduced run configuration. + + + + Limit result output + + + + Limits result output to 100000 characters. + + + + Limit result description: + + + + Limit number of lines shown in test result tooltip and description. + + + + Open results when tests start + + + + Displays test results automatically when tests are started. + + + + Open results when tests finish + + + + Displays test results automatically when tests are finished. + + + + Only for unsuccessful test runs + + + + Displays test results only if the test run contains failed, fatal or unexpectedly passed tests. + + + + Automatically scroll results + + + + Automatically scrolls down when new items are added and scrollbar is at bottom. + + + + Group results by application + + + + Process arguments + + + + Allow passing arguments specified on the respective run configuration. +Warning: this is an experimental feature and might lead to failing to execute the test executable. + + + + Runs chosen tests automatically if a build succeeded. + + + + Timeout: + Délai d’attente : + + + Timeout used when executing each test case. + + + + s + s + + + Timeout used when executing test cases. This will apply for each test case on its own, not the whole project. + + + + Selects the test frameworks to be handled by the AutoTest plugin. + + + + Framework + Framework + + + Group + + + + Enables grouping of test cases. + + + + Reset Cached Choices + + + + Clear all cached choices of run configurations for tests where the executable could not be deduced. + + + + General + Général + + + Automatically run + + + + Active Test Frameworks + + + + Enable or disable test frameworks to be handled by the AutoTest plugin. + + + + Enable or disable grouping of test cases by folder. + + + + No active test frameworks or tools. + + + + You will not be able to use the AutoTest plugin without having at least one active test framework. + + + + Mixing test frameworks and test tools. + + + + Mixing test frameworks and test tools can lead to duplicating run information when using "Run All Tests", for example. + + + + %1 (none) + + + + + QtC::AutotoolsProjectManager + + Arguments: + Arguments : + + + Configuration unchanged, skipping autogen step. + Configuration inchangée, étape autogen ignorée. + + + Autogen + Display name for AutotoolsProjectManager::AutogenStep id. + Autogen + + + Configuration unchanged, skipping autoreconf step. + Configuration inchangée, étape autoreconf ignorée. + + + Autoreconf + Display name for AutotoolsProjectManager::AutoreconfStep id. + Autoreconf + + + Autotools Manager + Gestionnaire pour Autotools + + + Configuration unchanged, skipping configure step. + Configuration inchangée, étape de configuration sautée. + + + Configure + Display name for AutotoolsProjectManager::ConfigureStep id. + Configurer + + + Parsing %1 in directory %2 + Analyse %1 dans le répertoire %2 + + + Parsing directory %1 + Analyse du répertoire %1 + + + + QtC::BareMetal + + Set up Debug Server or Hardware Debugger + + + + Name: + Nom : + + + Bare Metal + Bare Metal + + + Bare Metal Device + Périphérique Bare Metal + + + New Bare Metal Device Configuration Setup + Nouveau paramètres de configuration du périphérique Bare Metal + + + Unknown + Inconnue + + + Custom Executable + Exécutable personnalisé + + + The remote executable must be set in order to run a custom remote run configuration. + + + + Cannot debug: Kit has no device. + Impossible de déboguer : le kit n’a pas de périphérique. + + + No debug server provider found for %1 + + + + Debug server provider: + + + + Deploy to BareMetal Device + + + + Manage... + Gérer… + + + None + Aucune + + + Not recognized + Non reconnu + + + GDB + GDB + + + UVSC + + + + GDB compatible provider engine +(used together with the GDB debuggers). + + + + UVSC compatible provider engine +(used together with the KEIL uVision). + + + + Name + Nom + + + Type + Type + + + Engine + + + + Duplicate Providers Detected + + + + The following providers were already configured:<br>&nbsp;%1<br>They were not configured again. + + + + Add + Ajouter + + + Clone + Cloner + + + Remove + Supprimer + + + Debug Server Providers + + + + Clone of %1 + Clone de %1 + + + EBlink + + + + Host: + Hôte : + + + Executable file: + + + + Script file: + + + + Specify the verbosity level (0 to 7). + + + + Verbosity level: + + + + Connect under reset (hotplug). + + + + Connect under reset: + + + + Interface type. + + + + Type: + Type : + + + Specify the speed of the interface (120 to 8000) in kilohertz (kHz). + + + + Speed: + + + + Do not use EBlink flash cache. + + + + Disable cache: + + + + Shut down EBlink server after disconnect. + + + + Auto shutdown: + + + + Init commands: + + + + Reset commands: + + + + SWD + + + + JTAG + + + + Cannot debug: Local executable is not set. + + + + Cannot debug: Could not find executable for "%1". + + + + Choose the desired startup mode of the GDB server provider. + + + + Startup mode: + + + + Peripheral description files (*.svd) + + + + Select Peripheral Description File + + + + Peripheral description file: + + + + Startup in TCP/IP Mode + + + + Startup in Pipe Mode + + + + Enter GDB commands to reset the board and to write the nonvolatile memory. + + + + Enter GDB commands to reset the hardware. The MCU should be halted after these commands. + + + + Generic + + + + Use GDB target extended-remote + + + + Extended mode: + + + + JLink + + + + JLink GDB Server (JLinkGDBServerCL.exe) + + + + JLink GDB Server (JLinkGDBServer) + + + + IP Address + + + + Host interface: + + + + Speed + + + + Target interface: + + + + Device: + Appareil mobile : + + + Additional arguments: + Arguments supplémentaires : + + + Default + Défaut + + + USB + + + + TCP/IP + + + + Compact JTAG + + + + Renesas RX FINE + + + + ICSP + + + + Auto + + + + Adaptive + + + + %1 kHz + + + + OpenOCD + + + + Root scripts directory: + + + + Configuration file: + + + + ST-LINK Utility + + + + Specify the verbosity level (0..99). + + + + Continue listening for connections after disconnect. + + + + Reset board on connection. + + + + Reset on connection: + + + + Connects to the board before executing any instructions. + + + + Transport layer type. + + + + Version: + Version : + + + ST-LINK/V1 + + + + ST-LINK/V2 + + + + Keep unspecified + + + + uVision JLink + + + + Unable to create a uVision project options template. + + + + Adapter options: + + + + Port: + Port : + + + 50MHz + + + + 33MHz + + + + 25MHz + + + + 20MHz + + + + 10MHz + + + + 5MHz + + + + 3MHz + + + + 2MHz + + + + 1MHz + + + + 500kHz + + + + 200kHz + + + + 100kHz + + + + uVision Simulator + + + + Limit speed to real-time. + + + + Limit speed to real-time: + + + + uVision St-Link + + + + 9MHz + + + + 4.5MHz + + + + 2.25MHz + + + + 1.12MHz + + + + 560kHz + + + + 280kHz + + + + 140kHz + + + + 4MHz + + + + 1.8MHz + + + + 950kHz + + + + 480kHz + + + + 240kHz + + + + 125kHz + + + + 50kHz + + + + 25kHz + + + + 15kHz + + + + 5kHz + + + + Unable to create a uVision project template. + + + + Choose Keil Toolset Configuration File + + + + Tools file path: + + + + Target device: + + + + Target driver: + + + + Starting %1 ... + + + + Version + Version + + + Vendor + Vendeur + + + ID + Identifiant + + + Start + Démarrer + + + Size + Taille + + + FLASH Start + + + + FLASH Size + + + + RAM Start + + + + RAM Size + + + + Algorithm path. + + + + FLASH: + + + + Start address. + + + + Size. + + + + RAM: + + + + Vendor: + Vendeur : + + + Package: + Paquet : + + + Description: + Description : + + + Memory: + + + + Flash algorithm: + + + + Target device not selected. + + + + Available Target Devices + + + + Path + Chemin + + + Debugger CPU library (depends on a CPU core). + + + + Debugger driver library. + + + + Driver library: + + + + CPU library: + + + + Target driver not selected. + + + + Available Target Drivers + + + + IAREW %1 (%2, %3) + + + + IAREW + + + + &Compiler path: + + + + Platform codegen flags: + Flags de plateforme de la génération de code : + + + &ABI: + &ABI : + + + Enter the name of the debugger server provider. + + + + Enter TCP/IP hostname of the debug server, like "localhost" or "192.0.2.1". + + + + Enter TCP/IP port which will be listened by the debug server. + + + + KEIL %1 (%2, %3) + + + + KEIL + + + + SDCC %1 (%2, %3) + + + + SDCC + + + + + QtC::Bazaar + + General Information + Informations générales + + + Branch: + Branche : + + + Local commit + Commit local + + + Performs a local commit in a bound branch. +Local commits are not pushed to the master branch until a normal commit is performed. + + + + Commit Information + Informations de commit + + + Author: + Auteur : + + + Email: + Courriel : + + + Fixed bugs: + Bogues corrigés : + + + Configuration + Configuration + + + Command: + Commande : + + + User + Utilisateur + + + Username to use by default on commit. + Nom d’utilisateur à utiliser par défaut lors des commits. + + + Default username: + Nom d’utilisateur par défaut : + + + Email to use by default on commit. + Courriel à utiliser par défaut lors des commit. + + + Default email: + Courriel par défaut : + + + Miscellaneous + Divers + + + Log count: + Nombre d’entrées de log : + + + Timeout: + Délai d’attente : + + + s + s + + + The number of recent commit logs to show. Choose 0 to see all entries. + Le nombre de logs de commit récents à afficher, 0 pour tout afficher. + + + Dialog + Boite de dialogue + + + For example: 'https://[user[:pass]@]host[:port]/[path]'. + + + + Ignores differences between branches and overwrites +unconditionally. + + + + Creates the path leading up to the branch if it does not already exist. + + + + Performs a local pull in a bound branch. +Local pulls are not applied to the master branch. + + + + Branch Location + Emplacement de la branche + + + Default location + Emplacement par défaut + + + Local filesystem: + Système local de fichier : + + + Specify URL: + Spécifier l’URL : + + + Options + Options + + + Remember specified location as default + Se souvenir de l’emplacement par défaut + + + Overwrite + Écraser + + + Use existing directory + Utiliser le répertoire existant + + + Create prefix + Créer le préfixe + + + Local + Local + + + Pull Source + Rapatrier la source + + + Push Destination + ça semble plus cohérent + Destination de l’envoi + + + By default, push will fail if the target directory exists, but does not already have a control directory. +This flag will allow push to proceed. + Par défaut,le push va échouer si le répertoire cible existe, mais n’a pas déjà de répertoire de contrôle. +Ce drapeau permettra au push de se poursuivre. + + + Revert + Rétablir + + + Specify a revision other than the default? + Spécifier une révision différente de celle par défaut ? + + + Revision: + Révision : + + + Uncommit + + + + Keep tags that point to removed revisions + + + + Only remove the commits from the local branch when in a checkout + + + + If a revision is specified, uncommits revisions to leave the branch at the specified revision. +For example, "Revision: 15" will leave the branch at revision 15. + + + + Last committed + + + + Dry Run + Exécution à froid + + + Test the outcome of removing the last committed revision, without actually removing anything. + + + + Triggers a Bazaar version control operation. + + + + Bazaar + Bazaar + + + Annotate Current File + Annoter le fichier actuel + + + Annotate "%1" + Annoter « %1 » + + + Diff Current File + + + + Diff "%1" + + + + Meta+Z,Meta+D + Meta+Z, Meta+D + + + ALT+Z,Alt+D + ALT+Z, Alt+D + + + Log Current File + Réaliser un log du fichier actuel + + + Log "%1" + Réaliser un log de « %1 » + + + Meta+Z,Meta+L + Meta+Z, Meta+L + + + ALT+Z,Alt+L + ALT+Z, Alt+L + + + Status Current File + État du fichier actuel + + + Status "%1" + État « %1 » + + + Meta+Z,Meta+S + Meta+Z, Meta+S + + + ALT+Z,Alt+S + ALT+Z, Alt+S + + + Add + Ajouter + + + Add "%1" + Ajouter « %1 » + + + Delete... + Supprimer… + + + Delete "%1"... + Supprimer « %1 »… + + + Revert Current File... + Rétablir le fichier actuel… + + + Revert "%1"... + Rétablir « %1 »… + + + Diff + Diff + + + Log + Log + + + Revert... + Rétablir… + + + Status + + + + Pull... + Pull… + + + Push... + Push… + + + Update... + Mise à jour… + + + Commit... + Commit… + + + Meta+Z,Meta+C + Meta+Z, Meta+C + + + ALT+Z,Alt+C + ALT+Z, Alt+C + + + Uncommit... + + + + Create Repository... + + + + Update + Mettre à jour + + + There are no changes to commit. + Il n’y a aucun changement à envoyer. + + + Unable to create an editor for the commit. + Impossible d’ouvrir un éditeur pour le commit. + + + Unable to create a commit editor. + Impossible d’ouvrir un éditeur de commit. + + + Commit changes for "%1". + Soumettre les changements pour « %1 ». + + + Commit Editor + Faire un commit de l’éditeur + + + Bazaar Command + Commande Bazaar + + + Ignore Whitespace + Ignorer les espaces + + + Ignore Blank Lines + Ignorer les lignes vides + + + Show files changed in each revision. + + + + Show from oldest to newest. + + + + Include Merges + + + + Show merged revisions. + + + + Moderately Short + + + + One Line + + + + GNU Change Log + + + + Format + Format + + + Verbose + Journal + + + Forward + Avancer + + + Detailed + Détaillé + + + &Annotate %1 + + + + Annotate &parent revision %1 + + + + + QtC::Beautifier + + Cannot save styles. %1 does not exist. + Impossible d’enregistrer les styles. %1 n’existe pas. + + + Cannot open file "%1": %2. + Impossible d’ouvrir le fichier « %1 » : %2. + + + Cannot save file "%1": %2. + Impossible d’enregistrer le fichier « %1 » : %2. + + + No documentation file specified. + Aucun fichier de documentation n’est indiqué. + + + Cannot open documentation file "%1". + Impossible d’ouvrir le fichier de documentation « %1 ». + + + The file "%1" is not a valid documentation file. + Le fichier « %1 » n’est pas un fichier de documentation valide. + + + Cannot read documentation file "%1": %2. + Impossible de lire le fichier de documentation « %1 » : %2. + + + &Artistic Style + &Artistic Style + + + Artistic Style + Artistic Style + + + Options + Options + + + Use file *.astylerc defined in project files + Utiliser le fichier *.astylerc défini dans les fichiers du projet + + + Use specific config file: + Utiliser un fichier de configuration spécifique : + + + AStyle (*.astylerc) + AStyle (*.astylerc) + + + Use file .astylerc or astylerc in HOME + Utiliser le fichier .astylerc ou astylerc dans HOME + + + Use customized style: + Utiliser un style personnalisé : + + + Configuration + Configuration + + + Artistic Style command: + Commande d’Artistic Style : + + + Restrict to MIME types: + Restreindre aux types MIME : + + + Bea&utifier + Bea&utifier + + + Error in Beautifier: %1 + Erreur dans Beautifier : %1 + + + Cannot get configuration file for %1. + Impossible d’obtenir le fichier de configuration pour %1. + + + Format &Current File + Menu entry + Formater le fichier &actuel + + + Format &Selected Text + Menu entry + Formater le texte &sélectionné + + + &Format at Cursor + Menu entry + &Formater au niveau du curseur + + + Format &Line(s) + Menu entry + Formater la/les &ligne(s) + + + &Disable Formatting for Selected Text + Menu entry + &Désactiver le formatage du texte sélectionné + + + %1 Command + File dialog title for path chooser when choosing binary + Commande %1 + + + &ClangFormat + &ClangFormat + + + ClangFormat + ClangFormat + + + Use predefined style: + Utiliser un style pré-défini : + + + Fallback style: + Style de repli : + + + Clang Format command: + Commande de Clang Format : + + + Clang Format + Clang Format + + + No description available. + Aucune description disponible. + + + Name + Nom + + + Value + Valeur + + + Documentation + Documentation + + + Documentation for "%1" + Documentation pour « %1 » + + + Edit + Modifier + + + Remove + Supprimer + + + Add + Ajouter + + + Add Configuration + Ajouter une configuration + + + Edit Configuration + Modifier une configuration + + + Enable auto format on file save + Activer le formatage automatique lors de l’enregistrement du fichier + + + Tool: + Outil : + + + Restrict to files contained in the current project + Restreindre aux fichiers contenus dans le projet en cours + + + Automatic Formatting on File Save + Formatage automatique lors de l’enregistrement du fichier + + + General + Général + + + Beautifier + Beautifier + + + &Uncrustify + &Uncrustify + + + Uncrustify + Uncrustify + + + Use file uncrustify.cfg defined in project files + Utiliser le fichier uncrustify.cfg défini dans les fichiers du projet + + + Use file specific uncrustify.cfg + Utiliser un fichier uncrustify.cfg spécifique + + + Uncrustify file (*.cfg) + Fichier Uncrustify (*.cfg) + + + Use file uncrustify.cfg in HOME + Utiliser le fichier uncrustify.cfg dans HOME + + + Format entire file if no text was selected + Formatage du fichier entier si aucun texte n’a été sélectionné + + + For action Format Selected Text + + + + Uncrustify command: + Commande d’Uncrustify : QtC::BinEditor + + The file is too big for the Binary Editor (max. 32GB). + Le fichier est trop volumineux pour l’éditeur binaire (max. 32 Go). + &Undo Annu&ler @@ -46,88 +12493,145 @@ &Redo &Refaire + + The Binary Editor cannot open empty files. + L’éditeur binaire ne peut ouvrir des fichiers vides. + + + Cannot open %1: %2 + Impossible d’ouvrir %1 : %2 + + + File Error + Erreur de fichier + + + Memory at 0x%1 + Mémoire à 0x%1 + + + Little Endian + remettre endian ? + Petit boutiste + + + Big Endian + Grand boutiste + + + Decimal&nbsp;unsigned&nbsp;value: + Valeur&nbsp;décimale&nbsp;non signée : + + + Decimal&nbsp;signed&nbsp;value: + Valeur&nbsp;décimale&nbsp;signée : + + + Previous&nbsp;decimal&nbsp;unsigned&nbsp;value: + Valeur&nbsp;décimale&nbsp;non signée&nbsp;précédente : + + + Previous&nbsp;decimal&nbsp;signed&nbsp;value: + Valeur&nbsp;décimale&nbsp;signée&nbsp;précédente : + + + %1-bit&nbsp;Integer&nbsp;Type + Type&nbsp;entier&nbsp;de&nbsp;%1&nbsp;bits + + + Binary&nbsp;value: + Valeur&nbsp;binaire : + + + Octal&nbsp;value: + Valeur&nbsp;octale : + + + Previous&nbsp;binary&nbsp;value: + Valeur&nbsp;binaire&nbsp;précédente : + + + Previous&nbsp;octal&nbsp;value: + Valeur&nbsp;octale&nbsp;précédente : + + + <i>double</i>&nbsp;value: + Valeur&nbsp;<i>double</i> : + + + Previous <i>double</i>&nbsp;value: + Valeur&nbsp;<i>double</i>&nbsp;précédente : + + + <i>float</i>&nbsp;value: + Valeur&nbsp;<i>float</i> : + + + Previous <i>float</i>&nbsp;value: + Valeur&nbsp;<i>float</i>&nbsp;précédente : + + + Zoom: %1% + Zoom : %1 % + + + Copying Failed + Échec de la copie + + + You cannot copy more than 4 MB of binary data. + Vous ne pouvez pas copier plus de 4 Mo de données binaires. + + + Copy Selection as ASCII Characters + Copier la sélection comme des caractères ASCII + + + Copy Selection as Hex Values + Copier la sélection comme des valeurs hexadécimales + + + Set Data Breakpoint on Selection + Ajouter un point d’arrêt sur la sélection + + + Copy 0x%1 + Copier 0x%1 + + + Jump to Address in This Window + Aller à l’adresse dans cette fenêtre + + + Jump to Address in New Window + Aller à l’adresse dans une nouvelle fenêtre + + + Copy Value + Copier la valeur + + + Jump to Address 0x%1 in This Window + Aller à l’adresse 0x%1 dans cette fenêtre + + + Jump to Address 0x%1 in New Window + Aller à l’adresse 0x%1 dans une nouvelle fenêtre + QtC::Bookmarks - - Add Bookmark - Ajouter un signet - - - Bookmark: - Signet : - - - Add in Folder: - Ajouter dans le dossier : - - - + - + - - - New Folder - Nouveau dossier - Bookmarks Signets - Delete Folder - Supprimer le dossier - - - Rename Folder - Renommer le dossier - - - Add in folder: - Ajouter dans le dossier : + Matches all bookmarks. Filter by file name, by the text on the line of the bookmark, or by the bookmark's note text. + Correspond à tous les signets. Filtre par nom de fichier, par le texte de la ligne du signet ou par le texte de la note du signet. Bookmark - Signet - - - Remove - Supprimer - - - Deleting a folder also removes its content.<br>Do you want to continue? - Supprimer un dossier supprime également ce qu'il contient.<br>Êtes vous sûr de vouloir continuer ? - - - You are going to delete a Folder which will also<br>remove its content. Are you sure you would like to continue? - Vous allez supprimer un dossier et tout ce qu'il contient.<br>Êtes vous sûr de vouloir continuer ? - - - Show Bookmark - Afficher le signet - - - Show Bookmark as New Page - Afficher le signet comme une nouvelle page - - - Show Bookmark in New Tab - Afficher le signet dans un nouvel onglet - - - Delete Bookmark - Supprimer le signet - - - Rename Bookmark - Renommer le signet - - - Filter: - Filtre : - - - Add - Ajouter + Signet Move Up @@ -138,8 +12642,8 @@ Déplacer vers le bas - Edit Note - Éditer la note + &Edit + &Édition &Remove @@ -147,7 +12651,7 @@ Remove All - Supprimer tout + Tout supprimer Remove All Bookmarks @@ -155,19 +12659,15 @@ Are you sure you want to remove all bookmarks from all files in the current session? - Êtes-vous sûr de vouloir supprimer tous les signets de tous les fichiers de la session en cours ? + Voulez-vous vraiment supprimer tous les signets de tous les fichiers de la session en cours ? - Do not &ask again. - Ne plus re&demander. + Edit Bookmark + Modifier le signet - &Remove Bookmark - &Supprimer le Signet - - - Remove all Bookmarks - Supprimer tous les signets + Line number: + Numéro de ligne : &Bookmarks @@ -175,7 +12675,7 @@ Toggle Bookmark - Activer/Désactiver le signet + Activer/désactiver les signets Ctrl+M @@ -201,6 +12701,14 @@ Next Bookmark Signet suivant + + Meta+Shift+M + Meta+Maj+M + + + Ctrl+Shift+M + Ctrl+Maj+M + Ctrl+. Ctrl+. @@ -218,336 +12726,2731 @@ Signet suivant dans le document - Edit Bookmark Note - Éditer la note du signet + Alt+Meta+M + Alt+Meta+M - Previous Bookmark In Document - Signet précédent dans le document + Alt+M + Alt+M - Next Bookmark In Document - Signet suivant dans le document - - - - QtC::Debugger - - Set Breakpoint at Function - Placer un point d'arrêt à la fonction - - - Function to break on: - Fonction à interrompre : + Note text: + Note : QtC::CMakeProjectManager + + Current executable + Exécutable actuel + + + Build the executable used in the active run configuration. Currently: %1 + Compiler l’exécutable utilisé dans la configuration d’exécution active. Actuellement : %1 + + + Target: %1 + Cible : %1 + + + CMake arguments: + Arguments de Cmake : + + + Tool arguments: + Arguments de l’outil : + + + Enable automatic provisioning updates: + Activer les mises à jour automatiques du provisionnement : + + + Tells xcodebuild to create and download a provisioning profile if a valid one does not exist. + Indique à xcodebuild de créer et de télécharger un profil de provisionnement s’il n’en existe pas de valide. + + + Target + Cible + + + Persisting CMake state... + Persistance de l’état de CMake… + + + Running CMake in preparation to build... + Exécution de CMake en préparation de la compilation… + + + Project did not parse successfully, cannot build. + Le projet n’a pas été analysé avec succès, compilation impossible. + + + Build + ConfigWidget display name. + Compiler + Clear system environment - Nettoyer l'environnement système + Nettoyer l’environnement du système + + + CMake Build + Display name for CMakeProjectManager::CMakeBuildStep id. + CMake Compilation + + + Initial Configuration + Configuration initiale + + + Current Configuration + Configuration actuelle + + + Kit Configuration + Configuration du kit + + + Edit the current kit's CMake configuration. + Modifier la configuration CMake du kit actuel. + + + Filter + Filtrer + + + &Add + &Ajouter + + + Add a new configuration value. + Ajouter une nouvelle valeur de configuration. + + + &Boolean + &Booléen + + + &String + &Chaîne de caractères + + + &Directory + &Répertoire + + + &File + &Fichier + + + &Edit + &Modifier + + + Edit the current CMake configuration value. + Modifier la valeur actuelle de la configuration de CMake. + + + &Set + &Définir + + + Set a value in the CMake configuration. + Définir une valeur dans la configuration de CMake. + + + &Unset + Rà&Z + + + Unset a value in the CMake configuration. + Remettre à zéro une valeur dans la configuration de CMake. + + + &Reset + &Réinitialiser + + + Reset all unapplied changes. + Réinitialiser toutes les modifications non appliquées. + + + Batch Edit... + Modifier par lots… + + + Set or reset multiple values in the CMake configuration. + Définir ou remettre à zéro plusieurs valeurs dans la configuration de CMake. + + + Advanced + Avancé + + + <UNSET> + <NON-DÉFINI> + + + Edit CMake Configuration + Modifier la configuration de CMake + + + Enter one CMake <a href="variable">variable</a> per line.<br/>To set or change a variable, use -D&lt;variable&gt;:&lt;type&gt;=&lt;value&gt;.<br/>&lt;type&gt; can have one of the following values: FILEPATH, PATH, BOOL, INTERNAL, or STRING.<br/>To unset a variable, use -U&lt;variable&gt;.<br/> + Saisir une <a href="variable">variable</a> CMake par ligne.<br/>Pour définir ou modifier une variable, utiliser -D&lt;variable&gt;:&lt;type&gt;=&lt;valeur&gt;.<br/>le &lt;type&gt; peut avoir l’une des valeurs suivantes : FILEPATH, PATH, BOOL, INTERNAL, ou STRING.<br/>Pour remettre à zéro une variable, utiliser -U&lt;variable&gt;.<br/> + + + Re-configure with Initial Parameters + Reconfigurer avec les paramètres initiaux + + + Clear CMake configuration and configure with initial parameters? + Effacer la configuration de CMake et configurer avec les paramètres initiaux ? + + + Do not ask again + Ne plus poser la question + + + Kit CMake Configuration + Configuration CMake du kit + + + Configure + Configurer + + + Stop CMake + Arrêter CMake + + + bool + display string for cmake type BOOLEAN + bool + + + file + display string for cmake type FILE + file + + + directory + display string for cmake type DIRECTORY + directory + + + string + display string for cmake type STRING + string + + + Force to %1 + Forcer à %1 + + + Help + Aide + + + Apply Kit Value + Appliquer la valeur de kit + + + Apply Initial Configuration Value + Appliquer la valeur de configuration initiale + + + Copy + Copier + + + Changing Build Directory + Changement du répertoire de compilation + + + Change the build directory to "%1" and start with a basic CMake configuration? + Changer le répertoire de compilation en « %1 » et commencer avec une configuration CMake de base ? + + + The CMake flag for the development team + Le drapeau CMake pour l’équipe de développement + + + The CMake flag for the provisioning profile + Le drapeau CMake pour le profil de provisionnement + + + The CMake flag for the architecture on macOS + Le drapeau CMake pour l’architecture sur macOS + + + The CMake flag for QML debugging, if enabled + Le drapeau CMake pour le débogage QML, s’il est activé + + + Minimum Size Release + Minimum Size Release + + + Release with Debug Information + Release with Debug Information + + + Profile + Profiler + + + Additional CMake <a href="options">options</a>: + <a href="options">Options</a> CMake supplémentaires : + + + Build type: + Type de compilation : + + + Clean Environment + Environnement vierge + + + Base environment for the CMake configure step: + Environnement de base pour l’étape de configuration de CMake : + + + System Environment + Environnement du système Build Environment - Environnement de compilation + Environnement de compilation - Create - Créer + Clear CMake Configuration + Effacer la configuration CMake - Default - The name of the build configuration created by default for a cmake project. - Défaut + Rescan Project + Rescanner le projet Build Compilation - New Configuration - Nouvelle configuration + Build File + Compiler le fichier - New configuration name: - Nom de la nouvelle configuration : + Build File "%1" + Compiler le fichier « %1 » - New configuration - Nouvelle configuration + Ctrl+Alt+B + Ctrl+Alt+B - New Configuration Name: - Nom de la nouvelle configuration : - - - Run cmake - Exécuter CMake - - - Reconfigure project: - Reconfigurer le projet : - - - &Change - &Modifier - - - Build directory: - Répertoire de compilation : + Build File is not supported for generator "%1" + Le fichier de compilation n’est pas pris en charge pour le générateur « %1 » CMake CMake - CMake Wizard - Assistant CMake + <No CMake Tool available> + <Aucun outil CMake disponible> - Arguments: - Arguments : + CMake Tool + Outil CMake - Select the working directory - Sélectionner le répertoire de travail + The CMake Tool to use when building a project with CMake.<br>This setting is ignored when using other build systems. + L’outil CMake à utiliser lors de la compilation d’un projet avec CMake.<br>Ce paramètre est ignoré lors de l’utilisation d’autres systèmes de compilation. - Select Working Directory - Sélectionner le répertoire de travail + Unconfigured + Non configuré - Reset to default - Restaurer les paramètres par défaut + Path to the cmake executable + Chemin vers l’exécutable cmake - Working Directory: - Répertoire de travail : + CMake version %1 is unsupported. Update to version 3.15 (with file-api) or later. + La version %1 de CMake n’est pas prise en charge. Mettez à jour vers la version 3.15 (avec file-api) ou plus récente. - Working directory: - Répertoire de travail : + Change... + Modifier… - Run in Terminal - Exécuter dans un terminal + Platform + Plateforme - Debugger: - Débogueur : + Toolset + pas trouvé de traduction adéquate pour « toolset » + Toolset - Qt Creator has detected an <b>in-source-build in %1</b> which prevents shadow builds. Qt Creator will not allow you to change the build directory. If you want a shadow build, clean your source directory and re-open the project. - Qt Creator a détecté une <b>compilation dans les sources de %1</b> qui empêche les shadow builds. Qt Creator ne permettra pas de changer le répertoire de compilation. Si vous voulez effectuer un "shadow build", nettoyez le répertoire source et rouvrez le projet. - - - Build Location - Emplacement de compilation - - - Qt Creator has detected an in-source-build which prevents shadow builds. Qt Creator will not allow you to change the build directory. If you want a shadow build, clean your source directory and re-open the project. - Qt Creator a détecté une compilation dans les sources qui empêche les shadow builds. Qt Creator ne permettra pas de changer le répertoire de compilation. Si vous voulez effectuer un "shadow build", nettoyez le répertoire source et rouvrez le projet. + CMake Generator + Générateur CMake Generator: - Générateur : + Générateur : + + + Extra generator: + Générateur supplémentaire : + + + Platform: + Plateforme : + + + Toolset: + Toolset : + + + <none> + <aucun> + + + CMake <a href="generator">generator</a> + <a href="generator">Générateur</a> CMake + + + CMake generator defines how a project is built when using CMake.<br>This setting is ignored when using other build systems. + + + + CMake Tool is unconfigured, CMake generator will be ignored. + L’outil CMake n’est pas configuré, le générateur CMake sera ignoré. + + + CMake Tool does not support the configured generator. + L’outil CMake ne prend pas en charge le générateur configuré. + + + Platform is not supported by the selected CMake generator. + La plate-forme n’est pas prise en charge par le générateur CMake sélectionné. + + + Toolset is not supported by the selected CMake generator. + Le toolset n’est pas pris en charge par le générateur CMake sélectionné. + + + The selected CMake binary does not support file-api. %1 will not be able to parse CMake projects. + Le binaire CMake sélectionné ne prend pas en charge file-api. %1 ne pourra pas analyser les projets CMake. + + + <Use Default Generator> + <Utiliser le générateur par défaut> + + + Generator: %1<br>Extra generator: %2 + Générateur : %1<br>Générateur supplémentaire : %2 + + + Platform: %1 + Plateforme : %1 + + + Toolset: %1 + Toolset : %1 + + + Enter one CMake <a href="variable">variable</a> per line.<br/>To set a variable, use -D&lt;variable&gt;:&lt;type&gt;=&lt;value&gt;.<br/>&lt;type&gt; can have one of the following values: FILEPATH, PATH, BOOL, INTERNAL, or STRING. + Saisir une <a href="variable">variable</a> CMake par ligne.<br/>Pour définir une variable, utiliser -D&lt;variable&gt;:&lt;type&gt;=&lt;valeur&gt;.<br/>le &lt;type&gt; peut avoir l’une des valeurs suivantes : FILEPATH, PATH, BOOL, INTERNAL, ou STRING. + + + CMake Configuration + Configuration de CMake + + + Default configuration passed to CMake when setting up a project. + Configuration par défaut transmise à CMake lors de la création d’un projet. + + + CMake configuration has no path to qmake binary set, even though the kit has a valid Qt version. + La configuration CMake n’a pas de chemin vers le binaire qmake, même si le kit a une version valide de Qt. + + + CMake configuration has a path to a qmake binary set, even though the kit has no valid Qt version. + La configuration CMake a un chemin vers le binaire qmake, même si le kit n’a pas de version Qt valide. + + + CMake configuration has a path to a qmake binary set that does not match the qmake binary path configured in the Qt version. + La configuration CMake a un chemin vers le binaire qmake qui ne correspond pas au chemin du binaire qmake configuré dans la version Qt. + + + CMake configuration has no CMAKE_PREFIX_PATH set that points to the kit Qt version. + La configuration CMake n’a pas de CMAKE_PREFIX_PATH qui pointe vers la version Qt du kit. + + + CMake configuration has no path to a C compiler set, even though the kit has a valid tool chain. + La configuration CMake n’a pas de chemin vers un ensemble de compilateurs C, même si le kit a une chaîne de compilation valide. + + + CMake configuration has a path to a C compiler set, even though the kit has no valid tool chain. + La configuration CMake contient un chemin vers un ensemble de compilateurs C, même si le kit n’a pas de chaîne de compilation valide. + + + CMake configuration has a path to a C compiler set that does not match the compiler path configured in the tool chain of the kit. + La configuration de CMake comporte un chemin d’accès à un ensemble de compilateurs C qui ne correspond pas au chemin d’accès au compilateur configuré dans la chaîne de compilation du kit. + + + CMake configuration has no path to a C++ compiler set, even though the kit has a valid tool chain. + La configuration CMake n’a pas de chemin vers un ensemble de compilateurs C++, même si le kit a une chaîne de compilation valide. + + + CMake configuration has a path to a C++ compiler set, even though the kit has no valid tool chain. + La configuration CMake contient un chemin vers un ensemble de compilateurs C++, même si le kit n’a pas de chaîne de compilation valide. + + + CMake configuration has a path to a C++ compiler set that does not match the compiler path configured in the tool chain of the kit. + La configuration de CMake comporte un chemin d’accès à un ensemble de compilateurs C++ qui ne correspond pas au chemin d’accès au compilateur configuré dans la chaîne de compilation du kit. Run CMake Exécuter CMake - - Arguments - Arguments - - - The directory %1 already contains a cbp file, which is recent enough. You can pass special arguments or change the used toolchain here and rerun cmake. Or simply finish the wizard directly - toolchain -> chaîne de compilation ? terminer ou terminez ? - Le répertoire %1 contient déjà un fichier cbp qui est assez récent. Vous pouvez passer des arguments spéciaux ou changer la chaîne de compilation utilisée ici et réexécuter cmake. Vous pouvez aussi terminer l'assistant directement - - - The directory %1 does not contain a cbp file. Qt Creator needs to create this file by running cmake. Some projects require command line arguments to the initial cmake call. - Le répertoire %1 ne contient pas de fichier cbp. Qt Creator a besoin de créer ce fichier en exécutant cmake. Certains projets nécessitent des arguments de ligne de commande pour le premier appel à cmake. - - - The directory %1 contains an outdated .cbp file. Qt Creator needs to update this file by running cmake. If you want to add additional command line arguments, add them below. Note that cmake remembers command line arguments from the previous runs. - Le répertoire %1 contient un fichier cbp obsolète. Qt Creator a besoin de mettre à jour ce fichier en exécutant cmake. Si vous voulez passer des arguments de ligne de commande supplémentaires, ajoutez les ci dessous. Notez que cmake conserve les arguments passés lors des exécutions précédentes. - - - The directory %1 specified in a build-configuration, does not contain a cbp file. Qt Creator needs to recreate this file, by running cmake. Some projects require command line arguments to the initial cmake call. Note that cmake remembers command line arguments from the previous runs. - Le répertoire %1, sélectionné dans une des configurations de compilation, ne contient pas de fichier cbp. Qt Creator a besoin de mettre à jour ce fichier en exécutant cmake. Certains projets nécessitent des arguments de ligne de commande pour le premier appel à cmake. Notez que cmake conserve les arguments passés lors des exécutions précédentes. - - - Qt Creator needs to run cmake in the new build directory. Some projects require command line arguments to the initial cmake call. - Qt Creator doit exécuter cmake dans le nouveau répertoire de compilation. Certains projets nécessitent des arguments de ligne de commande pour le premier appel à cmake. - - - Please specify the path to the CMake executable. No CMake executable was found in the path. - capitalisation de CMake, contenu inchangé (cmake -> CMake) - Veuillez spécifier l'emplacement de l'exécutable CMake. Aucun exécutable CMake n'a été trouvé dans la liste de répertoires standards. - - - The directory %1 already contains a cbp file, which is recent enough. You can pass special arguments or change the used toolchain here and rerun CMake. Or simply finish the wizard directly. - Le répertoire %1 contient déjà un fichier cbp qui est assez récent. Vous pouvez passer des arguments spéciaux ou changer la chaîne de compilation utilisée ici et réexécuter CMake. Vous pouvez aussi terminer l'assistant directement. - - - The directory %1 already contains a cbp file, which is recent enough. You can pass special arguments or change the used tool chain here and rerun CMake. Or simply finish the wizard directly. - Le répertoire %1 contient déjà un fichier cbp qui est assez récent. Vous pouvez passer des arguments spéciaux ou changer la chaîne de compilation utilisée ici et réexécuter CMake. Vous pouvez aussi terminer l'assistant directement. - - - The directory %1 already contains a cbp file, which is recent enough. You can pass special arguments and rerun CMake. Or simply finish the wizard directly. - Le répertoire %1 contient déjà un fichier cbp assez récent. Vous pouvez passer des arguments spéciaux et réexécuter CMake. Vous pouvez aussi terminer l'assistant directement. - - - The directory %1 does not contain a cbp file. Qt Creator needs to create this file by running CMake. Some projects require command line arguments to the initial CMake call. - Le répertoire %1 ne contient pas de fichier cbp. Qt Creator a besoin de créer ce fichier en exécutant CMake. Certains projets nécessitent des arguments de ligne de commande pour le premier appel à CMake. - - - The directory %1 contains an outdated .cbp file. Qt Creator needs to update this file by running CMake. If you want to add additional command line arguments, add them below. Note that CMake remembers command line arguments from the previous runs. - Le répertoire %1 contient un fichier cbp obsolète. Qt Creator a besoin de mettre à jour ce fichier en exécutant CMake. Si vous voulez passer des arguments de ligne de commande supplémentaires, ajoutez les ci-dessous. Notez que CMake conserve les arguments passés lors des exécutions précédentes. - - - The directory %1 specified in a build-configuration, does not contain a cbp file. Qt Creator needs to recreate this file, by running CMake. Some projects require command line arguments to the initial CMake call. Note that CMake remembers command line arguments from the previous runs. - Le répertoire %1, sélectionné dans une des configurations de compilation, ne contient pas de fichier cbp. Qt Creator a besoin de mettre à jour ce fichier en exécutant CMake. Certains projets nécessitent des arguments de ligne de commande pour le premier appel à CMake. Notez que CMake conserve les arguments passés lors des exécutions précédentes. - - - Qt Creator needs to run CMake in the new build directory. Some projects require command line arguments to the initial CMake call. - Qt Creator doit exécuter CMake dans le nouveau répertoire de compilation. Certains projets nécessitent des arguments de ligne de commande pour le premier appel à CMake. - - - Refreshing cbp file in %1. - Rafraîchissement du fichier cbp dans %1 en cours. - - - No generator selected. - Pas de générateur sélectionné. - - - CMake exited with errors. Please check CMake output. - CMake s'est terminé avec des erreurs. Veuillez regarder la sortie CMake. - - - CMake exited with errors. Please check cmake output. - CMake s'est terminé avec erreur(s). Vérifiez les messages d'erreur de sortie de CMake. - - - NMake Generator - Générateur NMake - - - No valid CMake executable specified. - L'exécutable CMake spécifié est invalide. - - - No valid cmake executable specified. - L'exécutable CMake spécifié est invalide. - - - Executable: - Exécutable : - - - Prefer Ninja generator (CMake 2.8.9 or higher required) - Préférer le générateur Ninja (CMake 2.8.9 ou supérieur requis) - - - CMake executable - Exécutable CMake - - - Additional arguments: - Arguments supplémentaires : - - - Kits: - Kits : - - - <b>No build configuration found on this kit.</b> - <b>Aucune configuration de compilation n'a été trouvé pour ce kit.</b> - Targets: Cibles : - Make - CMakeProjectManager::MakeStepConfigWidget display name. - Make + Build CMake target + Compiler la cible CMake - <b>Unknown tool chain</b> - <b>Chaîne de compilation inconnue</b> + Builds a target of any open CMake project. + Compile une cible de n’importe quel projet CMake ouvert. - <b>Make:</b> %1 %2 - <b>Make : </b>%1 %2 + Open CMake target + Ouvrir une cible CMake - <b>Unknown Toolchain</b> - <b>Chaîne de compilation inconnue</b> + Jumps to the definition of a target of any open CMake project. + Passe à la définition d’une cible de n’importe quel projet CMake ouvert. - Please enter the directory in which you want to build your project. - Veuillez spécifier le répertoire où vous voulez compiler votre projet. + The build configuration is currently disabled. + La configuration de la compilation est actuellement désactivée. - Please enter the directory in which you want to build your project. - Veuillez spécifier le répertoire dans lequel vous voulez compiler votre projet. + A CMake tool must be set up for building. Configure a CMake tool in the kit options. + Un outil CMake doit être configuré pour la compilation. Configurez un outil CMake dans les options du kit. - Please enter the directory in which you want to build your project. Qt Creator recommends to not use the source directory for building. This ensures that the source directory remains clean and enables multiple builds with different settings. - Veuillez spécifier le répertoire où vous voulez compiler votre projet. Qt Creator recommande de ne pas utiliser le répertoire source pour la compilation. Cela garantit que le répertoire source reste propre et permet des compilations multiples avec différents paramètres. + There is a CMakeCache.txt file in "%1", which suggest an in-source build was done before. You are now building in "%2", and the CMakeCache.txt file might confuse CMake. + Il y a un fichier CMakeCache.txt dans « %1 », ce qui suggère qu’une compilation in-source a été faite auparavant. Vous compilez maintenant dans « %2 », et le fichier CMakeCache.txt peut perturber CMake. - Qt Creator has found a recent cbp file, which Qt Creator will parse to gather information about the project. You can change the command line arguments used to create this file in the project mode. Click finish to load the project. - Qt Creator a trouvé un fichier cbp récent, Qt Creator va maintenant l'analyser pour rassembler des informations sur le projet. Vous pouvez changer les arguments de ligne de commande utilisés pour la création de ce fichier depuis le mode "projet". Cliquer sur Terminer pour charger le projet. + Copy to Clipboard? + Copier dans le presse-papiers ? + + + Files are not automatically added to the CMakeLists.txt file of the CMake project. +Copy the path to the source files to the clipboard? + Les fichiers ne sont pas automatiquement ajoutés au fichier CMakeLists.txt du projet CMake. +Copier le chemin d’accès aux fichiers sources dans le presse-papiers ? + + + The kit needs to define a CMake tool to parse this project. + Le kit doit définir un outil CMake pour analyser ce projet. + + + Apply configuration changes? + Appliquer les changements de configuration ? + + + Run CMake with configuration changes? + Exécuter CMake avec des changements de configuration ? + + + <b>CMake configuration failed<b><p>The backup of the previous configuration has been restored.</p><p>Issues and "Projects > Build" settings show more information about the failure.</p> + <b>Échec de la configuration de CMake<b><p>L’enregistrement de la configuration précédente a été restaurée.</p><p>Les problèmes et les paramètres de « Projets > Compilation » affichent plus d’informations sur l’échec.</p> + + + <b>Failed to load project<b><p>Issues and "Projects > Build" settings show more information about the failure.</p> + <b>Échec du chargement du projet<b><p>Les problèmes et les paramètres de « Projets > Compilation » affichent plus d’informations sur l’échec.</p> + + + Scan "%1" project tree + Scanner l’arbre du projet « %1 » + + + Failed to create build directory "%1". + Échec de la création du répertoire de compilation « %1 ». + + + No CMake tool set up in kit. + Pas d’outil CMake dans le kit. + + + The remote CMake executable cannot write to the local build directory. + L’exécutable CMake distant ne peut pas écrire dans le répertoire de compilation local. + + + %1 (via cmake) + %1 (via cmake) + + + cmake generator failed: %1. + le générateur cmake a échoué : %1. + + + Kit does not have a cmake binary set + Le kit n’a pas d’ensemble binaire cmake + + + Cannot create output directory "%1" + Impossible de créer le répertoire de sortie « %1 » + + + No valid cmake executable + Aucun exécutable valide pour cmake + + + Running in %1: %2 + Exécute dans %1 : %2 + + + Failed to open %1 for reading. + Échec de l’ouverture de %1 en lecture. + + + Format &Current File + Fomatter le fichier a&ctuel + + + Enable auto format on file save + Activer le formatage automatique lors de l’enregistrement du fichier + + + Restrict to MIME types: + Restreindre aux types MIME : + + + Restrict to files contained in the current project + Restreindre aux fichiers contenus dans le projet en cours + + + %1 Command + Commande %1 + + + Formatter + Formateur + + + Automatic Formatting on File Save + Formatage automatique lors de l’enregistrement du fichier + + + CMakeFormat command: + Commande CMakeFormat : + + + Install + ConfigWidget display name. + Installer + + + CMake Install + Display name for CMakeProjectManager::CMakeInstallStep id. + Cmake Installation + + + The source directory %1 is not reachable by the CMake executable %2. + Le répertoire source %1 n’est pas accessible par l’exécutable CMake %2. + + + The build directory %1 is not reachable by the CMake executable %2. + Le répertoire de compilation %1 n’est pas accessible par l’exécutable CMake %2. + + + The build directory "%1" does not exist + Le répertoire de compilation « %1 » n’existe pas + + + CMake executable "%1" and build directory "%2" must be on the same device. + L’exécutable CMake « %1 » et le répertoire de compilation « %2 » doivent se trouver sur le même périphérique. + + + Running %1 in %2. + Exécute %1 dans %2. + + + Configuring "%1" + Configuration de « %1 » + + + CMake process failed to start. + Échec de démarrage du processus CMake. + + + CMake process was canceled by the user. + Le processus CMake a été annulé par l’utilisateur. + + + CMake process crashed. + Le processus CMake a planté. + + + CMake process exited with exit code %1. + Le processus CMake s’est terminé avec le code %1. + + + No cmake tool set. + Pas d’ensemble d'outils cmake. + + + No compilers set in kit. + Pas d’ensemble de compilation dans le kit. + + + CMakeUserPresets.json cannot re-define the %1 preset: %2 + CMakeUserPresets.json ne peut pas redéfinir la présélection %1 : %2 + + + Build preset %1 is missing a corresponding configure preset. + La présélection de compilation %1 n’a pas de présélection de configuration correspondante. + + + Failed to load %1: %2 + Échec lors du chargement de %1 : %2 + + + Attempt to include %1 which was already parsed. + Tentative d’inclusion de %1 qui a déjà été analysé. + + + Unexpected source directory "%1", expected "%2". This can be correct in some situations, for example when importing a standalone Qt test, but usually this is an error. Import the build anyway? + Répertoire source inattendu « %1 », attendu « %2 ». Cela peut être correct dans certaines situations, par exemple lors de l’importation d’un test Qt autonome, mais il s’agit généralement d’une erreur. Importer quand même la compilation ? + + + CMake Modules + Modules CMake + + + Target type: + Type de cible : + + + No build artifacts + Pas d’artefacts de compilation + + + Build artifacts: + Compiler les artefacts : + + + Build "%1" + Compiler « %1 » + + + CMake + SnippetProvider + CMake + + + CMakeFormatter + CMakeFormatter + + + Version: %1 + Version : %1 + + + Supports fileApi: %1 + Prend en charge fileApi : %1 + + + yes + oui + + + no + non + + + Detection source: "%1" + Source de détection : « %1 » + + + (Default) + (par défaut) + + + CMake executable path does not exist. + Le chemin d’accès à l’exécutable CMake n’existe pas. + + + CMake executable path is not a file. + Le chemin d’accès à l’exécutable CMake n’est pas un fichier. + + + CMake executable path is not executable. + Le chemin d’accès à l’exécutable CMake n’est pas exécutable. + + + CMake executable does not provide required IDE integration features. + L’exécutable CMake ne fournit pas les fonctionnalités d’intégration de l’IDE requises. + + + Name + Nom + + + Path + Chemin + + + Manual + Manuel + + + CMake .qch File + Fichier CMake .qch + + + Name: + Nom : + + + Path: + Chemin : + + + Version: + Version : + + + Help file: + Fichier d’aide : + + + Add + Ajouter + + + Clone + Cloner + + + Remove + Supprimer + + + Make Default + Rendre par défaut + + + Set as the default CMake Tool to use when creating a new kit or when no value is set. + Définit l’outil CMake par défaut à utiliser lors de la création d’un nouveau kit ou si aucune valeur n’est définie. + + + Clone of %1 + Clone de %1 + + + New CMake + Nouveau CMake + + + Tools + Outils + + + Autorun CMake + Exécution automatique de CMake + + + Automatically run CMake after changes to CMake project files. + Exécution automatique de CMake après modification des fichiers de projet CMake. + + + Ask about copying file paths + Demander à propos de la copie des chemins d’accès aux fichiers + + + Do not copy file paths + Ne pas copier les chemins de fichiers + + + Copy file paths + Copier les chemins de fichiers + + + Determines whether file paths are copied to the clipboard for pasting to the CMakeLists.txt file when you add new files to CMake projects. + Détermine si les chemins d’accès aux fichiers sont copiés dans le presse-papiers pour être collés dans le fichier CMakeLists.txt lorsque vous ajoutez de nouveaux fichiers aux projets CMake. + + + Package manager auto setup + Configuration automatique du gestionnaire de paquets + + + Add the CMAKE_PROJECT_INCLUDE_BEFORE variable pointing to a CMake script that will install dependencies from the conanfile.txt, conanfile.py, or vcpkg.json file from the project source directory. + Ajoutez la variable CMAKE_PROJECT_INCLUDE_BEFORE pointant vers un script CMake qui installera les dépendances du fichier conanfile.txt, conanfile.py, ou vcpkg.json du répertoire source du projet. + + + Ask before re-configuring with initial parameters + Demander avant de reconfigurer avec les paramètres initiaux + + + Show subfolders inside source group folders + Afficher les sous-dossiers à l’intérieur des dossiers du groupe source + + + Show advanced options by default + Afficher les options avancées par défaut + + + General + Général + + + Adding Files + Ajout de fichiers + + + Version not parseable + Version non analysable + + + Searching CMake binaries... + Recherche des binaires CMake… + + + Found "%1" + « %1 » trouvé + + + Removing CMake entries... + Suppression des entrées CMake… + + + Removed "%1" + Supprimer « %1 » + + + CMake: + CMake : + + + System CMake at %1 + Cmake du système à %1 + + + Key + Clé + + + Value + Valeur + + + Kit: + Kit : + + + Initial Configuration: + Configuration initiale : + + + Current Configuration: + Configuration actuelle : + + + Not in CMakeCache.txt + Pas dans CMakeCache.txt + + + Type: + Type : + + + Select a file for %1 + Sélectionner un fichier pour %1 + + + Select a directory for %1 + Sélectionner un répertoire pour %1 + + + <Build Directory> + <Répertoire de compilation> + + + <Other Locations> + <Autres emplacements> + + + Failed to set up CMake file API support. %1 cannot extract project information. + Échec de la configuration de la prise en charge de l’API de fichiers CMake. %1 ne peut pas extraire les informations du projet. + + + Invalid reply file created by CMake. + Fichier de réponse invalide créé par CMake. + + + Invalid cache file generated by CMake. + Fichier cache invalide généré par CMake. + + + Invalid cmakeFiles file generated by CMake. + Fichier cmakeFiles invalide généré par CMake. + + + Invalid codemodel file generated by CMake: No directories. + Fichier de modèle de code invalide généré par CMake : aucun répertoire. + + + Invalid codemodel file generated by CMake: Empty directory object. + Fichier de modèle de code invalide généré par CMake : objet de répertoire vide. + + + Invalid codemodel file generated by CMake: No projects. + Fichier de modèle de code invalide généré par CMake : aucun projet. + + + Invalid codemodel file generated by CMake: Empty project object. + Fichier de modèle de code invalide généré par CMake : objet de projet vide. + + + Invalid codemodel file generated by CMake: Broken project data. + Fichier de modèle de code invalide généré par CMake : données de projet cassées. + + + Invalid codemodel file generated by CMake: Empty target object. + Fichier de modèle de code invalide généré par CMake : objet de cible vide. + + + Invalid codemodel file generated by CMake: Broken target data. + Fichier de modèle de code invalide généré par CMake : données de cible cassées. + + + Invalid codemodel file generated by CMake: No configurations. + Fichier de modèle de code invalide généré par CMake : aucune configuration. + + + Invalid codemodel file generated by CMake: Empty configuration object. + Fichier de modèle de code invalide généré par CMake : objet de configuration vide. + + + Invalid codemodel file generated by CMake: Broken indexes in directories, projects, or targets. + Fichier de modèle de code invalide généré par CMake : indices cassés dans les répertoires, projets ou cibles. + + + Invalid codemodel file generated by CMake. + Fichier de modèle de code invalide généré par CMake. + + + Invalid target file: Information is missing. + Fichier cible non valide : des informations sont manquantes. + + + Invalid target file generated by CMake: Broken indexes in target details. + Fichier de cible invalide généré par CMake : indices cassés dans les détails de la cible. + + + CMake parsing was canceled. + L’analyse CMake a été annulée. + + + CMake project configuration failed. No CMake configuration for build type "%1" found. + La configuration du projet CMake a échoué. Aucune configuration CMake pour le type de compilation « %1 » n’a été trouvée. + + + No "%1" CMake configuration found. Available configurations: "%2". +Make sure that CMAKE_CONFIGURATION_TYPES variable contains the "Build type" field. + Aucune configuration CMake « %1 » n’a été trouvée. Configurations disponibles : « %2 ». +Assurez-vous que la variable CMAKE_CONFIGURATION_TYPES contient le champ « Build type ». + + + No "%1" CMake configuration found. Available configuration: "%2". +Make sure that CMAKE_BUILD_TYPE variable matches the "Build type" field. + Aucune configuration CMake « %1 » n’a été trouvée. Configurations disponibles : « %2 ». +Assurez-vous que la variable CMAKE_BUILD_TYPE contient le champ « Build type ». + + + CMake returned error code: %1 + CMake a renvoyé le code d’erreur : %1 + + + Failed to rename "%1" to "%2". + Impossible de renommer « %1 » en « %2 ». + + + Failed to copy "%1" to "%2". + Échec de la copie de « %1 » vers « %2 ». + + + Failed to read file "%1". + Impossible de lire le fichier « %1 ». + + + Invalid file "%1". + Fichier invalide « %1 ». + + + Invalid "version" in file "%1". + « Version » non valide dans le fichier « %1 ». + + + Invalid "configurePresets" section in %1 file + Section « configurePresets » non valide dans le fichier %1 + + + Invalid "buildPresets" section in %1 file + Section « buildPresets » non valide dans le fichier %1 + + + <File System> + <Système de fichiers> - QtC::CppEditor + QtC::CVS - <Select Symbol> - <Selectionner un symbole> + CVS + CVS - <No Symbols> - <Aucun symbole> + Configuration + Configuration + + + CVS command: + Commande CVS : + + + CVS root: + Racine CVS : + + + Miscellaneous + Divers + + + When checked, all files touched by a commit will be displayed when clicking on a revision number in the annotation view (retrieved via commit ID). Otherwise, only the respective file will be displayed. + Si coché, tous les fichiers modifiés par un commit seront affichés lors d’un clic sur un numéro de version dans la vue d’annotation (reçue par un identifiant de commit). Sinon, seul le fichier respectif sera affiché. + + + Describe all files matching commit id + Décrire tous les fichiers correspondant à l’identifiant de commit + + + CVS Checkout + Import CVS + + + &CVS + &CVS + + + Add + Ajouter + + + Add "%1" + Ajouter « %1 » + + + Alt+C,Alt+A + Alt+C,Alt+A + + + Diff Project + Faire un diff sur le projet + + + Diff Current File + Faire un diff du fichier actuel + + + Triggers a CVS version control operation. + + + + Diff "%1" + Faire un diff de « %1 » + + + Alt+C,Alt+D + Alt+C,Alt+D + + + Commit All Files + Faire un commit de tous les fichiers + + + Commit Current File + Faire un commit du fichier actuel + + + Commit "%1" + Faire un commit de « %1 » + + + Alt+C,Alt+C + Alt+C,Alt+C + + + Filelog Current File + Journal du fichier actuel + + + Meta+C,Meta+D + Meta+C, Meta+D + + + Filelog "%1" + Journal du fichier « %1 » + + + Annotate Current File + Annoter le fichier actuel + + + Annotate "%1" + Annoter « %1 » + + + Meta+C,Meta+A + Meta+C, Meta+A + + + Meta+C,Meta+C + Meta+C, Meta+C + + + Delete... + Supprimer… + + + Delete "%1"... + Supprimer « %1 »… + + + Revert... + Rétablir… + + + Revert "%1"... + Rétablir « %1 »… + + + Edit + Modifier + + + Edit "%1" + Modifier « %1 » + + + Unedit + Annuler la modification + + + Unedit "%1" + Annuler la modification de « %1 » + + + Unedit Repository + Annuler la modification du dépôt + + + Diff Project "%1" + Réaliser un diff du projet « %1 » + + + Project Status + État du projet + + + Status of Project "%1" + État du projet « %1 » + + + Log Project + Réaliser un log du projet + + + Log Project "%1" + Réaliser un log du projet « %1 » + + + Update Project + Mettre à jour le projet + + + Update Project "%1" + Mettre à jour le projet « %1 » + + + Commit Project + Faire un commit du projet + + + Commit Project "%1" + Faire un commit du projet « %1 » + + + Update Directory + + + + Update Directory "%1" + + + + Commit Directory + + + + Commit Directory "%1" + + + + Diff Repository + Réaliser un diff du dépôt + + + Repository Status + État du dépôt + + + Repository Log + Réaliser un log du dépôt + + + Update Repository + Mettre à jour le dépôt + + + Revert Repository... + Rétablir le dépôt… + + + Revert Repository + + + + Would you like to discard your changes to the repository "%1"? + + + + Would you like to discard your changes to the file "%1"? + + + + Parsing of the log output failed. + + + + Could not find commits of id "%1" on %2. + + + + No CVS executable specified. + + + + Revert all pending changes to the repository? + Rétablir toutes les changements en attente sur le dépôt ? + + + Revert failed: %1 + Échec de la restauration : %1 + + + The file has been changed. Do you want to revert it? + Le fichier a été modifié. Voulez-vous le rétablir ? + + + Another commit is currently being executed. + Un autre commit est en cours d’exécution. + + + There are no modified files. + Il n’y a aucun fichier modifié. + + + Project status + État du projet + + + Repository status + État du dépôt + + + Cannot find repository for "%1". + + + + The initial revision %1 cannot be described. + La révision initiale %1 n’a pas pu être décrite. + + + Added + Ajouté + + + Removed + Supprimé + + + Modified + Modifié + + + CVS Command + CVS Command + + + Annotate revision "%1" + Révision annotée « %1 » + + + Ignore Whitespace + Ignorer les espaces + + + Ignore Blank Lines + Ignorer les lignes vides + + + &Edit + &Édition - ChangeSelectionDialog + QtC::ClangCodeModel - Repository Location: - Adresse du depôt : + Generating Compilation DB + Génération de la base de données de compilation - Select - Sélectionner + Clang Code Model + Modèle de code Clang - Change: - Modification : + Generate Compilation Database + Générer la base de données de compilation - Repository location: - Emplacement du dépôt : + Generate Compilation Database for "%1" + Générer la base de données de compilation pour « %1 » + + + Clang compilation database generated at "%1". + Base de données de compilation de Clang générée à « %1 ». + + + Generating Clang compilation database failed: %1 + La génération de la base de données de compilation de Clang a échoué : %1 + + + clangd + clangd + + + Indexing %1 with clangd + Indexation de %1 avec clangd + + + Indexing session with clangd + Indexation de la session avec clangd + + + Memory Usage + Utilisation de la mémoire + + + Location: %1 + Parent folder for proposed #include completion + Emplacement : %1 + + + C++ Usages: + Utilisations de C++ : + + + Re&name %n files + + Re&nommer %n fichier + Re&nommer %n fichiers + + + + Files: +%1 + Fichiers : +%1 + + + collecting overrides ... + réception des surcharges… + + + <base declaration> + <déclaration de base> + + + [Source: %1] + [Source : %1] + + + Component + Composant + + + Total Memory + Mémoire totale + + + Update + Mettre à jour + + + The use of clangd for the C/C++ code model was disabled, because it is likely that its memory requirements would be higher than what your system can handle. + L’utilisation de clangd pour le modèle de code C/C++ a été désactivée, car il est probable que ses besoins en mémoire soient supérieurs à ce que votre système peut prendre en charge. + + + With clangd enabled, Qt Creator fully supports modern C++ when highlighting code, completing symbols and so on.<br>This comes at a higher cost in terms of CPU load and memory usage compared to the built-in code model, which therefore might be the better choice on older machines and/or with legacy code.<br>You can enable/disable and fine-tune clangd <a href="dummy">here</a>. + Avec clangd activé, Qt Creator prend entièrement en charge le C++ moderne lorsqu’il surligne le code, complète les symboles et ainsi de suite.<br>Cela a un coût plus élevé en termes de charge CPU et d’utilisation de la mémoire par rapport au modèle de code intégré, qui peut donc être le meilleur choix sur les machines plus anciennes et/ou avec du code hérité.<br>Vous pouvez activer/désactiver et affiner clangd <a href="dummy">ici</a>. + + + Enable Anyway + Activer quand même + + + Cannot use clangd: Failed to generate compilation database: +%1 + Impossible d’utiliser clangd : échec de la génération de la base de données de compilation : +%1 + + + Project: %1 (based on %2) + Projet : %1 (fondé sur %2) + + + Changes applied in Projects Mode > Clang Code Model + Changements appliqués dans le mode Projets > Modèle de code Clang + + + Code Model Error + Erreur du modèle de code + + + Code Model Warning + Avertissement du modèle de code + + + Copy to Clipboard + Clang Code Model Marks + Copier dans le presse-papiers + + + Disable Diagnostic in Current Project + Désactiver les diagnostics dans le projet en cours + + + Could not retrieve build directory. + Impossible d’accéder au répertoire de compilation. + + + Could not create "%1": %2 + Impossible de créer « %1 » : %2 + + + Clazy Issue + Problème de Clazy + + + Clang-Tidy Issue + Problème de Clang-Tidy + + + + QtC::ClangFormat + + Clang-Format Style + Style de Clang-Format + + + Formatting mode: + Mode de formatage : + + + Format while typing + Formater lors de la frappe + + + Format edited code on file save + Formatage du code modifié lors de l’enregistrement du fichier + + + Override Clang Format configuration file + Écraser le fichier de configuration de Clang Format + + + Use global settings + Utiliser les paramètres généraux + + + ClangFormat settings: + Paramètres de ClangFormat : + + + Indenting only + Indentation uniquement + + + Full formatting + Formatage complet + + + Disable + Désactiver + + + The current project has its own .clang-format file which can be overridden by the settings below. + Le projet actuel possède son propre fichier .clang-format qui peut être écrasé par les paramètres ci-dessous. + + + Override Clang Format configuration file with the chosen configuration. + Écraser le fichier de configuration de Clang Format par la configuration choisie. + + + ClangFormat + ClangFormat + + + Open Used .clang-format Configuration File + Ouvrir le fichier de configuration .clang-format utilisé + + + + QtC::ClangTools + + Files outside of the base directory + Fichiers en dehors du répertoire de base + + + Files to Analyze + Fichiers à analyser + + + Analyze + Analyser + + + Analyze Project with %1... + Analyser le projet avec %1… + + + Analyze Current File with %1 + Analyser le fichier actuel avec %1 + + + Go to previous diagnostic. + Revenir au diagnostic précédant. + + + Go to next diagnostic. + Passer au diagnostic suivant. + + + Load diagnostics from YAML files exported with "-export-fixes". + Charger les diagnostics des fichiers YAML exportés avec « -export-fixes ». + + + Clear + Effacer + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + Filter Diagnostics + Filtrer les diagnostics + + + Apply Fixits + Appliquer les fixits + + + Clang-Tidy and Clazy use a customized Clang executable from the Clang project to search for diagnostics. + Clang-Tidy et Clazy utilisent un exécutable Clang personnalisé issu du projet Clang pour rechercher des diagnostics. + + + Clang-Tidy and Clazy + Clang-Tidy et Clazy + + + Release + Release + + + Run %1 in %2 Mode? + Lancer %1 en mode %2 ? + + + You are trying to run the tool "%1" on an application in %2 mode. The tool is designed to be used in Debug mode since enabled assertions can reduce the number of false positives. + Vous essayez d’exécuter l’outil « %1 » sur une application en mode %2. L’outil est conçu pour être utilisé en mode Debug car les assertions activées peuvent réduire le nombre de faux positifs. + + + Do you want to continue and run the tool in %1 mode? + Voulez-vous continuer et exécuter l’outil en mode %1 ? + + + %1 tool stopped by user. + L’outil %1 a été arrêté par l’utilisateur. + + + Cannot analyze current file: No files open. + Impossible d’analyser le fichier actuel : aucun fichier ouvert. + + + Cannot analyze current file: "%1" is not a known source file. + Impossible d’analyser le fichier actuel : « %1 » n’est pas un fichier source connu. + + + Select YAML Files with Diagnostics + Sélectionner des fichiers YAML avec des diagnostics + + + YAML Files (*.yml *.yaml);;All Files (*) + Fichiers YAML (*.yml *.yaml);;Tous les fichiers (*) + + + Error Loading Diagnostics + Erreur de chargement des diagnostics + + + Set a valid Clang-Tidy executable. + Définir un exécutable Clang-Tidy valide. + + + Set a valid Clazy-Standalone executable. + Définir un exécutable Clazy autonome valide. + + + Project "%1" is not a C/C++ project. + Le projet « %1 » n’est pas un projet C/C++. + + + Open a C/C++ project to start analyzing. + Ouvrir un projet C/C++ pour commencer l’analyse. + + + Failed to build the project. + Échec de la compilation du projet. + + + Failed to start the analyzer. + Échec du lancement de l’analyseur. + + + All Files + Tous les fichiers + + + Opened Files + Fichiers ouverts + + + Edited Files + Fichiers modifiés + + + Failed to analyze %n file(s). + + Échec de l’analyse de %n fichier. + Échec de l’analyse de %n fichiers. + + + + Analyzing... + Analyse… + + + Analyzing... %1 of %n file(s) processed. + + Analyse… %1 de %n fichier traité. + Analyse… %1 de %n fichiers traités. + + + + Analysis stopped by user. + L’analyse a été arrêtée par l’utilisateur. + + + Finished processing %n file(s). + + Traitement du fichier terminé. + Traitement de %n fichiers terminé. + + + + Diagnostics imported. + Diagnostics importés. + + + %1 diagnostics. %2 fixits, %3 selected. + %1 diagnostics. %2 fixits, %3 sélectionné. + + + No diagnostics. + Aucun diagnostic. + + + Clang-Tidy + Clang-Tidy + + + Clazy + Clazy + + + No code model data available for project. + Aucune donnée de modèle de code n’est disponible pour le projet. + + + The project configuration changed since the start of the %1. Please re-run with current configuration. + La configuration du projet a changé depuis le début de %1. Veuillez réexécuter avec la configuration actuelle. + + + Failed to create temporary directory: %1. + Échec de la création du répertoire temporaire : %1. + + + Running %1 on %2 with configuration "%3". + Exécution de %1 sur %2 avec la configuration « %3 ». + + + Analyzing "%1" [%2]. + Analyse « %1 » [%2]. + + + Analyzing + Analyse + + + Failed to analyze "%1": %2 + Échec de l’analyse de « %1 » : %2 + + + Error: Failed to analyze %n files. + + Erreur : échec de l’analyse de %n fichier. + Erreur : échec de l’analyse de %n fichiers. + + + + Note: You might need to build the project to generate or update source files. To build automatically, enable "Build the project before analysis". + Remarque : il se peut que vous deviez compiler le projet pour générer ou mettre à jour les fichiers sources. Pour construire automatiquement le projet, activez l’option « Compiler le projet avant l’analyse ». + + + %1 finished: Processed %2 files successfully, %3 failed. + %1 terminé : traitement réussi de %2 fichier(s), échec de %3. + + + Command line: %1 +Process Error: %2 +Output: +%3 + Ligne de commande : %1 +Erreur du processus : %2 +Sortie : +%3 + + + An error occurred with the %1 process. + Une erreur est survenue avec le processus %1. + + + %1 finished with exit code: %2. + %1 s’est terminé en retournant %2. + + + %1 crashed. + %1 a planté. + + + Message: + Message : + + + Location: + Emplacement : + + + Filter... + Filtrer… + + + Clear Filter + Effacer le filtre + + + Filter for This Diagnostic Kind + Filtre pour ce type de diagnostic + + + Filter out This Diagnostic Kind + Filtrer ce type de diagnostic + + + Web Page + Page web + + + Suppress Selected Diagnostics + Supprimer les diagnostics sélectionnés + + + Suppress This Diagnostic + Supprimer ce diagnostic + + + Disable These Checks + Désactiver ces vérifications + + + Disable This Check + Désactiver cette vérification + + + File "%1" does not exist or is not readable. + Le fichier « %1 » n’existe pas ou n’est pas lisible. + + + Error: Failed to parse YAML file "%1": %2. + Erreur : échec de l’analyse du fichier YAML « %1 » : %2. + + + Clang Tools + Outils Clang + + + Analyze File... + Analyser le fichier… + + + Restore Global Settings + Restaurer les paramètres généraux + + + Go to Clang-Tidy + Aller à Clang-Tidy + + + Go to Clazy + Aller à Clazy + + + Remove Selected + Supprimer la sélection + + + Remove All + Tout supprimer + + + Suppressed diagnostics + Diagnostics supprimés + + + File + Fichier + + + Diagnostic + Diagnostic + + + No Fixits + Aucun fixit + + + Not Scheduled + Non programmé + + + Invalidated + Invalidé + + + Scheduled + Programmé + + + Failed to Apply + Échec de l’application + + + Applied + Appliqué + + + Category: + Catégorie : + + + Type: + Type : + + + Description: + Description : + + + Fixit status: + État de Fixit : + + + Steps: + Étapes : + + + Documentation: + Documentation : + + + In general, the project should be built before starting the analysis to ensure that the code to analyze is valid.<br/><br/>Building the project might also run code generators that update the source files as necessary. + En général, le projet doit être compilé avant de commencer l’analyse pour s’assurer que le code à analyser est valide.<br/><rb/>La compilation du projet peut également exécuter des générateurs de code qui mettent à jour les fichiers source si nécessaire. + + + Info About Build the Project Before Analysis + Informations sur la compilation du projet avant l’analyse + + + Default Clang-Tidy and Clazy checks + Vérifications par défaut de Clang-Tidy et Clazy + + + Select Checks + Sélectionner les vérifications + + + Use .clang-tidy config file + Utiliser le fichier de configuration .clang-tidy + + + Edit Checks as String... + Modifier la vérification en tant que chaîne de caractères… + + + Could not query the supported checks from the clang-tidy executable. +Set a valid executable first. + Impossible d’interroger les vérifications prises en charge à partir de l’exécutable clang-tidy. +Définissez d’abord un exécutable valide. + + + See <a href="https://github.com/KDE/clazy">Clazy's homepage</a> for more information. + Voir <a href="https://github.com/KDE/clazy">la page d’accueil de Clazy</a> pour plus d’informations. + + + Filters + Filtres + + + Reset Topic Filter + Réinitialiser le filtre thématique + + + Checks + Vérifie + + + Enable lower levels automatically + Activation automatique des niveaux inférieurs + + + When enabling a level explicitly, also enable lower levels (Clazy semantic). + Lorsqu’un niveau est explicitement activé, les niveaux inférieurs le sont également (sémantique Clazy). + + + Could not query the supported checks from the clazy-standalone executable. +Set a valid executable first. + Impossible d’interroger les vérifications prises en charge à partir de l’exécutable clang-tidy autonome. +Définissez d’abord un exécutable valide. + + + Options for %1 + Options pour %1 + + + Option + Option + + + Value + Valeur + + + Add Option + Ajouter une option + + + Remove Option + Supprimer l’option + + + <new option> + <nouvelle option> + + + Options + Options + + + Manual Level: Very few false positives + Niveau manuel : très peu de faux positifs + + + Level 0: No false positives + Niveau 0 : pas de faux positifs + + + Level 1: Very few false positives + Niveau 1 : très peu de faux positifs + + + Level 2: More false positives + Niveau 2 : davantage de faux positifs + + + Level 3: Experimental checks + Niveau 3 : vérifications expérimentales + + + Level %1 + Niveau %1 + + + Clang-Tidy Checks + Vérification Clang-Tidy + + + Clazy Checks + Vérification Clazy + + + View Checks as String... + Voir les vérifications en tant que chaîne de caractères… + + + Checks (%n enabled, some are filtered out) + + Vérifie (%n activé, certains sont filtrés) + Vérifie (%n activés, certains sont filtrés) + + + + Checks (%n enabled) + + Vérifie (%n activé) + Vérifie (%n activés) + + + + Custom Configuration + Configuration personnalisée + + + Copy to Clipboard + Copier dans le presse-papiers + + + Disable Diagnostic + Désactiver le diagnostic + + + Check + Vérifier + + + Select All + Tout sélectionner + + + Select All with Fixits + Tout sélectionner avec les fixits + + + Clear Selection + Effacer la sélection + + + Select the diagnostics to display. + Sélectionner les diagnostics à afficher. + + + Build the project before analysis + Compiler le projet avant l’analyse + + + Analyze open files + Analyser les fichiers ouverts + + + Run Options + Options d’exécution + + + Parallel jobs: + Jobs en parallèle : + + + Clang-Tidy Executable + Exécutable de Clang Tidy + + + Clazy Executable + Exécutable de Clazy + + + Executables + Exécutables + + + Clang-Tidy: + Clang Tidy : + + + Clazy-Standalone: + Clazy autonome : + + + + QtC::ClassView + + Show Subprojects + Afficher les sous-projets + + + Class View + Ou est-ce un rapport avec la Vue ? (graphics/view) + Affichage de la classe + + + + QtC::ClearCase + + Check Out + Importer + + + &Checkout comment: + Commentaire d’&importation : + + + &Reserved + &Réservé + + + &Unreserved if already reserved + &Non réservé si déjà réservé + + + &Preserve file modification time + &Préserver la date de modification du fichier + + + Use &Hijacked file + ça sent le dikkenek un peu tout ça: http://www.lembrouille.com/dikkenek/dikkenek-je-viens-de-me-faire-carjacker + Utiliser fichier &Hijacké + + + Configuration + Configuration + + + &Command: + &Commande : + + + Diff + Diff + + + &External + &Externe + + + VOBs list, separated by comma. Indexer will only traverse the specified VOBs. If left blank, all active VOBs will be indexed. + + + + Check this if you have a trigger that renames the activity automatically. You will not be prompted for activity name. + + + + Do &not prompt for comment during checkout or check-in + + + + Check out or check in files with no comment (-nc/omment). + + + + Arg&uments: + Arg&uments : + + + Miscellaneous + Divers + + + &History count: + Pluriel ? + Compteur d’&historique : + + + &Timeout: + Pluriel ? + &Délai d’attente : + + + In order to use External diff, "diff" command needs to be accessible. + + + + DiffUtils is available for free download at http://gnuwin32.sourceforge.net/packages/diffutils.htm. Extract it to a directory in your PATH. + + + + s + s + + + &Automatically check out files on edit + Importer &automatiquement les fichiers à l’édition + + + Aut&o assign activity names + Assigner aut&omatiquement les noms d’activité + + + &Prompt on check-in + Afficher lors d’une ex&portation + + + &Graphical (single file only) + + + + Di&sable indexer + Dé&sactiver l’indexeur + + + &Index only VOBs: + &Indexer seulement les VOBs : + + + ClearCase + ClearCase + + + Dialog + Boite de dialogue + + + The file was changed. + Le fichier a été modifié. + + + &Save copy of the file with a '.keep' extension + &Enregistrer une copie du fichier avec une extension « .keep » + + + Confirm Version to Check Out + Confirmer la version à importer + + + Multiple versions of "%1" can be checked out. Select the version to check out: + + + + &Loaded version + + + + Note: You will not be able to check in this file without merging the changes (not supported by the plugin) + + + + Created by: + Crée par : + + + Created on: + Crée le : + + + Version after &update + Version après &mise à jour + + + Select &activity: + Sélectionner une &activité : + + + Add + Ajouter + + + Keep item activity + Conserver l’élément de l’activité + + + Check &Out + &Importer + + + &Hijack + &Hijack + + + Annotate version "%1" + Annoter la version « %1 » + + + Editing Derived Object: %1 + + + + Triggers a ClearCase version control operation. + + + + C&learCase + C&learCase + + + Check Out... + Exporter… + + + Check &Out "%1"... + Exp&orter « %1 »… + + + Meta+L,Meta+O + Meta+L, Meta+O + + + Alt+L,Alt+O + Alt+L, Alt+O + + + Check &In... + &Importer… + + + Check &In "%1"... + &Importer « %1 »… + + + Meta+L,Meta+I + Meta+L, Meta+I + + + Alt+L,Alt+I + Alt+L, Alt+I + + + Undo Check Out + Défaire l’exportation + + + &Undo Check Out "%1" + &Défaire l’exportation « %1 » + + + Meta+L,Meta+U + Meta+L, Meta+U + + + Alt+L,Alt+U + Alt+L, Alt+U + + + Undo Hijack + Annuler Hijack + + + Undo Hi&jack "%1" + Annuler Hi&jack « %1 » + + + Meta+L,Meta+R + Meta+L, Meta+R + + + Alt+L,Alt+R + Alt+L, Alt+R + + + Diff Current File + Diff du fichier actuel + + + &Diff "%1" + Faire un &diff de « %1 » + + + Meta+L,Meta+D + Meta+L, Meta+D + + + Alt+L,Alt+D + Alt+L, Alt+D + + + History Current File + Historique du fichier actuel + + + &History "%1" + &Historique de « %1 » + + + Meta+L,Meta+H + Meta+L, Meta+H + + + Alt+L,Alt+H + Alt+L, Alt+H + + + Annotate Current File + Annoter le fichier actuel + + + &Annotate "%1" + &Annoter « %1 » + + + Meta+L,Meta+A + Meta+L, Meta+A + + + Alt+L,Alt+A + Alt+L, Alt+A + + + Add File... + Ajouter un fichier… + + + Add File "%1" + Ajouter le fichier « %1 » + + + Diff A&ctivity... + Différence d’a&ctivité… + + + Ch&eck In Activity + &Importer l’activité + + + Chec&k In Activity "%1"... + Import&er l’activité « %1 »… + + + Update Index + Mettre à jour l’index + + + Update View + Mettre à jour la vue + + + U&pdate View "%1" + Mettre à jour la vue « %1 » (&P) + + + Check In All &Files... + Importer tous les &fichiers… + + + Meta+L,Meta+F + Meta+L, Meta+F + + + Alt+L,Alt+F + Alt+L, Alt+F + + + View &Status + Voir l’é&tat + + + Meta+L,Meta+S + Meta+L, Meta+S + + + Alt+L,Alt+S + Alt+L, Alt+S + + + Check In + Importer + + + Do you want to undo the check out of "%1"? + + + + Do you want to undo hijack of "%1"? + + + + Updating ClearCase Index + + + + Undo Hijack File + ils ont vraiment des concepts bizarres dans Clearcase, mais en general je trouve ce jargon specifique à un outil particulier assez intraduisible... +Oui :) + Annuler hijack du fichier + + + External diff is required to compare multiple files. + Un diff externe est nécessaire pour comparer plusieurs fichiers. + + + Enter Activity + Saisir l’activité + + + Activity Name + Nom de l’activité + + + Check In Activity + Importer l’activité + + + Another check in is currently being executed. + Une autre vérification est actuellement en cours. + + + There are no modified files. + Aucun fichier n’a été modifié. + + + No ClearCase executable specified. + Aucun exécutable ClearCase spécifié. + + + ClearCase Checkout + Export ClearCase + + + File is already checked out. + Le fichier est déjà exporté. + + + Set current activity failed: %1 + La définition de l’activité actuelle a échoué : %1 + + + Enter &comment: + Saisir un &commentaire : + + + ClearCase Add File %1 + ClearCase Ajouter le fichier %1 + + + ClearCase Remove Element %1 + ClearCase Enlever l’élément %1 + + + This operation is irreversible. Are you sure? + Cette opération est irréversible. Voulez-vous continuer ? + + + ClearCase Remove File %1 + ClearCase Enlever le fichier %1 + + + ClearCase Rename File %1 -> %2 + ClearCase Renommer le fichier de %1 vers %2 + + + Activity Headline + En-tête de l’activité + + + Enter activity headline + Saisir l’en-tête de l’activité + + + ClearCase Check In + Import ClearCase + + + Chec&k in even if identical to previous version + Importer même si identique à la version précédente (&K) + + + &Check In + Importer (&C) + + + ClearCase Command + Commande ClearCase + + + + QtC::Coco + + Select a Squish Coco CoverageBrowser Executable + + + + CoverageBrowser: + + + + Coco instrumentation files (*.csmes) + + + + Select a Squish Coco Instrumentation File + + + + CSMes: + QtC::CodePaster - - &CodePaster - &CodePaster - &Code Pasting &Collage de code Paste Snippet... - snippet is quite common in French for programming - Coller le snippet... + snippet est traduit par « extrait de code » partout ailleurs + Coller l’extrait de code… Alt+C,Alt+P @@ -557,13 +15460,9 @@ Meta+C,Meta+P Meta+C, Meta+P - - Paste Clipboard... - Coller le contenu du presse-papier… - Fetch Snippet... - Récuperer le snippet... + Accéder à l’extrait de code… Alt+C,Alt+F @@ -575,35 +15474,19 @@ Fetch from URL... - Récupérer depuis l'URL... + Réception depuis l’URL… Fetch from URL - Récupérer depuis l'URL + Réception depuis l’URL Enter URL: - Entrer l'URL : + Saisir l’URL : Empty snippet received for "%1". - Fragment vide reçu pour "%1". - - - This protocol supports no listing - Ce protocole ne prend en charge le listage - - - CodePaster Error - Erreur dans CodePaster - - - Could not fetch code - Impossible de récuperer le code - - - Some error occured while posting - Une erreur s'est produite lors de la publication + L’extrait de code reçu pour « %1 » est vide. Refresh @@ -621,99 +15504,163 @@ General Général - - - QtC::TextEditor - Code Completion - Complétion du code + Code Pasting + Collage de code - Do a case-sensitive match for completion items. - Tenir compte de la casse lors de la complétion. + Cannot open %1: %2 + Impossible d’ouvrir %1 : %2 - &Case-sensitive completion - Sensible à la &casse + %1 does not appear to be a paster file. + %1 ne semble pas être un fichier copiable. - Automatically insert (, ) and ; when appropriate. - Insérer automatiquement (, ) et; si approprié. + Error in %1 at %2: %3 + Erreur dans %1 à la ligne %2 : %3 - &Automatically insert brackets - Insertion &automatique des parenthèses + Please configure a path. + Veuillez configurer un chemin. - Insert the common prefix of available completion items. - Insérer le préfixe commun des élements disponibles. + Fileshare + Fileshare - Autocomplete common &prefix - Autocomplétion du &préfixe commun + <Comment> + <Commentaire> - &Case-sensitivity: - Sensibilité à la &casse : + Days + jours - Full - Totale + Paste + Coller - First Letter - Première lettre + %1 - Configuration Error + %1 - Erreur de configuration - Insert &space after function name - Insérer un e&space après le nom de fonction + Checking connection + Vérification de la connexion - Activate completion: - Activer la complétion : + Connecting to %1... + Connexion à %1… - Manually - Manuellement + The fileshare-based paster protocol allows for sharing code snippets using simple files on a shared network drive. Files are never deleted. + Le protocole de collage fondé sur le partage de fichiers permet de partager des extraits de code en utilisant de simples fichiers sur un disque réseau partagé. Ces fichiers ne sont jamais effacés. - When Triggered - À la demande + &Path: + Che&min : - Automatically insert brackets and semicolons when appropriate. - Insérer automatiquement les accolades et les points-virgule où cela est approprié. + &Display: + &Afficher : - Automatically insert semicolons and closing brackets, parentheses, curly braces, and quotes when appropriate. - Insérer automatiquement les deux points et crochets fermants, parenthèses, accolades et guillemets quand cela est approprié. + entries + entrées - &Automatically insert matching characters - Insérer &automatiquement les caractères correspondants + Protocol: + Protocole : - When typing a matching character and there is a text selection, instead of removing the selection, surround it with the corresponding characters. - Lors de la frappe d'un caractère correspondant, s'il y a une sélection de texte, au lieu de la supprimer, l'entourer des caractères correspondants. + Paste: + Collage : - Surround &text selections - Entourer les sélections de &texte + Send to Codepaster + Envoyer sur Codepaster + + + &Username: + &Utilisateur : + + + <Username> + <Utilisateur> + + + &Description: + &Description : + + + <Description> + <Description> + + + Parts to Send to Server + Parties à envoyer au serveur + + + &Expires after: + &Expire après : + + + Copy-paste URL to clipboard + Copier l’URL dans le presse-papier + + + Username: + Nom d’utilisateur : + + + Default protocol: + Protocole par défaut : + + + Display General Messages after sending a post + Afficher les messages généraux après l’envoi d’un message + + + %1: %2 + %1 : %2 - QtC::Help + QtC::CompilationDatabaseProjectManager - Open Link - Ouvrir le lien + Change Root Directory + Modifier le répertoire racine - Open Link as New Page - Ouvrir le lien en tant que nouvelle page + Scan "%1" project tree + Scanner l’arbre du projet « %1 » - Open Link in New Tab - Ouvrir le lien dans un nouvel onglet + Parse "%1" project + Analyser le projet « %1 » + + + + QtC::Conan + + Conan install + + + + Conan file: + + + + Enter location of conanfile.txt or conanfile.py. + + + + Additional arguments: + Arguments supplémentaires : + + + Run conan install + @@ -727,8 +15674,8 @@ Fichiers existants - Failed to open an editor for '%1'. - Échec de l'ouverture d'un éditeur pour "%1'. + Failed to open an editor for "%1". + Échec de l’ouverture d’un éditeur pour « %1 ». [read only] @@ -742,39 +15689,15 @@ [symbolic link] [lien symbolique] - - [read only] - [lecture seule] - - - [folder] - [dossier] - - - [directory] - [répertoire] - - - [symbolic link] - [lien symbolique] - The project directory %1 contains files which cannot be overwritten: %2. Le répertoire du projet %1 contient des fichiers qui ne peuvent être écrasés : %2. - - - The following files already exist in the directory %1: -%2. -Would you like to overwrite them? - Les fichiers suivants existent déjà dans le répertoire %1 : -%2. -Voulez vous les écraser ? Revert to Saved - Revenir à la version sauvegardée + Revenir à la version enregistrée Close @@ -782,27 +15705,19 @@ Voulez vous les écraser ? Close All - Fermer Tout + Tout fermer Close Others Fermer les autres éditeurs - - Next Document in History - Document Suivant dans l'Historique - - - Previous Document in History - Document Précédent dans l'Historique - Next Open Document in History - Document ouvert suivant dans l'historique + Document ouvert suivant dans l’historique Previous Open Document in History - Document ouvert précédent dans l'historique + Document ouvert précédent dans l’historique Go Back @@ -812,13 +15727,9 @@ Voulez vous les écraser ? Go Forward Suivant - - Open in External Editor - Ouvrir dans l'éditeur externe - Revert File to Saved - Restaurer le fichier sauvegardé + Restaurer le fichier enregistré Ctrl+W @@ -830,7 +15741,7 @@ Voulez vous les écraser ? Ctrl+Shift+W - Ctrl+Shift+W + Ctrl+Maj+W Alt+Tab @@ -842,43 +15753,67 @@ Voulez vous les écraser ? Alt+Shift+Tab - Alt+Shift+Tab + Alt+Maj+Tab Ctrl+Shift+Tab - Ctrl+Shift+Tab + Ctrl+Maj+Tab Ctrl+Alt+Left - Ctrl+Alt+Left + Ctrl+Alt+Gauche Alt+Left - Alt+Left + Alt+Gauche Ctrl+Alt+Right - Ctrl+Alt+Right + Ctrl+Alt+Droite Alt+Right - Alt+Right - - - Meta+E - Meta+E + Alt+Droite Close All Except Visible - Fermer tout sauf l'éditeur visible + Tout fermer sauf l’éditeur visible &Save &Enregistrer + + Go to Last Edit + Aller à la dernière modification + + + Copy Full Path + Copier le chemin complet + + + Copy Path and Line Number + Copier le chemin et le numéro de ligne + + + Copy File Name + Copier le nom du fichier + Save &As... - Enregistrer &sous... + Enregistrer &sous… + + + Properties... + Propriétés… + + + Pin + Épingler + + + Alternative Close + Fermeture alternative Split @@ -918,7 +15853,7 @@ Voulez vous les écraser ? Remove Current Split - Fermer la Vue Courante + Fermer la vue actuelle Meta+E,0 @@ -940,6 +15875,18 @@ Voulez vous les écraser ? Ctrl+E,1 Ctrl+E,1 + + Go to Previous Split or Window + Retourner à la séparation ou à la fenêtre précédente + + + Meta+E,i + Meta+E,i + + + Ctrl+E,i + Ctrl+E,i + Go to Next Split or Window Aller à la vue ou la fenêtre suivante @@ -958,35 +15905,75 @@ Voulez vous les écraser ? Current document - Document courant + Document actuel - Full path of the current document including file name. - Chemin complet du document courant, dont le nom de fichier. + Unpin "%1" + Désépingler « %1 » - Full path of the current document excluding file name. - Chemin complet du document courant hors nom de fichier. + Pin "%1" + Épingler « %1 » + + + Pin Editor + Épingler l’éditeur + + + Open With + Ouvrir avec X-coordinate of the current editor's upper left corner, relative to screen. - Abscisse du coin supérieur gauche de l'éditeur courant, relative à l'écran. + Abscisse du coin supérieur gauche de l’éditeur actuel, relative à l’écran. Y-coordinate of the current editor's upper left corner, relative to screen. - Ordonnée du coin supérieur gauche de l'éditeur courant, relative à l'écran. + Ordonnée du coin supérieur gauche de l’éditeur actuel, relative à l’écran. + + + Continue Opening Huge Text File? + Continuer à ouvrir l’énorme fichier texte ? + + + The text file "%1" has the size %2MB and might take more memory to open and process than available. + +Continue? + Le fichier texte « %1 » a une taille de %2 Mo et son ouverture et son traitement pourraient nécessiter plus de mémoire que celle disponible. + +Poursuivre ? + + + Could not open "%1": Cannot open files of type "%2". + Impossible d’ouvrir « %1 » : impossible d’ouvrir les fichiers de type « %2 ». + + + Could not open "%1" for reading. Either the file does not exist or you do not have the permissions to open it. + Impossible d’ouvrir « %1 » en lecture. Soit le fichier n’existe pas, soit vous n’avez pas les autorisations nécessaires pour l’ouvrir. + + + Could not open "%1": Unknown error. + Impossible d’ouvrir « %1 » : erreur inconnue. + + + Reload %1 + Recharger %1 + + + Cancel && &Diff + Annuler et &diff Close "%1" - Fermer "%1" + Fermer « %1 » Close Editor - Fermer l'éditeur + Fermer l’éditeur Close All Except "%1" - Fermer tout sauf "%1" + Tout fermer sauf « %1 » Close Other Editors @@ -998,91 +15985,27 @@ Voulez vous les écraser ? Cannot Open File - Impossible d'ouvrir un fichier - - - Cannot open the file for editing with SCC. - Impossible d'ouvrir le fichier pour édition avec SCC. + Impossible d’ouvrir un fichier Cannot open the file for editing with VCS. - Impossible d'ouvrir le fichier pour édition avec VCS. + Impossible d’ouvrir le fichier pour édition avec VCS. Make Writable Rendre inscriptible - - The file <i>%1</i> is read only. - Le fichier <i>%1</i> est en lecture seule. - Save %1 &As... - Enregistrer %1 &sous... - - - Goto Other Split - Changer de vue - - - %1,2 - %1,2 - - - %1,3 - %1,3 - - - %1,0 - %1,0 - - - %1,1 - %1,1 - - - Go to Next Split - Aller à la vue suivante - - - %1,o - %1,o - - - &Advanced - A&vancé - - - Alt+V,Alt+I - nav.net + Enregistrer %1 &sous… Opening File Ouverture du Fichier - - Cannot open file %1! - Impossible d'ouvrir le fichier %1! - - - Failed! - Échec ! - - - Could not open the file for editing with SCC. - Impossible d'ouvrir le fichier pour édition avec SCC. - - - Could not set permissions to writable. - Impossible d'attribuer les droits en écriture. - - - Qt Creator - Qt Creator - <b>Warning:</b> This file was not opened in %1 yet. - <b>Attention :</b> le fichier n'est pas encore ouvert dans %1. + <b>Attention :</b> le fichier n’est pas encore ouvert dans %1. Open @@ -1090,11 +16013,7 @@ Voulez vous les écraser ? <b>Warning:</b> You are changing a read-only file. - <b>Attention:</b> Vous apportez des modifications à un fichier en lecture seule. - - - Save %1 As... - Enregistrer %1 sous... + <b>Attention :</b> Vous apportez des modifications à un fichier en lecture seule. &Save %1 @@ -1102,7 +16021,7 @@ Voulez vous les écraser ? Revert %1 to Saved - Restaurer %1 à la version sauvegardée + Restaurer %1 à la version enregistrée Close %1 @@ -1110,7 +16029,7 @@ Voulez vous les écraser ? Close All Except %1 - Fermer tout sauf %1 + Tout fermer sauf %1 You will lose your current changes if you proceed reverting %1. @@ -1128,29 +16047,58 @@ Voulez vous les écraser ? Terminal: Terminal : - - External editor: - Éditeur externe : - ? ? - General - Général + Reset Warnings + Button text + Réinitialiser les avertissements + + + Re-enable warnings that were suppressed by selecting "Do Not Show Again" (for example, missing highlighter). + Réactiver les avertissements qui ont été supprimés en sélectionnant « Ne plus afficher » (par exemple, surligneur manquant). + + + Theme: + Thème : + + + Enable high DPI scaling + Activer la mise à l’échelle DPI élevée + + + The high DPI settings will take effect after restart. + Les paramètres DPI élevés prendront effet après le redémarrage. + + + Text codec for tools: + Codec de texte pour les outils : + + + Show keyboard shortcuts in context menus (default: %1) + Afficher les raccourcis clavier dans les menus contextuels (par défaut : %1) + + + on + oui + + + off + non <System Language> <Langue du système> - Restart required - Redémarrage nécessaire + The language change will take effect after restart. + Le changement de langue prend effet après le redémarrage. - The language change will take effect after a restart of Qt Creator. - Le changement de langue prendra effet au prochain démarrage de Qt Creator. + Interface + Interface Variables @@ -1160,18 +16108,6 @@ Voulez vous les écraser ? When files are externally modified: Quand des fichiers ont été modifiés en dehors de Qt Creator : - - Always ask - Demander quoi faire - - - Reload all modified files - Recharger tous les fichiers modifiés - - - Ignore modifications - Ignorer les modifications - User Interface Interface utilisateur @@ -1180,10 +16116,6 @@ Voulez vous les écraser ? Color: Couleur : - - Default file encoding: - Encodage de fichier par défaut : - Language: Langue : @@ -1196,6 +16128,62 @@ Voulez vous les écraser ? External file browser: Navigateur de fichiers externe : + + Bytes + Octets + + + KB + ko + + + MB + Mo + + + GB + Go + + + TB + To + + + Auto-suspend unmodified files + Suspendre automatiquement les fichiers non modifiés + + + Enable crash reporting + Activer les rapports de plantage + + + Warn before opening text files greater than + Avertir avant d’ouvrir des fichiers texte plus grands que + + + Ask for confirmation before exiting + Demander une confirmation avant de quitter + + + Clear Local Crash Reports + Effacer les rapports locaux de plantage + + + Auto-save files after refactoring + Enregistrer automatiquement les fichiers après refactorisation + + + Automatically free resources of old documents that are not visible and not modified. They stay visible in the list of open documents. + Libérer automatiquement les ressources des anciens documents qui ne sont ni visibles ni modifiés. Ils restent visibles dans la liste des documents ouverts. + + + Allow crashes to be automatically reported. Collected reports are used for the sole purpose of fixing bugs. + Autoriser le signalement automatique des plantages. Les rapports collectés sont utilisés dans le seul but de corriger les bogues. + + + Command line arguments used for "Run in terminal". + Arguments de ligne de commande utilisés pour « Exécuter dans le terminal ». + Always Ask Demander quoi faire @@ -1208,6 +16196,48 @@ Voulez vous les écraser ? Ignore Modifications Ignorer les modifications + + Maximum number of entries in "Recent Files": + Nombre maximal d’entrées dans « Fichiers récents » : + + + Command used for reverting diff chunks. + Commande utilisée pour revenir sur des fragments de diff (diff chunk). + + + Automatically creates temporary copies of modified files. If %1 is restarted after a crash or power failure, it asks whether to recover the auto-saved content. + Crée automatiquement des copies temporaires des fichiers modifiés. Si %1 est redémarré après un plantage ou une panne de courant, il demande s’il faut accéder au contenu enregistré automatiquement. + + + Automatically saves all open files affected by a refactoring operation, +provided they were unmodified before the refactoring. + Enregistre automatiquement tous les fichiers ouverts affectés par une opération de refactorisation, +à condition qu’ils n’aient pas été modifiés avant la refactorisation. + + + Crash Reporting + Rapport de plantage + + + The change will take effect after restart. + La modification prendra effet après le redémarrage. + + + Case Sensitive (Default) + Sensible à la casse (par défaut) + + + Case Insensitive (Default) + Insensible à la casse (par défaut) + + + Case Insensitive + Insensible à la casse + + + The file system case sensitivity change will take effect after restart. + La modification de la sensibilité à la casse du système de fichiers prendra effet après le redémarrage. + Reset Réinitialiser @@ -1215,44 +16245,49 @@ Voulez vous les écraser ? Reset to default. Color - Restaurer les paramètres par défaut. + Restaurer les paramètres par défaut. Reset to default. Terminal - Restaurer les paramètres par défaut. - - - Reset to default. - File Browser - Restaurer les paramètres par défaut. - - - Automatically create temporary copies of modified files. If Qt Creator is restarted after a crash or power failure, it asks whether to recover the auto-saved content. - Créer automatiquement des copies temporaires des fichiers modifiés. Si Qt Creator est relancé après un crash ou un défaut d'alimentation, il va demander s'il faut récupérer le contenu ainsi sauvé. + Restaurer les paramètres par défaut. Auto-save modified files - Sauvegarder automatiquement les fichiers modifiés + Enregistrer automatiquement les fichiers modifiés + + + Command line arguments used for "%1". + Arguments de la ligne de commande utilisés pour « %1 ». + + + File system case sensitivity: + Sensibilité à la casse du système de fichiers : + + + Influences how file names are matched to decide if they are the same. + Influence la façon dont les noms de fichiers sont comparés pour déterminer s’ils sont identiques. + + + Files to keep open: + Fichiers à conserver ouverts : + + + Minimum number of open documents that should be kept in memory. Increasing this number will lead to greater resource usage when not manually closing documents. + Nombre minimum de documents ouverts qui doivent être conservés en mémoire. L’augmentation de ce nombre entraînera une plus grande utilisation des ressources lorsque les documents ne sont pas fermés manuellement. + + + Patch command: + Commande de patch : Interval: - Intervale : + Intervalle : min - unit for minutes min - - Re-enable all warnings which were suppressed using "Don't show again" button (e.g. missing highlighter). - Réactiver tous les avertissements qui ont été supprimées avec le bouton "Ne plus afficher" (par exemple si la coloration syntaxique est manquante). - - - Reset warnings - Button text - Réinitialiser les avertissements - &File &Fichier @@ -1263,43 +16298,19 @@ Voulez vous les écraser ? &Tools - O&utils + &Outils &Window - Fe&nêtre + Fenê&tre &Help - &Aide - - - &New... - &Nouveau... - - - &Open... - &Ouvrir... - - - &Open With... - Ou&vrir avec... - - - &New File or Project... - &Nouveau fichier ou projet... + A&ide &Open File or Project... - &Ouvrir un fichier ou projet... - - - &Open File With... - Ouvrir le fichier &avec... - - - Recent Files - Fichiers récents + &Ouvrir un fichier ou projet… Exit Full Screen @@ -1311,7 +16322,7 @@ Voulez vous les écraser ? Open File &With... - Ouvrir le fichier &avec... + Ouvrir le fichier &avec… Recent &Files @@ -1323,19 +16334,48 @@ Voulez vous les écraser ? Ctrl+Shift+S - Ctrl+Shift+S + Ctrl+Maj+S Save As... - Enregistrer sous... + Enregistrer sous… Save A&ll &Tout enregistrer + + Exit %1? + Quitter %1 ? + + + &View + &Affichage + + + Return to Editor + Retourner à l’éditeur + + + &New Project... + &Nouveau projet… + + + New Project + Title of dialog + Nouveau projet + + + New File... + Nouveau fichier… + + + Open From Device... + Ouvrir à partir d’un appareil… + &Print... - Im&primer... + Im&primer… E&xit @@ -1379,28 +16419,88 @@ Voulez vous les écraser ? &Go to Line... - &Aller à la ligne... + &Aller à la ligne… - &Select All - Tout &sélectionner + Zoom In + Zoomer - &Go To Line... - &Aller à la ligne... + Ctrl++ + Ctrl++ + + + Zoom Out + Dézoomer + + + Ctrl+- + Ctrl+- + + + Ctrl+Shift+- + Ctrl+Maj+- + + + Original Size + Taille réelle + + + About &%1 + À propos de &%1 + + + About &%1... + À propos de &%1… + + + Change Log... + Journal des modifications… + + + Contact... + Contact… + + + Cycle Mode Selector Styles + + + + Mode Selector Style + Style de sélecteur de mode + + + Icons and Text + Icônes et texte + + + Icons Only + Icônes uniquement + + + Hidden + Caché + + + Version: + Version : + + + Change Log + Journal des modifications + + + Contact + Contact + + + <p>Qt Creator developers can be reached at the Qt Creator mailing list:</p>%1<p>or the #qt-creator channel on Libera.Chat IRC:</p>%2<p>Our bug tracker is located at %3.</p><p>Please use %4 for bigger chunks of text.</p> + <p>Les développeurs de Qt Creator peuvent être contactés sur la liste de diffusion de Qt Creator :</p>%1<p>ou sur le canal IRC #qt-creator sur Libera.Chat :</p>%2<p>Notre suivi des bogues est accessible à %3.</p><p>Veuillez utiliser %4 pour les plus gros morceaux de texte.</p> Ctrl+L Ctrl+L - - &Options... - &Options... - - - Ctrl+, - Ctrl+, - Minimize Minimiser @@ -1413,21 +16513,37 @@ Voulez vous les écraser ? Zoom Zoom - - Show Sidebar - Afficher la barre latérale - Ctrl+0 Ctrl+0 - Alt+0 - Alt+0 + Meta+0 + Meta+0 - Show Mode Selector - Afficher le sélecteur de mode + Debug %1 + Déboguer %1 + + + Show Logs... + Afficher les journaux… + + + Pr&eferences... + &Préférences… + + + Close Window + Fermer la fenêtre + + + Ctrl+Meta+W + Ctrl+Meta+W + + + Alt+0 + Alt+0 Full Screen @@ -1445,55 +16561,21 @@ Voulez vous les écraser ? &Views &Vues - - About &Qt Creator - À propos de &Qt Creator - - - About &Qt Creator... - À propos de &Qt Creator... - About &Plugins... - À propos des &plug-ins... - - - New - Title of dialog - Nouveau - - - Open Project - Ouvrir le projet - - - New... - Title of dialog - Nouveau... - - - Settings... - Paramètres... + À propos des &greffons… General Messages Messages généraux - - New Project - Nouveau projet - - - 1 - 1 - Choose a template: - Choisir un modèle : + Sélectionner un modèle : - &Choose... - &Choisir… + Choose... + Sélectionner… Projects @@ -1517,105 +16599,205 @@ Voulez vous les écraser ? Supported Platforms - Plateformes supportées + Plateformes prises en charge * * - - Open file '%1' with: - Ouvrir le fichier %1 avec : - Open File With... - Ouvrir le fichier avec... + Ouvrir le fichier avec… - Open file extension with: - Ouvrir ce type d'extension avec : + Open file "%1" with: + Ouvrir le fichier « %1 » avec : Output Sortie + + Category + Catégorie + + + Color + Couleur + + + Logging Category Viewer + Afficheur de catégories de journaux + + + Save Log + Enregistrer le journal + Clear Effacer + + Stop Logging + Arrêter la journalisation + + + Toggle Qt Internal Logging + Activer/désactiver la journalisation interne de Qt + + + Auto Scroll + Défilement auto + + + Timestamps + Horodatages + + + Message Types + Types de message + + + Timestamp + Horodatage + + + Message + Message + + + Start Logging + Démarrer la journalisation + + + Copy Selected Logs + Copier les journaux sélectionnés + + + Copy All + Tout copier + + + Save Enabled as Preset... + Enregistrer tout ce qui est activé comme préconfiguration… + + + Update from Preset... + Mettre à jour à partir des préconfigurations… + + + Uncheck All + Tout décocher + + + Save Logs As + Enregistrer les journaux sous + + + Failed to write logs to "%1". + Échec de l’écriture des journaux dans « %1 ». + + + Failed to open file "%1" for writing logs. + Échec de l’ouverture du fichier « %1 » pour l’écriture des journaux. + + + Save Enabled Categories As + Enregistrer les catégories activées sous + + + Failed to write preset file "%1". + Échec de l’écriture du fichier de préconfiguration « %1 ». + + + Load Enabled Categories From + Charger les catégories activées depuis + + + Failed to open preset file "%1" for reading + Échec de l’ouverture en lecture du fichier de préconfiguration « %1 » + + + Failed to read preset file "%1": %2 + Échec de la lecture du fichier de préconfiguration « %1 » : %2 + + + Unexpected preset file format. + Format du fichier de préconfiguration inattendu. + + + Show Non-matching Lines + Afficher les lignes non concordantes + + + Filter output... + Filtrer la sortie… + + + Maximize + Maximiser + Next Item - Élement suivant + Élément suivant Previous Item - Élement précédent + Élément précédent - Maximize Output Pane - Maximiser le panneau de sortie + Out&put + &Sortie - Output &Panes - &Panneaux de sortie + Ctrl+Shift+9 + Ctrl+Maj+9 + + + Alt+Shift+9 + Alt+Maj+9 Shift+F6 - Shift+F6 + Maj+F6 F6 F6 - - Ctrl+9 - Ctrl+9 - - - Alt+9 - Alt+9 - - - Minimize Output Pane - Minimiser le panneau de sortie - Details Détails Error Details - Détails de l'erreur + Détails de l’erreur - Restart required. - Redémarrage nécessaire. + Install Plugin... + Installer un greffon… Installed Plugins - Plug-ins installés + Greffons installés + + + Plugin changes will take effect after restart. + Les modifications apportées au greffon prendront effet après le redémarrage. Plugin Details of %1 - Détail sur le plug-in %1 ? - Détails du plug-in %1 + Détail sur le greffon %1 ? + Détails du greffon %1 Plugin Errors of %1 - Erreurs du plug-in %1 + Erreurs du greffon %1 Processes Processus - - Don't Save - Ne pas enregistrer - - - Do not Save - Ne pas enregistrer - Save All Tout enregistrer @@ -1626,7 +16808,7 @@ Voulez vous les écraser ? Save Changes - Sauvegarder les changements + Enregistrer les changements The following files have unsaved changes: @@ -1634,7 +16816,35 @@ Voulez vous les écraser ? Automatically save all files before building - Sauvegarder automatiquement tous les fichiers avant de compiler + Enregistrer automatiquement tous les fichiers avant de compiler + + + &Diff + &Diff + + + Do &Not Save + &Ne pas enregistrer + + + &Diff && Cancel + &Diff et annuler + + + &Save All + Tout enregi&strer + + + &Diff All && Cancel + &Diff tout et annuler + + + &Save Selected + Enregi&strer la sélection + + + &Diff Selected && Cancel + &Diff la sélection et annuler Keyboard @@ -1644,17 +16854,49 @@ Voulez vous les écraser ? Keyboard Shortcuts Raccourcis clavier + + Click and type the new key sequence. + Cliquer et saisir la nouvelle séquence de touches. + + + Stop Recording + Arrêter l’enregistrement + + + Record + Enregistrer + + + Invalid key sequence. + Séquence de touches invalide. + + + Key sequence will not work in editor. + La séquence de touches ne fonctionnera pas dans l’éditeur. + Key sequence: Combinaison de touches : - Shortcut - Raccourci + Use "Cmd", "Opt", "Ctrl", and "Shift" for modifier keys. Use "Escape", "Backspace", "Delete", "Insert", "Home", and so on, for special keys. Combine individual keys with "+", and combine multiple shortcuts to a shortcut sequence with ",". For example, if the user must hold the Ctrl and Shift modifier keys while pressing Escape, and then release and press A, enter "Ctrl+Shift+Escape,A". + Utilisez « Cmd », « Opt », « Ctrl » et « Maj » pour les touches de modification. Utilisez « Échap », « Retour arrière », « Suppression », « Insertion », « Accueil », etc. pour les touches spéciales. Combinez des touches individuelles avec « + » et combinez plusieurs raccourcis en une séquence de raccourcis avec « , ». Par exemple, si l’utilisateur doit maintenir les touches de modification Ctrl et Maj tout en appuyant sur Échap, puis relâcher et appuyer sur A, saisissez « Ctrl+Maj+Échap,A ». - Type to set shortcut - Appuyer pour définir le raccourci + Use "Ctrl", "Alt", "Meta", and "Shift" for modifier keys. Use "Escape", "Backspace", "Delete", "Insert", "Home", and so on, for special keys. Combine individual keys with "+", and combine multiple shortcuts to a shortcut sequence with ",". For example, if the user must hold the Ctrl and Shift modifier keys while pressing Escape, and then release and press A, enter "Ctrl+Shift+Escape,A". + Utilisez « Ctrl », « Alt », « Meta » et « Maj » pour les touches de modification. Utilisez « Échap », « Retour arrière », « Suppression », « Insertion », « Accueil », etc. pour les touches spéciales. Combinez des touches individuelles avec « + » et combinez plusieurs raccourcis en une séquence de raccourcis avec « , ». Par exemple, si l’utilisateur doit maintenir les touches de modification Ctrl et Maj tout en appuyant sur Échap, puis relâcher et appuyer sur A, saisissez « Ctrl+Maj+Échap,A ». + + + Enter key sequence as text + Saisir la séquence de touches sous forme de texte + + + Key sequence has potential conflicts. <a href="#conflicts">Show.</a> + La séquence de touches présente des conflits potentiels. <a href="#conflicts">Afficher.</a> + + + Shortcut + Raccourci Import Keyboard Mapping Scheme @@ -1668,821 +16910,2112 @@ Voulez vous les écraser ? Export Keyboard Mapping Scheme Exporter le mapping clavier - - About Qt Creator - À propos de Qt Creator - - - <h3>%1</h3>%2<br/><br/>Built on %3 at %4<br /><br/>%5<br/>Copyright 2008-%6 %7. All rights reserved.<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<br/> - %1 version string, %2build compatibility string, %3 date, %4 heure, %5 ide revision, %6 year, %7 author - <h3>%1</h3>%2<br/><br/>Compilé le %3 à %4<br /><br/>%5<br/>Copyright 2008-%6 %7. Tous droits réservés.<br/><br/>Le programme est fourni TEL QUEL sans GARANTIE D'AUCUNE SORTE, Y COMPRIS DE GARANTIE DE LA CONCEPTION, DE QUALITÉ MARCHANDE ET D'ADÉQUATION À UN USAGE PARTICULIER.<br/> - - - (%1) - (%1) - - - From revision %1<br/> - This gets conditionally inserted as argument %8 into the description string. - Depuis la révision %1<br/> - - - <h3>Qt Creator %1 %8</h3>Based on Qt %2 (%3 bit)<br/><br/>Built on %4 at %5<br /><br/>%9<br/>Copyright 2008-%6 %7. All rights reserved.<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<br/> - <h3>Qt Creator %1 %8</h3>Basé sur Qt %2 (%3 bit)<br/><br/>Compilé le %4 à %5<br /><br/>%9<br/>Copyright 2008-%6 %7. Tous droits réservés.<br/><br/>Ce programme est fourni « EN L'ÉTAT », SANS GARANTIE D'AUCUNE SORTE, INCLUANT, SANS S'Y LIMITER, LES GARANTIES D'ABSENCE DE DÉFAUT, DE QUALITÉ MARCHANDE, D'ADÉQUATION À UN USAGE PARTICULIER.<br/> - - - <h3>Qt Creator %1</h3>Based on Qt %2 (%3 bit)<br/><br/>Built on %4 at %5<br /><br/>%8<br/>Copyright 2008-%6 %7. All rights reserved.<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<br/> - %4 == __DATE__ et %5 ==__TIME__. Pour les formulations légales, dans le doute, mieux vaut laisser l'anglais... (legal m'a l'air correct, enfin chuis pas avocat !) - <h3>Qt Creator %1</h3>Basé sur Qt %2 (%3 bit)<br/><br/>Compilé le %4 à %5<br /><br/>%8<br/>Copyright 2008-%6 %7. Tous droits réservés.<br/><br/>Ce programme est fourni « EN L'ÉTAT », SANS GARANTIE D'AUCUNE SORTE, INCLUANT, SANS S'Y LIMITER, LES GARANTIES D'ABSENCE DE DÉFAUT, DE QUALITÉ MARCHANDE, D'ADÉQUATION À UN USAGE PARTICULIER.<br/> - - - - QtC::Welcome - - Open Recent Project - Ouvrir un projet récent - - - Resume Session - Reprendre la session - - - Tutorials - Tutoriels - - - Explore Qt Examples - Explorer les exemples Qt - - - Did You Know? - Le saviez-vous ? - - - Qt Websites - Sites web Qt - - - Qt Home - Qt Home - - - Qt Git Hosting - Dépôts Git Qt - - - Qt for S60 at Forum Nokia - Qt pour S60 - - - <b>Qt Creator - A quick tour</b> - <b>Qt Creator - Aperçu rapide</b> - - - Creating an address book - Créer un carnet d'adresses - - - Understanding widgets - Comprendre les widgets - - - Building with qmake - Compiler grâce à qmake - - - Writing test cases - Écrire des tests - - - Welcome - il s'agit du mode, donc d'un écran d'accueil - Accueil - - - %1 (last session) - %1 (dernière session) - - - Choose an example... - Choisir un exemple... - - - New Project... - Nouveau projet... - - - You can switch between Qt Creator's modes using <tt>Ctrl+number</tt>:<ul><li>1 - Welcome</li><li>2 - Edit</li><li>3 - Debug</li><li>4 - Projects</li><li>5 - Help</li><li></li><li>6 - Output</li></ul> - Vous pouvez basculer entre les modes de Qt Creator en utilisant <tt>Ctrl+number</tt>:<ul><li>1 - Accueil</li><li>2 - Éditeur</li><li>3 - Débogueur</li><li>4 - Projets</li><li>5 - Aide</li><li></li><li>6 - Output</li></ul> - - - You can show and hide the side bar using <tt>%1+0<tt>. - %1 gets replaced by Alt (Win/Unix) or Cmd (Mac) - Vous pouvez afficher et masquer la barre latérale en utilisant <tt>%1+0<tt>. - - - You can fine tune the <tt>Find</tt> function by selecting &quot;Whole Words&quot; or &quot;Case Sensitive&quot;. Simply click on the icons on the right end of the line edit. - Vous pouvez affiner les résultats de la fonction recherche en sélectionnant &quot;Mots complets&quot; ou &quot;Sensible à la casse&quot;. Cliquez simplement sur les icônes sur le bord droit du champ de recherche. - - - If you add <a href="qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html">external libraries</a>, Qt Creator will automatically offer syntax highlighting and code completion. - Si vous ajoutez <a href="qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html">des bibliothèques externes</a>, Qt Creator proposera automatiquement la coloration syntaxique et l'auto-complétion du code. - - - The code completion is CamelCase-aware. For example, to complete <tt>namespaceUri</tt> you can just type <tt>nU</tt> and hit <tt>Ctrl+Space</tt>. - L'auto-complétion du code.est compatible avec CamelCase. Par exemple, pour compléter <tt>namespaceUri</tt> vous pouvez taper simplement <tt>nU</tt> puis <tt>Ctrl+Espace</tt>. - - - Getting Started - Commencer - - - Develop - Developper - - - Community - Communauté - - - Examples not installed - Exemples non trouvés - - - Open - Ouvrir - - - Manage Sessions... - Gestion des sessions... - - - Create New Project... - Créer un nouveau projet... - - - Help us make Qt Creator even better - Aidez-nous à améliorer Qt Creator - - - Feedback - Votre avis nous interesse - - - - QtC::Core - - Switch to %1 mode - Basculer vers le mode %1 - Switch to <b>%1</b> mode Basculer vers le mode <b>%1</b> - Exception at line %1: %2 -%3 - Exception à la ligne %1 : %2 -%3 + Search for... + Rechercher… - Unknown error - Erreur inconnue + &Search + &Rechercher - New %1 - Nouveau %1 + &Case sensitive + Sensible à la &casse - - - QtC::Utils - Dialog - Boîte de dialogue + Sco&pe: + &Contexte : - TextLabel - Label de texte + Empty search term. + Terme de recherche vide. - CheckBox - Case à cocher + Search f&or: + &Rechercher : - Do not ask again - Ne plus me demander + Whole words o&nly + &Mots complets uniquement - Do not &ask again - Ne plus &redemander + Use re&gular expressions + Utiliser des e&xpressions régulières - The class name must not contain namespace delimiters. - Le nom de classe ne doit pas contenir de délimiteur d'espace de nommage. + Search && &Replace + &Rechercher et remplacer - Please enter a class name. - Veuillez entrer un nom de classe. + Find/Replace + Rechercher/remplacer - The class name contains invalid characters. - Le nom de classe contient des caractères invalides. + Enter Find String + Saisir la chaîne à rechercher - Cannot set up communication channel: %1 - Impossible d'établir le canal de communication : %1 + Ctrl+E + Ctrl+E - Press <RETURN> to close this window... - Appuyez sur <ENTRÉE> pour fermer cette fenêtre... + Find Next + Suivant - Cannot create temporary file: %1 - Impossible de créer un fichier temporaire : %1 + Find Previous + Précédent - Cannot write temporary file. Disk full? - Impossible d'écrire le fichier temporaire. Disque plein ? + Shift+Enter + Maj+Entrée - Cannot create temporary directory '%1': %2 - Impossible de créer un dossier temporaire "%1" : %2 + Shift+Return + Maj+Entrée - Unexpected output from helper program (%1). - Sortie imprévue du logiciel externe (%1). + Find Next (Selected) + Trouvez le suivant (sélectionné) - Unexpected output from helper program. - Sortie imprévue du logiciel externe. + Ctrl+F3 + Ctrl+F3 - Cannot change to working directory '%1': %2 - Impossible de changer le répertoire de travail "%1" : %2 + Find Previous (Selected) + Trouver le précédent (sélectionné) - Cannot execute '%1': %2 - Impossible d'éxecuter "%1": %2 + Ctrl+Shift+F3 + Ctrl+Maj+F3 - Quoting error in command. - Erreur de guillemets dans la commande. + Replace + Remplacer - Debugging complex shell commands in a terminal is currently not supported. - Le débogage de commandes shell complexes dans un terminal n'est pas supporté actuellement. + Replace && Find + Remplacer et chercher - Quoting error in terminal command. - Citer l'erreur dans la commande au terminal. + Ctrl+= + Ctrl+= - Terminal command may not be a shell command. - La commande terminal peut ne pas être une commande shell. + Replace && Find Previous + Remplacer et trouver le précédent - Cannot start the terminal emulator '%1', change the setting in the Environment preferences. - Impossible de démarrer l'émulateur de terminal "%1", modifiez les paramètres dans les options d'environnement. + Replace All + Tout remplacer - Cannot start the terminal emulator '%1'. - Impossible de démarrer l'émulateur de terminal "%1". + Select All + Tout sélectionner - Cannot create socket '%1': %2 - Impossible de créer le socket "%1": %2 + Ctrl+Alt+Return + Ctrl+Alt+Entrée - The process '%1' could not be started: %2 - Le processus "%1" ne peut pas être démarré : %2 + Case Sensitive + Sensible à la casse - Cannot obtain a handle to the inferior: %1 - Impossible d'obtenir le descripteur du processus : %1 + Whole Words Only + Mots complets uniquement - Cannot obtain exit status from inferior: %1 - Impossible d'obtenir la valeur de retour du processus : %1 + Use Regular Expressions + Utiliser des expressions régulières - The name must not be empty - Le nom ne peut pas être vide + Preserve Case when Replacing + Conserver la casse lors du remplacement - The name must not contain any of the characters '%1'. - Le nom ne peut pas contenir un des caractères suivant : "%1". + Replace with... + Remplacer avec… - The name must not contain '%1'. - Le nom ne peut pas contenir "%1". + Find + Rechercher - The name must not match that of a MS Windows device. (%1). - Le nom ne peut pas correspondre à un périphérique MS Windows. (%1). + Find: + Rechercher : - Name is empty. - Le nom de fichier est vide. + Advanced... + Avancé… - Name contains white space. - Le nom contient des espaces. + New Search + Nouvelle recherche - Invalid character '%1'. - Caractère invalide "%1". + Expand All + Tout développer - Invalid characters '%1'. - Caractères invalides "%1". + Filter Results + Filtrer les résultats - Name matches MS Windows device. (%1). - Le nom correspond à un périphérique MS Windows. (%1). + %1 %2 + %1 %2 - File extension %1 is required: - L'extension de fichier %1 est nécessaire : + Collapse All + Tout réduire - File extensions %1 are required: - Les extensions de fichier %1 sont nécessaires : - - - %1: canceled. %n occurrences found in %2 files. - - %1 : annulé. %n entrée trouvée dans %2 fichiers. - %1 : annulé. %n entrées trouvées dans %2 fichiers. - - - - %1: %n occurrences found in %2 files. - - %1 : %n occurrence trouvée dans %2 fichiers. - %1 : %n occurrences trouvées dans %2 fichiers. - - - - %1: %n occurrences found in %2 of %3 files. - - %1 : %n occurence trouvé dans %2 de %3 fichiers. - %1 : %n occurences trouvés dans %2 de %3 fichiers. - - - - Class name: - Nom de la classe : - - - Base class: - Classe parent : - - - Header file: - Fichier d'en-tête : - - - Source file: - Fichier source : - - - Generate form: - Générer l'interface graphique : - - - Form file: - Fichier d'interface : - - - Invalid base class name - Nom de la classe parente invalide - - - Invalid header file name: '%1' - Nom du fichier d'en-tête invalide : "%1" - - - Invalid source file name: '%1' - Nom du fichier source invalide : "%1" - - - Invalid form file name: '%1' - Nom du fichier d'interface invalide : "%1" - - - Inherits QObject - hérite de QObject - - - Type information: - Information de type : - - - None - Aucune - - - Inherits QWidget - Hérite de QWidget - - - &Class name: - Nom de la &classe : - - - &Base class: - Classe &parent : - - - &Type information: - Information de &type : - - - Based on QSharedData - il s'agit de l'information - Basée sur QSharedData - - - &Header file: - Fichier d'&en-tête : - - - &Source file: - Fichier &source : + History: + Historique : - &Generate form: - &Générer l'interface graphique : + Search Results + Résultat de la recherche - &Form file: - &Fichier d'interface : + Locator + Localisateur - &Path: - Che&min : + File System + Système de fichiers - Inherits QDeclarativeItem - hérite de QDeclarativeItem + Filter Configuration + Configuration du filtre - Inherits QDeclarativeItem - Qt Quick 1 - Hérite de QDeclarativeItem - Qt Quick 1 + Type the prefix followed by a space and search term to restrict search to the filter. + Saisir le préfixe suivi d’une espace et le terme recherché pour restreindre la recherche au filtre. - Inherits QQuickItem - Qt Quick 2 - Hérite de QQuickItem - Qt Quick 2 + Include by default + Inclure par défaut - Choose... - Choisir... + Include the filter when not using a prefix for searches. + Inclure le filtre lorsqu’on n’utilise pas de préfixe pour les recherches. - Browse... - Parcourir... + Prefix: + Préfixe : - Choose a directory - Sélectionner un répertoire + Generic Directory Filter + Filtre de dossier générique - Choose a file - Sélectionner un fichier + Matches all files from a custom set of directories. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + Fait correspondre tous les fichiers d’un ensemble personnalisé de répertoires. Ajoutez « +<numéro> » ou « :<numéro> » pour passer au numéro de ligne donné. Ajoutez un autre « +<nombre> » ou « :<nombre> » pour passer également au numéro de colonne. - Choose Directory + Select Directory Sélectionner un répertoire - Choose Executable - Selectionner l'exécutable + %1 filter update: 0 files + Mise à jour du filtre %1 : 0 fichiers + + + %1 filter update: %n files + + Mise à jour du filtre %1 : %n fichier + Mise à jour du filtre %1 : %n fichiers + - Choose File - Sélectionner un fichier - - - <not valid> - Selected path is not valid: - <invalide> - - - The path must not be empty. - Le chemin ne peut pas être vide. - - - The path '%1' expanded to an empty string. - Le chemin "%1" a été étendu en une chaîne vide. - - - The path '%1' does not exist. - Le chemin "%1' n"existe pas. - - - The directory '%1' does not exist. - Le répertoire '%1' n'existe pas. - - - Cannot execute '%1'. - Impossible d'exécuter "%1". - - - The path <b>%1</b> is not a directory. - <b>%1</b> n'est pas le chemin d'un répertoire. - - - The path <b>%1</b> is not a file. - <b>%1</b> n'est pas le chemin d'un fichier. - - - The path <b>%1</b> is not an executable file. - Le chemin <b>%1</b> n'est pas un fichier exécutable. - - - The path <b>%1</b> is not a executable file. - <b>%1</b> n'est pas le chemin d'un exécutable. - - - Full path: <b>%1</b> - Chemin complet : <b>%1</b> - - - The path '%1' is not a directory. - "%1' n'est pas le chemin d"un répertoire. - - - The path '%1' is not a file. - %1 n'est pas le chemin d'un fichier. - - - Path: - Chemin : - - - Insert... - Insérer... - - - Add... - Ajouter... - - - Delete Line - Supprimer la ligne - - - Delete line - Supprimer la ligne - - - Clear - Effacer tout - - - From "%1" - Depuis "%1" - - - Introduction and project location - Introduction et emplacement du projet + %1 filter update: canceled + Mise à jour du filtre %1 : annulée Name: Nom : - Create in: - Créer dans : + Path: + Chemin : - <Enter_Name> - <Entrer_Nom> + MIME type: + Type MIME : - The project already exists. - Le projet existe déjà. + Default editor: + Éditeur par défaut : - A file with that name already exists. - Un fichier existe déjà avec ce nom. + Line endings: + Fins de ligne : - Use as default project location - Utiliser comme emplacement par défaut pour les projets + Indentation: + Indentation : - Introduction and Project Location - Introduction et emplacement du projet + Owner: + Propriétaire : - Project: - Projet : + Group: + Groupe : - The name must not contain the '.'-character. - Le nom ne peut pas contenir le caractère '.'. + Size: + Taille : - Invalid character '.'. - Caractère invalide '.'. + Last read: + Dernière lecture : - Subversion Submit - Submit Subversion + Last modified: + Dernière modification : - Des&cription - Des&cription + Readable: + Lisible : - F&iles - F&ichiers + Writable: + Écriture possible : + + + Symbolic link: + Lien symbolique : + + + Unknown + Inconnue + + + Windows (CRLF) + Windows (CRLF) + + + Unix (LF) + Unix (LF) + + + Mac (CR) + Mac (CR) + + + %1 Spaces + %1 espaces + + + Tabs + Onglets + + + Specify a short word/abbreviation that can be used to restrict completions to files from this directory tree. +To do this, you type this shortcut and a space in the Locator entry field, and then the word to search for. + Spécifier un mot court ou une abréviation qui peut être utilisé pour restreindre les complétions aux fichiers de cette arborescence. Pour ce faire, saisir ce raccourci et une espace dans le champs localisation, puis ensuite le mot à chercher. + + + Remove + Supprimer + + + Directories: + Dossiers : + + + Add + Ajouter + + + Files in File System + Fichiers dans le système de fichiers + + + Opens a file given by a relative path to the current document, or absolute path. "~" refers to your home directory. You have the option to create a file if it does not exist yet. + Ouvre un fichier indiqué par un chemin relatif au document actuel ou un chemin absolu. « ~ » fait référence à votre répertoire personnel. Vous avez la possibilité de créer un fichier s’il n’existe pas encore. + + + Create and Open "%1" + Créer et ouvrir « %1 » + + + Create File + Créer un fichier + + + Create "%1"? + Créer « %1 » ? + + + Always create + Toujours créer + + + Create + Créer + + + Include hidden files + Inclure les fichiers cachés + + + Filter: + Filtre : + + + Open Documents + Documents ouverts + + + Available filters + Filtres disponibles + + + Web Search + Recherche sur le web + + + Qt Project Bugs + Bogues du projet Qt + + + Ctrl+K + Ctrl+K + + + <html><body style="color:#909090; font-size:14px"><div align='center'><div style="font-size:20px">Open a document</div><table><tr><td><hr/><div style="margin-top: 5px">&bull; File > Open File or Project (%1)</div><div style="margin-top: 5px">&bull; File > Recent Files</div><div style="margin-top: 5px">&bull; Tools > Locate (%2) and</div><div style="margin-left: 1em">- type to open file from any open project</div>%4%5<div style="margin-left: 1em">- type <code>%3&lt;space&gt;&lt;filename&gt;</code> to open file from file system</div><div style="margin-left: 1em">- select one of the other filters for jumping to a location</div><div style="margin-top: 5px">&bull; Drag and drop files here</div></td></tr></table></div></body></html> + <html><body style="color:#909090; font-size:14px"><div align='center'><div style="font-size:20px">Ouvrir un document</div><table><tr><td><hr/><div style="margin-top: 5px">&bull; Fichier> Ouvrir un fichier ou un projet (%1)</div><div style="margin-top: 5px">&bull; Fichier > Fichiers récents</div><div style="margin-top: 5px">&bull; Outils > Localiser (%2) et</div><div style="margin-left: 1em">- taper pour ouvrir un fichier à partir de n’importe quel projet ouvert</div>%4%5<div style="margin-left: 1em">- saisir <code>%3&lt;espace&gt;&lt;nom du fichier&gt;</code> pour ouvrir le fichier à partir du système de fichiers</div><div style="margin-left: 1em">- sélectionner l’un des autres filtres pour accéder à un emplacement donné</div><div style="margin-top: 5px">&bull; Glisser-déposer des fichiers ici</div></td></tr></table></div></body></html> + + + <div style="margin-left: 1em">- type <code>%1&lt;space&gt;&lt;pattern&gt;</code> to jump to a class definition</div> + <div style="margin-left: 1em">- saisir <code>%1&lt;espace&gt;&lt;motif&gt;</code> pour passer à la définition d’une classe</div> + + + <div style="margin-left: 1em">- type <code>%1&lt;space&gt;&lt;pattern&gt;</code> to jump to a function definition</div> + <div style="margin-left: 1em">- saisir <code>%1&lt;espace&gt;&lt;motif&gt;</code> pour passer à la définition d’une fonction</div> + + + Updating Locator Caches + Mise à jour des caches des localisateurs + + + Open as Centered Popup + Ouvrir en tant que fenêtre contextuelle centrée + + + Type to locate + Taper pour localiser + + + Type to locate (%1) + Taper pour localiser (%1) + + + Refresh + Rafraîchir + + + Locate... + Localiser… + + + Options + Options + + + Edit + Modifier + + + min + min + + + Refresh interval: + Intervalle de rafraîchissement : + + + Locator filters that do not update their cached data immediately, such as the custom directory filters, update it after this time interval. + Les filtres de locator ne mettent pas à jour immédiatement leurs données mises en cache, tel que les filtres personnalisés de répertoire, celle-ci sont mise à jour après cet intervalle de temps. + + + Files in Directories + Fichiers dans les répertoires + + + URL Template + Modèle d’URL + + + Name + Nom + + + Prefix + Préfixe + + + Default + Défaut + + + Built-in + Intégré + + + Custom + Personnalisé + + + Plain Text Editor + Éditeur de texte + + + Show Left Sidebar + Afficher le panneau latéral de gauche + + + Hide Left Sidebar + Cacher le panneau latéral de gauche + + + Show Right Sidebar + Afficher le panneau latéral de droite + + + Hide Right Sidebar + Cacher le panneau latéral de droite + + + Binary Editor + Éditeur de binaire + + + C++ Editor + Éditeur C++ + + + .pro File Editor + Éditeur de fichier .pro + + + .files Editor + Éditeur de fichiers .files + + + QMLJS Editor + Éditeur QMLJS + + + Qt Designer + Qt Designer + + + Qt Linguist + Qt Linguist + + + Resource Editor + Éditeur de ressources + + + GLSL Editor + Éditeur GLSL + + + Python Editor + Éditeur Python + + + Preferences + Préférences + + + Command + Commande + + + Label + Libellé + + + Qt + Qt + + + Environment + Environnement + + + Clear Menu + Effacer le menu + + + Design + Design + + + Drag to drag documents between splits + Glisser pour faire glisser des documents d’une séparation à l’autre + + + Remove Split + Supprimer la séparation + + + File is writable + Le fichier est inscriptible + + + &Find/Replace + &Rechercher/remplacer + + + Advanced Find + Recherche avancée + + + Open Advanced Find... + Ouvrir la recherche avancée… + + + Ctrl+Shift+F + Ctrl+Maj+F + + + Open "%1" + Ouvrir « %1 » + + + Show Hidden Files + Afficher les fichiers cachés + + + Show Bread Crumbs + + + + Show Folders on Top + Afficher les dossiers en haut + + + Synchronize with Editor + Synchroniser avec l’éditeur + + + Synchronize Root Directory with Editor + Synchroniser le répertoire racine avec l’éditeur + + + New File + Title of dialog + Nouveau fichier + + + New Folder + Nouveau dossier + + + Remove Folder + Supprimer le dossier + + + Meta+Y,Meta+F + Meta+Y, Meta+F + + + Alt+Y,Alt+F + Alt+Y, Alt+F + + + Computer + Ordinateur + + + Home + Accueil + + + Add New... + Ajouter un nouveau… + + + Rename... + Renommer… + + + Remove... + Supprimer… + + + Close Document + Fermer le document + + + Description: + Description : + + + Executable: + Exécutable : + + + Arguments: + Arguments : + + + Working directory: + Répertoire de travail : + + + Output: + Sortie : + + + Ignore + Ignorer + + + Replace Selection + Remplacer la sélection + + + Error output: + Sortie d’erreur : + + + Text to pass to the executable via standard input. Leave empty if the executable should not receive any input. + Test à passer à l’exécutable par l’entrée standard. Laisser vide si l’exécutable ne devrait pas recevoir d’entrée. + + + Input: + Entrée : + + + If the tool modifies the current document, set this flag to ensure that the document is saved before running the tool and is reloaded after the tool finished. + Si l’outil modifie le document actuel, mettre ce drapeau pour s’assurer que le document est enregistré avant de lancer l’outil et qu’il est rechargé après qu’il a fini. + + + Modifies current document + le reste des verbes similaires est à l'infinitif dans l'application + Modifier le document actuel + + + System Environment + Environnement du système + + + Add tool. + Ajouter un outil. + + + Remove tool. + Supprimer un outil. + + + Revert tool to default. + Rétablir l’outil par défaut. + + + <html><head/><body> +<p>What to do with the executable's standard output. +<ul><li>Ignore: Do nothing with it.</li><li>Show in General Messages.</li><li>Replace selection: Replace the current selection in the current document with it.</li></ul></p></body></html> + + <html><head/><body> +<p>Que faire de la sortie standard de l’exécutable ? +<ul><li>Ignorer : ne rien faire.</li><li>Afficher dans les messages généraux.</li><li>Remplacer la sélection : remplacer la sélection actuelle dans le document actuel par celle-ci.</li></ul></p></body></html> + + + + Show in General Messages + Afficher dans les messages généraux + + + <html><head><body> +<p >What to do with the executable's standard error output.</p> +<ul><li>Ignore: Do nothing with it.</li> +<li>Show in General Messages.</li> +<li>Replace selection: Replace the current selection in the current document with it.</li> +</ul></body></html> + <html><head/><body> +<p>Que faire de la sortie standard de l’exécutable ?</p> +<ul><li>Ignorer : ne rien faire.</li> +<li>Afficher dans les messages généraux.</li> +<li>Remplacer la sélection : remplacer la sélection actuelle dans le document actuel par celle-ci.</li> +</ul></body></html> + + + No changes to apply. + Aucune modification à appliquer. + + + Change... + Modifier… + + + Base environment: + Environnement de base : + + + Environment: + Environnement : + + + Add Tool + Ajouter un outil + + + Add Category + Ajouter une catégorie + + + PATH=C:\dev\bin;${PATH} + PATH=C:\dev\bin;${PATH} + + + PATH=/opt/bin:${PATH} + PATH=/opt/bin:${PATH} + + + Uncategorized + Sans catégorie + + + Tools that will appear directly under the External Tools menu. + Outils qui apparaissent directement dans le menu Outils externes. + + + New Category + Nouvelle catégorie + + + New Tool + Nouvel outil + + + This tool prints a line of useful text + Cet outil affiche une ligne de texte utile + + + Useful text + Sample external tool text + Texte utile + + + Creates qm translation files that can be used by an application from the translator's ts files + Crée un fichier de traduction qm utilisable par l’application à partir des fichiers ts du traducteur + + + Release Translations (lrelease) + Publier les traductions (lrelease) + + + Linguist + Linguist + + + Synchronizes translator's ts files with the program code + Synchronise les fichiers ts de traduction avec le code source + + + Update Translations (lupdate) + Mettre à jour les traductions (lupdate) + + + Opens the current file in Notepad + Notepad, c'est pas très cross-platform + Ouvre le fichier actuel avec Notepad + + + Edit with Notepad + Notepad, c'est pas très cross-platform + Modifier avec Notepad + + + Runs the current QML file with QML utility. + Exécute le fichier QML actuel avec l’utilitaire QML. + + + QML utility + Utilitaire QML + + + Text + Texte + + + Runs the current QML file with qmlscene. This requires Qt 5. + Exécute le fichier QML actuel avec qmlscene. Cela nécessite Qt 5. + + + Qt Quick 2 Preview (qmlscene) + Aperçu de Qt Quick 2 (qmlscene) + + + Qt Quick + Qt Quick + + + Opens the current file in vi + Ouvre le fichier courant avec vi + + + Edit with vi + Modifier avec vi + + + Error while parsing external tool %1: %2 + Erreur lors de l’analyse de l’outil externe %1 : %2 + + + &External + &Externes + + + Error: External tool in %1 has duplicate id + Erreur : l’outil externe dans %1 a un identifiant dupliqué + + + Add Magic Header + Ajouter un en-tête magique + + + Error + Erreur + + + Value: + Valeur : + + + Type + Type + + + <html><head/><body><p>MIME magic data is interpreted as defined by the Shared MIME-info Database specification from <a href="http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html">freedesktop.org</a>.<hr/></p></body></html> + <html><head/><body><p>Les données magiques MIME sont interprétées conformément à la spécification de la base de données partagée d’informations MIME de <a href="http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html">freedesktop.org</a>.<hr/></p></body></html> + + + String + Chaîne de caractères + + + RegExp + RegExp + + + Host16 + Host16 + + + Host32 + Host32 + + + Big16 + Big16 + + + Big32 + Big32 + + + Little16 + Little16 + + + Little32 + Little32 + + + Byte + Octet + + + Use Recommended + Utiliser le paramètre recommandé + + + <html><head/><body><p><span style=" font-style:italic;">Note: Wide range values might impact performance when opening files.</span></p></body></html> + <html><head/><body><p><span style=" font-style:italic;">Remarque : des valeurs élevées peuvent avoir un impact sur les performances lors de l’ouverture de fichiers.</span></p></body></html> + + + Range start: + Début de l’intervalle : + + + Range end: + Fin de l’intervalle : + + + Type: + Type : + + + Mask: + Masque : + + + Internal error: Type is invalid + Erreur interne : le type est invalide + + + Priority: + Priorité : + + + MIME Type + Type MIME + + + Handler + Gestionnaire + + + Undefined + Indéfini + + + MIME Types + Types MIME + + + External Tools + Outils externes + + + %1 repository was detected but %1 is not configured. + Le dépôt %1 a été détecté mais %1 n’est pas configuré. + + + Version Control + Gestion de versions + + + Remove the following files from the version control system (%2)? %1Note: This might remove the local file. + Supprimer les fichiers suivants du système de gestion de versions (%2) ? %1Remarque : cela pourrait supprimer le fichier local. + + + Add to Version Control + Ajouter au gestionnaire de versions + + + Add the file +%1 +to version control (%2)? + Ajouter le fichier +%1 +au gestionnaire de versions (%2) ? + + + Add the files +%1 +to version control (%2)? + Ajouter les fichiers +%1 +au gestionnaire de versions (%2) ? + + + Adding to Version Control Failed + L’ajout au gestionnaire de versions a échoué + + + Could not add the file +%1 +to version control (%2) + + Impossible d’ajouter le fichier +%1 +au gestionnaire de versions (%2) + + + + Could not add the following files to version control (%1) +%2 + Impossible d’ajouter les fichiers +%1 +au gestionnaire de versions (%2) + + + Tags: + Étiquettes : + + + Overwrite Existing Files + Écraser les fichiers existants + + + The following files already exist in the folder +%1. +Would you like to overwrite them? + Les fichiers suivants existent déjà dans le dossier +%1. +Voulez-vous les écraser ? + + + Launching a file browser failed + Échec du lancement du navigateur de fichier + + + Unable to start the file manager: + +%1 + + + Impossible de démarrer le gestionnaire de fichiers : + +%1 + + + + + "%1" returned the following error: + +%2 + « %1 » a renvoyé l’erreur suivante : + +%2 + + + Launching Windows Explorer Failed + Échec du lancement de l’explorateur Windows + + + Could not find explorer.exe in path to launch Windows Explorer. + explorer.exe introuvable dans le chemin pour lancer Windows Explorer. + + + The command for file browser is not set. + La commande pour le navigateur de fichiers n’est pas définie. + + + Error while starting file browser. + Erreur lors du démarrage du navigateur de fichiers. + + + Find in This Directory... + Trouver dans ce répertoire… + + + Show in File System View + Afficher dans la vue du système de fichiers + + + Show in Explorer + Afficher dans l’explorateur + + + Show in Finder + Afficher dans la recherche + + + Show Containing Folder + Afficher le dossier parent + + + Open Command Prompt Here + Ouvre une invite de commande ici + + + Open Terminal Here + Ouvre un terminal ici + + + Open Command Prompt With + Opens a submenu for choosing an environment, such as "Run Environment" + Ouvrir l’invite de commande avec + + + Open Terminal With + Opens a submenu for choosing an environment, such as "Run Environment" + Ouvrir le terminal avec + + + Failed to remove file "%1". + Échec de la suppression du fichier « %1 ». + + + Failed to rename the include guard in file "%1". + Échec du renommage de la garde d’inclusion dans le fichier « %1 ». + + + Unable to create the directory %1. + Impossible de créer le répertoire %1. + + + Case sensitive + Sensible à la casse + + + Whole words + Mots entier + + + Regular expressions + Expressions régulière + + + Preserve case + Préserver la casse + + + Flags: %1 + Flags : %1 + + + None + Aucune + + + , + , + + + Search was canceled. + La recherche a été annulée. + + + Replace with: + Remplacer avec : + + + Repeat the search with same parameters. + Répéter la recherche avec les mêmes paramètres. + + + &Search Again + &Rechercher encore + + + Repla&ce with: + Rempla&cer avec : + + + Preser&ve case + Préser&ver la casse + + + Replace all occurrences. + Remplacer toutes les occurrences. + + + &Replace + &Remplacer + + + This change cannot be undone. + Ce changement ne peut être annulé. - Commit %1/%n Files - c'est tarabiscoté comme string en anglais... - - Faire un commit d'un fichier (%1/%n) - Faire un commit de plusieurs fichiers (%1/%n) + The search resulted in more than %n items, do you still want to continue? + + La recherche a trouvé plus de %n élément, souhaitez-vous continuer ? + La recherche a trouvé plus de %n éléments, souhaitez-vous continuer ? - Commit - Faire un commit + Continue + Continue + + + Searching... + Recherche… + + + No matches found. + Aucun résultat. - %1 %2/%n File(s) - - %1 %2/%n fichier - %1 %2/%n fichiers + %n matches found. + + %n résultat trouvé. + %n résultats trouvés. - &Commit - &Commit + Command Mappings + Mappages de commandes - Check All - Check all for submit - Cocher tout + Target + Cible - Uncheck All - Uncheck all for submit - Décocher tout + Reset All + Tout restaurer - Descriptio&n - Descriptio&n + Reset to default. + Restaurer les paramètres par défaut. - Check &all - Cocher tout (&A) + Import... + Importer… - Check a&ll - Coche&r tout + Export... + Exporter… - Choose the location - Choisir l'emplacement + Registered MIME Types + Types MIME enregistrés - Choose the Location - Choisir l'emplacement + Reset all to default. + Restaurer tous les paramètres aux valeurs par défaut. - File Changed - Fichier modifié + Reset all MIME type definitions to their defaults. + Restaurer toutes les définitions de type MIME aux valeurs par défaut. - The unsaved file <i>%1</i> has changed outside Qt Creator. Do you want to reload it and discard your changes? - Le fichier <i>%1</i> n'est pas enregistré et a été modifé en dehors de Qt Creator. Voulez-vous le recharger et ignorer vos changements ? + Reset MIME Types + Restaurer tous les types MIME - The unsaved file <i>%1</i> has been changed outside Qt Creator. Do you want to reload it and discard your changes? - Le fichier <i>%1</i> n'est pas enregistré et a été modifé en dehors de Qt Creator. Voulez-vous le recharger et ignorer vos changements ? + Reset the assigned handler for all MIME type definitions to the default. + Restaurer le gestionnaire assigné pour toutes les définitions de type MIME à la valeur par défaut. - The file <i>%1</i> has changed outside Qt Creator. Do you want to reload it? - Le fichier <i>%1</i> a été modifié en dehors de Qt Creator. Voulez-vous le charger à nouveau ? + Reset Handlers + Restaurer les gestionnaires - The unsaved file %1 has been changed outside Qt Creator. Do you want to reload it and discard your changes? - Le fichier %1 n'est pas enregistré et a été modifé en dehors de Qt Creator. Voulez-vous le recharger et ignorer vos changements ? + Patterns: + Motifs : - The file %1 has changed outside Qt Creator. Do you want to reload it? - Le fichier %1 a été modifié en dehors de Qt Creator. Voulez-vous le charger à nouveau ? + A semicolon-separated list of wildcarded file names. + Une liste de noms de fichiers joker séparés par des points-virgules. + + + Magic Header + En-tête magique + + + Range + Intervalle + + + Priority + Priorité + + + Changes will take effect after restart. + Les modifications prendront effet après le redémarrage. + + + Add... + Ajouter… + + + Edit... + Modifier… + + + Could not save the files. + error message + Impossible d’enregistrer les fichiers. + + + Error while saving file: %1 + Erreur lors de l’enregistrement du fichier : %1 + + + All Files (*.*) + On Windows + Tous les fichiers (*.*) + + + All Files (*) + On Linux/macOS + Tous les fichiers (*) + + + Overwrite? + Écraser ? + + + An item named "%1" already exists at this location. Do you want to overwrite it? + Un élément nommé « %1 » existe déjà à cet emplacement. Voulez-vous l’écraser ? + + + Save File As + Enregistrer sous + + + Open File + Ouvrir le fichier + + + Cannot reload %1 + Impossible de recharger %1 + + + File was restored from auto-saved copy. Select Save to confirm or Revert to Saved to discard changes. + Le fichier a été restauré depuis une copie d’enregistrement automatique. Sélectionnez Enregistrer pour confirmer ou Retour à l’enregistrement pour effacer les changements. + + + Runs an arbitrary command with arguments. The command is searched for in the PATH environment variable if needed. Note that the command is run directly, not in a shell. + Exécute une commande arbitraire avec des arguments. La commande est recherchée dans la variable d’environnement PATH si nécessaire. Notez que la commande est exécutée directement, et non dans un shell. + + + Previous command is still running ("%1"). +Do you want to kill it? + La commande précédente est toujours en cours d’exécution (« %1 »). +Voulez-vous l’arrêter ? + + + Kill Previous Process? + Tuer les processus précédents ? + + + Could not find executable for "%1". + Impossible de trouver un exécutable pour « %1 ». + + + Starting command "%1". + Lancement de la commande « %1 ». + + + Execute Custom Commands + Exécuter une commande personnalisée + + + Meta+O + Meta+O + + + Alt+O + Alt+O + + + Open with VCS (%1) + Ouvrir avec VCS (%1) + + + Files Without Write Permissions + Fichiers sans permissions d’écriture + + + The following files have no write permissions. Do you want to change the permissions? + Les fichiers suivants n’ont pas de permission d’écriture. Souhaitez-vous changer les permissions ? + + + Open with VCS + Ouvrir avec VCS + + + Save As + Enregistrer sous + + + See details for a complete list of files. + Voir les détails pour une liste complète des fichiers. + + + Filename + Nom de fichier + + + Path + Chemin + + + Change &Permission + Modifier les &permissions + + + Select all, if possible: + Tout sélectionner, si possible : + + + Mixed + Mixte + + + Failed to %1 File + Échec pour %1 le fichier + + + No Version Control System Found + Aucun système de gestion de versions trouvé + + + Cannot Set Permissions + Impossible de définir les permissions + + + Cannot Save File + Impossible d’enregistrer le fichier + + + %1 file %2 from version control system %3 failed. + %1 fichier %2 à partir du système de gestion de versions %3 a échoué. + + + Cannot open file %1 from version control system. +No version control system found. + Impossible d’ouvrir le fichier %1 à partir du système de gestion de versions. +Aucun système de gestion de versions trouvé. + + + Cannot set permissions for %1 to writable. + Impossible de définir les permissions pour rendre %1 inscriptible. + + + Cannot save file %1 + Impossible d’enregistrer le fichier %1 + + + Canceled Changing Permissions + Changement des permissions annulé + + + Could Not Change Permissions on Some Files + Impossible de changer la permissions sur certains fichiers + + + The following files are not checked out yet. +Do you want to check them out now? + Les fichiers suivants ne sont pas encore importés. +Souhaitez-vous les importer maintenant ? + + + Configure... + msgShowOptionsDialog + Configurer… + + + Open Preferences dialog. + msgShowOptionsDialogToolTip (mac version) + Ouvrir la fenêtre Préférences. + + + Open Options dialog. + msgShowOptionsDialogToolTip (non-mac version) + Ouvrir la fenêtre Options. + + + (%1) + (%1) + + + %1 %2%3 + %1 %2%3 + + + Based on Qt %1 (%2, %3) + Fondé sur Qt %1 (%2, %3) + + + Toggle Progress Details + Activer/désactiver les détails de la progression + + + Ctrl+Shift+0 + Ctrl+Maj+0 + + + Alt+Shift+0 + Alt+Maj+0 + + + Add the file to version control (%1) + Ajouter le fichier au gestionnaire de versions (%1) + + + Add the files to version control (%1) + Ajouter les fichiers au gestionnaire de versions (%1) + + + <no document> + <aucun document> + + + No document is selected. + Aucun document n’est sélectionné. + + + Java Editor + Éditeur Java + + + CMake Editor + Éditeur CMake + + + Compilation Database + Base de données de compilation + + + Global Actions & Actions from the Menu + Actions globales et actions à partir du menu + + + Triggers an action. If it is from the menu it matches any part of a menu hierarchy, separated by ">". For example "sess def" matches "File > Sessions > Default". + Déclenche une action. Si elle provient du menu, elle correspond à n’importe quelle partie d’une hiérarchie de menu, séparée par « > ». Par exemple, « sess def » correspond à « Fichier > Sessions > Défaut ». + + + No themes found in installation. + Aucun thème n’a été trouvé dans l’installation. + + + The current date (ISO). + La date actuelle (ISO). + + + The current time (ISO). + L’heure actuelle (ISO). + + + The current date (RFC2822). + La date actuelle (RFC2822). + + + The current time (RFC2822). + L’heure actuelle (RFC2822). + + + The current date (Locale). + La date actuelle (locale). + + + The current time (Locale). + L’heure actuelle (locale). + + + The configured default directory for projects. + Le répertoire par défaut configuré pour les projets. + + + The directory last visited in a file dialog. + Le dernier répertoire visité dans une boite de dialogue de fichiers. + + + Is %1 running on Windows? + Est-ce que %1 tourne sous Windows ? + + + Is %1 running on OS X? + Est-ce que %1 tourne sous OS X ? + + + Is %1 running on Linux? + Est-ce que %1 tourne sous Linux ? + + + Is %1 running on any unix-based platform? + Est-ce que %1 tourne sur une plate-forme Unix ? + + + The path list separator for the platform. + Le séparateur de liste de chemins pour la plate-forme. + + + The platform executable suffix. + Suffixe de l’exécutable de la plate-forme. + + + The directory where %1 finds its pre-installed resources. + Répertoire dans lequel %1 trouve ses ressources préinstallées. + + + The current date (QDate formatstring). + La date actuelle (chaîne de formatage QDate). + + + The current time (QTime formatstring). + L’heure actuelle (chaîne de formatage QTime). + + + Generate a new UUID. + Générer un nouvel UUID. + + + A comment. + Un commentaire. + + + %1 > %2 Preferences... + Préférences %1 > %2… + + + Create Folder + Créer un dossier + + + Settings File Error + Erreur dans le fichier des paramètres + + + The settings file "%1" is not writable. +You will not be able to store any %2 settings. + Le fichier de paramètres « %1 » n’est pas accessible en écriture. +Vous ne pourrez pas enregistrer de paramètres %2. + + + The file is not readable. + Le fichier n’est pas lisible. + + + The file is invalid. + Le fichier est invalide. + + + Error reading settings file "%1": %2 +You will likely experience further problems using this instance of %3. + Erreur de lecture du fichier de paramètres « %1 » : %2 +Vous rencontrerez probablement d’autres problèmes en utilisant cette instance de %3. + + + %1 collects crash reports for the sole purpose of fixing bugs. To disable this feature go to %2. + %1 récupère les rapports de plantage dans le seul but de corriger les bogues. Pour désactiver cette fonction, allez à %2. + + + %1 can collect crash reports for the sole purpose of fixing bugs. To enable this feature go to %2. + %1 peut recevoir des rapports de plantage dans le seul but de corriger des bogues. Pour activer cette fonction, allez à %2. + + + > Preferences > Environment > System + > Préférences > Environnement > Système + + + Edit > Preferences > Environment > System + Édition > Préférences > Environnement > Système + + + %1 uses Google Crashpad for collecting crashes and sending them to our backend for processing. Crashpad may capture arbitrary contents from crashed process’ memory, including user sensitive information, URLs, and whatever other content users have trusted %1 with. The collected crash reports are however only used for the sole purpose of fixing bugs. + %1 utilise Google Crashpad pour recevoir les plantages et les envoyer à notre backend pour traitement. Crashpad peut capturer des contenus arbitraires de la mémoire du processus accidenté, y compris des informations sensibles de l’utilisateur, des URL et tout autre contenu que les utilisateurs ont confié à %1. Les rapports de plantage collectés ne sont toutefois utilisés que dans le seul but de corriger les bogues. + + + More information: + Plus d’informations : + + + Crashpad Overview + Aperçu de Crashpad + + + %1 security policy + politique de sécurité %1 + + + Text Encoding + Encodage du texte + + + The following encodings are likely to fit: + Les encodages suivants sont susceptibles de convenir : + + + Select encoding for "%1".%2 + Sélectionner l’encodage pour « %1 ».%2 + + + Reload with Encoding + Recharger avec l’encodage + + + Save with Encoding + Enregistrer avec l’encodage + + + Restart Required + Redémarrage nécessaire + + + Later + Plus tard + + + Restart Now + Redémarrer maintenant + + + System Editor + Éditeur du système + + + Could not open URL %1. + Impossible d’ouvrir l’URL %1. + + + Could not find executable for "%1" (expanded "%2") + Impossible de trouver l’exécutable pour « %1 » (développé « %2 ») + + + Starting external tool "%1" + Démarrage de l’outil externe « %1 » + + + "%1" finished + « %1 » terminé + + + "%1" finished with error + « %1 » terminé avec une erreur + + + %n occurrences replaced. + + %n occurrence remplacée. + %n occurrences remplacées. + + + + Factory with id="%1" already registered. Deleting. + Fabrique avec identifiant=« %1 » déjà enregistrée. Suppression. + + + Reload All Wizards + Recharger tous les assistants + + + Inspect Wizard State + Inspecter l’état de l’assistant + + + Error in "%1": %2 + Erreur dans « %1 » : %2 + + + Cannot convert result of "%1" to string. + Impossible de convertir le résultat de « %1 » en chaîne de caractères. + + + Evaluate simple JavaScript statements.<br>Literal '}' characters must be escaped as "\}", '\' characters must be escaped as "\\", and "%{" must be escaped as "%\{". + Évaluer des instructions JavaScript simples.<br>Les caractères littéraux « } » doivent être échappés sous la forme « \} », les caractères « \ » doivent être échappés sous la forme « \\ » et les caractères « %{ » doivent être échappés sous la forme « %\{ ». + + + Run External Tool + Exécuter un outil externe + + + Runs an external tool that you have set up in the preferences (Environment > External Tools). + Exécute un outil externe que vous avez configuré dans les préférences (Environnement > Outils externes). + + + Evaluate JavaScript + Évaluer le JavaScript + + + Evaluates arbitrary JavaScript expressions and copies the result. + Évalue des expressions JavaScript arbitraires et copie le résultat. + + + Reset Engine + Réinitialisation du moteur + + + Engine aborted after timeout. + Le moteur s’est arrêté après le délai d’attente. + + + Copy to clipboard: %1 + Copier dans le presse-papiers : %1 + + + Locator: Error occurred when running "%1". + Localisateur : une erreur s’est produite lors de l’exécution de « %1 ». + + + Locator query string. + Chaîne de requête du localisateur. + + + Locator query string with quotes escaped with backslash. + Chaîne de requête du localisateur avec les guillemets échappés par la barre oblique inverse. + + + Locator query string with quotes escaped with backslash and spaces replaced with "*" wildcards. + Chaîne de requête du localisateur avec les guillemets échappés par la barre oblique inverse et les espaces remplacées par des caractères joker « * ». + + + Locator query string as regular expression. + Chaîne de requête du localisateur sous forme d’expression rationnelle. + + + File Name Index + Index des noms de fichiers + + + Matches files from a global file system index (Spotlight, Locate, Everything). Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + Correspond aux fichiers à partir d’un index global du système de fichiers (Spotlight, Locate, Everything). Ajouter « +<numéro> » ou « :<numéro> » pour passer au numéro de ligne donné. Ajouter un autre « +<nombre> » ou « :<nombre> » pour passer également au numéro de colonne. + + + Case sensitive: + Sensible à la casse : + + + Add "%1" placeholder for the query string. +Double-click to edit item. + Ajouter l’espace réservé « %1 » pour la chaîne de requête. +Double-cliquez pour modifier l’élément. + + + Move Up + Déplacer vers le haut + + + Move Down + Déplacer vers le bas + + + URLs: + URLs : + + + Activate %1 View + Activer la vue %1 + + + Elided %n characters due to Application Output settings + + Élision d’un caractère en raison des paramètres de sortie de l’application + Élision de %n caractères en raison des paramètres de sortie de l’application + + + + [Discarding excessive amount of pending output.] + + [Rejet d’une quantité excessive de produits en attente.] + + + + Apply Chunk + Appliquer le morceau + + + Revert Chunk + Rétablir le morceau + + + Would you like to apply the chunk? + Souhaitez-vous appliquer le morceau ? + + + Would you like to revert the chunk? + Souhaitez-vous rétablir le morceau ? + + + Note: The file will be saved before this operation. + Remarque : le fichier sera enregistré avant cette opération. + + + There is no patch-command configured in the general "Environment" settings. + Il n’y a pas de commande patch configurée dans les paramètres généraux de « Environnement ». + + + The patch-command configured in the general "Environment" settings does not exist. + La commande-patch configurée dans les paramètres généraux de « Environnement » n’existe pas. + + + Running in %1: %2 %3 + En cours d’exécution dans %1 : %2 %3 + + + Unable to launch "%1": %2 + Impossible de lancer « %1 » : %2 + + + A timeout occurred running "%1" + Un dépassement de délai s’est produit lors de l’exécution de « %1 » + + + "%1" crashed. + « %1 » a planté. + + + "%1" failed (exit code %2). + « %1 » a échoué (code de sortie %2). + + + Source + Source + + + Choose source location. This can be a plugin library file or a zip file. + Sélectionner l’emplacement de la source. Il peut s’agir d’un fichier de bibliothèque de greffons ou d’un fichier zip. + + + File does not exist. + Le fichier n’existe pas. + + + Check Archive + Vérifier l’archive + + + Checking archive... + Vérification de l’archive… + + + The file is not an archive. + Le fichier n’est pas une archive. + + + Canceled. + Annulé. + + + There was an error while unarchiving. + Une erreur s’est produite lors du désarchivage. + + + Archive is OK. + L’archive est OK. + + + Plugin requires an incompatible version of %1 (%2). + Le greffon nécessite une version incompatible de %1 (%2). + + + Did not find %1 plugin. + Le greffon %1 est introuvable. + + + Install Location + Emplacement de l’installation + + + Choose install location. + Sélectionner l’emplacement de l’installation. + + + User plugins + Greffons utilisateur + + + The plugin will be available to all compatible %1 installations, but only for the current user. + Le greffon sera disponible pour toutes les installations compatibles %1, mais seulement pour l’utilisateur actuel. + + + %1 installation + Installation %1 + + + The plugin will be available only to this %1 installation, but for all users that can access it. + Le greffon ne sera disponible que pour cette installation %1, mais pour tous les utilisateurs qui peuvent y accéder. + + + Summary + Résumé + + + "%1" will be installed into "%2". + « %1 » sera installé dans « %2 ». + + + Overwrite File + Écraser le fichier + + + The file "%1" exists. Overwrite? + Le fichier « %1 » existe. Écraser ? + + + Overwrite + Écraser + + + Failed to Write File + Échec de l’écriture du fichier + + + Failed to write file "%1". + Échec de l’écriture du fichier « %1 ». + + + Install Plugin + Installer le greffon + + + Failed to Copy Plugin Files + Échec de la copie des fichiers de greffon + + + unnamed + sans nom + + + Current theme: %1 + Thème actuel : %1 + + + The theme change will take effect after restart. + Le changement de thème prendra effet après le redémarrage. + + + About %1 + À propos de %1 + + + <br/>From revision %1<br/> + <br/>À partir de la révision %1<br/> + + + <br/>Built on %1 %2<br/> + <br/>Construit sur %1 %2<br/> + + + <h3>%1</h3>%2<br/>%3%4%5<br/>Copyright 2008-%6 %7. All rights reserved.<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<br/> + <h3>%1</h3>%2<br/>%3%4%5<br/>Copyright 2008-%6 %7. Tous droits réservés.<br/><br/>Le programme est fourni tel quel, sans garantie d’aucune sorte, y compris la garantie de conception, de qualité marchande et d’adéquation à un usage particulier.<br/> + + + The Qt logo as well as Qt®, Qt Quick®, Built with Qt®, Boot to Qt®, Qt Quick Compiler®, Qt Enterprise®, Qt Mobile® and Qt Embedded® are registered trademarks of The Qt Company Ltd. + Le logo Qt ainsi que Qt®, Qt Quick®, Built with Qt®, Boot to Qt®, Qt Quick Compiler®, Qt Enterprise®, Qt Mobile® et Qt Embedded® sont des marques déposées de The Qt Company Ltd. + + + Haskell Editor + Éditeur Haskell + + + Model Editor + Éditeur de modèle + + + Nim Editor + Éditeur Nim + + + Binding Editor + Éditeur de binding + + + Qt Quick Designer + Qt Quick Designer + + + SCXML Editor + Éditeur SCXML QtC::CppEditor - Sort alphabetically - Trier par ordre alphabétique + <Select Symbol> + <Sélectionner un symbole> - This change cannot be undone. - Ce changement ne peut être annulé. - - - Yes, I know what I am doing. - Simplifier les déclarations. - - - Simplify Declarations - Simplifier les déclarations - - - Enter class name - Entrer le nom de la classe - - - Enter Class Name - Entrer le nom de la classe - - - The header and source file names will be derived from the class name - Le nom du fichier source et du fichier d'en-tête seront dérivés du nom de la classe - - - Configure... - Configurer... - - - Error while generating file contents. - Erreur a la génération du contenu du fichier. - - - C++ Class Wizard - Assistant de création de classe C++ - - - Details - Détails - - - Unfiltered - Sans filtre - - - Creates a C++ header file. - Créer un fichier header C++. - - - Creates a C++ source file. - Créer un fichier source C++. - - - Creates a header and a source file for a new class. - Créer un header et un fichier source pour une nouvelle classe. - - - Follow Symbol under Cursor - Suivre le symbole sous le curseur - - - Switch between Method Declaration/Definition - Changer entre la définition et déclaration de la méthode - - - Follow Symbol Under Cursor - Suivre le symbole sous le curseur - - - Rename Symbol under Cursor - Renommer le symbole sous le curseur - - - Update code model - Mettre à jour le modèle de code - - - License Template: - Modèle de licence : + <No Symbols> + <Aucun symbole> %1: No such file or directory %1 : aucun fichier ou répertoire de ce type - Scanning - Balayage ? (Numérisation ça fait franchement scanner) - Analyse - - - unnamed - sans nom - - - Indexing - Indexation - - - File Naming Conventions - Conventions de nommage des fichiers + %1: Could not get file contents + %1 : Impossible d’obtenir le contenu du fichier Code Style @@ -2492,6 +19025,42 @@ Voulez vous les écraser ? File Naming Nommage de fichier + + Interpret ambiguous headers as C headers + Interpréter les en-têtes ambigus comme des en-têtes C + + + Do not index files greater than + Ne pas indexer les fichiers plus grands que + + + MB + Mo + + + Ignore files + Ignorer les fichiers + + + <html><head/><body><p>Ignore files that match these wildcard patterns, one wildcard per line.</p></body></html> + <html><head/><body><p>Ignorer les fichiers qui correspondent à ces caractères joker, un caractère joker par ligne.</p></body></html> + + + Ignore precompiled headers + Ignorer les en-têtes précompilés + + + <html><head/><body><p>When precompiled headers are not ignored, the parsing for code completion and semantic highlighting will process the precompiled header before processing any file.</p></body></html> + <html><head/><body><p>Lorsque les en-têtes précompilés ne sont pas ignorés, l’analyse pour la complétion de code et le surlignage sémantique traitera l’en-tête précompilé avant de traiter tout fichier.</p></body></html> + + + Use built-in preprocessor to show pre-processed files + Utiliser le préprocesseur intégré pour afficher les fichiers prétraités + + + Uncheck this to invoke the actual compiler to show a pre-processed source file in the editor. + Décocher cette case pour invoquer le compilateur actuel et afficher un fichier source prétraité dans l’éditeur. + Code Model Modèle de code @@ -2501,197 +19070,129 @@ Voulez vous les écraser ? C++ - Completion - Complétion + <p>If background indexing is enabled, global symbol searches will yield more accurate results, at the cost of additional CPU load when the project is first opened. The indexing result is persisted in the project's build directory. If you disable background indexing, a faster, but less accurate, built-in indexer is used instead. The thread priority for building the background index can be adjusted since clangd 15.</p><p>Background Priority: Minimum priority, runs on idle CPUs. May leave 'performance' cores unused.</p><p>Normal Priority: Reduced priority compared to interactive work.</p>Low Priority: Same priority as other clangd work. + <p>Si l’indexation en arrière-plan est activée, les recherches globales de symboles donneront des résultats plus précis, au prix d’une charge de travail supplémentaire du CPU lors de la première ouverture du projet. Le résultat de l’indexation est conservé dans le répertoire de construction du projet. Si vous désactivez l’indexation en arrière-plan, un indexeur intégré plus rapide, mais moins précis, est utilisé à la place. La priorité des threads pour la construction de l’index d’arrière-plan peut être ajustée depuis clangd 15.</p><p>Priorité d’arrière-plan : priorité minimale, s’exécute sur les processeurs inactifs. Peut laisser les cœurs de « performance » inutilisés.</p><p>Priorité normale : priorité réduite par rapport au travail interactif.</p>Priorité basse : même priorité que les autres travaux de clangd. - Text Editor - Éditeur de texte + Number of worker threads used by clangd. Background indexing also uses this many worker threads. + Nombre de threads de travail utilisés par clangd. L’indexation en arrière-plan utilise également ce nombre de threads de travail. - Behavior - Comportement + Controls whether clangd may insert header files as part of symbol completion. + Contrôle si clangd peut insérer des fichiers d’en-tête dans le cadre de la complétion de symboles. - &Case-sensitivity: - Sensibilité à la &casse : + Defines the amount of time Qt Creator waits before sending document changes to the server. +If the document changes again while waiting, this timeout resets. + Définit le temps d’attente de Qt Creator avant d’envoyer les modifications du document au serveur. +Si le document est à nouveau modifié pendant l’attente, ce délai est réinitialisé. - Full - Totale + Files greater than this will not be opened as documents in clangd. +The built-in code model will handle highlighting, completion and so on. + Les fichiers d’une taille supérieure ne seront pas ouverts en tant que documents dans clangd. +Le modèle de code intégré gèrera le surlignage, la complétion, etc. + + + The maximum number of completion results returned by clangd. + Le nombre maximum de résultats de complétion renvoyés par clangd. + + + Use clangd + Utiliser clangd + + + Insert header files on completion + Insérer les fichiers d’en-tête dans la complétion + + + Ignore files greater than + Ignorer les fichiers plus grands que + + + Completion results: + Résultats de la complétion : + + + No limit + Aucune limite + + + Path to executable: + Chemin vers l’exécutable : + + + Background indexing: + Indexation en arrière-plan : + + + Worker thread count: + Nombre de threads de travail : + + + Document update threshold: + Seuil de mise à jour du document : + + + Sessions with a single clangd instance + Sessions avec une seule instance de clangd + + + By default, Qt Creator runs one clangd process per project. +If you have sessions with tightly coupled projects that should be +managed by the same clangd process, add them here. + Par défaut, Qt Creator lance un processus clangd par projet. +Si vous avez des sessions avec des projets étroitement liés qui +devraient être gérés par le même processus clangd, ajoutez-les ici. + + + Add ... + Ajouter… + + + Choose a session: + Sélectionner une session : + + + Additional settings are available via <a href="https://clangd.llvm.org/config"> clangd configuration files</a>.<br>User-specific settings go <a href="%1">here</a>, project-specific settings can be configured by putting a .clangd file into the project source tree. + Des paramètres supplémentaires sont disponibles via <a href="https://clangd.llvm.org/config">les fichiers de configuration de clangd</a>.<br>Les paramètres spécifiques à l’utilisateur vont <a href="%1">ici</a>, les paramètres spécifiques au projet peuvent être configurés en plaçant un fichier .clangd dans l’arbre des sources du projet. + + + Clangd + Clangd None Aucune - First Letter - Première lettre - - - Activate completion: - Activer la complétion : - - - Manually - Manuellement - - - When Triggered - À la demande - - - Always - Toujours - - - Insert the common prefix of available completion items. - Insérer le préfixe commun des élements disponibles. - - - Autocomplete common &prefix - Autocomplétion du &préfixe commun - - - Automatically insert semicolons and closing brackets, parentheses, curly braces, and quotes when appropriate. - Insérer automatiquement les deux points et crochets fermants, parenthèses, accolades et guillemets quand cela est approprié. - - - &Automatically insert matching characters - Insérer &automatiquement les caractères correspondants - - - When typing a matching character and there is a text selection, instead of removing the selection, surround it with the corresponding characters. - Lors de la frappe d'un caractère correspondant, s'il y a une sélection de texte, au lieu de la supprimer, l'entourer des caractères correspondants. - - - Surround &text selections - Entourer les sélections de &texte - - - Insert &space after function name - Insérer un e&space après le nom de fonction - - - Documentation Comments - Commentaires de documentation - - - Automatically create a Doxygen comment upon pressing enter after a /** or /*! - Créer automatiquement un commentaire Doxygen lorsque vous appuyez sur entrée après /** ou /*! - - - Enable Doxygen blocks - Activer les blocs Doxygen - - - Generate a <i>brief</i> command with an initial description for the corresponding declaration - on garde vraiment le mot initiale ? - Générer une commande <i>brief</i> avec une description initiale pour la déclaration correspondante - - - Generate brief description - Générer une description "brief" - - - Add leading asterisks when continuing comments on new lines - Ajouter des astérisques en début de ligne pour les commentaires multilignes - - - Add leading asterisks - Ajouter des astérisques en début de ligne - - - Add leading asterisks when continuing Qt (/*!) and Java (/**) style comments on new lines - Ajouter des astérisques en début de ligne pour continuer les commentaires de style Qt (/*!) et Java (/ **) sur les nouvelles lignes - - - Methods in current Document - Méthodes du document courant - - - Methods in Current Document - Méthodes du document courant - - - C++ Methods in Current Document - Méthodes C++ du document courant + Quick Fixes + Corrections rapides C++ Symbols in Current Document - Symboles C++ du document courant + Symboles C++ du document actuel - /************************************************************************** -** Qt Creator license header template -** Special keywords: %USER% %DATE% %YEAR% -** Environment variables: %$VARIABLE% -** To protect a percent sign, use '%%'. -**************************************************************************/ - - /************************************************************************** -** Modèle de licence Qt Creator -** Mots-clés spéciaux : %USER% %DATE% %YEAR% -** Variables d'environnement : %$VARIABLE% -** Pour échaper un caractère pourcentage, utilisez '%%'. -**************************************************************************/ + All Included C/C++ Files + Tous les fichiers C/C++ inclus + + + C++ Classes, Enums, Functions and Type Aliases + Classes, énumérations, fonctions et alias de type C++ Edit... - Modifier... + Modifier… Choose Location for New License Template File - Choisir l'emplacement pour le nouveau modèle de license - - - Choose a location for the new license template file - Choisir un nouveau fichier pour le modèle de license - - - Choose a new license template file - Choisir un nouveau fichier pour le modèle de license - - - Edit - Éditer - - - Template write error - Erreur d'écriture du modèle - - - Cannot write to %1: %2 - Impossible d'écrire %1 : %2 - - - Methods and functions - Méthodes et fonctions - - - Methods and Functions - Méthodes et fonctions - - - C++ Methods and Functions - Méthodes et fonctions C++ + Sélectionner l’emplacement pour le nouveau modèle de licence C++ Functions Fonctions C++ - - Classes and Methods - Classes et méthodes - - - C++ Classes and Methods - Classes et méthodes C++ - - - C++ Classes, Enums and Functions - Classes, énumérations et fonctions C++ - &C++ &C++ @@ -2702,7 +19203,7 @@ Voulez vous les écraser ? Open Corresponding Header/Source in Next Split - Ouvrir les fichiers d'en-tête/source dans la vue suivante + Ouvrir les fichiers d’en-tête/source dans la vue suivante Meta+E, F4 @@ -2713,24 +19214,1823 @@ Voulez vous les écraser ? Ctrl+E, F4 - Search class - Rechercher la classe + Reads + Lectures - Class Declarations - Déclarations de classe + Writes + Écritures - Search functions - Rechercher les fonctions + Other + Autre - Function calls - Appels de fonction + C++ Usages: + Utilisations de C++ : - %1 of %2 - %1 de %2 + Searching for Usages + Recherche des utilisations + + + Re&name %n files + + Re&nommer %n fichier + Re&nommer %n fichiers + + + + Files: +%1 + Fichiers : +%1 + + + C++ Macro Usages: + Utilisations de macros C++ : + + + Rewrite Using %1 + Réécrire en utilisant %1 + + + Swap Operands + Échanger les opérandes + + + Rewrite Condition Using || + Réécrire la condition en utilisant || + + + Split Declaration + Fractionner la déclaration + + + Add Curly Braces + Ajouter des accolades + + + Move Declaration out of Condition + Déplacer la déclaration en dehors de la condition + + + Split if Statement + aaaaaaaah ! Je n'avais pas tilté. + Fractionner la condition if + + + Enclose in %1(...) + Encapsuler dans %1(…) + + + Convert to String Literal + Convertir en une chaîne littérale + + + Convert to Character Literal and Enclose in QLatin1Char(...) + Convertir en une chaîne littérale et l’insère dans QLatin1Char(…) + + + Convert to Character Literal + Convertir en un caractère littéral + + + Add #include %1 + Ajouter #include %1 + + + Switch with Previous Parameter + Interchanger avec le paramètre précédent + + + Switch with Next Parameter + Interchanger avec le paramètre suivant + + + Mark as Translatable + Marquer comme traduisible + + + Convert to Objective-C String Literal + Convertir en une chaîne littérale Objective-C + + + Convert to Hexadecimal + Convertir en hexadécimal + + + Convert to Octal + Convertir en octal + + + Convert to Decimal + Convertir en décimal + + + Convert to Binary + Convertir en binaire + + + Add Local Declaration + Ajouter la déclaration locale + + + Convert to Camel Case + Convertir en Camel Case + + + Add forward declaration for %1 + Ajouter la déclaration préalable pour %1 + + + Reformat to "%1" + Reformater en « %1 » + + + Reformat Pointers or References + Reformater les pointeurs ou références + + + Complete Switch Statement + Terminer l’instruction switch + + + Add Class Member "%1" + Ajouter le membre de la classe « %1 » + + + Provide the type + Fournir le type + + + Data type: + Type de donnée : + + + Member Function Implementations + Implémentation des fonctions membres + + + Inline + Inline + + + Outside Class + En dehors de la classe + + + Default implementation location: + Emplacement de l’implémentation par défaut : + + + Create Implementations for Member Functions + Créer des implémentations pour les fonctions membres + + + Generate Missing Q_PROPERTY Members + Générer les membres manquants de Q_PROPERTY + + + Generate Setter + Générer le setter + + + Generate Getter + Générer le getter + + + Generate Getter and Setter + Générer le getter et le setter + + + Generate Constant Q_PROPERTY and Missing Members + Générer un Q_PROPERTY constant et les membres manquants + + + Generate Q_PROPERTY and Missing Members with Reset Function + Générer le Q_PROPERTY et les membres manquants avec la fonction Reset + + + Generate Q_PROPERTY and Missing Members + Générer le Q_PROPERTY et les membres manquants + + + Getters and Setters + Getters et setters + + + Member + Membre + + + Getter + Getter + + + Setter + Setter + + + Signal + Signal + + + Reset + Réinitialiser + + + QProperty + QProperty + + + Constant QProperty + QProperty constante + + + Create getters for all members + Créer les getters pour tous les membres + + + Create setters for all members + Créer les setters pour tous les membres + + + Create signals for all members + Créer les signaux pour tous les membres + + + Create Q_PROPERTY for all members + Créer les Q_PROPERTY pour tous les membres + + + Select the getters and setters to be created. + Sélectionner les getters et les setters à créer. + + + Function name + Nom de fonction + + + Access + Accéder + + + Extract Constant as Function Parameter + Extraire la constante comme paramètre de fonction + + + Convert to Stack Variable + Convertir en variable de pile + + + Convert to Pointer + Convertir en pointeur + + + Definitions Outside Class + Définitions en dehors de la classe + + + Move All Function Definitions to %1 + Déplacer toutes les définitions de fonction vers %1 + + + Assign to Local Variable + Affecter à la variable locale + + + Optimize for-Loop + Optimiser la boucle for + + + Escape String Literal as UTF-8 + Échapper la chaîne de caractères littérale en UTF-8 + + + Unescape String Literal as UTF-8 + Déséchapper la chaîne de caractères littérale en UTF-8 + + + Convert connect() to Qt 5 Style + Convertir connect() au style Qt 5 + + + Remove All Occurrences of "using namespace %1" in Global Scope and Adjust Type Names Accordingly + Supprimer toutes les occurrences de « using namespace %1 » dans la portée globale et ajuster les noms de types en conséquence + + + Remove "using namespace %1" and Adjust Type Names Accordingly + Supprimer « using namespace %1 » et adapter les noms de types en conséquence + + + Initialize in Constructor + Initialiser dans le constructeur + + + Member Name + Nom du membre + + + Parameter Name + Nom du paramètre + + + Default Value + Valeur par défaut + + + Base Class Constructors + Constructeurs de la classe de base + + + Constructor + Constructeur + + + Parameters without default value must come before parameters with default value. + Les paramètres sans valeur par défaut doivent être placés avant les paramètres avec valeur par défaut. + + + Initialize all members + Initialiser tous les membres + + + Select the members to be initialized in the constructor. +Use drag and drop to change the order of the parameters. + Sélectionnez les membres à initialiser dans le constructeur. +Utilisez le glisser-déposer pour modifier l’ordre des paramètres. + + + Generate Constructor + Générer le constructeur + + + Add %1 Declaration + Ajouter la déclaration %1 + + + Add Definition in %1 + Ajouter la définition dans %1 + + + Add Definition Here + Ajouter une définition ici + + + Add Definition Inside Class + Ajouter une définition dans la classe + + + Add Definition Outside Class + Ajouter une définition en dehors de la classe + + + No type hierarchy available + Aucune hiérarchie de type disponible + + + Bases + Bases + + + Open in Editor + Ouvrir dans un éditeur + + + Evaluating Type Hierarchy + Évaluation de la hiérarchie de type + + + Derived + Dérivé + + + Evaluating type hierarchy... + Évaluation de la hiérarchie de type… + + + Type Hierarchy + Hiérarchie de type + + + C++ Symbols + Symboles C++ + + + C++ Symbols: + Symboles C++ : + + + Classes + Classes + + + Functions + Fonctions + + + Enums + Énumérations + + + Declarations + Déclarations + + + Searching for Symbol + Recherche des symboles + + + Scope: %1 +Types: %2 +Flags: %3 + Contexte : %1 +Types : %2 +Indicateurs : %3 + + + All + Tout + + + Projects + Projets + + + ≥ + ≥ + + + lines + lignes + + + See tool tip for more information + Voir l’info-bulle pour plus d’informations + + + Use <name> for the variable +Use <camel> for camel case +Use <snake> for snake case +Use <Name>, <Camel> and <Snake> for upper case +e.g. name = "m_test_foo_": +"set_<name> => "set_test_foo" +"set<Name> => "setTest_foo" +"set<Camel> => "setTestFoo" + Utiliser <nom> pour la variable +Utiliser <camel> pour le camel case +Utiliser <snake> for snake case +Utiliser <Nom>, <Camel> et <Snake> pour les majuscules +p.ex. nom = « m_test_toto_ » : +"set_<nom> => « set_test_toto » +"set<Nom> => « setTest_toto » +"set<Camel> => « setTestToto » + + + For example, [[nodiscard]] + Par exemple, [[nodiscard]] + + + For example, new<Name> + Par exemple, new<Nom> + + + Setters should be slots + Les setters doivent être des slots + + + Normally reset<Name> + Normalement reset<Nom> + + + Normally <name>Changed + Normalement <Nom>Changed + + + Generate signals with the new value as parameter + Générer des signaux avec la nouvelle valeur comme paramètre + + + For example, m_<name> + Par exemple, m_<nom> + + + Generate missing namespaces + Générer les espaces de noms manquants + + + Add "using namespace ..." + Ajouter « using namespace … » + + + Rewrite types to match the existing namespaces + Réécrire les types pour qu’ils correspondent aux espaces de noms existants + + + <html><head/><body><p>Uncheck this to make Qt Creator try to derive the type of expression in the &quot;Assign to Local Variable&quot; quickfix.</p><p>Note that this might fail for more complex types.</p></body></html> + <html><head/><body><p>Décochez cette case pour que Qt Creator essaie de dériver le type d’expression dans la correction rapide &quot;Assigner à une variable locale&quot;.</p><p>Notez que cela peut échouer pour des types plus complexes.</p></body></html> + + + Use type "auto" when creating new variables + Utiliser le type « auto » lors de la création de nouvelles variables + + + Template + Template + + + Separate the types by comma. + Séparer les types par une virgule. + + + Use <new> and <cur> to access the parameter and current value. Use <type> to access the type and <T> for the template parameter. + Utiliser <new> et <cur> pour accéder au paramètre et à la valeur actuelle. Utilisez <type> pour accéder au type et <T> pour le paramètre du template. + + + Add + Ajouter + + + Normally arguments get passed by const reference. If the Type is one of the following ones, the argument gets passed by value. Namespaces and template arguments are removed. The real Type must contain the given Type. For example, "int" matches "int32_t" but not "vector<int>". "vector" matches "std::pmr::vector<int>" but not "std::optional<vector<int>>" + Normalement, les arguments sont transmis par référence constante. Si le type est l’un des suivants, l’argument est transmis par valeur. Les espaces de noms et les arguments du modèle sont supprimés. Le type réel doit contenir le type donné. Par exemple, « int » correspond à « int32_t » mais pas à « vector<int> ». « vector » correspond à « std::pmr::vector<int> » mais pas à « std::optional<vector<int>> » + + + Return non-value types by const reference + Retourner les types de non-valeurs par référence constante + + + Generate Setters + Générer les setters + + + Generate Getters + Générer les getters + + + Inside class: + À l’intérieur de la classe : + + + Default + Défaut + + + Outside class: + En dehors de la classe : + + + In .cpp file: + Dans le fichier .cpp : + + + Types: + Types : + + + Comparison: + Comparaison : + + + Assignment: + Assignation : + + + Return expression: + Expression renvoyée : + + + Return type: + Type renvoyé : + + + Generated Function Locations + Emplacement des fonctions générées + + + Getter Setter Generation Properties + Propriétés de génération des getters et des setters + + + Getter attributes: + Attributs du getter : + + + Getter name: + Nom du getter : + + + Setter name: + Nom du setter : + + + Setter parameter name: + Nom du paramètre du setter : + + + Reset name: + Réinitialiser le nom : + + + Signal name: + Nom du signal : + + + Member variable name: + Nom de la variable membre : + + + Missing Namespace Handling + Traitement des espaces de noms manquants + + + Custom Getter Setter Templates + Modèles de getters et setters personnalisés + + + Value types: + Types de valeur : + + + Projects only + Projets uniquement + + + All files + Tous les fichiers + + + Sort Alphabetically + Trier par ordre alphabétique + + + You are trying to rename a symbol declared in the generated file "%1". +This is normally not a good idea, as the file will likely get overwritten during the build process. + Vous essayez de renommer un symbole déclaré dans le fichier généré « %1 ». +Ce n’est normalement pas une bonne idée, car le fichier risque d’être écrasé au cours du processus de compilation. + + + Do you want to edit "%1" instead? + Voulez-vous modifier « %1 » à la place ? + + + Open %1 + Ouvrir %1 + + + &Refactor + &Refactoriser + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + General + Général + + + Content + Contenu + + + Indent + Indenter + + + "public", "protected" and +"private" within class body + « public », « protected » et « private » +dans le corps de la classe + + + Declarations relative to "public", +"protected" and "private" + Déclarations relatives à « public », +« protected » et « private » + + + Statements within blocks + Déclarations dans les blocs + + + Declarations within +"namespace" definition + Déclarations dans la +définition de « namespace » + + + Braces + Accolades + + + Indent Braces + Indenter les accolades + + + Class declarations + Déclarations de classes + + + Namespace declarations + Déclarations d’espaces de noms + + + Enum declarations + Déclarations d’énumérations + + + Blocks + Blocs + + + "switch" + « switch » + + + Indent within "switch" + Indenter à l’intérieur +de « switch » + + + "case" or "default" + « case » ou « default » + + + Statements relative to +"case" or "default" + Déclarations relatives à +« case » ou « default » + + + Blocks relative to +"case" or "default" + Blocs relatifs à +« case » ou « default » + + + "break" statement relative to +"case" or "default" + Déclarations « break » relatives +à « case » ou « default » + + + Alignment + Alignement + + + Align + Aligner + + + <html><head/><body> +Enables alignment to tokens after =, += etc. When the option is disabled, regular continuation line indentation will be used.<br> +<br> +With alignment: +<pre> +a = a + + b +</pre> +Without alignment: +<pre> +a = a + + b +</pre> +</body></html> + <html><head/><body> +Active l’alignement des jetons après =, +=, etc. Quand cette option est désactivée, l’indentation régulière de continuation de ligne sera utilisée.<br> +<br> +Avec alignement : +<pre> +a = a + + b +</pre> +Sans alignement : +<pre> +a = a + + b +</pre> +</body></html> + + + Align after assignments + Aligner après les assignations + + + Add extra padding to conditions +if they would align to the next line + Ajoute une marge supplémentaire aux conditions +si elles devaient s’aligner sur la ligne suivante + + + <html><head/><body> +Adds an extra level of indentation to multiline conditions in the switch, if, while and foreach statements if they would otherwise have the same or less indentation than a nested statement. + +For four-spaces indentation only if statement conditions are affected. Without extra padding: +<pre> +if (a && + b) + c; +</pre> +With extra padding: +<pre> +if (a && + b) + c; +</pre> +</body></html> + <html><head/><body> +Ajoute un niveau supplémentaire d’indentation aux conditions multilignes dans les switch, if, while et foreach si elle avaient moins ou autant d’indentation qu’un code imbriqué. + +Pour les indentations à quatre espaces, seules les if sont affectés. Sans décalage supplémentaire : +<pre> +if (a && + b) + c; +</pre> +Avec du décalage supplémentaire : +<pre> +if (a && + b) + c; +</pre> +</body></html> + + + Pointers and References + Pointeurs et références + + + Bind '*' and '&&' in types/declarations to + Lier « * » et « && » dans les types/déclarations de + + + <html><head/><body>This does not apply to the star and reference symbol in pointer/reference to functions and arrays, e.g.: +<pre> int (&rf)() = ...; + int (*pf)() = ...; + + int (&ra)[2] = ...; + int (*pa)[2] = ...; + +</pre></body></html> + <html><head/><body>Cela ne s’applique par à l’étoile et le symbole de la référence pour les pointeurs/références aux fonctions et tableaux, par exemple : +<pre> int (&rf)() = …; + int (*pf)() = …; + + int (&ra)[2] = …; + int (*pa)[2] = …; + +</pre></body></html> + + + Identifier + Identifiant + + + Type name + Nom du type + + + Left const/volatile + Const/volatile à gauche + + + This does not apply to references. + Cela ne s’applique pas aux références. + + + Right const/volatile + Const/volatile à droite + + + Statements within function body + Instructions dans le corps de la fonction + + + Function declarations + Déclarations de fonction + + + Global + Settings + Globale + + + Qt + Qt + + + GNU + GNU + + + Old Creator + Ancien Creator + + + &Suffix: + &Suffixe : + + + S&earch paths: + &Chemins de la recherche : + + + Comma-separated list of header paths. + +Paths can be absolute or relative to the directory of the current open document. + +These paths are used in addition to current directory on Switch Header/Source. + Liste des chemins pour les fichiers d’en-tête (séparation par des virgules). + +Les chemins peuvent être donnés en absolus ou en relatifs au dossier contenant le document ouvert actuel. + +Ces chemins sont utilisés en complément au répertoire actuel pour basculer entre les fichiers d’en-tête et de source. + + + S&uffix: + S&uffixe : + + + Se&arch paths: + &Chemins de la recherche : + + + Comma-separated list of source paths. + +Paths can be absolute or relative to the directory of the current open document. + +These paths are used in addition to current directory on Switch Header/Source. + Liste des chemins pour les fichiers de source (séparation par des virgules). + +Les chemins peuvent être donnés en absolus ou en relatifs au dossier contenant le document ouvert actuel. + +Ces chemins sont utilisés en complément au répertoire actuel pour basculer entre les fichiers d’en-tête et de source. + + + /************************************************************************** +** %1 license header template +** Special keywords: %USER% %DATE% %YEAR% +** Environment variables: %$VARIABLE% +** To protect a percent sign, use '%%'. +**************************************************************************/ + + /************************************************************************** +** %1 modèle d’en-tête de licence +** Mots-clés spéciaux : %USER% %DATE% %YEAR% +** Variables d’environnement : %$VARIABLE%. +** Pour protéger un signe de pourcentage, utilisez « %% ». +**************************************************************************/ + + + + Use "#pragma once" instead of "#ifndef" guards + Utiliser « #pragma-once » au lieu du garde-fou « #ifndef » + + + &Lower case file names + &Noms des fichiers en minuscule + + + Comma-separated list of header prefixes. + +These prefixes are used in addition to current file name on Switch Header/Source. + Liste de préfixes d’en-tête séparés par des virgules. + +Ces préfixes sont utilisés en complément au répertoire actuel pour basculer entre les fichiers d’en-tête et de source. + + + Uses "#pragma once" instead of "#ifndef" include guards. + Utilise les garde-fous « #pragma-once » au lieu de « #ifndef ». + + + Comma-separated list of source prefixes. + +These prefixes are used in addition to current file name on Switch Header/Source. + Liste de préfixes de sources par des virgules. + +Ces préfixes sont utilisés en complément au répertoire actuel pour basculer entre les fichiers d’en-tête et de source. + + + &Prefixes: + &Préfixes : + + + Include guards + Garde-fous + + + P&refixes: + Pré&fixes : + + + License &template: + &Modèle de licence : + + + Extract Function + Extraire la fonction + + + Extract Function Refactoring + contexte ? [Pierre] là je cale... + Refactorisation de la fonction extraite + + + C++ Classes + Classes C++ + + + Target file was changed, could not apply changes + Le fichier cible a été modifié, impossible d’appliquer les changements + + + Apply changes to definition + Appliquer les changements aux définitions + + + Apply changes to declaration + Appliquer les changements aux déclarations + + + Apply Function Signature Changes + Pluriel ? + Appliquer les changements de signature de fonction + + + Only virtual functions can be marked 'override' + Seules les fonctions virtuelles peuvent être marqués « override » + + + Only virtual functions can be marked 'final' + Seules les fonctions virtuelles peuvent être marqués « final » + + + Expected a namespace-name + Un nom d’espace de noms est attendu + + + Too many arguments + Trop d’arguments + + + Shift+F2 + Maj+F2 + + + Additional Preprocessor Directives... + Directives supplémentaires pour le préprocesseur… + + + Switch Between Function Declaration/Definition + Changer entre la définition et déclaration de la fonction + + + Open Function Declaration/Definition in Next Split + Ouvrir la déclaration/définition de la fonction dans une nouvelle vue + + + Meta+E, Shift+F2 + Meta+E, Maj+F2 + + + Ctrl+E, Shift+F2 + Ctrl+E, Maj+F2 + + + The license template. + Le modèle de licence. + + + The configured path to the license template + La chemin configuré vers le modèle de licence + + + Insert "#pragma once" instead of "#ifndef" include guards into header file + Insérer « #pragma once » au lieu de « #ifndef » dans le fichier d’en-tête + + + C++ + SnippetProvider + C++ + + + Header/Source + text on macOS touch bar + En-tête/source + + + Follow + text on macOS touch bar + Suivre + + + Decl/Def + text on macOS touch bar + Decl/Def + + + Follow Symbol Under Cursor to Type + Suivre le symbole sous le curseur pour taper + + + Ctrl+Shift+F2 + Ctrl+Maj+F2 + + + Follow Symbol to Type in Next Split + Suivre le symbole pour taper dans le prochain panneau + + + Meta+E, Ctrl+Shift+F2 + Meta+E, Ctrl+Maj+F2 + + + Ctrl+E, Ctrl+Shift+F2 + Ctrl+E, Ctrl+Maj+F2 + + + Find References With Access Type + Rechercher des références avec le type d’accès + + + Show Preprocessed Source + Afficher la source prétraitée + + + Show Preprocessed Source in Next Split + Afficher la source prétraitée dans le prochain panneau + + + Find Unused Functions + Trouver les fonctions inutilisées + + + Find Unused C/C++ Functions + Trouver les fonctions C/C++ inutilisées + + + Open Type Hierarchy + Ouvrir la hiérarchie de type + + + Meta+Shift+T + Meta+Maj+T + + + Ctrl+Shift+T + Ctrl+Maj+T + + + Open Include Hierarchy + Ouvrir la hiérarchie d’includes + + + Meta+Shift+I + Meta+Maj+I + + + Ctrl+Shift+I + Ctrl+Maj+I + + + Inspect C++ Code Model... + Inspecter le modèle de code C++… + + + Meta+Shift+F12 + Meta+Maj+F12 + + + Ctrl+Shift+F12 + Ctrl+Maj+F12 + + + Reparse Externally Changed Files + Réanalyser les fichiers modifiés en dehors de Qt Creator + + + Create Getter and Setter Member Functions + Créer des fonctions membres accesseurs et mutateurs + + + Move Definition Outside Class + Déplacer la définition en dehors de la classe + + + Move Definition to %1 + Déplacer la définition dans %1 + + + Move Definition to Class + Déplacer la définition dans la classe + + + Insert Virtual Functions of Base Classes + Insérer les fonctions virtuelles des classes de bases + + + Insert Virtual Functions + Insérer les fonctions virtuelles + + + &Functions to insert: + &Fonctions à insérer : + + + Filter + Filtrer + + + &Hide reimplemented functions + &Cacher les fonctions réimplémentées + + + &Insertion options: + Options d’&insertion : + + + Insert only declarations + Insérer seulement les déclarations + + + Insert definitions inside class + Insérer les définitions dans la classe + + + Insert definitions outside class + Insérer les définitions en dehors de la classe + + + Insert definitions in implementation file + Insérer les définitions dans un fichier d’implémentation + + + Add "&virtual" to function declaration + Ajouter « &virtual » à la déclaration de la fonction + + + Add "override" equivalent to function declaration: + Ajouter l’équivalent « override » à la déclaration de la fonction : + + + Clear Added "override" Equivalents + Effacer les équivalents « override » ajoutés + + + Too few arguments + Trop peu d’arguments + + + Additional C++ Preprocessor Directives + Directives supplémentaires pour le préprocesseur C++ + + + Additional C++ Preprocessor Directives for %1: + Directives supplémentaires pour le préprocesseur C++ pour %1 : + + + No include hierarchy available + Aucune hiérarchie d’includes n’est disponible + + + Synchronize with Editor + Synchroniser avec l’éditeur + + + Include Hierarchy + Hiérarchie d’includes + + + Includes + Inclusions + + + Included by + Inclut par + + + (none) + (aucun) + + + (cyclic) + (cyclique) + + + The file name. + Le nom du fichier. + + + The class name. + Le nom de la classe. + + + Diagnostic configuration: + Configuration du diagnostic : + + + Diagnostic Configurations + Configurations du diagnostic + + + Built-in + Intégré + + + Custom + Personnalisé + + + For appropriate options, consult the GCC or Clang manual pages or the %1 GCC online documentation</a>. + Pour connaître les options appropriées, consultez les pages de manuel de GCC ou de Clang ou la documentation en ligne de GCC %1</a>. + + + Use diagnostic flags from build system + Utiliser les drapeaux de diagnostic du système de compilation + + + Copy... + Copier… + + + Rename... + Renommer… + + + Remove + Supprimer + + + Clang Warnings + Avertissement Clang + + + Copy Diagnostic Configuration + Copier la configuration du diagnostic + + + Diagnostic configuration name: + Nom de la configuration du diagnostic : + + + %1 (Copy) + %1 (copie) + + + Rename Diagnostic Configuration + Renommer la configuration du diagnostic + + + New name: + Nouveau nom : + + + Option "%1" is invalid. + L’option « %1 » est invalide. + + + Copy this configuration to customize it. + Copier cette configuration pour la personnaliser. + + + Configuration passes sanity checks. + La configuration est conforme aux contrôles d’aptitude (sanity checks). + + + Follow Symbol to Type is only available when using clangd + Suivre le symbole pour taper n’est disponible que lorsque l’on utilise clangd + + + Compiler Flags + Drapeaux du compilateur + + + Background Priority + Priorité en arrière-plan + + + Normal Priority + Priorité normale + + + Low Priority + Priorité basse + + + Off + Éteint + + + <b>Warning</b>: This file is not part of any project. The code model might have issues parsing this file properly. + <b>Avertissement</b> : ce fichier ne fait partie d’aucun projet. Le modèle de code peut avoir des difficultés à analyser correctement ce fichier. + + + Note: Multiple parse contexts are available for this file. Choose the preferred one from the editor toolbar. + Remarque : plusieurs contextes d’analyse sont disponibles pour ce fichier. Sélectionnez celui que vous préférez dans la barre d’outils de l’éditeur. + + + C++ Code Model + Modèle de code C++ + + + Matches all files that are included by all C++ files in all projects. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + Correspond à tous les fichiers inclus dans tous les fichiers C++ de tous les projets. Ajouter « +<numéro> » ou « :<numéro> » pour passer au numéro de ligne donné. Ajouter un autre « +<numéro> » ou « :<numéro> » pour passer également au numéro de colonne. + + + Parsing C/C++ Files + Analyse des fichiers C/C++ + + + Cannot show preprocessed file: %1 + Impossible d’afficher le fichier prétraité : %1 + + + Falling back to built-in preprocessor: %1 + Retour au préprocesseur intégré : %1 + + + Failed to open output file "%1". + Échec de l’ouverture du fichier de sortie « %1 ». + + + Failed to write output file "%1". + Échec de l’écriture du fichier de sortie « %1 ». + + + Could not determine which compiler to invoke. + Impossible de déterminer le compilateur à invoquer. + + + Could not determine compiler command line. + Impossible de déterminer la ligne de commande du compilateur. + + + Checked %1 of %2 functions + Fonction %1 sur %2 vérifiée + + + Finding Unused Functions + Recherche de fonctions inutilisées + + + C++ Indexer: Skipping file "%1" because its path matches the ignore pattern. + Indexeur C++ : ignore le fichier « %1 » car son chemin d’accès correspond au motif ignoré. + + + <p><b>Active Parse Context</b>:<br/>%1</p><p>Multiple parse contexts (set of defines, include paths, and so on) are available for this file.</p><p>Choose a parse context to set it as the preferred one. Clear the preference from the context menu.</p> + <p><b>Contexte d’analyse actif</b> :<br/>%1</p><p>Plusieurs contextes d’analyse (ensemble de définitions, chemins d’inclusion, etc.) sont disponibles pour ce fichier.</p><p>Sélectionnez un contexte d’analyse pour le définir comme contexte préféré. Effacez la préférence à partir du menu contextuel.</p> + + + Clear Preferred Parse Context + Effacer le contexte d’analyse préféré + + + The project contains C source files, but the currently active kit has no C compiler. The code model will not be fully functional. + Le projet contient des fichiers source C, mais le kit actuellement actif n’a pas de compilateur C. Le modèle de code ne sera pas entièrement fonctionnel. + + + The project contains C++ source files, but the currently active kit has no C++ compiler. The code model will not be fully functional. + Le projet contient des fichiers source C++, mais le kit actuellement actif n’a pas de compilateur C++. Le modèle de code ne sera pas entièrement fonctionnel. + + + Preparing C++ Code Model + Préparation du modèle de code C++ + + + Quick Fix settings are saved in a file. Existing settings file "%1" found. Should this file be used or a new one be created? + Les paramètres de la Correction rapide sont enregistrés dans un fichier. Fichier de paramètres existant « %1 » trouvé. Faut-il utiliser ce fichier ou en créer un nouveau ? + + + Switch Back to Global Settings + Retour aux paramètres généraux + + + Use Existing + Utiliser l’existant + + + Create New + Créer un nouveau + + + Custom settings are saved in a file. If you use the global settings, you can delete that file. + Les paramètres personnalisés sont enregistrés dans un fichier. Si vous utilisez les paramètres généraux, vous pouvez supprimer ce fichier. + + + Delete Custom Settings File + Supprimer le fichier des paramètres personnalisés + + + Resets all settings to the global settings. + Réinitialise tous les paramètres aux paramètres généraux. + + + Reset to Global + Restaurer les paramètres généraux + + + C++ Indexer: Skipping file "%1" because it is too big. + Indexeur C++ : passer le fichier « %1 » parce qu’il est trop grand. + + + Checks for questionable constructs + Vérifie les compilations douteuses + + + Build-system warnings + Avertissements du système de compilation + + + collecting overrides ... + réception des surcharges… + + + + QtC::Cppcheck + + Diagnostic + Diagnostic + + + Cppcheck Diagnostics + Diagnostics de Cppcheck + + + Cppcheck Run Configuration + Configuration de l’exécution de Cppcheck + + + Analyze + Analyser + + + Warnings + Avertissements + + + Style + Style + + + Performance + Performance + + + Portability + Portabilité + + + Information + Information + + + Unused functions + Fonctions inutilisées + + + Missing includes + Includes manquants + + + Inconclusive errors + Erreurs non concluantes + + + Check all define combinations + Vérifier toutes les combinaisons de définitions + + + Show raw output + Afficher les résultats bruts + + + Add include paths + Ajouter des chemins d’include + + + Calculate additional arguments + Calculer les arguments supplémentaires + + + Disables multithreaded check. + Désactive la vérification multithread. + + + Comma-separated wildcards of full file paths. Files still can be checked if others include them. + Caractères joker de chemins d’accès complets aux fichiers, séparés par des virgules. Les fichiers peuvent toujours être vérifiés si d’autres les incluent. + + + Can find missing includes but makes checking slower. Use only when needed. + Permet de trouver les includes manquants, mais ralentit la vérification. À n’utiliser qu’en cas de besoin. + + + Like C++ standard and language. + Comme la norme et le langage C++. + + + Binary: + Binaire : + + + Checks: + Vérifie : + + + Custom arguments: + Arguments personnalisés : + + + Ignored file patterns: + Motifs de fichier ignorés : + + + Cppcheck + Cppcheck + + + Go to previous diagnostic. + Revenir au diagnostic précédant. + + + Go to next diagnostic. + Passer au diagnostic suivant. + + + Clear + Effacer + + + Cppcheck... + Cppcheck… + + + Cppcheck started: "%1". + Cppcheck démarré : « %1 ». + + + Cppcheck finished. + Cppcheck terminé. + + + + QtC::CtfVisualizer + + Title + Titre + + + Count + + + + Total Time + Temps total + + + Percentage + Pourcentage + + + Minimum Time + Temps minimum + + + Average Time + Temps moyen + + + Maximum Time + Temps maximum + + + Stack Level %1 + Niveau de la pile %1 + + + Value + Valeur + + + Min + Min + + + Max + Max + + + Start + Démarrer + + + Wall Duration + + + + Unfinished + + + + true + + + + Thread %1 + Thread %1 + + + Categories + Catégories + + + Arguments + Arguments + + + Instant + + + + Scope + Contexte + + + global + + + + process + processus + + + thread + thread + + + Return Arguments + + + + CTF Visualizer + + + + Cannot read the CTF file. + Impossible de lire le fichier CTF. + + + The trace contains threads with stack depth > 512. +Do you want to display them anyway? + + + + Chrome Trace Format Viewer + + + + Load JSON File + Charger un fichier JSON + + + Restrict to Threads + Restreindre aux threads + + + Timeline + Ligne du temps + + + Reset Zoom + Réinitialiser le zoom + + + Statistics + Statistiques + + + Load Chrome Trace Format File + + + + JSON File (*.json) + Fichier JSON (*.json) + + + The file does not contain any trace data. + Le fichier ne contient aucune donnée de traçage. + + + Loading CTF File + Chargement d’un fichier CTF + + + Chrome Trace Format Visualizer + @@ -2739,6 +21039,18 @@ Voulez vous les écraser ? General Général + + Always adds a breakpoint on the <i>%1()</i> function. + Ajoute toujours un point d’arrêt sur la fonction <i>%1()</i>. + + + The debugging helpers are used to produce a nice display of objects of certain types like QString or std::map in the &quot;Locals&quot; and &quot;Expressions&quot; views. + L’assistance au débogage est utilisée pour produire un affichage agréable des objets de certains types comme QString ou std::map dans les vues « Locales » et « Expressions ». + + + Extra Debugging Helper + Assistance au débogage supplémentaire + Locals && Expressions '&&' will appear as one (one is marking keyboard shortcut) @@ -2746,15 +21058,7 @@ Voulez vous les écraser ? <Encoding error> - <Erreur d'encodage> - - - Found a too-old version of the debugging helper library (%1); version %2 is required. - Une version trop ancienne de la bibliothèque d'aide au débogage a été trouvé(%1); La version %2 est nécessaire. - - - Found an outdated version of the debugging helper library (%1); version %2 is required. - Une version obsolète de la bibliothèque d'assistance au débogage a été trouvée (%1); version %2 requise. + <Erreur d’encodage> ptrace: Operation not permitted. @@ -2766,7 +21070,7 @@ For more details, see /etc/sysctl.d/10-ptrace.conf ptrace : opération non permise. -Impossible de s'attacher au processus. Vérifier qu'aucun autre débogueur ne suit ce processus. +Impossible de s’attacher au processus. Vérifier qu’aucun autre débogueur ne suit ce processus. Vérifiez les paramètres de /proc/sys/kernel/yama/ptrace_scope Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf @@ -2783,120 +21087,72 @@ For more details, see /etc/sysctl.d/10-ptrace.conf ptrace : opération non permise. -Impossible de s'attacher au processus. Vérifier qu'aucun autre débogueur ne suit ce processus. +Impossible de s’attacher au processus. Vérifier qu’aucun autre débogueur ne suit ce processus. Si votre uid correspond au uid du processus cible, vérifiez les paramètres de /proc/sys/kernel/yama/ptrace_scope Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf - - ptrace: Operation not permitted. - -Could not attach to the process. Check the settings of -/proc/sys/kernel/yama/ptrace_scope -For more details, see/etc/sysctl.d/10-ptrace.conf - - ptrace : opération non permise. - -Impossible de s'attacher à ce processus. Vérifiez les paramètres de -/proc/sys/kernel/yama/ptrace_scope -Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf - - - ptrace: Operation not permitted. - -Could not attach to the process. If your uid matches the uid -of the target process, check the settings of -/proc/sys/kernel/yama/ptrace_scope -For more details, see/etc/sysctl.d/10-ptrace.conf - - ptrace : opération non permise. - -Impossible de s'attacher à ce processus. Si votre uid correspond au uid -du processus cible, vérifiez les paramètres de -/proc/sys/kernel/yama/ptrace_scope -Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf - - - %n known types, Qt version: %1, Qt namespace: %2 Dumper version: %3 - - %n type connu, version de Qt : %1, espace de noms Qt : %2, version du collecteur : %3 - %n types connus, version de Qt : %1, espace de noms Qt : %2, version du collecteur : %3 - - - - <none> - <aucun> - Load Core File Charger un fichier core - Browse... - Parcourir... + Select Executable or Symbol File + Sélectionner l’exécutable ou le fichier de symboles - Use local core file: - Utiliser un fichier core local : + Select a file containing debug information corresponding to the core file. Typically, this is the executable or a *.debug file if the debug information is stored separately from the executable. + Sélectionner un fichier contenant des informations de débogage correspondant au fichier principal. Il s’agit généralement de l’exécutable ou d’un fichier *.debug si les informations de débogage sont stockées séparément de l’exécutable. + + + This option can be used to override the kit's SysRoot setting + Cette option peut être utilisée pour remplacer le paramètre SysRoot du kit + + + &Executable or symbol file: + &Exécutable ou fichier de symboles : + + + Failed to copy core file to device: %1 + Échec de la copie du fichier core sur le périphérique : %1 + + + Failed to copy symbol file to device: %1 + Échec de la copie du fichier de symboles sur le périphérique : %1 + + + Copying files to device... %1/%2 + Copie des fichiers sur le périphérique… %1/%2 + + + Copying files to device... + Copie des fichiers sur le périphérique… Core file: Fichier core : - - Select Remote Core File - Sélectionner le fichier core distant - Select Core File Sélectionner le fichier core - - Select Sysroot - ou racine système ? quel est le contexte ? - Sélectionner la racine système - Select Startup Script Sélectionner le script de démarrage - - &Executable: - &Exécutable : - - - &Core file: - Fichier &core : - - - &Tool chain: - Chaîne de &compilation : - - - Sys&root: - &Racine système : - Override &start script: Surcharger le &script de démarrage : - - Select start address - Sélectionner l'adresse de départ - Select Start Address - Sélectionner l'adresse de départ + Sélectionner l’adresse de départ Enter an address: - Entrer une adresse : - - - Enter an address: - Entrer une adresse : + Saisir une adresse : Marker File: @@ -2908,13 +21164,9 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf idem Ligne marquée : - - Breakpoint Number: - Numéro du point d'arrêt : - Breakpoint Address: - Adresse du point d'arrêt : + Adresse du point d’arrêt : Property @@ -2922,19 +21174,11 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Breakpoint Type: - Type de point d'arrêt : + Type de point d’arrêt : Breakpoint - Point d'arrêt - - - Watchpoint - Point d'observation - - - Unknown breakpoint type - Type de point d'arrêt inconnu + Point d’arrêt Requested @@ -2944,10 +21188,6 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Obtained Obtenu - - Internal Number: - Numéro interne : - File Name: Nom du fichier : @@ -2958,7 +21198,7 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Breakpoint on QML Signal Emit - Point d'arrêt lors de l'émission d'un signal QML + Point d’arrêt lors de l’émission d’un signal QML Data at 0x%1 @@ -2968,6 +21208,34 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Data at %1 Données à %1 + + Delete Selected Breakpoints + Supprimer les points d’arrêt sélectionnés + + + Edit Selected Breakpoints... + Modifier les points d’arrêt sélectionnés… + + + Disable Selected Locations + Désactiver les emplacements sélectionnés + + + Enable Selected Locations + Activer les emplacements sélectionnés + + + Disable Location + Désactiver l’emplacement + + + Enable Location + Activer l’emplacement + + + Internal ID: + ID interne : + Enabled ou activé ? modifier en conséquence disabled plus haut. @@ -2977,33 +21245,13 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Disabled Désactivé - - , pending - , en attente - - - Engine: - Moteur : - - - Extra Information: - Informations supplémentaires : - Line Number: Numéro de ligne : - - Corrected Line Number: - Numéro de la ligne corrigée : - Module: - Module : - - - Multiple Addresses: - Adresses multiples : + Module : Command: @@ -3051,7 +21299,7 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Breakpoint inserted - Point d'arrêt inséré + Point d’arrêt inséré Removal requested @@ -3072,43 +21320,103 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Breakpoint at "%1" - Point d'arrêt à "%1" + Point d’arrêt à « %1 » Breakpoint by File and Line - Point d'arrêt par fichier et ligne + Point d’arrêt par fichier et ligne Breakpoint by Function - Point d'arrêt par fonction + Point d’arrêt par fonction Breakpoint by Address - Point d'arrêt par adresse + Point d’arrêt par adresse Breakpoint at Function "main()" - Point d'arrêt dans la fonction "main()" + Point d’arrêt dans la fonction « main() » Watchpoint at Address - Point d'observation à l'adresse + Point d’observation à l’adresse Watchpoint at Expression - Point d'observation à l'expression - - - Breakpoint on QML Signal Handler - Point d'arrêt sur un gestionnaire de signal QML + Point d’observation à l’expression Breakpoint at JavaScript throw - Point d'arrêt sur exception JavaScript + Point d’arrêt sur une exception JavaScript Unknown Breakpoint Type - Type de point d'arrêt inconnu + Type de point d’arrêt inconnu + + + File Name and Line Number + Nom de fichier et numéro de ligne + + + Break on Memory Address + Arrêt sur adresse mémoire + + + Break When C++ Exception Is Thrown + Arrêt quand une exception C++ est lancée + + + Break When C++ Exception Is Caught + Arrêt quand une exception C++ est reçue + + + Break When Function "main" Starts + Arrêt quand la fonction « main » commence + + + Break When a New Process Is Forked + Arrêt quand un nouveau processus est forké + + + Break When a New Process Is Executed + Arrêt quand un nouveau processus est exécuté + + + Break When a System Call Is Executed + Arrêt quand un appel système est exécuté + + + Break on Data Access at Fixed Address + Arrêt sur accès aux données à une adresse fixée + + + Break on Data Access at Address Given by Expression + Arrêt sur accès aux données à une adresse donnée par l’expression + + + Break on QML Signal Emit + Arrêt sur l’émission d’un signal QML + + + Break When JavaScript Exception Is Thrown + Arrêt quand une exception JavaScript est lancée + + + <p>Determines how the path is specified when setting breakpoints:</p><ul><li><i>Use Engine Default</i>: Preferred setting of the debugger engine.</li><li><i>Use Full Path</i>: Pass full path, avoiding ambiguities should files of the same name exist in several modules. This is the engine default for CDB and LLDB.</li><li><i>Use File Name</i>: Pass the file name only. This is useful when using a source tree whose location does not match the one used when building the modules. It is the engine default for GDB as using full paths can be slow with this engine.</li></ul> + <p>Détermine la manière dont le chemin est spécifié lors de la définition des points d’arrêt :</p><ul><li><i>Utiliser le moteur par défaut</i> : paramètre préféré du moteur de débogage.</li><li><i>Utiliser le chemin complet</i> : passer le chemin complet, afin d’éviter les ambiguïtés si des fichiers portant le même nom existent dans plusieurs modules. C’est la valeur par défaut du moteur pour CDB et LLDB.</li><li><i>Utiliser le nom du fichier</i> : indiquer uniquement le nom du fichier. Cette option est utile lorsque l’on utilise un arbre source dont l’emplacement ne correspond pas à celui utilisé lors de la compilation des modules. C’est le moteur par défaut pour GDB, car l’utilisation de chemins complets peut être lente avec ce moteur.</li></ul> + + + Specifying the module (base name of the library or executable) for function or file type breakpoints can significantly speed up debugger startup times (CDB, LLDB). + La spécification du module (nom de base de la bibliothèque ou de l’exécutable) pour les points d’arrêt de type fonction ou fichier peut accélérer considérablement les temps de démarrage du débogueur (CDB, LLDB). + + + Debugger commands to be executed when the breakpoint is hit. This feature is only available for GDB. + Commandes du débogueur à exécuter lorsque le point d’arrêt est atteint. Cette fonction n’est disponible que pour GDB. + + + Propagate Change to Preset Breakpoint + Function @@ -3130,17 +21438,13 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Ignore Ignorer - - Watchpoint at 0x%1 - Point d'observation à 0x%1 - Breakpoint will only be hit if this condition is met. - Le point d'arrêt ne sera respecté que si la condition est remplie. + Le point d’arrêt ne sera respecté que si la condition est remplie. Breakpoint will only be hit after being ignored so many times. - Le point d'arrêt ne sera respecté qu'après avoir été ignoré autant de fois. + Le point d’arrêt ne sera respecté qu’après avoir été ignoré autant de fois. (all) @@ -3148,109 +21452,19 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Breakpoint will only be hit in the specified thread(s). - Le point d'arrêt ne sera rencontré que dans le(s) thread(s) spécifié(s). - - - Breakpoints - Points d'arrêt - - - injection - injection - - - debugger call - appel au débogueur - - - Loading the custom dumper library '%1' (%2) ... - Chargement de la bibliothèque du collecteur de données personnalisé "%1" (%2)... - - - Loading of the custom dumper library '%1' (%2) failed: %3 - Échec du chargement de la bibliothèque du collecteur de données personnalisé "%1" (%2) : %3 - - - Loaded the custom dumper library '%1' (%2). - Bibliothèque du collecteur de données personnalisé "%1" chargée (%2). - - - Stopped / Custom dumper library initialized. - Stopped? - Collecteur de données personnalisé initialisé. - - - Disabling dumpers due to debuggee crash... - Désactive les collecteurs de données à cause d'un crash du débogué... - - - The debuggee does not appear to be Qt application. - Le débogué ne semble pas être une application Qt. - - - Initializing dumpers... - Initialise les collecteurs de données... - - - The custom dumper library could not be initialized: %1 - La bibliothèque de collecteurs de données personnalisé n'a pas pu être initialisé : %1 - - - Querying dumpers for '%1'/'%2' (%3) - Recherche de collecteur pour '%1'/"%2" (%3) - - - Cdb - Cdb + Le point d’arrêt ne sera rencontré que dans le(s) thread(s) spécifié(s). Startup - Placeholder Démarrage - - Additional &arguments: - &Arguments supplémentaires : - - - Debugger Paths - Chemins du débogueur - - - &Symbol paths: - Chemins des &symboles : - - - S&ource paths: - Chemins des s&ources : - - - Break on: - Point d'arrêt : - - - <html><head/><body><p>Use CDB's native console instead of Qt Creator's console for console applications. The native console does not prompt on application exit. It is suitable for diagnosing cases in which the application does not start up properly in Qt Creator's console and the subsequent attach fails.</p></body></html> - <html><head/><body><p>Utilisez la console native de CDB au lieu de celle de Qt Creator pour les applications en console. Cette console native ne prompte pas à la sortie de l'application. Elle est préférable pour diagnostiquer des cas dans lesquels l'application ne se lance pas correctement dans la console de Qt Creator et que les attachements à venir échouent. </p></body></html> - Use CDB &console Utiliser la &console CDB - - <html><head/><body><p>Attempt to correct the location of a breakpoint based on file and line number should it be in a comment or in a line for which no code is generated. The correction is based on the code model.</p></body></html> - <html><head/><body><p>Essaie de corriger l'emplacement d'un point d'arrêt selon le fichier et la ligne du fichier s'il est placé dans un commentaire ou une ligne ne générant pas de code. La correction est basée sur le modèle de code.</p></body></html> - Correct breakpoint location - Corriger l'emplacement du point d'arrêt - - - Break on functions: - Arrêt sur les fonctions : - - - This is useful to catch runtime error messages, for example caused by assert(). - Ceci est utile pour intercepter des messages d'erreur à l'exécution, par exemple ceux causés par assert(). + Corriger l’emplacement du point d’arrêt Various @@ -3258,64 +21472,16 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Ignore first chance access violations - Ignorer les violations d'accès à la première tentative - - - Symbol Server... - Serveur de symboles... - - - Adds the Microsoft symbol server providing symbols for operating system libraries.Requires specifying a local cache directory. - Ajoute le serveur de symboles Microsoft pour fournir les symboles des bibliothèques du système d'exploitation. Exige de spécifier un répertoire local de cache. - - - Symbol Cache... - Cache de symboles... + Ignorer les violations d’accès à la première tentative Uses a directory to cache symbols used by the debugger. Utilise un répertoire comme cache des symboles utilisés par le débogueur. - - <html><head/><body><p>The debugger is not configured to use the public <a href="%1">Microsoft Symbol Server</a>. This is recommended for retrieval of the symbols of the operating system libraries.</p><p><i>Note:</i> A fast internet connection is required for this to work smoothly. Also, a delay might occur when connecting for the first time.</p><p>Would you like to set it up?</p></body></html> - <html><head/><body><p>Le débogueur n'est pas configuré pour utiliser le <a href="%1">serveur de symbole de Microsoft</a> public. Cela est recommandé pour récupérer les symboles des bibliothèques du système d'exploitation.</p><p><i>Remarque :</i> une connexion internet rapide est nécessaire pour que cela fonctionne correctement. En outre, un retard peut se produire lors de la première connexion.</p><p>Voulez-vous le configurer ?</p></body></html> - - - <html><head/><body><p>The debugger is not configured to use the public <a href="%1">Microsoft Symbol Server</a>. This is recommended for retrieval of the symbols of the operating system libraries.</p><p><i>Note:</i> A fast internet connection is required for this to work smoothly. Also, a delay might occur when connecting for the first time.</p><p>Would you like to set it up?</p></br></body></html> - <html><head/><body><p>Le débogueur n'est pas configuré pour utiliser le <a href="%1">serveur de symbole Microsoft</a> public. Ceci est recommandé pour récupérer les symboles des bibliothèques du système d'exploitation.</p><p><i>Note :</i> une connexion internet rapide est requise pour que cela fonctione en douceur. Une attente peut également avoir lieu lors de la première connexion.</p><p>Souhaitez-vous le configurer ?</p></br></body></html> - - - Symbol Server - Serveur de symbole - - - Pick a local cache directory - Sélectionner un répertoire local de cache - - - Always Adjust Column Widths to Contents - Toujours ajuster la largeur des colonnes au contenu - - - Use Alternating Row Colors - Utiliser des couleurs de lignes alternées - - - Debugger Font Size Follows Main Editor - La taille de police du débogueur suit celle de l'éditeur principal - - - Show a Message Box When Receiving a Signal - Afficher un message à la réception d'un signal - Log Time Stamps Horodater le journal - - Verbose Log - Journal des opérations - Operate by Instruction Opérer par instruction @@ -3326,79 +21492,155 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Break on "abort" - S'arrêter sur "interrompre" + S’arrêter sur « interrompre » + + + Shows a warning when starting the debugger on a binary with insufficient debug information. + Affiche un avertissement lors du démarrage du débogueur sur un binaire dont les informations de débogage sont insuffisantes. + + + GDB commands entered here will be executed after GDB has been started, but before the debugged program is started or attached, and before the debugging helpers are initialized. + Les commandes GDB saisies ici seront exécutées après le démarrage de GDB, mais avant que le programme débogué ne soit lancé ou attaché, et avant que l’assistance au débogage ne soit initialisée. + + + GDB commands entered here will be executed after GDB has successfully attached to remote targets.</p><p>You can add commands to further set up the target here, such as "monitor reset" or "load". + Les commandes GDB saisies ici seront exécutées après que GDB se soit attaché avec succès aux cibles distantes. </p><p>Vous pouvez ajouter des commandes pour configurer davantage la cible ici, telles que « monitor reset » ou « load ». + + + Python commands entered here will be executed after built-in debugging helpers have been loaded and fully initialized. You can load additional debugging helpers or modify existing ones here. + Les commandes Python saisies ici seront exécutées après que l’assistance au débogage intégrée ait été chargée et entièrement initialisée. Vous pouvez charger des l’assistance au débogage supplémentaires ou modifier les assistances existantes ici. + + + Extra Debugging Helpers + Assistances au débogage supplémentaires + + + Path to a Python file containing additional data dumpers. + Chemin vers un fichier Python contenant des collecteurs de données supplémentaires. + + + Stopping and stepping in the debugger will automatically open views associated with the current location. + L’arrêt et le mode pas à pas dans le débogueur ouvrent automatiquement les vues associées à l’emplacement actuel. + + + Close temporary source views on debugger exit + Fermer les vues temporaires des sources à la sortie du débogueur + + + Closes automatically opened source views when the debugger exits. + Ferme les vues de source automatiquement ouvertes lorsque le débogueur se termine. + + + Close temporary memory views on debugger exit + Fermer les vues temporaires de la mémoire à la sortie du débogueur + + + Closes automatically opened memory views when the debugger exits. + Ferme les vues de la mémoire automatiquement ouvertes lorsque le débogueur se termine. + + + Enables a full file path in breakpoints by default also for GDB. + Active un chemin de fichier complet dans les points d’arrêt par défaut, y compris pour GDB. + + + Bring %1 to foreground when application interrupts + Ramener %1 au premier plan lorsque l’application s’interrompt + + + Debug all child processes + Déboguer tous les processus enfants + + + <html><head/><body>Keeps debugging all children after a fork.</body></html> + <html><head/><body>Continue à déboguer tous les enfants après un fork.</body></html> + + + GDB shows by default AT&&T style disassembly. + GDB affiche par défaut un désassemblage de type AT&&T. + + + Use annotations in main editor when debugging + Utiliser les annotations dans l’éditeur principal lors du débogage + + + Shows simple variable values as annotations in the main editor during debugging. + Affiche des valeurs de variables simples sous forme d’annotations dans l’éditeur principal pendant le débogage. + + + Use pseudo message tracepoints + Utiliser un pseudo-message de traçage + + + Uses Python to extend the ordinary GDB breakpoint class. + Utilise Python pour étendre la classe de points d’arrêt GDB ordinaires. + + + Use automatic symbol cache + Utiliser le cache de symboles automatique + + + It is possible for GDB to automatically save a copy of its symbol index in a cache on disk and retrieve it from there when loading the same binary in the future. + Il est possible pour GDB d’enregistrer automatiquement une copie de son index des symboles dans un cache sur le disque et d’y accéder à partir de là lors du chargement du même binaire à l’avenir. + + + Enables tooltips for variable values during debugging. Since this can slow down debugging and does not provide reliable information as it does not use scope information, it is switched off by default. + Active les infobulles pour les valeurs des variables pendant le débogage. Comme cela peut ralentir le débogage et ne fournit pas d’informations fiables puisqu’il n’utilise pas d’informations de contexte, cette option est désactivée par défaut. Use Tooltips in Locals View when Debugging - Utiliser les info-bulles dans la vue "variables locales" lors du débogage + Utiliser les info-bulles dans la vue « variables locales » lors du débogage + + + Enables tooltips in the locals view during debugging. + Active les infobulles dans les vues locales pendant le débogage. Use Tooltips in Breakpoints View when Debugging - Utiliser les info-bulles dans la vue des points d'arrêt lors du débogage + Utiliser les info-bulles dans la vue des points d’arrêt lors du débogage + + + Enables tooltips in the breakpoints view during debugging. + Active les info-bulles dans la vue des points d’arrêt lors du débogage. Use Tooltips in Stack View when Debugging Utiliser les info-bulles dans la vue de la pile lors du débogage - Checking this will enable tooltips in the stack view during debugging. - Cocher ceci activera les info-bulles dans la vue de la pile lors du débogage. + The maximum length for strings in separated windows. Longer strings are cut off and displayed with an ellipsis attached. + La longueur maximale des chaînes dans les fenêtres séparées. Les chaînes plus longues sont coupées et affichées avec des points de suspension. - Show Address Data in Breakpoints View when Debugging - Afficher l'adresse des données dans la vue des points d'arrêt lors du débogage + The number of seconds before a non-responsive GDB process is terminated. +The default value of 20 seconds should be sufficient for most +applications, but there are situations when loading big libraries or +listing source files takes much longer than that on slow machines. +In this case, the value should be increased. + Le nombre de secondes avant qu’un processus GDB ne réponde plus. +La valeur par défaut de 20 secondes devrait être suffisante pour la plupart +des applications. mais il existe des situations où le chargement de grosses bibliothèques +ou l’énumération de fichiers sources prend beaucoup plus de temps que cela sur des machines lentes. +Dans ce cas, la valeur doit être augmentée. - Show Address Data in Stack View when Debugging - Afficher l'adresse des données dans la vue de la pile lors du débogage - - - Watch Expression "%1" - Observer l'expression "%1" - - - Remove Watch Expression "%1" - Retirer "%1" des expressions observées - - - Watch Expression "%1" in Separate Window - Observer l'expression "%1" dans une fenêtre séparée + Shows QML object tree in Locals and Expressions when connected and not stepping. + Afficher l’arbre d’objets QML dans « Locales et expressions » lorsqu’il est connecté et non en pas-à-pas. Show "std::" Namespace in Types - Afficher l'espace de nommage "std::" dans les types + Afficher l’espace de nommage « std:: » dans les types Show Qt's Namespace in Types - Afficher l'espace de nommage Qt dans les types + Afficher l’espace de nommage Qt dans les types Use Debugging Helpers - Utiliser l'assistance au débogage - - - Debug Debugging Helpers - Déboguer l'assistance au débogage - - - Use Code Model - Utiliser le modèle de code + Utiliser l’assistance au débogage Selecting this causes the C++ Code Model being asked for variable scope information. This might result in slightly faster debugger operation but may fail for optimized code. - Selectionner cette option fait que l'information de contexte de la variable est demandée au modèle de code C++. Ceci peut résulter en des opérations de débogueur légèrement plus rapides mais risque d'échouer dans le cas de code optimisé. - - - Use Precise Breakpoints - Utiliser des points d'arrêt précis - - - Selecting this causes breakpoint synchronization being done after each step. This results in up-to-date breakpoint information on whether a breakpoint has been resolved after loading shared libraries, but slows down stepping. - Sélectionner cette option provoque une synchronisation des points d'arrêt après chaque étape. Par conséquent l'information concernant un point d'arrêt résolu après le chargement de bibliothèques dynamiques est à jour mais le pas à pas est plus lent. - - - This switches the Locals&&Watchers view to automatically dereference pointers. This saves a level in the tree view, but also loses data for the now-missing intermediate level. - Ceci active le déférencement automatique des pointeurs dans la vue "Variables locales et observateurs". Ceci réduit l'arbre d'un niveau mais certaines données sont cachées. + Sélectionner cette option fait que l’information de contexte de la variable est demandée au modèle de code C++. Ceci peut résulter en des opérations de débogueur légèrement plus rapides mais risque d’échouer dans le cas de code optimisé. Sort Members of Classes and Structs Alphabetically @@ -3406,35 +21648,27 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Adjust Breakpoint Locations - Ajuster les emplacements des points d'arrêt - - - Not all source code lines generate executable code. Putting a breakpoint on such a line acts as if the breakpoint was set on the next line that generated code. Selecting 'Adjust Breakpoint Locations' shifts the red breakpoint markers in such cases to the location of the true breakpoint. - Toutes les lignes de code n'ont pas généré du code exécutable. Mettre un point d'arrêt sur une telle ligne agit comme si le point d'arrêt était mis sur la ligne suivante qui a généré du code. Sélectionner "Ajuster les emplacements des points d'arrêt" déplace les marqueurs rouges de points d'arrêt dans de tels cas à l'emplacement réel du point d'arrêt. + Ajuster les emplacements des points d’arrêt Break on "throw" - S'arrêter sur "throw" + S’arrêter sur « throw » Break on "catch" - S'arrêter sur "catch" + S’arrêter sur « catch » Break on "qWarning" - S'arrêter sur "qWarning" + S’arrêter sur « qWarning » Break on "qFatal" - S'arrêter sur "qFatal" - - - Break on "raise" - S'arrêter sur "raise" + S’arrêter sur « qFatal » Use Dynamic Object Type for Display - Utilisez le type dynamique des objets pour l'affichage + Utilisez le type dynamique des objets pour l’affichage Automatically Quit Debugger @@ -3442,145 +21676,24 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Use tooltips in main editor when debugging - Utiliser les info-bulles dans l'éditeur principal lors du débogage - - - Checking this will enable tooltips for variable values during debugging. Since this can slow down debugging and does not provide reliable information as it does not use scope information, it is switched off by default. - Active les info-bulles sur les variables pendant le débogage. Comme ceci peut ralentir le débogage et ne fournit pas nécessairement des valeurs fiables, cette option est désactivée par défaut. - - - Use Tooltips in Locals View When Debugging - Utiliser les info-bulles dans la vue "variables locales" lors du débogage - - - Use Tooltips in Breakpoints View When Debugging - Utiliser les info-bulles dans la vue des points d'arrêt lors du débogage - - - Show Address Data in Breakpoints View When Debugging - Afficher l'adresse des données dans la vue des points d'arrêt lors du débogage - - - Show Address Data in Stack View When Debugging - Afficher les adresses des données dans la vue de la pile lors du débogage - - - List Source Files - Lister les fichiers source + Utiliser les info-bulles dans l’éditeur principal lors du débogage Skip Known Frames Sauter les frames connues - - Selecting this results in well-known but usually not interesting frames belonging to reference counting and signal emission being skipped while single-stepping. - Sélectionner cette option fait que les trames connues et présentant généralement peu d'intérêt telles que le comptage de référence ou les émissions de signaux soient passées lors d'un débogage pas à pas. - Enable Reverse Debugging Activer le débogage inversé - - Register For Post-Mortem Debugging - Activer le débogage post-mortem - Reload Full Stack - Recharger l'intégralité de la pile + Recharger l’intégralité de la pile Create Full Backtrace Créer une backtrace complète - - Execute Line - Exécuter la ligne - - - Change debugger language automatically - Changer le langage du débogueur automatiquement - - - Changes the debugger language according to the currently opened file. - Changer le langage du débogueur en fonction du fichier ouvert. - - - Use tooltips in locals view when debugging - Utiliser les info-bulles dans la vue "variables locales" lors du débogage - - - Checking this will enable tooltips in the locals view during debugging. - Cocher ceci activera les info-bulles dans la vue des variables locales lors du débogage. - - - Use tooltips in breakpoints view when debugging - Utiliser les info-bulles dans la vue des points d'arrêt lors du débogage - - - Checking this will enable tooltips in the breakpoints view during debugging. - Cocher ceci activera les info-bulles dans la vue des points d'arrêt lors du débogage. - - - Show address data in breakpoints view when debugging - Afficher l'adresse des données dans la vue des points d'arrêt lors du débogage - - - Checking this will show a column with address information in the breakpoint view during debugging. - Cocher ceci affichera l'adresse des données dans la vue des points d'arrêt lors du débogage. - - - Show address data in stack view when debugging - Afficher les adresses des données dans la vue de la pile lors du débogage - - - Checking this will show a column with address information in the stack view during debugging. - Cocher ceci affichera les adresses des données dans la vue de la pile lors du débogage. - - - Automatically quit debugger - Quitter le débogueur automatiquement - - - List source files - Lister les fichiers source - - - Skip known frames - Sauter les frames connues - - - Reload full stack - Recharger l'intégralité de la pile - - - Execute line - Exécuter la ligne - - - Debugging Helper - Assistance au débogage - - - Choose DebuggingHelper Location - Choisir l'emplacement de l'assistance au débogage - - - Ctrl+Shift+F11 - Ctrl+Maj+F11 - - - <html><head/><body> -<p>The debugging helper is only used to produce a nice display of objects of certain types like QString or std::map in the &quot;Locals and Expressions&quot; view. It is not strictly necessary for debugging with Qt Creator. </p></body></html> - <html><head/><body><p>L'assistant de débogage est utilisé uniquement pour un affichage amélioré de certains types d'objets comme QString ou std::map dans la vue "Locales et expressions". Il n'est pas strictement nécessaire pour le débogage avec Qt Creator. </p></body></html> - - - Use Debugging Helper - Utiliser l'assistance au débogage - - - Makes use of Qt Creator's code model to find out if a variable has already been assigned a value at the point the debugger interrupts. - Utilise le modèle de code de Qt Creator pour trouver si une valeur à déjà été assignée à une variable au point où le débogueur interrompt l'exécution. - Use code model Utiliser le modèle de code @@ -3593,224 +21706,211 @@ Pour plus de détails, voir /etc/sysctl.d/10-ptrace.conf Display thread names Affiches les noms des threads - - Show 'std::' prefix for types from the standard library. - Afficher le préfixe "std::" pour les types de la bibliothèque standard. - - - Show "std::" namespace for types - Afficher l'espace de noms "std::" pour les types - - - Show Qt namespace prefix for Qt types. This is only relevant if Qt was configured with '-qtnamespace'. - Afficher l'espace de noms de Qt pour les types de Qt. Ceci n'est valable que si Qt a été configuré avec l'option "-qtnamespace". - - - Show Qt's namespace for types - Afficher l'espace de noms de Qt pour les types - - - The Gdb process failed to start. Either the invoked program '%1' is missing, or you may have insufficient permissions to invoke the program. - Échec du démarrage du processus Gdb. Soit le programme "%1" est manquant, soit les droits sont insuffisants pour exécuter le programme. - - - The Gdb process crashed some time after starting successfully. - Le processus Gdb a crashé après avoir démarré correctement. - - - An error occurred when attempting to write to the Gdb process. For example, the process may not be running, or it may have closed its input channel. - Une erreur s'est produite lors d'une tentative d'écriture sur le processus Gdb. Le processus peut ne pas être démarré ou il peut avoir fermé son entrée standard. - - - An error occurred when attempting to read from the Gdb process. For example, the process may not be running. - Une erreur s'est produite lors d'une tentative de lecture depuis le processus Gdb. Le processus peut ne pas être en cours d'exécution. - Library %1 loaded. - Bibliothèque %1 chargée. + Bibliothèque %1 chargée. Library %1 unloaded. - Bibliothèque %1 déchargée. + Bibliothèque %1 déchargée. Thread group %1 created. - Group de thread %1 créé. + Groupe de threads %1 créé. Thread %1 created. - Thread %1 créé. + Thread %1 créé. Thread group %1 exited. - Groupe de thread %1 terminé. + Groupe de threads %1 terminé. Thread %1 in group %2 exited. - Thread %1 dans le groupe %2 terminé. + Thread %1 dans le groupe %2 terminé. Thread %1 selected. - Thread %1 sélecitonné. + Thread %1 sélectionné. Reading %1... - Lecture de %1... + Lecture de %1… + + + The gdb process failed to start. + Échec de démarrage du processus gdb. Stopping temporarily. - Arrêt temporaire. + Arrêt temporaire. + + + The gdb process has not responded to a command within %n seconds. This could mean it is stuck in an endless loop or taking longer than expected to perform the operation. +You can choose between waiting longer or aborting debugging. + + Le processus gdb n’a pas répondu a une commande en moins d’une seconde. Ceci peut signifier qu’il est bloqué dans une boucle infinie ou qu’il prend plus de temps que prévu pour exécuter l’opération. +Vous pouvez décider entre attendre plus longtemps ou mettre fin au débogage. + Le processus gdb n’a pas répondu a une commande en moins de %n secondes. Ceci peut signifier qu’il est bloqué dans une boucle infinie ou qu’il prend plus de temps que prévu pour exécuter l’opération. +Vous pouvez décider entre attendre plus longtemps ou mettre fin au débogage. + + + + GDB Not Responding + GDB ne répond pas + + + Give GDB More Time + Donner plus de temps à GDB + + + Stop Debugging + Arrêter le débogage + + + Setting Breakpoints Failed + La définition de points d’arrêt a échoué + + + Cannot jump. Stopped. + Impossible de sauter. Arrêté. Jumped. Stopped. - Sauté. Arrêté. + Sauté. Arrêté. - Processing queued commands. - Traite les commandes en file d'attente. + Target line hit, and therefore stopped. + Ligne cible atteinte, et donc arrêtée. - Loading %1... - Charge %1... + Application exited normally. + L’application s’est terminée normalement. - Stopped at breakpoint. - Arrêté au point d'arrêt. + The selected build of GDB supports Python scripting, but the used version %1.%2 is not sufficient for %3. Supported versions are Python 2.7 and 3.x. + La version sélectionnée de GDB prend en charge les scripts Python, mais la version utilisée %1.%2 n’est pas suffisante pour %3. Les versions prises en charge sont Python 2.7 et 3.x. - An unknown error in the Gdb process occurred. - Une erreur inconnue est survenue dans le processus Gdb. + Failed to Shut Down Application + Échec de la terminaison du programme - Running... - En cours d'éxecution... + There is no GDB binary available for binaries in format "%1". + Il n’y a pas de binaire GDB disponible pour les binaires au format « %1 ». + + + Retrieving data for stack view thread %1... + Collecte des données pour la vue de la pile du thread 0x%1… + + + No symbols found in the core file "%1". + Pas de symbole trouvé dans le fichier core « %1 ». + + + Try to specify the binary in Debug > Start Debugging > Load Core File. + Essayez d’indiquer le binaire dans Débogage -> Commencer le débogage -> Charger un fichier core. + + + No Remote Executable or Process ID Specified + Pas d’exécutable distant ou d’identifiant de processus spécifié + + + No remote executable could be determined from your build system files.<p>In case you use qmake, consider adding<p>&nbsp;&nbsp;&nbsp;&nbsp;target.path = /tmp/your_executable # path on device<br>&nbsp;&nbsp;&nbsp;&nbsp;INSTALLS += target</p>to your .pro file. + Aucun exécutable distant n’a pu être déterminé à partir des fichiers de votre système de compilation.<p>Dans le cas où vous utilisez qmake, pensez à ajouter <p>&nbsp;&nbsp;&nbsp;&nbsp;target.path = /tmp/votre_executable # chemin sur le périphérique<br>&nbsp;&nbsp;&nbsp;&nbsp;INSTALLS += target</p> à votre fichier .pro. + + + Continue Debugging + Continuer le débogage + + + Continuing nevertheless. + Continuant néanmoins. Stop requested... - Arrêt demandé... - - - Executable failed - Échec de l'exécutable + Arrêt demandé… Process failed to start. - Le processus n'a pu pas démarrer. + Le processus n’a pu pas démarrer. Executable failed: %1 - Échec de l'exécutable : %1 - - - Program exited with exit code %1. - Le programme s'est terminé avec le code de sortie %1. - - - Program exited after receiving signal %1. - Le programme s'est terminé après la reception du signal %1. - - - Program exited normally. - Le programme s'est terminé normallement. - - - The debugger you are using identifies itself as: - Le débogueur que vous utilisez s'identifie comme : - - - This version is not officially supported by Qt Creator. -Debugging will most likely not work well. -Using gdb 6.7 or later is strongly recommended. - Cette version n'est pas supportée officiellement par Qt Creator. -Le débogage ne fonctionnera probablement pas parfaitement. -L'utilisation de gdb 6.7 ou supérieur est recommandée. + Échec de l’exécutable : %1 Step requested... - Pas à pas demandé... - - - Step by instruction requested... - Pas à pas d'instruction demandé... + Pas à pas demandé… Finish function requested... - Finir la fonction demandé... + Finir la fonction demandé… Step next requested... - Étape suivante demandée... - - - Step next instruction requested... - Instruction suivante demandée... + Étape suivante demandée… Run to line %1 requested... - Exécuter jusque la ligne %1 demandé... + Exécuter jusque la ligne %1 demandé… Run to function %1 requested... - Exécution jusque la fonction %1 demandé... + Exécution jusque la fonction %1 demandé… Immediate return from function requested... - Retour immédiat de la fonction demandé... - - - ATTEMPT BREAKPOINT SYNC - ATTEMPT BREAKPOINT SYNC - - - Jumping out of bogus frame... - Sauter hors des frames buggées... - - - Dumper version %1, %n custom dumpers found. - - Collecteur version %1, %n collecteur personnalisé trouvé. - Collecteur version %1, %n collecteurs personnalisés trouvés. - + Retour immédiat de la fonction demandé… Disassembler failed: %1 Échec du désassemblage : %1 + + Cannot Find Debugger Initialization Script + Impossible de trouver les scripts d’initialisation du débogueur + + + The debugger settings point to a script file at "%1", which is not accessible. If a script file is not needed, consider clearing that entry to avoid this warning. + Les paramètres du débogueur référencent un fichier script à l’emplacement « %1 » qui n’est pas accessible. Si un fichier script n’est pas nécessaire, les paramètres pourraient être nettoyés pour éviter cet avertissement. + + + The working directory "%1" is not usable. + Le répertoire de travail « %1 » n’est pas utilisable. + GDB I/O Error - Erreur d'E/S GDB + Erreur d’E/S GDB + + + Adapter Start Failed + Le démarrage de l’adaptateur a échoué + + + Failed to Start Application + Échec au démarrage de l’application + + + Application started. + Application démarrée. + + + Application running. + Application en cours d’exécution. + + + Attached to stopped application. + Attaché à l’application arrêtée. Setting breakpoints... - Définit les points d'arrêts... - - - Starting inferior... - Démarrage de l'inférieur... - - - The debugging helper library was not found at %1. - La bibliothèque d'assistance au débogage n'a pas été trouvée à l'emplacement %1. - - - Unable to start gdb '%1': %2 - Impossible de démarrer gdb "%1" : %2 - - - Gdb I/O Error - Erreur d'E/S Gdb - - - Unexpected Gdb Exit - Arrêt inattendu de Gdb - - - The gdb process exited unexpectedly (%1). - Le processus de gdb s'est terminé de façon inattendue (%1). + Définition des points d’arrêts… Stopped at breakpoint %1 in thread %2. - Arrêté au point d'arrêt %1 dans le thread %2. + Arrêté au point d’arrêt %1 dans le thread %2. Snapshot Creation Error @@ -3820,175 +21920,21 @@ L'utilisation de gdb 6.7 ou supérieur est recommandée. Cannot create snapshot file. Impossible de créer un fichier snapshot. - - Cannot create snapshot: - - Impossible de créer le snapshot : - - - - Snapshot Reloading - Recharger le snapshot - - - In order to load snapshots the debugged process needs to be stopped. Continuation will not be possible afterwards. -Do you want to stop the debugged process and load the selected snapshot? - Pour charger des snapshots, le processus débogué doit être arrêté. Il sera impossible de continuer par la suite. -Voulez vous arrêter le processus débogué et charger le snapshot selectionné ? - - - Finished retrieving data - Collecte des données terminée - - - crashed - crashé - - - code %1 - code %1 - - - Inferior start failed - Démarrage de l'inférieur échoué - - - Inferior shutdown failed - Arrêt de l'inférieur échoué - - - Adapter crashed - Adaptateur crashé - - - Cannot find debugger initialization script - Impossible de trouver les scripts d'initialisation du débogueur - - - The gdb process failed to start. Either the invoked program '%1' is missing, or you may have insufficient permissions to invoke the program. -%2 - Le processus gdb n'a pas pu démarrer. Soit le programme '%1' est manquant, soit vous n'avez pas les permissions nécessaires pour l'invoquer. -%2 - - - The gdb process crashed some time after starting successfully. - Le processus gdb a crashé peu de temps après avoir démarré avec succès. - - - The gdb process was ended forcefully - Le processus gdb a été forcé de fermer - - - An error occurred when attempting to write to the gdb process. For example, the process may not be running, or it may have closed its input channel. - Une erreur s'est produite lors d'une tentative d'écriture sur le processus gdb. Par exemple, le processus peut ne pas être démarré ou avoir fermé son canal d'entrée. - - - An error occurred when attempting to read from the gdb process. For example, the process may not be running. - Une erreur s'est produite lors d'une tentative d'écriture sur le processus gdb. Par exemple, le processus peut ne pas être démarré. - - - An unknown error in the gdb process occurred. - Une erreur inconnue s'est produite dans le processus gdb. - - - The gdb process has not responded to a command within %n second(s). This could mean it is stuck in an endless loop or taking longer than expected to perform the operation. -You can choose between waiting longer or abort debugging. - - Le processus gdb n'a pas répondu a une commande en moins de %n seconde. Ceci peut signifier qu'il est bloqué dans une boucle infinie ou qu'il prend plus de temps que prévu pour exécuter l'opération. -Vous pouvez décider entre attendre plus longtemps ou mettre fin au débogage. - Le processus gdb n'a pas répondu a une commande en moins de %n secondes. Ceci peut signifier qu'il est bloqué dans une boucle infinie ou qu'il prend plus de temps que prévu pour exécuter l'opération. -Vous pouvez décider entre attendre plus longtemps ou mettre fin au débogage. - - - - GDB not responding - GDB ne répond pas - - - Give GDB more time - Donner plus de temps à GDB - Value changed from %1 to %2. - Valeur changée de %1 à %2. - - - There is no gdb binary available for binaries in format '%1' - Il n'y a pas de binaire gdb disponible pour les binaires au format "%1" - - - The GDB installed at %1 cannot find a valid python installation in its %2 subdirectory. -You may set the environment variable PYTHONPATH to point to your installation. - Le GDB installé en %1 ne peut pas trouver une installation valide de Python dans son sous-répertoire %2. -Vous devriez définir la variable d'environnement PYTHONPATH pour pointer sur votre installation. - - - The debugger settings point to a script file at '%1' which is not accessible. If a script file is not needed, consider clearing that entry to avoid this warning. - Les paramètres du débogueur référencent un fichier script à l'emplacement "%1' qui n'est pas accessible. Si un fichier script n"est pas nécessaire, les paramètres pourraient être nettoyés pour éviter cet avertissement. - - - Unable to run '%1': %2 - Impossible d'exécuter "%1" : %2 - - - The Gdb process failed to start. Either the invoked program '%1' is missing, or you may have insufficient permissions to invoke the program. -%2 - Échec du démarrage du processus Gdb. Soit le programme '%1' est manquant, soit les droits sont insuffisants pour exécuter le programme. -%2 + Valeur changée de %1 à %2. An exception was triggered. Une exception a été déclenchée. - - An exception was triggered: - Une exception a été déclenchée : - - - Library %1 loaded - Bibliothèque %1 chargée - - - Library %1 unloaded - Bibliothèque %1 déchargée - - - Thread group %1 created - Group de thread %1 créé - - - Thread %1 created - Thread %1 créé - - - Thread group %1 exited - Groupe de thread %1 terminé - - - Thread %1 in group %2 exited - Thread %1 dans le groupe %2 terminé - - - Thread %1 selected - Thread %1 sélectionné - - - Missing debug information for %1 -Try: %2 - Informations de débogage manquantes pour %1 -Essayez : %2 - Stopping temporarily Arrêt temporaire - - Processing queued commands - Traite les commandes en file d'attente - Failed to start application: - Impossible de démarrer l'application : + Impossible de démarrer l’application : The gdb process could not be stopped: @@ -3998,19 +21944,7 @@ Essayez : %2 Application process could not be stopped: %1 - Le processus de l'application ne peut être arrêté : %1 - - - Application started - Démarrage de l'application - - - Application running - Application en cours d'exécution - - - Attached to stopped application - Attachés à l'application arrêtée + Le processus de l’application ne peut être arrêté : %1 Connecting to remote server failed: @@ -4018,84 +21952,149 @@ Essayez : %2 La connexion au serveur distant a échoué : %1 - - The gdb process has not responded to a command within %1 seconds. This could mean it is stuck in an endless loop or taking longer than expected to perform the operation. -You can choose between waiting longer or abort debugging. - Le processus n'a pas répondu a une commande en moins de %1 secondes. Ceci peut signifier qu'il est bloqué dans une boucle infinie ou qu'il prend plus de temps que prévu pour exécuter l'opération. -Vous pouvez décider entre attendre plus longtemps ou mettre fin au débogage. - - - Gdb not responding - Gdb ne répond pas - - - Give gdb more time - Laisser plus de temps à gdb - - - Stop debugging - Arrêter le débogage - - - Process failed to start - Le processus n'a pu pas démarrer - - - Setting breakpoints failed - La définition de points d'arrêt a échoué - Executable Failed - Échec de l'exécutable - - - Jumped. Stopped - Sauté. Arrêté - - - Target line hit. Stopped - Ligne cible atteinte. Arrêté + Échec de l’exécutable Application exited with exit code %1 - L'application s'est terminée avec le code de sortie %1 + L’application s’est terminée avec le code de sortie %1 Application exited after receiving signal %1 - L'application s'est terminée après la reception du signal %1 - - - Application exited normally - L'application s'est terminée normalement - - - Watchpoint %1 at %2 triggered: - Observe %1 au déclenchement de %2 : - - - Stopped at breakpoint %1 in thread %2 - Arrêté au point d'arrêt %1 dans le thread %2. {1 ?} {2?} - - - Stopped: %1 by signal %2 - Arrêté : %1 par le signal %2 - - - Raw structure - ou brute ? - Structure simple + L’application s’est terminée après la reception du signal %1 Normal Normal - Displayed - Affiché + Execution Error + Erreur d’exécution - Execution Error - Erreur d'exécution + Internal error: Invalid TCP/IP port specified %1. + Erreur interne : le port TCP/IP spécifié %1 n’est pas valide. + + + Internal error: No uVision executable specified. + Erreur interne : aucun exécutable uVision n’est indiqué. + + + Internal error: The specified uVision executable does not exist. + Erreur interne : l’exécutable uVision indiqué n’existe pas. + + + Internal error: Cannot resolve the library: %1. + Erreur interne : impossible de résoudre la bibliothèque : %1. + + + UVSC Version: %1, UVSOCK Version: %2. + Version d’UVSC : %1, version d’UVSOCK : %2. + + + Internal error: Cannot open the session: %1. + Erreur interne : impossible d’ouvrir la session : %1. + + + Internal error: Failed to start the debugger: %1 + Erreur interne : échec du démarrage du débogueur : %1 + + + UVSC: Starting execution failed. + UVSC : le démarrage de l’exécution a échoué. + + + UVSC: Stopping execution failed. + UVSC : l’arrêt de l’exécution a échoué. + + + UVSC: Setting local value failed. + UVSC : la définition de la valeur locale a échoué. + + + UVSC: Setting watcher value failed. + UVSC : la définition de la valeur de l’observateur a échoué. + + + UVSC: Disassembling by address failed. + UVSC : le désassemblage par adresse a échoué. + + + UVSC: Changing memory at address 0x%1 failed. + UVSC : le changement de mémoire à l’adresse 0x%1 a échoué. + + + UVSC: Fetching memory at address 0x%1 failed. + UVSC : la réception de la mémoire à l’adresse 0x%1 a échoué. + + + Internal error: The specified uVision project options file does not exist. + Erreur interne : le fichier d’options du projet uVision indiqué n’existe pas. + + + Internal error: The specified uVision project file does not exist. + Erreur interne : le fichier de projet uVision indiqué n’existe pas. + + + Internal error: Unable to open the uVision project %1: %2. + Erreur interne : impossible d’ouvrir le projet uVision %1 : %2. + + + Internal error: Unable to set the uVision debug target: %1. + Erreur interne : impossible de définir la cible de débogage d’uVision : %1. + + + Internal error: The specified output file does not exist. + Erreur interne : le fichier de sortie indiqué n’existe pas. + + + Internal error: Unable to set the uVision output file %1: %2. + Erreur interne : impossible de définir le fichier de sortie uVision %1 : %2. + + + UVSC: Reading registers failed. + UVSC : la lecture des registres a échoué. + + + UVSC: Fetching peripheral register failed. + UVSC : la réception du registre périphérique a échoué. + + + UVSC: Locals enumeration failed. + UVSC : l’énumération des locales a échoué. + + + UVSC: Watchers enumeration failed. + UVSC : l’énumération des observateurs a échoué. + + + UVSC: Inserting breakpoint failed. + UVSC : l’insertion du point d’arrêt a échoué. + + + UVSC: Removing breakpoint failed. + UVSC : la suppression du point d’arrêt a échoué. + + + UVSC: Enabling breakpoint failed. + UVSC : l’activation du point d’arrêt a échoué. + + + UVSC: Disabling breakpoint failed. + UVSC : la désactivation du point d’arrêt a échoué. + + + Failed to initialize the UVSC. + Échec de l’initialisation d’UVSC. + + + Failed to de-initialize the UVSC. + Échec de la désinitialisation d’UVSC. + + + Failed to run the UVSC. + Échec à l’exécution de l’UVSC. Cannot continue debugged process: @@ -4104,16 +22103,9 @@ Vous pouvez décider entre attendre plus longtemps ou mettre fin au débogage. - Failed to shut down application - Échec de la terminaison du programme - - - There is no gdb binary available for '%1' - Il n'y a pas de binaire de gdb disponible pour "%1" - - - Continuing after temporary stop... - Continue après un arrêt temporaire... + Cannot stop debugged process: + + Impossible d’arrêter le processus débogué : Cannot Read Symbols @@ -4121,169 +22113,40 @@ Vous pouvez décider entre attendre plus longtemps ou mettre fin au débogage. Cannot read symbols for module "%1". - Impossible de lire les symboles du module "%1". - - - Retrieving data for stack view thread 0x%1... - Collecte des données pour la vue de la pile du thread 0x%1... - - - Cannot read widget data: %1 - Impossible de lire les données du widget : %1 + Impossible de lire les symboles du module « %1 ». Could not find a widget. - Impossible de trouver un widget. - - - The gdb location must be given as an absolute path in the debugger settings (%1). - L'emplacement de GDB doit être donné comme un chemin absolu dans les paramètres du débogueur (%1). - - - The GDB installed at %1 cannot find a valid python installation in its subdirectories. -You may set the environment variable PYTHONPATH to point to your installation. - Le GDB installé en %1 ne peut pas trouver une installation valide de Python dans son sous-répertoire. -Vous devriez définir la variable d'environnement PYTHONPATH pour pointer sur votre installation. - - - The gdb process crashed. - Le processus gdb a crashé. - - - The gdb process exited unexpectedly (code %1) - Le processus de gdb s'est terminé de façon inattendue (%1) - - - Unexpected GDB Exit - Arrêt inattendu de GDB + Impossible de trouver un widget. Setting up inferior... - Mise en place de l'inférieur... - - - The gdb process failed to start. Either the invoked program "%1" is missing, or you may have insufficient permissions to invoke the program. -%2 - Le processus gdb n'a pas pu démarrer. Soit le programme "%1" est manquant, soit vous n'avez pas les permissions nécessaires pour l'invoquer. -%2 - - - An unknown error in the gdb process occurred. - Une erreur inconnue est survenue dans le processus gdb. + Mise en place de l’inférieur… An exception was triggered: Une exception a été déclenchée : - - The gdb process has not responded to a command within %n second(s). This could mean it is stuck in an endless loop or taking longer than expected to perform the operation. -You can choose between waiting longer or aborting debugging. - - Le processus gdb n'a pas répondu à une commande en moins de %n seconde. Ceci peut signifier qu'il est bloqué dans une boucle infinie ou qu'il prend plus de temps que prévu pour exécuter l'opération. -Vous pouvez décider d'attendre plus longtemps ou mettre fin au débogage. - Le processus gdb n'a pas répondu à une commande en moins de %n secondes. Ceci peut signifier qu'il est bloqué dans une boucle infinie ou qu'il prend plus de temps que prévu pour exécuter l'opération. -Vous pouvez décider d'attendre plus longtemps ou mettre fin au débogage. - - Cannot continue debugged process: Impossible de continuer le processus débogué : - - There is no GDB binary available for binaries in format '%1' - Il n'y a pas de binaire gdb disponible pour les binaires au format "%1" - Cannot create snapshot: Impossible de créer le snapshot : - - The gdb process terminated. - Le processus gdb s'est terminé. - - - The gdb process terminated unexpectedly (code %1) - Le processus gdb s'est terminé de façon inattendue (code %1) - - - Failed to start application: - Impossible de démarrer l'application : - - - Failed to start application - Impossible de démarrer l'application - - - <unknown> - <inconnue> - Retrieving data for stack view... - Collecte des données pour la vue de la pile... - - - Retrieving data for watch view (%n requests pending)... - - Collecte des données pour la vue des observateurs (%n requête restante)... - Collecte des données pour la vue des observateurs (%n requêtes restantes)... - + Réception des données pour la vue de la pile… Finished retrieving data. - Collecte des données terminée. - - - Debugging helpers not found. - Assistance au débogage non trouvée. - - - Custom dumper setup: %1 - Configuration du collecteur pesonnalisé : %1 - - - <0 items> - <0 éléments> - - - <shadowed> - Type of local variable or parameter shadowed by another variable of the same name in a nested block. - <%n élément> - - - Debugging helpers: Qt version mismatch - Assistants de débogage : les versions de Qt ne correspondent pas - - - The Qt version used to build the debugging helpers (%1) does not match the Qt version used to build the debugged application (%2). -This might yield incorrect results. - La version de Qt utilisée pour la compilation des assistants de débogage (%1) ne correspond pas à la version de Qt utilisée pour compiler l'application à déboguer (%2). -Ceci pourrait amener à des résultats incorrects. - - - <n/a> - <%n élément> - - - <anonymous union> - <union anonyme> - - - <no information> - About variable's value - <aucune information> + Réception des données terminée. GDB timeout: Délai GDB : - - This is the number of seconds Qt Creator will wait before -it terminates a non-responsive GDB process. The default value of 20 seconds -should be sufficient for most applications, but there are situations when -loading big libraries or listing source files takes much longer than that -on slow machines. In this case, the value should be increased. - Ceci est le nombre de secondes que Qt Creator attendra avec de terminer un processus GDB qui ne répond pas. La valeur par défaut est de vingt secondes et elle devrait suffire pour la plupart des applications, mais il y a des situations où le chargement de grosses bibliothèques ou le listing des fichiers source prend beaucoup de temps. Dans ce cas, cette valeur devrait être augmentée. - sec sec @@ -4292,34 +22155,9 @@ on slow machines. In this case, the value should be increased. Skip known frames when stepping Passer les trames connues en pas à pas - - Allows 'Step Into' to compress several steps into one step -for less noisy debugging. For example, the atomic reference -counting code is skipped, and a single 'Step Into' for a signal -emission ends up directly in the slot connected to it. - Permet à 'Entrer dans' de compresser plusieurs étapes en une seule pour un débogage avec moins de bruit. Par exemple, le code de comptage de références atomiques est ignoré et un seul 'Entrer dans' sur le point d'émission d'un signal se terminera directement dans le slot connecté à celui-ci. - Show a message box when receiving a signal - Afficher un message à la réception d'un signal - - - This will show a message box as soon as your application -receives a signal like SIGSEGV during debugging. - Ceci affichera un message dès que votre application reçoit un signal comme SIGSEGV pendant le débogage. - - - The number of seconds Qt Creator will wait before it terminates -a non-responsive GDB process. The default value of 20 seconds should -be sufficient for most applications, but there are situations when -loading big libraries or listing source files takes much longer than -that on slow machines. In this case, the value should be increased. - Nombre de secondes que Qt Creator attendra avant -de clore un processus gdb qui ne répond pas. La valeur par défaut de 20 -secondes devrait suffire pour la plupart des applications, mais il peut arriver -que le chargement de grosses bibliothèques ou le listage de fichiers sources -prenne plus de temps sur des machines lentes. Dans ce cas, cette valeur -devra être augmentée. + Afficher un message à la réception d’un signal <html><head/><body><p>Allows <i>Step Into</i> to compress several steps into one step @@ -4328,8 +22166,8 @@ counting code is skipped, and a single <i>Step Into</i> for a signal emission ends up directly in the slot connected to it. <html><head/><body><p>Permet à <i>Entrer dans</i> de compresser plusieurs étapes en une seule pour un débogage moins nuisible. Par exemple, le comptage -de code atomique est ignorée et un seul <i>Entrer dans</i> pour l'émission -d'un signal terminera directement dans le slot connecté à celui-ci. +de code atomique est ignorée et un seul <i>Entrer dans</i> pour l’émission +d’un signal terminera directement dans le slot connecté à celui-ci. Displays a message box as soon as your application @@ -4337,9 +22175,101 @@ receives a signal like SIGSEGV during debugging. Affiche un message dès que votre application reçoit un signal comme SIGSEGV pendant le débogage. + + Configure Debugger... + Configurer le débogueur… + + + Always Adjust View Column Widths to Contents + Toujours adapter la largeur des colonnes d’affichage au contenu + + + Keep editor stationary when stepping + Conserver l’éditeur stationnaire lors du mode pas à pas + + + Scrolls the editor only when it is necessary to keep the current line in view, instead of keeping the next statement centered at all times. + Fait défiler l’éditeur uniquement lorsqu’il est nécessaire de conserver la ligne en cours dans la vue, au lieu de conserver la déclaration suivante centrée en permanence. + + + Force logging to console + Forcer la journalisation vers la console + + + Sets QT_LOGGING_TO_CONSOLE=1 in the environment of the debugged program, preventing storing debug output in system logs. + Définit QT_LOGGING_TO_CONSOLE=1 dans l’environnement du programme débogué, empêchant le stockage de la sortie de débogage dans les journaux du système. + + + Changes the font size in the debugger views when the font size in the main editor changes. + Modifie la taille de la police dans les vues du débogueur lorsque la taille de la police dans l’éditeur principal change. + + + This switches the Locals and Expressions views to automatically dereference pointers. This saves a level in the tree view, but also loses data for the now-missing intermediate level. + Cela permet aux vues « Locales et expressions x de déréférencer automatiquement les pointeurs. Cela permet d’économiser un niveau dans l’arborescence, mais cela perd des données pour le niveau intermédiaire manquant. + + + Additional arguments: + Arguments supplémentaires : + + + Catches runtime error messages caused by assert(), for example. + Capture les messages d’erreur d’exécution causés par assert(), par exemple. + + + Uses CDB's native console for console applications. This overrides the setting in Environment > System. The native console does not prompt on application exit. It is suitable for diagnosing cases in which the application does not start up properly in the configured console and the subsequent attach fails. + Utilise la console native de CDB pour les applications de console. Cette option remplace le paramètre défini dans Environnement > Système. La console native n’invite pas à quitter l’application. Elle convient pour diagnostiquer les cas où l’application ne démarre pas correctement dans la console configurée et où l’attachement ultérieur échoue. + + + Attempts to correct the location of a breakpoint based on file and line number should it be in a comment or in a line for which no code is generated. The correction is based on the code model. + Tente de corriger l’emplacement d’un point d’arrêt en fonction du fichier et du numéro de ligne s’il se trouve dans un commentaire ou dans une ligne pour laquelle aucun code n’est généré. La correction est basée sur le modèle de code. + + + Use Python dumper + Utiliser le collecteur Python + + + First chance exceptions + Exceptions de première chance + + + Second chance exceptions + Exceptions de deuxième chance + + + Show "std::" namespace in types + Afficher l’espace de noms « std:: » dans les types + + + Shows "std::" prefix for types from the standard library. + Affiche le préfixe « std:: » pour les types de la bibliothèque standard. + + + Show Qt's namespace in types + Afficher l’espace de noms de Qt dans les types + + + Shows Qt namespace prefix for Qt types. This is only relevant if Qt was configured with "-qtnamespace". + Affiche le préfixe de l’espace de noms Qt pour les types Qt. Ceci n’est pertinent que si Qt a été configuré avec « -qtnamespace ». + + + Show QObject names if available + Afficher les noms des QObject s’ils sont disponibles + + + Displays the objectName property of QObject based items. Note that this can negatively impact debugger performance even if no QObjects are present. + Affiche la propriété nomObjet des éléments basés sur QObject. Notez que cela peut avoir un impact négatif sur les performances du débogueur, même si aucun QObject n’est présent. + + + Sort members of classes and structs alphabetically + Trier les membres des classes et des structures par ordre alphabétique + + + <p>Not all source code lines generate executable code. Putting a breakpoint on such a line acts as if the breakpoint was set on the next line that generated code. Selecting 'Adjust Breakpoint Locations' shifts the red breakpoint markers in such cases to the location of the true breakpoint. + <p>Toutes les lignes du code source ne génèrent pas de code exécutable. Le fait de placer un point d’arrêt sur une telle ligne agit comme si le point d’arrêt était placé sur la ligne suivante qui génère du code. En sélectionnant « Ajuster les emplacements des points d’arrêt », les marqueurs rouges des points d’arrêt sont déplacés vers l’emplacement du véritable point d’arrêt. + Adjust breakpoint locations - Ajuster les emplacements des points d'arrêt + Ajuster les emplacements des points d’arrêt GDB allows setting breakpoints on source lines for which no code @@ -4347,174 +22277,82 @@ was generated. In such situations the breakpoint is shifted to the next source code line for which code was actually generated. This option reflects such temporary change by moving the breakpoint markers in the source code editor. - GDB autorise l'ajout de points d'arrêt sur des lignes de source pour lesquelles aucun code n'a été généré. Dans de telles situations, le point d'arrêt est décalé à la ligne de code suivante pour laquelle du code a été généré. Cette option affiche ces changements temporaires en déplaçant le marqueur dans l'éditeur de code source. + GDB autorise l’ajout de points d’arrêt sur des lignes de source pour lesquelles aucun code n’a été généré. Dans de telles situations, le point d’arrêt est décalé à la ligne de code suivante pour laquelle du code a été généré. Cette option affiche ces changements temporaires en déplaçant le marqueur dans l’éditeur de code source. + + + Uses the default GDB pretty printers installed in your system or linked to the libraries your application uses. + Utilise l’affichage amélioré par défaut de GDB installé sur votre système ou lié aux bibliothèques utilisées par votre application. + + + <html><head/><body>Adds common paths to locations of debug information such as <i>/usr/src/debug</i> when starting GDB.</body></html> + <html><head/><body>Ajoute des chemins communs aux emplacements des informations de débogage telles que <i>/usr/src/debug</i> lors du démarrage de GDB.</body></html> Use dynamic object type for display - Utilisez le type dynamique des objets pour l'affichage + Utiliser le type dynamique des objets pour l’affichage Specifies whether the dynamic or the static type of objects will be displayed. Choosing the dynamic type might be slower. - Indique s'il faut afficher le type dynamique ou le type statique des objets. Choisir le type dynamique pourrait être plus lent. + Indique s’il faut afficher le type dynamique ou le type statique des objets. Choisir le type dynamique pourrait être plus lent. Allows or inhibits reading the user's default .gdbinit file on debugger startup. Permettre ou empêcher la lecture du fichier .gdbinit -par défaut de l'utilisateur au démarrage du débogueur. +par défaut de l’utilisateur au démarrage du débogueur. Load system GDB pretty printers - Charge le système d'affichage amélioré - - - Uses the default GDB pretty printers installed in your system or linked to the libraries your application uses. - - Utilise l'affichage amélioré par défaut de GDB installé sur votre système ou lié aux bibliothèques utilisées par votre application. + Charger le système d’affichage amélioré Use Intel style disassembly - Utilise le désassemblage avec le style Intel - - - <html><head/><body>GDB shows by default AT&&T style disassembly.</body></html> - <html><head/><body>GDB montre par défaut le désassemblage avec le style AT&&T.</body></html> - - - Create tasks from missing packages - Créer des tâches pour les paquets manquants - - - <html><head/><body><p>Attempts to identify missing debug info packages and lists them in the Issues output pane.</p><p><b>Note:</b> This feature needs special support from the Linux distribution and GDB build and is not available everywhere.</p></body></html> - <html><head/><body><p>Tenter d'identifier les informations manquantes de débogage des paquets et les lister dans le panneau de sortie Problèmes.</p><p><b>Note :</b> cette fonctionnalité nécessite d'être supportée spécialement par la distribution Linux et par GDB et n'est pas disponible partout.</p></body></html> + Utiliser le désassemblage avec le style Intel <p>To execute simple Python commands, prefix them with "python".</p><p>To execute sequences of Python commands spanning multiple lines prepend the block with "python" on a separate line, and append "end" on a separate line.</p><p>To execute arbitrary Python scripts, use <i>python execfile('/path/to/script.py')</i>.</p> - <p>Pour exécuter de simples commandes Python, préfixez les avec "python".</p><p>Pour exécuter des séquences de commandes Python sur plusieurs lignes, débutez le bloc avec "python" sur une ligne distincte et terminer avec "fin" sur une ligne distincte.</p><p>Pour exécuter n'importe quel script Python, utilisez <i>python execfile('/path/to/script.py')</i>.</p> + <p>Pour exécuter de simples commandes Python, préfixez les avec « python ».</p><p>Pour exécuter des séquences de commandes Python sur plusieurs lignes, débutez le bloc avec « python » sur une ligne distincte et terminer avec « end » sur une ligne distincte.</p><p>Pour exécuter n’importe quel script Python, utilisez <i>python execfile('/path/to/script.py')</i>.</p> - <html><head/><body><p>GDB commands entered here will be executed after GDB has been started, but before the debugged program is started or attached, and before the debugging helpers are initialized.</p>%1</body></html> - <html><head/><body><p>Les commandes GDB entrées ici seront exécutées après que GDB a été lancé, mais avant que le programme à déboguer ne soit démarré ou attaché et avant que les assistants de débogage ne soient initialisés.</p>%1</body></html> + The options below give access to advanced<br>or experimental functions of GDB.<p>Enabling them may negatively impact<br>your debugging experience. + Les options ci-dessous permettent d’accéder<br>à des fonctions avancées ou expérimentales de GDB.<p>Leur activation peut avoir un impact négatif<br>sur votre expérience de débogage. Additional Attach Commands - Commandes attachées additionnelles - - - <html><head/><body><p>GDB commands entered here will be executed after GDB has successfully attached to remote targets.</p><p>You can add commands to further set up the target here, such as "monitor reset" or "load".</body></html> - missing </p> in source - <html><head/><body><p>Les commandes GDB entrées ici seront exécutées après que GDB soit attaché avec succès à des cibles distantes.</p><p>Vous pouvez ajouter des commandes pour configurer le cible ici, comme "monitor reset" ou "load".</p></body></html> + Commandes attachées supplémentaires Debugging Helper Customization - Personnalisation de l'assistance au débogage - - - <html><head/><body><p>GDB commands entered here will be executed after Qt Creator's debugging helpers have been loaded and fully initialized. You can load additional debugging helpers or modify existing ones here.</p>%1</body></html> - <html><head/><body><p>Les commandes GDB entrées ici seront exécutées après que les assistants de débogage de Qt Creator ont été chargés et entièrement initialisés. Vous pouvez charger des assistants de débogage supplémentaires ou modifier les existant ici.</p>%1</body></html> + Personnalisation de l’assistance au débogage Extended Extensions - - Debug all children - Déboguer tous les enfants - - - <html><head/><body>Keep debugging all children after a fork.</body></html> - <html><head/><body>Continuer le débogage tous les enfants après un fork.</body></html> - - - <html><head/><body>Add common paths to locations of debug information such as <i>/usr/src/debug</i> when starting GDB.</body></html> - <html><head/><body>Ajouter les chemins habituels de localisation des informations de débogage, tels que <i>/usr/src/debug</i> lors du démarrage de GDB.</body></html> - - - <html><head/><body><p>Enable stepping backwards.</p><p><b>Note:</b> This feature is very slow and unstable on the GDB side. It exhibits unpredictable behavior when going backwards over system calls and is very likely to destroy your debugging session.</p></body></html> - <html><head/><body><p>Activer le mode pas-à-pas en arrière.</p><p><b>Remarque :</b> cette fonction est très lente et instable du côté de GDB. Elle présente un comportement imprévisible lors d'un retour sur les appels système et est fortement susceptible de détruire votre session de débogage.</p></body></html> - - - Attempt quick start - Tentative de démarrage rapide - - - <html><head/><body>Postpone reading debug information as long as possible. This can result in faster startup times at the price of not being able to set breakpoints by file and number.</body></html> - <html><head/><body>Retarder la lecture des informations de débogage dans la mesure du possible. Cela peut entraîner des temps de démarrage plus rapide au risque de ne pas être en mesure de définir les points d'arrêt par fichier et par numéro.</body></html> - - - This specifies whether the dynamic or the static type of objects will bedisplayed. Choosing the dynamic type might be slower. - Ceci indique s'il faut afficher le type dynamique ou le type statique des objets. Choisir le type dynamique pourrait s'avérer plus lent. - Load .gdbinit file on startup Charger .gdbinit au chargement - - This allows or inhibits reading the user's default -.gdbinit file on debugger startup. - Permet ou empêche la lecture du fichier .gbdinit par défaut de l'utilisateur au démarrage du débogueur. - - - The options below should be used with care. - L'option ci-dessous doit être utilisé avec précaution. - - - <html><head/><body>The options below give access to advanced or experimental functions of GDB. Enabling them may negatively impact your debugging experience.</body></html> - <html><head/><body>Les options ci-dessous donnent accès à des fonctions avancées ou expérimentales de GDB. Les activer peut nuire à votre expérience de débogage.</body></html> - Use asynchronous mode to control the inferior - Utiliser un mode asynchrone pour contrôler l'inférieur + Utiliser un mode asynchrone pour contrôler l’inférieur Use common locations for debug information - Utiliser les emplacements courants pour les informations de debogage - - - This adds common paths to locations of debug information -at debugger startup. - Cela ajoute les chemins courants dans les emplacements des informations de débogage au démarage du débogueur. - - - Stop when a qWarning is issued - Arrêt lorsqu'un qWarning est atteint - - - Stop when a qFatal is issued - Arrêt lorsqu'un qWarning est atteint - - - Stop when raise() is called - Arrêt lorsque raise() est appelé + Utiliser les emplacements actuels pour les informations de débogage Enable reverse debugging Activer le débogage inversé - - <html><head/><body><p>Selecting this enables reverse debugging.</p><.p><b>Note:</b> This feature is very slow and unstable on the GDB side.It exhibits unpredictable behavior when going backwards over system calls and is very likely to destroy your debugging session.</p><body></html> - <html><head/><body><p>Sélectionner cette option active le débogage inverse.</p><.p><b>Note :</b> Cette fonctionnalité est très lente et instable pour GDB. Elle présente des comportements imprévisible lors d'un retour sur des appel système et peut détruire votre session de débogage.</p><body></html> - Additional Startup Commands - Commandes supplémantaires de démarrage - - - <html><head/><body><p>GDB commands entered here will be executed after GDB has been started and the debugging helpers have been initialized.</p><p>You can add commands to load further debugging helpers here, or modify existing ones.</p><p>To execute arbitrary Python scripts, use <i>python execfile('/path/to/script.py')</i>.</p></body></html> - <html><head/><body><p>Les commandes GDB entrées ici seront exécutées après que GDB a démarré et que les assistants de débogage ont été initialisés.</p><p>Vous pouvez ajouter ici des commandes pour charger des assistants de débogage supplémentaires ou modifier les commandes existantes.</p><p>Pour exécuter des scripts Python quelconques, utilisez <i>python execfile('/path/to/script.py')</i>.</p></body></html> + Commandes supplémentaires de démarrage GDB GDB - - Choose Location of Startup Script File - Choisir l'emplacement du fichier contenant le script de démarrage - - - Modules - Modules - Cannot create temporary file: %1 Impossible de créer le fichier temporaire : %1 @@ -4525,27 +22363,7 @@ at debugger startup. Cannot open FiFo %1: %2 - Impossible d'ouvrir le FiFo %1 : %2 - - - Value (Base %1) - Valeur (base %1) - - - Registers - Registres - - - '%1' contains no identifier. - '%1' ne contient pas d'identifiant. - - - Cowardly refusing to evaluate expression '%1' with potential side effects. - Refuse lâchement d'évaluer l'expression '%1' qui pourrait avoir des effets de bord. - - - Stopped at %1:%2. - Arrêté à %1 : %2. + Impossible d’ouvrir le FiFo %1 : %2 Stopped. @@ -4559,6 +22377,10 @@ at debugger startup. Address: Adresse : + + File: + Fichier : + Line: Ligne : @@ -4571,9 +22393,17 @@ at debugger startup. To: Vers : + + JS-Function: + Fonction JS : + + + Receiver: + Récepteur : + Note: - Note : + Remarque : Sources for this frame are available.<br>Double-click on the file name to open an editor. @@ -4581,29 +22411,19 @@ at debugger startup. Binary debug information is not accessible for this frame. This either means the core was not compiled with debug information, or the debug information is not accessible. - Les informations de débogage binaires ne sont pas accessibles dans cette fenêtre. Cela signifie soit que le noyau n'a pas été compilé avec les informations de débogage, soit que les informations de débogage ne sont pas accessibles. + Les informations de débogage binaires ne sont pas accessibles dans cette fenêtre. Cela signifie soit que le noyau n’a pas été compilé avec les informations de débogage, soit que les informations de débogage ne sont pas accessibles. Binary debug information is accessible for this frame. However, matching sources have not been found. - Les informations de débogage binaires sont accessibles dans cette fenêtre. Cependant, les sources correspondantes n'ont pas été trouvées. + Les informations de débogage binaires sont accessibles dans cette fenêtre. Cependant, les sources correspondantes n’ont pas été trouvées. Note that most distributions ship debug information in separate packages. Notez que la plupart des distributions fournissent les informations de débogage dans des paquets séparés. - - Binary debug information is not accessible for this frame. This either means the core was not compiled with debug information, or the debug information is not accessible. Note that most distributions ship debug information in separate packages. - Binary se rapporte à quoi ??? -> je pense que tu es ok avec ta phrase :) - Les informations de débogage du fichier binaire ne sont pas accessibles dans ce cadre. Cela signifie soit que le noyau n'a pas été compilé avec les informations de débogage, soit que les informations de débogage ne sont pas accessibles. Notez que la plupart des distributions fournissent les informations de débogage dans des paquets séparés. - - - Binary debug information is accessible for this frame. However, matching sources have not been found. Note that some distributions ship debug sources in separate packages. - Binary se rapporte à quoi ??? - Les informations de débogage sont accessible dans ce cadre. Cependant, les sources correspondantes n'ont pas été trouvées. Notez que certaines distributions fournissent des sources de débogage dans des paquets séparés. - ... - ... + … <More> @@ -4613,33 +22433,17 @@ at debugger startup. Level Niveau - - Thread id: - ID du thread : - - - Target id: - Identifiant de la cible : - - - Group id: - ID du groupes : - Name: - Nom : + Nom : State: - État : + État : Core: - Core : - - - Stopped at: - Arrêté à : + Core : ID @@ -4653,6 +22457,22 @@ at debugger startup. State État + + Thread&nbsp;id: + ID&nbsp;du&nbsp;thread : + + + Target&nbsp;id: + ID&nbsp;de&nbsp;la&nbsp;cible : + + + Group&nbsp;id: + ID&nbsp;du&nbsp;groupe : + + + Stopped&nbsp;at: + Arrêté&nbsp;à : + Target ID Identifiant cible @@ -4661,19 +22481,10 @@ at debugger startup. Details Détails - - Stack - Pile - Threads Threads - - <not in scope> - Value of variable in Debugger Locals display for variables out of scope (stopped above initialization). - <pas dans la portée> - %1 <shadowed %2> Display of variables shadowed by variables of the same name in nested scopes: Variable %1 is the variable name, %2 is a simple count. @@ -4688,32 +22499,32 @@ at debugger startup. Type interne - Displayed Type - Type affiché + Array Index + Indice du tableau - ... <cut off> - ... <coupé> + Creation Time in ms + Date de création en ms + + + Source + Source ... <cut off> - ... <coupé> + … <coupé> Object Address - Adresse de l'objet + Adresse de l’objet Pointer Address Adresse du pointeur - - Referencing Address - Référencement de l'adresse - Static Object Size - Taille de l'objet statique + Taille de l’objet statique %n bytes @@ -4723,22 +22534,25 @@ at debugger startup. %n octets - - Size - Taille - - - Stored Address - Adresse stockée - - - Debugger - Qt Creator - Débogueur - Qt Creator - <empty> <vide> + + <at least %n items> + + <au moins un élément> + <au moins %n éléments> + + + + <optimized out> + <optimisé> + + + <null reference> + <référence nulle> + <uninitialized> <non initialisé> @@ -4747,18 +22561,18 @@ at debugger startup. <invalid> <invalide> + + <not callable> + <non appelable> + + + <out of scope> + <pas dans la portée> + <not accessible> <inaccessible> - - <more than %n items> - singulier en français : entre zéro et un uniquement, d'où l'absence de %n au singulier - - <plus d'un item> - <plus de %n items> - - <%n items> @@ -4775,82 +22589,14 @@ at debugger startup. %1 est le data type => "Objet QMainWindow" par exemple. Objet %1 à une adresse inconnue - - unknown address - adresse inconnue - Internal ID ID interne - - Generation - Génération - - - decimal - décimal - - - hexadecimal - hexadécimal - - - binary - binaire - - - octal - octal - - - Bald pointer - Pointeur simple - - - <Edit> - <Éditer> - - - Raw pointer - Pointeur simple - - - Latin1 string - Chaîne de caractères latin1 - - - UTF8 string - Chaîne de caractères UTF8 - - - Local 8bit string - Chaîne de caractères locale sur 8 bits - - - UTF16 string - Chaîne de caractères UTF16 - - - UCS4 string - Chaîne de caractères UCS4 - - - Array of 10 items - Tableau de 10 éléments - - - Array of 1000 items - Tableau de 1000 éléments - returned value valeur de retour - - Root - Racine - Locals Variables locales @@ -4880,258 +22626,2994 @@ at debugger startup. Valeur - Add Watchpoint at Object's Address (0x%1) - Ajouter un point d'observation à l'adresse de l'objet (0x%1) + Expression %1 in function %2 from line %3 to %4 + Expression %1 dans la fonction %2 de la ligne %3 à %4 - Add Watchpoint at Referenced Address (0x%1) - Ajouter un point d'observation à l'adresse référencée (0x%1) + No valid expression + Aucune expression valide - Add Watchpoint - Ajouter un point d'observation + %1 (Previous) + %1 (précédente) - Setting a watchpoint on an address will cause the program to stop when the data at the address it modified. - Définir un point d'observation sur une adresse fera que le programme s'arrêtera quand les données à cette adresse seront modifiées. + %1 (Restored) + %1 (restaurée) - Remove All Watch Items - Supprimer tous les éléments observés + Expression too complex + Expression trop complexe - Open Memory View at Referenced Address (0x%1) - Ouvrir la vue mémoire à l'adresse référencée (0x%1) + CDB + CDB - Open Memory View at Referenced Address - Ouvrir la vue mémoire à l'adresse référencée + Select Local Cache Folder + Sélectionner un dossier de cache local - Refresh Code Model Snapshot - Rafraîchir le snapshot du modèle de code - - - - QtC::ProjectExplorer - - Unable to add dependency - Impossible d'ajouter une dépendance + Already Exists + Existe déjà - Unable to Add Dependency - Impossible d'ajouter une dépendance + A file named "%1" already exists. + Un fichier nommé « %1 » existe déjà. - This would create a circular dependency. - Ceci créerait une dépendance circulaire. + The folder "%1" could not be created. + Le dossier « %1 » n’a pas pu être créé. - %1 has no dependencies. - %1 n'a aucune dépendance. + Insert Symbol Server... + Insérer un serveur de symboles… - %1 depends on %2. - %1 dépend de %2. + Adds the Microsoft symbol server providing symbols for operating system libraries. Requires specifying a local cache directory. + Ajoute le serveur de symboles Microsoft pour fournir les symboles des bibliothèques du système d’exploitation. Exige de renseigner un répertoire local de cache. - %1 depends on: %2. - %1 dépend de : %2. + Insert Symbol Cache... + Insérer un cache de symboles… + + + Set up Symbol Paths... + Configurer les chemins d’accès aux symboles… + + + Configure Symbol paths that are used to locate debug symbol files. + Configurer les chemins d’accès aux symboles utilisés pour localiser les fichiers de symboles de débogage. + + + Cannot Create + Impossible de créer + + + Running requested... + Exécution demandée… + + + Python Error + Erreur Python + + + Pdb I/O Error + Erreur d’E/S Pdb + + + The Pdb process crashed some time after starting successfully. + Le processus Pdb a planté après avoir démarré correctement. + + + The last waitFor...() function timed out. The state of QProcess is unchanged, and you can try calling waitFor...() again. + La dernière fonction waitFor…() est arrivée à échéance. L’état de QProcess est inchangé, vous pouvez essayer d’appeler waitFor…() à nouveau. + + + The Pdb process failed to start. Either the invoked program "%1" is missing, or you may have insufficient permissions to invoke the program. + Échec du démarrage du processus Pdb. Soit le programme « %1 » est manquant, soit les droits sont insuffisants pour exécuter le programme. + + + An error occurred when attempting to write to the Pdb process. For example, the process may not be running, or it may have closed its input channel. + Une erreur s’est produite lors d’une tentative d’écriture sur le processus Pdb. Le processus peut ne pas être démarré ou il peut avoir fermé son entrée standard. + + + An error occurred when attempting to read from the Pdb process. For example, the process may not be running. + Une erreur s’est produite lors d’une tentative de lecture depuis le processus Pdb. Le processus peut ne pas être en cours d’exécution. + + + An unknown error in the Pdb process occurred. + Une erreur inconnue est survenue dans le processus Pdb. + + + Function Name + Nom de la fonction + + + Edit Breakpoint Properties + Modifier les propriétés du point d’arrêt + + + Basic + Basique + + + Breakpoint &type: + &Types de points d’arrêt : + + + &File name: + Nom de &fichier : + + + &Line number: + Numéro de &ligne : + + + &Enabled: + &Activé : + + + &Address: + A&dresse : + + + Fun&ction: + Fon&ction : + + + Advanced + Avancé + + + T&racepoint only: + Point de &traçage uniquement : + + + &One shot only: + &Un seul déclenchement : + + + Pat&h: + Che&min : + + + &Module: + &Module : + + + Use Engine Default + Utiliser le moteur par défaut + + + Use Full Path + Utiliser le chemin complet + + + Use File Name + Utiliser le nom de fichier + + + &Commands: + &Commandes : + + + C&ondition: + C&ondition : + + + &Ignore count: + Nombre de passages à &ignorer : + + + &Thread specification: + Spécification de &thread : + + + &Expression: + &Expression : + + + &Message: + &Message : + + + Debugger Error + Erreur du débogueur + + + Failed to Start the Debugger + Échec lors du démarrage du débogueur + + + Separate Window + Fenêtre séparée + + + There is no CDB executable specified. + Il n’y a pas d’exécutable CDB spécifié. + + + Internal error: The extension %1 cannot be found. +If you have updated %2 via Maintenance Tool, you may need to rerun the Tool and select "Add or remove components" and then select the Qt > Tools > Qt Creator CDB Debugger Support component. +If you build %2 from sources and want to use a CDB executable with another bitness than your %2 build, you will need to build a separate CDB extension with the same bitness as the CDB you want to use. + Erreur interne : l’extension %1 est introuvable. +Si vous avez mis à jour %2 via l’outil de maintenance, il se peut que vous deviez réexécuter l’outil et sélectionner « Ajouter ou supprimer des composants », puis sélectionner le composant Qt > Tools > Qt Creator CDB Debugger Support. +Si vous compilez %2 à partir des sources et que vous souhaitez utiliser un exécutable CDB avec une largeur de bits (« bitness ») » différente de celle de votre compilation %2, vous devrez compiler une extension CDB séparée avec la même largeur de bits que le CDB que vous souhaitez utiliser. + + + Trace point %1 in thread %2 triggered. + Le point de traçage %1 dans le thread %2 a été déclenché. + + + Conditional breakpoint %1 in thread %2 triggered, examining expression "%3". + Point d’arrêt conditionnel %1 dans le thread %2 déclenché, en examinant l’expression « %3 ». + + + Malformed stop response received. + Réponse au stop malformée reçue. + + + Switching to main thread... + Basculer vers le thread principal… + + + Debugger encountered an exception: %1 + Le débogueur a rencontré une exception : %1 + + + The installed %1 is missing debug information files. +Locals and Expression might not be able to display all Qt types in a human readable format. + +Install the "Qt Debug Information Files" Package from the Maintenance Tool for this Qt installation to get all relevant symbols for the debugger. + Les fichiers d’information de débogage manquent à %1 qui est installé. +« Locales et Expression » peut ne pas être en mesure d’afficher tous les types de Qt dans un format lisible par l’homme. + +Installez le paquet « Qt Debug Information Files » à partir de l’outil de maintenance pour cette installation de Qt afin d’obtenir tous les symboles pertinents pour le débogueur. + + + Missing Qt Debug Information + Informations de débogage de Qt manquantes + + + Debugger Start Failed + Le démarrage du débogueur a échoué + + + The system prevents loading of %1, which is required for debugging. Make sure that your antivirus solution is up to date and if that does not work consider adding an exception for %1. + Le système empêche le chargement de %1, qui est nécessaire pour le débogage. Assurez-vous que votre solution antivirus est à jour et, si cela ne fonctionne pas, envisagez d’ajouter une exception pour %1. + + + Module loaded: %1 + Module chargé : %1 + + + Value %1 obtained from evaluating the condition of breakpoint %2, stopping. + Valeur %1 obtenue par l’évaluation de la condition du point d’arrêt %2, arrêt. + + + Value 0 obtained from evaluating the condition of breakpoint %1, continuing. + Valeur nulle obtenue de l’évaluation de la condition du point d’arrêt %1, suite. + + + Attempting to interrupt. + Tentative d’interruption. + + + This debugger cannot handle user input. + Ce débogueur ne peut pas gérer l’entrée utilisateur. + + + Internal data breakpoint %1 at %2 triggered. + Point d’arrêt interne sur les données %1 à %2. + + + Internal data breakpoint %1 at %2 in thread %3 triggered. + Point d’arrêt interne sur les données %1 à %2 dans le thread %3. + + + Internal data breakpoint %1 at 0x%2 triggered. + Point d’arrêt interne sur les donnée %1 à 0x%2. + + + Internal data breakpoint %1 at 0x%2 in thread %3 triggered. + Point d’arrêt interne sur les données %1 à 0x%2 dans le thread %3. + + + <Unknown> + name + <Inconnu> + + + <Unknown> + meaning + <Inconnu> + + + This does not seem to be a "Debug" build. +Setting breakpoints by file name and line number may fail. + Ceci ne semble pas être une compilation « Debug ». +Mettre des points d’arrêt par nom de fichier et numéro de ligne pourrait échouer. + + + Loading finished. + Le chargement est terminé. + + + Run failed. + Exécution a échouée. + + + Running. + Exécution. + + + Run requested... + Exécution demandée… + + + Stopped: %1 (Signal %2). + Arrêté : %1 (signal %2). + + + Stopped in thread %1 by: %2. + Interrompu dans le thread %1 par : %2. + + + Interrupted. + Interrompu. + + + <p>The inferior stopped because it triggered an exception.<p>%1 + <p>L’inférieur s’est arrêté parce qu’il a rencontré une exception.<p>%1 + + + Exception Triggered + Exception déclenchée + + + The inferior is in the Portable Executable format. +Selecting %1 as debugger would improve the debugging experience for this binary format. + L’inférieur est au format Portable Executable. +Sélectionner %1 comme débogueur améliorerait l’expérience de débogage pour ce format binaire. + + + The inferior is in the ELF format. +Selecting GDB or LLDB as debugger would improve the debugging experience for this binary format. + L’inférieur est au format ELF. +Sélectionner GDB ou LLDB comme débogueur améliorerait l’expérience de débogage pour ce format binaire. + + + Found. + Trouvé. + + + Not found. + Non trouvé. + + + Taking notice of pid %1 + Pas sur de la traduction... + Prends note du pid %1 + + + Run to Address 0x%1 + Aller à l’adresse 0x%1 + + + Run to Line %1 + Aller à la ligne %1 + + + Jump to Address 0x%1 + Sauter à l’adresse 0x%1 + + + Jump to Line %1 + Sauter à la ligne %1 + + + Invalid debugger option: %1 + Option du débogueur invalide : %1 + + + Not enough free ports for QML debugging. + Pas assez de ports libres pour le débogage QML. + + + Unable to create a debugging engine. + Impossible de créer un moteur de débogage. + + + The kit does not have a debugger set. + Le kit ne dispose pas d’un ensemble de débogage. + + + Unpacking core file to %1 + Dépaquetage du fichier core vers %1 + + + Cannot debug: Local executable is not set. + Débogage impossible : l’exécutable local n’est pas défini. + + + No executable specified. + Aucun exécutable n’est spécifié. + + + %1 is a 64 bit executable which can not be debugged by a 32 bit Debugger. +Please select a 64 bit Debugger in the kit settings for this kit. + %1 est un exécutable 64 bits qui ne peut pas être débogué par un débogueur 32 bits. +Veuillez sélectionner un débogueur 64 bits dans les paramètres du kit pour ce kit. + + + Debugged executable + Exécutable déboguée + + + Unsupported CDB host system. + Système hôte CDB non pris en charge. + + + Specify Debugger settings in Projects > Run. + Spécifiez les paramètres du débogueur dans Projets > Exécuter. + + + %1 - Snapshot %2 + %1 - Snapshot %2 + + + Some breakpoints cannot be handled by the debugger languages currently active, and will be ignored.<p>Affected are breakpoints %1 + Certains points d’arrêt ne peuvent pas être gérés par les langages de débogage actuellement actifs et seront ignorés.<p>Les points d’arrêt affectés sont %1 + + + QML debugging needs to be enabled both in the Build and the Run settings. + Le débogage QML doit être activé à la fois dans les paramètres de compilation et d’exécution. + + + &Show this message again. + &Montrer ce message de nouveau. + + + Debugging %1 ... + Débogage de %1… + + + Debugging of %1 has finished with exit code %2. + La débogage de « %1 » s’est terminé avec le code de sortie %2. + + + Debugging of %1 has finished. + La débogage de « %1 » s’est terminé. + + + A debugging session is still in progress. Terminating the session in the current state can leave the target in an inconsistent state. Would you still like to terminate it? + Une session de débogage est en cours. Terminer la session dans l’état actuel risque de laisser la cible dans un état incohérent. Voulez-vous vraiment terminer la session ? + + + Close Debugging Session + Fermer la session de débogage + + + Clear Contents + Effacer le contenu + + + Save Contents + Enregistrer le contenu + + + Debugger &Log + &Journal du débogueur + + + Note: This log contains possibly confidential information about your machine, environment variables, in-memory data of the processes you are debugging, and more. It is never transferred over the internet by %1, and only stored to disk if you manually use the respective option from the context menu, or through mechanisms that are not under the control of %1's Debugger plugin, for instance in swap files, or other plugins you might use. +You may be asked to share the contents of this log when reporting bugs related to debugger operation. In this case, make sure your submission does not contain data you do not want to or you are not allowed to share. + + + Remarque : ce journal contient des informations éventuellement confidentielles sur votre machine, des variables d’environnement, des données en mémoire des processus que vous déboguez, et bien d’autres choses encore. Il n’est jamais transféré sur Internet par %1, et n’est stocké sur le disque que si vous utilisez manuellement l’option correspondante du menu contextuel, ou par des mécanismes qui ne sont pas sous le contrôle du greffon de débogage de %1, par exemple dans les fichiers d’échange, ou d’autres greffons que vous pourriez utiliser. +Il peut vous être demandé de partager le contenu de ce journal lorsque vous signalez des bogues liés au fonctionnement du débogueur. Dans ce cas, assurez-vous que votre soumission ne contient pas de données que vous ne voulez pas ou que vous n’êtes pas autorisé à partager. + + + + + Global Debugger &Log + &Journal du débogueur général + + + Reload Debugging Helpers + Recharger l’assistance au débogage + + + Type Ctrl-<Return> to execute a line. + Taper Ctrl-<Retour> pour exécuter une ligne. + + + Repeat last command for debug reasons. + Répétition de la dernière commande pour des raisons de débogage. + + + Log File + Réaliser un log du fichier + + + Internal Name + Nom interne + + + Full Name + Nom complet + + + Open File "%1" + Ouvrir le fichier « %1 » + + + Analyzer + Analyseur + + + &Condition: + &Condition : + + + Start a CDB Remote Session + Lancer une session CDB distante + + + &Connection: + &Connexion : + + + Memory... + Mémoire… + + + No function selected. + Aucune fonction sélectionnée. + + + Running to function "%1". + Lancement de la fonction « %1 ». + + + Process %1 + %1: PID + Processus %1 + + + Attaching to local process %1. + Attacher au processus local %1. + + + Remote: "%1" + Distant : « %1 » + + + Attaching to remote server %1. + Attachement au serveur distant %1. + + + Core file "%1" + Fichier core « %1 » + + + Attaching to core file %1. + Attacher au fichier core %1. + + + Crashed process %1 + Processus %1 planté + + + Attaching to crashed process %1 + Attacher au processus planté %1 + + + 0x%1 hit + Message tracepoint: Address hit. + 0x%1 atteint + + + %1:%2 %3() hit + Message tracepoint: %1 file, %2 line %3 function hit. + %1 : %2 %3() atteinte + + + Add Message Tracepoint + Ajouter un message de traçage + + + Ctrl+F8 + Ctrl+F8 + + + Ctrl+F9 + Ctrl+F9 + + + Option "%1" is missing the parameter. + Le paramètre de l’option « %1 » est manquant. + + + Only one executable allowed. + Un seul exécutable est autorisé. + + + Executable file "%1" + Fichier exécutable « %1 » + + + Debugging file %1. + Fichier de débogage %1. + + + The parameter "%1" of option "%2" does not match the pattern <handle>:<pid>. + Le paramètre « %1 » de l’option « %2 » ne correspond pas au modèle <handle> : <pid>. + + + Start debugging of startup project + Lancer le débogage du projet + + + Start Debugging of Startup Project + Lancer le débogage du projet + + + Reload debugging helpers skipped as no engine is running. + Le rechargement de l’assistance au débogage est ignoré car aucun moteur n’est en cours d’exécution. + + + &Attach to Process + &Attacher au processus + + + Cannot attach to process with PID 0 + Impossible de s’attacher au processus avec PID 0 + + + Set Breakpoint at 0x%1 + Placer un point d’arrêt à 0x%1 + + + Set Message Tracepoint at 0x%1... + Placer un message de traçage à 0x%1… + + + Save Debugger Log + Enregistrer le journal du débogueur + + + User commands are not accepted in the current state. + Les commandes utilisateur ne sont pas acceptées dans l’état actuel. + + + Debugger finished. + Débogage terminé. + + + Set Breakpoint at Line %1 + Définir un point d’arrêt à la ligne %1 + + + Set Message Tracepoint at Line %1... + Définir un message de traçage à la ligne %1… + + + Disassemble Function "%1" + Désassembler la fonction « %1 » + + + Starting debugger "%1" for ABI "%2"... + Démarrage du débogueur « %1 » pour l’ABI « %2 »… + + + Continue + Continuer + + + Interrupt + Interrompre + + + Abort Debugging + Annuler le débogage + + + Set or Remove Breakpoint + Définir ou supprimer un point d’arrêt + + + Enable or Disable Breakpoint + Activer ou désactiver un point d’arrêt + + + Restart Debugging + Relancer le débogage + + + Record Information to Allow Reversal of Direction + Enregistrer les informations permettant d’inverser la direction + + + Take Snapshot of Process State + Prendre un snapshot de l’état du processus + + + Launching Debugger + Lancement du débogueur + + + Switches the debugger to instruction-wise operation mode. In this mode, stepping operates on single instructions and the source location view also shows the disassembled instructions. + Bascule le débogueur en mode de fonctionnement par instructions. Dans ce mode, le débogage opère sur des instructions individuelles et la vue de l’emplacement de la source montre également les instructions désassemblées. + + + &Modules + &Modules + + + Reg&isters + Reg&istres + + + Peripheral Reg&isters + Reg&istres périphériques + + + &Stack + &Pile + + + &Threads + &Threads + + + &Expressions + &Expressions + + + &Breakpoints + Point d’&arrêt + + + Aborts debugging and resets the debugger to the initial state. + Annuler le débogage et réinitialiser le débogueur a son état initial. + + + Restarts the debugging session. + Relance la session de débogage. + + + Step Over + Passer + + + Debugger Location + Emplacement du débogueur + + + Continue %1 + Continuer %1 + + + Interrupt %1 + Interrompre %1 + + + Step Into + Entrer dans + + + Step Out + Sortir de + + + Run to Line + Exécuter jusqu’à la ligne + + + Run to Selected Function + Exécuter jusqu’à la fonction sélectionnée + + + Immediately Return From Inner Function + Retourne immédiatement d’une fonction interne + + + Jump to Line + Sauter à la ligne + + + Reverse Direction + Inverser la direction + + + Move to Called Frame + Se déplacer sur la frame appelée + + + Move to Calling Frame + Se déplacer sur la frame appelante + + + Error evaluating command line arguments: %1 + Erreur durant l’évaluation des arguments de la ligne de commande : %1 + + + Start Debugging + Commencer le débogage + + + Start Debugging Without Deployment + Démarrer le débogage sans déploiement + + + Start and Debug External Application... + Déboguer une application externe… + + + Load Core File... + Charger un fichier core… + + + Attach to QML Port... + Attacher au port QML… + + + Attach to Remote CDB Session... + Attacher à une session CDB distante… + + + Detach Debugger + Détacher le débogueur + + + Interrupt Debugger + Interrompre le débogueur + + + Stop Debugger + Arrêter le débogueur + + + Debug Information + Information de débogage + + + Debugger Runtime + Exécution du débogueur + + + Process Already Under Debugger Control + Processus déjà sous contrôle d’un débogueur + + + Ctrl+Y + Ctrl+Y + + + F5 + F5 + + + Attach to Running Application... + Attacher à l’application en cours d’exécution… + + + Attach to Unstarted Application... + Attacher à l’application non démarrée… + + + Attach to Running Debug Server... + Attacher à un serveur de débogage en cours d’exécution… + + + Start and Break on Main + Démarrer et s’arrêter sur le Main + + + &Analyze + A&nalyser + + + Breakpoint Preset + pas d'idée de la façon de traduire « preset » + + + + Running Debuggers + Exécution des débogueurs + + + Debugger Perspectives + Perspectives du débogueur + + + Start Debugging or Continue + Lancer le débogage ou continuer + + + Attach to Running Application + Attacher à l’application en cours d’exécution + + + Attach to Unstarted Application + Attacher à l’application non démarrée + + + Shift+Ctrl+Y + Maj+Ctrl+Y + + + Shift+F5 + Maj+F5 + + + Reset Debugger + Réinitialiser le débogueur + + + Restart the debugging session. + Relancer la session de débogage. + + + Ctrl+Shift+O + Ctrl+Maj+O + + + F10 + F10 + + + Ctrl+Shift+I + Ctrl+Maj+I + + + F11 + F11 + + + Ctrl+Shift+T + Ctrl+Maj+T + + + Shift+F11 + Maj+F11 + + + Shift+F8 + Maj+F8 + + + Ctrl+F10 + Ctrl+F10 + + + Ctrl+F6 + Ctrl+F6 + + + in Debug mode + en mode Debug + + + in Profile mode + en mode Profile + + + in Release mode + en mode Release + + + with debug symbols (Debug or Profile mode) + avec les symboles de débogage (modes Debug ou Profile) + + + on optimized code (Profile or Release mode) + sur du code optimisé (modes Profile ou Release) + + + <html><head/><body><p>You are trying to run the tool "%1" on an application in %2 mode. The tool is designed to be used %3.</p><p>Run-time characteristics differ significantly between optimized and non-optimized binaries. Analytical findings for one mode may or may not be relevant for the other.</p><p>Running tools that need debug symbols on binaries that don't provide any may lead to missing function names or otherwise insufficient output.</p><p>Do you want to continue and run the tool in %2 mode?</p></body></html> + <html><head/><body><p>Vous essayez d’exécuter l’outil « %1 » sur une application en mode %2. L’outil est conçu pour être utilisé en mode %3.</p><p>Les caractéristiques d’exécution diffèrent considérablement entre les binaires optimisés et non optimisés. L’exécution d’outils nécessitant des symboles de débogage sur des binaires qui n’en fournissent pas peut conduire à des noms de fonctions manquants ou à des résultats insuffisants.</p><p>Voulez-vous continuer et exécuter l’outil en mode %2 ?</p></body></html> + + + Start + Démarrer + + + Stop + Arrêter + + + F8 + F8 + + + F9 + F9 + + + Show Application on Top + Afficher l’application au premier plan + + + From + À partir de + + + To + Jusqu'à + + + Flags + Flags + + + Sections in "%1" + Sections dans « %1 » + + + Select + Sélectionner + + + Threads: + Threads : + + + Current debugger location of %1 + Emplacement du débogueur actuel de %1 + + + Debugging has failed. + Échec du débogage. + + + Record information to enable stepping backwards. + Enregistrer les informations permettant de revenir en arrière. + + + Note: + Remarque : + + + This feature is very slow and unstable on the GDB side. It exhibits unpredictable behavior when going backwards over system calls and is very likely to destroy your debugging session. + Cette fonctionnalité est très lente et instable du côté de GDB. Elle présente un comportement imprévisible lors du retour en arrière sur les appels système et risque fort de détruire votre session de débogage. + + + Operate in Reverse Direction + Fonctionner en sens inverse + + + The %1 process terminated. + Le processus %1 s’est terminé. + + + The %2 process terminated unexpectedly (exit code %1). + Le processus %2 s’est terminé de façon inattendue (code de sortie %1). + + + Unexpected %1 Exit + Arrêt inattendu de %1 + + + Reverse-execution history exhausted. Going forward again. + L’historique de l’exécution inversée est épuisée. Il faut à nouveau aller vers l’avant. + + + Reverse-execution recording failed. + L’enregistrement de l’exécution inverse a échoué. + + + %1 for "%2" + e.g. LLDB for "myproject", shows up i + %1 pour « %2 » + + + Stopped: "%1". + Arrêté : « %1 ». + + + <p>The inferior stopped because it received a signal from the operating system.<p><table><tr><td>Signal name : </td><td>%1</td></tr><tr><td>Signal meaning : </td><td>%2</td></tr></table> + <p>L’inférieur a stoppé car il a reçu un signal du système d’exploitation.</p><table><tr><td>Nom du signal : </td><td>%1</td></tr><tr><td>Signification du signal : </td><td>%2</td></tr></table> + + + Signal Received + Signal reçu + + + Select a valid expression to evaluate. + Sélectionner une expression valide à évaluer. + + + Symbol + Symbole + + + Section %1: %2 + Section %1 : %2 + + + The selected debugger may be inappropriate for the inferior. +Examining symbols and setting breakpoints by file name and line number may fail. + + Le débogueur sélectionné n’est peut-être pas adapté à l’inférieur. +L’examen des symboles et la définition de points d’arrêt par nom de fichier et numéro de ligne peut échouer. + + + + Address + Adresse + + + Code + Code + + + Section + Section + + + Symbols in "%1" + Symboles dans « %1 » + + + <new source> + <nouvelle source> + + + <new target> + <nouvelle cible> + + + Source path + Chemin des sources + + + Target path + Chemin de destination + + + Add Qt sources... + Ajouter les sources de Qt… + + + <p>Mappings of source file folders to be used in the debugger can be entered here.</p><p>This is useful when using a copy of the source tree at a location different from the one at which the modules where built, for example, while doing remote debugging.</p><p>If source is specified as a regular expression by starting it with an open parenthesis, the paths in the ELF are matched with the regular expression to automatically determine the source path.</p><p>Example: <b>(/home/.*/Project)/KnownSubDir -> D:\Project</b> will substitute ELF built by any user to your local project directory.</p> + <p>Il est possible de saisir ici les correspondances des dossiers de fichiers source à utiliser dans le débogueur.</p><p>Ceci est utile pour utiliser une copie de l’arborescence des sources à un endroit différent de celui où les modules ont été compilés, par exemple, lors d’un débogage à distance.</p><p>Si la source est spécifiée sous la forme d’une expression rationnelle commençant par une parenthèse ouverte, les chemins dans l’ELF sont comparés à l’expression rationnelle pour déterminer automatiquement le chemin d’accès à la source</p><p>Exemple : <b>(/home/.*/Projet)/SousDirConnu -> D:\Projet</b> substituera l’ELF construit par n’importe quel utilisateur à votre répertoire de projet local.</p> + + + <p>Add a mapping for Qt's source folders when using an unpatched version of Qt. + <p>Ajouter un mapping pour les répertoires des sources Qt quand vous utilisez une version de Qt non patchée. + + + <p>The source path contained in the debug information of the executable as reported by the debugger + <p>Le chemin des sources contenu dans les informations de débogage de l’exécutable, comme reporté par le débogueur + + + <p>The actual location of the source tree on the local machine + <p>L’emplacement réel de l’arbre des sources sur la machine locale + + + Remove + Supprimer + + + Source Paths Mapping + Chemins de source du Mapping + + + &Source path: + Chemin des &sources : + + + &Target path: + Chemin de des&tination : + + + Qt Sources + Sources de Qt + + + Debugging complex command lines is currently not supported on Windows. + Débogueur des lignes de commande complexes n’est pas actuellement pris en charge sous Windows. + + + Memory at Register "%1" (0x%2) + Mémoire au registre « %1 » (0x%2) + + + Register "%1" + Registre « %1 » + + + Memory at 0x%1 + Mémoire à 0x%1 + + + No Memory Viewer Available + Aucun afficheur de mémoire disponible + + + The memory contents cannot be shown as no viewer plugin for binary data has been loaded. + Le contenu de la mémoire ne peut pas être affiché car aucun greffon de visualisation de données binaires n’a pu être chargé. + + + No application output received in time + Pas de sortie de l’application reçue à temps + + + Could not connect to the in-process QML debugger. +Do you want to retry? + Impossible de se connecter au processus du débogueur QML. +Voulez-vous réessayer ? + + + JS Source for %1 + Source JS pour %1 + + + Could not connect to the in-process QML debugger. %1 + Impossible de se connecter au processus du débogueur QML : %1 + + + Starting %1 + Démarrage de %1 + + + Waiting for JavaScript engine to interrupt on next statement. + En attente de l’interruption du moteur JavaScript à la prochaine déclaration. + + + Run to line %1 (%2) requested... + Exécution jusqu’à la ligne %1 (%2) demandée… + + + Cannot evaluate %1 in current stack frame. + Impossible d’évaluer %1 dans le cadre actuel de la pile. + + + Context: + Contexte : + + + Global QML Context + Contexte QML général + + + QML Debugger: Connection failed. + Débogueur QML : échec de la connexion. + + + QML Debugger disconnected. + Débogueur QML déconnecté. + + + C++ exception + Exception C++ + + + Thread creation + Création de thread + + + Thread exit + Sortie de thread + + + Load module: + Charger le module : + + + Unload module: + Décharger le module : + + + Output: + Sortie : + + + Break On + S’arrêter sur + + + Add Exceptions to Issues View + Ajouter des exceptions à la vue « Problèmes » + + + Start Debugger + Lancer le débogueur + + + Start Remote Analysis + Démarrer l’analyse distante + + + Kit: + Kit : + + + Executable: + Exécutable : + + + Arguments: + Arguments : + + + Working directory: + Répertoire de travail : + + + &Port: + &Port : + + + Stop when %1() is called + Arrêter lorsque %1() est appelé + + + Start Remote Engine + Démarrer le moteur distant + + + &Host: + &Hôte : + + + &Username: + &Utilisateur : + + + &Password: + Mot de &passe : + + + &Engine path: + Chemin du mot&eur : + + + &Inferior path: + Chemin &inférieur : + + + Reset + Réinitialiser + + + Type Formats + Formats des types + + + Qt Types + Types Qt + + + Standard Types + Types standards + + + Misc Types + Types divers + + + Enable C++ + Activer le C++ + + + Enable QML + Activer le QML + + + Additional startup commands: + Commandes supplémentaires de démarrage : + + + <a href="qthelp://org.qt-project.qtcreator/doc/creator-debugging-qml.html">What are the prerequisites?</a> + <a href="qthelp://org.qt-project.qtcreator/doc/creator-debugging-qml.html">Quels sont les prérequis ?</a> + + + Enable Debugging of Subprocesses + Activer le débogage des sous-processus + + + Anonymous Function + Fonction anonyme + + + Show debug, log, and info messages. + Afficher les messages de débogage, des journaux et d’informations. + + + Show warning messages. + Afficher les messages d’avertissement. + + + Show error messages. + Afficher les messages d’erreur. + + + QML Debugger Console + Console du débogueur QML + + + Can only evaluate during a debug session. + Ne peut être évalué que lors d’une session de débogage. + + + Delete All Breakpoints + Supprimer tous les points d’arrêt + + + Delete Breakpoints of "%1" + Supprimer les points d’arrêt de « %1 » + + + Delete Breakpoints of File + Supprimer les points d’arrêt du fichier + + + Edit Breakpoint... + Modifier le point d’arrêt… + + + Synchronize Breakpoints + Synchroniser les points d’arrêt + + + Disable Selected Breakpoints + Supprimer les points d’arrêt du fichier + + + Enable Selected Breakpoints + Activer les points d’arrêt sélectionnés + + + Disable Breakpoint + Désactiver le point d’arrêt + + + Enable Breakpoint + Activer le point d’arrêt + + + Add Breakpoint... + Ajouter un point d’arrêt… + + + pending + en attente + + + Hit Count: + Nombre de coups : + + + Display Name: + Nom d’affichage : + + + Unclaimed Breakpoint + Point d’arrêt non réclamé + + + Debuggee + Débogué + + + Remove All Breakpoints + Retirer tous les points d’arrêt + + + Are you sure you want to remove all breakpoints from all files in the current session? + Voulez-vous vraiment retirer tous les points d’arrêt de tous les fichiers de la session actuelle ? + + + Add Breakpoint + Ajouter un point d’arrêt + + + Select Executable + Sélectionner l’exécutable + + + Server port: + Port du serveur : + + + Select Working Directory + Sélectionner le répertoire de travail + + + Normally, the running server is identified by the IP of the device in the kit and the server port selected above. +You can choose another communication channel here, such as a serial line or custom ip:port. + Normalement, le serveur en cours d’exécution est identifié par l’adresse IP du périphérique dans le kit et le port du serveur sélectionné ci-dessus. +Vous pouvez choisir un autre canal de communication ici, comme une ligne série ou un couple ip:port personnalisé. + + + Override server channel: + Écraser le canal du serveur : + + + For example, %1 + "For example, /dev/ttyS0, COM1, 127.0.0.1:1234" + Par exemple, %1 + + + Select SysRoot Directory + Sélectionner le répertoire SysRoot + + + This option can be used to override the kit's SysRoot setting. + Cette option peut être utilisée pour écraser le paramètre SysRoot du kit. + + + Override S&ysRoot: + Écraser S&ysRoot : + + + This option can be used to send the target init commands. + Cette option peut être utilisée pour envoyer les commandes d’initialisation de la cible. + + + &Init commands: + Commandes d’&initialisation : + + + This option can be used to send the target reset commands. + Cette option peut être utilisée pour envoyer les commandes de réinitialisation de la cible. + + + &Reset commands: + Commandes de &réinitialisation : + + + Select Location of Debugging Information + Sélectionner l’emplacement des informations de débogage + + + Base path for external debug information and debug sources. If empty, $SYSROOT/usr/lib/debug will be chosen. + Chemin de base pour les informations de débogage externes et les sources de débogage. Si vide, $SYSROOT/usr/lib/debug sera choisi. + + + &Kit: + &Kit : + + + Local &executable: + &Exécutable local : + + + Command line &arguments: + &Arguments de la ligne de commande : + + + &Working directory: + &Répertoire de travail : + + + Run in &terminal: + Lancer en &terminal : + + + Break at "&main": + Arrêt à « &main » : + + + Use target extended-remote to connect: + + + + Debug &information: + &Information de débogage : + + + &Recent: + &Récent : + + + Attach to %1 + Attacher à %1 + + + <html><body><p>The remote CDB needs to load the matching %1 CDB extension (<code>%2</code> or <code>%3</code>, respectively).</p><p>Copy it onto the remote machine and set the environment variable <code>%4</code> to point to its folder.</p><p>Launch the remote CDB as <code>%5 &lt;executable&gt;</code> to use TCP/IP as communication protocol.</p><p>Enter the connection parameters as:</p><pre>%6</pre></body></html> + + + + The debugger to use for this kit. + Le débogueur à utiliser pour ce kit. + + + No debugger set up. + Aucun débogueur n’a été configuré. + + + Debugger "%1" not found. + Le débogueur « %1 » est introuvable. + + + Debugger "%1" not executable. + Le débogueur « %1 » n’est pas exécutable. + + + The debugger location must be given as an absolute path (%1). + L’emplacement du débogueur doit être un chemin absolu (%1). + + + The ABI of the selected debugger does not match the toolchain ABI. + L’ABI du débogueur sélectionné ne correspond pas à l’ABI de la chaîne de compilation. + + + Name of Debugger + Nom du débogueur + + + Unknown debugger + Débogueur inconnu + + + Unknown debugger type + Type de débogueur inconnu + + + No Debugger + Aucun débogueur + + + %1 Engine + Engin %1 + + + %1 <None> + Balise à traduire ? Yep (c'est ce qui est fait dans qtcreator_de.ts en tout cas) + %1 <None> + + + %1 using "%2" + %1 utilise « %2 » + + + Debugger + Category under which Analyzer tasks are listed in Issues view + Débogueur + + + Error Loading Core File + Core ? coeur ? Les anciennes chaînes utilisent core + Erreur lors du chargement du fichier core + + + The specified file does not appear to be a core file. + Le fichier spécifié ne semble pas être un fichier core. + + + Error Loading Symbols + Erreur de chargement des symboles + + + No executable to load symbols from specified core. + Pas d’exécutable pour charger les symboles du core spécifié. + + + Attaching to process %1. + Attachement au processus %1. + + + Attached to running application. + Attaché à l’application en cours d’exécution. + + + Failed to attach to application: %1 + Échec de l’attachement à l’application : %1 + + + Symbols found. + Symboles trouvés. + + + This can be caused by a path length limitation in the core file. + Cela peut être lié à une limitation de la taille du chemin dans le fichier core. + + + Attached to core. + Attaché au core. + + + Attach to core "%1" failed: + Échec de liaison au core « %1 » : + + + Error + Erreur + + + No symbol file given. + Pas de fichier de symboles donné. + + + Warning + Avertissement + + + Module Name + Nom du module + + + Module Path + Chemin du module + + + Symbols Read + Symboles lus + + + Symbols Type + Type des symboles + + + Start Address + Adresse de démarrage + + + End Address + Adresse de fin + + + Unknown + Inconnue + + + No + Non + + + Yes + Oui + + + None + Aucune + + + Plain + Simple + + + Fast + Rapide + + + debuglnk + debuglnk + + + buildid + buildid + + + It is unknown whether this module contains debug information. +Use "Examine Symbols" from the context menu to initiate a check. + Qt Creator ne sait pas si le module contient des informations de débogage. +Utilisez « Examiner symboles » à partir du menu contextuel pour démarrer une vérification. + + + This module neither contains nor references debug information. +Stepping into the module or setting breakpoints by file and line will not work. + Ce module ne contient pas de références sur les informations de débogage. +Le pas à pas dans le module ou la définition de points d’arrêt par fichier et par ligne peut ne pas fonctionner. + + + This module does not contain debug information itself, but contains a reference to external debug information. + Le module ne contient pas d’information de débogage en lui même, mais contient des références vers des informations de débogage externes. + + + <unknown> + address + End address of loaded module + <inconnue> + + + Update Module List + Mettre à jour la liste des modules + + + Show Source Files for Module "%1" + Afficher les fichiers source du module « %1 » + + + Show Source Files for Module + Afficher les fichiers source du module + + + Load Symbols for All Modules + Charger les symboles pour tous les modules + + + Examine All Modules + Examiner tous les modules + + + Load Symbols for Module + Charger les symboles pour le module + + + Edit File + Modifier le fichier + + + Show Symbols + Afficher les symboles + + + Show Sections + Afficher les sections + + + Show Dependencies + Montrer les dépendances + + + This module contains debug information. +Stepping into the module or setting breakpoints by file and line is expected to work. + Ce module contient des informations de débogage. +L’accès au module ou la mise en place de points d’arrêt par fichier et par ligne devraient fonctionner. + + + Load Symbols for Module "%1" + Charger les symboles pour le module « %1 » + + + Edit File "%1" + Modifier le fichier « %1 » + + + Show Symbols in File "%1" + Afficher les symboles dans le fichier « %1 » + + + Show Sections in File "%1" + Afficher les sections dans le fichier « %1 » + + + Show Dependencies of "%1" + Montrer les dépendances de « %1 » + + + Success: + Réussite : + + + <anonymous> + <anonyme> + + + Properties + Propriétés + + + Reload Register Listing + Recharger la liste des registres + + + Open Disassembler... + Ouvrir le désassembleur… + + + Open Memory Editor at 0x%1 + Ouvrir l’éditeur de mémoire à l’adresse 0x%1 + + + Content as ASCII Characters + Contenu sous la forme de caractères ASCII + + + Content as %1-bit Signed Decimal Values + Contenu sous la forme de valeurs décimales signées de %1 bits + + + Content as %1-bit Unsigned Decimal Values + Contenu sous la forme de valeurs décimales non-signées de %1 bits + + + Content as %1-bit Hexadecimal Values + Contenu sous la forme de valeurs hexadécimales de %1 bits + + + Content as %1-bit Octal Values + Contenu sous la forme de valeurs octales de %1 bits + + + Content as %1-bit Binary Values + Contenu sous la forme de valeurs binaires de %1 bits + + + Content as %1-bit Floating Point Values + Contenu sous la forme de valeurs à virgule flottante de %1 bits + + + A group of registers. + Un groupe de registres. + + + Open Memory View at Value of Register %1 0x%2 + Ouvrir la vue mémoire à la valeur du registre %1 0x%2 + + + Open Disassembler at 0x%1 + Ouvrir le désassembleur à l’adresse 0x%1 + + + Edit bits %1...%2 of register %3 + Modifier les bits %1…%2 du registre %3 + + + Open Memory Editor + Ouvrir l’éditeur de mémoire + + + Open Memory View at Value of Register + Ouvrir la vue mémoire à la valeur du registre + + + Open Disassembler + Ouvrir le désassembleur + + + RO + je pense qu'il ne faut pas traduire « RO » + RO + + + WO + je pense qu'il ne faut pas traduire « WO » + WO + + + RW + je pense qu'il ne faut pas traduire « RW » + RW + + + N/A + S/O + + + [%1..%2] + [%1..%2] + + + Access + Accès + + + View Groups + Groupes de vues + + + Format + Format + + + Hexadecimal + Hexadécimal + + + Decimal + Décimal + + + Octal + Octal + + + Binary + Binaire + + + Perspective + Perspective + + + Debugged Application + Application déboguée + + + Debugger Preset + pas d'idée sur la façon de traduire « preset » + + + + Create Snapshot + Créer un snapshot + + + Abort Debugger + Annuler le débogueur + + + Reload Data + Recharger les données + + + Open File + Ouvrir le fichier + + + Function: + Fonction : + + + Disassemble Function + Désassembler la fonction + + + Copy Contents to Clipboard + Copier le contenu dans le presse-papier + + + Open Disassembler at Address... + Ouvrir le désassembleur à l’adresse… + + + Disassemble Function... + Désassembler la fonction… + + + Try to Load Unknown Symbols + Essayer de charger les symboles inconnus + + + Memory at Frame #%1 (%2) 0x%3 + Mémoire à la frame #%1 (%2) 0x%3 + + + Cannot open "%1": %2 + Impossible d’ouvrir « %1 » : %2 + + + Cannot Open Task File + Impossible d’ouvrir le fichier de tâche + + + Copy Selection to Clipboard + Copier la sélection dans le presse-papier + + + Save as Task File... + Enregistrer la tâche sous… + + + Load QML Stack + Charger la pile QML + + + Frame #%1 (%2) + Frame #%1 (%2) + + + <i>%1</i> %2 at #%3 + HTML tooltip of a variable in the memory editor + <i>%1</i> %2 à #%3 + + + <i>%1</i> %2 + HTML tooltip of a variable in the memory editor + <i>%1</i> %2 + + + Press Ctrl to select widget at (%1, %2). Press any other keyboard modifier to stop selection. + Appuyez sur Ctrl pour sélectionner le widget à (%1, %2). Appuyez sur n’importe quel autre modificateur de clavier pour arrêter la sélection. + + + Selecting widget at (%1, %2). + Sélection du widget à (%1, %2). + + + Selection aborted. + Sélection annulée. + + + Register <i>%1</i> + Registre <i>%1</i> + + + Memory at Pointer's Address "%1" (0x%2) + Mémoire à l’adresse du pointeur « %1 » (0x%2) + + + Memory at Object's Address "%1" (0x%2) + Mémoire à l’adresse de l’objet « %1 » (0x%2) + + + Cannot Display Stack Layout + Impossible d’afficher la disposition de la pile + + + Could not determine a suitable address range. + Impossible de déterminer une plage d’adresses convenable. + + + Memory Layout of Local Variables at 0x%1 + Disposition de la mémoire des variables locales à 0x%1 + + + Add Expression Evaluator + Ajouter un évaluateur d’expression + + + Add Expression Evaluator for "%1" + Ajouter un évaluateur d’expression pour « %1 » + + + Remove Expression Evaluator + Retirer l’évaluateur d’expression + + + Remove Expression Evaluator for "%1" + Retirer l’évaluateur d’expression pour « %1 » + + + Treat All Characters as Printable + Traiter tous les caractères comme imprimables + + + Show Unprintable Characters as Escape Sequences + Montrer les caractères non imprimables comme des séquences d’échappement + + + Show Unprintable Characters as Octal + Montrer les caractères non imprimables comme octaux + + + Show Unprintable Characters as Hexadecimal + Montrer les caractères non imprimables comme hexadécimaux + + + Change Value Display Format + Changer le format d’affichage de la valeur + + + Change Display for Object Named "%1": + Changer l’affichage de l’objet nommé « %1 » : + + + Use Format for Type (Currently %1) + Utiliser le format pour le type (actuellement %1) + + + Use Display Format Based on Type + Utiliser le format d’affichage fondé sur le type + + + Change Display for Type "%1": + Changer l’affichage du type « %1 » : + + + Automatic + Automatique + + + Add Data Breakpoint at Object's Address (0x%1) + Ajouter un point d’arrêt sur les données à l’adresse de l’objet (0x%1) + + + Add Data Breakpoint at Pointer's Address (0x%1) + Ajouter un point d’arrêt de donnée à l’adresse du pointeur (0x%1) + + + Open Memory Editor at Pointer's Address (0x%1) + Ouvrir l’éditeur mémoire à l’adresse du pointeur (0x%1) + + + Open Memory View at Pointer's Address (0x%1) + Ouvrir la vue mémoire à l’adresse du pointeur (0x%1) + + + Open Memory Editor at Pointer's Address + Ouvrir l’éditeur mémoire à l’adresse du pointeur + + + Open Memory View at Pointer's Address + Ouvrir la vue mémoire à l’adresse du pointeur + + + Add Data Breakpoint + Ajouter un point d’arrêt sur les données + + + Add Data Breakpoint at Expression + Ajouter un point d’arrêt de donnée sur l’expression + + + Add Data Breakpoint at Expression "%1" + Ajouter un point d’arrêt sur les données à l’expression « %1 » + + + Select Widget to Add into Expression Evaluator + Sélectionner le widget à ajouter dans l’évaluateur d’expression + + + Remove All Expression Evaluators + Retirer tous les évaluateurs d’expression + + + Open Memory Editor... + Ouvrir l’éditeur de mémoire… + + + Open Memory Editor at Object's Address (0x%1) + Ouvrir l’éditeur de mémoire à l’adresse de l’objet (0x%1) + + + Debugger - %1 + Débogueur - %1 + + + Time + + + + Enter an expression to evaluate. + Saisir une expression à évaluer. + + + Note: Evaluators will be re-evaluated after each step. For details, see the <a href="qthelp://org.qt-project.qtcreator/doc/creator-debug-mode.html#locals-and-expressions">documentation</a>. + Remarque : les évaluateurs seront réévalués après chaque étape.Pour plus de détails, voir la <a href="qthelp://org.qt-project.qtcreator/doc/creator-debug-mode.html#locals-and-expressions">documentation.</a>. + + + New Evaluated Expression + Nouvelle expression évaluée + + + Add New Expression Evaluator... + Ajouter un nouvel évaluateur d’expressions… + + + Expand All Children + Développer tous les enfants + + + Collapse All Children + Réduire tous les enfants + + + Copy View Contents to Clipboard + Copier le contenu de la vue dans le presse-papier + + + Copy Current Value to Clipboard + Copier la valeur actuelle dans le presse-papier + + + Open View Contents in Editor + Ouvrir le contenu de la vue dans l’éditeur + + + Stop the program when the data at the address is modified. + Arrêter le programme lorsque les données à l’adresse sont modifiées. + + + Add Data Breakpoint at Pointer's Address + Ajouter un point d’arrêt de donnée à l’adresse du pointeur + + + Stop the program when the data at the address given by the expression is modified. + Arrêter le programme lorsque les données à l’adresse donnée par l’expression sont modifiées. + + + Open Memory View at Object's Address (0x%1) + Ouvrir la vue mémoire à l’adresse de l’objet (0x%1) + + + Open Memory View Showing Stack Layout + Ouvrir la vue de la mémoire montrant la disposition de la pile + + + Open Memory Editor at Object's Address + Ouvrir l’éditeur mémoire à l’adresse de l’objet + + + Reset All Individual Formats + Réinitialiser tous les formats individuels + + + Reset All Formats for Types + Réinitialiser tous les formats pour les types + + + Change Display Format for Selected Values + Changer le format d’affichage pour les valeurs sélectionnées + + + Change Display for Objects + Changer l’affichage pour les objets + + + Array of %n items + + Tableau d’un élément + Tableau de %1 éléments + + + + Raw Data + Données brutes + + + Enhanced + Amélioré + + + Latin1 String + Chaîne de caractères Latin1 + + + Latin1 String in Separate Window + Chaîne de caractères Latin1 dans une fenêtre séparée + + + UTF-8 String + Chaîne de caractères UTF-8 + + + UTF-8 String in Separate Window + Chaîne de caractères UTF-8 dans une fenêtre séparée + + + Local 8-Bit String + Chaîne de caractères locale 8 bits + + + UTF-16 String + Chaîne de caractères UTF-16 + + + UCS-4 String + Chaîne de caractères UCS-4 + + + Plot in Separate Window + Tracer dans une fenêtre séparée + + + Display Keys and Values Side by Side + Afficher les clés et les valeurs côte à côte + + + Force Display as Direct Storage Form + + + + Force Display as Indirect Storage Form + + + + Display Boolean Values as True or False + Afficher les valeurs booléennes comme « true » ou « false » + + + Display Boolean Values as 1 or 0 + Afficher les valeurs booléennes comme « 1 » ou « 0 » + + + Decimal Integer + Entier décimal + + + Hexadecimal Integer + Entier hexadécimal + + + Binary Integer + Entier binaire + + + Octal Integer + Entier octal + + + Char Code Integer + + + + Compact Float + Flottant compact + + + Scientific Float + Flottant scientifique + + + Hexadecimal Float + Flottant hexadécimal + + + Normalized, with Power-of-Two Exponent + Normalisé, avec un exposant puissance deux + + + Size: %1x%2, %3 byte, format: %4, depth: %5 + Taille : %1x%2, %3 octet, format : %4, profondeur : %5 + + + Are you sure you want to remove all expression evaluators? + Voulez-vous vraiment supprimer tous les évaluateurs d’expressions ? + + + Open Memory View at Object's Address + Ouvrir la vue mémoire à l’adresse de l’objet + + + Open Memory Editor Showing Stack Layout + Ouvrir l’éditeur mémoire montrant la pile + + + Close Editor Tooltips + Fermer l’éditeur d’infobulles + + + Locals & Expressions + Locales et expressions + + + Set up Symbol Paths + Configurer les chemins d’accès aux symboles + + + <html><head/><body><p>The debugger is not configured to use the public Microsoft Symbol Server.<br/>This is recommended for retrieval of the symbols of the operating system libraries.</p><p><span style=" font-style:italic;">Note:</span> It is recommended, that if you use the Microsoft Symbol Server, to also use a local symbol cache.<br/>A fast internet connection is required for this to work smoothly,<br/>and a delay might occur when connecting for the first time and caching the symbols.</p><p>What would you like to set up?</p></body></html> + <html><head/><body><p>Le débogueur n’est pas configuré pour utiliser le serveur de symboles Microsoft publique.<br/>Cela est recommandé pour la réception des symboles des bibliothèques du système d’exploitation.</p><p><span style=" font-style:italic;">Remarque :</span> Il est recommandé, si vous utilisez le serveur de symboles Microsoft, d’utiliser en complément un cache de symboles en local.<br/>Une connexion rapide à Internet est requise pour que cela fonctionne sans ralentissements<br/>et un délai peut apparaître lors de la première connexion et lors de la mise en cache des symboles.</p><p>Que souhaitez-vous configurer ?</p></body></html> + + + Use Local Symbol Cache + Utiliser le cache de symboles local + + + Use Microsoft Symbol Server + Utiliser le serveur de symbole Microsoft + + + Symbol Paths + Chemins des symboles + + + Source Paths + Chemin des sources + + + CDB Paths + Chemins CDB + + + Use alternating row colors in debug views + Alterner la couleur de ligne dans le débogueur visuel + + + Debugger font size follows main editor + La taille de police du débogueur suit celle de l’éditeur principal + + + Switch to previous mode on debugger exit + Retourner au mode précédent à l’arrêt du débogueur + + + Show QML object tree + Afficher l’arbre d’objets QML + + + Set breakpoints using a full absolute path + Définir les points d’arrêt en utilisant un chemin absolu complet + + + Warn when debugging "Release" builds + Avertir lors du débogage en mode « Release » + + + Maximum stack depth: + Profondeur maximale de la pile : + + + <unlimited> + <illimitée> + + + Enables tooltips in the stack view during debugging. + Active les info-bulles dans la vue de la pile pendant le débogage. + + + <html><head/><body><p>Enables stepping backwards.</p><p><b>Note:</b> This feature is very slow and unstable on the GDB side. It exhibits unpredictable behavior when going backwards over system calls and is very likely to destroy your debugging session.</p></body></html> + <html><head/><body><p>Active le mode pas-à-pas en arrière.</p><p><b>Remarque :</b> cette fonction est très lente et instable du côté de GDB. Elle présente un comportement imprévisible lors d’un retour sur les appels système et est fortement susceptible de détruire votre session de débogage.</p></body></html> + + + Registers %1 for debugging crashed applications. + Les registres %1 pour le débogage des applications ont planté. + + + Use %1 for post-mortem debugging + Utiliser %1 pour le débogage post-mortem + + + Display string length: + Afficher la longueur de la chaîne de caractères : + + + The maximum length of string entries in the Locals and Expressions views. Longer than that are cut off and displayed with an ellipsis attached. + La longueur maximale des entrées de chaînes dans les vues « Locales et Expressions ». Les chaînes plus longues sont coupées et affichées avec des points de suspension. + + + Maximum string length: + Longueur maximum de la chaîne de caractères : + + + Debugger settings + Paramètres du débogueur + + + Unable to start LLDB "%1": %2 + Impossible de démarrer LLDB « %1 » : %2 + + + Interrupt requested... + Interruption demandée… + + + Adapter start failed. + Le démarrage de l’adaptateur a échoué. + + + LLDB I/O Error + Erreur d’entrée/sortie de LLDB + + + The LLDB process failed to start. Either the invoked program "%1" is missing, or you may have insufficient permissions to invoke the program. + Échec du démarrage du processus LLDB. Soit le programme « %1 » est manquant, soit les droits sont insuffisants pour exécuter le programme. + + + The LLDB process crashed some time after starting successfully. + Le processus LLDB a planté après avoir démarré correctement. + + + An error occurred when attempting to write to the LLDB process. For example, the process may not be running, or it may have closed its input channel. + Une erreur s’est produite lors d’une tentative d’écriture sur le processus LLDB. Par exemple, le processus peut ne pas être démarré ou avoir fermé son entrée standard. + + + An unknown error in the LLDB process occurred. + Une erreur inconnue est survenue dans le processus LLDB. + + + Adapter start failed + Le démarrage de l’adaptateur a échoué + + + An error occurred when attempting to read from the Lldb process. For example, the process may not be running. + Une erreur s’est produite lors d’une tentative de lecture depuis le processus LLDB. Le processus peut ne pas être en cours d’exécution. + + + Not recognized + Non reconnu + + + Could not determine debugger type + Impossible de déterminer le type de débogueur + + + Type of Debugger Backend + Type du backend du débogueur + + + Unknown debugger version + Version inconnue du débogueur + + + Unknown debugger ABI + ABI inconnue du débogueur + + + Debuggers + Débogueurs + + + Add + Ajouter + + + Type: + Type : + + + Version: + Version : + + + Specify the path to the <a href="%1">Windows Console Debugger executable</a> (%2) here. + Label text for path configuration. %2 is "x-bit version". + <html><body><p>Spécifier le chemin à <a href="%1">l’exécutable du débogueur en console de Windows</a> (%2) ici. + + + Clone + Cloner + + + Clone of %1 + Clone de %1 + + + New Debugger + Nouveau débogueur + + + Restore + Restaurer + + + Auto-detected CDB at %1 + Autodétection CDB à %1 + + + Searching debuggers... + Recherche de débogueurs… + + + System %1 at %2 + %1: Debugger engine type (GDB, LLDB, CDB...), %2: Path + %1 du système à %2 + + + Detected %1 at %2 + %1 détecté à %2 + + + Found: "%1" + Trouvé : « %1 » + + + Auto-detected uVision at %1 + uVision auto-détecté à %1 + + + Removing debugger entries... + Suppression des entrées de débogueur… + + + Removed "%1" + « %1 » supprimé + + + Debuggers: + Débogueurs : + + + Path + Chemin + + + Type + Type + + + Path: + Chemin : + + + ABIs: + ABI : + + + 64-bit version + Version 64 bits + + + 32-bit version + Version 32 bits + + + Starting executable failed: + Échec du lancement de l’exécutable : + + + Cannot set up communication with child process: %1 + Impossible de mettre en place la communication avec le processus enfant : %1 + + + Debug + Debug + + + The process %1 is already under the control of a debugger. +%2 cannot attach to it. + Le processus %1 est déjà sous le contrôle d’un débogueur. +%2 ne peut pas s’y attacher. + + + Not a Desktop Device Type + + + + It is only possible to attach to a locally running process. + Il n’est possible de s’attacher qu’à un processus en cours d’exécution localement. + + + Remove Breakpoint + Retirer le point d’arrêt + + + Cannot start %1 without a project. Please open the project and try again. + Impossible de démarrer %1 sans projet. Veuillez ouvrir le projet et réessayer. + + + Profile + Profile + + + Release + Release + + + Run %1 in %2 Mode? + Lancer %1 en mode %2 ? + + + Global + Général + + + Custom + Personnalisé + + + Restore Global + Restaurer les valeurs générales + + + Use Customized Settings + Utiliser des réglages personnalisés + + + Use Global Settings + Utiliser les paramètres généraux + + + Copy + Copier + + + &Copy + &Copier + + + &Show in Editor + Afficher dans l’éditeur (&S) + + + C&lear + &Effacer + + + &Views + &Vues + + + Leave Debug Mode + Quitter le mode Debug + + + Toolbar + Barre d’outils + + + Editor + Éditeur + + + Next Item + Élément suivant + + + Previous Item + Élément précédent + + + Color at %1,%2: red: %3 green: %4 blue: %5 alpha: %6 + Couleur à la position %1,%2 : rouge : %3 vert : %4 bleu : %5 alpha : %6 + + + <Click to display color> + <Cliquer pour afficher la couleur> + + + Copy Image + Copier l’image + + + Open Image Viewer + Ouvrir un afficheur d’images + + + Debugger Value + Valeur du débogueur + + + Terminal: Cannot open /dev/ptmx: %1 + Terminal : impossible d’ouvrir /dev/ptmx : %1 + + + Terminal: ptsname failed: %1 + Terminal : ptsname a échoué : %1 + + + Terminal: Error: %1 + Terminal : erreur : %1 + + + Terminal: Slave is no character device. + + + + Terminal: grantpt failed: %1 + Terminal : grantpt a échoué : %1 + + + Terminal: unlock failed: %1 + Terminal : échec du déverrouillage : %1 + + + Terminal: Read failed: %1 + Terminal : la lecture a échoué : %1 + + + Attach to Process Not Yet Started + Attacher à un processus pas encore démarré + + + Reopen dialog when application finishes + Rouvrir la boite de dialogue à la fin de l’application + + + Reopens this dialog when application finishes. + Rouvre cette boite de dialogue lorsque l’application se termine. + + + Continue on attach + Continuer à attacher + + + Debugger does not stop the application after attach. + Le débogueur n’arrête pas l’application après l’attachement. + + + Start Watching + Démarrer l’observation + + + Kit: + Kit : + + + Executable: + Exécutable : + + + Stop Watching + Arrêter l’observation + + + Select valid executable. + Sélectionner un exécutable valide. + + + Not watching. + Pas d’observation. + + + Waiting for process to start... + En attente du lancement du processus… + + + Attach + Attacher + + + %1.%2 + %1.%2 + + + Unknown error. + Erreur inconnue. + + + Connection is not open. + La connexion n’est pas ouverte. + + + Locals and Expressions + Locales et expressions QtC::Designer - - The file name is empty. - Le nom de fichier est vide. - - - XML error on line %1, col %2: %3 - Erreur XML à la ligne %1, col %2 : %3 - - - The <RCC> root element is missing. - L'élement racine <RCC> est manquant. - - - Cannot write file. Disk full? - Impossible d'écrire le fichier. Disque plein ? - - - Xml Editor - Éditeur XML - Designer Designer - - Class Generation - Génération de classe - Form Editor - Éditeur d'interface graphique - - - The generated header of the form '%1' could be found. -Rebuilding the project might help. - Impossible de trouver un en-tête généré pour l'interface graphique %1. -Regénérer le projet peut résoudre ce problème. - - - The generated header of the form '%1' could not be found. -Rebuilding the project might help. - Impossible de trouver une en-tête générée pour l'interface graphique %1. -Regénérer le projet peut résoudre ce problème. - - - The generated header '%1' could not be found in the code model. -Rebuilding the project might help. - Impossible de trouver l'en-tête généré %1 dans le modèle de code. -Regénérer le projet peut résoudre ce problème. + Éditeur d’interface graphique Qt Designer Form Class - Classe d'interface graphique Qt Designer + Classe d’interface graphique Qt Designer Form Template - Modèle d'interface graphique + Modèle d’interface graphique Class Details Détails de la classe - - Choose a class name - Choisissez un nom de classe - Class Classe - - Configure... - Configurer... - %1 - Error %1 - Erreur Choose a Class Name - Choisissez un nom de classe - - - Qt - Qt - - - Qt Designer Form - Interface graphique Qt Designer - - - Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic. - Crée un formulaire Qt Designer que l'on peut ajouter à un projet Qt Widget. Ceci est utile si vous utilisez déjà une classe pour la logique métier de l'interface. + Sélectionner un nom de classe Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project. - Crée un formulaire Qt Designer avec une classe correspondante (en-tête C++ et fichier source) pour implémentation. Vous pouvez ajouter le formulaire et la classe à un projet Qt Widget existant. - - - Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt C++ Project. - Crée une interface Qt Designer avec une classe lui correspondant (en-tête et fichier source C++) pour l'implémentation. Vous pouvez ajouter l'interface et la classe à un projet Qt C++ existant. - - - Creates a Qt Designer form that you can add to a Qt C++ project. This is useful if you already have an existing class for the UI business logic. - Crée une interface Qt Designer que vous pouvez ajouter à un projet Qt C++. Ceci est utile si vous disposez déjà d'une classe existante pour la couche métier de l'interface utilisateur. - - - Creates a Qt Designer form file (.ui). - Crée un fichier d'interface graphique Qt Designer (.ui). - - - Creates a Qt Designer form file (.ui) with a matching class. - Crée un fichier d'interface graphique Qt Designer (.ui) avec une classe correspondante. + Crée un formulaire Qt Designer avec une classe correspondante (en-tête C++ et fichier source) pour implémentation. Vous pouvez ajouter le formulaire et la classe à un projet Qt Widget existant. Widget Box this translation must coherent with the translation of Qt Designer - Boîte de widget + Boite de widget Object Inspector Je trouve que "Inspecteur d'objet" est peu adapté. Explorateur d'objet n'est pas excellent non plus, à changer surement. - Inspecteur d'objet + Inspecteur d’objets Widget box - Boîte de widget + Boite de widgets Property Editor - Éditeur de propriété - - - Signals & Slots Editor - Éditeur de signaux et slots + Éditeur de propriétés Action Editor - Éditeur d'action - - - For&m editor - Éditeur d'&interface graphique - - - Edit widgets - Éditer les widgets + Éditeur d’actions F3 F3 - - Edit signals/slots - Éditer signaux/slots - F4 F4 - - Edit buddies - Éditer les copains - - - Edit tab order - Éditer l'ordre des onglets - For&m Editor - Éditeur d'&interface graphique + Éditeur d’&interface graphique Edit Widgets - Éditer les widgets + Modifier les widgets Edit Signals/Slots - Éditer signaux/slots + Modifier les signaux/slots Edit Buddies - Éditer les copains + Modifier les copains (« buddies ») Edit Tab Order - Éditer l'ordre des onglets - - - Meta+H - Meta+H + Modifier l’ordre des onglets Ctrl+H @@ -5139,7 +25621,7 @@ Regénérer le projet peut résoudre ce problème. Meta+Shift+H - Meta+Shift+H + Meta+Maj+H Meta+L @@ -5150,8 +25632,8 @@ Regénérer le projet peut résoudre ce problème. Ctrl+L - Meta+G - Meta+G + Signals and Slots Editor + Éditeur de signaux et de slots Ctrl+G @@ -5159,7 +25641,7 @@ Regénérer le projet peut résoudre ce problème. Meta+Shift+G - Meta+Shift+G + Meta+Maj+G Meta+J @@ -5171,7 +25653,7 @@ Regénérer le projet peut résoudre ce problème. Alt+Shift+R - Alt+Shift+R + Alt+Maj+R Switch Source/Form @@ -5179,73 +25661,42 @@ Regénérer le projet peut résoudre ce problème. Shift+F4 - Shift+F4 + Maj+F4 About Qt Designer Plugins... - À propos des plugins de Qt Designer... - - - Views - Vues + À propos des greffons de Qt Designer… Signals && Slots Editor && ? typo in original ? Éditeur de signaux et slots - - Locked - Verrouillé - - - Reset to Default Layout - Restaurer la disposition par défaut - - - Ctrl+Alt+R - Ctrl+Alt+R - - - About Qt Designer plugins.... - À propos des plug-ins Qt Designer.... - Preview in Aperçu dans - The image could not be created: %1 - L'image ne peut pas être créée : %1 + Switch Mode + Changer de mode - Choose a form template - Choisir un modèle d'interface graphique + The image could not be created: %1 + L’image ne peut pas être créée : %1 Choose a Form Template - Choisir un modèle d'interface graphique + Sélectionner un modèle d’interface graphique - Error saving %1 - Erreur lors de l'enregistrement de %1 - - - Unable to open %1: %2 - Impossible d'ouvrir %1 : %2 - - - Unable to write to %1: %2 - Impossible d'écrire dans %1 : %2 - - - The class definition of '%1' could not be found in %2. - La déclaration de la classe %1 est introuvable dans %2. - - - The class containing '%1' could not be found in %2. + The class containing "%1" could not be found in %2. Please verify the #include-directives. - La classe contenant "%1" n'a pas pu être trouvée dans %2. Veuillez vérifier les directives #include. + La classe contenant « %1 » n’a pas pu être trouvée dans %2. +Veuillez vérifier les directives #include. + + + Cannot rename UI symbol "%1" in C++ files: %2 + Impossible de renommer le symbole UI « %1 » dans les fichiers C++ : %2 Error finding/adding a slot. @@ -5253,33 +25704,571 @@ Please verify the #include-directives. Erreur de la recherche/ajout de slot. - Internal error: No project could be found for %1. - Erreur interne : Aucun projet n'a pu être trouvé pour %1. + No documents matching "%1" could be found. +Rebuilding the project might help. + Aucun document correspondant à « %1 » n’a pu être trouvé. +Recompiler le projet pourrait aider. - No documents matching '%1' could be found. -Rebuilding the project might help. - Impossible de trouver un document correspondant à %1. -Regénérer le projet peut résoudre ce problème. + File "%1" not found in project. + Fichier « %1 » introuvable dans le projet. + + + No active target. + Aucune cible active. + + + No active build system. + Aucun système de compilation. + + + Failed to find the ui header. + L’en-tête UI n’a pas été trouvé. + + + Renaming via the property editor cannot be synced with C++ code; see QTCREATORBUG-19141. This message will not be repeated. + Le renommage via l’éditeur de propriétés ne peut pas être synchronisé avec le code C++ ; voir QTCREATORBUG-19141. Ce message ne sera pas répété. + + + Failed to retrieve ui header contents. + Échec de la réception du contenu de l’en-tête UI. + + + Failed to locate corresponding symbol in ui header. + Échec de la localisation du symbole correspondant dans l’en-tête UI. Unable to add the method definition. - Impossible d'ajouter la déclaration de la méthode. + Impossible d’ajouter la déclaration de la méthode. + + + This file can only be edited in <b>Design</b> mode. + Ce fichier ne peut être édité qu’en mode <b>Design</b>. + + + The generated header of the form "%1" could not be found. +Rebuilding the project might help. + L’en-tête généré de l’interface « %1 » n’a pas pu être trouvé. +La recompilation du projet peut aider. + + + The generated header "%1" could not be found in the code model. +Rebuilding the project might help. + L’en-tête généré « %1 » n’a pas pu être trouvé dans le modèle du code. +La recompilation du projet peut aider. + + + &Class name: + Nom de la &classe : + + + &Header file: + Fichier d’&en-tête : + + + &Source file: + Fichier &source : + + + &Form file: + &Fichier d’interface : + + + &Path: + Che&min : + + + Invalid header file name: "%1" + Nom de fichier d’en-tête invalide : « %1 » + + + Invalid source file name: "%1" + Nom de fichier source invalide : « %1 » + + + Invalid form file name: "%1" + Nom de fichier d’interface invalide : « %1 » - EmbeddedPropertiesPage + QtC::DiffEditor - Use Virtual Box -Note: This adds the toolchain to the build environment and runs the program inside a virtual machine. -It also automatically sets the correct Qt version. - Utiliser Virtual Box -Note : ceci ajoute la chaîne d'outils à l'environnement de compilation et exécute le programme à l'intérieur d'une machine virtuelle. -La version de Qt est aussi définie automatiquement. + Ignore Whitespace + Ignorer les espaces - Skin: - Revêtement : + Switch to Unified Diff Editor + Basculer vers l’éditeur de diff unifié + + + Waiting for data... + En attente de données… + + + Retrieving data failed. + La réception des données a échoué. + + + Switch to Side By Side Diff Editor + Basculer vers l’éditeur de différences face à face + + + Synchronize Horizontal Scroll Bars + Synchroniser les barre de défilement horizontale + + + Context lines: + Lignes contextuelles : + + + Reload Diff + Recharger le diff + + + [%1] vs. [%2] %3 + [%1] contre [%2] %3 + + + %1 vs. %2 + %1 contre %2 + + + [%1] %2 vs. [%3] %4 + [%1] %2 contre [%3] %4 + + + Diff Editor + Éditeur de diff + + + Diff + Diff + + + Saved + Enregistrée + + + Modified + Modifié + + + Diff Files + Diff les fichiers + + + Diff Modified Files + Diff les fichiers modifiés + + + &Diff + &Diff + + + Diff Current File + Diff le fichier actuel + + + Meta+H + Meta+H + + + Ctrl+H + Ctrl+H + + + Diff Open Files + Diff les fichiers ouverts + + + Meta+Shift+H + Meta+Maj+H + + + Ctrl+Shift+H + Ctrl+Maj+H + + + Diff External Files... + Diff des fichiers externes… + + + Diff "%1" + DIff « %1 » + + + Select First File for Diff + Sélectionner le premier fichier pour Diff + + + Select Second File for Diff + Sélectionner le second fichier pour Diff + + + Diff "%1", "%2" + Diff « %1 », « %2 » + + + Skipped %n lines... + + Passer %n ligne… + Passer %n lignes… + + + + Binary files differ + Les fichiers binaires diffèrent + + + Skipped unknown number of lines... + Le nombre de lignes sautées est inconnu… + + + [%1] %2 + [%1] %2 + + + No difference. + Aucune différence. + + + Rendering diff + + + + Hide Change Description + Masquer la description des changements + + + Show Change Description + Afficher la description des changements + + + Could not parse patch file "%1". The content is not of unified diff format. + Impossible d’analyser le fichier de patch « %1 ». Le contenu n’est pas au format diff unifié. + + + Send Chunk to CodePaster... + Envoyer le morceau à CodePaster… + + + Apply Chunk... + Appliquer le morceau… + + + Revert Chunk... + Rétablir le morceau… + + + <b>Error:</b> Could not decode "%1" with "%2"-encoding. + <b>Erreur :</b> impossible de décoder « %1 » avec l’encodage « %2 ». + + + Select Encoding + Choisir l’encodage + + + No document + Aucun document + + + + QtC::Docker + + Checking docker daemon + Vérification du démon docker + + + Path "%1" is not a directory or does not exist. + + + + Docker + + + + Docker Image + + + + Docker Image "%1" (%2) + + + + Error starting remote shell. No container. + + + + Error starting remote shell: %1 + + + + Open Shell in Container + + + + Docker daemon appears to be not running. Verify daemon is up and running and reset the docker daemon on the docker device settings page or restart Qt Creator. + + + + Docker Image Selection + + + + Show Unnamed Images + + + + Loading ... + + + + Running "%1" + + + + + Unexpected result: %1 + Résultat inattendu : %1 + + + Done. + Fait. + + + Error: %1 + Erreur : %1 + + + Docker Device + + + + localSource: No mount point found for %1 + + + + Repository: + Dépôt : + + + Tag: + + + + Image ID: + + + + Daemon state: + + + + Clears detected daemon state. It will be automatically re-evaluated next time access is needed. + + + + Do not modify entry point + + + + Prevents modifying the entry point of the image. Enable only if the image starts into a shell. + + + + Enable flags needed for LLDB + + + + Adds the following flags to the container: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined, this is necessary to allow lldb to run + + + + Run as outside user + + + + Uses user ID and group ID of the user running Qt Creator in the docker container. + + + + Clangd Executable: + Exécutable Clangd : + + + Paths to mount: + + + + Source directory list should not be empty. + + + + Host directories to mount into the container + + + + Maps paths in this list one-to-one to the docker container. + + + + Auto-detect Kit Items + + + + Remove Auto-Detected Kit Items + + + + List Auto-Detected Kit Items + + + + Search in PATH + + + + Search in Selected Directories + + + + Search in PATH and Additional Directories + + + + Semicolon-separated list of directories + + + + Select the paths in the docker image that should be scanned for kit entries. + + + + Docker daemon appears to be not running. + + + + Docker daemon appears to be running. + + + + Search Locations: + + + + Detection log: + + + + Daemon state not evaluated. + + + + Docker daemon running. + + + + Docker daemon not running. + + + + Docker CLI + + + + Command: + Commande : + + + Configuration + Configuration + + + + QtC::EmacsKeys + + Delete Character + Supprimer un caractère + + + Kill Word + Tuer le mot + + + Kill Line + Tuer la ligne + + + Insert New Line and Indent + Insérer une nouvelle ligne et indenter + + + Go to File Start + Aller au début du fichier + + + Go to File End + Aller à la fin du fichier + + + Go to Line Start + Aller au début de ligne + + + Go to Line End + Aller à la fin de ligne + + + Go to Next Line + Aller à la ligne suivante + + + Go to Previous Line + Aller à la ligne précédente + + + Go to Next Character + Aller au caractère suivant + + + Go to Previous Character + Aller au caractère précédent + + + Go to Next Word + Aller au mot suivant + + + Go to Previous Word + Aller au mot précédent + + + Mark + Marquer + + + Exchange Cursor and Mark + Échanger le curseur et la marque + + + Copy + Copier + + + Cut + Couper + + + Yank + + + + Scroll Half Screen Down + Défiler jusqu’à la moitié de l’écran vers le bas + + + Scroll Half Screen Up + Défiler jusqu’à la moitié de l’écran vers le haut @@ -5292,18 +26281,10 @@ La version de Qt est aussi définie automatiquement. Version: Version : - - Compatibility Version: - Version compatible : - Vendor: Vendeur : - - Url: - Url : - Location: Emplacement : @@ -5325,6 +26306,10 @@ La version de Qt est aussi définie automatiquement. Dependencies: Dépendances : + + %1 (current: "%2") + %1 (actuel : « %2 ») + Group: Groupe : @@ -5332,11 +26317,11 @@ La version de Qt est aussi définie automatiquement. Compatibility version: cf libs/extensionsystem/plugindetailsview.ui et PluginSpecPrivate::provides() : version minimum compatible - Version compatible : + Version compatible : URL: - URL : + URL : Platforms: @@ -5347,32 +26332,84 @@ La version de Qt est aussi définie automatiquement. État : - Error Message: - Message d'erreur : + Description file found, but error on read. + Le fichier de description a été trouvé, mais une erreur de lecture est survenue. + + + Description successfully read. + La description a été lue avec succès. + + + Dependencies are successfully resolved. + Les dépendances ont été résolues avec succès. + + + Library is loaded. + La bibliothèque a été chargée. + + + Plugin's initialization function succeeded. + La fonction d’initialisation du greffon a réussi. + + + Plugin successfully loaded and running. + Le greffon a été chargé avec succès et fonctionne. + + + Plugin was shut down. + Le greffon a été fermé. + + + Plugin ended its life cycle and was deleted. + Le greffon a terminé son cycle de vie et a été supprimé. Error message: - Message d'erreur : + Message d’erreur : - File does not exist: %1 - Le fichier n'existe pas : %1 + %1 (experimental) + %1 (expérimental) - Could not open file for read: %1 - Impossible d'ouvrir le fichier en lecture : %1 + Path: %1 +Plugin is not available on this platform. + Chemin : %1 +Le greffon n’est pas disponible sur cette plateforme. - Cannot open file %1 for reading: %2 - Impossible d'ouvrir le fichier %1 en lecture : %2 + Path: %1 +Plugin is enabled as dependency of an enabled plugin. + Chemin : %1 +Le greffon est activé en tant que dépendance d’un greffon activé. - Error parsing file %1: %2, at line %3, column %4 - Erreur pendant l'analyse du fichier %1 : %2, ligne %3, colonne %4 + Path: %1 +Plugin is enabled by command line argument. + Chemin : %1 +Le greffon est activé par un argument de ligne de commande. - State - État + Path: %1 +Plugin is disabled by command line argument. + Chemin : %1 +Le greffon est désactivé par un argument de ligne de commande. + + + Path: %1 + Chemin : %1 + + + Plugin is not available on this platform. + Le greffon n’est pas disponible sur cette plateforme. + + + Plugin is required. + Le plugin est nécessaire. + + + Load on startup + Charger au démarrage Name @@ -5387,8 +26424,36 @@ La version de Qt est aussi définie automatiquement. Vendeur - Location - Emplacement + Enabling Plugins + Activation des greffons + + + Enabling +%1 +will also enable the following plugins: + +%2 + Activer +%1 +activera également les greffons suivants : + +%2 + + + Disabling Plugins + Désactivation des greffons + + + Disabling +%1 +will also disable the following plugins: + +%2 + Désactiver +%1 +désactivera également les greffons suivants : + +%2 Load @@ -5398,134 +26463,232 @@ La version de Qt est aussi définie automatiquement. Invalid Invalide - - Description file found, but error on read - Fichier de description trouvé mais erreur de lecture - Read Lecture - - Description successfully read - Succès de la lecture de la description - Resolved Résolu - - Dependencies are successfully resolved - Les dépendances ont été résolues avec succès - Loaded Chargé - - Library is loaded - Bibliothèque chargée - Initialized Initialisé - - Plugin's initialization function succeeded - Fonction d'initialisation du plug-in réussie - - - Plugin's initialization method succeeded - Méthode d'initialisation du plug-in réussie - Running - En cours d'exécution - - - Plugin successfully loaded and running - Plug-in correctement chargé et démarré + En cours d’exécution Stopped Arrêté - - Plugin was shut down - Plug-in arrêté - Deleted Supprimé - - Plugin ended its life cycle and was deleted - Le plug-in a terminé son cycle de vie et a été supprimé - - - Circular dependency detected: - - Dépendance circulaire détectée : - - - - %1(%2) depends on - - %1(%2) dépend de - - Circular dependency detected: Dépendance circulaire détectée : - %1(%2) depends on - %1(%2) dépend de + %1 (%2) depends on + %1 (%2) dépend de - %1(%2) + %1 (%2) %1 (%2) - Cannot load plugin because dependencies are not resolved - Impossible de charger le plug-in car les dépendances ne sont pas résolues + Cannot load plugin because dependency failed to load: %1 (%2) +Reason: %3 + Impossible de charger le greffon car la dépendance n’a pas pu être chargée : %1 (%2) +Raison : %3 + + + %1 > About Plugins + %1 > À propos des greffons + + + Help > About Plugins + Aide > À propos des greffons + + + If you temporarily disable %1, the following plugins that depend on it are also disabled: %2. + + + Si vous désactivez temporairement %1, les greffons suivants qui en dépendent seront également désactivés : %2. + + + + + Disable plugins permanently in %1. + Désactiver les greffons de façon permanente dans %1. + + + The last time you started %1, it seems to have closed because of a problem with the "%2" plugin. Temporarily disable the plugin? + La dernière fois que vous avez lancé %1, il semble qu’il se soit fermé en raison d’un problème avec le greffon « %2 ». Désactiver temporairement le greffon ? + + + Disable Plugin + Désactiver le greffon Cannot load plugin because dependency failed to load: %1(%2) Reason: %3 - Impossible de charger le plug-in car une des dépendances n'a pas pu être chargé : %1(%2) + Impossible de charger le greffon car une des dépendances n’a pas pu être chargé : %1(%2) Raison : %3 + + The plugin "%1" is specified twice for testing. + Le greffon « %1 » est spécifié deux fois pour les tests. + + + The plugin "%1" does not exist. + Le greffon « %1 » n’existe pas. + + + The plugin "%1" is not tested. + Le greffon « %1 » n’est pas testé. + + + Cannot request scenario "%1" as it was already requested. + Impossible de demander le scénario « %1 » car il a déjà été demandé. + + + Unknown option %1 + Option « %1 » non reconnue + + + The option %1 requires an argument. + L’option %1 requiert un argument. + + + Resolving dependencies failed because state != Read + La résolution des dépendances a échoué car l’état actuel est différent de « Lecture » + + + Loading the library failed because state != Resolved + Le chargement de la bibliothèque a échoué car l’état actuel est différent de « Résolu » + + + Initializing the plugin failed because state != Loaded + L’initialisation du greffon a échoué car l’état actuel est différent de « Chargé » + + + Cannot perform extensionsInitialized because state != Initialized + Impossible d’exécuter extensionsInitialized car l’état est différent de « Initialisé » + + + Could not resolve dependency '%1(%2)' + Impossible de résoudre la dépendance « %1(%2) » + + + "%1" is missing + « %1 » est manquant + + + Value for key "%1" is not a string + La valeur pour la clé « %1 » n’est pas une chaîne de caractères + + + Value for key "%1" is not a bool + La valeur pour la clé « %1 » n’est pas un booléen + + + Value for key "%1" is not an array of objects + La valeur pour la clé « %1 » n’est pas tableau d’objets + + + Value for key "%1" is not a string and not an array of strings + La valeur pour la clé « %1 » n’est pas une chaîne de caractères, ni un tableau d’objets + + + Value "%2" for key "%1" has invalid format + La valeur « %2 » pour la clé « %1 » a un format invalide + + + Plugin meta data not found + Les métadonnées du greffon n’ont pas été trouvées + + + Invalid platform specification "%1": %2 + La spécification de la plate-forme « %1 » n’est pas valide : %2 + + + Dependency: %1 + Dépendance : %1 + + + Dependency: "%1" must be "%2" or "%3" (is "%4"). + Dépendance : « %1 » doit être « %2 » ou « %3 » (est « %4 »). + + + Argument: %1 + Argument : %1 + + + Argument: "%1" is empty + Argument : « %1 » est vide + + + Plugin is not valid (does not derive from IPlugin) + Le greffon n’est pas valide (il n’est pas une sous-classe de IPlugin) + + + Internal error: have no plugin instance to initialize + Erreur interne : pas d’instance du greffon à initialiser + + + Plugin initialization failed: %1 + L’initialisation du greffon a échoué : %1 + + + Internal error: have no plugin instance to perform extensionsInitialized + Erreur interne: aucune instance de l’extension sur laquelle exécuter extensionsInitialized + + + Internal error: have no plugin instance to perform delayedInitialize + Erreur interne : aucune instance de l’extension sur laquelle exécuter delayedInitialized + + + None + Aucune + + + All + Tout + + + Load on Startup + Charger au démarrage + + + Utilities + Utilitaires + + + The following plugins have errors and cannot be loaded: + Les chemins suivant contiennent des erreurs et ne peuvent être chargés : + + + Details: + Détails : + + + Continue + Continue + QtC::FakeVim - - Toggle vim-style editing - Activer/désactiver l'édition en mode vim - - - FakeVim properties... - Propriétés de FakeVim... - Use Vim-style Editing - Utiliser l'édition en mode vim - - - Read .vimrc - prendre en compte .vimrc - - - Path to .vimrc - Chemin vers .vimrc - - - Not implemented in FakeVim - Pas implémenté dans FakeVim - - - E20: Mark '%1' not set - E20 : Marque "%1" non définie + Utiliser l’édition en mode Vim %1%2% @@ -5535,76 +26698,42 @@ Raison : %3 %1All %1Tout - - File '%1' exists (add ! to override) - Le fichier "%1" existe déjà (ajoutez ! pour écraser) - - - Cannot open file '%1' for writing - Impossible d'ouvrir le fichier "%1" en écriture - "%1" %2 %3L, %4C written - "%1" %2 %3L, %4C écrit - - - Cannot open file '%1' for reading - Impossible d'ouvrir le fichier "%1" en lecture + « %1 » %2 %3L, %4C écrit "%1" %2L, %3C - "%1" %2L, %3C - - - %n lines filtered - - %n ligne filtrée - %n lignes filtrées - - - - %n lines >ed %1 time - - %n ligne >ed %1 fois - %n lignes >ed %1 fois - - - - E512: Unknown option: - E512 : option inconnue : - - - search hit BOTTOM, continuing at TOP - la recherche a atteint la fin du document, continue à partir du début - - - search hit TOP, continuing at BOTTOM - la recherche a atteint le début du document, continue à partir de la fin - - - Pattern not found: - Motif non trouvé : - - - Mark '%1' not set - Marque "%1" non placée - - - Mark '%1' not set. - Marque "%1" non placée. + « %1 » %2L, %3C Not implemented in FakeVim. Pas implémenté dans FakeVim. - Unknown option: - Option inconnue : + Mark "%1" not set. + + + + Type Meta-Shift-Y, Meta-Shift-Y to quit FakeVim mode. + + + + Type Alt-Y, Alt-Y to quit FakeVim mode. + Unknown option: Option inconnue : + + Invalid argument: + + + + Trailing characters: + + Move lines into themselves. Déplacer les lignes dans elles-mêmes. @@ -5618,19 +26747,19 @@ Raison : %3 File "%1" exists (add ! to override) - Le fichier "%1" existe (ajouter ! pour écraser) + Le fichier « %1 » existe (ajouter « ! » pour écraser) Cannot open file "%1" for writing - Impossible d'ouvrir le fichier "%1" en écriture + Impossible d’ouvrir le fichier « %1 » en écriture "%1" %2 %3L, %4C written. - "%1" %2 %3L, %4C écrites. + « %1 » %2 %3L, %4C écrites. Cannot open file "%1" for reading - Impossible d'ouvrir le fichier "%1" en lecture + Impossible d’ouvrir le fichier « %1 » en lecture %n lines filtered. @@ -5685,16 +26814,9 @@ Raison : %3 Already at newest change. Déjà au changement le plus récent. - - %n lines %1ed %2 time - - %n ligne %1ée %2 fois - %n lignes %1ées %2 fois - - Cannot open file %1 - Impossible d'ouvrir le fichier %1 + Impossible d’ouvrir le fichier %1 Pattern not found: %1 @@ -5702,19 +26824,7 @@ Raison : %3 Invalid regular expression: %1 - Expression régulière invalide : %1 - - - Can't open file %1 - Impossible d'ouvrir le fichier %1 - - - Already at oldest change - Déjà au changement le plus ancien - - - Already at newest change - Déjà au changement le plus récent + Expression rationnelle invalide : %1 Unknown option: %1 @@ -5722,7 +26832,7 @@ Raison : %3 Argument must be positive: %1=%2 - L'argument doit être positif : %1 = %2 + L’argument doit être positif : %1 = %2 General @@ -5752,6 +26862,10 @@ Raison : %3 Start of line Début de ligne + + Pass control keys + + Smart indentation Indentation intelligente @@ -5772,14 +26886,6 @@ Raison : %3 Smart tabulators Tabulation intelligente - - Pass key sequences like Ctrl-S to Qt Creator core instead of interpreting them in FakeVim. This gives easier access to Qt Creator core functionality at the price of losing some features of FakeVim. - Passer les séquences de touches comme Ctrl-S à Qt Creator au lieu de les interpréter dans FakeVim. Ceci donne un accès plus facile aux fonctionnalités de base de Qt Creator au prix de la perte de certaines fonctionnalités de FakeVim. - - - Pass control key - Passer la clé de contrôle - Highlight search results Surligner les résultats de recherche @@ -5790,16 +26896,24 @@ Raison : %3 Shift width: - Largeur d'indentation : - - - Vim tabstop option - Option tabstop de Vim + Largeur d’indentation : Tabulator size: Taille des tabulations : + + Use tildeop + + + + Show line numbers relative to cursor + + + + Blinking cursor + + Backspace: Touche retour : @@ -5810,7 +26924,7 @@ Raison : %3 Copy Text Editor Settings - Copier les paramètres de l'éditeur de texte + Copier les paramètres de l’éditeur de texte Set Qt Style @@ -5820,6 +26934,10 @@ Raison : %3 Set Plain Style Utiliser le style simple + + Plugin Emulation + + Use smartcase Utiliser la sensibilité à la casse intelligente @@ -5836,10 +26954,6 @@ Raison : %3 Show partial command Montrer la commande partielle - - Let Qt Creator handle some key presses in insert mode so that code can be properly completed and expanded. - Laisser Qt Creator gérer quelques touches en mode d'insertion, de sorte que le code puisse être remplis et étendu correctement. - Pass keys in insert mode Passez des touches en mode insertion @@ -5850,490 +26964,623 @@ Raison : %3 Read .vimrc from location: - Lire .vimrc depuis l'emplacement : + Lire .vimrc depuis l’emplacement : + + + Displays line numbers relative to the line containing text cursor. + + + + Does not interpret key sequences like Ctrl-S in FakeVim but handles them as regular shortcuts. This gives easier access to core functionality at the price of losing some features of FakeVim. + + + + Does not interpret some key presses in insert mode so that code can be properly completed and expanded. + + + + Vim tabstop option. + Keep empty to use the default path, i.e. %USERPROFILE%\_vimrc on Windows, ~/.vimrc otherwise. - Laissez vide pour utiliser le chemin par défaut, c'est-à-dire %USERPROFILE%\_vimrc sur Windows, ~/.vimrc autrement. - - - Browse... - Parcourir... - - - Switch to next file - Passer au fichier suivant - - - Switch to previous file - Passer au fichier précédent - - - Quit FakeVim - Quitter FakeVim - - - Meta+V,Meta+V - Meta+V, Meta+V - - - Alt+V,Alt+V - Alt+V, Alt+V + Laissez vide pour utiliser le chemin par défaut, c’est-à-dire %USERPROFILE%\_vimrc sur Windows, ~/.vimrc autrement. Execute User Action #%1 - Exécuter l'action utilisateur %1 - - - Meta+V,%1 - Meta+V, %1 - - - Alt+V,%1 - Alt+V, %1 + Exécuter l’action utilisateur %1 File not saved - Fichier non sauvegardé + Fichier non enregistré Saving succeeded - Succés de l'enregistrement + Succès de l’enregistrement %n files not saved - %n fichier n'a pas pu être enregistré - %n fichiers n'ont pas pu être enregistré + %n fichier n’a pas pu être enregistré + %n fichiers n’ont pas pu être enregistrés - FakeVim Information - Information sur FakeVim + Recursive mapping + Construction de correspondance récursif - Vim style settings - Paramètres de l'édition de type vim + [New] + [Nouveau] - vim's "expandtab" option - option "expandtab" de vim + Not an editor command: %1 + Pas une commande de l’éditeur : %1 - Expand tabulators: - Étendre les tabulations : + Ex Command Mapping + Mappage des commandes Ex - Highlight search results: - Surligner les résultats de recherche : + Ex Trigger Expression + Expression d’activation Ex - Smart tabulators: - Tabulation intelligente : + Reset + Réinitialiser - Start of line: - Début de ligne : + Reset to default. + Restaurer les paramètres par défaut. - vim's "tabstop" option - option "tabstop" de vim + Regular expression: + Expression rationnelle : - VIM's "autoindent" option - option "autoindent" de vim + Meta+Shift+Y,Meta+Shift+Y + - Automatic indentation: - Indentation automatique : + Alt+Y,Alt+Y + - Incremental search: - Recherche incrémentale : + Meta+Shift+Y,%1 + - Copy text editor settings - Copier les paramètres de l'éditeur de texte + Alt+Y,%1 + - Set Qt style - Définir le style de Qt + Ex Command + Commande Ex - Set plain style - Définir le style plein + Action + Action - Checking this box passes key sequences like Ctrl-S to the Creator core instead of interpreting them in FakeVim. This gives easier access to Creator core functionality at the price of losing some features of FakeVim. - Cocher cette case passe des séquences comme Ctrl+S au coeur de Creator au lieu de les interpréter dans FakeVim. Ceci donne un accès plus facile aux fonctionnalités du coeur de Creator, au prix de la perte de quelques fonctionnalités de FakeVim. + Command + Commande + + + User command #%1 + Commande utilisateur #%1 + + + User Command Mapping + Correspondance des commandes utilisateur - FilterNameDialogClass + QtC::Fossil - Add Filter Name - Nom du filtre à ajouter + Commit Editor + Faire un commit de l’éditeur - Filter Name: - Nom du filtre : - - - - FilterSettingsPage - - Filters - Filtres + Configure Repository + - Attributes - Attributs + Existing user to become an author of changes made to the repository. + - 1 - 1 + SSL/TLS Identity Key + - Add - Ajouter + SSL/TLS client identity key to use if requested by the server. + - Remove - Supprimer + Disable auto-sync + - <html><body> -<p> -Add, modify, and remove document filters, which determine the documentation set displayed in the Help mode. The attributes are defined in the documents. Select them to display a set of relevant documentation. Note that some attributes are defined in several documents. -</p></body></html> - <html><body> -<p> -Ajouter, modifier et supprimer des filtres de documents, qui détermine l'ensemble des contenus affichés dans le mode Aide. Les attributs sont définis dans les documents. Sélectionnez les pour afficher la documentation appropriée. Note : certains attributs sont définis dans plusieurs documents. -</p></body></html> + Disable automatic pull prior to commit or update and automatic push after commit or tag or branch creation. + - No user defined filters available or no filter selected. - Pas de filtre défini par l'utilisateur diponible ou pas de filtre sélectionné. - - - - QtC::Core - - Search for... - Rechercher... + Repository User + - Sc&ope: - &Contexte : + User: + Utilisateur : - &Search - &Rechercher + Repository Settings + - Search &for: - Rec&herche : + SSL/TLS identity: + - &Case sensitive - Sensible à la &casse + Ignore All Whitespace + Ignorer toutes les espaces - &Whole words only - &Mots complets uniquement + Strip Trailing CR + - Search && Replace - Remplacer && Suivant + Show Committers + - Use regular e&xpressions - Utiliser des e&xpressions régulières + List Versions + - Sco&pe: - &Contexte : + Ancestors + - Sear&ch for: - Rec&herche : + Descendants + - Case sensiti&ve - Sensible à la &casse + Unfiltered + Sans filtre - Whole words o&nly - &Mots complets uniquement + Lineage + - Use re&gular expressions - Utiliser des e&xpressions régulières + Verbose + Journal - Search && &Replace - &Remplacer && Suivant + Show files changed in each revision + Afficher les fichiers modifiés pour chaque révision - Find... - Rechercher dans... + All Items + - Current Document - Document courant + File Commits + - Find/Replace - Rechercher/Remplacer + Technical Notes + - Enter Find String - Entrer la chaîne à rechercher + Tags + Tags - Ctrl+E - Ctrl+E + Tickets + - Find Next - Suivant + Wiki Commits + - Find Previous - Précédent + Item Types + - Replace && Find Next - Remplacer && Suivant + Private + - Shift+Enter - Maj+Entrée + Create a private check-in that is never synced. +Children of private check-ins are automatically private. +Private check-ins are not pushed to the remote repository by default. + - Shift+Return - Maj+Entrée + Tag names to apply; comma-separated. + - Find Next (Selected) - Trouvez le suivant (sélectionné) + Current Information + - Ctrl+F3 - Ctrl+F3 + Local root: + - Find Previous (Selected) - Trouver le précédent (sélectionné) + Branch: + Branche : - Ctrl+Shift+F3 - Ctrl+Maj+F3 + Tags: + Tags : - Replace - Remplacer + Commit Information + Informations de commit - Replace && Find - Remplacer && chercher + New branch: + - Ctrl+= - Ctrl+= + Author: + Auteur : - Replace && Find Previous - Remplacer && Précédent + Message check failed. + - Replace All - Remplacer tout + &Annotate %1 + - Case Sensitive - Sensible à la casse + Annotate &Parent Revision %1 + - Whole Words Only - Mots complets uniquement + &Fossil + - Use Regular Expressions - Utiliser des expressions régulières + Annotate Current File + Annoter le fichier actuel - Preserve Case when Replacing - Conserver la casse lors du remplacement + Annotate "%1" + Annoter « %1 » - Find - Rechercher + Diff Current File + - Find: - Rechercher : + Diff "%1" + - All - Tout + Meta+I,Meta+D + - ... - ... + ALT+I,Alt+D + - Advanced... - Avancé... + Timeline Current File + - No matches found! - Aucun résultat ! + Timeline "%1" + - New Search - Nouvelle recherche + Meta+I,Meta+L + - Expand All - Développer tout + ALT+I,Alt+L + - %1 %2 - %1 %2 + Status Current File + État du fichier actuel - Do not warn again - Ne plus avertir + Status "%1" + État « %1 » - Collapse All - Réduire tout + Meta+I,Meta+S + - Search Results - Résultat de la recherche - - - - QtC::ProjectExplorer - - Override %1: - Écraser %1 : + ALT+I,Alt+S + - Make arguments: - Arguments de Make : + Add Current File + - Targets: - Cibles : + Add "%1" + Ajouter « %1 » + + + Delete Current File... + Supprimer le fichier en cours… + + + Delete "%1"... + Supprimer « %1 »… + + + Revert Current File... + Rétablir le fichier actuel… + + + Revert "%1"... + Rétablir « %1 » … + + + Diff + Diff + + + Timeline + Ligne du temps + + + Meta+I,Meta+T + + + + ALT+I,Alt+T + + + + Revert... + Rétablir… + + + Status + + + + Revert + Rétablir + + + Pull... + Pull… + + + Push... + Push… + + + Update... + Mise à jour… + + + Meta+I,Meta+U + + + + ALT+I,Alt+U + + + + Commit... + Commit… + + + Meta+I,Meta+C + + + + ALT+I,Alt+C + + + + Settings ... + + + + Create Repository... + + + + Remote repository is not defined. + + + + Update + Mettre à jour + + + There are no changes to commit. + Il n’y a aucun changement à envoyer. + + + Unable to create an editor for the commit. + Impossible d’ouvrir un éditeur pour le commit. + + + Unable to create a commit editor. + Impossible d’ouvrir un éditeur de commit. + + + Commit changes for "%1". + Soumettre les changements pour « %1 ». + + + Choose Checkout Directory + + + + The directory "%1" is already managed by a version control system (%2). Would you like to specify another directory? + + + + Repository already under version control + Le dépôt est déjà sous gestion de versions + + + Repository Created + Dépôt créé + + + A version control repository has been created in %1. + Un dépôt sous gestion de versions à été créé dans %1. + + + Repository Creation Failed + Échec lors de la création du dépôt + + + A version control repository could not be created in %1. + Un dépôt sous gestion de versions ne peut pas être créé dans %1. + + + Fossil + + + + Specify a revision other than the default? + Spécifier une révision différente de celle par défaut ? + + + Checkout revision, can also be a branch or a tag name. + + + + Revision + + + + Fossil Command + + + + Command: + Commande : + + + Fossil Repositories + + + + Default path: + + + + Directory to store local repositories by default. + + + + Default user: + + + + Log width: + + + + The width of log entry line (>20). Choose 0 to see a single line per entry. + + + + Timeout: + Délai d’attente : + + + s + s + + + Log count: + Nombre d’entrées de log : + + + The number of recent commit log entries to show. Choose 0 to see all entries. + + + + Configuration + Configuration + + + Local Repositories + + + + User + Utilisateur + + + Miscellaneous + Divers + + + Pull Source + Rapatrier la source + + + Push Destination + + + + Default location + Emplacement par défaut + + + Local filesystem: + Système local de fichier : + + + Specify URL: + Spécifier l’URL : + + + For example: https://[user[:pass]@]host[:port]/[path] + Par exemple, https://[user[:pass]@]host[:port]/[path] + + + Remember specified location as default + Se souvenir de l’emplacement par défaut + + + Include private branches + + + + Allow transfer of private branches. + + + + Remote Location + + + + Options + Options QtC::GenericProjectManager - - <new> - <nouveau> - - - Create - Créer - - - Default - The name of the build configuration created by default for a generic project. - Défaut - - - Build - Compilation - - - New Configuration - Nouvelle configuration - - - New configuration name: - Nom de la nouvelle configuration : - - - New configuration - Nouvelle configuration - - - New Configuration Name: - Nom de la nouvelle configuration : - - - Configuration Name: - Nom de la configuration : - - - Build directory: - Répertoire de compilation : - - - Tool chain: - Chaîne de compilation : - - - <Invalid tool chain> - <Chaîne d'outils invalide> - - - Tool Chain: - Chaîne d'outils : - Generic Manager Gestionnaire générique - - Make - GenericMakestep display name. - Make - - - Override %1: - Écraser %1 : - - - <b>Make:</b> %1 %2 - <b>Make : </b>%1 %2 - - - Import of Makefile-based Project - Importer un projet basé sur un Makefile - - - Creates a generic project, supporting any build system. - Crée un projet générique, supportant n'importe quel système de compilation. - - - Projects - Projets - - - The project %1 could not be opened. - Le projet %1 ne peut pas être ouvert. - Import Existing Project Importer un projet existant - - Imports existing projects that do not use qmake, CMake or Autotools. This allows you to use Qt Creator as a code editor. - Importer un projet existant n'utilisant pas qmake, CMake ou Autotools. Ceci vous permet d'utiliser Qt Creator comme éditeur de code. - - - Imports existing projects that do not use qmake or CMake. This allows you to use Qt Creator as a code editor. - Importer un projet existant n'utilisant pas qmake ni CMake. Ceci vous permet d'utiliser Qt Creator comme éditeur de code. - - - Generic Project - Projet générique - Project Name and Location Nom du projet et emplacement @@ -6351,117 +27598,154 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e Sélection de fichier - Location - Emplacement + Imports existing projects that do not use qmake, CMake, Qbs, Meson, or Autotools. This allows you to use %1 as a code editor. + Importe les projets existants qui n’utilisent pas qmake, CMake, Qbs, Meson ou Autotools. Cela vous permet d’utiliser %1 comme éditeur de code. Files Fichiers - Second Page Title - Titre de la seconde page + Edit Files... + Modifier les fichiers… + + + Remove Directory + Supprimer le répertoire + + + Project files list update failed. + La mise à jour de la liste des fichiers de projet a échoué. + + + Build %1 + Compiler %1 QtC::Git - - Branches - Branches - - - General information - Informations générales - - - Remote branches - traduction de remote ici ? - Branches distantes - - - Checkout - Importer - - - Delete - Supprimer - - - Unable to find the repository directory for '%1'. - Impossible de trouver le dépôt de "%1". - Refresh - Rafraîchir + Rafraîchir - Delete... - Supprimer… + Include Old Entries + Inclure les anciennes entrées - Checkout branch? - Importer la branche ? + Include Tags + Inclure les étiquettes + + + Include branches and tags that have not been active for %n days. + + Inclure les branches et les étiquettes qui n’ont pas été actives depuis un jour. + Inclure les branches et les étiquettes qui n’ont pas été actives depuis %n jours. + - Would you like to delete the tag '%1'? - Souhaitez-vous supprimer le tag "%1" ? + Create Git Repository... + Créer un dépôt Git … - Would you like to delete the <b>unmerged</b> branch '%1'? - Voulez-vous supprimer la branche <b>non mergée</b> "%1" ? + Add Branch... + Ajouter une branche … + + + Filter + Filtre + + + &Fetch + Télécharger (&fetch) + + + Remove &Stale Branches + Retirer les branches &périmées + + + Manage &Remotes... + Gérer les dépôts &distants… + + + Rem&ove... + &Supprimer… + + + Re&name... + Re&nommer… + + + Reflo&g + Reflo&g + + + Re&set + Ré&initialiser + + + &Hard + &Dur + + + &Mixed + &Mixte + + + &Soft + Dou&ce + + + &Merge "%1" into "%2" (Fast-Forward) + &Fusionner « %1 » dans « %2 » (fast forward) + + + Merge "%1" into "%2" (No &Fast-Forward) + Fusionner « %1 » dans « %2 » (&pas de fast forward) + + + &Merge "%1" into "%2" + &Fusionner « %1 » dans « %2 » + + + &Rebase "%1" on "%2" + &Rebaser « %1 » dans « %2 » + + + Would you like to delete the tag "%1"? + Souhaitez-vous supprimer l’étiquette « %1 » ? + + + Would you like to delete the branch "%1"? + Souhaitez-vous supprimer la branche « %1 » ? + + + Would you like to delete the <b>unmerged</b> branch "%1"? + Souhaitez-vous supprimer la branche <b>non fusionnée</b> « %1 » ? Delete Branch - Supprimer la branche + Supprimer une branche Delete Tag - Supprimer le tag + Supprimer l’étiquette (tag) + + + Git Reset + Git reset + + + Reset branch "%1" to "%2"? + Réinitialiser la branche « %1 » vers « %2 » ? + + + Git Branches + Branches Git Rename Tag - Renommer le tag - - - Branch Exists - Branches existantes - - - Local branch '%1' already exists. - La branches locale "%1" existe déjà. - - - Would you like to delete the branch '%1'? - Souhaitez-vous supprimer la branche "%1" ? - - - Failed to delete branch - Échec de suppression de la branche - - - Failed to create branch - Échec de création de la branche - - - Failed to stash - Échec du stash - - - Checkout failed - Échec de l'import - - - Would you like to create a local branch '%1' tracking the remote branch '%2'? - Souhaitez-vous créer une branche locale '%1' pour la branche distante "%2" ? - - - Create branch - Créer une branche - - - Failed to create a tracking branch - tracking branch ? - Échec de la création d'une branche de suivi + Renommer l’étiquette (tag) Re&fresh @@ -6469,7 +27753,7 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e &Add... - &Ajouter... + &Ajouter… &Remove @@ -6483,53 +27767,17 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e &Log &Log - - Re&name - Re&nommer - - - &Merge - &Fusionner - - - Re&base - Re&baser - - - Cherry pick top commit from selected branch. - Piocher la dernière soumission de la branche sélectionnée. - - - Cherry Pick - Cherry-pick - - - Sets current branch to track the selected one. - Définit la branche courante pour suivre celle qui est sélectionnée. - &Track &Suivre - - Select a Git commit - Sélectionner un commit Git - - - Select Git repository - Sélectionner un dépôt Git - - - Browse &Directory... - Parcourir le &répertoire... - Browse &History... - Parcourir l'&historique... + Parcourir l’&historique… &Show - &Montrer + &Afficher &Revert @@ -6547,6 +27795,10 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e Select a Git Commit Sélectionner un commit Git + + &Archive... + &Archiver… + Select Commit Sélectionner un commit @@ -6569,28 +27821,12 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e Fetching commit data... - Obtenir les données du commit... - - - Select Git Repository - Sélectionner un dépôt Git - - - Select Working Directory - Sélectionner le répertoire de travail - - - Selected directory is not a Git repository - Le répertoire sélectionné n'est pas un dépôt Git + Obtenir les données du commit… Working directory: Répertoire de travail : - - Select - Sélectionner - Change: Modification : @@ -6599,368 +27835,79 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e HEAD HEAD - - Note that the git plugin for QtCreator is not able to interact with the server so far. Thus, manual ssh-identification etc. will not work. - marchera ou marcheront ? Le etc laisse sous-entendre qu'il y aurait d'autres choses qui ne marcheraient pas. - Notez que le plug-in git pour Qt Creator n'est pas capable d'interagir directement avec le serveur. Ainsi, l'identification ssh manuelle et d'autres ne marcheront pas. - - - Unable to determine the repository for %1. - Impossible de déterminer le dépôt de %1. - - - Unable to parse the file output. - Impossible d'analyser le fichier de sortie. - - - Executing: %1 %2 - - Executing: <executable> <arguments> - Exécution de : %1 %2 - Waiting for data... - En attente de données... - - - Git Diff - Git Diff - - - Git Diff %1 - Git Diff %1 - - - Git Diff Branch %1 - Git diff branche %1 - - - Git Log - Git Log - - - Git Log %1 - Git Log %1 - - - Cannot describe '%1'. - impossible de décrire "%1". - - - Git Show %1 - Git Show %1 - - - Git Blame %1 - Git blame %1 - - - Unable to checkout %1 of %2: %3 - Meaning of the arguments: %1: Branch, %2: Repository, %3: Error message - Impossible de réaliser l'import %1 de %2 : %3 - - - Unable to add %n file(s) to %1: %2 - - Impossible d'ajouter %n fichier dans %1 : %2 - Impossible d'ajouter %n fichiers dans %1 : %2 - - - - Unable to remove %n file(s) from %1: %2 - - Impossible de supprimer %n fichier de %1 : %2 - Impossible de supprimer %n fichiers de %1 : %2 - - - - Unable to move from %1 to %2: %3 - Impossible de déplacer de %1 vers %2 : %3 - - - Unable to reset %1: %2 - Impossible de réinitialiser %1 : %2 - - - Unable to reset %n file(s) in %1: %2 - - Impossible de réinitialiser %n fichier dans %1 : %2 - Impossible de réinitialiser %n fichiers dans %1 : %2 - - - - Unable to checkout %1 of %2 in %3: %4 - Meaning of the arguments: %1: revision, %2: files, %3: repository, %4: Error message - Impossible de réaliser l'import %1 de %2 dans %3 : %4 - - - Unable to find parent revisions of %1 in %2: %3 - Failed to find parent revisions of a SHA1 for "annotate previous" - Impossible de trouver la révision parente de %1 dans %2 : %3 + En attente de données… Invalid revision Révision invalide - - Unable to retrieve branch of %1: %2 - Impossible d'obtenir la branche dans %1 : %2 - - - Unable to retrieve top revision of %1: %2 - Impossible d'obtenir la dernière révision dans %1 : %2 - - - Unable to describe revision %1 in %2: %3 - Impossible de décrire la révision %1 dans %2 : %3 - Stash Description - Description de la remise + Description de la remise (« stash ») Description: Description : - - Unable to resolve stash message '%1' in %2 - Look-up of a stash via its descriptive message failed. - Impossible de trouver le stash correspondant au message "%1" dans %2 - - - Unable to run a 'git branch' command in %1: %2 - Impossible d'exécuter la commande 'git branch' dans %1 : %2 - - - Unable to run 'git show' in %1: %2 - Impossible d'exécuter 'git show' dans %1 : %2 - - - Unable to run 'git clean' in %1: %2 - Impossible d'exécuter 'git clean' dans %1 : %2 - - - There were warnings while applying %1 to %2: -%3 - Avertissements lors de l'application du patch %1 dans %2 : -%3 - - - Unable apply patch %1 to %2: %3 - Impossible d'appliquer le patch %1 dans %2 : %3 - - - Cannot locate %1. - Impossible de localiser %1. - - - Unable to launch %1. - Impossible de lancer %1. - - - Unable to retrieve the last commit data of the repository %1. - Impossible de récupérer les données du dernier commit du dépôt %1. - - - Amended %1 (%n file(s)). - - - %1 amendé (%n fichier). - - %1 amendé (%n fichiers). - - - - - Amended %1. - %1 amendé. - - - Unable to restore stash %1: %2 - Impossible de restaurer le stash %1 : %2 - - - Unable to restore stash %1 to branch %2: %3 - Impossible de restaurer le stash %1 dans la branche %2 : %3 - - - Unable to remove stashes of %1: %2 - Impossible de supprimer des stashes de %1 : %2 - - - Unable to remove stash %1 of %2: %3 - Impossible de supprimer le stash %1 de %2 : %3 - - - Unable retrieve stash list of %1: %2 - Impossible d'obtenir une liste des stashes dans %1 : %2 - - - Unable to determine git version: %1 - impossible de déterminer la version git : %1 - - - Unable to checkout %n file(s) in %1: %2 - - Impossible de réaliser le checkout de %n fichier dans %1 : %2 - Impossible de réaliser le checkout de %n fichiers dans %1 : %2 - - - - Unable stash in %1: %2 - Impossible d'utiliser stash dans %1 : %2 - - - Unable to run branch command: %1: %2 - Impossible d'exécuter la commande branch : %1 : %2 - - - Unable to run show: %1: %2 - Impossible d'exécuter show : %1 : %2 - - - You have modified files. Would you like to stash your changes? - Vous avez modifié des fichiers. Souhaitez-vous mettre vos changements dans le stash ? - - - Unable to obtain the status: %1 - Impossible d'obtenir le statut : %1 - - - The repository %1 is not initialized yet. - Le dépôt %1 n'est pas encore initialisé. - - - You did not checkout a branch. - Aucun import de branche n'a été effectué. - - - Committed %n file(s). - - "commité" is common at the Oslo office, I don't know about France - - %n fichier a été commité. - - %n fichiers ont été commités. - - - - - Unable to commit %n file(s): %1 - - - Impossible de commiter %n fichier : %1 - - Impossible de commiter %n fichiers : %1 - - - Cannot determine the repository for "%1". - Impossible de déterminer le dépôt pour "%1". + Impossible de déterminer le dépôt pour « %1 ». Cannot parse the file output. - Impossible d'analyser le fichier de sortie. - - - Cannot run "%1 %2" in "%2": %3 - Impossible de lancer "%1 %2" in "%2" : %3 + Impossible d’analyser le fichier de sortie. Git Diff "%1" - Git Diff "%1" + Git diff de « %1 » Git Diff Branch "%1" - Git diff branche "%1" + Git diff de la branche « %1 » Git Log "%1" - Git Log "%1" + Git log de « %1 » Git Reflog "%1" - Git Reflog "%1" + Git reflog de « %1 » Cannot describe "%1". - Impossible de décrire "%1". + Impossible de décrire « %1 ». Git Show "%1" - Git Show "%1" + Git show de « %1 » Git Blame "%1" - Git blame "%1" - - - Cannot checkout "%1" of "%2": %3 - Meaning of the arguments: %1: Branch, %2: Repository, %3: Error message - Impossible de réaliser l'import "%1" de "%2" : %3 + Git blame de « %1 » Cannot obtain log of "%1": %2 - Impossible d'obtenir le journal de "%1" : %2 - - - Cannot add %n file(s) to "%1": %2 - singulier en français : entre zéro et un uniquement, d'où l'absence de %n au singulier - - Impossible d'ajouter un fichier dans "%1" : %2 - Impossible d'ajouter %n fichiers dans "%1" : %2 - - - - Cannot remove %n file(s) from "%1": %2 - singulier en français : entre zéro et un uniquement, d'où l'absence de %n au singulier - - Impossible de supprimer un fichier de "%1" : %2 - Impossible de supprimer %n fichiers de "%1" : %2 - - - - Cannot move from "%1" to "%2": %3 - Impossible de déplacer de "%1" vers "%2" : %3 - - - Cannot reset "%1": %2 - Impossible de réinitialiser "%1" : %2 - - - Cannot reset %n file(s) in "%1": %2 - singulier en français : entre zéro et un uniquement, d'où l'absence de %n au singulier - - Impossible de réinitialiser un fichier dans "%1" : %2 - Impossible de réinitialiser %n fichiers dans "%1" : %2 - + Impossible d’obtenir le journal de « %1 » : %2 Cannot checkout "%1" of %2 in "%3": %4 Meaning of the arguments: %1: revision, %2: files, %3: repository, %4: Error message - Impossible de réaliser l'import "%1" de %2 dans "%3" : %4 + Impossible de réaliser l’import « %1 » de %2 dans « %3 » : %4 Cannot find parent revisions of "%1" in "%2": %3 Failed to find parent revisions of a SHA1 for "annotate previous" - Impossible de trouver la révision parente de "%1" dans "%2" : %3 - - - Cannot execute "git %1" in "%2": %3 - Impossible d'exécuter "git %1" dans "%2" : %3 - - - Cannot retrieve branch of "%1": %2 - Impossible d'obtenir la branche dans "%1" : %2 + Impossible de trouver la révision parente de « %1 » dans « %2 » : %3 Cannot run "%1" in "%2": %3 - Impossible de lancer "%1" in "%2" : %3 + Impossible de lancer « %1 » dans « %2 » : %3 REBASING - CHANGEMENT DE BASE + REBASAGE REVERTING @@ -6968,32 +27915,24 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e CHERRY-PICKING - CHERRY-PICKING + IMPORTATION SÉLECTIVE (CHERRY-PICKING) MERGING FUSIONNEMENT - - Cannot retrieve top revision of "%1": %2 - Impossible d'obtenir la dernière révision dans "%1" : %2 - Cannot describe revision "%1" in "%2": %3 - Impossible de décrire la révision "%1" dans "%2" : %3 - - - Cannot stash in "%1": %2 - Impossible d'utiliser la remise dans "%1" : %2 + Impossible de décrire la révision « %1 » dans « %2 » : %3 Cannot resolve stash message "%1" in "%2". Look-up of a stash via its descriptive message failed. - Impossible de trouver la remise correspondant au message "%1" dans "%2". + Impossible de trouver la remise (« stash ») correspondant au message « %1 » dans « %2 ». Cannot retrieve submodule status of "%1": %2 - Impossible d'obtenir le statut des sous-modules de "%1" : %2 + Impossible d’obtenir l’état des sous-modules de « %1 » : %2 Submodules Found @@ -7001,15 +27940,15 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e Would you like to update submodules? - Souhaitez-vous mettre à jour les sous-modules ? + Souhaitez-vous mettre à jour les sous-modules ? Continue Rebase - Continuer le changement de base + Continuer le rebasage Rebase is in progress. What do you want to do? - Changement de base en cours. Que voulez-vous faire ? + Rebasage en cours. Que voulez-vous faire ? Continue @@ -7023,35 +27962,17 @@ Ajouter, modifier et supprimer des filtres de documents, qui détermine l'e You need to commit changes to finish merge. Commit now? Vous devez soumettre vos changements pour terminer la fusion. -Soumettre maintenant ? +Soumettre maintenant ? Continue Revert - Continuer le rétablisssement + Continuer le rétablissement You need to commit changes to finish revert. Commit now? - Vous devez soumettre vos changements pour terminer le rétablisssement. -Soumettre maintenant ? - - - Committed %n file(s). - - %n fichier a été soumis. - %n fichiers ont été soumis. - - - - Amended "%1" (%n file(s)). - - Correction de "%1" (%n fichier). - Correction de "%1" (%n fichiers). - - - - Cannot set tracking branch: %1 - Impossible de suivre la branche : %1 + Vous devez soumettre vos changements pour terminer le rétablissement. +Soumettre maintenant ? Conflicts detected with commit %1. @@ -7067,9 +27988,41 @@ Soumettre maintenant ? Conflicts detected. Conflits détectés. + + Only graphical merge tools are supported. Please configure merge.tool. + Seuls les outils de fusion graphiques sont pris en charge. Veuillez configurer l’outil merge. + + + Force Push + Forcer le push + + + Push failed. Would you like to force-push <span style="color:#%1">(rewrites remote history)</span>? + Le push a échoué. Voulez-vous forcer le push <span style="color:#%1">(réécriture de l’historique à distance)</span> ? + + + No Upstream Branch + Aucune branche en amont + + + Push failed because the local branch "%1" does not have an upstream branch on the remote. + +Would you like to create the branch "%1" on the remote and set it as upstream? + Le push a échoué car la branche locale « %1 » n’a pas de branche en amont sur le serveur distant. + +Souhaitez-vous créer la branche « %1 » sur le serveur distant et la définir comme branche amont ? + + + Stash && &Pop + Mettre dans la remise (« stash ») et &poper + Stash local changes and execute %1. - Mettre dans la remise les changements locaux et exécuter %1. + Mettre dans la remise (« stash ») les changements locaux et exécuter %1. + + + &Discard + Aban&donner Discard (reset) local changes and execute %1. @@ -7087,19 +28040,233 @@ Soumettre maintenant ? Commit Faire un commit + + <resolving> + <résolution> + + + <None> + <aucun> + + + No Move Detection + Pas de détection de déplacement + + + Detect Moves Within File + Détecter les déplacements au sein d’un fichier + + + Detect Moves Between Files + Détecter les déplacements entre les fichiers + + + Detect Moves and Copies Between Files + Détecter les déplacements et les copies entre fichiers + + + Move detection + Détection de déplacement + + + Filter commits by message or content. + Filtrer les commits par message ou contenu. + + + First Parent + Premier parent + + + Follow only the first parent on merge commits. + Ne suivre que le premier parent sur les commits de fusion. + + + Color + Couleur + + + Use colors in log. + Utiliser des couleurs dans le journal. + + + Follow + Suivre + + + Show log also for previous names of the file. + Afficher le journal également pour les noms précédents du fichier. + + + Show Date + Afficher la date + + + Show date instead of sequence. + Afficher la date au lieu de la séquence. + + + Stage Chunk + Ajout du chunk + + + Stage Selection (%n Lines) + + Ajout de la sélection (une ligne) + Ajout de la sélection (%n lignes) + + + + Unstage Chunk + Suppression du chunk + + + Unstage Selection (%n Lines) + + Ajout de la sélection (une ligne) + Ajout de la sélection (%n lignes) + + + + Chunk successfully unstaged + Le chunk a été retiré avec succès + + + Git Diff Files + Git Diff les fichiers + + + Git Diff Project + Git Diff le projet + + + Git Diff Repository + Git Diff le répertoire + + + Generate %1 archive + Générer l’archive %1 + + + Overwrite? + Écraser ? + + + An item named "%1" already exists at this location. Do you want to overwrite it? + Un élément nommé « %1 » existe déjà à cet emplacement. Voulez-vous l’écraser ? + + + Create Local Branch + Créer une branche locale + + + Would you like to create a local branch? + Vous souhaitez créer une branche locale ? + + + Reset + Réinitialiser + + + All changes in working directory will be discarded. Are you sure? + Toutes les modifications apportées au répertoire de travail seront annulées. Êtes-vous sûr(e) de vous ? + + + Nothing to recover + Rien à restaurer + + + Files recovered + Fichiers restaurés + + + Cannot reset %n files in "%1": %2 + + Impossible de réinitialiser un fichier dans « %1 » : %2 + Impossible de réinitialiser %n fichiers dans « %1 » : %2 + + Continue Cherry-Picking - Continuer le cherry-picking + Continuer l’importation sélective (« cherry-picking ») You need to commit changes to finish cherry-picking. Commit now? - Vous devez valider les changements pour finir le cherry-picking. -Valider maintenant ? + Vous devez valider les changements pour finir l’importation sélective (« cherry-picking »). +Valider maintenant ? + + + Committed %n files. + + Un fichier commité. + %n fichiers commités. + + + + Amended "%1" (%n files). + + Amender « %1 » (1 fichier) + Amender « %1 » (%n fichiers) + + + + Cannot commit %n files + + Impossible de commiter un fichier + Impossible de commiter %n fichiers + - No changes found. - Aucun changement trouvé. + Cherr&y-Pick %1 + Cherr&y-pick %1 + + + Re&vert %1 + Re&vert %1 + + + C&heckout %1 + C&heckout %1 + + + &Interactive Rebase from %1... + Rebasage &interactif à partir de %1… + + + &Log for %1 + &Log de %1 + + + Sh&ow file "%1" on revision %2 + &Afficher le fichier « %1 » sur la révision %2 + + + Add &Tag for %1... + Ajouter une é&tiquette pour %1… + + + &Reset to Change %1 + &Revenir à la modification %1 + + + Di&ff %1 + Faire le di&ff de %1 + + + Di&ff Against %1 + Réaliser un di&ff par rapport à %1 + + + Diff &Against Saved %1 + Réaliser un di&ff par rapport au fichier enregistré %1 + + + &Save for Diff + &Enregistrer pour le diff + + + Git Show %1:%2 + Git Show %1 : %2 Skip @@ -7109,30 +28276,18 @@ Valider maintenant ? <Detached HEAD> <HEAD détaché> - - Conflicts detected - Conflits détectés - - - Conflicts detected with commit %1 - Conflits détectés avec la soumission %1 - Conflicts Detected Conflits détectés Run &Merge Tool - Lancer l'outil de &fusion + Lancer l’outil de &fusion &Skip &Passer - - Cannot determine Git version: %1 - Impossible de déterminer la version de git : %1 - Uncommitted Changes Found Des changements non soumis ont été trouvés @@ -7141,75 +28296,31 @@ Valider maintenant ? What would you like to do with local changes in: Que souhaitez-vous faire avec les changements locaux dans : - - Stash && Pop - Sortir de la remise - Stash local changes and pop when %1 finishes. - Remiser les changements locaux, puis les récupérer lorsque %1 est terminé. - - - Stash local changes and continue. - Remiser les changements locaux et continuer. + Mettre dans la remise (« stash ») les changements locaux, puis y accéder lorsque %1 est terminé. Discard Abandonner - - Discard (reset) local changes and continue. - Abandonner (supprimer) les changements locaux et continuer. - - - Continue with local changes in working directory. - Continuer avec les changement locaux dans le répertoire de travail. - - - Cancel current command. - Annuler la commande en cours. - - - Cannot run "git branch" in "%1": %2 - Impossible d'exécuter "git branch" dans "%1" : %2 - - - Cannot run "git remote" in "%1": %2 - Impossible d'exécuter "git remote" dans "%1" : %2 - - - Cannot run "git show" in "%1": %2 - Impossible d'exécuter "git show" dans "%1" : %2 - - - Cannot run "git clean" in "%1": %2 - Impossible d'exécuter "git clean" dans "%1" : %2 - There were warnings while applying "%1" to "%2": %3 - Avertissements lors de l'application du patch "%1" dans "%2" : + Avertissements lors de l’application du patch « %1 » dans « %2 » : %3 Cannot apply patch "%1" to "%2": %3 - Impossible d'appliquer le patch "%1" dans "%2" : %3 - - - Would you like to stash your changes? - Souhaitez-vous remiser vos changements ? + Impossible d’appliquer le patch « %1 » dans « %2 » : %3 Cannot obtain status: %1 - Impossible d'obtenir le statut : %1 - - - Cannot locate "%1". - Impossible de localiser "%1". + Impossible d’obtenir l’état : %1 Cannot launch "%1". - Impossible de lancer "%1". + Impossible de lancer « %1 ». No changes found. @@ -7217,7 +28328,7 @@ Valider maintenant ? and %n more - Displayed after the untranslated message "Branches: branch1, branch2 'and %n more'" in git show. + Displayed after the untranslated message "Branches: branch1, branch2 'and %n more'" et %n de plus et %n de plus @@ -7225,48 +28336,23 @@ Valider maintenant ? The repository "%1" is not initialized. - Le dépôt "%1" n'est pas initialisé. + Le dépôt « %1 » n’est pas initialisé. Cannot retrieve last commit data of repository "%1". - Impossible de récupérer les données du dernier commit du dépôt "%1". - - - Amended "%1" (%n file(s)). - - - "%1" amendé (un fichier). - - "%1" amendé (%n fichiers). - - + Impossible de recevoir les données du dernier commit du dépôt « %1 ». Amended "%1". - "%1" amendé. - - - Cannot commit %n file(s): %1 - - singulier en français : entre zéro et un uniquement, d'où l'absence de %n au singulier - - Impossible de commiter un fichier : %1 - - Impossible de commiter %n fichiers : %1 - - + « %1 » amendé. The file has been changed. Do you want to revert it? - Le fichier a été modifié. Voulez-vous le rétablir ? + Le fichier a été modifié. Voulez-vous le rétablir ? The file is not modified. - Le fichier n'a pas été modifié. - - - The command 'git pull --rebase' failed, aborting rebase. - La commande 'git pull --rebase' a échoué, annulation du rebase. + Le fichier n’a pas été modifié. Git SVN Log @@ -7274,119 +28360,36 @@ Valider maintenant ? Rebase, merge or am is in progress. Finish or abort it and then try again. - Un changement de base, une fusion ou un "am" est en cours. Finissez ou annulez l'opération puis réessayez. + Un rebasage, une fusion ou un « am » est en cours. Finissez ou annulez l’opération puis réessayez. There are no modified files. - Il n'y a aucun fichier modifié. + Il n’y a aucun fichier modifié. No commits were found - Aucune soumission n'a été trouvée + Aucun commit n’a été trouvé No local commits were found - Aucune soumission locale n'a été trouvée - - - Cannot restore stash "%1": %2 - Impossible de restaurer la remise "%1" : %2 - - - Cannot restore stash "%1" to branch "%2": %3 - Impossible de restaurer la remise "%1" dans la branche "%2" : %3 - - - Cannot remove stashes of "%1": %2 - Impossible de supprimer les remises de "%1" : %2 - - - Cannot remove stash "%1" of "%2": %3 - Impossible de supprimer la remise "%1" de "%2" : %3 - - - Cannot retrieve stash list of "%1": %2 - Impossible d'obtenir la liste de la remise dans "%1" : %2 - - - Cannot determine git version: %1 - Impossible de déterminer la version de git : %1 + Aucun commit local n’a été trouvé &Git &Git - - Diff Current File - Réaliser un diff du fichier courant - - - Diff "%1" - Réaliser un diff de "%1" - Alt+G,Alt+D Alt+G,Alt+D - - File Status - Statut du fichier - - - Status Related to "%1" - Statut lié à "%1" - - - Alt+G,Alt+S - Alt+G,Alt+S - - - Log File - Réaliser un log du fichier - - - Log of "%1" - Réaliser un log de "%1" - Alt+G,Alt+L Alt+G,Alt+L - - Blame - Traduction autre ? - Blâmer - - - Blame for "%1" - Blâmer pour "%1" - Alt+G,Alt+B Alt+G,Alt+B - - Undo Uncommited Changes... - Défaire les changements non committés... - - - Diff &Selected Files - Faire un diff sur tous les fichiers &sélectionnés - - - Undo all pending changes to the repository -%1? - Défaire tous les changements en attente sur le dépôt -%1 ? - - - Undo Changes - Annuler les changements - - - Undo Changes for "%1" - Annuler les changements de "%1" - Alt+G,Alt+U Alt+G,Alt+U @@ -7395,25 +28398,13 @@ Valider maintenant ? Stage File for Commit Ajouter le fichier au staging pour commit - - Blame Current File - Blâmer le fichier courant - - - Diff of "%1" - Diff de "%1" - Current &File - &Fichier courant - - - Log Current File - Réaliser un log du fichier courant + &Fichier actuel Stage "%1" for Commit - Ajouter "%1" au staging pour commit + Ajouter « %1 » au staging pour commit Alt+G,Alt+A @@ -7435,7 +28426,7 @@ Valider maintenant ? Undo Unstaged Changes for "%1" "non ajoutés à la staging area" commencait a faire trop alambiqué et trop anglais... - Défaire les changements non mis en cache pour "%1" + Défaire les changements non mis en cache pour « %1 » Undo Uncommitted Changes @@ -7443,198 +28434,76 @@ Valider maintenant ? Undo Uncommitted Changes for "%1" - Défaire les changements non committés pour "%1" + Défaire les changements non committés pour « %1 » Current &Project - &Projet courant - - - Diff Current Project - Réaliser un diff du projet courant - - - Diff Project "%1" - Réaliser un diff du projet "%1" - - - Project Status - Statut du projet - - - Status Project "%1" - Statut du projet "%1" - - - Log Project - Réaliser un log du projet - - - Log Project "%1" - Réaliser un log du projet "%1" + &Projet actuel Alt+G,Alt+K Alt+G,Alt+K - - Undo Project Changes - Annuler les changements sur le projet - Stash - Mettre dans la remise + Mettre dans la remise (« stash ») Saves the current state of your work. - Sauvegarde l'état actuel de votre travail. - - - Clean Project... - Nettoyer le projet... - - - Clean Project "%1"... - Nettoyer le projet "%1"... - - - Diff Repository - Réaliser un diff du dépôt - - - Repository Status - Statut du dépôt - - - Log Repository - Log du dépôt - - - Apply Patch - Appliquer un patch + Enregistre l’état actuel de votre travail. Apply "%1" - Appliquer "%1" - - - Apply Patch... - Appliquer un patch... - - - Undo Repository Changes - Annuler les changements dans le dépôt + Appliquer « %1 » Create Repository... - Création du dépôt... - - - Clean Repository... - Nettoyer le dépôt... - - - Stash Snapshot... - Faire un Snapshop du stash... + Création du dépôt… Saves the current state of your work and resets the repository. - Sauvegarde l'état actuel de votre travail et réinitialise le dépôt. - - - Pull - Pull - - - Stash Pop - Récupérer de la remise + Enregistre l’état actuel de votre travail et réinitialise le dépôt. Alt+G,Alt+Shift+D Alt+G, Alt+Maj+D - - Undo Uncommitted Changes... - Défaire les changements non committés... - Restores changes saved to the stash list using "Stash". - Restaurer les changements sauvés dans la liste de la remise à l'aide de "Stash". - - - Commit... - Commit... + Restaurer les changements enregistrés dans la liste de la remise à l’aide de « stash ». Alt+G,Alt+C Alt+G,Alt+C - - Interactive Rebase... - Rebase interactif... - Update Submodules Mis à jour des sous-modules - Abort Merge - Annuler la fusion - - - Abort Rebase - Annuler le rebasement - - - Abort Cherry Pick - Annuler l'importation sélective + Continue Cherry Pick + Continuer l’importation sélective (« cherry pick ») Abort Revert + Avoid translating "Revert" Annuler le rétablissement - - Continue Cherry Pick - Continuer l'importation sélective - &Patch &Patch &Stash - &Remise + Mettre dans la &remise (« stash ») &Remote Repository &Dépôt distant - - Push - Faire un push ou push tout court ? - Push - Branches... - Branches... - - - Stashes... - Remises... - - - Would you like to revert all pending changes to the repository -%1? - Souhaitez vous annuler tous les changements non sauvés dans le dépôt -%1 ? - - - Unable to retrieve file list - Impossible d'obtenir la liste des fichiers - - - Repository clean - Dépôt propre + Branches… The repository is clean. @@ -7644,31 +28513,10 @@ Valider maintenant ? Patches (*.patch *.diff) Patches (*.patch *.diff) - - Choose patch - Choisir un patch - Patch %1 successfully applied to %2 Patch %1 appliqué avec succès dans %2 - - List Stashes - stash ? - Lister les stashes - - - Show Commit... - Afficher le commit... - - - Subversion - Subversion - - - Log - Log - Meta+G,Meta+B Meta+G, Meta+B @@ -7677,10 +28525,74 @@ Valider maintenant ? Meta+G,Meta+D Meta+G, Meta+D + + Git Blame + Git Blame + + + &Copy "%1" + &Copier « %1 » + + + &Describe Change %1 + &Décrire le changement %1 + + + Triggers a Git version control operation. + Déclenche une opération du gestionnaire de versions Git. + + + Diff Current File + Avoid translating "Diff" + Réaliser un diff du fichier actuel + + + Diff of "%1" + Avoid translating "Diff" + Réaliser un diff de « %1 » + + + Log Current File + Avoid translating "Log" + Réaliser un log du fichier actuel + + + Log of "%1" + Avoid translating "Log" + Réaliser un log de « %1 » + Meta+G,Meta+L Meta+G, Meta+L + + Blame Current File + Avoid translating "Blame" + Blamer le fichier actuel + + + Blame for "%1" + Avoid translating "Blame" + Blamer « %1 » + + + Instant Blame Current Line + Avoid translating "Blame" + Blamer instantanément la ligne actuelle + + + Instant Blame for "%1" + Avoid translating "Blame" + Blamer instantanément « %1 » + + + Meta+G,Meta+I + Meta+G,Meta+I + + + Alt+G,Alt+I + Alt+G,Alt+I + Meta+G,Meta+A Meta+G, Meta+A @@ -7689,142 +28601,175 @@ Valider maintenant ? Meta+G,Meta+U Meta+G, Meta+U + + Diff Current Project + Avoid translating "Diff" + Réaliser un diff du projet actuel + + + Diff Project "%1" + Avoid translating "Diff" + Réaliser un diff du projet « %1 » + Meta+G,Meta+Shift+D - Meta+G, Meta+Shift+D + Meta+G, Meta+Maj+D + + + Log Project + Avoid translating "Log" + Réaliser un log du projet + + + Log Project "%1" + Avoid translating "Log" + Réaliser un log du projet « %1 » Meta+G,Meta+K Meta+G, Meta+K + + Clean Project... + Avoid translating "Clean" + Nettoyer le projet… + + + Clean Project "%1"... + Avoid translating "Clean" + Nettoyer le projet « %1 »… + &Local Repository Dépôt &local + + Amend Last Commit... + Avoid translating "Commit" + Amender le dernier commit… + + + Fixup Previous Commit... + Avoid translating "Commit" + Correction du commit précédent… + + + Recover Deleted Files + Accéder aux fichiers supprimés + + + Interactive Rebase... + Avoid translating "Rebase" + Rebasage interactif… + + + Abort Merge + Avoid translating "Merge" + Annuler la fusion + + + Abort Rebase + Avoid translating "Rebase" + Annuler le rebasage + + + Skip Rebase + Sauter le rebasage + + + Abort Cherry Pick + Avoid translating "Cherry Pick" + Annuler l’importation sélective (« cherry pick ») + + + Stash Pop + Avoid translating "Stash" + Accéder à la remise (« stash pop ») + + + Archive... + Archiver… + + + You + Vous + + + Unable to Retrieve File List + Impossible d’accéder à la liste des fichiers + Diff Diff Status - Statut - - - Fixup Previous Commit... - - - - Reset... - Réinitialiser... - - - Clean... - Nettoyer... - - - Launch gitk - Lancer gitk - - - Launch repository browser - Lancer l'exploration du dépôt - - - Remotes... - ? - Distant... - - - Show... - Afficher... - - - Patch - Patch + État Apply from Editor - Appliquer depuis l'éditeur + Appliquer depuis l’éditeur Apply from File... - Appliquer depuis le fichier... + Appliquer depuis le fichier… + + + Stash Unstaged Files + Avoid translating "Stash" + Mettre dans la remise (« stash ») les fichiers non mis en cache + + + Saves the current state of your unstaged files and resets the repository to its staged state. + Enregistre l’état actuel de vos fichiers non mis en cache et réinitialise le dépôt à son état mis en cache. Take Snapshot... - Prendre un snapshot... - - - Fetch - Fetch + Prendre un snapshot… Meta+G,Meta+C Meta+G, Meta+C - - Reflog - Reflog - - - Amend Last Commit... - Amender le dernier commit... - &Subversion &Subversion + + DCommit + DCommit + Manage Remotes... - - Revert... - Rétablir... - - - Cherry Pick... - Cherry Pick... - - - Checkout... - Extraire... - - - Rebase... - Changer de base... - - - Merge... - Fusionner... - Git &Tools - &Outils Git + Ou&tils Git Gitk - Gitk + Lancer Gitk Gitk Current File - Lancer Gitk sur le fichier courant + Lancer Gitk sur le fichier actuel Gitk of "%1" - Gitk de "%1" + Lancer Gitk pour « %1 » Gitk for folder of Current File - Gitk pour le répertoire du fichier courant + Lancer Gitk pour le dossier du fichier actuel Gitk for folder of "%1" - Gitk pour le répertoire de "%1" + Lancer Gitk pour le dossier de « %1 » Git Gui - Git Gui + Lancer Git Gui Repository Browser @@ -7834,35 +28779,21 @@ Valider maintenant ? Merge Tool Outil de fusion + + Git Bash + Git Bash + Actions on Commits... - Actions sur les soumissions... + Actions sur les commits… Interactive Rebase - Changement de base interactif + Rebasage interactif Unsupported version of Git found. Git %1 or later required. - Une version non supportée de Git a été trouvée. Git %1 ou plus récent est requis. - - - Diff Selected Files - Faire un diff sur tous les fichiers sélectionnés - - - &Undo - Annu&ler - - - &Redo - &Refaire - - - Revert all pending changes to the repository -%1? - Annuler tous les changements en attente sur le dépôt -%1 ? + Une version non prise en charge de Git a été trouvée. Git %1 ou plus récent est requis. Amend %1 @@ -7872,61 +28803,25 @@ Valider maintenant ? Git Fixup Commit Soumission de correction Git - - Closing Git Editor - Fermer l'éditeur Git - - - Git will not accept this commit. Do you want to continue to edit it? - Git n'acceptera pas ce commit. Voulez-vous continuer à l'éditer ? - Repository Clean Nettoyer le dépôt Choose Patch - Choisir le patch - - - Could not find working directory - Impossible de trouver le répertoire de travail + Sélectionner le patch Revert - Rétablir - - - Would you like to revert all pending changes to the project? - Souhaitez-vous rétablir toutes les modifications en attente sur le projet ? + Rétablir Another submit is currently being executed. Un autre submit est actuellement exécuté. - - Cannot create temporary file: %1 - Impossible de créer un fichier temporaire : %1 - - - Closing git editor - Fermeture de l'éditeur git - - - Do you want to commit the change? - Voulez vous envoyer les changements ? - - - The commit message check failed. Do you want to commit the change? - La vérification du message de commit a échoué. Voulez-vous soumettre vos modifications ? - - - The binary '%1' could not be located in the path '%2' - Le binaire '%1' n'a pas pu être trouvé dans le chemin "%2" - Git Commit - Git commit + Git commit General Information @@ -7948,6 +28843,14 @@ Valider maintenant ? branch branche + + Show HEAD + Afficher le HEAD + + + Sign off + Signer + Commit Information Informations de commit @@ -7958,57 +28861,16 @@ Valider maintenant ? Email: - Email : + Courriel : By&pass hooks contexte ? -> Les hooks dans git (ou SVN) sont des checks faites avant et après un commit. D'ailleurs, le projet Qt utilise les hooks :P . Dans le livre suivant, j'ai trouvé : http://git-scm.com/book/fr/Personnalisation-de-Git-Crochets-Git &Éviter les crochets - - <New branch> - <Nouvelle branche> - - - Type to create a new branch - Type pas facile à traduire dans ce contexte... Taper ? - Saisir pour créer une nouvelle branche - - - Environment variables - Variables d'environnement - - - PATH: - PATH : - - - From system - Copier depuis le système - - - <b>Note:</b> - <b>Note :</b> - - - Git needs to find Perl in the environment as well. - Git doit pouvoir trouver Perl dans l'environnement. - - - Log commit display count: - Nombre de commits à afficher dans le log : - Note that huge amount of commits might take some time. - Notez qu'un grand nombre de commit pourrait prendre un certain temps. - - - Timeout (seconds): - Timeout (secondes) : - - - Prompt to submit - Invite lors du submit + Notez qu’un grand nombre de commit pourrait prendre un certain temps. Git @@ -8018,70 +28880,52 @@ Valider maintenant ? Git Settings Paramètres de git - - Omit date from annotation output - Ne pas horodater l'annotation de sortie - - - Environment Variables - Variables d'environnement - - - From System - Copier depuis le système - Miscellaneous Divers - - Timeout: - Timeout : - - - s - s - - - Prompt on submit - Invite lors du submit - - - Ignore whitespace changes in annotation - Ignorer les changements relatifs aux espaces dans les annotations - - - Use "patience diff" algorithm - Utiliser l'algorithme "patience diff" - Pull with rebase - Utiliser "pull" avec "rebase" + Utiliser « pull » avec « rebase » Set "HOME" environment variable - Définir la variable d'environnement "HOME" + Définir la variable d’environnement « HOME » - Ignore whitespace changes in annotation and diff - Ignorer les changements relatifs aux espaces dans les annotations et le diff + Set the environment variable HOME to "%1" +(%2). +This causes Git to look for the SSH-keys in that location +instead of its installation directory when run outside git bash. + Définir la variable d’environnement HOME à « %1 » +(%2). +Git cherchera alors les clés SSH à cet endroit, plutôt que dans son répertoire d’installation, lorsqu’il sera exécuté en dehors de git bash. +au lieu de son répertoire d’installation lorsqu’il est exécuté en dehors de git bash. + + + currently set to "%1" + actuellement défini à « %1 » + + + Add instant blame annotations to editor + Ajouter des annotations de blame instantané à l’éditeur + + + Directly annotate each line in the editor when scrolling through the document. + Annoter directement chaque ligne dans l’éditeur lors du défilement du document. + + + The binary "%1" could not be located in the path "%2" + Le binaire « %1 » n’a pas pu être localisé dans le chemin « %2 » + + + Instant Blame + Blame instantané Arguments: Arguments : - - Customize Environment: - Personnaliser votre environnement: - - - Git needs to find Perl in the environment. - Git a besoin de trouver Perl dans l'environnement. - - - Log count: - Compteur de log: - Configuration Configuration @@ -8090,102 +28934,1235 @@ Valider maintenant ? Prepend to PATH: Préfixe pour PATH : - - Repository browser - Explorateur de dépôt - Command: Commande : - Show tags in Branches dialog - Montrer les tags dans le dialogue des branches + Stashes + Remises (« stash ») - -'%1' failed (exit code %2). - - -'%1' échoué (code de retour %2). - + Name + Nom - -'%1' completed (exit code %2). - - -'%1' terminé (code de retour %2). - + Branch + Branche + + + Message + Message + + + <No repository> + <Aucun dépôt> + + + Repository: %1 + Dépôt : %1 + + + Do you want to delete all stashes? + Voulez-vous supprimer toutes les remises (« stash ») ? + + + Do you want to delete %n stash(es)? + + Voulez-vous effacer la remise (« stash ») ? + Voulez-vous effacer %n remises (« stash ») ? + + + + Delete &All... + &Tout supprimer… + + + &Delete... + &Supprimer… + + + R&estore... + R&estaurer… + + + Restore to &Branch... + Restore a git stash to new branch to be created + Restaurer dans la &branche… + + + Delete Stashes + Supprimer les remises (« stash ») + + + Repository Modified + Dépôt modifié + + + %1 cannot be restored since the repository is modified. +You can choose between stashing the changes or discarding them. + %1 ne peut pas être restauré depuis que le dépôt a été modifié. +Vous pouvez choisir entre mettre les changements dans une remise (« stash ») ou de les abandonner. + + + Restore Stash to Branch + Restaurer la remise (« stash ») dans la branche + + + Stash Restore + Restauration de la remise (« stash ») + + + Would you like to restore %1? + Souhaitez-vous restaurer « %1 » ? + + + Error restoring %1 + Erreur lors de la restauration de %1 + + + Chunk successfully staged + Le chunk a été ajouté avec succès + + + Filter by message + Filtrer par message + + + Filter log entries by text in the commit message. + Filtrer les entrées du journal en fonction du texte dans le message du commit. + + + Filter by content + Filtrer par contenu + + + Filter log entries by added or removed string. + Filtrer les entrées du journal en fonction des chaînes de caractères ajoutées ou supprimées. + + + Filter by author + Filtrer par auteur + + + Filter log entries by author. + Filtrer les entrées du journal par auteur. + + + Filter: + Filtrer : + + + Case Sensitive + Sensible à la casse + + + &Blame %1 + &Blamer %1 + + + Blame &Parent Revision %1 + Blamer la révision &parental %1 + + + Stage Chunk... + Ajout du chunk… + + + Unstage Chunk... + Suppression du chunk… + + + not currently set + Actuellement indéfini + + + Git Repository Browser Command + Commande de navigation du dépôt Git + + + Use the patience algorithm for calculating the differences. + Utiliser l’algorithme patience pour calculer les différences. + + + Patience + Patience + + + Ignore whitespace only changes. + Ignorer les changement relatifs aux espaces. + + + Ignore Whitespace + Ignorer les espaces + + + Hide the date of a change from the output. + Cacher la date d’un changement de la sortie. + + + Omit Date + Omettre la date + + + Branch Name: + Nom de la branche : + + + Checkout new branch + Importer une nouvelle branche + + + Add Branch + Ajouter une branche + + + Rename Branch + Renommer une branche + + + Add Tag + Ajouter une étiquette + + + Tag name: + Nom de l’étiquette : + + + Track remote branch "%1" + Pister la branche distante « %1 » + + + Track local branch "%1" + Pister la branche locale « %1 » + + + A remote with the name "%1" already exists. + Une distant portant le nom « %1 » existe déjà. + + + The URL may not be valid. + L’URL n’est peut-être pas valide. + + + Name: + Nom : + + + URL: + URL : + + + Remotes + Distants + + + F&etch + Rec&evoir + + + Delete Remote + Supprimer le distant + + + Would you like to delete the remote "%1"? + Voulez-vous supprimer le distant « %1 » ? + + + &Push + &Envoyer + + + Local Branches + Branches locales + + + Remote Branches + Branches distantes + + + Tags + Étiquettes + + + untracked + non suivi + + + staged + + contexte ? pierre: concept de la staging area (ou index), pas évident à traduire... + ajouté à l’index + + + + modified + modifié + + + added + ajouté + + + deleted + supprimé + + + renamed + renommé + + + copied + copié + + + typechange + changementdetype + + + by both + provenant des deux + + + by us + provenant de nous + + + by them + provenant d’eux + + + Show difference. + Montre les différences. + + + Graph + Graphe + + + Show textual graph log. + Afficher le log textuel du graphe. + + + Changes + Modifications + + + &Query: + &Requête : + + + Change #, SHA-1, tr:id, owner:email or reviewer:email + Changer #, SHA-1, tr:id,owner:email ou reviewer:email + + + Details + Détails + + + C&heckout + C&heckout + + + &Refresh + &Rafraîchir + + + Remote: + Distant : + + + Cherry &Pick + Cherry &pick + + + &Checkout + Importer (&C) + + + Fetching "%1"... + Réception (« fetch ») de « %1 »… + + + The gerrit process has not responded within %1 s. +Most likely this is caused by problems with SSH authentication. +Would you like to terminate it? + Le processus gerrit n’a pas répondu en %1 s. +Il s’agit probablement d’un problème d’authentification SSH. +Souhaitez-vous y mettre fin ? + + + Subject + Sujet + + + Owner + Propriétaire + + + Updated + Mis à jour + + + Project + Projet + + + Approvals + Approbations + + + Number + Numéro + + + Patch set + Ensemble de patchs + + + URL + URL + + + Depends on + Dépend de + + + Needed by + Nécessaire pour + + + Parse error: "%1" -> %2 + Erreur d’analyse : « %1 » -> %2 + + + Parse error: "%1" + Erreur d’analyse : « %1 » + + + Gerrit + Gerrit + + + Error running %1: %2 + Erreur lors de l’exécution de %1 : %2 + + + %1 crashed. + %1 a planté. + + + (Draft) + (brouillon) + + + Querying Gerrit + Interrogation de Gerrit + + + %1 returned %2. + %1 a retourné %2. + + + Timeout + Délai d’attente + + + Terminate + Terminer + + + Keep Running + Continuer l’exécution + + + HTTPS + HTTPS + + + &Host: + &Hôte : + + + Authentication + Authentification + + + <html><head/><body><p>Gerrit server with HTTP was detected, but you need to set up credentials for it.</p><p>To get your password, <a href="LINK_PLACEHOLDER"><span style=" text-decoration: underline; color:#007af4;">click here</span></a> (sign in if needed). Click Generate Password if the password is blank, and copy the user name and password to this form.</p><p>Choose Anonymous if you do not want authentication for this server. In this case, changes that require authentication (like draft changes or private projects) will not be displayed.</p></body></html> + <html><head/><body><p>Le serveur Gerrit avec HTTP a été détecté, mais vous devez configurer des informations d’identification pour celui-ci.</p><p>Pour obtenir votre mot de passe, <a href="LINK_PLACEHOLDER"><span style=" text-decoration: underline; color:#007af4;">cliquez ici</span></a> (connectez-vous si nécessaire). Cliquez sur Générer un mot de passe si le mot de passe est vide, et copiez le nom d’utilisateur et le mot de passe dans ce formulaire.</p><p>Sélectionnez Anonyme si vous ne souhaitez pas d’authentification pour ce serveur. Dans ce cas, les modifications nécessitant une authentification (comme les modifications de brouillon ou les projets privés) ne seront pas affichées.</p></body></html> + + + Server: + Serveur : + + + &User: + &Utilisateur : + + + &Password: + Mot de &passe : + + + Anonymous + Anonyme + + + &ssh: + Espace avant le : (protocole ?) ? + &ssh : + + + cur&l: + cur&l : + + + SSH &Port: + &Port SSH : + + + P&rotocol: + P&rotocole : + + + Determines the protocol used to form a URL in case +"canonicalWebUrl" is not configured in the file +"gerrit.config". + Détermine si le protocole utilisé pour former une URL +dans le cas où « canonicalWebUrl » n’est pas configuré +dans le fichier « gerrit.config ». + + + Gerrit... + Gerrit… + + + Push to Gerrit... + Pousser sur Gerrit… + + + Initialization Failed + Initialisation échouée + + + Error + Erreur + + + Invalid Gerrit configuration. Host, user and ssh binary are mandatory. + La configuration de Gerrit est invalide. L’hôte, l’utilisateur et le binaire ssh sont demandés. + + + Git is not available. + Git n’est pas disponible. + + + Remote Not Verified + Dépôt distant non vérifié + + + Change host %1 +and project %2 + +were not verified among remotes in %3. Select different folder? + L’hôte %1 +et le projet %2 + +n’ont pas été vérifiés auprès des dépôt distant dans %3. Sélectionner un autre dossier ? + + + Enter Local Repository for "%1" (%2) + Saisir le dépôt local pour « %1 » (%2) + + + Detached HEAD + HEAD détachée + + + Provide a valid email to commit. + Fournir un courriel valide pour commiter. + + + Select Change + Sélectionner le changement + + + &Commit only + Seulement &soumettre + + + Commit and &Push + Soumettre et &envoyer + + + Commit and Push to &Gerrit + Soumettre et &envoyer à Gerrit + + + Invalid author + Auteur invalide + + + Invalid email + Courriel invalide + + + Unresolved merge conflicts + Conflits de fusion non résolus + + + &Commit and Push + &Soumettre et envoyer + + + &Commit and Push to Gerrit + &Soumettre et envoyer à Gerrit + + + &Commit + &Soumettre + + + Undo Changes to %1 + Annuler les changements jusqu’à %1 + + + Local Changes Found. Choose Action: + Changements locaux trouvés. Sélectionnez une action : + + + Discard Local Changes + Annuler les changements locaux + + + Checkout branch "%1" + Importer la branche « %1 » + + + Move Local Changes to "%1" + Déplacer les changements locaux vers « %1 » + + + Pop Stash of "%1" + Sortir la remise (« pop stash ») de « %1 » + + + Create Branch Stash for "%1" + Créer une branche remise (« stash ») pour « %1 » + + + Create Branch Stash for Current Branch + Créer une branche remise (« stash ») pour la branche actuelle + + + &Topic: + &Sujet : + + + Number of commits + Nombre de commits + + + &Draft/private + &Brouillon/privé + + + &Work-in-progress + &Travail en cours + + + Checked - Mark change as private. +Unchecked - Remove mark. +Partially checked - Do not change current state. + Coché - Marquer la modification comme privée. +Non coché - Supprimer la marque. +Partiellement coché - Ne pas modifier l’état actuel. + + + Pushes the selected commit and all dependent commits. + Pousser le commit sélectionné et tous les commits dépendants. + + + Comma-separated list of reviewers. + +Reviewers can be specified by nickname or email address. Spaces not allowed. + +Partial names can be used if they are unambiguous. + Liste des réviseurs séparés par des virgules. + +Les réviseurs peuvent être spécifiés par un surnom ou une adresse électronique. Les espaces ne sont pas autorisées. + +Des noms partiels peuvent être utilisés s’ils ne sont pas ambigus. + + + Push: + Push : + + + To: + Vers : + + + Commits: + Commits : + + + &Reviewers: + &Relecteurs : + + + Cannot find a Gerrit remote. Add one and try again. + Impossible de trouver un dépôt distant Gerrit. Ajoutez-en un et réessayez. + + + Number of commits between %1 and %2: %3 + Nombre de commits entre %1 et %2 : %3 + + + Are you sure you selected the right target branch? + Êtes-vous sûr(e) d’avoir sélectionné la bonne branche cible ? + + + Checked - Mark change as WIP. +Unchecked - Mark change as ready for review. +Partially checked - Do not change current state. + Coché - Marquer la modification comme WIP. +Non coché - Marquer la modification comme prête à être revue. +Partiellement coché - Ne pas modifier l’état actuel. + + + Supported on Gerrit 2.15 and later. + Pris en charge à partir de Gerrit 2.15. + + + Checked - The change is a draft. +Unchecked - The change is not a draft. + Coché - La modification est un brouillon. +Non coché - La modification n’est pas un brouillon. + + + No remote branches found. This is probably the initial commit. + Aucune branche distante n’a été trouvée. Il s’agit probablement du commit initial. + + + Branch name + Nom de la branche + + + ... Include older branches ... + … Inclusion des anciennes branches … + + + Sha1 + SHA1 + + + Reset to: + Réinitialiser à : + + + Select change: + Sélectionner la modification : + + + Reset type: + Réinitialiser le type : + + + Mixed + Mixte + + + Hard + Hard + + + Soft + Soft + + + Normal + Normal + + + Submodule + Sous-module + + + Deleted + Supprimé + + + Symbolic link + Lien symbolique + + + Modified + Modifié + + + Created + Créé + + + Submodule commit %1 + Commit du sous-module %1 + + + Symbolic link -> %1 + Lien symbolique -> %1 + + + Merge Conflict + Conflit dans la fusion + + + %1 merge conflict for "%2" +Local: %3 +Remote: %4 + conflit de fusion de %1 pour « %2 » +Local : %3 +Distant : %4 + + + Merge tool is not configured. + L’outil de fusion n’est pas configuré. + + + Run git config --global merge.tool &lt;tool&gt; to configure it, then try again. + Exécutez git config --global merge.tool &lt;tool&gt; pour le configurer, puis réessayez. + + + &Local + &Local + + + &Remote + &Distant + + + &Created + &Créé + + + &Modified + &Modifié + + + &Deleted + &Supprimé + + + Unchanged File + Fichier inchangé + + + Was the merge successful? + La fusion a-t-elle réussi ? + + + Continue Merging + Continuer la fusion + + + Continue merging other unresolved paths? + Continuer la fusion pour les autres chemins non résolus ? + + + Refresh Remote Servers + Rafraîchir les serveurs distants + + + Fallback + + + + Certificate Error + Erreur de certificat + + + Server certificate for %1 cannot be authenticated. +Do you want to disable SSL verification for this server? +Note: This can expose you to man-in-the-middle attack. + Le certificat du serveur %1 ne peut pas être authentifié. +Voulez-vous désactiver la vérification SSL pour ce serveur ? +Remarque : cela peut vous exposer à une attaque de type « homme du milieu ». + + + Tree (optional) + Arbre (optionnel) + + + Can be HEAD, tag, local or remote branch, or a commit hash. +Leave empty to search through the file system. + Peut être HEAD, une étiquette, une branche locale ou distante, ou un hash de commit. +Laisser vide pour rechercher dans le système de fichiers. + + + Recurse submodules + Parcourir récursivement les sous-modules + + + Git Grep + Git Grep + + + Ref: %1 +%2 + Ref : %1 +%2 + + + Refreshing Commit Data + Rafraîchissement des données de commit - HelloWorld::Internal::HelloWorldPlugin + QtC::GitLab - Say "&Hello World!" - Dit "&Bonjour tout le monde!" + Clone Repository + Cloner le dépôt - &Hello World - &Bonjour tout le monde + Specify repository URL, checkout path and directory. + Spécifier l’URL du dépôt, le chemin de checkout et le répertoire. - Hello world! - Bonjour tout le monde ! + Repository + Dépôt - Hello World PushButton! - Bouton bonjour tout le monde ! + Path + Chemin - Hello World! - Bonjour tout le monde ! + Path "%1" already exists. + Le chemin « %1 » existe déjà. - Hello World! Beautiful day today, isn't it? - Bonjour tout le monde! Belle journée aujourd'hui, n'est-ce pas ? + Directory + Répertoire + + + Recursive + Récursif + + + Clone + Cloner + + + User canceled process. + L’utilisateur a annulé le processus. + + + Cloning succeeded. + Le clonage a réussi. + + + Warning + Avertissement + + + Cloned project does not have a project file that can be opened. Try importing the project as a generic project. + Le projet cloné n’a pas de fichier de projet qui peut être ouvert. Essayez d’importer le projet en tant que projet générique. + + + Open Project + Ouvrir le projet + + + Choose the project file to be opened. + Sélectionnez le fichier de projet à ouvrir. + + + Cloning failed. + Le clonage a échoué. + + + GitLab + GitLab + + + Search + Rechercher + + + ... + … + + + 0 + 0 + + + Clone... + Cloner… + + + Remote: + Distant : + + + Not logged in. + Non connecté. + + + Insufficient access token. + Jeton d’accès insuffisant.accès insuffisant. + + + Permission scope read_api or api needed. + Permission read_api ou api nécessaire. + + + Check settings for misconfiguration. + Vérifier les paramètres pour s’assurer qu’ils ne sont pas mal configurés. + + + Projects (%1) + Projets (%1) + + + Using project access token. + Utilisation des jetons d’accès au projet. + + + Logged in as %1 + Connecté en tant que %1 + + + Id: %1 (%2) + Identifiant : %1 (%2) + + + Host: + Hôte : + + + Description: + Description : + + + Access token: + Jeton d’accès : + + + Port: + Port : + + + HTTPS: + HTTPS : + + + Default: + Par défaut : + + + curl: + curl : + + + Edit... + Modifier… + + + Edit current selected GitLab server configuration. + Modifier la configuration du serveur GitLab actuellement sélectionné. + + + Remove + Supprimer + + + Remove current selected GitLab server configuration. + Supprimer la configuration du serveur GitLab actuellement sélectionnée. + + + Add... + Ajouter… + + + Add new GitLab server configuration. + Ajouter une nouvelle configuration de serveur GitLab. + + + Edit Server... + Modifier le serveur… + + + Modify + Modifier + + + Add Server... + Ajouter un serveur… + + + Add + Ajouter + + + GitLab... + GitLab… + + + Error + Erreur + + + Invalid GitLab configuration. For a fully functional configuration, you need to set up host name or address and an access token. Providing the path to curl is mandatory. + Configuration GitLab non valide. Pour une configuration pleinement fonctionnelle, vous devez définir le nom ou l’adresse de l’hôte et un jeton d’accès. Il est obligatoire de fournir le chemin d’accès à curl. + + + Certificate Error + Erreur de certificat + + + Server certificate for %1 cannot be authenticated. +Do you want to disable SSL verification for this server? +Note: This can expose you to man-in-the-middle attack. + Le certificat du serveur %1 ne peut pas être authentifié. +Voulez-vous désactiver la vérification SSL pour ce serveur ? +Remarque : cela peut vous exposer à une attaque de type « homme du milieu ». + + + Guest + Invité + + + Reporter + Rapporteur + + + Developer + Développeur + + + Maintainer + Mainteneur + + + Owner + Propriétaire + + + Linked GitLab Configuration: + Configuration GitLab liée : + + + Link with GitLab + Lier avec GitLab + + + Unlink from GitLab + Délier de GitLab + + + Test Connection + Tester la connexion + + + Projects linked with GitLab receive event notifications in the Version Control output pane. + Les projets liés à GitLab reçoivent des notifications d’évènements dans le panneau de sortie du gestionnaire de versions. + + + Remote host does not match chosen GitLab configuration. + L’hôte distant ne correspond pas à la configuration GitLab choisie. + + + Accessible (%1). + Accessible (%1). + + + Read only access. + Accès en lecture seule. + + + Not a git repository. + Pas un dépôt git. + + + Local git repository without remotes. + Dépôt git local sans dépôt distant. - HelloWorld::Internal::HelloWorldWindow + QtC::GlslEditor - Focus me to activate my context! - Donnez moi le focus pour activer mon contexte ! + GLSL + GLSL sub-menu in the Tools menu + GLSL + + + + QtC::Haskell + + Release + Release - Hello, world! - Bonjour tout le monde ! + General + Général + + + Build directory: + Répertoire de compilation : + + + GHCi + GHCi + + + Failed to run GHCi: "%1". + Impossible d’exécuter CHCi : « %1 ». + + + Run GHCi + Exécuter GHCi + + + Haskell + SnippetProvider + Haskell + + + Executable + Exécutable + + + Haskell + Haskell + + + Stack executable: + Exécutable de la pile : + + + Choose Stack Executable + Choisir l’exécutable de la pile + + + Stack Build + Compiler la pile QtC::Help - Add new page - Ajouter une nouvelle page + Indexing Documentation + Indexation de la documentation - Print Document - Imprimer le document + Open Link + Ouvrir le lien - unknown - inconnue + Regenerate Index + Regénérer l’index - Add New Page - Ajouter une nouvelle page - - - Close This Page - Fermer cette page - - - Close Other Pages - Fermer les autres pages - - - Add Bookmark for this Page... - Ajouter un signet pour cette page... + Open Link as New Page + Ouvrir le lien en tant que nouvelle page Documentation @@ -8195,9 +30172,13 @@ Valider maintenant ? Add Documentation Ajouter de la documentation + + %1 (auto-detected) + %1 (auto-détecté) + Qt Help Files (*.qch) - Fichiers d'aide Qt (*.qch) + Fichiers d’aide Qt (*.qch) Invalid documentation file: @@ -8208,25 +30189,16 @@ Valider maintenant ? Espace de noms déjà inscrit : - Registration failed - Échec de l'inscription + Registration Failed + Échec de l’enregistrement Unable to register documentation. - Impossible d'inscrire la documentation. - - - The file %1 is not a valid Qt Help file! - Le fichier %1 n'est pas un fichier d'aide Qt valide ! - - - Cannot unregister documentation file %1! - trad unregister ? - Impossible de désinscrire le fichier de documentation %1 ! + Impossible d’inscrire la documentation. Add and remove compressed help files, .qch. - Ajouter et supprimer des fichiers d'aide compressés, .qch. + Ajouter et supprimer des fichiers d’aide compressés, .qch. Registered Documentation @@ -8234,7 +30206,7 @@ Valider maintenant ? Add... - Ajouter... + Ajouter… Remove @@ -8248,61 +30220,9 @@ Valider maintenant ? Unfiltered Sans filtre - - No user defined filters available or no filter selected. - Pas de filtre défini par l'utilisateur disponible ou de filtre sélectionné. - - - The filter "%1" will show every documentation file available, as no attributes are specified. - Le filtre "%1" montrera chaque fichier de la documentation disponible, puisqu'aucun attribut n'est spécifié. - - - The filter "%1" will only show documentation files that have the attribute %2 specified. - Le filtre "%1" ne montrera que les fichiers de la documentation qui ont l'attribut %2 spécifié. - - - The filter "%1" will only show documentation files that have the attributes %2 specified. - Le filtre "%1" ne montrera que les fichiers de la documentation qui ont les attributs %2 spécifiés. - - - <html><body> -<p> -Add, modify, and remove document filters, which determine the documentation set displayed in the Help mode. The attributes are defined in the documents. Select them to display a set of relevant documentation. Note that some attributes are defined in several documents. -</p></body></html> - <html><body> -<p> -Ajouter, modifier et supprimer des filtres de documents, qui détermine l'ensemble des contenus affichés dans le mode Aide. Les attributs sont définis dans les documents. Sélectionnez les pour afficher la documentation appropriée. Note : certains attributs sont définis dans plusieurs documents. -</p></body></html> - - - Attributes - Attributs - - - 1 - 1 - - - Add - Ajouter - - - <html><body> -<p> -Add, modify, and remove document filters, which determine the documentation set displayed in the Help mode. The attributes are defined in the documents. Select them to display a set of relevant documentation. Note that some attributes are defined in several documents. -</p></body></html> - <html><body> -<p> -Ajouter, modifier et supprimer des filtres de documents, lesquels déterminent la documentation qui sera affichée dans le mode d'aide. Les attributs sont définis dans les documents. Sélectionnez-les pour afficher la documentation pertinente. Notez que certains attributs sont définis dans plusieurs documents. -</p></body></html> - - - Help index - Index de l'aide - Help Index - Index de l'aide + Index de l’aide Help @@ -8320,29 +30240,97 @@ Ajouter, modifier et supprimer des filtres de documents, lesquels déterminent l Search Rechercher + + Open Link in Window + Ouvrir le lien dans une fenêtre + Bookmarks Signets + + Show Context Help Side-by-Side if Possible + Afficher l’aide contextuelle côte à côte si possible + + + Always Show Context Help Side-by-Side + Toujours afficher l’aide contextuelle côte à côte + + + Always Show Context Help in Help Mode + Toujours afficher l’aide contextuelle dans le mode Aide + + + Always Show Context Help in External Window + Toujours afficher l’aide contextuelle dans une fenêtre externe + + + Open in Help Mode + Ouvrir dans le mode Aide + Home Accueil + + Back + Reculer + + + Forward + Avancer + + + Open Online Documentation... + Ouvrir la documentation en ligne… + + + Open in Edit Mode + Ouvrir en mode Édition + + + Open in New Page + Ouvrir dans une nouvelle page + + + Open in Window + Ouvrir dans une fenêtre + + + Activate Help Bookmarks View + Activer l’affichage des signets d’aide + + + Alt+Meta+M + Alt+Meta+M + + + Activate Help Search View + Activer l’affichage de la recherche d’aide + Meta+/ Meta+/ Ctrl+Shift+/ - Ctrl+Shift+/ + Ctrl+Maj+/ - Meta+B - Meta+B + Help - %1 + Aide - %1 + + + Print Documentation + Imprimer la documentation Ctrl+Shift+B - Ctrl+Shift+B + Ctrl+Maj+B + + + Activate Open Help Pages View + Activer l’affichage des pages d’aide ouvertes Meta+O @@ -8350,32 +30338,12 @@ Ajouter, modifier et supprimer des filtres de documents, lesquels déterminent l Ctrl+Shift+O - Ctrl+Shift+O - - - Show Sidebar - Afficher la barre latérale - - - Previous - Précédent - - - Next - Suivant + Ctrl+Maj+O Add Bookmark Ajouter un signet - - Previous Page - Page précédente - - - Next Page - Page suivante - Meta+M Meta+M @@ -8388,17 +30356,9 @@ Ajouter, modifier et supprimer des filtres de documents, lesquels déterminent l Context Help Aide contextuelle - - Technical Support - Support technique - Report Bug... - Signaler un bug... - - - Activate Index in Help mode - Activer l'index en mode aide + Signaler un bogue… Meta+I @@ -8406,87 +30366,39 @@ Ajouter, modifier et supprimer des filtres de documents, lesquels déterminent l Ctrl+Shift+I - Ctrl+Shift+I - - - Activate Contents in Help mode - Activer le contenu en mode aide + Ctrl+Maj+I Meta+Shift+C - Meta+Shift+C + Meta+Maj+C Ctrl+Shift+C - Ctrl+Shift+C - - - Activate Search in Help mode - Activer la recherche en mode aide - - - Hide Sidebar - Masquer la barre latérale + Ctrl+Maj+C Increase Font Size Augmenter la taille de la police - - Ctrl++ - Ctrl++ - Decrease Font Size Diminuer la taille de la police - - Ctrl+- - Ctrl+- - Reset Font Size Réinitialiser la taille de la police - - Ctrl+0 - Ctrl+0 - - - Alt+Tab - Alt+Tab - - - Alt+Shift+Tab - Alt+Shift+Tab - - - Ctrl+Tab - Ctrl+Tab - - - Ctrl+Shift+Tab - Ctrl+Shift+Tab - - - Activate Bookmarks in Help mode - Activer les signets dans le mode aide - Open Pages Pages ouvertes - Activate Open Pages in Help mode - Activer les pages ouvertes en mode aide + Technical Support... + Support technique… - Go to Help Mode - Passer au mode Aide - - - Close current Page - Fermer la page courante + System Information... + Information du système… No Documentation @@ -8497,33 +30409,16 @@ Ajouter, modifier et supprimer des filtres de documents, lesquels déterminent l Aucune documentation disponible. - Close current page - Fermer la page courante + System Information + Information du système - Filtered by: - better than "filtré par" in the context - Filtre : + Use the following to provide more detailed information about your system to bug reports: + Utiliser les éléments suivants pour fournir des informations plus détaillées concernant votre système aux rapports de bogues : - &Copy - Co&pier - - - Copy &Link Location - Copier l'adresse du &lien - - - Select All - Tout sélectionner - - - Indexing - Indexation - - - Indexing Documentation... - Indexation de la documentation… + Copy to Clipboard + Copier dans le presse-papiers Copy Link @@ -8537,343 +30432,3631 @@ Ajouter, modifier et supprimer des filtres de documents, lesquels déterminent l Reload Recharger - - <html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Error 404...</title></head><body><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'%1'</h3></div></body> - <html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Erreur 404...</title></head><body><div align="center"><br><br><h1>La page n'a pas pu être trouvée</h1><br><h3>"%1"</h3></div></body> - - - <title>Error 404...</title><div align="center"><br><br><h1>The page could not be found</h1><br><h3>'%1'</h3></div> - <title>Erreur 404...</title><div align="center"><br><br><h1>La page est introuvable</h1><br><h3>"%1"</h3></div> - - - Unable to launch external application. - - Impossible de lancer l'application externe. - - - - OK - OK - - - Open Link in New Tab Ctrl+LMB - Ouvrir le lien dans un nouvel onglet Ctrl+LMB - - - Error 404... - Erreur 404... - - - The page could not be found! - Passé ? - La page n'a pas été trouvée ! - - - <li>Check that you have one or more documentation sets installed.</li> - <li>Vérifiez que vous avez un ou plusieurs ensembles de documentation installés.</li> - - - <li>Check that you have installed the appropriate browser plug-in to support the file your loading.</li> - un peu bancal le "pour le navigateur" ? >> un peu changé (was: "<li>Vérifiez que vous avez installé le plug-in approprié pour le navigateur qui accepte le fichier que vous chargez.</li>"). - <li>Vérifiez que vous avez installé le plug-in approprié au fichier que vous chargez dans le navigateur.</li> - - - <li>If you try to access a public URL, make sure to have a network connection.</li> - <li>Si vous essayez d'accéder à une URL publique, assurez-vous d'avoir une connexion réseau.</li> - - - <li>If your computer or network is protected by a firewall or proxy, make sure the application is permitted to access the network.</li> - proxy -> serveur mandataire ? -> en théorie, oui - <li>Si votre ordinateur ou votre réseau est protégé par un pare-feu ou un serveur mandataire, assurez-vous que l'application est autorisée à accéder au réseau.</li> - &Look for: &Rechercher : - - - QtC::Core - Filters - Filtres + Choose Topic + thème ? + Sélectionner le thème - Locator - Localisateur + Choose a topic for <b>%1</b>: + Sélectionnez un thème pour <b>%1</b> : + + + General + Général + + + Default (%1) + Default viewer backend + Par défaut (%1) + + + Import Bookmarks + Importer les signets + + + Files (*.xbel) + Fichiers (*.xbel) + + + Cannot import bookmarks. + Impossible d’importer les signets. + + + Save File + Enregistrer ? (tout court) + Enregistrer le fichier + + + Font + Police + + + Family: + Famille : + + + Style: + Style : + + + Size: + Taille : + + + Note: The above setting takes effect only if the HTML file does not use a style sheet. + Remarque : le réglage ci-dessus n’est effectif que si le fichier HTML n’utilise pas de feuille de style. + + + Zoom: + Zoom : + + + % + % + + + Startup + Démarrage + + + Always Show in Help Mode + Toujours afficher le mode Aide + + + Always Show in External Window + Toujours afficher dans une fenêtre externe + + + On context help: + Pour l’aide contextuelle : + + + Enable scroll wheel zooming + Activer le zoom avec la molette de défilement + + + Switches to editor context after last help page is closed. + Bascule dans l’aide contextuelle de l’éditeur après la fermeture de la dernière page d’aide. + + + Viewer backend: + Backend de l’afficheur : + + + Change takes effect after reloading help pages. + La modification prend effet après le rechargement des pages d’aide. + + + Show Side-by-Side if Possible + Afficher côte à côte si possible + + + Always Show Side-by-Side + Toujours afficher côte à côte + + + On help start: + Au démarrage de l’aide : + + + Show My Home Page + Afficher ma page d’accueil + + + Show a Blank Page + Afficher une page blanche + + + Show My Tabs from Last Session + Afficher mes onglets de la dernière session + + + Reset to default. + Restaurer les paramètres par défaut. + + + Home page: + Page d’accueil : + + + Use &Current Page + Utiliser la page a&ctuelle + + + Use &Blank Page + Utiliser une page &blanche + + + Reset + Réinitialiser + + + Behaviour + Comportement + + + Return to editor on closing the last page + Retourner à l’éditeur lors de la fermeture de la dernière page + + + Import Bookmarks... + Importer les signets… + + + Export Bookmarks... + Exporter les signets… + + + The file is not an XBEL version 1.0 file. + Il ne s’agit pas d’un fichier XBEL version 1.0. + + + Unknown title + Titre inconnu + + + litehtml + litehtml + + + QtWebEngine + QtWebEngine + + + QTextBrowser + QTextBrowser + + + WebKit + WebKit + + + Error loading page + Erreur lors du chargement de la page + + + <p>Check that you have the corresponding documentation set installed.</p> + <p>Vérifiez que vous avez installé la documentation correspondante.</p> + + + Error loading: %1 + Erreur lors du chargement : %1 + + + The page could not be found + La page n’a pas été trouvée + + + (Untitled) + (Sans titre) + + + Close %1 + Fermer %1 + + + Close All Except %1 + Tout fermer sauf %1 + + + Copy Full Path to Clipboard + Copier le chemin complet dans le presse papier + + + Update Documentation + Mettre à jour la documentation + + + Zoom: %1% + Zoom : %1% + + + Get Help Online + Obtenir l’aide en ligne + + + New Folder + Nouveau dossier + + + Bookmark: + Signet : + + + Add in folder: + Ajouter dans le dossier : + + + Delete Folder + Supprimer le dossier + + + Rename Folder + Renommer le dossier + + + Show Bookmark + Afficher le signet + + + Show Bookmark as New Page + Afficher le signet comme une nouvelle page + + + Delete Bookmark + Supprimer le signet + + + Rename Bookmark + Renommer le signet + + + Deleting a folder also removes its content.<br>Do you want to continue? + Supprimer un dossier supprime également ce qu’il contient.<br>Voulez-vous continuer ? - MainWindow + QtC::ImageViewer - Open file - Ouvrir le fichier + Export + Exporter - Bauhaus - MainWindowClass - Bauhaus + Set as Default + Définir comme par défaut - &File - &Fichier + on + activé - &New... - &Nouveau... + off + désactivé - Ctrl+N - Ctrl+N + Use the current settings for background, outline, and fitting to screen as the default for new image viewers. Current default: + Utiliser les paramètres actuels pour l’arrière-plan, le contour et l’adaptation à l’écran comme valeur par défaut pour les nouveaux afficheurs d’images. Valeur par défaut actuelle : - &Open... - &Ouvrir... + Background: %1 + Arrière-plan : %1 - Ctrl+O - Ctrl+O + Outline: %1 + Contour : %1 - Recent Files - Fichiers récents + Fit to Screen: %1 + Adaptation à l’écran : %1 - &Save - &Enregistrer + Image Viewer + Afficheur d’images - Ctrl+S - Ctrl+S + Fit to Screen + Ajuster à la taille de l’écran - Save &As... - Enregistrer &sous... + Ctrl+= + Ctrl+= - &Preview - A&perçu + Switch Background + Basculer l’arrière-plan - Ctrl+R - Ctrl+R + Switch Outline + Basculer le contour - &Preview with Debug - Aperçu avec &débogage + Toggle Animation + Activer/désactiver l’animation - Ctrl+D - Ctrl+D + Export Multiple Images + Exporter plusieurs images - &Quit - &Quitter + Copy as Data URL + Copier comme URL de données - &Edit - &Édition + Ctrl+[ + Ctrl+[ - Ctrl+Z - Ctrl+Z + Ctrl+] + Ctrl+] - Ctrl+Y - Ctrl+Y + Play Animation + Jouer l’animation - Ctrl+Shift+Z - Ctrl+Shift+Z + Pause Animation + Mettre en pause l’animation - &Copy - Cop&ier + File: + Fichier : - &Cut - Co&uper + x + Multiplication, as in 32x32 + x - &Paste - C&oller + Size: + Taille : - &Delete - &Supprimer + %1 already exists. +Would you like to overwrite it? + %1 existe déjà. +Souhaitez-vous l’écraser ? - Del - Suppr + Exported "%1", %2x%3, %4 bytes + « %1 » exporté, %2x%3, %4 octets - Backspace - Backspace + Could not write file "%1". + Impossible d’écrire le fichier « %1 ». - &View - Affichage ? - &Vue + Export Image + Exporter l’image - &Help - &Aide + Export %1 + Exporter %1 - &About... - À p&ropos… + Export a Series of Images from %1 (%2x%3) + Exporter une série d’images à partir de %1 (%2x%3) - Properties - Propriétés + Image format not supported. + Format d’image non pris en charge. - Could not open file <%1> - Impossible d'ouvrir le fichier <%1> + Failed to read SVG image. + Échec de la lecture de l’image SVG. - Qml Errors: - Erreurs QML : + Failed to read image. + Échec de la lecture de l’image. - -%1 %2:%3 - %4 - -%1 %2:%3 - %4 - - - -%1:%2 - %3 - -%1:%2 - %3 - - - Quit - Quitter - - - Ctrl+Q - Ctrl+Q - - - Run to main() - Exécuter jusqu'à main() - - - Ctrl+F5 - Ctrl+F5 - - - F5 - F5 - - - Shift+F5 - Shift+F5 - - - F6 - F6 - - - F7 - F7 - - - Shift+F6 - Shift+F6 - - - Shift+F9 - Shift+F9 - - - Shift+F7 - Shift+F7 - - - Shift+F8 - Shift+F8 - - - F8 - F8 - - - ALT+D,ALT+W - ALT+D,ALT+W - - - Files - Fichiers - - - Debug - Déboguer - - - Not a runnable project - Pas un projet exécutable - - - The current startup project can not be run. - Le projet de démarrage actuel ne peut pas être exéctué. - - - Open File - Ouvrir un fichier - - - Cannot find special data dumpers - Impossible de trouver les collecteurs de données - - - The debugged binary does not contain information needed for nice display of Qt data types. - -Make sure you use something like - -SOURCES *= .../ide/main/bin/dumper/dumper.cpp - -in your .pro file. - Le fichier binaire débogué ne contient pas les informations nécessaires pour l'affichage correct des types de données Qt. - -Assurez-vous que vous utilisez quelque chose comme - -SOURCES *= .../ide/main/bin/dumper/dumper.cpp - -dans votre fichier .pro. - - - Open Executable File - Ouvrir un fichier exécutable - - - - QtC::ProjectExplorer - - - MyMain - - N/A - Indisponible - - - - NickNameDialog - - Nick Names - Noms - - - Filter: - Filtre : + Enter a file name containing place holders %1 which will be replaced by the width and height of the image, respectively. + Saisir un nom de fichier contenant des caractères d’espacement %1 qui seront remplacés par la largeur et la hauteur de l’image, respectivement. Clear - Effacer + Effacer - Nicknames - Surnoms + Set Standard Icon Sizes + Définir des tailles d’icônes standard + + + Generate Sizes + Générer les tailles + + + A comma-separated list of size specifications of the form "<width>x<height>". + Une liste de spécifications de taille séparées par des virgules de la forme « <largeur>x<hauteur> ». + + + Sizes: + Tailles: + + + Please specify some sizes. + Veuillez indiquer certaines tailles. + + + Invalid size specification: %1 + Indication de taille invalide : %1 + + + The file name must contain one of the placeholders %1, %2. + Le nom du fichier doit contenir l’un de ces caractères d’espacement %1, %2. + + + The file %1 already exists. +Would you like to overwrite it? + Le fichier %1 existe déjà. +Souhaitez-vous l’écraser ? + + + The files %1 already exist. +Would you like to overwrite them? + Les fichiers %1 existent déjà. +Souhaitez-vous les écraser ? + + + + QtC::IncrediBuild + + IncrediBuild for Windows + + + + Target and Configuration + + + + Enter the appropriate arguments to your build command. + + + + Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools) + + + + Keep original jobs number: + + + + Forces IncrediBuild to not override the -j command line switch, that controls the number of parallel spawned tasks. The default IncrediBuild behavior is to set it to 200. + + + + IncrediBuild Distribution Control + + + + Profile.xml: + + + + Defines how Automatic Interception Interface should handle the various processes involved in a distributed job. It is not necessary for "Visual Studio" or "Make and Build tools" builds, but can be used to provide configuration options if those builds use additional processes that are not included in those packages. It is required to configure distributable processes in "Dev Tools" builds. + + + + Avoid local task execution: + + + + Overrides the Agent Settings dialog Avoid task execution on local machine when possible option. This allows to free more resources on the initiator machine and could be beneficial to distribution in scenarios where the initiating machine is bottlenecking the build with High CPU usage. + + + + Determines the maximum number of CPU cores that can be used in a build, regardless of the number of available Agents. It takes into account both local and remote cores, even if the Avoid Task Execution on Local Machine option is selected. + + + + Maximum CPUs to utilize in the build: + + + + Newest allowed helper machine OS: + + + + Specifies the newest operating system installed on a helper machine to be allowed to participate as helper in the build. + + + + Oldest allowed helper machine OS: + + + + Specifies the oldest operating system installed on a helper machine to be allowed to participate as helper in the build. + + + + Output and Logging + + + + Build title: + + + + Specifies a custom header line which will be displayed in the beginning of the build output text. This title will also be used for the Build History and Build Monitor displays. + + + + Save IncrediBuild monitor file: + + + + Writes a copy of the build progress file (.ib_mon) to the specified location. If only a folder name is given, a generated GUID will serve as the file name. The full path of the saved Build Monitor will be written to the end of the build output. + + + + Suppress STDOUT: + + + + Does not write anything to the standard output. + + + + Output Log file: + + + + Writes build output to a file. + + + + Show Commands in output: + + + + Shows, for each file built, the command-line used by IncrediBuild to build the file. + + + + Show Agents in output: + + + + Shows the Agent used to build each file. + + + + Show Time in output: + + + + Shows the Start and Finish time for each file built. + + + + Hide IncrediBuild Header in output: + + + + Suppresses IncrediBuild's header in the build output + + + + Internal IncrediBuild logging level: + + + + Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support + + + + Miscellaneous + Divers + + + Set an Environment Variable: + + + + Sets or overrides environment variables for the context of the build. + + + + Stop on errors: + + + + When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds + + + + Additional Arguments: + + + + Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line + + + + Open Build Monitor: + + + + Opens Build Monitor once the build starts. + + + + CMake + CMake + + + Custom Command + + + + Command Helper: + + + + Select a helper to establish the build command. + + + + Make command: + + + + Make arguments: + Arguments de Make : + + + IncrediBuild for Linux + + + + Specify nice value. Nice Value should be numeric and between -20 and 19 + + + + Nice value: + + + + Force remote: + + + + Alternate tasks preference: + + + + Make + Make + + + + QtC::Ios + + Base arguments: + Arguments de base : + + + Reset Defaults + Restaurer les paramètres par défaut + + + Extra arguments: + Arguments supplémentaires : + + + xcodebuild + xcodebuild + + + Command: + Commande : + + + Arguments: + Arguments : + + + Reset to Default + Restaurer les paramètres par défaut + + + iOS Configuration + Configuration iOS + + + Ask about devices not in developer mode + Demander pour les périphériques qui ne sont pas en mode développeur + + + Rename + Renommer + + + Rename a simulator device. + + + + Delete + Supprimer + + + Delete simulator devices. + + + + Reset contents and settings of simulator devices. + + + + Create + Créer + + + Create a new simulator device. + + + + Start + Démarrer + + + Start simulator devices. + + + + Screenshot + Capture d’écran + + + Devices + Périphériques + + + Simulator + Simulateur + + + Screenshot directory: + + + + You are trying to launch %n simulators simultaneously. This will take significant system resources. Do you really want to continue? + + + + + + + Simulator Start + + + + Starting %n simulator device(s)... + + + + + + + Cannot start simulator (%1, %2) in current state: %3 + + + + simulator start + + + + Creating simulator device... + + + + Simulator device (%1) created. +UDID: %2 + + + + Simulator device (%1) creation failed. +Error: %2 + + + + Do you really want to reset the contents and settings of the %n selected device(s)? + + + + + + + Resetting contents and settings... + + + + simulator reset + + + + Rename %1 + + + + Enter new name: + + + + Renaming simulator device... + + + + simulator rename + + + + Delete Device + + + + Do you really want to delete the %n selected device(s)? + + + + + + + Deleting %n simulator device(s)... + + + + + + + simulator delete + + + + Capturing screenshots from %n device(s)... + + + + + + + simulator screenshot + + + + iOS build + iOS BuildStep display name. + Compilation iOS + + + Deploy on iOS + Déploiement sur iOS + + + Deploy to %1 + Déploiement sur %1 + + + Error: no device available, deploy failed. + Erreur : aucun périphérique n’est disponible, le déploiement a échoué. + + + Deployment failed. No iOS device found. + Échec lors du déploiement. Aucun périphérique iOS n’a été trouvé. + + + Transferring application + + + + Deployment failed. The settings in the Devices window of Xcode might be incorrect. + + + + The provisioning profile "%1" (%2) used to sign the application does not cover the device %3 (%4). Deployment to it will fail. + + + + Deploy to iOS device + + + + Deployment failed. + Échec lors du déploiement. + + + The Info.plist might be incorrect. + Le fichier Info.plist est peut-être incorrecte. + + + iOS Device + Périphérique iOS + + + Device name + Nom du périphérique + + + Developer status + Whether the device is in developer mode. + État du mode développeur + + + Connected + Connecté + + + yes + oui + + + no + non + + + unknown + inconnu + + + OS version + + + + An iOS device in user mode has been detected. + Un périphérique iOS en mode utilisateur a été détecté. + + + Do you want to see how to set it up for development? + Voulez-vous voir comment l’activer pour le développement ? + + + Device name: + Nom du périphérique : + + + Identifier: + + + + OS Version: + + + + CPU Architecture: + + + + Failed to detect the ABIs used by the Qt version. + Échec de la détection des ABI utilisées par la version de Qt. + + + iOS + Qt Version is meant for Ios + iOS + + + Run on %1 + Exécuter sur %1 + + + Run %1 on %2 + + + + Kit has incorrect device type for running on iOS devices. + + + + No device chosen. Select %1. + + + + No device chosen. Enable developer mode on a device. + + + + No device available. + + + + To use this device you need to enable developer mode on it. + + + + %1 is not connected. Select %2? + + + + %1 is not connected. Enable developer mode on a device? + + + + %1 is not connected. + + + + Starting remote process. + Démarrage des processus distants. + + + Could not find %1. + + + + Could not get necessary ports for the debugger connection. + + + + Could not get inferior PID. + + + + Run failed. The settings in the Organizer window of Xcode might be incorrect. + Échec lors de l’exécution. Les paramètres dans la fenêtre Organizer de Xcode sont peut-être incorrects. + + + The device is locked, please unlock. + Le périphérique est verrouillé, veuillez le déverrouiller. + + + Run ended. + + + + Run ended with error. + + + + Could not get necessary ports for the profiler connection. + + + + Application not running. + + + + Could not find device specific debug symbols at %1. Debugging initialization will be slow until you open the Organizer window of Xcode with the device connected to have the symbols generated. + + + + The dSYM %1 seems to be outdated, it might confuse the debugger. + + + + iOS Simulator + Simulateur iOS + + + Create Simulator + + + + Simulator name: + + + + Device type: + Type de périphérique : + + + OS version: + Version de l’OS : + + + None + Aucune + + + iOS Settings + + + + Reset + Réinitialiser + + + Automatically manage signing + + + + Development team: + + + + Provisioning profile: + + + + Default + Défaut + + + Development team is not selected. + + + + Provisioning profile is not selected. + + + + Using default development team and provisioning profile. + + + + Development team: %1 (%2) + + + + Settings defined here override the QMake environment. + + + + %1 not configured. Use Xcode and Apple developer account to configure the provisioning profiles and teams. + + + + Development teams + + + + Provisioning profiles + + + + No provisioning profile found for the selected team. + + + + Provisioning profile expired. Expiration date: %1 + + + + %1 Simulator + + + + %1 - Free Provisioning Team : %2 + + + + Yes + Oui + + + No + Non + + + Team: %1 +App ID: %2 +Expiration date: %3 + + + + iOS tool error %1 + + + + Application install on simulator failed. Simulator not running. + + + + Application launch on simulator failed. Invalid bundle path %1 + + + + Application launch on simulator failed. Simulator not running. + + + + Application install on simulator failed. %1 + + + + Cannot capture console output from %1. Error redirecting output to %2.* + + + + Cannot capture console output from %1. Install Xcode 8 or later. + + + + Application launch on simulator failed. %1 + + + + Invalid simulator response. Device Id mismatch. Device Id = %1 Response Id = %2 + + + + UDID: %1 + + + + Simulator Name + + + + Runtime + + + + Current State + + + + Simulator Operation Status + + + + %1, %2 +Operation %3 completed successfully. + + + + %1, %2 +Operation %3 failed. +UDID: %4 +Error: %5 + + + + Unknown + Inconnue + + + Done. + Fait. + + + + QtC::LanguageClient + + Error %1 + Erreur %1 + + + Incoming + Entrant + + + Outgoing + Sortant + + + Call Hierarchy + Hiérarchie d’appels + + + %1 for %2 + %1 pour %2 + + + uninitialized + non initialisé + + + initialize requested + initialisation demandée + + + initialized + initialisé + + + shutdown requested + arrêt demandé + + + shutdown + arrêt + + + error + erreur + + + Invalid parameter in "%1": +%2 + Paramètre invalide dans « %1 » : +%2 + + + Language Server "%1" Initialize Error + Erreur d’initialisation du serveur de langages « %1 » + + + Initialize error: + Error d’initialisation : + + + Initialize result is invalid. + Le résultat de l’initialisation n’est pas valide. + + + Server Info is invalid. + Les informations sur le serveur ne sont pas valides. + + + No initialize result. + Aucun résultat d’initialisation. + + + Copy to Clipboard + Copier dans le presse-papiers + + + Language Client + Fournisseur de langages + + + Symbols in Current Document + Symboles dans le document actuel + + + Symbols in Workspace + Symboles dans l’espace de travail + + + Classes and Structs in Workspace + Classes et structures dans l’espace de travail + + + Functions and Methods in Workspace + Fonctions et méthodes dans l’espace de travail + + + Cannot handle MIME type of message %1 + Impossible de traiter le type MIME du message %1 + + + Cannot send data to unstarted server %1 + Impossible d’envoyer des données au serveur non démarré %1 + + + Unexpectedly finished. Restarting in %1 seconds. + Terminé de manière inattendue. Redémarrage dans %1 secondes. + + + Unexpectedly finished. + Terminé de manière inattendue. + + + Generic StdIO Language Server + Serveur de langages StdIO générique + + + Inspect Language Clients... + Inspecter les fournisseurs de langages… + + + &Add + &Ajouter + + + &Delete + &Supprimer + + + General + Général + + + Always On + Toujours activé + + + Requires an Open File + Nécessite un fichier ouvert + + + Start Server per Project + Démarrer un serveur par projet + + + Name: + Nom : + + + Language: + Langage : + + + Set MIME Types... + Régler les types MIME… + + + File pattern + Motif de fichier + + + List of file patterns. +Example: *.cpp%1*.h + Liste des motifs de fichier. +Exemple : *.cpp%1*.h + + + Startup behavior: + Comportement au lancement : + + + Initialization options: + Options d’initialisation : + + + Failed to parse JSON at %1: %2 + Échec de l’analyse JSON à %1 : %2 + + + Language server-specific JSON to pass via "initializationOptions" field of "initialize" request. + JSON spécifique au serveur à transmettre via le champ « initializationOptions » de la requête « initialize ». + + + Select MIME Types + Sélectionner les types MIME + + + Filter + Filtrer + + + Executable: + Exécutable : + + + Arguments: + Arguments : + + + JSON Error + Erreur JSON + + + Search Again to update results and re-enable Replace + Rechercher à nouveau pour mettre à jour les résultats et réactiver la fonction Remplacer + + + Re&name %n files + + Renommer le fichier + Renommer %n fichiers + + + + Files: +%1 + Fichiers : +%1 + + + Find References with %1 for: + Trouver les références avec %1 pour : + + + Renaming is not supported with %1 + Le renommage n’est pas pris en charge avec %1 + + + %1 is not reachable anymore. + %1 n’est plus accessible. + + + Show available quick fixes + Afficher les corrections rapides disponibles + + + Restart %1 + Relancer %1 + + + Inspect Language Clients + Inspecter les fournisseurs de langages + + + Manage... + Gérer… + + + Matches all symbols from the current document, based on a language server. + Correspond à tous les symboles du document actuel, sur la base d’un serveur de langages. + + + Expand All + Tout développer + + + Capabilities: + Capacités : + + + Dynamic Capabilities: + Capacités dynamiques : + + + Method: + Méthode : + + + Options: + Options : + + + Server Capabilities + Capacités du serveur + + + Client Message + Message du fournisseur + + + Messages + Messages + + + Server Message + Message du serveur + + + Log File + Réaliser un log du fichier + + + Language Client Inspector + Inspecteur du fournisseur de langages + + + Log + Journal + + + Capabilities + Capacités + + + Clear + Effacer + + + + QtC::LanguageServerProtocol + + Cannot decode content with "%1". Falling back to "%2". + Impossible de décoder le contenu de « %1 ». Retour à « %2 ». + + + Expected an integer in "%1", but got "%2". + Un entier était attendu dans « %1 », mais « %2 » a été obtenu. + + + Could not parse JSON message "%1". + Impossible d’analyser le message JSON « %1 ». + + + Expected a JSON object, but got a JSON "%1" value. + Un objet JSON était attendu, mais une valeur JSON « %1 » a été obtenue. + + + No parameters in "%1". + Aucun paramètre dans « %1 ». + + + No ID set in "%1". + Aucun identifiant n’est défini dans « %1 ». + + + + QtC::Macros + + Preferences + Préférences + + + Name + Nom + + + Description + Description + + + Shortcut + Raccourci + + + Remove + Supprimer + + + Macro + Macro + + + Description: + Description : + + + Save Macro + Enregistrer la macro + + + Name: + Nom : + + + Macros + Macros + + + Playing Macro + Lancer une macro + + + An error occurred while replaying the macro, execution stopped. + Une erreur est apparue lors de l’exécution de la macro, exécution arrêtée. + + + Stop Recording Macro + Arrêter d’enregistrer la macro + + + Record Macro + Enregistrer une macro + + + Text Editing &Macros + &Macros d’édition de texte + + + Ctrl+[ + Ctrl+[ + + + Alt+[ + Alt+[ + + + Ctrl+] + Ctrl+] + + + Alt+] + Alt+] + + + Play Last Macro + Lancer la dernière macro + + + Alt+R + Alt+R + + + Meta+R + Meta+R + + + Save Last Macro + Enregistrer la dernière macro + + + Macro mode. Type "%1" to stop recording and "%2" to play the macro. + Mode macro. Taper « %1 » pour arrêter l’enregistrement et « %2 » pour le lancer. + + + Text Editing Macros + Macros d’édition de texte + + + Runs a text editing macro that was recorded with Tools > Text Editing Macros > Record Macro. + Exécute une macro d’édition de texte qui a été enregistrée avec Outils > Macros d’édition de texte > Enregistrer une macro. + + + + QtC::Marketplace + + Marketplace + Marketplace + + + Search in Marketplace... + Rechercher dans le Marketplace… + + + <p>Could not fetch data from Qt Marketplace.</p><p>Try with your browser instead: <a href='https://marketplace.qt.io'>https://marketplace.qt.io</a></p><br/><p><small><i>Error: %1</i></small></p> + <p>Impossible d’accéder aux données depuis Qt Marketplace.</p><p>Essayer plutôt avec votre navigateur : <a href='https://marketplace.qt.io'>https://marketplace.qt.io</a></p><br/><p><small><i>Erreur : %1</i></small></p> + + + + QtC::McuSupport + + MCU Dependencies + + + + Paths to 3rd party dependencies + + + + The MCU dependencies setting value is invalid. + + + + CMake variable %1 not defined. + + + + CMake variable %1: path %2 does not exist. + + + + Warning for target %1: invalid toolchain path (%2). Update the toolchain in Edit > Preferences > Kits. + + + + Warning for target %1: missing CMake toolchain file expected at %2. + + + + Warning for target %1: missing QulGenerators expected at %2. + + + + Kit for %1 created. + + + + Error registering Kit for %1. + + + + Path %1 exists, but does not contain %2. + + + + Path %1 does not exist. Add the path in Edit > Preferences > Devices > MCU. + + + + Missing %1. Add the path in Edit > Preferences > Devices > MCU. + + + + No CMake tool was detected. Add a CMake tool in Edit > Preferences > Kits > CMake. + + + + or + + + + Path %1 exists. + + + + Path %1 exists. Version %2 was found. + + + + Path %1 is valid, %2 was found. + + + + but only version %1 is supported + + + + but only versions %1 are supported + + + + Path %1 is valid, %2 was found, %3. + + + + Path %1 does not exist. + + + + Path is empty. + + + + Path is empty, %1 not found. + + + + Path %1 exists, but version %2 could not be detected. + + + + Download from "%1" + + + + Board SDK for MIMXRT1050-EVK + + + + Board SDK MIMXRT1060-EVK + + + + Board SDK for MIMXRT1060-EVK + + + + Board SDK for MIMXRT1064-EVK + + + + Board SDK for MIMXRT1170-EVK + + + + Board SDK for STM32F469I-Discovery + + + + Board SDK for STM32F769I-Discovery + + + + Board SDK for STM32H750B-Discovery + + + + Board SDK + + + + Flexible Software Package for Renesas RA MCU Family + + + + Graphics Driver for Traveo II Cluster Series + + + + Renesas Graphics Library + + + + Cypress Auto Flash Utility + + + + MCUXpresso IDE + + + + Path to SEGGER J-Link + + + + Path to Renesas Flash Programmer + + + + STM32CubeProgrammer + + + + Green Hills Compiler for ARM + + + + IAR ARM Compiler + + + + Green Hills Compiler + + + + GNU Arm Embedded Toolchain + + + + GNU Toolchain + + + + MSVC Toolchain + + + + FreeRTOS SDK for MIMXRT1050-EVK + + + + FreeRTOS SDK for MIMXRT1064-EVK + + + + FreeRTOS SDK for MIMXRT1170-EVK + + + + FreeRTOS SDK for EK-RA6M3G + + + + FreeRTOS SDK for STM32F769I-Discovery + + + + Path to project for Renesas e2 Studio + + + + Arm GDB at %1 + + + + MCU Device + + + + Qt for MCUs Demos + + + + Qt for MCUs Examples + + + + Replace Existing Kits + + + + Create New Kits + + + + Qt for MCUs + + + + New version of Qt for MCUs detected. Upgrade existing kits? + + + + Qt for MCUs SDK + + + + Targets supported by the %1 + + + + Requirements + + + + Automatically create kits for all available targets on start + + + + Create a Kit + + + + Create Kit + + + + Update Kit + + + + No valid kit descriptions found at %1. + + + + A kit for the selected target and SDK version already exists. + + + + Kits for a different SDK version exist. + + + + A kit for the selected target can be created. + + + + Provide the package paths in order to create a kit for your target. + + + + No CMake tool was detected. Add a CMake tool in the <a href="cmake">CMake options</a> and press Apply. + + + + Warning + Avertissement + + + Unable to apply changes in Devices > MCU. + + + + No target selected. + + + + Invalid paths present for target +%1 + + + + MCU + + + + Qt for MCUs: %1 + + + + Create Kits for Qt for MCUs? To do it later, select Edit > Preferences > Devices > MCU. + + + + Create Kits for Qt for MCUs + + + + New version of Qt for MCUs detected. Upgrade existing Kits? + + + + Create new kits + + + + Replace existing kits + + + + Proceed + Continuer + + + Detected %n uninstalled MCU target(s). Remove corresponding kits? + + + + + + + Keep + + + + Remove + Supprimer + + + Flash and run CMake parameters: + + + + MSVC Binary directory + + + + GCC Toolchain + + + + Parsing error: the type entry in JSON kit files must be a string, defaulting to "path" + + + + Parsing error: the type entry "%2" in JSON kit files is not supported, defaulting to "path" + + + + Qt for MCUs SDK version %1 detected, only supported by Qt Creator version %2. This version of Qt Creator requires Qt for MCUs %3 or greater. + + + + Skipped %1. Unsupported version "%2". + + + + Detected version "%1", only supported by Qt Creator %2. + + + + Unsupported version "%1". + + + + Skipped %1. %2 Qt for MCUs version >= %3 required. + + + + Error creating kit for target %1, package %2: %3 + + + + Warning creating kit for target %1, package %2: %3 + + + + the toolchain.id JSON entry is empty + + + + the given toolchain "%1" is not supported + + + + the toolchain.compiler.cmakeVar JSON entry is empty + + + + the toolchain.file.cmakeVar JSON entry is empty + + + + Toolchain is invalid because %2 in file "%3". + + + + Toolchain description for "%1" is invalid because %2 in file "%3". + + + + + QtC::Mercurial + + General Information + Informations générales + + + Repository: + Dépôt : + + + Branch: + Branche : + + + Commit Information + Informations de commit + + + Author: + Auteur : + + + Email: + Courriel : + + + Configuration + Configuration + + + Command: + Commande : + + + User + Utilisateur + + + Username to use by default on commit. + Nom d’utilisateur à utiliser par défaut lors des commits. + + + Default username: + Nom d’utilisateur par défaut : + + + Email to use by default on commit. + Courriel à utiliser par défaut lors des commit. + + + Default email: + Courriel par défaut : + + + Miscellaneous + Divers + + + Revert + Rétablir + + + Specify a revision other than the default? + Spécifier une révision différente de celle par défaut ? + + + Revision: + Révision : + + + Default Location + Emplacement par défaut + + + Local filesystem: + Système local de fichier : + + + Specify URL: + Spécifier l’URL : + + + For example: 'https://[user[:pass]@]host[:port]/[path]'. + Par exemple : « https://[utilisateur[:motdepasse]@]hôte[:port]/[chemin] ». + + + Prompt for credentials + Invite des certifications + + + Commit Editor + Faire un commit de l’éditeur + + + Unable to find parent revisions of %1 in %2: %3 + Impossible de trouver la révision parente de %1 dans %2 : %3 + + + Cannot parse output: %1 + Impossible d’analyser la sortie : %1 + + + Mercurial Diff + + + + Mercurial Diff "%1" + + + + Hg incoming %1 + Hg incoming %1 + + + Hg outgoing %1 + Hg outgoing %1 + + + Mercurial + Mercurial + + + Me&rcurial + Me&rcurial + + + Triggers a Mercurial version control operation. + Déclenche une opération du gestionnaire de versions Mercurial. + + + Annotate Current File + Annoter le fichier actuel + + + Annotate "%1" + Annoter « %1 » + + + Diff Current File + Réaliser un diff du fichier actuel + + + Diff "%1" + Réaliser un diff de « %1 » + + + Meta+H,Meta+D + Meta+H, Meta+D + + + Alt+G,Alt+D + Alt+G, Alt+D + + + Log Current File + Réaliser un log du fichier actuel + + + Log "%1" + Réaliser un log de « %1 » + + + Meta+H,Meta+L + Meta+H, Meta+L + + + Alt+G,Alt+L + Alt+G,Alt+L + + + Status Current File + État du fichier actuel + + + Status "%1" + État « %1 » + + + Meta+H,Meta+S + Meta+H, Meta+S + + + Alt+G,Alt+S + Alt+G,Alt+S + + + Add + Ajouter + + + Add "%1" + Ajouter « %1 » + + + Delete... + Supprimer… + + + Delete "%1"... + Supprimer « %1 »… + + + Revert Current File... + Rétablir le fichier actuel… + + + Revert "%1"... + Rétablir « %1 »… + + + Diff + Diff + + + Log + Log + + + Revert... + Rétablir… + + + Status + État + + + Pull... + Pull… + + + Push... + Push… + + + Update... + Mise à jour… + + + Import... + Importation… + + + Incoming... + Entrant… + + + Outgoing... + Sortant… + + + Commit... + Commit… + + + Meta+H,Meta+C + Meta+H, Meta+C + + + Alt+G,Alt+C + Alt+G,Alt+C + + + Create Repository... + Créer un dépôt… + + + Pull Source + Rapatrier la source + + + Push Destination + Envoyer la destination + + + Update + Mettre à jour + + + Incoming Source + Source entrante + + + There are no changes to commit. + Il n’y a aucun changement à envoyer. + + + Unable to create an editor for the commit. + Impossible d’ouvrir un éditeur pour le commit. + + + Commit changes for "%1". + Soumettre les changements pour « %1 ». + + + Mercurial Command + Commande Mercurial + + + Username: + Nom d’utilisateur : + + + Password: + Mot de passe : + + + &Annotate %1 + &Annoter %1 + + + Annotate &parent revision %1 + Annoter la révision &parent %1 + + + + QtC::MesonProjectManager + + Key + Clé + + + Value + Valeur + + + Configure + Configurer + + + Build + Compiler + + + Build "%1" + Compiler « %1 » + + + Meson + Meson + + + Apply Configuration Changes + Appliquer les changements de configuration + + + Wipe Project + Projet d’effacement + + + Wipes build directory and reconfigures using previous command line options. +Useful if build directory is corrupted or when rebuilding with a newer version of Meson. + Efface le répertoire de compilation et reconfigure en utilisant les options de la ligne de commande précédentes. +Utile si le répertoire de compilation est corrompu ou lors d’une recompilation avec une version plus récente de Meson. + + + Parameters + Paramètres + + + Meson build: Parsing failed + Compilation Meson : échec de l’analyse + + + Running %1 in %2. + Exécute %1 dans %2. + + + Configuring "%1". + Configuration de « %1 ». + + + Executable does not exist: %1 + L’exécutable n’existe pas : %1 + + + Command is not executable: %1 + La commande n’est pas exécutable : %1 + + + No Meson tool set. + Aucun outil Meson n’est défini. + + + No Ninja tool set. + Aucun outil Ninja n’est défini. + + + No compilers set in kit. + Pas d’ensemble de compilation dans le kit. + + + Meson Tool + Outils Meson + + + The Meson tool to use when building a project with Meson.<br>This setting is ignored when using other build systems. + Les outils Meson à utiliser lors de la compilation d’un projet avec Meson.<br>Ce paramètre est ignoré lors de l’utilisation d’autres systèmes de compilation. + + + Cannot validate this meson executable. + Impossible de valider l’exécutable Meson. + + + Unconfigured + Non configuré + + + Build + MesonProjectManager::MesonBuildStepConfigWidget display name. + Compiler + + + Tool arguments: + Arguments de l’outil : + + + Targets: + Cibles : + + + Meson Build + Compilation Meson + + + Ninja Tool + Outils Ninja + + + The Ninja tool to use when building a project with Meson.<br>This setting is ignored when using other build systems. + Les outils Ninja à utiliser lors de la compilation d’un projet avec Meson.<br>Ce paramètre est ignoré lors de l’utilisation d’autres systèmes de compilation. + + + Cannot validate this Ninja executable. + Impossible de valider l’exécutable Ninja. + + + Ninja + Ninja + + + Autorun Meson + Exécution automatique de Meson + + + Automatically run Meson when needed. + Exécuter automatiquement Meson lorsque c’est nécessaire. + + + Ninja verbose mode + Mode verbeux de Ninja + + + Enables verbose mode by default when invoking Ninja. + Active le mode verbeux par défaut lors de l’invocation de Ninja. + + + General + Général + + + Name: + Nom : + + + Path: + Chemin : + + + Name + Nom + + + Location + Emplacement + + + New Meson or Ninja tool + Nouveaux outils Meson ou Ninja + + + Tools + Outils + + + Add + Ajouter + + + Clone + Cloner + + + Remove + Supprimer + + + Make Default + Rendre par défaut + + + Set as the default Meson executable to use when creating a new kit or when no value is set. + Définit l’exécutable Meson par défaut à utiliser lors de la création d’un nouveau kit ou si aucune valeur n’est définie. + + + Version: %1 + Version : %1 + + + Clone of %1 + Clone de %1 + + + Meson executable path does not exist. + Le chemin d’accès à l’exécutable Meson n’existe pas. + + + Meson executable path is not a file. + Le chemin d’accès à l’exécutable Meson n’est pas un fichier. + + + Meson executable path is not executable. + Le chemin d’accès à l’exécutable Meson n’est pas exécutable. + + + Cannot get tool version. + Impossible d’obtenir la version de l’outil. + + + + QtC::ModelEditor + + &Remove + &Retirer + + + &Delete + &Supprimer + + + Export Diagram... + Exporter le diagramme… + + + Export Selected Elements... + Exporter les éléments sélectionnés… + + + Open Parent Diagram + Ouvrir le diagramme parent + + + Add Package + Ajouter un paquet + + + Add Component + Ajouter un composant + + + Add Class + Ajouter une classe + + + Add Canvas Diagram + Ajouter un diagramme de canevas + + + Synchronize Browser and Diagram + Synchroniser le navigateur et le diagramme + + + Press && Hold for Options + Appuyer et maintenir pour les options + + + Edit Element Properties + Modifier les propriétés de l’élément + + + Shift+Return + Maj+Entrée + + + Edit Item on Diagram + Modifier les éléments sur le diagramme + + + Return + Entrée + + + Update Include Dependencies + Mise à jour des dépendances d’inclusion + + + Select Custom Configuration Folder + Sélectionner le dossier de configuration personnalisé + + + Config path: + Chemin de la configuration : + + + <font color=red>Model file must be reloaded.</font> + <font color=red>Le fichier de modèle doit être rechargé.</font> + + + No model loaded. Cannot save. + + + + Could not open "%1" for reading: %2. + + + + <html><body style="color:#909090; font-size:14px"><div align='center'><div style="font-size:20px">Open a diagram</div><table><tr><td><hr/><div style="margin-top: 5px">&bull; Double-click on diagram in model tree</div><div style="margin-top: 5px">&bull; Select "Open Diagram" from package's context menu in model tree</div></td></tr></table></div></body></html> + + + + Synchronize Structure with Diagram + + + + Synchronize Diagram with Structure + + + + Keep Synchronized + + + + Images (*.png *.jpeg *.jpg *.tif *.tiff);;PDF (*.pdf) + + + + ;;SVG (*.svg) + ;;SVG (*.svg) + + + Export Selected Elements + + + + Export Diagram + + + + Exporting Selected Elements Failed + + + + Exporting the selected elements of the current diagram into file<br>"%1"<br>failed. + + + + Exporting Diagram Failed + + + + Exporting the diagram into file<br>"%1"<br>failed. + + + + Zoom: %1% + + + + New %1 + Nouveau %1 + + + Package + Paquet + + + New Package + + + + Component + + + + New Component + + + + Class + Classe + + + New Class + + + + Item + + + + New Item + + + + Annotation + + + + Boundary + + + + Swimlane + + + + Open Diagram + + + + Add Component %1 + + + + Add Class %1 + + + + Add Package %1 + + + + Add Package and Diagram %1 + + + + Add Component Model + + + + Create Component Model + + + + Drop Node + + + + + QtC::Nim + + Nim + + + + Nim + SnippetProvider + Nim + + + General + Général + + + Debug + + + + Release + Release + + + Nimble Build + + + + Nimble Test + + + + Nimble Task + + + + Task arguments: + + + + Tasks: + + + + Nimble task %1 not found. + + + + Nim build step + + + + None + Aucune + + + Target: + Cible : + + + Default arguments: + + + + Extra arguments: + Arguments supplémentaires : + + + Command: + Commande : + + + Nim Compiler Build Step + + + + Working directory: + Répertoire de travail : + + + Build directory "%1" does not exist. + + + + Failed to delete the cache directory. + + + + Failed to delete the out file. + + + + Clean step completed successfully. + + + + Nim Clean Step + + + + No Nim compiler set. + + + + Nim compiler does not exist. + + + + Current Build Target + + + + &Compiler path: + + + + &Compiler version: + + + + Code Style + Style de code + + + Path: + Chemin : + + + Global + Settings + + + + Tools + + + + + QtC::PerfProfiler + + Samples + Échantillons + + + Function + Fonction + + + Source + Source + + + Binary + Binaire + + + Allocations + Allocations + + + observed + observées + + + guessed + déduites + + + Releases + + + + Peak Usage + Utilisation maximale + + + Various + Divers + + + Event Type + Type d’évènement + + + Counter + Compteur + + + Operation + Opération + + + Result + Résultat + + + Use Trace Points + Utiliser des points de traçage + + + Add Event + Ajouter un évènement + + + Remove Event + Supprimer un évènement + + + Reset + Réinitialiser + + + Replace events with trace points read from the device? + Remplacer les évènements avec des points de traçage lus depuis le périphérique ? + + + Cannot List Trace Points + Impossible de lister les points de traçage + + + "perf probe -l" failed to start. Is perf installed? + « perf probe -l » n’a pas pu démarrer. Perf est-il installé ? + + + No Trace Points Found + Aucun point de traçage n’a été trouvé + + + Trace points can be defined with "perf probe -a". + Des points de traçage peuvent être définis avec « perf probe -a ». + + + Perf Data Parser Failed + Échec de l’analyseur des données Perf + + + The Perf data parser failed to process all the samples. Your trace is incomplete. The exit code was %1. + L’analyseur des données Perf n’a pas réussi à traiter tous les échantillons. Votre trace est incomplète. Le code de sortie était %1. + + + perfparser failed to start. + perfparser n’a pas démarré. + + + Could not start the perfparser utility program. Make sure a working Perf parser is available at the location given by the PERFPROFILER_PARSER_FILEPATH environment variable. + Impossible de démarrer le programme utilitaire perfparser. Assurez-vous qu’un analyseur Perf fonctionnel est disponible à l’emplacement indiqué par la variable d’environnement PERFPROFILER_PARSER_FILEPATH. + + + Perf Data Parser Crashed + L’analyseur des données Perf a planté + + + This is a bug. Please report it. + Il s’agit d’un bogue. Veuillez le signaler. + + + Skipping Processing Delay + Saut du délai de traitement + + + Cancel this to ignore the processing delay and immediately start recording. + Annuler cela pour ignorer le délai de traitement et commencer immédiatement l’enregistrement. + + + Cancel this to ignore the processing delay and immediately stop recording. + Annuler cela pour ignorer le délai de traitement et arrêter immédiatement l’enregistrement. + + + Cannot Send Data to Perf Data Parser + Impossible d’envoyer des données à l’analyseur des données Perf + + + The Perf data parser does not accept further input. Your trace is incomplete. + L’analyseur des données Perf n’accepte pas d’autres données. Votre trace est incomplète. + + + Load Perf Trace + Charger une trace de perf + + + &Trace file: + Fichier de &traçage : + + + &Browse... + &Parcourir… + + + Directory of &executable: + Répertoire de l’&exécutable : + + + B&rowse... + &Parcourir… + + + Kit: + Kit : + + + Choose Perf Trace + Sélectionner une trace de perf + + + Perf traces (*%1) + Traces de perf (*%1) + + + Choose Directory of Executable + Sélectionner un répertoire ou un exécutable + + + CPU Usage + Utilisation du CPU + + + [unknown] + [inconnu] + + + Perf Process Failed to Start + Le processus perf n’a pas pu démarrer + + + Make sure that you are running a recent Linux kernel and that the "perf" utility is available. + Assurez-vous que vous utilisez un noyau Linux récent et que l’utilitaire « perf » est disponible. + + + Failed to transfer Perf data to perfparser. + Échec du transfert des données Perf à perfparser. + + + Address + Adresse + + + Source Location + Emplacement de la source + + + Binary Location + Emplacement du binaire + + + Caller + Appeleur + + + Callee + Appelé + + + Occurrences + Occurrences + + + Occurrences in Percent + Occurrences en pourcent + + + Recursion in Percent + Récursion en pourcent + + + Samples in Percent + Échantillons en pourcent + + + Self Samples + + + + Self in Percent + + + + Performance Analyzer Options + Options de l’analyseur de performance + + + Load perf.data File + Charger un fichier perf.data + + + Load Trace File + Charger un fichier de trace + + + Save Trace File + Enregistrer un fichier de trace + + + Limit to Range Selected in Timeline + Limiter à la plage sélectionnée dans la ligne du temps + + + Show Full Range + Afficher la plage complète + + + Create Memory Trace Points + Créer des points de trace de mémoire + + + Create trace points for memory profiling on the target device. + Créer des points de trace pour le profilage de la mémoire sur le dispositif cible. + + + Performance Analyzer + Analyseur de performance + + + Finds performance bottlenecks. + Identifie les goulets d’étranglement en matière de performances. + + + Timeline + Ligne du temps + + + Statistics + Statistiques + + + Flame Graph + Flame Graph + + + Discard data. + Abandonner les données. + + + Limit to Selected Range + Limiter à la plage sélectionnée + + + Reset Zoom + Réinitialiser le zoom + + + Copy Table + Copier le tableau + + + Copy Row + Copier la ligne + + + Reset Flame Graph + Réinitialiser le Flame Graph + + + No Data Loaded + Aucune donnée chargée + + + The profiler did not produce any samples. Make sure that you are running a recent Linux kernel and that the "perf" utility is available and generates useful call graphs. +You might find further explanations in the Application Output view. + Le profileur n’a produit aucun échantillon. Assurez-vous que vous utilisez un noyau Linux récent et que l’utilitaire « perf » est disponible et génère des graphiques d’appels utiles. +Vous pouvez trouver des explications supplémentaires dans la vue « Sortie de l’application ». + + + A performance analysis is still in progress. + Une analyse des performances est toujours en cours. + + + Start a performance analysis. + Démarrer une analyse des performances. + + + Enable All + Tout activer + + + Disable All + Tout désactiver + + + Trace File (*.ptq) + Fichier de trace (*.ptq) + + + Show all addresses. + Afficher toutes les adresses. + + + Aggregate by functions. + Agréger par fonctions. + + + Stop collecting profile data. + Arrêter la collecte des données de profilage. + + + Collect profile data. + Collecte des données de profilage. + + + Recorded: %1.%2s + Enregistré : %1.%2s + + + Processing delay: %1.%2s + Délai de traitement : %1.%2s + + + Invalid data format. The trace file's identification string is "%1". An acceptable trace file should have "%2". You cannot read trace files generated with older versions of %3. + + + + Invalid data format. The trace file was written with data stream version %1. We can read at most version %2. Please use a newer version of Qt. + + + + Failed to reset temporary trace file. + + + + Failed to flush temporary trace file. + + + + Cannot re-open temporary trace file. + + + + Read past end from temporary trace file. + + + + Thread started + + + + Thread ended + + + + Samples lost + + + + Context switch + + + + Invalid + Invalide + + + Failed to replay Perf events from stash file. + + + + Loading Trace Data + + + + Saving Trace Data + + + + Performance Analyzer Settings + Paramètre de l’analyseur de performance + + + Sample period: + Période d’échantillons : + + + Stack snapshot size (kB): + + + + Sample mode: + Mode d’échantillons : + + + frequency (Hz) + fréquence (Hz) + + + event count + comptage d’évènements + + + Call graph mode: + + + + dwarf + « dwarf » + + + frame pointer + pointeur de trames + + + last branch record + dernier enregistrement de branche + + + Additional arguments: + Arguments supplémentaires : + + + sample collected + échantillons collectés + + + Details + Détails + + + Timestamp + Horodatage + + + Guessed + Supposé + + + %n frames + %n trames + + + + + + + System + Système + + + Name + Nom + + + Resource Usage + Utilisation des ressources + + + Resource Change + Modification des ressources + + + thread started + thread démarré + + + thread ended + thread terminé + + + lost sample + échantillon perdu + + + context switch + changement de contexte + + + Duration + Durée + + + (guessed from context) + (supposé à partir du contexte) + + + Total Samples + Échantillons totaux + + + Total Unique Samples + Échantillons totaux uniques + + + Resource Peak + Pic de ressources + + + Resource Guesses + Suppositions de ressources + + + Run the following script as root to create trace points? + Exécutez le script suivant en tant que root pour créer des points de trace ? + + + Elevate privileges using: + Élever les privilèges en utilisant : + + + Error: No device available for active target. + Erreur : aucun périphérique n’est disponible pour la cible active. + + + Error: Failed to load trace point script %1: %2. + Erreur : échec du chargement du script des points de trace %1 : %2. + + + Executing script... + Exécution du script… + + + Failed to run trace point script: %1 + Échec de l’exécution du script des points de trace : %1 + + + Failed to create trace points. + Échec de la création des points de trace. + + + Created trace points for: %1 + Points de trace créés pour : %1 @@ -8884,8 +34067,7 @@ dans votre fichier .pro. Numéro du changement - Change Number: - ? + Change number: Numéro du changement : @@ -8896,10 +34078,6 @@ dans votre fichier .pro. Submit Envoyer - - Cancel - Annuler - Change %1: %2 Modification %1 : %2 @@ -8910,11 +34088,11 @@ dans votre fichier .pro. Edit - Éditer + Modifier Edit "%1" - Éditer "%1" + Modifier « %1 » Alt+P,Alt+E @@ -8922,7 +34100,7 @@ dans votre fichier .pro. Edit File - Éditer le fichier + Modifier le fichier Add @@ -8930,7 +34108,7 @@ dans votre fichier .pro. Add "%1" - Ajouter "%1" + Ajouter « %1 » Alt+P,Alt+A @@ -8940,14 +34118,6 @@ dans votre fichier .pro. Add File Ajouter le fichier - - Delete - Supprimer - - - Delete "%1" - Supprimer "%1" - Delete File Supprimer le fichier @@ -8958,7 +34128,7 @@ dans votre fichier .pro. Revert "%1" - Rétablir "%1" + Rétablir « %1 » Alt+P,Alt+R @@ -8970,19 +34140,19 @@ dans votre fichier .pro. Diff Current File - Faire un diff du fichier courant + Faire un diff du fichier actuel Diff "%1" - Faire un diff de "%1" + Faire un diff de « %1 » Diff Current Project/Session - Diff du projet courant/de la session courante + Diff du projet actuel/de la session actuelle Diff Project "%1" - Diff du projet "%1" + Faire un diff du projet « %1 » Alt+P,Alt+D @@ -9010,39 +34180,35 @@ dans votre fichier .pro. Pending Changes... - Changements en attente... - - - Update Current Project/Session - Mettre à jour le projet ou la session courante + Changements en attente… Update Project "%1" - Mettre à jour le projet "%1" + Mettre à jour le projet « %1 » Describe... - Décrire... + Décrire… Annotate Current File - Annoter le fichier courant + Annoter le fichier actuel Annotate "%1" - Annoter "%1" + Annoter « %1 » Annotate... - Annoter... + Annoter… Filelog Current File - Journal du fichier courant + Journal du fichier actuel Filelog "%1" - Journal du fichier "%1" + Journal du fichier « %1 » Alt+P,Alt+F @@ -9050,12 +34216,16 @@ dans votre fichier .pro. Filelog... - Journal... + Journal… Update All Tout mettre à jour + + Triggers a Perforce version control operation. + Déclenche une opération du gestionnaire de versions Perforce. + Meta+P,Meta+F Meta+P, Meta+F @@ -9074,7 +34244,7 @@ dans votre fichier .pro. Delete "%1"... - Supprimer "%1"… + Supprimer « %1 »… Meta+P,Meta+R @@ -9090,11 +34260,11 @@ dans votre fichier .pro. Log Project "%1" - Réaliser un log du projet "%1" + Réaliser un log du projet « %1 » Submit Project "%1" - Soumettre le projet "%1" + Soumettre le projet « %1 » Meta+P,Meta+S @@ -9102,7 +34272,7 @@ dans votre fichier .pro. Update Current Project - Mettre à jour le projet courant + Mettre à jour le projet actuel Revert Unchanged @@ -9110,7 +34280,7 @@ dans votre fichier .pro. Revert Unchanged Files of Project "%1" - Restaurer les fichiers non altérés du projet "%1" + Restaurer les fichiers non altérés du projet « %1 » Revert Project @@ -9118,7 +34288,7 @@ dans votre fichier .pro. Revert Project "%1" - Restaurer le projet "%1" + Restaurer le projet « %1 » Meta+P,Meta+O @@ -9129,16 +34299,16 @@ dans votre fichier .pro. Log du dépôt - Diff Selected Files - Faire un diff sur tous les fichiers sélectionnés + p4 changelists %1 + - &Undo - Annu&ler + Could not start perforce "%1". Please check your settings in the preferences. + Impossible de démarrer perforce « %1 ». Veuillez vérifier les réglages dans les préférences. - &Redo - &Refaire + Perforce did not respond within timeout limit (%1 s). + Perforce n’a pas répondu dans le temps imparti (%1 ms). p4 revert @@ -9146,31 +34316,27 @@ dans votre fichier .pro. The file has been changed. Do you want to revert it? - Le fichier a été modifié. Voulez-vous le restaurer ? + Le fichier a été modifié. Voulez-vous le restaurer ? Do you want to revert all changes to the project "%1"? - Souhaitez-vous annuler toutes les modifications sur le projet "%1" ? + Souhaitez-vous annuler toutes les modifications sur le projet « %1 » ? Another submit is currently executed. - Un autre envoi est en cours d'exécution. - - - Cannot create temporary file. - Impossible de créer un fichier temporaire. + Un autre envoi est en cours d’exécution. Project has no files - Le projet n'a pas de fichiers + Le projet n’a pas de fichiers p4 annotate - Anotation p4 + Annotation p4 p4 annotate %1 - Anotation p4 %1 + Annotation p4 %1 p4 filelog @@ -9180,10 +34346,6 @@ dans votre fichier .pro. p4 filelog %1 Journal p4 %1 - - The commit message check failed. Do you want to submit this change list? - La vérification du message de commit a échoué. Voulez-vous soumettre cette liste de changements ? - p4 submit failed: %1 Échec de la soumission p4 : %1 @@ -9191,15 +34353,15 @@ dans votre fichier .pro. Error running "where" on %1: %2 Failed to run p4 "where" to resolve a Perforce file name to a local file system name. - Erreur lors de l'exécution de "where" sur %1 : %2 + Erreur lors de l’exécution de « where » sur %1 : %2 The file is not mapped File is not managed by Perforce - Ce fichier n'est pas "mappé" ? + Ce fichier n’est pas "mappé" ? pierre: oups bien vu j'avais traduit le commentaire ! :D nouvelle suggestion... francis : voila une nouvelle suggestion :) - Le fichier n'est pas référencé + Le fichier n’est pas référencé Perforce repository: %1 @@ -9209,39 +34371,24 @@ francis : voila une nouvelle suggestion :) Perforce: Unable to determine the repository: %1 Perforce : impossible de déterminer le dépôt : %1 - - Executing: %1 - - Exécution : %1 - - The process terminated with exit code %1. - Le processus s'est terminé avec le code de sortie %1. + Le processus s’est terminé avec le code de sortie %1. The process terminated abnormally. - Le processus s'est terminé de façon anormale. - - - Diff &Selected Files - Faire un diff sur tous les fichiers &sélectionnés - - - Could not start perforce '%1'. Please check your settings in the preferences. - Impossible de démarrer perfoce "%1". Veuillez vérifier les réglages dans les préférences. - - - Perforce did not respond within timeout limit (%1 ms). - Perforce n'a pas répondu dans le temps imparti (%1 ms). - - - Unable to write input data to process %1: %2 - Impossible d'écrire des données entrantes dans le processus %1 : %2 + Le processus s’est terminé de façon anormale. Perforce is not correctly configured. - Perforce n'est pas configuré correctement. + Perforce n’est pas configuré correctement. + + + [Only %n MB of output shown] + + [Seulement un Mo de la sortie affichée] + [Seulement %n Mo de la sortie affichée] + p4 diff %1 @@ -9251,90 +34398,18 @@ francis : voila une nouvelle suggestion :) p4 describe %1 p4 describe %1 - - Closing p4 Editor - Ferme l'éditeur p4 - - - Do you want to submit this change list? - Voulez-vous soumettre cette liste de changement ? - - - The commit message check failed. Do you want to submit this change list - La vérification du message de commit a échoué. Voulez-vous soumettre cette liste de changement - - - Cannot open temporary file. - Impossible d'ouvrir le fichier temporaire. - - - Cannot execute p4 submit. - Impossible d'exécuter "p4 submit". - - - p4 submit failed (exit code %1). - Échec de "p4 submit" (code de retour %1). - Pending change Changement restant Could not submit the change, because your workspace was out of date. Created a pending submit instead. - Impossible de soumettre le changement, votre workspace n'est pas à jour. Un submit en attente a été créé à la place. - - - Invalid configuration: %1 - Configuration invalide : %1 - - - Timeout waiting for "where" (%1). - Temps limite dépassé lors de l'attente de "where" (%1). - - - Error running "where" on %1: The file is not mapped - Erreur d'exécution de "where" sur %1 : le fichier n'est pas mappé + Impossible de soumettre le changement, votre espace de travail n’est pas à jour. Un submit en attente a été créé à la place. Perforce Submit Perforce Submit - - Perforce Prompt - Prompt Perforce - - - OK - OK - - - Prompt to submit - Invite lors du submit - - - P4 Command: - Commande p4 : - - - Use default P4 environment variables - Utiliser les variables d'environnement par défaut pour P4 - - - Environment variables - Variables d'environnement - - - P4 Client: - Client P4 : - - - P4 User: - Utilisateur P4 : - - - P4 Port: - Port P4 : - Test Test @@ -9353,7 +34428,7 @@ francis : voila une nouvelle suggestion :) Environment Variables - Variables d'environnement + Variables d’environnement P4 client: @@ -9373,23 +34448,19 @@ francis : voila une nouvelle suggestion :) Timeout: - Timeout : + Délai d’attente : s s - - Prompt on submit - Invite lors du submit - Log count: - Nombre d'entrées de log : + Nombre d’entrées de log : Automatically open files when editing - Ouvrir automatiquement les fichiers lors de l'édition + Ouvrir automatiquement les fichiers lors de l’édition Perforce Command @@ -9397,16 +34468,12 @@ francis : voila une nouvelle suggestion :) Testing... - En test... + En test… Test succeeded (%1). Test réussi (%1). - - Test succeeded. - Test réussi. - Change: Modification : @@ -9419,159 +34486,161 @@ francis : voila une nouvelle suggestion :) User: Utilisateur : - - - QtC::ExtensionSystem - The plugin '%1' is specified twice for testing. - Le plugin "%1' est spécifié deux fois pour les tests. + No executable specified + Aucun exécutable spécifié - The plugin '%1' does not exist. - Le plug-in "%1' n"existe pas. + "%1" timed out after %2 ms. + « %1 » arrivé à échéance après %2 ms. - Unknown option %1 - Option "%1" non reconnue + Unable to launch "%1": %2 + Impossible de lancer « %1 » : %2 - The option %1 requires an argument. - L'option %1 requiert un argument. + "%1" crashed. + « %1 » a planté. - Failed Plugins - Plug-ins défectueux + "%1" terminated with exit code %2: %3 + « %1 » terminé avec le code %2 : %3 - '%1' misses attribute '%2' - L'attribute '%1' est manquant pour "%2" + The client does not seem to contain any mapped files. + Le client ne semble contenir aucun fichier correspondant. - '%1' has invalid format - "%1" a un format invalide + Unable to determine the client root. + Unable to determine root of the p4 client installation + Impossible de déterminer la racine du client. - Invalid element '%1' - Élément invalide "%1" + The repository "%1" does not exist. + Le dépôt « %1 » n’existe pas. - Unexpected closing element '%1' - Élément fermant inattendu "%1" + Annotate change list "%1" + Annoter la liste des changements « %1 » - Unexpected token - Lexème inattendu + Ignore Whitespace + Ignorer les espaces - Expected element '%1' as top level element - L'élément "%1" devrait être un élément racine + &Edit + &Édition - Resolving dependencies failed because state != Read - La résolution des dépendances a échoué car l'état courant est différent de "Lecture" - - - Loading the library failed because state != Resolved - Le chargement de la bibliothèque a échoué car l'état courant est différent de "Résolu" - - - Initializing the plugin failed because state != Loaded - L'initialisation de l'extension a échoué car l'état courant est différent de "Chargé" - - - Cannot perform extensionsInitialized because state != Initialized - Impossible d'exécuter extensionsInitialized car l'état est différent de "Initialisé" - - - Could not resolve dependency '%1(%2)' - Impossible de résoudre la dépendance "%1(%2)" - - - Plugin is not valid (does not derive from IPlugin) - L'extension n'est pas valide (elle n'est pas une sous-classe de IPlugin) - - - Internal error: have no plugin instance to initialize - Erreur interne : pas d'instance de l'extension à initialiser - - - Plugin initialization failed: %1 - L'initialisation de l'extension a échoué: %1 - - - Internal error: have no plugin instance to perform extensionsInitialized - Erreur interne: aucune instance de l'extention sur laquelle exécuter extensionsInitialized - - - Internal error: have no plugin instance to perform delayedInitialize - Erreur interne : aucune instance de l'extention sur laquelle exécuter delayedInitialized + &Hijack + &Hijack QtC::ProjectExplorer - <font color="#0000ff">Starting: %1 %2</font> - - <font color="#0000ff">Lancement : %1 %2</font> + Unable to Add Dependency + Impossible d’ajouter une dépendance - <font color="#0000ff">Exited with code %1.</font> - <font color="#0000ff">Terminé avec le code de sortie %1.</font> + This would create a circular dependency. + Ceci créerait une dépendance circulaire. - <font color="#ff0000"><b>Exited with code %1.</b></font> - <font color="#0000ff"><b>Terminé avec le code de sortie %1.</b></font> + Synchronize configuration + Synchroniser la configuration - <font color="#ff0000">Could not start process %1 </b></font> - <font color="#ff0000">Impossible de lancer le processus %1 </b></font> + Synchronize active kit, build, and deploy configuration between projects. + Synchroniser la configuration du kit actif, de la compilation au déploiement entre les projets. - <font color="#0000ff">Starting: "%1" %2</font> - - <font color="#0000ff">Lancement : %1 %2</font> + Override %1: + Écraser %1 : - <font color="#0000ff">The process "%1" exited normally.</font> - <font color="#0000ff">Le processus %1 s'est .terminé normalement.</font> + Make arguments: + Arguments de Make : - <font color="#ff0000"><b>The process "%1" exited with code %2.</b></font> - <font color="#ff0000"><b>Le processus "%1" s'est terminé avec le code de sortie %2.</b></font> + Parallel jobs: + Jobs en parallèle : - <font color="#ff0000"><b>The process "%1" crashed.</b></font> - <font color="#ff0000"><b>Le processus "%1" a crashé </b></font> + Override MAKEFLAGS + Écraser MAKEFLAGS - <font color="#ff0000"><b>Could not start process "%1"</b></font> - <font color="#ff0000"><b>Impossible de lancer le processus "%1" </b></font> + <code>MAKEFLAGS</code> specifies parallel jobs. Check "%1" to override. + <code>MAKEFLAGS</code> spécifie les jobs parallèles. Cocher « %1 » pour l’ignorer. - Starting: "%1" %2 - - Commence : "%1" %2 - + Disable in subdirectories: + Désactiver dans les sous-répertoires : + + + Runs this step only for a top-level build. + Exécute cette étape uniquement pour une compilation de niveau supérieur. + + + Targets: + Cibles : + + + Make: + Make : + + + Make + Make + + + Make command missing. Specify Make command in step configuration. + Commande Make manquante. Indiquer la commande Make dans la configuration des étapes. + + + <b>Make:</b> %1 + <b>Make :</b> %1 + + + <b>Make:</b> No build configuration. + <b>Make :</b> pas de configuration de compilation. + + + <b>Make:</b> %1 not found in the environment. + <b>Make :</b> %1 non trouvé dans l’environnement. + + + Configuration is faulty. Check the Issues view for details. + La configuration est défectueuse, veuillez vérifier la vue des problèmes pour les détails. + + + Could not create directory "%1" + Impossible de créer le répertoire « %1 » Starting: "%1" %2 - Débute : "%1" %2 + Débute : « %1 » %2 + + + The build step was ended forcefully. + L’étape de compilation a été clôturée avec force. The process "%1" exited normally. - Le processus "%1" s'est terminé normalement. + Le processus « %1 » s’est terminé normalement. The process "%1" exited with code %2. - Le processus "%1" s'est terminé avec le code %2. + Le processus « %1 » s’est terminé avec le code %2. The process "%1" crashed. - Le processus "%1" a crashé. + Le processus « %1 » a planté. - Could not start process "%1" %2 - Impossible de démarrer le processus "%1" %2 + Could not start process "%1" %2. + Impossible de démarrer le processus « %1 » %2. Finished %1 of %n steps @@ -9581,6 +34650,18 @@ francis : voila une nouvelle suggestion :) Étape %1 sur %n terminée + + Stop Applications + Arrêter les applications + + + Stop these applications before building? + Arrêter ces applications avant de compiler ? + + + The build device failed to prepare for the build of %1 (%2). + Le dispositif de compilation n’a pas réussi à se préparer pour la compilation de %1 (%2). + Compile Category for compiler issues listed under 'Issues' @@ -9597,8 +34678,12 @@ francis : voila une nouvelle suggestion :) Déploiement - Elapsed time: %1. - Temps écoulé : %1. + The kit %1 has configuration issues which might be the root cause for this problem. + Le kit %1 présente des problèmes de configuration qui pourraient être à l’origine de ce problème. + + + When executing step "%1" + Lors de l’exécution de l’étape « %1 » Build/Deployment canceled @@ -9608,29 +34693,38 @@ francis : voila une nouvelle suggestion :) Canceled build/deployment. Compilation/Déploiement annulé. + + Autotests + Category for autotest issues listed under 'Issues' + Autotests + Error while building/deploying project %1 (kit: %2) Erreur lors de la compilation/déploiement du projet %1 (kit : %2) - - Error while building/deploying project %1 (target: %2) - Erreur lors de la compilation/déploiement du projet %1 (cible : %2) - - - When executing step '%1' - Lors de l'exécution de l'étape "%1" - Running steps for project %1... - Exécution des étapes pour le projet %1... + Exécution des étapes pour le projet %1… Skipping disabled step %1. - Ignore l'étape désactivée %1. + Ignore l’étape désactivée %1. - &Edit - &Édition + Edit... + Modifier… + + + Choose Directory + Sélectionner un répertoire + + + Variable already exists. + La variable existe déjà. + + + Ed&it + &Modifier &Add @@ -9642,11 +34736,27 @@ francis : voila une nouvelle suggestion :) &Unset - &RàZ + Rà&Z + + + Append Path... + Suffixer le chemin… + + + Prepend Path... + Préfixer le chemin… &Batch Edit... - Éditer le &batch... + Modifier par &lots… + + + Open &Terminal + Ouvrir un &terminal + + + Open a terminal with this environment set up. + Ouvrir un terminal avec cet environnement configuré. Unset <a href="%1"><b>%1</b></a> @@ -9654,64 +34764,53 @@ francis : voila une nouvelle suggestion :) Set <a href="%1"><b>%1</b></a> to <b>%2</b> - <a href="%1"><b>%1</b></a> définit à <b>%2</b> + <a href="%1"><b>%1</b></a> défini à <b>%2</b> + + + Append <b>%2</b> to <a href="%1"><b>%1</b></a> + Ajouter <b>%2</b> à la suite de <a href="%1"><b>%1</b></a> + + + Prepend <b>%2</b> to <a href="%1"><b>%1</b></a> + Ajouter <b>%2</b> avant <a href="%1"><b>%1</b></a> + + + Set <a href="%1"><b>%1</b></a> to <b>%2</b> [disabled] + <a href="%1"><b>%1</b></a> défini à <b>%2</b> (désactivé) Use <b>%1</b> %1 is "System Environment" or some such. Utiliser <b>%1</b> + + <b>No environment changes</b> + <b>Aucune modification de l’environnement</b> + Use <b>%1</b> and Yup, word puzzle. The Set/Unset phrases above are appended to this. %1 is "System Environment" or some such. Utiliser <b>%1</b> et - - Unset <b>%1</b> - text included in the summary - <b>%1</b> remis à zéro - - - Set <b>%1</b> to <b>%2</b> - <b>%1</b> définit à <b>%2</b> - - - Using <b>%1</b> - utilisation de <b>%1</b> - - - Using <b>%1</b> and - Utilisation de <b>%1</b> et - - - Summary: No changes to Environment - Résumé : l'environnement n'est pas modifié - - - Files in any project - Fichiers dans n'importe quel projet - Files in Any Project - Fichiers dans n'importe quel projet + Fichiers dans n’importe quel projet + + + Matches all files of all open projects. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + Correspond à tous les fichiers de tous les projets ouverts. Ajouter « +<numéro> » ou « :<numéro> » à la suite pour passer au numéro de ligne donné. Ajouter un autre « +<numéro> » ou « :<numéro> » à la suite pour passer également au numéro de colonne. All Projects: - tous les projets : + Tous les projets : Filter: %1 -%2 - Filtre : %1 -%2 - - - Fi&le pattern: - Pat&ron de fichier : - - - &Clone Selected - &Cloner la version sélectionnée +Excluding: %2 +%3 + Filtrer : %1 +En excluant : %2 +%3 No build settings available @@ -9719,7 +34818,7 @@ francis : voila une nouvelle suggestion :) Edit build configuration: - Éditer la configuration de compilation : + Modifier la configuration de compilation : Add @@ -9729,38 +34828,36 @@ francis : voila une nouvelle suggestion :) Remove Supprimer - - Remove Build Configuration - Supprimer la configuration de la compilation - - - Do you really want to delete the build configuration <b>%1</b>? - Voulez-vous vraiment supprimer la configuration de la compilation <b>%1</b> ? - Rename... - Renommer... + Renommer… New name for build configuration <b>%1</b>: - Nouveau nom pour la configuration de la compilation <b>%1</b> : + Nouveau nom pour la configuration de la compilation <b>%1</b> : Clone Configuration - Title of a the cloned BuildConfiguration window, text of the window + Title of a the cloned BuildConfiguration window, text of the window +---------- +Title of a the cloned RunConfiguration window, text of the window Configuration du clone New configuration name: Nom de la nouvelle configuration : + + Clone... + Cloner… + New Configuration Nouvelle configuration Cancel Build && Remove Build Configuration - Annuler la compilation && supprimer la configuration de compilation + Annuler la compilation et supprimer la configuration de compilation Do Not Remove @@ -9768,7 +34865,7 @@ francis : voila une nouvelle suggestion :) Remove Build Configuration %1? - Supprimer la configuration de compilation %1 ? + Supprimer la configuration de compilation %1 ? The build configuration <b>%1</b> is currently being built. @@ -9776,23 +34873,27 @@ francis : voila une nouvelle suggestion :) Do you want to cancel the build process and remove the Build Configuration anyway? - Voulez-vous annuler la compilation et supprimer la configuration de compilation ? + Voulez-vous annuler la compilation et supprimer la configuration de compilation ? Remove Build Configuration? - Supprimer la configuration de compilation ? + Supprimer la configuration de compilation ? Do you really want to delete build configuration <b>%1</b>? - Voulez-vous vraiment supprimer la configuration de compilation <b>%1</b> ? + Voulez-vous vraiment supprimer la configuration de compilation <b>%1</b> ? - Build Steps - Étapes de compilation + Show Compile &Output + Afficher la &sortie de compilation - Clean Steps - Étapes de nettoyage + Show the output that generated this issue in Compile Output. + Affiche la sortie qui a généré le problème dans la sortie de compilation. + + + Open Compile Output when building + Ouvrir la sortie de compilation lors de la compilation Compile Output @@ -9800,53 +34901,45 @@ francis : voila une nouvelle suggestion :) Files in Current Project - Fichiers dans le projet courant + Fichiers dans le projet actuel + + + Matches all files from the current document's project. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + Correspond à tous les fichiers du projet du document actuel. Ajouter « +<numéro> » ou « :<numéro> » pour passer au numéro de ligne donné. Ajouter un autre « +<numéro> » ou « :<numéro> » pour passer également au numéro de colonne. + + + Project "%1" + Projet « %1 » Current Project - lower character at the beginning because this is indented after "Rechercher dans..." - projet courant + Projet actuel - Project '%1': - Projet '%1' : - - - Editor settings: - Paramètres de l'éditeur : - - - Global - féminin ? - Global + Project "%1": + Projet « %1 » : Restore Global ? Restaurer les valeurs globales - - - QtC::Core - File System - Système de fichier + Display Settings + Paramètres de l’affichage - Meta+Y - Meta+Y + Display right &margin at column: + Afficher une &marge à la colonne : - Alt+Y - Alt+Y + Use context-specific margin + Utiliser une marge spécifique à l’aide contextuelle - Filter Files - Fichiers de filtre + If available, use a different margin. For example, the ColumnLimit from the ClangFormat plugin. + Si possible, utilisez une marge différente. Par exemple, la marge ColumnLimit du greffon ClangFormat. - - - QtC::ProjectExplorer Session Manager Gestionnaire de session @@ -9871,28 +34964,17 @@ francis : voila une nouvelle suggestion :) &Open &Ouvrir - - New session name - Nom de la nouvelle session - - - Rename session - Renommer la session - - - Automatically restore the last session when Qt Creator is started. - Restaurer automatiquement la dernière session quand Qt Creator est démarré. - Restore last session on startup Restaurer la dernière session au démarrage - What is a Session? - Qu'est-ce qu'une session ? + <a href="qthelp://org.qt-project.qtcreator/doc/creator-project-managing-sessions.html">What is a Session?</a> + <a href="qthelp://org.qt-project.qtcreator/doc/creator-project-managing-sessions.html">Qu’est-ce qu’une session ?</a> Custom Process Step + Default ProcessStep display name Étape personnalisée @@ -9911,85 +34993,65 @@ francis : voila une nouvelle suggestion :) General Général - - Project File Factory - ProjectExplorer::ProjectFileFactory display name. - Fabrique de fichiers de projets - - - Could not open the following project: '%1' - Impossible d'ouvrir le projet "%1" - All Projects - tous les projets + Tous les projets <Implicitly Add> <Ajouter Implicitement> - - The files are implicitly added to the projects: - - Les fichiers sont implicitement ajoutés aux projets : - - The files are implicitly added to the projects: Les fichiers sont implicitement ajoutés aux projets : <None> - No project selected <aucun> Open project anyway? - Ouvrir le projet quand même ? + Ouvrir le projet quand même ? Version Control Failure - Échec du contrôle de version - - - Failed to add subproject '%1' -to project '%2'. - Impossible d'ajouter le sous-projet '%1' -au projet '%2'. - - - Failed to add one or more files to project -'%1' (%2). - Impossible d'ajouter un ou plusieurs fichier au projet -'%1' (%2). - - - A version control system repository could not be created in '%1'. - impossible de créer un dépot de système de gestion de version dans "%1". - - - Failed to add '%1' to the version control system. - Échec de l'ajout de "%1" au système de gestion de version. - - - Simplify tree - Simplifier l'arbre - - - Hide generated files - Cacher les fichiers générés + Échec du gestionnaire de versions Simplify Tree - Simplifier l'arbre + Simplifier l’arbre Hide Generated Files Cacher les fichiers générés + + Hide Disabled Files + Cacher les fichiers désactivés + + + Focus Document in Project Tree + Mettre le focus sur le document dans l’arborescence du projet + + + Meta+Shift+L + Meta+Maj+L + + + Alt+Shift+L + Alt+Maj+L + + + Hide Empty Directories + Cacher les répertoires vides + + + Hide Source and Header Groups + Cacher les groupes de sources et d’en-têtes + Synchronize with Editor - Synchroniser avec l'éditeur + Synchroniser avec l’éditeur Projects @@ -10005,15 +35067,7 @@ au projet '%2'. Filter Tree - Filtrer l'arbre - - - Filter tree - Filtrer l'arbre - - - Add to &VCS (%1) - Ajouter à &SGV (%1) + Filtrer l’arbre Summary @@ -10027,6 +35081,14 @@ au projet '%2'. Add to &project: &Ajouter au projet : + + A version control system repository could not be created in "%1". + Un dépôt de système de gestion de versions n’a pas pu être créé dans « %1 ». + + + Failed to add "%1" to the version control system. + Échec de l’ajout de « %1 » au système de gestion de versions. + Files to be added: Fichiers à ajouter : @@ -10037,7 +35099,37 @@ au projet '%2'. Run Settings - Paramètres d'exécution + Paramètres d’exécution + + + Variables in the run environment. + Variables de l’environnement d’exécution. + + + The run configuration's working directory. + Le répertoire de travail de la configuration d’exécution. + + + The run configuration's name. + Le nom de la configuration d’exécution. + + + The run configuration's executable. + L’exécutable de la configuration d’exécution. + + + No build system active + Aucun système de compilation n’est actif + + + Run on %{Device:Name} + Shown in Run configuration if no executable is given, %1 is device name + Exécuter sur %{Device:Name} + + + %1 (on %{Device:Name}) + Shown in Run configuration, Add menu: "name of runnable (on device name)" + %1 (sur %{Device:Name}) Deployment @@ -10049,27 +35141,27 @@ au projet '%2'. Run configuration: - Configuration d'exécution : + Configuration d’exécution : Remove Run Configuration? - Supprimer la configuration d'exécution ? + Supprimer la configuration d’exécution ? Do you really want to delete the run configuration <b>%1</b>? - Êtes vous sûr de vouloir supprimer la configuration d'exécution <b>%1</b> ? + Êtes-vous sûr(e) de vouloir supprimer la configuration d’exécution <b>%1</b> ? New name for run configuration <b>%1</b>: - Nouveau nom pour la configuration d'exécution <b>%1</b> : + Nouveau nom pour la configuration d’exécution <b>%1</b> : Cancel Build && Remove Deploy Configuration - Annuler la compilation && supprimer le configuration de déploiement + Annuler la compilation et supprimer le configuration de déploiement Remove Deploy Configuration %1? - Supprimer la configuration de déploiement %1 ? + Supprimer la configuration de déploiement %1 ? The deploy configuration <b>%1</b> is currently being built. @@ -10077,19 +35169,19 @@ au projet '%2'. Do you want to cancel the build process and remove the Deploy Configuration anyway? - Voulez-vous annuler le processus de compilation et supprimer la configuration de déploiement ? + Voulez-vous annuler le processus de compilation et supprimer la configuration de déploiement ? Remove Deploy Configuration? - Supprimer la configuration de déploiement ? + Supprimer la configuration de déploiement ? Do you really want to delete deploy configuration <b>%1</b>? - Voulez-vous vraiment supprimer la configuration de déploiement <b>%1</b> ? + Voulez-vous vraiment supprimer la configuration de déploiement <b>%1</b> ? New name for deploy configuration <b>%1</b>: - Nouveau nom pour la configuration de déploiement <b>%1</b> : + Nouveau nom pour la configuration de déploiement <b>%1</b> : File not found: %1 @@ -10103,57 +35195,13 @@ au projet '%2'. Filter by categories Filtrer par catégories - - &Copy - Cop&ier - Show Warnings Afficher les avertissements - - The process could not be started! - Le processus n'a pas pû être démarré ! - - - Cannot retrieve debugging output! - Impossible d'obtenir la sortie de débogage ! - - - The process could not be started: %1 - Le processus n'a pas pu être démarré : %1 - - - Project management - Gestion du projet - - - &Add to Project - &Ajouer au projet - - - &Project - &Projet - - - Add to &version control - Ajouter au gestionnaire de &version - - - The following files will be added: - - - - - Les fichiers suivants seronts ajoutés : - - - - - Add to &version control: - Ajouter au gestionnaire de &version : + Ajouter au gestionnaire de &versions : Project Management @@ -10175,41 +35223,21 @@ au projet '%2'. Open With Ouvrir avec - - Session Manager... - Gestionnaire de session... - New Project... - Nouveau projet... - - - Ctrl+Shift+N - Ctrl+Shift+N + Nouveau projet… Load Project... - Charger le projet... + Charger le projet… Ctrl+Shift+O - Ctrl+Shift+O + Ctrl+Maj+O Open File - Ouvrir un fichier - - - Show in Explorer... - Afficher dans l'explorateur de fichier... - - - Show in Finder... - Afficher dans Finder... - - - Show containing folder... - Afficher le dossier parent... + Ouvrir le fichier Close Project @@ -10217,31 +35245,11 @@ au projet '%2'. Close Project "%1" - Fermer le projet "%1" - - - Close All Projects - Fermer tous les projets - - - Set Build Configuration - Définir la configuration de compilation - - - Build All - Tout compiler + Fermer le projet « %1 » Ctrl+Shift+B - Ctrl+Shift+B - - - Rebuild All - Tout recompiler - - - Clean All - Tout nettoyer + Ctrl+Maj+B Build Project @@ -10249,7 +35257,7 @@ au projet '%2'. Build Project "%1" - Compiler le projet "%1" + Compiler le projet « %1 » Ctrl+B @@ -10259,26 +35267,10 @@ au projet '%2'. Rebuild Project Recompiler le projet - - Rebuild Project "%1" - Recompiler le projet "%1" - - - Publish Project... - Publier le projet... - - - Publish Project "%1"... - Publier le projet "%1"... - Clean Project Nettoyer le projet - - Clean Project "%1" - Nettoyer le projet "%1" - Build Without Dependencies Compiler sans les dépendances @@ -10309,20 +35301,11 @@ au projet '%2'. Collapse All - Réduire tout - - - Quick Switch Target Selector - Bon, celle là est à vérifier deux fois ; gbdivers : aucune idée non plus; Pierre: pff, ils rajoutent de ces trucs bizarre dans Creator... Allez, Banco ! - Interchangeur rapide de cible - - - Failed to open project - Échec d'ouverture du projet + Tout réduire Cancel Build && Unload - Annuler la compilation && fermer + Annuler la compilation et fermer Do Not Unload @@ -10330,7 +35313,7 @@ au projet '%2'. Unload Project %1? - Fermer le projet %1 ? + Fermer le projet %1 ? The project %1 is currently being built. @@ -10338,52 +35321,20 @@ au projet '%2'. Do you want to cancel the build process and unload the project anyway? - Voulez-vous annuler le processus de compilation et fermer le projet ? - - - No active project - Pas de projet actif - - - The project '%1' has no active target - Le projet "%1" n'a pas de cible active - - - The target '%1' for project '%2' has no active run configuration - La cible "%1" du projet "%2" n'a pas de configuration de lancement active - - - Cannot run '%1' in mode '%2'. - Impossible de lancer "%1" dans le mode "%2". + Voulez-vous annuler le processus de compilation et fermer le projet ? A build is still in progress. - Une compilation est toujours en cours. - - - Set Run Configuration - Définir la configuration d'exécution + Une compilation est toujours en cours. Recent P&rojects P&rojets récents - - Recent Sessions - Sessions récentes - - - Deploy All - Tout déployer - Deploy Project Déployer le projet - - Deploy Project "%1" - Déployer le projet "%1" - Deploy Without Dependencies Déployer sans les dépendances @@ -10392,59 +35343,31 @@ au projet '%2'. Cancel Build Annuler la compilation - - Start Debugging - Commencer le débogage - - - F5 - F5 - Add New... - Ajouter nouveau... + Ajouter un nouveau… Add Existing Files... - Ajouter des fichiers existants... + Ajouter des fichiers existants… New Subproject... - Nouveau sous-projet... - - - Remove File... - Supprimer fichier... + Nouveau sous-projet… Remove Project... Remove project from parent profile (Project explorer view); will not physically delete any files. - Supprimer le projet... + Supprimer le projet… Delete File... - Effacer le fichier... - - - Set as Startup Project - Définir en tant que projet de démarrage - - - Open Build/Run Target Selector... - Ouvrir le sélecteur de cible de compilation/exécution... + Effacer le fichier… Ctrl+T Ctrl+T - - Full path of the current project's main file, including file name. - Chemin complet du fichier principal du projet actuel, dont le nom de fichier. - - - Full path of the current project's main file, excluding file name. - Chemin complet du fichier principal du projet actuel, sans le nom de fichier. - Load Project Charger un projet @@ -10454,15 +35377,11 @@ au projet '%2'. Title of dialog Nouveau projet - - Ignore all errors? - Ignorer toutes les erreurs ? - Found some build errors in current task. Do you want to ignore them? - Erreurs de compilation trouvées dans la tâche courante. -Souhaitez-vous les ignorer ? + Erreurs de compilation trouvées dans la tâche actuelle. +Souhaitez-vous les ignorer ? Always save files before build @@ -10472,125 +35391,193 @@ Souhaitez-vous les ignorer ? Close All Projects and Editors Fermer tous les projets et éditeurs + + Project Environment + Environnement du projet + + + C++ + C++ + + + Open... + Ouvrir… + + + S&essions + S&essions + + + &Manage... + &Gérer… + + + Close Pro&ject "%1" + Fermer le pro&jet « %1 » + + + Close All Files in Project + Fermer tous les fichiers du projet + + + Close All Files in Project "%1" + Fermer tous les fichiers du projet « %1 » + + + Close Pro&ject + Fermer le pro&jet + + + Build All Projects + Compiler tous les projets + + + Build All Projects for All Configurations + Compiler tous les projets pour toutes les configurations + + + Deploy All Projects + Déployer tous les projets + Rebuild Recompiler + + Rebuild All Projects + Recompiler tous les projets + + + Rebuild All Projects for All Configurations + Recompiler tous les projets pour toutes les configurations + + + Clean All Projects + Nettoyer tous les projets + + + Clean All Projects for All Configurations + Nettoyer tous les projets pour toutes les configurations + + + Build Project for All Configurations + Compiler le projet pour toutes les configurations + + + Build Project "%1" for All Configurations + Compiler le projet « %1 » pour toutes les configurations + + + Build for &Run Configuration + Compiler pour la configuration d’&exécution + + + Build for &Run Configuration "%1" + Compiler pour la configuration d’exécution « %1 » + + + Run Generator + Générateur d’exécution + + + Rebuild Project for All Configurations + Recompiler le projet pour toutes les configurations + + + Clean Project for All Configurations + Nettoyer le projet pour toutes les configurations + + + Meta+Backspace + Meta+Retour arrière + + + Alt+Backspace + Alt+Retour arrière + + + Add Existing Projects... + Ajouter les projets existants… + + + Add Existing Directory... + Ajouter les répertoires existants… + + + Close All Files + Fermer tous les fichiers + + + Close Other Projects + Fermer les autres projets + + + Close All Projects Except "%1" + Fermer tous les projets sauf « %1 » + + + Properties... + Propriétés… + + + Remove... + Supprimer… + + + Duplicate File... + Dupliquer le fichier… + Set "%1" as Active Project - Définir "%1" comme projet actif + Définir « %1 » comme le projet actif + + + Expand + Développer + + + Expand All + Tout développer Open Build and Run Kit Selector... - Ouvrir le sélecteur de kit de compilation et d'exécution... + Ouvrir le sélecteur de kit de compilation et d’exécution… Quick Switch Kit Selector Sélecteur rapide de kit - - Current project's main file - Fichier principal du projet courant - - - Full build path of the current project's active build configuration. - Lourd :( >> was "configuration de compilation active" - Chemin complet de génération indiqué dans la configuration active du projet courant. - - - The current project's name. - Nom du projet courant. - - - The currently active kit's name. - Nom du kit actif courant. - - - The currently active kit's name in a filesystem friendly version. - Nom du kit actif courant dans une version compatible avec le système de fichiers. - - - The currently active kit's id. - Identifiant du kit actif courant. - - - The currently active build configuration's name. - Nom de la configuration de compilation active courante. - - - The currently active build configuration's type. - Type de la configuration de compilation active courante. - File where current session is saved. - Fichier dans lequel est enregistré la session courante. + Fichier dans lequel est enregistré la session actuelle. Name of current session. - Nom de la session courante. - - - debug - debug - - - release - release - - - unknown - inconnu + Nom de la session actuelle. Failed to Open Project - Échec d'ouverture du projet + Échec d’ouverture du projet - Failed opening project '%1': Project already open - Échec de l'ouverture du projet "%1" : le projet est déjà ouvert - - - Unknown error - Erreur inconnue - - - Could Not Run - Impossible de démarrer + <b>Warning:</b> This file is generated. + <b>Avertissement :</b> ce fichier est généré. <b>Warning:</b> This file is outside the project directory. <b>Avertissement :</b> ce fichier est en dehors du répertoire du projet. - - Build - Build step - Compilation - - - The project %1 is not configured, skipping it. - - Le projet %1 n'est pas configuré, il sera ignoré. - - Currently building the active project. En cours de compilation du projet actif. The project %1 is not configured. - Le projet %1 n'est pas configuré. + Le projet %1 n’est pas configuré. Project has no build settings. - Le projet n'a pas de configuration de compilation. - - - No project loaded - Pas de projet chargé - - - Building '%1' is disabled: %2 - La compilation de "%1" désactivée : %2 + Le projet n’a pas de configuration de compilation. No active project. @@ -10598,53 +35585,229 @@ Souhaitez-vous les ignorer ? Could not add following files to project %1: - Impossible d'ajouter les fichiers suivants au projet %1 : + Impossible d’ajouter les fichiers suivants au projet %1 : Project Editing Failed - Échec d'édition du projet + Échec d’édition du projet + + + Current Build Environment + Environnement de compilation actuel + + + Current Run Environment + Environnement d’exécution actuel + + + Active build environment of the active project. + les messages similaires précédent n'ont pas de point final. Ce message apparait dans une boite déroulante. + Environnement de compilation actif du projet actif + + + Active run environment of the active project. + les messages similaires précédent n'ont pas de point final. Ce message apparait dans une boite déroulante. + Environnement d’exécution actif du projet actif + + + Sanitizer + Category for sanitizer issues listed under 'Issues' + Si on tient vraiment à traduire, on peut utiliser « assainissant » mais le terme « sanitizer » semble plus répandu en français + Sanitizer + + + Parse Build Output... + Analyser la sortie de compilation… + + + <h3>Project already open</h3> + <h3>Le projet est déjà ouvert</h3> + + + Failed opening project "%1": Project is not a file. + Échec de l’ouverture du projet « %1 » : le projet n’est pas un fichier. + + + Failed opening project "%1": No plugin can open project type "%2". + Échec de l’ouverture du projet « %1 » : aucun greffon ne peut ouvrir le type de projet « %2 ». + + + Ignore All Errors? + Ignorer toutes les erreurs ? + + + Run Configuration Removed + Configuration de l’exécution supprimée + + + The configuration that was supposed to run is no longer available. + La configuration qui devait être exécutée n’est plus disponible. + + + Open Project in "%1" + Ouvrir le projet dans « %1 » + + + Open Project "%1" + Ouvrir le projet « %1 » + + + The file "%1" was renamed to "%2", but the following projects could not be automatically changed: %3 + Le fichier « %1 » a été renommé en « %2 », mais les projets suivants n’ont pas pu être modifiés automatiquement : %3 + + + The following projects failed to automatically remove the file: %1 + Les projets suivants n’ont pas réussi à supprimer automatiquement le fichier : %1 + + + Building "%1" is disabled: %2<br> + La compilation de « %1 » est désactivée : %2<br> + + + A build is in progress. + Une compilation est en cours. + + + Close %1? + Fermer %1 ? + + + Do you want to cancel the build process and close %1 anyway? + Voulez-vous annuler le processus de compilation et fermer quand même %1 ? + + + The project "%1" is not configured. + Le projet « %1 » n’est pas configuré. + + + The project "%1" has no active kit. + Le projet « %1 » n’a pas de kit actif. + + + The kit "%1" for the project "%2" has no active run configuration. + Le kit « %1 » pour le projet « %2 » n’a pas de configuration d’exécution active. + + + Cannot run "%1". + Impossible d’exécuter « %1 ». + + + A run action is already scheduled for the active project. + Une action d’exécution est déjà programmée pour le projet actif. + + + %1 in %2 + %1 dans %2 + + + The following subprojects could not be added to project "%1": + Les sous-projets suivants n’ont pas pu être ajoutés au projet « %1 » : + + + Adding Subproject Failed + Échec de l’ajout du sous-projet + + + Remove More Files? + Supprimer d’autres fichiers ? + + + Remove these files as well? + %1 + Supprimer également ces fichiers ? +…%1 + + + File "%1" was not removed, because the project has changed in the meantime. +Please try again. + Le fichier « %1 » n’a pas été supprimé, car le projet a été modifié entre-temps. +Veuillez réessayer. + + + Could not remove file "%1" from project "%2". + Impossible de supprimer le fichier « %1 » du projet « %2 ». + + + _copy + _copier + + + Choose File Name + Sélectionner un nom de fichier + + + New file name: + Nouveau nom de fichier : + + + Duplicating File Failed + Échec de la duplication du fichier + + + Failed to copy file "%1" to "%2": %3. + Échec de la copie du fichier « %1 » vers « %2 » : %3. + + + Failed to add new file "%1" to the project. + Échec de l’ajout du nouveau fichier « %1 » au projet. + + + The project file %1 cannot be automatically changed. + +Rename %2 to %3 anyway? + Le fichier de projet %1 ne peut pas être modifié automatiquement. + +Renommer quand même %2 en %3 ? The file %1 was renamed to %2, but the project file %3 could not be automatically changed. Le fichier %1 a été renommé en %2, mais le fichier de projet %3 ne peut être modifié automatiquement. - The project '%1' has no active target. - Le projet '%1' n'a aucune cible active. + The file %1 could not be renamed %2. + Le fichier %1 n’a pas pu être renommé en %2. - The target '%1' for the project '%2' has no active run configuration. - La cible '%1' pour le projet '%2' n'a aucune configuration d'exécution. + Cannot Rename File + Impossible de renommer le fichier - Cannot run '%1'. - Impossible d'exécuter "%1". + Matches all files from all project directories. Append "+<number>" or ":<number>" to jump to the given line number. Append another "+<number>" or ":<number>" to jump to the column number as well. + Fait correspondre tous les fichiers de tous les répertoires du projet. Ajoutez « +<numéro> » ou « :<numéro> » pour passer au numéro de ligne donné. Ajoutez un autre « +<nombre> » ou « :<nombre> » pour passer également au numéro de colonne. + + + Run run configuration + Lancer la configuration d’exécution + + + Run a run configuration of the current active project + Lancer une configuration d’exécution du projet actif actuel + + + Switch run configuration + Échanger la configuration d’exécution + + + Switch active run configuration + Échanger la configuration d’exécution active + + + Switched run configuration to +%1 + Configuration d’exécution changée en +%1 + + + Custom Executable + Exécutable personnalisé Run %1 Exécuter %1 - Currently building the active project - Compilation du projet actif en cours - - - Project has no build settings - Le projet n'a pas de paramètres de compilation - - - Building '%1' is disabled: %2<br> - Compilation de "%1" désactivée : %2<br/> - - - A build is in progress - Une compilation est en cours - - - Building '%1' is disabled: %2 - - Compilation de "%1" désactivée : %2 - + You need to set an executable in the custom run configuration. + Vous devez définir un exécutable dans la configuration d’exécution personnalisée. Cancel Build && Close @@ -10654,26 +35817,10 @@ Souhaitez-vous les ignorer ? Do Not Close Ne pas fermer - - Close Qt Creator? - Fermer Qt Creator ? - A project is currently being built. Un projet est en cours de compilation. - - Do you want to cancel the build process and close Qt Creator anyway? - Voulez-vous annuler le processus de compilation et fermer Qt Creator ? - - - Cannot run without a project. - Impossible d'exécuter sans projet. - - - Cannot debug without a project. - Impossible de déboguer sans projet. - New File Title of dialog @@ -10688,19 +35835,9 @@ Souhaitez-vous les ignorer ? Add Existing Files Ajouter des fichiers existants - - Could not add following files to project %1: - - Impossible d'ajouter les fichiers suivants au projet %1 : - - Adding Files to Project Failed - L'ajout de fichiers au projet a échoué - - - Adding to Version Control Failed - L'ajout au système de controle de version a échoué + L’ajout de fichiers au projet a échoué Removing File Failed @@ -10708,7 +35845,7 @@ Souhaitez-vous les ignorer ? Deleting File Failed - L'effacement de fichier a échoué + L’effacement de fichier a échoué Delete File @@ -10716,81 +35853,11 @@ Souhaitez-vous les ignorer ? The project %1 is not configured, skipping it. - Le projet %1 n'est pas configuré, il sera ignoré. - - - The project '%1' has no active kit. - Le projet "%1" n'a pas de kit actif. - - - The kit '%1' for the project '%2' has no active run configuration. - Le kit "%1" du projet "%2" n'a pas de configuration de lancement active. + Le projet %1 n’est pas configuré, il sera ignoré. Delete %1 from file system? - Supprimer %1 du système de fichiers ? - - - Add files to project failed - Échec de l'ajout des fichiers au projet - - - Add to Version Control - Ajouter au gestionnaire de version - - - Add files -%1 -to version control (%2)? - Ajouter les fichiers -%1 -au système de gestion de version (%2) ? - - - Could not add following files to version control (%1) - - Impossible d'ajouter les fichiers suivant au système de gestion de version (%1) - - - - Add files to version control failed - Échec de l'ajout des fichiers au système de gestion de version - - - Projects (%1) - Projets (%1) - - - All Files (*) - Tous les fichiers (*) - - - Launching Windows Explorer failed - Échec du lancement de l'Explorer Windows - - - Could not find explorer.exe in path to launch Windows Explorer. - Impossible de trouver explorer.exe dans le path pour lancer l'Explorer Windows. - - - Launching a file explorer failed - Échec du lancement du gestionnaire de fichier - - - Could not find xdg-open to launch the native file explorer. - Impossible de trouver xdg-open pour lancer un gestionnaire de fichier natif. - - - Remove file failed - Suppression du fichier échoué - - - Could not remove file %1 from project %2. - Impossible de supprimer le fichier %1 du projet %2. - - - Delete file failed - Échec de la suppression du fichier + Supprimer %1 du système de fichiers ? Could not delete file %1. @@ -10806,15 +35873,29 @@ au système de gestion de version (%2) ? Failed to restore project files - Echec de la restauration des fichiers de projet + Échec de la restauration des fichiers de projet + + + Could not save session %1 + Impossible d’enregistrer la session %1 Delete Session Supprimer la session + + Delete Sessions + Supprimer les sessions + Delete session %1? - Supprimer la session %1 ? + Supprimer la session %1 ? + + + Delete these sessions? + %1 + Supprimer ces sessions ? +…%1 Could not restore the following project files:<br><b>%1</b> @@ -10822,178 +35903,9876 @@ au système de gestion de version (%2) ? Keep projects in Session - Garder les projets dans la session + Conserver les projets dans la session Remove projects from Session Supprimer les projets de la session + + Loading Session + Chargement de la session + Session Session - Error while saving session - Erreur lors de l'enregistrement de la session + Last Modified + Dernière modification - Could not save session to file "%1" - Impossible d'enregistrer la session dans le fichier "%1" + New Session Name + Nouveau nom de session + + + &Create + &Créer + + + Create and &Open + Créer et &ouvrir + + + &Clone + &Cloner + + + Clone and &Open + Cloner et &ouvrir + + + Rename Session + Renommer la session + + + Rename and &Open + Renommer et &ouvrir + + + Error while saving session + Erreur lors de l’enregistrement de la session + + + Could not save session to file %1 + Impossible d’enregistrer la session dans le fichier %1 Untitled Sans titre - Session ('%1') - Session ("%1") + Build and Run + Compiler et exécuter + + + Use jom instead of nmake + Utiliser jom à la place de nmake + + + Projects Directory + Répertoire du projet + + + Current directory + Répertoire actuel + + + Directory + Répertoire + + + Close source files along with project + Fermer les fichiers sources en même temps que le projet + + + Save all files before build + Enregistrer tous les fichiers avant de compiler + + + Add linker library search paths to run environment + Ajouter les chemins de recherche de la bibliothèque de l’éditeur de liens à l’environnement d’exécution + + + Create suitable run configurations automatically + Créer automatiquement des configurations d’exécution adaptées + + + Clear issues list on new build + Effacer la liste des problèmes liés à la nouvelle compilation + + + Abort on error when building all projects + Abandonner en cas d’erreur lors de la compilation de tous les projets + + + Start build processes with low priority + Démarrer les processus de compilation avec une faible priorité + + + Do Not Build Anything + Ne rien compiler + + + Build the Whole Project + Compiler le projet complet + + + Build Only the Application to Be Run + Compiler uniquement l’application à exécuter + + + All + Toutes + + + Same Project + Le même projet + + + Same Build Directory + Le même répertoire de compilation + + + Same Application + La même application + + + Enabled + Activé + + + Disabled + Désactivé + + + Deduced from Project + Déduit du projet + + + Closing Projects + Fermeture des projets + + + Build before deploying: + Compiler avec le déploiement : + + + Stop applications before building: + Arrêter les applications avant la compilation : + + + Default for "Run in terminal": + Valeur par défaut pour « Exécuter dans un terminal » : + + + Always deploy project before running it + Toujours déployer le projet avant de l’exécuter + + + Always ask before stopping applications + Toujours demander avant d’arrêter des applications + + + Merge stderr and stdout + Rassembler stderr et stdout + + + Enable + Activer + + + Use Project Default + Utiliser les paramètres par défaut du projet + + + Default build directory: + Répertoire par défaut de compilation : + + + QML debugging: + Débogage QML : + + + Use qmlcachegen: + Utiliser qmlcachegen : + + + Default Build Properties + Propriétés de compilation par défaut + + + Unexpected run control state %1 when worker %2 started. + État de contrôle d’exécution inattendu %1 lorsque le worker %2 a démarré. + + + Force &Quit + Forcer à &quitter + + + &Keep Running + &Continuer l’exécution + + + Cannot retrieve debugging output. + Impossible d’obtenir la sortie du débogage. + + + Cannot run: No command given. + Exécution impossible : aucune commande n’a été donnée. + + + %1 crashed. + %1 a planté. + + + The process was ended forcefully. + Le processus a été stoppé avec force. + + + An unknown error in the process occurred. + Une erreur inconnue est survenue dans le processus. + + + Either the invoked program "%1" is missing, or you may have insufficient permissions to invoke the program. + Soit le programme invoqué « %1 » est manquant, soit vous n’avez pas les autorisations suffisantes pour invoquer le programme. + + + An error occurred when attempting to write to the process. For example, the process may not be running, or it may have closed its input channel. + Une erreur est survenue lors de la tentative d’écriture sur le processus. Par exemple, le processus peut ne pas être en cours d’exécution ou avoir fermé son canal d’entrée. + + + An error occurred when attempting to read from the process. For example, the process may not be running. + Une erreur est survenue lors de la tentative de lecture du processus. Par exemple, le processus peut ne pas être en cours d’exécution. + + + Run + Exécuter + + + No executable specified. + Aucun exécutable n’est spécifié. + + + Starting %1... + Démarrage de %1… + + + %1 exited with code %2 + %1 s’est terminé avec le code %2 + + + No project loaded. + Aucun projet chargé. + + + Use Regular Expressions + Utiliser des expressions régulières + + + Case Sensitive + Sensible à la casse + + + Show Non-matching Lines + Afficher les lignes non concordantes + + + Project Settings + Paramètres du projet + + + Import Existing Build... + Importer une compilation existante… + + + Manage Kits... + Gérer les kits… + + + Project Selector + Sélecteur de projet + + + Active Project + Projet actif + + + Build System Output + Sortie du système de compilation + + + Import Directory + Importer un répertoire + + + Location + Emplacement + + + untitled + File path suggestion for a new project. If you choose to translate it, make sure it is a valid path name without blanks and using only ascii chars. + sans_titre + + + Clean + Displayed name for a "cleaning" build step +---------- +Display name of the clean build step list. Used as part of the labels in the project window. + Nettoyer + + + Clear system environment + Nettoyer l’environnement système + + + Build Environment + Environnement de compilation + + + URI: + URI : + + + Creates a custom Qt Creator plugin. + Crée un greffon personnalisé pour Qt Creator. + + + Non-Qt Project + Projet non Qt + + + Qt Creator Plugin + Greffon Qt Creator + + + Code Snippet + Extrait de code + + + Code: + Code : + + + Type: + Type : + + + Object class-name: + Nom de classe de l’objet : + + + Plugin name: + Nom du greffon : + + + Vendor name: + Nom du vendeur : + + + Copyright: + Copyright : + + + License: + Licence : + + + This wizard creates an empty .pro file. + Cet assistant génère un fichier .pro vide. + + + Project Location + Emplacement du projet + + + Creates a qmake-based project without any files. This allows you to create an application without any default classes. + Génère un projet fondé sur qmake sans aucun fichier. Cela vous permet de créer une application sans aucune classe par défaut. + + + Empty qmake Project + Projet qmake vide + + + Use Qt Virtual Keyboard + Utiliser un clavier virtuel Qt + + + Define Project Details + Définir les détails du projet + + + Details + Détails + + + Creates a Qt Quick 2 UI project with a QML entry point. To use it, you need to have a QML runtime environment. + +Use this only if you are prototyping. You cannot create a full application with this. Consider using a Qt Quick Application project instead. + Crée un projet d’interface Qt Quick 2 avec un point d’entrée QML. Pour l’utiliser, vous devez disposer d’un environnement d’exécution QML. + +N’utilisez cette option que si vous faites du prototypage. Il ne permet pas de créer une application complète. Envisagez plutôt d’utiliser un projet Qt Quick Application. + + + Qt Quick UI Prototype + Prototype d’interface Qt Quick + + + This wizard creates a C++ library project. + L’assistant génère un projet de bibliothèque C++. + + + qmake + qmake + + + CMake + CMake + + + Qbs + Qbs + + + Meson + Meson + + + Build system: + Système de compilation : + + + Define Build System + Définir le système de compilation + + + Build System + Système de compilation + + + Specify basic information about the classes for which you want to generate skeleton source code files. + Définir les informations de base des classes pour lesquelles vous souhaitez générer des fichiers squelettes de code source. + + + Shared Library + Bibliothèque partagée + + + Statically Linked Library + Bibliothèque liée statiquement + + + Qt Plugin + Greffon Qt + + + %{JS: value('Type') === 'qtplugin' ? value('BaseClassName').slice(1) : (value('ProjectName').charAt(0).toUpperCase() + value('ProjectName').slice(1))} + %{JS: value('Type') === 'qtplugin' ? value('NomClasseParent').slice(1) : (value('NomDuProjet').charAt(0).toUpperCase() + value('NomDuProjet').slice(1))} + + + Class name: + Nom de la classe : + + + QAccessiblePlugin + QAccessiblePlugin + + + QGenericPlugin + QGenericPlugin + + + QIconEnginePlugin + QIconEnginePlugin + + + QImageIOPlugin + QImageIOPlugin + + + QScriptExtensionPlugin + QScriptExtensionPlugin + + + QSqlDriverPlugin + QSqlDriverPlugin + + + QStylePlugin + QStylePlugin + + + Base class: + Classe parent : + + + Core + Cœur + + + Gui + Interface graphique + + + Widgets + Widgets + + + Qt module: + Module Qt : + + + %{JS: Cpp.classToFileName(value('Class'), Util.preferredSuffix('text/x-c++hdr'))} + %{JS: Cpp.classToFileName(value('Classe'), Util.preferredSuffix('text/x-c++hdr'))} + + + Header file: + Fichier d’en-tête : + + + %{JS: Cpp.classToFileName(value('Class'), Util.preferredSuffix('text/x-c++src'))} + %{JS: Cpp.classToFileName(value('Classe'), Util.preferredSuffix('text/x-c++src'))} + + + Source file: + Fichier source : + + + Translation File + Fichier de traduction + + + Translation + Traduction + + + Creates a C++ library. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul> + une bibliothèque C++ partagée ou statique à utiliser avec un autre projet au moment de l’exécution (linktime) + Génère une bibliothèque C++. Cela peut être utiliser pour créer :<ul><li>une bibliothèque C++ partagée à utiliser avec <tt>QPluginLoader</tt> et le runtime (greffons)</li><li>une bibliothèque C++ partagée ou statique à utiliser avec un autre projet au moment de l’exécution (linktime)</li></ul> + + + Library + Bibliothèque + + + C++ Library + Bibliothèque C++ + + + Qt 6.2 + Qt 6.2 + + + Qt 5.15 + Qt 5.15 + + + Qt 5.14 + Qt 5.14 + + + Qt 5.13 + Qt 5.13 + + + Qt 5.12 + Qt 5.12 + + + Minimum required Qt version: + Version minimale requise de Qt : + + + MyItem + MonElement + + + com.mycompany.qmlcomponents + com.mycompany.qmlcomponents + + + Create example project + Créer un projet d’exemple + + + Custom Parameters + Paramètres personnalisés + + + Creates a C++ plugin to load Qt Quick extensions dynamically into applications using the QQmlEngine class. + Crée un greffon C++ pour charger les extensions Qt Quick dynamiquement dans les applications en utilisant la classe QQmlEngine. + + + Binary + Binaire + + + Hybrid + Hybride + + + Author: + Auteur : + + + Description: + Description : + + + 0.1.0 + 0.1.0 + + + Version: + Version : + + + MIT + MIT + + + GPL-2.0 + GPL-2.0 + + + Apache-2.0 + Apache-2.0 + + + ISC + ISC + + + GPL-3.0 + GPL-3.0 + + + BSD-3-Clause + BSD-3-Clause + + + LGPL-2.1 + LGPL-2.1 + + + LGPL-3.0 + LGPL-3.0 + + + EPL-2.0 + EPL-2.0 + + + Proprietary + Propriétaire + + + Other + Autre + + + C + C + + + Cpp + Cpp + + + Objective C + Objective C + + + Javascript + Javascript + + + Backend: + Backend : + + + 1.0.0 + 1.0.0 + + + Min Nim Version: + Version minimale de Nim : + + + Define Project Configuration + Définir la configuration du projet + + + Configuration + Configuration + + + Creates a Nim application with Nimble. + Génère une application Nim avec Nimble. + + + Nimble Application + Application Nimble + + + Creates a simple C++ application with no dependencies. + Génère une simple application C++ avec aucune dépendance. + + + Plain C++ Application + Application C++ simple + + + Please configure <b>%{vcsName}</b> now. + Veuillez configurer <b>%{vcsName}</b> maintenant. + + + Repository: + Dépôt : + + + Repository URL is not valid + L’URL du dépôt n’est pas valide + + + <default branch> + <branche par défaut> + + + Branch: + Branche : + + + %{defaultDir} + %{repertoireParDefaut} + + + Directory: + Répertoire : + + + "%{JS: Util.toNativeSeparators('%{TargetPath}')}" exists in the filesystem. + « %{JS: Util.toNativeSeparators('%{CheminDeLaCible}')} » existe dans le système de fichiers. + + + Recursive + Récursif + + + Recursively initialize submodules. + Initialiser récursivement les sous-modules. + + + Specify repository URL, branch, checkout directory, and path. + Spécifiez l’URL du dépôt, la branche, le répertoire de checkout et le chemin. + + + Running Git clone... + Exécution de Git clone… + + + Checkout + Checkout + + + Clones a Git repository and tries to load the contained project. + Clone un dépôt Git et essaye de charger le projet contenu. + + + Git Clone + Git clone + + + Use existing directory + Utiliser le répertoire existant + + + Proceed with cloning the repository, even if the target directory already exists. + Procéder au clonage du dépôt, même si le répertoire cible existe déjà. + + + Stacked + Empilée + + + Make the new branch depend on the availability of the source branch. + Faire dépendre la nouvelle branche de la disponibilité de la branche source. + + + Standalone + Autonome + + + Do not use a shared repository. + Ne pas utiliser de dépôt partagé. + + + Bind new branch to source location + Lier les nouvelles branches aux emplacements des sources + + + Bind the new branch to the source location. + Lier la nouvelle branche à l’emplacement des sources. + + + Switch checkout + Basculer l’import + + + Switch the checkout in the current directory to the new branch. + Basculer l’import du répertoire actuel à la nouvelle branche. + + + Hardlink + Lien dur + + + Use hard-links in working tree. + Utiliser les liens durs dans l’arbre de travail. + + + No working-tree + Pas d’arbre de travail + + + Do not create a working tree. + Ne pas créer d’arbre de travail. + + + Revision: + Révision : + + + Specify repository URL, checkout directory, and path. + Indiquer l’URL du dépôt, son répertoire de checkout et son chemin. + + + Running Bazaar branch... + Exécution de la branche Bazaar… + + + Clones a Bazaar branch and tries to load the contained project. + Clone une branche Bazaar et essaye de charger le projet qu’elle contient. + + + Bazaar Clone (Or Branch) + Clone Bazaar (ou branche) + + + Running Mercurial clone... + Exécution du clone Mercurial… + + + Clones a Mercurial repository and tries to load the contained project. + Clone un dépôt Mercurial et essaie de charger le projet qu’il contient. + + + Mercurial Clone + Clone Mercurial + + + Trust Server Certificate + Faire confiance au certificat du serveur + + + Running Subversion checkout... + Exécution du checkout Subversion… + + + Checks out a Subversion repository and tries to load the contained project. + Importer le dépôt Subversion et essayer le charger le projet qu’il contient. + + + Subversion Checkout + Checkout Subversion + + + Module: + Module : + + + Specify module and checkout directory. + Indiquer le module et le répertoire de checkout. + + + Running CVS checkout... + Exécution du checkout CVS… + + + Checks out a CVS repository and tries to load the contained project. + Importer le dépôt CVS et essayer le charger le projet qu’il contient. + + + CVS Checkout + Checkout CVS + + + Creates a simple Nim application. + Génère une application Nim simple. + + + Nim Application + Application Nim + + + This wizard generates a Qt Widgets Application project. The application derives by default from QApplication and includes an empty widget. + Cet assistant génère un projet d’application Qt avec widgets. L’application dérive par défaut de QApplication et inclut un widget vide. + + + %{JS: value('BaseClass') ? value('BaseClass').slice(1) : 'MyClass'} + %{JS: value('ClasseParent') ? value('ClasseParent').slice(1) : 'MaClasse'} + + + Generate form + Générer le formulaire + + + %{JS: Cpp.classToFileName(value('Class'), 'ui')} + %{JS: Cpp.classToFileName(value('Classe'), 'ui')} + + + Form file: + Fichier d’interface : + + + Class Information + Information sur la classe + + + Creates a widget-based Qt application that contains a Qt Designer-based main window. + +Preselects a desktop Qt for building the application if available. + Génère une application Qt basée sur des widgets qui contient une fenêtre principale basée sur Qt Designer. + +Présélectionne un Qt optimisé pour le bureau pour la compilation de l’application, s’il est disponible. + + + Application (Qt) + Application (Qt) + + + Qt Widgets Application + Application Qt avec widgets + + + Create a project that you can open in Qt Design Studio + Créer un projet que vous pouvez ouvrir dans Qt Design Studio + + + Create a project with a structure that is compatible both with Qt Design Studio (via .qmlproject) and with Qt Creator (via CMakeLists.txt). It contains a .ui.qml form that you can visually edit in Qt Design Studio. + Génère un projet dont la structure est compatible à la fois avec Qt Design Studio (via .qmlproject) et avec Qt Creator (via CMakeLists.txt). Il contient un formulaire .ui.qml que vous pouvez modifier visuellement dans Qt Design Studio. + + + The minimum version of Qt you want to build the application for + La version minimale de Qt pour laquelle vous souhaitez créer l’application + + + Creates a Qt Quick application that contains an empty window. Optionally, you can create a Qt Design Studio project. + Génère une application Qt Quick contenant une fenêtre vide. En option, vous pouvez créer un projet Qt Design Studio. + + + Qt Quick Application + Application Qt Quick + + + Creates a simple C application with no dependencies. + Génère une simple application en C sans aucune dépendance. + + + Plain C Application + Application C simple + + + PySide version: + Version de PySide : + + + %{JS: value('BaseCB') ? value('BaseCB').slice(1) : 'MyClass'} + %{JS: value('BaseCB') ? value('BaseCB').slice(1) : 'MaClasse'} + + + %{JS: Cpp.classToFileName(value('Class'), Util.preferredSuffix('text/x-python'))} + %{JS: Cpp.classToFileName(value('Classe'), Util.preferredSuffix('text/x-python'))} + + + %{JS: Util.fileName('%{ProjectName}', 'pyproject')} + %{JS: Util.fileName('%{NomDuProjet}', 'projetpy')} + + + Project file: + Fichier du projet : + + + Define Class + Définir la classe + + + Creates a Qt for Python application that includes a Qt Designer-based widget (ui file) - Requires .ui to Python conversion + Génère une application Qt pour Python qui inclut un widget fondé sur Qt Designer (fichier ui) - Nécessite une conversion .ui vers Python + + + Application (Qt for Python) + Application (Qt pour Python) + + + Window UI + Interface utilisateur de la fenêtre + + + <Custom> + <Personnalisé> + + + Creates a Qt for Python application that contains an empty window. + Génère une application Qt pour Python qui contient une fenêtre vide. + + + Empty Window + Fenêtre vide + + + PySide 6 + PySide 6 + + + PySide 5.15 + PySide 5.15 + + + PySide 5.14 + PySide 5.14 + + + PySide 5.13 + PySide 5.13 + + + PySide 5.12 + PySide 5.12 + + + Creates a Qt Quick application that contains an empty window. + Génère une application Qt Quick qui contient une fenêtre vide. + + + Qt Quick Application - Empty + Application Qt Quick - vide + + + Creates a Qt for Python application that contains only the main code for a QApplication. + Génère une application Qt pour Python qui ne contient que le code principal d’une QApplication. + + + Empty Application + Application vide + + + This wizard creates a simple Qt-based console application. + Cet assistant génère une application en console simple basée sur Qt. + + + Creates a project containing a single main.cpp file with a stub implementation. + +Preselects a desktop Qt for building the application if available. + Génère un projet contenant un seul fichier main.cpp avec un début d’implémentation. + +Présélectionne un Qt optimisé pour le bureau pour compiler l’application si disponible. + + + Qt Console Application + Application Qt en console + + + This wizard creates a simple unit test project. + Cet assistant génère un projet de test unitaire simple. + + + Qt Test + Qt Test + + + Google Test + Google Test + + + Qt Quick Test + Qt Quick Test + + + Boost Test + Boost Test + + + Catch2 + Catch2 + + + Test framework: + Cadriciel de test : + + + GUI Application + Application graphique + + + Test suite name: + Nom de la suite de tests : + + + Test case name: + Nom du cas de test : + + + Requires QApplication + QApplication est nécessaire + + + Generate setup code + Générer le code d’installation + + + Generate initialization and cleanup code + Génère le code d’initialisation et de nettoyage + + + Enable C++11 + Activer le C++11 + + + Googletest source directory (optional): + Répertoire source de Googletest (optionnel) : + + + Boost include directory (optional): + Répertoire source de Boost (optionnel) : + + + Catch2 include directory (optional): + Répertoire d’include de Catch2 (optionnel) : + + + Use Qt libraries + Utiliser les bibliothèques Qt + + + Project and Test Information + + + + Creates a new unit test project. Unit tests allow you to verify that the code is fit for use and that there are no regressions. + Génère un nouveau projet de test unitaire. Les tests unitaires permettent de vérifier que le code est utilisable et qu’il n’y a pas de régression. + + + Auto Test Project + Tester automatiquement le projet + + + Qt for Python module: + Module de Qt pour Python : + + + You can choose Qt classes only if you select a Qt for Python module. + Vous ne pouvez choisir des classes Qt que si vous sélectionnez un module Qt pour Python. + + + %{BaseCB} + %{BaseCB} + + + Import QtCore + Importer QtCore + + + Import QtWidgets + Importer QtWidgets + + + Import QtQuick + Importer QtQuick + + + %{JS: Util.fileName(value('Class'), Util.preferredSuffix('text/x-python'))} + %{JS: Util.fileName(value('Classe'), Util.preferredSuffix('text/x-python'))} + + + Creates new Python class file. + Génère un nouveau fichier de classe Python. + + + Python + Python + + + Python Class + Classe Python + + + Customize header row + Personnaliser la ligne d’en-tête + + + Items are editable + Les éléments sont modifiables + + + Rows and columns can be added + Des lignes et des colonnes peuvent être ajoutées + + + Rows and columns can be removed + Les lignes et les colonnes peuvent être supprimées + + + Fetch data dynamically + Recevoir des données de manière dynamique + + + Define Item Model Class + Définir la classe du modèle d’élément + + + Creates a Qt item model. + Crée un modèle d’élément Qt. + + + Qt + Qt + + + Qt Item Model + Modèle d’élément Qt + + + Fully qualified name, including namespaces + Nom entièrement qualifié, y compris les espaces de noms + + + Include QObject + Inclure QObject + + + Include QWidget + Inclure QWidget + + + Include QMainWindow + Inclure QMainWindow + + + Include QDeclarativeItem - Qt Quick 1 + Inclure QDeclarativeItem - Qt Quick 1 + + + Include QQuickItem - Qt Quick 2 + Inclure QQuickItem - Qt Quick 2 + + + Include QSharedData + Inclure QSharedData + + + Add Q_OBJECT + Ajouter Q_OBJECT + + + Add QML_ELEMENT + Ajouter QML_ELEMENT + + + Creates a C++ header and a source file for a new class that you can add to a C++ project. + Crée les fichier d’en-tête et de fichier source C++ pour une nouvelle classe que vous pouvez ajouter a votre projet C++. + + + C/C++ + C/C++ + + + C++ Class + Classe C++ + + + Creates a CMake-based test project for which a code snippet can be entered. + Génère un projet de test fondé sur CMake pour lequel un extrait de code peut être saisi. + + + int main(int argc, char *argv[]) +{ + return 0; +} + int main(int argc, char *argv[]) +{ + return 0; +} + + + QtCore + QtCore + + + QtCore, QtWidgets + QtCore, QtWidgets + + + Use Qt Modules: + Utiliser Qt Modules : + + + Application bundle (macOS) + Paquet d’application (macOS) + + + Define Code snippet + Définir l’extrait de code + + + Code snippet + Extrait de code + + + Creates an empty Python script file using UTF-8 charset. + Génère un fichier script Python vide en utilisant le jeu de caractères UTF-8. + + + Python File + Fichier Python + + + Creates a scratch model using a temporary file. + Génère un modèle brouillon à l’aide d’un fichier temporaire. + + + Modeling + Modélisation + + + Scratch Model + Modèle brouillon + + + Model name: + Nom du modèle : + + + Location: + Emplacement : + + + "%{JS: Util.toNativeSeparators(value('TargetPath'))}" exists in the filesystem. + « %{JS: Util.toNativeSeparators(value('CheminDeLaCible'))} » existe dans le système de fichiers. + + + Model Name and Location + Emplacement et nom du modèle + + + Creates a new empty model with an empty diagram. + Génère un nouveau modèle vide avec un diagramme vide. + + + Model + Modèle + + + Creates a scratch buffer using a temporary file. + Génère un brouillon en utilisant un fichier temporaire. + + + Scratch Buffer + Brouillon + + + State chart name: + Nom du diagramme d’état : + + + State Chart Name and Location + Nom du diagramme d’état et emplacement + + + Creates a new empty state chart. + Crée un nouveau diagramme d’état vide. + + + State Chart + Diagramme d’état + + + Creates a Qt Resource file (.qrc). + Crée une fichier de ressources Qt (.qrc). + + + Qt Resource File + Fichier de ressources Qt + + + Creates an empty Nim script file using UTF-8 charset. + Crée un fichier de script Nim vide en utilisant le jeu de caractères UTF-8. + + + Nim + Nim + + + Nim Script File + + + + Creates an empty Nim file using UTF-8 charset. + Crée un fichier Nim vide en utilisant le jeu de caractères UTF-8. + + + Nim File + Fichier Nim + + + Creates an empty file. + Crée un fichier vide. + + + Empty File + Fichier vide + + + Choose a Form Template + Sélectionner un modèle d’interface graphique + + + Form Template + Modèle d’interface graphique + + + Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic. + Crée un formulaire Qt Designer que l’on peut ajouter à un projet Qt Widget. Ceci est utile si vous utilisez déjà une classe pour la logique métier de l’interface. + + + Qt Designer Form + Interface graphique Qt Designer + + + Creates a source file that you can add to a C/C++ project. + Crée un fichier source que vous pouvez ajouter à un projet C/C++. + + + C/C++ Source File + Fichier source C/C++ + + + Creates a header file that you can add to a C/C++ project. + Crée un fichier d’en-tête que vous pouvez ajouter à un projet C/C++. + + + C/C++ Header File + Fichier d’en-tête C/C++ + + + Stateless library + Bibliothèque sans état + + + Options + Options + + + Creates a JavaScript file. + Crée un fichier JavaScript. + + + JS File + Fichier JS + + + Creates a vertex shader in the Desktop OpenGL Shading Language (GLSL). Vertex shaders transform the positions, normals and texture coordinates of triangles, points and lines rendered with OpenGL. + Crée un vertex shader dans le langage de shaders d’OpenGL pour le bureau (GLSL). Les vertex shaders transforment les positions, normales et coordonnées des textures des triangles, points et lignes rendues avec OpenGL. + + + GLSL + GLSL + + + Vertex Shader (Desktop OpenGL) + Vertex shader (OpenGL bureau) + + + Creates a fragment shader in the Desktop OpenGL Shading Language (GLSL). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL. + Crée un fragment shader dans le langage de shaders d’OpenGL (GLSL). Les fragment shaders génèrent la couleur finale des pixels pour les triangles, points et lignes rendues avec OpenGL. + + + Fragment Shader (Desktop OpenGL) + Fragment shader (OpenGL Bureau) + + + Creates a vertex shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Vertex shaders transform the positions, normals and texture coordinates of triangles, points and lines rendered with OpenGL. + Crée un vertex shader dans le langage de shaders d’OpenGL/ES 2.0 (GLSL/ES). Les vertex shaders transforment les positions, normales et coordonnées des textures des triangles, points et lignes rendues avec OpenGL. + + + Vertex Shader (OpenGL/ES 2.0) + Vertex shader (OpenGL/ES 2.0) + + + Creates a fragment shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL. + Crée un fragment shader dans le langage de shaders d’OpenGL/ES 2.0 (GLSL/ES). Les fragment shaders génèrent la couleur finale des pixels pour les triangles, points et lignes rendues avec OpenGL. + + + Fragment Shader (OpenGL/ES 2.0) + Fragment shader (OpenGL/ES 2.0) + + + Creates a Java file with boilerplate code. + Crée un fichier Java avec du code standard. + + + Java + Java + + + Java File + Fichier Java + + + Creates a QML file with boilerplate code, starting with "import QtQuick". + Crée un fichier QML avec du code standard, commençant par « import QtQuick ». + + + QML File (Qt Quick 2) + Fichier QML (Qt Quick 2) + + + This wizard creates a custom Qt Creator plugin. + Cet assistant crée un greffon pour Qt Creator personnalisé. + + + Specify details about your custom Qt Creator plugin. + Indiquer les détails de votre greffon pour Qt Creator personnalisé. + + + %{JS: value('ProjectName').charAt(0).toUpperCase() + value('ProjectName').slice(1)} + %{JS: value('NomDuProjet').charAt(0).toUpperCase() + value('NomDuProjet').slice(1)} + + + MyCompany + MonEntreprise + + + (C) %{VendorName} + (C) %{NomDuVendeur} + + + Put short license information here + Indiquer ici une courte information relatives à la licence + + + Put a short description of your plugin here + Indiquer ici une courte description de votre greffon + + + https://www.%{JS: encodeURIComponent(value('VendorName').toLowerCase())}.com + https://www.%{JS: encodeURIComponent(value('NomDuVendeur').toLowerCase())}.com + + + URL: + URL : + + + Qt Quick 2 Extension Plugin + Greffon d’extension Qt Quick 2 + + + Qt Creator build: + Compilation de Qt Creator : + + + Path: + Chemin : + + + <No other projects in this session> + <Pas d’autres projets dans cette session> + + + Dependencies + Dépendances + + + Editor + Éditeur + + + Project + Projet + + + Build + Displayed name for a normal build step +---------- +Display name of the build build step list. Used as part of the labels in the project window. + Compiler + + + Default + The name of the build configuration created by default for a autotools project. +---------- +The name of the build configuration created by default for a generic project. + Défaut + + + Kit + Kit + + + Kit ID + Identifiant du kit + + + Kit filesystem-friendly name + Nom convivial pour le système de fichiers du kit + + + The name of the kit. + Le nom du kit. + + + The name of the kit in a filesystem-friendly version. + Le nom du kit dans une version convivial du système de fichiers. + + + The ID of the kit. + L’identifiant du kit. + + + Unconfigured + Non configuré + + + <b>Project:</b> %1 + <b>Projet :</b> %1 + + + <b>Path:</b> %1 + <b>Chemin :</b> %1 + + + <b>Kit:</b> %1 + <b>Kit :</b> %1 + + + %1 + %1 + + + Kit: <b>%1</b><br/> + Kit : <b>%1</b><br/> + + + <style type=text/css>a:link {color: rgb(128, 128, 255);}</style>The project <b>%1</b> is not yet configured<br/><br/>You can configure it in the <a href="projectmode">Projects mode</a><br/> + <style type=text/css>a:link {color: rgb(128, 128, 255);}</style>Le projet <b>%1</b> n’est pas encore configuré<br/><br/>Vous pouvez le configurer dans le <a href="projectmode">mode Projets</a><br/> + + + <b>Build:</b> %1 + <b>Compilation :</b> %1 + + + <b>Deploy:</b> %1 + <b>Déploiement :</b> %1 + + + <b>Run:</b> %1 + <b>Exécution :</b> %1 + + + Project: <b>%1</b><br/> + Projet : <b>%1</b><br/> + + + Build: <b>%1</b><br/> + Compilation : <b>%1</b><br/> + + + Deploy: <b>%1</b><br/> + Déploiement : <b>%1</b><br/> + + + Run: <b>%1</b><br/> + Exécution : <b>%1</b><br/> + + + Clone of %1 + Clone de %1 + + + Build & Run + Compiler et exécuter + + + Other Project + Autre projet + + + Import Project + Importer un projet + + + Enter the name of the session: + Entrez le nom de la session : + + + No kit defined in this project. + Aucun kit n’est défini dans ce projet. + + + Project Name + Nom du projet + + + Kit is not valid. + Le kit n’est pas valide. + + + Incompatible Kit + Kit incompatible + + + Kit %1 is incompatible with kit %2. + Le kit %1 est incompatible avec le kit %2. + + + Run configurations: + Configurations d’exécution : + + + Select the Root Directory + Sélectionner le répertoire racine + + + Replacement for + Remplacement de + + + Replacement for "%1" + Remplacement de « %1 » + + + Project "%1" was configured for kit "%2" with id %3, which does not exist anymore. The new kit "%4" was created in its place, in an attempt not to lose custom project settings. + Le projet « %1 » a été configuré pour le kit « %2 » avec l’identifiant %3, qui n’existe plus. Le nouveau kit « %4 » a été créé à sa place, afin de ne pas perdre les paramètres personnalisés du projet. + + + Could not find any qml_*.qm file at "%1" + Impossible de trouver un fichier qml_*.qm dans « %1 » + + + %1: Name. + %1 is something like "Active project" + %1 : Nom. + + + %1: Full path to main file. + %1 is something like "Active project" + %1 : chemin complet ver le fichier main. + + + %1: The name the active kit. + %1 is something like "Active project" + %1 : le nom du kit actif. + + + %1: Name of the active build configuration. + %1 is something like "Active project" + %1 : le nom de la configuration de compilation active. + + + %1: Type of the active build configuration. + %1 is something like "Active project" + %1 : type de la configuration de compilation active. + + + %1: Full build path of active build configuration. + %1 is something like "Active project" + %1 : chemin de compilation complet de la configuration de complet active. + + + %1: Variables in the active build environment. + %1 is something like "Active project" + %1 : variables dans l’environnement de compilation actif. + + + %1: Name of the active run configuration. + %1 is something like "Active project" + %1 : nom de la configuration d’exécution active. + + + %1: Executable of the active run configuration. + %1 is something like "Active project" + %1 : exécutable de la configuration d’exécution active. + + + %1: Variables in the environment of the active run configuration. + %1 is something like "Active project" + %1 : variables dans l’environnement de la configuration d’exécution active. + + + %1: Working directory of the active run configuration. + %1 is something like "Active project" + %1 : répertoire de travail de la configuration d’exécution active. + + + Build configurations: + Configurations de compilation : + + + Deploy configurations: + Configurations de déploiement : + + + Partially Incompatible Kit + Kit partiellement incompatible + + + Some configurations could not be copied. + Certaines configurations n’ont pas pu être copiées. + + + &Configure Project + &Configurer le projet + + + Kit is unsuited for project + Le kit n’est pas adapté au projet + + + Click to activate + Cliquer pour activer + + + Enable Kit for Project "%1" + Activer le kit pour le projet « %1 » + + + Enable Kit for All Projects + Activer le kit pour tous les projets + + + Disable Kit for Project "%1" + Désactiver le kit pour le projet « %1 » + + + Cancel Build and Disable Kit in This Project + Annuler la compilation et désactiver le kit dans ce projet + + + Disable Kit "%1" in This Project? + Désactiver le kit « %1 » dans ce projet ? + + + The kit <b>%1</b> is currently being built. + Le kit <b>%1</b> est actuellement en cours de compilation. + + + Do you want to cancel the build process and remove the kit anyway? + Voulez-vous annuler le processus de compilation et retirer le kit ? + + + Disable Kit for All Projects + Désactiver le kit pour tous les projets + + + Copy Steps From Another Kit... + Copier les étapes d’un autre kit… + + + Enable Kit + Activer le kit + + + The process crashed. + Le processus a planté. + + + %1 Steps + %1 is the name returned by BuildStepList::displayName + Étapes %1 + + + No %1 Steps + Aucune étape %1 + + + Add %1 Step + Ajouter l’étape %1 + + + Move Up + Déplacer vers le haut + + + Disable + Désactiver + + + Move Down + Déplacer vers le bas + + + Remove Item + Supprimer l’élément + + + Removing Step failed + Échec de la suppression de l’étape + + + Cannot remove build step while building + Impossible de supprimer une étape de compilation pendant la compilation + + + No Build Steps + Aucune étape de compilation + + + error: + Task is of type: error + erreur : + + + warning: + Task is of type: warning + avertissement : + + + Deploy + Displayed name for a deploy step +---------- +Display name of the deploy build step list. Used as part of the labels in the project window. + Déploiement + + + Deploy locally + Default DeployConfiguration display name + Déployer localement + + + Deploy Configuration + Display name of the default deploy configuration + Déployer la configuration + + + Application Still Running + Application toujours en cours d’exécution + + + PID %1 + PID %1 + + + Invalid + Invalide + + + <html><head/><body><center><i>%1</i> is still running.<center/><center>Force it to quit?</center></body></html> + <html><head/><body><center><i>%1</i> fonctionne toujours.<center/><center>Le forcer à quitter ? </center></body></html> + + + Show in Editor + Afficher dans l’éditeur + + + Show task location in an editor. + Montre l’emplacement de la tâche dans un éditeur. + + + O + O + + + &Annotate + &Annoter + + + Annotate using version control system. + Annoter à l’aide d’un système de gestion de versions. + + + Stop Monitoring + Arrêter la surveillance + + + Stop monitoring task files. + Arrêter la surveillance des fichiers de tâches. + + + File Error + Erreur de fichier + + + Cannot open task file %1: %2 + Impossible d’ouvrir le fichier de tâche %1 : %2 + + + My Tasks + Mes tâches + + + Start Wizard + Démarrer l’assistant + + + GCC + GCC + + + %1 (%2, %3 %4 at %5) + %1 (%2, %3 %4 à %5) + + + Override for code model + Écraser le modèle de code + + + Enable in the rare case that the code model +fails because Clang does not understand the target architecture. + Activer dans le rare cas où le modèle de code +échoue parce que Clang ne comprend pas l’architecture cible. + + + Platform codegen flags: + Flags de plateforme de la génération de code : + + + Platform linker flags: + Flags de plateforme de l’éditeur de liens : + + + Target triple: + Cible triple : + + + Parent toolchain: + Chaîne de compilation parent : + + + MinGW + MinGW + + + MSVC + MSVC + + + Falling back to use the cached environment for "%1" after: + Utilisation de l’environnement mis en cache pour « %1 » après : + + + Initialization: + Initialisation : + + + <empty> + <vide> + + + Additional arguments for the vcvarsall.bat call + Arguments supplémentaires pour l’appel de vcvarsall.bat + + + clang-cl + clang-cl + + + Failed to retrieve MSVC Environment from "%1": +%2 + Échec de la réception de l’environnement MSVC de « %1 » : +%2 + + + Name: + Nom : + + + Automatically managed by %1 or the installer. + Géré automatiquement par %1 ou le programme d’installation. + + + Manual + Manuel + + + <nobr><b>ABI:</b> %1 + <nobr><b>ABI :</b> %1 + + + not up-to-date + pas à jour + + + This toolchain is invalid. + Cette chaîne de compilation est invalide. + + + Toolchain Auto-detection Settings + Paramètres de l’auto-détection de la chaîne de compilation + + + Detect x86_64 GCC compilers as x86_64 and x86 + Détecter les compilateurs GCC x86_64 comme x86_64 et x86 + + + If checked, %1 will set up two instances of each x86_64 compiler: +One for the native x86_64 target, and one for a plain x86 target. +Enable this if you plan to create 32-bit x86 binaries without using a dedicated cross compiler. + Si cette option est cochée, %1 créera deux instances de chaque compilateur x86_64 : +un pour la cible x86_64 native, et un pour une cible x86 ordinaire. +Activez cette option si vous envisagez de créer des binaires x86 32 bits sans utiliser de compilateur croisé dédié. + + + The following compiler was already configured:<br>&nbsp;%1<br>It was not configured again. + Le compilateur suivant a déjà été configuré :<br>&nbsp;%1<br>Il n’a pas été reconfiguré. + + + The following compilers were already configured:<br>&nbsp;%1<br>They were not configured again. + Les compilateurs suivants ont déjà été configurés :<br>&nbsp;%1<br>Ils n’ont pas encore été reconfigurés. + + + [none] + [aucun] + + + Name + Nom + + + Source + Source + + + Create Run Configuration + Créer une configuration d’exécution + + + Filter candidates by name + Filtrer les candidats par nom + + + Create + Créer + + + Type + Type + + + Remove All + Tout supprimer + + + Re-detect + Re-détecter + + + Auto-detection Settings... + Paramètres de l’auto-détection… + + + Duplicate Compilers Detected + Duplication de compilateurs détectée + + + Tool Chains + Chaînes de compilation + + + Compilers + Compilateurs + + + Clone + Cloner + + + <custom> + <personnalisé> + + + Attach debugger to this process + Attacher le débogueur à ce processus + + + Attach debugger to %1 + Attacher le débogueur à %1 + + + Stop + Arrêter + + + Close Tab + Fermer l’onglet + + + Close All Tabs + Fermer tous les onglets + + + Close Other Tabs + Fermer tous les autres onglets + + + Show &App Output + Afficher la sortie de l’&application + + + Show the output that generated this issue in Application Output. + Afficher la sortie qui a généré ce problème dans la sortie de l’application. + + + A + A + + + Re-run this run-configuration. + Ré-exécuter cette configuration d’exécution. + + + Stop running program. + Arrêter l’exécution du programme. + + + Word-wrap output + Retour à la ligne automatique + + + Clear old output on a new run + Effacer l’ancienne sortie lors d’une nouvelle exécution + + + Always + Toujours + + + Never + Jamais + + + On First Output Only + Sur la première sortie uniquement + + + Limit output to %1 characters + Limiter la sortie à %1 caractères + + + Open Application Output when running: + Ouvrir la sortie de l’application en cours d’exécution : + + + Open Application Output when debugging: + Ouvrir la sortie de l’application lors du débogage : + + + Application Output + Sortie de l’application + + + Application Output Window + Fenêtre de sortie de l’application + + + Code Style + Style de code + + + Project + Settings + Projet + + + Project %1 + Settings, %1 is a language (C++ or QML) + Projet %1 + + + Clang + Clang + + + Language: + Langue : + + + Rename + Renommer + + + Delete + Supprimer + + + %1 (last session) + %1 (dernière session) + + + Open Session #%1 + Ouvrir la session #%1 + + + Ctrl+Meta+%1 + Ctrl+Meta+%1 + + + Ctrl+Alt+%1 + Ctrl+Alt+%1 + + + Open Recent Project #%1 + Ouvrir le projet récent #%1 + + + Ctrl+Shift+%1 + Ctrl+Maj+%1 + + + Open %1 "%2" + Ouvrir %1 « %2 » + + + Open %1 "%2" (%3) + Ouvrir %1 « %2 » (%3) + + + session + Appears in "Open session <name>" + session + + + %1 (current session) + %1 (session actuelle) + + + project + Appears in "Open project <name>" + projet + + + Remove Project from Recent Projects + Supprimer le projet des projets récents + + + Clear Recent Project List + Effacer la liste des projets récents + + + Available device types: + Types de périphérique disponibles : + + + &Device: + &Périphérique : + + + &Name: + &Nom : + + + Auto-detected: + Autodétecté : + + + Current state: + État actuel : + + + Type Specific + Type spécifique + + + &Add... + &Ajouter… + + + &Remove + &Supprimer + + + Set As Default + Définir comme valeur par défaut + + + Yes (id is "%1") + Oui (l’identifiant est « %1 ») + + + No + Non + + + Show Running Processes... + Afficher les processus en cours… + + + Test + Test + + + Local PC + Local PC + + + Desktop + Desktop + + + User requested stop. Shutting down... + L’utilisateur a demandé l’arrêt. Arrêt en cours… + + + %1 (default for %2) + %1 (défaut pour %2) + + + Kit: + Kit : + + + List of Processes + Liste de processus + + + Filter + Filtre + + + &Update List + Mettre à jo&ur la liste + + + &Kill Process + &Tuer processus + + + &Filter: + &Filtre : + + + Remote Error + Erreur distante + + + Process ID + ID du processus + + + Command Line + Ligne de commande + + + Fetching process list. This might take a while. + Réception de la liste des processus. Cela peut prendre un certain temps. + + + Devices + Périphériques + + + Device + Périphérique + + + Ready to use + Prêt à l’emploi + + + Connected + Connecté + + + Disconnected + Déconnecté + + + Unknown + Inconnu + + + localSource() not implemented for this device type. + localSource() n’est pas implémenté pour ce type d’appareil. + + + No device for given path: "%1". + Pas de périphérique pour le chemin d’accès donné : « %1 ». + + + Device for path "%1" does not support killing processes. + Le périphérique pour le chemin « %1 » ne prend pas en charge l’arrêt des processus. + + + Process listing command failed with exit code %1. + Le processus listant les commandes a échoué en retournant le code %1. + + + Remote stderr was: %1 + Le stderr distant était : %1 + + + Error: Kill process failed: %1 + Erreur : le processus kill a échoué : %1 + + + Unnamed + Sans nom + + + %1 needs a compiler set up to build. Configure a compiler in the kit options. + %1 a besoin d’un compilateur pour être compilé. Configurez un compilateur dans les options du kit. + + + Error: + Erreur : + + + Warning: + Avertissement : + + + Sysroot + Racine du système + + + Sys Root "%1" does not exist in the file system. + La racine du système « %1 » n’existe pas dans le système de fichiers. + + + Sys Root "%1" is not a directory. + La racine du système « %1 » n’est pas un répertoire. + + + Sys Root "%1" is empty. + La racine du système « %1 » est vide. + + + Sys Root + Racine du système + + + <No compiler> + <Aucun compilateur> + + + Compiler + Compilateur + + + Compilers produce code for different ABIs: %1 + Les compilateurs produisent du code pour différentes ABI : %1 + + + Path to the compiler executable + Chemin d’accès à l’exécutable du compilateur + + + Compiler for different languages + Compilateur pour différents langages + + + Compiler executable for different languages + Exécutable de compilateur pour différents langages + + + Device is incompatible with this kit. + Le périphérique est incompatible avec ce kit. + + + Host address + Adresse de l’hôte + + + SSH port + Port SSH + + + User name + Nom d’utilisateur + + + Private key file + Fichier de clé privée + + + Device name + Nom du périphérique + + + Build device + Compiler le périphérique + + + The device used to build applications on. + Le périphérique utilisé pour créer des applications. + + + No build device set. + Aucun périphérique de compilation n’est défini. + + + Build host address + Adresse de l’hôte de compilation + + + Build SSH port + Port SSH de compilation + + + Build user name + Nom d’utilisateur de compilation + + + Build private key file + Fichier de clé privée de compilation + + + Build device name + Nom du périphérique de compilation + + + Change... + Modifier… + + + No changes to apply. + Aucune modification à appliquer. + + + Force UTF-8 MSVC compiler output + Forcer la sortie UTF-8 du compilateur MSVC + + + Either switches MSVC to English or keeps the language and just forces UTF-8 output (may vary depending on the used MSVC compiler). + Permet de basculer MSVC vers l’anglais ou de conserver la langue et de forcer la sortie UTF-8 (peut varier en fonction du compilateur MSVC utilisé). + + + Additional build environment settings when using this kit. + Paramètres supplémentaires de l’environnement de compilation lors de l’utilisation de ce kit. + + + The environment setting value is invalid. + La valeur du réglage de l’environnement n’est pas valide. + + + None + Aucune + + + No compiler set in kit. + Aucun compilateur n’est défini dans le kit. + + + Unknown device type + Type de périphérique inconnu + + + Device type + Type de périphérique + + + No device set. + Pas de périphérique défini. + + + The root directory of the system image to use.<br>Leave empty when building for the desktop. + Le répertoire racine du système image à utiliser.<br>Laisser vide lors d’une compilation sur le bureau. + + + The compiler to use for building.<br>Make sure the compiler will produce binaries compatible with the target device, Qt version and other libraries used. + Le compilateur à utiliser pour la compilation.<br>Assurez-vous que le compilateur génère des binaires compatibles avec le périphérique cible, la version de Qt et les autres bibliothèques utilisées. + + + The type of device to run applications on. + Le type de périphérique sur lequel les applications sont exécutées. + + + The device to run the applications on. + Le périphérique sur lequel les applications sont exécutées. + + + Desktop (%1) + Bureau (%1) + + + Manage... + Gérer… + + + Kit name and icon. + Nom du kit et icône. + + + Mark as Mutable + Marquer comme mutable + + + <html><head/><body><p>The name of the kit suitable for generating directory names. This value is used for the variable <i>%1</i>, which for example determines the name of the shadow build directory.</p></body></html> + <html><head/><body><p>Le nom du kit permettant de générer des noms de répertoire. Cette valeur est utilisée pour la variable <i>%1</i>, qui détermine par exemple le nom du répertoire de compilation de l’ombre.</p></body></html> + + + File system name: + Nom du système de fichiers : + + + Kit icon. + Icône du kit. + + + Select Icon... + Sélection l’icône… + + + Reset to Device Default Icon + Restaurer l’icône par défaut du périphérique + + + Display name is not unique. + Le nom d’affichage n’est pas unique. + + + Default for %1 + Valeur par défaut pour %1 + + + Select Icon + Sélectionner une icône + + + Images (*.png *.xpm *.jpg) + Images (*.png *.xpm *.jpg) + + + Auto-detected + Autodétecté + + + %1 (default) + Mark up a kit as the default one. + %1 (par défaut) + + + Kits + Kits + + + Make Default + Rendre par défaut + + + Settings Filter... + Filtre des paramètres… + + + Choose which settings to display for this kit. + Sélectionner les paramètres à afficher pour ce kit. + + + Default Settings Filter... + Filtre par défaut des paramètres… + + + Choose which kit settings to display by default. + Sélectionner les paramètres du kit à afficher par défaut. + + + Custom + Personnalisé + + + %n entries + + %n entrée + %n entrées + + + + Empty + Vide + + + MACRO[=VALUE] + MACRO[=VALEUR] + + + Each line defines a macro. Format is MACRO[=VALUE]. + Chaque ligne définit une macro. Le format est MACRO[=VALEUR]. + + + Each line adds a global header lookup path. + Chaque ligne ajoute un chemin de correspondance d’en-tête global. + + + Comma-separated list of flags that turn on C++11 support. + Liste des flags séparés par des virgules qui active le support du C++11. + + + Comma-separated list of mkspecs. + Liste de mkspecs séparés par une virgule. + + + &Compiler path: + Chemin du &compilateur : + + + &Make path: + Chemin de &make : + + + &ABI: + &ABI : + + + &Predefined macros: + Macros &prédéfinies : + + + &Header paths: + Chemins des &en-têtes : + + + C++11 &flags: + &Flags C++11 : + + + &Qt mkspecs: + mkspecs de &Qt : + + + &Error parser: + &Erreur d’analyse syntaxique : + + + No device configured. + Aucun périphérique configuré. + + + Set Up Device + Configurer le périphérique + + + There is no device set up for this kit. Do you want to add a device? + Il n’y a pas de périphérique configuré pour ce kit. Souhaitez-vous ajouter un périphérique ? + + + Check for a configured device + Vérifier pour les périphériques configurés + + + Run Environment + Environnement d’exécution + + + Base environment for this run configuration: + Environnement de base pour cette configuration d’exécution : + + + Custom Output Parsers + Analyseurs de sortie personnalisés + + + Parse standard output during build + Analyser la sortie standard pendant la compilation + + + Makes output parsers look for diagnostics on stdout rather than stderr. + Fait en sorte que les analyseurs de sortie recherchent les diagnostics sur stdout plutôt que sur stderr. + + + Build Settings + Paramètres de compilation + + + Build directory + Répertoire de compilation + + + Name of the build configuration + Nom de la configuration de compilation + + + Variables in the build configuration's environment + Variables de l’environnement de la configuration de compilation + + + Tooltip in target selector: + Info-bulle dans le sélecteur de cible : + + + Appears as a tooltip when hovering the build configuration + Apparaît sous forme d’info-bulle au survol de la configuration de compilation + + + System Environment + Environnement du système + + + Clean Environment + Environnement vierge + + + The project was not parsed successfully. + Le projet n’a pas été analysé avec succès. + + + Main file of the project + Fichier principal du projet + + + Name of the project + Nom du projet + + + Name of the project's active build configuration + Nom de la configuration de compilation active du projet + + + Name of the project's active build system + Nom du système de compilation active du projet + + + Type of current build + Type de la compilation actuelle + + + Type of the project's active build configuration + Type de configuration de compilation active du projet + + + Remove + Name of the action triggering the removetaskhandler + Supprimer + + + Remove task from the task list. + Supprimer la tâche de la liste des tâches. + + + Custom Parser + Analyseur personnalisé + + + &Error message capture pattern: + &Motif de capture des messages d’erreur : + + + Capture Positions + Position des captures + + + &File name: + Nom de &fichier : + + + &Line number: + Numéro de &ligne : + + + &Message: + &Message : + + + Standard output + Sortie standard (stdout) + + + Standard error + Sortie erreur (stderr) + + + E&rror message: + &Message d’erreur : + + + Warning message: + Message d’avertissement : + + + Warning message capture pattern: + Motif de capture des messages d’avertissement : + + + Capture Output Channels + Capture des canaux de sortie + + + No message given. + Aucun message n’est donné. + + + Pattern does not match the message. + Le motif ne correspond pas au message. + + + File name: + Nom du fichier : + + + Line number: + Numéro de ligne : + + + Message: + Message : + + + Error + Erreur + + + Warning + Avertissement + + + Not applicable: + Non applicable : + + + Pattern is empty. + Le motif est vide. + + + Close + Fermer + + + Device test finished successfully. + Le test du périphérique s’est terminé avec succès. + + + Device test failed. + Le test du périphérique a échoué. + + + ICC + ICC + + + Cannot kill process with pid %1: %2 + Impossible de tuer le processus avec le pid %1 : %2 + + + Cannot interrupt process with pid %1: %2 + Impossible d’interrompre le processus avec le pid %1 : %2 + + + Cannot open process. + Impossible d’ouvrir le processus. + + + Invalid process id. + L’identifiant de processus est invalide. + + + Cannot open process: %1 + Impossible d’ouvrir le processus : %1 + + + DebugBreakProcess failed: + DebugBreakProcessus a échoué : + + + %1 does not exist. If you built %2 yourself, check out https://code.qt.io/cgit/qt-creator/binary-artifacts.git/. + %1 n’existe pas. Si vous avez compilé %2 vous-même, consultez https://code.qt.io/cgit/qt-creator/binary-artifacts.git/. + + + Cannot start %1. Check src\tools\win64interrupt\win64interrupt.c for more information. + Impossible de démarrer %1. Vérifier src\tools\win64interrupt\win64interrupt.c pour plus d’information. + + + could not break the process. + Impossible d’interrompre le processus. + + + Import Build From... + Importer la compilation depuis… + + + Import + Importer + + + No Build Found + Aucune compilation trouvée + + + No build found in %1 matching project %2. + Aucune compilation trouvée dans %1 pour le projet %2 correspondant. + + + Import Warning + Importer un avertissement + + + Import Build + Importer une compilation + + + %1 - temporary + %1 – temporaire + + + Imported Kit + Kit importé + + + No suitable kits found. + Aucun kit approprié n’a été trouvé. + + + Add a kit in the <a href="buildandrun">options</a> or via the maintenance tool of the SDK. + Ajouter un kit dans les <a href="buildandrun">options</> ou via l’outil de maintenance du SDK. + + + Select all kits + Sélectionner tous les kits + + + Type to filter kits by name... + Taper pour filtrer les kits par nom… + + + Select Kits for Your Project + Sélectionner un kit pour votre projet + + + The following kits can be used for project <b>%1</b>: + %1: Project name + Les kits suivants peuvent être utilisés pour le projet <b>%1</b> : + + + Kit Selection + Sélection de kit + + + <b>Error:</b> + Severity is Task::Error + <b>Erreur :</b> + + + <b>Warning:</b> + Severity is Task::Warning + <b>Avertissement :</b> + + + Configure Project + Configurer le projet + + + Waiting for Applications to Stop + Attente de l’arrêt des applications + + + Cancel + Annuler + + + Waiting for applications to stop. + Attente de l’arrêt des applications. + + + Debug + The name of the debug build configuration created by default for a qmake project. + Debug + + + Release + The name of the release build configuration created by default for a qmake project. + Release + + + You asked to build the current Run Configuration's build target only, but it is not associated with a build target. Update the Make Step in your build settings. + Vous avez demandé à compiler uniquement la cible de compilation de la configuration d’exécution actuelle, mais elle n’est pas associée à une cible de compilation. Mettez à jour l’étape Make dans vos paramètres de compilation. + + + "data" for a "Form" page needs to be unset or an empty object. + « data » pour une page « Form » doit être désactivé ou être un objet vide. + + + The process failed to start. + Le processus n’a pas démarré. + + + Start removing auto-detected items associated with this docker image. + Commencer à supprimer les éléments auto-détectés associés à cette image docker. + + + Removing kits... + Suppression des kits… + + + Removed "%1" + « %1 » supprimé + + + Removing Qt version entries... + Suppression des entrées de version de Qt… + + + Removing toolchain entries... + Suppression des entrées de la chaîne de compilation… + + + Removal of previously auto-detected kit items finished. + La suppression des éléments du kit précédemment auto-détectés est terminée. + + + Start listing auto-detected items associated with this docker image. + Commencer à lister les éléments auto-détectés associés à cette image docker. + + + Kits: + Kits : + + + Qt versions: + Versions de Qt : + + + Toolchains: + Chaînes de compilation : + + + Listing of previously auto-detected kit items finished. + Liste des éléments de kits précédemment auto-détectés. + + + Found "%1" + « %1 » trouvé + + + Searching for qmake executables... + Recherche des exécutables de qmake… + + + Error: %1. + Erreur : %1. + + + No Qt installation found. + Aucune installation de Qt n’a été trouvée. + + + Searching toolchains... + Recherche des chaînes de compilation… + + + Searching toolchains of type %1 + Recherche des chaînes de compilation de type %1 + + + %1 new toolchains found. + La nouvelle chaîne de compilation %1 a été trouvée. + + + Starting auto-detection. This will take a while... + Démarrage de l’auto-détection. Cela va prendre un certain temps… + + + Registered kit %1 + Kit enregistrée %1 + + + Build directory: + Répertoire de compilation : + + + The build directory is not reachable from the build device. + Le répertoire de compilation n’est pas accessible depuis le périphérique de compilation. + + + Shadow build: + Shadow build : + + + Separate debug info: + Séparer les informations de débogage : + + + The project is currently being parsed. + Le projet est en cours d’analyse. + + + The project could not be fully parsed. + Le projet n’a pas pu être entièrement analysé. + + + The project file "%1" does not exist. + Le fichier du projet « %1 » n’existe pas. + + + Custom output parsers scan command line output for user-provided error patterns<br>to create entries in Issues.<br>The parsers can be configured <a href="dummy">here</a>. + Les analyseurs de sortie personnalisés analysent la sortie de la ligne de commande à la recherche de modèles d’erreur fournis par l’utilisateur<br>afin de créer des entrées dans Problèmes.<br>Les analyseurs peuvent être configurés <a href="dummy">ici</a>. + + + There are no custom parsers active + Il n’y a aucun analyseur de sortie personnalisé actif + + + There are %n custom parsers active + + Il y a %n analyseur de sortie personnalisé actif + Il y a %n analyseurs de sortie personnalisés actifs + + + + Custom output parsers defined here can be enabled individually in the project's build or run settings. + Les analyseurs de sortie personnalisés définis ici peuvent être activés individuellement dans les paramètres de compilation ou d’exécution du projet. + + + Add... + Ajouter… + + + New Parser + Nouvel analyseur + + + Source File Path + Chemin du fichier source + + + Target Directory + Répertoire cible + + + Files to deploy: + Fichiers à déployer : + + + Override deployment data from build system + Écraser les données de déploiement du système de compilation + + + Qt Run Configuration + Configuration d’exécution de Qt + + + No device for path "%1" + Aucun périphérique pour le chemin « %1 » + + + Remote error output was: %1 + La sortie d’erreur distante était : %1 + + + Found %n free ports. + + Trouvé un port libre. + Trouvé %n ports libres. + + + + Checking available ports... + Vérification des ports disponibles… + + + No device set for test transfer. + Aucun dispositif n’est défini pour le transfert de test. + + + No files to transfer. + Aucun fichier à transférer. + + + Missing transfer implementation. + Implémentation du transfert manquante. + + + sftp + sftp + + + rsync + rsync + + + generic file copy + copie de fichier générique + + + SSH + SSH + + + Enable connection sharing: + Activer le partage de connexion : + + + Connection sharing timeout: + Délai de partage de la connexion : + + + Path to ssh executable: + Chemin de l’exécutable ssh : + + + Path to sftp executable: + Chemin de l’exécutable sftp : + + + Path to ssh-askpass executable: + Chemin de l’exécutable ssh-askpass : + + + Path to ssh-keygen executable: + Chemin de l’exécutable ssh-keygen : + + + minutes + minutes + + + Environment + Environnement + + + ABI + ABI + + + Files in All Project Directories + Fichiers dans tous les répertoires du projet + + + Files in All Project Directories: + Fichiers dans tous les répertoires du projet : + + + Setting + Paramètres + + + Visible + Visible + + + Line Edit Validator Expander + + + + The text edit input to fix up. + L’entrée d’édition de texte à corriger. + + + Field is not an object. + Le champ n’est pas un objet. + + + Field has no name. + Le champ n’a pas de nom. + + + Field "%1" has no type. + Le champ « %1 » n’a pas de type. + + + Field "%1" has unsupported type "%2". + Le champ « %1 » a un type « %2 » non pris en charge. + + + When parsing Field "%1": %2 + Lors de l’analyse du champ « %1 » : %2 + + + Label ("%1") data is not an object. + Les données du libellé (« %1 ») ne sont pas des objets. + + + Label ("%1") has no trText. + Le libellé (« %1 ») n’a pas de trText. + + + Spacer ("%1") data is not an object. + Les données de l’espaceur (« %1 ») ne sont pas des objets. + + + Spacer ("%1") property "factor" is no integer value. + La propriété « factor » de l’espaceur (« %1 ») n’a pas de valeur entière. + + + LineEdit ("%1") data is not an object. + Les données du LineEdit (« %1 ») ne sont pas des objets. + + + LineEdit ("%1") has an invalid regular expression "%2" in "validator". + Le LineEdit (« %1 ») a une expression rationnelle invalide « %2 » dans « validator ». + + + LineEdit ("%1") has an invalid value "%2" in "completion". + Le LineEdit (« %1 ») a une valeur invalide « %2 » dans « complétion ». + + + TextEdit ("%1") data is not an object. + Les données du TextEdit (« %1 ») ne sont pas des objets. + + + PathChooser data is not an object. + Les données du PathChooser ne sont pas des objets. + + + kind "%1" is not one of the supported "existingDirectory", "directory", "file", "saveFile", "existingCommand", "command", "any". + le type « %1 » n’est pas l’un des types pris en charge « existingDirectory », « directory », « file », « saveFile », « existingCommand », « command », « any ». + + + CheckBox ("%1") data is not an object. + Les données du CheckBox (« %1 ») ne sont pas des objets. + + + CheckBox ("%1") values for checked and unchecked state are identical. + Les valeurs du CheckBox (« %1 ») sont identiques pour l’état coché et non coché. + + + No JSON lists allowed inside List items. + Aucune liste JSON n’est autorisée dans les éléments de la liste. + + + No "key" found in List items. + Aucune « clé » n’a été trouvée dans les éléments de la liste. + + + %1 ("%2") data is not an object. + Les données du %1 (« %2 ») ne sont pas des objets. + + + %1 ("%2") "index" is not an integer value. + L’« index » de %1 (« %2 ») n’est pas une valeur entière. + + + %1 ("%2") "disabledIndex" is not an integer value. + Le « disabledIndex » de %1 (« %2 ») n’est pas une valeur entière. + + + %1 ("%2") "items" missing. + Le « items » de %1 (« %2 ») est manquant. + + + %1 ("%2") "items" is not a JSON list. + Le « items » de %1 (« %2 ») n’est pas une liste JSON. + + + At least one required feature is not present. + Au moins une caractéristique requise n’est pas présente. + + + Platform is not supported. + La plate-forme n’est pas prise en charge. + + + At least one preferred feature is not present. + Au moins une caractéristique préférée n’est pas présente. + + + Feature list is set and not of type list. + La liste des caractéristiques est définie et n’est pas de type liste. + + + No "%1" key found in feature list object. + Aucune clé « %1 » n’a été trouvée dans l’objet de la liste des caractéristiques. + + + Feature list element is not a string or object. + L’élément de la liste des caractéristiques n’est pas une chaîne de caractères ou un objet. + + + Failed to Commit to Version Control + Échec du commit dans le gestionnaire de versions + + + Error message from Version Control System: "%1". + Message d’erreur du système de gestion de versions : « %1 ». + + + Failed to Add to Project + Échec de l’ajout au projet + + + Failed to add subproject "%1" +to project "%2". + Échec de l’ajout du sous-projet « %1 » +au projet « %2 ». + + + Failed to add one or more files to project +"%1" (%2). + Échec de l’ajout d’un ou plusieurs fichiers au projet +« %1 » (%2). + + + Project File + Fichier du projet + + + Choose Project File + Sélectionner un fichier du projet + + + The project contains more than one project file. Select the one you would like to use. + Le projet contient plus d’un fichier de projet. Sélectionnez celui que vous souhaitez utiliser. + + + Check whether a variable exists.<br>Returns "true" if it does and an empty string if not. + Vérifie si une variable existe.<br>Renvoie « true » si c’est le cas et une chaîne vide si ce n’est pas le cas. + + + Could not determine target path. "TargetPath" was not set on any page. + Impossible de déterminer le chemin cible. Le paramètre « TargetPath » n’a été défini sur aucune page. + + + File Generation Failed + Échec de la génération du fichier + + + The wizard failed to generate files.<br>The error message was: "%1". + L’assistant n’a pas réussi à générer les fichiers.<br>Le message d’erreur était : « %1 ». + + + No 'key' in options object. + + + + Failed to Overwrite Files + Échec de l’écrasement des fichiers + + + Failed to Format Files + Échec du formatage des fichiers + + + Failed to Write Files + Échec de l’écriture des fichiers + + + Failed to Post-Process Files + Échec du post-traitement des fichiers + + + Failed to Polish Files + Échec du polissage des fichiers + + + Failed to Open Files + Échec de l’ouverture des fichiers + + + "%1" does not exist in the file system. + « %1 » n’existe pas dans le système de fichiers. + + + Failed to open "%1" as a project. + Échec de l’ouverture de « %1 » en tant que projet. + + + Failed to open an editor for "%1". + Échec de l’ouverture d’un éditeur pour « %1 ». + + + No file to open found in "%1". + Aucun fichier à ouvrir n’a été trouvé dans « %1 ». + + + Failed to open project. + Échec de l’ouverture du projet. + + + Failed to open project in "%1". + Échec de l’ouverture du projet dans « %1 ». + + + Cannot Open Project + Impossible d’ouvrir le projet + + + Generator is not a object. + Le générateur n’est pas un objet. + + + Generator has no typeId set. + Le générateur n’a pas de typeId défini. + + + TypeId "%1" of generator is unknown. Supported typeIds are: "%2". + Le typeId « %1 » du générateur est inconnu. Les typesIds pris en charge sont : « %2 ». + + + Path "%1" does not exist when checking Json wizard search paths. + + Le chemin « %1 » n’existe pas lors de la vérification des chemins de recherche de l’assistant Json. + + + Checking "%1" for %2. + + Vérification de « %1 » pour %2. + + + + * Failed to parse "%1":%2:%3: %4 + + * Échec de l’analyse de « %1 »:%2:%3 : %4 + + + + * Did not find a JSON object in "%1". + + * N’a pas trouvé d’objet JSON dans « %1 ». + + + + * Configuration found and parsed. + + * La configuration a été trouvée et analysée. + + + + JsonWizard: "%1" not found + + Assistant Json : « %1 » introuvable + + + + Page is not an object. + La page n’est pas un objet. + + + Page has no typeId set. + La page n’a pas de typeId défini. + + + TypeId "%1" of page is unknown. Supported typeIds are: "%2". + Le typeId « %1 » de la page est inconnu. Les typesIds pris en charge sont : « %2 ». + + + Page with typeId "%1" has invalid "index". + La page avec le typeId « %1 » a un « index » invalide. + + + * Version %1 not supported. + + * La version %1 n’est pas prise en charge. + + + + key not found. + clé introuvable. + + + Expected an object or a list. + Un objet ou une liste est attendu. + + + The platform selected for the wizard. + La plate-forme sélectionnée pour l’assistant. + + + The features available to this wizard. + Les fonctionnalités disponibles pour cet assistant. + + + The plugins loaded. + Les greffons chargés. + + + "kind" value "%1" is not "class" (deprecated), "file" or "project". + La valeur de « kind » de « %1 » n’est pas un « class » (obsolète), un « file » ou un « project ». + + + "kind" is "file" or "class" (deprecated) and "%1" is also set. + « kind » est un « file » ou un « class » (obsolète) et « %1 » est également défini. + + + No id set. + Aucun identifiant n’a été défini. + + + No category is set. + Aucune catégorie n’a été définie. + + + Icon file "%1" not found. + Fichier d’icône « %1 » introuvable. + + + Image file "%1" not found. + Fichier d’image « %1 » introuvable. + + + No displayName set. + Aucun displayName n’a été défini. + + + No displayCategory set. + Aucun displayCategory n’a été défini. + + + No description set. + Aucune description n’a été définie. + + + When parsing "generators": %1 + Lors de l’analyse des « générateurs » : %1 + + + When parsing "pages": %1 + Lors de l’analyse des « pages » : %1 + + + Files data list entry is not an object. + L’entrée de la liste de données des fichiers n’est pas un objet. + + + Source and target are both empty. + La source et la cible sont toutes deux vides. + + + When processing "%1":<br>%2 + Lors du traitement de « %1 » :<br>%2 + + + %1 [folder] + %1 [dossier] + + + %1 [symbolic link] + %1 [lien symbolique] + + + %1 [read only] + %1 [lecture seule] + + + The directory %1 contains files which cannot be overwritten: +%2. + Le répertoire %1 contient des fichiers qui ne peuvent pas être écrasés : +%2. + + + When parsing fields of page "%1": %2 + Lors de l’analyse des champs de la page « %1 » : %2 + + + "data" for a "File" page needs to be unset or an empty object. + « data » pour une page « File » doit être désactivé ou être un objet vide. + + + Error parsing "%1" in "Kits" page: %2 + Erreur d’analyse de « %1 » dans la page « Kits » : %2 + + + "data" must be a JSON object for "Kits" pages. + « data » doit être un objet JSON pour les pages « Kits ». + + + "Kits" page requires a "%1" set. + La page « Kits » nécessite un jeu de « %1 ». + + + "data" must be empty or a JSON object for "Project" pages. + « data » doit être un objet JSON pour les pages « Project ». + + + Invalid regular expression "%1" in "%2". %3 + Expression rationnelle invalide « %1 » dans « %2 ». %3 + + + "data" for a "Summary" page can be unset or needs to be an object. + « data » pour une page « Summary » doit être désactivé ou être un objet vide. + + + Key is not an object. + La clé n’est pas un objet. + + + Pattern "%1" is no valid regular expression. + Le motif « %1 » n’est pas une expression rationnelle valide. + + + ScannerGenerator: Binary pattern "%1" not valid. + ScannerGenerator : le motif binaire « %1 » n’est pas valide. + + + Kit of Active Project: %1 + Kit du projet actif : %1 + + + The process cannot access the file because it is being used by another process. +Please close all running instances of your application before starting a build. + Le processus ne peut pas accéder au fichier car il est utilisé par un autre processus. +Veuillez fermer toutes les instances en cours d’exécution de votre application avant de lancer une compilation. + + + Parse Build Output + Analyse de la sortie de la compilation + + + Output went to stderr + La sortie a été envoyée à stderr + + + Clear existing tasks + Effacer les tâches existantes + + + Load from File... + Charger depuis un fichier… + + + Choose File + Sélectionner un fichier + + + Could Not Open File + Impossible d’ouvrir le fichier + + + Could not open file: "%1": %2 + Impossible d’ouvrir le fichier : « %1 » : %2 + + + Build Output + Sortie de compilation + + + Parsing Options + Options d’analyse + + + Use parsers from kit: + Utiliser les analyseurs du kit : + + + Cannot Parse + Impossible d’analyser + + + Cannot parse: The chosen kit does not provide an output parser. + Impossible d’analyser : le kit choisi ne fournit pas d’analyseur de sortie. + + + No kits are enabled for this project. Enable kits in the "Projects" mode. + Aucun kit n’est activé pour ce projet. Activez les kits dans le mode « Projets ». + + + Rename More Files? + Renommer d’autres fichiers ? + + + Would you like to rename these files as well? + %1 + Souhaitez-vous également renommer ces fichiers ? +…%1 + + + Choose Drop Action + Sélectionner une action pour le glissement + + + You just dragged some files from one project node to another. +What should %1 do now? + Vous venez de faire glisser des fichiers d’un nœud de projet à un autre. +Que doit faire %1 maintenant ? + + + Copy Only File References + Copier uniquement les références du fichier + + + Move Only File References + Déplacer uniquement les références du fichier + + + Copy file references and files + Copier les références de fichiers et les fichiers + + + Move file references and files + Déplacer les références de fichiers et les fichiers + + + Target directory: + Répertoire cible : + + + Copy File References + Copier les références du fichier + + + Move File References + Déplacer les références du fichier + + + Not all operations finished successfully. + Toutes les opérations ne se sont pas terminées avec succès. + + + The following files could not be copied or moved: + Les fichiers suivants n’ont pas pu être copiés ou déplacés : + + + The following files could not be removed from the project file: + Les fichiers suivants n’ont pas pu être supprimés du fichier du projet : + + + The following files could not be added to the project file: + Les fichiers suivants n’ont pas pu être ajoutés au fichier du projet : + + + The following files could not be deleted: + Les fichiers suivants n’ont pas pu être supprimés : + + + A version control operation failed for the following files. Please check your repository. + Une opération du gestionnaire de versions a échoué pour les fichiers suivants. Veuillez vérifier votre dépôt. + + + Failure Updating Project + Échec de la mise à jour du projet + + + Terminal + Terminal + + + Run in terminal + Exécuter dans un terminal + + + Working Directory + Répertoire de travail + + + Select Working Directory + Sélectionner le répertoire de travail + + + Reset to Default + Restaurer les paramètres par défaut + + + Arguments + Arguments + + + Command line arguments: + Arguments de la ligne de commande : + + + Toggle multi-line mode. + Activer/désactiver le mode multi-ligne. + + + Executable + Exécutable + + + <unknown> + <inconnu> + + + Executable: + Exécutable : + + + Alternate executable on device: + Exécutable alternatif sur le périphérique : + + + Use this command instead + Utiliser cette commande à la place + + + Add build library search path to DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH + Ajouter le chemin de recherche de la bibliothèque de compilation à DYLD_LIBRARY_PATH et DYLD_FRAMEWORK_PATH + + + Add build library search path to PATH + Ajouter le chemin de recherche de la bibliothèque de compilation à PATH + + + Add build library search path to LD_LIBRARY_PATH + Ajouter le chemin de recherche de la bibliothèque de compilation à LD_LIBRARY_PATH + + + Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug) + Utiliser les versions debug des cadriciels (DYLD_IMAGE_SUFFIX=_debug) + + + Run as root user + Exécuter en tant que super-utilisateur + + + Interpreter + Interpréteur + + + X11 Forwarding: + X11 forwarding : + + + Forward to local display + Déporter vers un affichage local + + + Source directory: + Répertoire source : + + + Start Parsing + Démarrer l’analyse + + + Select files matching: + Sélectionner les fichiers qui correspondent à : + + + Hide files matching: + Cacher les fichiers correspondant à : + + + Apply Filters + Appliquer les filtres + + + Generating file list... + +%1 + Génération de la liste des fichiers… + +%1 + + + Not showing %n files that are outside of the base directory. +These files are preserved. + + Ne pas montrer le fichier en dehors du répertoire de base. +Ces fichiers sont préservés. + Ne pas montrer les %n fichiers en dehors du répertoire de base. +Ces fichiers sont préservés. + + + + Edit Files + Modifier les fichiers + + + Add Existing Directory + Ajouter un répertoire existant + + + Files + Fichiers + + + Import Existing Project + Importer un projet existant + + + Project Name and Location + Nom du projet et emplacement + + + Project name: + Nom du projet : + + + File Selection + Sélection de fichier + + + Import as qmake or CMake Project (Limited Functionality) + Importer en tant que projet qmake ou CMake (fonctionnalité limitée) + + + Imports existing projects that do not use qmake, CMake, Qbs, Meson, or Autotools.<p>This creates a project file that allows you to use %1 as a code editor and as a launcher for debugging and analyzing tools. If you want to build the project, you might need to edit the generated project file. + Importe les projets existants qui n’utilisent pas qmake, CMake, Qbs, Meson ou Autotools.<p>Cela crée un fichier de projet qui vous permet d’utiliser %1 comme éditeur de code et comme lanceur d’outils de débogage et d’analyse. Si vous souhaitez compiler le projet, vous devrez peut-être modifier le fichier de projet généré. + + + Unknown build system "%1" + Système de compilation inconnu « %1 » + + + Target Settings + Paramètres de la cible + + + Source directory + Répertoire source + + + Build system + Système de compilation + + + Name of current project + Nom du projet actuel + + + Taskhub Error + Erreur Taskhub + + + Taskhub Warning + Avertissement Taskhub + + + Build Issue + Problème de compilation + + + Replacing signature + Remplacement de la signature + + + Xcodebuild failed. + Xcodebuild a échoué. + + + Profile + The name of the profile build configuration created by default for a qmake project. + Profiler + + + Profiling + Profilage + + + "data" must be a JSON object for "VcsConfiguration" pages. + Do not translate "VcsConfiguration", because it is the id of a page. + « data » doit être un objet JSON pour les pages « VcsConfiguration ». + + + "VcsConfiguration" page requires a "vcsId" set. + Do not translate "VcsConfiguration", because it is the id of a page. + La page « VcsConfiguration » nécessite un jeu de « vcsId ». + + + + QtC::Python + + Install %1 + Installer %1 + + + Running "%1" to install %2. + Exécution de « %1 » pour installer %2. + + + The %1 installation was canceled by %2. + L’installation de %1 a été annulée par %2. + + + user + utilisateur + + + time out + délai d’attente + + + Installing the %1 failed with exit code %2 + L’installation de %1 a échoué avec le code de sortie %2 + + + %1 installation missing for %2 (%3) + L’installation %1 est manquante pour %2 (%3) + + + Install %1 for %2 using pip package installer. + Installer %1 pour %2 en utilisant l’installateur de paquets pip. + + + Install + Installer + + + Run PySide6 project tool + Exécuter l’outil de projet PySide6 + + + PySide project tool: + Outil de projet PySide : + + + Enter location of PySide project tool. + Saisir l’emplacement de l’outil de projet PySide. + + + General + Général + + + REPL + REPL + + + Open interactive Python. + Ouvrir un Python interactif. + + + REPL Import File + Fichier d’importation REPL + + + Open interactive Python and import file. + Ouvrir un Python interactif et importer un fichier. + + + REPL Import * + Importation REPL * + + + Open interactive Python and import * from file. + Ouvrir un Python interactif et importer * du fichier. + + + Open interactive Python. Either importing nothing, importing the current file, or importing everything (*) from the current file. + Ouvrir un Python interactif. Soit en n’important rien, soit en important le fichier actuel, soit en important tout (*) du fichier actuel. + + + No Python Selected + Aucun Python n’est sélectionné + + + Manage Python Interpreters + Gérer les interpréteurs Python + + + Python Language Server (%1) + Serveur de langages Python (%1) + + + Install Python language server (PyLS) for %1 (%2). The language server provides Python specific completion and annotation. + Installer le serveur de langages Python (PyLS) pour %1 (%2). Le serveur de langages fournit des complétions et des annotations spécifiques à Python. + + + Unable to open "%1" for reading: %2 + Impossible d’ouvrir « %1 » pour la lecture : %2 + + + Unable to read "%1": The file is empty. + Impossible de lire « %1 » : le fichier est vide. + + + Unable to parse "%1":%2: %3 + Impossible d’analyser « %1 » : %2 : %3 + + + Buffered output + Sortie bufferisée + + + Enabling improves output performance, but results in delayed output. + L’activation améliore les performances de sortie, mais entraîne un retard de la sortie. + + + Script: + Script : + + + Run %1 + Exécuter %1 + + + Name: + Nom : + + + Executable + Exécutable + + + Executable is empty. + L’exécutable est vide. + + + %1 does not exist. + %1 n’existe pas. + + + %1 is not an executable file. + %1 n'est pas un fichier exécutable. + + + &Add + &Ajouter + + + &Delete + &Supprimer + + + &Make Default + &Rendre par défaut + + + &Clean Up + &Nettoyer + + + Remove all Python interpreters without a valid executable. + Supprimer tous les interpréteurs Python qui n’ont pas d’exécutable valide. + + + Interpreters + Interpréteurs + + + Python + Python + + + Plugins: + Greffons : + + + Use Python Language Server + Utiliser le serveur de langages Python + + + For a complete list of available options, consult the <a href="https://github.com/python-lsp/python-lsp-server/blob/develop/CONFIGURATION.md">Python LSP Server configuration documentation</a>. + Pour une liste complète des options disponibles, consultez la <a href="https://github.com/python-lsp/python-lsp-server/blob/develop/CONFIGURATION.md">documentation de configuration du serveur LSP de Python</a>. + + + Advanced + Avancé + + + Language Server Configuration + Configuration du serveur de langages + + + (Windowed) + (Fenêtré) + + + Searching Python binaries... + Recherche des binaires Python… + + + Found "%1" (%2) + « %1 » trouvé (%2) + + + Removing Python + Suppression de Python + + + Python: + Python : + + + + QtC::QbsProjectManager + + Build variant: + Variante de compilation : + + + ABIs: + ABIs : + + + Keep going when errors occur (if at all possible). + Continuer en cas d’erreur (dans la mesure du possible). + + + Parallel jobs: + Jobs en parallèle : + + + Number of concurrent build jobs. + Nombre de jobs de compilation concurrents. + + + Show command lines + Afficher les lignes de commande + + + Install + Installer + + + Clean install root + Nettoyer de la racine de l’installation + + + Force probes + Forcer les sondes + + + No qbs session exists for this target. + Aucune session qbs n’existe pour cette cible. + + + Build canceled: Qbs session failed. + Compilation annulée : la session Qbs a échoué. + + + Installation flags: + Flags d’installation : + + + Installation directory: + Répertoire d’installation : + + + Properties to pass to the project. + Propriétés à transmettre au projet. + + + Use default location + Utiliser l’emplacement par défaut + + + Property "%1" cannot be set here. Please use the dedicated UI element. + La propriété « %1 » ne peut pas être définie ici. Veuillez utiliser l’élément UI dédié. + + + No ":" found in property definition. + Aucun « : » n’a été trouvé dans la définition de la propriété. + + + Properties: + Propriétés : + + + Dry run + Exécution à froid + + + Installing canceled: Qbs session failed. + Installation annulée : la session Qbs a échoué. + + + Keep going + Continuer + + + <b>Qbs:</b> %1 + <b>Qbs :</b> %1 + + + Flags: + Flags : + + + Equivalent command line: + Ligne de commande équivalente : + + + Install root: + Racine de l’installation : + + + Remove first + Retirer en premier + + + Build + Compilation + + + Qbs Build + Compilation Qbs + + + Qbs Clean + Nettoyage Qbs + + + Dry run: + Exécution à froid : + + + Keep going: + Continuer l’exécution : + + + Cleaning canceled: Qbs session failed. + Nettoyage annulé : la session Qbs a échoué. + + + Qbs Install + Installation Qbs + + + Reparse Qbs + Recommencer l’analyse Qbs + + + Build File + Compiler le fichier + + + Build File "%1" + Compiler le fichier « %1 » + + + Ctrl+Alt+B + Ctrl+Alt+B + + + Build Product + Compiler le produit + + + Build Product "%1" + Compiler le produit « %1 » + + + Ctrl+Alt+Shift+B + Ctrl+Alt+Maj+B + + + Clean + Nettoyer + + + Clean Product + Nettoyer le produit + + + Rebuild + Recompiler + + + Rebuild Product + Recompiler le produit + + + Could not split properties. + Impossible de séparer les propriétés. + + + Custom Properties + Propriétés personnalisées + + + Key + Clé + + + Value + Valeur + + + &Remove + &Supprimer + + + &Add + &Ajouter + + + C and C++ compiler paths differ. C compiler may not work. + Les chemins d’accès aux compilateurs C et C++ sont différents. Le compilateur C peut ne pas fonctionner. + + + Configuration name: + Nom de la configuration : + + + The qbs project build root + La racine de compilation du projet qbs + + + Debug + Shadow build directory suffix + Non-ASCII characters in directory suffix may cause build issues. + Debug + + + Release + Shadow build directory suffix + Non-ASCII characters in directory suffix may cause build issues. + Release + + + Profile + Shadow build directory suffix + Non-ASCII characters in directory suffix may cause build issues. + Profile + + + Change... + Modifier… + + + Additional Qbs Profile Settings + Paramètres supplémentaires du profil Qbs + + + Generated files + Fichiers générés + + + Qbs files + Fichiers Qbs + + + Failed to run qbs config: %1 + Échec de l’exécution de la configuration qbs : %1 + + + Profiles + Profils + + + Kit: + Kit : + + + Associated profile: + Profil associé : + + + Profile properties: + Propriétés du profil : + + + E&xpand All + Tout &développer + + + &Collapse All + Tout &réduire + + + Fatal qbs error: %1 + Erreur qbs fatale : %1 + + + Failed + Échec + + + Could not write project file %1. + Impossible d’écrire dans le fichier de projet %1. + + + Reading Project "%1" + Lecture du projet « %1 » + + + Error retrieving run environment: %1 + Erreur dans la réception de l’environnement d’exécution : %1 + + + Qbs + Qbs + + + Received invalid input. + Réception d’une entrée invalide. + + + No qbs executable was found, please set the path in the settings. + Aucun exécutable qbs n’a été trouvé, veuillez définir le chemin d’accès dans les paramètres. + + + The qbs executable was not found at the specified path, or it is not executable ("%1"). + L’exécutable qbs n’a pas été trouvé au chemin spécifié, ou bien ce n’est pas exécutable (« %1 »). + + + The qbs process quit unexpectedly. + Le processus de qbs s’est terminé de façon inattendue. + + + The qbs process failed to start. + Le processus qbs n’a pas démarré. + + + The qbs process sent unexpected data. + Le processus qbs a envoyé des données inattendues. + + + The qbs API level is not compatible with what %1 expects. + Le niveau de l’API qbs n’est pas compatible avec ce que %1 attend. + + + Request timed out. + La demande a expiré. + + + Failed to load qbs build graph. + Échec du chargement du graphe de compilation de qbs. + + + The qbs session is not in a valid state. + La session qbs n’est pas dans un état valide. + + + Failed to update files in Qbs project: %1. +The affected files are: + %2 + Échec de la mise à jour des fichiers dans le projet Qbs : %1. +Les fichiers affectés sont : + %2 + + + Use %1 settings directory for Qbs + Utiliser le répertoire de paramètres %1 pour Qbs + + + Path to qbs executable: + Chemin vers l’exécutable de qbs : + + + Default installation directory: + Répertoire d’installation par défaut : + + + Qbs version: + Version de Qbs : + + + Failed to retrieve version. + Échec de la réception de la version. + + + General + Général + + + + QtC::Qdb + + Device "%1" %2 + + + + Qt Debug Bridge device %1 + + + + Device detection error: %1 + + + + Shutting down device discovery due to unexpected response: %1 + + + + Shutting down message reception due to unexpected response: %1 + + + + QDB message: %1 + + + + Unexpected QLocalSocket error: %1 + + + + Could not connect to QDB host server even after trying to start it. + + + + Invalid JSON response received from QDB server: %1 + + + + Could not find QDB host server executable. You can set the location with environment variable %1. + + + + QDB host server started. + + + + Could not start QDB host server in %1 + + + + Starting QDB host server. + + + + Deploy to Boot2Qt target + + + + Starting command "%1" on device "%2". + + + + Command failed on device "%1": %2 + + + + Command failed on device "%1". + + + + stdout was: "%1" + + + + stderr was: "%1" + + + + Commands on device "%1" finished successfully. + + + + Boot2Qt Device + + + + Reboot Device + + + + Restore Default App + + + + WizardPage + + + + Device Settings + + + + A short, free-text description + + + + Host name or IP address + + + + Device name: + Nom du périphérique : + + + Device address: + Adresse du périphérique : + + + Boot2Qt Network Device Setup + + + + Application set as the default one. + + + + Reset the default application. + + + + Remote process failed: %1 + Échec du processus distant : %1 + + + Set this application to start by default + + + + Reset default application + + + + Change default application + + + + Flash wizard "%1" failed to start. + + + + Flash wizard executable "%1" not found. + + + + Flash Boot to Qt Device + + + + Full command line: + + + + Executable on device: + Exécutable sur le périphérique : + + + Remote path not set + Chemin distant indéfini + + + Executable on host: + Exécutable sur l’hôte : + + + Run on Boot2Qt Device + + + + The remote executable must be set in order to run on a Boot2Qt device. + + + + No device to stop the application on. + + + + Stopped the running application. + + + + Could not check and possibly stop running application. + + + + Checked that there is no running application. + + + + Stop already running application + + + + Boot2Qt: %1 + QtC::QmakeProjectManager - QMake Build Configuration: - Configuration de QMake pour la compilation : + Qt Designer is not responding (%1). + Qt Designer ne répond pas (%1). + + + Unable to create server socket: %1 + Impossible de créer le socket serveur : %1 + + + Unable to start "%1" + Impossible de démarrer « %1 » + + + The application "%1" could not be found. + L’application « %1 » est introuvable. + + + Details + Détails + + + Type + Type + + + General + Général + + + This kit cannot build this project since it does not define a Qt version. + Ce kit ne peut pas compiler ce projet, car il ne définit pas de version de Qt. + + + Run + Exécuter + + + Ignore + Ignorer + + + Use global setting + Utiliser les paramètres généraux + + + qmake system() behavior when parsing: + comportement de qmake system() lors de l’analyse : + + + Error: + Erreur : + + + Warning: + Avertissement : + + + The build directory contains a build for a different project, which will be overwritten. + Le répertoire de compilation contient une compilation pour un autre projet, qui sera écrasée. + + + %1 The build will be overwritten. + %1 error message + %1 La compilation sera écrasée. + + + The build directory should be at the same level as the source directory. + Le répertoire de compilation doit être au même niveau que le répertoire source. + + + Could not parse Makefile. + Impossible d’analyser le fichier Makefile. + + + The Makefile is for a different project. + Le Makefile correspond à un projet différent. + + + The build type has changed. + Le type de compilation a été modifié. + + + The qmake arguments have changed. + Les arguments de qmake ont changé. + + + The mkspec has changed. + Le mkspec a changé. + + + Release + Shadow build directory suffix + Non-ASCII characters in directory suffix may cause build issues. + Release + + + Debug + Shadow build directory suffix + Non-ASCII characters in directory suffix may cause build issues. + Debug + + + Profile + Shadow build directory suffix + Non-ASCII characters in directory suffix may cause build issues. + Profile + + + Run qmake + Exécuter qmake + + + Build + Compilation + + + Build "%1" + Compiler « %1 » + + + Rebuild + Recompiler + + + Clean + Nettoyer + + + Build &Subproject + Compiler le &sous-projet + + + Build &Subproject "%1" + Compiler le &sous-projet « %1 » + + + Rebuild Subproject + Recompiler le sous-projet + + + Clean Subproject + Nettoyer le sous-projet + + + Build File + Compiler le fichier + + + Build File "%1" + Compiler le fichier « %1 » + + + Ctrl+Alt+B + Ctrl+Alt+B + + + Add Library... + Ajouter une bibliothèque… + + + Cannot find Makefile. Check your build settings. + Impossible de trouver un Makefile. Vérifiez vos options de compilation. + + + The build directory is not at the same level as the source directory, which could be the reason for the build failure. + Le répertoire de compilation n’est pas au même niveau que le répertoire source, ce qui pourrait être la raison de l’échec de la compilation. + + + qmake + QMakeStep default display name + qmake + + + Configuration unchanged, skipping qmake step. + Configuration inchangée, étape qmake sautée. + + + No Qt version configured. + Aucune version de Qt n’est configurée. + + + Could not determine which "make" command to run. Check the "make" step in the build configuration. + Impossible de déterminer la commande « make » à exécuter. Vérifier l’étape « make » dans la configuration de la compilation. + + + The process "%1" exited normally. + Le processus « %1 » s’est terminé normalement. + + + The process "%1" exited with code %2. + Le processus « %1 » s’est terminé avec le code %2. + + + Could not start process "%1" %2. + Impossible de démarrer le processus « %1 » %2. + + + The process "%1" crashed. + Le processus « %1 » a planté. + + + <no Qt version> + <pas de version de Qt> + + + <no Make step found> + <pas d’étape Make trouvée> + + + ABIs: + ABIs : + + + QML Debugging + Débogage QML + + + Qt Quick Compiler + Compilateur Qt Quick + + + Separate Debug Information + Séparer les informations de débogage + + + The option will only take effect if the project is recompiled. Do you want to recompile now? + Cette option ne prendra effet que si le projet est recompilé. Voulez-vous le recompiler maintenant ? + + + <b>qmake:</b> No Qt version set. Cannot run qmake. + <b>qmake :</b> Aucune version de Qt définie. qmake ne peut être lancé. + + + <b>qmake:</b> %1 %2 + <b>qmake :</b> %1 %2 + + + QMake + qmake + + + &Sources + &Sources + + + Widget librar&y: + B&ibliothèque de widget : + + + Widget project &file: + Fichier de &projet du widget : + + + Widget h&eader file: + Fichier d’en-&tête du widget : + + + Widge&t source file: + Fichier source du &widget : + + + Widget &base class: + Classe de &base du widget : + + + Plugin class &name: + &Nom de la classe du greffon : + + + Plugin &header file: + Fichier d’&en-tête du greffon : + + + Plugin sou&rce file: + Fichier sou&rce du greffon : + + + Icon file: + Fichier de l’icône : + + + &Link library + &Lier à la bibliothèque + + + Create s&keleton + Créer s&quelette + + + Include pro&ject + Inclure le pro&jet + + + &Description + &Description + + + G&roup: + &Groupe : + + + &Tooltip: + &Info-bulle : + + + W&hat's this: + &Qu’est-ce que c’est ? : + + + The widget is a &container + Le widget est un &conteneur + + + Property defa&ults + Propriétés par défa&ut + + + dom&XML: + dom &XML : + + + Select Icon + Sélectionner une icône + + + Icon files (*.png *.ico *.jpg *.xpm *.tif *.svg) + Fichier d’icône (*.png *.ico *.jpg *.xpm *.tif *.svg) + + + Specify the properties of the plugin library and the collection class. + Spécifiez les propriétés de la bibliothèque du greffon et la classe de collection. + + + Collection class: + Classe de collection : + + + Collection header file: + Fichier d’en-tête de la collection : + + + Collection source file: + Fichier source de la collection : + + + Plugin name: + Nom du greffon : + + + Resource file: + Fichier ressource : + + + icons.qrc + icons.qrc + + + Widget &Classes: + &Classes des widgets : + + + Specify the list of custom widgets and their properties. + Spécifiez la liste des widgets personnalisés et leurs propriétés. + + + <New class> + <Nouvelle classe> + + + Confirm Delete + Confirmez la suppression + + + Delete class %1 from list? + Supprimer la classe %1 de la liste ? + + + Qt Custom Designer Widget + Widget personnalisé pour Qt4 Designer + + + Creates a Qt Custom Designer Widget or a Custom Widget Collection. + Crée un widget personnalisé ou une collection de widgets personnalisés pour Qt4 Designer. + + + This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. + lourd ? "contenant un widget ou une collection de widgets, personnalisé pour Qt Designer" ? + Cet assistant génère un projet contenant un widget ou une collection de widgets personnalisés pour Qt Designer. + + + Custom Widgets + Widgets personnalisés + + + Plugin Details + Détails du greffon + + + Creating multiple widget libraries (%1, %2) in one project (%3) is not supported. + Créer de plusieurs bibliothèques de widgets (%1, %2) dans un même projet (%3) n’est pas pris en charge. + + + Debug + Debug + + + Release + Release + + + Reading Project "%1" + Lecture du projet « %1 » + + + Cannot parse project "%1": The currently selected kit "%2" does not have a valid Qt. + Impossible d’analyser le projet « %1 » : le kit « %2 » actuellement sélectionné n’a pas de Qt valide. + + + Cannot parse project "%1": No kit selected. + Impossible d’analyser le projet « %1 » : aucun kit n’est sélectionné. + + + No Qt version set in kit. + Aucune version de Qt définie dans le kit. + + + Qt version is invalid. + La version de Qt est invalide. + + + No C++ compiler set in kit. + Pas de compilateur C++ dans le kit. + + + Project is part of Qt sources that do not match the Qt defined in the kit. + Le projet fait partie de sources Qt qui ne correspondent pas au Qt défini dans le kit. + + + "%1" is used by qmake, but "%2" is configured in the kit. +Please update your kit (%3) or choose a mkspec for qmake that matches your target environment better. + « %1 » est utilisé par qmake, mais « %2 » est configuré dans le kit. +Veuillez mettre à jour votre kit (%3) ou choisir un mkspec pour qmake qui correspond mieux à votre environnement cible. + + + Generate Xcode project (via qmake) + Générer un projet Xcode (via qmake) + + + Generate Visual Studio project (via qmake) + Générer un projet Visual Studio (via qmake) + + + qmake generator failed: %1. + le générateur qmake a échoué : %1. + + + No Qt in kit + Pas de Qt dans le kit + + + No valid qmake executable + Aucun exécutable valide pour qmake + + + No qmake step in active build configuration + Pas d’étape qmake dans la configuration de compilation active + + + Cannot create output directory "%1" + Impossible de créer le répertoire de sortie « %1 » + + + Running in %1: %2 + Exécute dans %1 : %2 + + + Library: + Bibliothèque : + + + Library file: + Fichier de bibliothèque : + + + Include path: + Chemin d’inclusion : + + + Linux + Linux + + + Mac + Mac + + + Windows + Windows + + + Linkage: + Edition de liens : + + + Dynamic + Dynamique + + + Static + Statique + + + Mac: + Mac : + + + Library + Bibliothèque + + + Framework + Framework + + + Windows: + Windows : + + + Platform: + Plateforme : + + + Library inside "debug" or "release" subfolder + Bibliothèque dans le sous-dossier « debug » ou « release » + + + Add "d" suffix for debug version + Ajouter le suffixe « d » pour la version debug + + + Remove "d" suffix for release version + Retirer le suffixe « d » pour la version release + + + Library type: + Type de bibliothèque : + + + Package: + Paquet : + + + Add Library + Ajouter une bibliothèque + + + Summary + Résumé + + + Library Type + Type de bibliothèque + + + Choose the type of the library to link to + Sélectionner le type de bibliothèque pour l’édition de liens + + + System library + Bibliothèque système + + + Links to a system library. +Neither the path to the library nor the path to its includes is added to the .pro file. + Faire un lien vers une bibliothèque système. +Ni le chemin vers la bibliothèque, ni le chemin vers ses inclusion ne seront ajoutés au fichier .pro. + + + System package + Paquet système + + + Links to a system library using pkg-config. + Lie à une bibliothèque système en utilisant pkg-config. + + + External library + Bibliothèque externe + + + Links to a library that is not located in your build tree. +Adds the library and include paths to the .pro file. + Avant : Fait l’édition de liens avec une bibliothèque qui n’est pas dans votre arbre de compilation. +Ajoute la bibliothèque et les chemins d’inclusion dans le fichier .pro. + Faire un lien vers une bibliothèque qui n’est pas dans votre arbre de compilation. +Ajoute la bibliothèque et les chemins d’inclusion dans le fichier .pro. + + + Internal library + Bibliothèque interne + + + Links to a library that is located in your build tree. +Adds the library and include paths to the .pro file. + Faire un lien vers une bibliothèque localisée dans votre arbre de compilation. +Ajoute la bibliothèque et les chemins d’inclusion dans le fichier .pro. + + + System Library + Bibliothèque système + + + Specify the library to link to + Spécifier la bibliothèque vers laquelle faire un lien + + + System Package + Paquet système + + + Specify the package to link to + Spécifie le paquet à lier + + + External Library + Bibliothèque externe + + + Specify the library to link to and the includes path + Spécifier la bibliothèque vers laquelle faire un lien et les chemins d’inclusion + + + Internal Library + Bibliothèque interne + + + Choose the project file of the library to link to + Choisir le fichier projet de la bibliothèque vers laquelle faire un lien + + + The following snippet will be added to the<br><b>%1</b> file: + L’extrait de code suivant va être ajouté au <br> fichier <b>%1</b> : + + + %1 Dynamic + %1, c'est linkage(tr("Linkage:")), donc "edition de lien". + %1 dynamique + + + %1 Static + %1 statique + + + %1 Framework + traduire framework ? pas certain que ça ait un sens en français dans le context OSX. John : non on ne traduit pas + Framework %1 + + + %1 Library + On inverse l'ordre non ? + Bibliothèque %1 + + + Subdirs Project + Projet de sous-répertoires + + + Creates a qmake-based subdirs project. This allows you to group your projects in a tree structure. + Crée un projet de sous-répertoires fondé sur qmake. Ceci vous permet de grouper vos projets dans une structure arborescente. + + + Done && Add Subproject + Fait et ajouter le sous-projet + + + Finish && Add Subproject + Terminé et ajouter le sous-projet + + + New Subproject + Title of dialog + Nouveau sous-projet + + + Error while parsing file %1. Giving up. + Erreur pendant l’analyse du fichier %1. Abandon. + + + Headers + En-têtes + + + Sources + Sources + + + Forms + Formulaires + + + State charts + Diagramme d’état + + + Resources + Ressources + + + QML + QML + + + Other files + Autres fichiers + + + Generated Files + Fichiers générés + + + Failed + Échec + + + Could not write project file %1. + Impossible d’écrire dans le fichier de projet %1. + + + File Error + Erreur de fichier + + + Could not find .pro file for subdirectory "%1" in "%2". + Impossible de trouver le fichier .pro pour le sous-répertoire « %1 » dans « %2 ». + + + qmake build configuration: + Configuration de qmake pour la compilation : + + + Additional arguments: + Arguments supplémentaires : + + + Effective qmake call: + Appels qmake : + + + The mkspec to use when building the project with qmake.<br>This setting is ignored when using other build systems. + Le mkspec à utiliser lors de la compilation du projet avec qmake.<br>Ce paramètre est ignoré lors de l’utilisation avec d’autres systèmes de compilation. + + + Qt mkspec + mkspec de Qt + + + No Qt version set, so mkspec is ignored. + Aucune version de Qt définie, mkspec est donc ignoré. + + + Mkspec not found for Qt version. + Aucun mkspec trouvé pour cette version de Qt. + + + mkspec + mkspec + + + Mkspec configured for qmake by the kit. + Mkspec configuré pour qmake par le kit. + + + Warn if a project's source and build directories are not at the same level + Avertir si les répertoires source et de compilation d’un projet ne sont pas au même niveau + + + Qmake has subtle bugs that can be triggered if source and build directory are not at the same level. + Qmake souffre de bogues subtils qui peuvent apparaitre si le répertoire source et le répertoire de compilation ne sont pas au même niveau. + + + Run qmake on every build + Exécuter qmake à chaque compilation + + + This option can help to prevent failures on incremental builds, but might slow them down unnecessarily in the general case. + Cette option permet d’éviter les échecs des compilations incrémentales, mais risque de les ralentir inutilement dans le cas général. + + + Ignore qmake's system() function when parsing a project + Ignorer la fonction system() de qmake lors de l’analyse d’un projet + + + Checking this option avoids unwanted side effects, but may result in inexact parsing results. + Cocher cette option permet d’éviter les effets secondaires indésirables, mais peut entraîner des résultats d’analyse inexacts. + + + Qmake + Qmake + + + Required Qt features not present. + Les fonctionnalités de Qt requises ne sont pas présentes. + + + Qt version does not target the expected platform. + La version de Qt ne correspond pas à la plateforme attendue. + + + Qt version does not provide all features. + La version de Qt n’offre pas toutes les fonctionnalités. + + + This wizard generates a Qt Subdirs project. Add subprojects to it later on by using the other wizards. + Cet assistant génère un projet de sous-répertoires Qt. Ajoutez-y ultérieurement des sous-projets en utilisant les autres assistants. - QObject + QtC::QmlDebug - Pass - Succès + The port seems to be in use. + Error message shown after 'Could not connect ... debugger:" + Le port semble déjà utilisé. - Expected Failure - Échec attendu + The application is not set up for QML/JS debugging. + Error message shown after 'Could not connect ... debugger:" + L’application n’est pas configurée pour du débogage QML/JS. - Failure - Échec + Socket state changed to %1 + L’état de la socket a changé en %1 - Expected Pass - Succès attendu + Error: %1 + Erreur : %1 - Warning - Avertissement + Debug connection opened. + - Qt Warning - Avertissements Qt (niveau Warning) + Debug connection closed. + - Qt Debug - Debogage Qt (niveau Debug) - - - Critical - Critique (niveau critical) - - - Fatal - Fatal - - - Skipped - Passé - - - Info - Info + Debug connection failed. + - QTestLib::Internal::QTestOutputPane + QtC::QmlDesigner - Test Results - Résultats des tests + Error + Erreur + + + + QtC::QmlEditorWidgets + + Text + Texte - Result - Résultat + Style + Style + + + Stretch vertically. Scales the image to fit to the available area. + Étirer verticalement. Redimensionne l’image pour qu’elle occupe l’espace disponible. + + + Repeat vertically. Tiles the image until there is no more space. May crop the last image. + tronquée ? rognée ? john :rognée + Répéter verticalement. Répète l’image en utilisant tout l’espace disponible. Il se peut que la dernière image soit rognée. + + + Double click for preview. + Double-cliquer pour l’aperçu. + + + Round. Like Repeat, but scales the images down to ensure that the last image is not cropped. + Arrondir. Comme répéter mais redimensionne les images afin de s’assurer que la dernière ne soit pas rognée. + + + Repeat horizontally. Tiles the image until there is no more space. May crop the last image. + Répéter horizontalement. Répète l’image en utilisant tout l’espace disponible. Il se peut que la dernière image soit rognée. + + + Stretch horizontally. Scales the image to fit to the available area. + Étirer horizontalement. Redimensionne l’image pour qu’elle occupe l’espace disponible. + + + The image is scaled to fit. + + + + The image is stretched horizontally and tiled vertically. + + + + The image is stretched vertically and tiled horizontally. + + + + The image is duplicated horizontally and vertically. + + + + The image is scaled uniformly to fit without cropping. + + + + The image is scaled uniformly to fill, cropping if necessary. + + + + Gradient + Dégradé + + + Color + Couleur + + + Border + Bordure + + + Easing + Amortissement + + + Subtype + Sous-type + + + Duration + Durée + + + Play simulation. + + + + Type of easing curve. + + + + Acceleration or deceleration of easing curve. + + + + ms + ms + + + Duration of animation. + + + + Amplitude of elastic and bounce easing curves. + + + + Easing period of an elastic curve. + + + + Easing overshoot for a back curve. + + + + Amplitude + Amplitude + + + Period + Période + + + Overshoot + Dépasser + + + Hides this toolbar. + Cache cette barre d’outils. + + + Pin Toolbar + Épingler la barre d’outils + + + Show Always + Toujours montrer + + + Unpins the toolbar and moves it to the default position. + Détacher la barre d’outils et déplacer la à sa position par défaut. + + + Hides this toolbar. This toolbar can be permanently disabled in the options page or in the context menu. + Cache cette barre d’outils. Cette barre d’outils peut être désactivée définitivement dans la page des options ou dans le menu contextuel. + + + Open File + Ouvrir le fichier + + + + QtC::QmlJS + + 'int' or 'real' + « int » ou « real » + + + Hit maximal recursion depth in AST visit. + + + + package import requires a version number + l’importation d’un paquet a besoin d’un numéro de version + + + Nested inline components are not supported + + + + Errors while loading qmltypes from %1: +%2 + Erreurs lors du chargement de qmltypes depuis %1 : +%2 + + + Warnings while loading qmltypes from %1: +%2 + Avertissements lors du chargement de qmltypes depuis %1 : +%2 + + + Could not parse document. + Impossible d’analyser le document. + + + Expected a single import. + Un seul import est attendu. + + + Expected import of QtQuick.tooling. + Un import de QtQuick.tooling est attendu. + + + Expected document to contain a Module {} member. + Un document contenant un membre Module {} est attendu. + + + Component definition is missing a name binding. + Une liaison de nom est manquant dans la définition du composant. + + + ModuleApi definition has no or invalid version binding. + La définition du ModuleApi ne possède pas de liaison de version ou celle-ci est invalide. + + + Method or signal is missing a name script binding. + Il manque une méthode ou un signal dans la liaison de script de nom. + + + Expected script binding. + Une liaison de script est attendu. + + + Property object is missing a name or type script binding. + Il manque une liaison de script de nom ou de type dans un objet propriété. + + + Major version different from 1 not supported. + + + + Expected dependency definitions + + + + Expected string after colon. + Une chaîne est attendue après la virgule. + + + Expected boolean after colon. + Un booléen est attendu après la virgule. + + + Expected true or false after colon. + Vrai ou faux est attendu après la virgule. + + + Expected numeric literal after colon. + Un littéral numérique est attendu après la virgule. + + + Expected integer after colon. + Un entier est attendu après la virgule. + + + Expected array of strings after colon. + Un tableau de chaînes est attendu après la virgule. + + + Expected array literal with only string literal members. + Un littéral tableau contenant que des littérals chaînes est attendu. + + + Expected string literal to contain 'Package/Name major.minor' or 'Name major.minor'. + Une chaîne littérale qui contient « Paquet/Nom majeur.mineur » ou « Nom majeur.mineur » est attendu. + + + Expected array of numbers after colon. + Un tableau de nombres est attendu après la virgule. + + + Expected array literal with only number literal members. + Un littéral tableau avec uniquement des membres littérals numérique est attendu. + + + Meta object revision without matching export. + Révision du méta-objet sans exportation correspondante. + + + Expected integer. + Un entier est attendu. + + + Expected object literal after colon. + Un littéral objet est attendu après la virgule. + + + Expected expression after colon. + + + + Expected strings as enum keys. + + + + Expected either array or object literal as enum definition. + + + + The type will only be available in the QML editors when the type name is a string literal. + + + + The module URI cannot be determined by static analysis. The type will not be available +globally in the QML editor. You can add a "// @uri My.Module.Uri" annotation to let +the QML editor know about a likely URI. + + + + must be a string literal to be available in the QML editor + doit être une chaîne de caractères afin d’être disponible dans l’éditeur QML + + + Cannot find file %1. + Impossible de trouver le fichier %1. + + + Expected document to contain a single object definition. + Le document ne devrait contenir qu’une seule définition d’objet. + + + Expected expression statement after colon. + Expression attendue après les deux points. + + + Property is defined twice, previous definition at %1:%2 + + + + Invalid value for enum. + Valeur invalide pour une énumération. + + + Enum value must be a string or a number. + La valeur d’une énumération doit être une chaîne de caractères ou un nombre. + + + Number value expected. + Valeur numérique attendue. + + + Boolean value expected. + Valeur binaire attendue. + + + String value expected. + Chaîne de caractères attendue. + + + Invalid URL. + URL invalide. + + + File or directory does not exist. + Le fichier ou le répertoire n’existe pas. + + + Invalid color. + Couleur invalide. + + + Anchor line expected. + Ligne d’ancrage attendue. + + + Duplicate property binding. + Lien de propriété dupliquée. + + + Id expected. + Identifiant attendu. + + + Invalid id. + Identifiant invalide. + + + Duplicate id. + ID dupliqué. + + + Assignment in condition. + Assignation dans une condition. + + + Unterminated non-empty case block. + Bloc case non vide et non terminé. + + + Do not use 'eval'. + Ne pas utiliser « eval ». + + + Unreachable. + Inatteignable. + + + Do not use 'with'. + Ne pas utiliser « with ». + + + Do not use comma expressions. + Ne pas utiliser les expressions séparées par des virgules. + + + Unnecessary message suppression. + Suppression d’un message inutile. + + + The 'function' keyword and the opening parenthesis should be separated by a single space. + Le mot-clé « function » et la parenthèse ouvrante doivent être séparés par une seule espace. + + + Do not use stand-alone blocks. + Ne pas utiliser de blocs indépendants. + + + Do not use void expressions. + Ne pas utiliser les expressions void. + + + Confusing pluses. + Signe plus prêtant à confusion. + + + Confusing minuses. + Signe moins prêtant à confusion. + + + Declare all function vars on a single line. + Déclarez toutes les variables de fonction sur une seule ligne. + + + Unnecessary parentheses. + Parenthèses non nécessaires. + + + == and != may perform type coercion, use === or !== to avoid it. + == et != peuvent provoquer une coercition de type, utilisez === ou !== pour l’éviter. + + + Could not resolve the prototype "%1" of "%2". + + + + Could not resolve the prototype "%1". + + + + Prototype cycle, the last non-repeated component is "%1". + + + + Invalid property type "%1". + + + + == and != perform type coercion, use === or !== to avoid it. + == et != provoquent une coercition de type, utilisez === ou !== pour l’éviter. + + + Expression statements should be assignments, calls or delete expressions only. + Les définitions d’expression devraient être des expression d’assignation, d’appel ou de suppression uniquement. + + + Do not use "%1" as a constructor. + +For more information, see the "Checking Code Syntax" documentation. + + + + Invalid property name "%1". + + + + "%1" does not have members. + + + + "%1" is not a member of "%2". + + + + "%1" already is a formal parameter. + + + + "%1" already is a function. + + + + var "%1" is used before its declaration. + + + + "%1" already is a var. + + + + "%1" is declared more than once. + + + + Function "%1" is used before its declaration. + + + + Place var declarations at the start of a function. + Les déclarations devraient être au début d’une fonction. + + + Use only one statement per line. + Utiliser seulement une déclaration par ligne. + + + Unknown component. + Composant inconnu. + + + Missing property "%1". + + + + Imperative code is not supported in Qt Design Studio. + + + + This type (%1) is not supported in Qt Design Studio. + + + + Reference to parent item cannot be resolved correctly by Qt Design Studio. + + + + This visual property binding cannot be evaluated in the local context and might not show up in Qt Design Studio as expected. + + + + Qt Design Studio only supports states in the root item. + + + + This id might be ambiguous and is not supported in Qt Design Studio. + + + + This type (%1) is not supported as a root element by Qt Design Studio. + + + + This type (%1) is not supported as a root element of a UI file (.ui.qml). + + + + This type (%1) is not supported in a UI file (.ui.qml). + + + + Functions are not supported in a UI file (.ui.qml). + + + + JavaScript blocks are not supported in a UI file (.ui.qml). + + + + Behavior type is not supported in a UI file (.ui.qml). + + + + States are only supported in the root item in a UI file (.ui.qml). + + + + Referencing the parent of the root item is not supported in a UI file (.ui.qml). + + + + Do not mix translation functions in a UI file (.ui.qml). + + + + A State cannot have a child item (%1). + + + + Duplicate import (%1). + + + + Hit maximum recursion limit when visiting AST. + + + + Type cannot be instantiated recursively (%1). + + + + Logical value does not depend on actual values. + + + + Components are only allowed to have a single child element. + + + + Components require a child element. + + + + Do not reference the root item as alias. + + + + Avoid referencing the root item in a hierarchy. + + + + Calls of functions that start with an uppercase letter should use 'new'. + Les appels de fonctions qui commence par une lettre majuscule devrait utiliser « new ». + + + Use 'new' only with functions that start with an uppercase letter. + « new » ne devrait être utilisé qu’avec des fonctions qui commence par une lettre majuscule. + + + Use spaces around binary operators. + Utilisez des espaces autour des opérateurs binaires. + + + Unintentional empty block, use ({}) for empty object literal. + Bloc vide involontaire, utilisez ({}) pour les objets vides. + + + Use %1 instead of 'var' or 'variant' to improve performance. + Utilisez %1 à la place de « var » ou « variant » pour améliorer les performances. + + + Object value expected. + Valeur objet attendue. + + + Array value expected. + Valeur de tableau attendue. + + + %1 value expected. + Valeur %1 attendue. + + + Maximum number value is %1. + La valeur maximale est %1. + + + Minimum number value is %1. + La valeur minimale est %1. + + + Maximum number value is exclusive. + La valeur maximale est exclusive. + + + Minimum number value is exclusive. + La valeur minimale est exclusive. + + + String value does not match required pattern. + La valeur de la chaîne de caractères ne correspond pas au format requis. + + + Minimum string value length is %1. + La longueur de la chaîne de caractères est d’au moins %1. + + + Maximum string value length is %1. + La longueur de la chaîne de caractères est d’au plus %1. + + + %1 elements expected in array value. + %1 éléments attendus dans la valeur du tableau. + + + File or directory not found. + + + + QML module not found (%1). + +Import paths: +%2 + +For qmake projects, use the QML_IMPORT_PATH variable to add import paths. +For Qbs projects, declare and set a qmlImportPaths property in your product to add import paths. +For qmlproject projects, use the importPaths property to add import paths. +For CMake projects, make sure QML_IMPORT_PATH variable is in CMakeCache.txt. +For qmlRegister... calls, make sure that you define the Module URI as a string literal. + + + + + Implicit import '%1' of QML module '%2' not found. + +Import paths: +%3 + +For qmake projects, use the QML_IMPORT_PATH variable to add import paths. +For Qbs projects, declare and set a qmlImportPaths property in your product to add import paths. +For qmlproject projects, use the importPaths property to add import paths. +For CMake projects, make sure QML_IMPORT_PATH variable is in CMakeCache.txt. + + + + + QML module contains C++ plugins, currently reading type information... %1 + + + + Parsing QML Files + Analyse des fichiers QML + + + Scanning QML Imports + Scan des importations QML + + + QML module does not contain information about components contained in plugins. + +Module path: %1 +See "Using QML Modules with Plugins" in the documentation. + + + + Automatic type dump of QML module failed. +Errors: +%1 + Échec du collecteur de type automatique du module QML. +Erreurs : +%1 + + + Automatic type dump of QML module failed. +First 10 lines or errors: + +%1 +Check General Messages for details. + + + + Warnings while parsing QML type information of %1: +%2 + + + + "%1" failed to start: %2 + « %1 » n’a pas pu démarrer : %2 + + + "%1" crashed. + « %1 » a planté. + + + "%1" timed out. + « %1 » a expiré. + + + I/O error running "%1". + Erreur E/S lors de l’exécution de « %1 ». + + + "%1" returned exit code %2. + « %1 » a retourné le code %2. + + + Arguments: %1 + Arguments : %1 + + + Failed to parse "%1". +Error: %2 + Impossible d’analyser « %1 » +Erreur : %2 + + + Errors while reading typeinfo files: + Erreurs lors de la lecture des fichiers d’informations sur les types : + + + Could not locate the helper application for dumping type information from C++ plugins. +Please build the qmldump application on the Qt version options page. + Impossible de trouver l’application d’aide pour la réception des informations sur les types à partir des plugins C++. +Veuillez compiler l’application qmldump à partir de la page d’options à propos de la version de Qt. + + + XML error on line %1, col %2: %3 + + + + The <RCC> root element is missing. + L’élément racine <RCC> est manquant. + + + + QtC::QmlJSEditor + + QML + SnippetProvider + QML + + + Run Checks + Exécuter les vérifications + + + Ctrl+Shift+C + Ctrl+Maj+C + + + Reformat File + Reformater le fichier + + + Inspect API for Element Under Cursor + Inspecter l’API pour l’élément sous le curseur + + + QML + QML + + + QML Analysis + Analyse QML + + + Show Qt Quick Toolbar + Montrer la barre d’outils Qt Quick + + + Library at %1 + Bibliothèque à %1 + + + Dumped plugins successfully. + Création d’un dump des greffons avec succès. + + + Read typeinfo files successfully. + Lecture du fichier typeinfo avec succès. + + + Enable auto format on file save + + + + Restrict to files contained in the current project + + + + Use custom command instead of built-in formatter + + + + Command: + Commande : + + + Arguments: + + + + Auto-fold auxiliary data + + + + Always Ask + Demander quoi faire + + + Qt Design Studio + + + + Qt Creator + Qt Creator + + + Use qmlls (EXPERIMENTAL!) + + + + Always use latest qmlls + + + + Automatic Formatting on File Save + + + + Qt Quick Toolbars + Barres d’outils Qt Quick + + + Features + + + + Open .ui.qml files with: + + + + Language Server + + + + QML/JS Editing + + + + Always show Qt Quick Toolbar + Toujours afficher la barre d’outils Qt Quick + + + Pin Qt Quick Toolbar + "Pin" -> épingler (utilisé dans d'autres traductions) + Épingler la barre d’outils Qt Quick + + + Move Component into Separate File + Déplace le composant dans un fichier séparé + + + Component Name + + + + ui.qml file + + + + Component name: + Nom du composant : + + + Path: + Chemin : + + + Property assignments for %1: + + + + Invalid component name. + + + + Invalid path. + + + + Component already exists. + Le composant existe déjà. + + + QML/JS Usages: + Utilisations QML/JS : + + + Searching for Usages + + + + Show All Bindings + myzu : faut-il traduire binding ? John : Non + Montrer tous les bindings + + + Split Initializer + Fractionner l’initialisation + + + Show Qt Quick ToolBar + Montrer la barre d’outils Qt Quick + + + Code Model Not Available + + + + Code model not available. + + + + Code Model of %1 + + + + Refactoring + Refactoriser + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + Add a Comment to Suppress This Message + Ajouter un commentaire pour supprimer ce message + + + Wrap Component in Loader + wrap en "enveloppez" = bof ; Component et Loader en majuscule = correspond à des noms de modules ? (et ne pas traduire alors ?) + Envelopper le composant dans un chargeur + + + // TODO: Move position bindings from the component to the Loader. +// Check all uses of 'parent' inside the root element of the component. + // À faire : Déplacer les liaisons de position du composant dans le Loader. +// Vérifier toutes les utilisations de « parent » à l’intérieur de l’élément racine du composant. + + + // Rename all outer uses of the id "%1" to "%2.item". + + + + // Rename all outer uses of the id "%1" to "%2.item.%1". + + + + + This file should only be edited in <b>Design</b> mode. + + + + Switch Mode + + + + Code Model Warning + + + + Code Model Error + + + + Qmlls (%1) + + + + + QtC::QmlJSTools + + QML Functions + Fonctions QML + + + Code Style + Style de code + + + &QML/JS + &QML/JS + + + Reset Code Model + Restaurer le modèle de code + + + Global + Settings + Globale + + + Qt + Qt + + + Old Creator + Ancien Creator + + + Qt Quick + Qt Quick + + + Qml JS Code Style + + + + &Line length: + + + + + QtC::QmlPreview + + QML Preview + Aperçu QML + + + Preview changes to QML code live in your application. + Prévisualiser les modifications apportées au code QML en direct dans votre application. + + + Preview File + Prévisualiser le fichier + + + + QtC::QmlProfiler + + QML Profiler + Profileur QML + + + &Port: + &Port : + + + Start QML Profiler + Démarrer le profileur QML + + + Select an externally started QML-debug enabled application.<p>Commonly used command-line arguments are: + + + + Kit: + Kit : + + + Source code not available + Code source non disponible + + + Calls + Appels + + + Allocations + Allocations + + + Memory + Mémoire + + + Various Events + Évènements divers + + + others + autres + + + The QML Profiler can be used to find performance bottlenecks in applications using QML. + Le profileur QML peut être utilisé pour trouver les goulots d’étranglement des applications QML. + + + QML Profiler Options + Options de profilage pour QML + + + Load QML Trace + Charger une trace QML + + + QML Profiler (Attach to Waiting Application) + Profileur QML (attacher à l’application en attente) + + + Save QML Trace + Enregistrer la trace QML + + + Application finished before loading profiled data. +Please use the stop button instead. + L’application s’est terminée avant le chargement des données de profilage. +Veuillez utiliser le bouton d’arrêt à la place. + + + Search timeline event notes. + + + + Hide or show event categories. + + + + Disable Profiling + + + + Enable Profiling + + + + A QML Profiler analysis is still in progress. + Une analyse avec le profileur QML est toujours en cours. + + + Start QML Profiler analysis. + Démarrer une analyse avec le profileur QML. + + + The application finished before a connection could be established. No data was loaded. + + + + Could not connect to the in-process QML profiler within %1 s. +Do you want to retry and wait %2 s? + + + + Failed to connect. + + + + %1 s + %1 s + + + Elapsed: %1 + Écoulé : %1 + + + QML traces (*%1 *%2) + Traces QML (*%1 *%2) + + + Saving Trace Data + Enregistrement des données de traçage + + + Loading Trace Data + Chargement des données de traçage + + + You are about to discard the profiling data, including unsaved notes. Do you want to continue? + + + + Starting a new profiling session will discard the previous data, including unsaved notes. +Do you want to save the data first? + + + + Discard data + Abandonner les données + + + Pixmap Cache + + + + Scene Graph + + + + Painting + Dessin + + + Compiling + Compilation + + + Creating + Création + + + Handling Signal + Gestion du signal + + + Input Events + + + + Debug Messages + + + + Quick3D + + + + Failed to replay QML events from stash file. + + + + anonymous function + + + + Cannot open temporary trace file to store events. + + + + Failed to reset temporary trace file. + + + + Failed to flush temporary trace file. + + + + Could not re-open temporary trace file. + + + + Read past end in temporary trace file. + + + + Statistics + + + + Copy Row + Copier la ligne + + + Copy Table + Copier la table + + + Extended Event Statistics + Statistiques d’évènements étendues + + + Location + Emplacement + + + Memory Allocation + + + + Memory Usage + + + + Memory Allocated + + + + Memory Freed + + + + Total + + + + %n byte(s) + + + + + + + Allocated + + + + Deallocated + + + + Deallocations + + + + Heap Allocation + + + + Large Item Allocation + + + + Heap Usage + + + + Type + Type + + + Time in Percent + Temps en pourcentage + + + Total Time + Temps total + + + Self Time in Percent + Contexte de "self" ? + Temps interne en pourcentage + + + Self Time + Contexte de "self" ? + Temps interne + + + Mean Time + Temps moyen + + + Median Time + Temps médian + + + Longest Time + Plus long temps + + + Main program + + + + +%1 in recursive calls + + + + Shortest Time + Plus court temps + + + called recursively + + + + Details + Détails + + + Could not re-read events from temporary trace file: %1 + + + + Create + Créer + + + Binding + Vérifier le contexte + Liaison + + + Signal + Signal + + + Callee + Appelé + + + Caller + Appelant + + + Callee Description + Description de l’appelé + + + Caller Description + Description de l’appelant + + + <bytecode> + <bytecode> + + + Main Program + Programme principal + + + Profiling application: %n events + + + + + + + Profiling application + Profilage de l’application + + + No QML events recorded + Aucun évènement QML enregistré + + + Loading buffered data: %n events + + + + + + + Loading offline data: %n events + + + + + + + Waiting for data + + + + Analyze Current Range + + + + Analyze Full Range + + + + Reset Zoom + Réinitialiser le zoom + + + Timeline + Ligne du temps + + + JavaScript + JavaScript + + + Animations + Animations + + + GUI Thread + + + + Render Thread + + + + Framerate + + + + Context + + + + Error while parsing trace data file: %1 + Erreur pendant l’analyse du fichier de données de traçage : %1 + + + Invalid magic: %1 + + + + Unknown data stream version: %1 + + + + Excessive number of event types: %1 + + + + Invalid type index %1 + + + + Corrupt data before position %1. + + + + Error writing trace file. + Erreur lors de l’écriture du fichier de traces. + + + Could not re-read events from temporary trace file: %1 +Saving failed. + + + + Compile + Compilation + + + Debug Message + + + + Warning Message + + + + Critical Message + + + + Fatal Message + + + + Info Message + + + + Unknown Message %1 + + + + Timestamp + Message - Message - - - - QTestLib::Internal::QTestOutputWidget - - All Incidents - Tout les incidents + Message - Show Only: - Afficher seulement : + Flame Graph + + + + Show Full Range + + + + Reset Flame Graph + + + + Mouse Events + + + + Keyboard Events + + + + Key Press + + + + Key Release + + + + Key + Clé + + + Modifiers + + + + Double Click + + + + Mouse Press + + + + Mouse Release + + + + Button + Bouton + + + Result + Résultat + + + Mouse Move + + + + X + + + + Y + + + + Mouse Wheel + + + + Angle X + + + + Angle Y + + + + Keyboard Event + + + + Mouse Event + + + + Unknown + Inconnue + + + Cache Size + + + + Image Cached + + + + Image Loaded + + + + Load Error + + + + Duration + Durée + + + File + Fichier + + + Width + Largeur + + + Height + Hauteur + + + QML Profiler Settings + Paramètres du profileur QML + + + Flush data while profiling: + + + + Periodically flush pending data to the profiler. This reduces the delay when loading the +data and the memory usage in the application. It distorts the profile as the flushing +itself takes time. + + + + Flush interval (ms): + + + + Process data only when process ends: + + + + Only process data when the process being profiled ends, not when the current recording +session ends. This way multiple recording sessions can be aggregated in a single trace, +for example if multiple QML engines start and stop sequentially during a single run of +the program. + + + + Frame + Cadre + + + Frame Delta + + + + View3D + + + + All + Tout + + + None + Aucune + + + Quick3D Frame + + + + Select View3D + + + + Compare Frame + + + + Render Frame + + + + Synchronize Frame + + + + Prepare Frame + + + + Mesh Load + + + + Custom Mesh Load + + + + Texture Load + + + + Generate Shader + + + + Load Shader + + + + Particle Update + + + + Render Call + + + + Render Pass + + + + Event Data + + + + Mesh Memory consumption + + + + Texture Memory consumption + + + + Mesh Unload + + + + Custom Mesh Unload + + + + Texture Unload + + + + Unknown Unload Message %1 + + + + Description + Description + + + Count + + + + Draw Calls + + + + Render Passes + + + + Total Memory Usage + + + + Primitives + + + + Instances + + + + Render Thread Details + + + + Polish + + + + Wait + + + + GUI Thread Sync + + + + Render Thread Sync + + + + Render + + + + Swap + + + + Render Preprocess + + + + Render Update + + + + Render Bind + + + + Render Render + + + + Material Compile + + + + Glyph Render + + + + Glyph Upload + + + + Texture Bind + + + + Texture Convert + + + + Texture Swizzle + + + + Texture Upload + + + + Texture Mipmap + + + + Texture Delete + + + + Stage + + + + Glyphs + QtC::QmlProjectManager - QML Application - Application QML + Error while loading project file %1. + Erreur lors du chargement du fichier de projet %1. - Creates a QML application. - Créer une application QML. + Warning while loading project file %1. + Avertissement lors du chargement du fichier de projet %1. - Projects - Projets + Kit has no device. + Le kit n’a pas de périphérique. - The project %1 could not be opened. - Le projet %1 n'a pas pu être ouvert. + Qt version is too old. + La version de Qt est trop vieille. - New QML Project - Nouveau projet QML + Qt version has no QML utility. + La version Qt n’a pas d’utilitaire QML. - This wizard generates a QML application project. - Cet assistant génère un projet pour une application QML. + Non-desktop Qt is used with a desktop device. + Qt non desktop est utilisé avec un périphérique desktop. - Import of existing QML directory - Importer un répertoire QML existant + No Qt version set in kit. + Pas de version de Qt définie dans le kit. - Creates a QML project from an existing directory of QML files. - Crée un projet QML à partir d'un répertoire existant de fichiers QML. + <Current File> + <Fichier actuel> - Import of QML Project - Importation de projet QML + Main QML file: + Fichier QML principal : - QML Project - Projet QML + Override device QML viewer: + Écraser l’afficheur QML du périphérique : - Project name: - Nom du projet : + System Environment + Environnement du système - Location: - Emplacement : + Clean Environment + Environnement vierge - QML Viewer arguments: - Arguments du visualisateur QML : + QML Utility + QMLRunConfiguration display name. + Utilitaire QML - Main QML File: - Fichier QML principal : + No script file to execute. + Aucun fichier de script à exécuter. + + + No QML utility found. + Aucun utilitaire QML n’a été trouvé. + + + No QML utility specified for target device. + Aucun utilitaire QML n’est spécifié pour le périphérique cible. + + + Qt Version: + Version de Qt : + + + QML Runtime + Runtime QML + + + Invalid root element: %1 + L’élément racine est invalide : %1 + + + No Qt Design Studio installation found + Aucune installation de Qt Design Studio n’a été trouvée + + + Would you like to install it now? + Voulez-vous l’installer maintenant ? + + + Install + Installer + + + Unknown + Inconnu + + + QML PROJECT FILE INFO + QML PROJECT FILE INFO + + + Qt Version - + Version de Qt - + + + Qt Design Studio Version - + Version de Qt Design Studio - + + + No QML project file found - Would you like to create one? + Aucun fichier de projet QML n’a été trouvé - Voulez-vous en créer un ? + + + Generate + Générer + + + Qt Design Studio + Qt Design Studio + + + Open with Qt Design Studio + Ouvrir avec Qt Design Studio + + + Open + Ouvrir + + + Open with Qt Creator - Text Mode + Ouvrir avec Qt Creator - Mode texte + + + Remember my choice + Se rappeler de mon choix + + + Select Files to Generate + Sélectionner les fichiers à générer + + + Start CMakeFiles.txt generation + Lancer la génération de CMakeFiles.txt + + + Advanced Options + Options avancées + + + File %1 will be created. + + Le fichier %1 sera créé. + + + + File %1 will be overwritten. + + Le fichier %1 sera écrasé. + + + + This file already exists and will be overwritten. + Ce fichier existe déjà et sera écrasé. + + + This file or folder will be created. + Ce fichier ou dossier sera créé. + + + Export as Latest Project Format... + Exporter au format du projet le plus récent… + + + Creating Project + Création du projet + + + Creating project failed. +%1 + Échec de la création du projet. +%1 + + + Creating project succeeded. + Création du projet réussie. + + + Unable to write to directory +%1. + Impossible d’écrire dans le répertoire +%1. + + + This process creates a copy of the existing project. The new project's folder structure is adjusted for CMake build process and necessary related new files are generated. + +The new project can be opened in Qt Creator using the main CMakeLists.txt file. + Ce processus crée une copie du projet existant. La structure des dossiers du nouveau projet est adaptée au processus de compilation de CMake et les nouveaux fichiers nécessaires sont générés. + +Le nouveau projet peut être ouvert dans Qt Creator en utilisant le fichier principal CMakeLists.txt. + + + Name: + Nom de fichier : + + + Create in: + Créer dans : + + + Name is empty. + Le nom de fichier est vide. + + + Name must not start with "%1". + Le nom de fichier ne doit pas commencer par « %1 ». + + + Name must begin with a capital letter + Le nom de fichier doit commencer par une lettre majuscule + + + Name must contain only letters, numbers or characters - _. + Le nom de fichier ne doit contenir que des lettres, des chiffres ou des caractères - _. + + + Target is not a directory. + La cible n’est pas un répertoire. + + + Cannot write to target directory. + Impossible d’écrire dans le répertoire cible. + + + Project directory already exists. + Le répertoire du projet existe déjà. + + + Generate CMake Build Files... + Générer des fichiers de compilation CMake… + + + Export Project + Exporter le projet + + + The project is not properly structured for automatically generating CMake files. + +Aborting process. + +The following files or directories are missing: + +%1 + Le projet n’est pas correctement structuré pour générer automatiquement des fichiers CMake. + +Abandon du processus. + +Les fichiers ou répertoires suivants sont manquants : + +%1 + + + Cannot Generate CMake Files + Impossible de générer les fichiers CMake + + + Qt 6 + Qt 6 + + + Qt 5 + Qt 5 + + + Use MultiLanguage in 2D view + Utiliser MultiLanguage dans la vue 2D + + + Reads translations from MultiLanguage plugin. + Lit les traductions à partir du greffon MultiLanguage. + + + Project File Generated + Fichier de projet généré + + + File created: + +%1 + Fichier créé : + +%1 + + + Select File Location + Sélectionner l’emplacement du fichier + + + Qt Design Studio Project Files (*.qmlproject) + Fichier de projet de Qt Design Studio (*.qmlproject) + + + Invalid Directory + Répertoire invalide + + + Project file must be placed in a parent directory of the QML files. + Le fichier de projet doit être placé dans un répertoire parent des fichiers QML. + + + Problem + Problème + + + Selected directory is far away from the QML file. This can cause unexpected results. + +Are you sure? + Le répertoire sélectionné est éloigné du fichier QML. Cela peut entraîner des résultats inattendus. + +En êtes-vous sûr(e) ? + + + Failed to start Qt Design Studio. + Échec du lancement de Qt Design Studio. + + + No project file (*.qmlproject) found for Qt Design Studio. +Qt Design Studio requires a .qmlproject based project to open the .ui.qml file. + Aucun fichier de projet (*.qmlproject) n’a été trouvé pour Qt Design Studio. +Qt Design Studio nécessite un projet fondé sur .qmlproject pour ouvrir le fichier .ui.qml. + + + Set as Main .qml File + Définir comme le fichier .qml principal + + + Set as Main .ui.qml File + Définir comme le fichier .ui.qml principal + + + + QtC::Qnx + + Deploy to QNX Device + Déployer sur un périphérique QNX + + + Attach to remote QNX application... + + + + New QNX Device Configuration Setup + Configuration du nouveau périphérique QNX + + + QNX Device + Périphérique QNX + + + Deploy Qt libraries... + + + + QNX %1 + Qt Version is meant for QNX + QNX %1 + + + No SDP path was set up. + + + + QNX + QNX + + + Generate kits + Générer les kits + + + Configuration Information: + Informations de la configuration : + + + Name: + Nom : + + + Version: + Version : + + + Host: + Hôte : + + + Target: + Cible : + + + Select QNX Environment File + Sélectionner le fichier d’environnement QNX + + + Warning + Avertissement + + + Configuration already exists or is invalid. + + + + Remove QNX Configuration + + + + Add... + Ajouter… + + + Remove + Supprimer + + + Are you sure you want to remove: + %1? + Voulez-vous vraiment supprimer : +%1 ? + + + Cannot Set Up QNX Configuration + + + + Debugger for %1 (%2) + + + + QCC for %1 (%2) + + + + Kit for %1 (%2) + + + + The following errors occurred while activating the QNX configuration: + + + + - No GCC compiler found. + - Aucun compilateur GCC trouvé. + + + - No targets found. + + + + Preparing remote side... + Préparation de la partie distante… + + + QCC + QCC + + + &Compiler path: + Chemin du &compilateur : + + + SDP path: + SDP refers to 'Software Development Platform'. + + + + &ABI: + &ABI : + + + Warning: "slog2info" is not found on the device, debug output not available. + + + + Cannot show slog2info output. Error: %1 + Impossible d’afficher la sortie de slog2info. Erreur : %1 + + + Project source directory: + + + + Local executable: + + + + Remote QNX process %1 + + + + Checking existence of "%1" + + + + The remote directory "%1" already exists. +Deploying to that directory will remove any files already present. + +Are you sure you want to continue? + + + + Connection failed: %1 + + + + Removing "%1" + + + + No files need to be uploaded. + + + + %n file(s) need to be uploaded. + + + + + + + Local file "%1" does not exist. + + + + Remote chmod failed for file "%1": %2 + + + + No device configuration set. + Aucune configuration du périphérique définie. + + + No deployment action necessary. Skipping. + Aucune action de déploiement nécessaire. Continuation. + + + All files successfully deployed. + Tous les fichiers ont été déployés avec succès. + + + Please input a remote directory to deploy to. + + + + Deploy Qt to QNX Device + + + + Deploy + + + + Close + Fermer + + + Qt library to deploy: + + + + Remote directory: + + + + Closing the dialog will stop the deployment. Are you sure you want to do this? + + + + Checking that files can be created in %1... + + + + Files can be created in /var/run. + + + + An error occurred while checking that files can be created in %1. + + + + Files cannot be created in %1. + + + + Executable on device: + Exécutable sur le périphérique : + + + Remote path not set + Chemin distant indéfini + + + Executable on host: + Exécutable sur l’hôte : + + + Path to Qt libraries on device + + + + + QtC::QtSupport + + The Qt version is invalid: %1 + %1: Reason for being invalid + La version de Qt est invalide : %1 + + + The qmake command "%1" was not found or is not executable. + %1: Path to qmake executable + La commande qmake « %1 » n’a pas été trouvée ou n’est pas exécutable. + + + No qmake path set + Chemin de qmake non spécifié + + + qmake does not exist or is not executable + qmake n’existe pas ou n’est pas exécutable + + + Qt version has no name + La version de Qt n’a pas de nom + + + <unknown> + contexte ? + <inconnu> + + + System + Système + + + Qt version is not properly installed, please run make install + La version de Qt n’est pas correctement installée, veuillez exécuter make install + + + Could not determine the path to the binaries of the Qt installation, maybe the qmake path is wrong? + Impossible de déterminer le chemin vers les programmes de Qt, peut-être que le chemin vers qmake est faux ? + + + The default mkspec symlink is broken. + Le lien symbolique sur le mkspec par défaut est cassé. + + + ABI detection failed: Make sure to use a matching compiler when building. + La détection de l’ABI a échoué : vérifiez que vous utilisez un compilateur adéquat. + + + Non-installed -prefix build - for internal development only. + ? + Version de Qt compilée avec -prefix non installée – pour le développement interne uniquement. + + + No QML utility installed. + Aucun utilitaire QML installé. + + + Desktop + Qt Version is meant for the desktop + Desktop + + + Embedded Linux + Qt Version is used for embedded Linux development + Linux embarqué + + + Edit + Modifier + + + Name + Nom + + + Remove + Supprimer + + + Add... + Ajouter… + + + Qt %{Qt:Version} in PATH (%2) + Qt %{Qt:Version} dans PATH (%2) + + + Qt %{Qt:Version} (%2) + Qt %{Qt:Version} (%2) + + + Device type is not supported by Qt version. + Le type de périphérique n’est pas pris en charge par la version de Qt. + + + The compiler "%1" (%2) cannot produce code for the Qt version "%3" (%4). + Le compilateur « %1 » (%2) ne peut pas produire de code pour la version Qt « %3 » (%4). + + + The compiler "%1" (%2) may not produce code compatible with the Qt version "%3" (%4). + Le compilateur « %1 » (%2) peut ne pas produire un code compatible avec la version Qt « %3 » (%4). + + + The kit has a Qt version, but no C++ compiler. + Le kit comporte une version de Qt, mais pas de compilateur C++. + + + Name: + Nom : + + + Invalid Qt version + Version de Qt invalide + + + ABI: + ABI : + + + Source: + Source : + + + mkspec: + mkspec : + + + qmake: + qmake : + + + Default: + Par défaut : + + + Version: + Version : + + + The version string of the current Qt version. + La chaîne de caractères de la version actuelle de Qt. + + + The type of the current Qt version. + Le type de la version actuelle de Qt. + + + The mkspec of the current Qt version. + Le mkspec de la version actuelle de Qt. + + + The installation prefix of the current Qt version. + Le préfixe d’installation de la version actuelle de Qt. + + + The installation location of the current Qt version's data. + L’emplacement de l’installation des données de la version actuelle de Qt. + + + The host location of the current Qt version. + L’emplacement de l’hôte de la version actuelle de Qt. + + + The installation location of the current Qt version's internal host executable files. + L’emplacement de l’installation des fichiers exécutables de l’hôte interne de la version actuelle de Qt. + + + The installation location of the current Qt version's header files. + L’emplacement de l’installation des fichiers d’en-tête de la version actuelle de Qt. + + + The installation location of the current Qt version's library files. + L’emplacement de l’installation des fichiers de bibliothèque de la version actuelle de Qt. + + + The installation location of the current Qt version's documentation files. + L’emplacement de l’installation des fichiers de documentation de la version actuelle de Qt. + + + The installation location of the current Qt version's executable files. + L’emplacement de l’installation des fichiers d’exécutable de la version actuelle de Qt. + + + The installation location of the current Qt version's internal executable files. + L’emplacement de l’installation des fichiers d’exécutable interne de la version actuelle de Qt. + + + The installation location of the current Qt version's plugins. + L’emplacement de l’installation des fichiers de greffons de la version actuelle de Qt. + + + The installation location of the current Qt version's QML files. + L’emplacement de l’installation des fichiers QML de la version actuelle de Qt. + + + The installation location of the current Qt version's imports. + L’emplacement de l’installation des imports de la version actuelle de Qt. + + + The installation location of the current Qt version's translation files. + L’emplacement de l’installation des fichiers de traduction de la version actuelle de Qt. + + + The installation location of the current Qt version's examples. + L’emplacement de l’installation des exemples de la version actuelle de Qt. + + + The installation location of the current Qt version's demos. + L’emplacement de l’installation des démos de la version actuelle de Qt. + + + The current Qt version's default mkspecs (Qt 4). + Les mkspecs par défaut de la version actuelle de Qt (Qt 4). + + + The current Qt version's default mkspec (Qt 5; host system). + Les mkspecs par défaut de la version actuelle de Qt (Qt 5, système hôte). + + + The current Qt version's default mkspec (Qt 5; target system). + Les mkspecs par défaut de la version actuelle de Qt (Qt 5, système cible). + + + The current Qt's qmake version. + La version actuelle de qmake de Qt. + + + Timeout running "%1". + Délai d’attente pour l’exécution de « %1 ». + + + "%1" crashed. + « %1 » a planté. + + + "%1" produced no output: %2. + « %1 » n’a produit aucune sortie : %2. + + + qmake "%1" is not an executable. + qmake « %1 » n’est pas un exécutable. + + + No Qt version. + Pas de version de Qt. + + + Invalid Qt version. + Version de Qt invalide. + + + Requires Qt 5.0.0 or newer. + Requiert Qt 5.0.0 ou plus récent. + + + Requires Qt 5.3.0 or newer. + Requiert Qt 5.3.0 ou plus récent. + + + This Qt Version does not contain Qt Quick Compiler. + Cette version de Qt ne contient pas le compilateur de Qt Quick. + + + No factory found for qmake: "%1" + Aucune fabrique trouvée pour qmake : « %1 » + + + <specify a name> + <spécifier un nom> + + + Do you want to remove all invalid Qt Versions?<br><ul><li>%1</li></ul><br>will be removed. + Voulez-vous retirer toutes les versions de Qt invalides ?<br/><ul><li>%1</li><br/> seront supprimées. + + + Qt version %1 for %2 + Qt %1 pour %2 + + + Qt Version + Version de Qt + + + Location of qmake + Emplacement de qmake + + + Link with Qt... + Lier avec Qt… + + + Clean Up + Nettoyer + + + qmake path: + Chemin de qmake : + + + Register documentation: + Enregistrer la documentation : + + + qmake Path + Chemin de qmake + + + Highest Version Only + Version la plus élevée uniquement + + + All + Toutes + + + Display Name is not unique. + Le nom affiché n’est pas unique. + + + No compiler can produce code for this Qt version. Please define one or more compilers for: %1 + Aucun compilateur ne peut produire de code pour cette version de Qt. Veuillez définir un ou plusieurs compilateurs pour : %1 + + + The following ABIs are currently not supported: %1 + Les ABI suivantes ne sont actuellement pas prises en charge : %1 + + + Select a qmake Executable + Sélectionner un exécutable qmake + + + Qt Version Already Known + Version de Qt déjà connue + + + Qmake Not Executable + Qmake n’est pas un exécutable + + + The qmake executable %1 could not be added: %2 + L’exécutable qmake %1 n’a pas pu être ajouté : %2 + + + Linking with a Qt installation automatically registers Qt versions and kits, and other tools that were installed with that Qt installer, in this Qt Creator installation. Other Qt Creator installations are not affected. + L’établissement d’un lien avec une installation de Qt enregistre automatiquement les versions et les kits de Qt, ainsi que les autres outils qui ont été installés avec ce programme d’installation de Qt, dans cette installation de Qt Creator. Les autres installations de Qt Creator ne sont pas concernées. + + + %1's resource directory is not writable. + Le répertoire de ressources de %1 n’est pas accessible en écriture. + + + %1 is currently linked to "%2". + %1 est actuellement lié à « %2 ». + + + Qt installation information was not found in "%1". Choose a directory that contains one of the files %2 + Les informations relatives à l’installation de Qt n’ont pas été trouvées dans « %1 ». Sélectionnez un répertoire qui contient l’un des fichiers %2 + + + Choose Qt Installation + Sélectionner l’installation de Qt + + + The change will take effect after restart. + La modification prendra effet après le redémarrage. + + + Qt installation path: + Chemin d’installation de Qt : + + + Choose the Qt installation directory, or a directory that contains "%1". + Sélectionner le répertoire d’installation de Qt ou un répertoire contenant « %1 ». + + + Link with Qt + Lier avec Qt + + + Cancel + Annuler + + + Remove Link + Supprimer le lien + + + Error Linking With Qt + Erreur de liaison avec Qt + + + Could not write to "%1". + Impossible d’écrire sur « %1 ». + + + The Qt version selected must match the device type. + La version de Qt sélectionnée doit correspondre au type de périphérique. + + + Remove Invalid Qt Versions + Retirer les versions de Qt non valides + + + Not all possible target environments can be supported due to missing compilers. + Tous les environnements cibles possibles ne peuvent être pris en charge à cause de compilateurs manquants. + + + This Qt version was already registered as "%1". + Cette version de Qt a déjà été enregistré comme « %1 ». + + + Incompatible Qt Versions + Versions de Qt incompatibles + + + Examples + Exemples + + + Search in Examples... + Recherche dans les exemples… + + + Tutorials + Tutoriels + + + Search in Tutorials... + Recherche dans les tutoriels… + + + Copy Project to writable Location? + Copier le projet à un emplacement accessible en écriture ? + + + <p>The project you are about to open is located in the write-protected location:</p><blockquote>%1</blockquote><p>Please select a writable location below and click "Copy Project and Open" to open a modifiable copy of the project or click "Keep Project and Open" to open the project in location.</p><p><b>Note:</b> You will not be able to alter or compile your project in the current location.</p> + <p>Le projet que vous vous apprêtez à ouvrir se trouve dans un emplacement accessible en lecture seule :</p><blockquote>%1</blockquote><p>Veuillez sélectionner un emplacement accessible en écriture et cliquer sur « Copier le projet et l’ouvrir » pour ouvrir une copie modifiable. Cliquez sur « Conserver le projet et l’ouvrir » pour ouvrir le projet à l’emplacement actuel.</p><p><b>Remarque :</b> vous ne pourrez pas modifier ou compiler votre projet à l’emplacement actuel.</p> + + + &Location: + &Emplacement : + + + &Copy Project and Open + &Copier le projet et l’ouvrir + + + &Keep Project and Open + &Conserver le projet et l’ouvrir + + + Cannot Use Location + Impossible d’utiliser l’emplacement + + + The specified location already exists. Please specify a valid location. + L’emplacement spécifié existe déjà. Veuillez spécifier un autre emplacement. + + + Cannot Copy Project + Impossible de copier le projet + + + The Qt library to use for all projects using this kit.<br>A Qt version is required for qmake-based projects and optional when using other build systems. + La bibliothèque Qt à utiliser pour tous les projets utilisant ce kit.<br>Une version de Qt est nécessaire pour les projets basés sur qmake et est optionnelle pour les autres systèmes de compilation. + + + Name of Qt Version + Nom de la version de Qt + + + unknown + inconnu + + + Path to the qmake executable + Chemin vers l’exécutable de qmake + + + %1 (invalid) + %1 (invalide) + + + Qt version + Version de Qt + + + None + Aucune + + + Qt Versions + Versions de Qt + + + Boot2Qt + Qt version is used for Boot2Qt development + Boot2Qt + + + Aggregation as a pointer member + Agrégation comme pointeur membre + + + Aggregation + Agrégation + + + Multiple inheritance + Héritage multiple + + + Support for changing languages at runtime + Prise en charge du changement de langage à l’exécution + + + Use Qt module name in #include-directive + Utiliser le nom du module Qt dans #include-directive + + + Add Qt version #ifdef for module names + Ajouter un bloc #ifdef avec la version de Qt pour les noms de module + + + Embedding of the UI Class + Intégration de la classe UI + + + Code Generation + Génération de code + + + Qt Class Generation + Génération de classe Qt + + + Featured + Category for highlighted examples + À la une + + + Other + Category for all other examples + Autre + + + [Inexact] + Prefix used for output from the cumulative evaluation of project files. + [inexact] + + + QML debugging and profiling: + Débogage et profilage QML : + + + Might make your application vulnerable.<br/>Only use in a safe environment. + Peut rendre votre application vulnérable.<br/>Utiliser uniquement dans un environnement sûr. + + + Qt Quick Compiler: + Compilateur de Qt Quick : + + + Disables QML debugging. QML profiling will still work. + Désactive le débogage QML. Le profilage QML fonctionne toujours. + + + Link with a Qt installation to automatically register Qt versions and kits? To do this later, select Edit > Preferences > Kits > Qt Versions > Link with Qt. + Lier une installation Qt pour enregistrer automatiquement les versions et kits Qt ? Pour le faire ultérieurement, sélectionnez Édition > Préférences > Kits > Versions de Qt > Lier avec Qt. + + + Full path to the host bin directory of the Qt version in the active kit of the project containing the current document. + Chemin complet vers le répertoire des exécutables de l’hôte de la version de Qt dans le kit actif du projet contenant le document actuel. + + + Full path to the target bin directory of the Qt version in the active kit of the project containing the current document.<br>You probably want %1 instead. + Chemin complet vers le répertoire des exécutables de la cible de la version de Qt dans le kit actif du projet contenant le document actuel.<br>Vous voulez probablement utiliser %1 à la place. + + + Full path to the host libexec directory of the Qt version in the active kit of the project containing the current document. + Chemin complet vers le répertoire libexec de l’hôte de la version de Qt dans le kit actif du projet contenant le document actuel. + + + Full path to the host bin directory of the Qt version in the active kit of the active project. + Chemin complet vers le répertoire des exécutables de l’hôte de la version de Qt dans le kit actif du projet actif. + + + Full path to the target bin directory of the Qt version in the active kit of the active project.<br>You probably want %1 instead. + Chemin complet vers le répertoire des exécutables de la cible de la version de Qt dans le kit actif du projet actif.<br>Vous voulez probablement utiliser %1 à la place. + + + Full path to the libexec bin directory of the Qt version in the active kit of the active project. + Chemin complet vers le répertoire libexec de l’hôte de la version de Qt dans le kit actif du projet actif. + + + If you plan to provide translations for your project's user interface via the Qt Linguist tool, please select a language here. A corresponding translation (.ts) file will be generated for you. + Si vous prévoyez de fournir des traductions pour l’interface utilisateur de votre projet via l’outil Qt Linguist, veuillez sélectionner une langue ici. Un fichier de traduction (.ts) correspondant sera généré pour vous. + + + <none> + <aucun> + + + Language: + Langue : + + + Translation file: + Fichier de traduction : + + + + QtC::RemoteLinux + + Connection + Connexion + + + The device's SSH port number: + Numéro de port SSH de l’appareil : + + + The username to log into the device: + Le nom d’utilisateur pour se connecter à l’appareil : + + + We recommend that you log into your device using public key authentication. +If your device is already set up for this, you do not have to do anything here. +Otherwise, please deploy the public key for the private key with which to connect in the future. +If you do not have a private key yet, you can also create one here. + Nous vous recommandons de vous connecter à votre appareil en utilisant l’authentification par clé publique. +Si votre appareil est déjà configuré pour cela, vous n’avez rien à faire ici. +Dans le cas contraire, veuillez déployer la clé publique pour la clé privée avec laquelle vous vous connecterez à l’avenir. +Si vous n’avez pas encore de clé privée, vous pouvez également en créer une ici. + + + Choose a Private Key File + Sélectionner un fichier de clé privée + + + Create New Key Pair + Créer une nouvelle paire de clés + + + Summary + Résumé + + + The new device configuration will now be created. +In addition, device connectivity will be tested. + La configuration du nouveau périphérique va maintenant être créée. En plus, la connectivité du périphérique sera testée. + + + Key Deployment + Déploiement de la clé + + + Public key error: %1 + Erreur de clé publique : %1 + + + Installing package failed. + Échec lors de l’installation du paquet. + + + Starting remote command "%1"... + Démarrage de la commande distante « %1 »… + + + Remote process failed: %1 + Échec du processus distant : %1 + + + Choose Public Key File + Sélectionner le fichier de clé publique + + + Public Key Files (*.pub);;All Files (*) + Fichiers de clé publique (*.pub);;Tous les fichiers (*) + + + Deploying... + Déploiement… + + + Key deployment failed. + Échec du déploiement de clé. + + + Deployment finished successfully. + Le déploiement s’est déroulé avec succès. + + + Executable on host: + Exécutable sur l’hôte : + + + Executable on device: + Exécutable sur le périphérique : + + + Remote path not set + Chemin distant indéfini + + + Ignore missing files + Ignorer les fichiers manquants + + + Tarball creation not possible. + Création de l’archive tarball impossible. + + + Create tarball: + Créer un tarball : + + + No deployment action necessary. Skipping. + Aucune action de déploiement nécessaire. Continuation. + + + No device configuration set. + Aucune configuration du périphérique définie. + + + Cannot deploy: %1 + Impossible de déployer : %1 + + + User requests deployment to stop; cleaning up. + L’utilisateur a demandé l’arrêt du déploiement; nettoyage en cours. + + + Deploy step failed. + Étape de déploiement échouée. + + + Deploy step finished. + Étape de déploiement effectuée. + + + Uploading package to device... + Téléchargement du paquet sur l’appareil… + + + Successfully uploaded package file. + Fichier de paquet envoyé avec succès. + + + Installing package to device... + Installation du paquet sur le périphérique en cours… + + + Successfully installed package file. + Fichier de paquet installé avec succès. + + + Failed to start "stat": %1 + Échec du démarrage de « stat » : %1 + + + "stat" crashed. + « stat » a planté. + + + "stat" failed with exit code %1: %2 + « stat » a échoué avec le code de sortie %1 : %2 + + + Failed to retrieve remote timestamp for file "%1". Incremental deployment will not work. Error message was: %2 + + + + Unexpected stat output for remote file "%1": %2 + + + + No files need to be uploaded. + + + + %n file(s) need to be uploaded. + + + + + + + Local file "%1" does not exist. + + + + Remote chmod failed for file "%1": %2 + + + + All files successfully deployed. + Tous les fichiers ont été déployés avec succès. + + + Incremental deployment + Déploiement incrémental + + + Command line: + Ligne de commande : + + + Upload files via SFTP + Envoi de fichiers par SFTP + + + Cannot establish SSH connection: ssh binary "%1" does not exist. + + + + Cannot establish SSH connection: Failed to create temporary directory for control socket: %1 + + + + Cannot establish SSH connection. +Control process failed to start. + + + + SSH connection failure. + + + + SSH connection failure: + + + + Remote Linux + + + + Remote Linux Device + + + + Deploy Public Key... + Déployer la clé publique… + + + Error starting remote shell. + + + + Error running remote shell. + + + + Error running remote shell: %1 + + + + Open Remote Shell + + + + "%1" failed to start: %2 + « %1 » n’a pas pu démarrer : %2 + + + "%1" crashed. + « %1 » a planté. + + + "sftp" binary "%1" does not exist. + + + + Failed to create local directory "%1". + + + + Creating directory: %1 + + + + + Failed. + Échec. + + + Copying %1/%2: %3 -> %4 + + + + + Deploy Public Key + Déployer la clé publique + + + Close + Fermer + + + Checking kernel version... + Vérification de la version du noyau… + + + uname failed: %1 + Échec d’uname : %1 + + + uname failed. + Échec d’uname. + + + Error gathering ports: %1 + Erreur lors de la collecte des ports : %1 + + + All specified ports are available. + Tous les ports spécifiés sont disponibles. + + + Sending echo to device... + + + + Device replied to echo with unexpected contents. + + + + Device replied to echo with expected contents. + + + + echo failed: %1 + + + + echo failed. + + + + The following specified ports are currently in use: %1 + Les ports suivant sont actuellement en cours d’utilisation : %1 + + + Checking whether "%1" works... + + + + "%1" is functional. + + + + + Failed to start "%1": %2 + + + + + "%1" crashed. + + « %1 » a planté. + + + + "%1" failed with exit code %2: %3 + + + + + "%1" will be used for deployment, because "%2" is not available. + + + + + Deployment to this device will not work out of the box. + + + + + %1... + + + + %1 found. + %1 trouvé. + + + An error occurred while checking for %1. + + + + %1 not found. + %1 introuvable. + + + Checking if required commands are available... + + + + Checking if specified ports are available... + Vérification si les ports spécifiés sont disponibles… + + + Run custom remote command + Exécuter une commande distante personnalisée + + + No command line given. + Aucune ligne de commande donnée. + + + Remote process finished with exit code %1. + Processus distant terminé avec le code de sortie %1. + + + Remote command finished successfully. + Processus distant terminé avec succès. + + + Deploy to Remote Linux Host + Déploiement sur une hôte Linux distante + + + Packaging finished successfully. + Paquetage terminé avec succès. + + + Packaging failed. + Échec lors de la création du paquet. + + + Creating tarball... + Création de l’archive tarball… + + + Package modified files only + + + + Tarball up to date, skipping packaging. + L’archive tarball est à jour, continuation. + + + Error: tar file %1 cannot be opened (%2). + Erreur : le fichier %1 n’a pas pu être ouvert (%2). + + + No remote path specified for file "%1", skipping. + + + + Error writing tar file "%1": %2. + + + + Cannot add file "%1" to tar-archive: path too long. + + + + Error writing tar file "%1": %2 + + + + Error reading file "%1": %2. + + + + Adding file "%1" to tarball... + + + + Create tarball + Créer un tarball + + + No tarball creation step found. + Aucune étape de création d’archive tarball trouvée. + + + Deploy tarball via SFTP upload + Déployer l’archive par SFTP + + + Authentication type: + Type d’identification : + + + &Host name: + Nom de l’&hôte : + + + IP or host name of the device + IP ou nom de l’hôte du périphérique + + + Default + Défaut + + + Specific &key + + + + &Check host key + + + + You can enter lists and ranges like this: '1024,1026-1028,1030'. + + + + &SSH port: + Port &SSH : + + + Free ports: + Ports libres : + + + QML runtime executable: + + + + Timeout: + Délai d’attente : + + + s + s + + + &Username: + &Utilisateur : + + + Private key file: + Fichier de clé privée : + + + Physical Device + Périphérique physique + + + Emulator + Émulateur + + + You will need at least one port. + Vous avez besoin d’au moins un port. + + + Create New... + Créer un nouveau… + + + Machine type: + Type de machine : + + + GDB server executable: + Exécutable du serveur GDB : + + + Leave empty to look up executable in $PATH + Laisser vide pour rechercher un exécutable dans le $PATH + + + WizardPage + WizardPage + + + The name to identify this configuration: + Le nom pour identifier cette configuration : + + + The device's host name or IP address: + Le nom d’hôte du périphérique ou son adresse IP : + + + Cannot Open Terminal + + + + Cannot open remote terminal: Current kit has no device. + + + + Clean Environment + Environnement vierge + + + System Environment + Environnement du système + + + Fetch Device Environment + Réception de l’environnement du périphérique + + + Exit code is %1. stderr: + Le code de sortie %1. stderr : + + + New Remote Linux Device Configuration Setup + + + + Trying to kill "%1" on remote device... + + + + Remote application killed. + + + + Failed to kill remote application. Assuming it was not running. + + + + Kill current application instance + + + + Command: + Commande : + + + Install root: + Racine de l’installation : + + + Clean install root first: + + + + Full command line: + + + + Custom command line: + + + + Use custom command line instead: + + + + Install into temporary host directory + + + + You must provide an install root. + + + + The install root "%1" could not be cleaned. + + + + The install root "%1" could not be created. + + + + The "make install" step should probably not be last in the list of deploy steps. Consider moving it up. + + + + You need to add an install statement to your CMakeLists.txt file for deployment to work. + + + + Remote executable: + + + + Local executable: + + + + Custom Executable + Exécutable personnalisé + + + Run "%1" + + + + The remote executable must be set in order to run a custom remote run configuration. + + + + Deploy via rsync: failed to create remote directories: + + + + rsync failed to start: %1 + + + + rsync crashed. + rsync a planté. + + + rsync failed with exit code %1. + + + + Flags: + Flags : + + + Ignore missing files: + + + + rsync is only supported for transfers between different devices. + + + + Deploy files via rsync + + + + SSH Key Configuration + Configuration de la clé SSH + + + &RSA + &RSA + + + ECDSA + + + + &Generate And Save Key Pair + &Générer et enregistrer la paire de clés + + + Options + Options + + + Key algorithm: + Algorithme de la clé : + + + Key &size: + + + + Public key file: + Fichier de clé publique : + + + The ssh-keygen tool was not found. + + + + Refusing to overwrite existing private key file "%1". + + + + The ssh-keygen tool at "%1" failed: %2 + + + + Choose Private Key File Name + + + + Key Generation Failed + La génération de la clé a échoué QtC::ResourceEditor - - Add - Ajouter - Remove Supprimer @@ -11014,1494 +45793,6 @@ au système de gestion de version (%2) ? Alias: Alias : - - - QtC::QmakeProjectManager - - Qt4 Console Application - Application Qt4 en console - - - Creates a Qt4 console application. - Crée une application Qt4 de type console. - - - Qt Console Application - Application Qt4 en console - - - Creates a project containing a single main.cpp file with a stub implementation. - -Preselects a desktop Qt for building the application if available. - Créer un projet contenant un seul fichier main.cpp avec un début d'implémentation. - -Présélectionne un bureau Qt pour compiler l'application si disponible. - - - This wizard generates a Qt4 console application project. The application derives from QCoreApplication and does not provide a GUI. - Cet assistant génère un projet d'application Qt4 console. L'application dérive de QCoreApplication et ne fournit pas d'interface graphique. - - - This wizard generates a Qt console application project. The application derives from QCoreApplication and does not provide a GUI. - Cet assistant génère un projet d'application Qt console. L'application dérive de QCoreApplication et ne fournit pas d'interface graphique. - - - Qt Designer is not responding (%1). - Qt Designer ne répond pas (%1). - - - Unable to create server socket: %1 - Impossible de créer le socket serveur : %1 - - - Embedded Linux - Linux embarqué - - - Empty Qt4 Project - Projet Qt4 vide - - - Creates an empty Qt project. - Crée un projet Qt vide. - - - Empty Qt Project - Projet Qt vide - - - Creates a qmake-based project without any files. This allows you to create an application without any default classes. - Créer un proje basé sur qmake sans aucun fichier. Cela vous permet de créer une application sans aucune classe par défaut. - - - This wizard generates an empty Qt4 project. Add files to it later on by using the other wizards. - Cet assistant génère un projet Qt4 vide. Vous pouvez ajouter des fichiers plus tard en utilisant les autres assistants. - - - This wizard generates an empty Qt project. Add files to it later on by using the other wizards. - Cet assistant génère un projet Qt vide. Vous pouvez ajouter des fichiers plus tard en utilisant les autres assistants. - - - Unable to start "%1" - Impossible de démarrer "%1" - - - The application "%1" could not be found. - L'application "%1" est introuvable. - - - Class Information - Information sur la classe - - - Specify basic information about the classes for which you want to generate skeleton source code files. - Définit les informations de base des classes pour lesquelles vous souhaitez générer des fichiers squelettes de code source. - - - Qt4 Gui Application - Application graphique Qt4 - - - Creates a Qt4 Gui Application with one form. - Crée une application GUI Qt 4 avec un formulaire. - - - Qt Gui Application - Application graphique Qt - - - Qt Widgets Application - Application Qt avec widgets - - - Creates a Qt application for the desktop. Includes a Qt Designer-based main window. - -Preselects a desktop Qt for building the application if available. - bureau sonne bizarre dans ce cas je trouve... - Créer une application Qt pour le desktop. Inclut une fenêtre principale basée sur Qt Designer. - -Présélectionne une version desktop Qt pour compiler l'application si disponible. - - - The template file '%1' could not be opened for reading: %2 - Le fichier modèle "%1' n"a pas pu être ouvert en lecture : %2 - - - This wizard generates a Qt4 GUI application project. The application derives by default from QApplication and includes an empty widget. - Cet assistant génère un projet d'application graphique Qt4. L'application dérive par défaut de QApplication et inclut un widget vide. - - - This wizard generates a Qt GUI application project. The application derives by default from QApplication and includes an empty widget. - Cet assistant génère un projet d'application graphique Qt. L'application dérive par défaut de QApplication et inclut un widget vide. - - - This wizard generates a Qt Widgets Application project. The application derives by default from QApplication and includes an empty widget. - Cet assistant génère un projet d'application Qt avec widgets. L'application dérive par défaut de QApplication et inclut un widget vide. - - - Details - Détails - - - C++ Library - Bibliothèque C++ - - - Creates a C++ library based on qmake. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul> - Créer une bibliothèque C++ basée sur qmake. Cela peut être utilisé pour créer :<ul><li>une bibliothèque C++ partagée pour utiliser avec <tt>QPluginLoader</tt> à l'exécution (plug-ins)</li><li>une bibliothèque C++ partagée ou statique pour utiliser avec un autre projet au moment de la compilation</li></ul> - - - Creates a C++ library based on qmake. This can be used to create:<ul><li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li><li>a shared or static C++ library for use with another project at linktime</li></ul>. - Crée une bibliothèque C++ basée sur qmake. Ceci peut être utilisé pour créer : <ul><li>une bibliothèque partagée C++ à utiliser avec <tt>QPluginLoader</tt> à l'exécution (plug-ins)</li><li>une bibliothèque partagée ou statique C++ à utiliser dans un autre projet lors de l'édition des liens</li></ul>. - - - Creates a C++ Library. - Crée une bibliothèque C++. - - - Shared library - Bibliothèque partagée - - - Statically linked library - Bibliothèque liée statiquement - - - Qt 4 plugin - Plug-in Qt 4 - - - Shared Library - Bibliothèque partagée - - - Statically Linked Library - Bibliothèque liée statiquement - - - Qt 4 Plugin - Plug-in Qt 4 - - - Qt Plugin - Plug-in Qt - - - Type - Type - - - This wizard generates a C++ library project. - Cet assistant génère un projet de bibliothèque C++. - - - Symbian Specific - Spécifique à Symbian - - - Select required modules - Sélectionner les modules requis - - - Select Required Modules - Sélectionner les modules requis - - - Select the modules you want to include in your project. The recommended modules for this project are selected by default. - Sélectionnez les modules que vous souhaitez inclure au projet. Les modules recommandés pour ce projet sont sélectionnés par défaut. - - - Remove - Supprimer - - - Up - Monter - - - Down - Descendre - - - Cut - Couper - - - Copy - Copier - - - Paste - Coller - - - Ctrl+X - Ctrl+X - - - Ctrl+C - Ctrl+C - - - Ctrl+V - Ctrl+V - - - Add Variable - Ajouter une variable - - - Add Scope - Ajouter une portée - - - Add Block - Ajouter un bloc - - - <Global Scope> - <Portée Globale> - - - Change Item - Modifier l'élément - - - Change Variable Assignment - Modifier l'affectation de la variable - - - Change Variable Type - Modifier le type de la variable - - - Change Scope Condition - Modifier la condition de la portée - - - Change Expression - Modifier l'expression - - - Move Item - Déplacer l'élément - - - Remove Item - Supprimer l'élément - - - Insert Item - Insérer un élément - - - Import existing build settings - Importer des paramètres de compilation existants - - - Qt Creator has found an already existing build in the source directory.<br><br><b>Qt Version:</b> %1<br><b>Build configuration:</b> %2<br><b>Additional QMake Arguments:</b>%3 - Qt Creator a détecté une version compilée dans le répertoire source.<br> <br> <b>Qt Version : </b> %1<br><b>Configuration de compilation :</b> %2<br>Arguments supplémentaires de QMake :</b> %3 - - - <b>Note:</b> Importing the settings will automatically add the Qt Version identified by <br><b>%1</b> to the list of Qt versions. - <b>Note:</b> Importer les paramètres ajoutera automatiquement la version de Qt identifiée par <br> <b> %1</b> à la liste des versions de Qt. - - - Import existing build settings. - Importer des paramètres de compilation existants. - - - Project setup - Installation du projet - - - Project Setup - Configuration du projet - - - Clear system environment - Nettoyer l'environnement système - - - Build Environment - Environnement de compilation - - - Cannot Open File - Impossible d'ouvrir le fichier - - - Cannot open the file for edit with VCS. - Impossible d'ouvrir le fichier pour édition avec le gestionnaire de versions. - - - Cannot set permissions to writable. - Impossible d'attribuer les droits en écriture. - - - Could not open the file for edit with VCS. - Impossible d'ouvrir le fichier pour édition avec VCS. - - - Error while reading .pro file %1: %2 - Erreur lors de la lecture du fichier .pro %1 : %2 - - - Could not open the file for edit with SCC. - Impossible d'ouvrir le fichier pour l'éditer avec SCC. - - - Could not set permissions to writable. - Impossible d'attribuer les droits en écriture. - - - Error while reading PRO file %1: %2 - Erreur pendant la lecture du fichier PRO %1 : %2 - - - Error while changing pro file %1. - Erreur pendant la modification du fichier pro %1. - - - Configuration Name: - Nom de la configuration : - - - Qt Version: - Version de Qt : - - - This Qt-Version is invalid. - Cette version de Qt est invalide. - - - Shadow Build: - Shadow Build : - - - Build Directory: - Répertoire de compilation : - - - <a href="import">Import existing build</a> - <a href="import">Importer une compilation existante</a> - - - Shadow Build Directory - Répertoire du Shadow build - - - Default Qt Version (%1) - Version de Qt par défaut (%1) - - - No Qt Version set - Aucune version de Qt définie - - - using <font color="#ff0000">invalid</font> Qt Version: <b>%1</b><br>%2 - utilisation d'une version Qt <font color="#ff0000">invalide</font> : <b>%1</b><br>%2 - - - No Qt Version found. - Aucune version de Qt trouvée. - - - using Qt version: <b>%1</b><br>with tool chain <b>%2</b><br>building in <b>%3</b> - utilise la version de Qt : <b>%1</b><br>avec la chaîne de compilation <b>%2</b><br>compilé dans <b>%3</b> - - - <Invalid tool chain> - <Chaîne de compilation invalide> - - - General - Général - - - Invalid Qt version - Version de Qt invalide - - - A build for a different project exists in %1, which will be overwritten. - %1 build directory - Une compilation pour un projet différent existe déjà dans %1, elle sera écrasée. - - - An build for a different project exists in %1, which will be overwritten. - %1 build directory - Une compilation pour un projet différent existe déjà dans %1, elle sera écrasée. - - - building in <b>%1</b> - Compilation dans <b>%1</b> - - - This kit cannot build this project since it does not define a Qt version. - Ce kit ne peut pas compiler ce projet, car il ne définit pas de version de Qt. - - - The Qt version %1 does not support shadow builds, building might fail. - La version de Qt %1 ne prend pas en charge les shadow builds, la compilation risque d'échouer. - - - Error: - Erreur : - - - Warning: - Avertissement : - - - <No tool chain selected> - <Pas de chaîne de compilation sélectionnée> - - - Building in subdirectories of the source directory is not supported by qmake. - Compiler dans un sous-répertoire du répertoire source n'est pas supporté par qmake. - - - An incompatible build exists in %1, which will be overwritten. - %1 build directory - Une compilation incompatible existe dans %1, qui sera écrasée. - - - Manage - Gérer - - - Configuration name: - Nom de la configuration : - - - Qt version: - Version de Qt : - - - This Qt version is invalid. - Cette version de Qt est invalide. - - - Tool chain: - Chaîne d'outils : - - - Shadow build: - Shadow Build : - - - Build directory: - Répertoire de compilation : - - - problemLabel - placeholder je pense - problemLabel - - - Run qmake - Exécuter qmake - - - Build - Compilation - - - Build "%1" - Compiler "%1" - - - Rebuild - Recompiler - - - Clean - Nettoyer - - - Build Subproject - Compiler le sous-projet - - - Build Subproject "%1" - Compiler le sous-projet "%1" - - - Rebuild Subproject - Recompiler le sous-projet - - - Rebuild Subproject "%1" - Recompiler le sous-projet "%1" - - - Clean Subproject - Nettoyer le sous-projet - - - Clean Subproject "%1" - Nettoyer le sous-projet "%1" - - - Build File - Compiler le fichier - - - Build File "%1" - Compiler le fichier "%1" - - - Ctrl+Alt+B - Ctrl+Alt+B - - - Jump to File Under Cursor - Aller au fichier sous le curseur - - - Add Library... - Ajouter une bibliothèque... - - - Run qmake in %1 - Exécuter qmake dans %1 - - - Arguments: - Arguments : - - - Run in Terminal - Exécuter dans un terminal - - - Select Working Directory - Sélectionner le répertoire de travail - - - Working directory: - Répertoire de travail : - - - Run in terminal - Exécuter dans un terminal - - - Executable: - Exécutable : - - - Select the working directory - Sélectionner le répertoire de travail - - - Reset to default - Restaurer les paramètres par défaut - - - Working Directory: - Répertoire de travail : - - - Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug) - Utiliser les versions debug des frameworks (DYLD_IMAGE_SUFFIX=_debug) - - - Base environment for this runconfiguration: - Environnement de base pour cette configuration d'éxecution : - - - <specify a name> - <spécifier un nom> - - - <specify a qmake location> - <spécifier l'emplacement de qmake> - - - Select QMake Executable - Sélectionner un exécutable QMake - - - Select the MinGW Directory - Sélectionner un répertoire MinGW - - - Select Carbide Install Directory - Sélectionner un répertoire d'installation de Carbide - - - Select S60 SDK Root - Sélectionner la racine du SDK S60 - - - Select the CSL Arm Toolchain (GCCE) Directory - Sélectionner le répertoire de la chaîne de compilation CSL Arm (GCCE) - - - Select qmake Executable - Sélectionner l'exécutable qmake - - - Select the CSL ARM Toolchain (GCCE) Directory - Sélectionner le répertoire de la chaîne de compilation CSL Arm (GCCE) - - - <i>Cannot be compiled.</i> - <i>Ne peut pas être compilé.</i> - - - <html><body><table><tr><td>File:</td><td><pre>%1</pre></td></tr><tr><td>Last modified:</td><td>%2</td></tr><tr><td>Size:</td><td>%3 Bytes</td></tr></table></body></html> - Tooltip showing the debugging helper library file. - <html><body><table><tr><td>Fichier :</td><td><pre>%1</pre></td></tr><tr><td>Dernière modification :</td><td>%2</td></tr><tr><td>Taille :</td><td>%3 octets</td></tr></table></body></html> - - - Debugging Helper Build Log for '%1' - Journal de compilation de l'assistant de debogage pour "%1" - - - Make - Qt MakeStep display name. - Make - - - Qt Creator needs a compiler set up to build. Configure a compiler in the kit options. - Qt Creator requiert un compilateur. Configurez-en un dans les options de kit. - - - Cannot find Makefile. Check your build settings. - Impossible de trouver un Makefile. Vérifiez vos options de compilation. - - - Configuration is faulty. Check the Issues view for details. - La configuration est défectueuse, veuillez vérifier la vue des problèmes pour les détails. - - - Configuration is faulty. Check the Build Issues view for details. - La configuration est défectueuse, veuillez vérifier la vue des problèmes de compilation pour les détails. - - - Qt Creator needs a tool chain set up to build. Please configure a tool chain in Project mode. - Qt Creator a besoin d'une chaîne d'outils pour compiler. Veuillez configurer une telle chaîne dans le mode Projet. - - - Makefile not found. Please check your build settings - Makefile non trouvé. Veuillez vérifier vos paramètres de compilation - - - Configuration is faulty, please check the Build Issues view for details. - La configuration est défectueuse, veuillez vérifier la vue des problèmes de compilation pour obtenir des détails. - - - Could not find make command: %1 in the build environment - Impossible de trouver la commande make : %1 dans l'environnement de compilation - - - <font color="#ff0000">Could not find make command: %1 in the build environment</font> - <font color="#ff0000">Impossible de trouver la commande make : %1 dans l'environnement de compilation</font> - - - <font color="#0000ff"><b>No Makefile found, assuming project is clean.</b></font> - <font color="#0000ff"><b>Aucun Makefile trouvé, assume que le projet est nettoyé.</b></font> - - - Make: - Make : - - - <b>Make:</b> %1 - <b>Make :</b> %1 - - - <b>Make:</b> No Qt build configuration. - <b>Make :</b> aucune configuration de compilation Qt. - - - No Qt4 build configuration. - Aucude configuration de compilation Qt4. - - - <b>Make:</b> %1 not found in the environment. - <b>Make :</b> %1 non trouvé dans l'environnement. - - - <b>Make Step:</b> %1 not found in the environment. - <b>Make Step:</b> %1 non trouvé dans l'environnement. - - - <b>Make:</b> %1 %2 in %3 - <b>Make:</b> %1 %2 dans %3 - - - -<font color="#ff0000"><b>No valid Qt version set. Set one in Preferences </b></font> - - -<font color="#ff0000"><b>Aucune version valide de Qt définie. Définissez-en une dans Préférences </b></font> - - - - -<font color="#ff0000"><b>No valid Qt version set. Set one in Tools/Options </b></font> - - -<font color="#ff0000"><b>Aucune version valide de Qt définie. Définissez-en une dans Outils/Options </b></font> - - - - <font color="#0000ff">Configuration unchanged, skipping QMake step.</font> - <font color="#0000ff">Configuration non modifiée, passe l'étape QMake.</font> - - - qmake - QMakeStep default display name - qmake - - - Configuration is faulty, please check the Issues view for details. - La configuration est défectueuse, veuillez vérifier la vue des problèmes pour obtenir des détails. - - - Configuration unchanged, skipping qmake step. - Configuration inchangée, étape qmake sautée. - - - No Qt version. - Pas de version de Qt. - - - Invalid Qt version. - Version de Qt invalide. - - - Requires Qt 4.7.1 or newer. - Requiert Qt 4.7.1 ou plus récent. - - - Library not available. <a href='compile'>Compile...</a> - Bibliothèque non disponible. <a href='compile'>Compiler...</a> - - - <b>QMake:</b> No Qt version set. QMake can not be run. - <b>QMake:</b> Aucune version de Qt définie. QMake ne peut être lancé. - - - <b>QMake:</b> %1 %2 - <b>QMake:</b> %1 %2 - - - No valid Qt version set. - Aucune version de Qt définie. - - - QML Debugging - Débogage QML - - - The option will only take effect if the project is recompiled. Do you want to recompile now? - Cette option ne prendra effet que si le projet est recompilé. Voulez-vous le recompiler maintenant ? - - - <b>qmake:</b> No Qt version set. Cannot run qmake. - <b>qmake :</b> Aucune version de Qt définie. qmake ne peut être lancé. - - - <b>qmake:</b> %1 %2 - <b>qmake :</b> %1 %2 - - - <b>Warning:</b> The tool chain suggests using another mkspec. - <b>Attention :</b> la chaîne de compilation suggère d'utiliser un autre mkspec. - - - <b>Warning:</b> The tool chain suggested "%1" as mkspec. - <b>Attention:</b> La chaîne d'outils a suggéré "%1" comme mkspec. - - - Enable QML debugging: - Activer le débogage QML : - - - Might make your application vulnerable. Only use in a safe environment. - Peut rendre l'application vulnérable. À n'utiliser qu'en environnement protégé. - - - <No Qt version> - <Pas de version de Qt> - - - Might make the application vulnerable. Use only in a safe environment. - Peut rendre l'application vulnérable. À utiliser dans un environnement sécurisé. - - - Loading project %1 ... - Chargement du projet %1... - - - Full path to the bin/ install directory of the current project's Qt version. - Chemin complet du répertoire bin d'installation de la version de Qt du projet actuel. - - - Full path to the bin directory of the current project's Qt version. - Chemin complet vers le répertoire bin de la version Qt actuelle du projet. - - - Full path to the host bin directory of the current project's Qt version. - host/target -> source/destination ou hôte/destination ? -> hôte - Chemin complet vers le répertoire bin d'origine de la version Qt actuelle du projet. - - - Full path to the target bin directory of the current project's Qt version. You probably want %1 instead. - ? - Chemin complet vers le répertoire bin de destination de la version Qt actuelle du projet. Vous vouliez probablement dire %1 à la place. - - - Update of Generated Files - Mise à jour des fichiers générés - - - In project<br><br>%1<br><br>The following files are either outdated or have been modified:<br><br>%2<br><br>Do you want Qt Creator to update the files? Any changes will be lost. - Dans le projet <br><br>%1<br><br>Les fichiers suivants sont périmés ou ont été modifié :<br><br>%2<br><br>Voulez-vous que Qt Creator mette à jour ces fichiers ? Tous les changements seront perdus. - - - The following files are either outdated or have been modified:<br><br>%1<br><br>Do you want Qt Creator to update the files? Any changes will be lost. - Les fichiers suivants sont trop vieux ou ont été modifiés : <br><br>%1<br><br>Voulez-vous que Qt Creator les mette à jour ? Tout changement sera perdu. - - - Failed opening project '%1': Project file does not exist - Échec de l'ouverture du projet "%1' : le fichier du projet n"existe pas - - - Failed opening project '%1': Project is not a file - Échec de l'ouverture du projet "%1" : le projet n'est pas un fichier - - - QMake - qmake - - - Failed opening project - Ouverture du projet échouée - - - Failed opening project '%1': Project already open - Échec de l'ouverture du projet "%1" : projet déjà ouvert - - - Opening %1 ... - Ouverture de %1... - - - Done opening project - Ouverture du projet terminée - - - MinGW from %1 - MinGW depuis %1 - - - <not found> - <non trouvé> - - - Qt in PATH - Qt dans le PATH - - - ABI: - ABI : - - - Source: - Source : - - - mkspec: - mkspec : - - - qmake: - qmake : - - - Default: - Par défaut : - - - Compiler: - Compilateur : - - - Version: - Version : - - - - QApplication - - The Qt Version has no toolchain. - La version de Qt n'as pas de chaîne de compilation. - - - EditorManager - Next Open Document in History - looks like an error in the tr call to me - Document ouvert suivant dans l'historique - - - EditorManager - Previous Open Document in History - Document ouvert précédent dans l'historique - - - Ninja (%1) - Ninja (%1) - - - NMake Generator (%1) - Générateur NMake (%1) - - - MinGW Generator (%1) - Générateur MinGW (%1) - - - Unix Generator (%1) - Générateur UNIX (%1) - - - - QtModulesInfo - - QtCore Module - Module QtCore - - - Core non-GUI classes used by other modules - Classes majeures non-GUI utilisé par les autres modules - - - Base classes for graphical user interface (GUI) components. (Qt 4: Includes widgets. Qt 5: Includes OpenGL.) - Classes de base pour les composants des interfaces graphiques (GUI) (Qt 4 : inclut widgets. Qt 5 : inclut OpenGL.) - - - Classes to extend Qt GUI with C++ widgets (Qt 5) - Classes pour étendre les interfaces graphiques Qt avec des widgets C++ (Qt 5) - - - Qt Quick 1 classes - Classes Qt Quick 1 - - - Classes for QML and JavaScript languages (Qt 5) - Classes pour les langages QML et JavaScript (Qt 5) - - - A declarative framework for building highly dynamic applications with custom user interfaces - Ensemble de bibliothèques déclaratives pour construire des applications dynamiques avec des interfaces utilisateurs personnalisées - - - Print support classes (Qt 5) - Classes de support pour l'impression (Qt 5) - - - WebKit1 and QWidget-based classes from Qt 4 (Qt 5) - Classes basées sur WebKit 1 et QWidget provenant de Qt 4 (Qt 5) - - - Multimedia framework classes (Qt 4 only) - Classes de l'ensemble des outils multimédia (Qt 5) - - - Classes that ease porting from Qt 3 to Qt 4 (Qt 4 only) - Classes pour faciliter le portage depuis Qt 3 vers Qt 4 (Uniquement dans Qt 4) - - - QtGui Module - Module QtGui - - - Graphical user interface components - Composants de l'interface graphique - - - QtNetwork Module - Module QtNetwork - - - Classes for network programming - Classes pour la programmation réseau - - - QtOpenGL Module - Module QtOpenGL - - - OpenGL support classes - Classes pour le support de OpenGL - - - QtSql Module - Module QtSql - - - Classes for database integration using SQL - Classes pour l'intégration aux bases de données utilisant SQL - - - QtScript Module - Module QtScript - - - Classes for evaluating Qt Scripts - Classes pour l'évaluation de scripts Qt - - - QtScriptTools Module - Module QtScriptTools - - - Additional Qt Script components - Composants additionnels pour Qt Script - - - QtSvg Module - Module QtSvg - - - Classes for displaying the contents of SVG files - Classes pour l'affichage du contenu des fichier SVG - - - QtWebKit Module - Module QtWebkit - - - Classes for displaying and editing Web content - Classes pour l'affichage et l'édition de contenu Web - - - QtXml Module - Module QtXML - - - Classes for handling XML - Classes pour la manipulation de XML - - - QtXmlPatterns Module - Module QtXmlPatterns - - - An XQuery/XPath engine for XML and custom data models - Un moteur XQuery/XPath pour XML et pour des modèles de données personnalisés - - - Phonon Module - Module Phonon - - - Multimedia framework classes - Classes du framework multimédia - - - QtMultimedia Module - Module QtMultimedia - - - Classes for low-level multimedia functionality - Classes pour l'implémentation de fonctionnalité multimédia de bas niveau - - - Qt3Support Module - Module Qt3Support - - - Classes that ease porting from Qt 3 to Qt 4 - Classes pour aider le portage de Qt 3 à Qt 4 - - - QtTest Module - Module QtTestj - - - Tool classes for unit testing - Classes d'aide à la création de tests unitaires - - - QtDBus Module - Module QtDBus - - - Classes for Inter-Process Communication using the D-Bus - Classes pour la communication inter-processus utilisant D-Bus - - - - QtScriptEditor::Internal::QtScriptEditorActionHandler - - Qt Script Error - Erreur Qt Script - - - - QtScriptEditor::Internal::QtScriptEditorPlugin - - Creates a Qt Script file. - Crée un fichier Qt Script. - - - Qt Script file - Fichier Qt Script - - - Qt - Qt - - - Run - Exécuter - - - Ctrl+R - Ctrl+R - - - - QtScriptEditor::Internal::ScriptEditor - - <Select Symbol> - <Selectionner un symbole> - - - - QtC::Core - - Filter Configuration - Configuration du filtre - - - Limit to prefix - Limiter au préfixe - - - Prefix: - Préfixe : - - - Generic Directory Filter - Filtre de dossier générique - - - Choose a directory to add - Sélectionner un répertoire à ajouter - - - Select Directory - Sélectionner un répertoire - - - %1 filter update: 0 files - Mise à jour du filtre %1 : 0 fichiers - - - %1 filter update: %n files - - Mise à jour du filtre %1 : %n fichier - Mise à jour du filtre %1 : %n fichiers - - - - %1 filter update: canceled - Mise à jour du filtre %1 : annulée - - - Name: - Nom : - - - File Types: - Types de fichiers : - - - Specify file name filters, separated by comma. Filters may contain wildcards. - Spécifier les filtres de nom de fichier, séparés par la virgule. Les filtres peuvent contenir des caractères de remplacement. - - - Specify a short word/abbreviation that can be used to restrict completions to files from this directory tree. -To do this, you type this shortcut and a space in the Locator entry field, and then the word to search for. - Spécifier un mot court ou une abbréviation qui peut être utilisé pour réstreindre les complétions aux fichiers de cette arborescence. Pour ce faire, entrer ce raccourci et un espace dans le champs localisation, puis ensuite le mot à chercher. - - - Remove - Supprimer - - - Directories: - Dossiers : - - - File types: - Types de fichiers : - - - Add - Ajouter - - - Files in file system - Fichiers du système de fichier - - - Files in File System - Fichiers dans le système de fichiers - - - Filter configuration - Configuration du filtre - - - Include hidden files - Inclure les fichiers cachés - - - Filter: - Filtre : - - - Add Filter Configuration - Ajouter un filtre de configuration - - - Open documents - Ouvrir des documents - - - Open Documents - Documents ouverts - - - Available filters - Filtres disponibles - - - Ctrl+K - Ctrl+K - - - Type to locate - Taper pour localiser - - - Type to locate (%1) - Taper pour localiser (%1) - - - Indexing - Indexation - - - Refresh - Rafraîchir - - - Configure... - Configurer... - - - Locate... - Localiser... - - - Options - Options - - - <type here> - <taper ici> - - - %1 (prefix: %2) - %1 (préfixe : %2) - - - Configure Filters - Configurer les filtres - - - Edit - Modifier - - - Refresh Interval: - Intervalle de rafraîchissement : - - - min - min - - - Refresh interval: - Intervalle de rafraîchissement : - - - Locator filters that do not update their cached data immediately, such as the custom directory filters, update it after this time interval. - Les filtres de locator ne mettent pas à jour immédiatement leurs données mises en cache, tel que les filtres personnalisés de répertoire, celle-ci sont mise à jour après cet interval de temps. - - - - RegExp::Internal::RegExpWindow - - &Pattern: - &Motif : - - - &Escaped Pattern: - Motif &échappé : - - - &Pattern Syntax: - Syntaxe du &motif : - - - &Text: - &Texte : - - - Case &Sensitive - &Sensible à la casse - - - &Minimal - &Minimale - - - Index of Match: - Index de la correspondance : - - - Matched Length: - Longueur de la correspondance : - - - Regular expression v1 - Expression régulière v1 - - - Regular expression v2 - Expression régulière v2 - - - Wildcard - Joker - - - Fixed string - Chaîne de caractères fixe - - - &Escaped pattern: - Motif &échappé : - - - &Pattern syntax: - Syntaxe du &motif : - - - Case &sensitive - &Sensible à la casse - - - Index of match: - Index de la correspondance : - - - Matched length: - Longueur de la correspondance : - - - Regular Expression v1 - Expression régulière v1 - - - Regular Expression v2 - Expression régulière v2 - - - Fixed String - Chaîne de caractères fixe - - - Capture %1: - Capture %1 : - - - Match: - Correspondance : - - - Regular Expression - Expression régulière - - - Enter Pattern from Code... - Entrer un motif depuis le code... - - - Clear Patterns - Effacer les motifs - - - Clear Text - Effacer le texte - - - Enter Pattern from Code - Entrer un motif depuis le code - - - Enter pattern from code... - Entrer un motif depuis le code... - - - Clear patterns - Effacer les motifs - - - Clear texts - Effacer les textes - - - Enter pattern from code - Entrer le motif depuis le code - - - Pattern - Motif - - - - QtC::ResourceEditor - - Creates a Qt Resource file (.qrc). - Crée une fichier ressource Qt (.qrc). - - - Qt Resource file - Fichier de ressource Qt - - - Qt - Qt - - - Creates a Qt Resource file (.qrc) that you can add to a Qt C++ project. - Crée un fichier ressource Qt (.qrc) que vous pouvez ajouter a votre projet Qt C++. - - - Creates a Qt Resource file (.qrc) that you can add to a Qt Widget Project. - Crée un fichier de ressources Qt (.qrc) que l'on peut ajouter à un projet Qt Widget. - &Undo &Annuler @@ -12511,8 +45802,60 @@ To do this, you type this shortcut and a space in the Locator entry field, and t &Refaire - Recheck existence of referenced files - Vérifiez à nouveau l'existence des fichiers référencés + Recheck Existence of Referenced Files + Revérifier l’existence des fichiers référencés + + + Remove Prefix... + Supprimer le préfixe… + + + Rename... + Renommer… + + + Remove File... + Supprimer le fichier… + + + Open in Editor + Ouvrir dans l’éditeur + + + Copy Path + Copier le chemin + + + Copy Path "%1" + Copier le chemin « %1 » + + + Copy URL + Copier l’URL + + + Copy URL "%1" + Copier l’URL « %1 » + + + Remove Prefix + Supprimer le préfixe + + + Remove prefix %1 and all its files? + Supprimer le préfixe %1 et tous ses fichiers ? + + + File Removal Failed + Échec de la suppression du fichier + + + Removing file %1 from the project failed. + La suppression du fichier %1 du projet a échoué. + + + Rename Prefix + Renommer le préfixe Open With @@ -12520,139 +45863,1604 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Rename File... - Renommer le fichier... + Renommer le fichier… Copy Resource Path to Clipboard Copier le chemin de la ressource vers le presse-papier - untitled - sans titre - - - - SettingsDialog - - Options - Options - - - 0 - 0 - - - - QtC::ResourceEditor - - Invalid file - Fichier invalide - - - The file %1 is not in a subdirectory of the resource file. Continuing will result in an invalid resource file. - Le fichier %1 n'est pas dans un sous-dossier du fichier de ressource. Continuer résulterait en un fichier de ressource invalide. - - - Choose copy location - Choisir le chemin de la copie - - - Overwrite failed - L'écrasement a échoué - - - Copying failed - Échec de la copie - - - Add Files... - Ajouter des fichiers... - - - Change Alias... - Changer l'alias... + Sort Alphabetically + Trier par ordre alphabétique Add Prefix... - Ajouter un prefixe... + Ajouter un préfixe… Change Prefix... - Changer le préfixe... + Changer le préfixe… - Change Language... - Changer la langue... + Add Files + Ajouter des fichiers - Remove Item - Supprimer l'élément + Add Prefix + Ajouter un préfixe - Input prefix: - Préfixe d'entrée : + Remove Missing Files + Supprimer les fichiers manquants - Open file - Ouvrir le fichier + Invalid file location + Emplacement de fichier invalide - Change Prefix - Changer le préfixe + Copy + Copier - Input Prefix: - Entrée du préfixe : + Abort + Abandonner - Change Language - Changer la langue + Skip + Passer - Change File Alias - Changer l'alias du fichier + The file %1 is not in a subdirectory of the resource file. You now have the option to copy this file to a valid location. + Le fichier %1 n’est pas dans un sous-dossier du fichier de ressource. Vous avez maintenant la possibilité de le copier vers un emplacement valide. + + + Choose Copy Location + Sélectionner l’emplacement de copie + + + Overwriting Failed + Échec de l’écrasement + + + Could not overwrite file %1. + L’écrasement du fichier %1 a échoué. + + + Copying Failed + Échec de la copie + + + Could not copy the file to %1. + La copie du fichier dans « %1 » a échoué. + + + The file name is empty. + Le nom de fichier est vide. + + + XML error on line %1, col %2: %3 + Erreur XML à la ligne %1, colonne %2 : %3 + + + The <RCC> root element is missing. + L’élément racine <RCC> est manquant. + + + Cannot save file. + Impossible d’enregistrer le fichier. + + + Open File + Ouvrir le fichier + + + All files (*) + Tous les fichiers (*) + + + %1 Prefix: %2 + Préfixe de %1 : %2 - QtC::Core + QtC::ScxmlEditor - Defaults - Restaurer + Basic Colors + - Key Sequence - Combinaison de touches + Last used colors + - Shortcut: - Raccourci : + Create New Color Theme + + + + Theme ID + + + + Cannot Create Theme + + + + Theme %1 is already available. + + + + Remove Color Theme + + + + Are you sure you want to delete color theme %1? + + + + Modify Color Themes... + + + + Modify Color Theme + + + + Select Color Theme + + + + Factory Default + + + + Colors from SCXML Document + + + + Pick Color + + + + Automatic Color + + + + More Colors... + + + + SCXML Generation Failed + + + + Loading document... + + + + State Color + + + + Font Color + + + + Align Left + + + + Adjust Width + + + + Alignment + Alignement + + + Adjustment + + + + Images (%1) + + + + Untitled + Sans titre + + + Export Canvas to Image + + + + Export Failed + + + + Could not export to image. + + + + Save Screenshot + + + + Saving Failed + + + + Could not save the screenshot. + + + + Navigator + Navigateur + + + Search + Rechercher + + + Type + Type + + + Name + Nom + + + Attributes + Attributs + + + Content + Contenu + + + Tag + + + + Count + + + + yyyy/MM/dd hh:mm:ss + + + + File + Fichier + + + Time + + + + Max. levels + + + + Document Statistics + + + + Common states + + + + Metadata + + + + Other tags + + + + Unknown tags + + + + Remove items + + + + Structure + + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + Add child + + + + Change parent + + + + Errors(%1) / Warnings(%2) / Info(%3) + + + + Export to File + + + + CSV files (*.csv) + + + + Cannot open file %1. + Impossible d’ouvrir le fichier %1. + + + Severity + + + + Reason + + + + Description + Description + + + Error + Erreur + + + Warning + Avertissement + + + Info + Info + + + Unknown + Inconnue + + + Severity: %1 +Type: %2 +Reason: %3 +Description: %4 + + + + Zoom In + Zoom avant + + + Zoom In (Ctrl + + / Ctrl + Wheel) + + + + Zoom Out + Zoom arrière + + + Zoom Out (Ctrl + - / Ctrl + Wheel) + + + + Fit to View + + + + Fit to View (F11) + + + + Panning + + + + Panning (Shift) + + + + Magnifier + + + + Magnifier Tool + + + + Navigator (Ctrl+E) + + + + Copy + Copier + + + Copy (Ctrl + C) + + + + Cut + Couper + + + Cut (Ctrl + X) + + + + Paste + Coller + + + Paste (Ctrl + V) + + + + Screenshot + + + + Screenshot (Ctrl + Shift + C) + + + + Export to Image + + + + Toggle Full Namespace + Activer/désactiver l’espace de nom complet + + + Align Left (Ctrl+L,1) + + + + Align Right + + + + Align Right (Ctrl+L,2) + + + + Align Top + + + + Align Top (Ctrl+L,3) + + + + Align Bottom + + + + Align Bottom (Ctrl+L,4) + + + + Align Horizontal + + + + Align Horizontal (Ctrl+L,5) + + + + Align Vertical + + + + Align Vertical (Ctrl+L,6) + + + + Adjust Width (Ctrl+L,7) + + + + Adjust Height + + + + Adjust Height (Ctrl+L,8) + + + + Adjust Size + + + + Adjust Size (Ctrl+L,9) + + + + Show Statistics... + + + + Show Statistics + + + + Add new state + + + + Move State + + + + Align states + + + + Adjust states + + + + Re-layout + + + + State + État + + + Each state must have a unique ID. + + + + Missing ID. + + + + Duplicate ID (%1). + + + + Initial + + + + One level can contain only one initial state. + + + + Too many initial states at the same level. + + + + H + T + + + Value + Valeur + + + - name - + + + + - value - + + + + Common States + + + + Final + + + + Parallel + + + + History + + + + Unexpected element. + + + + Not well formed. + + + + Premature end of document. + + + + Custom error. + + + + Error in reading XML. +Type: %1 (%2) +Description: %3 + +Row: %4, Column: %5 +%6 + + + + Current tag is not selected. + + + + Pasted data is empty. + + + + Paste items + + + + Cannot save XML to the file %1. + + + + Add Tag + + + + Remove Tag + + + + Error in reading XML + + + + New Tag + + + + Item + + + + Remove + Supprimer + + + Created editor-instance. + + + + Editor-instance is not of the type ISCEditor. + + + + Set as Initial + + + + Zoom to State + + + + Re-Layout + + + + Change initial state + + + + Draw some transitions to state. + + + + No input connection. + + + + No input or output connections (%1). + + + + Draw some transitions to or from state. + + + + No output connections (%1). + + + + Draw some transitions from state. + + + + No input connections (%1). + + + + Remove Point + + + + Transition + + + + Transitions should be connected. + + + + Not connected (%1). + + + + Undo (Ctrl + Z) + + + + Redo (Ctrl + Y) + + + + This file can only be edited in <b>Design</b> mode. + Ce fichier ne peut être édité qu’en mode <b>Design</b>. + + + Switch Mode + - ShowBuildLog + QtC::SerialTerminal - Debugging Helper Build Log - Journal de compilation de l'assistant de debogage + Unable to open port %1: %2. + Impossible d’ouvrir le port %1 : %2. + + + Session resumed. + Reprise de la session. + + + Starting new session on %1... + Démarrage d’une nouvelle session sur %1… + + + Session finished on %1. + Session terminée sur %1. + + + Session paused... + Session interrompue… + + + No Port + Aucun port + + + Serial port error: %1 (%2) + Erreur de port série : %1 (%2) + + + Close Tab + Fermer l’onglet + + + Close All Tabs + Fermer tous les onglets + + + Close Other Tabs + Fermer tous les autres onglets + + + Type text and hit Enter to send. + Taper du texte et appuyer sur Entrée pour envoyer. + + + Serial Terminal Window + Fenêtre de terminal série + + + Connect + Se connecter + + + Disconnect + Se déconnecter + + + Reset Board + + + + Add New Terminal + Ajouter un nouveau terminal + + + Serial Terminal + Terminal série + + + None + ce sont les fins de ligne + Aucune + + + LF + LF + + + CR + CR + + + CRLF + CRLF + + + + QtC::SilverSearcher + + Search Options (optional) + Options de recherche (optionnel) + + + Silver Searcher is not available on the system. + Silver Searcher n’est pas disponible sur le système. + + + + QtC::Squish + + Details + Détails + + + Adjust references to the removed symbolic name to point to: + + + + Remove the symbolic name (invalidates names referencing it) + + + + Remove the symbolic name and all names referencing it + + + + The Symbolic Name <span style='white-space: nowrap'>"%1"</span> you want to remove is used in Multi Property Names. Select the action to apply to references in these Multi Property Names. + + + + Failed to write "%1" + + + + Incomplete Squish settings. Missing Squish installation path. + + + + objectmaptool not found. + + + + Failure while parsing objects.map content. + + + + Squish Object Map Editor + + + + New + Nouveau + + + Remove + Supprimer + + + Jump to Symbolic Name + Passer au nom symbolique + + + Symbolic Names + Noms symboliques + + + Cut + Couper + + + Copy + Copier + + + Paste + Coller + + + Delete + Supprimer + + + Copy Real Name + Copier le nom réel + + + Properties: + Propriétés : + + + The properties of the Multi Property Name associated with the selected Symbolic Name. (use \\ for a literal \ in the value) + + + + The Hierarchical Name associated with the selected Symbolic Name. + + + + Do you really want to remove "%1"? + + + + Remove Symbolic Name + + + + Ambiguous Property Name + + + + Ambiguous Symbolic Name + + + + %1 "%2" already exists. Specify a unique name. + + + + Property + Propriété + + + Symbolic Name + Nom symbolique + + + CopyOf + + + + Open Squish Test Suites + + + + Select All + Tout sélectionner + + + Deselect All + Tout désélectionner + + + Base directory: + + + + Test suites: + + + + Name + Nom + + + Operator + Opérateur + + + Value + Valeur + + + Application: + Application : + + + <No Application> + <Aucune application> + + + Arguments: + Arguments : + + + Recording Settings + + + + Suite Already Open + + + + A test suite with the name "%1" is already open. +Close the opened test suite and replace it with the new one? + + + + Confirm Delete + Confirmez la suppression + + + Are you sure you want to delete Test Case "%1" from the file system? + + + + Deletion of Test Case failed. + + + + The path "%1" does not exist or is not accessible. +Refusing to run test case "%2". + + + + Test Suite Path Not Accessible + + + + The path "%1" does not exist or is not accessible. +Refusing to run test cases. + + + + No Test Cases Defined + + + + Test suite "%1" does not contain any test cases. + + + + The path "%1" does not exist or is not accessible. +Refusing to record test case "%2". + + + + Select Global Script Folder + + + + Failed to open objects.map file at "%1". + + + + Error + Erreur + + + Squish Tools in unexpected state (%1). + + + + Squish + + + + Run This Test Case + + + + Delete Test Case + + + + Run This Test Suite + + + + Add New Test Case... + + + + Close Test Suite + + + + Delete Shared File + + + + Add Shared File + + + + Remove Shared Folder + + + + Open Squish Suites... + + + + Create New Test Suite... + + + + Close All Test Suites + + + + Close all test suites? + + + + Add Shared Folder... + + + + Remove All Shared Folders + + + + Test Suites + + + + Remove "%1" from the list of shared folders? + + + + Remove all shared folders? + + + + Record Test Case + + + + Do you want to record over the test case "%1"? The existing content will be overwritten by the recorded script. + + + + Set up a valid Squish path to be able to create a new test case. +(Edit > Preferences > Squish) + + + + Test Results + Résultats des tests + + + Runner/Server Log + + + + <b>Test summary:</b>&nbsp;&nbsp; %1 passes, %2 fails, %3 fatals, %4 errors, %5 warnings. + + + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + Filter Test Results + + + + Pass + Succès + + + Fail + + + + Expected Fail + + + + Unexpected Pass + + + + Warning Messages + + + + Log Messages + + + + Check All Filters + + + + Control Bar + + + + Stop Recording + + + + Ends the recording session, saving all commands to the script file. + + + + Interrupt + Interrompre + + + Step Into + Entrer dans + + + Step Over + Passer + + + Step Out + Sortir de + + + Type + Type + + + Squish Locals + + + + Continue + Continuer + + + &Squish + + + + &Server Settings... + + + + Result + Résultat + + + Message + Message + + + Time + Temps + + + Could not get Squish license from server. + + + + Squish path: + + + + Path to Squish installation + + + + Path does not contain server executable at its default location. + + + + License path: + + + + Local Server + + + + Server host: + + + + Server Port + + + + Verbose log + + + + Minimize IDE + + + + Minimize IDE automatically while running or recording test cases. + + + + General + Général + + + Maximum startup time: + + + + Specifies how many seconds Squish should wait for a reply from the AUT directly after starting it. + + + + Maximum response time: + + + + Specifies how many seconds Squish should wait for a reply from the hooked up AUT before raising a timeout error. + + + + Maximum post-mortem wait time: + + + + Specifies how many seconds Squish should wait after the the first AUT process has exited. + + + + Animate mouse cursor: + + + + Name: + Nom : + + + Host: + Hôte : + + + Port: + Port : + + + Add Attachable AUT + + + + Add + Ajouter + + + Edit + + + + Mapped AUTs + + + + AUT Paths + + + + Attachable AUTs + + + + Select Application to test + + + + Select Application Path + + + + Squish Server Settings + + + + Failed to write configuration changes. +Squish server finished with process error %1. + + + + Run Test Suite + + + + Object Map + + + + Run Test Case + + + + Shared Folders + + + + %1 (none) + + + + Refusing to run a test case. + + + + Could not create test results folder. Canceling test run. + + + + Refusing to execute server query. + + + + Refusing to record a test case. + + + + Refusing to write configuration changes. + + + + Squish Runner Error + + + + Squish runner failed to start within given timeframe. + + + + Squish could not find the AUT "%1" to start. Make sure it has been added as a Mapped AUT in the squishserver settings. +(Tools > Squish > Server Settings...) + + + + "%1" could not be found or is not executable. +Check the settings. + + + + Squish Server Error + + + + Recording test case + + + + Running test case + + + + Test run finished. + + + + Test record finished. + + + + User stop initiated. + + + + There is still an old Squish server instance running. +This will cause problems later on. + +If you continue, the old instance will be terminated. +Do you want to continue? + + + + Squish Server Already Running + + + + Unexpected state or request while starting Squish server. (state: %1, request: %2) + + + + Squish server does not seem to be running. +(state: %1, request: %2) +Try again. + + + + No Squish Server + + + + Failed to get the server port. +(state: %1, request: %2) +Try again. + + + + No Squish Server Port + + + + Squish runner seems to be running already. +(state: %1, request: %2) +Wait until it has finished and try again. + + + + Squish Runner Running + + + + Create New Squish Test Suite + + + + Available GUI toolkits: + + + + Invalid Squish settings. Configure Squish installation path inside Preferences... > Squish > General to use this wizard. + + + + Available languages: + + + + <None> + <aucun> + + + Key is not an object. + + + + Key 'mode' is not set. + + + + Unsupported mode: + + + + Could not merge results into single results.xml. +Destination file "%1" already exists. + + + + Could not merge results into single results.xml. +Failed to open file "%1" + + + + Error while parsing first test result. + QtC::Subversion - - Prompt to submit - Invite lors du submit - - - Subversion Command: - Commande Subversion : - Authentication Identification - - User name: - Nom d'utilisateur : - Password: Mot de passe : @@ -12671,7 +47479,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Username: - Nom d'utilisateur : + Nom d’utilisateur : Miscellaneous @@ -12679,32 +47487,24 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Timeout: - Timeout : + Délai d’attente : s s - - Prompt on submit - Invite lors du submit - Ignore whitespace changes in annotation - Ignorer les changements d'espaces dans les annotations + Ignorer les changements d’espaces dans les annotations Log count: - Nombre de log : + Nombre d’entrées de log : Subversion Command Commande Subversion - - Subversion Output - Sortie de Subversion - &Subversion &Subversion @@ -12715,39 +47515,23 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Add "%1" - Ajouter "%1" + Ajouter « %1 » Alt+S,Alt+A Alt+S,Alt+A - - Delete - Supprimer - - - Delete "%1" - Supprimer "%1" - - - Revert - Rétablir - - - Revert "%1" - Rétablir "%1" - Diff Project Faire un diff sur le projet Diff Current File - Faire un diff du fichier courant + Faire un diff du fichier actuel Diff "%1" - Faire un diff de "%1" + Faire un diff de « %1 » Alt+S,Alt+D @@ -12759,11 +47543,11 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Commit Current File - Faire un commit du fichier courant + Faire un commit du fichier actuel Commit "%1" - Faire un commit de "%1" + Faire un commit de « %1 » Alt+S,Alt+C @@ -12771,27 +47555,31 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Filelog Current File - Journal du fichier courant + Journal du fichier actuel Filelog "%1" - Journal du fichier "%1" + Journal du fichier « %1 » Annotate Current File - Annoter le fichier courant + Annoter le fichier actuel Annotate "%1" - Annoter "%1" + Annoter « %1 » Describe... - Décrire... + Décrire… Project Status - Statut du projet + État du projet + + + Triggers a Subversion version control operation. + Déclenche une opération du gestionnaire de versions Subversion. Meta+S,Meta+D @@ -12811,23 +47599,23 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Delete "%1"... - Supprimer "%1"… + Supprimer « %1 »… Revert... - Rétablir... + Rétablir… Revert "%1"... - Rétablir "%1"... + Rétablir « %1 »… Diff Project "%1" - Réaliser un diff du projet "%1" + Réaliser un diff du projet « %1 » Status of Project "%1" - Statut du projet "%1" + État du projet « %1 » Log Project @@ -12835,7 +47623,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Log Project "%1" - Réaliser un log du projet "%1" + Réaliser un log du projet « %1 » Update Project @@ -12843,7 +47631,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Update Project "%1" - Mettre à jour le projet "%1" + Mettre à jour le projet « %1 » Commit Project @@ -12851,7 +47639,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Commit Project "%1" - Faire un commit du projet "%1" + Faire un commit du projet « %1 » Diff Repository @@ -12859,7 +47647,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Repository Status - Statut du dépôt + État du dépôt Log Repository @@ -12871,39 +47659,11 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Revert Repository... - Rétablir le dépôt... + Rétablir le dépôt… - Commit - Faire un commit - - - Diff &Selected Files - Faire un diff sur tous les fichiers &sélectionnés - - - Diff Selected Files - Faire un diff sur tous les fichiers sélectionnés - - - &Undo - Annu&ler - - - &Redo - &Refaire - - - Closing Subversion Editor - Fermeture de l'éditeur Subversion - - - Do you want to commit the change? - Voulez vous envoyer les changements ? - - - The commit message check failed. Do you want to commit the change? - La vérification du message de commit a échoué. Voulez-vous soumettre vos modifications ? + No subversion executable specified. + Aucun exécutable Subversion n’a été spécifié. Revert repository @@ -12911,35 +47671,23 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Revert all pending changes to the repository? - Rétablir tous les changements en attente du dépôt ? - - - Would you like to revert all changes to the repository? - Souhaitez-vous rétablir toutes les modifications sur le dépôt ? + Rétablir tous les changements en attente du dépôt ? Revert failed: %1 - Éche de la restauration : %1 + Échec de la restauration : %1 The file has been changed. Do you want to revert it? - Le fichier a été modifié. Voulez-vous le rétablir ? - - - The commit list spans several repositories (%1). Please commit them one by one. - La liste de commits s'étend sur plusieur répertoire (%1). Veuillez les ajouter un par un. + Le fichier a été modifié. Voulez-vous le rétablir ? Another commit is currently being executed. - Un autre commit est en cours d'exécution. + Un autre commit est en cours d’exécution. There are no modified files. - Il n'y a aucun fichier modifié. - - - Cannot create temporary file: %1 - Impossible de créer le fichier temporaire : %1 + Il n’y a aucun fichier modifié. Describe @@ -12949,73 +47697,207 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Revision number: Numéro de révision : - - Executing in %1: %2 %3 - - Exécution dans %1 : %2 %3 - - - - No subversion executable specified! - Aucun exécutable Subversion n'a été spécifié ! - - - Executing: %1 %2 - - Exécution de : %1 %2 - - - - %1 Executing: %2 %3 - - <timestamp> Executing: <executable> <arguments> - %1 Exécution de : %2 %3 - - - The process terminated with exit code %1. - Le processus s'est terminé avec le code %1. - - - The process terminated abnormally. - Le processus s'est terminé de façon anormale. - - - Could not start subversion '%1'. Please check your settings in the preferences. - Impossible de démarrer subversion "%1". Veuillez vérifier la configuration dans les préférences. - - - Subversion did not respond within timeout limit (%1 ms). - Subversion n'a pas répondu après la limite de temps (%1 ms). - Subversion Submit Submit sur Subversion + + Annotate revision "%1" + Révision annotée « %1 » + + + Verbose + Verbeux + + + Show files changed in each revision + Afficher les fichiers modifiés pour chaque révision + + + Waiting for data... + En attente de données… + QtC::TextEditor - Search - Rechercher + Autocomplete common &prefix + Autocomplétion du &préfixe commun + + + &Case-sensitivity: + Sensibilité à la &casse : + + + Full + Totale + + + First Letter + Première lettre + + + Timeout in ms: + Délai d’attente en ms : + + + Character threshold: + Seuil de caractères : + + + Inserts the common prefix of available completion items. + Insère le préfixe commun des éléments de complétion disponibles. + + + Automatically split strings + Découpage automatique des chaînes de caractères + + + Splits a string into two lines by adding an end quote at the cursor position when you press Enter and a start quote to the next line, before the rest of the string. + +In addition, Shift+Enter inserts an escape character at the cursor position and moves the rest of the string to the next line. + Divise une chaîne en deux lignes en ajoutant un guillemet de fin à la position du curseur lorsque vous appuyez sur Entrée et un guillemet de début à la ligne suivante, avant le reste de la chaîne. + +En outre, Maj+Entrée insère un caractère d’échappement à la position du curseur et déplace le reste de la chaîne à la ligne suivante. + + + Insert opening or closing brackets + Insérer des parenthèses ouvrantes ou fermantes + + + Insert closing quote + Insérer une parenthèse fermante + + + Surround text selection with brackets + Entourer la sélection de texte avec des crochets + + + When typing a matching bracket and there is a text selection, instead of removing the selection, surrounds it with the corresponding characters. + Lorsque l’on saisit une parenthèse correspondante et qu’il y a une sélection de texte, au lieu de supprimer la sélection, on l’entoure des caractères correspondants. + + + Insert &space after function name + Insérer une e&space après le nom d’une fonction + + + Surround text selection with quotes + Entourer la sélection de texte avec des guillemets + + + When typing a matching quote and there is a text selection, instead of removing the selection, surrounds it with the corresponding characters. + Lorsque l’on saisit un guillemet correspondant et qu’il y a une sélection de texte, au lieu de supprimer la sélection, on l’entoure des caractères correspondants. + + + Animate automatically inserted text + Animer le texte inséré automatiquement + + + Show a visual hint when for example a brace or a quote is automatically inserted by the editor. + Afficher une indication visuelle lorsque, par exemple, une accolade ou un guillemet est insérée automatiquement par l’éditeur. + + + Highlight automatically inserted text + Surligner le texte inséré automatiquement + + + Skip automatically inserted character when typing + Sauter le caractère inséré automatiquement lors de la frappe + + + Skip automatically inserted character if re-typed manually after completion or by pressing tab. + Sauter le caractère inséré automatiquement s’il est ressaisi manuellement après avoir été complété ou en appuyant sur la touche tabulation. + + + Remove automatically inserted text on backspace + Supprimer le texte inséré automatiquement lors d’un retour arrière + + + Remove the automatically inserted character if the trigger is deleted by backspace after the completion. + Supprime le caractère inséré automatiquement si le déclencheur est supprimé par un espacement arrière après la complétion. + + + Overwrite closing punctuation + Remplacer la ponctuation finale + + + Automatically overwrite closing parentheses and quotes. + Remplacer automatiquement les parenthèses fermantes et les guillemets. + + + Enable Doxygen blocks + Activer les blocs Doxygen + + + Automatically creates a Doxygen comment upon pressing enter after a '/**', '/*!', '//!' or '///'. + Crée automatiquement un commentaire Doxygen en appuyant sur la touche Entrée après un '/**', '/*!', '//!' ou '///'. + + + Generate brief description + Générer une description « brief » + + + Generates a <i>brief</i> command with an initial description for the corresponding declaration. + Génère une commande <i>brief</i> avec une description initiale pour la déclaration correspondante. + + + Add leading asterisks + Ajouter des astérisques en début de ligne + + + Adds leading asterisks when continuing C/C++ "/*", Qt "/*!" and Java "/**" style comments on new lines. + Ajout d’astérisques en début de ligne lors de la continuation de commentaires de style C/C++ « /* », Qt « /* ! » et Java « /** » sur de nouvelles lignes. + + + Documentation Comments + Commentaires de documentation + + + Completion + Complétion + + + Activate completion: + Activer la complétion : + + + Manually + Manuellement + + + When Triggered + À la demande + + + &Automatically insert matching characters + Insérer &automatiquement les caractères correspondants + + + Internal + Interne + + + Searching + Recherche + + + %n found. + + %n trouvé. + %n trouvés. + + + + %n occurrences replaced. + + %n occurrence remplacée. + %n occurrences remplacées. + Aborting replace. Annulation du remplacement. - - List of comma separated wildcard filters - wildcard -> joker mais est-ce le terme pour les expressions régulières en français ? - Liste de filtres 'joker' séparés par des virgules - - - untitled - document ? (en plus c'est plus long...) - sans titre - - - Opening file - Ouverture du fichier - Line: %1, Col: %2 Ligne %1, colonne %2 @@ -13024,125 +47906,45 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Line: 9999, Col: 999 Ligne 9999, colonne 999 - - <html><head/><body> -Controls the indentation style of curly brace blocks. - -<ul> -<li>Exclude Braces: The braces are not indented. -<pre> -void foo() -{ - if (a) - { - bar(); - } -} -</pre> -</li> - -<li>Include Braces: The braces are indented. The contents of the block are on the same level as the braces. -<pre> -void foo() - { - if (a) - { - bar(); - } - } -</pre> -</li> - -<li>GNU Style: Indent the braces for blocks in statements. The contents are indented twice. -<pre> -void foo() -{ - if (a) - { - bar(); - } -} -</pre> -</li> -</ul></body></html> - <html><head/><body> -Contrôle le style d'indentation des blocs entre accolades. -<ul> -<li>Accolades exclusives : elles ne sont pas indentées. -<pre> -void foo() -{ - if (a) - { - bar(); - } -} -</pre> -</li> - -<li>Accolades inclusives : elles sont indentées. Le contenu du bloc est au même niveau que les accolades. -<pre> -void foo() - { - if (a) - { - bar(); - } - } -</pre> -</li> - -<li>Style GNU : indenter les accolades de blocs dans des déclarations. Le contenu est indenté deux fois. -<pre> -void foo() -{ - if (a) - { - bar(); - } -} -</pre> -</li> -</ul></body></html> - Global Settings Globaux - - Animate matching parentheses - Animer les parenthèses correspondantes - - - Navigation - Navigation - - - Mark text changes - Put a red mark next to the text that has been modified since the last save - Marquer le texte modifié - - - Font & Colors - Polices & couleurs - Copy Color Scheme Copier le jeu de couleurs - - Color Scheme name: - Nom du jeu de couleurs : - Font && Colors - Polices && couleurs + Polices et couleurs Color scheme name: Nom du jeu de couleurs : + + A line spacing value other than 100% disables text wrapping. +A value less than 100% can result in overlapping and misaligned graphics. + Une valeur d’interligne différente de 100 % désactive le découpage du texte. +Une valeur inférieure à 100 % peut entraîner un chevauchement et un mauvais alignement des éléments graphiques. + + + Import + Importer + + + Export + Exporter + + + Line spacing: + Espacement des lignes : + + + Color Scheme for Theme "%1" + Jeu de couleurs pour le thème « %1 » + %1 (copy) %1 (copie) @@ -13153,7 +47955,19 @@ void foo() Are you sure you want to delete this color scheme permanently? - Êtes vous sûr de vouloir supprimer ce jeu de couleurs ? + Êtes-vous sûr de vouloir supprimer ce jeu de couleurs ? + + + Import Color Scheme + Importer un jeu de couleurs + + + Color scheme (*.xml);;All files (*) + Jeu de couleurs (*.xml);;Tous les fichiers (*) + + + Export Color Scheme + Exporter le jeu de couleurs Delete @@ -13165,47 +47979,19 @@ void foo() The color scheme "%1" was modified, do you want to save the changes? - Le jeu de couleurs "%1" a été modifié, voulez-vous enregistrer les changements ? + Le jeu de couleurs « %1 » a été modifié, voulez-vous enregistrer les changements ? Discard Abandonner - - - This is only an example. - \n\tCeci est seulement un exemple. - - - Text Encoding - Encodage du texte - - - -The following encodings are likely to fit: - -Les encodages suivants pourraient convenir : - - - Select encoding for "%1".%2 - Selectionner l'encodage pour "%1".%2 - - - Reload with Encoding - Recharger avec l'encodage - - - Save with Encoding - Sauver avec l'encodage - Current File - lower character at the beginning because this is indented after "Rechercher dans..." - fichier courant + Fichier actuel - File '%1': - Fichier '%1' : + File "%1": + Fichier « %1 » : File path: %1 @@ -13230,13 +48016,9 @@ Les encodages suivants pourraient convenir : c'est le français pour anti-aliasing ? Anticrénelage - - Color Scheme - Jeu de couleurs - Copy... - Copier... + Copier… % @@ -13246,6 +48028,10 @@ Les encodages suivants pourraient convenir : Zoom: Zoom : + + Jumps to the given line in the current document. + Aller à la ligne donnée dans le document en cours. + Line %1, Column %2 Ligne %1, colonne %2 @@ -13258,41 +48044,9 @@ Les encodages suivants pourraient convenir : Column %1 Colonne %1 - - Line in current document - Ligne du document courant - Line in Current Document - Ligne du document courant - - - Creates a text file (.txt). - Créer un fichier texte (.txt). - - - Creates a text file. The default file extension is <tt>.txt</tt>. You can specify a different extension as part of the filename. - Crée un fichier texte. L'extension par défaut est <tt>.txt</tt>. Vous pouvez spécifier une extension différente lors de la saisie du nom de fichier. - - - Text File - Fichier texte - - - General - Général - - - Creates a scratch buffer using a temporary file. - Crée un brouillon en utilisant un fichier temporaire. - - - Scratch Buffer - Brouillon - - - Triggers a completion in this scope - Lancer la complétion dans ce contexte + Ligne du document actuel Ctrl+Space @@ -13303,36 +48057,65 @@ Les encodages suivants pourraient convenir : Meta+Espace - Triggers a quick fix in this scope - Lancer une réparation rapide dans ce contexte + Trigger Completion + Déclencher la complétion + + + Display Function Hint + Afficher les indications de fonctions + + + Meta+Shift+D + Meta+Maj+D + + + Ctrl+Shift+D + Ctrl+Maj+D + + + Trigger Refactoring Action + Déclencher une action de refactorisation Alt+Return Alt+Entrée + + Show Context Menu + Afficher le menu contextuel + + + Text + SnippetProvider + Texte + Selected text within the current document. - Sélectionner le texte dans le document courant. + Sélectionner le texte dans le document actuel. Line number of the text cursor position in current document (starts with 1). - Numéro de ligne de la position du curseur de texte dans le document courant (débute à 1). + Numéro de ligne de la position du curseur de texte dans le document actuel (débute à 1). Column number of the text cursor position in current document (starts with 0). - Numéro de colonne de la position du curseur de texte dans le document courant (débute à 0). + Numéro de colonne de la position du curseur de texte dans le document actuel (débute à 0). Number of lines visible in current document. - Nombre de lignes visibles dans le document courant. + Nombre de lignes visibles dans le document actuel. Number of columns visible in current document. - Nombre de colonnes visibles dans le document courant. + Nombre de colonnes visibles dans le document actuel. Current document's font size in points. - Taille de la police du document courant en points. + Taille de la police du document actuel en points. + + + Word under the current document's text cursor. + Mot sous le curseur de texte du document actuel. &Undo @@ -13344,7 +48127,7 @@ Les encodages suivants pourraient convenir : Select Encoding... - Choisir l'encodage... + Choisir l’encodage… Auto-&indent Selection @@ -13354,14 +48137,6 @@ Les encodages suivants pourraient convenir : Ctrl+I Ctrl+I - - Meta - Meta - - - Ctrl - Ctrl - &Rewrap Paragraph &Réadapter les retour à la ligne du paragraphe @@ -13400,7 +48175,7 @@ Les encodages suivants pourraient convenir : Toggle Comment &Selection - Inverser la &sélection de commentaires + Activer/désactiver la &sélection de commentaires Copy &Line @@ -13410,22 +48185,6 @@ Les encodages suivants pourraient convenir : Ctrl+Ins Ctrl+Ins - - Delete Word From The Cursor On - Supprimer les mots à partir du curseur - - - Delete Word Camel Case From The Cursor On - Supprimers les mots en Camel Case à partir du curseur - - - Delete Word Up To The Cursor - Supprimer les mots jusqu'au curseur - - - Delete Word Camel Case Up To The Cursor - Supprimez les mots en Camel Case jusqu'au curseur - Fold Plier @@ -13434,10 +48193,6 @@ Les encodages suivants pourraient convenir : Unfold Déplier - - (Un)&Fold All - (Dé)&plier tout - Reset Font Size Réinitialiser la taille de la police @@ -13454,34 +48209,10 @@ Les encodages suivants pourraient convenir : Go to Block End Aller à la fin du bloc - - Go to Block Start With Selection - Sélectionner jusqu'au début du bloc - - - Go to Block End With Selection - Sélectionner jusqu'à la fin du bloc - Ctrl+E, Ctrl+W Ctrl+E, Ctrl+W - - %1+E, R - %1+E, R - - - %1+E, %2+V - %1+E, %2+V - - - %1+E, %2+W - %1+E, %2+W - - - (Un)Comment &Selection - (Dé)commenter la &Sélection - Ctrl+/ Ctrl+/ @@ -13492,32 +48223,20 @@ Les encodages suivants pourraient convenir : Shift+Del - Shift+Suppr + Maj+Suppr Delete &Line Effacer la &ligne - - Collapse - Réduire - Ctrl+< Ctrl+< - - Expand - Développer - Ctrl+> Ctrl+> - - (Un)&Collapse All - (Dé)&plier tout - Increase Font Size Augmenter la taille de la police @@ -13534,55 +48253,49 @@ Les encodages suivants pourraient convenir : Ctrl+- Ctrl+- - - Goto Block Start - Aller au début du bloc - Ctrl+[ Ctrl+[ - - Goto Block End - Aller à la fin du bloc - Ctrl+] Ctrl+] - - Goto Block Start With Selection - Allez jusqu'au début du bloc avec la sélection? - Sélectionner jusqu'au début du bloc - Ctrl+{ Ctrl+{ - - Goto Block End With Selection - Allez jusqu'à la fin du bloc avec la sélection? - Sélectionner jusqu'à la fin du bloc - Delete Word from Cursor On Supprimer les mots à partir du curseur Delete Word Camel Case from Cursor On - Supprimers les mots en Camel Case à partir du curseur + Supprimer les mots en Camel Case à partir du curseur Delete Word up to Cursor - Supprimer les mots jusqu'au curseur + Supprimer les mots jusqu’au curseur Delete Word Camel Case up to Cursor - Supprimez les mots en Camel Case jusqu'au curseur + Supprimer les mots en Camel Case jusqu’au curseur + + + &Sort Selected Lines + &Trier les lignes sélectionnées + + + Meta+Shift+S + Meta+Maj+S + + + Alt+Shift+S + Alt+Maj+S Toggle &Fold All - Activer et &plier tout + Activer/désactiver tout &plier Meta+0 @@ -13590,11 +48303,11 @@ Les encodages suivants pourraient convenir : Go to Block Start with Selection - Sélectionner jusqu'au début du bloc + Sélectionner jusqu’au début du bloc Go to Block End with Selection - Sélectionner jusqu'à la fin du bloc + Sélectionner jusqu’à la fin du bloc Ctrl+} @@ -13616,25 +48329,137 @@ Les encodages suivants pourraient convenir : Join Lines Joindre les lignes + + Delete Line from Cursor On + Supprimer la ligne à partir du curseur + + + Delete Line up to Cursor + Supprimer la ligne jusqu’au curseur + + + Ctrl+Backspace + Ctrl+Retour arr + Ctrl+J Ctrl+J Insert Line Above Current Line - Insérer une ligne au-dessus de l'actuelle + Insérer une ligne au-dessus de l’actuelle Ctrl+Shift+Return - Ctrl+Shift+Return + Ctrl+Maj+Entrée Insert Line Below Current Line - Insérer une ligne en-dessous de l'actuelle + Insérer une ligne en-dessous de l’actuelle Ctrl+Return - Ctrl+Return + Ctrl+Entrée + + + Toggle UTF-8 BOM + Activer/désactiver UTF-8 BOM + + + Find References to Symbol Under Cursor + Trouver des références au symbole sous le curseur + + + Rename Symbol Under Cursor + Renommer le symbole sous le curseur + + + Ctrl+Shift+R + Ctrl+Maj+R + + + Jump to File Under Cursor + Aller au fichier sous le curseur + + + Jump to File Under Cursor in Next Split + Sauter au fichier sous le curseur dans le panneau suivant + + + Move the View a Page Up and Keep the Cursor Position + Déplacer la vue d’une page vers le haut et conserver la position du curseur + + + Ctrl+PgUp + Ctrl+Pg suiv + + + Move the View a Page Down and Keep the Cursor Position + Déplacer la vue d’une page vers le bas et conserver la position du curseur + + + Ctrl+PgDown + Ctrl+Pg préc + + + Move the View a Line Up and Keep the Cursor Position + Déplacer la vue d’une ligne vers le haut et conserver la position du curseur + + + Ctrl+Up + Ctrl+Haut + + + Move the View a Line Down and Keep the Cursor Position + Déplacer la vue d’une ligne vers le bas et conserver la position du curseur + + + Ctrl+Down + Ctrl+Bas + + + Paste Without Formatting + Coller sans mise en forme + + + Ctrl+Alt+Shift+V + Ctrl+Alt+Maj+V + + + Auto-&format Selection + Auto-&formater la sélection + + + Ctrl+; + Ctrl+; + + + Copy With Highlighting + Copier en surlignant + + + Create Cursors at Selected Line Ends + Créer des curseurs aux extrémités des lignes sélectionnées + + + Alt+Shift+I + Alt+Maj+I + + + Add Next Occurrence to Selection + Ajouter l’occurrence suivante à la sélection + + + Ctrl+D + Ctrl+D + + + &Duplicate Selection + &Dupliquer la sélection + + + &Duplicate Selection and Comment + &Dupliquer la sélection et le commentaire Uppercase Selection @@ -13642,11 +48467,11 @@ Les encodages suivants pourraient convenir : Alt+Shift+U - Alt+Shift+U + Alt+Maj+U Meta+Shift+U - Meta+Shift+U + Meta+Maj+U Lowercase Selection @@ -13660,13 +48485,29 @@ Les encodages suivants pourraient convenir : Meta+U Meta+U + + Ctrl+Shift+Alt+U + Ctrl+Maj+Alt+U + + + Select Word Under Cursor + Sélectionner le mot sous le curseur + + + Go to Document Start + Aller au début du document + + + Go to Document End + Aller à la fin du document + Paste from Clipboard History - Coller à partir de l'historique du presse papier + Coller à partir de l’historique du presse-papier Ctrl+Shift+V - Ctrl+Shift+V + Ctrl+Maj+V Indent @@ -13674,7 +48515,7 @@ Les encodages suivants pourraient convenir : Unindent - Supprimer l'indentation + Supprimer l’indentation Follow Symbol Under Cursor @@ -13692,10 +48533,6 @@ Les encodages suivants pourraient convenir : Ctrl+E, F2 Ctrl+E, F2 - - Jump To File Under Cursor - Aller au fichier sous le curseur - Go to Line Start Aller au début de ligne @@ -13710,7 +48547,7 @@ Les encodages suivants pourraient convenir : Go to Previous Line - Aller à la ligne précedente + Aller à la ligne précédente Go to Previous Character @@ -13738,135 +48575,51 @@ Les encodages suivants pourraient convenir : Go to Line Start with Selection - Selectionner jusqu'au début de ligne + Sélectionner jusqu’au début de ligne Go to Line End with Selection - Sélectionner jusqu'à la fin de la ligne + Sélectionner jusqu’à la fin de la ligne Go to Next Line with Selection - Sélectionner jusqu'à la ligne suivante + Sélectionner jusqu’à la ligne suivante Go to Previous Line with Selection - Sélectionner jusqu'à la ligne précédente + Sélectionner jusqu’à la ligne précédente Go to Previous Character with Selection - Sélectionner jusqu'au caractère précédent + Sélectionner jusqu’au caractère précédent Go to Next Character with Selection - Sélectionner jusqu'au caractère suivant + Sélectionner jusqu’au caractère suivant Go to Previous Word with Selection - Sélectionner jusqu'au mot précédent + Sélectionner jusqu’au mot précédent Go to Next Word with Selection - Sélectionner jusqu'au mot suivant + Sélectionner jusqu’au mot suivant Go to Previous Word Camel Case with Selection - Sélectionner jusqu'au mot en Camel Case précédent + Sélectionner jusqu’au mot en Camel Case précédent Go to Next Word Camel Case with Selection - Sélectionner jusqu'au mot en Camel Case suivant + Sélectionner jusqu’au mot en Camel Case suivant <line>:<column> <ligne>:<colonne> - - Goto Line Start - Aller au début de ligne - - - Goto Line End - Aller à la fin de ligne - - - Goto Next Line - Aller à la ligne suivante - - - Goto Previous Line - Aller à la ligne précédente - - - Goto Previous Character - Aller au caractère précédent - - - Goto Next Character - Aller au caractère suivant - - - Goto Previous Word - Aller au mot précédent - - - Goto Next Word - Aller au mot suivant - - - Goto Previous Word Camel Case - Aller au mot en Camel Case précédent - - - Goto Next Word Camel Case - Aller au mot en Camel Case suivant - - - Goto Line Start With Selection - Sélectionner jusqu'au début de ligne - - - Goto Line End With Selection - Sélectionner jusqu'à la fin de ligne - - - Goto Next Line With Selection - Sélectionner jusqu'à la ligne suivante - - - Goto Previous Line With Selection - Sélectionner jusqu'à la ligne précédente - - - Goto Previous Character With Selection - Sélectionner jusqu'au caractère précédent - - - Goto Next Character With Selection - Sélectionner jusqu'au caractère suivant - - - Goto Previous Word With Selection - Sélectionner jusqu'au mot précédent - - - Goto Next Word With Selection - Sélectionner jusqu'au mot suivant - - - Goto Previous Word Camel Case With Selection - Sélectionner jusqu'au mot en Camel Case pécédent - - - Goto Next Word Camel Case With Selection - Sélectionner jusqu'au mot en Camel Case suivant - - - <line number> - <numéro de ligne> - Ctrl+Shift+U - Ctrl+Shift+U + Ctrl+Maj+U Move Line Up @@ -13874,7 +48627,7 @@ Les encodages suivants pourraient convenir : Ctrl+Shift+Up - Ctrl+Shift+Up + Ctrl+Maj+Haut Move Line Down @@ -13882,7 +48635,7 @@ Les encodages suivants pourraient convenir : Ctrl+Shift+Down - Ctrl+Shift+Down + Ctrl+Maj+Bas Copy Line Up @@ -13890,7 +48643,7 @@ Les encodages suivants pourraient convenir : Ctrl+Alt+Up - Ctrl+Alt+Up + Ctrl+Alt+Haut Copy Line Down @@ -13898,21 +48651,17 @@ Les encodages suivants pourraient convenir : Ctrl+Alt+Down - Ctrl+Alt+Down - - - <line number> - <numéro de ligne> + Ctrl+Alt+Bas Text Texte - Generic text. -Applied to text, if no other rules matching. - Texte générique. -Appliquée au texte, s'il n'y a pas d'autres règles correspondantes. + Generic text and punctuation tokens. +Applied to text that matched no other rule. + Texte générique et éléments de ponctuation. +S’applique au texte qui ne correspond à aucune autre règle. Link @@ -13937,7 +48686,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Line numbers located on the left side of the editor. - Numéros de ligne situés sur le côté gauche de l'éditeur. + Numéros de ligne situés sur le côté gauche de l’éditeur. Search Result @@ -13945,7 +48694,37 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Highlighted search results inside the editor. - Surligner les résultats de la recherche à l'intérieur de l'éditeur. + Surligner les résultats de la recherche à l’intérieur de l’éditeur. + + + Search Result (Alternative 1) + Résultat de recherche (alternative 1) + + + Highlighted search results inside the editor. +Used to mark read accesses to C++ symbols. + Résultats de la recherche mis en évidence dans l’éditeur. +Utilisé pour marquer les accès en lecture aux symboles C++. + + + Search Result (Alternative 2) + Résultat de recherche (alternative 2) + + + Highlighted search results inside the editor. +Used to mark write accesses to C++ symbols. + Résultats de la recherche mis en évidence dans l’éditeur. +Utilisé pour marquer les accès en écriture aux symboles C++. + + + Search Result Containing function + Résultat de la recherche contenant une fonction + + + Highlighted search results inside the editor. +Used to mark containing function of the symbol usage. + Résultats de la recherche mis en évidence dans l’éditeur. +Utilisé pour marquer la fonction contenant l’utilisation du symbole. Search Scope @@ -13954,7 +48733,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Section where the pattern is searched in. - Section dans laquelle le modèle est recherché. + Section dans laquelle le motif est recherché. Parentheses @@ -13962,11 +48741,27 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Displayed when matching parentheses, square brackets or curly brackets are found. - Afficher lorsque les parenthèses, les crochets ou les accolades correspondants sont trouvés. + S’affiche lorsque les parenthèses, les crochets ou les accolades correspondants sont trouvés. + + + Mismatched Parentheses + Parenthèses mal appariées + + + Displayed when mismatched parentheses, square brackets, or curly brackets are found. + S’affiche lorsque des parenthèses, des crochets ou des accolades ne sont pas appariés. + + + Auto Complete + Auto-complétion + + + Displayed when a character is automatically inserted like brackets or quotes. + S’affiche lorsqu’un caractère est automatiquement inséré, comme des parenthèses ou des guillemets. Current Line - Ligne courante + Ligne actuelle Line where the cursor is placed in. @@ -13974,15 +48769,15 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Current Line Number - Numéro de la ligne courante + Numéro de la ligne actuelle Line number located on the left side of the editor where the cursor is placed in. - Numéro de la ligne situé sur le côté gauche de l'éditeur correspondant à l'emplacement du curseur. + Numéro de la ligne situé sur le côté gauche de l’éditeur correspondant à l’emplacement du curseur. Occurrences - Occurences + Occurrences Occurrences of the symbol under the cursor. @@ -13991,7 +48786,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Unused Occurrence - Occurence inutilisé + Occurrence inutilisée Occurrences of unused variables. @@ -13999,20 +48794,19 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Renaming Occurrence - Renommer l'occurence + Renommer l’occurrence Occurrences of a symbol that will be renamed. - Occurrences du symbole qui seront renommés. + Occurrences d’un symbole qui sera renommé. Number - Numéro + Nombre Number literal. - ou nombre littéral ? - Nombre constant. + Nombre littéral. String @@ -14020,7 +48814,15 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Character and string literals. - Constantes caractère et chaîne. + Caractères et chaînes de caractères littérales. + + + Primitive Type + Type primitif + + + Name of a primitive data type. + Nom d’un type de donnée primitif. Type @@ -14028,16 +48830,32 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Name of a type. - Nom d'un type. + Nom d’un type. + + + Namespace + Espace de nom + + + Name of a namespace. + Nom de l’espace de nom. Local - Locale + Local Local variables. Variables locales. + + Parameter + Paramètre + + + Function or method parameters. + Paramètres de fonction ou de méthode. + Field Champ @@ -14046,13 +48864,37 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Class' data members. Données membres de classe. + + Global + Global + + + Global variables. + Variables globales. + Enumeration Énumération Applied to enumeration items. - Appliqué aux éléments d'une énumération. + S’applique aux éléments d’une énumération. + + + Declaration + Déclaration + + + Style adjustments to declarations. + Ajustements de style des déclarations. + + + Function Definition + Définition de fonction + + + Name of function at its definition. + Nom de la fonction lors de sa définition. Virtual Function @@ -14060,7 +48902,47 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Name of function declared as virtual. - Nom de la fonction est déclarée comme virtuelle. + Nom d’une fonction déclarée comme virtuelle. + + + Reserved keywords of the programming language except keywords denoting primitive types. + Mots-clés réservés du langage de programmation, à l’exception des mots-clés désignant des types primitifs. + + + Punctuation + Ponctuation + + + Punctuation excluding operators. + Ponctuation à l’exception des opérateurs. + + + Non user-defined language operators. +To style user-defined operators, use Overloaded Operator. + Opérateurs du langage non définis par l’utilisateur. +Pour styliser les opérateurs définis par l’utilisateur, utilisez l’opérateur surchargé. + + + Overloaded Operators + Opérateurs surchargés + + + Calls and declarations of overloaded (user-defined) operators. + Appels et déclarations d’opérateurs surchargés (définis par l’utilisateur). + + + Macro + Macro + + + Macros. + Macros. + + + Whitespace. +Will not be applied to whitespace in comments and strings. + Espace blanc. +Ne s’applique pas aux espaces blancs dans les commentaires et dans les chaînes de caractères. Diff File Line @@ -14068,7 +48950,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Applied to lines with file information in differences (in side-by-side diff editor). - Appliqué aux lignes avec les informations de fichier dans les différences (dans l'éditeur de différences face à face). + S’applique aux lignes avec les informations de fichier dans les différences (dans l’éditeur de différences face à face). Diff Context Line @@ -14076,7 +48958,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Applied to lines describing hidden context in differences (in side-by-side diff editor). - Appliqué aux lignes décrivant des contextes masqués dans les différences (dans l'éditeur de différences en face à face). + S’applique aux lignes décrivant des contextes masqués dans les différences (dans l’éditeur de différences en face à face). Diff Source Line @@ -14084,7 +48966,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Applied to source lines with changes in differences (in side-by-side diff editor). - Appliqué aux lignes de la source ayant des changements dans les différences (dans l'éditeur de différences face à face). + S’applique aux lignes de la source ayant des changements dans les différences (dans l’éditeur de différences face à face). Diff Source Character @@ -14092,7 +48974,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Applied to removed characters in differences (in side-by-side diff editor). - Appliqué sur les caractères supprimés dans les différences (dans l'éditeur de différences face à face). + S’applique sur les caractères supprimés dans les différences (dans l’éditeur de différences face à face). Diff Destination Line @@ -14100,7 +48982,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Applied to destination lines with changes in differences (in side-by-side diff editor). - Appliqué aux lignes de destination ayant des changements dans les différences (dans l'éditeur de différences face à face). + S’applique aux lignes de destination ayant des changements dans les différences (dans l’éditeur de différences face à face). Diff Destination Character @@ -14108,11 +48990,171 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Applied to added characters in differences (in side-by-side diff editor). - Appliqué aux caractères ajoutés dans les différences (dans l'éditeur de différences face à face). + S’applique aux caractères ajoutés dans les différences (dans l’éditeur de différences face à face). - Applied to Enumeration Items. - Appliqué aux éléments d'une énumération. + Log Change Line + Journaliser les lignes modifiées + + + Applied to lines describing changes in VCS log. + S’applique aux lignes décrivant les changements dans le journal VCS. + + + Log Author Name + Journaliser les noms d’auteur + + + Applied to author names in VCS log. + S’applique aux noms d’auteur dans le journal VCS. + + + Log Commit Date + Journaliser les dates de commit + + + Applied to commit dates in VCS log. + S’applique aux dates de commit dans le journal VCS. + + + Log Commit Hash + Journaliser les hash de commit + + + Applied to commit hashes in VCS log. + S’applique aux hash de commit dans le journal VCS. + + + Log Decoration + Journaliser les décorations + + + Applied to commit decorations in VCS log. + S’applique aux décorations de commit dans le journal VCS. + + + Log Commit Subject + Journaliser les sujets de commit + + + Applied to commit subjects in VCS log. + S’applique aux sujets de commit dans le journal VCS. + + + Underline color of error diagnostics. + Couleur de soulignement des diagnostics d’erreur. + + + Error Context + Contexte de l’erreur + + + Underline color of the contexts of error diagnostics. + Couleur de soulignement des contextes de diagnostic d’erreur. + + + Warning + Avertissement + + + Underline color of warning diagnostics. + Couleur de soulignement des diagnostics d’avertissement. + + + Warning Context + Contexte de avertissement + + + Underline color of the contexts of warning diagnostics. + Couleur de soulignement des contextes de diagnostic d’avertissement. + + + Output Argument + Argument de sortie + + + Writable arguments of a function call. + Arguments écrivables d’un appel de fonction. + + + Static Member + Membre statique + + + Names of static fields or member functions. + Noms des champs ou des fonctions membres statiques. + + + Code Coverage Added Code + Code ajouté à la couverture de code + + + New code that was not checked for tests. + Nouveau code qui n’a pas été vérifié pour les tests. + + + Partially Covered Code + Code partiellement couvert + + + Partial branch/condition coverage. + Couverture partielle de la branche/condition. + + + Uncovered Code + Code non-couvert + + + Not covered at all. + Pas du tout couvert. + + + Fully Covered Code + Code entièrement couvert + + + Fully covered code. + Code entièrement couvert. + + + Manually Validated Code + Code validé manuellement + + + User added validation. + Validation ajoutée par l’utilisateur. + + + Code Coverage Dead Code + Code mort de la couverture de code + + + Unreachable code. + Code inaccessible. + + + Code Coverage Execution Count Too Low + Nombre d’exécutions de la couverture du code trop faible + + + Minimum count not reached. + Le nombre minimum n’a pas été atteint. + + + Implicitly Not Covered Code + Code implicitement non-couvert + + + PLACEHOLDER + + + + Implicitly Covered Code + Code implicitement couvert + + + Implicit Manual Coverage Validation + Validation implicite de la couverture manuelle Function @@ -14120,51 +49162,27 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Name of a function. - Nom d'une fonction. + Nom d’une fonction. QML item id within a QML file. - Identifiant d'une élément QML dans un fichier QML. - - - QML root Object Property - Propriété de l'objet racine QML + Identifiant d’un élément QML dans un fichier QML. QML property of a parent item. - Propriété QML de l'élément parent. - - - QML scope Object Property - Propriété de l'objet du contexte QML + Propriété QML de l’élément parent. Property of the same QML item. Propriété du même élément QML. - - Operators. (For example operator++ operator-=) - Opérateurs. (Par exemple les opérateurs operator++ ou operator-=) - Doxygen tags. - Tags de Doxygen. + Balises de Doxygen. Location in the files where the difference is (in diff editor). - Emplacement des différences entre les fichiers (dans l'éditeur de différences). - - - Static - Statique - - - Virtual Method - Méthode virtuelle - - - Name of method declared as virtual. - Nom de la méthode déclarée comme virtuelle. + Emplacement des différences entre les fichiers (dans l’éditeur de différences). QML Binding @@ -14172,7 +49190,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan QML item property, that allows a binding to another property. - Propriété de l'élément QML, qui permet la liaison avec une autre propriété. + Propriété de l’élément QML, qui permet la liaison avec une autre propriété. QML Local Id @@ -14180,19 +49198,19 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan QML Root Object Property - Propriété de l'objet racine QML + Propriété de l’objet racine QML QML Scope Object Property - Propriété de l'objet du contexte QML + Propriété de l’objet du contexte QML QML State Name - Nom d'état QML + Nom d’état QML Name of a QML state. - Nom d'un état QML. + Nom d’un état QML. QML Type Name @@ -14200,7 +49218,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Name of a QML type. - Nom d'un type QML. + Nom d’un type QML. QML External Id @@ -14212,7 +49230,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan QML External Object Property - Propriété de l'objet externe QML + Propriété de l’objet externe QML QML property defined in another QML file. @@ -14232,7 +49250,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Name of a JavaScript import inside a QML file. - Nom d'une importation JavaScript dans un fichier QML. + Nom d’une importation JavaScript dans un fichier QML. JavaScript Global Variable @@ -14244,20 +49262,12 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Keyword - mot-clé - - - Reserved keywords of the programming language. - Mots-clés réservés par le langage de programmation. + Mot-clé Operator Opérateur - - Operators. (for example operator++ operator-=) - Opérateurs (par exemple, ++ et =) - Preprocessor Préprocesseur @@ -14280,7 +49290,7 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan All style of comments except Doxygen comments. - Tout les styles de commentaires à l'exception des commentaires Doxygen. + Tous les styles de commentaires à l’exception des commentaires Doxygen. Doxygen Comment @@ -14292,22 +49302,12 @@ Appliquée au texte, s'il n'y a pas d'autres règles correspondan Doxygen Tag - Tag Doxygen - - - Doxygen tags - Balises Doxygen. + Balise Doxygen Visual Whitespace Espace visuel - - Whitespace -Will not be applied to whitespace in comments and strings. - Espace -Ne sera pas appliquée aux espaces dans les commentaires et les chaînes. - Disabled Code Code désactivé @@ -14322,7 +49322,7 @@ Ne sera pas appliquée aux espaces dans les commentaires et les chaînes. Applied to added lines in differences (in diff editor). - Appliquer aux lignes ajoutées (dans l'éditeur de différences). + S’applique aux lignes ajoutées (dans l’éditeur de différences). Removed Line @@ -14330,7 +49330,7 @@ Ne sera pas appliquée aux espaces dans les commentaires et les chaînes. Applied to removed lines in differences (in diff editor). - Appliquer aux lignes supprimées (dans l'éditeur de différences). + S’applique aux lignes supprimées (dans l’éditeur de différences). Diff File @@ -14338,7 +49338,7 @@ Ne sera pas appliquée aux espaces dans les commentaires et les chaînes. Compared files (in diff editor). - Fichiers comparés (dans l'éditeur de différences). + Fichiers comparés (dans l’éditeur de différences). Diff Location @@ -14352,1136 +49352,6 @@ Ne sera pas appliquée aux espaces dans les commentaires et les chaînes.Display Affichage - - - ToolChain - - GCC - GCC - - - Intel C++ Compiler (Linux) - Compilateur C++ Intel (Linux) - - - MinGW - MinGW - - - Microsoft Visual C++ - Microsoft Visual C++ - - - Windows CE - Windows CE - - - WINSCW - WINSCW - - - GCCE - GCCE - - - GCCE/GnuPoc - GCCE/GnuPoc - - - RVCT (ARMV6)/GnuPoc - RVCT (ARMV6)/GnuPoc - - - RVCT (ARMV5) - RVCT (ARMV5) - - - RVCT (ARMV6) - RVCT (ARMV6) - - - GCC for Maemo - GCC pour Maemo - - - Other - Autre - - - <Invalid> - <Invalide> - - - <Unknown> - <Inconnu> - - - - QtC::Help - - Choose Topic - thème ? - Choisissez le thème - - - &Topics - &Thèmes - - - &Display - &Afficher - - - &Close - &Fermer - - - Filter - Filtre - - - Choose a topic for <b>%1</b>: - Choisissez un thème pour <b>%1</b> : - - - - QtC::VcsBase - - Version Control - Gestion de versions - - - General - Général - - - Common - Commun - - - Project from Version Control - Projet d'un gestionnaire de versions - - - Name - Nom - - - E-mail - avec ou sans '-' ? - Email - - - Alias - Alias - - - Alias e-mail - Alias de l'email - - - Cannot open '%1': %2 - Impossible d'ouvrir "%1" : %2 - - - Nicknames - Surnoms - - - State - État - - - File - Fichier - - - Prompt to submit - Invite lors du submit - - - Submit Message Check failed - La vérification du message de submit a échoué - - - Check Message - Contrôle du message - - - Insert Name... - Inserez le nom... - - - Submit Message Check Failed - La vérification du message de submit a échoué - - - Executing %1 - Exécution de %1 - - - Executing [%1] %2 - Exécution de [%1] %2 - - - The check script '%1' crashed. - Le script de vérification "%1" a crashé. - - - Unable to open '%1': %2 - Impossible d'ouvrir "%1" : %2 - - - The check script '%1' could not be started: %2 - Le script de vérification "%1" ne peut pas être démarré : %2 - - - The check script '%1' timed out. - Le script de vérification "%1" a expiré. - - - The check script '%1' crashed - Le script de vérification "%1" a crashé - - - The check script '%1' could not be run: %2 - Le script de vérification "%1" ne peut pas être exécuté : %2 - - - The check script returned exit code %1. - Le script de vérification a retourné le code %1. - - - Would you like to remove this file from the version control system (%1)? -Note: This might remove the local file. - Voulez-vous retirer ce fichier du système de gestion de versions (%1) ? -Note : Ceci risque de supprimer le fichier du disque. - - - - View - - Paste - Coller - - - <Username> - <Utilisateur> - - - <Description> - <Description> - - - <Comment> - <Commentaire> - - - - ViewDialog - - Send to Codepaster - Envoyer sur Codepaster - - - &Username: - &Utilisateur : - - - <Username> - <Utilisateur> - - - &Description: - &Description : - - - <Description> - <Description> - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;Comment&gt;</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;Commentaire&gt;</p></body></html> - - - Parts to send to codepaster - Fragments à envoyer sur codepaster - - - Patch 1 - Patch 1 - - - Patch 2 - Patch 2 - - - Protocol: - Protocole : - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">&lt;Comment&gt;</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">&lt;Commentaire&gt;</span></p></body></html> - - - Parts to send to server - Parties à envoyer au serveur - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">&lt;Comment&gt;</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">&lt;Commentaire&gt;</span></p></body></html> - - - Parts to Send to Server - Parties à envoyer au serveur - - - - mainClass - - main - main - - - Text1: - Texte 1 : - - - N/A - N/A - - - Text2: - Texte 2 : - - - Text3: - Texte 3 : - - - - QtC::CodePaster - - Server Prefix: - Préfixe du serveur : - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://pastebin.com"><span style=" text-decoration: underline; color:#0000ff;">pastebin.com</span></a><span style=" font-size:8pt;"> allows to send posts to custom subdomains (eg. qtcreator.pastebin.com). Fill in the desired prefix.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Note that the plugin will use this for posting as well as fetching.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://pastebin.com"><span style=" text-decoration: underline; color:#0000ff;">pastebin.com</span></a><span style=" font-size:8pt;"> permet d'envoyer les snippet à des sous-domaines personnalisés (eg. qtcreator.pastebin.com). Remplissez le préfixe désiré.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Notez que les plug-ins utiliseront ceci pour poster et récupérer les snippets.</span></p></body></html> - - - <html><head/><body> -<p><a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.</p> -<p>Note that the plugin will use this for posting as well as fetching.</p></body></html> - <html><head/><body> -<p><a href="http://pastebin.com">pastebin.com</a> permet d'envoyer les snippets à des sous-domaines personnalisés (par exemple qtcreator.pastebin.com). Remplissez le préfixe désiré.</p> -<p>Notez que les plug-ins utiliseront ceci pour poster et récupérer les snippets.</p></body></html> - - - - QtC::CVS - - Prompt to submit - Invite lors du submit - - - When checked, all files touched by a commit will be displayed when clicking on a revision number in the annotation view (retrieved via commit id). Otherwise, only the respective file will be displayed. - Si coché, tous les fichiers modifiés par un commit seront affichés lors d'un clic sur un numéro de révison dans la vue d'annotation (récupérée par un id de commit). Sinon, seul le fichier respectif sera affiché. - - - Describe all files matching commit id: - Décrire tous les fichiers correspondant à l'id de commit : - - - CVS Command: - Commande CVS : - - - CVS Root: - Racine CVS : - - - Diff Options: - Options Diff : - - - CVS - CVS - - - Configuration - Configuration - - - CVS command: - Commande CVS : - - - CVS root: - Racine CVS : - - - Miscellaneous - Divers - - - Diff options: - Options diff : - - - Prompt on submit - Invite lors du submit - - - When checked, all files touched by a commit will be displayed when clicking on a revision number in the annotation view (retrieved via commit ID). Otherwise, only the respective file will be displayed. - Si coché, tous les fichiers modifiés par un commit seront affichés lors d'un clic sur un numéro de version dans la vue d'annotation (récupérée par un ID de commit). Sinon, seul le fichier respectif sera affiché. - - - Describe all files matching commit id - Décrire tous les fichiers correspondant à l'id de commit - - - Timeout: - Timeout : - - - s - s - - - - QtC::Debugger - - Form - Formulaire - - - Symbian ARM gdb location: - Emplacement du gdb ARM Symbian : - - - Communication - Communication - - - Serial Port - Port Série - - - Bluetooth - Bluetooth - - - Port: - Port : - - - Device: - Appareil mobile : - - - - QtC::Designer - - Form - Formulaire - - - Embedding of the UI Class - Intégration de la classe UI - - - Aggregation as a pointer member - Agrégation comme pointeur membre - - - Aggregation - Agrégation - - - Multiple Inheritance - Héritage multiple - - - Code Generation - Génération de code - - - Support for changing languages at runtime - Prise en charge du changement de langage à l'exécution - - - Use Qt module name in #include-directive - Utiliser le nom du module Qt dans #include-directive - - - Multiple inheritance - Héritage multiple - - - Add Qt version #ifdef for module names - Ajouter un bloc #ifdef avec la version de Qt pour les noms de module - - - - Gitorious::Internal::GitoriousHostWidget - - ... - ... - - - <New Host> - <Nouvel Hôte> - - - Host - Hôte - - - Projects - Projets - - - Description - Description - - - - Gitorious::Internal::GitoriousProjectWidget - - WizardPage - WizardPage - - - Filter: - Filtre : - - - ... - ... - - - Keep updating - Mise à jour continue - - - Project - Projet - - - Description - Description - - - - Gitorious::Internal::GitoriousRepositoryWizardPage - - WizardPage - WizardPage - - - Filter: - Filtre : - - - ... - ... - - - Name - Nom - - - Owner - Propriétaire - - - Description - Description - - - Repository - Dépôt - - - Choose a repository of the project '%1'. - Choisissez un répertoire pour le projet "%1". - - - Mainline Repositories - Dépôts principaux - - - Clones - Clones - - - Baseline Repositories - Dépôts de base - - - Shared Project Repositories - Dépôts de projets partagés - - - Personal Repositories - Dépôts personnels - - - - QtC::Help - - Show side-by-side if possible - Afficher côte à côte si possible - - - Always show side-by-side - Toujours afficher côte à côte - - - Always start full help - Toujours afficher l'aide complète - - - Show my home page - Afficher ma page d'accueil - - - Show a blank page - Afficher une page blanche - - - Show my tabs from last session - Afficher mes onglets de la dernière session - - - Home Page: - Page d'accueil : - - - Restore to Default - Restaurer les paramètres par défaut - - - Help Bookmarks - Signet de l'aide - - - Import... - Importer... - - - Export... - Exporter... - - - - QtC::ProjectExplorer - - Build and Run - Compilation et exécution - - - Save all files before Build - Enregistrer tous les fichiers avant de compiler - - - Always build Project before Running - Toujours compiler le projet avant d'exécuter - - - Show Compiler Output on building - Afficher la sortie du compilateur pendant la compilation - - - Use jom instead of nmake - Utiliser jom à la place de nmake - - - <i>jom</i> is a drop-in replacement for <i>nmake</i> which distributes the compilation process to multiple CPU cores. For more details, see the <a href="http://qt.gitorious.org/qt-labs/jom/">jom Homepage</a>. Disable it if you experience problems with your builds. - <i>jom</i> est un remplaçant pour <i>nmake</i> qui répartit le processus de compilation sur les différents cores d'un CPU. Pour plus de détails, voir la <a href="http://qt.gitorious.org/qt-labs/jom/">page consacrée à jom </a>. Désactivez si vous rencontrez des problèmes de compilation. - - - Projects Directory - Répertoire du projet - - - Current directory - Répertoire courant - - - directoryButtonGroup - directoryButtonGroup - - - Directory - Répertoire - - - Save all files before build - Enregistrer tous les fichiers avant de compiler - - - Always build project before running - Toujours compiler le projet avant d'exécuter - - - Show compiler output on building - Afficher la sortie du compilateur pendant la compilation - - - Clear old application output on a new run - Effacer les sorties des anciennes applications à chaque nouvelle exécution - - - <i>jom</i> is a drop-in replacement for <i>nmake</i> which distributes the compilation process to multiple CPU cores. The latest binary is available at <a href="ftp://ftp.qt.nokia.com/jom/">ftp://ftp.qt.nokia.com/jom/</a>. Disable it if you experience problems with your builds. - <i>jom</i> est un remplaçant pour <i>nmake</i> qui répartit le processus de compilation sur les différents cores d'un CPU. Pour plus de détails, voir la <a href="http://qt.gitorious.org/qt-labs/jom/">page consacrée à jom </a>. Désactivez si vous rencontrez des problèmes de compilation. - - - Always build project before deploying it - Toujours compiler le projet avant de déployer - - - Always deploy project before running it - Toujours déployer le projet avant de l'exécuter - - - Word-wrap application output - Retour à la ligne automatique de la sortie de l'application - - - Open compiler output pane when building - Ouvrir le panneau de sortie du compilateur lors de la compilation - - - Open application output pane when running - Ouvrir le panneau de sortie de l'application au lancement - - - Ask before terminating the running application in response to clicking the stop button in Application Output. - Demander avant de terminer une application lancée en réponse au clic sur le bouton d'arrêt dans la sortie d'application. - - - Always ask before stopping applications - Toujours demander avant d'arrêter des applications - - - Enabling this option ensures that the order of interleaved messages from stdout and stderr is preserved, at the cost of disabling highlighting of stderr. - Activer cette option s'assure que l'ordre des messages imbriqués de stdout et stderr est préservé, au prix de la désactivation de la mise en évidence de stderr. - - - Merge stderr and stdout - Rassembler stderr et stdout - - - Limit application output to - Limiter la sortie de l'application à - - - lines - lignes - - - Open application output pane when debugging - Ouvrir la panneau de sortie de l'application lors du débogage - - - <i>jom</i> is a drop-in replacement for <i>nmake</i> which distributes the compilation process to multiple CPU cores. The latest binary is available at <a href="http://releases.qt-project.org/jom/">http://releases.qt-project.org/jom/</a>. Disable it if you experience problems with your builds. - <i>jom</i> est une solution de remplacement immédiat pour <i>nmake</i>, qui distribue le processus de compilation sur les différents cœurs du processeur. La dernière version binaire est disponible à <a href="http://releases.qt-project.org/jom/">http://releases.qt-project.org/jom/</a>. Désactivez-le si vous rencontrez des problèmes à la compilation. - - - Open Compile Output pane when building - Ouvrir le panneau des messages de compilations lors de la compilation - - - Open Application Output pane on output when running - Ouvrir le panneau des messages de l'application lors de l'exécution - - - Open Application Output pane on output when debugging - Ouvrir le panneau des messages de l'application lors du débogage - - - Default build directory: - Répertoire par défaut de compilation : - - - Reset - Réinitialiser - - - - QtC::Welcome - - Form - Formulaire - - - - QtC::QmakeProjectManager - - Form - Formulaire - - - The header file - Le fichier d'en-tête - - - &Sources - &Sources - - - Widget librar&y: - B&ibliothèque de widget : - - - Widget project &file: - Fichier de &projet du widget : - - - Widget h&eader file: - Fichier d'en-&tête du widget : - - - The header file has to be specified in source code. - Le fichier d'en-tête doit être spécifié dans le code source. - - - Widge&t source file: - Fichier source du &widget : - - - Widget &base class: - Classe de &base du widget : - - - QWidget - QWidget - - - Plugin class &name: - &Nom de la classe du plug-in : - - - Plugin &header file: - Fichier d'&en-tête du plug-in : - - - Plugin sou&rce file: - Fichier sou&rce du plug-in : - - - Icon file: - Fichier de l'icône : - - - &Link library - &Lier à la bibliothèque - - - Create s&keleton - Créer s&quelette - - - Include pro&ject - Inclure le pro&jet - - - &Description - &Description - - - G&roup: - &Groupe : - - - &Tooltip: - &Info-bulle : - - - W&hat's this: - &Qu'est-ce que c'est? : - - - The widget is a &container - Le widget est un &conteneur - - - Property defa&ults - Propriétés par défa&ut - - - dom&XML: - dom &XML : - - - Select Icon - Sélectionner une icône - - - Icon files (*.png *.ico *.jpg *.xpm *.tif *.svg) - Fichier d'icône (*.png *.ico *.jpg *.xpm *.tif *.svg) - - - WizardPage - WizardPage - - - Plugin and Collection Class Information - Information sur le plug-in et la classe de collection - - - Specify the properties of the plugin library and the collection class. - Spécifiez les propriétés de la bibliothèque de plug-in et la classe de collection. - - - Collection class: - Classe de collection : - - - Collection header file: - Fichier d'en-tête de la collection : - - - Collection source file: - Fichier source de la collection : - - - Plugin name: - Nom du plug-in : - - - Resource file: - Fichier ressource : - - - icons.qrc - icons.qrc - - - Custom Qt Widget Wizard - Assistant de Widget Qt personnalisé - - - Custom Widget List - Liste de widgets personnalisés - - - Widget &Classes: - &Classes des widgets : - - - Specify the list of custom widgets and their properties. - Spécifiez la liste des widgets personnalisés et leurs propriétés. - - - ... - ... - - - - QtC::Welcome - - The Qt Creator User Interface - L'interface utilisateur de Qt Creator - - - Building and Running an Example - Compiler et exécuter une exemple - - - Creating a Qt C++ Application - Créer une application Qt C++ - - - Creating a Mobile Application - Créer une application pour mobile - - - Creating a Qt Quick Application - Créer une application Qt Quick - - - Choose an Example... - Choisir un exemple... - - - Copy Project to writable Location? - Copier le projet à un emplacement inscriptible ? - - - <p>The project you are about to open is located in the write-protected location:</p><blockquote>%1</blockquote><p>Please select a writable location below and click "Copy Project and Open" to open a modifiable copy of the project or click "Keep Project and Open" to open the project in location.</p><p><b>Note:</b> You will not be able to alter or compile your project in the current location.</p> - <p>Le projet que vous vous apprêtez à ouvrir se trouve dans un emplacement accessible en lecture seule :</p><blockquote>%1</blockquote><p>Veuillez sélectionner un emplacement accessible en écriture et cliquez sur "Copier projet et ouvrir" pour ouvrir une copie modifiable. Cliquez sur "Conserver l'emplacement et ouvrir" pour ouvrir le projet à l'emplacement courant.</p><p><b>Note :</b> Vous ne pourrez pas modifier ou compiler votre projet à l'emplacement courant.</p> - - - &Location: - &Emplacement : - - - &Copy Project and Open - &Copier projet et ouvrir - - - &Keep Project and Open - see "<p>the projet you are about..." to understand the translation - &Conserver l'emplacement et ouvrir - - - The specified location already exists. Please specify a valid location. - L'emplacement spécifié existe déjà. Veuillez spécifier un autre emplacement. - - - If you add external libraries to your project, Qt Creator will automatically offer syntax highlighting and code completion. - Si vous ajoutez des bibliothèques externes à votre projet, QtCreator va automatiquement mettre en place la coloration syntaxique et l'auto-complétion. - - - You can switch between the output pane by hitting <tt>%1+n</tt> where n is the number denoted on the buttons at the window bottom: <br /><br />1: Build Issues, 2: Search Results, 3: Application Output, 4: Compile Output - Vous pouvez passer d'un panneau de sortie à l'autre avec les touches <tt>%1+n</tt> où n est le numéro qui apparaît sur les boutons en dessous de la fenêtre : <ul><li>1 - Problèmes de compilation</li><li>2 - Résultat de la recherche</li><li>3 - Sortie de l'application</li><li>4 - Sortie de compilation</li></ul> - - - You can quickly search methods, classes, help and more using the <a href="qthelp://com.nokia.qtcreator/doc/creator-editor-locator.html">Locator bar</a> (<tt>%1+K</tt>). - Vous pouvez rapidement rechercher des méthodes, classes, de l'aide et plus à l'aide du <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Localisateur</a> (<tt>%1+K</tt>). - - - Within a session, you can add <a href="qthelp://com.nokia.qtcreator/doc/creator-build-dependencies.html">dependencies</a> between projects. - Dans une session, vous pouvez ajouter <a href="qthelp://com.nokia.qtcreator/doc/creator-build-dependencies.html">des dépendances</a> entre les projets. - - - <a href='%1'>Details...</a> - <a href="%1">Détails...</a> - - - <a href='%1'>Take Tutorial</a> - <a href="%1">Suivre le tutoriel</a> - - - You can switch between Qt Creator's modes using <tt>Ctrl+number</tt>:<ul><li>1 - Welcome</li><li>2 - Edit</li><li>3 - Debug</li><li>4 - Projects</li><li>5 - Help</li></ul> - Vous pouvez basculer entre les modes de Qt Creator en utilisant <tt>Ctrl+chiffre</tt>:<ul><li>1 - Accueil</li><li>2 - Editer</li><li>3 - Design</li><li>4 - Deboguer</li><li>5 - Projets</li><li>6 - Aide</li></ul> - - - You can add custom build steps in the <a href="qthelp://com.nokia.qtcreator/doc/creator-project-pane.html#build-settings">build settings</a>. - Vous pouvez ajouter vos propre étapes de compilation dans les <a href="qthelp://com.nokia.qtcreator/doc/creator-project-pane.html#build-settings">paramètres de compilation</a>. - - - Within a session, you can add <a href="qthelp://com.nokia.qtcreator/doc/creator-project-pane.html#dependencies">dependencies</a> between projects. - Dans une session, vous pouvez ajouter des <a href="qthelp://com.nokia.qtcreator/doc/creator-project-pane.html#dependencies">dépendances</a> entre des projets. - - - You can force code completion at any time using <tt>Ctrl+Space</tt>. - Vous pouvez forcer la complétion de code en utilisant <tt>Ctrl+Space</tt>. - - - You can start Qt Creator with a session by calling <tt>qtcreator &lt;sessionname&gt;</tt>. - Vous pouvez démarrer Qt Creator avec une session en le lançant avec <tt>qtcreator &lt;nomDeSession&gt;</tt>. - - - You can return to edit mode from any other mode at any time by hitting <tt>Escape</tt>. - Vous pouvez retourner en mode d'édition depuis n'importe quel autre mode en cliquant sur <tt>Echap</tt>. - - - You can switch between the output pane by hitting <tt>%1+n</tt> where n is the number denoted on the buttons at the window bottom:<ul><li>1 - Build Issues</li><li>2 - Search Results</li><li>3 - Application Output</li><li>4 - Compile Output</li></ul> - Vous pouvez passer d'un panneau de sortie à l'autre avec les touches <tt>%1+x</tt> où x est le numéro qui apparaît sur les boutons en dessous de la fenêtre : <ul><li>1 - Problèmes de compilation</li><li>2 - Résultat de la recherche</li><li>3 - Sortie de l'application</li><li>4 - Sortie de compilation</li></ul> - - - You can quickly search methods, classes, help and more using the <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Locator bar</a> (<tt>%1+K</tt>). - Vous pouvez rapidement rechercher des méthodes, classes, de l'aide et plus à l'aide du <a href="qthelp://com.nokia.qtcreator/doc/creator-navigation.html">Localisateur</a> (<tt>%1+K</tt>). - - - You can add custom build steps in the <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html">build settings</a>. - Vous pouvez ajouter vos propre étapes de compilation dans les <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html">paramètres de compilation</a>. - - - Within a session, you can add <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html#dependencies">dependencies</a> between projects. - Dans une session, vous pouvez ajouter des <a href="qthelp://com.nokia.qtcreator/doc/creator-build-settings.html#dependencies">dépendances</a> entre des projets. - - - You can set the preferred editor encoding for every project in <tt>Projects -> Editor Settings -> Default Encoding</tt>. - Vous pouvez définir l'encodage de caractères préféré pour chaque projet dans <tt>Projet -> Paramètres de l'éditeur -> Encodage par défaut</tt>. - - - In the editor, <tt>F2</tt> follows symbol definition, <tt>Shift+F2</tt> toggles declaration and definition while <tt>F4</tt> toggles header file and source file. - Dans l'éditeur, vous pouvez aller à la définition du symbole en pressant <tt>F2</tt>, <tt>Maj+F2</tt> bascule entre déclaration et définition tandis que <tt>F4</tt> bascule entre en-tête et fichier source. - - - Explore Qt C++ Examples - Explorer les exemples Qt C++ - - - Examples not installed... - Exemples non trouvés... - - - Explore Qt Quick Examples - Explorer les exemples Qt Quick - - - Open Project... - Ouvrir le projet... - - - Create Project... - Créer un projet... - - - Examples - Exemples - - - Explore Qt C++ examples: - Parcourir les exemples Qt C++ : - - - Examples Not Installed... - Exemples non trouvés... - - - Explore Qt Quick examples: - Parcourir les exemples Qt Quick : - - - Explore Qt C++ mobile examples: - Parcourir les exemples Qt C++ mobiles : - - - Featured - À la une - - - - QtC::TextEditor Bold Gras @@ -15494,4590 +49364,1679 @@ p, li { white-space: pre-wrap; } Background: Arrière plan : + + Unset + Réinitialiser + + + <p align='center'><b>Builtin color schemes need to be <a href="copy">copied</a><br/> before they can be changed</b></p> + <p align='center'><b>Les jeux de couleurs intégrés doivent être <a href="copy">copiés</a><br/> avant de pouvoir être modifiés</b></p> + Foreground: Premier plan : - Erase background - Effacer l'arrière plan + Unset foreground. + Réinitialiser le premier plan. - x - x + Unset background. + Réinitialiser l’arrière-plan. - Erase foreground - Effacer le premier plan + Relative Foreground + Premier plan relatif - - - QtC::Welcome - News From the Qt Labs - Actualités de Qt Labs + Saturation: + Saturation : - <b>Forum Nokia</b><br /><font color='gray'>Mobile Application Support</font> - <b>Forum Nokia</b><br /><font color='gray'>Support pour application mobile</font> + Lightness: + Clarté : - <b>Qt LGPL Support</b><br /><font color='gray'>Buy commercial Qt support</font> - <b>Support LGPL de Qt</b><br /><font color='gray'>Acheter le support commercial de Qt</font> + Relative Background + Arrière-plan relatif - <b>Qt Centre</b><br /><font color='gray'>Community based Qt support</font> - <b>Qt Centre</b><br /><font color='gray'>Support communautaire de Qt</font> + Underline + - <b>Forum Nokia</b><br /><font color='gray'>Mobile application support</font> - <b>Forum Nokia</b><br /><font color='gray'>Support pour les applications mobiles</font> + Color: + Couleur : - <b>Qt DevNet</b><br /><font color='gray'>Qt Developer Resources</font> - <b>Qt DevNet</b><br /><font color='gray'>Ressources pour les développeurs Qt</font> + No Underline + Pas de soulignement - <b>Qt Home</b><br /><font color='gray'>Qt by Nokia on the web</font> - <b>Qt Home</b><br /><font color='gray'>Qt par Nokia sur le web</font> + Single Underline + Soulignement simple - <b>Qt Git Hosting</b><br /><font color='gray'>Participate in Qt development</font> - <b>Hébergement Qt Git</b><br /><font color='gray'>Participer au développement de Qt</font> + Wave Underline + Soulignement par une vague - <b>Qt Apps</b><br /><font color='gray'>Find free Qt-based apps</font> - <b>Qt Apps</b><br /><font color='gray'>Trouver les applications libres basées sur Qt</font> + Dot Underline + Soulignement par des points - http://labs.trolltech.com/blogs/feed - Add localized feed here only if one exists - http://labs.trolltech.com/blogs/feed + Dash Underline + Soulignement par des tirets - Qt Labs - Qt Labs + Dash-Dot Underline + Soulignement par des tirets et des points - Qt Centre - Qt Centre + Dash-Dot-Dot Underline + Soulignement par des tirets suivis de deux points - - Qt Apps - Qt Apps - - - Qt for Symbian at Forum Nokia - Qt pour Symbian - - - Qt Support Sites - Sites du support Qt - - - Qt Links - Liens Qt - - - #gradientWidget { - background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(215, 215, 215, 255)); -} - #gradientWidget { - background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(215, 215, 215, 255)); -} - - - #headerFrame { - border-image: url(:/welcome/images/center_frame_header.png) 0; - border-width: 0; -} - - #headerFrame { - border-image: url(:/welcome/images/center_frame_header.png) 0; - border-width: 0; -} - - - - QtC::Utils - - Show Details - Afficher les détails - - - Details - Détails - - - - QtC::Core - - Plain Text Editor - Éditeur de texte - - - Binary Editor - Éditeur de binaire - - - C++ Editor - Éditeur C++ - - - .pro File Editor - Éditeur de fichier .pro - - - .files Editor - Éditeur de fichiers .files - - - QMLJS Editor - Éditeur QMLJS - - - .qmlproject Editor - Éditeur de fichiers .qmlproject - - - Qt Designer - Qt Designer - - - Qt Linguist - Qt Linguist - - - Resource Editor - Éditeur de ressources - - - GLSL Editor - Éditeur GLSL - - - Python Editor - Éditeur Python - - - Preferences - Préférences - - - - QtC::CodePaster - - No Server defined in the CodePaster preferences! - Aucun serveur définit dans les préférences CodePaster ! - - - No Server defined in the CodePaster options! - Aucun serveur défini dans les options CodePaster ! - - - No Server defined in the CodePaster preferences. - Aucun serveur défini dans les préférences CodePaster. - - - No Server defined in the CodePaster options. - Aucun serveur défini dans les options CodePaster. - - - No such paste - Aucun collage de ce type - - - CodePaster - CodePaster - - - <i>Note: Specify the host name for the CodePaster service without any protocol prepended (e.g. codepaster.mycompany.com).</i> - <i>Note : spécifier le nom d'hôte pour le service CodePaster sans aucun protocole (par exemple, codepaster.mycompany.com).</i> - - - Server: - Serveur : - - - Note: Specify the host name for the CodePaster service without any protocol prepended (e.g. codepaster.mycompany.com). - Note : spécifiez le nom d'hôte du service CodePaster sans aucun protocole (par exemple, codepaster.mycompany.com). - - - Error during paste - Erreur durant le collage - - - Pastebin.com - Pastebin.com - - - - QtC::CppEditor - - Searching... - Recherche... - - - C++ Usages: - Utilisations de C++ : - - - Searching - Recherche - - - C++ Macro Usages: - Utilisations de macros C++ : - - - - QtC::CVS - - Checks out a project from a CVS repository. - Obtient un projet à partir d'un dépôt CVS. - - - Checks out a CVS repository and tries to load the contained project. - Importer le dépôt CVS et essayer le charger le projet contenu. - - - CVS Checkout - Import CVS - - - Location - Emplacement - - - Specify repository and path. - Spécifier le dépôt et le chemin. - - - Repository: - Dépôt : - - - Parsing of the log output failed - Échec de l'analyse de la sortie - - - &CVS - &CVS - - - Add - Ajouter - - - Add "%1" - Ajouter "%1" - - - Alt+C,Alt+A - Alt+C,Alt+A - - - Delete - Supprimer - - - Delete "%1" - Supprimer "%1" - - - Revert - Rétablir - - - Revert "%1" - Rétablir "%1" - - - Diff Project - Faire un diff sur le projet - - - Diff Current File - Faire un diff du fichier courant - - - Diff "%1" - Faire un diff de "%1" - - - Alt+C,Alt+D - Alt+C,Alt+D - - - Commit All Files - Faire un commit de tous les fichiers - - - Commit Current File - Faire un commit du fichier courant - - - Commit "%1" - Faire un commit de "%1" - - - Alt+C,Alt+C - Alt+C,Alt+C - - - Filelog Current File - Journal du fichier courant - - - Cannot find repository for '%1' - Impossible de trouver le dépot de "%1" - - - Meta+C,Meta+D - Meta+C, Meta+D - - - Filelog "%1" - Journal du fichier "%1" - - - Annotate Current File - Annoter le fichier courant - - - Annotate "%1" - Annoter "%1" - - - Meta+C,Meta+A - Meta+C, Meta+A - - - Meta+C,Meta+C - Meta+C, Meta+C - - - Delete... - Supprimer… - - - Delete "%1"... - Supprimer "%1"… - - - Revert... - Rétablir... - - - Revert "%1"... - Rétablir "%1"... - - - Edit - Éditer - - - Edit "%1" - Éditer "%1" - - - Unedit - Annuler la modification - - - Unedit "%1" - Annuler la modification de "%1" - - - Unedit Repository - Annuler la modification du dépôt - - - Diff Project "%1" - Réaliser un diff du projet "%1" - - - Project Status - Statut du projet - - - Status of Project "%1" - Statut du projet "%1" - - - Log Project - Réaliser un log du projet - - - Log Project "%1" - Réaliser un log du projet "%1" - - - Update Project - Mettre à jour le projet - - - Update Project "%1" - Mettre à jour le projet "%1" - - - Commit Project - Faire un commit du projet - - - Commit Project "%1" - Faire un commit du projet "%1" - - - Diff Repository - Réaliser un diff du dépôt - - - Repository Status - Statut du dépôt - - - Repository Log - Réaliser un log du dépôt - - - Update Repository - Mettre à jour le dépôt - - - Revert Repository... - Rétablir le dépôt... - - - Commit - Faire un commit - - - Diff &Selected Files - Faire un diff sur tous les fichiers &sélectionnés - - - Diff Selected Files - Faire un diff sur tous les fichiers sélectionnés - - - &Undo - Annu&ler - - - &Redo - Re&faire - - - Closing CVS Editor - Ferme l'éditeur CVS - - - Do you want to commit the change? - Voulez vous envoyer les changements ? - - - The commit message check failed. Do you want to commit the change? - La vérification du message de commit a échoué. Voulez-vous soumettre vos modifications ? - - - The files do not differ. - Les fichiers n'ont pas changé. - - - Revert repository - Rétablir le dépôt - - - Revert all pending changes to the repository? - Rétablir toutes les changements en attente sur le dépôt ? - - - Would you like to revert all changes to the repository? - Souhaitez-vous rétablir toutes les modifications sur le dépôt ? - - - Revert failed: %1 - Éche de la restauration : %1 - - - The file '%1' could not be deleted. - Le fichier "%1' n"a pas pu être supprimé. - - - The file has been changed. Do you want to revert it? - Le fichier a été modifié. Voulez-vous le rétablir ? - - - The commit list spans several repositories (%1). Please commit them one by one. - La liste de commits s'étend sur plusieurs répertoires (%1). Veuillez les ajouter un par un. - - - Another commit is currently being executed. - Un autre commit est en cours d'exécution. - - - There are no modified files. - Il n'y a aucun fichier modifié. - - - Cannot create temporary file: %1 - Impossible de créer le fichier temporaire : %1 - - - Would you like to discard your changes to the repository '%1'? - Voulez-vous annuler tous les changements sur le dépôt "%1" ? - - - Would you like to discard your changes to the file '%1'? - Voulez-vous annuler tous les changements sur le fichier "%1" ? - - - Project status - Statut du projet - - - Repository status - Statut du dépôt - - - The initial revision %1 cannot be described. - La révision initiale %1 n'a pas pu être décrite. - - - Could not find commits of id '%1' on %2. - %2 is a date - Impossible de trouver les commits d'id "%1" le %2. - - - Executing: %1 %2 - - Exécuter : %1 %2 - - - - Executing in %1: %2 %3 - - Exécuter dans %1 : %2 %3 - - - - No cvs executable specified! - Aucun exécutable CVS spécifié ! - - - The process terminated with exit code %1. - Le processus s'est terminé avec le code %1. - - - The process terminated abnormally. - Le processus s'est terminé de façon anormale. - - - Could not start cvs '%1'. Please check your settings in the preferences. - Impossible de démarrer cvs "%1". Veuillez vérifier vos paramètres dans les préférences. - - - CVS did not respond within timeout limit (%1 ms). - CVS n'a pas répondu dans le temps imparti (%1 ms). - - - Added - Ajouté - - - Removed - Supprimé - - - Modified - Modifié - - - CVS Submit - CVS Submit - - - CVS Command - CVS Command - - - - NameDemanglerPrivate - - Premature end of input - Saisie interrompue - - - Invalid encoding - Encodage invalide - - - Invalid name - Nom invalide - - - Invalid nested-name - Nom imbriqué invalide - - - Invalid template args - Argument du modèle invalide - - - Invalid template-param - Paramètre du modèle invalide - - - Invalid qualifiers: unexpected 'volatile' - Qualificateurs invalides : 'volatile" inattendu - - - Invalid qualifiers: 'const' appears twice - Qualificateurs invalides : 'const' apparaît deux fois - - - Invalid non-negative number - Nombre positif invalide - - - Invalid template-arg - Argument de template invalide - - - Invalid expression - Expression invalide - - - Invalid primary expression - Expression primaire invalide - - - Invalid expr-primary - expr-primary invalide - - - Invalid type - Type invalide - - - Invalid built-in type - Type prédéfini invalide - - - Invalid builtin-type - Type prédéfini invalide - - - Invalid function type - Type de fonction invalide - - - Invalid unqualified-name - Nom non-qualifié invalide - - - Invalid operator-name '%s' - Nom de l'opérateur invalide "%s" - - - Invalid array-type - Type de tableau invalide - - - Invalid pointer-to-member-type - Type de pointeur vers membre invalide - - - Invalid substitution - Substitution invalide - - - Invalid substitution: element %1 was requested, but there are only %2 - Substitution invalide : l'élément %1 était requis mais il y a seulement %2 - - - Invalid substitution: There are no elements - Substitution invalide : il n'y a aucun éléments - - - Invalid special-name - Nom spécial invalide - - - Invalid local-name - Nom local invalide - - - Invalid discriminator - Discriminateur invalide - - - Invalid ctor-dtor-name - Nom de constructeur/destructeur invalide - - - Invalid call-offset - Décalage de l'appel (call offset) invalide - - - Invalid v-offset - Décalage-v (v-offset) invalide - - - Invalid digit - Chiffre invalide - - - At position %1: - À la position %1 : - - - - QtC::Designer - - untitled - sans titre - - - - QtC::Git - - Clones a project from a git repository. - Clone un projet à partir d'un dépôt git. - - - Cloning - Cloner - - - Cloning started... - Début du clonage... - - - Clones a Git repository and tries to load the contained project. - Clone un dépôt Git et essaye de charger le projet contenu. - - - Git Repository Clone - Clone du dépôt git - - - Location - Emplacement - - - Specify repository URL, checkout directory and path. - Spécifie l'URL du dépôt, le répertoire et le chemin d'import. - - - Clone URL: - URL de clone : - - - Recursive - Récursif - - - Delete master branch - Supprimer la branche principale (master) - - - Delete the master branch after checking out the repository. - Supprimer la branche principale (master) après avoir importé le dépôt. - - - - Gitorious::Internal::Gitorious - - Error parsing reply from '%1': %2 - Erreur d'analyse de la réponse de "%1" : %2 - - - Request failed for '%1': %2 - Échec de la requête pour "%1" : %2 - - - Open source projects that use Git. - Projets open source qui utilisent Git. - - - - Gitorious::Internal::GitoriousCloneWizard - - Clones a project from a Gitorious repository. - Clone un projet à partir d'un dépôt Gitorious. - - - Clones a Gitorious repository and tries to load the contained project. - Clone un dépôt Git et essaie de charger le projet contenu. - - - Gitorious Repository Clone - Clone du dépôt Gitorious - - - - Gitorious::Internal::GitoriousHostWizardPage - - Host - Hôte - - - Select a host. - Sélectionner un hôte. - - - - Gitorious::Internal::GitoriousProjectWizardPage - - Project - Projet - - - Choose a project from '%1' - Choisir un projet à partir de "%1" - - - - QtC::Help - - General settings - Réglages généraux - - - General Settings - Réglages généraux - - - Open Image - Ouvrir une image - - - General - Général - - - Import Bookmarks - Importer les signets - - - Files (*.xbel) - Fichiers (*.xbel) - - - Cannot import bookmarks. - Impossible d'importer les signets. - - - There was an error while importing bookmarks! - Erreur lors de l'importation des signets ! - - - Save File - Enregistrer ? (tout court) - Enregistrer le fichier - - - Form - Formulaire - - - Font - Police - - - Family: - Famille : - - - Style: - Style : - - - Size: - Taille : - - - Startup - Démarrage - - - On context help: - Pour l'aide contextuelle : - - - Show Side-by-Side if Possible - Afficher côte à côte si possible - - - Always Show Side-by-Side - Toujours afficher côte à côte - - - Always Start Full Help - Toujours afficher l'aide complète - - - Always Show Help in External Window - Toujours afficher l'aide dans une fenêtre externe - - - On help start: - Au démarrage de l'aide : - - - Show My Home Page - Afficher ma page d'accueil - - - Show a Blank Page - Afficher une page blanche - - - Show My Tabs from Last Session - Afficher mes onglets de la dernière session - - - Home page: - Page d'accueil : - - - Use &Current Page - Utiliser la page &courante - - - Use &Blank Page - Utiliser une page &blanche - - - Reset to default - Restaurer les paramètres par défaut - - - Reset - Réinitialiser - - - Behaviour - Comportement - - - Switch to editor context after last help page is closed. - Basculer vers l'éditeur de contexte après que la dernière page d'aide soit fermée. - - - Return to editor on closing the last page - Retourner à l'éditeur lors de la fermeture de la dernière page - - - Note: This setting takes effect only if the HTML file does not use a style sheet. - Remarque : ce paramètre ne prend effet que si le fichier HTML n'utilise pas une feuille de style. - - - Import Bookmarks... - Importer les signets... - - - Export Bookmarks... - Exporter les signets... - - - The file is not an XBEL version 1.0 file. - Il ne s'agit pas d'un fichier XBEL version 1.0. - - - Unknown title - Titre inconnu - - - - QtC::ProjectExplorer - - Failed to start program. Path or permissions wrong? - Échec lors de l'exécution du programme. Mauvais chemin ou permissions ? - - - The program has unexpectedly finished. - Le programme s'est terminé subitement. - - - Some error has occurred while running the program. - Une erreur s'est produite lors de l'exécution du programme. - - - Cannot retrieve debugging output. - Impossible d'obtenir la sortie du débogage. - - - Cannot retrieve debugging output. - - Impossible de récupérer la sortie de débogage. - - - Run - Exécuter - - - No executable specified. - Aucun exécutable n'est spécifié. - - - Executable %1 does not exist. - L'exécutable %1 n'existe pas. - - - Starting %1... - Démarrage de %1... - - - %1 crashed - %1 a planté - - - %1 exited with code %2 - %1 s'est terminé avec le code %2 - - - No executable specified. - - Pas d'exécutable spécifié. - - - Starting %1... - - Démarrage de %1... - - - %1 exited with code %2 - - %1 a quitté avec le code %2 - - - The target directory %1 could not be created. - Le dossier cible %1 n'a pas pu être créé. - - - The existing file %1 could not be removed. - Le fichier existant %1 n'a pas pu être supprimé. - - - The file %1 could not be copied to %2. - Le fichier %1 n'a pas pu être copié en %2. - - - The debugger helpers could not be built in any of the directories: -- %1 - -Reason: %2 - Les assistances au débogage n'ont pas pu être compilées dans aucun des dossiers suivants : -- %1 - -Raison : %2 - - - GDB helper - Assistant GDB - - - Develop - Développer - - - New Project - Nouveau projet - - - No project loaded. - Aucun projet chargé. - - - - QmlEditor::Internal::ScriptEditor - - <Select Symbol> - <Selectionner un symbole> - - - Rename... - Renommer... - - - New id: - Nouvel identifiant : - - - Rename id '%1'... - Renommer l'identifiant "%1"... - - - - QmlEditor::Internal::QmlEditorPlugin - - Qt - Qt - - - Creates a Qt QML file. - Créer un fichier QML. - - - Qt QML File - Fichier QML - - - - QmlEditor::Internal::QmlModelManager - - Indexing - Indexation - - - - QtC::QmlProjectManager - - <b>QML Make</b> - <b>Make de QML</b> - - - - QtC::QmakeProjectManager - - <New class> - <Nouvelle classe> - - - Confirm Delete - Confirmez la suppression - - - Delete class %1 from list? - Supprimer la classe %1 de la liste ? - - - Qt4 Designer Custom Widget - Widget personnalisé pour Qt4 Designer - - - Creates a Qt4 Designer Custom Widget or a Custom Widget Collection. - Crée un widget personnalisé ou une collection de widgets personnalisés pour Qt4 Designer. - - - Qt Custom Designer Widget - Widget personnalisé pour Qt4 Designer - - - Creates a Qt Custom Designer Widget or a Custom Widget Collection. - Crée un widget personnalisé ou une collection de widgets personnalisés pour Qt4 Designer. - - - This wizard generates a Qt4 Designer Custom Widget or a Qt4 Designer Custom Widget Collection project. - Cet assistant génère un projet pour créer un widget personnalisé ou une collection de widgets personnalisés pour Qt4 Designer. - - - This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. - lourd ? "contenant un widget ou une collection de widgets, personnalisé pour Qt Designer" ? - Cet assistant génère un projet contenant un widget ou une collection de widgets personnalisés pour Qt Designer. - - - Custom Widgets - Widgets personnalisés - - - Plugin Details - Détails du plug-in - - - Cannot open icon file %1. - Impossible d'ouvrir le fichier d'icône %1. - - - Creating multiple widget libraries (%1, %2) in one project (%3) is not supported. - Créer plusieurs bibliothèques de widgets (%1, %2) dans un même projet (%3) n'est pas supporté. - - - Cannot open %1: %2 - Imposible d'ouvrir %1 : %2 - - - - QtC::Welcome - - - QtC::QmakeProjectManager - - QtS60DeviceRunConfiguration - QtS60DeviceRunConfiguration - - - Could not parse %1. The QtS60 Device run configuration %2 can not be started. - Impossible d'analyser %1. La configuration d'appareil QtS60 %2 ne peut pas être démarrée. - - - %1 on Symbian Device - S60 device runconfiguration default display name, %1 is base pro-File name - %1 sur appareil Symbian - - - Run on Symbian device - S60 device runconfiguration default display name (no profile set) - Exécuter sur un périphérique Symbian - - - Device: - Appareil mobile : - - - Installation file: - Fichier d'installation : - - - Device on serial port: - Appareil mobile sur port série : - - - Install File: - Fichier d'installation : - - - Device on Serial Port: - Appareil mobile sur port série : - - - Queries the device for information - Inspecter l'appareil mobile pour mettre à jour les informations - - - Self-signed certificate - Certificat autosigné - - - Choose certificate file (.cer) - Choisir un fichier de certificat (.cer) - - - Custom certificate: - Certificat personnalisé : - - - Choose key file (.key / .pem) - Choisir le fichier contenant la clé (.key / .pem) - - - Key file: - Fichier contenant la clé : - - - <No Device> - Summary text of S60 device run configuration - <Aucun appareil mobile> - - - (custom certificate) - (certificat personnalisé) - - - (self-signed certificate) - (certificat autosigné) - - - Summary: Run on '%1' %2 - Résumé : fonctionne avec "%1" %2 - - - Connecting... - Connexion... - - - A timeout occurred while querying the device. Check whether Trk is running - right translation of timeout in this context? - L'appareil mobile ne répond pas. Veuillez vérifier sir TRK est lancé - - - Creating %1.sisx ... - Création de %1.sisx... - - - Executable file: %1 - Fichier exécutable : %1 - - - Debugger for Symbian Platform - Débogueur pour plateforme Symbian - - - %1 %2 - TODO: remove the tr() - %1 %2 - - - Could not read template package file '%1' - Impossible de lire le fichier de package de modèles "%1" - - - Could not write package file '%1' - Impossible d'écrire le fichier package "%1" - - - An error occurred while creating the package. - Une erreur est survenue lors de la création du package. - - - Package: %1 -Deploying application to '%2'... - Package : %1 -Déploiement de l'application sur '%2'... - - - Could not connect to phone on port '%1': %2 -Check if the phone is connected and the TRK application is running. - Impossible de se connecter au téléphone sur le port '%1' : %2 -Veuillez vérifier si le téléphone est connecté et que l'application TRK est lancée. - - - Unable to remove existing file '%1': %2 - Impossible de supprimer le fichier existant "%1" : %2 - - - Unable to rename file '%1' to '%2': %3 - Impossible de renommer le fichier "%1" en "%2" : %3 - - - Deploying - Déployer - - - There is no device plugged in. - Il n'y a aucun appareil mobile connecté. - - - Renaming new package '%1' to '%2' - Renommer le nouveau paquet "%1" en "%2" - - - Removing old package '%1' - Supprimer l'ancien paquet "%1" - - - Package file not found - Fichier du paquet non trouvé - - - Failed to find package '%1': %2 - Impossible de trouver le paquet "%1" : %2 - - - Could not connect to phone on port '%1': %2 -Check if the phone is connected and App TRK is running. - Impossible de connecter le téléphone sur le port '%1' : %2 -Veuillez vérifier que le téléphone est connecté et que App TRK est lancé. - - - Could not create file %1 on device: %2 - Impossible de créer le fichier %1 sur l'appareil mobile %2 - - - Could not write to file %1 on device: %2 - Impossible d'écrire le fichier %1 sur l'appareil mobile : %2 - - - Could not close file %1 on device: %2. It will be closed when App TRK is closed. - Impossible de fermer le fichier %1 sur l'appareil mobile %2. Il sera fermé lorsque App TRK sera fermé. - - - Could not connect to App TRK on device: %1. Restarting App TRK might help. - Impossible de se connecter à App TRK sur l'appareil mobile : %1. Redémarrer App TRK pourrait résoudre le problème. - - - Copying installation file... - Copier le fichier d'installation... - - - The device '%1' has been disconnected - L'appareil mobile "%1" a été déconnecté - - - Copying install file... - Copie le fichier d'installation... - - - %1% copied. - %1% copié. - - - Installing application... - Installation de l'application... - - - Could not install from package %1 on device: %2 - Impossible d'installer à partir du package %1 sur l'appareil mobile : %2 - - - Waiting for App TRK - En attente d'App TRK - - - Please start App TRK on %1. - Veuillez lancer App TRK sur %1. - - - Canceled. - Annulé. - - - Failed to start %1. - Échec du lancement de %1. - - - %1 has unexpectedly finished. - %1 s'est terminé de façon inattendue. - - - An error has occurred while running %1. - Une erreur s'est produite lors de l'exécution de %1. - - - Warning: Cannot locate the symbol file belonging to %1. - Attention : Impossible de trouver le fichier de symboles appartenant à %1. - - - Warning: Cannot locate the symbol file belonging to %1. - - Attention : impossible de trouver le fichier de symboles appartenant à %1. - - - Launching debugger... - - Lancement du débogueur... - - - Debug on Device - Déboguer sur l'appareil mobile - - - Debugging - Débogage - - - Launching debugger... - Lancement du débogueur... - - - Debugging finished. - Débogage terminé. - - - No Qt installed - Qt non installé - - - Summary: Run %1 in emulator - Sommaire : démarrer %1 sur l'émulateur - - - %1 in Symbian Emulator - S60 emulator run configuration default display name, %1 is base pro-File name ----------- -S60 emulator run configuration default display name, %1 is base pro-File name - %1 sur l'émulateur Symbian - - - Run on Symbian Emulator - S60 emulator run configuration default display name (no pro-file name) - Exécuter sur l'émulateur Symbian - - - Qt Symbian Emulator RunConfiguration - Configuration d'exécution de l'émulateur Qt Symbian - - - QtSymbianEmulatorRunConfiguration - QtSymbianEmulatorRunConfiguration - - - Could not parse %1. The Qt for Symbian emulator run configuration %2 can not be started. - Impossible d'analyser %1. Qt pour la configuration d'éxecution de l'émulateur Symbian %2 ne peut pas être démarré. - - - Starting %1... - Démarrage %1... - - - Starting %1... - - Démarrage de %1... - - - [Qt Message] - [Message Qt] - - - %1 exited with code %2 - - %1 a quitté avec le code %2 - - - %1 exited with code %2 - %1 a retourné le code %2 - - - Run in Emulator - Démarrer sur l'émulateur - - - Run on Device - Démarrer sur l'appareil - - - Using Default Qt Version - Utiliser la version de Qt par défaut - - - Using Qt Version "%1" - Utiliser la version Qt "%1" - - - New configuration - Nouvelle configuration - - - New Configuration Name: - Nom de la nouvelle configuration : - - - Qmake based build - Compilation basée sur qmake - - - New Configuration - Nouvelle configuration - - - New configuration name: - Nom de la nouvelle configuration : - - - %1 Debug - Debug build configuration. We recommend not translating it. - %1 Debug - - - %1 Release - Release build configuration. We recommend not translating it. - %1 Release - - - Debug - The name of the debug build configuration created by default for a qmake project. - Debug - - - Release - Release - - - - QtC::Subversion - - Checks out a project from a Subversion repository. - Vérifie un projet à partir d'un dépôt Subversion. - - - Checks out a Subversion repository and tries to load the contained project. - Importer le dépôt Subversion et essayer le charger le projet contenu. - - - Subversion Checkout - Import Subversion - - - Specify repository, checkout directory and path. - Spécifier le dépôt, le répertoire et le chemin de checkout. - - - Location - Emplacement - - - Specify repository URL, checkout directory and path. - Spécifie l'URL du dépôt, le répertoire et le chemin d'import. - - - Repository: - Dépôt : - - - - QtC::TextEditor Not a color scheme file. Pas sur ? Pas un fichier de jeu de couleur. - Customized - Personnalisé + Text Editor + Éditeur de texte - - - QtC::VcsBase - Cannot Open Project - Impossible d'ouvrir le projet + <html><head/><body><p>Highlight definitions are provided by the <a href="https://api.kde.org/frameworks/syntax-highlighting/html/index.html">KSyntaxHighlighting</a> engine.</p></body></html> + <html><head/><body><p>Les définitions des surlignages sont fournies par le fichier <a href="https://api.kde.org/frameworks/syntax-highlighting/html/index.html">KSyntaxHighlighting</a></p></body></html> - Failed to open project in '%1'. - Échec de l'ouverture du projet dans "%1". + Download missing and update existing syntax definition files. + Télécharger les fichiers de définition syntaxique manquants et mettre à jour les fichiers existants. - Could not find any project files matching (%1) in the directory '%2'. - Impossible de trouver un fichier de projet correspondant (%1) dans le répertoire "%2". + Reload Definitions + Recharger les définitions - The Project Explorer is not available. - L'explorateur de projets n'est pas disponible. + Reload externally modified definition files. + Recharger les fichiers de définition modifiés en externe. - '%1' does not exist. - "%1' n"existe pas. + Reset Remembered Definitions + Réinitialisation des définitions mémorisées - Unable to open the project '%1'. - Impossible d'ouvrir le projet "%1". + Reset definitions remembered for files that can be associated with more than one highlighter definition. + Réinitialiser les définitions mémorisées pour les fichiers qui peuvent être associés à plusieurs définitions de surlignage. - Unable to start %1: %2 - Impossible de démarrer "%1" : %2 + User Highlight Definition Files + Fichiers de définition de surlignage de l’utilisateur - The process terminated with exit code %1. - Le processus s'est terminé avec le code %1. + Download finished + Téléchargement terminé - The process returned exit code %1. - Le processus a retourné le code %1. + Generic Highlighter + Coloration syntaxique générique - The process terminated in an abnormal way. - Le processus s'est terminé d'une façon anormale. + Download Definitions + Télécharger des définitions - Stopping... - Arrêt... + No outline available + Aucun contour disponible - Checkout - Import + Synchronize with Editor + Synchroniser avec l’éditeur - No job running, please abort. - Aucun travail en cours, veuillez abandonner. + Filter tree + Filtrer l’arbre - Checkout started... - Import commencé... + Outline + Contour - Failed. - Échec. + Cursor position: %1 + Position du curseur : %1 - Succeeded. - Réussi. + Other annotations + Autres annotations - Open "%1" - Ouvrir "%1" + Print Document + Imprimer le document - Clear - Effacer + File Error + Erreur de fichier - Executing: %1 %2 - Exécution de : %1 %2 + <b>Error:</b> Could not decode "%1" with "%2"-encoding. Editing not possible. + <b>Erreur :</b> impossible de décoder « %1 » avec l’encodage « %2 ». L’édition est impossible. - Executing in %1: %2 %3 - Exécution dans %1 : %2 %3 + Select Encoding + Choisir l’encodage - Executing: %1 %2 - - Exécution de : %1 %2 - + Snippet Parse Error + Erreur d’analyse de l’extrait de code - Executing in %1: %2 %3 - - Exécution dans %1 : %2 %3 - + A highlight definition was not found for this file. Would you like to download additional highlight definition files? + Aucune définition de surlignage n’a été trouvée pour ce fichier. Souhaitez-vous télécharger d’autres fichiers de définition de surlignage ? - - - QtC::Welcome - News && Support - Nouveauté && Support + More than one highlight definition was found for this file. Which one should be used to highlight this file? + Plusieurs définitions de surlignage ont été trouvées pour ce fichier. Laquelle devrait être utilisée pour surligner ce fichier ? - - - MimeType - unknown - inconnue + Remember My Choice + Se rappeler de mon choix - CMake Project file - Fichier de projet CMake + Zoom: %1% + Zoom : %1 % - C Source file - Fichier source C + Delete UTF-8 BOM on Save + Supprimer le BOM UTF-8 à l’enregistrement - C Header file - Fichier d'en-tête C + Add UTF-8 BOM on Save + Ajouter le BOM UTF-8 à l’enregistrement - C++ Header file - Fichier d'en-tête C++ + The text is too large to be displayed (%1 MB). + Le texte est trop lourd pour être affiché (%1 Mo). - C++ header - En-tête C++ + Error + Erreur - C++ Source file - Fichier source C++ + Trigger + Déclencheur - C++ source code - Code source C++ + Trigger Variant + Déclencheur variable - Objective-C source code - Code source en objective-C + Error reverting snippet. + Erreur lors de la restauration de l’extrait de code. - CVS submit template - Modèle d'envoi de CVS + Group: + Groupe : - Qt Designer file - Fichier Qt designer + Snippets + Extraits de code - Generic Qt Creator Project file - Fichier de projet Qt Creator générique + Error While Saving Snippet Collection + Erreur lors de l’enregistrement de la collection d’extraits de code - Generic Project Files - Fichiers de projet génériques + No snippet selected. + Pas d’extrait de code sélectionné. - Generic Project Include Paths - Chemins d'inclusion de projet génériques + %1 of %2 + %1 de %2 - Generic Project Configuration File - Fichier de configuration de projet générique + Cannot create user snippet directory %1 + Impossible de créer le dossier utilisateur d’extraits de code %1 - Perforce submit template - Modèle d'envoi de Perforce + Copy Code Style + Copier le style de code - QML file - Fichier QML + Code style name: + Nom du style de code : - Qml Project file - Fichier de projet QML + %1 (Copy) + %1 (Copie) - Qt Project file - Fichier de projet Qt + Delete Code Style + Supprimer le style de code - Qt Project include file - Fichier d'inclusion de projet Qt + Are you sure you want to delete this code style permanently? + Êtes-vous sur de vouloir supprimer ce style de code ? - message catalog - Catalogue de messages + Import Code Style + Importer un style de code - Qt Script file - Fichier Qt Script + Code styles (*.xml);;All files (*) + Styles de code (*.xml);;Tous les fichiers (*) - Automake based Makefile - Makefile basé sur automake + Cannot import code style from "%1". + Impossible d’importer le style de code à partir de « %1 ». - ClearCase submit template - Modèle de proposition pour ClearCase + Export Code Style + Exporter le style de code - Objective-C++ source code - Code source Objective-C++ + %1 [proxy: %2] + %1 [proxy : %2] - Git Commit File - Fichier de soumission Git + %1 [built-in] + %1 [intégré] - GLSL Shader file - Fichier de shader GLSL + Edit preview contents to see how the current settings are applied to custom code snippets. Changes in the preview do not affect the current settings. + Modifier l’aperçu du contenu pour voir la manière dont les paramètres actuels sont appliqués dans l’extrait de code personnalisé. Les changements dans la zone d’aperçu n’affectent pas les paramètres actuels. - GLSL Fragment Shader file - Fichier de fragment shader GLSL + Files in File System + Fichiers dans le système de fichiers - GLSL/ES Fragment Shader file - Fichier de fragment shader GLSL/ES + %1 "%2": + %1 « %2 » : - GLSL Vertex Shader file - Fichier de vertex shader GLSL + Path: %1 +Filter: %2 +Excluding: %3 +%4 + the last arg is filled by BaseFileFind::runNewSearch + Chemin : %1 +Filtre : %2 +Exclus : %3 +%4 - GLSL/ES Vertex Shader file - Fichier de vertex shader GLSL/ES + Search engine: + Moteur de recherche : - GLSL/ES Geometry Shader file - Fichier de géométrie shader GLSL/ES + Director&y: + Réperto&ire : - BMP image - Image BMP + Directory to Search + Répertoire de recherche - GIF image - Image GIF + Typing + Frappe - ICO image - Image ICO + Enable automatic &indentation + Activer l’&indentation automatique - JPEG image - Image JPEG - - - MNG video - Video MNG - - - PBM image - Image PBM - - - PGM image - Image PGM - - - PNG image - Image PNG - - - PPM image - Image PPM - - - SVG image - Image SVG - - - TIFF image - Image TIFF - - - XBM image - Image XBM - - - XPM image - Image XPM - - - Python Source File - Fichier source Pyhton - - - Qt Build Suite file - Fichier de compilation Qt - - - Qt Creator Qt UI project file - Fichier de projet Qt UI de Qt Creator - - - JSON file - Fichier JSON - - - QML Project file - Fichier de projet QML - - - Qt Project feature file - fichier de caractéristiques de projet Qt - - - Qt Resource file - Fichier de ressource Qt - - - Subversion submit template - Modèle d'envoi de Subversion - - - Qt Creator task list file - Fichier de liste des tâches de Qt Creator - - - Plain text document - Document de text brut - - - XML document - Document XML - - - Assembler - Assembleur - - - Qt Creator Generic Assembler - Assembleur générique de Qt Creator - - - Differences between files - Différences entre fichiers - - - - QmlParser - - Illegal character - Caractère invalide - - - Unclosed string at end of line - Chaîne de caractère non terminée en fin de ligne - - - Illegal escape squence - Séquence d'échappement invalide - - - Illegal unicode escape sequence - trad illegal ? - Séquence d'échappement unicode invalide - - - Illegal escape sequence - Séquence d'échappement invalide - - - Unclosed comment at end of file - Commentaire non terminée en fin de ligne - - - Illegal syntax for exponential number - Syntaxe pour le nombre exponentiel invalide - - - Identifier cannot start with numeric literal - Trad numeric literal ? - Un identificateur ne peut pas commencer par un nombre - - - Unterminated regular expression literal - Expression régulière non terminée - - - Invalid regular expression flag '%0' - Expression régulière invalide flag "%0" - - - Stray newline in string literal - Retour à la ligne inopiné dans la chaîne littérale - - - Illegal hexadecimal escape sequence - La séquence d'échappement hexadécimale n'est pas correcte - - - Octal escape sequences are not allowed - Les séquences d'échappement octale ne sont pas autorisées - - - Decimal numbers can't start with '0' - Les nombres décimaux ne peuvet pas commencer par "0" - - - At least one hexadecimal digit is required after '0%1' - Au moins un chiffre hexadécimal est requis après "0%1" - - - Unterminated regular expression backslash sequence - Expression régulière non terminée contenant une séquence de backslash - - - Unterminated regular expression class - Classe d'expression régulière non terminée - - - Unexpected token `%1' - Symbole inattendu "%1" - - - Expected token `%1' - Symbole attendu "%1" - - - Unexpected token '%1' - Symbole inattendu "%1" - - - Expected token '%1' - Symbole attendu "%1" - - - Syntax error - Erreur de syntaxe - - - - QtC::QmakeProjectManager - - Id: - Id : - - - EPOC: - EPOC : - - - Tools: - Outils : - - - Qt: - Qt : - - - - trk::BluetoothListener - - %1: Stopping listener %2... - %1 : arrêt de l'observateur %2... - - - %1: Starting Bluetooth listener %2... - %1 : démarrage de l'observateur Bluetooth %2... - - - Unable to run '%1': %2 - Impossible de démarrer "%1" : %2 - - - %1: Bluetooth listener running (%2). - %1 : observateur Bluetooth en cours d'éxecution (%2). - - - %1: Process %2 terminated with exit code %3. - %1 : processus %2 terminé avec le code %3. - - - %1: Process %2 crashed. - %1 : processus %2 planté. - - - %1: Process error %2: %3 - %1 : erreur de processus %2 : %3 - - - - trk::promptStartCommunication - - Connection on %1 canceled. - Connexion sur %1 annulée. - - - Waiting for TRK - Attente de TRK - - - Waiting for TRK to start on %1... - Attente que TRK ai démarré sur %1... ??? [pierre: je plussoie] - Démarrage de TRK sur %1 en attente... - - - Waiting for App TRK - En attente d'App TRK - - - Waiting for App TRK to start on %1... - Démarrage d'App TRK sur %1 en attente... - - - Waiting for Bluetooth Connection - Attente d'une connexion Bluetooth - - - Connecting to %1... - Connexion à %1... - - - - trk::BaseCommunicationStarter - - %1: timed out after %n attempts using an interval of %2ms. - - %1 : interruption après %n tentative en utilisant un intervalle de %2ms. - %1 : interruption après %n tentatives en utilisant un intervalle de %2ms. - - - - %1: Connection attempt %2 succeeded. - %1 : tentative de connexion %2 réussie. - - - %1: Connection attempt %2 failed: %3 (retrying)... - %1 : tenative de connexion %2 echoué : %3 (nouvel essai)... - - - - QtC::Debugger - - Internal name - Nom interne - - - Full name - Nom complet - - - - QtC::ProjectExplorer - - Change build configuration && continue - Changer la configuration de compilation et continuer - - - - trk::Session - - CPU: v%1.%2%3%4 - CPU description of an S60 device %1 major verison, %2 minor version %3 real name of major verison, %4 real name of minor version - CPU : v%1.%2%3%4 - - - App TRK: v%1.%2 TRK protocol: v%3.%4 - App TRK : v%1.%2 protocole TRK : v%3.%4 - - - %1, %2%3%4, %5 - s60description description of an S60 device %1 CPU description, %2 endianness %3 default type size (if any), %4 float size (if any) %5 TRK version - %1, %2%3%4, %5 - - - big endian - gros-boutiste ?? - big endian - - - little endian - little endian - - - , type size: %1 - will be inserted into s60description - , taille du type : %1 - - - , float size: %1 - will be inserted into s60description - , taille d'un flottant : %1 - - - - QtC::Git - - Stashes - Remises - - - Name - Nom - - - Branch - Branche - - - Message - Message - - - Delete all... - Tout supprimer... - - - Show - Afficher - - - Restore... - Restauration... - - - Restore to branch... - Restore a git stash to new branch to be created - Restaurer la branche... - - - <No repository> - <Aucun dépôt> - - - Repository: %1 - Dépôt : %1 - - - Delete stashes - Supprimer les stashes - - - Do you want to delete all stashes? - Voulez-vous supprimer toutes les remises ? - - - Do you want to delete %n stash(es)? - - Voulez-vous effacer %n remise ? - Voulez-vous effacer %n remises ? - - - - Repository modified - Dépôt modifié - - - Delete All... - Tout supprimer... - - - Restore to Branch... - Restore a git stash to new branch to be created - Restaurer la branche... - - - Delete &All... - &Tout supprimer... - - - &Delete... - &Supprimer... - - - R&estore... - R&estaurer... - - - Restore to &Branch... - Restore a git stash to new branch to be created - Restaurer dans la &branche... - - - Delete Stashes - Supprimer les remises - - - Repository Modified - Dépôt modifié - - - %1 cannot be restored since the repository is modified. -You can choose between stashing the changes or discarding them. - %1 ne peut pas être restauré depuis que le dépôt a été modifié. -Vous pouvez choisir entre mettre les changements dans une remise ou de les abandonner. - - - Restore Stash to Branch - Restaurer la remise dans la branche - - - Stash Restore - Restauration de la remise - - - Would you like to restore %1? - Souhaitez-vous restaurer "%1" ? - - - Error restoring %1 - Erreur lors de la restauration de %1 - - - - QtC::Mercurial - - General Information - Informations générales - - - Repository: - Dépôt : - - - repository - dépôt - - - Branch: - Branche : - - - branch - branche - - - Commit Information - Informations de commit - - - Author: - Auteur : - - - Email: - Email : - - - Form - Formulaire - - - Configuration - Configuration - - - Command: - Commande : - - - User - Utilisateur - - - Username to use by default on commit. - Nom d'utilisateur à utiliser par défaut lors des commits. - - - Default username: - Nom d'utilisateur par défaut : - - - Email to use by default on commit. - Email à utiliser par défaut lors des commit. - - - Default email: - Email par défaut : - - - Miscellaneous - Divers - - - Log count: - Nombre de log : - - - The number of recent commit logs to show, choose 0 to see all enteries - Le nombre de logs de commit récents à afficher, mettez 0 pour tout afficher - - - Timeout: - Timeout : - - - s - s - - - Prompt on submit - Invite lors du submit - - - The number of recent commit logs to show, choose 0 to see all entries. - Le nombre de logs de commit récents à afficher, 0 pour tout afficher. - - - Revert - Rétablir - - - Specify a revision other than the default? - Spécifier une revision différente de celle par défaut ? - - - Revision: - Révision : - - - Dialog - Boîte de dialogue - - - Default Location - Emplacement par défaut - - - Local filesystem: - Système local de fichier : - - - e.g. https://[user[:pass]@]host[:port]/[path] - p. ex. https://[user[:pass]@]host[:port]/[path] - - - Specify Url: - Spécifier l'URL : - - - Specify URL: - Spécifier l'URL : - - - Prompt for credentials - Invite des certifications - - - - QtC::ProjectExplorer - - Add target - Ajouter une cible - - - Target: - Cible : - - - DoubleTabWidget - DoubleTabWidget - - - TargetSettingsWidget - TargetSettingsWidget - - - Add Kit - Ajouter un kit - - - Manage Kits... - Gérer les kits... - - - - BehaviorDialog - - Dialog - Boîte de dialogue - - - Type: - Type : - - - Id: - Id : - - - Property Name: - Nom de la propriété : - - - Animation - Animation - - - SpringFollow - SpringFollow - - - Settings - Paramètres - - - Duration: - Durée : - - - Curve: - Courbe : - - - easeNone - easeNone - - - Source: - Source : - - - Velocity: - Vitesse : - - - Spring: - Élasticité : - - - Damping: - Amortissement : - - - ID: - Id : - - - Property name: - Nom de la propriété : - - - - GradientDialog - - Edit Gradient - Éditer le dégradé - - - - GradientEditor - - Form - Formulaire - - - Gradient Editor - Éditeur de dégradé - - - This area shows a preview of the gradient being edited. It also allows you to edit parameters specific to the gradient's type such as start and final point, radius etc. by drag & drop. - Cette zone affiche un aperçu du dégradé en cours d'édition. Il vous permet également de modifier les paramètres spécifique au type de dégradé tels que le point de départ et le point final, le rayon, etc., par glisser-déposer. - - - 1 - 1 - - - 2 - 2 - - - 3 - 3 - - - 4 - 4 - - - 5 - 5 - - - Gradient Stops Editor - Éditeur de point d'arrêt du dégradé - - - This area allows you to edit gradient stops. Double click on the existing stop handle to duplicate it. Double click outside of the existing stop handles to create a new stop. Drag & drop the handle to reposition it. Use right mouse button to popup context menu with extra actions. - Cette zone vous permet de modifier les points d'arrêt du dégradé. Double-cliquez sur la poignée d'un point d'arrêt existant pour la dupliquer. Double-cliquez à l'extérieur des poignées des points d'arrêt existant pour créer un nouveau point d'arrêt. Glisser-déposer une poignée pour la repositionner. Utilisez le bouton droit de la souris pour faire apparaître le menu contextuel avec des actions supplémentaires. - - - Zoom - Zoom - - - Reset Zoom - Réinitialiser le zoom - - - Position - Position - - - Hue - Teinte - - - H - T - - - Saturation - Saturation - - - S - S - - - Sat - Sat - - - Value - Valeur - - - V - V - - - Val - Val - - - Alpha - Alpha - - - A - A - - - Type - Type - - - Spread - Séquence - - - Color - Couleur - - - Current stop's color - Couleur du point d'arrêt courant - - - Show HSV specification - Afficher les spécifications TSV - - - HSV - TSV - - - Show RGB specification - Afficher les spécifications RVB - - - RGB - RVB - - - Current stop's position - Position du point d'arrêt courant - - - % - % - - - Zoom In - Zoom avant - - - Zoom Out - Zoom arrière - - - Toggle details extension - Activer/désactiver les détails des extensions - - - > - > - - - Linear Type - Type linéaire - - - ... - ... - - - Radial Type - Type radial - - - Conical Type - Type conique - - - Pad Spread - Séquence par remplissage - - - Repeat Spread - Séquence répétée - - - Reflect Spread - Séquence en reflet - - - Start X - X initial - - - Start Y - Y initial - - - Final X - X final - - - Final Y - Y final - - - Central X - X central - - - Central Y - Y central - - - Focal X - Focale X - - - Focal Y - Focale Y - - - Radius - Rayon - - - Angle - Angle - - - Linear - Linéaire - - - Radial - Radial - - - Conical - Conique - - - Pad - Remplissage - - - Repeat - Répétition - - - Reflect - Reflet - - - - QtGradientDialog - - Edit Gradient - Éditer le dégradé - - - - QtGradientEditor - - Form - Formulaire - - - Gradient Editor - Éditeur de dégradé - - - This area shows a preview of the gradient being edited. It also allows you to edit parameters specific to the gradient's type such as start and final point, radius etc. by drag & drop. - Cette zone affiche un aperçu du dégradé en cours d'édition. Il vous permet également de modifier les paramètres spécifique au type de dégradé tels que le point de départ et le point final, le rayon, etc., par glisser-déposer. - - - 1 - 1 - - - 2 - 2 - - - 3 - 3 - - - 4 - 4 - - - 5 - 5 - - - Gradient Stops Editor - Éditeur de point d'arrêt du dégradé - - - This area allows you to edit gradient stops. Double click on the existing stop handle to duplicate it. Double click outside of the existing stop handles to create a new stop. Drag & drop the handle to reposition it. Use right mouse button to popup context menu with extra actions. - Cette zone vous permet de modifier les points d'arrêt du dégradé. Double-cliquez sur la poignée d'un point d'arrêt existant pour la dupliquer. Double-cliquez à l'extérieur des poignées des points d'arrêt existant pour créer un nouveau point d'arrêt. Glisser-déposer une poignée pour la repositionner. Utilisez le bouton droit de la souris pour faire apparaître le menu contextuel avec des actions supplémentaires. - - - Zoom - Zoom - - - Reset Zoom - Réinitialiser le zoom - - - Position - Position - - - Hue - Teinte - - - H - T - - - Saturation - Saturation - - - S - S - - - Sat - Sat - - - Value - Valeur - - - V - V - - - Val - Val - - - Alpha - Alpha - - - A - A - - - Type - Type - - - Spread - Séquence - - - Color - Couleur - - - Current stop's color - Couleur du point d'arrêt courant - - - Show HSV specification - Afficher les spécifications RVB - - - HSV - TSV - - - Show RGB specification - Afficher les spécifications TSV - - - RGB - RVB - - - Current stop's position - Position du point d'arrêt courant - - - % - % - - - Zoom In - Zoom avant - - - Zoom Out - Zoom arrière - - - Toggle details extension - Activer/désaciver les détails de l'extension - - - > - > - - - Linear Type - Type linéaire - - - ... - ... - - - Radial Type - Type radial - - - Conical Type - Type conique - - - Pad Spread - Séquence par remplissage - - - Repeat Spread - Séquence répétée - - - Reflect Spread - Séquence en reflet - - - Start X - X initial - - - Start Y - Y initial - - - Final X - X final - - - Final Y - Y final - - - Central X - X central - - - Central Y - Y central - - - Focal X - Focale X - - - Focal Y - Focale Y - - - Radius - Rayon - - - Angle - Angle - - - Linear - Linéaire - - - Radial - Radial - - - Conical - Conique - - - Pad - Remplissage - - - Repeat - Répéter - - - Reflect - Reflet - - - - QtGradientView - - Gradient View - Visualisation du dégradé - - - New... - Nouveau... - - - Edit... - Modifier... - - - Rename - Renommer - - - Remove - Supprimer - - - Grad - Grad - - - Remove Gradient - Supprimer le dégradé - - - Are you sure you want to remove the selected gradient? - Êtes-vous sur de vouloir supprimer le dégradé sélectionné ? - - - - QtGradientViewDialog - - Select Gradient - Choisir le dégradé - - - - QmlDesigner::Internal::SettingsPage - - Form - Formulaire - - - Snapping - pour être cohérents avec designer - Aimantation - - - Item spacing - Espacement entre les éléments - - - Snap margin - idem - Distance d'aimantation - - - Qt Quick Designer - Designer Qt Quick - - - Snap margin: - Distance d'aimantation : - - - Item spacing: - Espacement entre les éléments : - - - Canvas - Canevas - - - Width - Largeur - - - Height - Hauteur - - - Debugging - Débogage - - - Warn about QML features which are not properly supported by the Qt Quick Designer - Avertir à propos des fonctionnalités QML qui ne sont pas supportées complètement par Qt Quick Designer - - - Show the debugging view - Afficher la vue de débogage - - - Also warn in the code editor about QML features which are not properly supported by the Qt Quick Designer - Avertir aussi dans l'éditeur de code à propos des fonctionnalités QML qui ne sont pas supportées complètement par Qt Quick Designer - - - Enable the debugging view - Activer la vue de débogage - - - Warnings - Avertissements - - - Warn about unsupported features in the Qt Quick Designer - Avertir à propos des fonctionnalités non supportées dans Qt Quick Designer - - - Warn about unsupported features of Qt Quick Designer in the code editor - Avertir à propos des fonctionnalités non supportées de Qt Quick Designer dans l'éditeur de code - - - Parent item padding: - Décalage de l'élement parent : - - - Sibling item spacing: - Espacement avec les éléments frères : - - - - StartExternalQmlDialog - - Start Simultaneous QML and C++ Debugging - Démarrer simultanément le déboguage du QML et du C++ - - - Debugging address: - Addresse du débogeur : - - - Debugging port: - Port du débogueur : - - - 127.0.0.1 - 127.0.0.1 - - - Project: - Projet : - - - <No project> - <Aucun projet> - - - Viewer path: - Chemin du visualisateur : - - - Viewer arguments: - Arguments du visualisateur : - - - To switch languages while debugging, go to Debug->Language menu. - Pour changer de langage pendant le débogage, allez dans le menu Déboguage->Langage. - - - - MaemoConfigTestDialog - - Device Configuration Test - Test de la configuration du périphérique - - - - MaemoPackageCreationWidget - - Package contents: - Contenu du paquet : - - - Add File to Package - Ajouter un fichier au paquet - - - Remove File from Package - Supprimer un fichier du paquet - - - Check this if you want the files below to be deployed directly. - Cochez ceci si vous voulez que les fichiers ci-dessous soient déployés directement. - - - Skip packaging step - Sauter l'étape de packaging - - - Version number: - Numéro de version : - - - Major: - Majeur : - - - Minor: - Mineur : - - - Patch: - Patch : - - - Files to deploy: - Fichiers à déployer : - - - <b>Version number:</b> - <b>Numéro de version :</b> - - - <b>Adapt Debian file:</b> - <b>Adapter le fichier Debian :</b> - - - Edit - Éditer - - - <b>Package Manager icon:</b> - <b>Icône du gestionaire de paquet :</b> - - - Package name: - Nom du paquet : - - - Package version: - Version du paquet : - - - Short package description: - Description couret du paquet : - - - Name to be displayed in Package Manager: - Nom à afficher dans le gestionnaire de paquets : - - - Icon to be displayed in Package Manager: - Icône à afficher dans le gestionnaire de paquets : - - - Size is 48x48 pixels - La taille est de 48x48 pixels - - - Adapt Debian file: - Adapter le fichier Debian : - - - Edit spec file - Éditer le fichier de spécifications - - - Edit... - Modifier... - - - - QtC::QmakeProjectManager - - Not signed - Non signé - - - Create Smart Installer package - Créer un paquet Smart Installer - - - Resets saved passphrases for all used keys - Réinitialise les mots de passe pour toutes les clés utilisées - - - Reset Passphrases - Réinitialiser les mots de passe - - - Choose certificate file - Choisir le fichier de certificat - - - Certificate's details - Détails du certificat - - - Setup targets for your project - Installer les cibles pour votre projet - - - Qt Creator can set up the following targets: - Qt Creator peut mettre en place les cibles suivantes : - - - Qt Version - Version de Qt - - - Status - Status - - - Build Directory - Répertoire de compilation - - - Import Existing Shadow Build... - Importer un shadow build existant... - - - Import - Is this an import of an existing build or a new one? - Importer - - - New - Is this an import of an existing build or a new one? - Nouveau - - - Qt Creator can set up the following targets for project <b>%1</b>: - %1: Project name - Qt Creator peut mettre en place les cibles suivantes pour le projet <b>%1</b> : - - - Qt Creator can set up the following targets for<br>project <b>%1</b>: - %1: Project name - Qt Creator peut mettre en place les cibles suivantes pour le projet <b>%1</b> : - - - Choose a directory to scan for additional shadow builds - Choisir un répertoire pour rechercher des shadow builds supplémentaires - - - No builds found - Aucun shadow build trouvé - - - No builds for project file "%1" were found in the folder "%2". - %1: pro-file, %2: directory that was checked. - Aucun shadow build pour le fichier de projet "%1" n'a été trouvé dans le répertoire "%2". - - - Check All - Cocher tout - - - Check all Qt versions - myzu : check => cocher ou vérifier ? - john : vu qu'il y a uncheck je pense plutôt à cocher. - Cocher toutes les versions de Qt - - - Check only this version - Ne cocher que cette version - - - Check all versions - Cocher toutes les versions - - - Uncheck all versions - Décocher toutes les versions - - - debug and release - We are going to build debug and release - debug et release - - - debug - Debug build - debug - - - release - release build - release - - - <br>using %1 (%2) - %1: qmake used (incl. full path), %2: "debug", "release" or "debug and release" - <br>en utilisant %1 (%2) - - - Import - Is this an import of an existing build or a new one? - Importer - - - New - Is this an import of an existing build or a new one? - Nouveau - - - Uncheck all Qt versions - Décocher toutes les versions de Qt - - - Uncheck All - Décocher tout - - - <b>No valid qt versions found.</b><br> Please add a qt version in Tools/Options or via the maintenance tool of the SDK. - <b>Pas de version de Qt valide trouvée.</b><br>Veuillez ajouter une version de Qt dans Outils > Options ou par l'outil de maintenance du SDK. - - - <html><head/><body><p><b>No valid Qt versions found.</b></p><p>Please add a Qt version in <i>Tools/Options</i> or via the maintenance tool of the SDK.</p></body></html> - <html><head/><body><p><b>Pas de version de Qt valide trouvée.</b></p><p>Veuillez ajouter une version de Qt par <i>Outils > Options</i> ou par l'outil de maintenance du SDK.</p></body></html> - - - Set up Targets for Your Project - Définisser des cibles pour votre projet - - - <html><head/><body><p><span style=" font-weight:600;">No valid Qt versions found.</span></p><p>Please add a Qt version in <span style=" font-style:italic;">Tools &gt; Options &gt; Build &amp; Run</span> (<span style=" font-style:italic;">Qt Creator &gt; Preferences &gt; Build &amp; Run</span> on Mac OS) or via the maintenance tool of the SDK.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Aucune versions de Qt valide trouvées.</span></p><p>Veuillez ajouter une version de Qt dans <span style=" font-style:italic;">Outils&gt; Options &gt; Compiler &amp; Exécuter</span> (<span style=" font-style:italic;">Qt Creator &gt; Préferences &gt; Compiler &amp; Exécuter</span> sur Mac OS) ou via l'outil de maintenance du SDK.</p></body></html> - - - Specify basic information about the test class for which you want to generate skeleton source code file. - Définit les informations de base des classes de test pour lesquelles vous souhaitez générer des fichiers squelettes de code source. - - - Class name: - Nom de la classe : - - - Type: - Type : - - - Test - Test - - - Benchmark - Benchmark - - - File: - Fichier : - - - Generate initialization and cleanup code - Génére le code d'initialisation et de nettoyage - - - Test slot: - Slot de test : - - - Requires QApplication - QApplication est nécessaire - - - Use a test data set - Utiliser un ensemble de données de test - - - Test Class Information - Information sur la classe de test - - - - HighlighterSettingsPage - - Form - Formulaire - - - Location: - Emplacement : - - - Reset to default - Restaurer les paramètres par défaut - - - R - R + Backspace indentation: + Indentation pour retour arrière : <html><head/><body> -<p>Highlight definitions are provided by the <a href="http://kate-editor.org/">Kate Text Editor</a>.</p></body></html> - highlight ? John : Coloration syntaxique - <html><head/><body> -<p>Les définitions de coloration syntaxique sont fournies par l'éditeur de texte <a href="http://kate-editor.org/">Kate</a>.</p></body></html> +Specifies how backspace interacts with indentation. + +<ul> +<li>None: No interaction at all. Regular plain backspace behavior. +</li> + +<li>Follows Previous Indents: In leading white space it will take the cursor back to the nearest indentation level used in previous lines. +</li> + +<li>Unindents: If the character behind the cursor is a space it behaves as a backtab. +</li> +</ul></body></html> + + <html><head/><body> +Spécifie comment retour arrière se comporte avec l’indentation. + +<ul> +<li>Aucune : aucune interaction. Comportement habituel de la touche retour arrière. +</li> + +<li>Suit l’indentation qui précède : dans des espaces de début de ligne, ramène le curseur au niveau d’indentation le plus proche utilisé dans les lignes précédentes. +</li> + +<li>Désindente : si le caractère après le curseur est une espace, se comporte comme une tabulation arrière. +</li> +</ul></body></html> + - - Syntax Highlight Definition Files - Fichiers de définition de colorationsyntaxique - - - Use fallback location - fallback ? => "de repli" ? "à défaut" ? [pnr] - Utiliser un emplacement de repli - - - Behavior - Comportement - - - Alert when a highlight definition is not found - Prévenir si une définition de coloration syntaxique n'est pas trouvée - - - Ignored file patterns: - Motifs de fichier ignorés : - - - - QtC::VcsBase - - The directory %1 could not be deleted. - Le répertoire %1 ne peut pas être supprimer. - - - The file %1 could not be deleted. - Le fichier %1 ne peut pas être supprimer. - - - There were errors when cleaning the repository %1: - Il y a eu des erreurs lors du nettoyage du dépôt %1 : - - - Delete... - Supprimer… - - - Repository: %1 - Dépôt : %1 - - - %n bytes, last modified %1 - - %n octet, dernière modification le %1 - %n octets, dernière modification le %1 - - - - %1 bytes, last modified %2 - %1 octets, dernière modification le %2 - - - Delete - Supprimer - - - Do you want to delete %n files? - - Voulez-vous supprimer %n fichier ? - Voulez-vous supprimer %n fichiers ? - - - - Cleaning %1 - Nettoyage de %1 - - - Submit message check script: - Script de vérification du message : - - - User/alias configuration file: - Fichier de configuration des alias utilisateur : - - - User fields configuration file: - Fichier de configuration des champs utilisateurs : - - - SSH prompt command: - Invite de commande SSH : - - - - BorderImageSpecifics - - Image - Image - - - Source - Source - - - Source Size - Taille de la source - - - Border Image - Image avec bordure - - - Border Left - Bordure à gauche - - - Border Right - Bordure à droite - - - Border Top - Bordure en haut - - - Border Bottom - Bordure en bas - - - Horizontal Fill mode - Mode de remplissage horizontal - - - Vertical Fill mode - Mode de remplissage vertical - - - Source size - Taille de la source - - - BorderImage - Bordure d'image - - - Left - Gauche - - - Right - Droite - - - Top - Haut - - - Bottom - Bas - - - - emptyPane - - none or multiple items selected - Aucun ou plusieurs éléments sélectionnés - - - None or multiple items selected. - Aucun ou plusieurs éléments sélectionnés. - - - - ExpressionEditor - - Expression - Expression - - - - Extended - - Effect - Effet - - - Blur Radius: - Rayon du flou : - - - Pixel Size: - Taille de pixel : - - - x Offset: - Décalage x : - - - y Offset: - Décalage y : - - - - ExtendedFunctionButton - - Reset - Réinitialiser - - - Set Expression - Définir l'expression - - - - FontGroupBox - - Font - Police - - - Size - Taille - - - Font style - Style de police - - - Font Style - Style de police - - - Style - Style - - - - Geometry - - Geometry - Géométrie - - - Position - Position - - - Size - Taille - - - Width - Largeur - - - Height - Hauteur - - - Lock aspect ratio - Vérouille le ratio de l'aspect - - - - ImageSpecifics - - Image - Image - - - Source - Source - - - Fill mode - Mode de remplissage - - - Source size - Taille de la source - - - Painted size - Taille de la zone de dessin - - - Fill Mode - Mode de remplissage - - - Aliasing - Aliasing - - - Smooth - Lissage - - - Source Size - Taille de la source - - - Painted Size - Taille de la zone de dessin - - - - Layout - - Layout - Layout - - - Anchors - Ancres - - - Set anchors - Définir les ancres - - - Setting anchors in states is not supported. - Définir les ancres dans des états non supportés. - - - Target - Cible - - - Margin - Marge - - - - Modifiers - - Manipulation - Manipulation - - - Rotation - Rotation - - - z - z - - - - RectangleColorGroupBox - - Colors - Couleurs - - - Stops - Points d'arrêt - - - Gradient stops - Points d'arrêt du dégradé - - - Gradient Stops - Points d'arrêt du dégradé - - - Rectangle - Rectangle - - - Border - Bordure - - - - RectangleSpecifics - - Rectangle - Rectangle - - - Border width - Largeur de la bordure - - - Border has to be solid to change width - La bordure doit être solide pour en changer la largeur - - - Border - Bordure - - - Radius - Rayon - - - Color - Couleur - - - Border Color - Couleur de la bordure - - - - StandardTextColorGroupBox - - Color - Couleur - - - Text - Texte - - - Style - Style - - - Selection - Sélection - - - Selected - Sélectionné - - - - StandardTextGroupBox - - Text - Texte - - - Wrap mode - Mode de limitation - - - Wrap Mode - Mode de limitation - - - Alignment - Alignement - - - - - - - Aliasing - Aliasing - - - Smooth - Lissage - - - - Switches - - special properties - Propriétés spéciales - - - layout and geometry - Disposition et géométrie - - - Geometry - Géométrie - - - layout - layout - - - Special properties - Propriétés spéciales - - - Layout - Layout - - - Advanced properties - Propriétés avancées - - - advanced properties - Propriétés avancées - - - Advanced - Avancé - - - - TextEditSpecifics - - Text Edit - Modifier le texte - - - Format - Format - - - Text Color - Couleur du texte - - - Selection Color - Couleur de la sélection - - - Text Input - Texte en entrée - - - - TextInputGroupBox - - Text Input - Texte en entrée - - - Input mask - Masque d'entrée - - - Echo mode - Mode d'affichage - - - Pass. char - Carac. masqué - - - Character displayed when users enter passwords. - Caractère affiché quand l'utilisateur entre des mots de passe. - - - Read only - Lecture seule - - - Cursor visible - Curseur visible - - - Active focus on press - Activer le focus à l'appui - - - Auto scroll - Défilement automatique - - - Input Mask - Masque d'entrée - - - Echo Mode - Mode d'affichage - - - Pass. Char - Carac. masqué - - - Password Character - Caractère masqué - - - Flags - TODO: ou laisser flags? homogénéiser -francis : ouai assez d'accord. - Flags - - - Read Only - Lecture seule - - - Cursor Visible - Curseur visible - - - Focus On Press - Focus à l'appui - - - Auto Scroll - Défilement auto - - - - Transformation - - Transformation - Transformation - - - Origin - Origine - - - Top Left - Haut Gauche - - - Top - Haut - - - Top Right - Haut Droite - - - Top left - Haut gauche - - - Top right - Haut droite - - - Left - Gauche - - - Center - Centre - - - Right - Droite - - - Bottom left - Bas gauche - - - Bottom right - Bas droite - - - Bottom Left - Bas Gauche - - - Bottom - Bas - - - Bottom Right - Bas Droite - - - Scale - Échelle - - - Rotation - Rotation - - - - Type - - Type - Type - - - Id - Id - - - - Visibility - - Visibility - Visibilité - - - Is visible - Est visible - - - Visible - Visible - - - isVisible - ?? - Est visible - - - Smooth - Lissage - - - Clip - Retailler - - - Opacity - Opacité - - - - WebViewSpecifics - - WebView - WebView - - - Url - Url - - - Title - Titre - - - URL - URL - - - Pref Width - Largeur préférée - - - Preferred Width - Largeur préférée - - - Pref Height - Hauteur préférée - - - Preferred Height - Hauteur préférée - - - Scale - Je suis pas d'accord, je dirais redimensionnement (original : échelle) - Redimensionnement - - - Contents Scale - Je dirais redimensionnement au contenu (dans le sens s'adapter au contenu) - Redimensionnement au contenu - - - Page Height - Hauteur de la page - - - - QtC::ExtensionSystem None Aucune - All - Tout + Follows Previous Indents + Suit l’indentation qui précède - Load on Startup - Charger au démarrage + Unindents + Désindente - Utilities - Utilitaires + Prefer single line comments + Préférer les commentaires d’une seule ligne + + + Skip clean whitespace for file types: + Ne pas tenir compte des espaces blancs pour les types de fichier: + + + For the file patterns listed, do not trim trailing whitespace. + Pour les motifs de fichiers énumérés, ne pas enlever les espaces blancs au début et à la fin. + + + List of wildcard-aware file patterns, separated by commas or semicolons. + Liste de motifs de fichiers avec des caractères joker, séparés par des virgules ou des points-virgules. + + + Always writes a newline character at the end of the file. + Écrit toujours un caractère de retour à la ligne à la fin du fichier. + + + Corrects leading whitespace according to tab settings. + Corrige les espaces blancs en fonction des paramètres de tabulation. + + + Cleans whitespace in entire document instead of only for changed parts. + Nettoie les espaces blancs dans l’ensemble du document et non pas uniquement dans les parties modifiées. + + + <html><head/><body> +<p>How text editors should deal with UTF-8 Byte Order Marks. The options are:</p> +<ul ><li><i>Add If Encoding Is UTF-8:</i> always add a BOM when saving a file in UTF-8 encoding. Note that this will not work if the encoding is <i>System</i>, as the text editor does not know what it actually is.</li> +<li><i>Keep If Already Present: </i>save the file with a BOM if it already had one when it was loaded.</li> +<li><i>Always Delete:</i> never write an UTF-8 BOM, possibly deleting a pre-existing one.</li></ul> +<p>Note that UTF-8 BOMs are uncommon and treated incorrectly by some editors, so it usually makes little sense to add any.</p> +<p>This setting does <b>not</b> influence the use of UTF-16 and UTF-32 BOMs.</p></body></html> + <html><head/><body> +<p>Comment les éditeurs de texte doivent traiter les indicateurs d’ordre des octets (BOM) UTF-8. Les options sont :</p> +<ul ><li><i>Ajouter si l’encodage est UTF-8 :</i> toujours ajouter un BOM lors de l’enregistrement d’un fichier en encodage UTF-8. Notez que cela ne fonctionnera pas si l’encodage est <i>Système</i>, car l’éditeur de texte ne sait pas ce qu’il est réellement.</li> +<li><i>Conserver si déjà présent : </i> enregistrer le fichier avec un BOM s’il en avait déjà un lorsqu’il a été chargé.</li> +<li><i>Toujours supprimer :</i> ne jamais écrire de BOM UTF-8, en supprimant éventuellement le BOM préexistant.</li></ul> +Notez que les BOM UTF-8 sont peu courants et traités de manière incorrecte par certains éditeurs, de sorte qu’il n’est généralement pas utile d’en ajouter.</p> +<p>Ce paramètre n’influence <b>pas</b> l’utilisation des BOMs UTF-16 et UTF-32.</p></body></html> + + + Hide mouse cursor while typing + Cacher le curseur de la souris pendant la frappe + + + Enable smart selection changing + Activer le changement de sélection intelligent + + + Using Select Block Up / Down actions will now provide smarter selections. + L’utilisation des actions Sélectionner le bloc au-dessus / en dessous permet désormais d’effectuer des sélections plus intelligentes. + + + Pressing Alt displays context-sensitive help or type information as tooltips. + Appuyer sur Alt permet d’afficher une aide contextuelle ou l’information du type sous forme d’infobulles. + + + Tab key performs auto-indent: + La touche tabulation active l’indentation automatique : + + + Displays context-sensitive help or type information on mouseover. + Affiche l’aide contextuelle ou l’information du type lors d’un survol de souris. + + + Displays context-sensitive help or type information on Shift+Mouseover. + Affiche l’aide contextuelle ou l’information du type lors d’un survol de souris + Maj. + + + Never + Jamais + + + Always + Toujours + + + In Leading White Space + Dans des espaces en début de ligne + + + Cleanup actions which are automatically performed right before the file is saved to disk. + Actions de nettoyage qui sont effectuées automatiquement avant d’enregistrer le fichier sur le disque. + + + Cleanups Upon Saving + Nettoyage à l’enregistrement + + + Removes trailing whitespace upon saving. + Supprime les caractères d’espacement à la fin des lignes lors de l’enregistrement. + + + &Clean whitespace + &Nettoyer les espaces + + + In entire &document + Dans tout le &document + + + Clean indentation + Nettoyer l’indentation + + + &Ensure newline at end of file + &Forcer un retour de ligne à la fin du fichier + + + File Encodings + Encodages des fichiers + + + Default encoding: + Encodage par défaut : + + + Add If Encoding Is UTF-8 + Ajouter si l’encodage est UTF-8 + + + Keep If Already Present + Conserver si déjà présent + + + Always Delete + Toujours supprimer + + + UTF-8 BOM: + UTF-8 BOM : + + + Mouse and Keyboard + Souris et clavier + + + Enable &mouse navigation + Activer la navigation à la &souris + + + Enable scroll &wheel zooming + Activer le zoom via la &molette + + + Enable built-in camel case &navigation + Activer la &navigation en Camel Case intégrée + + + On Mouseover + Au passage de la souris + + + On Shift+Mouseover + Au passage de la souris + Maj + + + Show help tooltips using keyboard shortcut (Alt) + Afficher les info-bulles d’aide en utilisant les raccourcis clavier (Alt) + + + Default line endings: + Fin de ligne par défaut : + + + Show help tooltips using the mouse: + Afficher les info-bulles d’aide en utilisant la souris : + + + Current settings: + Paramètres actuels : + + + Remove + Supprimer + + + Export... + Exporter… + + + Import... + Importer… + + + Display line &numbers + Afficher les &numéros de ligne + + + Highlight current &line + Surligner la &ligne actuelle + + + Display &folding markers + Afficher les marqueurs de &pliage + + + Highlight &blocks + Surligner les &blocs + + + Mark &text changes + Marquer les modifications de &texte + + + &Visualize whitespace + &Visualiser les espaces + + + &Animate matching parentheses + &Animer les parenthèses correspondantes + + + <i>Set <a href="font zoom">font line spacing</a> to 100% to enable text wrapping option.</i> + <i>Définir l’<a href="font zoom">espacement des lignes de la police</a> à 100 % pour activer l’option de retour à la ligne du texte.</i> + + + Tint whole margin area + Teinter toute la marge + + + Use context-specific margin + Utiliser une marge spécifique au contexte + + + If available, use a different margin. For example, the ColumnLimit from the ClangFormat plugin. + Si possible, utilisez une marge différente. Par exemple, la marge ColumnLimit du greffon ClangFormat. + + + Highlight search results on the scrollbar + Surligner les résultats de recherche sur la barre de défilement + + + Animate navigation within file + Animer la navigation dans le fichier + + + Auto-fold first &comment + reformulation à l'infinitif +francis : en effet, une erreur de ma part --> validé. + Replier automatiquement le premier &commentaire + + + Center &cursor on scroll + Centrer le &curseur sur la barre de défilement + + + Shows tabs and spaces. + Affiche les tabulations et les espaces. + + + Next to editor content + À côté du contenu de l’éditeur + + + Next to right margin + À côté de la marge de droite + + + Aligned at right side + Aligné à droite + + + Between lines + Entre les lignes + + + Line annotations + Annotations de ligne + + + Margin + Marge + + + Wrapping + Découpage du texte + + + Enable text &wrapping + Activer le &retour à la ligne automatique + + + Display right &margin at column: + Afficher une &marge à la colonne : + + + Visualize indent + Visualiser l’indentation + + + Display file line ending + Afficher la fin de ligne du fichier + + + &Highlight matching parentheses + &Surligner les parenthèses correspondantes + + + Always open links in another split + Toujours ouvrir les liens dans une nouvelle vue + + + Display file encoding + Afficher l’encodage du fichier + + + Syntax Highlight Definition Files + Fichiers de définition de coloration syntaxique + + + Ignored file patterns: + Motifs de fichier ignorés : + + + Add + Ajouter + + + Revert Built-in + Rétablir l’intégration + + + Not a valid trigger. A valid trigger can only contain letters, numbers, or underscores, where the first character is limited to letter or underscore. + Il ne s’agit pas d’un déclencheur valide. Un déclencheur valide ne peut contenir que des lettres, des chiffres ou des tirets bas (_), le premier caractère étant limité à une lettre ou à un tiret bas. + + + Restore Removed Built-ins + Rétablir les intégrations distantes + + + Reset All + Tout réinitialiser + + + Tabs And Indentation + Tabulation et indentation + + + Tab policy: + Politique de tabulation : + + + Spaces Only + Espaces seulement + + + Tabs Only + Tabulation seulement + + + Mixed + Mixte + + + Ta&b size: + Taille de &tabulation : + + + &Indent size: + Taille de l’&indentation : + + + Align continuation lines: + Aligner les lignes de continuation : + + + <html><head/><body> +Influences the indentation of continuation lines. + +<ul> +<li>Not At All: Do not align at all. Lines will only be indented to the current logical indentation depth. +<pre> +(tab)int i = foo(a, b +(tab)c, d); +</pre> +</li> + +<li>With Spaces: Always use spaces for alignment, regardless of the other indentation settings. +<pre> +(tab)int i = foo(a, b +(tab) c, d); +</pre> +</li> + +<li>With Regular Indent: Use tabs and/or spaces for alignment, as configured above. +<pre> +(tab)int i = foo(a, b +(tab)(tab)(tab) c, d); +</pre> +</li> +</ul></body></html> + <html><head/><body> +Influence l’indentation des lignes de continuation. +<ul> +<li>Pas du tout : ne pas aligner. Les lignes ne seront indentées que jusqu’à la profondeur d’indentation logique. +<pre> +(tab)int i = foo(a, b +(tab)c, d); +</pre> +</li> +<li>Avec espaces : toujours utiliser des espaces pour l’alignement, sans tenir compte des autres paramètres d’indentation. +<pre> +(tab)int i = foo(a, b +(tab) c, d); +</pre> +</li> +<li>Avec indentation régulière : utiliser des tabulations et/ou des espaces pour l’alignement, en fonction de la configuration. +<pre> +(tab)int i = foo(a, b +(tab)(tab)(tab) c, d); +</pre> +</li> +</ul></body></html> + + + Not At All + Pas du tout + + + With Spaces + Avec les espaces + + + With Regular Indent + Avec l’indentation régulière + + + The text editor indentation setting is used for non-code files only. See the C++ and Qt Quick coding style settings to configure indentation for code files. + Le paramètre d’indentation de l’éditeur de texte n’est utilisé que pour les fichiers autre que de code. Voir les paramètres du style de codage C++ et Qt Quick pour configurer l’indentation pour les fichiers de code. + + + <i>Code indentation is configured in <a href="C++">C++</a> and <a href="QtQuick">Qt Quick</a> settings.</i> + <i>L’indentation du code est configurée dans les paramètres <a href="C++">C++</a> et <a href="QtQuick">Qt Quick</a>.</i> + + + Open Documents + Documents ouverts + + + Open documents: + Documents ouverts : + + + Open Documents +%1 + Documents ouverts +%1 + + + Refactoring cannot be applied. + La refactorisation ne peut être appliquée. + + + derived from QObject + group:'C++' trigger:'class' + dérivé de QObject + + + derived from QWidget + group:'C++' trigger:'class' + dérivé de QWidget + + + template + group:'C++' trigger:'class' + modèle + + + with if + group:'C++' trigger:'else' + avec « if » + + + range-based + group:'C++' trigger:'for' + basé sur la plage + + + and else + group:'C++' trigger:'if' + et « else » + + + with closing brace comment + group:'C++' trigger:'namespace' + avec le commentaire de clôture de l’accolade + + + and catch + group:'C++' trigger:'try' + et « catch » + + + namespace + group:'C++' trigger:'using' + espace de nom + + + template + group:'C++' trigger:'struct' + template + + + (type name READ name WRITE setName NOTIFY nameChanged) + group:'C++' trigger:'Q_PROPERTY' + (saisir nom READ nom WRITE setNom NOTIFY nomChanged) + + + with targets + group:'QML' trigger:'NumberAnimation' + avec les cibles + + + with target + group:'QML' trigger:'NumberAnimation' + avec la cible + + + with targets + group:'QML' trigger:'PropertyAction' + avec les cibles + + + with target + group:'QML' trigger:'PropertyAction' + avec la cible + + + example + group:'Text' trigger:'global' + exemple + + + Copy to Clipboard + Copier dans le presse-papiers + + + Copy SHA1 to Clipboard + Copier le SHA1 dans le presse-papiers + + + Show Commit %1 + Afficher le commit %1 + + + Sort Alphabetically + Trier par ordre alphabétique + + + Unix (LF) + Unix (LF) + + + Windows (CRLF) + Windows (CRLF) + + + Unused variable + Variable inutilisée + + + Cannot create temporary file "%1": %2. + Impossible de créer le fichier temporaire « %1 » : %2. + + + TextEditor + Failed to format: %1. + Éditeur de texte + + + Cannot read file "%1": %2. + Impossible de lire le fichier « %1 » : %2. + + + Cannot call %1 or some other error occurred. Timeout reached while formatting file %2. + Impossible d’appeler %1 ou une autre erreur s’est produite. Le délai d’attente a été atteint lors du formatage du fichier %2. + + + TextEditor + Error in text formatting: %1 + Éditeur de texte + + + Could not format file %1. + Impossible de mettre en forme le fichier %1. + + + File %1 was closed. + Le fichier %1 a été fermé. + + + File was modified. + Le fichier a été modifié. + + + Highlighter updates: done + Mises à jour de la coloration syntaxique : fait + + + Highlighter updates: + Mises à jour de la coloration syntaxique : + + + Highlighter updates: starting + Mises à jour de la coloration syntaxique : lancement + + + Expected delimiter after mangler ID. + Délimiteur attendu après l’identifiant du gestionnaire. + + + Expected mangler ID "l" (lowercase), "u" (uppercase), or "c" (titlecase) after colon. + Identifiant du gestionnaire attendu « l » (minuscule), « u » (majuscule), ou « c » (majuscule de titre) après deux points. + + + Missing closing variable delimiter for: + Délimiteur de variable fermant manquant pour : + + + Diff Against Current File + Diff par rapport au fichier actuel + + + Opening File + Ouverture du fichier + + + Show inline annotations for %1 + Afficher les annotations dans le texte pour %1 + + + Temporarily hide inline annotations for %1 + Masquer temporairement les annotations dans le texte pour %1 + + + Show Diagnostic Settings + Afficher les paramètres de diagnostic - QtC::QmlJS + QtC::Todo - unknown value for enum - Valeur inconnue pour l'énumération + Keywords + Mots-clés - value might be 'undefined' - La valeur peut être "indéfinie" + Add + Ajouter - enum value is not a string or number - La valeur de l'énumération n'est pas une chaîne ou un nombre + Edit + Modifier - numerical value expected - Valeur numérique attendue + Remove + Supprimer - boolean value expected - Valeur binaire attendue + Reset + Réinitialiser - string value expected - Chaîne de caractères attendue + Scan the whole active project + Scanner la totalité du projet actif - not a valid url - pas une URL valide + Scan only the currently edited document + Scanner uniquement le document en cours d’édition - file or directory does not exist - le fichier ou le répertoire n'existe pas + Scan the current subproject + Scanner le sous-projet actuel - not a valid color - Pas une couleur valide + Scanning scope + Portée de la recherche - expected anchor line - Ancre de ligne attendue + Description + Description - declarations should be at the start of a function - les déclarations devraient être au début d'une fonction + File + Fichier - already a formal parameter - déjà un paramètre formel + Line + Ligne - already declared as function - déjà déclaré comme fonction + To-Do Entries + Fonctionnalités qui recherche les entrées "TODO" dans le code, à voir comment ça s'affiche en partique dans Qt Creator. [Pierre] ça je suis partisant de laisser TODO tel quel, c'est du jargon informatique... + Entrées TODO - duplicate declaration - déclaration dupliquée + Current Document + Document actuel - variable is used before being declared - la variable est utilisée avant d'être déclarée + Scan only the currently edited document. + Scanner uniquement le document en cours d’édition. - already declared as var - déjà déclaré comme variable + Active Project + Projet actif - function is used before being declared - la fonction est utilisée avant d'être déclarée + Scan the whole active project. + Scanner la totalité du projet actif. - properties can only be assigned once - les propriétés ne peuvent être assignées qu'une seule fois + Subproject + Sous-projet - unknown type - type inconnu + Scan the current subproject. + Scanner le sous-projet actuel. - could not resolve the prototype %1 of %2 - impossible de résoudre le prototype %1 de %2 + Show "%1" entries + Afficher « %1 » entrées - could not resolve the prototype of %1 - impossible de résoudre le prototype de %1 + To-Do + Quoi que l'on pourrait laisser TODO ? [Pierre] yep, je valide TODO + TODO - prototype cycle, the last non-repeated object is %1 - cycle de prototypes, le dernier objet non répété est %1 + Keyword + Mot-clé - expected id - identifiant attendu + Icon + Icône - using string literals for ids is discouraged - utiliser une chaîne littérale pour les identifiants est découragé + Color + Couleur - ids must be lower case or start with underscore - les identifiants doivent être en minuscules ou commencer avec un underscore + errorLabel + ... bah, je ne sais pas >> vraiment à traduire ? + errorLabel - ids must be unique - les identifiants doivent être uniques + Keyword cannot be empty, contain spaces, colons, slashes or asterisks. + Le mot-clé ne peut être vide, contenir des espaces, des virgules, des barres obliques ou des étoiles. - '%1' is not a valid property type - '%1' n'est pas un type de propriété valide + There is already a keyword with this name. + Il y a déjà un mot-clé avec ce nom. - unknown identifier - identifiant inconnu + <Enter regular expression to exclude> + <Saisir l’expression rationnelle pour exclure> - could not resolve - impossible de résoudre + Regular expressions for file paths to be excluded from scanning. + Expressions régulières pour les chemins d’accès aux fichiers à exclure de l’analyse. - does not have members - n'a pas de membre + Excluded Files + Fichiers exclus + + + + QtC::Tracing + + Selection + Sélection - unknown member - membre inconnu + Start + Démarrer - == and != perform type coercion, use === or !== instead to avoid - == et != effectuent une coercition de type, utilisez === ou !== à la place + End + Fin - blocks do not introduce a new scope, avoid - les blocs n'introduisent pas de nouvelle portée, à éviter + Duration + Durée - unintentional empty block, use ({}) for empty object literal - bloc vide involontaire, utilisez ({}) pour les objets vides + Close + Fermer - use of the with statement is not recommended, use a var instead - l'utilisation de l'instruction with n'est pas recommandée, utilisez var à la place + Jump to previous event. + Sauter à l’évènement précédent. - use of void is usually confusing and not recommended - l'utilisation de void est habituellement confuse et n'est pas recommandée + Jump to next event. + Sauter à l’évènement suivant. - avoid comma expressions - évitez les expressions virgule + Show zoom slider. + Afficher le curseur de zoom. - expression statements should be assignments, calls or delete expressions only - les définitions d'expression devraient être des expression d'assignation, d'appel ou de suppression uniquement + Select range. + Sélectionner l’intervalle. - avoid assignments in conditions - éviter l'assignement dans les conditions + View event information on mouseover. + Afficher les informations sur l’évènement au passage de la souris. - case is not terminated and not empty - le cas n'est pas terminé et n'est pas vide + Collapse category + Réduire la catégorie - case does not end with return, break, continue or throw - le cas ne se termine pas par return, break, continue ou throw + Expand category + Développer la catégorie - ids must be lower case - les identifiants doivent être en minuscule + others + autres - '%1' is not a valid property name - "%1" n'est pas un nom de propriété valide + unknown + inconnu - '%1' does not have members - "%1" n'a pas de membres + No data available + Aucune donnée n’est disponible - '%1' is not a member of '%2' - "%1" n'est pas un membre de "%2" + Edit note + Modifier la note - 'int' or 'real' - 'int' ou 'real' + Collapse + Réduire - The file is not module file. - Le fichier n'est pas un fichier de module. + Expand + Développer - Unexpected element <%1> in <%2> - Élément inattendu <%1> dans <%2> + [unknown] + [inconnu] - invalid value '%1' for attribute %2 in <%3> - valeur invalide "%1" pour l'attribut %2 dans <%3> + Could not open %1 for writing. + Impossible d’ouvrir %1 en écriture. - <%1> has no valid %2 attribute - <%1> n'a pas d'attribut %2 valide + Could not open %1 for reading. + Impossible d’ouvrir %1 en lecture. - %1: %2 - %1 : %2 + Could not re-read events from temporary trace file: %1 +The trace data is lost. + Impossible de relire les évènements du fichier de trace temporaire : %1 +Les données de la trace sont perdues. + + + + QtC::UpdateInfo + + Checking for Updates + Vérification des mises à jour - could not find file or directory - impossible de trouver le fichier ou le répertoire + %1 and other updates are available. Check the <a %2>Qt blog</a> for details. + %1 et d’autres mises à jour sont disponibles. Vérifier le <a %2>blog Qt</a> pour plus de détails. - package not found - paquet non trouvé + %1 is available. Check the <a %2>Qt blog</a> for details. + %1 est disponible. Vérifier le <a %2>blog Qt</a> pour plus de détails. - Library contains C++ plugins, type dump is in progress. - La bibliothèque contient des plug-ins C++, la récupération des types est en cours. + New updates are available. Start the update? + De nouvelles mises à jour sont disponibles. Lancer la mise à jour ? - file or directory not found - Fichier ou répertoire non trouvé + Open Settings + Ouvrir les préférences - QML module not found - -Import paths: -%1 - -For qmake projects, use the QML_IMPORT_PATH variable to add import paths. -For qmlproject projects, use the importPaths property to add import paths. - Module QML non trouvé - -Chemins d'importation : -%1 - -Pour les projets qmake , utilisez la variable QML_IMPORT_PATH pour ajouter les chemins d'importations. -Pour les projets qmlproject , utilisez la propriété importPaths pour ajouter les chemins d'importations. + Start Package Manager + Lancer le gestionnaire de paquets - QML module contains C++ plugins, currently reading type information... - Le module QML contient des modules C++, lectur des informations de type en cours... + Start Update + Lancer la mise à jour + + + %1 (%2) + Package name and version + %1 (%2) + + + Available updates: + Mises à jour disponibles : + + + No updates found. + Aucune mise à jour n’a été trouvée. + + + Could not determine location of maintenance tool. Please check your installation if you did not enable this plugin manually. + Impossible de déterminer l’emplacement de l’outil de maintenance. Veuillez vérifier votre installation si vous n’avez pas activé ce greffon manuellement. + + + The maintenance tool at "%1" is not an executable. Check your installation. + L’outil de maintenance à « %1 » n’est pas un exécutable. Vérifiez votre installation. + + + Qt Maintenance Tool + Outil de maintenance Qt + + + Check for Updates + Vérifier les mises à jour + + + Start Maintenance Tool + Lancer l’outil de maintenance + + + Automatic Check for Updates + Vérification automatique des mises à jour + + + Automatically runs a scheduled check for updates on a time interval basis. The automatic check for updates will be performed at the scheduled date, or the next startup following it. + Exécute automatiquement une vérification programmée des mises à jour sur la base d’un intervalle de temps. La vérification automatique des mises à jour sera effectuée à la date programmée ou au prochain démarrage. + + + Check for new Qt versions + Vérifier les nouvelles versions de Qt + + + Check interval basis: + Vérifier tou(te)s les : + + + Next check date: + Prochaine date de vérification : + + + Check Now + Vérifier maintenant + + + Last check date: + Dernière date de vérification : + + + Not checked yet + Pas encore vérifié + + + Daily + Jours + + + Weekly + Semaines + + + Monthly + Mois + + + New updates are available. + De nouvelles mises à jour sont disponibles. + + + No new updates are available. + Aucune nouvelle mise à jour n’est disponible. + + + Checking for updates... + Vérification des mises à jour… + + + Update + Mettre à jour + + + Configure Filters + Configurer les filtres QtC::Utils - Locked - Verrouillé + Do not ask again + Ne plus poser la question + + + Show Details... + Afficher les détails… + + + Hide Details... + Cacher les détails… + + + Do not &ask again + Ne plus &redemander + + + Do not &show again + Ne plus &afficher + + + The class name must not contain namespace delimiters. + Le nom de classe ne doit pas contenir de délimiteur d’espace de nommage. + + + Please enter a class name. + Veuillez saisir un nom de classe. + + + The class name contains invalid characters. + Le nom de classe contient des caractères invalides. + + + Cannot set up communication channel: %1 + Impossible d’établir le canal de communication : %1 + + + Press <RETURN> to close this window... + Appuyez sur <ENTRÉE> pour fermer cette fenêtre… + + + Cannot create temporary file: %1 + Impossible de créer un fichier temporaire : %1 + + + Cannot write temporary file. Disk full? + Impossible d’écrire le fichier temporaire. Disque plein ? + + + Cannot create temporary directory "%1": %2 + Impossible de créer le répertoire temporaire « %1 » : %2 + + + Cannot change to working directory "%1": %2 + Impossible de passer au répertoire de travail « %1 » : %2 + + + Cannot execute "%1": %2 + Impossible d’exécuter « %1 » : %2 + + + The process "%1" could not be started: %2 + Le processus « %1 » n’a pas pu être démarré : %2 + + + Cannot start the terminal emulator "%1", change the setting in the Environment preferences. (%2) + Impossible de démarrer l’émulateur de terminal « %1 », modifiez le paramètre dans les préférences de l’environnement. (%2) + + + Cannot create socket "%1": %2 + Impossible de créer la socket « %1 » : %2 + + + Unexpected output from helper program (%1). + Sortie imprévue du logiciel externe (%1). + + + Quoting error in command. + Erreur de guillemets dans la commande. + + + Debugging complex shell commands in a terminal is currently not supported. + Le débogage de commandes shell complexes dans un terminal n’est pas pris en charge actuellement. + + + Quoting error in terminal command. + Citer l’erreur dans la commande au terminal. + + + Terminal command may not be a shell command. + La commande terminal peut ne pas être une commande shell. + + + Cannot obtain a handle to the inferior: %1 + Impossible d’obtenir le descripteur du processus : %1 + + + Cannot obtain exit status from inferior: %1 + Impossible d’obtenir la valeur de retour du processus : %1 + + + Name is empty. + Le nom de fichier est vide. + + + Name contains white space. + Le nom contient des espaces. + + + Invalid character "%1". + Caractère invalide « %1 ». + + + Invalid characters "%1". + Caractères invalides « %1 ». + + + Name matches MS Windows device (CON, AUX, PRN, NUL, COM1, COM2, ..., COM9, LPT1, LPT2, ..., LPT9) + Le nom correspond au périphérique MS Windows (CON, AUX, PRN, NUL, COM1, COM2, …, COM9, LPT1, LPT2, …, LPT9) + + + File extension %1 is required: + L’extension de fichier %1 est nécessaire : + + + File extensions %1 are required: + Les extensions de fichier %1 sont nécessaires : + + + %1: canceled. %n occurrences found in %2 files. + + %1 : annulé. %n entrée trouvée dans %2 fichiers. + %1 : annulé. %n entrées trouvées dans %2 fichiers. + + + + %1: %n occurrences found in %2 files. + + %1 : %n occurrence trouvée dans %2 fichiers. + %1 : %n occurrences trouvées dans %2 fichiers. + + + + Fi&le pattern: + Mo&tif de fichier : + + + Excl&usion pattern: + Motif d’excl&usion : + + + List of comma separated wildcard filters. Files with file name or full file path matching any filter are included. + Liste de filtres de caractères joker séparés par des virgules. Les fichiers dont le nom ou le chemin d’accès complet correspond à l’un des filtres sont inclus. + + + Choose... + Sélectionner… + + + Browse... + Parcourir… + + + Local + Local + + + Remote + Distant + + + Choose Directory + Sélectionner un répertoire + + + Choose Executable + Sélectionner l’exécutable + + + Choose File + Sélectionner un fichier + + + The path "%1" expanded to an empty string. + Le chemin « %1 » s’est développé en une chaîne vide. + + + The path "%1" does not exist. + Le chemin « %1 » n’existe pas. + + + The path "%1" is not a directory. + Le chemin « %1 » n’est pas un répertoire. + + + The path "%1" is not a file. + Le chemin « %1 » n’est pas un fichier. + + + The directory "%1" does not exist. + Le répertoire « %1 » n’existe pas. + + + The path "%1" is not an executable file. + Le chemin « %1 » n’est pas un fichier exécutable. + + + Invalid path "%1". + Chemin invalide « %1 » + + + Cannot execute "%1". + Impossible d’exécuter « %1 » + + + Full path: "%1" + Chemin complet : « %1 » + + + The path must not be empty. + Le chemin ne peut pas être vide. + + + File name: + Nom du fichier : + + + Path: + Chemin : + + + The default suffix if you do not explicitly specify a file extension is ".%1". + Le suffixe par défaut si vous n’indiquez pas explicitement une extension de fichier est « .%1 ». + + + Insert... + Insérer… + + + Delete Line + Supprimer la ligne + + + Clear + Effacer tout + + + Enter project name + Saisir le nom du projet + + + Name: + Nom : + + + Create in: + Créer dans : + + + Directory "%1" will be created. + Le répertoire « %1 » sera créé. + + + Project name is invalid. + Le nom du projet est invalide. + + + Invalid character ".". + Caractère invalide « . ». + + + Invalid character "%1" found. + Le caractère invalide « %1 » a été trouvé. + + + The project already exists. + Le projet existe déjà. + + + A file with that name already exists. + Un fichier existe déjà avec ce nom. + + + Use as default project location + Utiliser comme emplacement par défaut pour les projets + + + Introduction and Project Location + Introduction et emplacement du projet + + + Choose the Location + Sélectionner l’emplacement + + + File Changed + Fichier modifié + + + Details + Détails + + + Central Widget + Widget central Reset to Default Layout Restaurer la disposition par défaut + + Automatically Hide View Title Bars + Masquer automatiquement les barres de titre des vues + Location Emplacement @@ -20091,7932 +51050,109 @@ Pour les projets qmlproject , utilisez la propriété importPaths pour ajouter l Effacer le texte - File has been removed - Le fichier a été supprimé + The unsaved file <i>%1</i> has been changed on disk. Do you want to reload it and discard your changes? + Le fichier non enregistré <i>%1</i> a été modifié sur le disque. Voulez-vous le recharger et annuler vos modifications ? - The file %1 has been removed outside Qt Creator. Do you want to save it under a different name, or close the editor? - Le fichier %1 a été supprimé en dehors de Qt Creator. Voulez-vous l'enregistrer sous un nom différent ou fermer l'éditeur ? + The file <i>%1</i> has been changed on disk. Do you want to reload it? + Le fichier <i>%1</i> a été modifié sur le disque. Voulez-vous le recharger ? - The file %1 was removed. Do you want to save it under a different name, or close the editor? - Le fichier %1 a été supprimé. Voulez-vous l'enregistrer sous un nom différent ou fermer l'éditeur ? + The default behavior can be set in %1 > Preferences > Environment > System. + macOS + Le comportement par défaut peut être défini dans %1 > Préférences > Environnement > Système. + + + The default behavior can be set in Edit > Preferences > Environment > System. + Le comportement par défaut peut être défini dans Édition > Préférences > Environnement > Système. &Close &Fermer + + No to All && &Diff + Non à tout et &diff + + + File Has Been Removed + Le fichier a été supprimé + + + The file %1 has been removed from disk. Do you want to save it under a different name, or close the editor? + Le fichier %1 a été supprimé du disque. Voulez-vous l’enregistrer sous un autre nom ou fermer l’éditeur ? + C&lose All - F&ermer tout + Tout f&ermer Save &as... - Enregistrer &sous... + Enregistrer &sous… &Save &Enregistrer + + &Show Details + &Afficher les détails + + + Do Not Show Again + Ne plus afficher + Close - Fermer - - - Save as... - Enregistrer sous... - - - Save - Enregistrer + Fermer <table border=1 cellspacing=0 cellpadding=3><tr><th>Variable</th><th>Expands to</th></tr><tr><td>%d</td><td>directory of current file</td></tr><tr><td>%f</td><td>file name (with full path)</td></tr><tr><td>%n</td><td>file name (without path)</td></tr><tr><td>%%</td><td>%</td></tr></table> - <table border=1 cellspacing=0 cellpadding=3><tr><th>Variable</th><th>Développer en</th></tr><tr><td>%d</td><td>répertoire du fichier courant</td></tr><tr><td>%f</td><td>nom du fichier (avec le chemin complet)</td></tr><tr><td>%n</td><td>nom du fichier (sans le chemin)</td></tr><tr><td>%%</td><td>%</td></tr></table> + <table border=1 cellspacing=0 cellpadding=3><tr><th>Variable</th><th>Remplacer par</th></tr><tr><td>%d</td><td>le répertoire du fichier actuel</td></tr><tr><td>%f</td><td>le nom du fichier (avec le chemin complet)</td></tr><tr><td>%n</td><td>le nom du fichier (sans le chemin)</td></tr><tr><td>%%</td><td>%</td></tr></table> ... - ... + … - - - QtC::BinEditor - Decimal unsigned value (little endian): %1 -Decimal unsigned value (big endian): %2 -Decimal signed value (little endian): %3 -Decimal signed value (big endian): %4 - endian ? -cédric : heu faut traduire little-endian et big-endian ? Perso je n'aurais pas traduit, ce sont des conventions de codage des nombres, j'ai toujours vu en anglais moi ... - Valeur décimale non signée(little-endian) : %1 -Valeur décimale non signée((big endian) : %2 -Valeur décimale signéelittle-endian) : %3 -Valeur décimale signée((big endian) : %4 + The program "%1" does not exist or is not executable. + Le programme « %1 » n’existe pas ou n’est pas exécutable. - Previous decimal unsigned value (little endian): %1 -Previous decimal unsigned value (big endian): %2 -Previous decimal signed value (little endian): %3 -Previous decimal signed value (big endian): %4 - Valeur précédente au format décimal non signé (petit-boutiste) : %1 -Valeur précédente au format décimal non signé (gros-boutiste) : %2 -Valeur précédente au format décimal signé (petit-boutiste) : %3 -Valeur précédente au format décimal signé (gros-boutiste) : %4 - - - Image Viewer - Visualisateur d'image - - - - QtC::CMakeProjectManager - - Run CMake target - Exécuter la cible CMake - - - Run CMake kit - Exécuter le kit CMake - - - (disabled) - (désactivé) - - - The executable is not built by the current build configuration - L'exécutable n'est pas compilé pour la configuration de compilation courante - - - The executable is not built by the current buildconfiguration - L'exécutable n'a pas été compilé avec la configuration actuelle - - - (disabled) - (Désactivé) - - - Desktop - CMake Default target display name - Desktop - - - Make - CMakeProjectManager::MakeStep display name. - Make - - - Make - Default display name for the cmake make step. - Make - - - Qt Creator needs a compiler set up to build. Configure a compiler in the kit options. - Qt Creator requiert un compilateur. Configurez-en un dans les options de kits. - - - Configuration is faulty. Check the Issues view for details. - La configuration est défectueuse, veuillez vérifier la vue des problèmes pour les détails. - - - Make - Display name for CMakeProjectManager::MakeStep id. - Make - - - - QtC::Core - - Command - Commande - - - Label - Libellé - - - Qt - Qt - - - Environment - Environnement - - - All Files (*) - Tous les fichiers (*) - - - Clear Menu - Effacer le menu - - - Design - Design - - - Could not open url %1. - Impossible d'ouvrir l'url %1. - - - Copy Full Path to Clipboard - Copier le chemin complet dans le presse papier - - - Remove Split - Supprimer la séparation - - - File is writable - Le fichier est inscriptible - - - - GenericSshConnection - - Could not connect to host. - Impossible de se connecter à l'hôte. - - - Error in cryptography backend: %1 - pierre: a priori pas de traduction française courante... -francis : je ne vois pas non plus. Ou un truc du genre "Arriére plan cryptographique" Mais c'est bisarre - Erreur dans le backend cryptographique : %1 - - - - QtC::Core - - Error sending input - Erreur lors de l'envoi de l'entrée - - - Error setting up SFTP subsystem - Erreur lors de la configuration du sous-systeme SFTP - - - Could not open file '%1' - Impossible d'ouvrir le fichier "%1" - - - Could not uplodad file '%1' - Impossible d'envoyer le fichier "%1" - - - Could not copy remote file '%1' to local file '%2' - Impossible de copier le fichier distant "%1" dans le fichier local "%2" - - - Could not create remote directory - Impossible de créer le répertoire distant - - - Could not remove remote directory - Impossible de supprimer le répertoire distant - - - Could not get remote directory contents - Impossible de récupérer le contenu du répertoire distant - - - Could not remove remote file - Impossible de supprimer le fichier distant - - - Could not change remote working directory - Impossible de changer le répertoire de travail distant - - - - SshKeyGenerator - - Error creating temporary files. - Erreur lors de la création des fichiers temporaires. - - - Error generating keys: %1 - Erreur lors de la génération des clés : %1 - - - Error reading temporary files. - Erreur lors de la lecture des fichiers temporaires. - - - Error generating key: %1 - Erreur lors de la génération de la clé : %1 - - - Password for Private Key - Mot de passe pour la clé privée - - - It is recommended that you secure your private key -with a password, which you can enter below. - Il est recommandé que vous sécurisiez votre clé privée -avec un mot de passe, que vous pouvez renseigner ci-dessus. - - - Encrypt Key File - Chiffrer le fichier clé - - - Do Not Encrypt Key File - Ne pas chiffrer le fichier clé - - - Encrypt key file - Chiffrer le fichier clé - - - Do not encrypt key file - Ne pas chiffrer le fichier clé - - - - QtC::CodePaster - - Code Pasting - Collage de code - - - Cannot open %1: %2 - Imposible d'ouvrir %1 : %2 - - - %1 does not appear to be a paster file. - %1 ne semble pas être un fichier copiable. - - - Error in %1 at %2: %3 - Erreur dans %1 à la ligne %2 : %3 - - - Please configure a path. - Veuillez configurer un chemin. - - - Unable to open a file for writing in %1: %2 - Impossible d'ouvrir un fichier en écriture dans %1 : %2 - - - Pasted: %1 - Copié : %1 - - - Fileshare - Fileshare - - - <Comment> - <Commentaire> - - - Paste - Coller - - - %1 - Configuration Error - %1 - Erreur de configuration - - - Settings... - Paramètres... - - - - QtC::CppEditor - - Rewrite Using %1 - Réécrire en utilisant %1 - - - Swap Operands - Échanger les opérandes - - - Rewrite Condition Using || - Réécrire la condition en utilisant || - - - Split Declaration - Fractionner la déclaration - - - Add Curly Braces - Ajouter des accolades - - - Move Declaration out of Condition - Déplacer la déclaration en dehors de la condition - - - Split if Statement - aaaaaaaah ! Je n'avais pas tilté. - Fractionner la condition if - - - Enclose in %1(...) (Qt %2) - Encapsuler dans %1(...) (Qt %2) - - - Enclose in %1(...) - Encapsuler dans %1(...) - - - Convert to String Literal - Convertir en une chaîne littérale - - - Convert to Character Literal and Enclose in QLatin1Char(...) - Convertir en une chaîne littérale et l'insère dans QLatin1Char(...) - - - Convert to Character Literal - Convertir en un caractère littéral - - - Add #include %1 - Ajouter #include %1 - - - Switch with Previous Parameter - Interchanger avec le paramètre précédent - - - Switch with Next Parameter - Interchanger avec le paramètre suivant - - - Enclose in QLatin1Char(...) - Encapsuler dans QLatin1Char(...) - - - Enclose in QLatin1String(...) - Encapsuler dans QLatin1String(...) - - - Mark as Translatable - Marquer comme traduisible - - - Convert to Objective-C String Literal - Convertir en une chaîne littérale Objective-C - - - Convert to Hexadecimal - Convertir en hexadécimal - - - Convert to Octal - Convertir en octal - - - Convert to Decimal - Convertir en décimal - - - Add Local Declaration - Ajouter la déclaration locale - - - Convert to Camel Case - Convertir en Camel Case - - - Reformat to "%1" - Reformater en "%1" - - - Reformat Pointers or References - Reformater les pointeurs ou références - - - Complete Switch Statement - Terminer l'instruction switch - - - Extract Constant as Function Parameter - Extraire la constante comme paramètre de fonction - - - Assign to Local Variable - Affecter à la variable locale - - - Optimize for-Loop - Optimiser la boucle for - - - #include Header File - #include fichier d'en-tête - - - Add local Declaration - Ajouter une déclaration locale - - - Convert to Camel Case ... - Convertir en Camel Case... - - - Use Fast String Concatenation with % - Utiliser la concaténation rapide des chaînes avec % - - - - QtC::VcsBase - - CVS Commit Editor - Éditeur de commit pour CVS - - - CVS Command Log Editor - Éditeur de log de commande pour CVS - - - CVS File Log Editor - Éditeur de log de fichier pour CVS - - - CVS Annotation Editor - Éditeur d'annotation pour CVS - - - CVS Diff Editor - Éditeur de diff pour CVS - - - Git Command Log Editor - Éditeur de log de commande pour Git - - - Git File Log Editor - Éditeur de log de fichier pour Git - - - Git Annotation Editor - Éditeur d'annotation pour Git - - - Git Diff Editor - Éditeur de diff pour Git - - - Git Commit Editor - Éditeur de commit Git - - - Git Rebase Editor - Éditeur de rebasement Git - - - Git Submit Editor - Éditeur de soumission pour Git - - - Mercurial Command Log Editor - Éditeur de log de commande pour Mercurial - - - Mercurial File Log Editor - Éditeur de log de fichier pour Mercurial - - - Mercurial Annotation Editor - Éditeur d'annotation pour Mercurial - - - Mercurial Diff Editor - Éditeur de diff pour Mercurial - - - Mercurial Commit Log Editor - Éditeur de log de commi pour Mercurial - - - Perforce.SubmitEditor - Éditeur de soumission pour Perforce - - - Perforce CommandLog Editor - Éditeur de log de commande pour Perforce - - - Perforce Log Editor - Éditeur de log pour Perforce - - - Perforce Diff Editor - Éditeur de diff pour Perforce - - - Perforce Annotation Editor - Éditeur d'annotation pour Perforce - - - Subversion Editor - Éditeur pour Subversion - - - Subversion Commit Editor - Éditeur de commit pour Subversion - - - Subversion Command Log Editor - Éditeur de log de commande pour Subversion - - - Subversion File Log Editor - Éditeur de log de fichier pour Subversion - - - Subversion Annotation Editor - Éditeur d'annotation pour Subversion - - - Subversion Diff Editor - Éditeur de diff pour Subversion - - - Bazaar Command Log Editor - Éditeur de log de commande pour Bazaar - - - Bazaar File Log Editor - Éditeur de log de fichier pour Bazaar - - - Bazaar Annotation Editor - Éditeur d'annotation pour Bazaar - - - Bazaar Diff Editor - Éditeur de diff pour Bazaar - - - Bazaar Commit Log Editor - Éditeur de log de commit pour Bazaar - - - ClearCase Check In Editor - Éditeur de vérification pour ClearCase - - - ClearCase Command Log Editor - Éditeur de journal de commandes pour ClearCase - - - ClearCase File Log Editor - Éditeur de journal de fichiers pour ClearCase - - - ClearCase Annotation Editor - Éditeur d'annotations pour ClearCase - - - ClearCase Diff Editor - Éditeur de diff pour ClearCase - - - - QtC::CVS - - Annotate revision "%1" - Révision annotée "%1" - - - - QtC::Debugger - - CDB - CDB - - - Select Local Cache Folder - Sélectionner un dossier de cache local - - - Already Exists - Existe déjà - - - A file named '%1' already exists. - Un fichier nommé "%1" existe déjà. - - - Cannot Create - Impossible de créer - - - The folder '%1' could not be created. - Le dossier "%1' n"a pas pu être créé. - - - Running requested... - Exécution demandée… - - - Unable to start pdb '%1': %2 - Impossible de démarrer pdb "%1" : %2 - - - Python Error - Erreur Python - - - '%1' contains no identifier - "%1" ne contient pas d'identifiant - - - Pdb I/O Error - Erreur d'E/S Pdb - - - The Pdb process failed to start. Either the invoked program '%1' is missing, or you may have insufficient permissions to invoke the program. - Échec du démarrage du processus Pdb. Soit le programme "%1" est manquant, soit les droits sont insuffisants pour exécuter le programme. - - - The Pdb process crashed some time after starting successfully. - Le processus Pdb a crashé après avoir démarré correctement. - - - The last waitFor...() function timed out. The state of QProcess is unchanged, and you can try calling waitFor...() again. - La dernière fonction waitFor...() est arrivée à échéance. Le statut de QProcess est inchangé, vous pouvez essayer d'appeler waitFor...() à nouveau. - - - An error occurred when attempting to write to the Pdb process. For example, the process may not be running, or it may have closed its input channel. - Une erreur s'est produite lors d'une tentative d'écriture sur le processus Pdb. Le processus peut ne pas être démarré ou il peut avoir fermé son entrée standard. - - - An error occurred when attempting to read from the Pdb process. For example, the process may not be running. - Une erreur s'est produite lors d'une tentative de lecture depuis le processus Pdb. Le processus peut ne pas être en cours d'exécution. - - - An unknown error in the Pdb process occurred. - Une erreur inconnue est survenue dans le processus Pdb. - - - An unknown error in the Pdb process occurred. - Une erreur inconnue est survenue dans le processus Pdb. - - - %1. - %1. - - - - QtC::Designer - - This file can only be edited in <b>Design</b> mode. - Ce fichier ne peut être édité qu'en mode <b>Design</b>. - - - Switch mode - Changer de mode - - - Location - Emplacement - - - - QtC::FakeVim - - Recursive mapping - Construction de correspondance récursif - - - Type Alt-V, Alt-V to quit FakeVim mode. - Taper Alt-V, Alt-V pour quitter le mode FakeVim. - - - [New] - [Nouveau] - - - Not an editor command: %1 - Pas une commande de l'éditeur : %1 - - - Ex Command Mapping - Mappage des commandes Ex - - - Ex Trigger Expression - Expression d'activation Ex - - - Regular expression: - Expression régulière : - - - Ex Command - Commande Ex - - - - QtC::Core - - &Find/Replace - &Rechercher/Remplacer - - - Advanced Find - Recherche avancée - - - Open Advanced Find... - Ouvrir la recherche avancée... - - - Ctrl+Shift+F - Ctrl+Shift+F - - - - QtC::GenericProjectManager - - Make - Make - - - Qt Creator needs a compiler set up to build. Configure a compiler in the kit options. - Qt Creator requiert un compilateur. Configurez-en un dans les options du kit. - - - Configuration is faulty. Check the Issues view for details. - La configuration est défectueuse, veuillez vérifier la vue des problèmes pour les détails. - - - Make arguments: - Arguments de Make : - - - Targets: - Cibles : - - - Failed opening project '%1': Project already open - Échec de l'ouverture du projet "%1" : projet déjà ouvert - - - Failed opening project '%1': Project is not a file - Échec de l'ouverture du projet "%1" : le projet n'est pas un fichier - - - - QtC::Git - - (no branch) - (aucune banche) - - - Error: Git timed out after %1s. - Erreur :Git est arrivé à échéance après %1s. - - - Blame %1 - Blame %1 - - - Blame Parent Revision %1 - Blame la révision parente %1 - - - Chunk successfully staged - Le chunk a été ajouté avec succès - - - Stage Chunk... - Ajout du chunk... - - - Unstage Chunk... - Suppression du chunk... - - - Cherry-Pick Change %1 - Changement d'importation sélective %1 - - - Revert Change %1 - Changement de revert %1 - - - Blame parent revision %1 - Blame la révision parente %1 - - - - QtC::Help - - <title>about:blank</title> - <title>À propos : vide</title> - - - <html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Error 404...</title></head><body><div align="center"><br/><br/><h1>The page could not be found</h1><br/><h3>'%1'</h3></div></body></html> - <html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Erreur 404...</title></head><body><div align="center"><br/><br/><h1>La page n'a pas pu être trouvée</h1><br/><h3>'%1'</h3></div></body></html> - - - Error loading: %1 - Erreur lors du chargement : %1 - - - Unknown or unsupported Content! - Contenu inconnu ou non supporté ! - - - (Untitled) - (Sans titre) - - - Close %1 - Fermer %1 - - - Close All Except %1 - Fermer tout sauf %1 - - - - QtC::Mercurial - - Cloning - Cloner - - - Cloning started... - Début du clonage... - - - Clones a Mercurial repository and tries to load the contained project. - Clone un dépôt Mercurial et essaie de charger le projet contenu. - - - Mercurial Clone - Clone de Mercurial - - - Location - Emplacement - - - Specify repository URL, checkout directory and path. - Spécifie l'URL du dépôt, le répertoire et le chemin d'import. - - - Clone URL: - URL de clone : - - - Commit Editor - Faire un commit de l'éditeur - - - Unable to find parent revisions of %1 in %2: %3 - Impossible de trouver la révision parente de %1 dans %2 : %3 - - - Cannot parse output: %1 - Impossible d'analyser la sortie : %1 - - - Hg Annotate %1 - Hg Annotate %1 - - - Hg diff %1 - Hg diff %1 - - - Hg log %1 - Hg log %1 - - - Hg incoming %1 - Hg incoming %1 - - - Hg outgoing %1 - Hg outgoing %1 - - - Working... - Travail en cours... - - - Annotate %1 - Annoter %1 - - - Annotate parent revision %1 - Annoter la révision parente %1 - - - Executing: %1 %2 - - Exécution de : %1 %2 - - - - Unable to start mercurial process '%1': %2 - Impossible de démarrer le processus mercurial "%1" : %2 - - - Timed out after %1s waiting for mercurial process to finish. - Interruption après %1s d'attente que le processus mercurial se termine. - - - Mercurial - Mercurial - - - Me&rcurial - Me&rcurial - - - Annotate Current File - Annoter le fichier courant - - - Annotate "%1" - Annoter "%1" - - - Diff Current File - Réaliser un diff du fichier courant - - - Diff "%1" - Réaliser un diff de "%1" - - - Alt+H,Alt+D - Alt+H,Alt+D - - - Meta+H,Meta+D - Meta+H, Meta+D - - - Log Current File - Réaliser un log du fichier courant - - - Log "%1" - Réaliser un log de "%1" - - - Alt+H,Alt+L - Alt+H,Alt+L - - - Meta+H,Meta+L - Meta+H, Meta+L - - - Status Current File - Statut du fichier courant - - - Status "%1" - Statut "%1" - - - Alt+H,Alt+S - Alt+H,Alt+S - - - Meta+H,Meta+S - Meta+H, Meta+S - - - Add - Ajouter - - - Add "%1" - Ajouter "%1" - - - Delete... - Supprimer… - - - Delete "%1"... - Supprimer "%1"… - - - Revert Current File... - Rétablir le fichier courant... - - - Revert "%1"... - Rétablir "%1"... - - - Diff - Diff - - - Log - Log - - - Revert... - Rétablir... - - - Status - Statut - - - Pull... - Pull... - - - Push... - Push... - - - Update... - Mise à jour... - - - Import... - Importation... - - - Incoming... - Entrant... - - - Outgoing... - Sortant... - - - Commit... - Commit... - - - Alt+H,Alt+C - Alt+H,Alt+C - - - Meta+H,Meta+C - Meta+H, Meta+C - - - Create Repository... - Créer un dépôt... - - - Pull Source - Rappatrier la source - - - Push Destination - Envoyer la destination - - - Update - Mettre à jour - - - Incoming Source - Source entrante - - - Commit - Faire un commit - - - Diff &Selected Files - Faire un diff sur tous les fichiers &sélectionnés - - - Diff Selected Files - Faire un diff sur tous les fichiers sélectionnés - - - &Undo - Annu&ler - - - &Redo - &Rétablir - - - There are no changes to commit. - Il n'y a aucun changement à envoyer. - - - Unable to generate a temporary file for the commit editor. - Impossible de générer un fichier temporaire pour l'éditeur de commit. - - - Unable to create an editor for the commit. - Impossible d'ouvrir un éditeur pour le commit. - - - Unable to create a commit editor. - Impossible d'ouvrir un éditeur de commit. - - - Commit changes for "%1". - Soumettre les changements pour "%1". - - - Close commit editor - Fermer l'éditeur de commit - - - Do you want to commit the changes? - Voulez vous envoyer les changements ? - - - Close Commit Editor - Fermer l'éditeur de commit - - - Message check failed. Do you want to proceed? - Vérification du message échouée. Voulez-vous continuer ? - - - Mercurial Command - Commande Mercurial - - - - QtC::Perforce - - No executable specified - Aucun exécutable spécifié - - - "%1" timed out after %2ms. - "%1" arrivé à échéance après %2ms. - - - Unable to launch "%1": %2 - Impossible de lancer "%1" : %2 - - - "%1" crashed. - "%1" a crashé. - - - "%1" terminated with exit code %2: %3 - "%1" terminé avec le code %2 : %3 - - - The client does not seem to contain any mapped files. - Le client ne semble contenir aucun fichier correspondant. - - - Unable to determine the client root. - Unable to determine root of the p4 client installation - Impossible de déterminer la racine du client. - - - The repository "%1" does not exist. - Le dépôt "%1" n'existe pas. - - - Annotate change list "%1" - Annoter la liste des changements "%1" - - - - QtC::ProjectExplorer - - Location - Emplacement - - - untitled - File path suggestion for a new project. If you choose to translate it, make sure it is a valid path name without blanks and using only ascii chars. - sans_titre - - - Clean - Display name of the clean build step list. Used as part of the labels in the project window. - Nettoyer - - - Clear system environment - Nettoyer l'environnement système - - - Build Environment - Environnement de compilation - - - - BuildSettingsPanelFactory - - Build Settings - Paramètres de compilation - - - - BuildSettingsPanel - - Build Settings - Paramètres de compilation - - - - QtC::ProjectExplorer - - Details - Default short title for custom wizard page to be shown in the progress pane of the wizard. - Détails - - - Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QDeclarativeEngine class. - Crée un plug-in C++ qui rend possible d'offrir des extensions qui peuvent être chargées dynamiquement dans des applications utilisant la classe QDeclarativeEngine. - - - Custom QML Extension Plugin - Plug-in d'extension QML personnalisé - - - QML Extension Plugin - Plug-in d'extension QML - - - Custom QML Extension Plugin Parameters - Paramètres du plug-in d'extension QML personnalisé - - - Object Class-name: - Nom de la classe d'objet : - - - URI: - URI : - - - The project name and the object class-name cannot be the same. - Le nom du projet et le nom de la classe d'objet ne peuvent pas être identiques. - - - Creates a custom Qt Creator plugin. - Crée un plug-in personnalisé pour Qt Creator. - - - Qt Creator plugin - Plug-in Qt Creator - - - Creates a plain C project using QMake, not using the Qt library. - Créer un projet C utilisant QMake mais pas la bibliothèque Qt. - - - Plain C Project - Projet C - - - Creates a plain C++ project using QMake, not using the Qt library. - Créer un projet C++ utilisant QMake mais pas la bibliothèque Qt. - - - Creates a plain C project using qmake, not using the Qt library. - Créer un projet C utilisant qmake mais pas la bibliothèque Qt. - - - Non-Qt Project - Projet non Qt - - - Creates a C++ plugin to load extensions dynamically into applications using the QQmlEngine class. Requires Qt 5.0 or newer. - Crée un plugin C++ pour charger des extensions dynamiquement dans une application en utilisant la classe QQmlEngine. Qt 5.0 ou plus récent est requis. - - - Creates a plain C project using CMake, not using the Qt library. - Créer un projet C utilisant CMake mais pas la bibliothèque Qt. - - - Plain C Project (CMake Build) - Projet C (compilation avec CMake) - - - Creates a plain C project using qbs. - Créer un projet C complet utilisant qbs. - - - Plain C Project (Qbs Build) - Projet C complet (compilation avec Qbs) - - - Creates a plain (non-Qt) C++ project using qbs. - Créer une projet C++ (non Qt) utilisant qbs. - - - Plain C++ Project (Qbs Build) - Projet C++ complet (compilation avec Qbs) - - - Creates a plain C++ project using qmake, not using the Qt library. - Créer un projet C++ utilisant qmake mais pas la bibliothèque Qt. - - - Plain C++ Project - Projet C++ - - - Creates a plain C++ project using CMake, not using the Qt library. - Créer un projet C++ utilisant CMake mais pas la bibliothèque Qt. - - - Plain C++ Project (CMake Build) - Projet C++ (compilation avec CMake) - - - Libraries - Bibliothèques - - - Qt Creator Plugin - Extension Qt Creator - - - Creates an application descriptor file. - Créer un fichier de description pour une application. - - - Application descriptor - Description pour une application - - - BlackBerry - BlackBerry - - - Creates a Cascades application for BlackBerry 10. - Créer une application Cascades pour BlackBerry 10. - - - BlackBerry Cascades Application - Application BlackBerry Cascades - - - Creates a Qt Gui application for BlackBerry. - Qt Gui, c'est pas le module (au lieu d'un mot à traduire) ? - Créer une application graphique avec Qt Gui pour BlackBerry. - - - BlackBerry Qt Gui Application - Cf. supra. - Application Qt Gui pour BlackBerry - - - Creates an Qt5 application descriptor file. - Créer un fichier de description pour une application Qt 5. - - - Qt5 Application descriptor - Description pour une application Qt 5 - - - Creates an experimental Qt 5 GUI application for BlackBerry 10. You need to provide your own build of Qt 5 for BlackBerry 10 since Qt 5 is not provided in the current BlackBerry 10 NDK and is not included in DevAlpha devices. - Créer une application Qt 5 GUI expérimentale pour BlackBerry 10. Vous devez fournir votre propre version de Qt 5 pour BlackBerry 10 car Qt 5 n'est pas disponible pour l'actuel NDK BlackBerry 10 et n'est pas inclut dans les périphériques DevAlpha. - - - BlackBerry Qt 5 GUI Application - Application Qt 5 GUI BlackBerry - - - Creates a qmake-based test project for which a code snippet can be entered. - Crée un projet test basé sur qmake dans lequel un morceau de code peut être inséré. - - - Code Snippet - Morceau de code - - - Other Projects - Autres projets - - - Snippet Parameters - Paramètres des snippets - - - Code: - Code : - - - Type: - Type : - - - Console application - Application console - - - Application bundle (Mac) - Application bundle (Mac) - - - Headless (QtCore) - Sans interface (Qt Core) - - - Gui application (QtCore, QtGui, QtWidgets) - Application Gui (Qt Core, Qt Gui, Qt Widgets) - - - Creates a C++ plugin to load extensions dynamically into applications using the QDeclarativeEngine class. Requires Qt 4.7.0 or newer. - Crée un plugin C++ pour charger des extensions dynamiquement dans une application en utilisant la classe QDeclarativeEngine. Qt 4.7.0 ou plus récent est requis. - - - Custom QML Extension Plugin Parameters - Paramètres du plugin d'extension QML personnalisé - - - Object class-name: - Nom de classe de l'objet : - - - Creates a C++ plugin to load extensions dynamically into applications using the QQmlEngine class.&lt;br&gt;&lt;br&gt;Requires &lt;b&gt;Qt 5.0&lt;/b&gt; or newer. - Créer un plug-in C++ pour charger des extensions dynamiquement dans les applications à l'aide de la classe QQmlEngine.&lt;br&gt;&lt;br&gt;Nécessite &lt;b&gt;Qt 5.0&lt;/b&gt; ou plus récent. - - - Creates an experimental Qt5 Gui application for BlackBerry 10. You need an own Qt5 build for BlackBerry 10 since Qt5 is not provided in the current BlackBerry 10 NDK and is not included in DevAlpha devices. - Cf. supra. - Crée une application Qt 5 Gui expérimentale pour BlackBerry 10. Vous avez besoin d'une version de Qt 5 compilée spécifiquement pour BlackBerry 10, puisque que Qt 5 n'est pas prévu dans le BlackBerry 10 NDK actuel et n'est pas inclus dans les appareils en DevAlpha. - - - BlackBerry Qt5 Gui Application - Cf. supra. - Application Qt 5 Gui pour BlackBerry - - - Creates an experimental Qt Quick 2 application for BlackBerry 10. You need an own Qt5 build for BlackBerry 10 since Qt5 is not provided in the current BlackBerry 10 NDK and is not included in DevAlpha devices. - Crée une application Qt Quick 2 expérimentale pour BlackBerry 10. Vous avez besoin d'une version de Qt 5 compilée spécifiquement pour BlackBerry 10, puisque que Qt 5 n'est pas prévu dans le BlackBerry 10 NDK actuel et n'est pas inclus dans les appareils en DevAlpha. - - - BlackBerry Qt Quick 2 Application - - Application Qt Quick 2 pour BlackBerry - - - Creates a Qt Quick application for BlackBerry. - Créer une application Qt Quick pour BlackBerry. - - - BlackBerry Qt Quick Application - Application Qt Quick pour BlackBerry - - - Plugin Information - Information sur le plug-in - - - Plugin name: - Nom du plug-in : - - - Vendor name: - Nom du vendeur : - - - Copyright: - Copyright : - - - License: - Licence : - - - Description: - Description : - - - URL: - URL : - - - Creates a C++ plugin to load extensions dynamically into applications using the QDeclarativeEngine class.&lt;br&gt;&lt;br&gt;Requires &lt;b&gt;Qt 4.7.0&lt;/b&gt; or newer. - Créer un plug-in C++ pour charger des extensions dynamiquement dans les applications à l'aide de la classe QDeclarativeEngine.&lt;br&gt;&lt;br&gt;Nécessite &lt;b&gt;Qt 4.7.0&lt;/b&gt; ou plus récent. - - - Qt Quick 1 Extension Plugin - Plug-in d'extension Qt Quick 1 - - - Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QQmlEngine class. - Crée un plug-in C++ d'extension chargable dynamiquement dans des applications utilisant la classe QQmlEngine. - - - Qt Quick 2 Extension Plugin - Plug-in d'extension Qt Quick 2 - - - Url: - Url : - - - Qt Creator sources: - Sources de Qt Creator : - - - Qt Creator build: - Compilation de Qt Creator : - - - Deploy into: - Déploiement sur : - - - Qt Creator build - Compilation de Qt Creator - - - Local user settings - Paramètres utilisateurs locaux - - - Creates a C++ plugin to extend the funtionality of the QML runtime. - Crée un plug-in C++ pour étendre les fonctionnalités du runtime QML. - - - QML Runtime Plug-in - Plug-in runtime QML - - - QML Runtime Plug-in Parameters - Paramètres du plug-in runtime QML - - - Example Object Class-name: - Nom de classe de l'objet exemple : - - - The project %1 could not be opened. - Le projet %1 ne peut pas être ouvert. - - - Path: - Chemin : - - - <No other projects in this session> - <Pas d'autres projets dans cette session> - - - - DependenciesPanel - - Dependencies - Dépendances - - - - QtC::ProjectExplorer - - Dependencies - Dépendances - - - Editor - Éditeur - - - - EditorSettingsPanel - - Editor Settings - Paramètres de l'éditeur - - - Editor - Éditeur - - - - QtC::Core - - Open parent folder - Ouvrir le dossier parent - - - Open "%1" - Ouvrir "%1" - - - Open with - Ouvrir avec - - - Choose folder... - Choisir le répertoire... - - - Choose folder - Choisir le répertoire - - - Show in Explorer... - Afficher dans l'explorateur de fichier... - - - Show in Finder... - Afficher dans Finder... - - - Show containing folder... - Afficher le dossier parent... - - - Open Command Prompt here... - Ouvre une invite de commande ici... - - - Open Terminal here... - Ouvre un terminal ici... - - - Show Hidden Files - Afficher les fichiers cachés - - - Synchronize with Editor - Synchroniser avec l'éditeur - - - Open Parent Folder - Ouvrir le dossier parent - - - Choose Folder... - Choisir le dossier... - - - Choose Folder - Choisir le dossier - - - Find in this directory... - Chercher dans ce dossier... - - - - QtC::ProjectExplorer - - Select active build configuration - Sélectionner la configuration de compilation active - - - Select active run configuration - Sélectionner la configuration d'exécution active - - - Build: - Compilation : - - - Run: - Exécution : - - - Project - Projet - - - Target - Cible - - - Build - Compiler - - - Kit - Kit - - - Unconfigured - Non configuré - - - <b>Project:</b> %1 - <b>Projet :</b> %1 - - - <b>Path:</b> %1 - <b>Chemin :</b> %1 - - - <b>Kit:</b> %1 - <b>Kit :</b> %1 - - - Kit: <b>%1</b><br/> - Kit : <b>%1</b><br/> - - - <b>Target:</b> %1 - <b>Cible :</b> %1 - - - <b>Build:</b> %1 - <b>Compilation :</b> %1 - - - <b>Deploy:</b> %1 - <b>Déploiement :</b> %1 - - - <b>Run:</b> %1 - <b>Exécution :</b> %1 - - - <html><nobr>%1</html> - <html><nobr>%1</html> - - - Project: <b>%1</b><br/> - Projet : <b>%1</b><br/> - - - Target: <b>%1</b><br/> - Cible : <b>%1</b><br/> - - - Build: <b>%1</b><br/> - Compilation : <b>%1</b><br/> - - - Deploy: <b>%1</b><br/> - Déploiement : <b>%1</b><br/> - - - Run: <b>%1</b><br/> - Exécution : <b>%1</b><br/> - - - <style type=text/css>a:link {color: rgb(128, 128, 255, 240);}</style>The project <b>%1</b> is not yet configured<br/><br/>You can configure it in the <a href="projectmode">Projects mode</a><br/> - <style type=text/css>a:link {color: rgb(128, 128, 255, 240);}</style>Le projet <b>%1</b> n'est pas encore configuré<br/><br/>Vous pouvez le configurer dans le <a href="projectmode">mode Projets</a><br/> - - - Select active project - Sélectionner le projet actif - - - <html><nobr><b>Project:</b> %1<br/>%2%3<b>Run:</b> %4%5</html> - <html><nobr><b>Projet :</b> %1<br/>%2%3<b>Exécution :</b> %4%5</html> - - - <b>Target:</b> %1<br/> - <b>Cible :</b> %1<br/> - - - <b>Build:</b> %2<br/> - <b>Compilation :</b> %2<br/> - - - <br/>%1 - <br/>%1 - - - Clone of %1 - Clone de %1 - - - Build & Run - Compiler & Exécuter - - - Other Project - Autre projet - - - Applications - Applications - - - Import Project - Importer un projet - - - Qt Application - Application Qt - - - Targets - Cibles - - - Enter the name of the session: - Entrez le nom de la session : - - - Switch to - Basculer vers - - - No target defined. - Aucune cible définie. - - - Cancel Build && Remove Target - Annuler la compilation && supprimer la cible - - - No kit defined in this project. - Aucun kit n'est défini dans ce projet. - - - Incompatible Kit - Kit incompatible - - - Kit %1 is incompatible with kit %2. - Le kit %1 est incompatible avec le kit %2. - - - Build configurations: - - Configurations de compilation : - - - Deploy configurations: - - Configurations de déploiement : - - - Run configurations - Configurations d'exécution - - - Build configurations: - Configurations de compilation : - - - Deploy configurations: - Configurations de déploiement : - - - Run configurations - Configurations d'exécution - - - Partially Incompatible Kit - Kit partiellement incompatible - - - Some configurations could not be copied. - Certaines configurations n'ont pas pu être copiées. - - - Cancel Build && Remove Kit - Annuler la compilation et supprimer le kit - - - Remove Kit %1? - Supprimer le kit %1 ? - - - The kit <b>%1</b> is currently being built. - Le kit <b>%1</b> est actuellement en cours de compilation. - - - Do you want to cancel the build process and remove the kit anyway? - Voulez-vous annuler le processus de compilation et retirer le kit ? - - - Change Kit - Changer de kit - - - Copy to Kit - Copier vers le kit - - - Remove Kit - Retirer le kit - - - Do you want to cancel the build process and remove the Kit anyway? - Voulez-vous annuler le processus de compilation et supprimer le kit ? - - - Do you really want to remove the -"%1" kit? - Voulez-vous vraiment supprimer le kit "%1" ? - - - Remove Target %1? - Supprimer la cible %1 ? - - - The target <b>%1</b> is currently being built. - La cible <b>%1</b> est actuellement en cours de compilation. - - - Do you want to cancel the build process and remove the Target anyway? - Voulez-vous annuler le processus de compilation et supprimer la cible ? - - - Qt Creator - Qt Creator - - - - QtC::GenericProjectManager - - Desktop - Generic desktop target display name - Desktop - - - - QtC::QmakeProjectManager - - Desktop - Qt4 Desktop target display name - Bureau - - - Symbian Emulator - Qt4 Symbian Emulator target display name - Émulateur Symbian - - - Symbian Device - Qt4 Symbian Device target display name - Périphérique Symbian - - - Maemo Emulator - Qt4 Maemo Emulator target display name - Émulateur Maemo - - - Maemo Device - Qt4 Maemo Device target display name - Périphérique Maemo - - - Maemo - Qt4 Maemo target display name - Maemo - - - <b>Device:</b> Not connected - <b>Périphérique :</b>Non connecté - - - <b>Device:</b> %1 - <b>Périphérique :</b> %1 - - - <b>Device:</b> %1, %2 - <b>Périphérique :</b> %1, %2 - - - - QtC::QmlProjectManager - - QML Viewer - QML Viewer target display name - Visualisateur QML - - - - QmlDesigner::FormEditorWidget - - Snap to guides (E) - Aligner sur les guides (E) - - - Show bounding rectangles (A) - Montrer les rectangles englobants (A) - - - Show bounding rectangles and stripes for empty items (Press Key A) - Afficher les boîtes englobantes et des rayures pour les éléments vides (Appuyer touche A) - - - Only select items with content (S) - Sélectionner uniquement les éléments avec du contenu (S) - - - width - largeur - - - height - hauteur - - - Reset view (R) - Réinitialiser la vue (R) - - - No snapping (T). - Aucun alignement (T). - - - Snap to parent or sibling items and generate anchors (W). - Aligner sur le parent ou sur les éléments frères et générer les ancres (W). - - - Snap to parent or sibling items but do not generate anchors (E). - Aligner sur le parent ou sur les éléments frères mais ne pas générer d'ancres (E). - - - Show bounding rectangles and stripes for empty items (A). - Afficher les boîtes englobantes et des lignes d'ancrage pour les éléments vides (A). - - - Only select items with content (S). - Sélectionner uniquement les éléments avec du contenu (S). - - - Width - Largeur - - - Height - Hauteur - - - Reset view (R). - Réinitialiser la vue (R). - - - - QmlDesigner::ComponentView - - whole document - document entier - - - - QmlDesigner::DesignDocumentController - - -New Form- - -Nouveau formulaire- - - - Cannot save to file "%1": permission denied. - Impossible d'enregistrer le fichier "%1" : permission refusée. - - - Parent folder "%1" for file "%2" does not exist. - Le répertoire parent "%1" pour le fichier "%2" n'existe pas. - - - Error - Erreur - - - Cannot write file: "%1". - Impossible d'enregistrer le fichier : "%1". - - - - QmlDesigner::XUIFileDialog - - Open file - Ouvrir le fichier - - - Save file - Enregistrer le fichier - - - Open File - Ouvrir le fichier - - - Save File - Enregistrer le fichier - - - Declarative UI files (*.qml) - Fichiers de déclaration d'interface (*.qml) - - - All files (*) - Tous les fichiers (*) - - - - QmlDesigner::ItemLibrary - - Library - Title of library view - Bibliothèques - - - Items - Title of library items view - Éléments - - - Resources - Title of library resources view - Ressources - - - <Filter> - Library search input hint text - <Filtre> - - - - QmlDesigner::NavigatorTreeModel - - Unknown item: %1 - Item inconnu : %1 - - - Invalid Id - Identifiant invalide - - - %1 is an invalid id. - %1 n'est pas un identifiant valide. - - - %1 already exists. - %1 existe déjà. - - - %1 is an invalid id - %1 est un identifiant invalide - - - %1 already exists - %1 existe déjà - - - Warning - Avertissement - - - Reparenting the component %1 here will cause the component %2 to be deleted. Do you want to proceed? - Redéfinir ici le parent du composant %1 entrainera la supression du composant %2. Voulez-vous continuer ? - - - - QmlDesigner::NavigatorWidget - - Navigator - Title of navigator view - Navigateur - - - Become first sibling of parent (CTRL + Left) - Devenir le premier frère du parent (CTRL + Left) - - - Become child of first sibling (CTRL + Right) - Devenir l'enfant dy premier frère (CTRL + Right) - - - Move down (CTRL + Down) - Déplacer en dessous (CTRL + Down) - - - Move up (CTRL + Up) - Déplacer au-dessus (CTRL + Up) - - - - QmlDesigner::PluginManager - - About plugins - À propos des plug-ins - - - About Plugins - À propos des plug-ins - - - - WidgetPluginManager - - Failed to create instance. - Échec lors de la création de l'instance. - - - Not a QmlDesigner plugin. - N'est pas un module pour QmlDesigner. - - - Failed to create instance of file '%1': %2 - Échec lors de la création de l'instance du fichier "%1" : %2 - - - Failed to create instance of file '%1'. - Échec lors de la création de l'instance du fichier "%1". - - - File '%1' is not a QmlDesigner plugin. - Le fichier "%1' n"est pas un module pour QmlDesigner. - - - - QmlDesigner::AllPropertiesBox - - Properties - Title of properties view. - Propriétés - - - - QmlDesigner::PropertyEditor - - Properties - Propriétés - - - Invalid Id - Id invalide - - - %1 is an invalid id - %1 est un identifiant invalide - - - %1 already exists - %1 existe déjà - - - - qdesigner_internal::QtGradientStopsController - - H - Teinte (HSV color model) - T - - - S - Saturation (HSV color model) - S - - - V - Valeur (HSV color model) - V - - - Hue - Teinte (HSV color model) - Teinte - - - Sat - Saturation (HSV color model) - Sat - - - Val - Valeur (HSV color model) - Val - - - Saturation - HSV color model - Saturation - - - Value - HSV color model - Valeur - - - R - Rouge - R - - - G - Vert - V - - - B - Bleu - B - - - Red - Rouge - - - Green - Vert - - - Blue - Bleu - - - - QtGradientStopsWidget - - New Stop - Nouveau point d'arrêt - - - Delete - Supprimer - - - Flip All - Tout retourner - - - Select All - Tout sélectionner - - - Zoom In - Zoom avant - - - Zoom Out - Zoom arrière - - - Reset Zoom - Réinitialiser le zoom - - - - QmlDesigner::Internal::StatesEditorModel - - base state - Implicit default state - État de base - - - Invalid state name - Nom d'état invalide - - - The empty string as a name is reserved for the base state. - La chaîne vide comme nom est réservée à l'état de base. - - - Name already used in another state - Le nom est déjà utilisé dans un autre état - - - - QmlDesigner::Internal::StatesEditorWidgetPrivate - - base state - état de base - - - State%1 - Default name for newly created states - État%1 - - - - QmlDesigner::StatesEditorWidget - - States - Title of Editor widget - États - - - - QmlDesigner::InvalidArgumentException - - Failed to create item of type %1 - Échec lors de la création d'un élément de type %1 - - - - InvalidIdException - - Ids have to be unique: - Les identifiants doivent être uniques : - - - Invalid Id: - Identifiant invalide : - - - -Only alphanumeric characters and underscore allowed. -Ids must begin with a lowercase letter. - \nSeuls les caractères numériques et les tirets bas sont autorisés.\nL'identifiant doit commencé avec une lettre minuscule. - - - Only alphanumeric characters and underscore allowed. -Ids must begin with a lowercase letter. - Seuls les caractères numériques et les tirets bas sont autorisés.\nL'identifiant doit commencer avec une lettre minuscule. - - - Ids have to be unique. - Les identifiants doivent être uniques. - - - Invalid Id: %1 -%2 - Identifiant invalide : %1 -%2 - - - - QmlDesigner::Internal::SubComponentManagerPrivate - - QML Components - Composants QML - - - - QmlDesigner::Internal::ModelPrivate - - invalid type - type invalide - - - - QmlDesigner::QmlModelView - - Invalid Id - Indentifiant invalide - - - - QmlDesigner::RewriterView - - Error parsing - Erreur d'analyse syntaxique - - - Internal error - Erreur interne - - - "%1" - "%1" - - - line %1 - Ligne %1 - - - column %1 - Colonne %1 - - - - QmlDesigner::Internal::DocumentWarningWidget - - Placeholder - Placeholder - - - <a href="goToError">Go to error</a> - <a href="goToError">Aller à l'erreur</a> - - - %3 (%1:%2) - %3 (%1:%2) - - - Internal error (%1) - Erreur interne (%1) - - - - QmlDesigner::Internal::DesignModeWidget - - &Undo - &Annuler - - - &Redo - &Rétablir - - - Delete - Supprimer - - - Delete "%1" - Supprimer "%1" - - - Cu&t - Co&uper - - - Cut "%1" - Couper "%1" - - - &Copy - Co&pier - - - Copy "%1" - Copier "%1" - - - &Paste - C&oller - - - Paste "%1" - Coller "%1" - - - Select &All - Tout &sélectionner - - - Select All "%1" - Tout sélectionner "%1" - - - Toggle Full Screen - Basculer en plein écran - - - &Restore Default View - &Réstaurer la vue par défaut - - - &Go into Component - Aller dans le composant (&G) - - - Toggle &Left Sidebar - Basculer sur la barre latérale de &gauche - - - Toggle &Right Sidebar - Basculer sur la barre latérale de &droite - - - Projects - Projets - - - File System - Système de fichier - - - Open Documents - Documents ouverts - - - Qt Quick emulation layer crashed - Calque d'émulation de Qt Quick à planté - - - - QmlDesigner::Internal::BauhausPlugin - - Switch Text/Design - Basculer entre Texte/Design - - - Save %1 As... - Enregistrer %1 sous... - - - &Save %1 - Enregi&strer %1 - - - Revert %1 to Saved - Restaurer %1 à la version sauvegardée - - - Close %1 - Fermer %1 - - - Close All Except %1 - Fermer tout sauf %1 - - - Close Others - Fermer les autres éditeurs - - - - Qt Quick - - Qt Quick - Qt Quick - - - - Qml::Internal::QLineGraph - - Frame rate - Taux de rafraîchissement - - - - Qml::Internal::GraphWindow - - Total time elapsed (ms) - Temps total écoulé (ms) - - - - Qml::Internal::CanvasFrameRate - - Resolution: - Résolution : - - - Clear - Effacer - - - New Graph - Nouveau graphique - - - Enabled - Autorisé - - - - Qml::Internal::ExpressionQueryWidget - - <Type expression to evaluate> - <Type expression à évaluer> - - - Write and evaluate QtScript expressions. - Ecrire et évaluer des expressions QtScript. - - - Clear Output - Éffacer la sortie - - - Script Console - - Console de scripte - - - Expression queries - Expression des requêtes - - - Expression queries (using context for %1) - Selected object - Expression des requêtes (en utilisant le contexte de %1) - - - <%n items> - - <%n élément> - <%n éléments> - - - - - Qml::Internal::ObjectPropertiesView - - Name - Nom - - - Value - Valeur - - - Type - Type - - - &Watch expression - &Ajouter un point d'observation sur l'expression - - - &Remove watch - &Supprimer le point d'observation - - - Show &unwatchable properties - A&fficher les propriétés non observées - - - &Group by item type - &Grouper par type d'élément - - - <%n items> - - <%n élément> - <%n éléments> - - - - Watch expression '%1' - Ajouter un point d'observation sur l'expression "%1" - - - Hide unwatchable properties - Masquer les propriétés non observées - - - Show unwatchable properties - Afficher les propriétés non observées - - - - Qml::Internal::ObjectTree - - Add watch expression... - Ajouter un point d'observation sur l'expression... - - - Show uninspectable items - Montrer les éléments non inspectables - - - Go to file - Aller au fichier - - - Watch expression - Ajouter un point d'observation sur l'expression - - - Expression: - Expression : - - - - Qml::Internal::WatchTableModel - - Name - Nom - - - Value - Valeur - - - - Qml::Internal::WatchTableView - - Stop watching - Arrêter l'observation - - - - Qml::InspectorOutputWidget - - Output - Sortie - - - Clear - Effacer - - - - Qml::Internal::EngineComboBox - - Engine %1 - engine number - Engin %1 - - - - Qml::QmlInspector - - Failed to connect to debugger - Échec lors de la connection au débogeur - - - Could not connect to debugger server. - Impossible de se connecter au serveur de débogage. - - - Invalid project, debugging canceled. - Projet invalide, débogage annulé. - - - Cannot find project run configuration, debugging canceled. - Impossible de trouver la configuration d'exécution du projet, débogage annulé. - - - [Inspector] set to connect to debug server %1:%2 - [Inspecteur] configuré pour se connecter au serveur de débogage %1 : %2 - - - [Inspector] disconnected. - - - [Inspecteur] deconnecté. - - - - - [Inspector] resolving host... - [Inspecteur] résolution de l'hôte... - - - [Inspector] connecting to debug server... - [Inspecteur] connection au serveur de débogage... - - - [Inspector] connected. - - [Inspecteur] connecté. - - - - [Inspector] closing... - [Inspecteur] fermeture... - - - [Inspector] error: (%1) %2 - %1=error code, %2=error message - [Inspecteur] erreur : (%1) %2 - - - QML engine: - Moteur QML : - - - Object Tree - Arbre de l'objet - - - Properties and Watchers - Propriétés et observateurs - - - Script Console - Console de script - - - Output of the QML inspector, such as information on connecting to the server. - Sortie de l'inspecteur QML, telles que des informations sur la connexion au serveur. - - - Start Debugging C++ and QML Simultaneously... - Démarrer le débogage du C++ et du QML simultanément... - - - No project was found. - Aucun projet trouvé. - - - No run configurations were found for the project '%1'. - Aucune configuration d'exécution n'a été trouvée pour le projet "%1". - - - No valid run configuration was found for the project %1. Only locally runnable configurations are supported. -Please check your project settings. - Aucune configuration d'exécution valide n'a été trouvée pour le projet %1.Seules les configurations d'exécution locales sont prises en charge. -Merci de vérifier vos paramètres de projet. - - - A valid run control was not registered in Qt Creator for this project run configuration. - Un contrôle d'exécution valide n'a pas été enregistré dans Qt Creator pour cette configuration d'exécution du projet. - - - Debugging failed: could not start C++ debugger. - Échec du débogage : impossible de démarrer le débogueur C++. - - - - Qml::Internal::StartExternalQmlDialog - - <No project> - <Aucun projet> - - - - QtC::QmlJSEditor - - Rename... - Renommer... - - - New id: - Nouvel identifiant : - - - Rename id '%1'... - Renommer l'identifiant "%1"... - - - <Select Symbol> - <Selectionner un symbole> - - - Do you want to enable the experimental Qt Quick Designer? - Voulez-vous activer le designer expérimental pour Qt Quick ? - - - Enable Qt Quick Designer - Activer le designer pour Qt Quick - - - Qt Creator -> About Plugins... - Qt Creator -> À propos des modules... - - - Help -> About Plugins... - Aide -> À propos des modules... - - - Enable experimental Qt Quick Designer? - Activer le designer expérimental pour Qt Quick ? - - - Do you want to enable the experimental Qt Quick Designer? After enabling it, you can access the visual design capabilities by switching to Design Mode. This can affect the overall stability of Qt Creator. To disable Qt Quick Designer again, visit the menu '%1' and disable 'QmlDesigner'. - Voulez-vous activer le designer expérimental pour Qt Quick ? Après l'activation, vous pourrez accéder aux outils de conception visuelle en basculant dans le mode Design. Cela peut affecter la stabilité globale de Qt Creator. Pour désactiver le designer de Qt Creator, aller dans le menu "%1' et désactiver 'QmlDesigner". - - - Cancel - Annuler - - - Please restart Qt Creator - Veuillez redémarrer Qt Creator - - - Please restart Qt Creator to make the change effective. - Veuillez redémarrer Qt Creator pour rendre les changements actifs. - - - Creates a Qt QML file. - Créer un fichier QML. - - - Qt QML File - Fichier QML - - - Ctrl+Alt+R - Ctrl+Alt+R - - - Creates a QML file. - Créer un fichier QML. - - - QML File - Fichier QML - - - Creates a QML file with boilerplate code, starting with "import QtQuick 1.1". - Crée un fichier QML avec le code tout fait commençant par "import QtQuick 1.1". - - - QML File (Qt Quick 1) - Fichier QML (Qt Quick 1) - - - Creates a QML file with boilerplate code, starting with "import QtQuick 2.0". - Crée un fichier QML avec le code tout fait commençant par "import QtQuick 2.0". - - - QML File (Qt Quick 2) - Fichier QML (Qt Quick 2) - - - Creates a JavaScript file. - Crée un fichier JavaScript. - - - JS File - Fichier JS - - - Rename Symbol Under Cursor - Renommer le symbole sous le curseur - - - Ctrl+Shift+R - Ctrl+Shift+R - - - Run Checks - Exécuter les vérifications - - - Ctrl+Shift+C - Ctrl+Shift+C - - - Reformat File - Reformater le fichier - - - QML - QML - - - QML Analysis - Analyse QML - - - Follow Symbol Under Cursor - Suivre le symbole sous le curseur - - - Find Usages - Trouver les utilisations - - - Ctrl+Shift+U - Ctrl+Shift+U - - - Show Qt Quick Toolbar - Montrer la barre d'outils Qt Quick - - - Unfiltered - Sans filtre - - - Library at %1 - Bibliothèque à %1 - - - Dumped plugins successfully. - Création d'un dump des plug-ins avec succès. - - - Read typeinfo files successfully. - Lecture du fichier typeinfo avec succès. - - - Indexing - Indexation - - - Type dump of QML plugin in %0 failed. -Errors: -%1 - - pas sur de la traduction de dump... - Échec du collecteur de type pour le plug-in QML dans %0. -Erreurs : -%1 - - - - No file specified. - Aucun fichier spécifié. - - - Failed to preview Qt Quick file - Échec de la prévisualisation du fichier Qt Quick - - - Could not preview Qt Quick (QML) file. Reason: -%1 - Impossible de prévisualiser le fichier Qt Quick (QML). Raison : -%1 - - - Could not preview Qt Quick (QML) file. Reason: -%1 - Impossible de prévisualiser le fichier Qt Quick (QML). Raison : \n%1 - - - - QtC::QmlProjectManager - - Error while loading project file! - Erreur lors du chargement du fichier de projet ! - - - Error while loading project file %1. - du projet ? - Erreur lors du chargement du fichier de projet %1. - - - QML project: %1 - Projet QML : %1 - - - Warning while loading project file %1. - Avertissement lors du chargement du fichier de projet %1. - - - Qt version is too old. - La version de Qt est trop vieille. - - - File '%1' does not exist or is not readable. - Le fichier '%1' n'existe pas ou n'est pas lisible. - - - Device type is not desktop. - Le type d'appareil n'est pas "desktop". - - - No Qt version set in kit. - Pas de version de Qt définie dans le kit. - - - Qt QML Application - Application QML - - - Creates a Qt QML application project with a single QML file containing the main view. - -QML application projects are executed through the QML runtime and do not need to be built. - Créer un projet pour une application QML avec un seul fichier QML contenant la vue principale.\n\nLes applications QML sont exécutées sur le runtine QML et n'ont pas besoin d'être compilées. - - - Creates a Qt Quick UI project with a single QML file that contains the main view. - -You can review Qt Quick UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects. - -Requires <b>Qt 4.7.4</b> or newer. - Crée un projet d'interface Qt Quick avec un seul fichier QML qui contient la vue principale. - -Vous pouvez voir le projet d'interface Qt Quick dans le visualiseur QML sans avoir à le compiler. Vous n'avez pas besoin d'avoir l'environnement de développement d'installé sur votre ordinateur pour créer et exécuter ce type de projet. - -Requiert <b>Qt 4.7.4</b> ou plus récent. - - - Creates a Qt Quick UI project with a single QML file that contains the main view. - -You can review Qt Quick UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects. - Crée un projet d'interface Qt Quick avec un seul fichier QML qui contient la vue principale. - -Vous pouvez voir le projet d'interface Qt Quick dans le visualiseur QML sans avoir à le compiler. Vous n'avez pas besoin d'avoir l'environnement de développement d'installé sur votre ordinateur pour créer et exécuter ce type de projet. - - - File generated by QtCreator - qmlproject Template - Comment added to generated .qmlproject file - Fichier généré par Qt Creator - - - Qt Quick 2 UI - Interface utilisateur Qt Quick 2 - - - Creates a Qt Quick UI 2 project with a single QML file that contains the main view. - -You can review Qt Quick UI 2 projects in the QML Scene and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects. - -Requires <b>Qt 5.0</b> or newer. - Crée un projet d'interface utilisateur Qt Quick 2 avec un seul fichier QML contenant la vue principale. - -Vous pouvez vérifier les projets d''interface utilisateur Qt Quick 2 dans le QML Scene, sans devoir les compiler. Il n'est pas nécessaire d'avoir un environnement de développement installé sur votre ordinateur pour créer et exécuter ce type de projets. - -Nécessite <b>Qt 5.0</b> ou plus récent. - - - Qt Quick 1 UI - Interface utilisateur Qt Quick 1 - - - Creates a Qt Quick UI 1 project with a single QML file that contains the main view. - -You can review Qt Quick UI 1 projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects. - -Requires <b>Qt 4.8</b> or newer. - Crée un projet d'interface utilisateur Qt Quick 1 avec un seul fichier QML qui contient la vue principale. - -Vous pouvez vérifier les projets d''interface utilisateur Qt Quick 1 dans le QML Scene, sans devoir les compiler. Il n'est pas nécessaire d'avoir un environnement de développement installé sur votre ordinateur pour créer et exécuter ce type de projets. - -Nécessite <b>Qt 4.8</b> ou plus récent. - - - Qt Quick Project - Projet Qt Quick - - - Import Existing Qt QML Directory - Importer un répertoire Qt QML existant - - - Project Name and Location - Nom du projet et emplacement - - - Location - Emplacement - - - Include .qml, .js, and image files from current directory and subdirectories - qmlproject Template - Comment added to generated .qmlproject file - Inclure les fichiers .qml, .js et les images depuis le répertoire courant et ses sous-répertoires - - - List of plugin directories passed to QML runtime - qmlproject Template - Comment added to generated .qmlproject file - Liste des répertoires des plug-ins passée au runtime QML - - - Failed opening project '%1': Project already open - Échec de l'ouverture du projet "%1" : projet déjà ouvert - - - Failed opening project '%1': Project file is not a file - Échec de l'ouverture du projet '%1' : le fichier de projet n'est pas un fichier - - - Failed opening project '%1': Project is not a file - Échec de l'ouverture du projet "%1" : le projet n'est pas un fichier - - - No qmlviewer or qmlobserver found. - Pas de qmlviewer ou qmlobserver trouvé. - - - No qmlviewer or qmlscene found. - Pas de qmlviewer ou qmlscene trouvé. - - - QML Scene - QMLRunConfiguration display name. - QML Scene - - - QML Viewer - QMLRunConfiguration display name. - Visualisateur QML - - - Manage Qt versions - Gérer les versions de Qt - - - Qt version: - Version de Qt : - - - Debugger: - Débogueur : - - - Invalid Qt version - Version de Qt invalide - - - Debugging Address: - Addresse du débogeur : - - - Debugging Port: - Port du débogueur : - - - <Current File> - <Fichier courant> - - - Run QML Script - Executer le script QML - - - QML Viewer - QML Viewer - - - QML Scene - QML Scene - - - Starting %1 %2 - Démarrer %1 %2 - - - %1 exited with code %2 - %1 a quitté avec le code %2 - - - Run - Exécuter - - - Open Qt4 Options - Ouvrir les options de Qt4 - - - Cancel - Annuler - - - QML Observer could not be found. - L'observateur QML n'a pas pu être trouvé. - - - QML Observer is used to offer debugging features for QML applications, such as interactive debugging and inspection tools. It must be compiled for each used Qt version separately. On the Qt4 options page, select the current Qt installation and click Rebuild. - pour "telles": s'accorde avec fonctionnalités (cf http://home.ican.net/~galandor/grammair/fich_002.htm ) - L'observateur QML est utilisé pour offrir des fonctionnalités de débogage pour les applications QML, telles que des outils de débogage interactif et d'inspection. Il doit être compilé séparément pour chaque version de Qt utilisée. Sur la page d'options Qt4, séléctionner l'installation courante de Qt et cliquer sur recompiler. - - - QML - QML - - - - QtC::QmakeProjectManager - - Step 1 of 2: Choose GnuPoc folder - Étape 1 sur 2 : Choisir le répertoire GnuPoc - - - Step 2 of 2: Choose Qt folder - Étape 2 sur 2 : Choisir le répertoire Qt - - - Adding GnuPoc - Ajouter GnuPoc - - - GnuPoc and Qt folders must not be identical. - Les répertoires GnuPoc et Qt ne doivent pas être identiques. - - - - QtC::ProjectExplorer - - The Symbian SDK and the project sources must reside on the same drive. - Le SDK Symbian et les sources du projet doivent être situés sur le même disque. - - - The Symbian SDK was not found for Qt version %1. - Le SDK Symbian n'a pas été trouvé pour Qt version %1. - - - The "Open C/C++ plugin" is not installed in the Symbian SDK or the Symbian SDK path is misconfigured for Qt version %1. - Le "plug-in Open C/C++" n'est pas installé pour le SDK Symbian ou le répertoire du SDK Symbian est mal configuré pour la version de Qt %1. - - - The Symbian toolchain does not handle special characters in a project path well. - La chaîne de compilation Symbian ne gère correctement les caractères spéciaux dans le chemin d'un projet. - - - The Symbian tool chain does not handle spaces in the project path '%1'. - La chaîne de compilation Symbian ne gère pas les espaces dans le chemin du projet "%1". - - - The Symbian tool chain does not handle special characters in the project name '%1' well. - La chaîne de compilation Symbian ne gère pas bien les caractères spéciaux dans le chemin du projet "%1". - - - - QtC::QmakeProjectManager - - Evaluating - Évaluation - - - No Qt version set in kit. - Aucune version de Qt définie dans le kit. - - - The .pro file '%1' does not exist. - Le fichier .pro "%1" n'existe pas. - - - The .pro file '%1' is not part of the project. - Le fichier .pro "%1" ne fait pas partie du projet. - - - The .pro file '%1' could not be parsed. - Le fichier .pro "%1" ne peut pas être analysé. - - - Qt4 - Qt4 - - - Qt Versions - Versions de Qt - - - Qt Widget Project - Projet Qt Widget - - - Qt C++ Project - Projet Qt C++ - - - Maemo - Maemo - - - Linux Devices - Périphériques Linux - - - Unconfigured Project - Project non configuré - - - - QtC::QtSupport - - The Qt version is invalid: %1 - %1: Reason for being invalid - La version de Qt est invalide : %1 - - - The qmake command "%1" was not found or is not executable. - %1: Path to qmake executable - La commande qmake "%1" n'a pas été trouvée ou n'est pas exécutable. - - - - QtC::QmakeProjectManager - - Qmake does not support build directories below the source directory. - Qmake ne permet pas d'avoir des répertoires de compilation à un niveau en-dessous des répertoires sources. - - - The build directory needs to be at the same level as the source directory. - Le répertoire de compilation doit être au même niveau que celui des sources. - - - Warning: Cannot build QMLObserver; Qt version must be 4.7.1 or higher. - Avertissement : impossible de compiler QMLObserver ; la version de Qt doit être 4.7.1 ou plus. - - - Warning: Cannot build qmldump; Qt version must be 4.7.1 or higher. - Avertissement : impossible de compiler qmldump ; la version de Qt doit être 4.7.1 ou plus. - - - - QtC::QtSupport - - No qmake path set - Chemin de qmake non spécifié - - - qmake does not exist or is not executable - qmake n'existe pas ou n'est pas exécutable - - - Qt version has no name - La version de Qt n'a pas de nom - - - <unknown> - contexte ? - <inconnu> - - - System - Système - - - Qt %1 in PATH (%2) - Qt %1 dans le PATH (%2) - - - Qt %1 (%2) - Qt %1 (%2) - - - Qt version is not properly installed, please run make install - La version de Qt n'est pas correctement installée, veuillez exécuter make install - - - Could not determine the path to the binaries of the Qt installation, maybe the qmake path is wrong? - Impossible de déterminer le chemin vers les programmes de Qt, peut-être que le chemin vers qmake est faux ? - - - The default mkspec symlink is broken. - Le lien symbolique sur le mkspec par défaut est cassé. - - - ABI detection failed: Make sure to use a matching compiler when building. - La détection de l'ABI a échoué : vérifiez que vous utilisez un compilateur adéquat. - - - Non-installed -prefix build - for internal development only. - ? - Version de Qt compilée avec -prefix non installée – pour le développement interne uniquement. - - - Cannot start '%1': %2 - Impossible de démarrer "%1" : %2 - - - Timeout running '%1' (%2 ms). - Expiration de l'exécution de "%1" (%2 ms). - - - '%1' crashed. - "%1" a crashé. - - - qmake '%1' is not an executable. - qmake "%1" n'est pas un exécutable. - - - Failed to detect the ABI(s) used by the Qt version. - Impossible de détecter l'ABI utilisée par la version de Qt. - - - ABI detection failed: Make sure to use a matching tool chain when building. - La détection de l'ABI a échoué : vérifiez que vous utilisez une chaîne de compilation adéquate lors de la compilation. - - - No qmlscene installed. - Pas de qmlscene installé. - - - No qmlviewer installed. - Pas de qmlviewer installé. - - - The "Open C/C++ plugin" is not installed in the Symbian SDK or the Symbian SDK path is misconfigured - Le plug-in "Open C/C++" n'est pas installé dans le SDK Symbian ou le chemin du SDK Symbian n'est pas bien configuré - - - SBS was not found. - SBS non trouvé. - - - Desktop - Qt Version is meant for the desktop - Desktop - - - Symbian - Qt Version is meant for Symbian - Symbian - - - Maemo - Qt Version is meant for Maemo5 - Maemo - - - Harmattan - Qt Version is meant for Harmattan - Harmattan - - - MeeGo - Qt Version is meant for MeeGo - MeeGo - - - Meego - Qt Version is meant for Meego - Meego - - - Qt Simulator - Qt Version is meant for Qt Simulator - Simulateur Qt - - - unkown - No idea what this Qt Version is meant for! - inconnue - - - Qt version %1, using mkspec %2 (%3) - Qt en version %1, en utilisant le mkspec %2 (%3) - - - Cannot determine the installation path for Qt version '%1'. - Impossible de définir le chemin d'installation pour la version de Qt '%1'. - - - The Qt Version has no tool chain. - La version de Qt n'as pas de chaîne de compilation. - - - Building helper(s) with toolchain '%1' ... - - Compilation des assistants avec la chaîne de compilation "%1"... - - - - Building helper(s) with toolchain '%1'... - - Compilation des assistants avec la chaîne de compilation '%1'... - - - Build failed. - Compilation échoué. - - - Build succeeded. - Compilation réussi. - - - The Qt Version has no toolchain. - La version de Qt n'as pas de chaîne de compilation. - - - Qt for WinCE - Qt Version is meant for WinCE - Qt pour WinCE - - - Embedded Linux - Qt Version is used for embedded Linux development - Linux embarqué - - - - QtC::QmakeProjectManager - - Mobile Qt Application - Application Qt pour mobiles - - - Creates a Qt application optimized for mobile devices with a Qt Designer-based main window. - -Preselects Qt for Simulator and mobile targets if available - Créer une application Qt optimisée pour les mobiles avec une fenêtre principale conçue dans Qt Designer.\n\nPrésélectionne la version de Qt pour le simulateur et les mobiles si disponible - - - Modules - Modules - - - Kits - Kits - - - Qt Unit Test - Test unitaire Qt - - - Creates a QTestLib-based unit test for a feature or a class. Unit tests allow you to verify that the code is fit for use and that there are no regressions. - Créer un test unitaire basé sur QTestList pour une fonctionnalité ou une classe.Les tests unitaires vous permettent de vérifier que le code est utilisable et qu'il n'y a pas de régression. - - - This wizard generates a Qt unit test consisting of a single source file with a test class. - Cet assistant génère un test unitaire Qt consistant en un fichier source unique avec une classe de test. - - - - QtC::Subversion - - Annotate revision "%1" - Révision annotée "%1" - - - - QtC::TextEditor - - Text Editor - Éditeur de texte - - - Translate this string - Traduire cette chaîne de caractères - - - - QtC::VcsBase - - The file '%1' could not be deleted. - Le fichier "%1' n"a pas pu être supprimé. - - - Choose Repository Directory - Choisissez le répertoire pour le dépot - - - The directory '%1' is already managed by a version control system (%2). Would you like to specify another directory? - Le répertoire "%1" est déjà géré par un système de contrôle des versions (%2). Voulez-vous spécifier un autre répertoire ? - - - Repository already under version control - Le dépôt est déjà sous contrôle de version - - - Repository Created - Dépot créé - - - Repository Creation Failed - Échec lors de la création du dépôt - - - Error: Executable timed out after %1s. - Erreur: L'exécutable est arrivé à échéance après %1s. - - - There is no patch-command configured in the common 'Version Control' settings. - Il n'y a pas de commande patch configurée dans les paramètres communs de contrôle de version. - - - Unable to launch '%1': %2 - Impossible de lancer "%1" : %2 - - - A timeout occurred running '%1' - mouais - "%1" a expiré - - - '%1' crashed. - "%1" a crashé. - - - '%1' failed (exit code %2). - "%1" a échoué (code de retour %2). - - - Repository created - Dépot créé - - - A version control repository has been created in %1. - Un dépôt sous contrôle de version à été créé dans %1. - - - Repository creation failed - Échec lors de la création du dépôt - - - A version control repository could not be created in %1. - Un dépôt sous contrôle de version ne peut pas être créé dans %1. - - - - trk::Launcher - - Cannot open remote file '%1': %2 - Impossible d'ouvrir le fichier "%1" à distance : %2 - - - Cannot open '%1': %2 - Impossible d'ouvrir "%1" : %2 - - - No device is connected. Please connect a device and try again. - Pas de périphérique connecté. Veuillez connecter un périphérique et réessayer. - - - Unable to acquire a device for port '%1'. It appears to be in use. - Impossible d'acquérir un device pour le port "%1". Il semble être utilisé. - - - - AboutDialog - - About Bauhaus - AboutDialog - A propos de Bauhaus - - - - QtC::QmlEditorWidgets - - Text - Texte - - - Style - Style - - - Normal - Normal - - - Outline - Contour - - - Raised - Bombé - - - Sunken - Enfoncé - - - ... - ... - - - - QtC::Core - - Unfiltered - Sans filtre - - - - QmlDesigner::ContextPaneWidget - - Disable permanently - Désactiver de façon permanente - - - - QtC::QmlEditorWidgets - - Form - Formulaire - - - Stretch vertically. Scales the image to fit to the available area. - Étirer verticalement. Redimensionne l'image pour qu'elle occupe l'espace disponible. - - - Repeat vertically. Tiles the image until there is no more space. May crop the last image. - tronquée ? rognée ? john :rognée - Répéter verticalement. Répète l'image en utilisant tout l'espace disponible. Il se peut que la dernière image soit rognée. - - - Round. Like Repeat, but scales the images down to ensure that the last image is not cropped. - Arrondir. Comme répéter mais redimensionne les images afin de s'assurer que la dernière ne soit pas rognée. - - - Repeat horizontally. Tiles the image until there is no more space. May crop the last image. - Répéter horizontalement. Répète l'image en utilisant tout l'espace disponible. Il se peut que la dernière image soit rognée. - - - Stretch horizontally. Scales the image to fit to the available area. - Étirer horizontalement. Redimensionne l'image pour qu'elle occupe l'espace disponible. - - - The image is scaled to fit - L'image est redimensionnée pour être ajustée - - - The image is stretched horizontally and tiled vertically - L'image est étirée horizontalement et répétée verticalement - - - The image is stretched vertically and tiled horizontally - L'image est étirée verticalement et répétée horizontalement - - - The image is duplicated horizontally and vertically - L'image est dupliquée horizontalement et verticalement - - - The image is scaled uniformly to fit without cropping - L'image est étirée uniformément pour être ajustée sans rognage - - - The image is scaled uniformly to fill, cropping if necessary - L'image est étirée uniformément pour remplir, en étant rognée si nécessaire - - - 10 x 10 - wtf ? encore ? - 10 x 10 - - - Gradient - Dégradé - - - Color - Couleur - - - Border - Bordure - - - Dialog - Boîte de dialogue - - - Play simulation - Lancer la simulation - - - Easing - Amortissement - - - Type of easing curve - Type de la courbe d'amortissement - - - Subtype - Sous-type - - - Acceleration or deceleration of easing curve - Accélération ou décélération de la courbe d'amortissement - - - Duration - Durée - - - Duration of animation - Durée de l'animation - - - INVALID - INVALIDE - - - ms - ms - - - Amplitude - Amplitude - - - Amplitude of elastic and bounce easing curves - Amplitude des courbes d'amortissement élastiques et à rebonds - - - Period - Période - - - Easing period of an elastic curve - Période d'amortissement d'une courbe élastique - - - Overshoot - Dépasser - - - Easing overshoot for a back curve - Dépassement de l'amortissement pour le retour d'une courbe - - - - QtC::ClassView - - Form - Formulaire - - - Show Subprojects - Afficher les sous-projets - - - - QtC::Help - - Filter configuration - Configuration du filtre - - - Prefix: - Préfixe : - - - Limit to prefix - Limiter au préfixe - - - + - + - - - - - - - - - Double click to edit item. - Double-cliquez pour modifier l'élément. - - - Double-click to edit item. - Double-cliquez pour modifier l'élément. - - - Edit Filter Configuration - Éditer la configuration des filtres - - - - QtC::ImageViewer - - Image Viewer - Visualisateur d'image - - - Show background - Afficher l'arrière plan - - - Show outline - Afficher le contour - - - Fit image in the screen - Ajuster l'image à la taille de l'écran - - - Zoom In - Zoom avant - - - Zoom Out - Zoom arrière - - - Show Background - Afficher l'arrière plan - - - Show Outline - Affiche le contour - - - Fit to Screen - Ajuster à la taille de l'écran - - - Original Size - Taille réelle - - - - QtC::QmlJSEditor - - Dialog - Boîte de dialogue - - - Choose... - Choisir... - - - Form - Formulaire - - - Qt Quick Toolbars - Barres d'outils Qt Quick - - - Always show Qt Quick Toolbar - Toujours afficher la barre d'outils Qt Quick - - - If enabled, the toolbar will remain pinned to an absolute position. - restera attachée ? => épinglée - utilisé ailleurs [pnr] - Si disponible, la barre d'outils restera épinglée à une position absolue. - - - Pin Qt Quick Toolbar - "Pin" -> épingler (utilisé dans d'autres traductions) - Épingler la barre d'outils Qt Quick - - - Qt Quick ToolBar - Barre d'outils Qt Quick - - - - QtC::QmakeProjectManager - - Library: - Bibliothèque : - - - Library file: - Fichier de bibliothèque : - - - Include path: - Chemin d'inclusion : - - - Platform - Plateforme - - - Linux - Linux - - - Mac - Mac - - - Windows - Windows - - - Symbian - Symbian - - - Linkage: - Edition de liens : - - - Dynamic - Dynamique - - - Static - Statique - - - Mac: - Mac : - - - Library - Bibliothèque - - - Framework - Framework - - - Windows: - Windows : - - - Library inside "debug" or "release" subfolder - Bibliothèque dans le sous-répertoire "debug" ou "release" - - - Add "d" suffix for debug version - Ajouter le suffixe "d" pour la version debug - - - Remove "d" suffix for release version - Retirer le suffixe "d" pour la version release - - - Package: - Paquet : - - - - MaemoProFilesUpdateDialog - - Maemo Deployment Issue - Problème de déploiement Maemo - - - The project files listed below do not contain Maemo deployment information, which means the respective targets cannot be deployed to and/or run on a device. Qt Creator can add the missing information to these files. - La liste des fichiers de projet ci-dessous ne contient pas d'informations de déploiement Maemo, ce qui signifie que les cibles respectives ne peuvent pas être déployées et/ou executése sur un périphérique. Qt Creator peut ajouter les informations manquantes à ces fichiers. - - - Check all - Cocher tout - - - Uncheck All - Décocher tout - - - The project files listed below do not contain Maemo deployment information, which means the respective targets cannot be deployed to and/or run on a device. Qt Creator will add the missing information to these files if you check the respective rows below. - La liste des fichiers de projet ci-dessous ne contient pas d'informations de déploiement Maemo, ce qui signifie que les cibles respectives ne peuvent pas être déployées et/ou executées sur un périphérique. Qt Creator peut ajouter les informations manquantes à ces fichiers si vous vérifiez les lignes correspondantes ci-dessous. - - - &Check all - &Cocher tout - - - &Uncheck All - Décocher to&ut - - - - QtQuickAppWizardSourcesPage - - WizardPage - WizardPage - - - Main QML File - Fichier QML principal - - - Generate a main.qml file - Générer un fichier main.qml - - - Import an existing .qml file - Importer un fichier .qml existant - - - Note: All files and directories that reside in the same directory as the main QML file are deployed. You can modify the contents of the directory any time before deploying. - Note : tous les fichiers et répertoires qui sont dans le même répertoire que le fichier QML principal sont déployés. Vous pouvez modifier le contenu du répertoire n'importe quand avant le déploiement. - - - - ManageDefinitionsDialog - - Dialog - Boîte de dialogue - - - Definitions - Définitions - - - Select All - Tout sélectionner - - - Clear Selection - Effacer la sélection - - - Invert Selection - Inverser la sélection - - - Download Selected Definitions - Télécharger les définitions sélectionnées - - - - QtC::QmlEditorWidgets - - Hides this toolbar. - Cache cette barre d'outils. - - - Pin Toolbar - Épingler la barre d'outils - - - Show Always - Toujours montrer - - - Unpins the toolbar and moves it to the default position. - Détacher la barre d'outils et déplacer la à sa position par défaut. - - - Hides this toolbar. This toolbar can be permanently disabled in the options page or in the context menu. - Cache cette barre d'outils. Cette barre d'outils peut être désactivée définitivement dans la page des options ou dans le menu contextuel. - - - double click for preview - double-cliquez plutôt que cliquer deux fois - double-cliquez pour la prévisualisation - - - Open File - Ouvrir le fichier - - - - QtC::QmlJS - - expected two numbers separated by a dot - est attendu deux nombres séparés par un point - - - package import requires a version number - l'importation d'un paquet a besoin d'un numéro de version - - - - QtC::ProjectExplorer - - Cannot start process: %1 - Impossible de démarrer le processus : %1 - - - Timeout after %1s. - Échéance après %1s. - - - The process crashed. - Le processus a crashé. - - - The process returned exit code %1: -%2 - Le processus a retourné le code %1 : -%2 - - - Error running '%1' in %2: %3 - Erreur lors de l'exécution de "%1" dans %2 : %3 - - - Building helper '%1' in %2 - - Compilation de l'assistant "%1" dans %2 - - - Building helper library '%1' in %2 - - Compilation de la bibliothèque d'assistance '%1' dans %2 - - - - Running %1 %2... - - Exécute %1 %2... - - - - Running %1 %2 ... - - Exécute %1 %2... - - - - %1 not found in PATH - - %1 non trouvé dans le PATH - - - - - QtC::Utils - - C++ - C++ - - - QML - QML - - - Debug port: - Port du débogage : - - - <a href="qthelp://com.nokia.qtcreator/doc/creator-debugging-qml.html">What are the prerequisites?</a> - <a href="qthelp://com.nokia.qtcreator/doc/creator-debugging-qml.html">Quels sont les prérequis?</a> - - - The command '%1' finished successfully. - La commande "%1' s"est terminée avec succès. - - - The command '%1' terminated with exit code %2. - La commande "%1's"est terminée avec le code de sortie %2. - - - The command '%1' terminated abnormally. - La commande "%1' s"est terminée de façon anormale. - - - The command '%1' could not be started. - La commande "%1" ne peut pas être démarrée. - - - The command '%1' did not respond within the timeout limit (%2 ms). - La commande "%1' n"a pas répondu dans le temps imparti (%2ms). - - - Process not Responding - Le processus ne réponds pas + Process Not Responding + Le processus ne répond pas The process is not responding. - Le processus ne réponds pas. + Le processus ne répond pas. - The process '%1' is not responding. - Le processus "%1" ne réponds pas. + The process "%1" is not responding. + Le processus « %1 » ne répond pas. - Would you like to terminate it? - Voulez-vous le terminer ? + Terminate the process? + Terminer le processus ? - - - QtC::ClassView - Class View - Ou est-ce un rapport avec la Vue ? (graphics/view) - Affichage de la classe + The command "%1" finished successfully. + La commande « %1 » s’est terminée avec succès. - - - QtC::Core - Activate %1 Pane - Activer le panneau %1 + The command "%1" terminated with exit code %2. + La commande « %1 » s’est terminée avec le code de sortie %1. - Hide Sidebar - Masquer la barre latérale + The command "%1" terminated abnormally. + La commande « %1 » s’est terminée de manière anormale. - - - SshConnection - Server and client capabilities don't match. Client list was: %1. -Server list was %2. - Les capacités du serveur et du client ne correspondent pas. La liste du client était : %1. -La liste du serveur était %2. + The command "%1" could not be started. + La commande « %1 » n’a pas pu être lancée. - - - QtC::Core - Invalid channel id %1 - Identifiant %1 du canal invalide - - - SSH Protocol error: %1 - Erreur dans le protocole SSH : %1 - - - Botan library exception: %1 - Exception dans la bibliothèque Botan : %1 - - - Invalid protocol version: Expected '2.0', got '%1'. - Version du protocole invalide :'2.0' attendue, "%1" detectée. - - - Invalid server id '%1'. - Identifiant de serveur invalide "%1". - - - Unexpected packet of type %1. - Paquet inattendu du type %1. - - - Could not read private key file: %1 - Impossible de lire le fichier de la clé privée : %1 - - - Password expired. - Mot de passe expiré. - - - Server rejected password. - Le serveur a rejeté le mot de passe. - - - Server rejected key. - Le serveur a rejeté la clé. - - - Server closed connection: %1 - Le serveur a fermé la connexion : %1 - - - Connection closed unexpectedly. - La connexion a été fermée de façon inattendu. - - - Timeout waiting for reply from server. - Temps limite dépassé lors de l'attente de la réponse du serveur. - - - - QtC::CodePaster - - Checking connection - Vérification de la connexion - - - Connecting to %1... - Connexion à %1... - - - - QtC::CppEditor - - Add %1 Declaration - Ajouter la déclaration %1 - - - Add Definition in %1 - Ajouter la définition dans %1 - - - Add Definition Here - Ajouter une définition ici - - - Add Definition Inside Class - Ajouter une définition dans la classe - - - Add Definition Outside Class - Ajouter une définition en dehors de la classe - - - No type hierarchy available - Aucune hiérarchie de type disponible - - - Bases - Bases - - - Derived - Dérivé - - - Type Hierarchy - Hiérarchie de type - - - C++ Symbols - Symboles C++ - - - C++ Symbols: - Symboles C++ : - - - Classes - Classes - - - Methods - Méthodes - - - Functions - Fonctions - - - Enums - Énumérations - - - Declarations - Déclarations - - - Scope: %1 -Types: %2 -Flags: %3 - Contexte : %1 -Types : %2 -Indicateurs : %3 - - - All - Tout - - - Projects - Projets - - - , - , - - - Types: - Types : - - - Projects only - Projets uniquement - - - All files - Tous les fichiers - - - - QtC::Debugger - - File and Line Number - Fichier et numéro de ligne - - - Function Name - Nom de la fonction - - - Break when C++ Exception is Thrown - Arrêt quand une exception C++ est lancée - - - Break when C++ Exception is Caught - Arrêt quand une exception C++ est reçue - - - Break when Function "main()" Starts - Arrêt quand la fonction "main()" commence - - - Break when a new Process is Forked - Arrêt quand un nouveau processus est forké - - - Break when a new Process is Executed - Arrêt quand un nouveau processus est exécuté - - - Break when a System Call is Executed - Arrêt quand un appel système est exécuté - - - Break on Data Access (Watchpoint) - Arrêt sur accès aux données (point d'observation) - - - File name and line number - Nom de fichier et numéro de ligne - - - Function name - Nom de fonction - - - Break on memory address - Arrêt sur adresse mémoire - - - Break when C++ exception is thrown - Arrêt quand une exception C++ est lancée - - - Break when C++ exception is caught - Arrêt quand une exception C++ est attrapée - - - Break when function "main" starts - Arrêt quand la fonction "main" commence - - - Break when a new process is forked - Arrêt sur fork d'un nouveau processus - - - Break when a new process is executed - Arrêt quand un nouveau processus est exécuté - - - Break when a system call is executed - Arrêt quand un appel système est exécuté - - - Break on data access at fixed address - Arrêt sur accès aux données à une adresse fixée - - - Break on data access at address given by expression - Arrêt sur accès aux données à une adresse donnée par l'expression - - - Break on QML signal handler - Arrêter sur gestionnaire de signal QML - - - Break when JavaScript exception is thrown - Arrêter lors de l'envoi d'une exception JavaScript - - - Debugger command to be executed when the breakpoint is hit. -GDB allows for specifying a sequence of commands separated by the delimiter '\n'. - La commande du débogueur à exécuter quand un point d'arrêt est rencontré. GDB autorise la spécification d'une séquence de commandes délimitées par '\n'. - - - <html><head/><body><p>Determines how the path is specified when setting breakpoints:</p><ul><li><i>Use Engine Default</i>: Preferred setting of the debugger engine.</li><li><i>Use Full Path</i>: Pass full path, avoiding ambiguities should files of the same name exist in several modules. This is the engine default for CDB and LLDB.</li><li><i>Use File Name</i>: Pass the file name only. This is useful when using a source tree whose location does not match the one used when building the modules. It is the engine default for GDB as using full paths can be slow with this engine.</li></ul></body></html> - <html><head/><body><p>Détermine comment le chemin est spécifié lors de la mise en place des points d'ârret : </p><ul><li><i>Utiliser le moteur par défaut</i> : paramètre conseillé pour le moteur de débogueur ; </li><li><i>Utiliser le chemin complet</i> : donne le chemin complet, en évitant les ambiguïtés, des fichiers du meme nom peuvent exister dans plusieurs modules. Il s'agit de la valeur par défaut du moteur CDB et LLDB.</li><li><i>Utiliser le nom de fichier</i> : donne le nom de fichier uniquement. Cela est utile quand vous utilisez un arbre de source où les chemins ne correspondent pas à ceux utilisé quand vous compilez les modules. Il s'agit de la valeur par défaut du moteur GDB et utiliser des chemins complets peuvent ralentir l'utilisation de ce moteur.</li></ul></body></html> - - - Function "main()" - Fonction "main()" - - - Specifying the module (base name of the library or executable) -for function or file type breakpoints can significantly speed up -debugger start-up times (CDB, LLDB). - Spécifier le module (nom de base de la bibliothèque ou de l'exécutable) pour la fonction ou les points d'arrêt du type de fichier peut grandement améliorer les performances au démarrage du débogueur (CDB, LLDB). - - - Edit Breakpoint Properties - Editer les propriétés du point d'arrêt - - - Basic - Basique - - - Break on QML signal emit - Point d'arrêt sur l'émission d'un signal QML - - - Breakpoint &type: - &Types de points d'arrêt : - - - &File name: - Nom de &fichier : - - - &Line number: - Numéro de &ligne : - - - &Enabled: - Activ&é : - - - &Address: - &Adresse : - - - Fun&ction: - Fon&ction : - - - Advanced - Avancé - - - T&racepoint only: - Point de &traçage uniquement : - - - &One shot only: - &Un seul déclenchement : - - - Pat&h: - Che&min : - - - &Module: - &Module : - - - &Command: - &Commande : - - - Use Engine Default - Utiliser le moteur par défaut - - - Use Full Path - Utiliser le chemin complet - - - Use File Name - Utiliser le nom de fichier - - - Debugger commands to be executed when the breakpoint is hit. -This feature is only available for GDB. - Commandes du débogueur à exécuter lorsque le point d'arrêt est atteint. -Cette fonctionnalité n'est disponible que pour GDB. - - - &Commands: - &Commandes : - - - C&ondition: - C&ondition : - - - &Ignore count: - Nombre de passages à &ignorer : - - - &Thread specification: - Spécification de &thread : - - - &Expression: - &Expression : - - - &Message: - &Message : - - - The console process '%1' could not be started. - Le processus de la console "%1' n"a pas pu être démarré. - - - Debugger Error - Erreur du débogueur - - - Failed to Start the Debugger - Échec lors du démarrage du débogueur - - - Separate Window - Fenêtre séparée - - - Image - Image - - - There is no CDB executable specified. - Il n'y a pas d'exécutable CDB spécifié. - - - CDB crashed - CDB a crashé - - - CDB exited (%1) - CDB a fermé (%1) - - - Unable to add expression - Impossible d'ajouter une expression - - - Interrupting is not possible in remote sessions. - L'interruption n'est pas possible dans les session distantes. - - - Trace point %1 (%2) in thread %3 triggered. - Point de traçage %1 (%2) dans le thread %3. - - - Conditional breakpoint %1 (%2) in thread %3 triggered, examining expression '%4'. - Point d'arrêt conditionnel %1 (%2) dans le thread %3 déclenché, examination de l'expression "%4". - - - Malformed stop response received. - Réponse au stop malformée reçue. - - - Switching to main thread... - Basculer vers le thread principal... - - - Value %1 obtained from evaluating the condition of breakpoint %2, stopping. - Valeur %1 obtenue par l'évaluation de la condition du point d'arrêt %2, arrêt. - - - Value 0 obtained from evaluating the condition of breakpoint %1, continuing. - Valeur nulle obtenue de l'évaluation de la condition du point d'arrêt %1, suite. - - - "Select Widget to Watch": Please stop the application first. - "Sélectionner le widget à observer" : veuillez d'abord arrêter l'application. - - - "Select Widget to Watch": Not supported in state '%1'. - "Sélectionner le widget à observer" : non supporté dans l'état "%1". - - - Ignoring initial breakpoint... - Point d'arrêt initial ignoré… - - - Attempting to interrupt. - Tentative d'interruption. - - - Debugger Test - Test du débogueur - - - Launching - Lancement - - - %1 (explicitly set in the Debugger Options) - %1 (définie explicitement dans les options du débogueur) - - - This debugger cannot handle user input. - Ce débogueur ne peut pas gérer l'entrée utilisateur. - - - Watchpoint %1 (%2) at 0x%3 triggered. - Point d'observation %1 (%2) à 0x%3. - - - Internal watchpoint %1 at 0x%2 triggered. - Point d'observation interne %1 à 0x%2. - - - Watchpoint %1 (%2) at 0x%3 in thread %4 triggered. - Point d'observation %1 (%2) à 0x%3 dans le thread %4. - - - Internal watchpoint %1 at 0x%2 in thread %3 triggered. - Point d'observation interne %1 à 0x%2 dans le thread %3. - - - Data breakpoint %1 (%2) at %3 triggered. - Point d'arrêt sur les données %1 (%2) à %3. - - - Internal data breakpoint %1 at %2 triggered. - Point d'arrêt interne sur les données %1 à %2. - - - Data breakpoint %1 (%2) at %3 in thread %4 triggered. - Point d'arrêt sur les données %1 (%2) à %3.dans le thread %4. - - - Internal data breakpoint %1 at %2 in thread %3 triggered. - Point d'arrêt interne sur les données %1 à %2 dans le thread %3. - - - Data breakpoint %1 (%2) at 0x%3 triggered. - Point d'arrêt sur les données %1 (%2) à 0x%3. - - - Internal data breakpoint %1 at 0x%2 triggered. - Point d'arrêt interne sur les données %1 à 0x%2. - - - Data breakpoint %1 (%2) at 0x%3 in thread %4 triggered. - Point d'arrêt sur les données %1 (%2) à 0x%3.dans le thread %4. - - - Internal data breakpoint %1 at 0x%2 in thread %3 triggered. - Point d'arrêt interne sur les données %1 à 0x%2 dans le thread %3. - - - Stopped at breakpoint %1 (%2) in thread %3. - Arrêté au point d'arret %1 (%2) dans le thread %3. - - - Stopped at internal breakpoint %1 in thread %2. - Arrêté à un point d'arrêt interne %1 dans le thread %2. - - - <Unknown> - name - <Inconnu> - - - <Unknown> - meaning - <Inconnu> - - - <p>The inferior stopped because it received a signal from the Operating System.<p><table><tr><td>Signal name : </td><td>%1</td></tr><tr><td>Signal meaning : </td><td>%2</td></tr></table> - <p>L'inférieur a stoppé car il a reçu un signal du système d'exploitation.</p><table><tr><td>Nom du signal : </td><td>%1</td></tr><tr><td>Signification du signal : </td><td>%2</td></tr></table> - - - This does not seem to be a "Debug" build. -Setting breakpoints by file name and line number may fail. - Ceci ne semble pas être une compilation "Debug". -Mettre des points d'arrêt par nom de fichier et numéro de ligne pourrait échouer. - - - Setup failed. - L'installation a échouée. - - - Loading finished. - Le chargement est terminé. - - - Run failed. - Exécution a échouée. - - - Running. - Exécution. - - - Run requested... - Exécution démandée... - - - Stopped: "%1" - Arrêté : "%1" - - - Stopped: %1 (Signal %2). - Arrêté : %1 (signal %2). - - - Stopped in thread %1 by: %2. - Interrompu dans le thread %1 par : %2. - - - Interrupted. - Interrompu. - - - <Unknown> - name - <Inconnu> - - - <Unknown> - meaning - <Inconnu> - - - Signal received - Signal reçu - - - <p>The inferior stopped because it triggered an exception.<p>%1 - <p>L'inférieur s'est arrêté parce qu'il a rencontré une exception.</p><p>%1</p> - - - Exception Triggered - Exception déclenchée - - - Found. - Trouvé. - - - Not found. - Non trouvé. - - - -Section %1: %2 - -Section %1 : %2 - - - Taking notice of pid %1 - Pas sur de la traduction... - Prends note du pid %1 - - - Run to Address 0x%1 - Aller à l'adresse 0x%1 - - - Run to Line %1 - Aller à la ligne %1 - - - Jump to Address 0x%1 - Sauter à l'adresse 0x%1 - - - Jump to Line %1 - Sauter à la ligne %1 - - - Option '%1' is missing the parameter. - Option "%1" : le paramètre est manquant. - - - Only one executable allowed! - Seulement un exécutable autorisé ! - - - The parameter '%1' of option '%2' does not match the pattern <server:port>@<executable>@<architecture>. - Le paramètre '%1' de l'option "%2" ne correspond pas au motif <server:port>@<executable>@<architecture>. - - - The parameter '%1' of option '%2' does not match the pattern <handle>:<pid>. - Le paramètre '%1' de l'option "%2" ne correspond pas au motif <handle>:<pid>. - - - The parameter '%1' of option '%2' is not a number. - Le paramètre '%1' de l'option "%2' n"est pas un nombre. - - - Invalid debugger option: %1 - Option du débogueur invalide : %1 - - - The application requires the debugger engine '%1', which is disabled. - L'application nécessite le débogueur "%1" qui est desactivé. - - - Some breakpoints cannot be handled by the debugger languages currently active, and will be ignored. - Certains points d'arrêts ne peuvent pas être gérés par les langages du débogueur actif et seront ignorés. - - - Not enough free ports for QML debugging. - Pas assez de ports libres pour le débogage QML. - - - Not enough free ports for QML debugging. - Pas assez de ports disponibles pour le débogage QML. - - - The debugger engine '%1' is disabled. - Le moteur de débogage "%1" est désactivé. - - - The debugger engine '%1' required for debugging binaries of the type '%2' is not configured correctly. - Le moteur de débogage '%1' requis pour des binaires de type "%2' n"est pas configuré correctement. - - - None of the debugger engines '%1' capable of debugging binaries of the type '%2' is configured correctly. - Aucun des moteurs de débogage '%1' capable de déboguer des binaires de type "%2' n"est configuré correctement. - - - The preferred debugger engine for debugging binaries of type '%1' is not available. -The debugger engine '%2' will be used as a fallback. -Details: %3 - Le moteur de débogage préféré pour les binaires de type '%1' n'est pas disponible. Le moteur de débogage "%2" sera utilisé. Détails : %3 - - - Cannot debug '%1' (tool chain: '%2'): %3 - Impossible de déboguer '%1' (chaîne d'outils : "%2") : %3 - - - Starting debugger '%1' for tool chain '%2'... - Lancer le débogueur '%1' pour la chaîne d'outils "%2"... - - - No executable specified. - Aucun exécutable n'est spécifié. - - - &Show this message again. - &Montrer ce message de nouveau. - - - Debugging starts - Début du débogage - - - Debugging has failed - Échec du débogage - - - Debugging has finished - Le débogage est fini - - - No executable specified. - - Pas d'exécutable spécifié. - - - Debugging starts - - Début du débogage - - - - Debugging has failed - - Échec du débogage - - - - Debugging has finished - - Fin du débogage - - - - A debugging session is still in progress. Terminating the session in the current state can leave the target in an inconsistent state. Would you still like to terminate it? - Une session de débogage est en cours. Terminer la session dans l'état courant risque de laisser la cible dans un état incohérent. Êtes-vous sûr de vouloir terminer la session ? - - - Close Debugging Session - Fermer la session de débogage - - - Connection could not be established. - La connexion ne peut être établie. - - - Connection failure: %1. - Échec de la connexion : %1. - - - Could not create FIFO. - Impossible de créer le FIFO. - - - Application output reader unexpectedly finished. - Le lecteur de la sortie de l'application s'est terminé de façon inattendue. - - - Remote GDB failed to start. - Le GDB distant n'a pas pu démarrer. - - - Remote GDB crashed. - Le GDB distant a crashé. - - - Remote gdb failed to start. - Échec du lancement de gdb distant. - - - Remote gdb crashed. - Gdb distant a crashé. - - - Clear Contents - Effacer le contenu - - - Save Contents - Sauver le contenu - - - Reload Debugging Helpers - Recharger les aides au débogage - - - Write Failure - Échec de l'écriture - - - Unable to write log contents to '%1': %2 - Impossible d'écrire le contenu du journal d'événements dans "%1" : %2 - - - Type Ctrl-<Return> to execute a line. - Taper Ctrl-<Retour> pour exécuter une ligne. - - - Debugger Log - Journal de débogage - - - Repeat last command for debug reasons. - Répétition de la dernière commande pour des raisons de débogage. - - - Log File - Réaliser un log du fichier - - - Internal Name - Nom interne - - - Full Name - Nom complet - - - - QtC::Git - - Set the environment variable HOME to '%1' -(%2). -This causes msysgit to look for the SSH-keys in that location -instead of its installation directory when run outside git bash. - Définir la variable d'environnement HOME à '%1' -(%2). -Cela permet à msysgit de chercher les clés SSH à cet endroit -plutôt que dans le répertoire d'installation lors d'une exècution en dehors de la console git. - - - not currently set - Actuellement indéfini - - - currently set to '%1' - Actuellement défini à "%1" - - - Git Repository Browser Command - Commande de navigation du dépôt Git - - - - QtC::Help - - Qt Creator Offline Help - Aide hors ligne de Qt Creator - - - - QtC::Core - - Close Document - Fermer le document - - - - QtC::Help - - Copy Full Path to Clipboard - Copier le chemin complet dans le presse papier - - - Online Documentation - Documentation en ligne - - - Web Search - Recherche Internet - - - - QtC::ImageViewer - - Ctrl++ - Ctrl++ - - - Ctrl+- - Ctrl+- - - - Ctrl+0 - Ctrl+0 - - - Meta+0 - Meta+0 - - - Fit To Screen - Ajuster à la taille de l'écran - - - Ctrl+= - Ctrl+= - - - Switch Background - Basculer l'arrière-plan - - - Switch Outline - Basculer le contour - - - Toggle Animation - Activer/désactiver l'animation - - - Switch background - Basculer l'arrière-plan - - - Ctrl+[ - Ctrl+[ - - - Switch outline - Basculer le contour - - - Ctrl+] - Ctrl+] - - - - QtC::ProjectExplorer - - %1 Steps - %1 is the name returned by BuildStepList::displayName - Étapes %1 - - - No %1 Steps - Aucune étape %1 - - - Add %1 Step - Ajouter l'étape %1 - - - Move Up - Déplacer vers le haut - - - Disable - Désactiver - - - Move Down - Déplacer vers le bas - - - Remove Item - Supprimer l'élément - - - Removing Step failed - Échec de la suppression de l'étape - - - Cannot remove build step while building - Impossible de supprimer une étape de compilation pendant la compilation - - - No Build Steps - Aucune étape de compilation - - - error: - Task is of type error - erreur : - - - warning: - Task is of type warning - avertissement : - - - error: - Task is of type: error - erreur : - - - warning: - Task is of type: warning - avertissement : - - - &Copy - Name of the action triggering the copytaskhandler - &Copier - - - Copy task to clipboard - Copier la tâche dans le presse papier - - - error: - Task is of type: error - erreur : - - - warning: - Task is of type: warning - avertissement : - - - Deploy - Display name of the deploy build step list. Used as part of the labels in the project window. - Déploiement - - - Deploy locally - Default DeployConfiguration display name - Déployer localement - - - Application Still Running - Application toujours en cours d'exécution - - - %1 is still running. - %1 est toujours en cours d'exécution. - - - Force it to quit? - La forcer à quitter ? - - - PID %1 - PID %1 - - - Invalid - Invalid process handle. - Invalide - - - <html><head/><body><center><i>%1</i> is still running.<center/><center>Force it to quit?</center></body></html> - <html><head/><body><center><i>%1</i> fonctionne toujours.<center/><center>Le forcer à quitter ? </center></body></html> - - - Force Quit - Forcer quitter - - - Keep Running - Continuer l'exécution - - - Do not ask again - Ne plus me demander - - - &Show in editor - &Afficher dans l'éditeur - - - Show task location in an editor - Afficher la localisation de la tâche dans un édtieur - - - &Show in Editor - Montrer dans l'éditeur (&S) - - - Show in Editor - Afficher dans l'éditeur - - - Show task location in an editor. - Montre l'emplacement de la tâche dans un éditeur. - - - Show &Output - Afficher la s&ortie - - - Show output generating this issue. - Afficher la sortie qui a généré ce problème. - - - O - O - - - No deployment - Pas de déploiement - - - Deploy to Maemo device - myzu : le ou un ? john : un - Déployer sur un périphérique Maemo - - - Deploy to Symbian device - myzu : le ou un ? - Déployer sur un périphérique Symbian - - - &Annotate - &Annoter - - - Annotate using version control system - Annoter en utilisant le système de controle de version - - - - QmlDesigner::TextToModelMerger - - Unsupported import: -import QtQuick 1.0 use import Qt 4.7 instead - les "import xx" seraient-ils du code QML ? Oui, c'est du code QML - Import non supporté : -utilisez import Qt 4.7 au lieu de import QtQuick 1.0 - - - No import statements found - Pas de déclaration d'importation trouvée - - - Unsupported QtQuick version - Version de Qt Quick non supportée - - - This .qml file contains features which are not supported by Qt Quick Designer - Ce fichier .qml contient des fonctionnalités qui ne sont pas supportées par Qt Quick Designer - - - - QtC::QmlJSEditor - - Move Component into separate file - déplacer ou déplace ? John : Difficle sans context, allons pour déplace. dourouc : en voyant l'autre, le contexte doit être fort semblable, donc indicatif. - Déplace le composant dans un fichier séparé - - - Move Component into '%1.qml' - Déplace le composant dans "%1.qml" - - - Move Component into Separate File - Déplace le composant dans un fichier séparé - - - Choose a path - Choisir un chemin - - - Invalid component name - Nom de composant invalide - - - Invalid path - Chemin invalide - - - Component name: - Nom du composant : - - - Path: - Chemin : - - - QML/JS Usages: - Utilisations QML/JS : - - - Searching - Recherche - - - Show All Bindings - myzu : faut-il traduire binding ? John : Non - Montrer tous les bindings - - - Split initializer - Fractionner l'initialisation - - - Split Initializer - Fractionner l'initialisation - - - - QmlJSInspector::Internal::QmlInspectorToolbar - - Apply Changes on Save - Appliquer les changements à la sauvegarde - - - Observer Mode - Mode observateur - - - Play/Pause Animations - Lire/mettre en pause les animations - - - Select - Sélectionner - - - Zoom - Zoom - - - Color Picker - pas trouvé mieux que "sélecteur" :/ dourouc : c'est normal, il n'y a pas ! - Sélecteur de couleur - - - Live Preview Changes in QML Viewer - visualisateur ou visualiseur ? john : j'opte pour le second (feeling) - Aperçu en direrct des changements dans le visualiseur QML - - - Animation Speed - Vitesse de l'animation - - - 1x - 1x - - - 0.5x - 0.5x - - - 0.25x - 0.25x - - - 0.125x - 0.125x - - - 0.1x - 0.1x - - - Pause - Pause - - - - QmlJSInspector::Internal::ContextCrumblePath - - [no context] - [pas de contexte] - - - - QmlJSInspector::Internal::InspectorUi - - Context Path - ou du contexte ? - Chemin du contexte - - - QML Inspector - Inspecteur QML - - - QML Observer - Observateur QML - - - Filter properties - Propriétés du filtre - - - - QmlJSInspector::Internal::QmlJSLiveTextPreview - - You changed a QML file in Live Preview mode, which modifies the running QML application. In case of unexpected behavior, please reload the QML application. - Vous avez changé un fichier QML en mode aperçu en direct, ce qui modifie l'application QML en cours d'exécution. En cas de comportement inattendu, veuillez redémarrer l'application QML. - - - You changed a QML file in Live Preview mode, which modifies the running QML application. In case of unexpected behavior, please reload the QML application. - Vous avez changé un fichier QML en mode aperçu en direct, ce qui modifie l'application QML en cours d'exécution. En cas de comportement inattendu, veuillez redémarrer l'application QML. - - - Disable Live Preview - Désactiver l'aperçu en direct - - - The %1 attribute at line %2, column %3 cannot be changed without reloading the QML application. - L'attribut %1 à la ligne %2, colonne %3 ne peut pas être modifié sans redémarrer l'application QML. - - - The %1 element at line %2, column %3 cannot be changed without reloading the QML application. - L'élément %1 à la ligne %2, colonne %3 ne peut pas être modifié sans redémarrer l'application QML. - - - You can continue debugging, but behavior can be unexpected. - Le débogage peut continuer mais le comportement peut être inattendu. - - - Reload - Recharger - - - - QmlJSInspector::Internal::QmlJSObjectTree - - Go to file - Aller au fichier - - - Url: - Url : - - - - QmlJSInspector::ToolBarColorBox - - Copy Color - Copier la couleur - - - - QtC::QmakeProjectManager - - Add Library - Ajouter une bibliothèque - - - Summary - Résumé - - - Library Type - Type de bibliothèque - - - Choose the type of the library to link to - Choisir le type de bibliothèque pour l'édition de liens - - - System library - Bibliothèque système - - - Links to a system library. -Neither the path to the library nor the path to its includes is added to the .pro file. - Faire un lien vers une bibliothèque système. -Ni le chemin vers la bibliothèque, ni le chemin vers ses inclusion ne seront ajoutés au fichier .pro. - - - System package - Paquet système - - - Links to a system library using pkg-config. - Lie à une bibliothèque système en utilisant pkg-config. - - - External library - Bibliothèque externe - - - Links to a library that is not located in your build tree. -Adds the library and include paths to the .pro file. - Avant : Fait l'édition de liens avec une bibliothèque qui n'est pas dans votre arbre de compilation. -Ajoute la bibliothèque et les chemins d'inclusion dans le fichier .pro. - Faire un lien vers une bibliothèque qui n'est pas dans votre arbre de compilation. -Ajoute la bibliothèque et les chemins d'inclusion dans le fichier .pro. - - - Internal library - Bibliothèque interne - - - Links to a library that is located in your build tree. -Adds the library and include paths to the .pro file. - Faire un lien vers une bibliothèque localisée dans votre arbre de compilation. -Ajoute la bibliothèque et les chemins d'inclusion dans le fichier .pro. - - - System Library - Bibliothèque système - - - Specify the library to link to - Spécifier la bibliothèque vers laquelle faire un lien - - - System Package - Paquet système - - - Specify the package to link to - Spécifie le paquet à lier - - - External Library - Bibliothèque externe - - - Specify the library to link to and the includes path - Spécifier la bibliothèque vers laquelle faire un lien et les chemins d'inclusion - - - Internal Library - Bibliothèque interne - - - Choose the project file of the library to link to - Choisir le fichier projet de la bibliothèque vers laquelle faire un lien - - - The following snippet will be added to the<br><b>%1</b> file: - Le fragment de code suivant va être ajouté au <br> fichier <b>%1</b> : - - - %1 Dynamic - %1, c'est linkage(tr("Linkage:")), donc "edition de lien". - %1 dynamique - - - %1 Static - %1 statique - - - %1 Framework - traduire framework ? pas certain que ça ait un sens en français dans le context OSX. John : non on ne traduit pas - Framework %1 - - - %1 Library - On inverse l'ordre non ? - Bibliothèque %1 - - - Only available for Qt for Desktop and Qt for Qt Simulator. - Seulement disponible pour Qt for Desktop et Qt for Qt Simulator. - - - Only available for Qt 4.7.1 or newer. - Seulement disponible pour Qt 4.7.1 ou plus récent. - - - Not needed. - Non nécessaire. - - - Private headers are missing for this Qt version. - Les en-têtes privés de cette version de Qt sont manquants. - - - qmldump - nom de l'outil, donc on ne traduit pas - qmldump - - - - QtC::ProjectExplorer - - qmldump could not be built in any of the directories: -- %1 - -Reason: %2 - qmldump n'a pu être créé dans aucun des répertoires : -- %1 - -Raison : %2 - - - - QmlDumpBuildTask - - Building helper - Assistant de compilation - - - - QtC::QmakeProjectManager - - Only available for Qt for Desktop or Qt for Qt Simulator. - Seulement disponible pour Qt for Desktop et Qt for Qt Simulateur. - - - QMLObserver - QMLObserver - - - - QtC::ProjectExplorer - - QMLObserver could not be built in any of the directories: -- %1 - -Reason: %2 - QMLObserver ne peut être compilé dans aucun de ces répertoires : -- %1 - -Raison : %2 - - - - QtC::QmakeProjectManager - - Passphrase: - Terme anglais utilisé pour un mot de passe généralement long et plus sécurisé - Mot de passe : - - - Save passphrase - Enregistrer le mot de passe - - - This is an insecure option. The password will be saved as plain text. - Ceci est une option insécurisée. Le mot de passe sera envoyé en texte brut. - - - This is an insecure option. The password will be saved as a plain text. - Ceci est une option non sécurisée. Le mot de passe va être enregistré en texte brut. - - - Passphrase for %1 - Mot de passe pour %1 - - - Deploy %1 to Symbian device - Déployer %1 sur périphérique Symbian - - - Deploy to Symbian device - Déployer sur périphérique Symbian - - - Silent installation - Installation silencieuse - - - Serial: - Numéro de série : - - - WLAN: - WLAN : - - - TRK - TRK - - - CODA - CODA - - - <a href="qthelp://com.nokia.qtcreator/doc/creator-developing-symbian.html">What are the prerequisites?</a> - <a href="qthelp://com.nokia.qtcreator/doc/creator-developing-symbian.html">Quels sont les prérequis ?</a> - - - Silent installation is an installation mode that does not require user's intervention. In case it fails the non silent installation is launched. - L'installation silencieuse est un mode d'installation qui ne nécessite pas d'intervention d'un utilisateur. En cas d'échec, une installation non silencieuse est lancée. - - - Installation drive: - dourouc : disque ou partition (ou point de montage) ou... ? - Disque d'installation : - - - Device Agent - Agent de périphérique - - - Serial port: - Port série : - - - Communication Channel - Canal de communication - - - Address: - Adresse : - - - Connecting - Connexion - - - Unable to create CODA connection. Please try again. - Impossible de créer la connexion CODA. Veuillez réessayer. - - - Currently there is no information about the device for this connection type. - Actuellement, il n'y a pas d'information sur le périphérique pour ce type de connexion. - - - No device information available - Pas d'information sur le périphérique disponible - - - Qt version: - Version de Qt : - - - Not installed on device - Pas installé sur le périphérique - - - Unrecognised Symbian version 0x%1 - Version de Symbian non reconnue : 0x%1 - - - Unrecognised S60 version 0x%1 - Version de S60 non reconnue : 0x%1 - - - OS version: - Version de l'OS : - - - unknown - inconnue - - - ROM version: - Version de la ROM : - - - Release: - Sortie : - - - CODA version: - Version de CODA : - - - Error reading CODA version - Erreur lors de la lecture de la version de CODA - - - Qt Mobility version: - Version de Qt Mobility : - - - Error reading Qt Mobility version - Erreur à la lecture de la version de Qt Mobility - - - Qt Quick components version: - Version des composants Qt Quick : - - - Not installed - Non installés - - - QML Viewer version: - Version de QML Viewer : - - - QtMobility version: - Version de Qt Mobility : - - - Error reading QtMobility version - Erreur lors de la lecture de la version de Qt Mobility - - - Screen size: - Taille de l'écran : - - - Deploy - Qt4 Deploystep display name - Déployer - - - No package has been found. Please specify at least one installation package. - Pas de paquet trouvé. Veuillez spécifier au moins un paquet d'installation. - - - '%1': Package file not found - dourouc : du paquet ou de paquet ? - "%1" : fichier de paquet non trouvé - - - Failed to find package %1 - Impossible de trouver le paquet %1 - - - Deploying application to '%2'... - Déploiement de l'application sur "%2"... - - - Copying "%1"... - Copie de "%1"... - - - No device is connected. Please connect a device and try again. - Pas de périphérique connecté. Veuillez en connecter un et réessayer. - - - No address for a device has been defined. Please define an address and try again. - Pas d'adresse de périphérique définie. Veuillez en définir une et réessayer. - - - Deploy SIS Package - Qt4 Deploystep display name - Déployer le paquet SIS - - - No package has been found. Specify at least one installation package. - Pas de paquet trouvé. Spécifiez au moins un paquet d'installation. - - - No device is connected. Connect a device and try again. - Pas de périphérique connecté. Connectez un périphérique et réessayer. - - - No address for a device has been defined. Define an address and try again. - Pas d'adresse de périphérique définie. Veuillez en définir une et réessayer. - - - Deploying application to '%1'... - Déploiement de l'application sur "%1"... - - - No such port - Aucun port de ce type - - - Could not open serial device: %1 - Impossible d'ouvrir le périphérique en série : %1 - - - Connecting to %1:%2... - Connexion à %1 : %2... - - - Error: %1 - Erreur : %1 - - - Installing package "%1" on drive %2:... - Installation du paquet "%1" sur le disque %2... - - - Continue the installation on your device. - Continuez l'installation sur votre périphérique. - - - A timeout while deploying has occurred. CODA might not be responding. Try reconnecting the device. - Le délai d'attente a été dépassé pendant le déploiement. CODA peut ne pas répondre. Veuillez reconnecter le périphérique. - - - Please continue the installation on your device. - Veuillez continuer l'installation sur votre périphérique. - - - Could not open remote file: %1 - Impossible d'ouvrir le fichier distant : %1 - - - Internal error: No filehandle obtained - Erreur interne : aucun gestionnaire de fichier obtenu - - - Could not open local file %1: %2 - Impossible d'ouvrir le fichier local %1 : %2 - - - Installation has finished - L'installation s'est terminée - - - Installation failed: %1; see %2 for descriptions of the error codes - L'installation a échoué : %1, voir %2 pour les descriptions des codes d'erreur - - - Failed to close the remote file: %1 - Échec de la fermeture du fichier distant : %1 - - - Installation - Installation - - - Deployment has been cancelled. - Déployement annulé. - - - Copy progress: %1% - Copie en cours : %1 % - - - SBSv2 build log - Journal de compilation de SBSv2 - - - The file '%1' is not a SBSv2 log file. - Le fichier "%1' n"est pas un journal de compilation de SBSv2. - - - Running command: %1 - - Exécute la commande : %1 - - - - Recipe %1 failed with exit code %2. - %1 is the SBSv2 build recipe name, %2 the return code of the failed command - je vois vraiment pas ce que recipe (recette) viens faire ici... dourouc : certains parlent bien de spells, donc bon... une recette, c'ets une liste d'instructions à suivre, ça peut se comprendre mais pas vraiment se traduire tel quel... - Échec de %1 avec comme code de retour %2. - - - Deploy to Maemo device - Déployer sur périphérique Maemo - - - Could not open desktop file template - Impossible d'ouvrir le fichier template d'ordinateur de bureau - - - Could not open main.cpp template '%1'. - Impossible d'ouvrir le template main.cpp "%1". - - - Could not open project file template '%1'. - Impossible d'ouvrir le fichier template de projet "%1". - - - Could not open template file '%1'. - Impossible d'ouvrir le fichier template "%1". - - - Application Options - Options de l'application - - - - MobileAppWizard - - Mobile Qt Application - Application Qt pour mobiles - - - Creates a Qt application optimized for mobile devices with a Qt Designer-based main window. - -Preselects Qt for Simulator and mobile targets if available. - Crée une application Qt optimisée pour les mobiles avec une fenêtre principale conçue dans Qt Designer. - -Présélectionne la version de Qt pour le simulateur et les mobiles si disponible. - - - - QtC::QmakeProjectManager - - The file is not a valid image. - Le fichier n'est pas une image valide. - - - The icon has an invalid size. - L'icône a une taille invalide. - - - Icon unusable - Icône inutilisable - - - The QML import path '%1' cannot be found. - Le chemin d'import QML "%1" est introuvable. - - - The QML module '%1' cannot be found. - Le module QML "%1" est introuvable. - - - Invalid '%1' entry in '%2' of module '%3'. - Entrée '%1' invalide dans '%2' du module "%3". - - - No .pro file for plugin '%1' can be found. - Aucun fichier .pro n'a été trouvé pour le plug-in "%1". - - - No .pro file for plugin '%1' cannot be found. - Le fichier .pro du plug-in "%1" est introuvable. - - - Could not write file '%1'. - Impossible d'enregistrer le fichier "%1". - - - New Qt Quick Application - Nouvelle application Qt Quick - - - This wizard generates a Qt Quick application project. - Cet assistant génère un projet pour une application Qt Quick. - - - Component Set - Ensemble de composant - - - Select existing QML file - Sélectionner un fichier QML existant - - - Application Type - Type d'application - - - QML Sources - Sources QML - - - Qt Quick Application - Application Qt Quick - - - Creates a Qt Quick application project that can contain both QML and C++ code. - Créer un projet d'application Qt Quick qui peut contenir du code QML et C++. - - - - Creates a Qt Quick application project that can contain both QML and C++ code and includes a QDeclarativeView. - -You can build the application and deploy it on desktop and mobile target platforms. For example, you can create signed Symbian Installation System (SIS) packages for this type of projects. Moreover, you can select to use a set of premade UI components in your Qt Quick application. To utilize the components, Qt 4.7.3 or newer is required. - Crée un projet application Qt Quick, qui peut contenir du code QML ainsi que du code C++ et inclue une QDeclarativeView. - -Vous pouvez construire l'application et la déployer sur un ordinateur de bureau ou des plateformes mobiles. Par exemple, vous pouvez créer un paquet "Symbian Installation System" (SIS) signé avec ce type de projets. De plus, vous pouvez choisir d'utiliser un ensemble de composants d'interface préfabriqués dans votre application Qt Quick. Pour les utiliser, Qt 4.7.3 ou supérieur est requis. - - - Creates a Qt Quick application project that can contain both QML and C++ code and includes a QDeclarativeView. - -You can build the application and deploy it on desktop and mobile target platforms. For example, you can create signed Symbian Installation System (SIS) packages for this type of projects. - Crée un projet application Qt Quick, qui peut contenir du code QML ainsi que du code C++ et inclue une QDeclarativeView. - -Vous pouvez construire l'application et la déployer sur un ordinateur de bureau ou des plateformes mobiles. Par exemple, vous pouvez créer un paquet "Symbian Installation System" (SIS) signé avec ce type de projets. - - - Creates a Qt Quick application project that can contain both QML and C++ code and includes a QDeclarativeView. - - - Créer un projet d'application Qt Quick qui peut contenir du code QML et C++ et qui inclut une QDeclarativeView. - - - - - Qt Quick Application (Built-in Elements) - Application Qt Quick (éléments de base) - - - The built-in elements in the QtQuick namespace allow you to write cross-platform applications with a custom look and feel. - -Requires <b>Qt 4.7.0</b> or newer. - Les éléments de base dans l'espace de nommage QtQuick vous permettent d'écrire des applications multi-plateformes avec un aspect personnalisé. - -Requiert <b>Qt 4.7.0</b> ou plus récent. - - - Qt Quick Application for Symbian - Application Qt Quick pour Symbian - - - The Qt Quick Components for Symbian are a set of ready-made components that are designed with specific native appearance for the Symbian platform. - -Requires <b>Qt 4.7.4</b> or newer, and the component set installed for your Qt version. - Les composants Qt Quick pour Symbian constituent un ensemble de composants prêts à l'emploi qui sont conçus avec l'apparance native pour la plateforme Symbian. - -Requiert <b>Qt 4.7.4</b> ou plus récent et l'ensemble des composants d'installés pour votre version de Qt. - - - Qt Quick Application for MeeGo Harmattan - Application Qt Quick pour MeeGo Harmattan - - - Creates a Qt Quick 1 application project that can contain both QML and C++ code and includes a QDeclarativeView. - - - Créer un projet d'application Qt Quick 1 qui peut contenir du code QML et C++ et qui inclut une QDeclarativeView. - - - - - Qt Quick 1 Application (Built-in Elements) - Application Qt Quick 1 (éléments de base) - - - The built-in elements in the QtQuick 1 namespace allow you to write cross-platform applications with a custom look and feel. - -Requires <b>Qt 4.7.0</b> or newer. - Les éléments de base dans l'espace de noms QtQuick 1 permettent d'écrire des applications multiplateformes avec un aspect personnalisé. - -Requiert <b>Qt 4.7.0</b> ou plus récent. - - - Qt Quick 2 Application (Built-in Elements) - Application Qt Quick 2 (éléments de base) - - - Creates a Qt Quick 2 application project that can contain both QML and C++ code and includes a QQuickView. - -The built-in elements in the QtQuick 2 namespace allow you to write cross-platform applications with a custom look and feel. - -Requires <b>Qt 5.0</b> or newer. - Créer un projet d'application Qt Quick 1 qui peut contenir du code QML et C++ et qui inclut une QDeclarativeView. - -Les éléments de base dans l'espace de noms QtQuick 2 permettent d'écrire des applications multiplateformes avec un aspect personnalisé. - -Requiert <b>Qt 5.0</b> ou plus récent. - - - Creates a Qt Quick 2 application project that can contain both QML and C++ code and includes a QQuickView. - - - Créer un projet d'application Qt Quick 2 qui peut contenir du code QML et C++ et inclut une QQuickView. - - - - - Qt Quick 1 Application (Built-in Types) - Application Qt Quick 1 (Types de base) - - - The built-in QML types in the QtQuick 1 namespace allow you to write cross-platform applications with a custom look and feel. - -Requires <b>Qt 4.7.0</b> or newer. - Les éléments de base dans l'espace de noms Qt Quick 1 permettent d'écrire des applications multiplateformes avec un aspect personnalisé. - -Requiert <b>Qt 4.7.0</b> ou plus récent. - - - Qt Quick 2 Application (Built-in Types) - Application Qt Quick 2 (Types de base) - - - The built-in QML types in the QtQuick 2 namespace allow you to write cross-platform applications with a custom look and feel. - -Requires <b>Qt 5.0</b> or newer. - Les éléments de base dans l'espace de noms Qt Quick 2 permettent d'écrire des applications multiplateformes avec un aspect personnalisé. - -Requiert <b>Qt 5.0</b> ou plus récent. - - - Qt Quick 1 Application for MeeGo Harmattan - Application Qt Quick 1 pour MeeGo Harmattan - - - The Qt Quick Components for MeeGo Harmattan are a set of ready-made components that are designed with specific native appearance for the MeeGo Harmattan platform. - -Requires <b>Qt 4.7.4</b> or newer, and the component set installed for your Qt version. - Les composants Qt Quick pour MeeGo Harmattan constituent un ensemble de composants prêts à l'emploi qui sont conçus avec l'apparance native pour la plateforme MeeGo Harmattan. - -Requiert <b>Qt 4.7.4</b> ou plus récent et l'ensemble des composants d'installés pour votre version de Qt. - - - Qt Quick 1 Application (from Existing QML File) - Application Qt Quick 1 (à partir d'un fichier QML existant) - - - Qt Quick 2 Application (from Existing QML File) - Application Qt Quick 2 (à partir d'un fichier QML existant) - - - Creates a deployable Qt Quick application from existing QML files. All files and directories that reside in the same directory as the main .qml file are deployed. You can modify the contents of the directory any time before deploying. - -Requires <b>Qt 5.0</b> or newer. - Créer une application Qt Quick déployable à partir de fichiers QML existants. Tous les fichiers et répertoires qui sont dans le même répertoire que le fichier .qml principal seront déployés. Vous pouvez modifier le contenu du répertoire à n'importe quel moment avant le déploiement. - -Requiert <b>Qt 5.0</b> ou plus récent. - - - Qt Quick Application (from Existing QML File) - Application Qt Quick (à partir d'un fichier QML existant) - - - Creates a deployable Qt Quick application from existing QML files. All files and directories that reside in the same directory as the main .qml file are deployed. You can modify the contents of the directory any time before deploying. - -Requires <b>Qt 4.7.0</b> or newer. - Créer une application Qt Quick déployable à partir de fichiers QML existants. Tous les fichiers et répertoires qui sont dans le même répertoire que le fichier .qml principal sont déployés. Vous pouvez modifier le contenu du répertoire à n'importe quel moment avant le déploiement. - -Requiert <b>Qt 4.7.0</b> ou plus récent. - - - - QtC::ProjectExplorer - - Stop monitoring - Arrêter la surveillance - - - Stop Monitoring - Arrêter la surveillance - - - Stop monitoring task files. - Arrêter la surveillance des fichiers de tâches. - - - Task file reader - Lecteur de fichier de tâches - - - File Error - Erreur de fichier - - - Cannot open task file %1: %2 - Impossible d'ouvrir le fichier de tâche %1 : %2 - - - My Tasks - Mes tâches - - - - QtC::TextEditor - - Generic Highlighter - Coloration syntaxique générique - - - Download Definitions... - Téléchargement des définitions... - - - Autodetect - Autodétecter - - - Autodetect Definitions - Autodétection des définitions - - - No pre-installed definitions could be found. - Aucune définition pré-installée n'a pu être trouvée. - - - Error connecting to server. - Erreur lors de la connexion au serveur. - - - Not possible to retrieve data. - Impossile d'obtenir les données. - - - Name - Nom - - - Installed - "définitions", donc féminin pluriel - Installées - - - Available - "définitions", donc féminin pluriel - Disponibles - - - Download Definitions - Télécharger des définitions - - - Download Information - Télécharger des informations - - - There is already one download in progress. Please wait until it is finished. - Un téléchargement est déjà en cours. Merci d'attendre qu'il soit terminé. - - - Dialog - Boîte de dialogue - - - Definitions - Définitions - - - Select All - Tout sélectionner - - - Clear Selection - Effacer la sélection - - - Invert Selection - Inverser la sélection - - - Download Selected Definitions - Télécharger les définitions sélectionnées - - - Registering definitions - Enregistrement des définitions - - - Downloading definitions - Téléchargement des définitions - - - Error downloading selected definition(s). - Erreur lors du téléchargment de la ou des définitions sélectionnée(s). - - - Error downloading one or more definitions. - Erreur lors du téléchargement d'une ou plusieurs définitions. - - - -Please check the directory's access rights. - -Veuillez vérifier les droits d'accès du répertoire. - - - Download Error - Erreur lors du téléchargement - - - No outline available - Aucun contour disponible - - - Synchronize with Editor - Synchroniser avec l'éditeur - - - Filter tree - Filtrer l'arbre - - - Outline - Contour - - - A highlight definition was not found for this file. Would you like to try to find one? - Aucune définition de coloration syntaxique trouvée pour ce fichier. Voulez vous essayer d'en chercher une ? - - - Show highlighter options... - Afficher les options de coloration syntaxique... - - - Show highlighter options - Afficher les options de coloration syntaxique - - - - QtC::Bazaar - - General Information - Informations générales - - - Branch: - Branche : - - - Perform a local commit in a bound branch. -Local commits are not pushed to the master branch until a normal commit is performed - Effectue un commit local dans une branche liée. -Les commits locaux ne sont pas transmis à la branche principale avant qu'un commit normal ne soit effectué - - - Local commit - Commit local - - - Commit Information - Informations de commit - - - Author: - Auteur : - - - Email: - Email : - - - Fixed bugs: - Bogues fixés : - - - Perform a local commit in a bound branch. -Local commits are not pushed to the master branch until a normal commit is performed. - Effectue un commit local dans une branche liée. -Les commits locaux ne sont pas transmis à la branche principale avant qu'un commit normal ne soit effectué. - - - - QtC::Bazaar - - By default, branch will fail if the target directory exists, but does not already have a control directory. -This flag will allow branch to proceed - Par défaut, la branche va échouer si le répertoire cible existe, mais n'a pas déjà de répertoire de contrôle. Ce drapeau autorisera la branche à procéder - - - Create a stacked branch referring to the source branch. -The new branch will depend on the availability of the source branch for all operations - Créer une branche empilée se référant à la branche source. La nouvelle branche dépendra de la disponibilité de la branche source pour toutes les opérations - - - Stacked - Empilée - - - Do not use a shared repository, even if available - Ne pas utiliser de répertoire partagé, même si disponible - - - Standalone - Autonome - - - Bind new branch to source location - Lier la nouvelle branche à l'emplacement des sources - - - Switch the checkout in the current directory to the new branch - Basculer l'import du répertoire courrant à la nouvelle branche - - - Switch checkout - Basculer l'import - - - Hard-link working tree files where possible - Lier physiquement l'arbre de travail des fichiers où c'est possible - - - Hardlink - Lien dur - - - Create a branch without a working-tree - Créer une branche sans un arbre de travail - - - No working-tree - Pas d'arbre de travail - - - By default, branch will fail if the target directory exists, but does not already have a control directory. -This flag will allow branch to proceed. - Par défaut, la branche va échouer si le répertoire cible existe, mais n'a pas déjà de répertoire de contrôle. -Ce drapeau autorisera la branche à procéder. - - - Create a stacked branch referring to the source branch. -The new branch will depend on the availability of the source branch for all operations. - Créer une branche empilée se référant à la branche source. -La nouvelle branche dépendra de la disponibilité de la branche source pour toutes les opérations. - - - Do not use a shared repository, even if available. - Ne pas utiliser de répertoire partagé, même si disponible. - - - Switch the checkout in the current directory to the new branch. - Basculer l'import du répertoire courrant à la nouvelle branche. - - - Hard-link working tree files where possible. - Lier physiquement l'arbre de travail des fichiers où c'est possible. - - - Create a branch without a working-tree. - Créer une branche sans un arbre de travail. - - - - QtC::Bazaar - - Form - Formulaire - - - Configuration - Configuration - - - Command: - Commande : - - - User - Utilisateur - - - Username to use by default on commit. - Nom d'utilisateur à utiliser par défaut lors des commits. - - - Default username: - Nom d'utilisateur par défaut : - - - Email to use by default on commit. - Email à utiliser par défaut lors des commit. - - - Default email: - Email par défaut : - - - Miscellaneous - Divers - - - Log count: - Nombre d'entrées de log : - - - The number of recent commit logs to show, choose 0 to see all enteries - Le nombre de logs de commit récents à afficher, mettez 0 pour tout afficher - - - Timeout: - Timeout : - - - s - s - - - Prompt on submit - Invite lors du submit - - - The number of recent commit logs to show. Choose 0 to see all entries. - Le nombre de logs de commit récents à afficher, 0 pour tout afficher. - - - - QtC::Bazaar - - Dialog - Boîte de dialogue - - - Branch Location - Emplacement de la branche - - - Default location - Emplacement par défaut - - - Local filesystem: - Système local de fichier : - - - for example https://[user[:pass]@]host[:port]/[path] - par exemple, https://[user[:pass]@]host[:port]/[path] - - - Specify URL: - Spécifier l'URL : - - - Options - Options - - - Remember specified location as default - Se souvenir de l'emplcament par défaut - - - Ignore differences between branches and overwrite -unconditionally - Ignorer les différences entre les branches et toujours écraser - - - Overwrite - Écraser - - - By default, push will fail if the target directory exists, but does not already have a control directory. -This flag will allow push to proceed - Par défaut,le push va échouer si le répertoire cible existe, mais n'a pas déjà de répertoire de contrôle. -Ce drapeau autorisera le push à procéder - - - Use existing directory - Utiliser le répertoire existant - - - Create the path leading up to the branch if it does not already exist - Créer le chemin jusqu'à la branche s'il n'existe pas déjà - - - Create prefix - Créer le préfixe - - - Perform a local pull in a bound branch. -Local pulls are not applied to the master branch - Réalise un pull locale dans une branche limité. -Les pulls locaux ne sont pas appliqués à la branche maître - - - Local - Local - - - Pull Source - Rappatrier la source - - - Push Destination - ça semble plus cohérent - Destination de l'envoi - - - For example: https://[user[:pass]@]host[:port]/[path] - Par exemple, https://[user[:pass]@]host[:port]/[path] - - - Ignore differences between branches and overwrite -unconditionally. - Ignorer les différences entre les branches et toujours écraser sans condition. - - - By default, push will fail if the target directory exists, but does not already have a control directory. -This flag will allow push to proceed. - Par défaut,le push va échouer si le répertoire cible existe, mais n'a pas déjà de répertoire de contrôle. -Ce drapeau autorisera le push à procéder. - - - Create the path leading up to the branch if it does not already exist. - Créer le chemin jusqu'à la branche s'il n'existe pas déjà. - - - Perform a local pull in a bound branch. -Local pulls are not applied to the master branch. - Réalise un pull locale dans une branche limité. -Les pulls locaux ne sont pas appliqués à la branche maître. - - - - QtC::Bazaar - - Revert - Rétablir - - - Specify a revision other than the default? - Spécifier une revision différente de celle par défaut ? - - - Revision: - Révision : - - - - QtC::Core - - Form - Formulaire - - - Add tool - Ajouter un outil - - - Remove tool - Supprimer un outil - - - Revert tool to default - Rétablir l'outil par défaut - - - Description: - Description : - - - Executable: - Exécutable : - - - Arguments: - Arguments : - - - Working directory: - Répertoire de travail : - - - <html><head/><body> -<p>What to do with the executable's standard output. -<ul><li>Ignore: Do nothing with it</li><li>Show in pane: Show it in the general output pane</li><li>Replace selection: Replace the current selection in the current document with it</li></ul></p></body></html> - - <html><head/><body> -<p>Que faire avec la sortie standard de l'exécutable. -<ul><li>Ignorer : ne rien faire avec ; </li><li>Afficher dans le panneau : afficher le dans le panneau général de sortie ; </li><li>Remplacer la sélection : remplacer la sélection courante dans le document courant avec celui-ci.</li></ul></p></body></html> - - - Output: - Sortie : - - - Ignore - Ignorer - - - Show in Pane - Montrer dans le panneau - - - Replace Selection - Remplacer la sélection - - - <html><head><body> -<p >What to do with the executable's standard error output.</p> -<ul><li>Ignore: Do nothing with it</li> -<li>Show in pane: Show it in the general output pane</li> -<li>Replace selection: Replace the current selection in the current document with it</li> -</ul></body></html> - <html><head><body> -<p >Que faire avec la sortie standard de l'exécutable.</p> -<ul><li>Ignorer : ne rien faire avec ; </li> -<li>Afficher dans le panneau : afficher le dans le panneau général de sortie ; </li> -<li>Remplacer la sélection : remplacer la sélection courante dans le document courant avec celui-ci.</li> -</ul></body></html> - - - Error output: - Sortie d'erreur : - - - Text to pass to the executable via standard input. Leave empty if the executable should not receive any input. - Teste à passer à l'exécutable par l'entrée standard. Laisser vide si l'exécutable ne devrait pas recevoir d'entrée. - - - Input: - Entrée : - - - If the tool modifies the current document, set this flag to ensure that the document is saved before running the tool and is reloaded after the tool finished. - Si l'outil modifie le document courant, mettre ce drapeau pour s'asssurer que le document est sauvegardé avant de lancer l'outil et qu'il est rechargé après qu'il a fini. - - - Modifies current document - Modifie le document courant - - - Add Tool - Ajouter un outil - - - Add Category - Ajouter une catégorie - - - Insert variable - Insérer une variable - - - - QtC::Macros - - Form - Formulaire - - - Preferences - Préférences - - - Name - Nom - - - Description - Description - - - Shortcut - Raccourci - - - Remove - Supprimer - - - Macro - Macro - - - Description: - Description : - - - Save Macro - Sauver la macro - - - Name: - Nom : - - - - MemcheckConfigWidget - - Memory Analysis Options - Options d'analyse mémoire - - - Backtrace frame count: - Backtrace le nombre de frame : - - - Suppressions: - Suppressions : - - - Add - Ajouter - - - Remove - Supprimer - - - Track origins of uninitialized memory - Repérer les origines de mémoire non initialisée - - - - SuppressionDialog - - Dialog - Boîte de dialogue - - - Suppression File: - Fichier de suppression : - - - Suppression: - Suppression : - - - - QtC::ProjectExplorer - - Publishing Wizard Selection - Sélection de l'assistant de publication - - - Available Wizards: - Assistants disponibles : - - - Start Wizard - Démarrer l'assistant - - - Publishing is currently not possible for project '%1'. - La publication n'est pas actuellement possible pour le projet "%1". - - - - QtC::QmakeProjectManager - - Used to extract QML type information from library-based plugins. - Utilisé pour extraire le type d'information QML pour les plugins bibliothèques. - - - QML Dump: - Dump QML : - - - A modified version of qmlviewer with support for QML/JS debugging. - Un version modifiée de qmlviewer avec le support de débogage pourQML/JS. - - - QML Observer: - Observateur QML : - - - QML Debugging Library: - Bibliothèque de débogage QML : - - - Show compiler output of last build. - Montrer la sortie du compilateur lors de la dernière compilation. - - - Show Log - Montrer le journal d'événement - - - Compile debugging helpers that are checked. - Compiler les assistants de débogage qui sont cochés. - - - Build All - Tout compiler - - - Helps showing content of Qt types. Only used in older versions of GDB. - Aider à montrer le contenu des types Qt. Seulement utilisé dans les anciennes versions de GDB. - - - GDB Helper: - Assistant GDB : - - - - MaemoDeviceConfigWizardKeyCreationPage - - WizardPage - WizardPage - - - Qt Creator will now generate a new pair of keys. Please enter the directory to save the key files in and then press "Create Keys". - Qt Creator va maintenant générer une nouvelle paire de clés. Merci d'entrer le répertoire de sauvegarde des fichier clés et d'appuyer sur "Créer les clés". - - - Directory: - Répertoire : - - - Create Keys - Créer les clés - - - - MaemoDeviceConfigWizardKeyDeploymentPage - - WizardPage - WizardPage - - - Device address: - Adresse du périphérique : - - - Password: - Mot de passe : - - - Deploy Key - Déployer la clé - - - To deploy the public key to your device, please execute the following steps: -<ul> -<li>Connect the device to your computer (unless you plan to connect via WLAN).</li> -<li>On the device, start the "%%%maddev%%%" application.</li> -<li>In "%%%maddev%%%", configure the device's IP address to the one shown below (or edit the field below to match the address you have configured).</li> -<li>In "%%%maddev%%%", press "Developer Password" and enter it in the field below.</li> -<li>Click "Deploy Key"</li> - - Pour deployer la clé publique sur votre periphérique, merci d'exécuter les étapes suivantes : -<ul> -<li>Connectez le periphérique sur votre ordinateur (à moins que vous comptiez le connecté par WLAN).</li> -<li>Sur le periphérique, démarrez l'application "%%%maddev%%%".</li> -<li>Dans "%%%maddev%%%", configurez l'adresse IP du periphérique par celle affichée ci-dessous (ou éditez le champ dessous pour faire correspondre avec l'adresse que vous avez configuré).</li> -<li>Dans "%%%maddev%%%", cliquez sur "Mot de passe développeur" et entrer le dans le champ ci-dessous.</li> -<li>Cliquez "Déployer la clé"</li> - - - - MaemoDeviceConfigWizardCheckPreviousKeySetupPage - - WizardPage - WizardPage - - - Has a passwordless (key-based) login already been set up for this device? - Posséde déjà un de mot de passe (basé sur des clés) de connexion pour cet appareil ? - - - Yes, and the private key is located at - Oui, la clé privée est - - - No - Non - - - - MaemoDeviceConfigWizardReuseKeysCheckPage - - WizardPage - WizardPage - - - Do wou want to re-use an existing pair of keys or should a new one be created? - Voulez-vous réutiliser une pair de clés existante ou en créer une nouvelle ? - - - Re-use existing keys - Réutiliser les clés exitantes - - - File containing the public key: - Fichier contenant la clé publique : - - - File containing the private key: - Fichier contenant la clé privée : - - - Create new keys - Créer de nouvelles clés - - - Do you want to re-use an existing pair of keys or should a new one be created? - Voulez-vous réutiliser une paire de clés existante ou en créer une nouvelle ? - - - - MaemoDeviceConfigWizardStartPage - - WizardPage - WizardPage - - - The name to identify this configuration: - Le nom pour identifier cette configuration : - - - The system running on the device: - Le système exécuté sur ce périphérique : - - - Maemo 5 (Fremantle) - Maemo 5 (Fremantle) - - - Maemo 6 (Harmattan) - Maemo 6 (Harmattan) - - - Meego - Meego - - - The kind of device: - Le type de périphérique : - - - Emulator (Qemu) - Émulateur (Qemu) - - - Hardware Device - Périphérique matériel - - - The device's host name or IP address: - Le nom d'hôte du périphérique ou son adresse IP : - - - Emulator - Émulateur - - - The SSH server port: - Port du serveur SSH : - - - - MaemoPublishingWizardPageFremantleFree - - WizardPage - WizardPage - - - Choose build configuration: - Choisir la configuration de compilation : - - - Only create source package, do not upload - Ne créer que le paquet de sources, ne pas téléverser - - - - MaemoPublishingFileSelectionDialog - - Choose Package Contents - Choisir le contenu du paquet - - - <b>Please select the files you want to be included in the source tarball.</b> - - <b>Veuillez sélectionner les fichiers que vous voulez inclure dans le tarball des sources. </b> - - - - MaemoPublishingResultPageFremantleFree - - WizardPage - WizardPage - - - Progress - Avancement - - - - MaemoQemuSettingsWidget - - Form - Formulaire - - - OpenGL Mode - Mode OpenGL - - - &Hardware acceleration - Accélération matérielle (&H) - - - &Software rendering - Rendu logiciel (&S) - - - &Auto-detect - &Auto-détecter - - - - MaemoRemoteProcessesDialog - - List of Remote Processes - Liste des processus distants - - - &Filter by process name: - &Filtrer par nom de processus : - - - &Update List - Mettre à jo&ur la liste - - - &Kill Selected Process - Tuer les processus sélectionnés (&K) - - - - QtC::QmakeProjectManager - - ARM &version: - &Version ARM : - - - Version 5 - Version 5 - - - Version 6 - Version 6 - - - &Compiler path: - Chemin du &compilateur : - - - Environment Variables - Variables d'environnement - - - - S60CertificateDetailsDialog - - Details of Certificate - Détails du certificat - - - - S60PublishingBuildSettingsPageOvi - - Form - Formulaire - - - Choose a build configuration: - Choisir une configuration de compilation : - - - Only Qt versions above 4.6.3 are made available in this wizard. -Previous Qt versions have limitations in building suitable SIS files. - Seules les versions de Qt plus récentes que la 4.6.3 sont disponibles dans cet assistant. -Les version de Qt précédentes ont des limitations lors de la compilation des fichiers SIS. - - - Choose a tool chain: - Choisir une chaîne de compilation : - - - - S60PublishingResultsPageOvi - - Form - Formulaire - - - - S60PublishingSisSettingsPageOvi - - Form - Formulaire - - - Global vendor name: - Nom du vendeur global : - - - Qt version used in builds: - Version de Qt utilisée pour la compilation : - - - Current Qt Version - Version de Qt courante - - - Application UID: - UID de l'application : - - - Current UID3 - UID3 actuel - - - Capabilities: - Capacités : - - - Current set of capabilities - Ensemble actuel des capacités - - - Current Global Vendor Name - Nom global de vendeur actuel - - - Localised vendor names: - Noms de vendeur localisés : - - - Localised Vendor Names - Noms de vendeur localisés - - - Display name: - Nom d'affichage : - - - - QtC::QmakeProjectManager - - Dialog - Boîte de dialogue - - - Compiler path: - Chemin du compilateur : - - - System include path: - Chemin des includes système : - - - System library path: - Chemins des bibliothèques système : - - - SBS v2 directory: - Répertoire SBS v2 : - - - - Html5AppWizardSourcesPage - - WizardPage - WizardPage - - - Main HTML File - Fichier HTML principal - - - Generate an index.html file - Générer un fichier index.html - - - Import an existing .html file - Importer un fichier .html existant - - - Load a URL - Charger une URL - - - http:// - http:// - - - Note: Unless you chose to load a URL, all files and directories that reside in the same directory as the main HTML file are deployed. You can modify the contents of the directory any time before deploying. - Note : à moins de choisir de charger une URL, tous les fichiers et répertoires qui résident dans le même répertoire que le fichier HTML principal sont déployés. Vous pouvez modifier le contenu du répertoire à n'importe quel moment avant le déploiement. - - - Touch optimized navigation - Navigation optimisée pour le toucher - - - Enable touch optimized navigation - Activer la navigation optimisée pour le toucher - - - Touch optimized navigation will make the HTML page flickable and enlarge the area of touch sensitive elements. If you use a JavaScript framework which optimizes the touch interaction, leave the checkbox unchecked. - La navigation optimisée pour le toucher rendre la page HTML flickable et élargira la zone des éléments sensibles au toucher. Si vous utilisez un framework JavaScript qui optimise l'interaction au toucher, laissez cette case décochée. - - - - QtC::TextEditor - - Tabs and Indentation - Tabulation et indentation - - - Insert &spaces instead of tabs - Insérer des e&spaces au lieu de tabulations - - - Automatically determine based on the nearest indented line (previous line preferred over next line) - Déterminer automatiquement en se basant sur la ligne indentée la plus proche (ligne précédente préférée à la ligne suivante) - - - Based on the surrounding lines - Basé sur les lignes environnantes - - - Backspace will go back one indentation level instead of one space. - La touche retour reviendra un niveau d'indentation en arrière au lieux d'un caractère espace. - - - &Backspace follows indentation - La touche &retour arrière suit l'indentation - - - Block indentation style: - Style d'indentation de bloc : - - - Enable &tooltips only when Shift key is down - Activer les info-&bulles seulement lorsque la touche Shift est appuyée - - - - QtC::Valgrind - - Common Valgrind Options - Options communes de Valgrind - - - - QtC::QmlJS - - Errors while loading qmltypes from %1: -%2 - Erreurs lors du chargement de qmltypes depuis %1 : -%2 - - - Warnings while loading qmltypes from %1: -%2 - Avertissements lors du chargement de qmltypes depuis %1 : -%2 - - - Could not parse document. - Impossible d'analyser le document. - - - Expected a single import. - Un seul import est attendu. - - - Expected import of QtQuick.tooling. - Un import de QtQuick.tooling est attendu. - - - Expected version 1.1 or lower. - La version 1.1 ou inférieure est attendue. - - - Expected document to contain a Module {} member. - Un document contiennant un membre Modue {} est attendu. - - - Expected only Component and ModuleApi object definitions. - Seule des définitions d'objets de Component et de ModuleApi sont attendues. - - - Expected only Property, Method, Signal and Enum object definitions. - Seules des définitions d'objets Property, Method, Signal et Enum sont attendues. - - - Expected only name, prototype, defaultProperty, attachedType, exports and exportMetaObjectRevisions script bindings. - Seules des liaison de scripts de noms, prototypes, defautProperty, attachedType, exports et exportMetaObjectRevisions sont attendues. - - - Expected only script bindings and object definitions. - Seules des liaisons de scripts et des définitions d'objets sont attendues. - - - Component definition is missing a name binding. - Une liaison de nom est manquant dans la définition du composant. - - - Expected only uri, version and name script bindings. - Seule des liaisons de scripts de uri, version et nom sont attendues. - - - Expected only script bindings. - Seules des liaisons de scripts sont attendues. - - - ModuleApi definition has no or invalid version binding. - La définition du ModuleApi ne possède pas de liaison de version ou cellle-ci est invalide. - - - Expected only Parameter object definitions. - Seules des définitions d'objets Parameter sont attendues. - - - Expected only name and type script bindings. - Seules de liaisons de script de nom et de type sont attendues. - - - Method or signal is missing a name script binding. - Il manque une méthode ou un signal dans la liaison de scirpt de nom. - - - Expected script binding. - Une liaison de script est attendu. - - - Expected only type, name, revision, isPointer, isReadonly and isList script bindings. - Seules des liaison de scripts de type, nom, revision, isPointer, isReadonly et isList script bindings sont attendues. - - - Property object is missing a name or type script binding. - Il manque une liaison de script de nom ou de type dasn un objet propriété. - - - Expected only name and values script bindings. - Seules de liaisons de script de nom et de valeur sont attendues. - - - Expected string after colon. - Une chaîne est attendue après la virgule. - - - Expected boolean after colon. - Un booléen est attendu après la virgule. - - - Expected true or false after colon. - Vrai ou faux est attendu après la virgule. - - - Expected numeric literal after colon. - Un littéral numérique est attendu après la virgule. - - - Expected integer after colon. - Un entier est attendu après la virgule. - - - Expected array of strings after colon. - Un tableau de chaînes est attendu après la virgule. - - - Expected array literal with only string literal members. - Un littéral tableau contenant que des littérals chaînes est attendu. - - - Expected string literal to contain 'Package/Name major.minor' or 'Name major.minor'. - Un littéral chaîne qui contient "Package/Name major.minor" or "Name major.minor" est attendu. - - - Expected array of numbers after colon. - Un tableau de nombres est attendu après la virgule. - - - Expected array literal with only number literal members. - Un littéral tableau avec uniquement des membres littérals numérique est attendu. - - - Meta object revision without matching export. - Révision du méta-objet sans exportation correspondante. - - - Expected integer. - Un entier est attendu. - - - Expected object literal after colon. - Un littéral objet est attendu après la virgule. - - - Expected object literal to contain only 'string: number' elements. - Un littéral objet qui contient seulement des éléments "chaîne: nombre" est attendu. - - - Enum should not contain getter and setters, but only 'string: number' elements. - Une énumération ne doit pas contenir des accesseurs et mutateurs, mais seulement des éléments "chaîne: nombre". - - - - QtC::Utils - - Cannot retrieve debugging output. - Impossible d'obtenir la sortie du débogage. + The command "%1" did not respond within the timeout limit (%2 s). + La commande « %1 » n’a pas répondu dans le délai imparti (%2 s). <UNSET> @@ -28040,220 +51176,657 @@ Les version de Qt précédentes ont des limitations lors de la compilation des f Value when inserting a new variable <VALEUR> - - The IP address is not valid. - L'adresse IP est invalide. - Error in command line. Erreur dans la ligne de commande. - Server could not start sftp subsystem. - Le serveur ne peut démarrer le sous-système sftp. + copyFile is not implemented for "%1" + copyFile n’est pas implémenté pour « %1 » - Unexpected packet of type %1. - Paquet de type %1 inattendu. + Cannot copy from %1, it is not a directory. + Impossible de copier à partir de %1, ce n’est pas un répertoire. - Protocol version mismatch: Expected %1, got %2 - Conflit de version de protocole : %1 attendue, %2 detectée + Cannot copy %1 to %2, it is not a writable directory. + Impossible de copier %1 dans %2, ce n’est pas un répertoire accessible en écriture. - Unknown error. - Erreur inconnue. + Failed to copy recursively from "%1" to "%2" while trying to create tar archive from source: %3 + Échec de la copie récursive de « %1 » vers « %2 » lors de la création d’une archive tar à partir de la source : %3 - Created remote directory '%1'. - Création du répertoire distant "%1". + Failed to copy recursively from "%1" to "%2" while trying to extract tar archive to target: %3 + Échec de la copie récursive de « %1 » vers « %2 » lors de l’extraction de l’archive tar vers la cible : %3 - Remote directory '%1' already exists. - Le répertoire distant "%1" existe déjà. + fileContents is not implemented for "%1" + fileContents n’est pas implémenté pour « %1 » - Error creating directory '%1': %2 - Erreur lors de la création du répertoire "%1" : %2 + writeFileContents is not implemented for "%1" + writeFileContents n’est pas implémenté pour « %1 » - Could not open local file '%1': %2 - Impossible d'ouvrir le fichier local "%1" : %2 + createTempFile is not implemented for "%1" + createTempFile n’est pas implémenté pour « %1 » - Remote directory could not be opened for reading. - Le répertoire distant ne peut pas être ouvert pour lecture. + Refusing to remove root directory. + Impossible de supprimer le répertoire racine. - Failed to list remote directory contents. - Impossible de lister le contenu du répertoire distant. + Refusing to remove your home directory. + Impossible de supprimer le répertoire home. - Failed to close remote directory. - Impossible de fermer le répertoire distant. + Failed to remove directory "%1". + Échec de la suppression du répertoire « %1 ». - Failed to open remote file for reading. - Impossible d'ouvrir le fichier distant pour lecture. + Failed to remove file "%1". + Échec de la suppression du fichier « %1 ». - Failed retrieve information on the remote file ('stat' failed). - Impossible de récupérer les informations sur le fichier distant ('échec de 'stat'). + Failed to copy file "%1" to "%2". + Échec de la copie du fichier « %1 » vers « %2 ». - Failed to read remote file. - Impossible de lire le fichier distant. + File "%1" does not exist + Le fichier « %1 » n’existe pas - Failed to close remote file. - Impossible de fermer le fichier distant. + Could not open File "%1" + Impossible d’ouvrir le fichier « %1 » - Failed to open remote file for writing. - Impossible d'ouvrir le fichier distant pour écriture. + Cannot read "%1": %2 + Impossible de lire « %1 » : %2 - Failed to write remote file. - Impossible d'écrire sur le fichier distant. + Could not open file "%1" for writing + Impossible d’ouvrir le fichier « %1 » en écriture - Cannot append to remote file: Server does not support the file size attribute. - Impossible d'ajouter à la fin du fichier distant : le serveur ne supporte pas l'attribut taille du fichier. + Could not write to file "%1" (only %2 of %3 bytes written) + Impossible d’écrire dans le fichier « %1 » (seulement %2 des %3 octets écrits) - Server could not start session: %1 - Le serveur n'a pas pu démarrer la session : %1 + Could not create temporary file in "%1" (%2) + Impossible de créer le fichier temporaire dans « %1 » (%2) - Server could not start session. - Le serveur ne peut pas démarrer la session. + Failed to copy file "%1" to "%2": %3 + Échec de la copie du fichier « %1 » vers « %2 » : %3 - Error reading local file: %1 - Erreur lors de la lecture du fichier local : %1 + Failed reading file "%1": %2 + Échec de la lecture du fichier « %1 » : %2 - Invalid channel id %1 - Identifiant %1 du canal invalide + Failed writing file "%1": %2 + Échec de l’écriture du fichier « %1 » : %2 - SSH Protocol error: %1 - Erreur dans le protocole SSH : %1 + Failed creating temporary file "%1": %2 + Échec de la création du fichier temporaire « %1 » : %2 - Botan library exception: %1 - Exception dans la bibliothèque Botan : %1 + Failed creating temporary file "%1" (too many tries) + Échec de la création du fichier temporaire « %1 » (trop d’essais) - Invalid protocol version: Expected '2.0', got '%1'. - Version du protocole invalide :'2.0' attendue, "%1" detectée. + Cannot Save Workspace + Impossible d’enregistrer l’espace de travail - Invalid server id '%1'. - Identifiant de serveur invalide "%1". + Could not save workspace to file %1 + Impossible d’enregistrer l’espace de travail dans le fichier %1 - Could not read private key file: %1 - Impossible de lire le fichier de la clé privée : %1 + Delete Workspace + Supprimer l’espace de travail - Private key error: %1 - Erreur de clé privée : %1 + Delete Workspaces + Supprimer les espaces de travail - Password expired. - Mot de passe expiré. + Delete workspace %1? + Supprimer l’espace de travail %1 ? - Server rejected password. - Le serveur a rejeté le mot de passe. + Delete these workspaces? + %1 + Supprimer ces espaces de travail ? +…%1 - Server rejected key. - Le serveur a rejeté la clé. + File Error + Erreur de fichier - The server sent an unexpected SSH packet of type SSH_MSG_UNIMPLEMENTED. - Le serveur a envoyé un paquet SSH inattendu de type SSH_MSG_UNIMPLETED. + Cannot Restore Workspace + Impossible de restaurer l’espace de travail - Server closed connection: %1 - Le serveur a fermé la connexion : %1 + Could not restore workspace %1 + Impossible de restaurer l’espace de travail %1 - Connection closed unexpectedly. - La connexion a été fermée de façon inattendu. + Cannot write file %1: %2 + Impossible d’écrire dans le fichier %1 : %2 - Timeout waiting for reply from server. - Temps limite dépassé lors de l'attente de la réponse du serveur. + Cannot write file %1. Disk full? + Impossible d’écrire dans le fichier %1. Disque plein ? - No private key file given. - Aucune clé privée n'est fournit. + %1: Is a reserved filename on Windows. Cannot save. + %1 : c’est un nom de fichier réservé sous Windows. Impossible d’enregistrer. - Private key file error: %1 - Erreur du fichier de clé privée : %1 + Cannot overwrite file %1: %2 + L’écrasement du fichier %1 a échoué : %2 + + + Cannot create file %1: %2 + Impossible de créer le fichier %1 : %2 + + + Cannot create temporary file in %1: %2 + Impossible de créer un fichier temporaire dans %1 : %2 + + + Overwrite File? + Écraser le fichier ? + + + Overwrite existing file "%1"? + Écraser le fichier existant « %1 » ? + + + Could not copy file "%1" to "%2". + Impossible de copier le fichier « %1 » vers « %2 ». + + + Failed to create directory "%1". + Échec de la création du répertoire « %1 ». + + + Out of memory. + Mémoire insuffisante. + + + An encoding error was encountered. + Une erreur d’encodage a été rencontrée. + + + Add + Ajouter + + + Remove + Supprimer + + + Rename + Renommer + + + Do you really want to delete the configuration <b>%1</b>? + Voulez-vous vraiment supprimer la configuration <b>%1</b> ? + + + New name for configuration <b>%1</b>: + Nouveau nom pour la configuration <b>%1</b> : + + + Rename... + Renommer… + + + odd cpu architecture + architecture CPU étrange + + + "%1" is an invalid ELF object (%2) + « %1 » est un objet ELF non valide (%2) + + + "%1" is not an ELF object (file too small) + « %1 » n’est un objet ELF (fichier trop petit) + + + "%1" is not an ELF object + « %1 » n’est un objet ELF + + + odd endianness + boutisme étrange + + + unexpected e_shsize + e_shsize inattendue + + + unexpected e_shentsize + e_shentsize inattendue + + + announced %n sections, each %1 bytes, exceed file size + + %n section annoncée, chacun de %1 octets, dépassant la taille du fichier + %n sections annoncées, chacun de %1 octets, dépassant la taille du fichier + + + + string table seems to be at 0x%1 + La table des chaînes de caractères semble être située à 0x%1 + + + section name %1 of %2 behind end of file + Le nom de section %1 de %2 est après la fin du fichier + + + Delete + Suppression + + + Insert + Insertion + + + Equal + Équivalent + + + File format not supported. + Format de fichier non pris en charge. + + + Could not find any unarchiving executable in PATH (%1). + Impossible de trouver un exécutable de désarchivage dans PATH (%1). + + + Command failed. + Échec de la commande. + + + Running %1 +in "%2". + + + Running <cmd> in <workingdirectory> + Exécute %1 +dans « %2 ». + + + + + Reset + Réinitialiser + + + Enable + Activer + + + Disable + Désactiver + + + Leave at Default + Laisser par défaut + + + Show %1 Column + + + + Failed to retrieve clangd version: Unexpected clangd output. + Échec de la réception de la version de clangd : sortie de clangd inattendue. + + + The clangd version is %1, but %2 or greater is required. + La version de clangd est %1, mais %2 ou plus est nécessaire. + + + Edit Environment + Modifier l’environnement + + + Enter one environment variable per line. +To set or change a variable, use VARIABLE=VALUE. +To append to a variable, use VARIABLE+=VALUE. +To prepend to a variable, use VARIABLE=+VALUE. +Existing variables can be referenced in a VALUE with ${OTHER}. +To clear a variable, put its name on a line with nothing else on it. +To disable a variable, prefix the line with "#". + Saisir une variable d’environnement par ligne. +Pour définir ou modifier une variable, utiliser VARIABLE=VALEUR. +Pour ajouter une variable, utiliser VARIABLE+=VALEUR. +Pour ajouter une variable à l’avance, utiliser VARIABLE=+VALUE. +Les variables existantes peuvent être référencées dans une VALEUR avec ${AUTRE}. +Pour effacer une variable, placez son nom sur une ligne sans rien d’autre. +Pour désactiver une variable, préfixer la ligne par « # ». + + + %1 on %2 + File on device + %1 sur %2 + + + %1 %2 on %3 + File and args on device + %1 %2 sur %3 + + + Error while trying to copy file: %1 + + + + Could not copy file: %1 + Impossible de copier le fichier : %1 + + + Could not set permissions on "%1" + Impossible de définir les autorisations sur « %1 » + + + No "localSource" device hook set. + + + + My Computer + Mon ordinateur + + + Computer + Ordinateur + + + Name + Nom + + + Size + Taille + + + Kind + Match OS X Finder + Type + + + Type + All other platforms + Type + + + Date Modified + Date de modification + + + Cannot create OpenGL context. + Impossible de créer un contexte OpenGL. + + + Null + Null + + + Bool + Bool + + + Double + Double + + + String + Chaîne de caractères + + + Array + Tableau + + + Object + Objet + + + Undefined + Indéfini + + + %n Items + + %n élément + %n éléments + + + + Failed to start process launcher at "%1": %2 + Échec du démarrage du lanceur de processus à « %1 » : %2 + + + Process launcher closed unexpectedly: %1 + Le lanceur de processus s’est fermé de manière inattendue : %1 + + + Process launcher socket error. + Erreur de socket du lanceur de processus. + + + Internal socket error: %1 + Erreur de socket interne : %1 + + + Socket error: %1 + Erreur de socket : %1 + + + Internal protocol error: invalid packet size %1. + Erreur de protocole interne : taille de paquet invalide %1. + + + Internal protocol error: invalid packet type %1. + Erreur de protocole interne : type de paquet invalide %1. + + + Launcher socket closed unexpectedly. + La socket du lanceur s’est fermé de manière inattendue. + + + Infinite recursion error + Erreur de récursivité infinie + + + %1: Full path including file name. + %1 : chemin complet comprenant le nom du fichier. + + + %1: Full path excluding file name. + %1 : chemin complet sans le nom du fichier. + + + %1: Full path including file name, with native path separator (backslash on Windows). + %1 : chemin complet comprenant le nom du fichier, avec le séparateur de chemin natif (barre oblique inverse sous Windows). + + + %1: Full path excluding file name, with native path separator (backslash on Windows). + %1 : chemin complet excluant le nom du fichier, avec le séparateur de chemin natif (barre oblique inverse sous Windows). + + + %1: File name without path. + %1 : nom du fichier sans le chemin. + + + %1: File base name without path and suffix. + %1 : nom du fichier sans le chemin, ni le suffixe. + + + Global variables + Variables globales + + + Access environment variables. + Accéder aux variables d’environnement. + + + Minimize + Minimiser + + + &OK + &OK + + + &Cancel + &Annuler + + + Remove File + Supprimer le fichier + + + Remove Folder + Supprimer le dossier + + + &Delete file permanently + &Supprimer le fichier de façon permanente + + + &Remove from version control + &Supprimer du gestionnaire de versions + + + File to remove: + Fichier à supprimer : + + + Folder to remove: + Dossier à supprimer : + + + Failed to Read File + Échec de la lecture du fichier + + + Could not open "%1". + Impossible d’ouvrir « %1 ». + + + Failed to Write File + Échec de l’écriture du fichier + + + There was nothing to write. + Il n’y avait rien à écrire. + + + No Valid Settings Found + Aucun réglage valide n’a été trouvé + + + <p>No valid settings file could be found.</p><p>All settings files found in directory "%1" were unsuitable for the current version of %2, for instance because they were written by an incompatible version of %2, or because a different settings path was used.</p> + <p>Aucun fichier de configuration valide n’a pu être trouvé.</p><p>Tous les fichiers de configuration trouvés dans le répertoire « %1 » ne sont pas adaptés à la version actuelle de %2, par exemple parce qu’ils ont été écrits par une version incompatible de %2, ou parce qu’un chemin de configuration différent a été utilisé.</p> + + + <p>No valid settings file could be found.</p><p>All settings files found in directory "%1" were either too new or too old to be read.</p> + <p>Aucun fichier de configuration valide n’a pu être trouvé.</p><p>Tous les fichiers de configuration trouvés dans le répertoire « %1 » étaient soit trop récents, soit trop anciens pour être lus.</p> + + + Using Old Settings + Utilisation d’anciens réglages + + + <p>The versioned backup "%1" of the settings file is used, because the non-versioned file was created by an incompatible version of %2.</p><p>Settings changes made since the last time this version of %2 was used are ignored, and changes made now will <b>not</b> be propagated to the newer version.</p> + <p>L’enregistrement versionné « %1 » du fichier de paramètres est utilisé, parce que le fichier non-versionné a été créé avec une version incompatible de %2.</p><p>Les modifications apportées aux paramètres depuis la dernière utilisation de cette version de %2 sont ignorées, et les modifications apportées maintenant ne seront pas propagées vers la nouvelle version.</p> + + + Settings File for "%1" from a Different Environment? + Fichier de paramètres pour « %1 » provenant d’un environnement différent ? + + + <p>No settings file created by this instance of %1 was found.</p><p>Did you work with this project on another machine or using a different settings path before?</p><p>Do you still want to load the settings file "%2"?</p> + <p>Aucun fichier de paramètres créé par cette instance de %1 n’a été trouvé.</p><p>Avez-vous travaillé sur ce projet sur une autre machine ou en utilisant un chemin différent ?</p><p>Souhaitez-vous toujours charger le fichier de configuration « %2 » ?</p> + + + Unsupported Merge Settings File + Fichier de paramètres de fusion non pris en charge + + + "%1" is not supported by %2. Do you want to try loading it anyway? + « %1 » n’est pas pris en charge par %2. Voulez-vous quand même essayer de le charger ? + + + Elapsed time: %1. + Temps écoulé : %1. + + + Insert Variable + Insérer une variable + + + Current Value: %1 + Valeur actuelle : %1 + + + Insert Unexpanded Value + pas sûr de la traduction de « unexpanded » + Insérer une valeur non développée + + + Insert "%1" + Insérer « %1 » + + + Insert Expanded Value + pas sûr de la traduction de « expanded » + Insérer une valeur développée + + + Select a variable to insert. + Sélectionner une variable à insérer. + + + Variables + Variables + + + Invalid command + Commande invalide QtC::Valgrind - - No errors found - Aucune erreur trouvée - - - What - Quoi - Location Emplacement - - Unique - Unique - - - Thread ID - ID du Thread - - - Kind - Type - - - Leaked Blocks - Blocs perdus - - - Leaked Bytes - Octets perdus - - - Helgrind Thread ID - ID du thread Helgrind - Location: Emplacement : Instruction pointer: - Pointeur d'instruction : + Pointeur d’instruction : Could not parse hex number from "%1" (%2) - Impossible de parser le nombre hexadécimal depuis "%1" (%2) + Impossible de parser le nombre hexadécimal depuis « %1 » (%2) trying to read element text although current position is not start of element - essaie de lire le texte de l'élément même si la position courante n'est pas le début d'un élément + essaie de lire le texte de l’élément même si la position actuelle n’est pas le début d’un élément Unexpected child element while reading element text - Élément enfant non attendu lors de la lecture du texte de l'élément + Élément enfant non attendu lors de la lecture du texte de l’élément Unexpected token type %1 @@ -28261,35 +51834,35 @@ Les version de Qt précédentes ont des limitations lors de la compilation des f Could not parse protocol version from "%1" - Impossible de parser la version du protocole depuis "%1" + Impossible d’analyser la version du protocole depuis « %1 » XmlProtocol version %1 not supported (supported version: 4) - Version %1 de XmlProtocol non supportée (version supportée : 4) + Version %1 de XmlProtocol non prise en charge (version prise en charge : 4) Valgrind tool "%1" not supported - Outil Valgrind "%1" non supporté + Outil Valgrind « %1 » non pris en charge Unknown memcheck error kind "%1" - Type d'erreur de vérification mémoire inconnue %1 + Type d’erreur de vérification mémoire inconnue %1 Unknown helgrind error kind "%1" - Type d'erreur Helgrind inconnu "%1" + Type d’erreur Helgrind inconnu « %1 » Unknown ptrcheck error kind "%1" - Type d'erreur ptrcheck inconnu "%1" + Type d’erreur ptrcheck inconnu « %1 » Could not parse error kind, tool not yet set. - Impossible de parser le type d'erreur, outil pas encore défini. + Impossible de parser le type d’erreur, outil pas encore défini. Unknown state "%1" - État inconnu "%1" + État inconnu « %1 » Unexpected exception caught during parsing. @@ -28301,7 +51874,7 @@ Les version de Qt précédentes ont des limitations lors de la compilation des f Instruction Pointer - Pointeur d'instruction + Pointeur d’instruction Object @@ -28319,3584 +51892,29 @@ Les version de Qt précédentes ont des limitations lors de la compilation des f Line Ligne - - - QtC::Debugger - - Analyzer - Analyseur - - - - Analyzer::Internal::AnalyzerMode - - Analyze - Analyse - - - - Analyzer::AnalyzerManager - - Start &Analyzer - Démarrer l'&Analyseur - - - Start - Démarrer - - - Stop - Arrêter - - - Debug - Débogage - - - Release - Release - - - Run %1 in %2 Mode? - Lancer %1 en mode %2? - - - <html><head/><body><p>You are trying to run the tool '%1' on an application in %2 mode. The tool is designed to be used in %3 mode.</p><p>Do you want to continue and run it in %2 mode?</p></body></html> - <html><head/><body><p>Vous essayez d'éxécuter l'outil '%1 en mode %2 sur une application. Cette outil est prévue pour être utilisé en mode %3.</p><p>Voulez vous continuer et le lancer en mode %2?</p></body></html> - - - &Do not ask again - Ne plus re&demander - - - Tool '%1' started... - L'outil "%1" as démarré... - - - Tool '%1' finished, %n issues were found. - - L'outil '%1' s'est terminé; %n problème possible trouvé. - L'outil '%1' s'est terminé. %n problèmes possible trouvés. - - - - Tool '%1' finished, no issues were found. - L'outil "%1' s"est terminé. Aucun problèmes trouvés. - - - Tool "%1" started... - L'outil "%1" a démarré... - - - Tool "%1" finished, %n issues were found. - - L'outil "%1" a fini, %n problème a été trouvé. - L'outil "%1" a fini, %n problèmes ont été trouvés. - - - - Tool "%1" finished, no issues were found. - L'outil "%1" a fini, pas de problème trouvé. - - - - Analyzer::Internal::AnalyzerOutputPane - - No current analysis tool - Aucun outil d'analyse sélectionné - - - Analysis - Analyse - - - - Analyzer::Internal::AnalyzerPlugin - - Analyzer - Category under which Analyzer tasks are listed in Issues view - Analyseur - - - - Analyzer::Internal::AnalyzerRunConfigWidget - - Analyzer settings: - Réglages de l'Analyseur : - - - Analyzer Settings - Réglages de l'Analyseur - - - Available settings: %1 - Options diponible : %1 - - - - Analyzer::Internal::AnalyzerRunControlFactory - - Analyzer - Analyseur - - - No analyzer tool selected - Pas d'outil d'analyse sélectionné - - - - Analyzer::Internal::AnalyzerRunControl - - Build Issues - Problèmes de compilation - - - - Analyzer::AnalyzerProjectSettings - - Analyzer Settings - Réglages de l'Analyseur - - - - Analyzer::IAnalyzerTool - - Debug - Débogage - - - Release - Release - - - (Remote) - (Distant) - - - (External) - (externe) - - - Annotate %1 - Annoter %1 - - - Annotate parent revision %1 - Annoter la révision parente %1 - - - Bazaar - Bazaar - - - Annotate Current File - Annoter le fichier courant - - - Annotate "%1" - Annoter "%1" - - - Diff Current File - Faire un diff du fichier courant - - - Diff "%1" - Faire un diff de "%1" - - - Alt+Z,Alt+D - Alt+Z, Alt+D - - - Meta+Z,Meta+D - Meta+Z, Meta+D - - - Log Current File - Réaliser un log du fichier courant - - - Log "%1" - Réaliser un log de "%1" - - - Alt+Z,Alt+L - Alt+Z,Alt+L - - - Meta+Z,Meta+L - Meta+Z, Meta+L - - - Status Current File - Statut du fichier courant - - - Status "%1" - Statut "%1" - - - Alt+Z,Alt+S - Alt+Z,Alt+S - - - Meta+Z,Meta+S - Meta+Z, Meta+S - - - Add - Ajouter - - - Add "%1" - Ajouter "%1" - - - Delete... - Supprimer… - - - Delete "%1"... - Supprimer "%1"… - - - Revert Current File... - Rétablir le fichier courant... - - - Revert "%1"... - Rétablir "%1"... - - - Diff - Diff - - - Log - Log - - - Revert... - Rétablir... - - - Status - Statut - - - Pull... - Pull... - - - Push... - Push... - - - Update... - Mise à jour... - - - Commit... - Commit... - - - Alt+Z,Alt+C - Alt+Z,Alt+C - - - Meta+Z,Meta+C - Meta+Z, Meta+C - - - Create Repository... - Création du dépôt... - - - Update - Mettre à jour - - - Commit - Faire un commit - - - Diff &Selected Files - Faire un diff sur tous les fichiers &sélectionnés - - - Diff Selected Files - Faire un diff sur tous les fichiers sélectionnés - - - &Undo - Annu&ler - - - &Redo - &Refaire - - - There are no changes to commit. - Il n'y a aucun changement à envoyer. - - - Unable to generate a temporary file for the commit editor. - Impossible de générer un fichier temporaire pour l'éditeur de commit. - - - Unable to create an editor for the commit. - Impossible d'ouvrir un éditeur pour le commit. - - - Unable to create a commit editor. - Impossible d'ouvrir un éditeur de commit. - - - Commit changes for "%1". - Soumettre les changements pour "%1". - - - Close Commit Editor - Fermer l'éditeur de commit - - - Do you want to commit the changes? - Voulez vous envoyer les changements ? - - - Message check failed. Do you want to proceed? - Vérification du message échouée. Voulez-vous continuer ? - - - - QtC::Bazaar - - Cloning - Cloner - - - Cloning started... - Début du clonage... - - - Clones a Bazaar branch and tries to load the contained project. - Clone une branche Bazaar et essaye de charger le projet contenu. - - - Bazaar Clone (Or Branch) - Clone Bazaar (ou branche) - - - - QtC::Bazaar - - Location - Emplacement - - - Specify repository URL, clone directory and path. - Spécifie l'URL du dépôt, le répertoire du clone et le chemin. - - - Clone URL: - URL de clone : - - - - QtC::Bazaar - - Commit Editor - Faire un commit de l'éditeur - - - - QtC::Bazaar - - Bazaar Command - Commande Bazaar - - - - QtC::Core - - Uncategorized - Sans catégorie - - - Tools that will appear directly under the External Tools menu. - Outils qui apparaissent directement dans le menu Outils externes. - - - New Category - Nouvelle catégorie - - - New Tool - Nouvel outil - - - This tool prints a line of useful text - Cet outil affiche une ligne de texte utile - - - /c echo Useful text - /c echo texte utile - - - Useful text - Sample external tool text - Texte utile - - - Could not open tool specification %1 for reading: %2 - Impossible d'ouvrir les spécificatrions d'outil %1 pour lecture : %2 - - - Could not write tool specification %1: %2 - Impossible d'écrire les spécifications d'outil %1 : %2 - - - Creates qm translation files that can be used by an application from the translator's ts files - Crée un fichier de traduction qm utilisable par l'application à partir des fichiers ts du traducteur - - - Release Translations (lrelease) - Publier les traductions (lrelease) - - - Linguist - Linguist - - - Synchronizes translator's ts files with the program code - Synchroniser les fichiers ts de traduction avec le code source - - - Update Translations (lupdate) - Mettre à jour les traductions (lupdate) - - - Opens the current file in Notepad - Notepad, c'est pas très cross-platform - Ouvre le fichier courant avec Notepad - - - Edit with Notepad - Notepad, c'est pas très cross-platform - Éditer avec Notepad - - - Text - Texte - - - Runs the current QML file with qmlscene. This requires Qt 5. - Exécute le fichier QML courant avec qmlscene. Cela nécessite Qt 5. - - - Qt Quick 2 Preview (qmlscene) - Prévisualisation Qt Quick 2 (qmlscene) - - - Runs the current QML file with qmlviewer - Lancer le fichier QML courrant avec qmlviewer - - - Preview (qmlviewer) - Aperçu (qmlviewer) - - - Qt Quick - Qt Quick - - - Qt Quick 1 Preview (qmlviewer) - Prévisualisation Qt Quick 1 (qmlviewer) - - - Sorts the selected text - Ordonne le texte sélectionné - - - Sort Selection - Trier la sélection - - - Opens the current file in vi - Ouvre le fichier courrant avec vi - - - Edit with vi - Éditer avec vi - - - Error while parsing external tool %1: %2 - Erreur lors de l'analyse de l'outil externe %1 : %2 - - - Could not find executable for '%1' (expanded '%2') - - Impossible de trouver l'exécutable pour "%1" ("%2") - - - Could not find executable for '%1' (expanded '%2') - Impossible de trouver l'exécutable pour "%1" ("%2") - - - Starting external tool '%1' %2 - Lancement de l'outil externe "%1" %2 - - - '%1' finished - "%1" a fini - - - External - Externe - - - &External - &Externe - - - Error: External tool in %1 has duplicate id - Erreur : outil externe dans %1 a un identifiant dupliqué - - - Add Magic Header - Ajouter un en-tête magique - - - Error - Erreur - - - Not a valid byte pattern. - Pas un motif valide d'octets. - - - Dialog - Boîte de dialogue - - - Value: - Valeur : - - - Type - Type - - - String - Chaîne de caractères - - - Byte - Octet - - - Use Recommended - Utiliser le paramètre recommandé - - - Start range: - Début de l'intervalle : - - - End range: - Fin de l'intervalle : - - - Priority: - Priorité : - - - <i>Note: Wide range values might impact Qt Creator's performance when opening files.</i> - <i>Note : de grands intervalles pourraient avoir un impact sur les performances de Qt Creator à l'ouverture des fichiers. </i> - - - MIME Type - Type MIME - - - Handler - Gestionnaire - - - Undefined - Indéfini - - - Invalid MIME Type - Type MIME invalide - - - Conflicting pattern(s) will be discarded. - Le(s) motif(s) en conflit va (vont) être éliminé(s). - - - %n pattern(s) already in use. - Singulier -> 1 -> en toutes lettres - - Un motif déjà utilisé. - %n motifs déjà utilisés. - - - - No MIME type selected. - Pas de type MIME sélectionné. - - - No magic header selected. - Pas d'en-tête magique sélectionné. - - - MIME Types - Types MIME - - - Changes will take effect in the next time you start Qt Creator. - Les changements vont prendre effet au prochain démarrage de Qt Creator. - - - External Tools - Outils externes - - - %1 repository was detected but %1 is not configured. - Le dépôt %1 a été détecté mais %1 n'est pas configuré. - - - Configure - Configurer - - - Version Control - Gestion de versions - - - Would you like to remove this file from the version control system (%1)? -Note: This might remove the local file. - Voulez-vous retirer ce fichier du système de gestion de versions (%1) ? -Note : Ceci risque de supprimer le fichier du disque. - - - Add to Version Control - Ajouter au gestionnaire de version - - - Add the file -%1 -to version control (%2)? - Ajouter le fichier -%1 -au gestionnaire de version (%2) ? - - - Add the files -%1 -to version control (%2)? - Ajouter les fichiers -%1 -au gestionnaire de version (%2) ? - - - Adding to Version Control Failed - L'ajout au gestionnaire de version a échoué - - - Could not add the file -%1 -to version control (%2) - Impossible d'ajouter le fichier -%1 -au gestionnaire de version (%2) - - - Could not add the file -%1 -to version control (%2) - - Impossible d'ajouter le fichier -%1 -au gestionnaire de version (%2) - - - Could not add the following files to version control (%1) -%2 - Impossible d'ajouter les fichiers -%1 -au gestionnaire de version (%2) - - - - QtC::CppEditor - - Sort Alphabetically - Trier par ordre alphabétique - - - &Refactor - &Refactoriser - - - Unused variable - Variable non utilisée - - - Generate missing Q_PROPERTY members... - Générer les membre Q_PROPERTY manquant... - - - Expand All - Développer tout - - - Collapse All - Réduire tout - - - - QtC::Debugger - - &Condition: - &Condition : - - - <html><body><p>The remote CDB needs to load the matching Qt Creator CDB extension (<code>%1</code> or <code>%2</code>, respectively).</p><p>Copy it onto the remote machine and set the environment variable <code>%3</code> to point to its folder.</p><p>Launch the remote CDB as <code>%4 &lt;executable&gt;</code> to use TCP/IP as communication protocol.</p><p>Enter the connection parameters as:</p><pre>%5</pre></body></html> - <html><body><p>L'instance distante de CDB doit charger l'extension correspondante de Qt Creator (<code>%1</code> ou <code>%2</code>, respectivement).</p><p>Copiez-la sur la machine distante et définissez la variable d'environnement <code>%3</code> pour qu'elle pointe sur son dossier.</p><p>Lancez l'instance distante de CDB comme <code>%4 &lt;executable&gt;</code> pour utiliser TCP/IP comme protocole de communication.</p><p>Entrez les paramètres de connexion comme ceci : </p><pre>%5</pre></body></html> - - - Start a CDB Remote Session - Lancer une session CDB distante - - - &Connection: - &Connexion : - - - Memory... - Mémoire... - - - Debugger Toolbar - Barre d'outils du débogueur - - - No function selected. - Pas de fonction sélectionnée. - - - Running to function "%1". - Lancement de la fonction "%1". - - - Process %1 - Processus %1 - - - Attaching to local process %1. - Attacher au processus local %1. - - - Remote: "%1" - Distant : "%1" - - - Attaching to remote server %1. - Attachement au serveur distant %1. - - - Core file "%1" - Fichier core "%1" - - - Attaching to core file %1. - Attacher au fichier core %1. - - - Crashed process %1 - Processus %1 crashé - - - Attaching to crashed process %1 - Attacher au processus crashé %1 - - - Cannot attach to PID 0 - Impossible de s'attacher au PID 0 - - - 0x%1 hit - Message tracepoint: Address hit. - 0x%1 atteint - - - %1:%2 %3() hit - Message tracepoint: %1 file, %2 line %3 function hit. - %1 : %2 %3() atteinte - - - Add Message Tracepoint - Ajouter un message de traçage - - - Executable file "%1" - Fichier exécutable "%1" - - - Debugging file %1. - Fichier de débogage %1. - - - Cannot attach to process with PID 0 - Impossible de s'attacher au processus avec PID 0 - - - Remove Breakpoint %1 - Supprimer le point d'arrêt %1 - - - Disable Breakpoint %1 - Désactiver le point d'arrêt %1 - - - Enable Breakpoint %1 - Activer le point d'arrêt %1 - - - Edit Breakpoint %1... - Editer le point d'arrêt %1... - - - Set Breakpoint at 0x%1 - Placer un point d'arrêt à 0x%1 - - - Set Breakpoint at line %1 - Placer un point d'arrêt à la ligne %1 - - - Set Message Tracepoint at 0x%1... - Placer un message de traçage à 0x%1... - - - Set Message Tracepoint at line %1... - Placer un message de traçage à la ligne %1... - - - Start '%1' and break at function 'main()' - Lancer "%1" et s'arrêter à la fonction "main()" - - - Save Debugger Log - Sauvegarder le log du débogueur - - - User commands are not accepted in the current state. - Les commandes utilisateur ne sont pas acceptées dans l'état courant. - - - Debugger finished. - Débogage terminé. - - - Set Breakpoint at Line %1 - Définir un point d'arrêt à la ligne %1 - - - Set Message Tracepoint at Line %1... - Définir un message de traçage à la ligne %1... - - - Disassemble Function "%1" - Désassembler la fonction "%1" - - - Starting debugger "%1" for ABI "%2"... - Démarrage du débogueur "%1" pour l'ABI "%2"... - - - Continue - Continue - - - Exit Debugger - Quitter le débogueur - - - Interrupt - Interrompre - - - Debugger is Busy - Le débogeur est occupé - - - Abort Debugging - Annuler le débogage - - - Aborts debugging and resets the debugger to the initial state. - Annuler le débogage et réinitialiser le débogueur a son état initial. - - - Step Over - Passer - - - Step Into - Entrer dans - - - Step Out - Sortir de - - - Run to Line - Exécuter jusqu'à la ligne - - - Run to Selected Function - Exécuter jusqu'à la fonction sélectionnée - - - Immediately Return From Inner Function - Retourne immédiatement d'une fonction interne - - - Jump to Line - Sauter à la ligne - - - Toggle Breakpoint - Basculer le point d'arrêt - - - Add to Watch Window - Ajouter à la fenêtre d'observateurs - - - Reverse Direction - Inverser la direction - - - Move to Called Frame - Se déplacer sur la frame appelée - - - Move to Calling Frame - Se déplacer sur la frame appelante - - - Error evaluating command line arguments: %1 - Erreur durant l'évaluation des arguments de la ligne de commande : %1 - - - Start Debugging - Commencer le débogage - - - Start Debugging Without Deployment - Démarrer le débogage sans déploiement - - - Start and Debug External Application... - Déboguer une application externe... - - - Start and Debug External Application with External Engine... - Lancer et déboguer une application externe avec un moteur externe... - - - Attach to Running Local Application... - Attacher à une application locale en cours d'exécution... - - - Load Core File... - Charger un fichier core... - - - Attach to Running External Application... - Attacher à une application externe en cours d'éxecution... - - - Attach to Core... - Attacher au core... - - - Start and Debug Remote Application... - Déboguer une application distance... - - - Attach to Remote Debug Server... - Attacher à un serveur de débogage distant... - - - Start Remote Debug Server Attached to Process... - Démarrer un serveur de débogage distant attaché au processus... - - - Attach to Running Remote Process... - Attacher à un processus distant en cours d'exécution... - - - Attach to QML Port... - Attacher au port QML... - - - Attach to Running Tcf Agent... - Attacher à un agent Tcf en cours d'éxecution... - - - This attaches to a running 'Target Communication Framework' agent. - Ceci attache à un agent 'Target Communication Framework' en cours d'éxecution. - - - Start and Attach to Remote Application... - Démarrer et attacher sur une application à distance... - - - Attach to Remote CDB Session... - Attacher à une session CDB distante... - - - Detach Debugger - Détacher le débogueur - - - Start Gdbserver - Démarrer Gbdserver - - - Attach to Remote Process - Attacher à un processus distant - - - Interrupt Debugger - Interrompre le débogueur - - - Stop Debugger - Arrêter le débogueur - - - Debug Information - Information de débogage - - - Debugger Runtime - Exécution du débogueur - - - Process Already Under Debugger Control - Processus déjà sous contrôle d'un débogueur - - - The process %1 is already under the control of a debugger. -Qt Creator cannot attach to it. - Le processus %1 est déjà sous contrôle d'un débogueur. -Qt Creator ne peut pas s'y attacher. - - - Ctrl+Y - Ctrl+Y - - - F5 - F5 - - - Attach to Running Application... - Attacher à l'application en cours d'exécution... - - - Attach to Running Application - Attacher à l'application en cours d'exécution - - - Shift+Ctrl+Y - Maj+Ctrl+Y - - - Shift+F5 - Shift+F5 - - - Reset Debugger - Réinitialiser le débogueur - - - Ctrl+Shift+O - Ctrl+Maj+O - - - F10 - F10 - - - Ctrl+Shift+I - Ctrl+Maj+I - - - F11 - F11 - - - Ctrl+Shift+T - Ctrl+Maj+T - - - Shift+F11 - Maj+F11 - - - Shift+F8 - Maj+F8 - - - Ctrl+F10 - Ctrl+F10 - - - Ctrl+F6 - Ctrl+F6 - - - F12 - F12 - - - F8 - F8 - - - F9 - F9 - - - Apply Changes on Save - Appliquer les changements à la sauvegarde - - - Show Application on Top - Afficher l'application au premier plan - - - From - À partir de - - - To - Vers - - - Flags - Flags - - - Sections in "%1" - Sections dans "%1" - - - Show Application On Top - Montrer l'application en avant-plan - - - Select - Sélectionner - - - Zoom - Zoom - - - Threads: - Threads : - - - Symbol - Symbole - - - Address - Adresse - - - Code - Code - - - Section - Section - - - Symbols in "%1" - Symboles dans "%1" - - - <new source> - <nouvelle source> - - - <new target> - <nouvelle cible> - - - Source path - Chemin des sources - - - Target path - Chemin de destination - - - Add Qt sources... - Ajouter les sources de Qt... - - - Remove - Supprimer - - - Source Paths Mapping - Chemins de source du Mapping - - - <html><head/><body><p>Mappings of source file folders to be used in the debugger can be entered here.</p><p>This is useful when using a copy of the source tree at a location different from the one at which the modules where built, for example, while doing remote debugging.</body></html> - <html><head/><body><p>Le mapping des répertoire de fichier source à utilisez dans le débogueur peut être entré ici.</p><p>Cela est utile si vous utilisez une copie de l'arbre des sources à un emplacement différent de celui où est compilé le module, par exemple, si vous faites du débogage distant.</body></html> - - - Add a mapping for Qt's source folders when using an unpatched version of Qt. - Ajouter un mapping pour les répertoires des sources Qt quand vous utilisez une version de Qt non patché. - - - The source path contained in the debug information of the executable as reported by the debugger - Le chemin des sources contenu dans les informations de débogage de l'exécutable, comme reporté par le débogueur - - - The source path contained in the executable's debug information as reported by the debugger - Le chemin des sources contenu dans les informations de débogage de l'exécutable, comme reporté par le débogueur - - - &Source path: - Chemin des &sources : - - - The actual location of the source tree on the local machine - L'emplacement réel des sources sur la machine locale - - - &Target path: - Chemin de des&tination : - - - Qt Sources - Sources de Qt - - - %1 (%2) - %1 (%2) - - - <html><head/><body><table><tr><td>ABI:</td><td><i>%1</i></td></tr><tr><td>Debugger:</td><td>%2</td></tr> - <html><head/><body><table><tr><td>ABI :</td><td><i>%1</i></td></tr><tr><td>Débogueur :</td><td>%2</td></tr> - - - Debugging complex command lines is currently not supported under Windows - Débogueur des lignes de commande complexes n'est pas actuellement supporté sous Windows - - - Debugging complex command lines is currently not supported on Windows. - Débogueur des lignes de commande complexes n'est pas actuellement supporté sous Windows. - - - Fatal engine shutdown. Incompatible binary or IPC error. - Arrêt fatal du moteur. Erreur de compatibilité des binaires ou 'IPC. - - - qtcreator-lldb failed to start: %1 - qtcreator-lldb n'a pas pu démarrer : %1 - - - Fatal engine shutdown. Consult debugger log for details. - Arrêt fatal du moteur. Consulter le journal d'événement du débogueur pour plus de détails. - - - SSH connection error: %1 - Erreur de connexion SSH : %1 - - - LLDB - LLDB - - - Memory $ - Mémoire $ - - - No memory viewer available - Aucun visualiseur de mémoire disponible - - - Memory at 0x%1 - Mémoire à 0x%1 - - - No Memory Viewer Available - Aucun visualiseur de mémoire disponible - - - The memory contents cannot be shown as no viewer plugin for binary data has been loaded. - Le contenu de la mémoire ne peut pas être affiché car aucun éditeur pour des données binaires n'a pu être chargé. - - - The slave debugging engine required for combined QML/C++-Debugging could not be created: %1 - Le moteur de débogage esclave requis pour le débogage combiné QML/C++ n'a pas pu être créé : %1 - - - C++ debugger activated - Débogueur C++ activé - - - QML debugger activated - Débogueur QML activé - - - %1 debugger activated - Débogueur %1 activé - - - QML/C++ Debugging - Débogage QML/C++ - - - Cannot stop execution before QML engine is started. Skipping breakpoint. -Suggestions: Move the breakpoint after QmlApplicationViewer instantiation or switch to C++ only debugging. - Impossible d'arrêter l'exécution avant que le moteur QML est démarré. Le point d'arrêt est ignoré. -Suggestions : déplacer le point d'arrêt après l'instanciation de QmlApplicationViewer ou passer au débogage du code C++ exclusivement. - - - QML Debugger connected. - Débogueur QML connecté. - - - QML Debugger connecting... - Connexion du débogueur QML... - - - No application output received in time - Pas de sortie de l'application reçue à temps - - - Qt Creator - Qt Creator - - - Could not connect to the in-process QML debugger. -Do you want to retry? - Impossible de se connecter au processus du débogueur QML. Voulez-vous réessayer ? - - - Could not connect to the in-process QML debugger. -%1 - Impossible de se connecter au processus de débogage QML. %1 - - - QML Debugger: Remote host closed connection. - Débogueur QML : l'hôte distant a fermé la connexion. - - - QML Debugger: Could not connect to service '%1'. - Débogueur QML : impossible de se connecter au service "%1". - - - JS Source for %1 - Source JS pour %1 - - - QML debugging port not set: Unable to convert %1 to unsigned int. - Le port de débogage QML n'est pas défini : impossible de convertir %1 en unsigned int. - - - Run to line %1 (%2) requested... - Exécution jusqu'à la ligne %1 (%2) demandée... - - - Context: - Contexte : - - - Context: - Contexte : - - - The port seems to be in use. - Error message shown after 'Could not connect ... debugger:" - Le port semble déjà utilisé. - - - The application is not set up for QML/JS debugging. - Error message shown after 'Could not connect ... debugger:" - L'application n'est pas configurée pour du débogage QML/JS. - - - Starting %1 %2 - Démarrer %1 %2 - - - Application startup failed: %1 - Échec du démarrage de l'application : %1 - - - QML Debugger disconnected. - Débogueur QML déconnecté. - - - - QtC::Git - - Use the patience algorithm for calculating the diff - Utiliser l'algorithme patience pour calculer le diff - - - Use the patience algorithm for calculating the differences. - Utiliser l'algorithme patience pour calculer les différences. - - - Patience - Patience - - - Ignore whitespace only changes. - Ignorer les changement relatifs aux espaces. - - - Ignore whitespace only changes - Ignorer les changement relatifs aux espaces - - - Ignore Whitespace - Ignorer les espaces - - - Select the pretty printing format - Sélectionner le format d'affichage - - - Select the pretty printing format. - Sélectionner le format d'affichage. - - - oneline - en une ligne - - - short - court - - - medium - moyen - - - full - complet - - - fuller - plus complet - - - email - email - - - raw - brut - - - Do not show the date a change was made in the output - Ne pas afficher à qu'elle date un changement a été fait sur la sortie - - - Hide the date of a change from the output. - Cacher la date d'un changement de la sortie. - - - Omit Date - Omettre la date - - - - QtC::GlslEditor - - %1 of %2 - %1 de %2 - - - GLSL - GLSL sub-menu in the Tools menu - GLSL - - - Creates a fragment shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL. - Crée un fragment shader dans le langage de shaders d'OpenGL/ES 2.0 (GLSL/ES). Les fragment shaders génèrent la couleur finale des pixels pour les triangles, points et lignes rendues avec OpenGL. - - - Fragment Shader (OpenGL/ES 2.0) - Fragment shader (OpenGL/ES 2.0) - - - Creates a vertex shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Vertex shaders transform the positions, normals and texture co-ordinates of triangles, points and lines rendered with OpenGL. - Crée un vertex shader dans le langage de shaders d'OpenGL/ES 2.0 (GLSL/ES). Les vertex shaders transforment les positions, normales et coordonnées des textures des triangles, points et lignes rendues avec OpenGL. - - - Vertex Shader (OpenGL/ES 2.0) - Vertex shader (OpenGL/ES 2.0) - - - Creates a fragment shader in the Desktop OpenGL Shading Language (GLSL). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL. - Crée un fragment shader dans le langage de shaders d'OpenGL (GLSL). Les fragment shaders génèrent la couleur finale des pixels pour les triangles, points et lignes rendues avec OpenGL. - - - Fragment Shader (Desktop OpenGL) - Fragment shader (OpenGL) - - - Creates a vertex shader in the Desktop OpenGL Shading Language (GLSL). Vertex shaders transform the positions, normals and texture co-ordinates of triangles, points and lines rendered with OpenGL. - Crée un vertex shader dans le langage de shaders d'OpenGL (GLSL). Les vertex shaders transforment les positions, normales et coordonnées des textures des triangles, points et lignes rendues avec OpenGL. - - - Vertex Shader (Desktop OpenGL) - Vertex shader (OpenGL) - - - New %1 - Nouveau %1 - - - - QtC::Macros - - Macros - Macros - - - Playing Macro - Lancer une macro - - - An error occured while replaying the macro, execution stopped. - Une erreur est apparue lors de l'exécution de la macro, exécution arrêtée. - - - An error occurred while replaying the macro, execution stopped. - Une erreur est apparue lors de l'exécution de la macro, exécution arrêtée. - - - Macro mode. Type "%1" to stop recording and "%2" to play it - Mode macro. Tapez "%1" pour arrêter l'enregistrement et "%2" pour le lancer - - - Stop Recording Macro - Arrêter d'enregistrer la macro - - - &Macros - &Macros - - - Record Macro - Enregistrer une macro - - - Ctrl+( - Ctrl+( - - - Alt+( - Alt+( - - - Ctrl+) - Ctrl+) - - - Alt+) - Alt+) - - - Play Last Macro - Lancer la dernière macro - - - Alt+R - Alt+R - - - Meta+R - Meta+R - - - Save Last Macro - Sauvegarder la dernière macro - - - - QtC::ProjectExplorer - - GCC - GCC - - - Platform codegen flags: - Flags de plateforme de la génération de code : - - - Platform linker flags: - Flags de plateforme de l'éditeur de liens : - - - MinGW - MinGW - - - Linux ICC - ICC Linux - - - MSVC - MSVC - - - Initialization: - Initialisation : - - - No CDB debugger detected (neither 32bit nor 64bit). - Aucun débogueur CDB trouvé (32bit ou 64bit). - - - No 64bit CDB debugger detected. - Aucune débogueur CDB 64bit trouvé. - - - The CDB debugger could not be found in %1 - Le débogueur CDB n'a pas pu être trouvé dans %1 - - - &Debugger: - &Débogueur : - - - mkspec: - mkspec : - - - All possible mkspecs separated by a semicolon (';'). - Tout les mkspecs possibles séparés par un point virgule (';'). - - - Name: - Nom : - - - Manual - Manuel - - - <nobr><b>ABI:</b> %1 - <nobr><b>ABI :</b> %1 - - - not up-to-date - pas à jour - - - Name - Nom - - - Type - Type - - - Duplicate Compilers Detected - Duplication de compilateurs détectée - - - The following compiler was already configured:<br> %1<br>It was not configured again. - Le compilateur suivant a déjà été configuré : <br> %1<br>Il n'a pas été configuré à nouveau. - - - The following compilers were already configured:<br> %1<br>They were not configured again. - Les compilateurs suivants ont déjà été configurés : <br> %1<br>Ils n'ont pas été configurés à nouveau. - - - Duplicate Tool Chain detected - Chaîne de compilation dupliquée détectée - - - The following tool chain was already configured:<br> %1<br>It was not configured again. - La chaîne de compilation suivante a déjà été configurée : <br/> %1<br/>Elle n'a pas été configurée à nouveau. - - - Duplicate Tool Chains detected - Chaînes de compilation dupliquées détectées - - - The following tool chains were already configured:<br> %1<br>They were not configured again. - Les chaînes de compilation suivantes ont déjà été configurées : <br/> %1<br/>Elles n'ont pas été configurées à nouveau. - - - Tool Chains - Chaînes de compilation - - - Compilers - Compilateurs - - - Clone - Cloner - - - - QmlDesigner::ItemLibraryWidget - - Library - Title of library view - Bibliothèque - - - Items - Title of library items view - Éléments - - - QML Types - Title of library QML types view - Types QML - - - Resources - Title of library resources view - Ressources - - - Imports - Title of library imports view - Importations - - - <Filter> - Library search input hint text - <Filtre> - - - I - I - - - Manage imports for components - Gérer les imports pour les composants - - - Basic Qt Quick only - Qt Quick basique seulement - - - Meego Components - Composants Meego - - - - QmlDesigner::StatesEditorModel - - base state - Implicit default state - état de base - - - Invalid state name. - Nom d'état invalide. - - - The empty string as a name is reserved for the base state. - La chaîne vide comme nom est réservée à l'état de base. - - - Name already used in another state. - Le nom est déjà utilisé dans un autre état. - - - - QmlDesigner::StatesEditorView - - State%1 - Default name for newly created states - État%1 - - - States Editor - Éditeur d'états - - - base state - état de base - - - - JsFileOptionsPage - - Options - Options - - - Stateless library - Bibliothèque sans état - - - Usually each QML component instance has a unique copy of -imported JavaScript libraries. Indicating that a library is -stateless means that a single instance will be shared among -all components. Stateless libraries will not be able to access -QML component instance objects and properties directly. - Généralement, chaque instance de composant QML possède une copie unique des bibliothèques JavaScript importées. Indiquer qu'une bibliothèque est sans état signifier qu'une seule instance peut être partagée pour tous les composants. Des bibliothèques sans état ne pourront pas accéder à des objets d'instances de composants QML et à leurs propriétés directement. - - - - QtC::QmlJSEditor - - New %1 - Nouveau %1 - - - Show Qt Quick ToolBar - Montrer la barre d'outils Qt Quick - - - Unused variable - Variable inutilisée - - - Refactoring - Refactoriser - - - Expand All - Développer tout - - - Collapse All - Réduire tout - - - - QmlJSInspector::Internal::QmlInspectorToolBar - - Apply Changes on Save - Appliquer les changements à la sauvegarde - - - Show application on top - Montrer l'application en avant-plan - - - Observer Mode - Mode observateur - - - Play/Pause Animations - Lire/mettre en pause les animations - - - Select - Sélectionner - - - Zoom - Zoom - - - Color Picker - Sélecteur de couleur - - - 1x - 1x - - - 0.5x - 0,5x - - - 0.25x - 0,25x - - - 0.125x - 0,125x - - - 0.1x - 0,1x - - - - QmlJSInspector::Internal::QmlJSPropertyInspector - - Enter expression - Entrer une expression - - - Choose color - Choisir une couleur - - - JavaScript expression for %1 - Expression JavaScript pour %1 - - - Color selection for %1 - Sélection de couleur pour %1 - - - - QtC::QmlJSTools - - Functions - Fonctions - - - Methods and functions - Méthodes et fonctions - - - Methods and Functions - Méthodes et fonctions - - - QML Methods and Functions - Méthodes et fonctions QML - - - QML Functions - Fonctions QML - - - Indexing - Indexation - - - Qml import scan - Analyse de l'import Qml - - - Type dump of QML plugin in %1 failed. -Errors: -%2 - - Échec du collecteur de type pour le plug-in QML dans %1. -Erreurs : -%2 - - - - Type dump of C++ plugin failed. -First 10 lines or errors: - -%1 -Check 'General Messages' output pane for details. - Échec du collecteur de type pour le plug-in C++. Les dix premières lignes des erreurs : -%1 -Vérifier le panneau de sortie Messages généraux pour les détails. - - - QML module does not contain information about components contained in plugins - -Module path: %1 -See "Using QML Modules with Plugins" in the documentation. - Le module QML ne contient pas d'informations à propos des composants contenus dans les plugins - -Chemin du module : %1 -Voir dans la documentation "Utilisation des modules QML avec les plugins". - - - Automatic type dump of QML module failed. -Errors: -%1 - - Échec du collecteur de type automatique du module QML. -Erreurs : -%1 - - - - Automatic type dump of QML module failed. -Errors: -%1 - Échec du collecteur de type automatique du module QML. -Erreurs : -%1 - - - Automatic type dump of QML module failed. -First 10 lines or errors: - -%1 -Check 'General Messages' output pane for details. - Échec du collecteur de type automatique du module QML. -10 premières lignes d'erreurs : - -%1 -Vérifiez 'Messages généraux' dans le panel de sortie pour plus de détails. - - - Warnings while parsing qmltypes information of %1: -%2 - Avertissements lors de l'analyse des informations de qmltypes de %1 : -%2 - - - "%1" failed to start: %2 - "%1" n'a pas pu démarrer : %2 - - - "%1" crashed. - "%1" a crashé. - - - "%1" timed out. - "%1" a expiré. - - - I/O error running "%1". - Erreur E/S lors de l'exécution de "%1". - - - "%1" returned exit code %2. - "%1" a retourné le code %2. - - - Arguments: %1 - Arguments : %1 - - - Errors while reading typeinfo files: - Erreurs lors de la lecture des fichiers d'informations sur les types : - - - Could not locate the helper application for dumping type information from C++ plugins. -Please build the qmldump application on the Qt version options page. - Impossible de trouver l'application d'aide pour la collecte des informations sur les types à partir des plugins C++. -Veuillez compiler l'application qmldump à partir de la page d'options à propos de la version de Qt. - - - Type dump of C++ plugin failed. Parse error: -'%1' - Échec du collecteur de type pour le plug-in C++.Erreur de parsage : %1 - - - - Could not open file '%1' for reading. - Impossible d'ouvrir le fichier "%1" pour lecture. - - - Failed to parse '%1'. -Error: %2 - Impossible de parser "%1". Erreur : %2 - - - Could not locate the helper application for dumping type information from C++ plugins. -Please build the debugging helpers on the Qt version options page. - Impossible de localiser l'application d'assistance pour les information de type des plug-ins C++. Veuillez compiler les assistants de débogage sur la page des options de version de Qt. - - - - QtC::QmlProjectManager - - Manage Qt versions... - Gestionnaire des versions de Qt... - - - Arguments: - Arguments : - - - Main QML file: - Fichier QML principal : - - - - QtC::QmakeProjectManager - - The target directory %1 could not be created. - Le dossier cible %1 n'a pas pu être créé. - - - QML Debugging library could not be built in any of the directories: -- %1 - -Reason: %2 - La bibliothèque de débogage QML n'a pas pu être compilée dans le moindre répertoire : -- %1 - -Raison : %2 - - - Maemo5 - Qt4 Maemo5 target display name - Maemo5 - - - Harmattan - Qt4 Harmattan target display name - Harmattan - - - MeeGo - Qt4 MeeGo target display name - MeeGo - - - Meego - Qt4 Meego target display name - Meego - - - GCCE - GCCE - - - GCCE from Qt version - GCCE de la version de Qt - - - GCCE (%1) - GCCE (%1) - - - <b>IP address:</b> %1:%2 - <b>adresse IP :</b> %1:%2 - - - ARMv5 - ARMv5 - - - ARMv6 - ARMv6 - - - RVCT - RVCT - - - RVCT (%1 %2.%3 Build %4) - %1 arm version, %2 major version, %3 minor version, %4 build number - RVCT (%1 %2.%3 Build %4) - - - The certificate "%1" has already expired and cannot be used. -Expiration date: %2. - Le certificat "%1" a déjà expiré et ne peut pas être utilisé. -Date d'expiration : %2. - - - The certificate "%1" is not yet valid. -Valid from: %2. - Le certificat "%1" n'est pas encore valide. Valide dès : %2. - - - The certificate "%1" is not a valid X.509 certificate. - Le certificat "%1" n'est pas un certificat X.509 valide. - - - Type: - Type : - - - Developer certificate - Certificat développeur - - - Self signed certificate - Certificat autosigné - - - Issued by: - Délivré par : - - - Issued to: - Délivré à : - - - Valid from: - Valide dès : - - - Valid to: - Valide jusque : - - - Capabilities: - Capacités : - - - Supporting %n device(s): - %n manquant au singulier, seule possibilité : 1. mieux en toutes lettres. - - Supportant un périphérique : - Supportant %n périphériques : - - - - The binary package '%1' was patched to be installable after being self-signed. -%2 -Use a developer certificate or any other signing option to prevent this patching from happening. - %1 package name, %2 will be replaced by a list of patching lines. - Le paquet binaire '%1' a été patché pour être installable après avoir été autosigné. -%2 -Utilisez un certificat développeur ou une autre option de signature pour éviter que ce patch apparaisse. - - - Cannot create Smart Installer package as the Smart Installer's base file is missing. Please ensure that it is located in the SDK. - Impossible de créer le paquet Smart Installer, puisque le fichier de base Smart Installer est manquant. Veuillez vous assurer qu'il est bien situé dans le SDK. - - - Created %1 - - %1 créé - - - Sis file not created due to previous errors - - Fichier SIS non créé à cause d'erreurs précédentes - - - Done! - - Fait ! - - - Sis file not created due to previous errors - - Fichier SIS non créé à cause d'erreurs précédentes - - - Freeze - Geler - - - Secondary clean - Deuxième nettoyage - - - Secondary qmake - Deuxième qmake - - - Secondary build - Deuxième compilation - - - Making SIS file - Construire le fichier SIS - - - Done. - - Fait. - - - SIS file not created due to previous errors. - - Fichier SIS non créé à cause d'erreurs précédentes. - - - Created %1. - - %1 créé. - - - WINSCW - WINSCW - - - WINSCW from Qt version - WINSCW depuis la version de Qt - - - - Qt4DefaultTargetSetupWidget - - <b>Error:</b> - Severity is Task::Error - <b>Erreur :</b> - - - <b>Warning:</b> - Severity is Task::Warning - <b>Alerte :</b> - - - - QtC::QmakeProjectManager - - Add build from: - Ajouter une compilation depuis : - - - Add Build - Ajouter une compilation - - - Create Build Configurations: - Créer des configurations de compilation : - - - Create build configurations: - Créer des configurations de compilation : - - - For Each Qt Version One Debug And One Release - Pour chaque version de Qt un debug et une release - - - For One Qt Version One Debug And One Release - Pour une version de Qt un debug et une release - - - Manually - Manuellement - - - None - Aucune - - - Shadow build - Shadow build - - - Incompatible Build Found - Compilation incompatible trouvée - - - The build found in %1 is incompatible with this target. - La compilation trouvée dans %1 est incompatible avec cette cible. - - - Already Imported Build - Compilation déjà importée - - - The build found in %1 is already imported. - La compilation trouvée dans %1 est déjà importée. - - - Import build from %1. - Importer la compilation depuis %1. - - - Use Shadow Building - Utiliser les shadow build - - - No build found - Pas de compilation trouvée - - - The build found in %1 is incompatible with this target - La compilation trouvée dans %1 est incompatible avec cette cible - - - No Build found in %1 matching project %2. - Pas de compilation trouvée dans %1 pour le projet %2 correspondant. - - - Incompatible build found - Compilation incompatible trouvée - - - The Build found in %1 is incompatible with this target - La compilation trouvée dans %1 est incompatible avec cette cible - - - Import build from %1 - Importer la compilation depuis %1 - - - Targets - Cibles - - - Mobile Options - Options mobiles - - - Maemo5 And MeeGo Specific - Spécifique à Maemo5 et MeeGo - - - Maemo5 And Meego Specific - Spécifique à Maemo5 et MeeGo - - - Harmattan Specific - Spécifique à Harmattan - - - Maemo Specific - Spécifique à Maemo - - - New HTML5 Application - Nouvelle application HTML5 - - - This wizard generates a HTML5 application project. - Cet assistant génère un projet d'application HTML5. - - - HTML Options - Options HTML - - - HTML5 Application - Application HTML5 - - - Creates an HTML5 application project that can contain both HTML5 and C++ code and includes a WebKit view. - -You can build the application and deploy it on desktop and mobile target platforms. - Crée un projet d'application HTML 5 qui peut contenir du code C++ et du code HTML 5 et inclut une vue WebKit. - -Vous pouvez construire l'application et la déployer sur les plateformes desktop et mobiles. - - - Creates an HTML5 application project that can contain both HTML5 and C++ code and includes a WebKit view. - -You can build the application and deploy it on desktop and mobile target platforms. For example, you can create signed Symbian Installation System (SIS) packages for this type of projects. - Crée un projet d'application HTML5 qui peut contenir du code C++ et HTML5 et inclure une vue WebKit. - -Voys pouvez compiler l'application et la déployer sur desktop et mobile. Par exemple, vous pouvez créer des paquest Symbian Installation System (SIS) pour ce type de projets. - - - Select HTML File - impératif ? - Sélectionner le fichier HTML - - - Automatically Rotate Orientation - Pivoter l'orientation automatiquement - - - Lock to Landscape Orientation - Verrouiller en orientation paysage - - - Lock to Portrait Orientation - Verrouiller en oriantation portrait - - - Orientation behavior: - Comportement de l'orientation : - - - Invalid Icon - Icône invalide - - - The icon needs to be %1x%2 pixels big, but is not. Do you want Creator to scale it? - L'icône doit faire %1x%2 pixels, mais elle ne remplit pas cette condition. Qt Creator doit-il la mettre à l'échelle ? - - - The icon needs to be 64x64 pixels big, but is not. Do you want Creator to scale it? - L'icône doit faire 64x64 pixels, mais elle ne remplit pas cette condition. Qt Creator doit-il la mettre à l'échelle ? - - - Could not copy icon file. - Impossible de copier le fichier de l'icône. - - - Application icon (64x64): - Icône de l'application (64x64) : - - - Subdirs Project - Projet de sous-répertoires - - - Creates a qmake-based subdirs project. This allows you to group your projects in a tree structure. - Crée un projet de sous-répertoires basé sur qmake. Ceci vous permet de grouper vos projets dans une structure arborescente. - - - Done && Add Subproject - Fait && Ajouter le sous-projet - - - Finish && Add Subproject - Terminé && Ajouter le sous-projet - - - New Subproject - Title of dialog - Nouveau sous-projet - - - This wizard generates a Qt4 subdirs project. Add subprojects to it later on by using the other wizards. - Cet assistant génère un projet Qt4 avec sous-répertoires. Ajoutez-y des sous-projets plus tard en utilisant d'autres assistants. - - - This wizard generates a Qt subdirs project. Add subprojects to it later on by using the other wizards. - Cet assistant génère un projet Qt avec des sous-répertoires. Ajoutez-y des sous-projets plus tard avec d'autres assistants. - - - Target Setup - Installation de la cible - - - <span style=" font-weight:600;">No valid kits found.</span> - <span style=" font-weight:600;">Aucun kit valide trouvé.</span> - - - Please add a kit in the <a href="buildandrun">options</a> or via the maintenance tool of the SDK. - Veuillez ajouter un kit dans le menu <a href="buildandrun">options</a> ou avec l'outil de maintenance du SDK. - - - Select Kits for Your Project - Selectionner un kit pour votre projet - - - Kit Selection - Sélection de kit - - - %1 - temporary - %1 – temporaire - - - Qt Creator can use the following kits for project <b>%1</b>: - %1: Project name - Qt Creator peut utiliser les kits suivant pour le projet <b>%1</> : - - - No Build Found - Pas de compilation trouvée - - - - QtC::TextEditor - - CTRL+D - Ctrl+D - - - Print Document - Imprimer le document - - - File Error - Erreur de fichier - - - <b>Error:</b> Could not decode "%1" with "%2"-encoding. Editing not possible. - <b>Erreur :</b> Impossible de décoder "%1" avec l'encodage "%2". L'édition est impossible. - - - Select Encoding - Choisir l'encodage - - - Delete UTF-8 BOM on Save - Supprimer le BOM UTF-8 à la sauvegarde - - - Add UTF-8 BOM on Save - Ajouter le BOM UTF-8 à la sauvegarde - - - The text is too large to be displayed (%1 MB). - Le texte est trop lourd pour être affiché (%1 Mo). - - - Error - Erreur - - - Not a valid trigger. - Pas un déclencheur valide. - - - Trigger - Déclencheur - - - Trigger Variant - Déclencheur variable - - - Error reverting snippet. - Erreur lors de la restauration du snippet. - - - Snippets - Extraits de code - - - Error While Saving Snippet Collection - Erreur lors de l'enregistrement de la collection de snippets - - - No snippet selected. - Pas de snippet sélectionné. - - - - QtC::VcsBase - - Unable to start process '%1': %2 - Impossible de démarrer le processus "%1" : %2 - - - Timed out after %1s waiting for the process %2 to finish. - Après %1 secondes d'attente, le processus %2 a été terminé. - - - Working... - Travail en cours... - - - Annotate "%1" - Annoter "%1" - - - Copy "%1" - Copier "%1" - - - Describe Change %1 - Décrivez le changement %1 - - - Send to CodePaster... - Envoyer à CodePaster... - - - Apply Chunk... - Appliquer le morceau... - - - Revert Chunk... - Rétablir le morceau... - - - Failed to retrieve data. - Échec de la collecte des données. - - - Unable to Paste - Impossible de coller - - - Code pasting services are not available. - Les services de collage de code ne sont pas disponibles. - - - Revert Chunk - Rétablir le morceau - - - Apply Chunk - Appliquer le morceau - - - Would you like to revert the chunk? - Souhaitez-vous rétabir le morceau ? - - - Would you like to apply the chunk? - Souhaitez-vous appliquer le morceau ? - - - - SymbianUtils::VirtualSerialDevice - - The port %1 could not be opened: %2 (POSIX error %3) - Le port %1 n'a pas pu être ouvert : %2 (erreur POSIX %3) - - - Unable to retrieve terminal settings of port %1: %2 (POSIX error %3) - Impossible de récupérer les paramètrse du terminal pour le port %1 : %2 (erreur POSIX %3) - - - Unable to apply terminal settings to port %1: %2 (POSIX error %3) - Impossible d'appliquer les paramètrse du terminal pour le port %1 : %2 (erreur POSIX %3) - - - Cannot write to port %1: %2 (POSIX error %3) - Impossible d'écrire sur le port %1 : %2 (erreur POSIX %3) - - - The function select() returned an error on port %1: %2 (POSIX error %3) - La fonction select() a retrouné une erreur sur le port %1 : %2 (erreur POSIX %3) - - - Port not found - Port non trouvé - - - Port in use - Port déjà utilisé - - - Timed out - Temps écoulé - - - Port unreachable - Port inaccessible - - - The port %1 could not be opened: %2 - Le port %1 n'a pas pu être ouvert : %2 - - - An error occurred while waiting for read notifications from %1: %2 - Une erreur est apparue lors de l'attente pour les notifications de lecture depuis %1 : %2 - - - An error occurred while reading from %1: %2 - Une erreur est apparue lors de la lecture depuis %1 : %2 - - - An error occurred while writing to %1: %2 - Une erreur est apparue lors de l'écriture sur %1 : %2 - - - An error occurred while syncing on waitForBytesWritten for %1: %2 - Une erreur est apparue lors de la synchronisation sur waitForBytesWritten pour %1 : %2 - - - - QtC::CMakeProjectManager - - Failed opening project '%1': Project is not a file - Échec de l'ouverture du projet "%1" : le projet n'est pas un fichier - - - - QtC::Macros - - - QtC::QmakeProjectManager - - <html><head/><body><table><tr><td>Path to MADDE:</td><td>%1</td></tr><tr><td>Path to MADDE target:</td><td>%2</td></tr><tr><td>Debugger:</td/><td>%3</td></tr></body></html> - <html><head/><body><table><tr><td>Chemin de MADDE :</td><td>%1</td></tr><tr><td>Chemin de la cible MADDE :</td><td>%2</td></tr><tr><td>Débogueur :</td/><td>%3</td></tr></body></html> - - - - AnchorButtons - - Set top anchor - Définir l'ancre en haut - - - Setting anchors in states is not supported. - Définir les ancres dans des états non supportés. - - - Set bottom anchor - Définir l'ancre en bas - - - Set left anchor - Définir l'ancre de gauche - - - Set right anchor - Définir l'ancre de droite - - - Fill to parent - Remplir jusqu'au parent - - - Set vertical anchor - Définir l'ancre verticale - - - Set horizontal anchor - Définir l'ancre horizontale - - - - ColorGroupBox - - Color editor - Éditeur de couleur - - - Hue - Teinte - - - Saturation - Saturation - - - Brightness - Éclat - - - Alpha - Alpha - - - - ColorTypeButtons - - Solid color - Couleur unie - - - Solid color (only editable in base state) - Couleur solide (éditable seulement à l'état de base) - - - Gradient - Dégradé - - - Gradient (only editable in base state) - Dégradé (éditable seulement à l'état de base) - - - Transparent - Transparent - - - Transparent (only editable in base state) - Transparent (éditable seulement à l'état de base) - - - - FlickableSpecifics - - Flickable - Défilable ?. - Flickable - - - Content Size - Taille du contenu - - - Flickable Direction - Flickable Direction - - - Bounds Behavior - Comportement des bords - - - Interactive - Interactive - - - Max. Velocity - Vitesse maximum - - - Maximum Flick Velocity - Vitesse de Flick maximum - - - Deceleration - Ralentissement - - - Flick Deceleration - Ralentissement du Flick - - - - Analyzer::StartRemoteDialog - - Start Debugger - Lancer le débogueur - - - Remote - Distant - - - Host: - Hôte : - - - User: - Utilisateur : - - - You need to pass either a password or an SSH key. - Vous devez passer soit un mot de passe, soit une clé SSH. - - - Password: - Mot de passe : - - - Port: - Port : - - - Private key: - Clé privée : - - - Target - Cible - - - Kit: - Kit : - - - Executable: - Exécutable : - - - Arguments: - Arguments : - - - Working directory: - Répertoire de travail : - - - Start Remote Analysis - Démarrer l'analyse distante - - - - QtC::CppEditor - - Form - Formulaire - - - General - Général - - - Content - Contenu - - - Indent - Indenter - - - "public", "protected" and -"private" within class body - "public", "protected" et "private" -dans le corps de la classe - - - Declarations relative to "public", -"protected" and "private" - Déclarations relatives à "public", -"protected" et "private" - - - Statements within method body - Déclarations dans le corps de la méthode - - - Statements within blocks - Déclarations dans les blocs - - - Declarations within -"namespace" definition - Déclarations dans la -définition de "namespace" - - - Braces - Accolades - - - Indent Braces - Indenter les accolades - - - Class declarations - Déclarations de classes - - - Namespace declarations - Déclarations d'espaces de noms - - - Enum declarations - Déclarations d'énumérations - - - Method declarations - Déclarations de méthodes - - - Blocks - Blocs - - - "switch" - "switch" - - - Indent within "switch" - Indenter à l'intérieur -de "switch" - - - "case" or "default" - "case" ou "default" - - - Statements relative to -"case" or "default" - Déclarations relatives à -"case" ou "default" - - - Blocks relative to -"case" or "default" - Blocs relatifs à -"case" ou "default" - - - "break" statement relative to -"case" or "default" - Déclarations "break" relatives -à "case" ou "default" - - - Alignment - Alignement - - - Align - Aligner - - - <html><head/><body> -Enables alignment to tokens after =, += etc. When the option is disabled, regular continuation line indentation will be used.<br> -<br> -With alignment: -<pre> -a = a + - b -</pre> -Without alignment: -<pre> -a = a + - b -</pre> -</body></html> - <html><head/><body> -Active l'alignement des jetons après =, +=, etc. Quand cette option est désactivée, l'indentation régulière de continuation de ligne sera utilisée.<br> -<br> -Avec alignement : -<pre> -a = a + - b -</pre> -Sans alignement : -<pre> -a = a + - b -</pre> -</body></html> - - - Align after assignments - Aligner après les assignations - - - <html><head/><body> -The extra padding usually only affects if statement conditions. Without extra padding: -<pre> -if (a && - b) - c; -</pre> -With extra padding: -<pre> -if (a && - b) - c; -</pre> -</body></html> - <html><head/><body> -La marge supplémentaire affecte en général seulement les conditions if. Sans marge supplémentaire : -<pre> -if (a && - b) - c; -</pre> -Avec marge supplémentaire : -<pre> -if (a && - b) - c; -</pre> -</body></html> - - - Add extra padding to conditions -if they would align to the next line - Ajoute une marge supplémentaire aux conditions -si elles devaient s'aligner sur la ligne suivante - - - <html><head/><body> -Adds an extra level of indentation to multiline conditions in the switch, if, while and foreach statements if they would otherwise have the same or less indentation than a nested statement. - -For four-spaces indentation only if statement conditions are affected. Without extra padding: -<pre> -if (a && - b) - c; -</pre> -With extra padding: -<pre> -if (a && - b) - c; -</pre> -</body></html> - <html><head/><body> -Ajoute un niveau supplémentaire d'indentation aux conditions multilignes dans les switch, if, while et foreach si elle avaient moins ou autant d'indentation qu'un code imbriqué. - -Pour les indentations à quatre espaces, seules les if sont affectés. Sans décalage supplémentaire : -<pre> -if (a && - b) - c; -</pre> -Avec du décalage supplémentaire : -<pre> -if (a && - b) - c; -</pre> -</body></html> - - - Pointers and References - Pointeurs et références - - - Bind '*' and '&&' in types/declarations to - Lier "*" et "&&" dans les types/déclarations de - - - <html><head/><body>This does not apply to the star and reference symbol in pointer/reference to functions and arrays, e.g.: -<pre> int (&rf)() = ...; - int (*pf)() = ...; - - int (&ra)[2] = ...; - int (*pa)[2] = ...; - -</pre></body></html> - <html><head/><body>Cela ne s'applique par à l'étoile et le symbole de la référence pour les pointeurs/références aux fonctions et tableaux, par exemple : -<pre> int (&rf)() = ...; - int (*pf)() = ...; - - int (&ra)[2] = ...; - int (*pa)[2] = ...; - -</pre></body></html> - - - Identifier - Identifiant - - - Type name - Nom du type - - - Left const/volatile - Const/volatile à gauche - - - This does not apply to references. - Cela ne s'applique pas aux références. - - - Right const/volatile - Const/volatile à droite - - - Statements within function body - Instructions dans le corps de la fonction - - - Function declarations - Déclarations de fonction - - - - QtC::Git - - Dialog - Boîte de dialogue - - - Branch Name: - Nom de la branche : - - - CheckBox - Case à cocher - - - Add Branch - Ajouter une branche - - - Rename Branch - Renommer une branche - - - Track remote branch '%1' - Pister la branche distante "%1" - - - Track local branch '%1' - Pister la branche locale "%1" - - - Add Remote - Ajouter distant - - - Name: - Nom : - - - URL: - URL : - - - Remotes - Distants - - - F&etch - Récupér&er - - - Delete Remote - Supprimer le distant - - - Would you like to delete the remote "%1"? - Voulez-vous supprimer le distant "%1" ? - - - &Push - &Envoyer - - - - text - - text - texte - - - Text - Texte - - - - textedit - - text edit - éditeur de texte - - - Text Edit - Modifier le texte - - - - textinput - - text - texte - - - Text - Texte - - - - TimeDisplay - - length: %1 - longueur : %1 - - - - QtC::QmlProfiler - - Dialog - Boîte de dialogue - - - Address: - Adresse : - - - 127.0.0.1 - 127.0.0.1 - - - Port: - Port : - - - QML Profiler - Profileur QML - - - &Host: - &Hôte : - - - localhost - localhost - - - &Port: - &Port : - - - Sys&root: - &Racine système : - - - Start QML Profiler - Démarrer le profileur QML - - - Kit: - Kit : - - - - QtQuickComponentSetOptionsPage - - Built-in elements only (for all platforms) - Seulement les éléments de base (pour toutes les plateformes) - - - Qt Quick Components for Symbian - Composants Qt Quick pour Symbian - - - Qt Quick Components for Meego/Harmattan - Composants Qt Quick pour Meego/Harmattan - - - Use an existing .qml file - Utiliser un fichier .qml existant - - - The built-in elements in the QtQuick namespace allow you to write cross-platform applications with a custom look and feel. - -Requires Qt 4.7.1 or newer. - Les éléments de base dans l'espace de noms Qt Quick permettent d'écrire des applications multiplateformes avec une ergonomie personnalisée. - - - The Qt Quick Components for Symbian are a set of ready-made components that are designed with specific native appearance for the Symbian platform. - -Requires Qt 4.7.3 or newer, and the component set installed for your Qt version. - Les composants Qt Quick pour Symbian sont un ensemble de composants préfabriques prévu pour une apparence spécifique native sur la plateforme Symbian. - -Ils requièrent Qt 4.7.3 ou supérieur et l'ensemble de composants installé pour votre version de Qt. - - - The Qt Quick Components for Meego/Harmattan are a set of ready-made components that are designed with specific native appearance for the Meego/Harmattan platform. - -Requires Qt 4.7.4 or newer, and the component set installed for your Qt version. - Les composants Qt Quick pour Meego/Harmattan sont un ensemble de composants préfabriques prévu pour une apparence spécifique native sur les plateformes Meego/Harmattan. - -Ils requièrent Qt 4.7.3 ou supérieur et l'ensemble de composants installé pour votre version de Qt. - - - All files and directories that reside in the same directory as the main QML file are deployed. You can modify the contents of the directory any time before deploying. - Tous les fichiers et répertoires qui résident dans le même répertoire que le fichier QML principal sont déployés. Vous pouvez en modifier le contenu avant le déploiement. - - - Qt Quick Components for MeeGo/Harmattan - Composants Qt Quick pour MeeGo/Harmattan - - - The Qt Quick Components for MeeGo/Harmattan are a set of ready-made components that are designed with specific native appearance for the MeeGo/Harmattan platform. - -Requires Qt 4.7.4 or newer, and the component set installed for your Qt version. - Les composants Qt Quick pour MeeGo/Harmattan sont un ensemble de composants préfabriqués prévu pour une apparence spécifique native sur les plateformes MeeGo/Harmattan. - -Ils requièrent Qt 4.7.4 ou supérieur et l'ensemble de composants installé pour votre version de Qt. - - - - QtC::QtSupport - - Used to extract QML type information from library-based plugins. - Utilisé pour extraire le type d'information QML pour les bibliothèques basées sur des plug-ins. - - - QML Dump: - Dump QML : - - - A modified version of qmlviewer with support for QML/JS debugging. - Un version modifiée de qmlviewer avec le support de débogage pour QML/JS. - - - QML Observer: - Observateur QML : - - - Build - Compilation - - - QML Debugging Library: - Bibliothèque de débogage QML : - - - Helps showing content of Qt types. Only used in older versions of GDB. - Aide à montrer le contenu des types Qt. Seulement utilisé dans les anciennes versions de GDB. - - - GDB Helper: - Assistant GDB : - - - Show compiler output of last build. - Montrer la sortie du compilateur lors de la dernière compilation. - - - Show Log - Montrer le journal des événements - - - Compile debugging helpers that are checked. - Compiler les assistants de débogage qui sont cochés. - - - Build All - Tout compiler - - - Tool Chain: - Chaîne de compilation : - - - Tool chain: - Chaîne de compilation : - - - Compiler: - Compilateur : - - - Version name: - Nom de version : - - - qmake location: - Emplacement de qmake : - - - Edit - Éditer - - - Name - Nom - - - qmake Location - Emplacement de qmake - - - Add - Ajouter - - - Remove - Supprimer - - - Clean up - Nettoyer - - - Add... - Ajouter... - - - - QtC::Valgrind - - Dialog - Boîte de dialogue - Suppression File: - Fichier de suppression : + Fichier de suppression : Suppression: - Suppression : + Suppression : Select Suppression File - Sélectionner le fichier de suppresion + Sélectionner le fichier de suppression Save Suppression - Sauvegarder la suppression - - - Generic Settings - Paramètres génériques + Enregistrer la suppression Valgrind executable: - Exécutable Valgrind : - - - Memory Analysis Options - Options d'analyse mémoire + Exécutable de Valgrind : Backtrace frame count: - Backtrace le nombre de frame : + Backtracer le nombre de trames : Suppression files: @@ -31904,27 +51922,31 @@ Ils requièrent Qt 4.7.4 ou supérieur et l'ensemble de composants install Add... - Ajouter... + Ajouter… Remove Supprimer + + Valgrind arguments: + Arguments de Valgrind : + + + Extra MemCheck arguments: + Arguments de MemCheck supplémentaires : + Track origins of uninitialized memory Repérer les origines de mémoire non initialisée - - Profiling Options - Options de profilage - Limits the amount of results the profiler gives you. A lower limit will likely increase performance. - Limiter le nombre de résultats donnés par le profileur. Une limite plus basse va probablement améliorer les performances. + Limiter le nombre de résultats donnés par le profileur. Une limite plus basse va probablement améliorer les performances. Result view: Minimum event cost: - Vue du résultat, coût d'événement minimal : + Vue du résultat, coût d’évènement minimal : % @@ -31932,76 +51954,27 @@ Ils requièrent Qt 4.7.4 ou supérieur et l'ensemble de composants install Show additional information for events in tooltips - Montrer des informations supplémentaires sur les événements dans les info-bulles - - - <html><head/><body> -<p>Does full cache simulation.</p> -<p>By default, only instruction read accesses will be counted ("Ir").</p> -<p> -With cache simulation, further event counters are enabled: -<ul><li>Cache misses on instruction reads ("I1mr"/"I2mr")</li> -<li>Data read accesses ("Dr") and related cache misses ("D1mr"/"D2mr")</li> -<li>Data write accesses ("Dw") and related cache misses ("D1mw"/"D2mw")</li></ul> -</p> - -</body></html> - hum... - <html><head/><body> -<p>Effectuer une simulation de cache complète. </p> -<p>Par défaut, seules les instructions d'accès en lecture sont comptées ("Ir").</p> -<p> -Avec la simulation de cache, d'autres compteurs d'événements sont activés : -<ul><li>ratages de cache sur les lectures d'instructions ("I1mr"/"I2mr") ; </li> -<li>accès en lecture aux données ("Dr") et ratages de cache associés ("D1mr"/"D2mr") ; </li> -<li>accès en écriture aux données ("Dw") et ratages de cache associés ("D1mw"/"D2mw").</li></ul> -</p> - -</body></html> + Montrer des informations supplémentaires sur les évènements dans les info-bulles Enable cache simulation Activer la simulation du cache - - <html><head/><body> -<p>Do branch prediction simulation.</p> -<p>Further event counters are enabled: </p> -<ul><li>Number of executed conditional branches and related predictor misses ( -"Bc"/"Bcm")</li> -<li>Executed indirect jumps and related misses of the jump address predictor ( -"Bi"/"Bim")</li></ul></body></html> - <html><head/><body> -<p>Effectue la simulation de prédiction de branche.</p> -<p>Les Compteurs d'événements supplémentaires sont activés : </p> -<ul><li>nombre de branches conditionelles exécutées et ratage du prédicteur associé ( -"Bc"/"Bcm") ; </li> -<li>sauts indirectement exécutés et ratage associés du saut de l'adresse du prédicteur ( -"Bi"/"Bim").</li></ul></body></html> - Enable branch prediction simulation Activer la simulation de prédiction de branche - - Collect information for system call times. - Collecter des informations pour les temps des appels système. - Collect system call time - Collecter les temps des appels système + Recevoir les temps des appels système Collect the number of global bus events that are executed. The event type "Ge" is used for these events. - Collecter le nombre d'événements de bus globaux exécutés. Le type d'événement "Ge" est utilisé. + Recevoir le nombre d’évènements de bus globaux exécutés. Le type d’évènement « Ge » est utilisé. Collect global bus events - Collecter les événements de bus global - - - Visualisation: Minimum event cost: - Visualisation, coût minimal d'événement : + Recevoir les évènements de bus global Valgrind Command @@ -32013,11 +51986,63 @@ Avec la simulation de cache, d'autres compteurs d'événements sont ac Valgrind Suppression File (*.supp);;All Files (*) - Fichier de suppression de Valgind (*.supp);;Tous les fichiers (*) + Fichier de suppression de Valgrind (*.supp);;Tous les fichiers (*) + + + KCachegrind executable: + Exécutable de KCachegrind : + + + KCachegrind Command + Commande de KCachegrind + + + Extra CallGrind arguments: + Arguments de CallGrind supplémentaires : + + + <p>Does full cache simulation.</p> +<p>By default, only instruction read accesses will be counted ("Ir").</p> +<p> +With cache simulation, further event counters are enabled: +<ul><li>Cache misses on instruction reads ("I1mr"/"I2mr").</li> +<li>Data read accesses ("Dr") and related cache misses ("D1mr"/"D2mr").</li> +<li>Data write accesses ("Dw") and related cache misses ("D1mw"/"D2mw").</li></ul> +</p> + <p>Effectue une simulation complète du cache.</p> +<p>Par défaut, seuls les accès en lecture d’instruction sont comptés (« Ir »).</p> +<p> +Avec la simulation du cache, d’autres compteurs d’évènements sont activés : +<ul><li>Manquements au cache lors de la lecture d’instructions (« I1mr »/« I2mr »).</li> +<li>Les accès en lecture de données (« Dr ») et les manquements de cache associés (« D1mr »/« D2mr »).</li> +<li>Accès en écriture de données ("Dw") et manquements de cache associés (« D1mw »/« D2mw »).</li></ul> +</p> + + + <p>Does branch prediction simulation.</p> +<p>Further event counters are enabled: </p> +<ul><li>Number of executed conditional branches and related predictor misses ( +"Bc"/"Bcm").</li> +<li>Executed indirect jumps and related misses of the jump address predictor ( +"Bi"/"Bim").)</li></ul> + <p>Effectue une simulation de prédiction de branche.</p> +<p>D’autres compteurs d’évènements sont activés :</p> +<ul><li>Nombre de branchements conditionnels exécutés et d’échecs du prédicteur correspondants ( +« Bc »/« Bcm »).</li> +<li>Nombre de sauts indirects exécutés et de sauts manqués du prédicteur d’adresse de saut ( +« Bi »/« Bim »).</li></ul> + + + Collects information for system call times. + Reçoit des informations sur les temps d’appel du système. Visualization: Minimum event cost: - Visualisation du coût minimal d'événement : + Visualisation du coût minimal d’évènement : + + + Remove template parameter lists when displaying function names. + Suppression des listes de paramètres des modèles lors de l’affichage des noms de fonctions. Detect self-modifying code: @@ -32027,25 +52052,13 @@ Avec la simulation de cache, d'autres compteurs d'événements sont ac No Non - - Only on Stack - Seulement dans la Pile - - - Everywhere - Partout - - - Everywhere Except in File-backend Mappings - Partout, sauf dans les mappings du File-backend - Show reachable and indirectly lost blocks Montrer les blocs accessibles et indirectement perdu Check for leaks on finish: - Vérification des fuites lorsque c'est fini : + Vérification des fuites lorsque c’est fini : Summary Only @@ -32053,2590 +52066,16 @@ Avec la simulation de cache, d'autres compteurs d'événements sont ac Full - Complet + il est question de la vérification des fuites + Complète - - - QtC::VcsBase - - Configure - Configurer - - - Configuration - Configuration - - - Please configure <b>%1</b> now. - Veuillez configurer <b>%1</b> maintenant. - - - Configure... - Configurer... - - - - FlickableGroupBox - - Flickable - Flickable - - - Content size - Taille du contenu - - - Flick direction - Direction du flick - - - Flickable direction - Direction flickable - - - Behavior - Comportement - - - Bounds behavior - Comportement des bords - - - Interactive - Interactive - - - Max. velocity - Vitesse maximum - - - Maximum flick velocity - Vitesse de flick maximale - - - Deceleration - Ralentissement - - - Flick deceleration - Ralentissement du flick - - - - FlowSpecifics - - Flow - Flux - - - Layout direction - Direction du layout - - - Spacing - Espacement - - - Layout Direction - Direction du layout - - - - GridSpecifics - - Grid - Grille - - - Columns - Colonnes - - - Rows - Lignes - - - Flow - Flux - - - Layout direction - Direction du layout - - - Spacing - Espacement - - - Layout Direction - Direction du layout - - - - GridViewSpecifics - - Grid View - Vue en grille - - - Cache - Cache - - - Cache buffer - Cache du buffer - - - Cell height - Hauteur de celulle - - - Cell width - Largeur de celulle - - - Flow - Flux - - - Resize wraps - ? - Redimensionner les encapsulations - - - Navigation wraps - Encapsulations de navigation - - - Determines whether the grid wraps key navigation. - Détermine si la grille encapsule la navigation par les touches. - - - Snap mode - Mode aimant - - - Determines how the view scrolling will settle following a drag or flick. - Détermine la façon dont le défilement de la vue défile se réglera à la suite d'un glissage ou feuilletage. - - - Grid View Highlight - Surlignage de la vue en grille - - - Range - Intervalle - - - Highlight range - Surlignage de l'intervalle - - - Move duration - Durée de déplacement - - - Move animation duration of the highlight delegate. - Durée de déplacement de l'animation de surlignage des délégués. - - - Move speed - Vitesse de déplacement - - - Move animation speed of the highlight delegate. - Durée de vitesse de l'animation de surlignage des délégués. - - - Preferred begin - Début préféré - - - Preferred highlight begin - must be smaller than Preferred end. - Début préféré de surlignage - doit être plus petit que la fin préférée. - - - Preferred end - Fin préférée - - - Preferred highlight end - must be larger than Preferred begin. - Fin préférée de surlignage - doit être plus grand que le début préféré. - - - Follows current - ? - Suit le courant - - - Determines whether the highlight is managed by the view. - Détermine si le surlignage est géré par la vue. - - - Cell Size - Taille de la cellule - - - Layout Direction - Direction du layout - - - - LineEdit - - Translate this string - Traduire cette chaîne de caractères - - - - ListViewSpecifics - - List View - Vue en liste - - - Cache - Cache - - - Cache buffer - Cache du buffer - - - Navigation wraps - Encapsulations de navigation - - - Determines whether the grid wraps key navigation. - Détermine si la grille encapsule la navigation par les touches. - - - Orientation - Orientation - - - Orientation of the list. - Orientation de la liste. - - - Snap mode - Mode aimant - - - Determines how the view scrolling will settle following a drag or flick. - Détermine comment le défilement de la vue se déroulera pour suivre un glisser ou un flick. - - - Spacing - Espacement - - - Spacing between items. - Espacement entre les éléments. - - - List View Highlight - Surlignage de la vue en liste - - - Range - Intervalle - - - Highlight range - Surlignage de l'intervalle - - - Move duration - Durée de déplacement - - - Move animation duration of the highlight delegate. - Durée de déplacement de l'animation de surlignage des délégués. - - - Move speed - Vitesse de déplacement - - - Move animation speed of the highlight delegate. - Vitesse de déplacement de surlignage des délégués. - - - Resize duration - Durée de redimensionnement - - - Resize animation duration of the highlight delegate. - Durée de redimensionnement de l'animation de surlignage des délégués. - - - Resize speed - Vitesse de redimensionnement - - - Resize animation speed of the highlight delegate. - Vitesse de redimensionnement de l'animation de surlignage des délégués. - - - Preferred begin - Début préféré - - - Preferred highlight begin - must be smaller than Preferred end. - Début préféré de surlignage - doit être plus petit que la fin préférée. - - - Preferred end - Fin préférée - - - Preferred highlight end - must be larger than Preferred begin. - Fin préférée de surlignage - doit être plus grand que le début préféré. - - - Follows current - Suit le courant - - - Determines whether the highlight is managed by the view. - Détermine si le surlignage est géré par la vue. - - - Layout Direction - Direction du layout - - - - MouseAreaSpecifics - - MouseArea - MouseArea - - - Enabled - Activé - - - This property holds whether the item accepts mouse events. - Cette propriété indique si l'item accepte les événements de souris. - - - Hover Enabled - Survol activé - - - This property holds whether hover events are handled. - Cette propriété indique si les événements de survol sont gérés. - - - Mouse Area - MouseArea - - - - PathViewSpecifics - - Path View - Vue en chemin - - - Drag margin - Glisser la marge - - - Flick deceleration - Ralentissement du flick - - - Follows current - Suit le courant - - - A user cannot drag or flick a PathView that is not interactive. - L'utilisateur ne peux pas glisser ou flicker une vue en chemin qui n'est pas interactive. - - - Offset - Décalage - - - Specifies how far along the path the items are from their initial positions. This is a real number that ranges from 0.0 to the count of items in the model. - Détermine la distance sur le chemin qui sépare les éléments avec leurs positions initiales.Il s'agit d'un nombre réel dont l'interval est entre 0.0 et le nombre d'éléments dans le modèle. - - - Item count - Nombre d'éléments - - - pathItemCount: number of items visible on the path at any one time. - pathItemCount : nombre d'éléments visible sur le cheminà n'importe quel moment. - - - Path View Highlight - Surlignage de la vue en chemin - - - Highlight range - Surlignage de l'intervalle - - - Move duration - Durée de déplacement - - - Move animation duration of the highlight delegate. - Durée de déplacement de l'animation de surlignage des délégués. - - - Preferred begin - Début préféré - - - Preferred highlight begin - must be smaller than Preferred end. - Début préféré de surlignage - doit être plus petit que la fin préférée. - - - Preferred end - Fin préférée - - - Preferred highlight end - must be larger than Preferred begin. - Fin préférée de surlignage - doit être plus grand que le début préféré. - - - Determines whether the highlight is managed by the view. - Détermine si le surlignage est géré par la vue. - - - Interactive - Interactive - - - Range - Intervalle - - - - RowSpecifics - - Row - Ligne - - - Layout direction - Direction du layout - - - Spacing - Espacement - - - Layout Direction - Direction du layout - - - - QtC::ProjectExplorer - - Manage Sessions... - Gestion des sessions... - - - Recent Projects - Projets récents - - - Open Project - Ouvrir le projet - - - Create Project - Créer un projet - - - - ExampleBrowser - - Search in Tutorials - Recherche dans les tutoriels - - - Search in Tutorials, Examples and Demos - Recherche dans les tutoriels, exemples et démos - - - Show Examples and Demos - Montrer les exemples et démos - - - Tag List - Liste de tags - - - - QtC::Core - - Tags: - Tags : - - - - FeaturedAndNewsListing - - Featured News - Nouvelles à la une - - - Latest News - Dernières nouvelles - - - - Feedback - - Feedback - Votre avis nous interesse - - - Help us make Qt Creator even better - Aidez-nous à améliorer Qt Creator - - - Search in Tutorials, Examples and Demos - Recherche dans les tutoriels, exemples et démos - - - Open Project... - Ouvrir le projet... - - - Create Project... - Créer un projet... - - - - NewsListing - - Click to read more... - Lire plus... - - - - QtC::ProjectExplorer - - Recently Edited Projects - Projets récemment édités - - - Recently Used Sessions - Sessions récemment utilisées - - - - TagBrowser - - Please choose a tag to filter for: - Veuillez choisir un tag pour filtrer : - - - - QtC::Utils - - Refusing to remove root directory. - Impossible de supprimer le répertoire racine. - - - Refusing to remove your home directory. - Impossible de supprimer le répertoire home. - - - Failed to remove directory '%1'. - Impossible de supprimer le dossier "%1". - - - Failed to remove file '%1'. - Impossible de supprimer le fichier "%1". - - - Failed to create directory '%1'. - Impossible de créer le dossier "%1". - - - Could not copy file '%1' to '%2'. - Impossible de copier le fichier "%1" à "%2". - - - Cannot open %1 for reading: %2 - Impossible d'ouvrir %1 en lecture : %2 - - - Cannot read %1: %2 - Impossible de lire %1 : %2 - - - File Error - Erreur de fichier - - - Cannot write file %1. Disk full? - Impossible d'écrire dans le fichier %1. Disque plein ? - - - Cannot overwrite file %1: %2 - L'écrasement du fichier %1 a échoué : %2 - - - Cannot create file %1: %2 - Impossible de créer le fichier %1 : %2 - - - Cannot create temporary file in %1: %2 - Impossible de créer un fichier temporaire dans %1 : %2 - - - - Analyzer::AnalyzerManagerPrivate - - &Analyze - &Analyser - - - Start - Démarrer - - - Stop - Arrêter - - - Analyzer Toolbar - Barre d'outils de l'analyseur - - - <html><head/><body><p>You are trying to run the tool "%1" on an application in %2 mode. The tool is designed to be used in %3 mode.</p><p>Debug and Release mode run-time characteristics differ significantly, analytical findings for one mode may or may not be relevant for the other.</p><p>Do you want to continue and run the tool in %2 mode?</p></body></html> - <html><head/><body><p>Vous essayez d'exécuter l'outil "%1" sur une application en mode %2. L'outil a été conçu pour être utilisé dans le mode %3.</p><p>Les modes Debug et Release ont des caratéristiques d'exécution très différentes, les suppositions analytiques d'un mode peuvent être ou ne pas être pertinentes pour un autre mode.</p><p>Souhaitez-vous continuer et exécuter l'outil dans le mode %2 ?</p></body></html> - - - <html><head/><body><center><i>%1</i> is still running. You have to quit the Analyzer before being able to run another instance.<center/><center>Force it to quit?</center></body></html> - <html><head/><body><center><i>%1</i> est toujours en cours d'exécution. Vous devez quitter l'analyseur avant de pouvoir exécuter une nouvelle instance.</center><center>Voulez-vous le forcer à quitter ?</center></body></html> - - - Analyzer Still Running - L'analyseur est toujours en cours d'exécution - - - Stop Active Run - Arrêter l'exécution active - - - Keep Running - Continuer l'exécution - - - Debug - Debug - - - Release - Release - - - Run %1 in %2 Mode? - Lancer %1 en mode %2? - - - <html><head/><body><p>You are trying to run the tool "%1" on an application in %2 mode. The tool is designed to be used in %3 mode.</p><p>Do you want to continue and run it in %2 mode?</p></body></html> - <html><head/><body><p>Vous essayez d'exécuter l'outil "%1" en mode %2 sur une application. Cette outil est prévu pour être utilisé en mode %3.</p><p>Voulez-vous continuer et le lancer en mode %2 ?</p></body></html> - - - &Do not ask again - Ne plus re&demander - - - An analysis is still in progress. - Une analyse est toujours en cours. - - - No analyzer tool selected. - Pas d'outil d'analyse sélectionné. - - - - Analyzer::AnalyzerRunConfigWidget - - Analyzer Settings - Réglages de l'analyseur - - - Available settings: %1 - Options diponibles : %1 - - - Use <strong>Customized Settings<strong> - Utiliser les <strong>paramètres personnalisés</strong> - - - Use <strong>Global Settings<strong> - Utiliser les <strong>paramètres globaux</strong> - - - - Analyzer::AnalyzerRunControl - - Build Issues - Problèmes de compilation - - - - QtC::Bazaar - - Ignore whitespace - Ignorer les espaces - - - Ignore blank lines - Ignorer les lignes vides - - - Ignore Whitespace - Ignorer les espaces - - - Ignore Blank Lines - Ignorer les lignes vides - - - - QtC::CMakeProjectManager - - Changes to cmake files are shown in the project tree after building. - Les changements aux fichiers CMake sont montrés dans l'arbre du projet après la compilation. - - - Build now - Compiler maintenant - - - - QtC::Core - - Overwrite Existing Files - Écraser les fichiers existants - - - The following files already exist in the folder -%1. -Would you like to overwrite them? - Les fichiers suivants existent déjà dans le dossier %1. Voulez-vous les écraser ? - - - File was restored from auto-saved copy. Use <i>Save</i> to confirm, or <i>Revert to Saved</i> to discard changes. - Le fichier a été restauré depuis une copie de sauvegarde automatique. Utilisez <i>Sauver</i> pour confirmer ou <i>Retour à la sauvegarde</i> pour effacer les changements. - - - Do not show again - Ne plus afficher - - - Additional output omitted - - Sortie supplémentaire omise - - - - Additional output omitted - Sortie supplémentaire omise - - - - QtC::CodePaster - - <Unknown> - Unknown user of paste. - <Inconnu> - - - - QtC::CppEditor - - Code style settings: - Paramètres de style de code : - - - Global C++ - Settings - Globaux C++ - - - Global - Settings - Globale - - - Qt - Qt - - - GNU - GNU - - - Old Creator - Ancien Creator - - - - QtC::CVS - - Ignore whitespace - Ignorer les espaces - - - Ignore blank lines - Ignorer les lignes vides - - - Ignore Whitespace - Ignorer les espaces - - - Ignore Blank Lines - Ignorer les lignes vides - - - - QtC::Debugger - - Previous - Précédent - - - Memory at Register '%1' (0x%2) - Mémoire au registre "%1" (0x%2) - - - Register '%1' - Registre "%1" - - - - QtC::FakeVim - - Action - Action - - - Command - Commande - - - User command #%1 - Commande utilisateur #%1 - - - User Command Mapping - Correspondance des commandes utilisateur - - - - QtC::GenericProjectManager - - Hide files matching: - Cacher les fichiers correspondant à : - - - Show files matching: - Afficher les fichiers correspondants : - - - Apply Filter - Appliquer le filtre - - - Edit Files... - Éditer les fichiers... - - - Edit Files - Éditer les fichiers - - - Generating file list... - -%1 - Génération de la liste des fichiers... - -%1 - - - Not showing %n files that are outside of the base directory. -These files are preserved. - avertissement ok - - Ne pas montrer le fichier en dehors du répertoire de base. Ces fichiers sont préservés. - Ne pas montrer les %n fichiers en dehors du répertoire de base. Ces fichiers sont préservés. - - - - - QtC::Git - - Local Branches - Branches locales - - - Remote Branches - Branches distantes - - - Tags - Tags - - - - QtC::ImageViewer - - Cannot open image file %1 - Impossible d'ouvrir le fichier d'image %1 - - - Cannot open image file %1. - Impossible d'ouvrir le fichier d'image %1. - - - Play Animation - Jouer l'animation - - - Pause Animation - Mettre en pause l'animation - - - - QtC::Mercurial - - Ignore whitespace - Ignorer les espaces - - - Ignore blank lines - Ignorer les lignes vides - - - Ignore Whitespace - Ignorer les espaces - - - Ignore Blank Lines - Ignorer les lignes vides - - - - QtC::Perforce - - Ignore whitespace - Ignorer l'espace blanc - - - Ignore Whitespace - Ignorer les espaces - - - - QtC::ProjectExplorer - - <custom> - <personnalisé> - - - Attach debugger to this process - Attacher le débogueur à ce processus - - - Attach debugger to %1 - Attacher le débogueur à %1 - - - Stop - Arrêter - - - Close Tab - Fermer l'oblet - - - Close All Tabs - Fermer tous les onglets - - - Close Other Tabs - Fermer tout les autres onglets - - - Re-run this run-configuration - Relancer cette configuration de lancement - - - Application Output - Sortie de l'application - - - Application Output Window - Fenêtre de sortie de l'application - - - Code Style Settings - Paramètres de style de code - - - Code Style - Style de code - - - - CodeStyleSettingsPanel - - Code Style Settings - Paramètres de style de code - - - Code Style - Style de code - - - - QtC::ProjectExplorer - - Project - Settings - Projet - - - Project %1 - Settings, %1 is a language (C++ or QML) - Projet %1 - - - Clang - Clang - - - - QtC::Welcome - - %1 (current session) - %1 (session courante) - - - - QmlDesigner::ComponentAction - - Edit sub components defined in this file - Éditer les sous-composants définis dans ce fichier - - - - QmlDesigner::NodeInstanceServerProxy - - Cannot Start QML Puppet Executable - Impossible de démarrer l'exécutable QML Puppet - - - The executable of the QML Puppet process (%1) cannot be started. Please check your installation. QML Puppet is a process which runs in the background to render the items. - L'exécutable du processus QML Puppet (%1) ne peut être démarré. Merci de vérifier votre installation. QML Pupper est un processus qui exécute en tâche de fond le rendu des éléments. - - - Cannot Find QML Puppet Executable - Impossible de trouver l'exécutable QML Puppet - - - The executable of the QML Puppet process (<code>%1</code>) cannot be found. Check your installation. QML Puppet is a process which runs in the background to render the items. - L'exécutable du processus QML Puppet (<code>%1</code>) ne peut être trouvé. Merci de vérifier votre installation. QML Pupper est un processus qui exécute en tâche de fond le rendu des éléments. - - - You can build <code>qml2puppet</code> yourself with Qt 5.0.1 or higher. The source can be found in <code>%1</code>. - Vous pouvez compiler <code>qml2pupper</code> vous-même avec Qt 5.0.1 ou supérieur. Les fichiers source peuvent être trouvés dans <code>%1</code>. - - - <code>qml2puppet</code> will be installed to the <code>bin</code> directory of your Qt version. Qt Quick Designer will check the <code>bin</code> directory of the currently active Qt version of your project. - <code>qml2puppet</code> sera installé dans le répertoire <code>bin</code> de votre version Qt. Qt Quick Designer vérifiera le répertoire <code>bin</code> de la version Qt active de votre projet. - - - QML Puppet Crashed - Le QML Puppet a planté - - - You are recording a puppet stream and the puppet crashed. It is recommended to reopen the Qt Quick Designer and start again. - Vous avez enregistré un flux du QML Puppet et celui-ci a planté. Il est recommandé de réouvrir le Qt Quick Designer et recommencer. - - - The executable of the QML Puppet process (%1) cannot be found. Please check your installation. QML Puppet is a process which runs in the background to render the items. - L'exécutable du processus QML Puppet (%1) ne peut être trouvé. Merci de vérifier votre installation. QML Pupper est un processus qui exécute en tâche de fond le rendu des éléments. - - - - QmlDesigner::ModelNodeContextMenu - - Selection - Sélection - - - Select parent: %1 - ? - Sélectionner le parent : %1 - - - Select: %1 - Sélectionner : %1 - - - Stack (z) - (z) -> ? - Pile (z) - - - To Front - À l'avant-plan - - - To Back - À l'arrière-plan - - - Raise - Augmenter - - - Lower - Baisser - - - Reset z property - Réinitialiser la propriété z - - - Edit - Éditer - - - Reset Position - Réinitialiser la position - - - Reset Size - Réinitialiser la taille - - - Visibility - Visibilité - - - Anchors - Ancres - - - Fill - Remplir - - - Reset - Réinitialiser - - - Layout - Layout - - - Layout in Row - Layout en ligne - - - Layout in Column - Layout en colonne - - - Layout in Grid - Layout en grille - - - Layout in Flow - Layout en flux - - - Go into Component - Aller dans le composant - - - - QmlDesigner::TextToModelMerger error message - - No import statements found - Pas de déclaration d'importation trouvée - - - Unsupported QtQuick version - Version de Qt Quick non supportée - - - - QmlJSInspector::Internal::QmlJsInspectorToolBar - - Apply Changes on Save - Appliquer les changements à la sauvegarde - - - Show application on top - Montrer l'application en avant-plan - - - Play/Pause Animations - Lire/mettre en pause les animations - - - Select - Sélectionner - - - Zoom - Zoom - - - Color Picker - Sélecteur de couleur - - - 1x - 1x - - - 0.5x - 0,5x - - - 0.25x - 0,25x - - - 0.125x - 0,125x - - - 0.1x - 0.1x - - - - QtC::QmlJSTools - - Code Style - Style de code - - - &QML/JS - &QML/JS - - - Reset Code Model - Restaurer le modèle de code - - - Global Qt Quick - Settings - Globaux Qt Quick - - - Global - Settings - Globale - - - Qt - Qt - - - Old Creator - Ancien Creator - - - - QtC::QmlProfiler - - Application finished before loading profiled data. - Please use the stop button instead. - L'application s'est terminée avant le chargement des données de profilage. Veuillez utiliser le bouton d'arrêt à la place. - - - The port seems to be in use. - Error message shown after 'Could not connect ... debugger:" - Le port semble déjà utilisé. - - - The application is not set up for QML/JS debugging. - Error message shown after 'Could not connect ... debugger:" - L'application n'est pas configurée pour le débogage QML/JS. - - - Qt Creator - Qt Creator - - - Could not connect to the in-process QML debugger: -%1 - %1 is detailed error message - Impossible de se connecter au processus de débogage QML : %1 - - - Source code not available - Code source non disponible - - - Calls - Appels - - - Time per Call - Temps par appel - - - The QML Profiler can be used to find performance bottlenecks in applications using QML. - Le profileur QML peut être utilisé pour trouver les goulots d'étranglement des applications QML. - - - Attach... - Attacher... - - - QML Profiler Options - Options de profilage pour QML - - - Load QML Trace - Charger une trace QML - - - Save QML Trace - Sauvegarder la trace QML - - - Application finished before loading profiled data. -Please use the stop button instead. - L'application s'est terminée avant le chargement des données de profilage. -Veuillez utiliser le bouton d'arrêt à la place. - - - The QML profiler requires Qt 4.7.4 or newer. -The Qt version configured in your active build configuration is too old. -Do you want to continue? - Le profileur QML nécessite Qt 4.7.4 ou supérieur. -La version de Qt configurée dans votre configuration de compilation active est trop ancienne. -Voulez vous continuer ? - - - %1 s - %1 s - - - Elapsed: %1 - Écoulé : %1 - - - QML traces (*%1) - Traces QML (*%1) - - - Callees - Appelés - - - Callers - Appeleurs - - - Discard data - Abandonner les données - - - Elapsed: 0 s - Écoulé : 0 s - - - Disable profiling - Désactiver le profilage - - - Enable profiling - Activer le profilage - - - Elapsed: %1 s - Écoulé : %1 s - - - Could not connect to the in-process QML profiler. -Do you want to retry? - Impossible de connecter au profileur QML du processus. -Souhaitez-vous réessayer ? - - - QML traces (%1) - Traces QML (%1) - - - Detach - Détacher - - - Gathering ports failed: %1 - Échec de la récupération des ports : %1 - - - Not enough free ports on device for analyzing. - - Pas assez de ports libres sur le périphérique pour l'analyse. - - - Starting remote process... - - Démarrer le processus distant... - - - Failure running remote process. - Échec d'exécution du processus distant. - - - Starting remote process ... - - Lancement des processus distants... - - - Finished running remote process. Exit code was %1. - - Fin de l'exécution des processus distants. Le code de retour était %1. - - - - QtC::Tracing - - Jump to previous event - Sauter à l'événement précédent - - - Jump to next event - Sauter à l'événement suivant - - - Show zoom slider - Afficher le curseur de zoom - - - Select range - Sélectionner l'interval - - - View event information on mouseover - Euh, j'ai fait une tirade, là :D - Afficher les informations sur l'événement lorsque du survol de la souris - - - Zoom in 10% - Zoom avant de 10 % - - - Zoom out 10% - Zoom arrière de 10 % - - - - QtC::QmlProjectManager - - Starting %1 %2 - - Démarrer %1 %2 - - - - %1 exited with code %2 - - %1 a quitté avec le code %2 - - - Not enough free ports for QML debugging. - Pas assez de ports disponibles pour le débogage QML. - - - - QtC::QmakeProjectManager - - No device is connected. Please connect a device and try again. - - Pas de périphérique connecté. Veuillez en connecter un et réessayer. - - - - Executable file: %1 - - Fichier exécutable : %1 - - - - Connecting to '%1'... - - Connexion à "%1"... - - - - Unable to create CODA connection. Please try again. - - Impossible de créer la connexion CODA. Veuillez réessayer. - - - Could not open serial device: %1 - - Impossible d'ouvrir le périphérique série : %1 - - - - Connecting to %1:%2... - - Connexion à %1 : %2... - - - - Error: %1 - - Erreur : %1 - - - - Connected. - - Connecté. - - - - Process has finished. - - Le processus a fini. - - - - Thread has crashed: %1 - - Thread crashé : %1 - - - - The process is already running on the device. Please first close it. - - Le processus est déjà en cours d'exécution sur le périphérique. Veuillez le fermer d'abord. - - - - Launching: %1 - - Lancement : %1 - - - - Launched. - - Lancé. - - - - Launch failed: %1 - - Le lancement a échoué : %1 - - - - Waiting for CODA - Attente de CODA - - - Qt Creator is waiting for the CODA application to connect.<br>Please make sure the application is running on your mobile phone and the right IP address and/or port are configured in the project settings. - Qt Creator attend que l'application CODA se connecte.<br>Veuillez vous assurer que l'application est lancée sur le téléphone mobile et que la bonne adresse IP et/ou port sont configurés dans les paramètres du projet. - - - Canceled. - - Annulé. - - - - The device '%1' has been disconnected. - - Le périphérique "%1" a été déconnecté. - - - - Running %1 - %1 is a name of the Publish Step i.e. Clean Step - Exécution de %1 - - - No valid Qt version has been detected.<br>Define a correct Qt version in "Options > Qt4" - Aucune version de Qt valide n'a été détecté. <br/> Définissez-en une correcte dans "Options > Qt4" - - - No valid tool chain has been detected.<br>Define a correct tool chain in "Options > Tool Chains" - Aucune chaîne de compilation valide n'a été détecté. <br/> Définissez-en une correcte dans "Options > Chaînes de compilation" - - - Choose a build configuration: - Choisir une configuration de compilation : - - - Choose a tool chain: - Choisir une chaîne de compilation : - - - Only Qt versions above 4.6.3 are made available in this wizard. -Previous Qt versions have limitations in building suitable SIS files. - Seules les versions de Qt plus récentes que la 4.6.3 sont disponibles dans cet assistant. -Les version de Qt précédentes ont des limitations lors de la compilation des fichiers SIS. - - - Parsing the .pro file - Analyse du fichier .pro - - - Error while parsing file %1. Giving up. - Erreur pendant l'analyse du fichier %1. Abandon. - - - Could not find .pro file for sub dir '%1' in '%2' - Impossible de trouver le fichier .pro pour le sous-répertoire '%1' dans "%2" - - - Select QML File - Sélectionner un fichier QML - - - Select Existing QML file - Sélectionner un fichier QML existant - - - Qt Quick Application Type - Unsure. - Type d'application Qt Quick - - - All files and directories that reside in the same directory as the main QML file are deployed. You can modify the contents of the directory any time before deploying. - Tous les fichiers et répertoires qui résident dans le même répertoire que le fichier QML principal sont déployés. Vous pouvez en modifier le contenu avant le déploiement. - - - - QtC::QtSupport - - The compiler '%1' (%2) cannot produce code for the Qt version '%3' (%4). - Le compilateur "%1" (%2) ne peut produire du code pour la version de Qt "%3" (%4). - - - The compiler '%1' (%2) may not produce code compatible with the Qt version '%3' (%4). - Le compilateur "%1" (%2) ne peut pas produire du code compatible avec la version de Qt "%3" (%4). - - - Name: - Nom : - - - Invalid Qt version - Version de Qt invalide - - - ABI: - ABI : - - - Source: - Source : - - - mkspec: - mkspec : - - - qmake: - qmake : - - - Default: - Par défaut : - - - Version: - Version : - - - No Qt version. - Pas de version de Qt. - - - Invalid Qt version. - Version de Qt invalide. - - - Requires Qt 4.8.0 or newer. - Requiert Qt 4.8.0 ou plus récent. - - - Requires Qt 4.7.1 or newer. - Requiert Qt 4.7.1 ou plus récent. - - - Library not available. <a href='compile'>Compile...</a> - Bibliothèque non disponible. <a href='compile'>Compiler...</a> - - - Building helpers - Aide à la compilation - - - <specify a name> - <spécifier un nom> - - - Auto-detected - Auto-détecté - - - Manual - Manuel - - - Remove invalid Qt Versions - Retirer les versions de Qt non valides - - - Do you want to remove all invalid Qt Versions?<br><ul><li>%1</li></ul><br>will be removed. - Voulez-vous retirer toutes les versions de Qt invalides ? <br/><ul><li>%1</li><br/> seront supprimées. - - - Qt version %1 for %2 - Qt %1 pour %2 - - - No tool chain can produce code for this Qt version. Please define one or more tool chains. - Aucune chaîne de compilation ne peut produire du code pour cette version de Qt. Veuillez définir une ou plusieurs chaînes. - - - Not all possible target environments can be supported due to missing tool chains. - Toutes les environnements cibles possibles ne peuvent être supportés à cause de chaînes de compilation manquantes. - - - The following ABIs are currently not supported:<ul><li>%1</li></ul> - Les ABI suivantes ne sont pas supportées : <ul><li>%1</li></ul> - - - Debugging Helper Build Log for '%1' - Journal de compilation de l'assistant de débogage pour "%1" - - - Select a qmake Executable - Sélectionner un exécutable qmake - - - Qt Version Already Known - Version de Qt déjà connue - - - Qmake Not Executable - Qmake n'est pas un exécutable - - - The qmake executable %1 could not be added: %2 - L'exécutable qmake %1 n'a pas pu être ajouté : %2 - - - Select a qmake executable - Sélectionner un exécutable qmake - - - The Qt version selected must match the device type. - La version de Qt sélectionnée doit correspondre au type de périphérique. - - - Qt versions incompatible - Versions de Qt incompatibles - - - The qt version selected must be for the same target. - La version de Qt sélectioonée doit être prévue pour la même cible. - - - Remove Invalid Qt Versions - Retirer les versions de Qt non valides - - - No compiler can produce code for this Qt version. Please define one or more compilers. - Aucun compilateur ne peut produire du code pour cette version de Qt. Veuillez définir un ou plusieurs compilateurs. - - - Not all possible target environments can be supported due to missing compilers. - Toutes les environnements cibles possibles ne peuvent être supportés à cause de compilateurs manquants. - - - Qt known - Qt connu - - - This Qt version was already registered as "%1". - Cette version de Qt a déjà été enregistré comme "%1". - - - Incompatible Qt Versions - Versions de Qt incompatibles - - - The Qt version selected must be for the same device type. - La version de Qt sélectionnée doit être prévue pour le même type de périphérique. - - - Helpers: None available - Assistants : aucun disponible - - - Helpers: %1. - %1 is list of tool names. - Assistants : %1. - - - <i>Not yet built.</i> - <i>Pas encore compilé.</i> - - - <i>Not needed.</i> - <i>Pas requis.</i> - - - <i>Cannot be compiled.</i> - <i>Ne peut pas être compilé.</i> - - - S60 SDK: - SDK S60 : - - - SBS v2 directory: - Répertoire SBS v2 : - - - MinGW from %1 - MinGW depuis %1 - - - - AbstractLinuxDeviceDeployStep - - No valid device set. - Pas de périphérique valide défini. - - - - QtC::RemoteLinux - - Operation canceled by user, cleaning up... - Opération annulée par l'utilisateur, nettoyage... - - - Cannot deploy: Still cleaning up from last time. - Impossible de déployer : le dernier nettoyage n'est pas encore terminé. - - - Cannot deploy: Qemu was not running. It has now been started up for you, but it will take a bit of time until it is ready. Please try again then. - Impossible de déployer : Qemu n'était pas lancé. Il a maintenant été démarré, mais il prendra un peu de temps avant d'être prêt. Veuillez réessayer alors. - - - Cannot deploy: You want to deploy to Qemu, but it is not enabled for this Qt version. - Impossible de déployer : vous voulez déployer sur Qemu, mais il n'est pas activé pour cette version de Qt. - - - All files up to date, no installation necessary. - Tous les fichiers sont à jour, aucune installation n'est nécessaire. - - - Connecting to device... - Connexion au périphérique... - - - Deployment failed. - Échec lors du déploiement. - - - Deployment finished. - Déploiement fini. - - - New Generic Linux Device Configuration Setup - Configuration d'un nouveau périphérique Linux générique - - - Connection Data - Données de connexion - - - Connection - Connexion - - - Choose a Private Key File - Choisir un fichier de clé privée - - - Generic Linux Device - Périphérique Linux générique - - - Setup Finished - Fin de l'installation - - - Summary - Résumé - - - The new device configuration will now be created. -In addition, device connectivity will be tested. - La configuration du nouveau périphérique va maintenant être créée. En plus, la connectivité du périphérique sera testée. - - - (default for %1) - (paramètre par défaut pour %1) - - - Start Wizard - Démarrer l'assistant - - - Device Configuration Wizard Selection - Sélection de l'assistant de configuration du périphérique - - - Available device types: - Types de périphérique disponibles : - - - All files copied. - Tous les fichiers ont été copiés. - - - Deploy files via UTFS mount - Déployer les fichiers par montage UTFS - - - Choose Icon (will be scaled to %1x%1 pixels, if necessary) - Choisir une icône (elle sera remise à l'échelle à %1x%1 pixels si nécessaire) - - - Invalid Icon - Icône invalide - - - Unable to read image - Impossible de lire l'image - - - Failed to Save Icon - Échec de la sauvegarde de l'icône - - - Could not save icon to '%1'. - Impossible d'enregistrer l'icône dans "%1". - - - General Information - Informations générales - - - Device Status Check - Vérification de l'état du périphérique - - - Existing Keys Check - Vérification des clés existantes - - - Key Creation - Création de clé - - - Cannot Create Keys - Impossible de créer des clés - - - The path you have entered is not a directory. - Le chemin entré n'est pas un répertoire. - - - The directory you have entered does not exist and cannot be created. - Le répertoire entré n'existe pas et ne peut pas être créé. - - - Creating keys ... - Création des clés... - - - Key creation failed: %1 - Échec lors de la création des clés : %1 - - - Could Not Save Key File - Impossible de sauver le fichier de la clé - - - Key Deployment - Déploiement de la clé - - - Deploying... - Déploiement... - - - Key Deployment Failure - Échec lors du déploiement de la clé - - - Key Deployment Success - Déploiement de la clé réussi - - - The key was successfully deployed. You may now close the "%1" application and continue. - La clé a été déployée avec succès. Vous pouvez maintenant fermer l'application "%1" et continuer. - - - Done. - Fait. - - - The new device configuration will now be created. - La configuration du nouveau périphérique va maintenant être créée. - - - New Device Configuration Setup - Configuration du nouveau périphérique - - - Cannot deploy to sysroot: No packaging step found. - Impossible de déployer à la racine système : pas d'étape de paquetage trouvée. - - - Cannot install to sysroot without build configuration. - Impossible d'installer à la racine système sans configuration de la compilation. - - - Cannot install package to sysroot without packaging step. - Impossible d'installer le paquet à la racine système sans une étape de paquetage. - - - Cannot install package to sysroot without a Qt version. - Impossible d'installer le paquet à la racine système sans une version de Qt. - - - Installing package to sysroot ... - Installation du paquet à racine système... - - - Installation to sysroot failed, continuing anyway. - Échec lors de l'installation à la racine système, l'installation continue néanmoins. - - - Install Debian package to sysroot - Installer le paquet Debian à la racine système - - - Install RPM package to sysroot - Installer le paquet RMP à la racine système - - - Cannot copy to sysroot without build configuration. - Impossible de copier les fichiers à la racine système sans configuration de la compilation. - - - Cannot copy to sysroot without valid Qt version. - Impossible de copier les fichiers à la racine système sans version de Qt valide. - - - Copying files to sysroot ... - Copie des fichiers vers la racine système en cours... - - - Sysroot installation failed: %1 - Continuing anyway. - L'installation à la racine système a échoué : %1. L'installation continue néanmoins. - - - Copy files to sysroot - Copie des fichiers à la racine système - - - Public key error: %1 - Erreur de clé publique : %1 - - - Key deployment failed: %1. - Échec lors du déploiement de la clé : %1. - - - Create Debian Package - Créer un paquet Debian - - - Create RPM Package - Créer un paquet RPM - - - Package up to date. - Paquet à jour. - - - Creating package file ... - Créer un fichier de paquet... - - - Package created. - Paquet créé. - - - Packaging error: No Qt version. - Erreur lors de la création du paquet : pas de version de Qt. - - - Package Creation: Running command '%1'. - Création du paquet : exécuter la commande "%1". - - - Packaging error: Could not start command '%1'. Reason: %2 - Erreur lors de la création du paquet : impossible d'exécuter la commande "%1". Raison : %2 - - - Packaging Error: Command '%1' failed. - Erreur lors de la création du paquet : échec de la commande "%1". - - - Reason: %1 - Raison : %1 - - - Exit code: %1 - Code de sortie : %1 - - - Size should be %1x%2 pixels - La taille devrait être de %1x%2 pixels - - - No Version Available. - Aucune version disponible. - - - Could not read icon - Impossible de lire l'icône - - - Images - Images - - - Choose Image (will be scaled to 48x48 pixels if necessary) - Choisir une image (sera redimensionnée à 48x48 pixels si nécessaire) - - - Could Not Set New Icon - Impossible de définir une nouvelle icône - - - File Error - Erreur de fichier - - - Could not set project name. - Impossible de définir le nom du projet. - - - Could not set package name for project manager. - Impossible de définir le nom du paquet pour le gestionnaire de paquets. - - - Could not set project description. - Impossible de définir la description du projet. - - - <b>Create Package:</b> - <b>Créer le paquet :</b> - - - Could Not Set Version Number - Impossible de définir le numéro de la version - - - Connection failure: %1 - Échec de la connexion : %1 - - - Installing package failed. - Échec lors de l'installation du paquet. - - - Installation failed: You tried to downgrade a package, which is not allowed. - Échec de l'installation. Vous avez essayé d'installer une version plus ancienne d'un paquet, ce qui n'est pas permis. - - - Choose directory to mount - Sélectionner un répertoire à monter - - - No local directories to be mounted on the device. - Aucun répertoire local à monter sur le périphérique. - - - One local directory to be mounted on the device. - Un répertoire local à monter sur le périphérique. - - - %n local directories to be mounted on the device. - Note: Only mountCount>1 will occur here as 0, 1 are handled above. - - %n répertoire local à monter sur le périphérique. - %n répertoires locaux à monter sur le périphérique. - - - - WARNING: You want to mount %1 directories, but your device has only %n free ports.<br>You will not be able to run this configuration. - - AVERTISSEMENT : vous voulez monter %1 répertoires mais votre périphérique n'a qu'un port de libre. <br>Vous n'êtes pas en mesure d'exécuter cette configuration. - AVERTISSEMENT : vous voulez monter %1 répertoires mais votre périphérique a uniquement %n ports de libre. <br>Vous n'êtes pas en mesure d'exécuter cette configuration. - - - - WARNING: You want to mount %1 directories, but only %n ports on the device will be available in debug mode. <br>You will not be able to debug your application with this configuration. - - AVERTISSEMENT : vous voulez monter %1 répertoires mais seul un port sera disponible en mode de débogage. <br>Vous n'êtes pas en mesure de déboguervotre application avec cette configuration. - AVERTISSEMENT : vous voulez monter %1 répertoires mais seulement %n ports seront disponibles en mode debug. <br>Vous n'êtes pas en mesure de déboguervotre application avec cette configuration. - - - - Run on device - Exécuter sur le périphérique - - - Qemu error - Erreur de Qemu - - - Qemu crashed. - Qemd a crashé. - - - Click here to change the OpenGL mode. - Cliquez ici pour changer le mode OpenGL. - - - You have configured Qemu to use OpenGL hardware acceleration, which might not be supported by your system. You could try using software rendering instead. - Vous avec configuré Qemu pour qu'il utilise l'accélération matérielle, ce qui pourrait ne pas être supporté par votre système. Vous pouvez essayer le rendu logiciel à la place. - - - Qemu is currently configured to auto-detect the OpenGL mode, which is known to not work in some cases. You might want to use software rendering instead. - Qemu est actuellement configuré pour autodétecter le mode OpenGL, qui est connu pour ne pas toujours fonctionner. Vous pourrize vouloir utiliser le rendu logiciel à la place. - - - Device Configurations - Configurations de périphériques - - - MeeGo Qemu Settings - Paramètres de Qemu pour MeeGo - - - Save Public Key File - Enregistrer le fichier de clé publique - - - Save Private Key File - Enregistrer le fichier de clé privée - - - Qemu was not running. It has now been started up for you, but it will take a bit of time until it is ready. Please try again then. - Qemu n'était pas en cours d'exécution. Il a maintenant été lancé mais pourrait prendre un peu de temps avant d'être prêt. Veuillez réessayer alors. - - - You want to run on Qemu, but it is not enabled for this Qt version. - Vous voulez lancer l'application sur Qemu, mais il n'est pas activé pour cette version de Qt. - - - Mounting host directories... - Montage du répertoire hôte... - - - Potentially unmounting left-over host directory mounts... - Démontage potentiel des répertoires hôtes montés restants... - - - Unmounting host directories... - Démontage des répertoires hôtes... - - - Maemo GCC - GCC pour Maemo - - - Maemo GCC for %1 - GCC pour Maemo pour %1 - - - %1 GCC (%2) - %1 GCC (%2) - - - <html><head/><body><table><tr><td>Path to MADDE:</td><td>%1</td></tr><tr><td>Path to MADDE target:</td><td>%2</td></tr><tr><td>Debugger:</td/><td>%3</td></tr></body></html> - <html><head/><body><table><tr><td>Chemin de MADDE :</td><td>%1</td></tr><tr><td>Chemin de la cible MADDE :</td><td>%2</td></tr><tr><td>Débogueur :</td/><td>%3</td></tr></body></html> - - - No matching packaging step found. - Pas d'étape de paquetage correspondante trouvée. - - - Deploy Debian package via SFTP upload - Déployer le paquet Debian par SFTP - - - Deploy RPM package via SFTP upload - Déployer le paquet RPM par SFTP - - - Could not start remote process: %1 - Impossible de démarrer le processus distant : %1 - - - Remote process crashed: %1 - Processus distant crashé : %1 - - - Remote process failed: %1 - Échec du processus distant : %1 - - - -Remote error output was: %1 - La sortie du processus distant était : %1 - - - Waiting for file name... - Attente du nom de fichier... - - - Choose Public Key File - Choisir le fichier de clé publique - - - Public Key Files (*.pub);;All Files (*) - Fichiers de clé publique (*.pub);;Tous les fichiers (*) - - - Deploying... - Déploiement... - - - Deployment finished successfully. - Le déploiement s'est déroulé avec succès. - - - Debian changelog file '%1' has unexpected format. - Le fichier de journal des changements Debian "%1" a un format inattendu. - - - Invalid icon data in Debian control file. - Données de l'icône invalides dans le contrôle de fichier Debian. - - - Could not read image file '%1'. - Impossible de lire le fichier image "%1". - - - Could not export image file '%1'. - Impossible d'exporter le fichier image "%1". - - - Unable to create Debian templates: No Qt version set - Impossible de créer des modèles Debian : pas de version de Qt définie - - - Unable to create Debian templates: dh_make failed (%1) - Impossible de créer des modèles Debian : échec de dh_make (%1) - - - Unable to create debian templates: dh_make failed (%1) - Impossible de créer des modèles Debian : échec de dh_make (%1) - - - Unable to move new debian directory to '%1'. - Impossible de déplacer le nouveau répertoire Debian dans "%1". - - - Don't know what to run. - bancal... - Ne sait pas ce qu'il faut lancer. - - - %1 (on Remote Device) - %1 (sur un périphérique distant) - - - Run on Remote Device - Remote Linux run configuration default display name - Lancer sur un périphérique distant - - - Run on remote device - Remote Linux run configuration default display name - Lancer sur un périphérique distant - - - (on Remote Generic Linux Host) - (sur hôte distant Linux générique) - - - (on Remote Generic Linux Host) - (sur un hôte distant Linux générique) - - - <a href="%1">Manage device configurations</a> - <a href="%1">Gérer les configurations des périphériques</a> - - - <a href="%1">Set Debugger</a> - <a href="%1">Définir le débogeur</a> - - - Executable on host: - Exécutable sur l'hôte : - - - Executable on device: - Exécutable sur le périphérique : - - - Use this command instead - Utilisez cette commande à la place - - - Alternate executable on device: - Eexécutable alternatif sur le périphérique : - - - Arguments: - Arguments : - - - <default> - Euh, une balise ? dois je traduire ? - <par défaut> - - - Working directory: - Répertoire de travail : - - - Unknown - Inconnue - - - Remote path not set - Chemin distant indéfini - - - Starting remote process... - - Démarrer le processus distant... - - - Finished running remote process. Exit code was %1. - - Fin de l'exécution du processus distant. Le code de retour était %1. - - - Remote Execution Failure - Échec lors de l'exécution à distance - - - Run on remote Linux device - Exécuter sur périphérique Linux distant - - - Cannot debug: Kit has no device. - Impossible de déboguer : le kit n'a pas de périphérique. - - - Cannot debug: Not enough free ports available. - Impossible de déboguer : pas assez de ports libres disponibles. - - - No analyzer tool selected. - Pas d'outil d'analyse sélectionné. - - - - QtC::Subversion - - Ignore whitespace - Ignorer les espaces - - - Ignore Whitespace - Ignorer les espaces - - - - QtC::TextEditor - - %1 of %2 - %1 de %2 - - - Settings: - Paramètres : - - - Custom - Personnalisé - - - Restore %1 - %1 is settings name (e.g. Global C++) - Restaurer %1 - - - Restore - Restaurer - - - Cannot create user snippet directory %1 - Impossible de créer le dossier utilisateur de snippets %1 - - - - QtC::Valgrind Profiling Profilage - - Profiling %1 - - Profilage de %1 - Valgrind Function Profiler - Profileur de fonction de Valgrind - - - Valgrind Profile uses the "callgrind" tool to record function calls when a program runs. - Le profileur Valgrind utilise l'outil "callgrind" pour enregistrer les appels de fonction quand un programme est lancé. - - - Profile Costs of this Function and its Callees - Profiler les coûts de cette fonction et de ses appelés + Profileur de fonctions de Valgrind Callers @@ -34651,6 +52090,14 @@ Remote error output was: %1 Callees Appelés + + Valgrind Function Profiler uses the Callgrind tool to record function calls when a program runs. + Le profileur de fonctions de Valgrind utilise l’outil Callgrind pour enregistrer les appels de fonction quand un programme est lancé. + + + Valgrind Function Profiler (External Application) + Profileur de fonctions de Valgrind (application externe) + Visualization Visualisation @@ -34660,28 +52107,40 @@ Remote error output was: %1 Charger un fichier de log XML externe - Request the dumping of profile information. This will update the callgrind visualization. - Demander la création du fichier dump des informations de profilage. Ceci mettra à jour la visualisation callgrind. + Load External Log File + Charger un fichier de log externe + + + Open results in KCachegrind. + Ouvrir les résultats dans KCachegrind. + + + Request the dumping of profile information. This will update the Callgrind visualization. + Demander la création du fichier dump des informations de profilage. Ceci mettra à jour la visualisation Callgrind. Reset all event counters. - Réinitialiser tous les compteurs d'événements. + Réinitialiser tous les compteurs d’évènements. Pause event logging. No events are counted which will speed up program execution during profiling. - Suspendre la mise en log des événements. Aucun événements ne sont comptés, ce qui accélera l'exécution du programme pendant le profilage. + Suspendre la mise en log des évènements. Aucun évènement n’est compté, ce qui accélérera l’exécution du programme pendant le profilage. + + + Discard Data + Abandonner les données Go back one step in history. This will select the previously selected item. - Retourner une étape en arrière dans l'historique. Ceci sélectionnera l'élément précédemment sélectionné. + Retourner une étape en arrière dans l’historique. Ceci sélectionnera l’élément précédemment sélectionné. Go forward one step in history. - Aller en avant d'une étape dans l'historique. + Aller en avant d’une étape dans l’historique. Selects which events from the profiling data are shown and visualized. - Sélectionner quels événements des données de profilage sont affichés et visualisés. + Sélectionner quels évènements des données de profilage sont affichés et visualisés. Absolute Costs @@ -34689,7 +52148,7 @@ Remote error output was: %1 Show costs as absolute numbers. - Montrer les coûts comme des nombres absolus. + Montrer les coûts comme des nombres absolus. Relative Costs @@ -34697,44 +52156,43 @@ Remote error output was: %1 Show costs relative to total inclusive cost. - Montrer les coûts relativement au coût inclusif total. + Montrer les coûts relativement au coût inclusif total. Relative Costs to Parent Coûts relatifs au parent - Show costs relative to parent functions inclusive cost. - Montrer les coûts relativement aux coût inclusif des fonctions parentes. + Show costs relative to parent function's inclusive cost. + Montrer les coûts relativement aux coût inclusif des fonctions parentes. + + + Select This Function in the Analyzer Output + Sélectionner cette fonction dans la sortie de l’analyseur + + + Open Callgrind Log File + Ouvrir un fichier de log Callgrind + + + Callgrind Output (callgrind.out*);;All Files (*) + Sortie de Callgrind (callgrind.out*);;Tous les fichiers (*) + + + Callgrind: Failed to open file for reading: %1 + Callgrind : échec de l’ouverture du fichier en lecture : %1 Cost Format Format de coût - - Open Callgrind XML Log File - Ouvrir un fichier de log XML de Callgrind - - - Internal Error - Erreur interne - Parsing Profile Data... - Analyse des données du profil... - - - Cycle Detection - Détection de cycle + Analyse des données de profilage… Enable cycle detection to properly handle recursive or circular function calls. - Activer la détection de cycle pour gérer correctement les appels de fonctions circulaires ou récursifs. - - - This removes template parameter lists when displaying function names. - Cela r > R ? - Cette opération retire les listes de paramètres templates lors de l'affichage des noms de fonctions. + Activer la détection de cycle pour gérer correctement les appels de fonctions circulaires ou récursifs. Show Project Costs Only @@ -34742,65 +52200,75 @@ Remote error output was: %1 Show only profiling info that originated from this project source. - Ne montrer que les informations de profilage qui proviennent de cette source du projet. + Ne montrer que les informations de profilage qui proviennent de cette source du projet. Filter... - Filtrer... + Filtrer… + + + A Valgrind Callgrind analysis is still in progress. + Une analyse Valgrind Callgrind est toujours en cours. + + + Start a Valgrind Callgrind analysis. + Lancer une analyse Valgrind Callgrind. Profiling aborted. - Abandon du profilage. + Abandon du profilage. Parsing finished, no data. - Analyse finie, pas de données. + Analyse finie, pas de données. Parsing finished, total cost of %1 reported. - Analyse finie, coût total de %1 reporté. + Analyse finie, coût total de %1 reporté. Parsing failed. - Échec de l'analyse. - - - Select this Function in the Analyzer Output - Sélectionner cette fonction dans la sortie de l'analyseur + Échec de l’analyse. Populating... - Remplissage... + Remplissage… All functions with an inclusive cost ratio higher than %1 (%2 are hidden) Toutes les fonctions avec un ratio de coût inclusif supérieur à %1 (%2 sont cachés) - Analyzing memory of %1 - - Analyse de la mémoire de %1 - + Issue + Problème + + + %1%2 + %1%2 in %1 dans %1 - Copy Selection - Copier la sélection + %1 in function %2 + %1 dans la fonction %2 Suppress Error Cacher les erreurs + + Memcheck + Memcheck + External Errors Erreurs externe Show issues originating outside currently opened projects. - Afficher les problèmes provenant de l'extérieur des projets actuellement ouverts. + Afficher les problèmes provenant de l’extérieur des projets actuellement ouverts. Suppressions @@ -34824,19 +52292,7 @@ Remote error output was: %1 Invalid Calls to "free()" - Appels invalides à "free()" - - - Failed to open file for reading: %1 - Échec lors de l'ouverture en lecture du fichier : %1 - - - Error occurred parsing Valgrind output: %1 - Erreur d'analyse de la sortie de Valgring : %1 - - - Valgrind Analyze Memory uses the "memcheck" tool to find memory leaks - L'analyseur de mémoire Valgrind utilise l'outil "memcheck" pour trouver les fuites mémoires + Appels invalides à « free() » Memory Issues @@ -34844,15 +52300,81 @@ Remote error output was: %1 Go to previous leak. - Aller à la fuite précédente. + Aller à la fuite précédente. Go to next leak. - Aller à la fuite suivante. + Aller à la fuite suivante. Error Filter - Filtre d'erreur + Filtre d’erreur + + + Valgrind Analyze Memory uses the Memcheck tool to find memory leaks. + L’analyseur de mémoire de Valgrind utilise l’outil Memcheck pour trouver des fuites mémoire. + + + Valgrind Memory Analyzer with GDB + Analyseur de mémoire de Valgrind avec GDB + + + Valgrind Analyze Memory with GDB uses the Memcheck tool to find memory leaks. +When a problem is detected, the application is interrupted and can be debugged. + L’analyseur de mémoire de Valgrind avec GDB utilise l’outil Memcheck pour trouver des fuites mémoire. +Lorsqu’un problème est détecté, l’application s’interrompt et peut être déboguée. + + + Heob + Heob + + + Ctrl+Alt+H + Ctrl+Alt+H + + + Valgrind Memory Analyzer (External Application) + Analyseur de mémoire de Valgrind (application externe) + + + Heob: No local run configuration available. + Heob : aucune configuration d’exécution locale n’est disponible. + + + Heob: No toolchain available. + Heob : aucune chaîne de compilation n’est disponible. + + + Heob: No executable set. + Heob : pas d’exécutable défini. + + + Heob: Cannot find %1. + Heob : impossible de trouver %1. + + + The %1 executables must be in the appropriate location. + Les exécutables %1 doivent se trouver à l’emplacement approprié. + + + Heob used with MinGW projects needs the %1 DLLs for proper stacktrace resolution. + Le Heob utilisé avec les projets MinGW a besoin des DLL %1 pour une résolution correcte de la trace d’appels. + + + Heob: Cannot create %1 process (%2). + Heob : impossible de créer le processus %1 (%2). + + + A Valgrind Memcheck analysis is still in progress. + Une analyse Valgrind Memcheck est toujours en cours. + + + Start a Valgrind Memcheck analysis. + Lancer une analyse Valgrind Memcheck. + + + Start a Valgrind Memcheck with GDB analysis. + Lancer une analyse Valgrind Memcheck avec GDB. Open Memcheck XML Log File @@ -34863,8 +52385,228 @@ Remote error output was: %1 Fichiers XML (*.xml);;Tous les fichiers (*) - Error occurred parsing valgrind output: %1 - Erreur d'analyse de la sortie de Valgring : %1 + Memcheck: Failed to open file for reading: %1 + Memcheck : échec de l’ouverture du fichier en lecture : %1 + + + Memcheck: Error occurred parsing Valgrind output: %1 + Memcheck : une erreur s’est produite lors de l’analyse de la sortie de Valgrind : %1 + + + Memory Analyzer Tool finished. %n issues were found. + + L’outil d’analyse de la mémoire a terminé. %n problème a été trouvé. + L’outil d’analyse de la mémoire a terminé. %n problèmes ont été trouvés. + + + + Log file processed. %n issues were found. + + Fichier journal traité. un problème a été trouvé. + Fichier journal traité. %n problèmes ont été trouvés. + + + + New + Nouveau + + + Delete + Supprimer + + + XML output file: + Fichier de sortie XML : + + + Handle exceptions: + Gérer les exceptions : + + + Off + Non + + + On + Oui + + + Only + Seulement + + + Page protection: + Protection de page : + + + After + Après + + + Before + Avant + + + Freed memory protection + Protection de la mémoire libérée + + + Raise breakpoint exception on error + Lever l’exception du point d’arrêt en cas d’erreur + + + Leak details: + Détails de la fuite : + + + None + concerne les détails de fuite mémoire + Aucun + + + Simple + Simple + + + Detect Leak Types + Détecter le type de fuite + + + Detect Leak Types (Show Reachable) + Détecter les types de fuites (afficher les accessibles) + + + Fuzzy Detect Leak Types + + + + Fuzzy Detect Leak Types (Show Reachable) + + + + Minimum leak size: + Taille minimale de la fuite : + + + Control leak recording: + Contrôle de l’enregistrement des fuites : + + + On (Start Disabled) + Actif (démarrage désactivé) + + + On (Start Enabled) + Actif (démarrage activé) + + + Run with debugger + Exécuter avec le débogueur + + + Extra arguments: + Arguments supplémentaires : + + + Heob path: + Chemin vers Heob : + + + The location of heob32.exe and heob64.exe. + L’emplacement de heob32.exe et heob64.exe. + + + Save current settings as default. + Enregistrer les paramètres actuels par défaut. + + + OK + OK + + + Default + Défaut + + + New Heob Profile + Nouveau profil Heob + + + Heob profile name: + Nom du profil Heob : + + + %1 (copy) + %1 (copie) + + + Delete Heob Profile + Supprimer le profil Heob + + + Are you sure you want to delete this profile permanently? + Voulez-vous vraiment supprimer définitivement ce profil ? + + + Process %1 + Processus %1 + + + Process finished with exit code %1 (0x%2). + Le processus s’est terminé avec le code %1 (0x%2). + + + Unknown argument: -%1 + Argument inconnu : %1 + + + Cannot create target process. + Impossible de créer le processus cible. + + + Wrong bitness. + pas sûr si il faut traduire « bitness », pour le moment, je propose « largeur de bits » ou éventuellement « largeur de bits (« bitness ») » + Mauvaise largeur de bits (« bitness »). + + + Process killed. + Processus tué. + + + Only works with dynamically linked CRT. + Ne fonctionne qu’avec les CRT liés dynamiquement. + + + Process stopped with unhandled exception code 0x%1. + Le processus s’est arrêté avec le code d’exception non géré 0x%1. + + + Not enough memory to keep track of allocations. + Pas assez de mémoire pour suivre les allocations. + + + Application stopped unexpectedly. + L’application s’est arrêtée de manière inattendue. + + + Extra console. + Console supplémentaire. + + + Unknown exit reason. + Raison de sortie inconnue. + + + Heob stopped unexpectedly. + Heob s’est arrêtée de manière inattendue. + + + Heob: %1 + Heob : %1 + + + Heob: Failure in process attach handshake (%1). + Callee @@ -34884,27 +52626,27 @@ Remote error output was: %1 Previous command has not yet finished. - La commande précédente n'a pas fini. + La commande précédente n’a pas fini. Dumping profile data... - Créer un dump des données de profilage... + Créer un dump des données de profilage… Resetting event counters... - Réinitialisation des compteurs d'événements... + Réinitialisation des compteurs d’évènements… Pausing instrumentation... - Pause de l'instrumentation... + Pause de l’instrumentation… Unpausing instrumentation... - Reprise de l'instrumentation... + Reprise de l’instrumentation… An error occurred while trying to run %1: %2 - Une erreur est apparue lors de l'exécution de %1 : %2 + Une erreur est apparue lors de l’exécution de %1 : %2 Callgrind dumped profiling info @@ -34912,11 +52654,11 @@ Remote error output was: %1 Callgrind unpaused. - Reprise de Callgrind. + Reprise de Callgrind. - Downloading remote profile data... - Téléchargement des données de profilage distante... + Failed opening temp file... + Échec de l’ouverture du fichier temporaire… Function: @@ -34924,15 +52666,15 @@ Remote error output was: %1 File: - Fichier : + Fichier : Object: - Objet : + Objet : Called: - Appelé : + Appelé : %n time(s) @@ -34944,7 +52686,7 @@ Remote error output was: %1 Events - Événements + Évènements Self costs @@ -35051,22 +52793,6 @@ Remote error output was: %1 Position: Position : - - No network interface found for remote analysis. - Pas d'interface réseau trouvée pour l'analyse à distance. - - - Select Network Interface - Sélectionner une interface réseau - - - More than one network interface was found on your machine. Please select the one you want to use for remote analysis. - Plus d'une interface réseau a été trouvée sur la machine. Veuillez sélectionner celle que vous souhaitez utiliser pour analyse distante. - - - No network interface was chosen for remote analysis. - Aucune inteface réseau a été choisie pour l'analyse distante. - XmlServer on %1: XmlServer sur %1 : @@ -35075,14 +52801,6 @@ Remote error output was: %1 LogServer on %1: LogServer sur %1 : - - More than one network interface was found on your machine. Please select which one you want to use for remote analysis. - Plus d'une interface réseau a été trouvée sur la machine. Veuillez sélectionner celle que vous souhaitez utiliser pour analyse distante. - - - No Network Interface was chosen for remote analysis - Aucune interface réseau n'a été choisie pour l'analyse distante - Valgrind options: %1 Options de Valgrind : %1 @@ -35092,2711 +52810,495 @@ Remote error output was: %1 Répertoire de travail : %1 - Command-line arguments: %1 - Arguments de la commande : %1 + Profiling %1 + Profilage de %1 - Commandline arguments: %1 - Arguments de la ligne de commande : %1 + Analyzing Memory + Analyse de la mémoire - ** Analyzing finished ** + Command line arguments: %1 + Arguments de la commande : %1 + + + Analyzing finished. + L’analyse est terminée. + + + Error: "%1" could not be started: %2 + Erreur : « %1 » ne peux pas démarrer : %2 + + + Error: no Valgrind executable set. + Erreur : aucun exécutable Valgrind est défini. + + + Process terminated. + Le processus s’est terminé. + + + Process exited with return value %1 - ** Analyse finie ** + Le processus s’est terminé avec la valeur de retour %1 + - ** Error: "%1" could not be started: %2 ** - - ** Erreur : "%1" n'a pas pu être démarré : %2 ** + Valgrind Generic Settings + Paramètres génériques de Valgrind - ** Error: no valgrind executable set ** - - ** Erreur : pas d'exécutable Valgrind défini ** + MemCheck Memory Analysis Options + Options d’analyse mémoire MemCheck - ** Process Terminated ** - - ** Processus terminé ** + CallGrind Profiling Options + Options de profilage CallGrind - Application Output - Sortie de l'application + Valgrind + Valgrind - Analyzer - Analyseur + Valgrind Memory Analyzer + Analyseur de mémoire de Valgrind + + + Profile Costs of This Function and Its Callees + Estimer les coûts de cette fonction et de fonctions qu’elle appelle + + + Valgrind Settings + Paramètres de Valgrind + + + Callgrind + Callgrind + + + %1 (Called: %2; Incl. Cost: %3) + %1 (appelé : %2 ; coût incl. : %3) QtC::VcsBase - Command used for reverting diff chunks - ?? - Commande utilisée pour annuler des morceaux de différences (diff chunks) - - - - Coda::Session - - CPU: v%1.%2%3%4 - CPU description of an S60 device %1 major verison, %2 minor version %3 real name of major verison, %4 real name of minor version - CPU : v%1.%2%3%4 - - - CODA: v%1.%2 CODA protocol: v%3.%4 - CODA : v%1. Protocole CODA %2 : v%3.%4 - - - %1, %2%3%4, %5 - s60description description of an S60 device %1 CPU description, %2 endianness %3 default type size (if any), %4 float size (if any) %5 Coda version - %1, %2%3%4, %5 - - - big endian - gros-boutiste - - - little endian - petit-boutiste - - - , type size: %1 - will be inserted into s60description - , taille du type : %1 - - - , float size: %1 - will be inserted into s60description - , taille d'un flottant : %1 - - - - QtC::QmlProjectManager - - Open Qt Versions - Ouvrir les versions de Qt - - - QML Observer Missing - L'observateur QML est manquant - - - QML Observer could not be found for this Qt version. - L'observateur QML n'a pas pu être trouvé pour cette version de Qt. - - - QML Observer is used to offer debugging features for Qt Quick UI projects in the Qt 4.7 series. - -To compile QML Observer, go to the Qt Versions page, select the current Qt version, and click Build in the Helpers section. - L'observateur QML est utiliser pour offrir des fonctionnalités de débogage aux projets d'interface Qt Quick dans la série Qt 4.7. - -Pour compiler l'observateur QML, allez à la page des versions de Qt, sélectionnez la versions actuelle de Qt et cliquez sur Construire dans la section Assistants. - - - - QtC::RemoteLinux - - Ignore missing files - Ignorer les fichiers manquants - - - Tarball creation not possible. - Création de l'archive tarball impossible. - - - Create tarball: - Créer un tarball : - - - - QtC::ExtensionSystem - - Qt Creator - Plugin loader messages - Qt Creator - messages du chargeur de plug-in - - - The following plugins have errors and cannot be loaded: - Les chemins suivant contiennent des erreurs et ne peuvent être chargés : - - - Details: - Détails : - - - - QtC::QmlProfiler - - Painting - Dessin - - - Compiling - Compilation - - - Creating - Création - - - Handling Signal - Gestion du signal - - - Signal Handler - Gestionnaire de signaux - - - - QtC::Tracing - - Details - Détails - - - Location - Emplacement - - - Duration: - Durée : - - - Details: - Détails : - - - Location: - Emplacement : - - - Binding loop detected - Boucle liées détectées - - - - MobileAppWizardHarmattanOptionsPage - - WizardPage - WizardPage - - - Application icon (80x80): - Icône de l'application (80x80) : - - - Generate code to speed up the launching on the device. - Générer du code pour accéler le lancement sur le périphérique. - - - Make application boostable - Créer une application boostable - - - - ProFilesUpdateDialog - - Maemo Deployment Issue - Problème de déploiement Maemo - - - The project files listed below do not contain deployment information, which means the respective targets cannot be deployed to and/or run on a device. Qt Creator will add the missing information to these files if you check the respective rows below. - La liste des fichiers de projet ci-dessous ne contient pas d'informations de déploiement, ce qui signifie que les cibles respectives ne peuvent pas être déployées et/ou executées sur un périphérique. Qt Creator peut ajouter les informations manquantes à ces fichiers si vous vérifiez les lignes correspondantes ci-dessous. - - - &Check all - &Cocher tout - - - &Uncheck All - Décocher to&ut - - - - SshKeyCreationDialog - - SSH Key Configuration - Configuration de la slé SSH - - - Options - Options - - - Key &size: - Taille de la clé (&S) : - - - Key algorithm: - Algorithme de la clé : - - - &RSA - &RSA - - - &DSA - &DSA - - - Key - Clé - - - &Generate SSH Key - &Générer une clé SSH - - - Save P&ublic Key... - Sauver la clé &publique... - - - Save Pr&ivate Key... - Sauver la clé p&rivée... - - - &Close - &Fermer - - - - StartGdbServerDialog - - List of Remote Processes - Liste des processus distants - - - Device: - Appareil mobile : - - - &Filter by process name: - &Filtrer par nom de processus : - - - &Attach to Selected Process - &Attacher au processus sélectionné - - - &Update List - Mettre à jo&ur la liste - - - - QtC::TextEditor - - Copy Code Style - Copier le style de code - - - Code style name: - Nom du style de code : - - - %1 (Copy) - %1 (Copie) - - - Delete Code Style - Supprimer le style de code - - - Are you sure you want to delete this code style permanently? - Êtes vous sur de vouloir supprimer ce style de code ? - - - Import Code Style - Importer un style de code - - - Code styles (*.xml);;All files (*) - Styles de code (*.xml);;Tous les fichiers (*) - - - Cannot import code style from "%1". - Impossible d'importer le style de code à partir de "%1". - - - Cannot import code style - Impossible d'importer le style de code - - - Export Code Style - Exporter le style de code - - - %1 [proxy: %2] - %1 [proxy : %2] - - - %1 [built-in] - %1 [intégré] - - - - ExampleLineEdit - - Show Examples and Demos - Montrer les exemples et démos - - - Search in Tutorials - Recherche dans les tutoriels - - - Search in Tutorials, Examples and Demos - Recherche dans les tutoriels, exemples et démos - - - Tag List - Liste de tags - - - - LinksBar - - Qt Creator - Qt Creator - - - - QmlJsDebugClient::QmlProfilerEventList - - <bytecode> - <bytecode> - - - Source code not available - Code source non disponible - - - <program> - Une autre balise, dois-je traduire ? oui oui, si ils les ont mis... C'est sans doute des placeHolders - <programme> - - - Main Program - Programme principal - - - Animation Timer Update - Mise à jour du timer d'animation - - - <Animation Update> - Balise ? dois je traduire ? - <Mise à jour Animation> - - - No data to save - Aucune donnée à enregistrer - - - Could not open %1 for writing - Impossible d'ouvrir %1 en écriture - - - Could not open %1 for reading - Impossible d'ouvrir le fichier %1 en lecture - - - Error while parsing %1 - Erreur lors de l'analyse de : %1 - - - Invalid version of QML Trace file. - Version invalide du fichier de traçage de QML. - - - %1 animations at %2 FPS - %1 animations à %2 FPS - - - - QtC::Utils - - Password Required - Mot de passe requis - - - Please enter the password for your private key. - Veuillez insérer votre mot de passe pour votre clé privée. - - - Out of memory. - Mémoire insuffisante. - - - An encoding error was encountered. - Une erreur d'encodage a été rencontrée. - - - - QtC::Bazaar - - Verbose - Journal - - - Show files changed in each revision - Afficher les fichiers modifiés pour chaque révision - - - Forward - Avancer - - - Show from oldest to newest - Afficher du plus vieux au plus récent - - - Include merges - Inclure les fusions - - - Show merged revisions - Afficher les révisions fusionnées - - - Detailed - Détaillé - - - Moderately short - Modérément court - - - One line - Une ligne - - - GNU ChangeLog - Journal de changement GNU - - - - QtC::Core - - Launching a file browser failed - Échec du lancement du navigateur de fichier - - - Unable to start the file manager: - -%1 - - - Impossible de démarrer le gestionnaire de fichiers : - -%1 - - - - - '%1' returned the following error: - -%2 - '%1' retourne l'erreur suivante : - -%2 - - - Launching Windows Explorer Failed - Échec du lancement de l'explorateur Windows - - - Could not find explorer.exe in path to launch Windows Explorer. - explorer.exe introuvable dans le chemin pour lancer Windows Explorer. - - - Find in This Directory... - Trouver dans le répertoire... - - - Show in Explorer - Afficher dans l'explorateur - - - Show in Finder - Afficher dans la recherche - - - Show Containing Folder - Afficher le dossier parent - - - Open Command Prompt Here - Ouvre une invite de commande ici - - - Open Terminal Here - Ouvre un terminal ici - - - Deleting File Failed - L'effacement de fichier a échoué - - - Could not delete file %1. - Impossible de supprimer le fichier %1. - - - Unable to create the directory %1. - Impossible de créer le répertoire %1. - - - - FunctionDeclDefLink - - Target file was changed, could not apply changes - Le fichier cible a été modifié, impossible d'appliquer les changements - - - Apply changes to definition - Appliquer les changements aux définitions - - - Apply changes to declaration - Appliquer les changements aux déclarations - - - Apply function signature changes - Appliquer les changements de signatures de fonctions - - - - QtC::Debugger - - C++ exception - Exception C++ - - - Thread creation - Création de thread - - - Thread exit - Sortie de thread - - - Load module: - Charger le module : - - - Unload module: - Décharger le module : - - - Output: - Sortie : - - - <p>An uncaught exception occurred:</p><p>%1</p> - <p>Une exception non gérée a eu lieu : </p><p>%1</p> - - - <p>An uncaught exception occurred in '%1':</p><p>%2</p> - <p>Une exception non gérée a eu lieu dans '%1' : </p><p>%2</p> - - - No Local Variables - Aucune variable locale - - - <p>An uncaught exception occurred in <i>%1</i>:</p><p>%2</p> - <p>Une exception non gérée a eu lieu dans <i>%1</i> : </p><p>%2</p> - - - Uncaught Exception - Exception non gérée - - - - QtC::Core - - Case sensitive - Sensible à la casse - - - Whole words - Mots entier - - - Regular expressions - Expressions régulière - - - Preserve case - Préserver la casse - - - Flags: %1 - Flags : %1 - - - None - Aucune - - - , - , - - - Search was canceled. - La recherche a été annulée. - - - Repeat the search with same parameters - Relancer la recherche avec les mêmes paramètres - - - Search again - Rechercher encore - - - Replace with: - Remplacer avec : - - - Replace all occurrences - Remplacer toutes les occurrences - - - This change cannot be undone. - Ce changement ne peut être annulé. - - - The search resulted in more than %n items, do you still want to continue? - - La recherche a trouvé plus de %n élément, souhaitez vous continuer ? - La recherche a trouvé plus de %n éléments, souhaitez vous continuer ? - - - - Continue - Continue - - - No matches found. - Aucun résultat. - - - %n matches found. - - %n résultat trouvé. - %n résultats trouvés. - - - - - QtC::ProjectExplorer - - <html><head/><body><p>A versioned backup of the .user settings file will be used, because the non-versioned file was created by an incompatible newer version of Qt Creator.</p><p>Project settings changes made since the last time this version of Qt Creator was used with this project are ignored, and changes made now will <b>not</b> be propagated to the newer version.</p></body></html> - <html><head/><body><p>Une sauvegarde versionnée du fichier de paramètres .user sera utilisée parce qu'un fichier non versionné a été créé par une version plus récente et incompatible de Qt Creator.</p><p>Les changements aux préférences du projet effectuées depuis la dernière fois que cette version de Qt Creator a été utilisée avec ce projet seront ignorés et les changements effectués dès maintenant ne seront <b>pas</b> propagés à la nouvelle version.</p></body></html> - - - No valid .user file found for '%1' - Aucun fichier .user valide trouvé pour "%1" - - - <p>No valid settings file could be found for this installation of Qt Creator.</p><p>All settings files were either too new or too old to be read.</p> - <p>Aucun fichier de configuration n'a pu être trouvé pour cette installation de Qt Creator.</p><p>Tous les fichiers de configuration étaient soit trop récents ou trops vieux pour être lus.</p> - - - Settings File for '%1' from a different Environment? - Fichier de configuration pour "%1" venant d'un autre environnement ? - - - <p>No .user settings file created by this instance of Qt Creator was found.</p><p>Did you work with this project on another machine or using a different settings path before?</p><p>Do you still want to load the settings file '%1'?</p> - <p>Aucun fichier de configuration .user crée par cette instance de Qt Creator n'a été trouvé.</p><p>Avez-vous travailler avec ce projet sur une autre machine ou utilisant un autre répertoire de configuration précédemment ?</p><p>Souhaitez-vous toujours charger le fichier de configuration "%1" ?</p> - - - Using Old Settings File for '%1' - Utiliser l'ancien fichier de paramètres pour "%1" - - - <p>The versioned backup '%1' of the .user settings file is used, because the non-versioned file was created by an incompatible version of Qt Creator.</p><p>Project settings changes made since the last time this version of Qt Creator was used with this project are ignored, and changes made now will <b>not</b> be propagated to the newer version.</p> - <p>La sauvegarde versionnée "%1" du fichier de paramètres .user est utilisée, car le fichier non versionné a été créer par une version incompatible de Qt Creator.</p><p>Les changements des paramètres du projet effectués depuis la dernière utilisation de cette version de Qt Creator avec ce projet sont ignorés et les changements actuels <b>ne</b> seront <b>pas</b> propagés dans la prochaine version.</p> - - - Unsupported Shared Settings File - Fichier de configuration partagé non supporté - - - The version of your .shared file is not supported by Qt Creator. Do you want to try loading it anyway? - La version de votre fichier .shared n'est pas supportée par Qt Creator. Souhaitez-vous le charger ? - - - The version of your .shared file is not supported by this Qt Creator version. Only settings that are still compatible will be taken into account. - -Do you want to try loading it? - La version de votre fichier .shared n'est pas supportée par cette version de Qt Creator. Seuls les paramètres compatibles seront pris en compte. - -Souhaitez-vous le charger ? - - - The version of your .shared file is not yet supported by this Qt Creator version. Only settings that are still compatible will be taken into account. - -Do you want to continue? - -If you choose not to continue Qt Creator will not try to load the .shared file. - La version de votre fichier partagé n'est pas encore supporté par cette version de Qt Creator. Seuls les paramètres toujours compatible seront pris en compte. - -Voulez vous continuez ? - -Si vous choisissez de ne pas continuer, Qt Creator n'essayera pas de charger le fichier partagé. - - - - QtC::QmlJSEditor - - Qt Quick - Burger King bientôt ? :P - Qt Quick - - - - QtC::QmlJS - - The type will only be available in Qt Creator's QML editors when the type name is a string literal - Le type sera disponible dans l'éditeur QML de Qt Creator lorsque le nom du type est une chaîne de caractères - - - The module URI cannot be determined by static analysis. The type will be available -globally in the QML editor. You can add a "// @uri My.Module.Uri" annotation to let -Qt Creator know about a likely URI. - Le module URI ne peut être déterminé par analyse statique. Le type ne sera pas disponible -globalement dans l'éditeur QML. Vous pouvez ajouter une annotation '// @uri My.Module.Uri" pour informer Qt Creator à propos d'une URI. - - - must be a string literal to be available in the QML editor - doit être une chaîne de caractères afin d'être disponible dans l'éditeur QML - - - - QtC::QmakeProjectManager - - Headers - En-têtes - - - Sources - Sources - - - Forms - Formulaires - - - Resources - Ressources - - - QML - QML - - - Other files - Autres fichiers - - - Cannot open the file for editing with VCS. - Impossible d'ouvrir le fichier pour édition avec le gestionnaire de versions. - - - There are unsaved changes for project file %1. - Des modifications n'ont pas été enregistrées pour le fichier de projet %1. - - - Failed! - Échec ! - - - Could not write project file %1. - Impossible d'écrire dans le fichier de projet %1. - - - File Error - Erreur de fichier - - - Wrong Icon Size - Mauvaise taille d'icône - - - The icon needs to be %1x%2 pixels big, but is not. Do you want Qt Creator to scale it? - L'icône doit être de la taille %1x%2, mais ne l'est pas. Souhaitez vous que Qt Creator la redimensionne ? - - - Could not copy icon file: %1 - Impossible de copier le fichier de l'icône : %1 - - - - QtC::RemoteLinux - - No deployment action necessary. Skipping. - Aucune action de déploiement nécessaire. Continuation. - - - No device configuration set. - Aucune configuration du périphérique définie. - - - Connection error: %1 - Erreur de connexion : %1 - - - Deployment failed: %1 - Échec du déploiement : %1 - - - Cannot deploy: %1 - Impossible de déployer : %1 - - - User requests deployment to stop; cleaning up. - L'utilisateur a demandé l'arrêt du déploiement; nettoyage en cours. - - - Deploy step failed. - Étape de déploiement échouée. - - - Deploy step finished. - Étape de déploiment effectuée. - - - Successfully uploaded package file. - Fichier de paquet envoyé avec succès. - - - Installing package to device... - Installation du paquet sur le périphérique en cours... - - - Package installed. - Paquet installé. - - - SFTP initialization failed: %1 - Échec de l'initialisation de SFTP : %1 - - - Upload of file '%1' failed: %2 - Échec lors de l'envoi du fichier "%1" : %2 - - - Upload of file '%1' failed. The server said: '%2'. - L'envoi du fichier '%1' a échoué. Le serveur a répondu : '%2'. - - - If '%1' is currently running on the remote host, you might need to stop it first. - Si '%1' est en cours d'exécution sur l'hôte distante, vous devez l'arrêter en premier. - - - Failed to upload file '%1'. - Échec lors de l'envoi du fichier "%1". - - - Failed to set executable flag. - Échec lors de la définition des paramètres de l'exécutable. - - - Failed to upload file '%1': Could not open for reading. - Échec lors de l'envoi du fichier "%1" : impossible de l'ouvrir en lecture. - - - All files successfully deployed. - Tous les fichiers ont été déployés avec succès. - - - Warning: No remote path set for local file '%1'. Skipping upload. - Attention: Aucun chemin distant de défini pour le fichier local '%1'. Continuation de l'envoie. - - - Incremental deployment - Déploiement incrémental - - - Command line: - Ligne de commande : - - - Upload files via SFTP - Envoi de fichiers par SFTP - - - Generic Linux - Linux générique - - - Test - Test - - - Remote Processes... - Processus distants... - - - Deploy Public Key... - Déployer la clé publique... - - - Remote Processes - Processus distants - - - Deploy Public Key - Déployer la clé publique - - - Linux Device Configurations - Configurations des périphériques Linux - - - &Configuration: - &Configuration : + Version Control + Gestion de versions General - Général + Général - &Name: - &Nom : + Name + Nom - OS type: - Type d'OS : + Alias + Alias - Device type: - Type de périphérique : + Email + Courriel - &Add... - &Ajouter... + Alias email + - &Remove - &Supprimer + State + État - Set As Default - Définir comme par défaut + File + Fichier - Click here if you do not have an SSH key yet. - Cliquez ici si vous n'avez pas encore de clé SSH. + Check Message + Contrôle du message - &Generate SSH Key... - &Générer une clé SSH... + Insert Name... + Insérez le nom… - Close - Fermer + Cannot %1%2. + %2 is an optional error message with ': ' prefix. Don't add space in front. + - Device test finished successfully. - Test du périphérique terminé avec succès. + Close %1 %2 Editor + - Device test failed. - Le test du périphérique a échoué. + Closing this editor will abort the %1. + - Connecting to host... - Connexion à l'hôte... + &Close + &Fermer - Checking kernel version... - Verification de la version du noyau... + &Keep Editing + - SSH connection failure: %1 - Échec de la connexion SSH : %1 + Submit Message Check Failed + La vérification du message de submit a échoué - uname failed: %1 - Échec d'uname : %1 + Executing %1 + Exécution de %1 - uname failed. - Échec d'uname. + Executing [%1] %2 + Exécution de [%1] %2 - Error gathering ports: %1 - Erreur lors de la récupération des ports : %1 + "data" is no JSON object in "VcsCommand" page. + - All specified ports are available. - Tous les ports spécifiés sont disponibles. + "%1" not set in "data" section of "VcsCommand" page. + - The following specified ports are currently in use: %1 - Les ports suivant sont actuellement en cours d'utilisation : %1 + "%1" in "data" section of "VcsCommand" page has unexpected type (unset, String or List). + - SSH connection failure: %1 - - Échec de connexion SSH: %1 - + "%1" in "data" section of "VcsCommand" page has unexpected type (unset or List). + - uname failed: %1 - - Échec d'uname : %1 - + Job in "VcsCommand" page is empty. + - uname failed. - - Échec d'uname. - + Job in "VcsCommand" page is not an object. + - Checking if specified ports are available... - Vérification si les ports spécifiés sont disponibles... + Job in "VcsCommand" page has no "%1" set. + - Error gathering ports: %1 - - Erreur lors de la récupération des ports : %1 - + Command started... + - All specified ports are available. - - Tous les ports spécifiés sont disponibles. + Checkout + Import - The following specified ports are currently in use: %1 - - Les ports suivant sont actuellement en cours d'utilisation : %1 - + "%1" (%2) not found. + - Preparing SFTP connection... - Préparation de la connexion SFTP... + Version control "%1" is not configured. + - SFTP error: %1 - Erreur SFTP : %1 + Version control "%1" does not support initial checkouts. + - Package upload failed: Could not open file. - Échec de l'envoi du paquet : impossible d'ouvrir le fichier. + "%1" is empty when trying to run checkout. + - Starting upload... - Lancement de l'upload... + "%1" (%2) does not exist. + - Failed to upload package: %2 - Échec de l'envoi du paquet : %2 + No job running, please abort. + Aucun travail en cours, veuillez abandonner. - Updateable Project Files - Fichiers de projet pouvant être mis à jour + Failed. + Échec. - Maemo Deployment Issue - Problème de déploiement Maemo + Succeeded. + Réussi. - The project files listed below do not contain deployment information, which means the respective targets cannot be deployed to and/or run on a device. Qt Creator will add the missing information to these files if you check the respective rows below. - La liste des fichiers de projet ci-dessous ne contient pas d'informations de déploiement, ce qui signifie que les cibles respectives ne peuvent pas être déployées et/ou executées sur un périphérique. Qt Creator peut ajouter les informations manquantes à ces fichiers si vous vérifiez les lignes correspondantes ci-dessous. + Open "%1" + Ouvrir « %1 » - &Check all - &Cocher tout + Clear + Effacer - &Uncheck All - Décocher to&ut + Running: %1 + - Run custom remote command - Exécuter une commande distante personnalisée + Running in %1: %2 + - No command line given. - Aucune ligne de commande donnée. + The directory %1 could not be deleted. + Le répertoire %1 ne peut pas être supprimer. - Starting remote command '%1'... - Démarage de la commande distante '%1'... + The file %1 could not be deleted. + Le fichier %1 ne peut pas être supprimer. - Remote process failed to start. - Échec de démarage du processus distant. + There were errors when cleaning the repository %1: + Il y a eu des erreurs lors du nettoyage du dépôt %1 : - Remote process was killed by a signal. - Processus distant tué par un signal. + Delete... + Supprimer… - Remote process finished with exit code %1. - Processus distant terminé avec le code de sortie %1. + Repository: %1 + Dépôt : %1 - - Remote command finished successfully. - Processus distant terminé avec succès. - - - Deploy to Remote Linux Host - Déploiement sur une hôte Linux distante - - - Linux Devices - Périphériques Linux - - - Unknown OS - OS inconnu - - - (No device) - (Pas de périphérique) - - - <b>%1 using device</b>: %2 - <b>%1 utilisant le périphérique</b> : %2 - - - Error running remote process: %1 - Erreur lors de l'exécution du processus à distance : %1 - - - Error: %1 - Erreur : %1 - - - Process exited with code %1. - Le processus s'est terminé avec le code de sortie %1. - - - Error running 'env': %1 - Erreur lors de l'exécution de "env" : %1 - - - -Remote stderr was: '%1' - Le stderr distant était : "%1" - - - Select Sysroot - Sélectionner la racine système - - - &Attach to Selected Process - &Attacher au processus sélectionné - - - Device: - Appareil mobile : - - - Sysroot: - Sysroot : - - - &Filter by process name: - &Filtrer par nom de processus : - - - List of Remote Processes - Liste des processus distants - - - Remote Error - Erreur distante - - - Process aborted - Processus abandonné - - - Could not retrieve list of free ports: - Impossible de récupérer la liste des ports disponibles : - - - Starting gdbserver... - Démarrage de gbdserver... - - - Port %1 is now accessible. - Port %1 est maintenant accessible. - - - Server started on %1 - Serveur démarré sur %1 - - - Process gdbserver finished. Status: %1 - Processus gbdserver terminé. Status: %1 - - - Running command: %1 - Exécute la commande : %1 - {1?} - - - Packaging finished successfully. - Paquetage terminé avec succès. - - - Packaging failed. - Échec lors de la création du paquet. - - - Creating tarball... - Création de l'archive tarball... - - - Tarball up to date, skipping packaging. - L'archive tarball est à jour, continuation. - - - Error: tar file %1 cannot be opened (%2). - Erreur : le fichier %1 n'a pas pu être ouvert (%2). - - - No remote path specified for file '%1', skipping. - Aucun chemin distant spécifié pour le fichier '%1', continuation. - - - Error writing tar file '%1': %2. - Erreur lors de l'écriture du fichier "%1" : %2. - - - Error reading file '%1': %2. - Erreur lors de la lecture du fichier "%1" : %2. - - - Adding file '%1' to tarball... - Ajout du fichier '%1' dans l'archive tarball... - - - Cannot add file '%1' to tar-archive: path too long. - Impossible d'ajouter le fichier "%1" à l'archive : chemin trop long. - - - Error writing tar file '%1': %2 - Erreur lors de l'écriture du fichier "%1" : %2 - - - Create tarball - Créer un tarball - - - (default) - (par défaut) - - - %1 (default) - %1 (par défaut) - - - No tarball creation step found. - Aucune étape de création d'archive tarball trouvée. - - - Deploy tarball via SFTP upload - Déployer l'archive par SFTP - - - - QtC::TextEditor - - Edit preview contents to see how the current settings are applied to custom code snippets. Changes in the preview do not affect the current settings. - Éditer le prévisualisation du contenu pour voir la manière dont les paramètres actuels sont appliqués dans le snippets de code personnalisé. Les changements dans la zone de prévisualisation n'affectent pas les paramètres actuels. - - - Edit Code Style - Editez le style de code - - - You cannot save changes to a built-in code style. Copy it first to create your own version. - Vous ne pouvez pas sauvegarder les changements dans un code de style préfabriqué. Copiez le d'abord pour créer votre propre version. - - - Copy Built-in Code Style - Copier le style de code préfabriqué - - - Files on File System - Fichiers dans le système de fichiers - - - Directory '%1': - Répertoire '%1' : - - - Path: %1 -Filter: %2 -%3 - %3 is filled by BaseFileFind::runNewSearch - Chemin : %1 -Filtre : %2 -%3 - - - Director&y: - Réperto&ire : - - - &Browse... - &Parcourir... - - - Fi&le pattern: - Pat&ron de fichier : - - - Directory to search - Dossier dans lequel effectuer la recherche - - - - QtC::UpdateInfo - - Could not determine location of maintenance tool. Please check your installation if you did not enable this plugin manually. - Impossible de déterminer l'emplacement de l'outil de maintenant. Veuillez vérifier votre installation si vous n'avez pas activé ce module manuellement. - - - Could not find maintenance tool at '%1'. Check your installation. - Impossible de trouver l'outil de maintenant dans '%1'. Vérifiez votre installation. - - - Start Updater - Démarrer l'outil de mise à jour - - - Updates available - Des mises à jour sont disponibles - - - Update - Mettre à jour - - - - QtC::VcsBase - - -'%1' failed (exit code %2). - - -'%1' échoué (code de retour %2). - - - - -'%1' completed (exit code %2). - - -'%1' terminé (code de retour %2). - - - - Error: VCS timed out after %1s. - Erreur : le délai d'attente du serveur de contrôle de donnée a expiré après %1s. - - - Unable to start process, binary is empty - Impossible de démarrer le processus, le binaire est vide - - - - Analyzer::Internal::StartRemoteDialog - - Start Remote Analysis - Démarrer l'analyse distante - - - Remote - Distant - - - Host: - Hôte : - - - User: - Utilisateur : - - - Port: - Port : - - - You need to pass either a password or an SSH key. - Vous devez passer soit un mot de passe, soit une clé SSH. - - - Password: - Mot de passe : - - - Private key: - Clé privée : - - - Target - Cible - - - Executable: - Exécutable : - - - Arguments: - Arguments : - - - Working directory: - Répertoire de travail : - - - - QtC::Core - - Command Mappings - Mappages de commandes - - - Target - Cible - - - Reset all to default - Restaurer tous les paramètres par défaut - - - Reset All - Tout réinitialiser - - - Import... - Importer... - - - Export... - Exporter... - - - Target Identifier - Identifiant de la cible - - - Target: - Cible : - - - Reset to default - Restaurer les paramètres par défaut - - - Registered MIME Types - Types MIME enregistrés - - - Reset all to default. - Restaurer tous les paramètres par défaut. - - - Patterns: - Motifs : - - - Magic Header - En-tête magique - - - Range - Intervalle - - - Priority - Priorité - - - Add... - Ajouter... - - - Edit... - Modifier... - - - Filter - Filtre - - - Select a variable to insert. - Sélectionner une variable à insérer. - - - - QtC::CodePaster - - Form - Formulaire - - - The fileshare-based paster protocol allows for sharing code snippets using simple files on a shared network drive. Files are never deleted. - Le protocole de collage basé sur le partage de fichier permet de partager des fragments de code en utilisant de simples fichiers sur un disque réseau partagé. Ces fichiers ne sont jamais effacés. - - - &Path: - Che&min : - - - &Display: - &Afficher : - - - entries - Entrées - - - <a href="http://pastebin.com">pastebin.com</a> allows for sending posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix. - <a href="http://pastebin.com">pastebin.com</a> permet d'envoyer d'envoyer des messages à des sous-domaines personnalisés (comme creator.pastebin.com). Remplissez le préfixe désiré. - - - Server prefix: - Préfixe du serveur : - - - <i>Note: The plugin will use this for posting as well as fetching.</i> - <i>Note : le plug-in utilisera ceci pour poster et récupérer. </i> - - - Protocol: - Protocole : - - - Paste: - Collage : - - - Send to Codepaster - Envoyer sur Codepaster - - - &Username: - &Utilisateur : - - - <Username> - <Utilisateur> - - - &Description: - &Description : - - - <Description> - <Description> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;Comment&gt;</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;Comment&gt;</p></body></html> - - - Parts to Send to Server - Parties à envoyer au serveur - - - Patch 1 - Patch 1 - - - Patch 2 - Patch 2 - - - Days - Jours - - - &Expires after: - &Expire après : - - - Display Output pane after sending a post - Afficher le résultat après publication - - - Copy-paste URL to clipboard - Copier l'URL dans le presse papier - - - Username: - Nom d'utilisateur : - - - Default protocol: - Protocole par défaut : - - - - QtC::CppEditor - - Header suffix: - Suffixe des fichier d'en-tête : - - - Source suffix: - Suffixe des fichiers source : - - - Lower case file names - Nom de fichiers en minuscule - - - License template: - Modèle de licence : - - - Headers - En-têtes - - - &Suffix: - &Suffixe : - - - S&earch paths: - &Chemins de la recherche : - - - Comma-separated list of header paths. - -Paths can be absolute or relative to the directory of the current open document. - -These paths are used in addition to current directory on Switch Header/Source. - Liste des chemins pour les fichiers d'en-tête (séparation par des virgules). - -Les chemins peuvent être donnés en absolus ou en relatifs au dossier contenant le document ouvert courant. - -Ces chemines sont utilisés en complément au répertoire courant pour basculer entre les fichiers d'en-tête et de source. - - - Sources - Sources - - - S&uffix: - S&uffixe : - - - Se&arch paths: - &Chemins de la recherche : - - - Comma-separated list of source paths. - -Paths can be absolute or relative to the directory of the current open document. - -These paths are used in addition to current directory on Switch Header/Source. - Liste des chemins pour les fichiers de source (séparation par des virgules). - -Les chemins peuvent être donnés en absolus ou en relatifs au dossier contenant le document ouvert courant. - -Ces chemines sont utilisés en complément au répertoire courant pour basculer entre les fichiers d'en-tête et de source. - - - &Lower case file names - &Noms des fichiers en minuscule - - - License &template: - &Modèle de licence : - - - - QtC::Debugger - - Start Debugger - Lancer le débogueur - - - Kit: - Kit : - - - &Port: - &Port : - - - Stop when %1() is called - Arrêt lorsque %1() est appelée - - - Always add a breakpoint on the <i>%1()</i> function. - Toujours ajouter un point d'arrêt sur la fonction <i>%1()</i>. - - - Enable LLDB - Activer LLDB - - - Use GDB Python dumpers - Utiliser les collecteurs Python GDB - - - Start Remote Engine - Démarrer le moteur distant - - - &Host: - &Hôte : - - - &Username: - &Utilisateur : - - - &Password: - Mot de &passe : - - - &Engine path: - Chemin du mot&eur : - - - &Inferior path: - Chemin &inférieur : - - - - QtC::RemoteLinux - - Has a passwordless (key-based) login already been set up for this device? - Posséde déjà un de mot de passe (basé sur des clés) de connexion pour cet appareil ? - - - Yes, and the private key is located at - Oui, la clé privée est - - - No - Non - - - Choose build configuration: - Choisir la configuration de compilation : - - - Only create source package, do not upload - Ne créer que le paquet de sources, ne pas téléverser - - - Choose Package Contents - Choisir le contenu du paquet - - - <b>Please select the files you want to be included in the source tarball.</b> - - <b>Veuillez sélectionner les fichiers que vous voulez inclure dans le tarball des sources. </b> - - - Progress - Avancement - - - OpenGL Mode - Mode OpenGL - - - &Hardware acceleration - Accélération matérielle (&H) - - - &Software rendering - Rendu logiciel (&S) - - - &Auto-detect - &Auto-détecter - - - - QtC::ProjectExplorer - - Form - Formulaire - - - Language: - Langue : - - - - QmlDesigner::Internal::BehaviorDialog - - Dialog - Boîte de dialogue - - - Type: - Type : - - - ID: - Id : - - - Property name: - Nom de la propriété : - - - Animation - Animation - - - SpringFollow - SpringFollow - - - Settings - Paramètres - - - Duration: - Durée : - - - Curve: - Courbe : - - - easeNone - easeNone - - - Source: - Source : - - - Velocity: - Vitesse : - - - Spring: - Élasticité : - - - Damping: - Amortissement : - - - - QtC::Tracing - - Selection - Sélection - - - Start - Démarrer - - - End - Fin - - - Duration - Durée - - - - QtC::QmakeProjectManager - - Make arguments: - Arguments de Make : - - - Override %1: - Écraser %1 : - - - qmake build configuration: - Configuration de qmake pour la compilation : - - - Additional arguments: - Arguments supplémentaires : - - - Link QML debugging library: - Lier les bibliothèques de débogage QML : - - - Effective qmake call: - Appels qmake : - - - Details of Certificate - Détails du certificat - - - Main HTML File - Fichier HTML principal - - - Generate an index.html file - Générer un fichier index.html - - - Import an existing .html file - Importer un fichier .html existant - - - Load a URL - Charger une URL - - - http:// - http:// - - - Note: Unless you chose to load a URL, all files and directories that reside in the same directory as the main HTML file are deployed. You can modify the contents of the directory any time before deploying. - Note : à moins de choisir de charger une URL, tous les fichiers et répertoires qui résident dans le même répertoire que le fichier HTML principal sont déployés. Vous pouvez modifier le contenu du répertoire à n'importe quel moment avant le déploiement. - - - Touch optimized navigation - Navigation optimisée pour le toucher - - - Enable touch optimized navigation - Activer la navigation optimisée pour le toucher - - - Touch optimized navigation will make the HTML page flickable and enlarge the area of touch sensitive elements. If you use a JavaScript framework which optimizes the touch interaction, leave the checkbox unchecked. - La navigation optimisée pour le toucher rendre la page HTML flickable et élargira la zone des éléments sensibles au toucher. Si vous utilisez un framework JavaScript qui optimise l'interaction au toucher, laissez cette case décochée. - - - Application icon (80x80): - Icône de l'application (80x80) : - - - Generate code to speed up the launching on the device. - Générer du code pour accéler le lancement sur le périphérique. - - - Make application boostable - Créer une application boostable - - - Application icon (.svg): - Icône de l'application (.svg) : - - - Target UID3: - Cible UID3 : - - - Enable network access - Activer l'accès réseau - - - Plugin's directory name: - Nom du répertoire du plug-in : - - - - QtC::QtSupport - - Debugging Helper Build Log - Journal de compilation de l'assistant de debogage - - - - QtC::RemoteLinux - - Form - Formulaire - - - Authentication type: - Type d'identification : - - - Password - Mot de passe - - - &Key - Clé (&K) - - - &Host name: - Nom de l'&hôte : - - - IP or host name of the device - IP ou nom de l'hôte du périphérique - - - &SSH port: - Port &SSH : - - - Free ports: - Ports libres : - - - You can enter lists and ranges like this: 1024,1026-1028,1030 - Vous pouvez entrer des listes et des intervalles comme ceci : 1024,1026-1028,1030 - - - Timeout: - Timeout : - - - s - s - - - &Username: - &Utilisateur : - - - &Password: - Mot de &passe : - - - Show password - Montrer le mot de passe - - - Private key file: - Fichier de clé privée : - - - Set as Default - Définir comme par défaut - - - Physical Device - Périphérique physique - - - Emulator - Émulateur - - - You will need at least one port. - Vous avez besoin d'au moins un port. - - - Create New... - Créer un nouveau... - - - Machine type: - Type de machine : - - - GDB server executable: - Exécutable du serveur GDB : - - - Leave empty to look up executable in $PATH - Laisser vide pour rechercher un exécutable dans le $PATH - - - WizardPage - WizardPage - - - The name to identify this configuration: - Le nom pour identifier cette configuration : - - - The device's host name or IP address: - Le nom d'hôte du périphérique ou son adresse IP : - - - The user name to log into the device: - Le nom d'utilisateur pour se connecter sur le périphérique : - - - The authentication type: - Le type d'authentification : - - - Key - Clé - - - The user's password: - Le mot de passe de l'utilisateur : - - - The file containing the user's private key: - Le fichier contenant la clé privée de l'utilisateur : - - - Device Test - Test de périphérique - - - Device configuration: - Configuration du périphérique : - - - <a href="irrelevant">Manage device configurations</a> - <a href="irrelevant">Gérer les configurations du périphérique</a> - - - These show the INSTALLS settings from the project file(s). - Affiches les paramètres INSTALLS du/des fichier(s) de projet. - - - Files to install for subproject: - Fichiers à installer pour le sous-projet : - - - Files to deploy: - Fichiers à déployer : - - - - QtC::TextEditor - - Form - Formulaire - - - Typing - Frappe - - - Enable automatic &indentation - Activer l'&indentation automatique - - - Backspace indentation: - Indentation pour retour arrière : - - - <html><head/><body> -Specifies how backspace interacts with indentation. - -<ul> -<li>None: No interaction at all. Regular plain backspace behavior. -</li> - -<li>Follows Previous Indents: In leading white space it will take the cursor back to the nearest indentation level used in previous lines. -</li> - -<li>Unindents: If the character behind the cursor is a space it behaves as a backtab. -</li> -</ul></body></html> - - <html><head/><body> -Specifie comment retour arrière se comporte avec l'indentation. - -<ul> -<li>Aucune: Aucune interaction. Comportement habituel de la touche retour arrière. -</li> - -<li>Suit l'indentation qui précède : dans des espaces de début de ligne, ramène le curseur au niveau d'indentation le plus proche utilisé dans les lignes précédentes. -</li> - -<li>Désindente : Si le caractère après le curseur est un espace, se comporte comme une tabulation arrière. -</li> -</ul></body></html> - - - - None - Aucune - - - Follows Previous Indents - Suit l'indentation qui précède - - - Unindents - Désindente - - - Tab key performs auto-indent: - La touche tabulation active l'identation automatique : - - - Never - Jamais - - - Always - Toujours - - - In Leading White Space - Dans des espaces en début de ligne - - - Cleanup actions which are automatically performed right before the file is saved to disk. - Actions de nettoyage qui sont effectuées automatiquement avant d'enregistrer le fichier sur le disque. - - - Cleanups Upon Saving - Nettoyage à la sauvegarde - - - Removes trailing whitespace upon saving. - Supprime les caractères d'espacement à la fin des lignes lors de la sauvegarde. - - - &Clean whitespace - &Nettoyer les espaces - - - Clean whitespace in entire document instead of only for changed parts. - Nettoyer les espaces dans tout le document au lieu de limiter le nettoyage aux parties modifiées. - - - In entire &document - Dans tout le &document - - - Correct leading whitespace according to tab settings. - Corriger les espaces à l'avant des lignes pour respecter la configuration des tabulations. - - - Clean indentation - Nettoyer l'indentation - - - Always write a newline character at the end of the file. - Toujours écrire une nouvelle ligne à la fin du fichier. - - - &Ensure newline at end of file - &Forcer un retour de ligne à la fin du fichier - - - File Encodings - Encodages de fichier - - - Default encoding: - Encodage par défaut : - - - <html><head/><body> -<p>How text editors should deal with UTF-8 Byte Order Marks. The options are:</p> -<ul ><li><i>Add If Encoding Is UTF-8:</i> always add a BOM when saving a file in UTF-8 encoding. Note that this will not work if the encoding is <i>System</i>, as Qt Creator does not know what it actually is.</li> -<li><i>Keep If Already Present: </i>save the file with a BOM if it already had one when it was loaded.</li> -<li><i>Always Delete:</i> never write an UTF-8 BOM, possibly deleting a pre-existing one.</li></ul> -<p>Note that UTF-8 BOMs are uncommon and treated incorrectly by some editors, so it usually makes little sense to add any.</p> -<p>This setting does <b>not</b> influence the use of UTF-16 and UTF-32 BOMs.</p></body></html> - <html><head/><body> -<p>Comment les éditeurs de textes devrait gérer les BOM UTF-8. Les options sont : </p> -<ul ><li><i>ajouter si l'encodage est UTF-8 :</i> toujours ajouter un BOM à la sauvegarde d'un fichier en UTF-8 ; notez que ceci ne fonctionnera pas si l'encodage est <i>System</i>, puisque Qt Creator ne sait pas ce qu'il en est réellement ; </li> -<li><i>garder si déjà présent :</i> sauvegarder le fichier avec un BOM s'il en avait déjà un au chargement ; </li> -<li><i>toujours supprimer :</i> ne jamais écrire de BOM, parfois en supprimant l'existant.</li></ul> -<p>Notez que les BOM UTF-8 ne sont pas courants et sont traités de manière incorrecte par certains éditeurs, cela n'a que rarement du sens que d'en ajouter un. </p> -<p>Ce paramètre n'influence <b>pas</b> l'utilisation des BOM UTF-16 et UTF-32.</p></body></html> - - - Add If Encoding Is UTF-8 - Ajouter si l'encodage est UTF-8 - - - Keep If Already Present - Garder si déjà présent - - - Always Delete - Toujours supprimer - - - UTF-8 BOM: - UTF-8 BOM : - - - Mouse and Keyboard - Souris et clavier - - - Enable &mouse navigation - Activer la navigation à la &souris - - - Enable scroll &wheel zooming - Activer le zoom via la &roulette - - - Enable built-in camel case &navigation - Activer la &navigation en Camel Case intégrée - - - Show help tooltips: - Afficher les bulles d'aide : - - - On Mouseover - Sur le passage de la souris - - - On Shift+Mouseover - Sur Maj + la passage de la souris - - - Press Alt to display context-sensitive help or type information as tooltips. - Appuyer sur Alt pour afficher l'aide selon le contexte ou les informations de type dans une bulle d'aide. - - - Using keyboard shortcut (Alt) - Utiliser le raccourci clavier (Alt) - - - Show help tooltips using keyboard shortcut (Alt) - Afficher les info-bulles d'aide en utilisant les raccourcis clavier (Alt) - - - Show help tooltips using the mouse: - Afficher les info-bulles d'aide en utilisant la souris : - - - Current settings: - Paramètres actuels : + + %n bytes, last modified %1. + + + + - Edit... - Modifier... + Cleaning "%1" + - Remove + Delete Supprimer - - Export... - Exporter... + + Do you want to delete %n files? + + Voulez-vous supprimer %n fichier ? + Voulez-vous supprimer %n fichiers ? + - Import... - Importer... + CVS Commit Editor + Éditeur de commit pour CVS - Display line &numbers - Afficher les &numéros de ligne + CVS Command Log Editor + Éditeur de log de commande pour CVS - Highlight current &line - Surligner la &ligne courante + CVS File Log Editor + Éditeur de log de fichier pour CVS - Display &folding markers - Affiche les marqueurs de &pliage + CVS Annotation Editor + Éditeur d’annotation pour CVS - Highlight &blocks - Surligner les &blocs + CVS Diff Editor + Éditeur de diff pour CVS - Mark &text changes - Marquer les modifications de &texte + Git Annotation Editor + Éditeur d’annotation pour Git - Show tabs and spaces. - Afficher les tabulations et espaces. + Git SVN Log Editor + - &Visualize whitespace - &Visualiser les espaces + Git Log Editor + - &Animate matching parentheses - &Animer les parenthèses correspondantes + Git Reflog Editor + - Auto-fold first &comment - reformulation à l'infinitif -francis : en effet, une erreur de ma part --> validé. - Replier automatiquement le premier &commentaire + Git Commit Editor + Éditeur de commit Git - Center &cursor on scroll - Centrer le &curseur sur le barre de défilement + Git Rebase Editor + Éditeur de rebasage Git - Text Wrapping - Retour à la ligne dynamique + Git Submit Editor + Éditeur de soumission pour Git - Enable text &wrapping - Activer le &retour à la ligne automatique + Mercurial File Log Editor + Éditeur de log de fichier pour Mercurial - Display right &margin at column: - Afficher une &marge à la colonne : + Mercurial Annotation Editor + Éditeur d’annotation pour Mercurial - &Highlight matching parentheses - &Surligner les parenthèses correspondantes + Mercurial Diff Editor + Éditeur de diff pour Mercurial - Always open links in another split - Toujours ouvrir les liens dans une nouvelle vue + Mercurial Commit Log Editor + Éditeur de log de commit pour Mercurial - Display file encoding - Afficher l'encodage du fichier + Perforce.SubmitEditor + Éditeur de soumission pour Perforce - <html><head/><body> -<p>Highlight definitions are provided by the <a href="http://kate-editor.org/">Kate Text Editor</a>.</p></body></html> - <html><head/><body> -<p>Les définitions de coloration syntaxique sont fournies par l'éditeur de texte <a href="http://kate-editor.org/">Kate</a>.</p></body></html> + Perforce Log Editor + Éditeur de log pour Perforce - Syntax Highlight Definition Files - Fichiers de définition de colorationsyntaxique + Perforce Diff Editor + Éditeur de diff pour Perforce - Location: - Emplacement : + Perforce Annotation Editor + Éditeur d’annotation pour Perforce - Use fallback location - Utiliser un emplacement de repli + Subversion Commit Editor + Éditeur de commit pour Subversion - Alert when a highlight definition is not found - Prévenir si une définition de coloration syntaxique n'est pas trouvée + Subversion File Log Editor + Éditeur de log de fichier pour Subversion - Ignored file patterns: - Motifs de fichier ignorés : + Subversion Annotation Editor + Éditeur d’annotation pour Subversion - Group: - Groupe : + Bazaar File Log Editor + Éditeur de log de fichier pour Bazaar - Add - Ajouter + Bazaar Annotation Editor + Éditeur d’annotation pour Bazaar - Revert Built-in - Rétablir l'intégration + Bazaar Diff Editor + Éditeur de diff pour Bazaar - Restore Removed Built-ins - Rétablir les intégrations distantes + Bazaar Commit Log Editor + Éditeur de log de commit pour Bazaar - Reset All - Tout réinitialiser + ClearCase Check In Editor + Éditeur de vérification pour ClearCase - Tabs And Indentation - Tabulation et indentation + ClearCase File Log Editor + Éditeur de journal de fichiers pour ClearCase - Tab policy: - Politique de tabulation : + ClearCase Annotation Editor + Éditeur d’annotations pour ClearCase - Spaces Only - Espaces seulement + ClearCase Diff Editor + Éditeur de diff pour ClearCase - Tabs Only - Tabulation seulement + Choose Repository Directory + Sélectionner le répertoire pour le dépôt - Mixed - Mixte + Commit + name of "commit" action of the VCS. + Faire un commit - Ta&b size: - Taille de &tabulation : + Save before %1? + - &Indent size: - Taille de l'in&dentation : + The file "%1" could not be deleted. + - Align continuation lines: - Aligner les lignes de continuation : + The directory "%1" is already managed by a version control system (%2). Would you like to specify another directory? + - <html><head/><body> -Influences the indentation of continuation lines. - -<ul> -<li>Not At All: Do not align at all. Lines will only be indented to the current logical indentation depth. -<pre> -(tab)int i = foo(a, b -(tab)c, d); -</pre> -</li> - -<li>With Spaces: Always use spaces for alignment, regardless of the other indentation settings. -<pre> -(tab)int i = foo(a, b -(tab) c, d); -</pre> -</li> - -<li>With Regular Indent: Use tabs and/or spaces for alignment, as configured above. -<pre> -(tab)int i = foo(a, b -(tab)(tab)(tab) c, d); -</pre> -</li> -</ul></body></html> - <html><head/><body> -Influence l'indentation des lignes de continuation. -<ul> -<li>Pas du tout : ne pas aligner. Les lignes ne seront indentées jusqu'à la profondeur d'indentation logique. -<pre> -(tab)int i = foo(a, b -(tab)c, d); -</pre> -</li> -<li>Avec espaces : toujours utiliser des espaces pour l'alignement, sans tenir compte des autres paramètres d'indentation. -<pre> -(tab)int i = foo(a, b -(tab) c, d); -</pre> -</li> -<li>Avec indentation régulière : utiliser des tabulations et/ou des espaces pour l'alignement, en fonction de la configuration. -<pre> -(tab)int i = foo(a, b -(tab)(tab)(tab) c, d); -</pre> -</li> -</ul></body></html> + Repository already under version control + Le dépôt est déjà sous gestion de versions - Not At All - Pas du tout + Repository Created + Dépôt créé - With Spaces - Avec espaces + Repository Creation Failed + Échec lors de la création du dépôt - With Regular Indent - Avec indentation régulière + A version control repository has been created in %1. + Un dépôt sous gestionnaire de versions à été créé dans %1. - The text editor indentation setting is used for non-code files only. See the C++ and Qt Quick coding style settings to configure indentation for code files. - Le paramètre d'indentation de l'éditeur de texte n'est utilisé que pour les fichiers autre que de code. Voir les paramètres du style de codage C++ et Qt Quick pour configurer l'indentation pour les fichiers de code. + A version control repository could not be created in %1. + Un dépôt sous gestionnaire de versions ne peut pas être créé dans %1. - <i>Code indentation is configured in <a href="C++">C++</a> and <a href="QtQuick">Qt Quick</a> settings.</i> - <i>L'indentation du code est configurée dans les paramètres <a href="C++">C++</a> et <a href="QtQuick">Qt Quick</a>.</i> - - - - QtC::Todo - - Form - Formulaire + Working... + Travail en cours… - Keywords - Mots clés + Annotate "%1" + Annoter « %1 » - Add - Ajouter + Copy "%1" + Copier « %1 » - Edit - Éditer + &Describe Change %1 + - Remove - Supprimer + Send to CodePaster... + Envoyer à CodePaster… - Reset - Réinitialiser + Apply Chunk... + Appliquer le morceau… - Scanning scope - Portée de la recherche - - - - QtC::VcsBase - - WizardPage - WizardPage + Revert Chunk... + Rétablir le morceau… - Repository - Dépôt + Failed to retrieve data. + Échec de la réception des données. - The remote repository to check out. - Le dépôt distant à importer. + Configuration + Configuration - Branch: - Branche : + No version control set on "VcsConfiguration" page. + Do not translate "VcsConfiguration", because it is the id of a page. + - The development branch in the remote repository to check out. - La branche de développement du dépôt distant à importer. + "vcsId" ("%1") is invalid for "VcsConfiguration" page. Possible values are: %2. + Do not translate "VcsConfiguration", because it is the id of a page. + - Retrieve list of branches in repository. - Récupérer la liste des branches du dépôt. + Please configure <b>%1</b> now. + Veuillez configurer <b>%1</b> maintenant. - ... - ... - - - Working Copy - Copie de travail - - - The path in which the directory containing the checkout will be created. - Le chemin dans lequel le répertoire contenant l'import sera effectué. - - - Checkout path: - Chemin d'import : - - - The local directory that will contain the code after the checkout. - Le répertoire local qui contiendra le code après l'importation. - - - Checkout directory: - Répertoire d'import : - - - Path: - Chemin : - - - Directory: - Répertoire : + No known version control selected. + Clean Repository @@ -37804,6 +53306,7 @@ Influence l'indentation des lignes de continuation. Select All + Check all for submit Tout sélectionner @@ -37816,17 +53319,24 @@ Influence l'indentation des lignes de continuation. An executable which is called with the submit message in a temporary file as first argument. It should return with an exit != 0 and a message on standard error to indicate failure. - Un exécutable est appelé avec le message soumis dans un fichier temporaire comme premier argument. Pour indiquer une erreur, il doit se terminer avec un code différent 0 et un message sur la sortie d'erreur standard. + Un exécutable est appelé avec le message soumis dans un fichier temporaire comme premier argument. Pour indiquer une erreur, il doit se terminer avec un code différent 0 et un message sur la sortie d’erreur standard. + + + A file listing nicknames in a 4-column mailmap format: +'name <email> alias <email>'. + Submit message &check script: Script de vérifi&cation du message : - A file listing user names and email addresses in a 4-column mailmap format: -name <email> alias <email> - Un fichier listant les noms d'utilisateur et leur adresse email dans le format 4 colonnes de mailmap : -nom <email> alias <email> + Reset VCS Cache + + + + Reset information about which version control system handles which directory. + User/&alias configuration file: @@ -37834,22 +53344,12 @@ nom <email> alias <email> A simple file containing lines with field names like "Reviewed-By:" which will be added below the submit editor. - Un fichier texte contenant des lignes telles que "Reviewed-By:", qui seront ajoutées à la fin dans l'éditeur de message. + Un fichier texte contenant des lignes telles que « Reviewed-By: », qui seront ajoutées à la fin dans l’éditeur de message. User &fields configuration file: &Fichier de configuration des champs utilisateurs : - - &Patch command: - Commande &Patch : - - - Specifies a command that is executed to graphically prompt for a password, -should a repository require SSH-authentication (see documentation on SSH and the environment variable SSH_ASKPASS). - Spéficie une commande qui est exécutée pour demander graphiquement un mot de passe -si un dépôt requiert une authentification SSH (voir la documentation sur SSH et la variable d'environnement SSH_ASKPASS). - &SSH prompt command: Invite de commande &SSH : @@ -37858,6588 +53358,946 @@ si un dépôt requiert une authentification SSH (voir la documentation sur SSH e Specifies a command that is executed to graphically prompt for a password, should a repository require SSH-authentication (see documentation on SSH and the environment variable SSH_ASKPASS). Spécifie une commande qui est exécutée pour demander graphiquement un mot de passe -si un dépôt requiert une authentification SSH (voir la documentation sur SSH et la variable d'environnement SSH_ASKPASS). +si un dépôt requiert une authentification SSH (voir la documentation sur SSH et la variable d’environnement SSH_ASKPASS). + + + Open URL in Browser... + Ouvrir l’URL dans le navigateur… + + + Copy URL Location + Copier l’URL + + + Send Email To... + Envoyer un courriel à… + + + Copy Email Address + Copier le courriel + + + Subversion Submit + Soumission Subversion + + + Descriptio&n + Descriptio&n + + + F&iles + F&ichiers + + + Select a&ll + Tout &sélectionner + + + %1 %2/%n File(s) + + %1 %2/%n fichier + %1 %2/%n fichiers + + + + Warning: The commit subject is very short. + + + + Warning: The commit subject is too long. + + + + Hint: Aim for a shorter commit subject. + + + + Hint: The second line of a commit message should be empty. + + + + <p>Writing good commit messages</p><ul><li>Avoid very short commit messages.</li><li>Consider the first line as subject (like in email) and keep it shorter than %n characters.</li><li>After an empty second line, a longer description can be added.</li><li>Describe why the change was done, not how it was done.</li></ul> + + + + + + + Update in progress + Mise à jour en cours + + + Description is empty + + + + No files checked + + + + &Commit + &Commit + + + Unselect All + Uncheck all for submit + Tout désélectionner + + + Fossil File Log Editor + + + + Fossil Annotation Editor + + + + Fossil Diff Editor + + + + Fossil Commit Log Editor + + + + &Undo + Ann&uler + + + &Redo + + + + Diff &Selected Files + Faire un diff sur tous les fichiers &sélectionnés + + + Log count: + Nombre d’entrées de log : + + + Timeout: + Délai d’attente : + + + s + s + + + Reload + Recharger + + + &Open "%1" + + + + &Copy to clipboard: "%1" + + + + Name of the version control system in use by the current project. + + + + The current version control topic (branch or tag) identification of the current project. + + + + The top level path to the repository the current project is in. + - QtC::QtSupport + QtC::WebAssembly - Examples - Exemples + Web Browser + Navigateur web - Search in Examples... - Recherche dans les exemples... + WebAssembly Runtime + Exécution de WebAssembly + + + Emscripten SDK path: + Chemin du SDK d’Emscripten : + + + Select the root directory of an installed %1. Ensure that the activated SDK version is compatible with the %2 or %3 version that you plan to develop against. + Sélectionnez le répertoire racine d’une %1 installée. Assurez-vous que la version activée du SDK est compatible avec la version %2 ou %3 pour laquelle vous prévoyez de développer. + + + Emscripten SDK environment: + Environnement SDK d’Emscripten : + + + Note: %1 supports Qt %2 for WebAssembly and higher. Your installed lower Qt version(s) are not supported. + Remarque : %1 prend en charge Qt %2 pour WebAssembly et les versions supérieures. Les versions inférieures de Qt que vous avez installées ne sont pas prises en charge. + + + Adding directories to PATH: + Ajout des répertoires à PATH : + + + Setting environment variables: + Définition des variables d’environnement : + + + The activated version %1 is not supported by %2. Activate version %3 or higher. + La version activée %1 n’est pas prise en charge par %2. Activez la version %3 ou une version supérieure. + + + Activated version: %1 + Version activée : %1 + + + WebAssembly + WebAssembly + + + Setup Emscripten SDK for WebAssembly? To do it later, select Edit > Preferences > Devices > WebAssembly. + Configurer le SDK d’Emscripten pour WebAssembly ? Pour le faire plus tard, sélectionnez Édition > Préférences > Périphériques > WebAssembly. + + + Setup Emscripten SDK + Configuration du SDK d’Emscripten + + + WebAssembly + Qt Version is meant for WebAssembly + WebAssembly + + + %1 does not support Qt for WebAssembly below version %2. + %1 ne prend pas en charge Qt pour WebAssembly en dessous de la version %2. + + + Effective emrun call: + Appel effectif d’emrun : + + + Default Browser + Navigateur par défaut + + + Web browser: + Navigateur web : + + + Emscripten Compiler + Compilateur d’Emscripten + + + Emscripten Compiler %1 for %2 + Compilateur d’Emscripten %1 pour %2 + + + Emscripten + Emscripten - gettingstarted + QtC::Welcome - Getting Started - Commencer + UI Tour + Visite guidée de l’interface utilisateur - To select a tutorial and learn how to develop applications. - Pour sélectionner un tutoriel et apprendre comment développer des applications. + New to Qt? + Nouveau sur Qt ? - Start Developing - Commencer le développement + Get Started + Démarrer - To check that the Qt SDK installation was successful, open an example application and run it. - Pour vérifier que l'installation du Qt SDK a réussit, ouvrez une application d'exemple et exécutez la. + Get Qt + Obtenir Qt - Building and Running an Example Application - Compiler et exécuter une application d'exemple - - - IDE Overview - Aperçu de l'EDI - - - To find out what kind of integrated environment (IDE) Qt Creator is. - Pour découvrir ce que l'on trouve dans l'environnement de développement intégré (EDI) Qt Creator. - - - To become familiar with the parts of the Qt Creator user interface and to learn how to use them. - Pour s'habituer aux différentes parties de l'interface de Qt Creator et apprendre à les utiliser. - - - Blogs - Blogs - - - To find out what kind of integrated enviroment (IDE) Qt Creator is. - Pour découvrir ce que l'on trouve dans l'environnement de développement intégré (EDI) Qt Creator. - - - To become familar with the parts of the Qt Creator user interface and to learn how to use them. - Pour s'habituer avec les différentes parties de l'interface de Qt Creator et pour apprendre à les utiliser. - - - User Interface - Interface utilisateur - - - User Guide - Guide utilisateur + Qt Account + Compte Qt Online Community Communauté en ligne - Labs - QtLabs + Blogs + Blogs + + + User Guide + Guide utilisateur + + + Welcome + il s'agit du mode, donc d'un écran d'accueil + Accueil + + + Open Project... + Ouvrir un projet… + + + Create Project... + Créer un projet… + + + Would you like to take a quick UI tour? This tour highlights important user interface elements and shows how they are used. To take the tour later, select Help > UI Tour. + Voulez-vous faire un tour rapide de l’interface utilisateur ? Cette visite met en évidence les éléments importants de l’interface utilisateur et montre comment ils sont utilisés. Pour effectuer cette visite ultérieurement, sélectionnez Aide > Visite guidée de l’interface utilisateur. + + + Take UI Tour + Visite guidée de l’interface utilisateur + + + Mode Selector + + + + Select different modes depending on the task at hand. + Sélectionner différents modes en fonction de la tâche à accomplir. + + + <p style="margin-top: 30px"><table><tr><td style="padding-right: 20px">Welcome:</td><td>Open examples, tutorials, and recent sessions and projects.</td></tr><tr><td>Edit:</td><td>Work with code and navigate your project.</td></tr><tr><td>Design:</td><td>Visually edit Widget-based user interfaces, state charts and UML models.</td></tr><tr><td>Debug:</td><td>Analyze your application with a debugger or other analyzers.</td></tr><tr><td>Projects:</td><td>Manage project settings.</td></tr><tr><td>Help:</td><td>Browse the help database.</td></tr></table></p> + <p style="margin-top: 30px"><table><tr><td style="padding-right: 20px">Accueil :</td><td>Ouvrez des exemples, des tutoriels et des sessions et projets récents.</td></tr><td>Modifier :</td><td>Travaillez avec le code et naviguez dans votre projet.</td></tr><tr><td>Design:</td><td>Modifiez visuellement des interfaces utilisateur basées sur des widgets, des diagrammes d’état et des modèles UML. </td></tr><ttr><td>Débogage :</td><td>Analysez votre application avec un débogueur ou d’autres analyseurs.</td></tr><tr><td>Projets :</td><td>Gérez les paramètres du projet.</td></tr><tr><td>Aide :</td><td>Parcourez la base de données d’aide.</td></tr></table></p> + + + Kit Selector + Sélecteur de kit + + + Select the active project or project configuration. + Sélectionnez le projet actif ou la configuration du projet. + + + Run Button + Bouton exécution + + + Run the active project. By default this builds the project first. + Exécute le projet actif. Par défaut, le projet est compilé en premier. + + + Debug Button + Bouton Débogage + + + Run the active project in a debugger. + Exécute le projet actif dans un débogueur. + + + Build Button + Bouton Compiler + + + Build the active project. + Compiler le projet actif. + + + Locator + Localisateur + + + Type here to open a file from any open project. + Tapez ici pour ouvrir un fichier à partir de n’importe quel projet ouvert. + + + Or:<ul><li>type <code>c&lt;space&gt;&lt;pattern&gt;</code> to jump to a class definition</li><li>type <code>f&lt;space&gt;&lt;pattern&gt;</code> to open a file from the file system</li><li>click on the magnifier icon for a complete list of possible options</li></ul> + Ou :<ul><li>taper <code>c&lt;espace&gt;&lt;motif&gt;</code> pour passer à la définition d’une classe</li><li>taper <code>f&lt;espace&gt;&lt;motif&gt;</code> afin d’ouvrir un fichier à partir du système de fichiers</li><li>cliquez sur l’icône de la loupe pour obtenir une liste complète des options possibles</li></ul> + + + Output + Sortie + + + Find compile and application output here, as well as a list of configuration and build issues, and the panel for global searches. + Vous y trouverez les résultats de la compilation et de l’application, ainsi qu’une liste des problèmes de configuration et de compilation, et le panneau des recherches générales. + + + Progress Indicator + Indicateur de progression + + + Progress information about running tasks is shown here. + Les informations sur l’état d’avancement des tâches en cours sont affichées ici. + + + Escape to Editor + S’échapper vers l’éditeur + + + Pressing the Escape key brings you back to the editor. Press it multiple times to also hide context help and output, giving the editor more space. + En appuyant sur la touche Échap, vous revenez à l’éditeur. Appuyez plusieurs fois sur cette touche pour masquer l’aide contextuelle et la sortie, ce qui donne plus d’espace à l’éditeur. + + + The End + La fin + + + You have now completed the UI tour. To learn more about the highlighted controls, see <a style="color: #41CD52" href="qthelp://org.qt-project.qtcreator/doc/creator-quick-tour.html">User Interface</a>. + Vous avez maintenant terminé la visite guidée de l’interface utilisateur +Pour en savoir plus sur les contrôles mis en évidence, voir l’<a style="color: #41CD52" href="qthelp://org.qt-project.qtcreator/doc/creator-quick-tour.html">interface utilisateur</a>. + + + UI Introduction %1/%2 > + Introduction à l’interface utilisateur %1/%2 > - QtC::QtSupport + QtC::qmt - Tutorials - Tutoriels + Change + - Search in Tutorials... - Recherche dans les tutoriels... - - - - Delegate - - 2D PAINTING EXAMPLE long description - EXEMPLE 2D PAINTING description longue + Add Object + - The 2D Painting example shows how QPainter and QGLWidget work together. - L'exemple 2D Painting montre comment QPainter et QGLWidget fonctionnent ensemble. + Remove Object + - The 2D Painting example shows how QPainter and QGLWidget. The 2D Painting example shows how QPainter and QGLWidget work together. - Erreur de copier-coller dans la source ? Arf, la boulette, vais voir si on peut corriger ça... - L'exemple 2D Painting montre comment utiliser QPainter et QGLWidget ensemble. + Cut + Couper - Tags: - Tags : - - - - SearchBar - - Search... - Recherche... - - - - QtC::ProjectExplorer - - Rename - Renommer + Paste + Coller Delete - Supprimer + - %1 (last session) - %1 (dernière session) + Show Definition + - %1 (current session) - %1 (session courante) - - - - QtC::QmlJS - - do not use '%1' as a constructor - ne pas utiliser '%1' comme un constructeur + Inheritance + - invalid value for enum - valeur invalide pour une énumération + Association + - enum value must be a string or a number - la valeur d'une énumération doit être une chaîne de caractères ou un nombre + Dependency + - number value expected - valeur numérique attendue + Open Diagram + - invalid URL - URL invalide - - - invalid color - couleur invalide - - - anchor line expected - ligne d'ancrage attendue - - - duplicate property binding - contexte ? pierre: un warning a priori... - liaison de propriété dupliquée - - - id expected - ID attendu - - - invalid id - ID invalide - - - duplicate id - ID dupliqué - - - invalid property name '%1' - nom de propriété '%1' invalide - - - assignment in condition - assignation dans une condition - - - unterminated non-empty case block - bloc case non vide et non terminé - - - do not use 'eval' - ne pas utiliser 'eval' - - - unreachable - inatteignable - - - do not use 'with' - ne pas utiliser 'with' - - - do not use comma expressions - ne pas utiliser les expressions séparées par des virgules - - - '%1' is already a formal parameter - '%1' est déjà un paramètre formel - - - unnecessary message suppression - suppression d'un message inutile - - - '%1' is already a function - '%1' est déjà une fonction - - - var '%1' is used before its declaration - la variable '%1' est utilisée avant sa déclaration - - - '%1' is already a var - '%1' est déjà une variable - - - '%1' is declared more than once - '%1' est déclaré plusieurs fois - - - function '%1' is used before its declaration - la function '%1' est utilisée avant sa déclaration - - - the 'function' keyword and the opening parenthesis should be separated by a single space - le mot-clé 'function' et la parenthèse ouvrante doivent être séparés par un seule espace - - - do not use stand-alone blocks - ne pas utiliser de blocs indépendants - - - do not use void expressions - ne pas utiliser les expressions void - - - confusing pluses - signe plus prêtant à confusion - - - confusing minuses - signe moins prêtant à confusion - - - declare all function vars on a single line - Déclarez toutes les variables de fonction sur une seule ligne - - - unnecessary parentheses - parenthèses non nécessaires - - - == and != may perform type coercion, use === or !== to avoid - == et != peuvent provoquer une coercition de type, utilisez === ou !== pour l'éviter - - - var declarations should be at the start of a function - la déclaration de variables doit être au début de la fonction - - - only use one statement per line - utiliser seulement une déclaration par ligne - - - unknown component - composant inconnu - - - could not resolve the prototype '%1' of '%2' - impossible de résoudre le prototype '%1' de '%2' - - - could not resolve the prototype '%1' - impossible de résoudre le prototype de '%1' - - - prototype cycle, the last non-repeated component is '%1' - dans le cycle de prototype, le dernier objet non répété est '%1' - - - invalid property type '%1' - type de propriété invalide '%1' - - - == and != perform type coercion, use === or !== to avoid - == et != effectuent une coercition de type, utilisez === ou !== pour l'éviter - - - calls of functions that start with an uppercase letter should use 'new' - les appels de fonctions qui commencent par une lettre majuscule devrait utiliser 'new' - - - 'new' should only be used with functions that start with an uppercase letter - 'new' ne devrait être utilisé qu'avec des fonctions qui commencent par une lettre majuscule - - - use spaces around binary operators - utilisez des espaces autour des opérateurs binaires - - - use %1 instead of 'var' or 'variant' to improve performance - utilisez %1 à la place de 'var' ou 'variant' pour améliorer les performances - - - missing property '%1' - propriété '%1' manquante - - - object value expected - valeur objet attendue - - - array value expected - valeur de tableau attendue - - - %1 value expected - valeur %1 attendue - - - maximum number value is %1 - la valeur maximale est %1 - - - minimum number value is %1 - la valeur minimale est %1 - - - maximum number value is exclusive - la valeur maximale est exclusive - - - minimum number value is exclusive - la valeur minimale est exclusive - - - string value does not match required pattern - la valeur de la chaîne de caractères ne correspond pas au format requis - - - minimum string value length is %1 - la longueur de la chaîne de caractères est d'au moins %1 - - - maximum string value length is %1 - la longueur de la chaîne de caractères est d'au plus %1 - - - %1 elements expected in array value - %1 éléments attendus dans la valeur du tableau - - - - QmlJsDebugClient::QDeclarativeOutputParser - - The port seems to be in use. - Error message shown after 'Could not connect ... debugger:" - Le port semble déjà utilisé. - - - The application is not set up for QML/JS debugging. - Error message shown after 'Could not connect ... debugger:" - L'application n'est pas configurée pour du débogage QML/JS. - - - - QtC::Utils - - Add - Ajouter + Create Diagram + Remove - Supprimer + Supprimer - Rename - Renommer + Align Objects + - Do you really want to delete the configuration <b>%1</b>? - Êtes-vous sûr de vouloir supprimer la configuration <b>%1</b> ? + Align Left + - New name for configuration <b>%1</b>: - Nouveau nom pour la configuration <b>%1</b> : + Center Vertically + - Rename... - Renommer... + Align Right + - File Type - Type du fichier + Align Top + - File Name - Nom du fichier + Center Horizontally + - Error getting 'stat' info about '%1': %2 - Erreur lors de la récupération de l'information 'stat' pour '%1' : %2 + Align Bottom + - Error listing contents of directory '%1': %2 - Erreur lors du listage du contenu du répertoire '%1' : %2 + Same Width + - Process killed by signal - Processus tué par un signal + Same Height + - Server sent invalid signal '%1' - Le serveur a envoyé un signal invalide '%1' + Same Size + - - - ZeroConf::Internal::ZConfLib - AvahiZConfLib could not load the native library '%1': %2 - AvahiZConfLib n'a pas pu charger la bibliothèque native '%1' : %2 + Layout Objects + - %1 cannot create a client. The daemon is probably not running. - %1 ne peut créer un client. Le démon n'est problement pas en cours d'exécution. + Equal Horizontal Distance + - cAvahiClient, server collision. - cAvahiClient, collision de serveurs. + Equal Vertical Distance + - cAvahiClient, an error occurred on the client side. - cAvahiClient, une erreur est survenue côté client. + Equal Horizontal Space + - cAvahiClient, still connecting, no server available. - cAvahiClient, en cours de connexion, aucun serveur disponible. + Equal Vertical Space + - Unexpected state %1 in cAvahiClientReply. - État inattendu %1 dans cAvahiClientReply. + Add Related Elements + - Unexpected state %1 in cAvahiBrowseReply. - État inattendu %1 dans cAvahiBrowseReply. + New Package + - %1 could not create a client (probably the daemon is not running) - %1 n'a pas pu créer un client (le démon n'est probablement pas en cours d'exécution) + New Class + - cAvahiClient, server collision - cAvahiClient, collision de serveur + New Component + - cAvahiClient, some kind of error happened on the client side - cAvahiClient, une erreur est apparue du coté du client + New Diagram + - cAvahiClient, still connecting, no server available - cAvahiClient, en cours de connexion, aucun serveur disponible + Unacceptable null object. + - Error: unexpected state %1 in cAvahiClientReply, ignoring it - Erreur : état inattendu %1 dans cAvahiClientReply, état ignoré + File not found. + - Error: unexpected state %1 in cAvahiBrowseReply, ignoring it - Erreur : état inattendu %1 dans cAvahiBrowseReply, état ignoré + Unable to create file. + - %1 failed starting embedded daemon at %2 - %1 a échoué lors du démarrage du démon embarqué dans %2 + Writing to file failed. + - %1 failed to kill other daemons with '%2'. - %1 a échoué pour tuer les autres démons avec "%2". + Reading from file failed. + - %1 detected a file at /tmp/mdnsd, daemon startup will probably fail. - %1 a détecté un fichier dans /tmp/mdnsd, le démarrage du démon échouera probablement. + Illegal XML file. + - %1: log of previous daemon run is: '%2'. - %1 : le journal de l'exécution précédente du démon est : "%2". + Unable to handle file version %1. + - %1: log of previous daemon run is: '%2'. - - %1 : le journal de l'exécution précédente du démon est : "%2". + Change Object + - %1 failed starting embedded daemon at %2. - %1 a échoué lors du démarrage du démon embarqué dans %2. + Change Relation + - - - ZeroConf - DnsSdZConfLib could not load native library - DnsSdZConfLib n'a pas pu charger la bibliothèque native + Move Object + - MainConnection giving up on non Ok lib %1 (%2) - MainConnection renonce à la bibliothèque non valide %1 (%2) + Move Relation + - MainConnection has no valid library, aborting connection - MainConnection n'a pas de bibliothèque valide, la connexion est abandonnée + Delete Object + - MainConnection giving up on lib %1, switching to lib %2 - MainConnection renonce à la bibliothèque %1, passage à la bibliothèque %2 + Add Relation + - MainConnection giving up on lib %1, no fallback provided, aborting connection - MainConnection renonce à la bibliothèque %1, pas de solution de repli prévue, abandon de la connexion + Delete Relation + - MainConnection using lib %1 failed the initialization of mainRef with error %2 - MainConnection en utilisant la bibliothèque %1 a échoué à l'initialisation de mainRef avec l'erreur %2 + [unnamed] + - MainConnection using lib %1 failed because no daemon is running - MainConnection utilisant la bibliothèque %1 a échoué car aucun démon n'est en cours d'exécution + Stereotypes: + - MainConnection using lib %1 daemon starting seem successful, continuing - MainConnection utilisant la bibliothèque %1 et le démarrage du démon semble avoir réussi, le processus continue - - - MainConnection using lib %1 failed getProperty call with error %2 - MainConnection utilisant la bibliothèque %1 a échoué, l'appel à getProperty retourne l'erreur %2 - - - MainConnection::handleEvents called with m_status != Starting, aborting - MainConnection::handleEvents appelé avec m_status != Starting, abandon - - - MainConnection::handleEvents unexpected return status of handleEvent - MainConnection::handleEvents retourne un status inattendu - - - MainConnection for [%1] accumulated %2 consecutive errors, aborting - MainConnection pour [%1] a accumulé %2 erreurs consécutives, abandon - - - could not load native library - Impossible de charger la bibliothèque native - - - skipping over avahi compatibility lib (or obsolete mdnsd) - bibliothèque de compatibilité avahi passée (ou mdnsd obsolète) - - - *WARNING* detected an obsolete version of Apple Bonjour, either disable/uninstall it or upgrade it, otherwise zeroconf will fail - *AVERTISSEMENT* : une version obsolète de Apple Bonjour a été détectée, désactivez/désinstallez-la ou mettez-la à jour, sinon zeroconf échouera - - - Zeroconf could not load a valid library, failing. - Zeroconf n'a pas pu charger une bibliothèque valide, échec. - - - Zeroconf giving up on non working %1 (%2). - Zeroconf abandonne sur le dysfonctionnement %1 (%2). - - - Zeroconf has no valid library, aborting connection. - Zeroconf n'a pas de bibliothèque valide, connexion annulée. - - - Zeroconf giving up on %1, switching to %2. - Zeroconf a abandonné sur %1, transition vers %2. - - - Zeroconf giving up on %1, no fallback provided, aborting connection. - Zeroconf a abandonné sur %1, aucun retour fourni, connexion annulée. - - - Trying %1... - Essai de %1... - - - Zeroconf using %1 failed the initialization of the main library connection with error %2. - Zeroconf a échoué en utilisant %1 lors de l'initialisation de la bibliothèque de connexion principale avec l'erreur %2. - - - Zeroconf using %1 failed because no daemon is running. - Zeroconf a échoué en utilisant %1, car aucun démon n'est en cours d'exécution. - - - Starting the Zeroconf daemon using %1 seems successful, continuing. - Le démarrage du démon Zeroconf en utilisant %1 semble réussi, le processus continue. - - - Zeroconf using %1 failed getProperty call with error %2. - Zeroconf en utilisant %1 a échoué son appel à getProperty avec l'erreur %2. - - - Succeeded using %1. - Réussite en utilisant %1. - - - MainConnection could successfully create a connection using %1. - MainConnection a créé avec succès une connexion en utilisant %1. - - - Zeroconf, unexpected start status, aborting. - Zeroconf, statut inattendue au démarrage, abandon. - - - Zeroconf detected an unexpected return status of handleEvent. - Zeroconf a détecté un statut de retour inattendu par handleEvent. - - - Zeroconf for [%1] accumulated %n consecutive errors, aborting. - - Zeroconf for [%1] a accumulé %n erreur consécutive, abandon. - Zeroconf for [%1] a accumulé %n erreurs consécutives, abandon. - - - - Could not load native library. - Impossible de charger la bibliothèque native. - - - Skipping over Avahi compatibility lib (or obsolete mdnsd). - Bibliothèque de compatibilité Avahi passée (ou mdnsd obsolète). - - - Warning: Detected an obsolete version of Apple Bonjour. Disable, uninstall, or upgrade it, or zeroconf will fail. - Avertissement : version de Apple Bonjour obsolète détectée. Désactivez, désinstallez ou mettez la à jour sinon zeroconf échouera. - - - - Analyzer::Internal::AnalyzerToolDetailWidget - - <strong>%1</strong> settings - <strong>%1</strong> paramètres - - - - Analyzer::AnalyzerRunConfigurationAspect - - Analyzer Settings - Paramètres de l'analyseur - - - - QtC::Android - - Autogen - Display name for AutotoolsProjectManager::AutogenStep id. - Autogen - - - Autogen - Autogen - - - Configuration unchanged, skipping autogen step. - Configuration inchangée, étape autogen ignorée. - - - Arguments: - Arguments : - - - Autogen - AutotoolsProjectManager::AutogenStepConfigWidget display name. - Autogen - - - Autoreconf - Display name for AutotoolsProjectManager::AutoreconfStep id. - Autoreconf - - - Autoreconf - Autoreconf - - - Configuration unchanged, skipping autoreconf step. - Configuration inchangée, étape autoreconf ignorée. - - - Autoreconf - AutotoolsProjectManager::AutoreconfStepConfigWidget display name. - Autoreconf - - - Default - The name of the build configuration created by default for a autotools project. - Défaut - - - Build - Compilation - - - New Configuration - Nouvelle configuration - - - New configuration name: - Nom de la nouvelle configuration : - - - Build directory: - Répertoire de compilation : - - - Autotools Manager - Gestionnaire pour Autotools - - - Tool chain: - Chaîne de compilation : - - - <Invalid tool chain> - <Chaîne d'outils invalide> - - - Failed opening project '%1': Project file does not exist - Échec de l'ouverture du projet "%1' : le fichier du projet n"existe pas - - - Failed opening project '%1': Project already open - Échec de l'ouverture du projet "%1" : projet déjà ouvert - - - Failed opening project '%1': Project is not a file - Échec de l'ouverture du projet "%1" : le projet n'est pas un fichier - - - Autotools Wizard - Assistant Autotools - - - Please enter the directory in which you want to build your project. Qt Creator recommends to not use the source directory for building. This ensures that the source directory remains clean and enables multiple builds with different settings. - Veuillez spécifier le répertoire où vous voulez compiler votre projet. Qt Creator recommande de ne pas utiliser le répertoire source pour la compilation. Cela garantit que le répertoire source reste propre et permet des compilations multiples avec différents paramètres. - - - Build Location - Emplacement de compilation - - - Desktop - Autotools Default target display name - Desktop - - - Configure - Display name for AutotoolsProjectManager::ConfigureStep id. - Configurer - - - Configure - Configurer - - - Configuration unchanged, skipping configure step. - ignorée ? - Configuration inchangée, étape de configuration sautée. - - - Configure - AutotoolsProjectManager::ConfigureStepConfigWidget display name. - Configurer - - - Parsing %1 in directory %2 - Analyse, car c'est une action en court - Analyse %1 dans le répertoire %2 - - - Parsing directory %1 - Analyse du répertoire %1 - - - Make - Display name for AutotoolsProjectManager::MakeStep id. - Make - - - Make - Make - - - Qt Creator needs a compiler set up to build. Configure a compiler in the kit options. - Qt Creator nécessite un compilateur de défini pour compiler. Configurez-en un dans les options des kits. - - - Configuration is faulty. Check the Issues view for details. - La configuration est défectueuse, veuillez vérifier la vue des problèmes pour les détails. - - - Make - AutotoolsProjectManager::MakeStepConfigWidget display name. - Make - - - <b>Unknown tool chain</b> - <b>Chaîne de compilation inconnue</b> - - - - QtC::BinEditor - - The Binary Editor cannot open empty files. - L'éditeur binaire ne peut ouvrir des fichiers vides. - - - Cannot open %1: %2 - Imposible d'ouvrir %1 : %2 - - - File Error - Erreur de fichier - - - - QtC::CMakeProjectManager - - Build CMake target - Compiler la cible CMake - - - - QtC::Core - - Could not save the files. - error message - Impossible d'enregistrer les fichiers. - - - Error while saving file: %1 - Erreur lors de l'enregistrement du fichier : %1 - - - Overwrite? - Écraser ? - - - An item named '%1' already exists at this location. Do you want to overwrite it? - Un élément nommé "%1' existe déjà. Voulez-vous l"écraser ? - - - Save File As - Enregistrer sous - - - Open File - Ouvrir le fichier - - - File Is Read Only - Le fichier est en lecture seule - - - Make &Writable - Rendre &inscriptible - - - &Save As... - Enregistrer &sous... - - - Cannot reload %1 - Impossible de recharger %1 - - - File was restored from auto-saved copy. Select Save to confirm or Revert to Saved to discard changes. - Le fichier a été restauré depuis une copie de sauvegarde automatique. Sélectionnez Sauver pour confirmer ou Retour à la sauvegarde pour effacer les changements. - - - - QtC::CppEditor - - Extract Function - Extraire la fonction - - - Extract Function Refactoring - contexte ? [Pierre] là je cale... - Refactorisation de la fonction extraite - - - Enter function name - Entrer un nom de fonction - - - Invalid function name - Nom de fonction invalide - - - C++ Classes - Classes C++ - - - - QtC::Debugger - - Reset - Réinitialiser - - - Type Formats - Formats des types - - - Qt Types - Types Qt - - - Standard Types - Types standards - - - Misc Types - Types divers - - - Debugger Settings - Paramètres du débogueur - - - Enable C++ - Activer le C++ - - - Enable QML - Activer le QML - - - Debug port: - Port du débogage : - - - <a href="qthelp://org.qt-project.qtcreator/doc/creator-debugging-qml.html">What are the prerequisites?</a> - <a href="qthelp://org.qt-project.qtcreator/doc/creator-debugging-qml.html">Quels sont les prérequis ?</a> - - - Enable Debugging of Subprocesses - Activer le débogage des sous-processus - - - Anonymous Function - Fonction anonyme - - - Log - Log - - - Show debug, log, and info messages. - Montrer les messages de débogage, des journaux et d'informations. - - - Show warning messages. - Montrer les messages d'avertissement. - - - Show error and fatal messages. - Montrer les messages des erreurs et des erreurs fatales. - - - Clear Console - Effacer la console - - - - QtC::Git - - untracked - non suivi - - - staged + - contexte ? pierre: concept de la staging area (ou index), pas évident à traduire... - ajouté à l'index + - - - modified - modifié - - - added - ajouté - - - deleted - supprimé - - - renamed - renommé - - - copied - copié - - - by both - provenant des deux - - - by us - provenant de nous - - - by them - provenant d'eux - - - updated - mis à jour - - - Show Diff - Montrer les différences - - - Show difference. - Montre les différences. - - - Graph - Graphe - - - Show textual graph log. - Afficher le log textuel du graphe. - - - - QtC::Core - - Previous command is still running ('%1'). -Do you want to kill it? - La commande précédante est toujours active ('%1'). -Voulez-vous la tuer ? - - - Kill Previous Process? - Tuer les processus précédents ? - - - Command '%1' finished. - La commande "%1" s'est terminée. - - - Command '%1' failed. - La commande "%1" a échouée. - - - Could not start process: %1 - Impossible de démarrer le processus : %1 - - - finished - fini - - - failed - échoué - - - Could not find executable for '%1' - Impossible de trouver un exécutable pour '%1' - - - Starting command '%1' - Démarrage de la commande '%1' - - - Execute Custom Commands - Exécuter une commande personnalisée - - - - QtC::ProjectExplorer - - Edit Environment - Editer l'environnement - - - %1 (%2) - %1 (%2) - - - Debugger settings - Paramètres du débogueur - - - WinCE - WinCE - - - SDK: - SDK : - - - WinCE Version: - Version de WinCE : - - - ABI: - ABI : - - - - QtC::QmlJSEditor - - Add a comment to suppress this message - Ajouter un commentaire pour supprimer ce message - - - Add a Comment to Suppress This Message - Ajouter un commentaire pour supprimer ce message - - - Wrap Component in Loader - wrap en "enveloppez" = bof ; Component et Loader en majuscule = correspond à des noms de modules ? (et ne pas traduire alors ?) - Envelopper le composant dans un chargeur - - - // TODO: Move position bindings from the component to the Loader. -// Check all uses of 'parent' inside the root element of the component. - // À faire : Déplacer les liaisons de position du composant dans le Loader. -// Vérifier toutes les utilisations de "parent" à l'intérieur de l'élément racine du composant. - - - // Rename all outer uses of the id '%1' to '%2.item'. - // Renommer tous les usages extérieurs de l'identifiant "%1" pour "%2.item". - - - // TODO: Move position bindings from the component to the Loader. -// Check all uses of 'parent' inside the root element of the component. - - // À faire : Déplacer les liaisons de position du composant dans le Loader. -// Vérifier toutes les utilisations de 'parent' à l'intérieur de l'élément racine du composant. - - - // Rename all outer uses of the id '%1' to '%2.item'. - - // Renommer tous les usages extérieurs de l'id '%1' pour '%2.item'. - - - // Rename all outer uses of the id '%1' to '%2.item.%1'. - - // Renommer tous les usages extérieurs de l'id '%1' pour '%2.item.%1'. - - - - - QtC::QmlProfiler - - Trace information from the v8 JavaScript engine. Available only in Qt5 based applications - Suivre les informations à partir du moteur JavaScript V8. Disponible uniquement dans les applications basées sur Qt5 - - - Trace information from the v8 JavaScript engine. Available only in Qt5 based applications. - Suivre les informations à partir du moteur JavaScript V8. Disponible uniquement dans les applications basées sur Qt 5. - - - Copy Row - Copier la ligne - - - Copy Table - Copier la table - - - Extended Event Statistics - Statistiques d'événements étendues - - - Limit Events Pane to Current Range - Limiter le panneau d'événements à la portée actuelle - - - Reset Events Pane - Réinitialiser le panneau d'événements - - - Location - Emplacement - - - Type - Type - - - Time in Percent - Temps en pourcentage - - - Total Time - Temps total - - - Self Time in Percent - Contexte de "self" ? - Temps interne en pourcentage - - - Self Time - Contexte de "self" ? - Temps interne - - - Mean Time - Temps moyen - - - Median Time - Temps médian - - - Longest Time - Plus long temps - - - Shortest Time - Plus court temps - - - Details - Détails - - - (Opt) - (opt) - - - Binding is evaluated by the optimized engine. - La liaison est évaluée par le moteur optimisé. - - - Binding not optimized (e.g. has side effects or assignments, -references to elements in other files, loops, etc.) - La liaison n'est pas optimisée (par exemple, elle possède des effets de bords ou des affectation, -des références à des éléments dans d'autres fichiers, des boucles, etc.) - - - Binding loop detected. - Boucle de liaison détectée. - - - Binding loop detected - Boucle de liaison détectée - - - (Opt) - (Opt) - - - µs - µs - - - ms - ms - - - s - s - - - Paint - Peindre - - - Create - Créer - - - Binding - Vérifier le contexte - Liaison - - - Signal - Signal - - - Part of binding loop - Partie de boucle de liaison - - - Part of binding loop. - Partie d'une boucle de liaison. - - - Callee - Appelé - - - Caller - Appelant - - - Callee Description - Description de l'appelé - - - Caller Description - Description de l'appelant - - - - QtC::QmakeProjectManager - - Configure Project - Configurer le projet - - - Cancel - Annuler - - - The project <b>%1</b> is not yet configured.<br/>Qt Creator cannot parse the project, because no kit has been set up. - Le projet <b>%1</b> n'est pas encore configuré. <br/>Qt Creator ne peut analyser le projet, car aucun kit n'a été défini. - - - The project <b>%1</b> is not yet configured.<br/>Qt Creator uses the kit <b>%2</b> to parse the project. - Le projet <b>%1</b> n'est pas encore configuré.<br/>Qt Creator utilise le kit <b>%2</b> pour analyser le projet. - - - The project <b>%1</b> is not yet configured.<br/>Qt Creator uses the <b>invalid</b> kit <b>%2</b> to parse the project. - Le projet <b>%1</b> n'est pas encore configuré.<br/>Qt Creator utilise le kit <b>invalide</b> <b>%2</b> pour analyser le projet. - - - <p>The project <b>%1</b> is not yet configured.</p><p>Qt Creator uses the Qt version: <b>%2</b> and the tool chain: <b>%3</b> to parse the project. You can edit these in the <b><a href="edit">options.</a></b></p> - <p>Le projet <b>%1</b> n'est pas encore configuré.</p><p>Qt Creator utilise la version de Qt : <b>%2</b> et la chaîne de compilation : <b>%3</b> pour analyser le projet. Vous pouvez modifier ces paramètres dans la <b><a href="edit">configuration</a></b></p> - - - <p>The project <b>%1</b> is not yet configured.</p><p>Qt Creator uses the Qt version: <b>%2</b> and <b>no tool chain</b> to parse the project. You can edit these in the <b><a href="edit">settings</a></b></p> - <p>Le projet <b>%1</b> n'est pas encore configuré.</p><p>Qt Creator utilise la version de Qt : <b>%2</b> et <b>n'a aucune chaîne de compilation</b> pour analyser le projet. Vous pouvez modifier ces paramètres dans la <b><a href="edit">configuration</a></b></p> - - - <p>The project <b>%1</b> is not yet configured.</p><p>Qt Creator uses <b>no Qt version</b> and the tool chain: <b>%2</b> to parse the project. You can edit these in the <b><a href="edit">settings</a></b></p> - <p>Le projet <b>%1</b> n'est pas encore configuré.</p><p>Qt Creator n'utilise <b>aucune version de Qt</b> et la chaîne de compilation : <b>%2</b> pour analyser le projet. Vous pouvez modifier ces paramètres dans la <b><a href="edit">configuration</a></b></p> - - - <p>The project <b>%1</b> is not yet configured.</p><p>Qt Creator uses <b>no Qt version</b> and <b>no tool chain</b> to parse the project. You can edit these in the <b><a href="edit">settings</a></b></p> - <p>Le projet <b>%1</b> n'est pas encore configuré.</p><p>Qt Creator n'utilise <b>aucune version de Qt</b> et <b>aucune chaîne de compilation</b> pour analyser le projet. Vous pouvez modifier ces paramètres dans la <b><a href="edit">configuration</a></b></p> - - - Qt Creator can open qmake projects without configuring them for building. -The C++ and QML code models need a Qt version and tool chain to offer code completion. - - Qt Creator peut ouvrir des projets qmake sans les configurer pour la compilation. -Les modèles de code C++ et QML ont besoin d'une version de Qt et d'une chaîne de compilation pour proposer la complétion de code. - - - Tool Chain: - Chaîne de compilation : - - - - QtC::QtSupport - - Copy Project to writable Location? - Copier le projet à un emplacement accessible en écriture ? - - - <p>The project you are about to open is located in the write-protected location:</p><blockquote>%1</blockquote><p>Please select a writable location below and click "Copy Project and Open" to open a modifiable copy of the project or click "Keep Project and Open" to open the project in location.</p><p><b>Note:</b> You will not be able to alter or compile your project in the current location.</p> - <p>Le projet que vous vous apprêtez à ouvrir se trouve dans un emplacement accessible en lecture seule :</p><blockquote>%1</blockquote><p>Veuillez sélectionner un emplacement accessible en écriture et cliquer sur "Copier le projet et l'ouvrir" pour ouvrir une copie modifiable. Cliquez sur "Conserver le projet et l'ouvrir" pour ouvrir le projet à l'emplacement courant.</p><p><b>Note :</b> vous ne pourrez pas modifier ou compiler votre projet à l'emplacement courant.</p> - - - &Location: - &Emplacement : - - - &Copy Project and Open - &Copier le projet et l'ouvrir - - - &Keep Project and Open - &Conserver le projet et l'ouvrir - - - Cannot Use Location - Impossible d'utiliser l'emplacement - - - The specified location already exists. Please specify a valid location. - L'emplacement spécifié existe déjà. Veuillez spécifier un autre emplacement. - - - Cannot Copy Project - Impossible de copier le projet - - - Failed to Open Project - Échec d'ouverture du projet - - - MeeGo/Harmattan - MeeGo/Harmattan - - - Symbian - Symbian - - - Maemo/Fremantle - Maemo/Fremantle - - - Desktop - Nom de la version de Qt ("Qt Desktop") - Desktop - - - Embedded Linux - Linux embarqué - - - Windows CE - Windows CE - - - Android - Android - - - iOS - iOS - - - - QtC::RemoteLinux - - Embedded Linux - Linux embarqué - - - Double-click to edit the project file - Double-cliquez pour modifier le fichier de projet - - - - QtC::TextEditor - - %1 found - %1 élément(s) trouvé(s) - - - Open Documents - Documents ouverts - - - Open documents: - Documents ouverts : - - - Open Documents: - Documents ouverts : - - - Open Documents -%1 - Documents ouverts -%1 - - - - QtC::Todo - - Description - Description - - - File - Fichier - - - Line - Ligne - - - - QtC::Todo - - To-Do Entries - Fonctionnalités qui recherche les entrées "TODO" dans le code, à voir comment ça s'affiche en partique dans Qt Creator. [Pierre] ça je suis partisant de laisser TODO tel quel, c'est du jargon informatique... - Entrées TODO - - - Current File - Fichier courant - - - Scan in the current opened file - Analyser le fichier courant ouvert - - - Whole Project - Tout le projet - - - Scan in the whole project - Analyser l'ensemble du projet - - - - QtC::Todo - - To-Do - Quoi que l'on pourrait laisser TODO ? [Pierre] yep, je valide TODO - TODO - - - - QtC::VcsBase - - Open URL in browser... - Ouvrir l'URL dans le navigateur... - - - Copy URL location - Copier l'adresse de l'URL - - - Open URL in Browser... - Ouvrir l'URL dans le navigateur... - - - Copy URL Location - Copier l'URL - - - Send email to... - Envoyer un email à... - - - Copy email address - Copiez l'adresse email - - - Send Email To... - Envoyer un email à... - - - Copy Email Address - Copier l'adresse email - - - - QSsh::SshKeyCreationDialog - - SSH Key Configuration - Configuration de la slé SSH - - - Options - Options - - - Key algorithm: - Algorithme de la clé : - - - &RSA - &RSA - - - &DSA - &DSA - - - Key &size: - &Taille de la clé : - - - Private key file: - Fichier de clé privée : - - - Browse... - Parcourir... - - - Public key file: - Fichier de clé publique : - - - &Generate And Save Key Pair - &Générer et sauvegarder la paire de clés - - - &Cancel - &Annuler - - - Key Generation Failed - La génération de la clé a échoué - - - Choose Private Key File Name - Choisir un nom pour le fichier de clé privée - - - Cannot Save Key File - Impossible d'enregistrer le fichier de la clé - - - Failed to create directory: '%1'. - Impossible de créer le dossier "%1". - - - Cannot Save Private Key File - Impossible de sauvegarder le fichier de la clé privée - - - The private key file could not be saved: %1 - La clé privée n'a pas pu être sauvegardée : %1 - - - Cannot Save Public Key File - Impossible de sauvegarder la clé publique - - - The public key file could not be saved: %1 - Le fichier de la clé publique n'a pas pu être sauvegardé : %1 - - - File Exists - Le fichier existe - - - There already is a file of that name. Do you want to overwrite it? - Il y a déjà un fichier de ce nom. Souhaitez-vous écrire par-dessus ? - - - - QtC::Android - - Create new AVD - Créer un nouvel AVD - - - Name: - Nom : - - - Kit: - Kit : - - - SD card size: - Taille de la carte SD : - - - Create a keystore and a certificate - Crée un classeur de clés et un certificat - - - Keystore - Trousseau de clés - - - Password: - Mot de passe : - - - Retype password: - Retaper le mot de passe : - - - Show password - Montrer le mot de passe - - - <span style=" color:#ff0000;">Password is too short</span> - <span style=" color:#ff0000;">Mot de passe trop court</span> - - - Certificate - Certificat - - - Alias name: - Nom d'alias : - - - Aaaaaaaa; - ?? - Aaaaaaaa; - - - Keysize: - Taille de la clé : - - - Validity (days): - Validité (en jours) : - - - Certificate Distinguished Names - Noms distingués de certificats - - - First and last name: - Prénom et nom : - - - Organizational unit (e.g. Necessitas): - Unité d'organisation (par exemple, Necessitas) : - - - Organization (e.g. KDE): - Organisation (comme KDE) : - - - City or locality: - Ville ou localité : - - - State or province: - État ou province : - - - Two-letter country code for this unit (e.g. RO): - Code de pays sur deux lettres pour cette unité (comme RO) : - - - >AA; - >AA; - - - Use Keystore password - Utilise le mot de passe du trousseau de clés - - - Form - Formulaire - - - Use Qt libraries from device - Utiliser les bibliothèques Qt à partir du périphérique - - - Push local Qt libraries to device. -You must have Qt libraries compiled for that platform - Envoyer les bibliothèques locales Qt au périphérique. -Vous devez posséder les bibliothèques Qt compilées pour cette plateforme - - - Deploy local Qt libraries - Déployer les bibliothèques Qt locales - - - Check this option to force the application to use local Qt libraries instead of system libraries. - Cocher cette option pour forcer l'application à utiliser les bibliothèques Qt locales à la place des bibliothèques du système. - - - Use local Qt libraries - Utiliser les bibliothèques Qt locales - - - Edit Rules File - Éditer le fichier de règles - - - Choose and install Ministro system wide Qt shared libraries. -This option is useful when you want to try your application on devices which don't have Android Market (e.g. Android Emulator). - Je ne suis pas sur - Choisir et installer Ministo et les bibliothèques Qt partagées, indépendamment du système. -Cette option est utile lorsque vous voulez essayer votre applications sur les périphériques qui ne disposent pas de l'Android Market (par exemple, l'émulateur Android). - - - Install Ministro, system-wide Qt shared libraries installer - Installer Ministro, un installateur des bibliothèques Qt partagées indépendant du système - - - Choose APK - Choisir l'APK - - - Use Ministro service to install Qt - Utiliser le service Ministro pour installer Qt - - - Push local Qt libraries to device. You must have Qt libraries compiled for that platform. -The APK will not be usable on any other device. - Pousser les bibliothèques locales Qt sur le périphérique. Vous devez avoir les bibliothèques Qt compilés pour cette plateforme. -Le fichier APL ne sera pas utilisable sur d'autres périphériques. - - - Deploy local Qt libraries to temporary directory - Déployer les bibliothèques Qt locales dans un répertoire temporaire - - - Creates a standalone APK. - Créer un standalone APK. - - - Bundle Qt libraries in APK - Empaqueter les bibliothèques Qt dans le fichier APK - - - Advanced Actions - Actions avancées - - - Clean Temporary Libraries Directory on Device - Nettoyer le répertoire temporaire des bibliothèques sur le périphérique - - - Install Ministro from APK - Installer Ministro à partir du fichier APK - - - Reset Default Devices - Restaurer les périphériques par défaut - - - Manifest - Fichier manifest - - - <b>Android target SDK:</b> - <b>SDK Android cible :</b> - - - <b>Package name:</b> - <b>Nom du paquet :</b> - - - <p align="justify">Please choose a valid package name for your application (e.g. "org.example.myapplication").</p> -<p align="justify">Packages are usually defined using a hierarchical naming pattern, with levels in the hierarchy separated by periods (.) (pronounced "dot").</p> -<p align="justify">In general, a package name begins with the top level domain name of the organization and then the organization's domain and then any subdomains listed in reverse order. The organization can then choose a specific name for their package. Package names should be all lowercase characters whenever possible.</p> -<p align="justify">Complete conventions for disambiguating package names and rules for naming packages when the Internet domain name cannot be directly used as a package name are described in section 7.7 of the Java Language Specification.</p> - <p align="justify">Veuillez choisir un nom de paquet valide pour votre application (par exemple : "org.exemple.monapplication").</p> -<p align="justify">Les paquets sont généralement définis en suivant un schéma de nommage hiérarchique, où les niveaux de la hiérarchie sont séparés par des points . (dits "dot").</p> -<p align="justify">En général, un nom de paquet commence avec le nom du domaine de haut niveau de l'organisation (TLD) et le nom du domaine de l'organisation, puis les sous-domaines listés dans le sens inverse. L'organisation peut choisir un nom spécifique pour son paquet. Les noms de paquets ne doivent utiliser que des minuscules, autant que possible.</p> -<p align="justify">Les conventions complètes pour la désambiguïsation des noms de paquets et des règles de nommages des paquets lorsque le nom de domaine Internet ne peut être utilisé directement comme nom de paquet sont décrits dans la section 7.7 de la spécification du langage Java.</p> - - - <b>Version code:</b> - <b>Version du code :</b> - - - <b>Version name:</b> - <b>Nom de version :</b> - - - 1.0.0 - 1.0.0 - - - Application - Application - - - <b>Application name:</b> - <b>Nom de l'application :</b> - - - <b>Run:</b> - <b>Exécution :</b> - - - <b>Application icon:</b> - <b>Icône de l'application :</b> - - - Save - Enregistrer - - - Discard - Abandonner - - - Libraries - Bibliothèques - - - Automatically check required Qt libraries from compiled application - Vérifie automatiquement les bibliothèques Qt requises à partir de l'application compilée - - - Read information from application (must be compiled) - Lire les information de l'application (elle doit être compilée) - - - Required Qt libraries - Bibliothèques Qt requises - - - <center>Prebundled libraries</center> -<p align="justify">Please be aware that the order is very important: If library <i>A</i> depends on library <i>B</i>, <i>B</i> <b>must</b> go before <i>A</i>.</p> - <center>Bibliothèques empaquetées</center> -<p align="justify">Soyez conscient que l'ordre est très important : si une bibliothèque <i>A</i> dépend de la bibliothèque <i>B</i>, <i>B</i> <b>doit</> être placée avant <i>A</i>.</p> - - - Up - Monter - - - Down - Descendre - - - Sign package - Signature du paquet - - - Keystore: - Trousseau de clés : - - - Create - Créer - - - Browse - Parcourir - - - Open package location after is complete - Ouvrir l'emplacement du paquet après sa complétion - - - Certificate alias: - Alias de certificat : - - - Android Configuration - Configuration Android - - - Android SDK location: - Emplacement du SDK Android : - - - Android NDK location: - Emplacement du NDK Android : - - - Android NDK tool chain version: - Version de la chaîne de compilation du NDK Android : - - - Ant location: - Emplacement d'Ant : - - - ARM GDB location: - Emplacement de GDB pour ARM : - - - ARM GDB server location: - Emplacement du serveur GDB pour ARM : - - - x86 GDB location: - Emplacement de GDB pour x86 : - - - x86 GDB server location: - Emplacement du serveur GDB pour x86 : - - - OpenJDK location: - Emplacement d'OpenJDK : - - - Start - Démarrer - - - AVD Manager - Gestionnaire d'AVD - - - System/data partition size: - Taille de la partition système/données : - - - Mb - Mo - - - Start Android AVD Manager - Démarrer le gestionnaire Android d'AVD - - - Add - Ajouter - - - Remove - Supprimer - - - Automatically create kits for Android tool chains - Créer automatiquement les kits pour les chaînes de compilation Android - - - JDK location: - Emplacement du JDK : - - - - QtC::ClearCase - - Check Out - Importer - - - &Checkout comment: - Commentaire d'&importation : - - - &Reserved - &Réservé - - - &Unreserved if already reserved - &Non réservé si déjà réservé - - - &Preserve file modification time - &Préserver la date de modification du fichier - - - Use &Hijacked file - Hijack: Unset read-only flag without check-out. This is used for local changes which the user does not want to commit. - ça sent le dikkenek un peu tout ça: http://www.lembrouille.com/dikkenek/dikkenek-je-viens-de-me-faire-carjacker - Utiliser fichier &Hijacké - - - Configuration - Configuration - - - &Command: - &Commande : - - - Diff - Diff - - - &Graphical (Single file only) - &Graphique (un seul fichier) - - - &External - &Externe - - - Arg&uments: - Arg&uments : - - - Miscellaneous - Divers - - - &History count: - Pluriel ? - Compteur d'&historique : - - - &Timeout: - Pluriel ? - &Expiration : - - - s - s - - - &Automatically check out files on edit - Importer &automatiquement les fichiers à l'édition - - - Check this if you have a trigger that renames the activity automatically. You will not be prompted for activity name - ceci > ce paramètre ? - Vérifier ceci si vous avez un déclencheur qui renomme l'activité automatiquement. Vous ne verrez pas de boîte de dialogue pour le nom de l'activité - - - Aut&o assign activity names - Assigner aut&omatiquement les noms d'activité - - - &Prompt on check-in - Afficher lors d'une ex&portation - - - Di&sable indexer - Dé&sactiver l'indexeur - - - &Index only VOBs: - VOB: Versioned Object Base - &Indexer seuleument les VOB : - - - VOBs list, separated by comma. Indexer will only traverse the specified VOBs. If left blank, all active VOBs will be indexed - Liste de VOB, séparés par une virgule. L'indexeur traversera uniquement les VOB spécifiés. Si laissé vide, tous les VOB actifs seront indexés - - - ClearCase - ClearCase - - - Dialog - Boîte de dialogue - - - The file was changed. - Le fichier a été modifié. - - - &Save copy of the file with a '.keep' extension - &Sauvergarder une copie du fichier avec une extension ".keep" - - - Confirm Version to Check Out - Confirmer la version à importer - - - There are multiple versions of '%1' which can be considered for checkout. Please select version to checkout: - Plusieurs versions de "%1" peuvent être considérés pour cette importation. Veuillez sélectionner la version à importer : - - - &Loaded Version - Version &chargée - - - Created by: - Crée par : - - - Created on: - Date - Crée le : - - - Version after &update - Version après &mise à jour - - - <html><head/><body><p><b>NOTE: You will not be able to check in this file without merging the changes (not supported by the plugin)</b></p></body></html> - <html><head/><body><p><b>NOTE : vous ne pouvez pas exporter ce fichier sans fusionner les changements (non supporté par le plug-in)</b></p></body></html> - - - - QtC::Core - - Remove File - Supprimer le fichier - - - File to remove: - Fichier à supprimer : - - - &Delete file permanently - &Supprimer le fichier de façon permanente - - - &Remove from Version Control - &Supprimer du système de gestion de version - - - - QtC::ProjectExplorer - - Device Configuration Wizard Selection - Sélection de l'assistant de configuration du périphérique - - - Available device types: - Types de périphérique disponibles : - - - Linux Device Configurations - Configurations des périphériques Linux - - - &Device: - &Périphérique : - - - &Name: - &Nom : - - - Auto-detected: - Autodétecté : - - - Current state: - État actuel : - - - Type Specific - Type spécifique - - - &Add... - &Ajouter... - - - &Remove - &Supprimer - - - Set As Default - Définir comme valeur par défaut - - - Yes (id is "%1") - Yes (l'identifiant est "%1") - - - No - Non - - - Test - Test - - - Show Running Processes - Afficher les processus en cours d'exécution - - - Remote Processes - Processus distants - - - - QtC::Qnx - - Packages to deploy: - Paquets à déployer : - - - - QtC::Qnx - - &Device name: - &Nom du périphérique : - - - Device &password: - &Mot de passe du périphérique : - - - Show password - Montrer le mot de passe - - - Private key file: - Fichier de clé privée : - - - Connection log: - Log de connexion : - - - Upload - Envoi - - - Failed to upload debug token: - Échec de l'envoi du jeton de débogage : - - - Debug token successfully uploaded. - Jeton de débogage envoyé avec succès. - - - No route to host. - Aucune route pour l'hôte. - - - Authentication failed. - Échec de l'authentification. - - - Development mode is disabled on the device. - Le mode développeur est désactivé sur ce périphérique. - - - Failed to start inferior process. - Échec du démarrage du processus inférieur. - - - Inferior processes timed out. - Le processus inférieur a expiré. - - - Inferior process has crashed. - Le processus inférieur a crashé. - - - Failed to communicate with the inferior process. - Échec lors de la communication avec le processus inférieur. - - - An unknwon error has happened. - Une erreur inconnue s'est produite. - - - Invalid debug token path. - Le chemin du jeton de débogage est invalide. - - - Failed to upload debug token: - Échec de l'envoi du jeton de débogage : - - - Operation in Progress - Opération en cours - - - Uploading debug token - Envoi du jeton de débogage - - - - QtC::Qnx - - The name to identify this configuration: - Le nom pour identifier cette configuration : - - - The device's host name or IP address: - Le nom d'hôte du périphérique ou son adresse IP : - - - Device password: - Mot de passe du périphérique : - - - Device type: - Type de périphérique : - - - Physical device - Périphérique physique - - - Debug token: - Jeton de débogage : - - - Connection Details - Détails de connexion - - - Request - Requête - - - Device host name or IP address: - Nom d'hôte du périphérique ou adresse IP : - - - Connection - Connexion - - - Specify device manually - Spécifier le périphérique manuellement - - - Auto-detecting devices - please wait... - Autodétection des périphériques - veuillez attendre... - - - No device has been auto-detected. - Aucun périphérique n'a été autodétecté. - - - Device auto-detection is available in BB NDK 10.2. Make sure that your device is in Development Mode. - L'autodétection des périphériques est disponible dans le NDK BlackBerry 10.2. Soyez sûr que votre périphérique est en mode développement. - - - - QtC::Qnx - - WizardPage - Page d'assistant - - - Public key file: - Fichier de clé publique : - - - SSH Key Setup - Configuration de la clé SSH - - - Please select an existing <b>4096</b>-bit key or click <b>Generate</b> to create a new one. - Veuillez sélectionner une clé existante de <b>4096</b> bits ou cliquer sur <b>Générer</b> pour en créer une nouvelle. - - - Key Generation Failed - La génération de la clé a échoué - - - Choose Private Key File Name - Choisir un nom pour le fichier de clés privées - - - Generate... - Générer... - - - - QtC::Qnx - - Device: - Appareil mobile : - - - Package: - Paquet : - - - - QtC::Qnx - - SDK: - SDK : - - - - RemoteLinuxCheckForFreeDiskSpaceStepWidget - - Form - Formulaire - - - Remote path to check for free space: - Chemin distant pour vérifier l'espace disponible : - - - Required disk space: - Espace disque nécessaire : - - - - QtC::Todo - - Keyword - Mot-clé - - - Icon - Icône - - - Color - Couleur - - - errorLabel - ... bah, je ne sais pas >> vraiment à traduire ? - errorLabel - - - Keyword cannot be empty, contain spaces, colons, slashes or asterisks. - Le mot-clé ne peut être vide, contenir des espaces, des virgules, des barres obliques ou des étoiles. - - - There is already a keyword with this name. - Il y a déjà un mot-clé avec ce nom. - - - - QtC::QmlDebug - - The port seems to be in use. - Error message shown after 'Could not connect ... debugger:" - Le port semble déjà utilisé. - - - The application is not set up for QML/JS debugging. - Error message shown after 'Could not connect ... debugger:" - L'application n'est pas configurée pour du débogage QML/JS. - - - - QSsh::Internal::SftpChannelPrivate - - Server could not start SFTP subsystem. - Le serveur ne peut pas démarrer le sous-système SFTP. - - - Unexpected packet of type %1. - Paquet inattendu de type %1. - - - Protocol version mismatch: Expected %1, got %2 - Conflit de versions de protocole : %1 attendue, %2 detectée - - - Unknown error. - Erreur inconnue. - - - Created remote directory '%1'. - Création du répertoire distant "%1". - - - Remote directory '%1' already exists. - Le répertoire distant "%1" existe déjà. - - - Error creating directory '%1': %2 - Erreur lors de la création du répertoire "%1" : %2 - - - Could not open local file '%1': %2 - Impossible d'ouvrir le fichier local "%1" : %2 - - - Remote directory could not be opened for reading. - Le répertoire distant ne peut pas être ouvert en lecture. - - - Failed to list remote directory contents. - Impossible de lister le contenu du répertoire distant. - - - Failed to close remote directory. - Impossible de fermer le répertoire distant. - - - Failed to open remote file for reading. - Impossible d'ouvrir le fichier distant en lecture. - - - Failed to retrieve information on the remote file ('stat' failed). - Impossible de récupérer les informations sur le fichier distant (échec de "stat"). - - - Failed to read remote file. - Impossible de lire le fichier distant. - - - Failed to close remote file. - Impossible de fermer le fichier distant. - - - Failed to open remote file for writing. - Impossible d'ouvrir le fichier distant en écriture. - - - Failed to write remote file. - Impossible d'écrire sur le fichier distant. - - - Cannot append to remote file: Server does not support the file size attribute. - Impossible d'ajouter à la fin du fichier distant : le serveur ne supporte pas l'attribut taille du fichier. - - - SFTP channel closed unexpectedly. - Fermeture inattendue de la liaison avec SFTP. - - - Server could not start session: %1 - Le serveur n'a pas pu démarrer la session : %1 - - - Error reading local file: %1 - Erreur lors de la lecture du fichier local : %1 - - - - QSsh::SftpFileSystemModel - - File Type - Type du fichier - - - File Name - Nom du fichier - - - Error getting 'stat' info about '%1': %2 - Erreur lors de la récupération de l'information "stat" pour "%1" : %2 - - - Error listing contents of directory '%1': %2 - Erreur lors du listage du contenu du répertoire "%1" : %2 - - - - QSsh::Internal::SshChannelManager - - Invalid channel id %1 - Identifiant %1 de la liaison invalide - - - - QSsh::Internal::SshConnectionPrivate - - SSH Protocol error: %1 - Erreur dans le protocole SSH : %1 - - - Botan library exception: %1 - Exception dans la bibliothèque Botan : %1 - - - Server identification string is %n characters long, but the maximum allowed length is 255. - - La chaîne de caractères d'identification du serveur a une taille de %n caractère, mais le maximum permis est 255. - La chaîne de caractères d'identification du serveur a une taille de %n caractères, mais le maximum permis est 255. - - - - Server identification string contains illegal NUL character. - La chaîne d'identification du serveur contient des caractères NUL illégaux. - - - Server Identification string '%1' is invalid. - La chaîne d'identification du serveur "%1" est invalide. - - - Server protocol version is '%1', but needs to be 2.0 or 1.99. - La version du protocole du serveur est "%1", mais doit être 2.0 ou 1.99. - - - Server identification string is invalid (missing carriage return). - La chaîne d'identification du serveur est invalide (retour charriot manquant). - - - Server reports protocol version 1.99, but sends data before the identification string, which is not allowed. - Le serveur rapporte une version de protocole 1.99, mais envoie des données avant la chaîne d'identification, ce qui n'est pas permis. - - - Unexpected packet of type %1. - Paquet inattendu de type %1. - - - Password expired. - Mot de passe expiré. - - - Server rejected password. - Le serveur a rejeté le mot de passe. - - - Server rejected key. - Le serveur a rejeté la clé. - - - The server sent an unexpected SSH packet of type SSH_MSG_UNIMPLEMENTED. - Le serveur a envoyé un paquet SSH inattendu de type SSH_MSG_UNIMPLETED. - - - Server closed connection: %1 - Le serveur a fermé la connexion : %1 - - - Connection closed unexpectedly. - La connexion a été fermée de façon inattendue. - - - Timeout waiting for reply from server. - Temps limite dépassé lors de l'attente de la réponse du serveur. - - - No private key file given. - Aucune clé privée n'est fournie. - - - Private key file error: %1 - Erreur du fichier de clé privée : %1 - - - - QSsh::Ssh - - Password Required - Mot de passe requis - - - Please enter the password for your private key. - Veuillez insérer votre mot de passe pour votre clé privée. - - - - QSsh::Internal::SshRemoteProcessPrivate - - Process killed by signal - Processus tué par un signal - - - Server sent invalid signal '%1' - Le serveur a envoyé un signal invalide "%1" - - - - QtC::Utils - - Adjust Column Widths to Contents - Ajuster la largeur des colonnes au contenu - - - '%1' is an invalid ELF object (%2) - "%1" est un objet ELF invalide (%2) - - - '%1' is not an ELF object (file too small) - "%1" n'est pas un objet ELF (fichier trop petit) - - - '%1' is not an ELF object - "%1" n'est pas un objet ELF - - - odd cpu architecture - architecture CPU étrange - - - odd endianess - boutisme étrange - - - odd endianness - boutisme étrange - - - unexpected e_shsize - e_shsize inattendue - - - unexpected e_shentsize - e_shentsize inattendue - - - announced %n sections, each %1 bytes, exceed file size - - %n section annoncée, chacun de %1 octets, dépassant la taille du fichier - %n sections annoncées, chacun de %1 octets, dépassant la taille du fichier - - - - string table seems to be at 0x%1 - La table des chaînes de caractères semble être située à 0x%1 - - - section name %1 of %2 behind end of file - Le nom de section %1 de %2 est après la fin du fichier - - - - ZeroConf::ServiceBrowser - - Starting Zeroconf Browsing - Démarage de la navigation Zeroconf - - - - QtC::Android - - Could not run: %1 - Impossible de démarrer : %1 - - - No devices found in output of: %1 - Aucun périphérique n'a été trouvé dans la sortie de : %1 - - - Error Creating AVD - Erreur lors de la création d'AVD - - - Cannot create a new AVD. No sufficiently recent Android SDK available. -Please install an SDK of at least API version %1. - Impossible de créer un nouveau AVD. Aucun SDK Android suffisament récent n'est disponible. -Veuillez installer un SDK supérieur à la version %1. - - - Android Debugger for %1 - Débogueur Android pour %1 - - - Android for %1 (GCC %2, Qt %3) - Android pour %1 (GCC %2, Qt %3) - - - <span style=" color:#ff0000;">Passwords don't match</span> - <span style=" color:#ff0000;">Les mots de passe ne correspondent pas</span> - - - <span style=" color:#00ff00;">Password is ok</span> - <span style=" color:#00ff00;">Mot de passe correct</span> - - - Keystore password is too short. - Le mot de passe du trousseau de clés est trop court. - - - Keystore passwords do not match. - Les mots de passe du trousseau de clés ne correspondent pas. - - - Certificate password is too short. - Le mot de passe du certificat est manquant. - - - Certificate passwords do not match. - Les mots de passe du certificat ne correspondent pas. - - - Certificate alias is missing. - L'alias du certificat est manquant. - - - Invalid country code. - Le code de pays est invalide. - - - Keystore file name - Nom du fichier de trousseau de clés - - - Keystore files (*.keystore *.jks) - Fichier de trousseau de clés (*.keystore *.jks) - - - Error - Erreur - - - Deploy on Android - Déployer sur Android - - - Deploy to Android device - AndroidDeployStep default display name - Déployer sur périphérique Android - - - Please wait, searching for a suitable device for target:%1. - Veuillez patienter, recherche d'un périphérique approprié pour la cible : %1. - - - Cannot deploy: no devices or emulators found for your package. - Impossible de déployer : aucun périphérique ou émulateur trouvé pour votre paquet. - - - No Android toolchain selected. - Aucune chaîne de compilation Android sélectionnée. - - - Could not run adb. No device found. - Impossible d'exécuter adb. Aucun périphérique trouvé. - - - adb finished with exit code %1. - adb s'est terminé en retournant %1. - - - Packaging error: Could not start command '%1 %2'. Reason: %3 - ? - Erreur de paquetage : impossible de lancer la commande "%1 %2". Raison : %3 - - - Packaging Error: Command '%1 %2' failed. - Erreur de paquetage : la commande "%1 %2" a échoué. - - - Reason: %1 - Raison : %1 - - - Reason: %1 - Raison : %1 - - - Exit code: %1 - Code de sortie : %1 - - - Clean old Qt libraries - Nettoyage des anciennes bibliothèques Qt - - - Deploy Qt libraries. This may take some time, please wait. - Déploiement des bibliothèques Qt. Cela peut prendre du temps, veuillez patienter. - - - Qt Android smart installer installation failed - L'installation du Qt Android smart installer a échoué - - - Installing package onto %1. - Installation du paquet sur %1. - - - Package installation failed. - L'onstallation du paquet a échoué. - - - Pulling files necessary for debugging. - Envoie des fichiers nécessaires au débogage. - - - <b>Deploy configurations</b> - <b>Configurations de déploiement</b> - - - Qt Android Smart Installer - Qt Android Smart Installer - - - Android package (*.apk) - Paquet Android (*.apk) - - - Run on Android - Exécuter sur Android - - - Android Device - Périphérique Android - - - Error creating Android directory '%1'. - Error lors de la création du répertoire Android "%1". - - - No Qt for Android SDKs were found. -Please install at least one SDK. - Aucun Qt for Android SDK n'a été trouvé. -Veuillez installer au moins un SDK. - - - Warning - Avertissement - - - Android files have been updated automatically. - Les fichiers Android ont été mis à jour automatiquement. - - - Error creating Android templates. - Erreur lors de la création des modèles Android. - - - Cannot parse '%1'. - Impossible d'analyser "%1". - - - Cannot open '%1'. - Impossible d'ouvrir "%1". - - - Starting Android virtual device failed. - Le démarrage du périphérique virtuel Android a échoué. - - - Android files have been updated automatically - Les fichiers Android ont été mis à jour automatiquement - - - Error creating Android templates - template ? - Erreur lors de la création des modèles Android - - - Can't parse '%1' - Impossible d'analyser "%1" - - - Can't open '%1' - Impossible d'ouvrir "%1" - - - Create Android (.apk) Package - Créer un paquet Android (.apk) - - - Packaging for Android - Paquetage pour Android - - - Cannot create Android package: current build configuration is not Qt 4. - Impossible de créer le paquet Android : la configuration de compilation actuelle n'est pas Qt 4. - - - Cannot create Android package: No ANDROID_TARGET_ARCH set in make spec. - Impossible de créer un paquet Android : ANDROID_TARGET_ARCH n'est pas défini dans make spec. - - - Warning: Signing a debug package. - Avertissement : authentification d'un paquet Debug. - - - Cannot find ELF information - Impossible de trouver les informations ELF - - - Cannot find '%1'. -Please make sure your application is built successfully and is selected in Application tab ('Run option'). - Impossible de trouver "%1". -Veuillez vous assurer que votre application est compilée et sélectionnée dans l'onglet Application ("Option d'exécution"). - - - Failed to run keytool - Échec d'exécution de keytool - - - Invalid password - Mot de passe invalide - - - Copy Qt app & libs to Android package ... - Copie des applications et bibliothèques Qt dans le paquet Android... - - - Can't copy gdbserver from '%1' to '%2' - Impossible de copier gbdserver de "%1" vers "%2" - - - Creating package file ... - Créer un fichier de paquet... - - - Signing package ... - Authentification du paquet... - - - Failed, try again - Échec, essayez à nouveau - - - Release signed package created to %1 - Paquet signé pour publication créé dans %1 - - - Package created. - Paquet créé. - - - Package deploy: Running command '%1 %2'. - Déploiement du paquet : exécution de la commande "%1 %2". - - - Packaging failed. - Échec lors de la création du paquet. - - - Keystore password: - Mot de passe du trousseau de clés : - - - Certificate password (%1): - Mot de passe du certificat (%1) : - - - Invalid Package Name - Nom de paquet invalide - - - The package name '%1' is not valid. -Please choose a valid package name for your application (e.g. "org.example.myapplication"). - Le nom du paquet "%1" n'est pas valide. -Veuillez choisir un nom de paquet valide pour votre application (par exemple "org.exemple.monapplication"). - - - < Type or choose a permission > - < Tapez ou sélectionnez une permission > - - - <b>Package configurations</b> - <b>Configurations de paquet</b> - - - Select keystore file - Sélectionner un fichier de trousseau de clés - - - Deploy to device - Déployer sur le périphérique - - - Copy application data - Copie des données de l'application - - - Removing directory %1 - Supprimer le répertoire %1 - - - Failed to detect the ABIs used by the Qt version. - Échec de la détection de l'ABI utilisée par la version de Qt. - - - Android - Qt Version is meant for Android - Android - - - The .pro file '%1' is currently being parsed. - Le fichier de projet "%1" est en cours d'analyse. - - - Run on Android device - Exécuter sur le périphérique Android - - - Starting remote process. - Démarrage des processus distants. - - - Run on Android device or emulator. - Exécuter sur un périphérique Android ou un émulateur. - - - No free ports available on host for QML debugging. - Aucun port libre n'est disponible sur l'hôte pour le débogage.QML. - - - - -'%1' died. - Mort ? >> peut-être trop cru, mais plus cohérent avec la suite. - - -"%1" est mort. - - - Failed to forward C++ debugging ports. Reason: %1. - Échec du transfert des ports de débogage C++. Raison : %1. - - - Failed to forward C++ debugging ports. - Échec du transfert des ports de débogage C++. - - - Failed to forward QML debugging ports. Reason: %1. - Échec du transfert des ports de débogage QML. Raison : %1. - - - Failed to forward QML debugging ports. - Échec du transfert des ports de débogage QML. - - - Failed to start the activity. Reason: %1. - Échec du démarage de l'activitée. Raison %1. - - - Unable to start '%1'. - Impossible de démarrer "%1". - - - - -'%1' terminated. - - -"%1" s'est terminé. - - - Cannot find %1 process. - Impossible de trouver le processus %1. - - - - -'%1' killed. - - -"%1" tué. - - - Android Configurations - Configurations Android - - - AVD Name - AVD - Android Virtual Device - Nom d'AVD - - - AVD Target - Cible d'AVD - - - CPU/ABI - CPU/ABI - - - Android SDK Folder - Dossier du SDK Android - - - "%1" does not seem to be an Android SDK top folder. - dossier parent ou racine ? - "%1" ne semble pas être la racine du SDK Android. - - - "%1" does not seem to be an Android NDK top folder. - "%1" ne semble pas être la racine du du NDK Android. - - - Found %n toolchains for this NDK. - - %n chaîne de compilation trouvée pour ce NDK. - %n chaînes de compilation trouvées pour ce NDK. - - - - Qt version for architecture %1 is missing. - To add the Qt version, select Options > Build & Run > Qt Versions. - La version de Qt est manquante pour l'architecture %1. - Pour ajouter la version de Qt, sélectionnez Options > Compiler & Exécuter > Versions de Qt. - - - Qt versions for architectures %1 are missing. - To add the Qt versions, select Options > Build & Run > Qt Versions. - Les versions de Qt sont manquantes pour l'architecture %1. - Pour ajouter les versions de Qt, sélectionnez Options > Compiler & Exécuter > Versions de Qt. - - - Select Android SDK folder - Sélectionner le dossier du SDK Android - - - Select Android NDK folder - Sélectionner le dossier du NDK Android - - - Select ant Script - Sélectionner le script Ant - - - Select GDB Executable - Sélectionner l'exécutable GDB - - - Select GDB Server Android Executable - Sélectionner l'exécutable du serveur GDB pour Android - - - Select OpenJDK Path - Sélectionner le chemin d'OpenJDK - - - Android GCC - GCC Android - - - Android GCC for %1 - GCC Android pour %1 - - - Android GCC (%1-%2) - GCC Android (%1 %2) - - - NDK Root: - Racine du NDK : - - - - QtC::Bookmarks - - Alt+Meta+M - Alt+Meta+M - - - Alt+M - Alt+M - - - - QtC::ClearCase - - Select &activity: - Sélectionner une &activité : - - - Add - Ajouter - - - Keep item activity - Garder l'élément de l'activité - - - &Check Out - &Importer - - - Check &Out - &Importer - - - &Hijack - &Hijack - - - Annotate version "%1" - Annoter la version "%1" - - - C&learCase - C&learCase - - - Check Out... - Exporter... - - - Check &Out "%1"... - Exp&orter "%1"... - - - Meta+L,Meta+O - Meta+L, Meta+O - - - Alt+L,Alt+O - Alt+L, Alt+O - - - Check &In... - &Importer... - - - Check &In "%1"... - &Importer "%1"... - - - Meta+L,Meta+I - Meta+L, Meta+I - - - Alt+L,Alt+I - Alt+L, Alt+I - - - Undo Check Out - Défaire l'exportation - - - &Undo Check Out "%1" - Défaire l'exportation "%1" (&U) - - - Meta+L,Meta+U - Meta+L, Meta+U - - - Alt+L,Alt+U - Alt+L, Alt+U - - - Undo Hijack - Annuler Hijack - - - Undo Hi&jack "%1" - Annuler Hi&jack "%1" - - - Meta+L,Meta+R - Meta+L, Meta+R - - - Alt+L,Alt+R - Alt+L, Alt+R - - - Diff Current File - Diff du fichier courant - - - &Diff "%1" - &Diff de "%1" - - - Meta+L,Meta+D - Meta+L, Meta+D - - - Alt+L,Alt+D - Alt+L, Alt+D - - - History Current File - Historique du fichier courant - - - &History "%1" - &Historique de "%1" - - - Meta+L,Meta+H - Meta+L, Meta+H - - - Alt+L,Alt+H - Alt+L, Alt+H - - - Annotate Current File - Annoter le fichier courant - - - &Annotate "%1" - &Annoter "%1" - - - Meta+L,Meta+A - Meta+L, Meta+A - - - Alt+L,Alt+A - Alt+L, Alt+A - - - Add File... - Ajouter un fichier... - - - Add File "%1" - Ajouter le fichier "%1" - - - Diff A&ctivity... - Différence d'a&ctivité... - - - Ch&eck In Activity - &Importer l'activité - - - Chec&k In Activity "%1"... - Import&er l'activité "%1"... - - - Update Index - Mettre à jour l'indfex - - - Update View - Mettre à jour la vue - - - U&pdate View "%1" - Mettre à jour la vue "%1" (&P) - - - Check In All &Files... - Importer tous les &fichiers... - - - Meta+L,Meta+F - Meta+L, Meta+F - - - Alt+L,Alt+F - Alt+L, Alt+F - - - View &Status - Voir le &statut - - - Meta+L,Meta+S - Meta+L, Meta+S - - - Alt+L,Alt+S - Alt+L, Alt+S - - - Check In - Importer - - - Diff Selected Files - Faire un diff sur tous les fichiers sélectionnés - - - &Undo - &Annuler - - - &Redo - &Refaire - - - Closing ClearCase Editor - Fermeture de l'éditeur ClearCase - - - Do you want to check in the files? - Voulez-vous importer les fichiers ? - - - The comment check failed. Do you want to check in the files? - La vérification des commentaires a échoué. Voulez-vous importer les fichiers ? - - - Do you want to undo the check out of '%1'? - Voulez-vous défaire l'export de "%1" ? - - - Undo Hijack File - ils ont vraiment des concepts bizarres dans Clearcase, mais en general je trouve ce jargon specifique à un outil particulier assez intraduisible... -Oui :) - Annuler hijack du fichier - - - Do you want to undo hijack of '%1'? - Voulez vous annuler le hijack de "%1" ? - - - External diff is required to compare multiple files. - Un diff externe est nécessaire pour comparer plusieurs fichiers. - - - Enter Activity - Entrer l'activité - - - Activity Name - Nom d'activité - - - Check In Activity - Importer l'activité - - - Another check in is currently being executed. - Une autre vérification est actuellement en cours. - - - There are no modified files. - Aucun fichier n'a été modifié. - - - No ClearCase executable specified. - Aucun exécutable ClearCase spécifié. - - - ClearCase Checkout - Export ClearCase - - - File is already checked out. - Le fichier est déjà exporté. - - - Set current activity failed: %1 - La définition de l'activité actuelle a échoué : %1 - - - Enter &comment: - Entrer un &commentaire : - - - ClearCase Add File %1 - ClearCase Ajouter le fichier %1 - - - ClearCase Remove Element %1 - ClearCase Enlever l'élément %1 - - - This operation is irreversible. Are you sure? - Cette opération est irréversible. Voulez vous continuer ? - - - ClearCase Remove File %1 - ClearCase Enlever le fichier %1 - - - ClearCase Rename File %1 -> %2 - ClearCase Renommer le fichier de %1 vers %2 - - - Activity Headline - En-tête d'activité - - - Enter activity headline - Entrer l'en-tête d'activité - - - CC Indexing - CC Indexing - - - ClearCase Check In - Import ClearCase - - - Chec&k in even if identical to previous version - Importer même si identique à la version précédente (&K) - - - &Check In - Importer (&C) - - - ClearCase Command - Commande ClearCase - - - In order to use External diff, 'diff' command needs to be accessible. - Disponible ? - Pour utiliser un diff externe, la commande "diff" doit être accessible. - - - DiffUtils is available for free download <a href="http://gnuwin32.sourceforge.net/packages/diffutils.htm">here</a>. Please extract it to a directory in your PATH. - DiffUtils est disponible gratuitement <a href="http://gnuwin32.sourceforge.net/packages/diffutils.htm">ici</a>. Veuillez l'extraire dans un répertoire de votre PATH. - - - DiffUtils is available for free download <a href="http://gnuwin32.sourceforge.net/packages/diffutils.htm">here</a>. Please extract it to a directory in your PATH. - DiffUtils est disponible gratuitement <a href="http://gnuwin32.sourceforge.net/packages/diffutils.htm">sur le sit du projet GnuWin</a>. Veuillez l'extraire dans un répertoire de votre PATH. - - - - QtC::CMakeProjectManager - - cmake Executable: - Exécutable CMake : - - - Choose Cmake Executable - Choisir l'exécutable CMake - - - The cmake executable is valid. - L'exécutable CMake est valide. - - - Please specify the path to the cmake executable. No cmake executable was found in the path. - Veuillez spécifier l'emplacement de l'exécutable CMake. Aucun exécutable CMake n'a été trouvé dans le path. - - - The cmake executable (%1) does not exist. - L'exécutable CMake (%1) n'existe pas. - - - The path %1 is not a valid cmake. - %1 n'est pas une installation valide de CMake. - - - CMake Executable: - Exécutable CMake : - - - Choose CMake Executable - Choisir l'exécutable CMake - - - The CMake executable is valid. - L'exécutable CMake est valide. - - - Specify the path to the CMake executable. No CMake executable was found in the path. - Spécifier le chemin de l'exécutable CMake. Aucun exécutable CMake n'a été trouvé dans le chemin. - - - The CMake executable (%1) does not exist. - L'exécutable CMake (%1) n'existe pas. - - - The path %1 is not an executable. - Le chemin %1 n'est pas un exécutable. - - - The path %1 is not a valid CMake executable. - Le chemin %1 n'est pas un exécutable CMake valide. - - - The CMake executable (%1) does not exist. - L'exécutable CMake (%1) n'existe pas. - - - The path %1 is not an executable. - Le chemin %1 n'est pas un exécutable. - - - The path %1 is not a valid CMake executable. - Le chemin %1 n'est pas un exécutable CMake valide. - - - - QtC::Core - - Meta+O - Meta+O - - - Alt+O - Alt+O - - - Open with VCS (%1) - Ouvrir avec VCS (%1) - - - - QtC::CppEditor - - Target file was changed, could not apply changes - Le fichier cible a été modifié, impossible d'appliquer les changements - - - Apply changes to definition - Appliquer les changements aux définitions - - - Apply changes to declaration - Appliquer les changements aux déclarations - - - Apply Function Signature Changes - Pluriel ? - Appliquer les changements de signature de fonction - - - Only virtual methods can be marked `override' - Seules les méthodes virtuelles peuvent être marquée "override" - - - Only virtual methods can be marked `final' - Seules les méthodes virtuelles peuvent être marquées "final" - - - Only virtual methods can be marked 'override' - Seules les méthodes virtuelles peuvent être marqués "override" - - - Only virtual functions can be marked 'override' - Seules les fonctions virtuelles peuvent être marqués "override" - - - Only virtual methods can be marked 'final' - Seules les méthodes virtuelles peuvent être marqués "final" - - - Only virtual functions can be marked 'final' - Seules les fonctions virtuelles peuvent être marqués "final" - - - Expected a namespace-name - Un nom de d'espace de noms est attendu - - - Too many arguments - Trop d'arguments - - - - QtC::Debugger - - Delete Breakpoint - Supprimer le point d'arrêt - - - Delete All Breakpoints - Supprimer tous les points d'arrêt - - - Delete Breakpoints of "%1" - Supprimer les points d'arrêt de "%1" - - - Delete Breakpoints of File - Supprimer les points d'arrêt du fichier - - - Adjust Column Widths to Contents - Ajuster la largeur des colonnes au contenu - - - Edit Breakpoint... - Éditer le point d'arrêt... - - - Associate Breakpoint With All Threads - Associer le point d'arrêt à tous les threads - - - Associate Breakpoint With Thread %1 - Associer le point d'arrêt avec le thread %1 - - - Synchronize Breakpoints - Synchroniser les points d'arrêt - - - Disable Selected Breakpoints - Supprimer les points d'arrêt du fichier - - - Enable Selected Breakpoints - Activer les points d'arrêt sélectionnés - - - Disable Breakpoint - Désactiver le point d'arrêt - - - Enable Breakpoint - Activer le point d'arrêt - - - Add Breakpoint... - Ajouter un point d'arrêt... - - - Remove All Breakpoints - Retirer tous les points d'arrêt - - - Are you sure you want to remove all breakpoints from all files in the current session? - Êtes vous sur de vouloir retirer tous les points d'arrêt de tous les fichiers de la sesssion courante ? - - - Add Breakpoint - Ajouter un point d'arrêt - - - Select Executable - Sélectionner l'exécutable - - - Server port: - Port du serveur : - - - Override server address - Surcharge l'adresse du serveur - - - Select Working Directory - Sélectionner le répertoire de travail - - - Select Server Start Script - Sélectionner le script de démarrage du serveur - - - This option can be used to point to a script that will be used to start a debug server. If the field is empty, Qt Creator's default methods to set up debug servers will be used. - Cette option peut être utilisée pour indiquer un script qui sera utilisé pour démarrer le serveur de débogage. Si le champ est vide, la méthode par défaut de Qt Creator sera utilisée pour configuré les serveurs de débogage. - - - &Server start script: - &Script de démarrage du serveur : - - - Select Location of Debugging Information - Sélectionner l'emplacement des informations de débogage - - - Base path for external debug information and debug sources. If empty, $SYSROOT/usr/lib/debug will be chosen. - Chemin de base pour les informations de débogage externes et les sources de débogage. Si vide, $SYSROOT/usr/lib/debug sera choisi. - - - &Kit: - &Kit : - - - Local &executable: - &Exécutable local : - - - Command line &arguments: - &Arguments de la ligne de commande : - - - &Working directory: - &Répertoire de travail : - - - Run in &terminal: - Lancer en &terminal : - - - Break at "&main": - Arrêt à "&main" : - - - Debug &information: - &Information de débogage : - - - &Recent: - &Récent : - - - Manage... - Gérer... - - - The debugger to use for this kit. - Le débogueur à utiliser pour ce kit. - - - Auto-detect - Autodétection - - - Edit... - Modifier... - - - Debugger: - Débogueur : - - - Debugger for "%1" - Débogueur pour "%1" - - - &Engine: - &Moteur : - - - &Binary: - &Binaire : - - - <html><body><p>Specify the path to the <a href="%1">Windows Console Debugger executable</a> (%2) here.</p></body></html> - Label text for path configuration. %2 is "x-bit version". - <html><body><p>Spécifier le chemin à <a href="%1">l'exécutable du débogueur en console de Windows</a> (%2) ici.</p></body></html> - - - No debugger set up. - Aucun débogueur n'a été configuré. - - - Debugger '%1' not found. - Le débogueur "%1" est introuvable. - - - Debugger '%1' not executable. - Le débogueur "%1" n'est pas exécutable. - - - The debugger location must be given as an absolute path (%1). - L'emplacement du débogueur doit être un chemin absolu (%1). - - - No Debugger - Aucun débogueur - - - %1 Engine - Engin %1 - - - %1 <None> - Balise à traduire ? Yep (c'est ce qui est fait dans qtcreator_de.ts en tout cas) - %1 <None> - - - %1 using "%2" - %1 utilise "%2" - - - Debugger - Débogueur - - - GDB Engine - Moteur GDB - - - CDB Engine - Moteur CDB - - - LLDB Engine - Moteur LLDB - - - No kit found. - Pas de kit trouvé. - - - - QtC::ProjectExplorer - - &Attach to Process - &Attacher au processus - - - - QtC::Debugger - - Unable to create a debugger engine of the type '%1' - Impossible de créer un moteur de débogage du type "%1" - - - Install &Debug Information - Installation des informations de &débogage - - - Tries to install missing debug information. - Essayer d'installer les informations de débogage manquantes. - - - Attached to process %1. - Attaché au processus de PID %1. - - - Error Loading Core File - Core ? coeur ? Les anciennes chaînes utilisent core - Erreur lors du chargement du fichier core - - - The specified file does not appear to be a core file. - Le fichier spécifié ne semble pas être un fichier core. - - - Error Loading Symbols - Érreur de chargement des symboles - - - No executable to load symbols from specified core. - Pas d'exécutable pour charger les symboles du core spécifié. - - - Symbols found. - Symboles trouvés. - - - No symbols found in core file <i>%1</i>. - Pas de symbole trouvé dans le fichier core <i>%1</i>. - - - This can be caused by a path length limitation in the core file. - Cela peut être lié à une limitation de la taille du chemin dans le fichier core. - - - Try to specify the binary using the <i>Debug->Start Debugging->Attach to Core</i> dialog. - Essayez de spécifier le binaire avec la fenêtre <i>Débogage -> Démarrer le débogage -> Attacher au core</i>. - - - Attached to core. - Attaché au core. - - - Attach to core "%1" failed: - Échec de liaison au core "%1" : - - - Attach to core "%1" failed: - - Échec de liaison au core "%1" : - - - The upload process failed to start. Shell missing? - Le processus d'upload n'a pas pu démarrer. Shell manquant ? - - - The upload process crashed some time after starting successfully. - Le processus d'upload a crashé peu après avoir démarré avec succès. - - - An error occurred when attempting to write to the upload process. For example, the process may not be running, or it may have closed its input channel. - Une erreur est survenue lors d'une tentative d'écriture sur l'entrée du processus d'upload. Le processus peut ne pas être lancé ou il a fermé son entrée. - - - An error occurred when attempting to read from the upload process. For example, the process may not be running. - Une erreur est survenue lors d'une tentative de lecture du processus d'upload. Par exemple, le processus n'est peut-être pas en cours d'exécution. - - - An unknown error in the upload process occurred. This is the default return value of error(). - Une erreur inconnue est survenue dans le processus d'upload. Ceci est la valeur de retour par défaut de error(). - - - Error - Erreur - - - No symbol file given. - Pas de fichier de symboles donné. - - - Reading debug information failed: - La lecture des informations de débogage a échoué : - - - Reading debug information failed: - - La lecture des informations de débogage a échoué : - - - Interrupting not possible - Interruption impossible - - - Remote Error - Erreur distante - - - Could not retrieve list of free ports: - Impossible de récupérer la liste des ports disponibles : - - - Process aborted - Processus abandonné - - - Running command: %1 - Exécute la commande : %1 - - - Connection error: %1 - Erreur de connexion : %1 - - - Starting gdbserver... - Démarrage de gbdserver... - - - Port %1 is now accessible. - Le port %1 est maintenant accessible. - - - Server started on %1:%2 - Serveur démarré sur %1:%2 - - - Warning - Avertissement - - - Cannot find local executable for remote process "%1". - Impossible de trouver l'exécutable local pour le processus distant "%1". - - - Cannot find ABI for remote process "%1". - Impossible de trouver l'ABI pour le processus distant "%1". - - - Remote: "%1:%2" - Distant : "%1:%2" - - - Process gdbserver finished. Status: %1 - Processus gbdserver terminé. Statut : %1 - - - Download of remote file succeeded. - Téléchargement du fichier distant réussi. - - - Module Name - Nom du module - - - Module Path - Chemin du module - - - Symbols Read - Symboles lus - - - Symbols Type - Type des symboles - - - Start Address - Adresse de démarrage - - - End Address - Adresse de fin - - - Unknown - Inconnue - - - No - Non + Reverse engineered: + Yes Oui - None - Aucune + No + Non - Plain - Simple + Name: + - Fast - Rapide + Children: + - debuglnk - debuglnk + Relations: + - buildid - buildid + Model + - It is unknown whether this module contains debug information. -Use "Examine Symbols" from the context menu to initiate a check. - Qt Creator ne sait pas si le module contient des informations de débogage. -Utilisez "Examiner symboles" à partir du menu contextuel pour démarrer une vérification. - - - This module neither contains nor references debug information. -Stepping into the module or setting breakpoints by file and line will not work. - Ce module ne contient pas de références sur les informations de débogage. -Le pas à pas dans le module ou la définition de points d'arrêt par fichier et par ligne peut ne pas fonctionner. - - - This module contains debug information. -Stepping into the module or setting breakpoints by file and is expected to work. - Le module contient des informations de débogage. -Le pas à pas dans le module ou la définition de points d'arrêt par fichier devrait fonctionner. - - - This module does not contain debug information itself, but contains a reference to external debug information. - Le module ne contient pas d'information de débogage en lui même, mais contient des références vers des informations de débogage externes. - - - <unknown> - address - End address of loaded module - <inconnue> - - - Update Module List - Mettre à jour la liste des modules - - - Show Source Files for Module "%1" - Afficher les fichiers source du module "%1" - - - Load Symbols for All Modules - Charger les symboles pour tous les modules - - - Examine All Modules - Examiner tous les modules - - - Load Symbols for Module - Charcher les symboles pour le module - - - Edit File - Éditer le fichier - - - Show Symbols - Afficher les symboles - - - Show Sections - Afficher les sections - - - Show Dependencies - Montrer les dépendances - - - Load Symbols for Module "%1" - Charger les symboles pour le module "%1" - - - Edit File "%1" - Éditer le fichier "%1" - - - Show Symbols in File "%1" - Afficher les symboles dans le fichier "%1" - - - Show Sections in File "%1" - Afficher les sections dans le fichier "%1" - - - Show Dependencies of "%1" - Montrer les dépendances de "%1" - - - Connecting to debug server %1:%2 - Connexion au serveur de débogage %1:%2 - - - Error: (%1) %2 - %1=error code, %2=error message - Erreur : (%1) %2 - - - Disconnected. - Déconnecté. - - - Connected. - Connecté. - - - Disconnected. - - - Déconnecté. - - - - - Resolving host. - Résolution de l'hôte. - - - Connecting to debug server. - Connexion au serveur de débogage. - - - Connected. - - Connecté. - - - - Closing. - Fermeture. - - - Success: - Réussite : - - - Success: - Réussite : - - - Properties - Propriétés - - - The %1 attribute at line %2, column %3 cannot be changed without reloading the QML application. - L'attribut %1 à la ligne %2, colonne %3 ne peut pas être modifié sans redémarrer l'application QML. - - - The %1 element at line %2, column %3 cannot be changed without reloading the QML application. - L'élément %1 à la ligne %2, colonne %3 ne peut pas être modifié sans redémarrer l'application QML. - - - The changes in JavaScript cannot be applied without reloading the QML application. - Les modifications du code JavaScript ne peuvent pas être appliquées sans recharger l'application QML. - - - The changes made cannot be applied without reloading the QML application. - Ce changement ne peut pas être appliqué sans recharger l'application QML. - - - You can continue debugging, but behavior can be unexpected. - Le débogage peut continuer mais le comportement peut être inattendu. - - - Reload QML - Recharger le QML - - - Reload Register Listing - Recharger la liste des registres - - - Open Disassembler... - Ouvrir le désassembleur... - - - Open Memory Editor at 0x%1 - Ouvrir l'éditeur de mémoire à l'adresse 0x%1 - - - Open Memory View at Value of Register %1 0x%2 - Ouvrir la vue mémoire à la valeur du registre %1 0x%2 - - - Open Disassembler at 0x%1 - Ouvrir le désassembleur à l'adresse 0x%1 - - - Open Memory Editor - Ouvrir l'éditeur de mémoire - - - Open Memory View at Value of Register - Ouvrir la vue mémoire à la valeur du registre - - - Open Disassembler - Ouvrir le désassembleur - - - Hexadecimal - Hexadécimal - - - Decimal - Décimal - - - Octal - Octal - - - Binary - Binaire - - - Snapshots - Snapshots - - - Create Snapshot - Créer un snapshot - - - Remove Snapshot - Supprimer un snapshot - - - Reload Data - Recharger les données - - - Open File - Ouvrir le fichier - - - Open File "%1"' - Ouvrir le fichier "%1" - - - Function: - Fonction : - - - Disassemble Function - Désassembler la fonction - - - Copy Contents to Clipboard - Copier le contenu dans le presse-papier - - - Open Disassembler at Address... - Ouvrir le désassembleur à l'adresse... - - - Disassemble Function... - Désassembler la fonction... - - - Try to Load Unknown Symbols - Essayer de charger les symboles inconnus - - - Memory at Frame #%1 (%2) 0x%3 - Mémoire à la frame #%1 (%2) 0x%3 - - - Frame #%1 (%2) - Frame #%1 (%2) - - - <i>%1</i> %2 at #%3 - HTML tooltip of a variable in the memory editor - <i>%1</i> %2 à #%3 - - - <i>%1</i> %2 - HTML tooltip of a variable in the memory editor - <i>%1</i> %2 - - - Register <i>%1</i> - Registre <i>%1</i> - - - Memory at Pointer's Address "%1" (0x%2) - Mémoire à l'adresse du pointeur "%1" (0x%2) - - - Memory at Object's Address "%1" (0x%2) - Mémoire à l'adresse de l'objet "%1" (0x%2) - - - Cannot Display Stack Layout - Impossible d'afficher la disposition de la pile - - - Could not determine a suitable address range. - Impossible de déterminer une plage d'adresses convenable. - - - Memory Layout of Local Variables at 0x%1 - Disposition de la mémoire des variables locales à 0x%1 - - - Add Expression Evaluator - Ajouter un évaluateur d'expression - - - Add Expression Evaluator for "%1" - Ajouter un évaluateur d'expression pour "%1" - - - Remove Expression Evaluator - Retirer l'évaluateur d'expression - - - Remove Expression Evaluator for "%1" - Retirer l'évaluateur d'expression pour "%1" - - - Change Local Display Format... - Changer le format d'affichage local... - - - Treat All Characters as Printable - Traiter tous les caractères comme imprimables - - - Show Unprintable Characters as Escape Sequences - Montrer les caractères non imprimables comme des séquences d'échappement - - - Show Unprintable Characters as Octal - Montrer les caractères non imprimables comme octaux - - - Show Unprintable Characters as Hexadecimal - Montrer les caractères non imprimables comme hexadécimaux - - - Change Display for Object Named "%1": - Changer l'affichage de l'objet nommé "%1" : - - - Use Format for Type (Currently %1) - Utiliser le format pour le type (actuellement %1) - - - Use Display Format Based on Type - Utiliser le format d'affichage basé sur le type - - - Use Display Format Based on Type - Utiliser le format d'affichage basé sur le type - - - Change Display for Type "%1": - Changer l'affichage du type "%1" : - - - Automatic - Automatique - - - Change Display for Type or Item... - Changer l'affichage du type ou de l'item... - - - Add Data Breakpoint... - Ajouter un point d'arrêt sur les données... - - - Add Data Breakpoint at Object's Address (0x%1) - Ajouter un point d'arrêt sur les données à l'adresse de l'objet (0x%1) - - - Add Data Breakpoint at Pointer's Address (0x%1) - Ajouter un point d'arrêt de donnée à l'adresse du pointeur (0x%1) - - - Open Memory Editor at Pointer's Address (0x%1) - Ouvrir l'éditeur mémoire à l'adresse du pointeur (0x%1) - - - Open Memory View at Pointer's Address (0x%1) - Ouvrir la vue mémoire à l'adresse du pointeur (0x%1) - - - Open Memory Editor at Pointer's Address - Ouvrir l'éditeur mémoire à l'adresse du pointeur - - - Open Memory View at Pointer's Address - Ouvrir la vue mémoire à l'adresse du pointeur - - - Add Data Breakpoint at Referenced Address (0x%1) - Ajouter un point d'arrêt sur les données à l'adresse référencée (0x%1) - - - Add Data Breakpoint - Ajouter un point d'arrêt sur les données - - - Setting a data breakpoint on an address will cause the program to stop when the data at the address is modified. - Définir un point d'arrêt sur les données à une adresse fera que le programme s'arrêtera quand les données à cette adresse seront modifiées. - - - Add Data Breakpoint at Expression - Ajouter un point d'arrêt de donnée sur l'expression - - - Add Data Breakpoint at Expression "%1" - Ajouter un point d'arrêt sur les données à l'expression "%1" - - - Setting a data breakpoint on an expression will cause the program to stop when the data at the address given by the expression is modified. - Définir un point d'arrêt sur les données à une adresse fera que le programme s'arrêtera quand les données à cette adresse fournies par l'expression seront modifiées. - - - Insert New Expression Evaluator - Insérer un nouvel évaluateur d'expression - - - Select Widget to Add into Expression Evaluator - Sélectionner le widget à ajouter dans l'évaluateur d'expression - - - Remove All Expression Evaluators - Retirer tous les évaluateurs d'expression - - - Open Memory Editor... - Ouvrir l'éditeur de mémoire... - - - Open Memory Editor at Object's Address (0x%1) - Ouvrir l'éditeur de mémoire à l'adresse de l'objet (0x%1) - - - Open Memory View at Object's Address (0x%1) - Ouvrir la vue mémoire à l'adresse de l'objet (0x%1) - - - Open Memory Editor at Object's Address - Ouvrir l'éditeur mémoire à l'adresse de l'objet - - - Open Memory View at Object's Address - Ouvrir la vue mémoire à l'adresse de l'objet - - - Open Memory Editor at Referenced Address (0x%1) - Ouvrir l'éditeur de mémoire à l'adresse référencée (0x%1) - - - Open Memory Editor at Referenced Address - Ouvrir l'éditeur mémoire à l'adresse référencée - - - Open Memory Editor Showing Stack Layout - Ouvrir l'éditeur mémoire montrant la pile - - - Copy Value to Clipboard - Copier la valeur dans le presse-papier - - - Show View Contents in Editor - Ouvrir le contenu de la vue dans l'éditeur - - - Close Editor Tooltips - Fermer l'éditeur d'infobulles - - - Enter Expression for Evaluator - Entrer une expression pour l'évaluateur - - - Locals & Expressions - Locales et expressions - - - - QtC::Git - - Apply in: - Appliquer dans : - - - Apply in: - Appliquer dans : - - - Gerrit %1@%2 - Gerrit %1@%2 - - - Changes - Modifications - - - &Query: - &Requête : - - - Change #, SHA-1, tr:id, owner:email or reviewer:email - Vraiment traduire les %1:%2 ? Ça semble être des champs du truc machin bidule en ligne. Pierre: pas partisan de traduire, l'interface de gerrit est uniquement en anglais AFAICT. - Changer #, SHA-1, tr:id,owner:email ou reviewer:email - - - Details - Détails - - - &Refresh - &Rafraîchir - - - &Show... - &Afficher... - - - Cherry &Pick... - Im&porter la sélection... - - - &Checkout... - &Importer... - - - Cherry &Pick - Im&porter la sélection - - - &Checkout - Importer (&C) - - - Fetching "%1"... - Récupération de "%1"... - - - Diff... - Diff... - - - Apply... - Appliquer... - - - <html><head/><body><table><tr><td>Subject</td><td>%1</td></tr><tr><td>Number</td><td><a href="%11">%2</a></td></tr><tr><td>Owner</td><td>%3 <a href="mailto:%4">%4</a></td></tr><tr><td>Project</td><td>%5 (%6)</td></tr><tr><td>Status</td><td>%7, %8</td></tr><tr><td>Patch set</td><td>%9</td></tr>%10<tr><td>URL</td><td><a href="%11">%11</a></td></tr></table></body></html> - <html><head/><body><table><tr><td>Sujet</td><td>%1</td></tr><tr><td>Numéro</td><td><a href="%11">%2</a></td></tr><tr><td>Propriétaire</td><td>%3 <a href="mailto:%4">%4</a></td></tr><tr><td>Projet</td><td>%5 (%6)</td></tr><tr><td>Statut</td><td>%7, %8</td></tr><tr><td>Ensemble de patchs</td><td>%9</td></tr>%10<tr><td>URL</td><td><a href="%11">%11</a></td></tr></table></body></html> - - - Subject - Sujet - - - Owner - Propriétaire - - - Updated - Mis à jour - - - Project - Projet - - - Approvals - Approbations - - - Parse error: '%1' -> %2 - Erreur d'analyse : "%1" -> %2 - - - Parse error: '%1' - Erreur d'analyse : "%1" - - - Parse error in line '%1' - Erreur d'analyse à la ligne "%1" - - - Gerrit - Gerrit - - - Error running %1: %2 - Erreur lors de l'exécution de %1 : %2 - - - %1 crashed. - %1 a crashé. - - - %1 returned %2. - %1 a retourné %2. - - - Timeout - Expiration - - - The gerrit process has not responded within %1s. -Most likely this is caused by problems with SSH authentication. -Would you like to terminate it? - Le processus gerrit n'a pas répondu en %1s. -Souvent, cela se produit à cause de problèmes d'authentification SSH. -Souhaitez-vous le terminer ? - - - Terminate - Terminer - - - Keep Running - Continuer l'exécution - - - HTTPS - HTTPS - - - Always prompt for repository folder - Toujours afficher le dossier du dépôt - - - &Host: - &Hôte : - - - &User: - &Utilisateur : - - - &ssh: - Espace avant le : (protocole ?) ? - &ssh : - - - &Repository: - &Dépôt : - - - Default repository where patches will be applied. - Dépôt par défaut où les patchs seront appliqués. - - - Pr&ompt: - In&vite : - - - If checked, user will always be -asked to confirm the repository path. - Si coché, l'utilisateur devra toujours confirmer le chemin du dépôt. - - - &Port: - &Port : - - - P&rotocol: - P&rotocole : - - - Determines the protocol used to form a URL in case -"canonicalWebUrl" is not configured in the file -"gerrit.config". - Détermine si le protocole utilisé pour former une URL -dans le cas où "canonicalWebUrl" n'est pas configuré -dans le fichier "gerrit.config". - - - Gerrit Fetch - Traduire fetch ? - Gerrit fetch - - - Error writing to temporary file. - Erreur lors de l'écriture dans le fichier temporaire. - - - Writing %1... - Écriture de %1... - - - Cherry-picking %1... - Sélectionner %1... - - - Gerrit... - Gerrit... - - - Push to Gerrit... - Pousser sur Gerrit... - - - Initialization Failed - Initialisation échouée - - - Failed to initialize dialog. Aborting. - Échec d'initialisation du dialogue. Abandon. - - - Error - Erreur - - - Invalid Gerrit configuration. Host, user and ssh binary are mandatory. - La configuration de Gerrit est invalide. L'hôte, l'utilisateur et le binaire ssh sont demandés. - - - Git is not available. - Git n'est pas disponible. - - - Remote Not Verified - Dépôt distant non vérifié - - - Change host %1 -and project %2 - -were not verified among remotes in %3. Select different folder? - L'hôte %1 et le projet %2 n'ont pas été vérifiés auprès des dépôt distant dans %3. Sélectionner un autre dossier ? - - - Enter Local Repository for '%1' (%2) - Entrer un dépôt local pour "%1" (%2) - - - Detached HEAD - HEAD détachée - - - Select Change - Sélectionner le changement - - - &Commit only - Seulement &soumettre - - - Commit and &Push - Soumettre et &envoyer - - - Commit and Push to &Gerrit - Soumettre et &envoyer à Gerrit - - - &Commit and Push - &Soumettre et envoyer - - - &Commit and Push to Gerrit - &Soumettre et envoyer à Gerrit - - - &Commit - &Soumettre - - - Undo Changes to %1 - Annuler les changements jusqu'à %1 - - - - QtC::Perforce - - &Edit (%1) - &Éditer (%1) - - - &Edit - &Édition - - - &Hijack - &Hijack - - - - QtC::ProjectExplorer - - Run locally - Exécuter localement - - - Local PC - Local PC - - - Desktop - Desktop - - - Cannot run: Device is not able to create processes. - Impossible d'exécuter : le périphérique n'est pas capable de créer le processus. - - - User requested stop. Shutting down... - L'utilisateur a demandé l'arrêt. Arrêt en cours... - - - Application failed to start: %1 - Impossible de démarrer l'application : %1 - - - Application finished with exit code %1. - L'application s'est terminée avec le code de sortie %1. - - - Application finished with exit code 0. - L'application s'est terminée avec le code de sortie 0. - - - Cannot run: No device. - Impossible d'exécuter : aucun périphérique. - - - Connecting to device... - Connexion au périphérique... - - - SSH connection failed: %1 - La connexion SSH a échoué : %1 - - - Application did not finish in time, aborting. - L'application n'a pas fini à temps, abandon. - - - Remote application crashed: %1 - L'application distante a planté : %1 - - - Remote application finished with exit code %1. - L'application distante s'est terminée avec le code %1. - - - Remote application finished with exit code 0. - L'application distante s'est terminée avec le code 0. - - - %1 (default for %2) - %1 (défaut pour %2) - - - Kit: - Kit : - - - List of Processes - Liste de processus - - - Filter - Filtre - - - &Update List - Mettre à jo&ur la liste - - - &Kill Process - &Tuer processus - - - &Filter: - &Filtre : - - - Remote Error - Erreur distante - - - Process ID - ID du processus - - - Command Line - Ligne de commande - - - Devices - Périphériques - - - Connection error: %1 - Erreur de connexion : %1 - - - Could not start remote process: %1 - Impossible de démarrer le processus distant : %1 - - - Remote process crashed: %1 - Le processus distant a crashé : %1 - - - Remote process failed; exit code was %1. - Le processus distant a échoué ; le code de sortie était %1. - - - -Remote error output was: %1 - La sortie du processus distant était : %1 - - - Device - Périphérique - - - Cannot terminate process %1: %2 - Impossible de terminer le processus %1 : %2 - - - Cannot open process %1: %2 - Impossible d'ouvrir le processus %1 : %2 - - - Connection failure: %1 - Échec de la connexion : %1 - - - Error: Process listing command failed to start: %1 - Erreur : le processus listant les commandes n'a pas pu démarrer : %1 - - - Error: Process listing command crashed: %1 - Erreur : le processus listant les commandes a crashé : %1 - - - Process listing command failed with exit code %1. - Le processus listant les commandes a échoué en retournant le code %1. - - - Error: Kill process failed: %1 - Erreur : le processus kill a échoué : %1 - - - Error: Kill process failed to start: %1 - Erreur : le processus kill n'a pas pu démarrer : %1 - - - Error: Kill process crashed: %1 - Erreur : le processus kill a crashé : %1 - - - Kill process failed with exit code %1. - Le processus kill a échoué en retournant le code %1. - - - -Remote stderr was: %1 - Le stderr distant était : %1 - - - Unnamed - Sans nom - - - Error: - Erreur : - - - Warning: - Avertissement : - - - Sys Root "%1" is not a directory. - La racine du système "%1" n'est pas un répertoire. - - - Sys Root - Racine du système - - - Compiler - Compilateur - - - None - Aucune - - - No compiler set in kit. - Aucune compilateur défini dans le kit. - - - Unknown device type - Type de périphérique inconnu - - - Device type - Type de périphérique - - - Device does not match device type. - Le périphérique ne correspond pas au type de périphérique. - - - No Device set. - Pas de périphérique défini. - - - No device set. - Pas de périphérique défini. - - - The root directory of the system image to use.<br>Leave empty when building for the desktop. - Le répertoire racine du système image à utiliser.<br>Laisser vide lors d'une compilation sur desktop. - - - Sysroot: - Traduit plus haut - Racine du système : - - - The compiler to use for building.<br>Make sure the compiler will produce binaries compatible with the target device, Qt version and other libraries used. - Le compilateur à utiliser pour la compilation.<br>Assurez-vous que le compilateur génère des binaires compatibles avec le périphérique cible, la version de Qt et les autres bibliothèques utilisées. - - - Compiler: - Compilateur : - - - <No compiler available> - <Aucun compilateur disponible> - - - The type of device to run applications on. - Le type de périphérique sur lequel les applications sont exécutées. - - - Device type: - Type de périphérique : - - - Manage - Gérer - - - The device to run the applications on. - Le périphérique sur lequel les applications sont exécutées. - - - Manage... - Gérer... - - - Device: - Appareil mobile : - - - Kit name and icon. - Nom du kit et icône. - - - Mark as Mutable - Marquer comme mutable - - - Select Icon - Sélectionner une icône - - - Images (*.png *.xpm *.jpg) - Images (*.png *.xpm *.jpg) - - - Auto-detected - Autodétecté - - - %1 (default) - %1 (par défaut) - - - Kits - Kits - - - Make Default - Rendre par défaut - - - Unknown error. - Erreur inconnue. - - - Default build - Compilation par défaut - - - - QtC::QmlJSTools - - The type will only be available in Qt Creator's QML editors when the type name is a string literal - Le type sera disponible dans l'éditeur QML de Qt Creator lorsque le nom du type est une chaîne de caractères - - - The module URI cannot be determined by static analysis. The type will be available -globally in the QML editor. You can add a "// @uri My.Module.Uri" annotation to let -Qt Creator know about a likely URI. - Le module URI ne peut être déterminé par analyse statique. Le type ne sera pas disponible -globalement dans l'éditeur QML. Vous pouvez ajouter une annotation "// @uri My.Module.Uri" -pour donner un indice à Qt Creator à propos d'une URI probable. - - - must be a string literal to be available in the QML editor - doit être une chaîne de caractères afin d'être disponible dans l'éditeur QML - - - - QtC::QmlProfiler - - Source code not available. - Code source non disponible. - - - <bytecode> - <bytecode> - - - Animation Timer Update - Mise à jour du minuteur d'animation - - - <Animation Update> - <Mise à jour de l'animation> - - - <program> - <programme> - - - Main Program - Programme principal - - - %1 animations at %2 FPS. - %1 animations à %2 IPS. - - - Unexpected complete signal in data model. - Signal complet inattendu dans le modèle de données. - - - No data to save. - Aucune donnée à enregistrer. - - - Could not open %1 for writing. - Impossible d'ouvrir %1 en écriture. - - - Could not open %1 for reading. - Impossible d'ouvrir %1 en lecture. - - - Error while parsing %1. - Erreur lors de l'analyse de %1. - - - Trying to set unknown state in events list. - Tentative de définition d'état inconnu dans la liste d'évènements. - - - %1 animations at %2 FPS - %1 animations à %2 FPS - - - Unexpected complete signal in data model - Signal complet inattendu dans le modèle de données - - - No data to save - Aucune donnée à enregistrer - - - Could not open %1 for writing - Impossible d'ouvrir %1 en écriture - - - Could not open %1 for reading - Impossible d'ouvrir le fichier %1 en lecture - - - Error while parsing %1 - Erreur lors de l'analyse de : %1 - - - Invalid version of QML Trace file. - Version invalide du fichier de traçage de QML. - - - Trying to set unknown state in events list - Tentative de définition d'état inconnu dans la liste d'évènements - - - Loading data - Chargement des données - - - Profiling application - Profilage de l'application - - - No QML events recorded - Pas d'événement QML enregistré - - - Application stopped before loading all data - L'application a stoppé avant le chargement de toutes les données - - - Jump to previous event - Sauter à l'événement précédent - - - Jump to next event - Sauter à l'événement suivant - - - Show zoom slider - Afficher le curseur de zoom - - - Select range - Sélectionner l'intervalle - - - View event information on mouseover - Afficher les informations sur l'événement lorsque du survol de la souris - - - Reset Zoom - Réinitialiser le zoom - - - Events - Événements - - - Timeline - Ligne du temps - - - JavaScript - JavaScript - - - - QtC::Qnx - - Starting: "%1" %2 - Débute : "%1" %2 - - - - QtC::Qnx - - Launching application failed - Le démarrage de l'application a échoué - - - Cannot show debug output. Error: %1 - Impossible d'afficher la fenêtre de débogage. Erreur : %1 - - - - QtC::Qnx - - Create BAR packages - Créer les paquets BAR - - - Create packages - Créer des paquets - - - Could not find packager command '%1' in the build environment - Impossible de trouver la commande "%1" du créateur de paquet dans l'environnement de compilation - - - Application descriptor file not specified, please check deployment settings - Fichier de description d'application non spécifié, veuillez vérifier les paramètres de déploiement - - - No package specified, please check deployment settings - Aucun paquet de spécifié, veuillez vérifier les paramètres de déploiement - - - Could not create build directory '%1' - Impossible de créer le répertoire de compilation "%1" - - - Missing passwords for signing packages - Mots de passe manquants pour signer les paquets - - - Error preparing application descriptor file - Erreur lors de la préparation du fichier de description de l'application - - - Could not open '%1' for reading - Impossible d'ouvrir "%1" en lecture - - - Could not create prepared application descriptor file in '%1' - Impossible de créer le fichier de description d'application préparé dans "%1" - - - - QtC::Qnx - - <b>Create packages</b> - <b>Créer les paquets</b> - - - Sign packages - Signer les paquets - - - CSK password: - Mot de passe CSK : - - - Keystore password: - Mot de passe du trousseau de clés : - - - Note: This will store the passwords in a world-readable file. - Note : les mots de passe sont stockés dans un fichier lisible par tout le monde. - - - Save passwords - Enregistrer les mots de passe - - - Show passwords - Afficher les mots de passe - - - Package in development mode - Paquet en mode développeur - - - - QtC::Qnx - - Create BAR Packages - Créer les paquets BAR - - - - QtC::Qnx - - Deploy to BlackBerry Device - Déployer sur un périphérique BlackBerry - - - Setup Application Descriptor File - Configurer le fichier de description de l'application - - - You need to set up a bar descriptor file to enable packaging. -Do you want Qt Creator to generate it for your project? - Vous devez configurer un fichier de description bar pour activer le paquetage. -Voulez-vous que Qt Creator le génère pour votre projet ? - - - Don't ask again for this project - Ne plus demander pour ce projet - - - Cannot Set up Application Descriptor File - Impossible de configurer le fichier de description de l'application - - - Reading the bar descriptor template failed. - La lecture du modèle de fichier de description bar a échoué. - - - Writing the bar descriptor file failed. - L'écriture du fichier de description bar a échoué. - - - - QtC::Qnx - - Enabled - Activé - - - Application descriptor file - Fichier de description d'application + Models + Package - Paquet - - - - QtC::Qnx - - Deploy packages - Déployer les paquets + Paquet - Could not find deploy command '%1' in the build environment - Impossible de trouver la commande de déploiement "%1" dans l'environnement de compilation + Packages + - No packages enabled for deployment - Aucun paquet d'activé pour le déploiement + Class + Classe - Package '%1' does not exist. Create the package first. - Le paquet "%1" n'existe pas. Créez d'abord le paquet. - - - - QtC::Qnx - - <b>Deploy packages</b> - <b>Déployer les paquets</b> - - - - QtC::Qnx - - Deploy Package - Déployer le paquet - - - - QtC::Qnx - - Connect to device - Connecter au périphérique + Classes + Classes - Disconnect from device - Déconnecter du périphérique - - - - QtC::Qnx - - New BlackBerry Device Configuration Setup - Configuration d'un nouveau périphérique BlackBerry + Namespace: + - Failure to Save Key File - Impossible de sauvegarder le fichier de clé + Template: + - Failed to create directory: '%1'. - Impossible de créer le dossier : "%1". + Clean Up + - Private key file already exists: '%1' - Le fichier de clé privée existe déjà : "%1" + Members: + - Public key file already exists: '%1' - Le fichier de clé publique existe déjà : "%1" - - - - QtC::Qnx - - Setup Finished - Fin de l'installation + Component + - The new device configuration will now be created. - La configuration du nouveau périphérique va être créée maintenant. + Components + - Summary - Résumé + Diagram + - The new device configuration will be created now. - La configuration du nouveau périphérique va être créée maintenant. - - - - QtC::Qnx - - BlackBerry %1 - Qt Version is meant for BlackBerry - BlackBerry %1 + Diagrams + - BlackBerry - BlackBerry + Elements: + - BlackBerry Native SDK: - SDK BlackBerry natif : - - - - QtC::Qnx - - %1 on BlackBerry device - %1 sur périphérique BlackBerry + Canvas Diagram + - Run on BlackBerry device - Exécuter sur le périphérique BlackBerry - - - - QtC::Qnx - - %1 on BlackBerry Device - %1 sur le périphérique BlackBerry - - - - QtC::Qnx - - No active deploy configuration - Aucune configuration de déploiement active + Canvas Diagrams + - Device not connected - Périphérique non connecté + Item + - Run on BlackBerry Device - Exécuter sur le périphérique BlackBerry - - - - QtC::Qnx - - No SDK path set - Chemin du SDK non spécifié - - - - QtC::Qnx - - Deploy to QNX Device - Déployer sur un périphérique QNX - - - - QtC::Qnx - - New QNX Device Configuration Setup - Configuration du nouveau périphérique QNX - - - - QtC::Qnx - - QNX Device - Périphérique QNX - - - - QtC::Qnx - - QNX %1 - Qt Version is meant for QNX - QNX %1 + Items + Éléments - QNX - QNX + Variety: + - QNX Software Development Platform: - ou alors on traduit tout ? - SDK QNX : - - - - QtC::Qnx - - Path to Qt libraries on device: - Chemin sur le périphérique vers les bibliothèques Qt : - - - - QtC::Qnx - - %1 on QNX Device - %1 sur périphérique QNX - - - - QtC::Qnx - - Run on remote QNX device - Exécuter sur un périphérique QNX distant + End A: %1 + - No analyzer tool selected. - Aucun outil d'analyse sélectionné. - - - - QtC::QmakeProjectManager - - The mkspec to use when building the project with qmake.<br>This setting is ignored when using other build systems. - Le mkspec à utiliser lors de la compilation du projet avec qmake.<br>Ce paramètre est ignoré lors de l'utilisation avec d'autres systèmes de compilation. + End B: %1 + - Qt mkspec: - Qt mkspec : + Dependencies + Dépendances - No Qt version set, so mkspec is ignored. - Aucune version de Qt définie, mkspec est donc ignoré. + Direction: + - Mkspec not found for Qt version. - Aucun mkspec trouvé pour cette version de Qt. + Inheritances + - mkspec - mkspec + Derived class: %1 + - Manage... - Gérer... + Base class: %1 + - <b>Error:</b> - Severity is Task::Error - <b>Erreur :</b> + Associations + - <b>Warning:</b> - Severity is Task::Warning - <b>Alerte :</b> + Role: + - Import Build from... - Importer la compilation depuis... - - - - QtC::QtSupport - - Command: - Commande : + Cardinality: + - Executable: - Exécutable : + Navigable + - Arguments: - Arguments : + Aggregation + Agrégation - Working directory: - Répertoire de travail : + Composition + - Run in &terminal - Exécuter dans le &terminal - - - - CustomExecutableDialog - - Could not find the executable, please specify one. - Exécutable introuvable, veuillez en spécifier un. - - - - QtC::QtSupport - - No executable. - Pas d'exécutable. + Relationship: + - The executable -%1 -cannot be found in the path. - L'exécutable -%1 -n'a pas pu être trouvé dans le dossier. + Connection + Connexion - Custom Executable - Exécutable personnalisé + Connections + - Run %1 - Exécuter %1 + Position and size: + - The Qt library to use for all projects using this kit.<br>A Qt version is required for qmake-based projects and optional when using other build systems. - La bibliothèque Qt à utiliser pour tous les projets utilisant ce kit.<br>Une version de Qt est nécesaire pour les projets basés sur qmake et est optionnelle pour les autres systèmes de compilation. + Auto sized + - Manage... - Gérer... + Color: + Couleur : - Qt version: - Version de Qt : + Normal + Normal - %1 (invalid) - %1 (invalide) + Lighter + - Qt version - Version de Qt + Darker + + + + Soften + + + + Outline + Contour + + + Flat + + + + Emphasized + + + + Smart + None Aucune - - - QtC::RemoteLinux - Remote process crashed. - Le processus distant a crashé. + Label + - Unexpected output from remote process: '%1'. - Sortie imprévue du processus distant : "%1". - - - The remote file system has only %n megabytes of free space, but %1 megabytes are required. - - Le système de fichier distant ne possède que %n mégaoctet d'espace libre alors que %1 mégaoctets sont nécessaires. - Le système de fichier distant ne possède que %n mégaoctets d'espace libre alors que %1 mégaoctets sont nécessaires. - - - - The remote file system has %n megabytes of free space, going ahead. - going ahead ? - - Le système de fichier distant possède %n mégaoctet d'espace libre, le processus continue. - Le système de fichier distant possède %n mégaoctets d'espace libre, le processus continue. - - - - Cannot check for free disk space: '%1' is not an absolute path. - Impossible de vérifier l'espace libre du disque : "%1" n'est pas un chemin absolu. - - - MB - Mo - - - Check for free disk space - Vérification de l'espace disque disponible - - - Debugging failed. - Le débogage a échoué. - - - - QtC::ResourceEditor - - Add Files - Ajouter des fichiers - - - Add Prefix - Ajouter un préfixe - - - Invalid file location - Emplacement de fichier invalide - - - Copy - Copier - - - Abort - Abandonner - - - Skip - Passer - - - The file %1 is not in a subdirectory of the resource file. You now have the option to copy this file to a valid location. - Le fichier %1 n'est pas dans un sous-dossier du fichier de ressource. Vous avez maintenant la possibilité de le copier vers un emplacement valide. - - - Choose Copy Location - Choisir l'emplacement de copie - - - Overwriting Failed - Échec de l'écrasement - - - Could not overwrite file %1. - L'écrasement du fichier %1 a échoué. - - - Copying Failed - Échec de la copie - - - Could not copy the file to %1. - La copie du fichier dans "%1" a échoué. - - - The file name is empty. - Le nom de fichier est vide. - - - XML error on line %1, col %2: %3 - Erreur XML à la ligne %1, colonne %2 : %3 - - - The <RCC> root element is missing. - L'élement racine <RCC> est manquant. - - - Cannot write file. Disk full? - Impossible d'écrire le fichier. Disque plein ? - - - Open File - Ouvrir le fichier - - - All files (*) - Tous les fichiers (*) - - - - QtC::TextEditor - - Display context-sensitive help or type information on mouseover. - Afficher l'aide contextuelle ou l'information du type lors d'un survol de souris. - - - Display context-sensitive help or type information on Shift+Mouseover. - Afficher l'aide contextuelle ou l'information du type lors d'un survol de souris + Maj. - - - - QtC::Core - - Files Without Write Permissions - Fichiers sans permisions d'écriture - - - The following files have no write permissions. Do you want to change the permissions? - Les fichiers suivants n'ont pas de permission d'écriture. Souhaitez-vous changer les permissions ? - - - Open with VCS - Ouvrir avec VCS - - - Save As - Sauvegarder sous - - - Path - Chemin - - - Select all, if possible: - Sélectionner tout, si possible : - - - Mixed - Mixte - - - Failed to %1 File - Échec pour %1 le fichier - - - %1 file %2 from version control system %3 failed. - - %1 fichier %2 à partir du système de contrôle des versions %3 a échoué. - - - No Version Control System Found - Aucun système de contrôle de version trouvé - - - Cannot open file %1 from version control system. -No version control system found. - - Impossible d'ouvrir le fichier %1 à partir du système de contrôle de version. -Aucun système de contrôle de version trouvé. - - - Cannot Set Permissions - Impossible de définir les permissions - - - Cannot set permissions for %1 to writable. - - Impossible de définir les permissions pour rendre %1 inscriptible. - - - Cannot Save File - Impossible de sauvegarder le fichier - - - Cannot save file %1 - - Impossible d'enregistrer le fichier %1 - - - %1 file %2 from version control system %3 failed. - %1 fichier %2 à partir du système de contrôle des versions %3 a échoué. - - - Cannot open file %1 from version control system. -No version control system found. - Impossible d'ouvrir le fichier %1 à partir du système de contrôle de version. -Aucun système de contrôle de version trouvé. - - - Cannot set permissions for %1 to writable. - Impossible de définir les permissions pour rendre %1 inscriptible. - - - Cannot save file %1 - Impossible d'enregistrer le fichier %1 - - - Canceled Changing Permissions - Changement des permissions annulé - - - Could Not Change Permissions on Some Files - Impossible de changer la permissions sur certains fichiers - - - -See details for a complete list of files. - -Voir les détails pour une liste complète des fichiers. - - - &Change Permission - &Changer la permission - - - The following files are not checked out yet. -Do you want to check them out now? - Les fichiers suivants ne sont pas encore importés. -Souhaitez-vous les importer maintenant ? - - - - QtC::Debugger - - Dialog - Boîte de dialogue - - - <html><head/><body><p>The debugger is not configured to use the public Microsoft Symbol Server.<br/>This is recommended for retrieval of the symbols of the operating system libraries.</p><p><span style=" font-style:italic;">Note:</span> It is recommended, that if you use the Microsoft Symbol Server, to also use a local symbol cache.<br/>A fast internet connection is required for this to work smoothly,<br/>and a delay might occur when connecting for the first time and caching the symbols.</p><p>What would you like to set up?</p></body></html> - <html><head/><body><p>Le débogueur n'est pas configuré pour utiliser le serveur de symboles Microsoft publique.<br/>Cela est recommandé pour la récupération des symboles des bibliothèques du système d'exploitation.</p><p><span style=" font-style:italic;">Note :</span> Il est recommandé, si vous utilisez le serveur de symboles Microsoft, d'utiliser en complément un cache de symboles en local.<br/>Une connexion rapide à Internet est requise pour que cela fonctionne sans ralentissements<br/>et un délai peut apparaître lors de la première connexion et lors de la mise en cache des symboles.</p><p>Que souhaitez-vous configurer ?</p></body></html> - - - Use Local Symbol Cache - Utiliser le cache de symboles local - - - Use Microsoft Symbol Server - Utiliser le serveur de symbole Microsoft - - - Do not ask again - Ne plus demander - - - - QtC::Git - - Local Changes Found. Choose Action: - Changements locaux trouvés. Choisissez une action : - - - RadioButton - Bouton radio - - - Discard Local Changes - Annuler les changements locaux - - - Checkout branch "%1" - Importer la branche "%1" - - - Move Local Changes to "%1" - Déplacer les changements locaux vers "%1" - - - Pop Stash of "%1" - Sortir la remise de "%1" - - - Create Branch Stash for "%1" - Créer une branche remise pour "%1" - - - Create Branch Stash for Current Branch - Créer une branche remise pour la branche courante - - - Push to Gerrit - Pousser sur Gerrit - - - <b>Local repository:</b> - <b>Dépôt local :</b> - - - Destination: - Destination : - - - R&emote: - D&istant : - - - &Branch: - &Branche : - - - &Topic: - &Sujet : - - - &Draft - &Brouillon - - - Number of commits - Nombre de commits - - - &Push up to commit: - &Pousser pour commit : - - - Pushes the selected commit and all dependent commits. - Pousser le commit sélectionné et tous les commits dépendants. - - - &Reviewers: - &Relecteurs : - - - Comma-separated list of reviewers. - -Partial names can be used if they are unambiguous. - Liste des vérifieurs (séparation par des virgules). - -Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües. - - - <b>Local repository:</b> %1 - <b>Dépôt local :</b> %1 - - - Number of commits between HEAD and %1: %2 - Nombre de commits entre HEAD et %1 : %2 - - - ... Include older branches ... - ... Inclusion des anciennes branches ... - - - - QtC::Mercurial - - User name: - Nom d'utilisateur : - - - Password: - Mot de passe : - - - - QtC::ProjectExplorer - - Machine type: - Type de machine : - - - Free ports: - Ports libres : - - - Physical Device - Périphérique physique - - - You will need at least one port for QML debugging. - Vous avez besoin d'au moins un port pour le débogage QML. - - - - QtC::QbsProjectManager - - Build variant: - Variante de compilation : - - - Debug - Debug - - - Release - Release - - - jobs - jobs - - - Enable QML debugging: - Activer le débogage QML : - - - Properties: - Propriétés : - - - Dry run - Exécution à froid - - - Keep going - Continuer - - - <b>Qbs:</b> %1 - <b>Qbs :</b> %1 - - - Might make your application vulnerable. Only use in a safe environment. - Peut rendre l'application vulnérable. À n'utiliser qu'en environnement protégé. - - - Parallel Jobs: - Tâches parallèles : - - - Flags: - Flags : - - - Equivalent command line: - Ligne de commande équivalente : - - - Clean all artifacts - Nettoyer tous les artéfacts - - - Install root: - Racine de l'installation : - - - Remove first - Retirer en premier - - - Qbs Install Prefix - Préfixe d'installation Qbs - - - - DebugViewWidget - - Debug - Debug - - - Model Log - Log du modèle + Decoration + - Clear - Nettoyer + Icon + Icône - Instance Notifications - Notifications d'instance + Stereotype display: + - Instance Errors - Erreurs d'instance + Depth: + - Enabled - Activé + Box + - - - ButtonSpecifics - Button - Bouton + Angle Brackets + - Text - Texte + Template display: + - The text shown on the button - Le texte affiché sur le bouton + Show members + - Checked - Coché + Plain shape + - The state of the button - L'état du bouton + Shape: + - Checkable - Cochable + Intermediate points: + - Determines whether the button is checkable or not. - Détermine si le bouton est cochable ou non. + none + - Enabled - Activé + Annotation + - Determines whether the button is enabled or not. - Détermine si le bouton est activé ou non. + Annotations + - Default button - Bouton par défaut + Auto width + - Sets the button as the default button in a dialog. - Définit le bouton comme bouton par défaut dans la boite de dialogue. + Title + Titre - Tool tip - Info-bulle + Subtitle + - The tool tip shown for the button. - L'info-bulle affichée pour le bouton. + Footnote + - Focus on press - Focus à l'appui + Boundary + - Icon source - Source de l'icône + Boundaries + - The URL of an icon resource. - L'URL de la ressource pour l'icône. + Swimlane + - - - CheckBoxSpecifics - Check Box - Case à cocher + Swimlanes + - Text - Texte + Invalid syntax. + - The text shown on the check box - Le texte affiché par la boîte à cocher + Multi-Selection + - The state of the check box - L'état de la boîte à cocher + Missing file name. + - Determines whether the check box gets focus if pressed. - Déterminer si la boîte à cocher reçoit le focus lors d'un appui. + Project is modified. + - The text label for the check box - Le texte accompagnant la boite à cocher + Create Dependency + - Checked - Coché + Create Inheritance + - Determines whether the check box is checkable or not. - Détermine si la boite à cocher est cochable ou non. + Create Association + - Focus on press - Focus à l'appui + Create Connection + - - - ComboBoxSpecifics - Combo Box - Liste déroulante + Drop Element + - Tool tip - Info-bulle + Add Related Element + - The tool tip shown for the combobox. - L'info-bulle affichée par la liste déroulante. + Add Element + - Focus on press - Focus à l'appui + Relocate Relation + @@ -44453,20 +54311,1150 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües.Texte - The text label for the radio button - Le texte accompagnant le bouton radio + Text label for the radio button. + Le texte accompagnant le bouton radio. + + + Determines whether the radio button is checked or not. + Détermine si le bouton radio est coché ou non. + + + Determines whether the radio button gets focus if pressed. + Détermine si le bouton radio obtient le focus lorsqu’on appuie dessus. Checked Coché - Determines whether the radio button is checkable or not. - Détermine si le bouton radio est cochable ou non. + Focus on press + Focus à l’appui + + + + RadioDelegateSpecifics + + Radio Delegate + + + + + RangeSliderSpecifics + + Range Slider + - Focus on press - Focus à l'appui + Value 1 + + + + The value of the first range slider handle. + + + + Live + + + + Whether the range slider provides live value updates. + + + + Value 2 + + + + The value of the second range slider handle. + + + + From + À partir de + + + The starting value of the range slider range. + + + + To + Jusqu'à + + + The ending value of the range slider range. + + + + Step size + + + + The step size of the range slider. + + + + Drag threshold + + + + The threshold (in logical pixels) at which a drag event will be initiated. + + + + Snap mode + Mode aimant + + + The snap mode of the range slider. + + + + Orientation + Orientation + + + The orientation of the range slider. + + + + + RectangleSpecifics + + Rectangle + Rectangle + + + Fill color + + + + Border color + + + + Border width + Largeur de la bordure + + + Radius + Rayon + + + + RenameFolderDialog + + Rename Folder + Renommer le dossier + + + Folder name cannot be empty. + Le nom du dossier ne peut pas être vide. + + + Could not rename folder. Make sure no folder with the same name exists. + Impossible de renommer le dossier. Assurez-vous qu’il n’existe pas de dossier portant le même nom. + + + If the folder has assets in use, renaming it might cause the project to not work correctly. + + + + Rename + Renommer + + + Cancel + Annuler + + + + RepeaterSpecifics + + Repeater + + + + Model + + + + The model providing data for the repeater. This can simply specify the number of delegate instances to create or it can be bound to an actual model. + + + + Delegate + + + + The delegate provides a template defining each object instantiated by the repeater. + + + + + ResetEdit3DColorsAction + + Reset Colors + Réinitialiser les couleurs + + + Reset the background color and the color of the grid lines of the 3D view to the default values. + Réinitialiser la couleur d’arrière-plan et la couleur des lignes de la grille de la vue 3D. + + + + ResetView + + Reset View + Réinitialiser la vue + + + + RotateToolAction + + Activate Rotate Tool + + + + + RoundButtonSpecifics + + Round Button + + + + Appearance + + + + Whether the button is flat and/or highlighted. + + + + Flat + + + + Highlight + + + + Radius + Rayon + + + Radius of the button. + + + + + RowLayoutSpecifics + + Row Layout + + + + Row spacing + + + + Layout direction + Direction du layout + + + + RowSpecifics + + Row + Ligne + + + Layout direction + Direction du layout + + + Spacing + Espacement + + + + ScaleToolAction + + Activate Scale Tool + + + + + ScrollViewSpecifics + + Scroll View + + + + Content size + Taille du contenu + + + W + width + The width of the object + + + + Content width used for calculating the total implicit width. + + + + H + height + The height of the object + T + + + Content height used for calculating the total implicit height. + + + + Font Inheritance + + + + + SearchBox + + Search + Rechercher + + + + Section + + Expand All + Tout développer + + + Collapse All + Tout réduire + + + + SelectBackgroundColorAction + + Select Background Color + Sélectionner la couleur d’arrière-plan + + + Select a color for the background of the 3D view. + Sélectionner la couleur d’arrière-plan de la vue 3D. + + + + SelectGridColorAction + + Select Grid Color + Sélectionner la couleur de la grille + + + Select a color for the grid lines of the 3D view. + Sélectionner une couleur pour les lignes de la grille de la vue 3D. + + + + SelectionModeToggleAction + + Toggle Group/Single Selection Mode + Activer/désactiver le mode de sélection par groupe/seul + + + + ShowCameraFrustumAction + + Always Show Camera Frustums + + + + Toggle between always showing the camera frustum visualization and only showing it when the camera is selected. + + + + + ShowGridAction + + Show Grid + Afficher la grille + + + Toggle the visibility of the helper grid. + Activer/désactiver la visibilité de la grille d’aide. + + + + ShowIconGizmoAction + + Show Icon Gizmos + + + + Toggle the visibility of icon gizmos, such as light and camera icons. + + + + + ShowParticleEmitterAction + + Always Show Particle Emitters And Attractors + + + + Toggle between always showing the particle emitter and attractor visualizations and only showing them when the emitter or attractor is selected. + + + + + ShowSelectionBoxAction + + Show Selection Boxes + Afficher les boites de sélection + + + Toggle the visibility of selection boxes. + Activer/désactiver la visibilité des boites de sélection. + + + + SliderSpecifics + + Slider + + + + Value + Valeur + + + The current value of the slider. + + + + Live + + + + Whether the slider provides live value updates. + + + + From + À partir de + + + The starting value of the slider range. + + + + To + Jusqu'à + + + The ending value of the slider range. + + + + Step size + + + + The step size of the slider. + + + + Drag threshold + + + + The threshold (in logical pixels) at which a drag event will be initiated. + + + + Snap mode + Mode aimant + + + The snap mode of the slider. + + + + Orientation + Orientation + + + The orientation of the slider. + + + + Current value of the Slider. The default value is 0.0. + + + + Maximum value + + + + Maximum value of the slider. The default value is 1.0. + + + + Minimum value + + + + Minimum value of the slider. The default value is 0.0. + + + + Layout orientation of the slider. + + + + Indicates the slider step size. + + + + Active focus on press + Activer le focus à l’appui + + + Indicates whether the slider should receive active focus when pressed. + + + + Tick marks enabled + + + + Indicates whether the slider should display tick marks at step intervals. + + + + Update value while dragging + + + + Determines whether the current value should be updated while the user is moving the slider handle, or only when the button has been released. + + + + + SpinBoxSpecifics + + Spin Box + + + + Value + Valeur + + + The current value of the spin box. + + + + From + À partir de + + + The starting value of the spin box range. + + + + To + Jusqu'à + + + The ending value of the spin box range. + + + + Step size + + + + The step size of the spin box. + + + + Editable + + + + Whether the spin box is editable. + + + + Wrap + + + + Whether the spin box values wrap. + + + + + SplitViewSpecifics + + Split View + Vue scindée + + + Orientation + Orientation + + + Orientation of the split view. + Orientation de la vue scindée. + + + + StackLayoutSpecifics + + Stack Layout + + + + Current index + Indice actuel + + + + StackViewSpecifics + + Font Inheritance + Héritage des polices + + + + StandardTextGroupBox + + + + + + + StandardTextSection + + Text + Texte + + + Text color + Couleur du texte + + + Wrap mode + Mode de découpage du texte + + + Elide + Élider + + + Max line count + Nombre maximal de lignes + + + Limits the number of lines that the text component will show. + Limite le nombre de lignes que le composant texte affichera. + + + Alignment H + Alignement H + + + Alignment V + Alignement V + + + Format + Format + + + Render type + Type de rendu + + + Overrides the default rendering type for this component. + Remplace le type de rendu par défaut pour ce composant. + + + Size mode + Mode taille + + + Specifies how the font size of the displayed text is determined. + Indique comment la taille de la police du texte affiché est déterminée. + + + Min size + Taille minimum + + + Minimum font pixel size of scaled text. + Taille minimale en pixels du texte mis à l’échelle. + + + Minimum font point size of scaled text. + Taille minimale du texte mis à l’échelle. + + + Line height + Hauteur de ligne + + + Line height for the text. + La hauteur de ligne pour le texte. + + + Line height mode + Mode hauteur de ligne + + + Determines how the line height is specified. + Détermine la manière dont la hauteur de la ligne est indiquée. + + + + StateMenu + + Clone + Cloner + + + Delete + Supprimer + + + Show Thumbnail + Afficher les vignettes + + + Show Changes + Afficher les changements + + + Extend + Étendre + + + Reset when Condition + + + + Edit Annotation + Modifier l’annotation + + + Add Annotation + Ajouter une annotation + + + Remove Annotation + Supprimer l’annotation + + + + StateSpecifics + + State + État + + + When + Quand + + + Sets when the state should be applied. + Définit le moment où l’état doit être appliqué. + + + Name + Nom + + + The name of the state. + Le nom de l’état. + + + Extend + + + + The state that this state extends. + + + + + StateThumbnail + + Default + Défaut + + + Set State as default + + + + State Name + + + + Base State + + + + No Property Changes Available + + + + Target + Cible + + + Explicit + + + + Restore values + + + + When Condition + + + + + StatesDelegate + + Set when Condition + + + + Reset when Condition + + + + Set as Default + Définir comme par défaut + + + Reset Default + + + + Edit Annotation + + + + Add Annotation + + + + Remove Annotation + + + + Default + Défaut + + + + StatesList + + Add a new state. + Ajouter un nouvel état. + + + + StudioWelcome::Internal::ProjectModel + + Created with Qt Design Studio version: %1 + Créé avec Qt Design Studio version : %1 + + + Resolution: %1x%2 + Résolution : %1x%2 + + + Created: %1 + Date de création : %1 + + + Last Edited: %1 + Dernière modification : %1 + + + + StudioWelcome::Internal::StudioSettingsPage + + Build + Compiler + + + Debug + Déboguer + + + Analyze + Analyser + + + Hide top-level menus with advanced functionality to simplify the UI. <b>Build</b> is generally not required in the context of Qt Design Studio. <b>Debug</b> and <b>Analyze</b> are only required for debugging and profiling. + Cacher les menus de premier niveau avec des fonctionnalités avancées pour simplifier l’interface utilisateur. <b>Compiler</b> n’est généralement pas nécessaire dans le contexte de Qt Design Studio. <b>Déboguer</b> et <b>analyser</b> ne sont nécessaires que pour le débogage et le profilage. + + + Hide Menu + Cacher le menu + + + Examples + Exemples + + + Examples path: + Chemin des exemples : + + + Reset Path + Réinitialiser le chemin + + + The menu visibility change will take effect after restart. + Le changement de la visibilité du menu prendra effet après le redémarrage. + + + + StudioWelcome::Internal::StudioWelcomeSettingsPage + + Qt Design Studio Configuration + Configuration de Qt Design Studio + + + + StudioWelcome::Internal::UsageStatisticPluginModel + + The change will take effect after restart. + La modification prendra effet après le redémarrage. + + + + StudioWelcome::Internal::WelcomeMode + + Welcome + Accueil + + + + StudioWelcome::PresetModel + + Recents + Récents + + + Custom + Personnalisé + + + + StudioWelcome::QdsNewDialog + + New Project + Nouveau projet + + + Failed to initialize data. + Échec de l’initialisation des données. + + + Choose Directory + Sélectionner un répertoire + + + Save Preset + + + + A preset with this name already exists. + + + + + Styles + + Style + Style + + + All + Tous + + + Light + Light + + + Dark + Dark + + + + SubComponentManager::parseDirectory + + Invalid meta info + Méta-information invalide + + + + SwipeViewSpecifics + + Swipe View + + + + Interactive + + + + Whether the view is interactive. + + + + Orientation + Orientation + + + Orientation of the view. + + + + Font Inheritance + + + + + SyncEdit3DColorAction + + Use Scene Environment Color + Utiliser la couleur de l’environnement de la scène + + + Sets the 3D view to use the Scene Environment color as background color. + Règle la vue 3D pour qu’elle utilise la couleur de l’environnement de la scène comme couleur d’arrière-plan. + + + + TabBarSpecifics + + Tab Bar + + + + Position + Position + + + Position of the tab bar. + + + + Content size + Taille du contenu + + + Content width and height used for calculating the total implicit size. + + + + W + width + The width of the object + + + + Content width used for calculating the total implicit width. + + + + H + height + The height of the object + T + + + Content height used for calculating the total implicit height. + + + + + TabViewSpecifics + + Tab View + + + + Current index + + + + Frame visible + + + + Determines the visibility of the tab frame around contents. + + + + Tabs visible + + + + Determines the visibility of the tab bar. + + + + Tab position + + + + Determines the position of the tabs. + + + + + TabViewToolAction + + Add Tab... + Ajouter un onglet… + + + Step into Tab + Entrer dans l’onglet + + + + TemplateMerge + + Merge With Template + Fusionner avec le modèle + + + &Browse... + &Parcourir… + + + Template: + Modèle : + + + Browse Template + Parcourir les modèles @@ -44475,10 +55463,6 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües.Text Texte - - The text of the text area - Le texte de la zone de texte - Read only Lecture seule @@ -44491,41 +55475,29 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües.Color Couleur - - The color of the text - La couleur du texte - Document margins Marges du document - - The margins of the text area - Les marges de la zone de texte - - - Frame - Cadre - - - Determines whether the text area has a frame. - Détermine si la zone de texte possède un cadre. - Text Area Zone de texte - - The text shown on the text area - Le texte affiché par la zone de texte - Frame width Largeur du cadre - The width of the frame - La largeur du cadre + Text shown on the text area. + Texte affiché par la zone de texte. + + + Margins of the text area. + Marges de la zone de texte. + + + Width of the frame. + Largeur du cadre. Contents frame @@ -44557,11 +55529,90 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües. Focus on press - Focus à l'appui + Focus à l’appui Determines whether the text area gets focus if pressed. - Déterminer si la zone de texte reçoit le focus lors d'un appui. + Déterminer si la zone de texte reçoit le focus lors d’un appui. + + + + TextEditor::Internal::Snippets + + + Snippets are text fragments that can be inserted into an editor via the usual completion mechanics using a trigger text. The translated text (trigger variant) is used to disambiguate between snippets with the same trigger. + + + + + TextExtrasSection + + Text Extras + + + + Wrap mode + Mode de découpage du texte + + + Elide + Élider + + + Format + Format + + + Render type + Type de rendu + + + Overrides the default rendering type for this component. + Remplace le type de rendu par défaut pour ce composant. + + + Render type quality + Qualité du type de rendu + + + Overrides the default rendering type quality for this component. + Remplace la qualité du type de rendu par défaut pour ce composant. + + + Line height mode + Mode hauteur de ligne + + + Determines how the line height is specified. + Détermine la manière dont la hauteur de la ligne est indiquée. + + + Size mode + Mode taille + + + Specifies how the font size of the displayed text is determined. + Indique comment la taille de la police du texte affiché est déterminée. + + + Min size + Taille minimum + + + Minimum font pixel size of scaled text. + Taille minimale en pixels du texte mis à l’échelle. + + + Minimum font point size of scaled text. + Taille minimale du texte mis à l’échelle. + + + Max line count + Nombre maximal de lignes + + + Limits the number of lines that the text component will show. + Limite le nombre de lignes que le composant texte affichera. @@ -44574,18 +55625,10 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües.Text Texte - - The text shown on the text field - Le texte affiché par le champ de texte - Placeholder text texte affiché en gris lorsqu'il n'y a pas encore de texte entré ou pas le focus - Texte temporaire d'information - - - The placeholder text - Le texte temporaire d'information + Texte temporaire d’information Read only @@ -44596,16 +55639,16 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües.Détermine si le champ de texte est en lecture seule. - Password mode - Mode mot de passe + Text shown on the text field. + Texte affiché par le champ de texte. - Determines whether the text field is in password mode. - Détermine si le champ de texte est en mode mot de passe. + Placeholder text. + Texte temporaire d’information. Input mask - Masque d'entrée + Masque d’entrée Restricts the valid text in the text field. @@ -44613,7 +55656,7 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües. Echo mode - Mode d'affichage + Mode d’affichage Specifies how the text is displayed in the text field. @@ -44621,18 +55664,595 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües. - QmlWarningDialog + TextInputSection - Warning - Avertissement + Text Input + Texte en entrée - This QML file contains features which are not supported by Qt Quick Designer - Ce fichier QML contient des fonctionnalités qui ne sont pas supportées par Qt Quick Designer + Selection color + Couleur de la sélection - Warn about unsupported features - Avertir à propos des fonctionnalités non supportées + Selected text color + Couleur du texte sélectionné + + + Selection mode + Mode de sélection + + + Input mask + Masque d’entrée + + + Echo mode + Mode d’affichage + + + Password character + Caractères du mot de passe + + + Tab stop distance + + + + Default distance between tab stops in device units. + + + + Text margin + Marge du texte + + + Margin around the text in the Text Edit in pixels. + Marge autour du texte dans le texte en entrée en pixels. + + + Maximum length + Longueur maximum + + + Maximum permitted length of the text in the Text Input. + Longueur maximale autorisée du texte dans le texte en entrée. + + + Focus on press + Focus à l’appui + + + Overwrite mode + Mode d’écrasement + + + Persistent selection + Sélection permanente + + + Select by mouse + Sélectionner avec la souris + + + Select by keyboard + Sélectionner avec le clavier + + + Character displayed when users enter passwords. + Caractère affiché quand l’utilisateur entre des mots de passe. + + + Read only + Lecture seule + + + Cursor visible + Curseur visible + + + Auto scroll + Défilement automatique + + + + TextSection + + Text Area + Zone de texte + + + Placeholder text + Texte temporaire d’information + + + Placeholder text displayed when the editor is empty. + Texte temporaire d’information affiché lorsque l’éditeur est vide. + + + Placeholder color + Couleur du texte temporaire d’information + + + Placeholder text color. + Couleur du texte temporaire d’information. + + + Hover + Survol + + + Whether text area accepts hover events. + Si la zone de texte accepte les évènements de survol. + + + + TextTool + + Text Tool + + + + + TextureBrowserContextMenu + + Apply to selected model + Appliquer au modèle sélectionné + + + Apply to selected material + Appliquer au matériau sélectionné + + + Apply as light probe + Appliquer en tant que sonde de lumière + + + Duplicate + Dupliquer + + + Delete + Supprimer + + + Create New Texture + Créer une nouvelle texture + + + + TextureEditorToolBar + + Apply texture to selected model's material. + Appliquer la texture au matériau du modèle sélectionné. + + + Create new texture. + Créer une nouvelle texture. + + + Delete current texture. + Supprimer la texture en cours. + + + Open material browser. + Ouvrir le navigateur de matériaux. + + + + TimelineBarItem + + Range from %1 to %2 + Plage de %1 à %2 + + + Override Color + Écraser la couleur + + + Reset Color + Réinitialiser la couleur + + + + TimelineKeyframeItem + + Delete Keyframe + + + + Edit Easing Curve... + + + + Edit Keyframe... + + + + + TimerSpecifics + + Timer + Minuteur + + + Interval + Intervalle + + + Sets the interval between triggers, in milliseconds. + Définit l’intervalle entre chaque déclenchement, en millisecondes. + + + Repeat + Répéter + + + Sets whether the timer is triggered repeatedly at the specified interval or just once. + Définit si le minuteur est déclenché de manière répétée à l’intervalle spécifié ou une seule fois. + + + Running + En cours d’exécution + + + Sets whether the timer is running or not. + Définit si le minuteur est en cours ou non. + + + Triggered on start + Déclenché au démarrage + + + Sets the timer to trigger when started. + Règle le minuteur pour qu’il se déclenche au démarrage. + + + + ToolBarSpecifics + + Tool Bar + Barre d’outils + + + Position + Position + + + Position of the toolbar. + Position de la barre d’outils. + + + Font Inheritance + Héritage des polices + + + + ToolSeparatorSpecifics + + Tool Separator + + + + Orientation + Orientation + + + The orientation of the separator. + L’orientation du séparateur. + + + + TumblerSpecifics + + Tumbler + + + + Visible count + + + + The count of visible items. + + + + Current index + + + + The index of the current item. + + + + Wrap + + + + Whether the tumbler values wrap. + + + + + UnimportBundleMaterialDialog + + Bundle material might be in use + + + + If the material you are removing is in use, it might cause the project to malfunction. + +Are you sure you want to remove the material? + + + + Remove + Supprimer + + + Cancel + Annuler + + + + UrlChooser + + Built-in primitive + + + + + VideoSection + + Video + Vidéo + + + Source + Source + + + Fill mode + Mode de remplissage + + + Orientation + Orientation + + + + VisibilityTogglesAction + + Visibility Toggles + + + + + Welcome_splash + + Community Edition + Édition communautaire + + + Enterprise Edition + Édition Entreprise + + + Professional Edition + Édition professionnelle + + + Before we let you move on to your wonderful designs, help us make Qt Design Studio even better by letting us know how you're using it. To do this, we would like to turn on automatic collection of pseudonymized Analytics and Crash Report Data. + Avant que nous ne vous laissions poursuivre vos merveilleuses créations, aidez-nous à rendre Qt Design Studio encore meilleur en nous faisant savoir comment vous l’utilisez. Pour ce faire, nous aimerions activer la réception automatique de données d’analyse et de rapports de plantages pseudonymisés. + + + Turn Off + Désactiver + + + Turn On + Activer + + + Learn More + En savoir plus + + + Qt Design Studio + Qt Design Studio + + + + WidgetPluginManager + + Failed to create instance of file "%1": %2 + Échec lors de la création de l’instance du fichier « %1 » : %2 + + + Failed to create instance of file "%1". + Échec lors de la création de l’instance du fichier « %1 ». + + + File "%1" is not a Qt Quick Designer plugin. + Le fichier « %1 » n’est pas un greffon de Qt Quick Designer. + + + + WindowSpecifics + + Window + Fenêtre + + + Title + Titre + + + Position + Position + + + Size + Taille + + + W + width + The width of the object + L + + + H + height + The height of the object + H + + + Minimum size + Taille minimum + + + Minimum size of the window. + Taille minimum de la fenêtre. + + + Maximum size + Taille maximum + + + Maximum size of the window. + Taille maximum de la fenêtre. + + + Color + Couleur + + + Visible + Visible + + + Opacity + Opacité + + + Content orientation + Orientation du contenu + + + Flags + Flags + + + Modality + Modalité + + + Visibility + Visibilité + + + + emptyPane + + Select a component in the 2D, Navigator, or Code view to see its properties. + Sélectionnez un composant dans la vue 2D, LE Navigateur ou LE Code pour afficher ses propriétés. + + + + main + + Continue + Continuer + + + Start Download + Démarrer le téléchargement + + + Browse + Parcourir + + + Folder + Dossier + + + Cancel + Annuler + + + Open + Ouvrir + + + Details + Détails + + + Finish + Terminer + + + Download failed + Échec du téléchargement + + + Recent Projects + Projets récents + + + Examples + Exemples + + + Tutorials + Tutoriels + + + Welcome to + Bienvenue dans + + + Qt Design Studio + Qt Design Studio + + + Create New + Créer un nouveau + + + Open Project + Ouvrir un projet + + + Help + Aide + + + Community + Communauté + + + Blog + Blog + + + Community Edition + Édition communautaire + + + + text + + Text + Texte + + + + textedit + + Text Edit + Modifier le texte @@ -44642,6 +56262,13 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües.Éditeur de texte + + textinput + + Text + Texte + + textinputv2 @@ -44656,5537 +56283,4 @@ Les noms partiels peuvent êtres utilisé s'ils ne sont pas ambigües.Texte - - QtC::Qnx - - Destination - Destination - - - Entry-Point - Point d'entrée - - - Select File to Add - Selectionner un fichier à ajouter - - - - QtC::Qnx - - Author ID: - Identifiant de l'auteur : - - - Set from debug token... - Définir le jeton de débogage... - - - Select Debug Token - Sélectionner le jeton de débogage - - - Error Reading Debug Token - Erreur lors de la lecture du jeton de débogage - - - There was a problem reading debug token. - Il y a eu un problème de lecture du jeton de débogage. - - - - QtC::Qnx - - Name: - Nom : - - - Description: - Description : - - - Icon: - Icône : - - - Clear - Nettoyer - - - Splash screens: - Écrans d'accueil : - - - Add... - Ajouter... - - - Images (*.jpg *.png) - Images (*.jpg *.png) - - - Select Splash Screen - Sélectionner un écran d'accueil - - - <font color="red">Could not open '%1' for reading.</font> - <font color="red">Impossible d'ouvrir "%1" en lecture.</font> - - - <font color="red">The selected image is too big (%1x%2). The maximum size is %3x%4 pixels.</font> - <font color="red">L'image sélectionnée est trop grande (%1x%2). La taille maximale est %3x%4 pixels.</font> - - - - QtC::Qnx - - Device Environment - Environnement du périphérique - - - - QtC::Qnx - - Orientation: - Orientation : - - - Chrome: - Chrome : - - - Transparent main window - Fenêtre principale transparante - - - Application Arguments: - Arguments de l'application : - - - Default - Défaut - - - Auto-orient - Orientation automatique - - - Landscape - Paysage - - - Portrait - Portrait - - - Standard - Standard - - - None - Aucune - - - - QtC::Qnx - - Package ID: - Identifiant de paquet : - - - Package version: - Version du paquet : - - - Package build ID: - Identifiante de création du paquet : - - - - QtC::Qnx - - Select All - Tout sélectionner - - - Deselect All - Déselectionner tout - - - - QtC::Qnx - - PKCS 12 archives (*.p12) - Archive PKCS 12 (*.p12) - - - Base directory does not exist. - Le répertoire de base n'existe pas. - - - Password must be at least 6 characters long. - Le mot de passe doit avoir au moins 6 caractères de long. - - - Are you sure? - Êtes-vous sûr ? - - - The blackberry-keytool process is already running. - Le processus blackberry-keytool est déjà en cours d'exécution. - - - The password entered is invalid. - Le mot de passe entré est invalide. - - - The password entered is too short. - Le mot de passe entré est trop court. - - - Invalid output format. - Le format de sortie est invalide. - - - An unknown error occurred. - Une erreur inconnue est survenue. - - - An unknown error occurred while creating the certificate. - Une erreur inconnue est apparue lors de la création du certificat. - - - Please be patient... - Veuillez être patient... - - - - QtC::Qnx - - Request Debug Token - Requête du jeton de débogage - - - Debug token path: - Chemin du jeton de débogage : - - - Keystore: - Trousseau de clés : - - - Device PIN: - Code PIN du périphérique : - - - BAR Files (*.bar) - Fichiers BAR (*.bar) - - - Requesting Device PIN... - Requête du code PIN du périphérique... - - - The file '%1' will be overwritten. Do you want to proceed? - Le fichier '%1' va être écrasé. Souhaitez-vous continuer ? - - - Not yet registered to request debug tokens. - Non enregistré pour effectuer des requêtes de jetons de débogage. - - - An unknwon error has occurred. - Une erreur inconnue est survenue. - - - Requesting debug token... - Requête en cours du jeton de débogage... - - - - QtC::Qnx - - Import Certificate - Importer un certificat - - - PKCS 12 Archives (*.p12) - Archives PKCS 12 (*.p12) - - - The keystore password is invalid. - Le mot de passe du trousseau de clés est invalide. - - - Error parsing inferior process output. - Échec de l'analyser de la sortie du processus inférieur. - - - An unknown error has occurred. - Une erreur inconnue est survenue. - - - - QtC::Qnx - - Form - Formulaire - - - BlackBerry Signing Authority - Autorité signataire BlackBerry - - - Registered: Yes - Inscrit : Oui - - - Register - S'inscrire - - - Unregister - Se désinscrire - - - Developer Certificate - Certificat développeur - - - Create - Créer - - - Import - Importer - - - Delete - Supprimer - - - Could not insert default certificate. - Impossible d'insérer le certificat par défaut. - - - Unregister Key - Désinscrire la clé - - - Do you really want to unregister your key? This action cannot be undone. - Souhaitez-vous réellement désinscrire votre clé ? Cette action ne peut être annulée. - - - Error storing certificate. - Erreur lors du stockage du certificat. - - - This certificate already exists. - Ce certificat existe déjà. - - - Delete Certificate - Supprimer le certificat - - - Are you sure you want to delete this certificate? - Êtes-vous sûr de vouloir supprimer ce certificat ? - - - Registered: No - Inscrit : Non - - - STATUS - STATUT - - - Path: - Chemin : - - - PATH - CHEMIN - - - Author: - Auteur : - - - LABEL - ÉTIQUETTE - - - No developer certificate has been found. - Aucun certificat développeur n'a été trouvé. - - - Open Certificate - Ouvrir le certificat - - - Clear Certificate - Effacer le certificat - - - Create Certificate - Créer un certificat - - - Invalid certificate password. Try again? - Le mot de passe du certificat est invalide. Essayer de nouveau ? - - - Error loading certificate. - Erreur de chargement du certificat. - - - This action cannot be undone. Would you like to continue? - Cette action ne peut pas être annulée. Voulez-vous continuer ? - - - Loading... - Chargement... - - - It appears you are using legacy key files. Please refer to the <a href="https://developer.blackberry.com/native/documentation/core/com.qnx.doc.native_sdk.devguide/com.qnx.doc.native_sdk.devguide/topic/bbid_to_sa.html">BlackBerry website</a> to find out how to update your keys. - Il apparaît que vous utiliser des fichiers de clés existantes. Veuillez-vous référer au <a href="https://developer.blackberry.com/native/documentation/core/com.qnx.doc.native_sdk.devguide/com.qnx.doc.native_sdk.devguide/topic/bbid_to_sa.html">site web de BlackBerry</a> pour trouver comment mettre à jour vos clés. - - - Your keys are ready to be used - Vos clés sont prêtes a être utilisées - - - No keys found. Please refer to the <a href="https://www.blackberry.com/SignedKeys/codesigning.html">BlackBerry website</a> to find out how to request your keys. - Aucune clé n'a été trouvée. Veuillez-vous référer au <a href="https://www.blackberry.com/SignedKeys/codesigning.html">site web de BlackBerry</a> pour trouver comment demander vos clés. - - - - QtC::Qnx - - Get started and configure your environment: - Démarrer et configurer votre environnement : - - - environment setup wizard - Assistant de configuration de l'environnement - - - BlackBerry NDK Path - Chemin du NDK BlackBerry - - - Remove - Supprimer - - - NDK Environment File - Fichier d'environnement NDK - - - Auto-Detected - Autodétecté - - - Manual - Manuel - - - Qt Creator - Qt Creator - - - It appears that your BlackBerry environment has already been configured. - Il apparaît que votre environnement BlackBerry a déjà été configuré. - - - Clean BlackBerry 10 Configuration - Nettoyer la configuration BlackBerry 10 - - - Are you sure you want to remove: - %1? - Êtes-vous sûr de vouloir supprimer : -%1 ? - - - Are you sure you want to uninstall %1? - Êtes-vous sûr de vouloir desinstaller %1 ? - - - Are you sure you want to remove the current BlackBerry configuration? - Êtes-vous sûr de vouloir supprimer la configuration actuelle de BlackBerry ? - - - Add - Ajouter - - - Activate - Activer - - - Deactivate - Désactiver - - - BlackBerry NDK Information - Information du NDK BlackBerry - - - <html><head/><body><p><span style=" font-weight:600;">NDK Base Name:</span></p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Nom de base du NDK :</span></p></body></html> - - - <html><head/><body><p><span style=" font-weight:600;">NDK Path:</span></p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Chemin du NDK :</span></p></body></html> - - - <html><head/><body><p><span style=" font-weight:600;">Version:</span></p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Version :</span></p></body></html> - - - <html><head/><body><p><span style=" font-weight:600;">Host:</span></p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Hôte :</span></p></body></html> - - - <html><head/><body><p><span style=" font-weight:600;">Target:</span></p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Chemin :</span></p></body></html> - - - - QtC::Qnx - - Register Key - Inscrire la clé - - - Confirm CSK password: - Confirmer le mot de passe CSK : - - - Generate developer certificate automatically - Générer un certificat développeur automatiquement - - - Show - Afficher - - - This is the PIN you entered when you requested the CSJ files. - Ceci est le code PIN que vous avez entré lorsque vous avez démandé les fichiers CSJ. - - - CSK passwords do not match. - Les mots de passe CSK ne correspondent pas. - - - Keystore password does not match. - Le mot de passe du trousseau de clés ne correspond pas. - - - - QtC::Qnx - - Device name: - Nom du périphérique : - - - IP or host name of the device - IP ou nom de l'hôte du périphérique - - - Device IP address: - Adresse IP du périphérique : - - - The password you use to unlock your device - Le mot de passe que vous utilisez pour débloquer votre périphérique - - - Simulator - Simulateur - - - Configure BlackBerry Device Connection - Configurer la connexion au périphérique BlackBerry - - - BlackBerry Device - Périphérique BlackBerry - - - - QtC::Qnx - - Your environment is ready to be configured. - Votre environnement est prêt à être configuré. - - - - QtC::Qnx - - <html><head/><body><p><span style=" font-weight:600;">Obtaining keys</span></p><p>You will need to order a pair of CSJ files from BlackBerry, by <a href="https://www.blackberry.com/SignedKeys/codesigning.html"><span style=" text-decoration: underline; color:#004f69;">visiting this page.</span></a></p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Obtention des clés</span></p><p>Vous devez commander une paire de fichiers CSJ à BlackBerry, en <a href="https://www.blackberry.com/SignedKeys/codesigning.html"><span style=" text-decoration: underline; color:#004f69;">visitant cette page.</span></a></p></body></html> - - - PBDT CSJ file: - Fichier PBDT CSJ : - - - RDK CSJ file: - Fichier RDK CSJ : - - - CSJ PIN: - Code PIN CSJ : - - - The PIN you provided on the key request website - Le code PIN que vous avez fourni sur le site de requête de clé - - - The password that will be used to access your keys and CSK files - Le mot de passe qui sera utilisé pour accéder à vos clés et fichiers CSK - - - Register Signing Keys - Inscrire des clés de signature - - - Passwords do not match. - Les mots de passe ne correspondent pas. - - - Setup Signing Keys - Installer les clés signées - - - This wizard will be closed and you will be taken to the BlackBerry key request web page. Do you want to continue? - L'assistant sera fermé et vous serez amené sur le site de requête de clé BlackBerry. Souhaitez-vous continuer ? - - - Browse CSJ File - Parcourcir les fichiers CSJ - - - CSJ files (*.csj) - Fichiers CSJ (*.csj) - - - <html><head/><body><p><span style=" font-weight:600;">Legacy keys detected</span></p><p>It appears you are using legacy key files. Please visit <a href="https://developer.blackberry.com/native/documentation/core/com.qnx.doc.native_sdk.devguide/com.qnx.doc.native_sdk.devguide/topic/bbid_to_sa.html"><span style=" text-decoration: underline; color:#004f69;">this page</span></a> to upgrade your keys.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Des clés existantes ont été détectée</span></p><p>Il apparaît que vous utiliser des fichiers de clés existantes. Merci de visiter <a href="https://developer.blackberry.com/native/documentation/core/com.qnx.doc.native_sdk.devguide/com.qnx.doc.native_sdk.devguide/topic/bbid_to_sa.html"><span style=" text-decoration: underline; color:#004f69;">cette page</span></a> pour mettre à jour vos clés.</p></body></html> - - - <html><head/><body><p><span style=" font-weight:600;">Obtaining keys</span></p><p>You will need to order your signing keys from BlackBerry, by <a href="https://www.blackberry.com/SignedKeys/codesigning.html"><span style=" text-decoration: underline; color:#004f69;">visiting this page.</span></a></p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Obtention des clés</span></p><p>Vous devez commander vos clés signées à BlackBerry, en <a href="https://www.blackberry.com/SignedKeys/codesigning.html"><span style=" text-decoration: underline; color:#004f69;">visitant cette page.</span></a></p></body></html> - - - Your BlackBerry signing keys have already been installed. - Vos clés signées par BlackBerry ont déjà été installée. - - - - QtC::Qnx - - Package signing passwords - Mots de passe de signature des paquets - - - - QtC::VcsBase - - Subversion Submit - Soumission Subversion - - - Descriptio&n - Descriptio&n - - - F&iles - F&ichiers - - - Check a&ll - Coche&r tout - - - %1 %2/%n File(s) - - %1 %2/%n fichier - %1 %2/%n fichiers - - - - &Commit - &Commit - - - Check All - Check all for submit - Cocher tout - - - Uncheck All - Uncheck all for submit - Décocher tout - - - - ColorLineEdit - - Translate this string - Traduire cette chaîne de caractères - - - - WindowPane - - Window - Fenêtre - - - Title - Titre - - - - QtC::ExtensionSystem - - Continue - Continue - - - - QtC::QmlJS - - %1 seems not to be encoded in UTF8 or has a BOM. - %1 ne semble pas être encodé en UTF8 ou possède un BOM. - - - - QtC::Utils - - XML error on line %1, col %2: %3 - Erreur XML sur la ligne %1, colonne %2 : %3 - - - The <RCC> root element is missing. - L'élement racine <RCC> est manquant. - - - - QtC::QmlJS - - Cannot find file %1. - Impossible de trouver le fichier %1. - - - Expected document to contain a single object definition. - Le document ne devrait contenir qu'une seule définition d'objet. - - - Expected expression statement after colon. - Expression attendue après les deux points. - - - Expected expression statement to be a literal. - L'expression doit être littérale. - - - Property is defined twice. - Propriété définie deux fois. - - - Do not use '%1' as a constructor. - Ne pas utiliser '%1' comme un constructeur. - - - Invalid value for enum. - Valeur invalide pour une énumération. - - - Enum value must be a string or a number. - La valeur d'une énumération doit être une chaîne de caractères ou un nombre. - - - Number value expected. - Valeur numérique attendue. - - - Boolean value expected. - Valeur binaire attendue. - - - String value expected. - Chaîne de caractères attendue. - - - Invalid URL. - URL invalide. - - - File or directory does not exist. - Le fichier ou le répertoire n'existe pas. - - - Invalid color. - Couleur invalide. - - - Anchor line expected. - Ligne d'ancrage attendue. - - - Duplicate property binding. - Lien de propriété dupliquée. - - - Id expected. - Identifiant attendu. - - - Invalid id. - Identifiant invalide. - - - Duplicate id. - ID dupliqué. - - - Invalid property name '%1'. - Nom de propriété "%1" invalide. - - - '%1' does not have members. - "%1" n'a pas de membre. - - - '%1' is not a member of '%2'. - "%1" n'est pas un membre de "%2". - - - Assignment in condition. - Assignation dans une condition. - - - Unterminated non-empty case block. - Bloc case non vide et non terminé. - - - Do not use 'eval'. - Ne pas utiliser "eval". - - - Unreachable. - Inatteignable. - - - Do not use 'with'. - Ne pas utiliser "with". - - - Do not use comma expressions. - Ne pas utiliser les expressions séparées par des virgules. - - - '%1' already is a formal parameter. - "%1" est déjà un paramètre formel. - - - Unnecessary message suppression. - Suppression d'un message inutile. - - - '%1' already is a function. - "%1" est déjà une fonction. - - - var '%1' is used before its declaration. - La variable "%1" est utilisée avant sa déclaration. - - - '%1' already is a var. - "%1" est déjà une variable. - - - '%1' is declared more than once. - "%1" est déclaré plusieurs fois. - - - Function '%1' is used before its declaration. - La fonction "%1" est utilisée avant sa déclaration. - - - The 'function' keyword and the opening parenthesis should be separated by a single space. - Le mot-clé "function" et la parenthèse ouvrante doivent être séparés par un seule espace. - - - Do not use stand-alone blocks. - Ne pas utiliser de blocs indépendants. - - - Do not use void expressions. - Ne pas utiliser les expressions void. - - - Confusing pluses. - Signe plus prêtant à confusion. - - - Confusing minuses. - Signe moins prêtant à confusion. - - - Declare all function vars on a single line. - Déclarez toutes les variables de fonction sur une seule ligne. - - - Unnecessary parentheses. - Parenthèses non nécessaires. - - - == and != may perform type coercion, use === or !== to avoid it. - == et != peuvent provoquer une coercition de type, utilisez === ou !== pour l'éviter. - - - == and != perform type coercion, use === or !== to avoid it. - == et != provoquent une coercition de type, utilisez === ou !== pour l'éviter. - - - Expression statements should be assignments, calls or delete expressions only. - Les définitions d'expression devraient être des expression d'assignation, d'appel ou de suppression uniquement. - - - Place var declarations at the start of a function. - Les déclarations devraient être au début d'une fonction. - - - Use only one statement per line. - Utiliser seulement une déclaration par ligne. - - - Unknown component. - Composant inconnu. - - - Could not resolve the prototype '%1' of '%2'. - Impossible de résoudre le prototype "%1" de "%2". - - - Could not resolve the prototype '%1'. - Impossible de résoudre le prototype de "%1". - - - Prototype cycle, the last non-repeated component is '%1'. - Dans le cycle de prototype, le dernier objet non répété est "%1". - - - Invalid property type '%1'. - Type de propriété invalide "%1". - - - Calls of functions that start with an uppercase letter should use 'new'. - Les appels de fonctions qui commence par une lettre majuscule devrait utiliser "new". - - - Use 'new' only with functions that start with an uppercase letter. - "new" ne devrait être utilisé qu'avec des fonctions qui commence par une lettre majuscule. - - - Use spaces around binary operators. - Utilisez des espaces autour des opérateurs binaires. - - - Unintentional empty block, use ({}) for empty object literal. - Bloc vide involontaire, utilisez ({}) pour les objets vides. - - - Use %1 instead of 'var' or 'variant' to improve performance. - Utilisez %1 à la place de "var" ou "variant" pour améliorer les performances. - - - Missing property '%1'. - Propriété "%1" manquante. - - - Object value expected. - Valeur objet attendue. - - - Array value expected. - Valeur de tableau attendue. - - - %1 value expected. - Valeur %1 attendue. - - - Maximum number value is %1. - La valeur maximale est %1. - - - Minimum number value is %1. - La valeur minimale est %1. - - - Maximum number value is exclusive. - La valeur maximale est exclusive. - - - Minimum number value is exclusive. - La valeur minimale est exclusive. - - - String value does not match required pattern. - La valeur de la chaîne de caractères ne correspond pas au format requis. - - - Minimum string value length is %1. - La longueur de la chaîne de caractères est d'au moins %1. - - - Maximum string value length is %1. - La longueur de la chaîne de caractères est d'au plus %1. - - - %1 elements expected in array value. - %1 éléments attendus dans la valeur du tableau. - - - Imperative code is not supported in the Qt Quick Designer. - Le code impératif n'est pas supporté dans Qt Quick Designer. - - - This type is not supported in the Qt Quick Designer. - Ce type n'est pas supporté dans Qt Quick Designer. - - - Reference to parent item cannot be resolved correctly by the Qt Quick Designer. - La référence à l'élément parent ne peut être résolu correctement par Qt Quick Designer. - - - This visual property binding cannot be evaluated in the local context and might not show up in Qt Quick Designer as expected. - La liaison de la propriété visuelle ne peut être évaluée dans le contexte local et pourra ne pas être affiché dans Qt Quick Designer comme cela est attendu. - - - Qt Quick Designer only supports states in the root item. - Qt Quick Designer supporte uniquement les états dans l'élément racine. - - - Using Qt Quick 1 code model instead of Qt Quick 2. - Utiliser un modèle de code Qt Quick 1 au lieu de Qt Quick 2. - - - - QtC::Android - - No analyzer tool selected. - Pas d'outil d'analyse sélectionné. - - - GDB server - Serveur GDB - - - Manage... - Gérer... - - - Auto-detect - Autodétection - - - Edit... - Modifier... - - - Android GDB server - Serveur GDB Android - - - The GDB server to use for this kit. - Le serveur GDB à utiliser pour ce kit. - - - &Binary: - &Binaire : - - - GDB Server for "%1" - Le serveur GDB pour "%1" - - - General - Général - - - XML Source - Source XML - - - Android Manifest editor - Éditeur de manifest Android - - - Package - Paquet - - - <p align="justify">Please choose a valid package name for your application (e.g. "org.example.myapplication").</p><p align="justify">Packages are usually defined using a hierarchical naming pattern, with levels in the hierarchy separated by periods (.) (pronounced "dot").</p><p align="justify">In general, a package name begins with the top level domain name of the organization and then the organization's domain and then any subdomains listed in reverse order. The organization can then choose a specific name for their package. Package names should be all lowercase characters whenever possible.</p><p align="justify">Complete conventions for disambiguating package names and rules for naming packages when the Internet domain name cannot be directly used as a package name are described in section 7.7 of the Java Language Specification.</p> - <p align="justify">Veuillez choisir un nom de paquet valide pour votre application (par exemple : "org.exemple.monapplication").</p><p align="justify">Les paquets sont habituellement définis en utilisant un modèle hiérarchique de nommage, avec des niveaux dans la hiérarchie séparés par des points (.) (prononcé "dot").</p><p align="justify">En général, un nom de paquet commance avec le nom du domaine de premier niveau de l'organisation puis le domaine de l'organisation et ensuite les sous-domaines listés dans l'ordre inverse. L'oganisation peut alors choisir un nom spécifique pour leurs paquets. Les noms de paquets doivent être tout en minuscule autant que possible.</p><p align="justify">La convention complète pour les noms de paquets et les règles pour les nommer lorsque le nom de domaine internet ne peut être utilisé directement comme nom de paquet sont décrites dans la section 7.7 de la spécification du langage Java.</p> - - - <p align="justify">Please choose a valid package name for your application (for example, "org.example.myapplication").</p><p align="justify">Packages are usually defined using a hierarchical naming pattern, with levels in the hierarchy separated by periods (.) (pronounced "dot").</p><p align="justify">In general, a package name begins with the top level domain name of the organization and then the organization's domain and then any subdomains listed in reverse order. The organization can then choose a specific name for their package. Package names should be all lowercase characters whenever possible.</p><p align="justify">Complete conventions for disambiguating package names and rules for naming packages when the Internet domain name cannot be directly used as a package name are described in section 7.7 of the Java Language Specification.</p> - <p align="justify">Veuillez choisir un nom de paquet valide pour votre application (par exemple "org.exemple.monapplication").</p><p align="justify">Les paquets sont habituellement définis en utilisant un modèle hiérarchique de nommage, avec des niveaux dans la hiérarchie séparés par des points (.) (prononcé "dot").</p><p align="justify">En général, un nom de paquet commence avec le nom du domaine de premier niveau de l'organisation puis le domaine de l'organisation et ensuite les sous-domaines listés dans l'ordre inverse. L'oganisation peut alors choisir un nom spécifique pour leurs paquets. Les noms de paquets doivent tous être en minuscule autant que possible.</p><p align="justify">La convention complète pour les noms de paquets et les règles pour les nommer lorsque le nom de domaine internet ne peut être utilisé directement comme nom de paquet sont décrites dans la section 7.7 de la spécification du langage Java.</p> - - - Package name: - Nom du paquet : - - - The package name is not valid. - Le nom du paquet n'est pas valide. - - - Version code: - Version du code : - - - Version name: - Nom de version : - - - Sets the minimum required version on which this application can be run. - Définie la version minimale nécessaire sur laquelle cette application peut tourner. - - - Not set - Non défini - - - Minimum required SDK: - Version du SDK Minimale requise : - - - Sets the target SDK. Set this to the highest tested version.This disables compatibility behavior of the system for your application. - Définit le SDK cible. Réglez-le sur la version la plus élevée testée.Cela désactive le comportement de compatibilité du système pour votre application. - - - Target SDK: - SDK cible : - - - Application name: - Nom de l'application : - - - Run: - Exécution : - - - Select low DPI icon. - Sélectionner une icône basse résolution. - - - Select medium DPI icon. - Sélectionner une icône moyenne résolution. - - - Select high DPI icon. - Sélectionner une icône haute résolution. - - - The structure of the Android manifest file is corrupted. Expected a top level 'manifest' node. - La structure du fichier manifest Android est corrompue. Un nœud de premier niveau "manifest" est attendu. - - - The structure of the Android manifest file is corrupted. Expected an 'application' and 'activity' sub node. - La structure du fichier manifest Android est corrompue. Des sous-nœud "application" et "activity" sont attendus. - - - API %1: %2 - API %1 : %2 - - - Could not parse file: '%1'. - Impossible d'analyser le fichier : "%1". - - - %2: Could not parse file: '%1'. - %2 : impossible d'analyser le fichier : "%1". - - - Select low dpi icon - Sélectionner une icône basse résolution - - - Select medium dpi icon - Sélectionner une icône moyenne résolution - - - Select high dpi icon - Sélectionner une icône haute résolution - - - Application icon: - Icône de l'application : - - - Permissions - Permissions - - - The structure of the android manifest file is corrupt. Expected a top level 'manifest' node. - La structure du fichier manifest Android est corrompue. Un nœud de premier niveau "manifest" est attendu. - - - The structure of the Android manifest file is corrupt. Expected an 'application' and 'activity' sub node. - La structure du fichier manifest Android est corrompue. Des sous-nœud "application" et "activity" sont attendus. - - - Could not parse file: '%1' - Impossible d'analyser le fichier : "%1" - - - %2: Could not parse file: '%1' - %2 : impossible d'analyser le fichier : "%1" - - - Goto error - Aller à l'erreur - - - Choose Low DPI Icon - Choisir une icône basse résolution - - - PNG images (*.png) - Images PNG (*.png) - - - Choose Medium DPI Icon - Choisir une icône moyenne résolution - - - Choose High DPI Icon - Choisir une icône haute résolution - - - Android Manifest file - Fichier manifest Android - - - Could not add mime-type for AndroidManifest.xml editor. - Impossible d'ajouter le type mime pour l'éditeur de AndroidManifest.xml. - - - - QtC::BinEditor - - Memory at 0x%1 - Mémoire à 0x%1 - - - Decimal unsigned value: - Valeur décimale non signée : - - - Decimal signed value: - Valeur décimale signée : - - - Previous decimal unsigned value: - Valeur précédente décimale non signée : - - - Previous decimal signed value: - Valeur précédente décimale signée : - - - %1-bit Integer Type - Type d'entier sur %1 bits - - - Little Endian - remettre endian ? - Petit boutiste - - - Big Endian - Grand boutiste - - - Binary value: - Valeur binaire : - - - Octal value: - Valeur octale : - - - Previous binary value: - Valeur binaire précédente : - - - Previous octal value: - Valeur octale précédente : - - - <i>double</i> value: - Valeur <i>double</i> : - - - Previous <i>double</i> value: - Valeur <i>double</i> précédente : - - - <i>float</i> value: - Valeur <i>float</i> : - - - Previous <i>float</i> value: - Valeur <i>float</i> précédente : - - - Copying Failed - Échec de la copie - - - You cannot copy more than 4 MB of binary data. - Vous ne pouvez pas copier plus de 4 Mo de données binaires. - - - Copy Selection as ASCII Characters - Copier la séléction comme des caractères ASCII - - - Copy Selection as Hex Values - Copier la sélection comme des valeurs hexadécimales - - - Set Data Breakpoint on Selection - Ajouter un point d'arrêt sur la sélection - - - Jump to Address in This Window - Aller à l'adresse dans cette fenêtre - - - Jump to Address in New Window - Aller à l'adresse dans une nouvelle fenêtre - - - Jump to Address 0x%1 in This Window - Aller à l'adresse 0x%1 dans cette fenêtre - - - Jump to Address 0x%1 in New Window - Aller à l'adresse 0x%1 dans une nouvelle fenêtre - - - - QtC::Bookmarks - - Note text: - Note : - - - - QtC::CMakeProjectManager - - Ninja (%1) - Ninja (%1) - - - NMake Generator (%1) - Générateur NMake (%1) - - - MinGW Generator (%1) - Générateur MinGW (%1) - - - Unix Generator (%1) - Générateur UNIX (%1) - - - Show Options - Afficher les options - - - Check Kits - Vérifier les kits - - - There are compatible kits. - Il y a des kits compatibles. - - - Qt Creator has no kits that are suitable for CMake projects. Please configure a kit. - Qt Creator n'a pas de kits qui sont utilisables pour les projets CMake. Veuillez configurer un kit. - - - - QtC::Core - - (%1) - (%1) - - - Qt Creator %1%2 - Qt Creator %1%2 - - - Based on Qt %1 (%2, %3 bit) - Basé sur Qt %1 (%2, %3 bit) - - - Toggle Progress Details - Activer/désactiver les détails de la progression - - - Ctrl+Shift+0 - Ctrl+Shift+0 - - - Alt+Shift+0 - Alt+Shift+0 - - - %1: Full path including file name. - %1 : chemin complet incluant le nom du fichier. - - - %1: Full path excluding file name. - %1 : chemin complet sans le nom du fichier. - - - %1: File name without path. - %1 : nom du fichier sans le chemin. - - - %1: File base name without path and suffix. - %1 : nom du fichier sans le chemin, ni le suffixe. - - - - QtC::CppEditor - - C++ Class - Classe C++ - - - Creates a C++ header and a source file for a new class that you can add to a C++ project. - Crée les fichier d'en-tête et fichier source C++ pour une nouvelle classe que vous pouvez ajouter a votre projet C++. - - - Creates a C++ source file that you can add to a C++ project. - Crée un fichier source C++ que vous pouvez ajouter a votre projet C++. - - - C++ Source File - Fichier source C++ - - - Creates a C++ header file that you can add to a C++ project. - Crée un fichier d'en-tête C++ que vous pouvez ajouter a votre projet C++. - - - C++ Header File - Fichier d'en-tête C++ - - - Switch Between Method Declaration/Definition - Changer entre la définition et déclaration de la méthode - - - Shift+F2 - Shift+F2 - - - Open Method Declaration/Definition in Next Split - Ouvrir la déclaration/définition de la méthode dans une nouvelle vue - - - Additional Preprocessor Directives... - Directives supplémentaires pour le préprocesseur... - - - Switch Between Function Declaration/Definition - Changer entre la définition et déclaration de la fonction - - - Open Function Declaration/Definition in Next Split - Ouvrir la déclaration/définition de la fonction dans une nouvelle vue - - - Meta+E, Shift+F2 - Meta+E, Maj+F2 - - - Ctrl+E, Shift+F2 - Ctrl+E, Maj+F2 - - - Find Usages - Trouver les utilisations - - - Ctrl+Shift+U - Ctrl+Maj+U - - - Open Type Hierarchy - Ouvrir la hiérarchie de type - - - Meta+Shift+T - Meta+Maj+T - - - Ctrl+Shift+T - Ctrl+Maj+T - - - Open Include Hierarchy - Ouvrir la hiérarchie de l'include - - - Meta+Shift+I - Meta+Maj+I - - - Ctrl+Shift+I - Ctrl+Maj+I - - - Rename Symbol Under Cursor - Renommer le symbole sous le curseur - - - CTRL+SHIFT+R - Ctrl+Maj+R - - - Reparse Externally Changed Files - Réanalyser les fichiers modifiés en dehors de Qt Creator - - - Update Code Model - Mettre à jour le modèle de code - - - Create Getter and Setter Member Functions - Créer des fonctions membres accesseurs et mutateurs - - - Generate Missing Q_PROPERTY Members... - Générer les membres Q_PROPERTY manquants... - - - Move Definition Outside Class - Déplacer la définition en dehors de la classe - - - Move Definition to %1 - Déplacer la définition dans %1 - - - Move Definition to Class - Déplacer la définition dans la classe - - - Insert Virtual Functions of Base Classes - Insérer les fonctions virtuelles des classes de bases - - - Insert Virtual Functions - Insérer les fonctions virtuelles - - - &Functions to insert: - &Fonctions à insérer : - - - &Hide already implemented functions of current class - &Cacher les fonctions déjà implémentées de la classe courante - - - &Insertion options: - Options d'&insertion : - - - Insert only declarations - Insérer seulement les déclarations - - - Insert definitions inside class - Insérer les définitions dans la classe - - - Insert definitions outside class - Insérer les définitions en dehors de la classe - - - Insert definitions in implementation file - Insérer les définitions dans un fichier d'implémentation - - - &Add keyword 'virtual' to function declaration - &Ajouter le mot clés "virtual" à la déclaration de la fonction - - - Parsing - Analyse syntaxique - - - Too few arguments - Trop peu d'arguments - - - - QtC::CVS - - &Edit - &Édition - - - - QtC::Debugger - - Symbol Paths - Chemins des symboles - - - Source Paths - Chemin des sources - - - CDB Paths - Chemins CDB - - - Behavior - Comportement - - - Use alternating row colors in debug views - Alterner la couleur de ligne dans le débogueur visuel - - - Change the font size in the debugger views when the font size in the main editor changes. - Changer la taille de la police dans les vues du débogueur quand la taille de police est changée dans l'éditeur principal. - - - Debugger font size follows main editor - La taille de police du débogueur suit celle de l'éditeur principal - - - Use tooltips in main editor while debugging - Utiliser les info-bulles dans l'éditeur principal lors du débogage - - - Populate the source file view automatically. This might slow down debugger startup considerably. - Remplir la vue du fichier source automatiquement. Ceci pourrait ralentir considérablement le lancement du débogueur. - - - Populate source file view automatically - Peupler la vue du fichier source automatiquement - - - Close temporary views on debugger exit - Fermer temporaires les vues à la sortie du débogueur - - - Stopping and stepping in the debugger will automatically open source or disassembler views associated with the current location. Select this option to automatically close them when the debugger exits. - L'arrêt et le pas-à-pas du débogueur ouvrira automatiquement la source ou le désassembleur à la position actuelle. Sélectionner cette option pour les fermer automatiquement lorsque le débogueur quitte. - - - Switch to previous mode on debugger exit - Retourner au mode précédent à l'arrêt du débogueur - - - Bring Qt Creator to foreground when application interrupts - Afficher Qt Creator au premier plan lorsque l'application s'interrompt - - - Show QML object tree in Locals & Expressions when connected and not stepping. - Afficher l'arbre d'objets QML dans "Locales et expressions" lorsqu'il est connecté et non au pas-à-pas. - - - Show QML object tree - Afficher l'arbre d'objets QML - - - Enable a full file path in breakpoints by default also for GDB. - Activer aussi le chemin complet du fichier dans les points d'arrêt par défaut pour GDB. - - - Set breakpoints using a full absolute path - Définir les points d'arrêt en utilisant un chemin absolu complet - - - Register Qt Creator for debugging crashed applications. - Enregistrer Qt Creator pour déboguer les applications crashées. - - - Use Qt Creator for post-mortem debugging - Utiliser Qt Creator pour le débogage post-mortem - - - Warn when debugging "Release" builds - Avertir lors du débogage en mode "Release" - - - Show a warning when starting the debugger on a binary with insufficient debug information. - Afficher un avertissement lors du démarrage du débogueur sur un binaire ayant insuffisamment d'informations de débogage. - - - Maximum stack depth: - Profondeur maximale de la pile : - - - <unlimited> - <illimitée> - - - Maximum string length: - Longueur maximum de la chaîne de caractères : - - - Debugger settings - Paramètres du débogueur - - - GDB Extended - GDB étendu - - - - QtC::ImageViewer - - Color at %1,%2: red: %3 green: %4 blue: %5 alpha: %6 - Couleur à la position %1,%2 : rouge : %3 vert : %4 bleu : %5 alpha : %6 - - - Size: %1x%2, %3 byte, format: %4, depth: %5 - Taille : %1x%2, %3 octet, format : %4, profondeur : %5 - - - <Click to display color> - <Cliquer pour afficher la couleur> - - - Copy Image - Copier l'image - - - Open Image Viewer - Ouvrir un visualiseur d'image - - - - QtC::Debugger - - Unable to start lldb '%1': %2 - LLDB au lieu de lldb, comme sur le site http://lldb.llvm.org/ - Impossible de démarrer LLDB "%1" : %2 - - - Unable to start LLDB "%1": %2 - Impossible de démarrer LLDB "%1" : %2 - - - Interrupt requested... - Interruption demandée... - - - LLDB I/O Error - Erreur d'entrée/sortie de LLDB - - - The LLDB process failed to start. Either the invoked program "%1" is missing, or you may have insufficient permissions to invoke the program. - Échec du démarrage du processus LLDB. Soit le programme "%1" est manquant, soit les droits sont insuffisants pour exécuter le programme. - - - The LLDB process crashed some time after starting successfully. - Le processus LLDB a planté après avoir démarré correctement. - - - An error occurred when attempting to write to the LLDB process. For example, the process may not be running, or it may have closed its input channel. - Une erreur s'est produite lors d'une tentative d'écriture sur le processus LLDB. Par exemple, le processus peut ne pas être démarré ou avoir fermé son entrée standard. - - - An unknown error in the LLDB process occurred. - Une erreur inconnue est survenue dans le processus LLDB. - - - Adapter start failed - Le démarrage de l'adaptateur a échoué - - - String literal %1 - Chaîne de caractères %1 - - - Lldb I/O Error - Erreur d'E/S LLDB - - - The Lldb process failed to start. Either the invoked program '%1' is missing, or you may have insufficient permissions to invoke the program. - Échec du démarrage du processus LLDB. Soit le programme "%1" est manquant, soit les droits sont insuffisants pour exécuter le programme. - - - The Lldb process crashed some time after starting successfully. - Le processus LLDB a crashé après avoir démarré correctement. - - - An error occurred when attempting to write to the Lldb process. For example, the process may not be running, or it may have closed its input channel. - Une erreur s'est produite lors d'une tentative d'écriture sur le processus LLDB. Le processus peut ne pas être démarré ou avoir fermé son entrée standard. - - - An error occurred when attempting to read from the Lldb process. For example, the process may not be running. - Une erreur s'est produite lors d'une tentative de lecture depuis le processus LLDB. Le processus peut ne pas être en cours d'exécution. - - - An unknown error in the Lldb process occurred. - Une erreur inconnue est survenue dans le processus LLDB. - - - - QtC::DiffEditor - - Ignore Whitespace - Ignorer les espaces - - - Context Lines: - Lignes contextuelles : - - - Synchronize Horizontal Scroll Bars - Synchroniser les barre de défilement horizontale - - - [%1] vs. [%2] %3 - [%1] contre [%2] %3 - - - %1 vs. %2 - %1 contre %2 - - - [%1] %2 vs. [%3] %4 - [%1] %2 contre [%3] %4 - - - Diff Editor - Éditeur de différences - - - Diff... - Diff... - - - Select First File for Diff - Sélectionner le premier fichier pour Diff - - - Select Second File for Diff - Sélectionner le second fichier pour Diff - - - Diff "%1", "%2" - Editor title - Diff "%1", "%2" - - - No difference - Aucune différence - - - Skipped %n lines... - - Passer %n ligne... - Passer %n lignes... - - - - [%1] %2 - [%1] %2 - - - - QtC::Utils - - Delete - Supression - - - Insert - Insertion - - - Equal - Équivalent - - - - QtC::Git - - Working tree - Arbre de travail - - - Index - Index - - - Sha1 - SHA1 - - - Reset to: - Réinitaliser à : - - - Select change: - Sélectionner la modification : - - - Reset type: - Réinitialiser le type : - - - Mixed - Mixte - - - Hard - Hard - - - Soft - Soft - - - File input for the merge tool requires Git 1.7.8, or later. - Le fichier d'entrée pour l'outil de fusion nécessite Git 1.7.8 ou supérieur. - - - Normal - Normal - - - Submodule - Sous-module - - - Deleted - Supprimé - - - Symbolic link - Lien symbolique - - - Modified - Modifié - - - Created - Créé - - - Submodule commit %1 - Commit du sous-module %1 - - - Symbolic link -> %1 - Lien symbolique -> %1 - - - Merge Conflict - Conflit dans la fusion - - - %1 merge conflict for '%2' -Local: %3 -Remote: %4 - %1 conflit de fusion pour "%2" -Local : %3 -Distant : %4 - - - &Local - &Local - - - &Remote - &Distant - - - &Created - &Créé - - - &Modified - &Modifié - - - &Deleted - &Supprimé - - - Continue Merging - Continuer la fusion - - - Continue merging other unresolved paths? - Continuer la fusion pour les autres chemins non résolus ? - - - Merge tool process finished successully. - Le processus de l'outil de fusion s'est terminé avec succès. - - - Merge tool process terminated with exit code %1 - Le processus de l'outil de fusion s'est terminé en retournant %1 - - - - QtC::ProjectExplorer - - Custom - Personnalisé - - - %n entries - - %n entrée - %n entrées - - - - Empty - Vide - - - Custom Parser Settings... - Paramètres d'analyse personnalisés... - - - Each line defines a macro. Format is MACRO[=VALUE] - Chaque ligne définie une macro. Le format est MACRO[=VALUE] - - - Each line adds a global header lookup path. - Chaque ligne ajoute un chemin de correspondance d'en-tête global. - - - Comma-separated list of flags that turn on C++11 support. - Liste des flags séparés par des virgules qui active le support du C++11. - - - Comma-separated list of mkspecs. - Liste de mkspecs séparés par une virgule. - - - &Compiler path: - Chemin du &compilateur : - - - &Make path: - Chemin de &make : - - - &ABI: - &ABI : - - - &Predefined macros: - Macros &prédéfinies : - - - &Header paths: - Chemins des &en-têtes : - - - C++11 &flags: - &Flags C++11 : - - - &Qt mkspecs: - mkspecs de &Qt : - - - &Error parser: - &Erreur d'analyse syntaxique : - - - No device configured. - Aucun périphérique configuré. - - - Set Up Device - Configurer le périphérique - - - There is no device set up for this kit. Do you want to add a device? - Il n'y a pas de périphérique configuré pour ce kit. Souhaitez-vous ajouter un périphérique ? - - - Check for a configured device - Vérifier pour les périphériques configurés - - - Run Environment - Environnement d'exécution - - - Base environment for this run configuration: - Environnement de base pour cette configuration d'exécution : - - - %1 (%2 %3 in %4) - %1 (%2 %3 dans %4) - - - System Environment - Environnement du système - - - Clean Environment - Environnement vierge - - - Remove - Name of the action triggering the removetaskhandler - Supprimer - - - Remove task from the task list - Retirer la tâche de la liste des tâches - - - - QtC::Python - - Python source file - Fichier source Python - - - Creates an empty Python script with UTF-8 charset - Créer un script Python vide avec le jeu de caractères UTF-8 - - - New %1 - Nouveau %1 - - - Python class - Classe Python - - - Creates new Python class - Créer une nouvelle classe Python - - - C++ module for Python - Module C++ pour Python - - - Creates C++/Boost file with bindings for Python - Créer un fichier C++/Boost avec des liaisons pour Python - - - Enter Class Name - Entrer le nom de la classe - - - The source file name will be derived from the class name - Le nom du fichier source sera déterminé à partir du nom de la classe - - - Python Class Wizard - Assistant de classe Python - - - Details - Détails - - - - QtC::QbsProjectManager - - Parsing the Qbs project. - Analyse du projet Qbs. - - - Parsing of Qbs project has failed. - L'analyse du projet Qbs a échoué. - - - Qbs based build - Compilation basée sur Qbs - - - New Configuration - Nouvelle configuration - - - New configuration name: - Nom de la nouvelle configuration : - - - %1 Debug - Debug build configuration. We recommend not translating it. - %1 Debug - - - %1 Release - Release build configuration. We recommend not translating it. - %1 Release - - - Build - Compilation - - - Build directory: - Répertoire de compilation : - - - Qbs Build - Compilation Qbs - - - Qbs Clean - Nettoyage Qbs - - - Qbs Install - Installation Qbs - - - %1 in %2 - %1 dans %2 - - - Evaluating - Évaluation - - - Failed opening project '%1': Project is not a file - Échec de l'ouverture du projet "%1" : le projet n'est pas un fichier - - - Reparse Qbs - Recommencer l'analyse Qbs - - - Build File - Compiler le fichier - - - Build File "%1" - Compiler le fichier "%1" - - - Ctrl+Alt+B - Ctrl+Alt+B - - - Build Product - Compiler le produit - - - Build Product "%1" - Compiler le produit "%1" - - - Ctrl+Alt+Shift+B - Ctrl+Alt+Shift+B - - - Could not split properties. - Impossible de séparer les propriétés. - - - No ':' found in property definition. - Aucun ":" trouvé dans la définition de la propriété. - - - The .qbs files are currently being parsed. - Les fichier .qbs sont en cours d'analyse. - - - Parsing of .qbs files has failed. - L'analyser des fichiers .qbs a échoué. - - - Qbs Run Configuration - Configuration d'exécution Qbs - - - Executable: - Exécutable : - - - Arguments: - Arguments : - - - Select Working Directory - Sélectionner le répertoire de travail - - - Reset to default - Restaurer les paramètres par défaut - - - Working directory: - Répertoire de travail : - - - Run in terminal - Exécuter dans un terminal - - - - QmlDesignerContextMenu - - Selection - Sélection - - - Stack (z) - Pile (z) - - - Edit - Éditer - - - Anchors - Ancres - - - Layout - Organisation - - - Select Parent: %1 - Sélectionner parent : %1 - - - Select: %1 - Sélectionner : %1 - - - Deselect: - Déselectionner : - - - Cut - Couper - - - Copy - Copier - - - Paste - Coller - - - Delete Selection - Supprimer la sélection - - - To Front - À l'avant-plan - - - To Back - À l'arrière-plan - - - Raise - Augmenter - - - Lower - Baisser - - - Undo - Annuler - - - Redo - Refaire - - - Visibility - Visibilité - - - Reset Size - Réinitialiser la taille - - - Reset Position - Réinitialiser la position - - - Go into Component - Aller dans le composant - - - Set Id - Définir l'identifiant - - - Reset z Property - Réinitialiser la propriété z - - - Fill - Remplir - - - Reset - Réinitialiser - - - Layout in Column (Positioner) - Organiser avec Column (Positioner) - - - Layout in Row (Positioner) - Organiser avec Row (Positioner) - - - Layout in Grid (Positioner) - Organiser avec Grid (Positioner) - - - Layout in Flow (Positioner) - Organiser avec Flow (Positioner) - - - Layout in ColumnLayout - Organiser avec ColumnLayout - - - Layout in RowLayout - Organiser avec RowLayout - - - Layout in GridLayout - Organiser avec GridLayout - - - Fill Width - Remplir en largeur - - - Fill Height - Remplir en hauteur - - - Layout in Column - Organiser avec Column - - - Layout in Row - Organiser avec Row - - - Layout in Grid - Organiser avec Grid - - - Layout in Flow - Organiser avec Flow - - - Select parent: %1 - Sélectionner le parent : %1 - - - - QmlDesigner::Internal::DebugView - - Model attached - Modèle attaché - - - FileName %1 - Nom du fichier %1 - - - DebugView is enabled - La vue de débogage est activée - - - Model detached - Modèle détaché - - - Added imports: - Imports ajoutés : - - - Removed imports: - Imports retirés : - - - Imports changed: - Imports modifiés : - - - Node created: - Nœud créé : - - - Node removed: - Nœud supprimé : - - - New parent property: - Nouvelle propriété du parent : - - - Old parent property: - Ancienne propriété du parent : - - - PropertyChangeFlag - flag correspondant au signal lancé lors du changement d'une proporiété - PropertyChangeFlag - - - Node reparanted: - Nœud reparenté : - - - New Id: - Nouvel identifiant : - - - Old Id: - Ancien identifiant : - - - New Id: - Nouvel identifiant : - - - Old Id: - Ancien identifiant : - - - Node id changed: - Identifiant du nœud modifié : - - - VariantProperties changed: - VariantProperties modifiée : - - - BindingProperties changed: - BindingProperties modifiée : - - - SignalHandlerProperties changed: - SignalHandlerProperties modifiée : - - - Properties removed: - Propriétés supprimées : - - - Auxiliary Data Changed: - Donnée auxiliaire modifiée : - - - Begin rewriter transaction - Commencer la réécriture de la transaction - - - End rewriter transaction - Finir la réécriture de la transaction - - - Debug View - Vue de débogage - - - Instance property change - Changement d'instance de propriété - - - Instance Completed - Instance complétée - - - Custom Notification: - Notification personnalisée : - - - Node Source Changed: - Nœud source modifié : - - - - QmlDesigner::FormEditorView - - Form Editor - Éditeur d'interface graphique - - - - QmlDesigner::DesignDocument - - Error - Erreur - - - - QmlDesigner::ResetWidget - - Reset All Properties - Réinitialiser toutes les propriétés - - - - QmlDesigner::Internal::MetaInfoPrivate - - Invalid meta info - Méta-information invalide - - - - QmlDesigner::Internal::MetaInfoReader - - Illegal state while parsing - État illégal lors de l'analyse - - - No property definition allowed - Aucune définition de propriété permise - - - Invalid type %1 - Type invalide %1 - - - Unknown property for Type %1 - Propriété inconnue pour le type %1 - - - Unknown property for ItemLibraryEntry %1 - Propriété inconnue pour ItemLibraryEntry %1 - - - Unknown property for Property %1 - Propriété inconnue pour Property %1 - - - Unknown property for QmlSource %1 - Propriété inconnue pour QmlSource %1 - - - Invalid or duplicate item library entry %1 - Élement d'entrée de bibliothèque invalide ou dupliqué %1 - - - - SubComponentManager::parseDirectory - - Invalid meta info - Méta-information invalide - - - - QmlDesigner::QmlDesignerPlugin - - Switch Text/Design - Basculer entre Texte/Design - - - - QmlDesigner::ShortCutManager - - &Undo - Ann&uler - - - &Redo - &Refaire - - - Delete - Supprimer - - - Delete "%1" - Supprimer "%1" - - - Cu&t - Co&uper - - - Cut "%1" - Couper "%1" - - - &Copy - &Copier - - - Copy "%1" - Copier "%1" - - - &Paste - C&oller - - - Paste "%1" - Coller "%1" - - - Select &All - Tout &sélectionner - - - Select All "%1" - Tout sélectionner "%1" - - - Toggle Full Screen - Basculer en plein écran - - - &Restore Default View - &Restaurer la vue par défaut - - - Toggle &Left Sidebar - Basculer sur la barre latérale de &gauche - - - Toggle &Right Sidebar - Basculer sur la barre latérale de &droite - - - &Go into Component - Aller dans le composant (&G) - - - Save %1 As... - Enregistrer %1 sous... - - - &Save %1 - Enregi&strer %1 - - - Revert %1 to Saved - Restaurer %1 à la version sauvegardée - - - Close %1 - Fermer %1 - - - Close All Except %1 - Fermer tout sauf %1 - - - Close Others - Fermer les autres éditeurs - - - - QtC::QmlJSTools - - Cu&t - Co&uper - - - &Copy - &Copier - - - &Paste - C&oller - - - Select &All - Tout &sélectionner - - - C&lear - &Effacer - - - Can only evaluate during a QML debug session. - Ne peut être évalué que dans une session de débogage QML. - - - Show debug, log, and info messages. - Montrer les messages de débogage, de log et d'information. - - - QML/JS Console - Console QML/JS - - - &Show in Editor - Montrer dans l'éditeur (&S) - - - - QmlApplicationWizard - - Failed to read %1 template. - Impossible de lire le modèle %1. - - - Failed to read file %1. - Impossible de lire le fichier %1. - - - - QtC::QmlProjectManager - - New Qt Quick UI Project - Nouveau projet d'IHM Qt Quick - - - This wizard generates a Qt Quick UI project. - Cet assistant génère un projet UI Qt Quick. - - - Component Set - Ensemble de composants - - - Qt Quick Application - Application Qt Quick - - - Creates a Qt Quick application project. - Créé un projet d'application Qt Quick. - - - Qt Quick UI - Interface graphique Qt Quick - - - Creates a Qt Quick UI project. - Créé un projet d'interface graphique Qt Quick. - - - System Environment - Environnement du système - - - - QtC::Qnx - - %1 does not appear to be a valid application descriptor file - %1 ne semble pas être un fichier de description d'application valide - - - - QtC::Qnx - - Application - Application - - - XML Source - Source XML - - - - QtC::Qnx - - Bar descriptor editor - Éditeur de description Bar - - - - QtC::Qnx - - Entry-Point Text and Images - Point d'entrée pour les textes et images - - - Package Information - Information du paquet - - - Author Information - Information sur l'auteur - - - General - Général - - - Permissions - Permissions - - - Environment - Environnement - - - Assets - Ressources - - - - QtC::Qnx - - Permission - Permissions - - - BlackBerry Messenger - BlackBerry Messenger - - - <html><head/><body><p>Allows this app to connect to the BBM Social Platform to access BBM contact lists and user profiles, invite BBM contacts to download your app, initiate BBM chats and share content from within your app, or stream data between apps in real time.</p></body></html> - <html><head/><body><p>Permet à cette application de se connection à la plateforme sociale BBM pour accéder à la liste des contacts BBM et aux profils utilisateurs, inviter des contacts BBM à télécharger votre application, initier des discussions BBM et partager du contenu à partir de votre application ou streamer des données entre applications en temps réel.</p></body></html> - - - Calendar - Calendrier - - - <html><head/><body><p>Allows this app to access the calendar on the device. This access includes viewing, adding, and deleting calendar appointments.</p></body></html> - <html><head/><body><p>Permet à cette application d'accéder au calendrier du périphérique. L'accès inclut la visualisation, l'ajout et la suppression de rendez-vous du calendrier.</p></body></html> - - - Camera - Caméra - - - <html><head/><body><p>Allows this app to take pictures, record video, and use the flash.</p></body></html> - <html><head/><body><p>Permet à cette application de prendre des photos, enregistrer une vidéo et utiliser le flash.</p></body></html> - - - Contacts - Contacts - - - <html><head/><body><p>Allows this app to access the contacts stored on the device. This access includes viewing, creating, and deleting the contacts.</p></body></html> - <html><head/><body><p>Permet à cette application d'accéder aux contacts stockés sur le périphérique. Cette accès inclut la visualisation, la création et la suppression de contacts.</p></body></html> - - - Device Identifying Information - Information identifiant le périphérique - - - <html><head/><body><p>Allows this app to access device identifiers such as serial number and PIN.</p></body></html> - <html><head/><body><p>Permet à cette application d'accéder aux identifiants du périphérique tels que le numéro de série et le code PIN.</p></body></html> - - - Email and PIN Messages - Emails et messages PIN - - - <html><head/><body><p>Allows this app to access the email and PIN messages stored on the device. This access includes viewing, creating, sending, and deleting the messages.</p></body></html> - <html><head/><body><p>Permet à cette application d'accéder aux emails et aux messages PIN stockés sur un périphérique. Cet accès inclut la visualisation, la création, l'envoie et la suppression des messages.</p></body></html> - - - GPS Location - Emplacement GPS - - - <html><head/><body><p>Allows this app to access the current GPS location of the device.</p></body></html> - <html><head/><body><p>Permet à cette application d'accéder à l'emplacement actuel en utilisant le GPS du périphérique.</p></body></html> - - - Internet - Internet - - - <html><head/><body><p>Allows this app to use Wi-fi, wired, or other connections to a destination that is not local on the user's device.</p></body></html> - <html><head/><body><p>Permet à cette application d'utiliser le Wi-Fi, le cable ou d'autres connexions pour une destination qui n'est pas locale au périphérique de l'utilisateur.</p></body></html> - - - Location - Emplacement - - - <html><head/><body><p>Allows this app to access the device's current or saved locations.</p></body></html> - <html><head/><body><p>Permet à cette application d'accéder aux emplacements du périphérique actuel ou sauvegardés.</p></body></html> - - - Microphone - Microphone - - - <html><head/><body><p>Allows this app to record sound using the microphone.</p></body></html> - <html><head/><body><p>Permet à cette application d'enregistrer le son provenant du microphone.</p></body></html> - - - Notebooks - Carnet de notes - - - <html><head/><body><p>Allows this app to access the content stored in the notebooks on the device. This access includes adding and deleting entries and content.</p></body></html> - <html><head/><body><p>Permet à cette application d'accéder au contenu stocké dans le carnet de notes du périphérique. Cette accès inclut l'ajout et la suppression de contenu.</p></body></html> - - - Post Notifications - Envoi de notifications - - - <html><head/><body><p>Post a notification to the notifications area of the screen.</p></body></html> - <html><head/><body><p>Envoie une notification dans la zone de notification de l'écran.</p></body></html> - - - Push - Push - - - <html><head/><body><p>Allows this app to use the Push Service with the BlackBerry Internet Service. This access allows the app to receive and request push messages. To use the Push Service with the BlackBerry Internet Service, you must register with BlackBerry. When you register, you receive a confirmation email message that contains information that your application needs to receive and request push messages. For more information about registering, visit https://developer.blackberry.com/services/push/. If you're using the Push Service with the BlackBerry Enterprise Server or the BlackBerry Device Service, you don't need to register with BlackBerry.</p></body></html> - email !!!!!!! - <html><head/><body><p>Permet à cette application d'utiliser le service Push avec le service Internet BlackBerry. Cet accès permet à l'application de recevoir et envoyer des messages push. Pour utiliser le service Push avec le service Internet BlackBerry, vous devez être enregistré auprès de BlackBerry. Lors de votre inscription, vous recevrez un courriel de confirmation qui contient les informations que votre application à besoin pour recevoir et envoyer des messages push. Pour plus d'information sur l'enregistrement, allez sur la page https://developer.blackberry.com/services/push/. Si vous utilisez le service Push avec BlackBerry Enterprise Server ou BlackBerry Device Service, vous n'avez pas besoin de vous inscrire auprès de BlackBerry.</p></body></html> - - - Run When Backgrounded - Exécuter en arrière plan - - - <html><head/><body><p>Allows background processing. Without this permission, the app is stopped when the user switches focus to another app. Apps that use this permission are rigorously reviewed for acceptance to BlackBerry App World storefront for their use of power.</p></body></html> - <html><head/><body><p>Permet d'effectuer une tâche de fond. Sans cette permission, l'application est arrêtée lorsque l'utilisateur donne le focus à une autre application. Les application qui utilisent cette permission sont vérifiés rigoureusement au niveau d'utilisation de l'énergie lors de l'acceptation sur le store BlackBerry App World.</p></body></html> - - - Shared Files - Fichiers partagés - - - <html><head/><body><p>Allows this app to access pictures, music, documents, and other files stored on the user's device, at a remote storage provider, on a media card, or in the cloud.</p></body></html> - <html><head/><body><p>Permet à cette application d'accéder aux images, musiques, documents et autres fichiers stockés sur un périphérique de l'utilisateur, chez un fournisseur de stockage, sur une carde mémoire ou dans le cloud.</p></body></html> - - - Text Messages - Messages texte - - - <html><head/><body><p>Allows this app to access the text messages stored on the device. The access includes viewing, creating, sending, and deleting text messages.</p></body></html> - <html><head/><body><p>Permet cette application d'accéder aux messages texte stockés sur le périphérique. L'accès inclut la visualisation, la création, l'envoie et la suppression de messages texte.</p></body></html> - - - - QtC::Qnx - - Path - Chemin - - - Author - Auteur - - - Active - Actif - - - - QtC::Qnx - - Could not find command '%1' in the build environment - Impossible de trouver la commande "%1" dans l'environnement de compilation - - - No hostname specified for device - Aucun nom d'hôte définit pour le périphérique - - - - QtC::Qnx - - <b>Check development mode</b> - <b>Vérifier le mode développeur</b> - - - - QtC::Qnx - - Check Development Mode - Vérifier le mode développeur - - - - QtC::Qnx - - The following errors occurred while setting up BB10 Configuration: - Les erreurs suivantes sont apparues pendant la configuration de BB10 : - - - Qt %1 for %2 - Qt %1 pour %2 - - - QCC for %1 - QCC pour %1 - - - Debugger for %1 - Débogueur pour %1 - - - The following errors occurred while activating target: %1 - Les erreurs suivantes sont apparues pendant l'activation de la cible : %1 - - - - No Qt version found. - - Aucune version de Qt trouvée. - - - - No GCC compiler found. - - Aucun compilateur GCC trouvé. - - - - No GDB debugger found for BB10 Device. - - Aucun débogueur GDB trouvé pour le périphérique BB10. - - - - No GDB debugger found for BB10 Simulator. - - Aucun débogueur GDB trouvé pour le simulateur BB10. - - - Cannot Set up BB10 Configuration - Impossible de paramétrer une configuration BB10 - - - BlackBerry Device - %1 - Périphérique BlackBerry - %1 - - - BlackBerry Simulator - %1 - Simulateur BlackBerry - %1 - - - Qt Version Already Known - Version de Qt déjà connue - - - This Qt version was already registered. - Cette version de Qt avait déjà été enregistrée. - - - Invalid Qt Version - Version de Qt invalide - - - Unable to add BlackBerry Qt version. - Impossible d'ajouter une version de Qt BlackBerry. - - - Compiler Already Known - Compilateur déjà connu - - - This compiler was already registered. - Ce compilateur avait déjà été enregistré. - - - Kit Already Known - Kit déjà connu - - - This kit was already registered. - Ce kit avait déjà été enregistré. - - - BlackBerry 10 (%1) - Simulator - BlackBerry 10 (%1) - Simulateur - - - BlackBerry 10 (%1) - BlackBerry 10 (%1) - - - - QtC::Qnx - - Failed to start blackberry-signer process. - Échec de démarrage du processus de signature BlackBerry. - - - Process timed out. - Le processus a expiré. - - - Child process has crashed. - Le processus enfant a crashé. - - - Process I/O error. - Le processus a eu une erreur d'E/S. - - - Unknown process error. - Erreur inconnue du processus. - - - - QtC::Qnx - - Error connecting to device: java could not be found in the environment. - Erreur lors de la connexion au périphérique : Java n'a pas pu être trouvé dans l'environnement. - - - - QtC::Qnx - - Keys - Clés - - - - QtC::Qnx - - NDK - NDK - - - - QtC::Qnx - - Authentication failed. Please make sure the password for the device is correct. - Échec de l'authentification. Veuillez-vous assurer que le mot de passe pour le périphérique est correct. - - - - QtC::Qnx - - BlackBerry Development Environment Setup Wizard - Assistant de paramétrage de l'environnement de développement BlackBerry - - - Reading device PIN... - Lecture du code PIN du périphérique... - - - Registering CSJ keys... - Inscription des clés CSJ... - - - Generating developer certificate... - Génération du certificat développeur... - - - Generating SSH keys... - Génération des clés SSH... - - - Requesting a debug token for the device... - Requête du jeton de débogage pour le périphérique... - - - Now uploading the debug token... - Envoi du jeton de débogage... - - - Writing device information... - Écriture des informations du périphérique... - - - Error reading device PIN. Please make sure that the specified device IP address is correct. - Erreur lors de la lecture du code PIN. Veuillez-vous assurer que l'adresse IP du périphérique est correcte. - - - Error - Erreur - - - Error creating developer certificate. - Erreur lors de la création du certificat développeur. - - - Failed to request debug token: - Échec de la requête du jeton de débogage : - - - Failed to request debug token: - Échec de la requête du jeton de débogage : - - - Wrong CSK password. - Mauvais mot de passe CSK. - - - Wrong keystore password. - Mauvais mot de passe du trousseau de clés. - - - Network unreachable. - Réseau inaccessible. - - - Illegal device PIN. - Code PIN du périphérique illégal. - - - - QtC::Qnx - - Welcome to the BlackBerry Development Environment Setup Wizard. -This wizard will guide you through the essential steps to deploy a ready-to-go development environment for BlackBerry 10 devices. - Bienvenue dans l'assistant de configuration de l'environnement de développement BlackBerry. -Cet assistant vous guidera à travers les étapes essentielles pour déployez un environnement de développement prêt à l'emloi pour les périphériques BlackBerry 10. - - - BlackBerry Development Environment Setup - Configuration de l'environnement de développement BlackBerry - - - - QtC::Qnx - - Configure the NDK Path - Confirmer le chemin du NDK - - - - QtC::Qnx - - Not enough free ports on device for debugging. - Pas assez de ports disponibles sur le périphérique pour le débogage. - - - - QtC::Qnx - - Preparing remote side... - - Préparation de la partie distante... - - - - Preparing remote side... - Préparation de la partie distante... - - - The %1 process closed unexpectedly. - Le processus %1 s'est fermé de façon inattendue. - - - Initial setup failed: %1 - Échec de la configuration initialiale : %1 - - - - BlackBerry - - BlackBerry - BlackBerry - - - - QtC::Qnx - - %1 found. - - %1 trouvé. - - - - %1 not found. - - %1 introuvable. - - - - An error occurred checking for %1. - - Une erreur est survenue lors de la vérification de %1. - - - SSH connection error: %1 - - Erreur de connexion SSH : %1 - - - %1 found. - %1 trouvé. - - - %1 not found. - %1 introuvable. - - - An error occurred checking for %1. - Une erreur est survenue lors de la vérification de %1. - - - SSH connection error: %1 - Erreur de connexion SSH : %1 - - - Checking for %1... - Recherche de %1... - - - - QtC::Qnx - - Bar descriptor file (BlackBerry) - Fichier de description Bar (BlackBerry) - - - Could not add mime-type for bar-descriptor.xml editor. - Impossible d'ajouter le type mime pour l'éditeur de bar-descriptor.xml. - - - Bar Descriptor - Description de Bar - - - - QtC::QtSupport - - All Versions - Toutes les versions - - - Full path to the host bin directory of the current project's Qt version. - Chemin complet vers le répertoire bin d'origine de la version Qt actuelle du projet. - - - Full path to the target bin directory of the current project's Qt version. You probably want %1 instead. - Chemin complet vers le répertoire bin de destination de la version Qt actuelle du projet. Vous vouliez probablement dire %1 à la place. - - - No factory found for qmake: '%1' - Aucune fabrique trouvée pour qmake : "%1" - - - - QtC::RemoteLinux - - Not enough free ports on device for debugging. - Pas assez de ports disponibles sur le périphérique pour le débogage. - - - Checking available ports... - - Vérification des ports disponibles... - - - - Checking available ports... - Vérification des ports disponibles... - - - Failure running remote process. - Échec d'exécution du processus distant. - - - Initial setup failed: %1 - Échec lors de la configuration initiale : %1 - - - Local File Path - Chemin du fichier local - - - Remote Directory - Répertoire distant - - - Clean Environment - Environnement vierge - - - System Environment - Environnement du système - - - Fetch Device Environment - Récupérer l'environnement du périphérique - - - Cancel Fetch Operation - Annuler la récupération - - - Device Error - Erreur du périphérique - - - Fetching environment failed: %1 - Échec lors de la récupération de l'environnement : %1 - - - - QtC::TextEditor - - Refactoring cannot be applied. - La refactorisation ne peut être appliquée. - - - - QtC::QmlProjectManager - - Creates a Qt Quick 1 UI project with a single QML file that contains the main view.&lt;br/&gt;You can review Qt Quick 1 UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects.&lt;br/&gt;&lt;br/&gt;Requires &lt;b&gt;Qt 4.8&lt;/b&gt; or newer. - Crée un projet d'interface utilisateur Qt Quick 1 contenant un seul fichier QML contenant la vue principale.&lt;br/&gt;Vous pouvez revoir les projets d'interface utilisateur Qt Quick 1 dans QML Viewer sans avoir besoin de les compiler. Vous n'avez pas besoin d'un environnement de développement installé sur votre ordinateur pour créer et exécuter ce type de projet.&lt;br/&gt;&lt;br/&gt;Nécessite &lt;b&gt;Qt 4.8&lt;/b&gt; ou supérieur. - - - Creates a Qt Quick 2 UI project with a single QML file that contains the main view.&lt;br/&gt;You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects.&lt;br/&gt;&lt;br/&gt;Requires &lt;b&gt;Qt 5.0&lt;/b&gt; or newer. - Créé un projet d'interface utilisateur Qt Quick 2 contenant un seul fichier QML contenant la vue principale.&lt;br/&gt;Vous pouvez revoir les projets d'interface utilisateur Qt Quick 2 dans QML Scene sans avoir besoin de les compiler. Vous n'avez pas besoin d'un environnement de développement installé sur votre ordinateur pour créer et exécuter ce type de projet.&lt;br/&gt;&lt;br/&gt;Nécessite &lt;b&gt;Qt 5.0&lt;/b&gt; ou supérieur. - - - Creates a Qt Quick 2 UI project with a single QML file that contains the main view and uses Qt Quick Controls.&lt;br/&gt;You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. This project requires that you have installed Qt Quick Controls for your Qt version.&lt;br/&gt;&lt;br/&gt;Requires &lt;b&gt;Qt 5.1&lt;/b&gt; or newer. - Créé un projet d'interface utilisateur Qt Quick 2 contenant un seul fichier QML contenant la vue principale et utilisant Qt Quick Controls.&lt;br/&gt;Vous pouvez revoir les projets d'interface utilisateur Qt Quick 2 dans QML Scene sans avoir besoin de les compiler. Vous n'avez pas besoin d'un environnement de développement installé sur votre ordinateur pour créer et exécuter ce type de projet.&lt;br/&gt;&lt;br/&gt;Nécessite &lt;b&gt;Qt 5.1&lt;/b&gt; ou supérieur. - - - - QtC::Android - - Target API: - API cible : - - - MiB - Mio - - - ABI: - ABI : - - - Signing a debug package - Authentifier un paquet Debug - - - Open package location after build - Ouvrir l'emplacement du paquet après la compilation - - - Verbose output - Sortie détaillée - - - Create AndroidManifest.xml - Créer le fichier AndroidManifest.xml - - - Android target SDK: - SDK Android cible : - - - Input file for androiddeployqt: - Fichier d'entrée pour androiddeployqt : - - - Qt no longer uses the folder "android" in the project's source directory. - Qt n'utilise plus le répertoire "android" dans le répertoire des sources du projet. - - - Qt Deployment - Déploiement de Qt - - - Use the external Ministro application to download and maintain Qt libraries. - Utiliser l'application externe Ministro pour télécharger et mettre à jour les bibliothèques Qt. - - - Additional Libraries - Bibliothèques supplémentaires - - - List of extra libraries to include in Android package and load on startup. - Liste des bibliothèques supplémentaires à inclure dans le paquet Android et à charger au démarrage. - - - Select library to include in package. - Sélectionner la bibliothèque à inclure dans le paquet. - - - Remove currently selected library from list. - Supprimer de la liste la bibliothèque actuellement sélectionnée. - - - Select Android Device - Sélectionner un périphérique Android - - - Refresh Device List - Rafraîchir la liste des périphériques - - - Create Android Virtual Device - Créer un périphérique virtuel Android (AVD) - - - Always use this device for architecture %1 - Toujours utiliser ce périphérique pour l'architecture %1 - - - Compatible devices - Périphériques compatibles - - - Unauthorized. Please check the confirmation dialog on your device %1. - Non autorisé. Veuillez valider la fenêtre de confirmation sur votre périphérique %1. - - - ABI is incompatible, device supports ABIs: %1. - L'ABI est incompatible, le périphérique supporte les ABI : %1. - - - API Level of device is: %1. - Le niveau de l'API pour le périphérique est : %1. - - - Incompatible devices - Périphériques incompatibles - - - - QtC::BareMetal - - Form - Formulaire - - - GDB host: - Hôte GDB : - - - GDB port: - Port GDB : - - - GDB commands: - Commandes GDB : - - - Name: - Nom : - - - localhost - localhost - - - load -monitor reset - chargement -réinitialisation du moniteur - - - - QtC::Core - - Add the file to version control (%1) - Ajouter le fichier au contrôle de version (%1) - - - Add the files to version control (%1) - Ajouter les fichiers au contrôle de version (%1) - - - - QtC::CppEditor - - Additional C++ Preprocessor Directives - Directives supplémentaires pour le préprocesseur C++ - - - Project: - Projet : - - - Additional C++ Preprocessor Directives for %1: - Directives supplémentaires pour le préprocesseur C++ pour %1 : - - - Code Completion and Semantic Highlighting - Complétion du code et surlignage sémantique - - - C - C - - - Objective C - Objective C - - - Objective C++ - Objective C++ - - - Pre-compiled Headers - En-têtes précompilés - - - <html><head/><body><p>When pre-compiled headers are not ignored, the parsing for code completion and semantic highlighting will process the pre-compiled header before processing any file.</p></body></html> - <html><head/><body><p>Lorsque les en-têtes précompilés ne sont pas ignorés, l'analyse pour la complétion du code et le surlignage sémantique sera réalisée sur les en-têtes précompilés avant de l'être sur les autres fichiers.</p></body></html> - - - Ignore pre-compiled headers - Ignorer les en-têtes précompilés - - - - QtC::Ios - - Base arguments: - Arguments de base : - - - Reset Defaults - Restaurer les paramètres par défaut - - - Extra arguments: - Arguments supplémentaires : - - - xcodebuild - xcodebuild - - - Qt Creator needs a compiler set up to build. Configure a compiler in the kit preferences. - Qt Creator requiert un compilateur. Configurez-en un dans les options de kit. - - - Configuration is faulty. Check the Issues output pane for details. - La configuration est défectueuse. Veuillez vérifier la vue des problèmes pour les détails. - - - Form - Formulaire - - - Arguments: - Arguments : - - - Executable: - Exécutable : - - - iOS Configuration - Configuration iOS - - - Ask about devices not in developer mode - Demander pour les périphériques qui ne sont pas en mode développeur - - - - QtC::ProjectExplorer - - Custom Parser - Analyseur personnalisé - - - &Error message capture pattern: - &Motif de capture des messages d'erreur : - - - #error (.*):(\d+): (.*)$ - #erreur (.*):(\d+): (.*)$ - - - Capture Positions - Position des captures - - - &File name: - Nom de &fichier : - - - &Line number: - Numéro de &ligne : - - - &Message: - &Message : - - - E&rror message: - &Message d'erreur : - - - #error /home/user/src/test.c:891: Unknown identifier `test` - #erreur /home/user/src/test.c:891: Identifiant inconnu `test` - - - File name: - Nom du fichier : - - - TextLabel - Label de texte - - - Line number: - Numéro de ligne : - - - Message: - Message : - - - Not applicable: - Non applicable : - - - Pattern is empty. - Le motif est vide. - - - Pattern does not match the error message. - Le motif ne trouve pas de correspondance dans le message d'erreur. - - - Device Test - Test de périphérique - - - Close - Fermer - - - Device test finished successfully. - Le test du périphérique s'est terminé avec succès. - - - Device test failed. - Le test du périphérique a échoué. - - - - QmlDesigner::AddTabToTabViewDialog - - Dialog - Dialogue - - - Add tab: - Ajouter un onglet : - - - - QtC::Qnx - - Debug Token - Jeton de débogage - - - Location: - Emplacement : - - - Generate - Générer - - - Debug token is needed for deploying applications to BlackBerry devices. - Le jeton de débogage est nécessaire pour déployer des applications sur les périphériques BlackBerry. - - - Type: - Type : - - - Host name or IP address: - Nom de l'hôte ou adresse IP : - - - Configuration name: - Nom de la configuration : - - - Configuration - Configuration - - - - QtC::Qnx - - Device Information - Information sur le périphérique - - - Querying device information. Please wait... - Récupération des informations du périphérique. Veuillez patienter... - - - Cannot connect to the device. Check if the device is in development mode and has matching host name and password. - Impossible de se connecter au périphérique. Veuillez vérifier si le périphérique est en mode développement et que le nom de l'hôte et le mot de passe correspondent. - - - Generating SSH keys. Please wait... - Génération des clés SSH. Veuillez patienter... - - - Failed generating SSH key needed for securing connection to a device. Error: - Échec de la génération de la clé SSH, nécessaire pour la sécurité de la connexion à un périphérique. Erreur : - - - Failed saving SSH key needed for securing connection to a device. Error: - Échec de l'enregistrement de la clé SSH, nécessaire pour la sécurité de la connexion à un périphérique. Erreur : - - - Device information retrieved successfully. - Les informations du périphérique ont été retournée avec succès. - - - - QtC::Qnx - - Select Native SDK path: - Sélectionner le chemin du SDK natif : - - - Native SDK - SDK natif - - - Specify 10.2 NDK path manually - Spécifier manuellement le chemin du NDK 10.2 - - - - QtC::Qnx - - Please wait... - Veuillez patienter... - - - Uninstalling - Désinstallation - - - Installing - Installation - - - Uninstalling target: - Cible de la désinstallation : - - - Installing target: - Cible de l'installation : - - - - QtC::Qnx - - Please select target: - Veuillez sélectionner une cible : - - - Target - Cible - - - Version - Version - - - Querying available targets. Please wait... - Récupération des cibles disponnibles. Veuillez patienter... - - - - QtC::Qnx - - Password: - Mot de passe : - - - Confirm password: - Confirmer le mot de passe : - - - Status - Statut - - - Create Developer Certificate - Créer le certificat développeur - - - The entered passwords do not match. - Les mots de passe donnés ne correspondent pas. - - - - QtC::Qnx - - Choose the Location - Choisir l'emplacement - - - Project path: - Chemin du projet : - - - - QtC::UpdateInfo - - Configure Filters - Configurer les filtres - - - Qt Creator Update Settings - Paramètres de mise à jour de Qt Creator - - - Qt Creator automatically runs a scheduled update check on a daily basis. If Qt Creator is not in use on the scheduled time or maintenance is behind schedule, the automatic update check will be run next time Qt Creator starts. - Qt Creator exécute automatiquement un contrôle des mises à jour programmé quotidiennement. Si Qt Creator n'est pas en cours d'exécution à ce moment là ou si la maintenance est en retard, la vérification automatique des mises à jour sera exécutée la prochaine fois Qt Creator démarre. - - - Run update check daily at: - Lancer la recheche quotidienne de mise à jour à : - - - - FlickableSection - - Flickable - Flickable - - - Content size - Taille du contenu - - - Flick direction - Direction du flick - - - Behavior - Comportement - - - Bounds behavior - Comportement des bords - - - Interactive - Interactif - - - Max. velocity - Vitesse maximale - - - Maximum flick velocity - Vitesse de flick maximale - - - Deceleration - Ralentissement - - - Flick deceleration - Ralentissement du flick - - - - FontSection - - Font - Police - - - Size - Taille - - - Font style - Style de police - - - Style - Style - - - - StandardTextSection - - Text - Texte - - - Wrap mode - Mode de découpage du texte - - - Alignment - Alignement - - - - AdvancedSection - - Advanced - Avancé - - - Scale - Échelle - - - Rotation - Rotation - - - - ColumnSpecifics - - Column - Colonne - - - Spacing - Espacement - - - - FlipableSpecifics - - Flipable - Flipable - - - - GeometrySection - - Geometry - Géométrie - - - Position - Position - - - Size - Taille - - - - ItemPane - - Type - Type - - - id - identifiant - - - Visibility - Visibilité - - - Is Visible - Est visible - - - Clip - Retailler - - - Opacity - Opacité - - - Layout - Layout - - - Advanced - Avancé - - - - LayoutSection - - Layout - Layout - - - Anchors - Ancres - - - Target - Cible - - - Margin - Marge - - - - QtObjectPane - - Type - Type - - - id - identifiant - - - - TextInputSection - - Text Input - Texte en entrée - - - Input mask - Masque d'entrée - - - Echo mode - Mode d'affichage - - - Pass. char - Carac. masqué - - - Character displayed when users enter passwords. - Caractère affiché quand l'utilisateur entre des mots de passe. - - - Flags - Flags - - - Read only - Lecture seule - - - Cursor visible - Curseur visible - - - Active focus on press - Activer le focus à l'appui - - - Auto scroll - Défilement automatique - - - - TextInputSpecifics - - Text Color - Couleur du texte - - - Selection Color - Couleur de la sélection - - - - TextSpecifics - - Text Color - Couleur du texte - - - Style Color - Couleur du style - - - - WindowSpecifics - - Window - Fenêtre - - - Title - Titre - - - Size - Taille - - - - SideBar - - New to Qt? - Nouveau sur Qt ? - - - Learn how to develop your own applications and explore Qt Creator. - Apprendre comment développer vos propres applications et explorer Qt Creator. - - - Get Started Now - attention à la longueur du texte, doit reste petit - Démarrer - - - Online Community - Communauté en ligne - - - Blogs - Blogs - - - User Guide - Guide utilisateur - - - - QtC::Android - - Deploy to Android device or emulator - Déployer sur un périphérique Android ou un émulateur - - - Found old folder "android" in source directory. Qt 5.2 does not use that folder by default. - Un ancien dossier "android" a été trouvé dans le répertoire des sources. Qt 5.2 n'utilise plus ce dossier par défaut. - - - No Android arch set by the .pro file. - Aucun architecture Android n'est définie dans le fichier .pro. - - - Failed to run keytool. - Échec d'exécution de keytool. - - - Invalid password. - Mot de passe invalide. - - - Select additional libraries - Sélectionner les bibliothèques supplémentaires - - - Libraries (*.so) - Bibliothèques (*.so) - - - Android: SDK installation error 0x%1 - Android : erreur d'installation du SDK 0x%1 - - - Android: NDK installation error 0x%1 - Android : erreur d'installation du NDK 0x%1 - - - Android: Java installation error 0x%1 - Android : erreur d'installation de Java 0x%1 - - - Android: ant installation error 0x%1 - Android : erreur d'installation de ant 0x%1 - - - Android: adb installation error 0x%1 - Android : erreur d'installation de adb 0x%1 - - - Android: Device connection error 0x%1 - Android : erreur de connexion du périphérique 0x%1 - - - Android: Device permission error 0x%1 - Android : erreur de permission du périphérique 0x%1 - - - Android: Device authorization error 0x%1 - Android : Erreur d'autorisation du périphérique 0x%1 - - - Android: Device API level not supported: error 0x%1 - Android : le niveau d'API du périphérique n'est pas supporté : erreur 0x%1 - - - Android: Unknown error 0x%1 - Android : errreur inconnue 0x%1 - - - <b>Make install</b> - <b>Installation de make</b> - - - Make install - Installation de make - - - Qt Creator needs additional settings to enable Android support.You can configure those settings in the Options dialog. - Qt Creator a besoin de paramètres supplémentaires pour activer le support Android. Vous pouvez configurer ces paramètres dans le dialogue Options. - - - Open Settings - Ouvrir les préférences - - - No application .pro file found in this project. - Aucun fichier d'application .pro n'a été trouvé dans ce projet. - - - No Application .pro File - Aucun ficher d'application .pro - - - Select the .pro file for which you want to create an AndroidManifest.xml file. - Sélectionner un fichier .pro pour lequel vous souhaitez créer un fichier AndroidManifest.xml. - - - .pro file: - Fichier .pro : - - - Select a .pro File - Sélectionner un fichier .pro - - - Android package source directory: - Répertoire des sources du paquet Android : - - - Select the Android package source directory. The files in the Android package source directory are copied to the build directory's Android directory and the default files are overwritten. - Sélectionner le répertoire des sources du paquet Android. Les fichiers dans ce répertoire seront copiés dans le répertoire de compilation d'Android et les fichiers par défaut seront remplacés. - - - The Android manifest file will be created in the ANDROID_PACKAGE_SOURCE_DIR set in the .pro file. - Le fichier manifest Android sera créé dans le répertoire défini dans le fichier .pro par le paramètre ANDROID_PACKAGE_SOURCE_DIR. - - - Create Android Manifest Wizard - Créer l'assistant pour le manifest Android - - - Overwrite AndroidManifest.xml - Remplacer le fichier AndroidManifest.xml - - - Overwrite existing AndroidManifest.xml? - Remplacer le fichier existant AndroidManifest.xml ? - - - File Removal Error - Erreur de suppression du fichier - - - Could not remove file %1. - Impossible de supprimer le fichier %1. - - - File Creation Error - Erreur de création du fichier - - - Could not create file %1. - Impossible de créer le fichier %1. - - - Project File not Updated - Le fichier de projet n'a pas été mis à jour - - - Could not update the .pro file %1. - Impossible de mettre à jour le fichier .pro %1. - - - - QtC::BareMetal - - Bare Metal - Bare Metal - - - Bare Metal Device - Périphérique Bare Metal - - - New Bare Metal Device Configuration Setup - Nouveau paramètres de configuration du périphérique Bare Metal - - - Set up GDB Server or Hardware Debugger - Définir un serveur GDB ou un débogueur hardware - - - GDB commands - Commandes GDB - - - %1 (via GDB server or hardware debugger) - %1 (via le serveur GDB ou le débogueur hardware) - - - Run on GDB server or hardware debugger - Bare Metal run configuration default run name - Exécuter sur un serveur GDB ou un débogueur hardware - - - %1 (on GDB server or hardware debugger) - %1 (via le serveur GDB ou le débogueur hardware) - - - Executable: - Exécutable : - - - Arguments: - Arguments : - - - <default> - <par défaut> - - - Working directory: - Répertoire de travail : - - - Unknown - Inconnue - - - Cannot debug: Kit has no device. - Impossible de déboguer : le kit n'a pas de périphérique. - - - - QtC::Core - - <no document> - <aucun document> - - - No document is selected. - Aucun document est sélectionné. - - - - QtC::CppEditor - - No include hierarchy available - Aucune hiérarchie d'inclusion est disponible - - - Include Hierarchy - Hiérarchie d'inclusion - - - Includes - Inclusions - - - Included by - Inclut par - - - (none) - (aucun) - - - (cyclic) - (cyclique) - - - - QtC::TextEditor - - Create Getter and Setter Member Functions - Créer des fonctions membres accesseurs et mutateurs - - - Generate Missing Q_PROPERTY Members... - Générer les membre Q_PROPERTY manquant... - - - - QtC::CppEditor - - ...searching overrides - ... recherche des surcharges - - - - ModelManagerSupportInternal::displayName - - Qt Creator Built-in - Compilation Qt Creator - - - - QtC::Debugger - - Not recognized - Non reconnu - - - Debuggers - Débogueurs - - - Add - Ajouter - - - Clone - Cloner - - - Clone of %1 - Clone de %1 - - - New Debugger - Nouveau débogueur - - - Auto-detected CDB at %1 - Autodétection CDB à %1 - - - System %1 at %2 - %1: Debugger engine type (GDB, LLDB, CDB...), %2: Path - %1 du système à %2 - - - Extracted from Kit %1 - Extrait depuis le kit %1 - - - Auto-detected - Autodétecté - - - Manual - Manuel - - - Path - Chemin - - - Type - Type - - - Path: - Chemin : - - - ABIs: - ABI : - - - 64-bit version - Version 64 bits - - - 32-bit version - Version 32 bits - - - Open Qt Options - Ouvrir les options de Qt - - - Turn off Helper Usage - Arrêter l'utilisation de l'assistant - - - Continue Anyway - Continuer malgré tout - - - Debugging Helper Missing - L'assistance au débogage est manquante - - - The debugger could not load the debugging helper library. - Le débogueur n'a pas pu charger la bibliothèque d'assistance au débogage. - - - The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each used Qt version separately. In the Qt Creator Build and Run preferences page, select a Qt version, expand the Details section and click Build All. - L'assistant au débogage est utilisé pour formater correctement les valeurs selon les types de données fournit par Qt et les bibliothèques standards. Il doit être compilé pour chaque versions de Qt séparément. Dans la page de préférences Compiler et Exécuter de Qt Creator, sélectionnez une version de Qt, développez la section Détails et cliquez sur Tout Construire. - - - Starting executable failed: - Échec du lancement de l'exécutable : - - - Cannot set up communication with child process: %1 - Impossible de mettre en place la communication avec le processus enfant : %1 - - - - ShowEditor - - Show Editor - Afficher l'éditeur - - - - QtC::DiffEditor - - Hide Change Description - Masquer la description des changements - - - Show Change Description - Afficher la description des changements - - - - QtC::Git - - Switch to Text Diff Editor - Basculer vers l'éditeur texte de différences - - - Switch to Side By Side Diff Editor - Basculer vers l'éditeur de différences face à face - - - - QtC::Ios - - iOS build - iOS BuildStep display name. - Compilation iOS - - - %1 %2 - %1 %2 - - - Could not get debug server file descriptor. - Impossible de récupérer le fichier de description du serveur de débogage. - - - Got an invalid process id. - L'identifiant de processus est invalide. - - - Run failed unexpectedly. - L'exécution a échoué de façon inattendu. - - - Deploy to iOS - Déploiement sur iOS - - - Deploy on iOS - Déploiement sur iOS - - - Deploy to %1 - Déploiement sur %1 - - - Error: no device available, deploy failed. - Erreur : aucun périphérique n'est disponible, le déploiement a échoué. - - - Deployment failed. No iOS device found. - Échec lors du déploiement. Aucun périphérique iOS n'a été trouvé. - - - Deployment failed. The settings in the Organizer window of Xcode might be incorrect. - Échec lors du déploiement. Les paramètres dans le fenêtre Organizer de Xcode sont peut-être incorrecte. - - - Deployment failed. - Échec lors du déploiement. - - - The Info.plist might be incorrect. - Le fichier Info.plist est peut-être incorrecte. - - - Deploy to iOS device or emulator - Déploiement sur un périphérique iOS ou un émulateur - - - <b>Deploy to %1</b> - <b>Déploiement sur %1</b> - - - iOS Device - Périphérique iOS - - - Device name - Nom du périphérique - - - Developer status - Whether the device is in developer mode. - Statut du lmode développeur - - - Connected - Connecté - - - yes - oui - - - no - non - - - unknown - inconnu - - - An iOS device in user mode has been detected. - Un périphérique iOS en mode utilisateur a été détecté. - - - Do you want to see how to set it up for development? - Voulez-vous voir comment l'activer pour le développement ? - - - Failed to detect the ABIs used by the Qt version. - Échec de la détection des ABI utilisées par la version de Qt. - - - iOS - Qt Version is meant for Ios - iOS - - - Run on %1 - Exécuter sur %1 - - - iOS run settings - Paramètres d'exécution iOS - - - Starting remote process. - Démarrage des processus distants. - - - Run ended unexpectedly. - L'exécution s'est terminée de façon inattendu. - - - Run failed. The settings in the Organizer window of Xcode might be incorrect. - Échec lors de l'exécution. Les paramètres dans le fenêtre Organizer de Xcode sont peut-être incorrecte. - - - The device is locked, please unlock. - Le périphérique est verouillé, veuillez le dévérouiller. - - - iOS Configurations - Configurations iOS - - - iOS Simulator - Simulateur iOS - - - Subprocess Error %1 - Erreur du sous-processus %1 - - - iOS tool Error %1 - Erreur de l'outil iOS %1 - - - - QtC::Macros - - Macro mode. Type "%1" to stop recording and "%2" to play the macro. - Mode macro. Tapez "%1" pour arrêter l'enregistrement et "%2" pour le lancer. - - - - QtC::ProjectExplorer - - ICC - ICC - - - Cannot kill process with pid %1: %2 - Impossible de tuer le processus avec le pid %1 : %2 - - - Cannot interrupt process with pid %1: %2 - Impossible d'interrompre le processus avec le pid %1 : %2 - - - Cannot open process. - Impossible d'ouvrir le processus. - - - Invalid process id. - L'identifiant de processus est invalide. - - - Cannot open process: %1 - Impossible d'ouvrir le processus : %1 - - - DebugBreakProcess failed: - DebugBreakProcessus a échoué : - - - %1 does not exist. If you built Qt Creator yourself, check out http://qt.gitorious.org/qt-creator/binary-artifacts. - %1 n'existe pas. Si vous avez compilé Qt Creator vous même, vérifiez http://qt.gitorious.org/qt-creator/binary-artifacts. - - - Cannot start %1. Check src\tools\win64interrupt\win64interrupt.c for more information. - Impossible de démarrer %1. Vérifier src\tools\win64interrupt\win64interrupt.c pour plus d'information. - - - could not break the process. - Impossible d'interrompre le processus. - - - Failed to kill remote process: %1 - Impossible de tuer le processus distant : %1 - - - Timeout waiting for remote process to finish. - Le délai d'attente est dépassé pour processus distant pour terminer. - - - Terminated by request. - Terminé par une requête. - - - Import Build From... - Importer la compilation depuis... - - - Import - Importer - - - The process can not access the file because it is being used by another process. -Please close all running instances of your application before starting a build. - Le processus ne peut pas accéder au fichier parce que celui-ci est utilisé par un autre processus. -Veuillez fermer toutes les instances de votre application en cours d'exécution avant de lancer une compilation. - - - %1 - temporary - %1 – temporaire - - - <span style=" font-weight:600;">No valid kits found.</span> - <span style=" font-weight:600;">Aucun kit valide trouvé.</span> - - - Please add a kit in the <a href="buildandrun">options</a> or via the maintenance tool of the SDK. - Veuillez ajouter un kit dans le menu <a href="buildandrun">options</a> ou avec l'outil de maintenance du SDK. - - - Select Kits for Your Project - Selectionner un kit pour votre projet - - - Kit Selection - Sélection de kit - - - Qt Creator can use the following kits for project <b>%1</b>: - %1: Project name - Qt Creator peut utiliser les kits suivant pour le projet <b>%1</> : - - - <b>Error:</b> - Severity is Task::Error - <b>Erreur :</b> - - - <b>Warning:</b> - Severity is Task::Warning - <b>Avertissement :</b> - - - Configure Project - Configurer le projet - - - Cancel - Annuler - - - The project <b>%1</b> is not yet configured.<br/>Qt Creator cannot parse the project, because no kit has been set up. - Le projet <b>%1</b> n'est pas encore configuré. <br/>Qt Creator ne peut analyser le projet, car aucun kit n'a été défini. - - - The project <b>%1</b> is not yet configured.<br/>Qt Creator uses the kit <b>%2</b> to parse the project. - Le projet <b>%1</b> n'est pas encore configuré.<br/>Qt Creator utilise le kit <b>%2</b> pour analyser le projet. - - - The project <b>%1</b> is not yet configured.<br/>Qt Creator uses the <b>invalid</b> kit <b>%2</b> to parse the project. - Le projet <b>%1</b> n'est pas encore configuré.<br/>Qt Creator utilise le kit <b>invalide</b> <b>%2</b> pour analyser le projet. - - - - QtC::Python - - - QtC::QmakeProjectManager - - The .pro file '%1' is currently being parsed. - Le fichier de projet "%1" est en cours d'analyse. - - - Run on QVFb - Exécuter sur QVFb - - - Check this option to run the application on a Qt Virtual Framebuffer. - Cocher cette option pour exécuter l'application sur un framebuffer virtuel Qt. - - - No build found in %1 matching project %2. - Pas de compilation trouvée dans %1 pour le projet %2 correspondant. - - - Select Qt Quick Component Set - Sélectionner l'ensemble des composant Qt Quick - - - Qt Quick component set: - Ensemble de composants Qt Quick : - - - - TabViewToolAction - - Add Tab... - Ajouter un onglet... - - - - QmlDesigner::TabViewDesignerAction - - Naming Error - Erreur de nommage - - - Component already exists. - Le composant existe déjà. - - - - QmlDesigner::ImportLabel - - Remove Import - Supprimer l'importation - - - - ImportManagerComboBox - - Add new import - Ajouter une nouvelle importation - - - <Add Import> - <Ajouter l'importation> - - - - QmlDesigner::ImportsWidget - - Import Manager - Importer un gestionnaire - - - - FileResourcesModel - - Open File - Ouvrir le fichier - - - - QmlDesigner::PropertyEditorView - - Properties - Propriétés - - - Invalid Id - Identifiant invalide - - - %1 is an invalid id. - %1 n'est pas un identifiant valide. - - - %1 already exists. - %1 existe déjà. - - - - QtC::QmlProfiler - - No executable file to launch. - Pas de fichier d'exécutable à lancer. - - - QML Profiler (External) - QML Profiler (externe) - - - Animations - Animations - - - Error while parsing trace data file: %1 - Erreur pendant l'analyse le fichier de données de traçage : %1 - - - Compile - Compilation - - - - QtC::QmlProjectManager - - Invalid root element: %1 - L'élément racine est invalide : %1 - - - Select Qt Quick Component Set - Sélectionner l'ensemble des composant Qt Quick - - - Qt Quick component set: - Ensemble de composants Qt Quick : - - - - QtC::Qnx - - NDK Already Known - Le NDK est déjà connu - - - The NDK already has a configuration. - Le NDK a déjà une configuration. - - - - QtC::Qnx - - BlackBerry NDK Installation Wizard - Assistant d'installation du NDK BlackBerry - - - Confirmation - Confirmation - - - Are you sure you want to cancel? - Êtes-vous sûr de vouloir annuler ? - - - - QtC::Qnx - - Options - Options - - - Install New Target - Installer une nouvelle cible - - - Add Existing Target - Ajouter une cible existante - - - - QtC::Qnx - - An error has occurred while adding target from: - %1 - Une erreur est apparue lors de l'ajout d'une cible depuis : - %1 - - - Target is being added. - La cible a été ajoutée. - - - Target is already added. - La cible a déjà été ajoutée. - - - Finished uninstalling target: - %1 - L'installation de la cible ne s'est pas terminée : - %1 - - - Finished installing target: - %1 - L'installation de la cible s'est terminée : - %1 - - - An error has occurred while uninstalling target: - %1 - Une erreur est apparue lors de la désinstallation d'une cible : - %1 - - - An error has occurred while installing target: - %1 - Une erreur est apparue lors de l'installation d'une cible : - %1 - - - - QtC::Qnx - - Please provide your bbidtoken.csk PIN. - Veuillez fournir votre code PIN bbidtoken.csk. - - - Please enter your certificate password. - Veuillez entrer votre mot de passe du certificat. - - - - BarDescriptorConverter - - Setting asset path: %1 to %2 type: %3 entry point: %4 - Définir le chemin de l'asset : %1 à %2, type : %3, point d'entré : %4 - - - Removing asset path: %1 - Supprimer le chemin de l'asset : %1 - - - Replacing asset source path: %1 -> %2 - Remplacer le chemin source de l'asset : %1 -> %2 - - - Cannot find image asset definition: <%1> - Impossible de trouver la définition de l'image de l'asset : <%1> - - - Error parsing XML file '%1': %2 - Erreur d'analyse du fichier XML "%1" : %2 - - - - QtC::Qnx - - Import Existing Momentics Cascades Project - Importer un projet Momentics Cascades existant - - - Momentics Cascades Project Name and Location - Nom et emplacement du projet Momentics Cascades - - - Project Name and Location - Nom du projet et emplacement - - - Momentics - Momentics - - - - QtC::Qnx - - Momentics Cascades Project - Projet Momentics Cascades - - - Imports existing Cascades projects created within QNX Momentics IDE. This allows you to use the project in Qt Creator. - Importer un projet Cascades existant créé avec l'IDE QNX Momentics. Ceci vous permet d'utiliser le projet dans Qt Creator. - - - Error generating file '%1': %2 - Erreur lors de la génération du fichier "%1" : %2 - - - - FileConverter - - ===== Converting file: %1 - ===== Fichier de conversion : %1 - - - - ImportLogConverter - - Generated by cascades importer ver: %1, %2 - Généré par l'importateur Cascades : %1, %2 - - - - ProjectFileConverter - - File '%1' not listed in '%2' file, should it be? - Le fichier "%1" n'est pas listé dans le fichier "%2", devrait-il y être ? - - - - QtC::Qnx - - Warning: "slog2info" is not found on the device, debug output not available! - Avertissement : "slog2info" n'a pas été trouvé dans le périphérique, la sortie de débogage n'est pas disponible ! - - - - QtC::Qnx - - QCC - QCC - - - - QtC::Qnx - - &Compiler path: - Chemin du &compilateur : - - - NDK/SDP path: - SDP refers to 'Software Development Platform'. - Chemin du NDK/SDP : - - - &ABI: - &ABI : - - - - QtC::Qnx - - Cannot show slog2info output. Error: %1 - Impossible d'afficher la sortie de slog2info. Erreur : %1 - - - - QtC::QtSupport - - Qt Versions - Versions de Qt - - - - QtC::RemoteLinux - - Exit code is %1. stderr: - Le code de sortie %1. stderr : - - - - QtC::UpdateInfo - - - QtC::Valgrind - - Profiling %1 - Profilage de %1 - - - Analyzing Memory - Analyse de la mémoire - - - Analyzing memory of %1 - Analyse de la mémoire de %1 - - - - QtC::Debugger - - Memory Analyzer Tool finished, %n issues were found. - - L'outil Memory Analyzer est terminé, %n problème a été trouvé. - L'outil Memory Analyzer est terminé, %n problèmes ont été trouvés. - - - - Memory Analyzer Tool finished, no issues were found. - L'outil Memory Analyzer est terminé, auncu problème a été trouvé. - - - Log file processed, %n issues were found. - - Le fichier de log a été analysé, %n problème a été trouvé. - Le fichier de log a été analysé, %n problèmes ont été trouvés. - - - - Log file processed, no issues were found. - Le fichier de log a été analysé, aucun problème a été trouvé. - - - Debug - Debug - - - Release - Release - - - Tool - Outil - - - Run %1 in %2 Mode? - Lancer %1 en mode %2 ? - - - <html><head/><body><p>You are trying to run the tool "%1" on an application in %2 mode. The tool is designed to be used in %3 mode.</p><p>Debug and Release mode run-time characteristics differ significantly, analytical findings for one mode may or may not be relevant for the other.</p><p>Do you want to continue and run the tool in %2 mode?</p></body></html> - <html><head/><body><p>Vous essayez d'exécuter l'outil "%1" sur une application en mode %2. L'outil a été conçu pour être utilisé dans le mode %3.</p><p>Les modes Debug et Release ont des caratéristiques d'exécution très différentes, les résultats de l'analyse dans un mode peuvent être ou ne pas être pertinentes pour un autre mode.</p><p>Souhaitez-vous continuer et exécuter l'outil dans le mode %2 ?</p></body></html> - - - - QtC::Valgrind - - Command line arguments: %1 - Arguments de la commande : %1 - - - Analyzing finished. - L'analyse est terminée. - - - Error: "%1" could not be started: %2 - Erreur : "%1" ne peux pas démarrer : %2 - - - Error: no Valgrind executable set. - Erreur : aucun exécutable Valgring est défini. - - - Process terminated. - Le processus s'est terminé. - - - Valgrind - Valgrind - - - Valgrind Function Profile uses the "callgrind" tool to record function calls when a program runs. - Le profileur Valgrind utilise l'outil "callgrind" pour enregistrer les appels de fonction quand un programme est lancé. - - - Valgrind Analyze Memory uses the "memcheck" tool to find memory leaks. - L'analyseur de mémoire Valgrind utilise l'outil "memcheck" pour trouver les fuites mémoires. - - - Valgrind Memory Analyzer - Analyseur de mémoire Valgrind - - - Valgrind Memory Analyzer (Remote) - Analyseur de mémoire Valgrind (distant) - - - Valgrind Function Profiler (Remote) - Profileur de fonction de Valgrind (distant) - - - Profile Costs of This Function and Its Callees - Estimer les coûts de cette fonction et de fonctions qu'elle appelle - - - Could not determine remote PID. - Impossible de déterminer le PID distant. - - - Valgrind Settings - Paramètres de Valgrind - - - - QtC::QmlProjectManager - - Creates a Qt Quick 1 UI project with a single QML file that contains the main view. You can review Qt Quick 1 UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of project. Requires Qt 4.8 or newer. - Crée un projet d'interface utilisateur Qt Quick 1 avec un seul fichier QML qui contient la vue principale. Vous pouvez vérifier les projets d''interface utilisateur Qt Quick 1 dans le QML Viewer, sans devoir les compiler. Il n'est pas nécessaire d'avoir un environnement de développement installé sur votre ordinateur pour créer et exécuter ce type de projets. Nécessite Qt 4.8 ou plus récent. - - - Qt Quick 1.1 - Qt Quick 1.1 - - - Creates a Qt Quick 2 UI project with a single QML file that contains the main view. You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of project. Requires Qt 5.0 or newer. - Crée un projet d'interface utilisateur Qt Quick 2 avec un seul fichier QML qui contient la vue principale. Vous pouvez vérifier les projets d''interface utilisateur Qt Quick 2 dans le QML Scene, sans devoir les compiler. Il n'est pas nécessaire d'avoir un environnement de développement installé sur votre ordinateur pour créer et exécuter ce type de projets. Nécessite Qt 5.0 ou plus récent. - - - Qt Quick 2.0 - Qt Quick 2.0 - - - Creates a Qt Quick 2 UI project with a single QML file that contains the main view and uses Qt Quick Controls. You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. This project requires that you have installed Qt Quick Controls for your Qt version. Requires Qt 5.1 or newer. - Crée un projet d'interface utilisateur Qt Quick 2 avec un seul fichier QML qui contient la vue principale et qui utilise les Qt Quick Controls. Vous pouvez vérifier les projets d''interface utilisateur Qt Quick 2 dans le QML Scene, sans devoir les compiler. Ce projet nécessite que vous ayez installé les Qt Quick Controls pour votre version de Qt. Nécessite Qt 5.1 ou plus récent. - - - Qt Quick Controls 1.0 - Qt Quick Controls 1.0 - - - - QtC::QmakeProjectManager - - Creates a deployable Qt Quick 1 application using the QtQuick 1.1 import. Requires Qt 4.8 or newer. - Crée une application Qt Quick 1 déployable utilisant l'importation de QtQuick 1.1. Nécessite Qt 4.8 ou plus récent. - - - Qt Quick 1.1 - Qt Quick 1.1 - - - Creates a deployable Qt Quick 2 application using the QtQuick 2.0 import. Requires Qt 5.0 or newer. - Crée une application Qt Quick 2 déployable utilisant l'importation de QtQuick 2.0. Nécessite Qt 5.0 ou plus récent. - - - Qt Quick 2.0 - Qt Quick 2.0 - - - Creates a deployable Qt Quick 2 application using Qt Quick Controls. Requires Qt 5.1 or newer. - Crée une application Qt Quick 2 déployable utilisant les Qt Quick Controls. Nécessite Qt 5.1 ou plus récent. - - - Qt Quick Controls 1.0 - Qt Quick Controls 1.0 - - diff --git a/src/libs/qmljs/qmljscheck.cpp b/src/libs/qmljs/qmljscheck.cpp index 2a41f472d7b..f1e72a7dc24 100644 --- a/src/libs/qmljs/qmljscheck.cpp +++ b/src/libs/qmljs/qmljscheck.cpp @@ -2003,10 +2003,20 @@ bool Check::visit(TypeOfExpression *ast) /// ### Maybe put this into the context as a helper function. const Value *Check::checkScopeObjectMember(const UiQualifiedId *id) { - if (!_importsOk) return nullptr; + if (!id) + return nullptr; // ### error? + + if (id->name.isEmpty()) // possible after error recovery + return nullptr; + + QString propertyName = id->name.toString(); + + if (propertyName == "id" && !id->next) + return nullptr; // ### should probably be a special value + QList scopeObjects = _scopeChain.qmlScopeObjects(); if (scopeObjects.isEmpty()) return nullptr; @@ -2021,24 +2031,9 @@ const Value *Check::checkScopeObjectMember(const UiQualifiedId *id) return isAttachedProperty; }; - - if (! id) - return nullptr; // ### error? - - if (id->name.isEmpty()) // possible after error recovery - return nullptr; - - QString propertyName = id->name.toString(); - - if (propertyName == "id" && !id->next) - return nullptr; // ### should probably be a special value - // attached properties bool isAttachedProperty = getAttachedTypes(propertyName); - if (scopeObjects.isEmpty()) - return nullptr; - // global lookup for first part of id const Value *value = nullptr; for (int i = scopeObjects.size() - 1; i >= 0; --i) { @@ -2053,7 +2048,14 @@ const Value *Check::checkScopeObjectMember(const UiQualifiedId *id) return nullptr; if (!value) { - addMessage(ErrInvalidPropertyName, id->identifierToken, propertyName); + // We omit M16 messages if the type using ImmediateProperties + // Ideally, we should obtain them through metaobject information + const bool omitMessage = !m_typeStack.isEmpty() + && ((m_typeStack.last() == "PropertyChanges") + || m_typeStack.last() == "Binding") + && !m_idStack.isEmpty() && m_idStack.last().contains(propertyName); + if (!omitMessage) + addMessage(ErrInvalidPropertyName, id->identifierToken, propertyName); return nullptr; } diff --git a/src/libs/solutions/tasking/CMakeLists.txt b/src/libs/solutions/tasking/CMakeLists.txt index 926343e9c8b..ae51b12a7bd 100644 --- a/src/libs/solutions/tasking/CMakeLists.txt +++ b/src/libs/solutions/tasking/CMakeLists.txt @@ -5,7 +5,7 @@ add_qtc_library(Tasking OBJECT SOURCES barrier.cpp barrier.h concurrentcall.h - networkquery.cpp + networkquery.cpp networkquery.h tasking_global.h tasktree.cpp tasktree.h EXPLICIT_MOC diff --git a/src/libs/solutions/tasking/barrier.h b/src/libs/solutions/tasking/barrier.h index 705ddd5f5b7..64a59ec8733 100644 --- a/src/libs/solutions/tasking/barrier.h +++ b/src/libs/solutions/tasking/barrier.h @@ -82,7 +82,7 @@ public: "is not reachable in the running tree. " "It is possible that no barrier was added to the tree, " "or the storage is not reachable from where it is referenced. " - "The WaitForBarrier task will finish with error. "); + "The WaitForBarrier task finishes with an error. "); return SetupResult::StopWithError; } Barrier *activeSharedBarrier = activeBarrier->barrier(); diff --git a/src/libs/solutions/tasking/tasktree.cpp b/src/libs/solutions/tasking/tasktree.cpp index b9417a6e46b..ff43b3a6129 100644 --- a/src/libs/solutions/tasking/tasktree.cpp +++ b/src/libs/solutions/tasking/tasktree.cpp @@ -138,6 +138,369 @@ private: Returns the const pointer to the associated \c Task instance. */ +/*! + \class Tasking::GroupItem + \inheaderfile solutions/tasking/tasktree.h + \inmodule TaskingSolution + \brief GroupItem represents the basic element that may be a part of any + \l {Tasking::Group} {Group}. + + GroupItem is a basic element that may be a part of any \l {Tasking::Group} {Group}. + It encapsulates the functionality provided by any GroupItem's subclass. + It is a value type and it is safe to copy the GroupItem instance, + even when it is originally created via the subclass' constructor. + + There are four main kinds of GroupItem: + \table + \header + \li GroupItem Kind + \li Brief Description + \row + \li \l CustomTask + \li Defines asynchronous task type and task's start, done, and error handlers. + Aliased with a unique task name, such as, \c ConcurrentCallTask + or \l NetworkQueryTask. Asynchronous tasks are the main reason for using a task tree. + \row + \li \l Group + \li A container for other group items. Since the group is of the GroupItem type, + it's possible to nest it inside another group. The group is seen by its parent + as a single asynchronous task. + \row + \li \l Storage + \li Enables the child tasks of a group to exchange data. + When Storage is placed inside a group, the task tree instantiates + the storage object just before the group is entered, + and destroys it just after the group is finished. + \row + \li Other group control items + \li The items returned by \l {Tasking::parallelLimit()} {parallelLimit()} or + \l {Tasking::workflowPolicy()} {workflowPolicy()} influence the group's behavior. + The items returned by \l {Tasking::onGroupSetup()} {onGroupSetup()}, + \l {Tasking::onGroupDone()} {onGroupDone()} or + \l {Tasking::onGroupError()} {onGroupError()} define custom handlers called when + the group starts or ends execution. + \endtable +*/ + +/*! + \class Tasking::Group + \inheaderfile solutions/tasking/tasktree.h + \inmodule TaskingSolution + \brief Group represents the basic element for composing declarative recipes describing + how to execute and handle a nested tree of asynchronous tasks. + + Group is a container for other group items. It encloses child tasks into one unit, + which is seen by the group's parent as a single, asynchronous task. + Since Group is of the GroupItem type, it may also be a child of Group. + + Insert child tasks into the group by using aliased custom task names, such as, + \c ConcurrentCallTask or \c NetworkQueryTask: + + \code + const Group group { + NetworkQueryTask(...), + ConcurrentCallTask(...) + }; + \endcode + + The group's behavior may be customized by inserting the items returned by + \l {Tasking::parallelLimit()} {parallelLimit()} or + \l {Tasking::workflowPolicy()} {workflowPolicy()} functions: + + \code + const Group group { + parallel, + continueOnError, + NetworkQueryTask(...), + NetworkQueryTask(...) + }; + \endcode + + The group may contain nested groups: + + \code + const Group group { + finishAllAndDone, + NetworkQueryTask(...), + Group { + NetworkQueryTask(...), + Group { + parallel, + NetworkQueryTask(...), + NetworkQueryTask(...), + } + ConcurrentCallTask(...) + } + }; + \endcode + + The group may dynamically instantiate a custom storage structure, which may be used for + inter-task data exchange: + + \code + struct MyCustomStruct { QByteArray data; }; + + TreeStorage storage; + + const auto onFirstSetup = [](NetworkQuery &task) { ... }; + const auto onFirstDone = [storage](const NetworkQuery &task) { + // storage-> gives a pointer to MyCustomStruct instance, + // created dynamically by the running task tree. + storage->data = task.reply()->readAll(); + }; + const auto onSecondSetup = [storage](ConcurrentCall &task) { + // storage-> gives a pointer to MyCustomStruct. Since the group is sequential, + // the stored MyCustomStruct was already updated inside the onFirstDone handler. + const QByteArray storedData = storage->data; + }; + + const Group group { + // When the group is entered by a running task tree, it creates MyCustomStruct + // instance dynamically. It is later accessible from all handlers via + // the *storage or storage-> operators. + sequential, + Storage(storage), + NetworkQueryTask(onFirstSetup, onFirstDone), + ConcurrentCallTask(onSecondSetup) + }; + \endcode +*/ + +/*! + \fn Group::Group(const QList &children) + + Constructs a group with a given list of \a children. + + This constructor is useful when the child items of the group are not known at compile time, + but later, at runtime: + + \code + const QStringList sourceList = ...; + + QList groupItems { parallel }; + + for (const QString &source : sourceList) { + const NetworkQueryTask task(...); // use source for setup handler + groupItems << task; + } + + const Group group(groupItems); + \endcode +*/ + +/*! + \fn Group::Group(std::initializer_list children) + + Constructs a group from std::initializer_list given by \a children. + + This constructor is useful when all child items of the group are known at compile time: + + \code + const Group group { + finishAllAndDone, + NetworkQueryTask(...), + Group { + NetworkQueryTask(...), + Group { + parallel, + NetworkQueryTask(...), + NetworkQueryTask(...), + } + ConcurrentCallTask(...) + } + }; + \endcode +*/ + +/*! + \fn GroupItem Group::withTimeout(std::chrono::milliseconds timeout, const GroupEndHandler &handler) const + + Attaches \c TimeoutTask to a copy of \c this group, elapsing after \a timeout in milliseconds, + with an optionally provided timeout \a handler, and returns the coupled item. + + When the group finishes before \a timeout passes, + the returned item finishes immediately with the group's result. + Otherwise, the \a handler is invoked (if provided), the group is stopped, + and the returned item finishes with an error. +*/ + +/*! + \class Tasking::CustomTask + \inheaderfile solutions/tasking/tasktree.h + \inmodule TaskingSolution + \brief A class template used for declaring task items and defining their setup, + done, and error handlers. + + The CustomTask class template is used inside TaskTree for describing custom task items. + + Custom task names are aliased with unique names inside the \l Tasking namespace + via the TASKING_DECLARE_TASK or TASKING_DECLARE_TEMPLATE_TASK macros. + For example, \c ConcurrentCallTask is an alias to the CustomTask that is defined + to work with \c ConcurrentCall as an associated task class. + The following table contains all the built-in tasks and their associated task classes: + + \table + \header + \li Aliased Task Name (Tasking Namespace) + \li Associated Task Class + \li Brief Description + \row + \li ConcurrentCallTask + \li ConcurrentCall + \li Starts an asynchronous task. Runs in a separate thread. + \row + \li NetworkQueryTask + \li NetworkQuery + \li Sends a network query. + \row + \li TaskTreeTask + \li TaskTree + \li Starts a nested task tree. + \row + \li TimeoutTask + \li \c std::chrono::milliseconds + \li Starts a timer. + \row + \li WaitForBarrierTask + \li MultiBarrier + \li Starts an asynchronous task waiting for the barrier to pass. + \endtable +*/ + +/*! + \typealias CustomTask::Task + + Type alias for \c Adapter::Type. + + This is the associated task's type. +*/ + +/*! + \typealias CustomTask::EndHandler + + Type alias for \c std::function. +*/ + +/*! + \fn template template CustomTask::CustomTask(SetupHandler &&setup, const EndHandler &done, const EndHandler &error) + + Constructs the CustomTask instance and attaches the \a setup, \a done, and \a error + handlers to the task. When the running task tree is about to start the task, + it instantiates the associated \l Task object, invokes \a setup handler with a \e reference + to the created task, and starts it. When the running task finishes with success or an error, + the task tree invokes \a done or \a error handler, respectively, + with a \e {const reference} to the created task. + + The passed \a setup handler is either of the \c std::function or + \c std::function type. For example: + + \code + static void parseAndLog(const QString &input); + + ... + + const QString input = ...; + + const auto onFirstSetup = [input](ConcurrentCall &task) { + if (input == "Skip") + return SetupResult::StopWithDone; // This task won't start, the next one will + if (input == "Error") + return SetupResult::StopWithError; // This task and the next one won't start + task.setConcurrentCallData(parseAndLog, input); + // This task will start, and the next one will start after this one finished with success + return SetupResult::Continue; + }; + + const auto onSecondSetup = [input](ConcurrentCall &task) { + task.setConcurrentCallData(parseAndLog, input); + }; + + const Group group { + ConcurrentCallTask(onFirstSetup), + ConcurrentCallTask(onSecondSetup) + }; + \endcode + + When the passed \a setup handler is of the \c std::function type, + the return value of the handler instructs the running tree on how to proceed after + the handler's invocation is finished. The default return value of SetupResult::Continue + instructs the tree to continue running, i.e. to execute the associated \c Task. + The return value of SetupResult::StopWithDone or SetupResult::StopWithError instructs + the tree to skip the task's execution and finish immediately with success or an error, + respectively. + When the return type is either SetupResult::StopWithDone or SetupResult::StopWithError, + the task's \a done or \a error handler (even if provided) are not called afterwards. + + The \a setup handler may be of a shortened form of std::function, + i.e. the return value is void. In this case it's assumed that the return value is + SetupResult::Continue by default. + + When the running task finishes, one of \a done or \a error handlers is called, + depending on whether it finished with success or an error, respectively. + Both handlers are of std::function type. + + \sa onSetup(), onDone(), onError() +*/ + +/*! + \fn template template CustomTask &CustomTask::onSetup(SetupHandler &&handler) + + Attaches the setup \a handler to \c this task. + The \a handler is invoked when the task is about to be started. + + This function enables defining the task's details with a + \l {https://en.wikipedia.org/wiki/Fluent_interface}{fluent interface} style: + + \code + const auto onQuerySetup = [](NetworkQuery &task) { ... }; + const auto onQueryError = [](const NetworkQuery &task) { ... }; + + const Group group { + NetworkQueryTask(onQuerySetup, {}, onQueryError), + NetworkQueryTask().onSetup(onQuerySetup).onError(onQueryError), // fluent interface style + NetworkQueryTask(onQuerySetup, {}, onQueryError).withTimeout(500ms) + } + \endcode + + \sa CustomTask(), onDone(), onError() +*/ + +/*! + \fn template CustomTask &CustomTask::onDone(const EndHandler &handler) + + Attaches the done \a handler to \c this task. + The handler is invoked when the task finishes with success. + + This function enables defining the task's details with a fluent interface style. + + \sa CustomTask(), onSetup(), onError() +*/ + +/*! + \fn template CustomTask &CustomTask::onError(const EndHandler &handler) + + Attaches the error \a handler to \c this task. + The handler is invoked when the task finishes with an error. + + This function enables defining the task's details with a fluent interface style. + + \sa CustomTask(), onSetup(), onDone() +*/ + +/*! + \fn template GroupItem CustomTask::withTimeout(std::chrono::milliseconds timeout, const GroupItem::GroupEndHandler &handler) const + + Attaches \c TimeoutTask to a copy of \c this task, elapsing after \a timeout in milliseconds, + with an optionally provided timeout \a handler, and returns the coupled item. + + When the task finishes before \a timeout passes, + the returned item finishes immediately with the task's result. + Otherwise, the \a handler is invoked (if provided), the task is stopped, + and the returned item finishes with an error. + + \sa onSetup() +*/ + /*! \macro TASKING_DECLARE_TASK(CustomTaskName, TaskAdapterClass) \relates Tasking @@ -158,13 +521,6 @@ private: For more information on implementing the custom task adapters, refer to \l {Task Adapters}. */ -/*! - \class Tasking::GroupItem - \inheaderfile solutions/tasking/tasktree.h - \inmodule TaskingSolution - \brief The GroupItem class represents the basic element for composing nested tree structures. -*/ - /*! \enum Tasking::WorkflowPolicy diff --git a/src/libs/solutions/tasking/tasktree.h b/src/libs/solutions/tasking/tasktree.h index 47ad221728a..88f89ef0c51 100644 --- a/src/libs/solutions/tasking/tasktree.h +++ b/src/libs/solutions/tasking/tasktree.h @@ -321,14 +321,14 @@ public: using EndHandler = std::function; static Adapter *createAdapter() { return new Adapter; } CustomTask() : GroupItem({&createAdapter}) {} - template - CustomTask(SetupFunction &&function, const EndHandler &done = {}, const EndHandler &error = {}) - : GroupItem({&createAdapter, wrapSetup(std::forward(function)), + template + CustomTask(SetupHandler &&setup, const EndHandler &done = {}, const EndHandler &error = {}) + : GroupItem({&createAdapter, wrapSetup(std::forward(setup)), wrapEnd(done), wrapEnd(error)}) {} - template - CustomTask &onSetup(SetupFunction &&function) { - setTaskSetupHandler(wrapSetup(std::forward(function))); + template + CustomTask &onSetup(SetupHandler &&handler) { + setTaskSetupHandler(wrapSetup(std::forward(handler))); return *this; } CustomTask &onDone(const EndHandler &handler) { @@ -346,20 +346,20 @@ public: } private: - template - static GroupItem::TaskSetupHandler wrapSetup(SetupFunction &&function) { + template + static GroupItem::TaskSetupHandler wrapSetup(SetupHandler &&handler) { static constexpr bool isDynamic = std::is_same_v, typename Adapter::Type &>>; + std::invoke_result_t, typename Adapter::Type &>>; constexpr bool isVoid = std::is_same_v, typename Adapter::Type &>>; + std::invoke_result_t, typename Adapter::Type &>>; static_assert(isDynamic || isVoid, "Task setup handler needs to take (Task &) as an argument and has to return " "void or SetupResult. The passed handler doesn't fulfill these requirements."); return [=](TaskInterface &taskInterface) { Adapter &adapter = static_cast(taskInterface); if constexpr (isDynamic) - return std::invoke(function, *adapter.task()); - std::invoke(function, *adapter.task()); + return std::invoke(handler, *adapter.task()); + std::invoke(handler, *adapter.task()); return SetupResult::Continue; }; }; diff --git a/src/libs/utils/aspects.cpp b/src/libs/utils/aspects.cpp index f0868666c84..9bc51c7f530 100644 --- a/src/libs/utils/aspects.cpp +++ b/src/libs/utils/aspects.cpp @@ -1607,7 +1607,15 @@ void BoolAspect::setLabelPlacement(BoolAspect::LabelPlacement labelPlacement) d->m_labelPlacement = labelPlacement; } -CheckableDecider BoolAspect::checkableDecider() +CheckableDecider BoolAspect::askAgainCheckableDecider() +{ + return CheckableDecider( + [this] { return value(); }, + [this] { setValue(true); } + ); +} + +CheckableDecider BoolAspect::doNotAskAgainCheckableDecider() { return CheckableDecider( [this] { return !value(); }, diff --git a/src/libs/utils/aspects.h b/src/libs/utils/aspects.h index 22dcc9bb0df..146e89198d3 100644 --- a/src/libs/utils/aspects.h +++ b/src/libs/utils/aspects.h @@ -223,7 +223,9 @@ public: void addToLayout(Layouting::LayoutItem &parent) override; std::function groupChecker(); - Utils::CheckableDecider checkableDecider(); + + Utils::CheckableDecider askAgainCheckableDecider(); + Utils::CheckableDecider doNotAskAgainCheckableDecider(); QAction *action() override; diff --git a/src/libs/utils/layoutbuilder.cpp b/src/libs/utils/layoutbuilder.cpp index 881dc613587..4d4f01ddbe4 100644 --- a/src/libs/utils/layoutbuilder.cpp +++ b/src/libs/utils/layoutbuilder.cpp @@ -305,6 +305,8 @@ static void addItemToFlowLayout(FlowLayout *layout, const ResultItem &item) // layout->addStretch(item.stretch); // } else if (item.space != -1) { // layout->addSpacing(item.space); + } else if (item.empty) { + // Nothing to do, but no reason to warn, either } else if (!item.text.isEmpty()) { layout->addWidget(createLabel(item.text)); } else { diff --git a/src/libs/utils/terminalinterface.cpp b/src/libs/utils/terminalinterface.cpp index fc69451c9c0..204cd79d7a1 100644 --- a/src/libs/utils/terminalinterface.cpp +++ b/src/libs/utils/terminalinterface.cpp @@ -280,8 +280,10 @@ void TerminalInterface::sendCommand(char c) void TerminalInterface::killInferiorProcess() { sendCommand('k'); - if (d->stubSocket) + if (d->stubSocket) { d->stubSocket->waitForReadyRead(); + emitFinished(-1, QProcess::CrashExit); + } } void TerminalInterface::killStubProcess() diff --git a/src/plugins/android/androidconstants.h b/src/plugins/android/androidconstants.h index f1ca33e3bbe..70c8c3a23f7 100644 --- a/src/plugins/android/androidconstants.h +++ b/src/plugins/android/androidconstants.h @@ -27,6 +27,7 @@ const char ANDROID_KIT_NDK[] = "Android.NDK"; const char ANDROID_KIT_SDK[] = "Android.SDK"; const char ANDROID_BUILD_DIRECTORY[] = "android-build"; +const char ANDROID_APP_PROCESS_DIRECTORY[] = "android-app-process"; const char JAVA_EDITOR_ID[] = "java.editor"; const char JLS_SETTINGS_ID[] = "Java::JLSSettingsID"; const char JAVA_MIMETYPE[] = "text/x-java"; diff --git a/src/plugins/android/androiddebugsupport.cpp b/src/plugins/android/androiddebugsupport.cpp index bb4fc51b984..354b8a77fda 100644 --- a/src/plugins/android/androiddebugsupport.cpp +++ b/src/plugins/android/androiddebugsupport.cpp @@ -138,7 +138,7 @@ void AndroidDebugSupport::start() FilePath::removeDuplicates(solibSearchPath); setSolibSearchPath(solibSearchPath); qCDebug(androidDebugSupportLog).noquote() << "SoLibSearchPath: " << solibSearchPath; - setSymbolFile(buildDir.pathAppended("app_process")); + setSymbolFile(AndroidManager::androidAppProcessDir(target).pathAppended("app_process")); setSkipExecutableValidation(true); setUseExtendedRemote(true); QString devicePreferredAbi = AndroidManager::apkDevicePreferredAbi(target); diff --git a/src/plugins/android/androiddeployqtstep.cpp b/src/plugins/android/androiddeployqtstep.cpp index a9e9596e772..db877b4e972 100644 --- a/src/plugins/android/androiddeployqtstep.cpp +++ b/src/plugins/android/androiddeployqtstep.cpp @@ -512,6 +512,13 @@ void AndroidDeployQtStep::runImpl(QPromise &promise) itr.value().removeFile(); for (auto itr = m_filesToPull.constBegin(); itr != m_filesToPull.constEnd(); ++itr) { + const FilePath parentDir = itr.value().parentDir(); + if (!parentDir.ensureWritableDir()) { + const QString error = QString("Package deploy: Unable to create directory %1.") + .arg(parentDir.nativePath()); + reportWarningOrError(error, Task::Error); + } + runCommand({m_adbPath, AndroidDeviceInfo::adbSelector(m_serialNumber) << "pull" << itr.key() << itr.value().nativePath()}); @@ -528,7 +535,7 @@ void AndroidDeployQtStep::runImpl(QPromise &promise) void AndroidDeployQtStep::gatherFilesToPull() { m_filesToPull.clear(); - const FilePath buildDir = AndroidManager::buildDirectory(target()); + const FilePath appProcessDir = AndroidManager::androidAppProcessDir(target()); if (!m_deviceInfo.isValid()) return; @@ -538,16 +545,16 @@ void AndroidDeployQtStep::gatherFilesToPull() const QString preferredAbi = AndroidManager::apkDevicePreferredAbi(target()); if (preferredAbi == ProjectExplorer::Constants::ANDROID_ABI_ARM64_V8A || preferredAbi == ProjectExplorer::Constants::ANDROID_ABI_X86_64) { - m_filesToPull["/system/bin/app_process64"] = buildDir / "app_process"; + m_filesToPull["/system/bin/app_process64"] = appProcessDir / "app_process"; libDirName = "lib64"; linkerName = "linker64"; } else { - m_filesToPull["/system/bin/app_process32"] = buildDir / "app_process"; - m_filesToPull["/system/bin/app_process"] = buildDir / "app_process"; + m_filesToPull["/system/bin/app_process32"] = appProcessDir / "app_process"; + m_filesToPull["/system/bin/app_process"] = appProcessDir / "app_process"; } - m_filesToPull["/system/bin/" + linkerName] = buildDir / linkerName; - m_filesToPull["/system/" + libDirName + "/libc.so"] = buildDir / "libc.so"; + m_filesToPull["/system/bin/" + linkerName] = appProcessDir / linkerName; + m_filesToPull["/system/" + libDirName + "/libc.so"] = appProcessDir / "libc.so"; for (auto itr = m_filesToPull.constBegin(); itr != m_filesToPull.constEnd(); ++itr) qCDebug(deployStepLog).noquote() << "Pulling file from device:" << itr.key() diff --git a/src/plugins/android/androidmanager.cpp b/src/plugins/android/androidmanager.cpp index 78b6202a65c..9458df2a3b9 100644 --- a/src/plugins/android/androidmanager.cpp +++ b/src/plugins/android/androidmanager.cpp @@ -229,6 +229,11 @@ FilePath AndroidManager::androidBuildDirectory(const Target *target) return buildDirectory(target) / Constants::ANDROID_BUILD_DIRECTORY; } +FilePath AndroidManager::androidAppProcessDir(const Target *target) +{ + return buildDirectory(target) / Constants::ANDROID_APP_PROCESS_DIRECTORY; +} + bool AndroidManager::isQt5CmakeProject(const ProjectExplorer::Target *target) { const QtSupport::QtVersion *qt = QtSupport::QtKitAspect::qtVersion(target->kit()); diff --git a/src/plugins/android/androidmanager.h b/src/plugins/android/androidmanager.h index ec6aff85bc6..ca8f9d0769f 100644 --- a/src/plugins/android/androidmanager.h +++ b/src/plugins/android/androidmanager.h @@ -74,6 +74,7 @@ public: static bool isQt5CmakeProject(const ProjectExplorer::Target *target); static Utils::FilePath androidBuildDirectory(const ProjectExplorer::Target *target); + static Utils::FilePath androidAppProcessDir(const ProjectExplorer::Target *target); static Utils::FilePath buildDirectory(const ProjectExplorer::Target *target); static Utils::FilePath manifestPath(const ProjectExplorer::Target *target); static void setManifestPath(ProjectExplorer::Target *target, const Utils::FilePath &path); diff --git a/src/plugins/android/androidrunnerworker.cpp b/src/plugins/android/androidrunnerworker.cpp index 2f52d694f3c..c50129aac25 100644 --- a/src/plugins/android/androidrunnerworker.cpp +++ b/src/plugins/android/androidrunnerworker.cpp @@ -263,15 +263,17 @@ AndroidRunnerWorker::AndroidRunnerWorker(RunWorker *runner, const QString &packa if (target->buildConfigurations().first()->buildType() != BuildConfiguration::BuildType::Release) m_extraAppParams = runControl->commandLine().arguments(); - if (auto aspect = runControl->aspect(Constants::ANDROID_AM_START_ARGS)) { - QTC_CHECK(aspect->value.typeId() == QVariant::String); - const QString startArgs = aspect->value.toString(); + if (const QVariantMap sd = runControl->settingsData(Constants::ANDROID_AM_START_ARGS); + !sd.values().isEmpty()) { + QTC_CHECK(sd.first().type() == QVariant::String); + const QString startArgs = sd.first().toString(); m_amStartExtraArgs = ProcessArgs::splitArgs(startArgs, OsTypeOtherUnix); } - if (auto aspect = runControl->aspect(Constants::ANDROID_PRESTARTSHELLCMDLIST)) { - QTC_CHECK(aspect->value.typeId() == QVariant::String); - const QStringList commands = aspect->value.toString().split('\n', Qt::SkipEmptyParts); + if (const QVariantMap sd = runControl->settingsData(Constants::ANDROID_PRESTARTSHELLCMDLIST); + !sd.values().isEmpty()) { + QTC_CHECK(sd.first().type() == QVariant::String); + const QStringList commands = sd.first().toString().split('\n', Qt::SkipEmptyParts); for (const QString &shellCmd : commands) m_beforeStartAdbCommands.append(QString("shell %1").arg(shellCmd)); } @@ -279,9 +281,10 @@ AndroidRunnerWorker::AndroidRunnerWorker(RunWorker *runner, const QString &packa for (const QString &shellCmd : preStartCmdList.toStringList()) m_beforeStartAdbCommands.append(QString("shell %1").arg(shellCmd)); - if (auto aspect = runControl->aspect(Constants::ANDROID_POSTFINISHSHELLCMDLIST)) { - QTC_CHECK(aspect->value.typeId() == QVariant::String); - const QStringList commands = aspect->value.toString().split('\n', Qt::SkipEmptyParts); + if (const QVariantMap sd = runControl->settingsData(Constants::ANDROID_POSTFINISHSHELLCMDLIST); + !sd.values().isEmpty()) { + QTC_CHECK(sd.first().type() == QVariant::String); + const QStringList commands = sd.first().toString().split('\n', Qt::SkipEmptyParts); for (const QString &shellCmd : commands) m_afterFinishAdbCommands.append(QString("shell %1").arg(shellCmd)); } diff --git a/src/plugins/autotest/boost/boosttestoutputreader.cpp b/src/plugins/autotest/boost/boosttestoutputreader.cpp index c206b3b498a..b903f6c10b1 100644 --- a/src/plugins/autotest/boost/boosttestoutputreader.cpp +++ b/src/plugins/autotest/boost/boosttestoutputreader.cpp @@ -62,7 +62,7 @@ static QString caseFromContent(const QString &content) } QString result = content.mid(index + 5); - static QRegularExpression functionName("\"(.+)\":.*"); + static const QRegularExpression functionName("\"(.+)\":.*"); const QRegularExpressionMatch matcher = functionName.match(result); if (!matcher.hasMatch()) { qCDebug(orLog) << "got no match"; @@ -173,29 +173,29 @@ void BoostTestOutputReader::handleMessageMatch(const QRegularExpressionMatch &ma void BoostTestOutputReader::processOutputLine(const QByteArray &outputLine) { - static QRegularExpression newTestStart("^Running (\\d+) test cases?\\.\\.\\.$"); - static QRegularExpression dependency("^Including test case (.+) as a dependency of " - "test case (.+)$"); - static QRegularExpression messages("^(.+)\\((\\d+)\\): (info: (.+)|error: (.+)|" - "fatal error: (.+)|last checkpoint: (.+)" - "|Entering test (case|suite) \"(.+)\"" - "|Leaving test (case|suite) \"(.+)\"; testing time: (\\d+.+)" - "|Test case \"(.+)\" is skipped because .+$)$"); - static QRegularExpression moduleMssg("^(Entering test module \"(.+)\"|" - "Leaving test module \"(.+)\"; testing time: (\\d+.+))$"); - static QRegularExpression noAssertion("^Test case (.*) did not check any assertions$"); + static const QRegularExpression newTestStart("^Running (\\d+) test cases?\\.\\.\\.$"); + static const QRegularExpression dependency("^Including test case (.+) as a dependency of " + "test case (.+)$"); + static const QRegularExpression messages("^(.+)\\((\\d+)\\): (info: (.+)|error: (.+)|" + "fatal error: (.+)|last checkpoint: (.+)" + "|Entering test (case|suite) \"(.+)\"" + "|Leaving test (case|suite) \"(.+)\"; testing time: (\\d+.+)" + "|Test case \"(.+)\" is skipped because .+$)$"); + static const QRegularExpression moduleMssg("^(Entering test module \"(.+)\"|" + "Leaving test module \"(.+)\"; testing time: (\\d+.+))$"); + static const QRegularExpression noAssertion("^Test case (.*) did not check any assertions$"); - static QRegularExpression summaryPreamble("^\\s*Test (module|suite|case) \"(.*)\" has " - "(failed|passed)( with:)?$"); - static QRegularExpression summarySkip("^\\s+Test case \"(.*)\" was skipped$"); - static QRegularExpression summaryDetail("^\\s+(\\d+) test cases? out of (\\d+) " - "(failed|passed|skipped)$"); - static QRegularExpression summaryAssertion("^\\s+(\\d+) assertions? out of (\\d+) " - "(failed|passed)$"); + static const QRegularExpression summaryPreamble("^\\s*Test (module|suite|case) \"(.*)\" has " + "(failed|passed)( with:)?$"); + static const QRegularExpression summarySkip("^\\s+Test case \"(.*)\" was skipped$"); + static const QRegularExpression summaryDetail("^\\s+(\\d+) test cases? out of (\\d+) " + "(failed|passed|skipped)$"); + static const QRegularExpression summaryAssertion("^\\s+(\\d+) assertions? out of (\\d+) " + "(failed|passed)$"); - static QRegularExpression finish("^\\*{3} (\\d+) failure(s are| is) detected in the " - "test module \"(.*)\"$"); - QString noErrors("*** No errors detected"); + static const QRegularExpression finish("^\\*{3} (\\d+) failure(s are| is) detected in the " + "test module \"(.*)\"$"); + const QString noErrors("*** No errors detected"); const QString line = removeCommandlineColors(QString::fromUtf8(outputLine)); if (line.trimmed().isEmpty()) diff --git a/src/plugins/autotest/boost/boosttestsettings.cpp b/src/plugins/autotest/boost/boosttestsettings.cpp index ed0bad6bcaf..4ff10a90ce8 100644 --- a/src/plugins/autotest/boost/boosttestsettings.cpp +++ b/src/plugins/autotest/boost/boosttestsettings.cpp @@ -60,28 +60,29 @@ BoostTestSettings::BoostTestSettings(Id settingsId) seed.setSettingsKey("Seed"); seed.setEnabled(false); + seed.setRange(0, INT_MAX); // UINT_MAX would be correct, but inner QSpinBox is limited to int seed.setLabelText(Tr::tr("Seed:")); seed.setToolTip(Tr::tr("A seed of 0 means no randomization. A value of 1 uses the current " "time, any other value is used as random seed generator.")); seed.setEnabler(&randomize); randomize.setSettingsKey("Randomize"); - randomize.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBox); + randomize.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); randomize.setLabelText(Tr::tr("Randomize")); randomize.setToolTip(Tr::tr("Randomize execution order.")); systemErrors.setSettingsKey("SystemErrors"); - systemErrors.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBox); + systemErrors.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); systemErrors.setLabelText(Tr::tr("Catch system errors")); systemErrors.setToolTip(Tr::tr("Catch or ignore system errors.")); fpExceptions.setSettingsKey("FPExceptions"); - fpExceptions.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBox); + fpExceptions.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); fpExceptions.setLabelText(Tr::tr("Floating point exceptions")); fpExceptions.setToolTip(Tr::tr("Enable floating point exception traps.")); memLeaks.setSettingsKey("MemoryLeaks"); - memLeaks.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBox); + memLeaks.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); memLeaks.setDefaultValue(true); memLeaks.setLabelText(Tr::tr("Detect memory leaks")); memLeaks.setToolTip(Tr::tr("Enable memory leak detection.")); diff --git a/src/plugins/autotest/catch/catchcodeparser.cpp b/src/plugins/autotest/catch/catchcodeparser.cpp index e2bab245b90..186dde5ea1b 100644 --- a/src/plugins/autotest/catch/catchcodeparser.cpp +++ b/src/plugins/autotest/catch/catchcodeparser.cpp @@ -41,7 +41,7 @@ static QStringList parseTags(const QString &tagsString) { QStringList tagsList; - const QRegularExpression tagRegEx("\\[(.*?)\\]",QRegularExpression::CaseInsensitiveOption); + static const QRegularExpression tagRegEx("\\[(.*?)\\]", QRegularExpression::CaseInsensitiveOption); int pos = 0; QRegularExpressionMatch it = tagRegEx.match(tagsString, pos); while (it.hasMatch()) { diff --git a/src/plugins/autotest/catch/catchtestparser.cpp b/src/plugins/autotest/catch/catchtestparser.cpp index 3cc7a4540be..a37f8b4ca73 100644 --- a/src/plugins/autotest/catch/catchtestparser.cpp +++ b/src/plugins/autotest/catch/catchtestparser.cpp @@ -104,12 +104,12 @@ bool CatchTestParser::processDocument(QPromise &promise, const QByteArray &fileContent = getFileContent(fileName); if (!hasCatchNames(doc)) { - const QRegularExpression regex("\\b(CATCH_)?" - "(SCENARIO|(TEMPLATE_(PRODUCT_)?)?TEST_CASE(_METHOD)?|" - "TEMPLATE_TEST_CASE(_METHOD)?_SIG|" - "TEMPLATE_PRODUCT_TEST_CASE(_METHOD)?_SIG|" - "TEMPLATE_LIST_TEST_CASE_METHOD|METHOD_AS_TEST_CASE|" - "REGISTER_TEST_CASE)"); + static const QRegularExpression regex("\\b(CATCH_)?" + "(SCENARIO|(TEMPLATE_(PRODUCT_)?)?TEST_CASE(_METHOD)?|" + "TEMPLATE_TEST_CASE(_METHOD)?_SIG|" + "TEMPLATE_PRODUCT_TEST_CASE(_METHOD)?_SIG|" + "TEMPLATE_LIST_TEST_CASE_METHOD|METHOD_AS_TEST_CASE|" + "REGISTER_TEST_CASE)"); if (!regex.match(QString::fromUtf8(fileContent)).hasMatch()) return false; } diff --git a/src/plugins/autotest/ctest/ctestsettings.cpp b/src/plugins/autotest/ctest/ctestsettings.cpp index a2f3e904270..70016f79209 100644 --- a/src/plugins/autotest/ctest/ctestsettings.cpp +++ b/src/plugins/autotest/ctest/ctestsettings.cpp @@ -44,6 +44,7 @@ CTestSettings::CTestSettings(Id settingsId) outputOnFail.setSettingsKey("OutputOnFail"); outputOnFail.setLabelText(Tr::tr("Output on failure")); + outputOnFail.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); outputOnFail.setDefaultValue(true); outputMode.setSettingsKey("OutputMode"); @@ -70,9 +71,11 @@ CTestSettings::CTestSettings(Id settingsId) scheduleRandom.setSettingsKey("ScheduleRandom"); scheduleRandom.setLabelText(Tr::tr("Schedule random")); + scheduleRandom.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); stopOnFailure.setSettingsKey("StopOnFail"); stopOnFailure.setLabelText(Tr::tr("Stop on failure")); + stopOnFailure.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); parallel.setSettingsKey("Parallel"); parallel.setToolTip(Tr::tr("Run tests in parallel mode using given number of jobs.")); diff --git a/src/plugins/autotest/gtest/gtestparser.cpp b/src/plugins/autotest/gtest/gtestparser.cpp index c8cc92005e8..bb2285bd43a 100644 --- a/src/plugins/autotest/gtest/gtestparser.cpp +++ b/src/plugins/autotest/gtest/gtestparser.cpp @@ -80,7 +80,7 @@ bool GTestParser::processDocument(QPromise &promise, const QByteArray &fileContent = getFileContent(fileName); if (!hasGTestNames(doc)) { - const QRegularExpression regex("\\b(TEST(_[FP])?|TYPED_TEST(_P)?|(GTEST_TEST))"); + static const QRegularExpression regex("\\b(TEST(_[FP])?|TYPED_TEST(_P)?|(GTEST_TEST))"); if (!regex.match(QString::fromUtf8(fileContent)).hasMatch()) return false; } diff --git a/src/plugins/autotest/gtest/gtestresult.cpp b/src/plugins/autotest/gtest/gtestresult.cpp index b89c06bd8e3..f34b8f069d7 100644 --- a/src/plugins/autotest/gtest/gtestresult.cpp +++ b/src/plugins/autotest/gtest/gtestresult.cpp @@ -39,7 +39,7 @@ static ResultHooks::OutputStringHook outputStringHook(const QString &testCaseNam static QString normalizeName(const QString &name) { - static QRegularExpression parameterIndex("/\\d+"); + static const QRegularExpression parameterIndex("/\\d+"); QString nameWithoutParameterIndices = name; nameWithoutParameterIndices.remove(parameterIndex); diff --git a/src/plugins/autotest/gtest/gtestsettings.cpp b/src/plugins/autotest/gtest/gtestsettings.cpp index ca31c99f121..7aa370366f3 100644 --- a/src/plugins/autotest/gtest/gtestsettings.cpp +++ b/src/plugins/autotest/gtest/gtestsettings.cpp @@ -26,6 +26,7 @@ GTestSettings::GTestSettings(Id settingsId) setLayouter([this] { return Row { Form { runDisabled, br, + throwOnFailure, br, breakOnFailure, br, repeat, iterations, br, shuffle, seed, br, @@ -42,6 +43,7 @@ GTestSettings::GTestSettings(Id settingsId) seed.setSettingsKey("Seed"); seed.setSpecialValueText({}); + seed.setRange(0, 99999); seed.setEnabled(false); seed.setLabelText(Tr::tr("Seed:")); seed.setToolTip(Tr::tr("A seed of 0 generates a seed based on the current timestamp.")); @@ -49,24 +51,29 @@ GTestSettings::GTestSettings(Id settingsId) runDisabled.setSettingsKey("RunDisabled"); runDisabled.setLabelText(Tr::tr("Run disabled tests")); + runDisabled.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); runDisabled.setToolTip(Tr::tr("Executes disabled tests when performing a test run.")); shuffle.setSettingsKey("Shuffle"); shuffle.setLabelText(Tr::tr("Shuffle tests")); + shuffle.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); shuffle.setToolTip(Tr::tr("Shuffles tests automatically on every iteration by the given seed.")); repeat.setSettingsKey("Repeat"); repeat.setLabelText(Tr::tr("Repeat tests")); + repeat.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); repeat.setToolTip(Tr::tr("Repeats a test run (you might be required to increase the timeout to " "avoid canceling the tests).")); throwOnFailure.setSettingsKey("ThrowOnFailure"); throwOnFailure.setLabelText(Tr::tr("Throw on failure")); + throwOnFailure.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); throwOnFailure.setToolTip(Tr::tr("Turns assertion failures into C++ exceptions.")); breakOnFailure.setSettingsKey("BreakOnFailure"); breakOnFailure.setDefaultValue(true); breakOnFailure.setLabelText(Tr::tr("Break on failure while debugging")); + breakOnFailure.setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBoxWithoutDummyLabel); breakOnFailure.setToolTip(Tr::tr("Turns failures into debugger breakpoints.")); groupMode.setSettingsKey("GroupMode"); diff --git a/src/plugins/autotest/gtest/gtestvisitors.cpp b/src/plugins/autotest/gtest/gtestvisitors.cpp index 629b4e1f91a..ea7f89863b3 100644 --- a/src/plugins/autotest/gtest/gtestvisitors.cpp +++ b/src/plugins/autotest/gtest/gtestvisitors.cpp @@ -62,7 +62,7 @@ bool GTestVisitor::visit(CPlusPlus::FunctionDefinitionAST *ast) testSuiteName = QString::fromUtf8(parameter1.spell()); testCaseName = QString::fromUtf8(parameter2.spell()); // test (suite) name needs to be a alpha numerical literal ( _ and $ allowed) - const QRegularExpression alnum("^[[:alnum:]_$]+$"); + static const QRegularExpression alnum("^[[:alnum:]_$]+$"); // test suite must not start with a number, test case may if (!alnum.match(testSuiteName).hasMatch() || (!testSuiteName.isEmpty() && testSuiteName.at(0).isNumber())) { diff --git a/src/plugins/autotest/qtest/qttestparser.cpp b/src/plugins/autotest/qtest/qttestparser.cpp index f68a87d7bf3..57c85b08a9e 100644 --- a/src/plugins/autotest/qtest/qttestparser.cpp +++ b/src/plugins/autotest/qtest/qttestparser.cpp @@ -112,8 +112,8 @@ TestCases QtTestParser::testCases(const CppEditor::CppModelManager *modelManager return astVisitor.testCases(); TestCases result; - const QRegularExpression regex("\\b(QTEST_(APPLESS_|GUILESS_)?MAIN)" - "\\s*\\(\\s*([[:alnum:]]+)\\s*\\)"); + static const QRegularExpression regex("\\b(QTEST_(APPLESS_|GUILESS_)?MAIN)" + "\\s*\\(\\s*([[:alnum:]]+)\\s*\\)"); QRegularExpressionMatchIterator it = regex.globalMatch(QString::fromUtf8(document->utf8Source())); while (it.hasNext()) { const QRegularExpressionMatch match = it.next(); diff --git a/src/plugins/autotest/qtest/qttestvisitors.h b/src/plugins/autotest/qtest/qttestvisitors.h index 608008750dc..756ba17b9e2 100644 --- a/src/plugins/autotest/qtest/qttestvisitors.h +++ b/src/plugins/autotest/qtest/qttestvisitors.h @@ -34,7 +34,7 @@ public: private: CppEditor::SymbolFinder m_symbolFinder; QString m_className; - CPlusPlus::Snapshot m_snapshot; + const CPlusPlus::Snapshot &m_snapshot; QMap m_privSlots; bool m_valid = false; bool m_inherited = false; @@ -55,7 +55,7 @@ private: QStringList m_classNames; CPlusPlus::Scope *m_currentScope = nullptr; CPlusPlus::Document::Ptr m_currentDoc; - CPlusPlus::Snapshot m_snapshot; + const CPlusPlus::Snapshot &m_snapshot; }; class TestDataFunctionVisitor : public CPlusPlus::ASTVisitor diff --git a/src/plugins/autotest/quick/quicktestparser.cpp b/src/plugins/autotest/quick/quicktestparser.cpp index a4cf0967b6c..a5acf697feb 100644 --- a/src/plugins/autotest/quick/quicktestparser.cpp +++ b/src/plugins/autotest/quick/quicktestparser.cpp @@ -146,7 +146,7 @@ QString QuickTestParser::quickTestName(const CPlusPlus::Document::Ptr &doc) cons } if (pchIncludes) { - const QRegularExpression regex("\\bQUICK_TEST_(MAIN|OPENGL_MAIN|MAIN_WITH_SETUP)"); + static const QRegularExpression regex("\\bQUICK_TEST_(MAIN|OPENGL_MAIN|MAIN_WITH_SETUP)"); const QRegularExpressionMatch match = regex.match(QString::fromUtf8(fileContent)); if (match.hasMatch()) return match.captured(); // we do not care for the name, just return something non-empty @@ -165,8 +165,6 @@ QList QuickTestParser::scanDirectoryForQuickTestQmlFiles(const Fi ModelManagerInterface::importScan(ModelManagerInterface::workingCopy(), paths, qmlJsMM, false /*emitDocumentChanges*/, false /*onlyTheLib*/, true /*forceRescan*/ ); - const Snapshot snapshot = QmlJSTools::Internal::ModelManager::instance()->snapshot(); - QDirIterator it(srcDir.toString(), QDir::Dirs | QDir::NoDotAndDotDot, QDirIterator::Subdirectories); @@ -184,7 +182,7 @@ QList QuickTestParser::scanDirectoryForQuickTestQmlFiles(const Fi QList foundDocs; for (const FilePath &path : std::as_const(dirs)) { - const QList docs = snapshot.documentsInDirectory(path); + const QList docs = m_qmlSnapshot.documentsInDirectory(path); for (const Document::Ptr &doc : docs) { const FilePath fi = doc->fileName(); //const QFileInfo fi(doc->fileName()); diff --git a/src/plugins/autotest/quick/quicktestvisitors.h b/src/plugins/autotest/quick/quicktestvisitors.h index 71d4b91496f..58dae69e921 100644 --- a/src/plugins/autotest/quick/quicktestvisitors.h +++ b/src/plugins/autotest/quick/quicktestvisitors.h @@ -45,7 +45,7 @@ public: private: QmlJS::Document::Ptr m_currentDoc; - QmlJS::Snapshot m_snapshot; + const QmlJS::Snapshot &m_snapshot; QStack m_caseParseStack; QVector m_testCases; QStack m_objectIsTestStack; @@ -64,7 +64,7 @@ public: private: QString m_testBaseName; CPlusPlus::Document::Ptr m_currentDoc; - CPlusPlus::Snapshot m_snapshot; + const CPlusPlus::Snapshot &m_snapshot; }; } // namespace Internal diff --git a/src/plugins/autotest/testresultmodel.cpp b/src/plugins/autotest/testresultmodel.cpp index f686692faad..41c53ac100d 100644 --- a/src/plugins/autotest/testresultmodel.cpp +++ b/src/plugins/autotest/testresultmodel.cpp @@ -4,6 +4,7 @@ #include "testresultmodel.h" #include "autotesticons.h" +#include "testresultspane.h" #include "testrunner.h" #include "testsettings.h" #include "testtreeitem.h" @@ -14,6 +15,7 @@ #include #include +#include using namespace Utils; @@ -184,6 +186,17 @@ TestResultItem *TestResultItem::createAndAddIntermediateFor(const TestResultItem result.setResult(ResultType::TestStart); TestResultItem *intermediate = new TestResultItem(result); appendChild(intermediate); + // FIXME: make the expand button's state easier accessible + auto widgets = TestResultsPane::instance()->toolBarWidgets(); + if (!widgets.empty()) { + if (QToolButton *expand = qobject_cast(widgets.at(0))) { + if (expand->isChecked()) { + QMetaObject::invokeMethod(TestResultsPane::instance(), + [intermediate] { intermediate->expand(); }, + Qt::QueuedConnection); + } + } + } return intermediate; } @@ -298,9 +311,8 @@ void TestResultModel::addTestResult(const TestResult &testResult, bool autoExpan if (parentItem) { parentItem->appendChild(newItem); if (autoExpand) { - parentItem->expand(); - newItem->expand(); - newItem->forAllChildren([](TreeItem *it) { it->expand(); }); + QMetaObject::invokeMethod(this, [parentItem]{ parentItem->expand(); }, + Qt::QueuedConnection); } updateParent(newItem); } else { diff --git a/src/plugins/autotest/testresultspane.cpp b/src/plugins/autotest/testresultspane.cpp index 3dbad31ea99..457b273a4a1 100644 --- a/src/plugins/autotest/testresultspane.cpp +++ b/src/plugins/autotest/testresultspane.cpp @@ -142,7 +142,7 @@ TestResultsPane::TestResultsPane(QObject *parent) : onCopyItemTriggered(getTestResult(m_treeView->currentIndex())); }); connect(m_model, &TestResultModel::requestExpansion, this, [this](const QModelIndex &idx) { - m_treeView->expand(m_filterModel->mapFromSource(idx)); + m_treeView->expandRecursively(m_filterModel->mapFromSource(idx)); }); connect(TestRunner::instance(), &TestRunner::testRunStarted, this, &TestResultsPane::onTestRunStarted); diff --git a/src/plugins/clangcodemodel/clangdclient.cpp b/src/plugins/clangcodemodel/clangdclient.cpp index 24e1c2d18f4..7c40086f09c 100644 --- a/src/plugins/clangcodemodel/clangdclient.cpp +++ b/src/plugins/clangcodemodel/clangdclient.cpp @@ -977,6 +977,12 @@ MessageId ClangdClient::requestSymbolInfo(const Utils::FilePath &filePath, const return symReq.id(); } +#ifdef WITH_TESTS +ClangdFollowSymbol *ClangdClient::currentFollowSymbolOperation() +{ + return d->followSymbol; +} +#endif void ClangdClient::followSymbol(TextDocument *document, const QTextCursor &cursor, @@ -989,8 +995,8 @@ void ClangdClient::followSymbol(TextDocument *document, { QTC_ASSERT(documentOpen(document), openDocument(document)); - delete d->followSymbol; - d->followSymbol = nullptr; + if (d->followSymbol) + d->followSymbol->cancel(); const QTextCursor adjustedCursor = d->adjustedCursor(cursor, document); if (followTo == FollowTo::SymbolDef && !resolveTarget) { @@ -1000,12 +1006,14 @@ void ClangdClient::followSymbol(TextDocument *document, qCDebug(clangdLog) << "follow symbol requested" << document->filePath() << adjustedCursor.blockNumber() << adjustedCursor.positionInBlock(); - d->followSymbol = new ClangdFollowSymbol(this, adjustedCursor, editorWidget, document, callback, - followTo, openInSplit); - connect(d->followSymbol, &ClangdFollowSymbol::done, this, [this] { - d->followSymbol->deleteLater(); - d->followSymbol = nullptr; + auto clangdFollowSymbol = new ClangdFollowSymbol(this, adjustedCursor, editorWidget, document, + callback, followTo, openInSplit); + connect(clangdFollowSymbol, &ClangdFollowSymbol::done, this, [this, clangdFollowSymbol] { + clangdFollowSymbol->deleteLater(); + if (clangdFollowSymbol == d->followSymbol) + d->followSymbol = nullptr; }); + d->followSymbol = clangdFollowSymbol; } void ClangdClient::switchDeclDef(TextDocument *document, const QTextCursor &cursor, @@ -1106,7 +1114,23 @@ void ClangdClient::gatherHelpItemForTooltip(const HoverRequest::Response &hoverR cleanString.remove('`'); const QStringList lines = cleanString.trimmed().split('\n'); for (const QString &line : lines) { - const auto markupFilePath = Utils::FilePath::fromUserInput(line.simplified()); + const QString possibleFilePath = line.simplified(); + const auto looksLikeFilePath = [&] { + if (possibleFilePath.length() < 3) + return false; + if (osType() == OsTypeWindows) { + if (possibleFilePath.startsWith(R"(\\)")) + return true; + return possibleFilePath.front().isLetter() + && possibleFilePath.at(1) == ':' + && possibleFilePath.at(2) == '\\'; + } + return possibleFilePath.front() == '/' + && possibleFilePath.at(1).isLetterOrNumber(); + }; + if (!looksLikeFilePath()) + continue; + const auto markupFilePath = Utils::FilePath::fromUserInput(possibleFilePath); if (markupFilePath.exists()) { d->setHelpItemForTooltip(hoverResponse.id(), filePath, diff --git a/src/plugins/clangcodemodel/clangdclient.h b/src/plugins/clangcodemodel/clangdclient.h index 27ec66a3017..2b354eaa2cc 100644 --- a/src/plugins/clangcodemodel/clangdclient.h +++ b/src/plugins/clangcodemodel/clangdclient.h @@ -37,6 +37,8 @@ void setupClangdConfigFile(); enum class FollowTo { SymbolDef, SymbolType }; +class ClangdFollowSymbol; + class ClangdClient : public LanguageClient::Client { Q_OBJECT @@ -117,6 +119,10 @@ public: const LanguageServerProtocol::Position &position, const SymbolInfoHandler &handler); +#ifdef WITH_TESTS + ClangdFollowSymbol *currentFollowSymbolOperation(); +#endif + signals: void indexingFinished(); void foundReferences(const Utils::SearchResultItems &items); diff --git a/src/plugins/clangcodemodel/clangdfollowsymbol.cpp b/src/plugins/clangcodemodel/clangdfollowsymbol.cpp index 757ad4bf2e8..730a3fdd375 100644 --- a/src/plugins/clangcodemodel/clangdfollowsymbol.cpp +++ b/src/plugins/clangcodemodel/clangdfollowsymbol.cpp @@ -90,6 +90,7 @@ public: void closeTempDocuments(); bool addOpenFile(const FilePath &filePath); bool defLinkIsAmbiguous() const; + void cancel(); ClangdFollowSymbol * const q; ClangdClient * const client; @@ -169,18 +170,17 @@ ClangdFollowSymbol::ClangdFollowSymbol(ClangdClient *client, const QTextCursor & ClangdFollowSymbol::~ClangdFollowSymbol() { - d->closeTempDocuments(); - if (d->virtualFuncAssistProcessor) - d->virtualFuncAssistProcessor->resetData(false); - for (const MessageId &id : std::as_const(d->pendingSymbolInfoRequests)) - d->client->cancelRequest(id); - for (const MessageId &id : std::as_const(d->pendingGotoImplRequests)) - d->client->cancelRequest(id); - for (const MessageId &id : std::as_const(d->pendingGotoDefRequests)) - d->client->cancelRequest(id); + d->cancel(); delete d; } +void ClangdFollowSymbol::cancel() +{ + d->cancel(); + clear(); + emitDone(); +} + void ClangdFollowSymbol::clear() { d->openedFiles.clear(); @@ -221,6 +221,19 @@ bool ClangdFollowSymbol::Private::defLinkIsAmbiguous() const return true; } +void ClangdFollowSymbol::Private::cancel() +{ + closeTempDocuments(); + if (virtualFuncAssistProcessor) + virtualFuncAssistProcessor->resetData(false); + for (const MessageId &id : std::as_const(pendingSymbolInfoRequests)) + client->cancelRequest(id); + for (const MessageId &id : std::as_const(pendingGotoImplRequests)) + client->cancelRequest(id); + for (const MessageId &id : std::as_const(pendingGotoDefRequests)) + client->cancelRequest(id); +} + bool ClangdFollowSymbol::Private::addOpenFile(const FilePath &filePath) { return openedFiles.insert(filePath).second; diff --git a/src/plugins/clangcodemodel/clangdfollowsymbol.h b/src/plugins/clangcodemodel/clangdfollowsymbol.h index 791f2f1a99a..33cef520d88 100644 --- a/src/plugins/clangcodemodel/clangdfollowsymbol.h +++ b/src/plugins/clangcodemodel/clangdfollowsymbol.h @@ -28,6 +28,7 @@ public: TextEditor::TextDocument *document, const Utils::LinkHandler &callback, FollowTo followTo, bool openInSplit); ~ClangdFollowSymbol(); + void cancel(); void clear(); signals: diff --git a/src/plugins/clangcodemodel/test/clangdtests.cpp b/src/plugins/clangcodemodel/test/clangdtests.cpp index 5a52a207853..ceaf25787e8 100644 --- a/src/plugins/clangcodemodel/test/clangdtests.cpp +++ b/src/plugins/clangcodemodel/test/clangdtests.cpp @@ -4,6 +4,7 @@ #include "clangdtests.h" #include "../clangdclient.h" +#include "../clangdfollowsymbol.h" #include "../clangmodelmanagersupport.h" #include @@ -428,6 +429,37 @@ void ClangdTestFollowSymbol::test() QCOMPARE(actualLink.targetColumn + 1, targetColumn); } +// Make sure it is safe to call follow symbol in a follow symbol handler. Since follow symbol +// potentially opens a file that gets loaded in chunks which handles user events inbetween +// the chunks we can potentially call a follow symbol while currently handling another one. +void ClangdTestFollowSymbol::testFollowSymbolInHandler() +{ + TextEditor::TextDocument *const doc = document("header.h"); + QVERIFY(doc); + QTimer timer; + timer.setSingleShot(true); + QEventLoop loop; + QTextCursor cursor(doc->document()); + const int pos = Text::positionInText(doc->document(), 48, 9); + cursor.setPosition(pos); + QObject::connect(&timer, &QTimer::timeout, &loop, &QEventLoop::quit); + + bool deleted = false; + + const auto handler = [&](const Link &) { + client()->followSymbol(doc, cursor, nullptr, [&](const Link &) { loop.quit(); }, true, + FollowTo::SymbolDef, false); + QVERIFY(!deleted); + }; + + client()->followSymbol(doc, cursor, nullptr, handler, true, FollowTo::SymbolDef, false); + QVERIFY(client()->currentFollowSymbolOperation()); + connect(client()->currentFollowSymbolOperation(), &QObject::destroyed, [&] { deleted = true; }); + timer.start(10000); + loop.exec(); + QVERIFY(timer.isActive()); + timer.stop(); +} ClangdTestLocalReferences::ClangdTestLocalReferences() { diff --git a/src/plugins/clangcodemodel/test/clangdtests.h b/src/plugins/clangcodemodel/test/clangdtests.h index 90f4eca45af..92bf4efe90c 100644 --- a/src/plugins/clangcodemodel/test/clangdtests.h +++ b/src/plugins/clangcodemodel/test/clangdtests.h @@ -86,6 +86,7 @@ public: private slots: void test_data(); void test(); + void testFollowSymbolInHandler(); }; class ClangdTestLocalReferences : public ClangdTest diff --git a/src/plugins/clangformat/clangformatfile.cpp b/src/plugins/clangformat/clangformatfile.cpp index 16209c30943..66eb58d6eaf 100644 --- a/src/plugins/clangformat/clangformatfile.cpp +++ b/src/plugins/clangformat/clangformatfile.cpp @@ -152,14 +152,17 @@ CppEditor::CppCodeStyleSettings ClangFormatFile::toCppCodeStyleSettings( // to be false settings.indentAccessSpecifiers = (style.AccessModifierOffset != -1 * int(style.IndentWidth)); - settings.indentNamespaceBody = style.NamespaceIndentation - == FormatStyle::NamespaceIndentationKind::NI_All; - settings.indentNamespaceBraces = settings.indentNamespaceBody; + if (style.NamespaceIndentation == FormatStyle::NamespaceIndentationKind::NI_All) { + settings.indentNamespaceBody = true; + settings.indentNamespaceBraces = settings.indentNamespaceBody; + } - settings.indentClassBraces = style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths; - settings.indentEnumBraces = settings.indentClassBraces; - settings.indentBlockBraces = settings.indentClassBraces; - settings.indentFunctionBraces = settings.indentClassBraces; + if (style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) { + settings.indentClassBraces = true; + settings.indentEnumBraces = settings.indentClassBraces; + settings.indentBlockBraces = settings.indentClassBraces; + settings.indentFunctionBraces = settings.indentClassBraces; + } settings.indentSwitchLabels = style.IndentCaseLabels; #if LLVM_VERSION_MAJOR >= 11 diff --git a/src/plugins/clangformat/clangformatutils.cpp b/src/plugins/clangformat/clangformatutils.cpp index 735c0a03548..928d30d241e 100644 --- a/src/plugins/clangformat/clangformatutils.cpp +++ b/src/plugins/clangformat/clangformatutils.cpp @@ -201,13 +201,13 @@ void fromCppCodeStyleSettings(clang::format::FormatStyle &style, else style.AccessModifierOffset = -1 * style.IndentWidth; - if (settings.indentNamespaceBody || settings.indentNamespaceBraces) + if (settings.indentNamespaceBody && settings.indentNamespaceBraces) style.NamespaceIndentation = FormatStyle::NamespaceIndentationKind::NI_All; else style.NamespaceIndentation = FormatStyle::NamespaceIndentationKind::NI_None; - if (settings.indentClassBraces || settings.indentEnumBraces || settings.indentBlockBraces - || settings.indentFunctionBraces) + if (settings.indentClassBraces && settings.indentEnumBraces && settings.indentBlockBraces + && settings.indentFunctionBraces) style.BreakBeforeBraces = FormatStyle::BS_Whitesmiths; else style.BreakBeforeBraces = FormatStyle::BS_Custom; diff --git a/src/plugins/clangtools/clangtool.cpp b/src/plugins/clangtools/clangtool.cpp index 2ce4373b7f7..d5a3e6f202f 100644 --- a/src/plugins/clangtools/clangtool.cpp +++ b/src/plugins/clangtools/clangtool.cpp @@ -350,8 +350,8 @@ static RunSettings runSettings() return ClangToolsSettings::instance()->runSettings(); } -ClangTool::ClangTool(const QString &name, Utils::Id id) - : m_name(name), m_perspective{id.toString(), name} +ClangTool::ClangTool(const QString &name, Utils::Id id, ClangToolType type) + : m_name(name), m_perspective{id.toString(), name}, m_type(type) { setObjectName(name); m_diagnosticModel = new ClangToolsDiagnosticModel(this); @@ -830,8 +830,7 @@ static bool canAnalyzeProject(Project *project) struct CheckResult { enum { - InvalidTidyExecutable, - InvalidClazyExecutable, + InvalidExecutable, ProjectNotOpen, ProjectNotSuitable, ReadyToAnalyze, @@ -839,20 +838,13 @@ struct CheckResult { QString errorText; }; -static CheckResult canAnalyze() +static CheckResult canAnalyze(ClangToolType type, const QString &name) { const ClangDiagnosticConfig config = diagnosticConfig(runSettings().diagnosticConfigId()); - if (toolEnabled(ClangToolType::Tidy, config, runSettings()) - && !toolExecutable(ClangToolType::Tidy).isExecutableFile()) { - return {CheckResult::InvalidTidyExecutable, - Tr::tr("Set a valid Clang-Tidy executable.")}; - } - - if (toolEnabled(ClangToolType::Clazy, config, runSettings()) - && !toolExecutable(ClangToolType::Clazy).isExecutableFile()) { - return {CheckResult::InvalidClazyExecutable, - Tr::tr("Set a valid Clazy-Standalone executable.")}; + if (toolEnabled(type, config, runSettings()) + && !toolExecutable(type).isExecutableFile()) { + return {CheckResult::InvalidExecutable, Tr::tr("Set a valid %1 executable.").arg(name)}; } if (Project *project = ProjectManager::startupProject()) { @@ -876,10 +868,9 @@ void ClangTool::updateForInitialState() m_infoBarWidget->reset(); - const CheckResult result = canAnalyze(); + const CheckResult result = canAnalyze(m_type, m_name); switch (result.kind) - case CheckResult::InvalidTidyExecutable: { - case CheckResult::InvalidClazyExecutable: + case CheckResult::InvalidExecutable: { m_infoBarWidget->setError(InfoBarWidget::Warning, makeLink(result.errorText), [] { ICore::showOptionsDialog(Constants::SETTINGS_PAGE_ID); }); break; @@ -1084,7 +1075,7 @@ void ClangTool::updateForCurrentState() QString startActionToolTip = m_startAction->text(); QString startOnCurrentToolTip = m_startOnCurrentFileAction->text(); if (!isRunning) { - const CheckResult result = canAnalyze(); + const CheckResult result = canAnalyze(m_type, m_name); canStart = result.kind == CheckResult::ReadyToAnalyze; if (!canStart) { startActionToolTip = result.errorText; @@ -1171,11 +1162,12 @@ void ClangTool::updateForCurrentState() m_infoBarWidget->setDiagText(diagText); } -ClangTidyTool::ClangTidyTool() : ClangTool(Tr::tr("Clang-Tidy"), "ClangTidy.Perspective") +ClangTidyTool::ClangTidyTool() : ClangTool(Tr::tr("Clang-Tidy"), "ClangTidy.Perspective", + ClangToolType::Tidy) { m_instance = this; } -ClazyTool::ClazyTool() : ClangTool(Tr::tr("Clazy"), "Clazy.Perspective") +ClazyTool::ClazyTool() : ClangTool(Tr::tr("Clazy"), "Clazy.Perspective", ClangToolType::Clazy) { m_instance = this; } diff --git a/src/plugins/clangtools/clangtool.h b/src/plugins/clangtools/clangtool.h index fad280a17f1..87497e87066 100644 --- a/src/plugins/clangtools/clangtool.h +++ b/src/plugins/clangtools/clangtool.h @@ -82,7 +82,7 @@ signals: void finished(const QString &errorText); // For testing. protected: - ClangTool(const QString &name, Utils::Id id); + ClangTool(const QString &name, Utils::Id id, CppEditor::ClangToolType type); private: enum class State { @@ -154,6 +154,7 @@ private: QAction *m_expandCollapse = nullptr; Utils::Perspective m_perspective; + const CppEditor::ClangToolType m_type; }; class ClangTidyTool : public ClangTool diff --git a/src/plugins/clangtools/clangtoolrunner.cpp b/src/plugins/clangtools/clangtoolrunner.cpp index 666f07963b2..ecace1c7d36 100644 --- a/src/plugins/clangtools/clangtoolrunner.cpp +++ b/src/plugins/clangtools/clangtoolrunner.cpp @@ -218,11 +218,11 @@ GroupItem clangToolTask(const AnalyzeInputData &input, }; const Group group { + finishAllAndDone, Storage(storage), onGroupSetup(onSetup), Group { sequential, - finishAllAndDone, ProcessTask(onProcessSetup, onProcessDone, onProcessError), AsyncTask>(onReadSetup, onReadDone, onReadError) } diff --git a/src/plugins/clangtools/diagnosticmark.cpp b/src/plugins/clangtools/diagnosticmark.cpp index bc92e1d17e3..3802ee325cf 100644 --- a/src/plugins/clangtools/diagnosticmark.cpp +++ b/src/plugins/clangtools/diagnosticmark.cpp @@ -15,6 +15,7 @@ #include using namespace TextEditor; +using namespace Utils; namespace ClangTools { namespace Internal { @@ -22,37 +23,35 @@ namespace Internal { DiagnosticMark::DiagnosticMark(const Diagnostic &diagnostic, TextDocument *document) : TextMark(document, diagnostic.location.line, - {Tr::tr("Clang Tools"), Utils::Id(Constants::DIAGNOSTIC_MARK_ID)}) + {Tr::tr("Clang Tools"), Id(Constants::DIAGNOSTIC_MARK_ID)}) , m_diagnostic(diagnostic) { setSettingsPage(Constants::SETTINGS_PAGE_ID); - if (diagnostic.type == "error" || diagnostic.type == "fatal") - setColor(Utils::Theme::CodeModel_Error_TextMarkColor); - else - setColor(Utils::Theme::CodeModel_Warning_TextMarkColor); - setPriority(TextEditor::TextMark::HighPriority); + const bool isError = diagnostic.type == "error" || diagnostic.type == "fatal"; + setColor(isError ? Theme::CodeModel_Error_TextMarkColor : Theme::CodeModel_Warning_TextMarkColor); + setPriority(isError ? TextEditor::TextMark::HighPriority : TextEditor::TextMark::NormalPriority); QIcon markIcon = diagnostic.icon(); - setIcon(markIcon.isNull() ? Utils::Icons::CODEMODEL_WARNING.icon() : markIcon); + setIcon(markIcon.isNull() ? Icons::CODEMODEL_WARNING.icon() : markIcon); setToolTip(createDiagnosticToolTipString(diagnostic, std::nullopt, true)); setLineAnnotation(diagnostic.description); setActionsProvider([diagnostic] { // Copy to clipboard action QList actions; QAction *action = new QAction(); - action->setIcon(QIcon::fromTheme("edit-copy", Utils::Icons::COPY.icon())); + action->setIcon(QIcon::fromTheme("edit-copy", Icons::COPY.icon())); action->setToolTip(Tr::tr("Copy to Clipboard")); QObject::connect(action, &QAction::triggered, [diagnostic] { const QString text = createFullLocationString(diagnostic.location) + ": " + diagnostic.description; - Utils::setClipboardAndSelection(text); + setClipboardAndSelection(text); }); actions << action; // Disable diagnostic action action = new QAction(); - action->setIcon(Utils::Icons::BROKEN.icon()); + action->setIcon(Icons::BROKEN.icon()); action->setToolTip(Tr::tr("Disable Diagnostic")); QObject::connect(action, &QAction::triggered, [diagnostic] { disableChecks({diagnostic}); }); actions << action; @@ -70,10 +69,10 @@ void DiagnosticMark::disable() return; m_enabled = false; if (m_diagnostic.type == "error" || m_diagnostic.type == "fatal") - setIcon(Utils::Icons::CODEMODEL_DISABLED_ERROR.icon()); + setIcon(Icons::CODEMODEL_DISABLED_ERROR.icon()); else - setIcon(Utils::Icons::CODEMODEL_DISABLED_WARNING.icon()); - setColor(Utils::Theme::Color::IconsDisabledColor); + setIcon(Icons::CODEMODEL_DISABLED_WARNING.icon()); + setColor(Theme::Color::IconsDisabledColor); } bool DiagnosticMark::enabled() const diff --git a/src/plugins/clangtools/readexporteddiagnosticstest.cpp b/src/plugins/clangtools/readexporteddiagnosticstest.cpp index d839108451b..f6bf5e1118e 100644 --- a/src/plugins/clangtools/readexporteddiagnosticstest.cpp +++ b/src/plugins/clangtools/readexporteddiagnosticstest.cpp @@ -64,9 +64,8 @@ static QString appendYamlSuffix(const char *filePathFragment) void ReadExportedDiagnosticsTest::testTidy() { const FilePath sourceFile = filePath("tidy.modernize-use-nullptr.cpp"); - const FilePath exportedFile = createFile( - filePath(appendYamlSuffix("tidy.modernize-use-nullptr")).toString(), - sourceFile.toString()); + const FilePath exportedFile + = createFile(filePath(appendYamlSuffix("tidy.modernize-use-nullptr")), sourceFile); Diagnostic expectedDiag; expectedDiag.name = "modernize-use-nullptr"; expectedDiag.location = {sourceFile, 2, 25}; @@ -86,9 +85,9 @@ void ReadExportedDiagnosticsTest::testTidy() void ReadExportedDiagnosticsTest::testAcceptDiagsFromFilePaths_None() { - const QString sourceFile = filePath("tidy.modernize-use-nullptr.cpp").toString(); - const FilePath exportedFile = createFile(filePath("tidy.modernize-use-nullptr.yaml").toString(), - sourceFile); + const FilePath sourceFile = filePath("tidy.modernize-use-nullptr.cpp"); + const FilePath exportedFile = createFile(filePath("tidy.modernize-use-nullptr.yaml"), + sourceFile); const auto acceptNone = [](const FilePath &) { return false; }; const expected_str diags = readExportedDiagnostics(exportedFile, acceptNone); @@ -101,8 +100,7 @@ void ReadExportedDiagnosticsTest::testTidy_ClangAnalyzer() { const FilePath sourceFile = filePath("clang-analyzer.dividezero.cpp"); const FilePath exportedFile - = createFile(filePath(appendYamlSuffix("clang-analyzer.dividezero")).toString(), - sourceFile.toString()); + = createFile(filePath(appendYamlSuffix("clang-analyzer.dividezero")), sourceFile); Diagnostic expectedDiag; expectedDiag.name = "clang-analyzer-core.DivideZero"; expectedDiag.location = {sourceFile, 4, 15}; @@ -134,8 +132,8 @@ void ReadExportedDiagnosticsTest::testTidy_ClangAnalyzer() void ReadExportedDiagnosticsTest::testClazy() { const FilePath sourceFile = filePath("clazy.qgetenv.cpp"); - const FilePath exportedFile = createFile(filePath(appendYamlSuffix("clazy.qgetenv")).toString(), - sourceFile.toString()); + const FilePath exportedFile = createFile(filePath(appendYamlSuffix("clazy.qgetenv")), + sourceFile); Diagnostic expectedDiag; expectedDiag.name = "clazy-qgetenv"; expectedDiag.location = {sourceFile, 7, 5}; @@ -259,17 +257,16 @@ void ReadExportedDiagnosticsTest::testOffsetMultiByteCodePoint2() } // Replace FILE_PATH with a real absolute file path in the *.yaml files. -FilePath ReadExportedDiagnosticsTest::createFile(const QString &yamlFilePath, - const QString &filePathToInject) const +FilePath ReadExportedDiagnosticsTest::createFile(const Utils::FilePath &yamlFilePath, + const Utils::FilePath &filePathToInject) const { - QTC_ASSERT(QDir::isAbsolutePath(filePathToInject), return {}); - const FilePath newFileName = m_baseDir->absolutePath(QFileInfo(yamlFilePath).fileName()); + QTC_ASSERT(filePathToInject.isAbsolutePath(), return {}); + const FilePath newFileName = m_baseDir->filePath().resolvePath(yamlFilePath); FileReader reader; - if (QTC_GUARD(reader.fetch(FilePath::fromString(yamlFilePath), - QIODevice::ReadOnly | QIODevice::Text))) { + if (QTC_GUARD(reader.fetch(yamlFilePath, QIODevice::ReadOnly | QIODevice::Text))) { QByteArray contents = reader.data(); - contents.replace("FILE_PATH", filePathToInject.toLocal8Bit()); + contents.replace("FILE_PATH", filePathToInject.toString().toLocal8Bit()); FileSaver fileSaver(newFileName, QIODevice::WriteOnly | QIODevice::Text); QTC_CHECK(fileSaver.write(contents)); diff --git a/src/plugins/clangtools/readexporteddiagnosticstest.h b/src/plugins/clangtools/readexporteddiagnosticstest.h index 54bde6b75c1..0cf9ef3737a 100644 --- a/src/plugins/clangtools/readexporteddiagnosticstest.h +++ b/src/plugins/clangtools/readexporteddiagnosticstest.h @@ -44,7 +44,8 @@ private slots: void testOffsetMultiByteCodePoint2(); private: - Utils::FilePath createFile(const QString &yamlFilePath, const QString &filePathToInject) const; + Utils::FilePath createFile(const Utils::FilePath &yamlFilePath, + const Utils::FilePath &filePathToInject) const; Utils::FilePath filePath(const QString &fileName) const; CppEditor::Tests::TemporaryCopiedDir * const m_baseDir; diff --git a/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp b/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp index 48acbe50c88..49879bac74f 100644 --- a/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp +++ b/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp @@ -594,7 +594,7 @@ void CMakeBuildSettingsWidget::reconfigureWithInitialParameters() Core::ICore::dialogParent(), Tr::tr("Re-configure with Initial Parameters"), Tr::tr("Clear CMake configuration and configure with initial parameters?"), - settings->askBeforeReConfigureInitialParams.checkableDecider(), + settings->askBeforeReConfigureInitialParams.askAgainCheckableDecider(), QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes); diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp index 96d54518c33..88cb4e168a7 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp @@ -238,7 +238,7 @@ void CMakeManager::reloadCMakePresets() Tr::tr("Reload CMake Presets"), Tr::tr("Re-generates the kits that were created for CMake presets. All manual " "modifications to the CMake project settings will be lost."), - settings->askBeforePresetsReload.checkableDecider(), + settings->askBeforePresetsReload.askAgainCheckableDecider(), QMessageBox::Yes | QMessageBox::Cancel, QMessageBox::Yes, QMessageBox::Yes, diff --git a/src/plugins/cmakeprojectmanager/fileapidataextractor.cpp b/src/plugins/cmakeprojectmanager/fileapidataextractor.cpp index 1ef71721686..16b2a5875bf 100644 --- a/src/plugins/cmakeprojectmanager/fileapidataextractor.cpp +++ b/src/plugins/cmakeprojectmanager/fileapidataextractor.cpp @@ -5,7 +5,6 @@ #include "cmakeprojectconstants.h" #include "cmakeprojectmanagertr.h" -#include "cmakeprojectplugin.h" #include "cmakespecificsettings.h" #include "fileapiparser.h" #include "projecttreehelper.h" @@ -21,6 +20,7 @@ #include #include +#include using namespace ProjectExplorer; using namespace Utils; @@ -342,7 +342,6 @@ RawProjectParts generateRawProjectParts(const PreprocessedData &input, { RawProjectParts rpps; - int counter = 0; for (const TargetDetails &t : input.targetDetails) { QDir sourceDir(sourceDirectory.toString()); bool needPostfix = t.compileGroups.size() > 1; @@ -375,7 +374,6 @@ RawProjectParts generateRawProjectParts(const PreprocessedData &input, qtcPchFile = "qtc_cmake_pch.hxx"; } - ++counter; RawProjectPart rpp; rpp.setProjectFileLocation(t.sourceDir.pathAppended("CMakeLists.txt").toString()); rpp.setBuildSystemTarget(t.name); diff --git a/src/plugins/copilot/copilotoptionspage.cpp b/src/plugins/copilot/copilotoptionspage.cpp index f37042b2d12..1d9a516d662 100644 --- a/src/plugins/copilot/copilotoptionspage.cpp +++ b/src/plugins/copilot/copilotoptionspage.cpp @@ -27,9 +27,22 @@ public: { using namespace Layouting; + auto warningLabel = new QLabel; + warningLabel->setWordWrap(true); + warningLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse + | Qt::LinksAccessibleByKeyboard + | Qt::TextSelectableByMouse); + warningLabel->setText(Tr::tr( + "Enabling %1 is subject to your agreement and abidance with your applicable " + "%1 terms. It is your responsibility to know and accept the requirements and " + "parameters of using tools like %1. This may include, but is not limited to, " + "ensuring you have the rights to allow %1 access to your code, as well as " + "understanding any implications of your use of %1 and suggestions produced " + "(like copyright, accuracy, etc.)." ).arg("Copilot")); + auto authWidget = new AuthWidget(); - QLabel *helpLabel = new QLabel(); + auto helpLabel = new QLabel(); helpLabel->setTextFormat(Qt::MarkdownText); helpLabel->setWordWrap(true); helpLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse @@ -47,13 +60,15 @@ public: "the plugin will find the agent.js file automatically.\n\n" "Otherwise you need to specify the path to the %2 " "file from the Copilot neovim plugin.", - "Markdown text for the copilot instruction label").arg( - "[README.md](https://github.com/github/copilot.vim)", - "[agent.js](https://github.com/github/copilot.vim/tree/release/copilot/dist)")); + "Markdown text for the copilot instruction label") + .arg("[README.md](https://github.com/github/copilot.vim)") + .arg("[agent.js](https://github.com/github/copilot.vim/tree/release/copilot/dist)")); Column { - authWidget, br, + QString("" + Tr::tr("Note:") + ""), br, + warningLabel, br, CopilotSettings::instance().enableCopilot, br, + authWidget, br, CopilotSettings::instance().nodeJsPath, br, CopilotSettings::instance().distPath, br, CopilotSettings::instance().autoComplete, br, diff --git a/src/plugins/copilot/copilotsettings.cpp b/src/plugins/copilot/copilotsettings.cpp index b8567f2feb4..b354bcd54bb 100644 --- a/src/plugins/copilot/copilotsettings.cpp +++ b/src/plugins/copilot/copilotsettings.cpp @@ -20,7 +20,7 @@ static void initEnableAspect(BoolAspect &enableCopilot) enableCopilot.setDisplayName(Tr::tr("Enable Copilot")); enableCopilot.setLabelText(Tr::tr("Enable Copilot")); enableCopilot.setToolTip(Tr::tr("Enables the Copilot integration.")); - enableCopilot.setDefaultValue(true); + enableCopilot.setDefaultValue(false); } CopilotSettings &CopilotSettings::instance() @@ -36,7 +36,9 @@ CopilotSettings::CopilotSettings() const FilePath nodeFromPath = FilePath("node").searchInPath(); const FilePaths searchDirs - = {FilePath::fromUserInput("~/.vim/pack/github/start/copilot.vim/copilot/dist/agent.js"), + + = {FilePath::fromUserInput("~/.vim/pack/github/start/copilot.vim/dist/agent.js"), + FilePath::fromUserInput("~/.vim/pack/github/start/copilot.vim/copilot/dist/agent.js"), FilePath::fromUserInput( "~/.config/nvim/pack/github/start/copilot.vim/copilot/dist/agent.js"), FilePath::fromUserInput( @@ -52,6 +54,7 @@ CopilotSettings::CopilotSettings() nodeJsPath.setLabelText(Tr::tr("Node.js path:")); nodeJsPath.setHistoryCompleter("Copilot.NodePath.History"); nodeJsPath.setDisplayName(Tr::tr("Node.js Path")); + nodeJsPath.setEnabler(&enableCopilot); nodeJsPath.setToolTip( Tr::tr("Select path to node.js executable. See https://nodejs.org/en/download/" "for installation instructions.")); @@ -62,6 +65,7 @@ CopilotSettings::CopilotSettings() distPath.setLabelText(Tr::tr("Path to agent.js:")); distPath.setHistoryCompleter("Copilot.DistPath.History"); distPath.setDisplayName(Tr::tr("Agent.js path")); + distPath.setEnabler(&enableCopilot); distPath.setToolTip(Tr::tr( "Select path to agent.js in Copilot Neovim plugin. See " "https://github.com/github/copilot.vim#getting-started for installation instructions.")); @@ -70,6 +74,7 @@ CopilotSettings::CopilotSettings() autoComplete.setSettingsKey("Copilot.Autocomplete"); autoComplete.setLabelText(Tr::tr("Request completions automatically")); autoComplete.setDefaultValue(true); + autoComplete.setEnabler(&enableCopilot); autoComplete.setToolTip(Tr::tr("Automatically request suggestions for the current text cursor " "position after changes to the document.")); diff --git a/src/plugins/coreplugin/dialogs/ioptionspage.cpp b/src/plugins/coreplugin/dialogs/ioptionspage.cpp index 4def6095a11..56c7a46f48a 100644 --- a/src/plugins/coreplugin/dialogs/ioptionspage.cpp +++ b/src/plugins/coreplugin/dialogs/ioptionspage.cpp @@ -8,6 +8,7 @@ #include +#include #include #include #include @@ -100,23 +101,20 @@ void IOptionsPage::setWidgetCreator(const WidgetCreator &widgetCreator) QStringList IOptionsPage::keywords() const { - if (!m_keywordsInitialized) { - auto that = const_cast(this); - QWidget *widget = that->widget(); - if (!widget) - return {}; - // find common subwidgets - for (const QLabel *label : widget->findChildren()) - m_keywords << Utils::stripAccelerator(label->text()); - for (const QCheckBox *checkbox : widget->findChildren()) - m_keywords << Utils::stripAccelerator(checkbox->text()); - for (const QPushButton *pushButton : widget->findChildren()) - m_keywords << Utils::stripAccelerator(pushButton->text()); - for (const QGroupBox *groupBox : widget->findChildren()) - m_keywords << Utils::stripAccelerator(groupBox->title()); + auto that = const_cast(this); + QWidget *widget = that->widget(); + if (!widget) + return {}; + // find common subwidgets + for (const QLabel *label : widget->findChildren()) + m_keywords << label->text(); + for (const QCheckBox *checkbox : widget->findChildren()) + m_keywords << checkbox->text(); + for (const QPushButton *pushButton : widget->findChildren()) + m_keywords << pushButton->text(); + for (const QGroupBox *groupBox : widget->findChildren()) + m_keywords << groupBox->title(); - m_keywordsInitialized = true; - } return m_keywords; } @@ -273,7 +271,12 @@ const QList IOptionsPage::allOptionsPages() */ bool IOptionsPage::matches(const QRegularExpression ®exp) const { - for (const QString &keyword : keywords()) + if (!m_keywordsInitialized) { + m_keywords = Utils::transform(keywords(), Utils::stripAccelerator); + m_keywordsInitialized = true; + } + + for (const QString &keyword : m_keywords) if (keyword.contains(regexp)) return true; return false; diff --git a/src/plugins/coreplugin/dialogs/ioptionspage.h b/src/plugins/coreplugin/dialogs/ioptionspage.h index f4801b7c734..21984d2a11a 100644 --- a/src/plugins/coreplugin/dialogs/ioptionspage.h +++ b/src/plugins/coreplugin/dialogs/ioptionspage.h @@ -59,14 +59,15 @@ public: using WidgetCreator = std::function; void setWidgetCreator(const WidgetCreator &widgetCreator); - QStringList keywords() const; - - virtual bool matches(const QRegularExpression ®exp) const; virtual QWidget *widget(); virtual void apply(); virtual void finish(); + virtual bool matches(const QRegularExpression ®exp) const; + protected: + virtual QStringList keywords() const; + void setId(Utils::Id id) { m_id = id; } void setDisplayName(const QString &displayName) { m_displayName = displayName; } void setCategory(Utils::Id category) { m_category = category; } diff --git a/src/plugins/coreplugin/mimetypesettings.cpp b/src/plugins/coreplugin/mimetypesettings.cpp index e3dac8ded96..7edba5625e9 100644 --- a/src/plugins/coreplugin/mimetypesettings.cpp +++ b/src/plugins/coreplugin/mimetypesettings.cpp @@ -775,6 +775,20 @@ MimeTypeSettings::~MimeTypeSettings() delete d; } +QStringList MimeTypeSettings::keywords() const +{ + return { + Tr::tr("Reset MIME Types"), + Tr::tr("Reset Handlers"), + Tr::tr("Registered MIME Types"), + Tr::tr("Patterns:"), + Tr::tr("Add..."), + Tr::tr("Edit..."), + Tr::tr("Remove"), + Tr::tr("Details") + }; +} + void MimeTypeSettings::restoreSettings() { MimeTypeSettingsPrivate::UserMimeTypeHash mimetypes diff --git a/src/plugins/coreplugin/mimetypesettings.h b/src/plugins/coreplugin/mimetypesettings.h index 0127e227685..fd4a69685e3 100644 --- a/src/plugins/coreplugin/mimetypesettings.h +++ b/src/plugins/coreplugin/mimetypesettings.h @@ -15,6 +15,8 @@ public: MimeTypeSettings(); ~MimeTypeSettings() override; + QStringList keywords() const override; + static void restoreSettings(); private: diff --git a/src/plugins/cppeditor/doxygengenerator.cpp b/src/plugins/cppeditor/doxygengenerator.cpp index 3d88ddd0f55..5a57fdc3a3f 100644 --- a/src/plugins/cppeditor/doxygengenerator.cpp +++ b/src/plugins/cppeditor/doxygengenerator.cpp @@ -61,7 +61,7 @@ QString DoxygenGenerator::generate(QTextCursor cursor, const QString &text = block.text(); const Tokens &tks = lexer(text); for (const Token &tk : tks) { - if (tk.is(T_SEMICOLON) || tk.is(T_LBRACE)) { + if (tk.is(T_SEMICOLON)) { // No need to continue beyond this, we might already have something meaningful. cursor.setPosition(block.position() + tk.utf16charsEnd(), QTextCursor::KeepAnchor); break; @@ -74,6 +74,11 @@ QString DoxygenGenerator::generate(QTextCursor cursor, block = block.next(); } + // For the edge case of no semicolons at all, which can e.g. happen if the file + // consists only of empty function definitions. + if (!cursor.hasSelection()) + cursor.setPosition(cursor.document()->characterCount() - 1, QTextCursor::KeepAnchor); + if (!cursor.hasSelection()) return QString(); diff --git a/src/plugins/debugger/debuggeritemmanager.cpp b/src/plugins/debugger/debuggeritemmanager.cpp index 2c97bdc8456..8f965d9c7c4 100644 --- a/src/plugins/debugger/debuggeritemmanager.cpp +++ b/src/plugins/debugger/debuggeritemmanager.cpp @@ -329,7 +329,7 @@ DebuggerItemConfigWidget::DebuggerItemConfigWidget() }); m_binaryChooser->setAllowPathFromDevice(true); - m_workingDirectoryLabel = new QLabel(Tr::tr("ABIs:")); + m_workingDirectoryLabel = new QLabel(Tr::tr("Working directory:")); m_workingDirectoryChooser = new PathChooser(this); m_workingDirectoryChooser->setExpectedKind(PathChooser::Directory); m_workingDirectoryChooser->setMinimumWidth(400); @@ -344,7 +344,7 @@ DebuggerItemConfigWidget::DebuggerItemConfigWidget() m_version->setPlaceholderText(Tr::tr("Unknown")); m_version->setEnabled(false); - m_abisLabel = new QLabel(Tr::tr("Working directory:")); + m_abisLabel = new QLabel(Tr::tr("ABIs:")); m_abis = new QLineEdit(this); m_abis->setEnabled(false); diff --git a/src/plugins/docker/dockerdevice.cpp b/src/plugins/docker/dockerdevice.cpp index b4cd5d3ca53..6c3c71d5f7e 100644 --- a/src/plugins/docker/dockerdevice.cpp +++ b/src/plugins/docker/dockerdevice.cpp @@ -753,6 +753,8 @@ bool DockerDevicePrivate::startContainer() "or restart Qt Creator.")); }); + QTC_ASSERT(m_shell, return false); + if (m_shell->start()) return true; diff --git a/src/plugins/languageclient/client.cpp b/src/plugins/languageclient/client.cpp index 79e6b9a738c..da8a0cf19db 100644 --- a/src/plugins/languageclient/client.cpp +++ b/src/plugins/languageclient/client.cpp @@ -2169,6 +2169,11 @@ DocumentUri Client::hostPathToServerUri(const Utils::FilePath &path) const }); } +OsType Client::osType() const +{ + return d->m_serverDeviceTemplate.osType(); +} + void Client::registerCustomMethod(const QString &method, const CustomMethodHandler &handler) { d->m_customHandlers.insert(method, handler); diff --git a/src/plugins/languageclient/client.h b/src/plugins/languageclient/client.h index 9c934ea1611..006559760c5 100644 --- a/src/plugins/languageclient/client.h +++ b/src/plugins/languageclient/client.h @@ -168,6 +168,7 @@ public: LanguageServerProtocol::DocumentUri::PathMapper hostPathMapper() const; Utils::FilePath serverUriToHostPath(const LanguageServerProtocol::DocumentUri &uri) const; LanguageServerProtocol::DocumentUri hostPathToServerUri(const Utils::FilePath &path) const; + Utils::OsType osType() const; // custom methods using CustomMethodHandler = std::functionenabledChanged(); // HACK. Should not be needed. } ProjectExplorer::Kit *MesonBuildSystem::MesonBuildSystem::kit() diff --git a/src/plugins/projectexplorer/abi.cpp b/src/plugins/projectexplorer/abi.cpp index 6d5edb60c41..88efb966599 100644 --- a/src/plugins/projectexplorer/abi.cpp +++ b/src/plugins/projectexplorer/abi.cpp @@ -460,7 +460,6 @@ Abi Abi::abiFromTargetTriplet(const QString &triple) OSFlavor flavor = UnknownFlavor; BinaryFormat format = UnknownFormat; unsigned char width = 0; - int unknownCount = 0; for (const QString &p : parts) { if (p == "unknown" || p == "pc" @@ -623,8 +622,6 @@ Abi Abi::abiFromTargetTriplet(const QString &triple) os = BareMetalOS; flavor = GenericFlavor; format = ElfFormat; - } else { - ++unknownCount; } } diff --git a/src/plugins/projectexplorer/buildaspects.cpp b/src/plugins/projectexplorer/buildaspects.cpp index 606911654fd..7cfdb8fa7a5 100644 --- a/src/plugins/projectexplorer/buildaspects.cpp +++ b/src/plugins/projectexplorer/buildaspects.cpp @@ -111,7 +111,7 @@ void BuildDirectoryAspect::addToLayout(Layouting::LayoutItem &parent) StringAspect::addToLayout(parent); d->problemLabel = new InfoLabel({}, InfoLabel::Warning); d->problemLabel->setElideMode(Qt::ElideNone); - parent.addItems({{}, d->problemLabel.data()}); + parent.addItems({Layouting::br, Layouting::empty, d->problemLabel.data()}); updateProblemLabel(); if (!d->sourceDir.isEmpty()) { connect(this, &StringAspect::checkedChanged, this, [this] { diff --git a/src/plugins/projectexplorer/devicesupport/idevice.cpp b/src/plugins/projectexplorer/devicesupport/idevice.cpp index 12ff8e3cac3..ab5eb6df35e 100644 --- a/src/plugins/projectexplorer/devicesupport/idevice.cpp +++ b/src/plugins/projectexplorer/devicesupport/idevice.cpp @@ -142,7 +142,6 @@ public: FilePath debugServerPath; FilePath debugDumperPath = Core::ICore::resourcePath("debugger/"); FilePath qmlRunCommand; - bool qmlRunCommandChecked = false; bool emptyCommandAllowed = false; QList deviceIcons; @@ -482,7 +481,8 @@ void IDevice::fromMap(const QVariantMap &map) d->version = map.value(QLatin1String(VersionKey), 0).toInt(); d->debugServerPath = FilePath::fromSettings(map.value(QLatin1String(DebugServerKey))); - d->qmlRunCommand = FilePath::fromSettings(map.value(QLatin1String(QmlRuntimeKey))); + const FilePath qmlRunCmd = FilePath::fromSettings(map.value(QLatin1String(QmlRuntimeKey))); + d->qmlRunCommand = qmlRunCmd; d->extraData = map.value(ExtraDataKey).toMap(); } @@ -516,6 +516,7 @@ QVariantMap IDevice::toMap() const map.insert(QLatin1String(DebugServerKey), d->debugServerPath.toSettings()); map.insert(QLatin1String(QmlRuntimeKey), d->qmlRunCommand.toSettings()); + map.insert(ExtraDataKey, d->extraData); return map; @@ -604,20 +605,12 @@ void IDevice::setDebugServerPath(const FilePath &path) FilePath IDevice::qmlRunCommand() const { - if (!d->qmlRunCommandChecked) { - d->qmlRunCommandChecked = true; - QString runtime = d->qmlRunCommand.path(); - if (runtime.isEmpty()) - runtime = "qml"; - d->qmlRunCommand = searchExecutableInPath(runtime); - } return d->qmlRunCommand; } void IDevice::setQmlRunCommand(const FilePath &path) { d->qmlRunCommand = path; - d->qmlRunCommandChecked = false; } void IDevice::setExtraData(Id kind, const QVariant &data) diff --git a/src/plugins/projectexplorer/projectwizardpage.cpp b/src/plugins/projectexplorer/projectwizardpage.cpp index 83fd4d2cba8..75f573430dd 100644 --- a/src/plugins/projectexplorer/projectwizardpage.cpp +++ b/src/plugins/projectexplorer/projectwizardpage.cpp @@ -298,10 +298,6 @@ ProjectWizardPage::ProjectWizardPage(QWidget *parent) scrollArea, }.attachTo(this); - connect(m_projectComboBox, &QComboBox::currentIndexChanged, - this, &ProjectWizardPage::projectChanged); - connect(m_addToVersionControlComboBox, &QComboBox::currentIndexChanged, - this, &ProjectWizardPage::versionControlChanged); connect(m_vcsManageButton, &QAbstractButton::clicked, this, &ProjectWizardPage::manageVcs); setProperty(SHORT_TITLE_PROPERTY, Tr::tr("Summary")); @@ -376,6 +372,7 @@ void ProjectWizardPage::initializeVersionControls() // 2) Directory is managed and VCS does not support "Add" -> None available // 3) Directory is not managed -> Offer all VCS that support "CreateRepository" + m_addToVersionControlComboBox->disconnect(); QList versionControls = VcsManager::versionControls(); if (versionControls.isEmpty()) hideVersionControlUiElements(); @@ -419,6 +416,9 @@ void ProjectWizardPage::initializeVersionControls() int newIdx = m_activeVersionControls.indexOf(currentSelection) + 1; setVersionControlIndex(newIdx); } + + connect(m_addToVersionControlComboBox, &QComboBox::currentIndexChanged, + this, &ProjectWizardPage::versionControlChanged); } bool ProjectWizardPage::runVersionControl(const QList &files, QString *errorMessage) @@ -457,6 +457,7 @@ void ProjectWizardPage::initializeProjectTree(Node *context, const FilePaths &pa IWizardFactory::WizardKind kind, ProjectAction action) { + m_projectComboBox->disconnect(); BestNodeSelector selector(m_commonDirectory, paths); TreeItem *root = m_model.rootItem(); @@ -489,6 +490,8 @@ void ProjectWizardPage::initializeProjectTree(Node *context, const FilePaths &pa setAddingSubProject(action == AddSubProject); m_projectComboBox->setEnabled(m_model.rowCount(QModelIndex()) > 1); + connect(m_projectComboBox, &QComboBox::currentIndexChanged, + this, &ProjectWizardPage::projectChanged); } void ProjectWizardPage::setNoneLabel(const QString &label) diff --git a/src/plugins/python/pythonlanguageclient.cpp b/src/plugins/python/pythonlanguageclient.cpp index 9f347d8e486..eecfb35c97f 100644 --- a/src/plugins/python/pythonlanguageclient.cpp +++ b/src/plugins/python/pythonlanguageclient.cpp @@ -115,6 +115,7 @@ static PythonLanguageServerState checkPythonLanguageServer(const FilePath &pytho const FilePath &modulePath = getPylsModulePath(pythonLShelpCommand); Process pythonProcess; + pythonProcess.setTimeoutS(2); pythonProcess.setCommand(pythonLShelpCommand); pythonProcess.runBlocking(); if (pythonProcess.allOutput().contains("Python Language Server")) diff --git a/src/plugins/python/pythonsettings.cpp b/src/plugins/python/pythonsettings.cpp index da3c6e647e7..020aad52259 100644 --- a/src/plugins/python/pythonsettings.cpp +++ b/src/plugins/python/pythonsettings.cpp @@ -350,6 +350,18 @@ public: return {}; } + QStringList keywords() const final + { + return { + Tr::tr("Name:"), + Tr::tr("Executable"), + Tr::tr("&Add"), + Tr::tr("&Delete"), + Tr::tr("&Clean Up"), + Tr::tr("&Make Default") + }; + } + private: InterpreterOptionsWidget *m_widget = nullptr; }; diff --git a/src/plugins/qmldesigner/CMakeLists.txt b/src/plugins/qmldesigner/CMakeLists.txt index f8e6daebd49..cd0b2a399b7 100644 --- a/src/plugins/qmldesigner/CMakeLists.txt +++ b/src/plugins/qmldesigner/CMakeLists.txt @@ -31,7 +31,7 @@ add_qtc_library(QmlDesignerUtils STATIC ) extend_qtc_library(QmlDesignerUtils - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) @@ -84,7 +84,7 @@ endif() extend_qtc_library(QmlDesignerCore - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) @@ -484,7 +484,7 @@ add_qtc_plugin(QmlDesigner ) extend_qtc_plugin(QmlDesigner - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) @@ -1088,7 +1088,7 @@ add_qtc_plugin(assetexporterplugin ) extend_qtc_plugin(assetexporterplugin - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) @@ -1121,7 +1121,7 @@ add_qtc_plugin(componentsplugin ) extend_qtc_plugin(componentsplugin - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) @@ -1141,7 +1141,7 @@ add_qtc_plugin(qmlpreviewplugin ) extend_qtc_plugin(qmlpreviewplugin - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) @@ -1163,7 +1163,7 @@ add_qtc_plugin(qtquickplugin ) extend_qtc_plugin(qtquickplugin - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) diff --git a/src/plugins/qmldesignerbase/CMakeLists.txt b/src/plugins/qmldesignerbase/CMakeLists.txt index f798542dbd8..a191b6d43ca 100644 --- a/src/plugins/qmldesignerbase/CMakeLists.txt +++ b/src/plugins/qmldesignerbase/CMakeLists.txt @@ -1,6 +1,12 @@ -env_with_default("QDS_DISABLE_COMPILE_WARNING_AS_ERROR" ENV_QDS_DISABLE_COMPILE_WARNING_AS_ERROR OFF) -option(DISABLE_COMPILE_WARNING_AS_ERROR "Dont treat warnings as errors" ${ENV_QDS_DISABLE_COMPILE_WARNING_AS_ERROR}) -add_feature_info("Treat warnings as errors" ${DISABLE_COMPILE_WARNING_AS_ERROR} "") +if(BUILD_DESIGNSTUDIO AND ($ OR WITH_TESTS)) + set(ENABLE_COMPILE_WARNING_AS_ERROR_DEFAULT ON) +else() + set(ENABLE_COMPILE_WARNING_AS_ERROR_DEFAULT OFF) +endif() +env_with_default("QDS_ENABLE_COMPILE_WARNING_AS_ERROR" ENV_ENABLE_COMPILE_WARNING_AS_ERROR + ${ENABLE_COMPILE_WARNING_AS_ERROR_DEFAULT}) +option(ENABLE_COMPILE_WARNING_AS_ERROR "Treat warnings as errors in QmlDesigner" ${ENV_ENABLE_COMPILE_WARNING_AS_ERROR}) +add_feature_info("Treat warnings as errors in QmlDesigner" ${ENABLE_COMPILE_WARNING_AS_ERROR} "") add_qtc_plugin(QmlDesignerBase CONDITION TARGET Qt::QuickWidgets @@ -12,7 +18,7 @@ add_qtc_plugin(QmlDesignerBase ) extend_qtc_plugin(QmlDesignerBase - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) diff --git a/src/plugins/qmlprojectmanager/CMakeLists.txt b/src/plugins/qmlprojectmanager/CMakeLists.txt index df2357e106d..a1212e8bc15 100644 --- a/src/plugins/qmlprojectmanager/CMakeLists.txt +++ b/src/plugins/qmlprojectmanager/CMakeLists.txt @@ -25,7 +25,7 @@ add_qtc_plugin(QmlProjectManager ) extend_qtc_plugin(QmlProjectManager - CONDITION (NOT DISABLE_COMPILE_WARNING_AS_ERROR) AND ($ OR WITH_TESTS) + CONDITION ENABLE_COMPILE_WARNING_AS_ERROR PROPERTIES COMPILE_WARNING_AS_ERROR ON ) diff --git a/src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp b/src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp index e2626402f60..17f44537a15 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp +++ b/src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp @@ -207,15 +207,15 @@ FilePath QmlProjectRunConfiguration::qmlRuntimeFilePath() const // We might not have a full Qt version for building, but the device // might know what is good for running. - if (IDevice::ConstPtr dev = DeviceKitAspect::device(kit)) { + IDevice::ConstPtr dev = DeviceKitAspect::device(kit); + if (dev) { const FilePath qmlRuntime = dev->qmlRunCommand(); if (!qmlRuntime.isEmpty()) return qmlRuntime; } - // The Qt version might know. That's the "build" Qt version, - // i.e. not necessarily something the device can use, but the - // device had its chance above. + // The Qt version might know, but we need to make sure + // that the device can reach it. if (QtVersion *version = QtKitAspect::qtVersion(kit)) { // look for puppet as qmlruntime only in QtStudio Qt versions if (version->features().contains("QtStudio") && @@ -229,13 +229,13 @@ FilePath QmlProjectRunConfiguration::qmlRuntimeFilePath() const } } const FilePath qmlRuntime = version->qmlRuntimeFilePath(); - if (!qmlRuntime.isEmpty()) + if (!qmlRuntime.isEmpty() && (!dev || dev->ensureReachable(qmlRuntime))) return qmlRuntime; } // If not given explicitly by run device, nor Qt, try to pick // it from $PATH on the run device. - return "qml"; + return dev ? dev->filePath("qml").searchInPath() : "qml"; } void QmlProjectRunConfiguration::createQtVersionAspect() diff --git a/src/plugins/qtsupport/baseqtversion.cpp b/src/plugins/qtsupport/baseqtversion.cpp index dfc85ec0c77..a5d42a6394d 100644 --- a/src/plugins/qtsupport/baseqtversion.cpp +++ b/src/plugins/qtsupport/baseqtversion.cpp @@ -1612,7 +1612,7 @@ QSet QtVersion::features() const void QtVersion::addToEnvironment(const Kit *k, Environment &env) const { Q_UNUSED(k) - env.set("QTDIR", hostDataPath().toUserOutput()); + env.set("QTDIR", hostDataPath().nativePath()); } // Some Qt versions may require environment settings for qmake to work diff --git a/src/plugins/qtsupport/examplesparser.cpp b/src/plugins/qtsupport/examplesparser.cpp index 84469ca2c4d..d115dcf3fe0 100644 --- a/src/plugins/qtsupport/examplesparser.cpp +++ b/src/plugins/qtsupport/examplesparser.cpp @@ -301,6 +301,21 @@ expected_str> parseExamples(const QByteArray &manifestData, return items; } +// ordered list of "known" categories +// TODO this should be defined in the manifest +Q_GLOBAL_STATIC_WITH_ARGS(QList, + defaultOrder, + {QStringList() << "Application Examples" + << "Desktop" + << "Mobile" + << "Embedded" + << "Graphics" + << "Input/Output" + << "Connectivity" + << "Networking" + << "Positioning & Location" + << "Internationalization"}); + static bool sortByHighlightedAndName(ExampleItem *first, ExampleItem *second) { if (first->isHighlighted && !second->isHighlighted) @@ -350,15 +365,20 @@ QList>> getCategories(const QList< } else { // All original items have been copied into a category or other, delete. qDeleteAll(items); + static const int defaultOrderSize = defaultOrder->size(); int index = 0; const auto end = categoryMap.constKeyValueEnd(); for (auto it = categoryMap.constKeyValueBegin(); it != end; ++it) { - categories.append({{it->first, index, /*maxRows=*/index == 0 ? 2 : 1}, it->second}); + // order "known" categories as wanted, others come afterwards + const int defaultIndex = defaultOrder->indexOf(it->first); + const int priority = defaultIndex >= 0 ? defaultIndex : (index + defaultOrderSize); + categories.append({{it->first, priority, /*maxRows=*/index == 0 ? 2 : 1}, it->second}); ++index; } if (!other.isEmpty()) - categories.append({{otherDisplayName, index, /*maxRows=*/1}, other}); + categories.append({{otherDisplayName, index + defaultOrderSize, /*maxRows=*/1}, other}); } + const auto end = categories.end(); for (auto it = categories.begin(); it != end; ++it) sort(it->second, sortByHighlightedAndName); diff --git a/src/plugins/qtsupport/images/icons/youtubeEhJ1eV_6RH8.webp b/src/plugins/qtsupport/images/icons/youtubeEhJ1eV_6RH8.webp new file mode 100644 index 00000000000..69559d8822d Binary files /dev/null and b/src/plugins/qtsupport/images/icons/youtubeEhJ1eV_6RH8.webp differ diff --git a/src/plugins/qtsupport/images/icons/youtubeFTSvDmcAgPI.webp b/src/plugins/qtsupport/images/icons/youtubeFTSvDmcAgPI.webp new file mode 100644 index 00000000000..d2412e1e489 Binary files /dev/null and b/src/plugins/qtsupport/images/icons/youtubeFTSvDmcAgPI.webp differ diff --git a/src/plugins/qtsupport/images/icons/youtubeLnVjI0I7cKs.webp b/src/plugins/qtsupport/images/icons/youtubeLnVjI0I7cKs.webp new file mode 100644 index 00000000000..76368aea5cf Binary files /dev/null and b/src/plugins/qtsupport/images/icons/youtubeLnVjI0I7cKs.webp differ diff --git a/src/plugins/qtsupport/images/icons/youtubehOx3dod5-1A.webp b/src/plugins/qtsupport/images/icons/youtubehOx3dod5-1A.webp new file mode 100644 index 00000000000..f42ad7f2388 Binary files /dev/null and b/src/plugins/qtsupport/images/icons/youtubehOx3dod5-1A.webp differ diff --git a/src/plugins/qtsupport/qtcreator_tutorials.xml b/src/plugins/qtsupport/qtcreator_tutorials.xml index babd31e89dd..5f56f7501b7 100644 --- a/src/plugins/qtsupport/qtcreator_tutorials.xml +++ b/src/plugins/qtsupport/qtcreator_tutorials.xml @@ -26,6 +26,23 @@ qt quick,controls,tumbler,help + + + qt creator,learning,ui,welcome,2023 + + + + qt creator,learning,projects,qt widgets,2023 + + + + qt creator,learning,qt designer,coding,2023 + + + + qt creator,learning,debugging,2023 + + qt creator,embedded,device creation,video,2021 diff --git a/src/plugins/qtsupport/qtoptionspage.cpp b/src/plugins/qtsupport/qtoptionspage.cpp index fba6b8154ff..657420eb780 100644 --- a/src/plugins/qtsupport/qtoptionspage.cpp +++ b/src/plugins/qtsupport/qtoptionspage.cpp @@ -1060,6 +1060,20 @@ QtOptionsPage::QtOptionsPage() setWidgetCreator([] { return new QtOptionsPageWidget; }); } +QStringList QtOptionsPage::keywords() const +{ + return { + Tr::tr("Add..."), + Tr::tr("Remove"), + Tr::tr("Clean Up"), + Tr::tr("Link with Qt"), + Tr::tr("Remove Link"), + Tr::tr("Qt installation path:"), + Tr::tr("qmake path:"), + Tr::tr("Register documentation:") + }; +} + bool QtOptionsPage::canLinkWithQt() { return Internal::canLinkWithQt(nullptr); diff --git a/src/plugins/qtsupport/qtoptionspage.h b/src/plugins/qtsupport/qtoptionspage.h index d2e4c37e14b..8aa88ad5f3a 100644 --- a/src/plugins/qtsupport/qtoptionspage.h +++ b/src/plugins/qtsupport/qtoptionspage.h @@ -12,6 +12,8 @@ class QtOptionsPage final : public Core::IOptionsPage public: QtOptionsPage(); + QStringList keywords() const final; + static bool canLinkWithQt(); static bool isLinkedWithQt(); static void linkWithQt(); diff --git a/src/plugins/qtsupport/qtsupport.qrc b/src/plugins/qtsupport/qtsupport.qrc index 1a9f6f03aed..1fe96a6ed22 100644 --- a/src/plugins/qtsupport/qtsupport.qrc +++ b/src/plugins/qtsupport/qtsupport.qrc @@ -46,5 +46,9 @@ images/icons/youtubev_ynSET9FHU.webp images/icons/youtubexNIz78IPBu0.webp images/icons/youtubezAqSiIGdj8M.webp + images/icons/youtubeEhJ1eV_6RH8.webp + images/icons/youtubehOx3dod5-1A.webp + images/icons/youtubeLnVjI0I7cKs.webp + images/icons/youtubeFTSvDmcAgPI.webp diff --git a/src/plugins/squish/squishplugin.cpp b/src/plugins/squish/squishplugin.cpp index caeb787de69..e2feea622aa 100644 --- a/src/plugins/squish/squishplugin.cpp +++ b/src/plugins/squish/squishplugin.cpp @@ -5,6 +5,7 @@ #include "objectsmapeditor.h" #include "squishfilehandler.h" +#include "squishmessages.h" #include "squishnavigationwidget.h" #include "squishoutputpane.h" #include "squishresultmodel.h" @@ -94,6 +95,15 @@ void SquishPluginPrivate::initializeMenuEntries() Command *command = ActionManager::registerAction(action, "Squish.ServerSettings"); menu->addAction(command); connect(action, &QAction::triggered, this, [] { + const SquishSettings *settings = SquishPlugin::squishSettings(); + if (!settings->squishPath().exists()) { + SquishMessages::criticalMessage(Tr::tr("Invalid Squish settings. Configure Squish " + "installation path inside " + "Preferences... > Squish > General to use " + "this wizard.")); + return; + } + SquishServerSettingsDialog dialog; dialog.exec(); }); diff --git a/src/plugins/terminal/keys.cpp b/src/plugins/terminal/keys.cpp index f6a7a91b13d..ce14cbe5fbc 100644 --- a/src/plugins/terminal/keys.cpp +++ b/src/plugins/terminal/keys.cpp @@ -1,6 +1,8 @@ // Copyright (C) 2022 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0 +#include + #include "keys.h" namespace Terminal::Internal { @@ -72,8 +74,14 @@ VTermKey qtKeyToVTerm(Qt::Key key, bool keypad) return keypad ? VTERM_KEY_KP_PERIOD : VTERM_KEY_NONE; case Qt::Key_Slash: return keypad ? VTERM_KEY_KP_DIVIDE : VTERM_KEY_NONE; - case Qt::Key_Enter: - return keypad ? VTERM_KEY_KP_ENTER : VTERM_KEY_NONE; + case Qt::Key_Enter: { + VTermKey enterKey = VTERM_KEY_KP_ENTER; + + if (Utils::HostOsInfo::isWindowsHost()) + enterKey = VTERM_KEY_ENTER; + + return keypad ? enterKey : VTERM_KEY_NONE; + } case Qt::Key_Equal: return keypad ? VTERM_KEY_KP_EQUAL : VTERM_KEY_NONE; default: diff --git a/src/plugins/terminal/shellmodel.cpp b/src/plugins/terminal/shellmodel.cpp index b4cf53a1e99..0b13b0f8863 100644 --- a/src/plugins/terminal/shellmodel.cpp +++ b/src/plugins/terminal/shellmodel.cpp @@ -14,41 +14,113 @@ namespace Terminal::Internal { using namespace Utils; -FilePaths availableShells() +struct ShellItemBuilder +{ + explicit ShellItemBuilder(const CommandLine &value) + { + m_item.openParameters.shellCommand = value; + } + explicit ShellItemBuilder(const FilePath &value) + { + m_item.openParameters.shellCommand = CommandLine(value); + } + ShellItemBuilder &name(const QString &value) + { + m_item.name = value; + return *this; + } + ShellItemBuilder &icon(const FilePath &value) + { + static QFileIconProvider iconProvider; + m_item.icon = iconProvider.icon(value.toFileInfo()); + return *this; + } + + inline operator ShellModelItem() { return item(); } + ShellModelItem item() + { + if (m_item.name.isEmpty()) + m_item.name = m_item.openParameters.shellCommand->executable().toUserOutput(); + if (m_item.icon.isNull()) + icon(m_item.openParameters.shellCommand->executable()); + return m_item; + } + +private: + ShellModelItem m_item; +}; + +static QSet msysPaths() +{ + QSet res; + FilePath msys2 = FilePath::fromUserInput(QStandardPaths::findExecutable("msys2.exe")); + if (msys2.exists()) + res.insert(msys2.parentDir()); + for (const QFileInfo &drive : QDir::drives()) { + for (const QString &name : QStringList{"msys2", "msys32", "msys64"}) { + msys2 = FilePath::fromString(drive.filePath()).pathAppended(name); + if (msys2.pathAppended("msys2.exe").exists()) + res.insert(msys2); + } + } + return res; +} + +struct ShellModelPrivate +{ + QList localShells; + ShellModelPrivate(); +}; + +ShellModelPrivate::ShellModelPrivate() { if (Utils::HostOsInfo::isWindowsHost()) { - FilePaths shells; - - FilePath comspec = FilePath::fromUserInput(qtcEnvironmentVariable("COMSPEC")); - shells << comspec; + const FilePath comspec = FilePath::fromUserInput(qtcEnvironmentVariable("COMSPEC")); + localShells << ShellItemBuilder(comspec); if (comspec.fileName() != "cmd.exe") { FilePath cmd = FilePath::fromUserInput(QStandardPaths::findExecutable("cmd.exe")); - shells << cmd; + localShells << ShellItemBuilder(cmd); } - FilePath powershell = FilePath::fromUserInput( + const FilePath powershell = FilePath::fromUserInput( QStandardPaths::findExecutable("powershell.exe")); + if (powershell.exists()) - shells << powershell; + localShells << ShellItemBuilder(powershell); - FilePath bash = FilePath::fromUserInput(QStandardPaths::findExecutable("bash.exe")); - if (bash.exists()) - shells << bash; + const FilePath sys_bash = + FilePath::fromUserInput(QStandardPaths::findExecutable("bash.exe")); + if (sys_bash.exists()) + localShells << ShellItemBuilder({sys_bash, {"--login"}}); - FilePath git_bash = FilePath::fromUserInput(QStandardPaths::findExecutable("git.exe")); - if (git_bash.exists()) - shells << git_bash.parentDir().parentDir().pathAppended("usr/bin/bash.exe"); + const FilePath git_exe = FilePath::fromUserInput(QStandardPaths::findExecutable("git.exe")); + if (git_exe.exists()) { + FilePath git_bash = git_exe.parentDir().parentDir().pathAppended("bin/bash.exe"); + if (git_bash.exists()) { + localShells << ShellItemBuilder({git_bash, {"--login"}}) + .icon(git_bash.parentDir().parentDir().pathAppended("git-bash.exe")); + } + } - FilePath msys2_bash = FilePath::fromUserInput(QStandardPaths::findExecutable("msys2.exe")); - if (msys2_bash.exists()) - shells << msys2_bash.parentDir().pathAppended("usr/bin/bash.exe"); - - return shells; + const QStringList msys2_args{"-defterm", "-no-start", "-here"}; + for (const FilePath &msys2_path : msysPaths()) { + const FilePath msys2_cmd = msys2_path.pathAppended("msys2_shell.cmd"); + for (const FilePath &type : msys2_path.dirEntries({{"*.ico"}})) { + // Only list this type if it has anything in /bin + QDirIterator it(type.path().replace(".ico", "/bin"), QDir::Files); + if (!it.hasNext()) + continue; + localShells << ShellItemBuilder( + {msys2_cmd, msys2_args + QStringList{"-" + type.baseName()}}) + .icon(type) + .name(type.toUserOutput().replace(".ico", ".exe")); + } + } } else { FilePath shellsFile = FilePath::fromString("/etc/shells"); const auto shellFileContent = shellsFile.fileContents(); - QTC_ASSERT_EXPECTED(shellFileContent, return {}); + QTC_ASSERT_EXPECTED(shellFileContent, return); QString shellFileContentString = QString::fromUtf8(*shellFileContent); @@ -63,29 +135,18 @@ FilePaths availableShells() }); // ... and filter out non-existing shells. - return Utils::filtered(shells, [](const FilePath &shell) { return shell.exists(); }); + localShells = Utils::transform( + Utils::filtered(shells, [](const FilePath &shell) {return shell.exists(); }), + [](const FilePath &shell) { + return ShellItemBuilder(shell).item(); + }); } } -struct ShellModelPrivate -{ - QList localShells; -}; - ShellModel::ShellModel(QObject *parent) : QObject(parent) , d(new ShellModelPrivate()) { - QFileIconProvider iconProvider; - - const FilePaths shells = availableShells(); - for (const FilePath &shell : shells) { - ShellModelItem item; - item.icon = iconProvider.icon(shell.toFileInfo()); - item.name = shell.toUserOutput(); - item.openParameters.shellCommand = {shell, {}}; - d->localShells << item; - } } ShellModel::~ShellModel() = default; diff --git a/src/plugins/texteditor/texteditor.cpp b/src/plugins/texteditor/texteditor.cpp index 0ec584f1020..e01938f98ac 100644 --- a/src/plugins/texteditor/texteditor.cpp +++ b/src/plugins/texteditor/texteditor.cpp @@ -537,8 +537,15 @@ public: void paintIfDefedOutBlocks(const PaintEventData &data, QPainter &painter) const; void paintFindScope(const PaintEventData &data, QPainter &painter) const; void paintCurrentLineHighlight(const PaintEventData &data, QPainter &painter) const; - void paintCursorAsBlock(const PaintEventData &data, QPainter &painter, - PaintEventBlockData &blockData, int cursorPosition) const; + QRectF cursorBlockRect(const QTextDocument *doc, + const QTextBlock &block, + int cursorPosition, + QRectF blockBoundingRect = {}, + bool *doSelection = nullptr) const; + void paintCursorAsBlock(const PaintEventData &data, + QPainter &painter, + PaintEventBlockData &blockData, + int cursorPosition) const; void paintAdditionalVisualWhitespaces(PaintEventData &data, QPainter &painter, qreal top) const; void paintIndentDepth(PaintEventData &data, QPainter &painter, const PaintEventBlockData &blockData); void paintReplacement(PaintEventData &data, QPainter &painter, qreal top) const; @@ -2787,6 +2794,14 @@ void TextEditorWidget::keyPressEvent(QKeyEvent *e) if (ro) break; if (e->modifiers() == Qt::NoModifier) { setOverwriteMode(!inOverwriteMode); + if (inOverwriteMode) { + for (const QTextCursor &cursor : multiTextCursor()) { + const QRectF oldBlockRect = d->cursorBlockRect(document(), + cursor.block(), + cursor.position()); + viewport()->update(oldBlockRect.toAlignedRect()); + } + } e->accept(); return; } @@ -4436,19 +4451,22 @@ void TextEditorWidgetPrivate::paintCurrentLineHighlight(const PaintEventData &da } } -void TextEditorWidgetPrivate::paintCursorAsBlock(const PaintEventData &data, QPainter &painter, - PaintEventBlockData &blockData, int cursorPosition) const +QRectF TextEditorWidgetPrivate::cursorBlockRect(const QTextDocument *doc, + const QTextBlock &block, + int cursorPosition, + QRectF blockBoundingRect, + bool *doSelection) const { const qreal space = charWidth(); - int relativePos = cursorPosition - blockData.position; - bool doSelection = true; - QTextLine line = blockData.layout->lineForTextPosition(relativePos); + int relativePos = cursorPosition - block.position(); + QTextLine line = block.layout()->lineForTextPosition(relativePos); qreal x = line.cursorToX(relativePos); qreal w = 0; if (relativePos < line.textLength() - line.textStart()) { w = line.cursorToX(relativePos + 1) - x; - if (data.doc->characterAt(cursorPosition) == QLatin1Char('\t')) { - doSelection = false; + if (doc->characterAt(cursorPosition) == QLatin1Char('\t')) { + if (doSelection) + *doSelection = false; if (w > space) { x += w - space; w = space; @@ -4458,12 +4476,30 @@ void TextEditorWidgetPrivate::paintCursorAsBlock(const PaintEventData &data, QPa w = space; // in sync with QTextLine::draw() } - QRectF lineRect = line.rect(); - lineRect.moveTop(lineRect.top() + blockData.boundingRect.top()); - lineRect.moveLeft(blockData.boundingRect.left() + x); - lineRect.setWidth(w); + if (blockBoundingRect.isEmpty()) + blockBoundingRect = q->blockBoundingGeometry(block).translated(q->contentOffset()); + + QRectF cursorRect = line.rect(); + cursorRect.moveTop(cursorRect.top() + blockBoundingRect.top()); + cursorRect.moveLeft(blockBoundingRect.left() + x); + cursorRect.setWidth(w); + return cursorRect; +} + +void TextEditorWidgetPrivate::paintCursorAsBlock(const PaintEventData &data, + QPainter &painter, + PaintEventBlockData &blockData, + int cursorPosition) const +{ + bool doSelection = true; + const QRectF cursorRect = cursorBlockRect(data.doc, + data.block, + cursorPosition, + blockData.boundingRect, + &doSelection); const QTextCharFormat textFormat = data.fontSettings.toTextCharFormat(C_TEXT); - painter.fillRect(lineRect, textFormat.foreground()); + painter.fillRect(cursorRect, textFormat.foreground()); + int relativePos = cursorPosition - blockData.position; if (doSelection) { blockData.selections.append( createBlockCursorCharFormatRange(relativePos, diff --git a/src/plugins/texteditor/textmark.cpp b/src/plugins/texteditor/textmark.cpp index 6f30ac233ba..b817541b019 100644 --- a/src/plugins/texteditor/textmark.cpp +++ b/src/plugins/texteditor/textmark.cpp @@ -138,6 +138,8 @@ void TextMark::paintAnnotation(QPainter &painter, painter.fontMetrics(), fadeInOffset, fadeOutOffset); + if (m_staticAnnotationText.text() != rects.text) + m_staticAnnotationText.setText(rects.text); annotationRect->setRight(rects.fadeOutRect.right()); const QRectF eventRectF(eventRect); if (!(rects.fadeInRect.intersects(eventRectF) || rects.annotationRect.intersects(eventRectF) @@ -161,7 +163,7 @@ void TextMark::paintAnnotation(QPainter &painter, painter.fillRect(rects.annotationRect, colors.rectColor); painter.setPen(colors.textColor); paintIcon(&painter, rects.iconRect.toAlignedRect()); - painter.drawText(rects.textRect, Qt::AlignLeft, rects.text); + painter.drawStaticText(rects.textRect.topLeft(), m_staticAnnotationText); if (rects.fadeOutRect.isValid()) { grad = QLinearGradient(rects.fadeOutRect.topLeft() - contentOffset, rects.fadeOutRect.topRight() - contentOffset); diff --git a/src/plugins/texteditor/textmark.h b/src/plugins/texteditor/textmark.h index 7603dae5d6d..b04e98ba5c3 100644 --- a/src/plugins/texteditor/textmark.h +++ b/src/plugins/texteditor/textmark.h @@ -11,6 +11,7 @@ #include #include +#include #include #include @@ -139,6 +140,7 @@ private: bool m_visible = false; TextMarkCategory m_category; QString m_lineAnnotation; + mutable QStaticText m_staticAnnotationText; QString m_toolTip; std::function m_toolTipProvider; QString m_defaultToolTip; diff --git a/src/shared/json/json.cpp b/src/shared/json/json.cpp index 4f9c94ef376..759fea61f92 100644 --- a/src/shared/json/json.cpp +++ b/src/shared/json/json.cpp @@ -4806,7 +4806,7 @@ bool Value::isValid(const Base *b) const case JsonValue::Double: if (intValue) break; - // fall through + [[fallthrough]]; case JsonValue::String: case JsonValue::Array: case JsonValue::Object: @@ -4885,7 +4885,7 @@ uint32_t Value::valueToStore(const JsonValue &v, uint32_t offset) if (c != INT_MAX) return c; } - // fall through + [[fallthrough]]; case JsonValue::String: case JsonValue::Array: case JsonValue::Object: diff --git a/src/shared/proparser/qmakebuiltins.cpp b/src/shared/proparser/qmakebuiltins.cpp index 787d9effb9b..87707106e61 100644 --- a/src/shared/proparser/qmakebuiltins.cpp +++ b/src/shared/proparser/qmakebuiltins.cpp @@ -287,7 +287,7 @@ QMakeEvaluator::quoteValue(const ProString &val) break; case 32: quote = true; - // fallthrough + [[fallthrough]]; default: ret += c; break; diff --git a/src/shared/proparser/qmakeevaluator.cpp b/src/shared/proparser/qmakeevaluator.cpp index ced40f106d0..0ea6c7f1334 100644 --- a/src/shared/proparser/qmakeevaluator.cpp +++ b/src/shared/proparser/qmakeevaluator.cpp @@ -295,7 +295,8 @@ ProStringList QMakeEvaluator::split_value_list(QStringView vals, int source) --x; } } - // fallthrough + hadWord = true; + break; default: hadWord = true; break; @@ -1661,7 +1662,7 @@ QMakeEvaluator::VisitReturn QMakeEvaluator::expandVariableReferences( tokPtr++; continue; } - // fallthrough + [[fallthrough]]; default: Q_ASSERT_X(false, "expandVariableReferences", "Unrecognized token"); break; @@ -2137,7 +2138,7 @@ QString QMakeEvaluator::formatValue(const ProString &val, bool forceQuote) break; case 32: quote = true; - // fallthrough + [[fallthrough]]; default: ret += c; break; diff --git a/src/shared/proparser/qmakeparser.cpp b/src/shared/proparser/qmakeparser.cpp index 758a80ce4ac..0e8d888535e 100644 --- a/src/shared/proparser/qmakeparser.cpp +++ b/src/shared/proparser/qmakeparser.cpp @@ -1563,7 +1563,7 @@ static bool getBlock(const ushort *tokens, int limit, int &offset, QString *outS case TokRemove: case TokReplace: // The parameter is the sizehint for the output. - // fallthrough + [[fallthrough]]; case TokLine: { ushort dummy; ok = getUshort(tokens, limit, offset, &dummy, outStr); diff --git a/src/shared/qbs b/src/shared/qbs index f8335f02f26..97769dfdacd 160000 --- a/src/shared/qbs +++ b/src/shared/qbs @@ -1 +1 @@ -Subproject commit f8335f02f263d69d81d2557c0c4f87b7148cbe9d +Subproject commit 97769dfdacd006f4d82b240371e3ca79d445ab7a diff --git a/src/tools/process_stub/main.cpp b/src/tools/process_stub/main.cpp index bfb6f6c3211..00312b833f6 100644 --- a/src/tools/process_stub/main.cpp +++ b/src/tools/process_stub/main.cpp @@ -185,7 +185,7 @@ void doExit(int exitCode) std::cout << commandLineParser.value("wait").toStdString() << std::endl; waitingForExitKeyPress = true; - onKeyPress([exitCode] { doExit(exitCode); }); + onKeyPress([] { doExit(0); }); } else { exit(exitCode); } @@ -206,9 +206,7 @@ void onInferiorFinished(int exitCode, QProcess::ExitStatus status) void onInferiorErrorOccurered(QProcess::ProcessError error) { - qCInfo(log) << "Inferior error: " << error << inferiorProcess.errorString(); - sendCrash(inferiorProcess.exitCode()); - doExit(1); + qCWarning(log) << "Inferior error: " << error << inferiorProcess.errorString(); } void onInferiorStarted() diff --git a/tests/auto/qml/codemodel/check/accessById.qml b/tests/auto/qml/codemodel/check/accessById.qml new file mode 100644 index 00000000000..dd91ac671e5 --- /dev/null +++ b/tests/auto/qml/codemodel/check/accessById.qml @@ -0,0 +1,39 @@ +// Copyright (C) 2023 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only + +import QtQuick +import QtQuick.Window + +Window { + id: root + width: 640 + height: 480 + visible: true + title: qsTr("Hello World") + + Rectangle { + id: rect + + Rectangle { + id: innerRect + } + } + + Text { + id: myText + width: 50 + wrapMode: Text.WordWrap + text: "a text string that is longer than 50 pixels" + + Text { + id: innerText + } + states: State { + name: "widerText" + PropertyChanges { myText.width: undefined } + AnchorChanges { innerRect.width: undefined } // 16 29 37 + } + } + + Binding {rect.width: innerText.width} +} diff --git a/tests/manual/debugger/simple/CMakeLists.txt b/tests/manual/debugger/simple/CMakeLists.txt index 95e2169ae65..3701d58bbd7 100644 --- a/tests/manual/debugger/simple/CMakeLists.txt +++ b/tests/manual/debugger/simple/CMakeLists.txt @@ -8,6 +8,10 @@ set(CMAKE_AUTOMOC ON) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) +if (WINDOWS) + set(CMAKE_SHARED_LIBRARY_PREFIX "") +endif() + find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Gui Network Widgets) find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core Gui Network Widgets) find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Script Webkit WebkitWidgets QUIET) @@ -67,5 +71,5 @@ if (Qt${QT_VERSION_MAJOR}WebkitWidgets_FOUND) endif() # and the plugin -add_library(simple_test_plugin simple_test_plugin.cpp) +add_library(simple_test_plugin SHARED simple_test_plugin.cpp) target_link_libraries(simple_test_plugin PRIVATE Qt${QT_VERSION_MAJOR}::Core) diff --git a/tests/system/README b/tests/system/README index 43d65ec70ad..a23c5001fdd 100644 --- a/tests/system/README +++ b/tests/system/README @@ -36,10 +36,8 @@ Qt 6.2.4 (MSVC2019, 64bit) Third - you'll have to provide some additional repositories. These additional repositories are located inside ~/squish-data or C:\Users\\squish-data (depending on the OS you're on). You can also just provide them inside a different folder and specify the folder with the environment variable SYSTEST_SRCPATH. -This folder must contain the following: - * a QtCreator repository (or source copy) of tag v4.7.0 named 'creator' including the submodule src/shared/qbs - * a subfolder called 'creator-test-data' - * a speedcrunch 0.11 repository (or source copy) inside 'creator-test-data' named 'speedcrunch' +This folder must contain a QtCreator repository (or source copy) of tag v6.0.1 named 'creator' +without any submodules initialized. Fourth - you'll have to make sure that some needed tools are available (no matter on which OS you're on). * cmake 3.14 or newer diff --git a/tests/system/shared/qtcreator.py b/tests/system/shared/qtcreator.py index 7b58247571a..8ad3a7eccf9 100644 --- a/tests/system/shared/qtcreator.py +++ b/tests/system/shared/qtcreator.py @@ -44,7 +44,9 @@ def __closeInfoBarEntry__(leftButtonText): doNotShowAgain = toolButton % "Do Not Show Again" leftWidget = "leftWidget={%s}" % (toolButton % leftButtonText) test.log("closing %s" % leftButtonText) - clickButton(waitForObject("{%s %s}" % (doNotShowAgain, leftWidget))) + buttonObjStr = "{%s %s}" % (doNotShowAgain, leftWidget) + clickButton(waitForObject(buttonObjStr)) + waitFor('object.exists(buttonObjStr) == False', 2000) # additionalParameters must be a list or tuple of strings or None def startQC(additionalParameters=None, withPreparedSettingsPath=True, closeLinkToQt=True, cancelTour=True): diff --git a/tests/system/shared/utils.py b/tests/system/shared/utils.py index 9b4f2dc95a3..6b99c8959da 100644 --- a/tests/system/shared/utils.py +++ b/tests/system/shared/utils.py @@ -606,3 +606,24 @@ def stringify(obj): if isinstance(obj, bytes): tmp = obj.decode('cp1252') if platform.system() in ('Microsoft','Windows') else obj.decode() return tmp + + +class GitClone: + + def __init__(self, url, revision): + self.localPath = os.path.join(tempDir(), + url.rsplit('/', 1)[1].rsplit('.')[0]) + self.url = url + self.revision = revision + + def __enter__(self): + try: + subprocess.check_call(["git", "clone", "-b", self.revision, + "--depth", "1", self.url, self.localPath]) + return self.localPath + except subprocess.CalledProcessError as e: + test.warning("Could not clone git repository %s" % self.url, str(e)) + return None + + def __exit__(self, exc_type, exc_value, traceback): + deleteDirIfExists(self.localPath) diff --git a/tests/system/suite_general/tst_build_speedcrunch/test.py b/tests/system/suite_general/tst_build_speedcrunch/test.py index 6efd18f779b..41326493e17 100644 --- a/tests/system/suite_general/tst_build_speedcrunch/test.py +++ b/tests/system/suite_general/tst_build_speedcrunch/test.py @@ -3,7 +3,6 @@ source("../../shared/qtcreator.py") -SpeedCrunchPath = "" def buildConfigFromFancyToolButton(fancyToolButton): beginOfBuildConfig = "Build: " @@ -14,44 +13,37 @@ def buildConfigFromFancyToolButton(fancyToolButton): return toolTipText[beginIndex:endIndex] def main(): - if not neededFilePresent(SpeedCrunchPath): - return - startQC() - if not startedWithoutPluginError(): - return - openQmakeProject(SpeedCrunchPath, [Targets.DESKTOP_5_14_1_DEFAULT]) - waitForProjectParsing() + with GitClone("https://bitbucket.org/heldercorreia/speedcrunch.git", + "release-0.12.0") as SpeedCrunchPath: + if not SpeedCrunchPath: + test.fatal("Could not clone SpeedCrunch") + return + startQC() + if not startedWithoutPluginError(): + return + openQmakeProject(os.path.join(SpeedCrunchPath, "src", "speedcrunch.pro"), + [Targets.DESKTOP_5_14_1_DEFAULT]) + waitForProjectParsing() - fancyToolButton = waitForObject(":*Qt Creator_Core::Internal::FancyToolButton") + fancyToolButton = waitForObject(":*Qt Creator_Core::Internal::FancyToolButton") - availableConfigs = iterateBuildConfigs("Release") - if not availableConfigs: - test.fatal("Haven't found a suitable Qt version (need Release build) - leaving without building.") - for kit, config in availableConfigs: - selectBuildConfig(kit, config) - buildConfig = buildConfigFromFancyToolButton(fancyToolButton) - if buildConfig != config: - test.fatal("Build configuration %s is selected instead of %s" % (buildConfig, config)) - continue - test.log("Testing build configuration: " + config) - invokeMenuItem("Build", "Run qmake") - waitForCompile() - selectFromLocator("t rebuild", "Rebuild All Projects") - waitForCompile(300000) - checkCompile() - checkLastBuild() + availableConfigs = iterateBuildConfigs("Release") + if not availableConfigs: + test.fatal("Haven't found a suitable Qt version (need Release build) - leaving without building.") + for kit, config in availableConfigs: + selectBuildConfig(kit, config) + buildConfig = buildConfigFromFancyToolButton(fancyToolButton) + if buildConfig != config: + test.fatal("Build configuration %s is selected instead of %s" % (buildConfig, config)) + continue + test.log("Testing build configuration: " + config) + invokeMenuItem("Build", "Run qmake") + waitForCompile() + selectFromLocator("t rebuild", "Rebuild All Projects") + waitForCompile(300000) + checkCompile() + checkLastBuild() - # Add a new run configuration + # Add a new run configuration - invokeMenuItem("File", "Exit") - -def init(): - global SpeedCrunchPath - SpeedCrunchPath = os.path.join(srcPath, "creator-test-data", "speedcrunch", "src", "speedcrunch.pro") - cleanup() - -def cleanup(): - # Make sure the .user files are gone - cleanUpUserFiles(SpeedCrunchPath) - for dir in glob.glob(os.path.join(srcPath, "creator-test-data", "speedcrunch", "speedcrunch-build-*")): - deleteDirIfExists(dir) + invokeMenuItem("File", "Exit") diff --git a/tests/system/suite_general/tst_cmake_speedcrunch/test.py b/tests/system/suite_general/tst_cmake_speedcrunch/test.py index bd706ba239d..64d8d877f0d 100644 --- a/tests/system/suite_general/tst_cmake_speedcrunch/test.py +++ b/tests/system/suite_general/tst_cmake_speedcrunch/test.py @@ -3,7 +3,6 @@ source("../../shared/qtcreator.py") -SpeedCrunchPath = "" BuildPath = tempDir() def cmakeSupported(): @@ -27,39 +26,36 @@ def main(): if not cmakeSupported(): test.warning("CMake version is no more supported for QC") return - if not neededFilePresent(SpeedCrunchPath): - return - startQC() - if not startedWithoutPluginError(): - return - result = openCmakeProject(SpeedCrunchPath, BuildPath) - if not result: - test.fatal("Could not open/create cmake project - leaving test") + with GitClone("https://bitbucket.org/heldercorreia/speedcrunch.git", + "release-0.12.0") as SpeedCrunchPath: + if not SpeedCrunchPath: + test.fatal("Could not clone SpeedCrunch") + return + startQC() + if not startedWithoutPluginError(): + return + result = openCmakeProject(os.path.join(SpeedCrunchPath, "src", "CMakeLists.txt"), + BuildPath) + if not result: + test.fatal("Could not open/create cmake project - leaving test") + invokeMenuItem("File", "Exit") + return + waitForProjectParsing() + naviTreeView = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='%s' type='QModelIndex'}" + treeFile = "projecttree_speedcrunch.tsv" + compareProjectTree(naviTreeView % "speedcrunch( \[\S+\])?", treeFile) + + # Invoke a rebuild of the application + selectFromLocator("t rebuild", "Rebuild All Projects") + + # Wait for, and test if the build succeeded + waitForCompile(300000) + checkCompile() + checkLastBuild() + invokeMenuItem("File", "Exit") - return - waitForProjectParsing() - naviTreeView = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='%s' type='QModelIndex'}" - treeFile = "projecttree_speedcrunch.tsv" - compareProjectTree(naviTreeView % "speedcrunch( \[\S+\])?", treeFile) - - # Invoke a rebuild of the application - selectFromLocator("t rebuild", "Rebuild All Projects") - - # Wait for, and test if the build succeeded - waitForCompile(300000) - checkCompile() - checkLastBuild() - - invokeMenuItem("File", "Exit") - -def init(): - global SpeedCrunchPath - SpeedCrunchPath = srcPath + "/creator-test-data/speedcrunch/src/CMakeLists.txt" - cleanup() def cleanup(): global BuildPath - # Make sure the .user files are gone - cleanUpUserFiles(SpeedCrunchPath) deleteDirIfExists(BuildPath) 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 276eea2e851..241ce7f8791 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,635 +1,585 @@ "text" "nestinglevel" "qtcreator.qbs:5" "0" "autotest-runner" "0" +"qtcreator.qbs:67" "1" +"cmake project files" "0" "qtcreator.qbs:51" "1" +"bin" "1" +"CMakeLists.txt" "2" +"cmake" "1" +"Config.cmake.in" "2" +"CreatePythonXY.cmake" "2" +"FindClang.cmake" "2" +"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" +"QtCreatorDocumentation.cmake" "2" +"QtCreatorIDEBranding.cmake" "2" +"QtCreatorTranslations.cmake" "2" +"QtcSeparateDebugInfo.cmake" "2" +"doc" "1" +"accelbubble" "3" +"CMakeLists.txt" "4" +"transitions" "3" +"CMakeLists.txt" "4" +"CMakeLists.txt" "3" +"CMakeLists.txt" "2" +"share" "1" +"qtcreator" "2" +"CMakeLists.txt" "4" +"projects" "4" +"consoleapp" "5" +"CMakeLists.txt" "6" +"cpplibrary" "5" +"CMakeLists.txt" "6" +"plainc" "5" +"CMakeLists.txt" "6" +"plaincpp" "5" +"CMakeLists.txt" "6" +"qtquickapplication" "5" +"CMakeLists.txt" "6" +"qtwidgetsapplication" "5" +"CMakeLists.txt" "6" +"qtcreatorplugin" "4" +"CMakeLists.txt" "5" +"translations" "3" +"CMakeLists.txt" "4" +"CMakeLists.txt" "3" +"CMakeLists.txt" "2" +"src" "1" +"app" "2" +"CMakeLists.txt" "3" +"libs" "2" +"3rdparty" "3" +"cplusplus" "4" +"CMakeLists.txt" "5" +"minitrace" "4" +"CMakeLists.txt" "5" +"optional" "4" +"CMakeLists.txt" "5" +"syntax-highlighting" "4" +"data" "5" +"CMakeLists.txt" "6" +"src" "5" +"cli" "6" +"CMakeLists.txt" "7" +"indexer" "6" +"CMakeLists.txt" "7" +"lib" "6" +"CMakeLists.txt" "7" +"CMakeLists.txt" "6" +"CMakeLists.txt" "5" +"KF5SyntaxHighlightingConfig.cmake.in" "5" +"yaml-cpp" "4" +"yaml-cpp.pc.cmake" "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" +"languageserverprotocol" "3" +"CMakeLists.txt" "4" +"languageutils" "3" +"CMakeLists.txt" "4" +"modelinglib" "3" +"CMakeLists.txt" "4" +"qmldebug" "3" +"CMakeLists.txt" "4" +"qmleditorwidgets" "3" +"CMakeLists.txt" "4" +"qmljs" "3" +"CMakeLists.txt" "4" +"qtcreatorcdbext" "3" +"CMakeLists.txt" "4" +"sqlite" "3" +"CMakeLists.txt" "4" +"ssh" "3" +"CMakeLists.txt" "4" +"tracing" "3" +"CMakeLists.txt" "4" +"utils" "3" +"CMakeLists.txt" "4" +"CMakeLists.txt" "3" +"plugins" "2" +"android" "3" +"CMakeLists.txt" "4" +"autotest" "3" +"CMakeLists.txt" "4" +"autotoolsprojectmanager" "3" +"CMakeLists.txt" "4" +"baremetal" "3" +"CMakeLists.txt" "4" +"bazaar" "3" +"CMakeLists.txt" "4" +"beautifier" "3" +"CMakeLists.txt" "4" +"bineditor" "3" +"CMakeLists.txt" "4" +"bookmarks" "3" +"CMakeLists.txt" "4" +"boot2qt" "3" +"CMakeLists.txt" "4" +"clangcodemodel" "3" +"CMakeLists.txt" "4" +"clangformat" "3" +"CMakeLists.txt" "4" +"clangtools" "3" +"CMakeLists.txt" "4" +"classview" "3" +"CMakeLists.txt" "4" +"clearcase" "3" +"CMakeLists.txt" "4" +"cmakeprojectmanager" "3" +"CMakeLists.txt" "4" +"compilationdatabaseprojectmanager" "3" +"CMakeLists.txt" "4" +"conan" "3" +"CMakeLists.txt" "4" +"coreplugin" "3" +"CMakeLists.txt" "4" +"cpaster" "3" +"frontend" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"cppcheck" "3" +"CMakeLists.txt" "4" +"cppeditor" "3" +"CMakeLists.txt" "4" +"ctfvisualizer" "3" +"CMakeLists.txt" "4" +"cvs" "3" +"CMakeLists.txt" "4" +"debugger" "3" +"CMakeLists.txt" "4" +"designer" "3" +"CMakeLists.txt" "4" +"diffeditor" "3" +"CMakeLists.txt" "4" +"docker" "3" +"CMakeLists.txt" "4" +"emacskeys" "3" +"CMakeLists.txt" "4" +"fakevim" "3" +"CMakeLists.txt" "4" +"genericprojectmanager" "3" +"CMakeLists.txt" "4" +"git" "3" +"CMakeLists.txt" "4" +"glsleditor" "3" +"CMakeLists.txt" "4" +"helloworld" "3" +"CMakeLists.txt" "4" +"help" "3" +"CMakeLists.txt" "4" +"imageviewer" "3" +"CMakeLists.txt" "4" +"incredibuild" "3" +"CMakeLists.txt" "4" +"ios" "3" +"CMakeLists.txt" "4" +"languageclient" "3" +"CMakeLists.txt" "4" +"macros" "3" +"CMakeLists.txt" "4" +"marketplace" "3" +"CMakeLists.txt" "4" +"mcusupport" "3" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"mercurial" "3" +"CMakeLists.txt" "4" +"mesonprojectmanager" "3" +"CMakeLists.txt" "4" +"modeleditor" "3" +"CMakeLists.txt" "4" +"nim" "3" +"CMakeLists.txt" "4" +"perforce" "3" +"CMakeLists.txt" "4" +"perfprofiler" "3" +"CMakeLists.txt" "4" +"projectexplorer" "3" +"CMakeLists.txt" "4" +"python" "3" +"CMakeLists.txt" "4" +"qbsprojectmanager" "3" +"CMakeLists.txt" "4" +"qmakeprojectmanager" "3" +"CMakeLists.txt" "4" +"qmldesigner" "3" +"CMakeLists.txt" "4" +"qmldesignercore.cmake" "4" +"qmljseditor" "3" +"CMakeLists.txt" "4" +"qmljstools" "3" +"CMakeLists.txt" "4" +"qmlpreview" "3" +"CMakeLists.txt" "4" +"qmlprofiler" "3" +"CMakeLists.txt" "4" +"qmlprojectmanager" "3" +"CMakeLists.txt" "4" +"qnx" "3" +"CMakeLists.txt" "4" +"qtsupport" "3" +"CMakeLists.txt" "4" +"remotelinux" "3" +"CMakeLists.txt" "4" +"resourceeditor" "3" +"CMakeLists.txt" "4" +"scxmleditor" "3" +"CMakeLists.txt" "4" +"serialterminal" "3" +"CMakeLists.txt" "4" +"silversearcher" "3" +"CMakeLists.txt" "4" +"studiowelcome" "3" +"CMakeLists.txt" "4" +"subversion" "3" +"CMakeLists.txt" "4" +"tasklist" "3" +"CMakeLists.txt" "4" +"texteditor" "3" +"CMakeLists.txt" "4" +"todo" "3" +"CMakeLists.txt" "4" +"updateinfo" "3" +"CMakeLists.txt" "4" +"valgrind" "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" +"package-manager" "4" +"auto-setup.cmake" "5" +"conan.cmake" "5" +"CMakeLists.txt" "4" +"qtcreator" "3" +"externaltools" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"CMakeLists.txt" "3" +"shared" "2" +"designerintegrationv2" "3" +"CMakeLists.txt" "4" +"help" "3" +"CMakeLists.txt" "4" +"proparser" "3" +"CMakeLists.txt" "4" +"qtlockedfile" "3" +"CMakeLists.txt" "4" +"qtsingleapplication" "3" +"CMakeLists.txt" "4" +"registryaccess" "3" +"CMakeLists.txt" "4" +"CMakeLists.txt" "3" +"tools" "2" +"3rdparty" "3" +"cplusplus-keywordgen" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"buildoutputparser" "3" +"CMakeLists.txt" "4" +"clangbackend" "3" +"source" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"iostool" "3" +"CMakeLists.txt" "4" +"processlauncher" "3" +"CMakeLists.txt" "4" +"qml2puppet" "3" +"CMakeLists.txt" "4" +"qtc-askpass" "3" +"CMakeLists.txt" "4" +"qtcdebugger" "3" +"CMakeLists.txt" "4" +"qtcrashhandler" "3" +"CMakeLists.txt" "4" +"qtcreatorcrashhandler" "3" +"CMakeLists.txt" "4" +"qtcreatorwidgets" "3" +"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" +"auto" "2" +"aggregation" "3" +"CMakeLists.txt" "4" +"algorithm" "3" +"CMakeLists.txt" "4" +"android" "3" +"CMakeLists.txt" "4" +"changeset" "3" +"CMakeLists.txt" "4" +"cplusplus" "3" +"ast" "4" +"CMakeLists.txt" "5" +"c99" "4" +"CMakeLists.txt" "5" +"checksymbols" "4" +"CMakeLists.txt" "5" +"codeformatter" "4" +"CMakeLists.txt" "5" +"cppselectionchanger" "4" +"CMakeLists.txt" "5" +"cxx11" "4" +"CMakeLists.txt" "5" +"fileiterationorder" "4" +"CMakeLists.txt" "5" +"findusages" "4" +"CMakeLists.txt" "5" +"lexer" "4" +"CMakeLists.txt" "5" +"lookup" "4" +"CMakeLists.txt" "5" +"misc" "4" +"CMakeLists.txt" "5" +"preprocessor" "4" +"CMakeLists.txt" "5" +"semantic" "4" +"CMakeLists.txt" "5" +"translationunit" "4" +"CMakeLists.txt" "5" +"typeprettyprinter" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"debugger" "3" +"CMakeLists.txt" "4" +"diff" "3" +"differ" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"environment" "3" +"CMakeLists.txt" "4" +"extensionsystem" "3" +"pluginmanager" "4" +"circularplugins" "5" +"plugin1" "6" +"CMakeLists.txt" "7" +"plugin2" "6" +"CMakeLists.txt" "7" +"plugin3" "6" +"CMakeLists.txt" "7" +"CMakeLists.txt" "6" +"correctplugins1" "5" +"plugin1" "6" +"CMakeLists.txt" "7" +"plugin2" "6" +"CMakeLists.txt" "7" +"plugin3" "6" +"CMakeLists.txt" "7" +"CMakeLists.txt" "6" +"CMakeLists.txt" "5" +"pluginspec" "4" +"testplugin" "5" +"CMakeLists.txt" "6" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"externaltool" "3" +"CMakeLists.txt" "4" +"filesearch" "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" +"CMakeLists.txt" "4" +"qml" "3" +"codemodel" "4" +"check" "5" +"CMakeLists.txt" "6" +"dependencies" "5" +"CMakeLists.txt" "6" +"ecmascript7" "5" +"CMakeLists.txt" "6" +"importscheck" "5" +"CMakeLists.txt" "6" +"CMakeLists.txt" "5" +"persistenttrie" "4" +"CMakeLists.txt" "5" +"qmldesigner" "4" +"coretests" "5" +"CMakeLists.txt" "6" +"CMakeLists.txt" "5" +"qmleditor" "4" +"qmlcodeformatter" "5" +"CMakeLists.txt" "6" +"CMakeLists.txt" "5" +"qmljssimplereader" "4" +"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" +"CMakeLists.txt" "4" +"toolchaincache" "3" +"CMakeLists.txt" "4" +"tracing" "3" +"flamegraph" "4" +"CMakeLists.txt" "5" +"flamegraphview" "4" +"CMakeLists.txt" "5" +"timelineabstractrenderer" "4" +"CMakeLists.txt" "5" +"timelineitemsrenderpass" "4" +"CMakeLists.txt" "5" +"timelinemodel" "4" +"CMakeLists.txt" "5" +"timelinemodelaggregator" "4" +"CMakeLists.txt" "5" +"timelinenotesmodel" "4" +"CMakeLists.txt" "5" +"timelinenotesrenderpass" "4" +"CMakeLists.txt" "5" +"timelineoverviewrenderer" "4" +"CMakeLists.txt" "5" +"timelinerenderer" "4" +"CMakeLists.txt" "5" +"timelinerenderpass" "4" +"CMakeLists.txt" "5" +"timelinerenderstate" "4" +"CMakeLists.txt" "5" +"timelineselectionrenderpass" "4" +"CMakeLists.txt" "5" +"timelinezoomcontrol" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"treeviewfind" "3" +"CMakeLists.txt" "4" +"utils" "3" +"ansiescapecodehandler" "4" +"CMakeLists.txt" "5" +"fileutils" "4" +"CMakeLists.txt" "5" +"fuzzymatcher" "4" +"CMakeLists.txt" "5" +"indexedcontainerproxyconstiterator" "4" +"CMakeLists.txt" "5" +"multicursor" "4" +"CMakeLists.txt" "5" +"persistentsettings" "4" +"CMakeLists.txt" "5" +"qtcprocess" "4" +"CMakeLists.txt" "5" +"settings" "4" +"CMakeLists.txt" "5" +"stringutils" "4" +"CMakeLists.txt" "5" +"templateengine" "4" +"CMakeLists.txt" "5" +"treemodel" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"valgrind" "3" +"callgrind" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"CMakeLists.txt" "3" +"manual" "2" +"setup_android.cmake" "4" +"CMakeLists.txt" "4" +"widgets" "3" +"crumblepath" "4" +"CMakeLists.txt" "5" +"infolabel" "4" +"CMakeLists.txt" "5" +"manhattanstyle" "4" +"CMakeLists.txt" "5" +"tracing" "4" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"CMakeLists.txt" "3" +"unit" "2" +"echoserver" "3" +"CMakeLists.txt" "4" +"unittest" "3" +"CMakeLists.txt" "5" +"CMakeLists.txt" "4" +"CMakeLists.txt" "3" +"CMakeLists.txt" "2" +"CMakeLists.txt" "1" "documentation" "0" "doc.qbs:4" "1" "API doc offline" "1" "doc.qbs:42" "2" "main qdocconf file" "2" "QtcDocumentation.qbs:13" "3" +"qtcreatordev" "3" "qtcreator-dev.qdocconf" "4" "sources" "2" "doc.qbs:47" "3" -"api" "3" -"examples" "4" -"aggregation" "5" -"output.txt" "6" -"README" "6" -"test.sh" "6" -"exampleplugin" "5" -"Example.json.in" "6" -"example.pro" "6" -"example_global.h" "6" -"exampleconstants.h" "6" -"exampleplugin.cpp" "6" -"exampleplugin.h" "6" -"images" "4" -"firstplugin-kitselection.png" "5" -"firstplugin-menuitem.png" "5" -"firstplugin-nameandpath.png" "5" -"firstplugin-pluginsetup.png" "5" -"firstplugin-runsettings.png" "5" -"firstplugin-summary.png" "5" -"firstplugin-wizard.png" "5" -"riot.png" "5" -"variablechooser.png" "5" -"coding-style.qdoc" "4" -"creating-plugins.qdoc" "4" -"external-tool-spec.qdoc" "4" -"first-plugin.qdoc" "4" -"getting-and-building.qdoc" "4" -"plugin-lifecycle.qdoc" "4" -"plugin-metadata.qdoc" "4" -"pluginmanager.qdoc" "4" -"qtcreator-api.qdoc" "4" -"qtcreator-dev-online.qdocconf" "4" -"qtcreator-dev-wizards.qdoc" "4" -"qtcreator-dev.qdoc" "4" -"qtcreator-documentation.qdoc" "4" -"qtcreator-ui-text.qdoc" "4" "API doc online" "1" "doc.qbs:27" "2" "main qdocconf file" "2" "QtcDocumentation.qbs:13" "3" +"qtcreatordev" "3" "qtcreator-dev-online.qdocconf" "4" "sources" "2" "doc.qbs:32" "3" -"api" "3" -"examples" "4" -"aggregation" "5" -"output.txt" "6" -"README" "6" -"test.sh" "6" -"exampleplugin" "5" -"Example.json.in" "6" -"example.pro" "6" -"example_global.h" "6" -"exampleconstants.h" "6" -"exampleplugin.cpp" "6" -"exampleplugin.h" "6" -"images" "4" -"firstplugin-kitselection.png" "5" -"firstplugin-menuitem.png" "5" -"firstplugin-nameandpath.png" "5" -"firstplugin-pluginsetup.png" "5" -"firstplugin-runsettings.png" "5" -"firstplugin-summary.png" "5" -"firstplugin-wizard.png" "5" -"riot.png" "5" -"variablechooser.png" "5" -"coding-style.qdoc" "4" -"creating-plugins.qdoc" "4" -"external-tool-spec.qdoc" "4" -"first-plugin.qdoc" "4" -"getting-and-building.qdoc" "4" -"plugin-lifecycle.qdoc" "4" -"plugin-metadata.qdoc" "4" -"pluginmanager.qdoc" "4" -"qtcreator-api.qdoc" "4" -"qtcreator-dev-wizards.qdoc" "4" -"qtcreator-dev.qdoc" "4" -"qtcreator-dev.qdocconf" "4" -"qtcreator-documentation.qdoc" "4" -"qtcreator-ui-text.qdoc" "4" -"doc" "1" -"doc.qbs:5" "2" -"qbs documentation" "2" -"doc.qbs:8" "3" -"fix-imports script" "3" -"doc.qbs:37" "4" -"fix-qmlimports.py" "4" -"main qdocconf file" "3" -"doc.qbs:32" "4" -"qbs.qdocconf" "4" -"README" "4" -"config" "3" -"style" "4" -"qt5-sidebar.html" "5" -"macros.qdocconf" "4" -"qbs-project.qdocconf" "4" -"images" "3" -"qbs-build-process.png" "4" -"qbs-dmg.png" "4" -"qbs-settings-gui.png" "4" -"reference" "3" -"cli" "4" -"builtin" "5" -"cli-build.qdoc" "6" -"cli-clean.qdoc" "6" -"cli-dump-nodes-tree.qdoc" "6" -"cli-generate.qdoc" "6" -"cli-help.qdoc" "6" -"cli-install.qdoc" "6" -"cli-list-products.qdoc" "6" -"cli-resolve.qdoc" "6" -"cli-run.qdoc" "6" -"cli-shell.qdoc" "6" -"cli-status.qdoc" "6" -"cli-update-timestamps.qdoc" "6" -"cli-version.qdoc" "6" -"tools" "5" -"cli-config-ui.qdoc" "6" -"cli-config.qdoc" "6" -"cli-create-project.qdoc" "6" -"cli-setup-android.qdoc" "6" -"cli-setup-qt.qdoc" "6" -"cli-setup-toolchains.qdoc" "6" -"cli-options.qdocinc" "5" -"cli-parameters.qdocinc" "5" -"cli.qdoc" "5" -"items" "4" -"convenience" "5" -"androidapk.qdoc" "6" -"appleapplicationdiskimage.qdoc" "6" -"applediskimage.qdoc" "6" -"application.qdoc" "6" -"applicationextension.qdoc" "6" -"autotestrunner.qdoc" "6" -"cppapplication.qdoc" "6" -"dynamiclibrary.qdoc" "6" -"innosetup.qdoc" "6" -"installpackage.qdoc" "6" -"javaclasscollection.qdoc" "6" -"javajarfile.qdoc" "6" -"loadablemodule.qdoc" "6" -"qtapplication.qdoc" "6" -"qtguiapplication.qdoc" "6" -"staticlibrary.qdoc" "6" -"xpcservice.qdoc" "6" -"language" "5" -"artifact.qdoc" "6" -"depends.qdoc" "6" -"export.qdoc" "6" -"filetagger.qdoc" "6" -"group.qbs" "6" -"group.qdoc" "6" -"module.qdoc" "6" -"parameter.qdoc" "6" -"parameters.qdoc" "6" -"probe.qdoc" "6" -"product.qdoc" "6" -"profile.qdoc" "6" -"project.qdoc" "6" -"properties.qdoc" "6" -"propertyoptions.qdoc" "6" -"rule.qdoc" "6" -"scanner.qdoc" "6" -"subproject.qdoc" "6" -"jsextensions" "4" -"jsextension-binaryfile.qdoc" "5" -"jsextension-environment.qdoc" "5" -"jsextension-file.qdoc" "5" -"jsextension-fileinfo.qdoc" "5" -"jsextension-process.qdoc" "5" -"jsextension-propertylist.qdoc" "5" -"jsextension-temporarydir.qdoc" "5" -"jsextension-textfile.qdoc" "5" -"jsextension-utilities.qdoc" "5" -"jsextension-xml.qdoc" "5" -"jsextensions-general.qdoc" "5" -"modules" "4" -"android-ndk-module.qdoc" "5" -"android-sdk-module.qdoc" "5" -"archiver-module.qdoc" "5" -"bundle-module.qdoc" "5" -"cpp-module.qdoc" "5" -"cpufeatures-module.qdoc" "5" -"dmg-module.qdoc" "5" -"exporter-pkgconfig-module.qdoc" "5" -"exporter-qbs-module.qdoc" "5" -"ib-module.qdoc" "5" -"ico-module.qdoc" "5" -"innosetup-module.qdoc" "5" -"java-module.qdoc" "5" -"lexyacc-module.qdoc" "5" -"nodejs-module.qdoc" "5" -"nsis-module.qdoc" "5" -"qbs-module.qdoc" "5" -"qnx-module.qdoc" "5" -"qt-core-module.qdoc" "5" -"qt-dbus-module.qdoc" "5" -"qt-declarative-module.qdoc" "5" -"qt-gui-module.qdoc" "5" -"qt-modules.qdoc" "5" -"qt-qml-module.qdoc" "5" -"qt-quick-module.qdoc" "5" -"qt-scxml-module.qdoc" "5" -"typescript-module.qdoc" "5" -"vcs-module.qdoc" "5" -"wix-module.qdoc" "5" -"xcode-module.qdoc" "5" -"commands.qdoc" "4" -"reference.qdoc" "4" -"targets" "3" -"qbs-target-android.qdoc" "4" -"qbs-target-apple-common.qdocinc" "4" -"qbs-target-integrity.qdoc" "4" -"qbs-target-ios.qdoc" "4" -"qbs-target-linux.qdoc" "4" -"qbs-target-macos.qdoc" "4" -"qbs-target-platforms.qdoc" "4" -"qbs-target-qnx.qdoc" "4" -"qbs-target-tvos.qdoc" "4" -"qbs-target-vxworks.qdoc" "4" -"qbs-target-watchos.qdoc" "4" -"qbs-target-windows.qdoc" "4" -"templates" "3" -"images" "4" -"arrow.png" "5" -"arrow_down.png" "5" -"bg_l.png" "5" -"bg_l_blank.png" "5" -"bg_ll_blank.png" "5" -"bg_r.png" "5" -"bg_ul_blank.png" "5" -"bgrContent.png" "5" -"blu_dot.png" "5" -"box_bg.png" "5" -"breadcrumb.png" "5" -"btn_next.png" "5" -"btn_prev.png" "5" -"bullet_dn.png" "5" -"bullet_gt.png" "5" -"bullet_sq.png" "5" -"bullet_up.png" "5" -"feedbackground.png" "5" -"header.png" "5" -"header_bg.png" "5" -"home.png" "5" -"horBar.png" "5" -"ico_note.png" "5" -"ico_note_attention.png" "5" -"ico_out.png" "5" -"page.png" "5" -"page_bg.png" "5" -"qt_icon.png" "5" -"spinner.gif" "5" -"sprites-combined.png" "5" -"scripts" "4" -"functions.js" "5" -"jquery.js" "5" -"narrow.js" "5" -"superfish.js" "5" -"style" "4" -"narrow.css" "5" -"offline.css" "5" -"style.css" "5" -"style_ie6.css" "5" -"style_ie7.css" "5" -"style_ie8.css" "5" -"superfish.css" "5" -"superfish_skin.css" "5" -"classic.css" "3" -"external-resources.qdoc" "3" -"fixnavi.pl" "3" -"howtos.qdoc" "3" -"qbs-online.qdocconf" "3" -"qbs.qdoc" "3" -"qbs man page" "2" -"man.qbs:8" "3" -"additional sections" "3" -"man.qbs:25" "4" -"see-also.h2m" "4" -"man page" "3" -"man.qbs:18" "4" -"qbs.1" "4" "user doc offline" "1" "doc.qbs:17" "2" "main qdocconf file" "2" "QtcDocumentation.qbs:13" "3" -"qtcreator.qdocconf" "3" -"src" "2" -"analyze" "3" -"cpu-usage-analyzer.qdoc" "4" -"creator-analyze.qdoc" "4" -"creator-clang-static-analyzer.qdoc" "4" -"creator-heob.qdoc" "4" -"creator-valgrind-overview.qdoc" "4" -"creator-valgrind.qdoc" "4" -"qtquick-profiler.qdoc" "4" -"android" "3" -"androiddev.qdoc" "4" -"creator-projects-settings-run-android.qdocinc" "4" -"deploying-android.qdoc" "4" -"baremetal" "3" -"creator-baremetal-dev.qdoc" "4" -"cmake" "3" -"creator-projects-cmake-building.qdocinc" "4" -"creator-projects-cmake-deploying.qdocinc" "4" -"creator-projects-cmake.qdoc" "4" -"cpp" "3" -"creator-sidebar-cpp-views.qdocinc" "4" -"debugger" "3" -"creator-debugger-example.qdoc" "4" -"creator-debugger-setup.qdoc" "4" -"creator-debugger.qdoc" "4" -"qtquick-debugger-example.qdoc" "4" -"qtquick-debugging.qdoc" "4" -"editors" "3" -"creator-beautifier.qdoc" "4" -"creator-clang-codemodel.qdoc" "4" -"creator-coding-edit-mode.qdoc" "4" -"creator-coding.qdoc" "4" -"creator-diff-editor.qdoc" "4" -"creator-editors-options-text.qdoc" "4" -"creator-editors-options.qdoc" "4" -"creator-editors-writing-code.qdoc" "4" -"creator-editors.qdoc" "4" -"creator-finding.qdoc" "4" -"creator-mime-types.qdoc" "4" -"creator-modeling.qdoc" "4" -"creator-scxml.qdoc" "4" -"external-resources" "3" -"external-resources.qdoc" "4" -"howto" "3" -"creator-autotest.qdoc" "4" -"creator-cli.qdoc" "4" -"creator-external-tools.qdoc" "4" -"creator-help.qdoc" "4" -"creator-keyboard-shortcuts.qdoc" "4" -"creator-sessions.qdoc" "4" -"creator-task-lists.qdoc" "4" -"creator-tips.qdoc" "4" -"creator-ui.qdoc" "4" -"qtcreator-faq.qdoc" "4" -"ios" "3" -"creator-ios-dev.qdoc" "4" -"linux-mobile" "3" -"creator-deployment-embedded-linux.qdoc" "4" -"creator-projects-running-generic-linux.qdocinc" "4" -"creator-projects-settings-run-b2qt.qdocinc" "4" -"creator-projects-settings-run-linux.qdocinc" "4" -"linuxdev-keys.qdocinc" "4" -"linuxdev-processes.qdocinc" "4" -"linuxdev.qdoc" "4" -"overview" "3" -"creator-acknowledgements.qdoc" "4" -"creator-advanced.qdoc" "4" -"creator-commercial-overview.qdoc" "4" -"creator-configuring.qdoc" "4" -"creator-deployment-overview.qdoc" "4" -"creator-design-overview.qdoc" "4" -"creator-getting-started.qdoc" "4" -"creator-glossary.qdoc" "4" -"creator-help-overview.qdoc" "4" -"creator-issues.qdoc" "4" -"creator-mobile-targets.qdoc" "4" -"creator-overview.qdoc" "4" -"creator-supported-platforms.qdoc" "4" -"creator-target-platforms.qdocinc" "4" -"creator-tech-support.qdoc" "4" -"creator-testing.qdoc" "4" -"creator-tutorials.qdoc" "4" -"mobile-app-design.qdoc" "4" -"projects" "3" -"creator-projects-autotools.qdoc" "4" -"creator-projects-build-run-tutorial.qdoc" "4" -"creator-projects-build-systems.qdocinc" "4" -"creator-projects-building-running.qdoc" "4" -"creator-projects-building.qdoc" "4" -"creator-projects-builds-customizing.qdoc" "4" -"creator-projects-compilers.qdoc" "4" -"creator-projects-creating.qdoc" "4" -"creator-projects-custom-wizards-json.qdoc" "4" -"creator-projects-custom-wizards-xml.qdoc" "4" -"creator-projects-custom-wizards.qdoc" "4" -"creator-projects-debuggers.qdoc" "4" -"creator-projects-generic.qdoc" "4" -"creator-projects-libraries.qdoc" "4" -"creator-projects-opening.qdoc" "4" -"creator-projects-other.qdoc" "4" -"creator-projects-overview.qdoc" "4" -"creator-projects-qbs.qdoc" "4" -"creator-projects-qt-versions.qdoc" "4" -"creator-projects-running.qdoc" "4" -"creator-projects-settings-build-qbs.qdocinc" "4" -"creator-projects-settings-build.qdoc" "4" -"creator-projects-settings-code-style.qdoc" "4" -"creator-projects-settings-dependencies.qdoc" "4" -"creator-projects-settings-editor.qdoc" "4" -"creator-projects-settings-overview.qdoc" "4" -"creator-projects-settings-run-analyze.qdocinc" "4" -"creator-projects-settings-run-debug.qdocinc" "4" -"creator-projects-settings-run-desktop.qdocinc" "4" -"creator-projects-settings-run.qdoc" "4" -"creator-projects-settings-sharing.qdoc" "4" -"creator-projects-targets.qdoc" "4" -"qnx" "3" -"creator-deployment-qnx.qdoc" "4" -"creator-developing-qnx.qdoc" "4" -"creator-projects-running-qnx.qdocinc" "4" -"creator-projects-settings-run-qnx.qdocinc" "4" -"qtquick" "3" -"creator-mobile-app-tutorial.qdoc" "4" -"creator-projects-settings-run-qtquick.qdocinc" "4" -"creator-tutorial-create-qq-project.qdocinc" "4" -"qtquick-app-development.qdoc" "4" -"qtquick-app-tutorial.qdoc" "4" -"qtquick-buttons.qdoc" "4" -"qtquick-components.qdoc" "4" -"qtquick-connection-editor-backend.qdoc" "4" -"qtquick-connection-editor-bindings.qdoc" "4" -"qtquick-connection-editor-properties.qdoc" "4" -"qtquick-connection-editor-signals.qdoc" "4" -"qtquick-connection-editor.qdoc" "4" -"qtquick-creating.qdoc" "4" -"qtquick-designer.qdoc" "4" -"qtquick-exporting-qml.qdoc" "4" -"qtquick-iso-icon-browser.qdoc" "4" -"qtquick-modules-with-plugins.qdoc" "4" -"qtquick-navigator.qdoc" "4" -"qtquick-pathview-editor.qdoc" "4" -"qtquick-properties.qdoc" "4" -"qtquick-states-scxml.qdocinc" "4" -"qtquick-states.qdoc" "4" -"qtquick-toolbars.qdoc" "4" -"qtquick-ui-forms.qdoc" "4" -"vcs" "3" -"creator-vcs-bazaar.qdoc" "4" -"creator-vcs-clearcase.qdoc" "4" -"creator-vcs-cvs.qdoc" "4" -"creator-vcs-git.qdoc" "4" -"creator-vcs-mercurial.qdoc" "4" -"creator-vcs-perforce.qdoc" "4" -"creator-vcs-subversion.qdoc" "4" -"creator-vcs.qdoc" "4" -"widgets" "3" -"creator-faq-qtdesigner.qdocinc" "4" -"doc_src_plugins.qdocinc" "4" -"qtdesigner-app-tutorial.qdoc" "4" -"qtdesigner-overview.qdoc" "4" -"qtdesigner-plugins.qdoc" "4" -"qtcreator-toc.qdoc" "3" -"qtcreator.qdoc" "3" +"qtcreator" "3" +"qtcreator.qdocconf" "4" "user doc online" "1" "doc.qbs:7" "2" "main qdocconf file" "2" "QtcDocumentation.qbs:13" "3" -"qtcreator-online.qdocconf" "3" -"src" "2" -"analyze" "3" -"cpu-usage-analyzer.qdoc" "4" -"creator-analyze.qdoc" "4" -"creator-clang-static-analyzer.qdoc" "4" -"creator-heob.qdoc" "4" -"creator-valgrind-overview.qdoc" "4" -"creator-valgrind.qdoc" "4" -"qtquick-profiler.qdoc" "4" -"android" "3" -"androiddev.qdoc" "4" -"creator-projects-settings-run-android.qdocinc" "4" -"deploying-android.qdoc" "4" -"baremetal" "3" -"creator-baremetal-dev.qdoc" "4" -"cmake" "3" -"creator-projects-cmake-building.qdocinc" "4" -"creator-projects-cmake-deploying.qdocinc" "4" -"creator-projects-cmake.qdoc" "4" -"cpp" "3" -"creator-sidebar-cpp-views.qdocinc" "4" -"debugger" "3" -"creator-debugger-example.qdoc" "4" -"creator-debugger-setup.qdoc" "4" -"creator-debugger.qdoc" "4" -"qtquick-debugger-example.qdoc" "4" -"qtquick-debugging.qdoc" "4" -"editors" "3" -"creator-beautifier.qdoc" "4" -"creator-clang-codemodel.qdoc" "4" -"creator-coding-edit-mode.qdoc" "4" -"creator-coding.qdoc" "4" -"creator-diff-editor.qdoc" "4" -"creator-editors-options-text.qdoc" "4" -"creator-editors-options.qdoc" "4" -"creator-editors-writing-code.qdoc" "4" -"creator-editors.qdoc" "4" -"creator-finding.qdoc" "4" -"creator-mime-types.qdoc" "4" -"creator-modeling.qdoc" "4" -"creator-scxml.qdoc" "4" -"external-resources" "3" -"external-resources.qdoc" "4" -"howto" "3" -"creator-autotest.qdoc" "4" -"creator-cli.qdoc" "4" -"creator-external-tools.qdoc" "4" -"creator-help.qdoc" "4" -"creator-keyboard-shortcuts.qdoc" "4" -"creator-sessions.qdoc" "4" -"creator-task-lists.qdoc" "4" -"creator-tips.qdoc" "4" -"creator-ui.qdoc" "4" -"qtcreator-faq.qdoc" "4" -"ios" "3" -"creator-ios-dev.qdoc" "4" -"linux-mobile" "3" -"creator-deployment-embedded-linux.qdoc" "4" -"creator-projects-running-generic-linux.qdocinc" "4" -"creator-projects-settings-run-b2qt.qdocinc" "4" -"creator-projects-settings-run-linux.qdocinc" "4" -"linuxdev-keys.qdocinc" "4" -"linuxdev-processes.qdocinc" "4" -"linuxdev.qdoc" "4" -"overview" "3" -"creator-acknowledgements.qdoc" "4" -"creator-advanced.qdoc" "4" -"creator-commercial-overview.qdoc" "4" -"creator-configuring.qdoc" "4" -"creator-deployment-overview.qdoc" "4" -"creator-design-overview.qdoc" "4" -"creator-getting-started.qdoc" "4" -"creator-glossary.qdoc" "4" -"creator-help-overview.qdoc" "4" -"creator-issues.qdoc" "4" -"creator-mobile-targets.qdoc" "4" -"creator-overview.qdoc" "4" -"creator-supported-platforms.qdoc" "4" -"creator-target-platforms.qdocinc" "4" -"creator-tech-support.qdoc" "4" -"creator-testing.qdoc" "4" -"creator-tutorials.qdoc" "4" -"mobile-app-design.qdoc" "4" -"projects" "3" -"creator-projects-autotools.qdoc" "4" -"creator-projects-build-run-tutorial.qdoc" "4" -"creator-projects-build-systems.qdocinc" "4" -"creator-projects-building-running.qdoc" "4" -"creator-projects-building.qdoc" "4" -"creator-projects-builds-customizing.qdoc" "4" -"creator-projects-compilers.qdoc" "4" -"creator-projects-creating.qdoc" "4" -"creator-projects-custom-wizards-json.qdoc" "4" -"creator-projects-custom-wizards-xml.qdoc" "4" -"creator-projects-custom-wizards.qdoc" "4" -"creator-projects-debuggers.qdoc" "4" -"creator-projects-generic.qdoc" "4" -"creator-projects-libraries.qdoc" "4" -"creator-projects-opening.qdoc" "4" -"creator-projects-other.qdoc" "4" -"creator-projects-overview.qdoc" "4" -"creator-projects-qbs.qdoc" "4" -"creator-projects-qt-versions.qdoc" "4" -"creator-projects-running.qdoc" "4" -"creator-projects-settings-build-qbs.qdocinc" "4" -"creator-projects-settings-build.qdoc" "4" -"creator-projects-settings-code-style.qdoc" "4" -"creator-projects-settings-dependencies.qdoc" "4" -"creator-projects-settings-editor.qdoc" "4" -"creator-projects-settings-overview.qdoc" "4" -"creator-projects-settings-run-analyze.qdocinc" "4" -"creator-projects-settings-run-debug.qdocinc" "4" -"creator-projects-settings-run-desktop.qdocinc" "4" -"creator-projects-settings-run.qdoc" "4" -"creator-projects-settings-sharing.qdoc" "4" -"creator-projects-targets.qdoc" "4" -"qnx" "3" -"creator-deployment-qnx.qdoc" "4" -"creator-developing-qnx.qdoc" "4" -"creator-projects-running-qnx.qdocinc" "4" -"creator-projects-settings-run-qnx.qdocinc" "4" -"qtquick" "3" -"creator-mobile-app-tutorial.qdoc" "4" -"creator-projects-settings-run-qtquick.qdocinc" "4" -"creator-tutorial-create-qq-project.qdocinc" "4" -"qtquick-app-development.qdoc" "4" -"qtquick-app-tutorial.qdoc" "4" -"qtquick-buttons.qdoc" "4" -"qtquick-components.qdoc" "4" -"qtquick-connection-editor-backend.qdoc" "4" -"qtquick-connection-editor-bindings.qdoc" "4" -"qtquick-connection-editor-properties.qdoc" "4" -"qtquick-connection-editor-signals.qdoc" "4" -"qtquick-connection-editor.qdoc" "4" -"qtquick-creating.qdoc" "4" -"qtquick-designer.qdoc" "4" -"qtquick-exporting-qml.qdoc" "4" -"qtquick-iso-icon-browser.qdoc" "4" -"qtquick-modules-with-plugins.qdoc" "4" -"qtquick-navigator.qdoc" "4" -"qtquick-pathview-editor.qdoc" "4" -"qtquick-properties.qdoc" "4" -"qtquick-states-scxml.qdocinc" "4" -"qtquick-states.qdoc" "4" -"qtquick-toolbars.qdoc" "4" -"qtquick-ui-forms.qdoc" "4" -"vcs" "3" -"creator-vcs-bazaar.qdoc" "4" -"creator-vcs-clearcase.qdoc" "4" -"creator-vcs-cvs.qdoc" "4" -"creator-vcs-git.qdoc" "4" -"creator-vcs-mercurial.qdoc" "4" -"creator-vcs-perforce.qdoc" "4" -"creator-vcs-subversion.qdoc" "4" -"creator-vcs.qdoc" "4" -"widgets" "3" -"creator-faq-qtdesigner.qdocinc" "4" -"doc_src_plugins.qdocinc" "4" -"qtdesigner-app-tutorial.qdoc" "4" -"qtdesigner-overview.qdoc" "4" -"qtdesigner-plugins.qdoc" "4" -"qtcreator-toc.qdoc" "3" -"qtcreator.qdoc" "3" +"qtcreator" "3" +"qtcreator-online.qdocconf" "4" "qbs_imports_modules" "0" "qtcreator.qbs:26" "1" "Group 1" "1" @@ -639,14 +589,16 @@ "functions.js" "4" "QtcAutotest.qbs" "3" "QtcCommercialPlugin.qbs" "3" -"QtcDevHeaders.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" @@ -657,21 +609,20 @@ "qbsbuildconfig" "3" "qbsbuildconfig.qbs" "4" "qtc" "3" -"qtc.js" "4" "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" -"example.pro" "3" -"examples" "2" -"accelbubble" "3" -"accelbubble.pro" "4" +"progressbar" "3" +"progressbar.pro" "4" "textfinder" "3" "textfinder.pro" "4" -"transitions" "3" -"transitions.pro" "4" +"qtdesignstudio" "2" +"studiodoc.pro" "3" "doc.pri" "2" "doc_targets.pri" "2" "share" "1" @@ -686,6 +637,12 @@ "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" @@ -707,17 +664,19 @@ "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" -"qtcreatorplugin" "5" -"myplugin.pro" "6" -"qtquick2-extension" "5" -"project.pro" "6" +"qtwidgetsapplication" "6" +"project.pro" "7" "translations" "3" "jsonwizard_tr.pro" "4" "translations.pro" "4" @@ -728,12 +687,27 @@ "app.pro" "3" "libs" "2" "3rdparty" "3" -"botan" "4" -"botan.pri" "5" "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.pro" "5" +"syntax-highlighting_dependencies.pri" "5" +"yaml-cpp" "4" +"yaml-cpp.pri" "5" +"yaml-cpp.pro" "5" +"yaml-cpp_dependencies.pri" "5" +"advanceddockingsystem" "3" +"linux" "4" +"linux.pri" "5" +"advanceddockingsystem-lib.pri" "4" +"advanceddockingsystem.pro" "4" +"advanceddockingsystem_dependencies.pri" "4" "aggregation" "3" "examples" "4" "text" "5" @@ -756,6 +730,9 @@ "glsl-lib.pri" "4" "glsl.pro" "4" "glsl_dependencies.pri" "4" +"languageserverprotocol" "3" +"languageserverprotocol.pro" "4" +"languageserverprotocol_dependencies.pri" "4" "languageutils" "3" "languageutils-lib.pri" "4" "languageutils.pro" "4" @@ -793,7 +770,6 @@ "qtbreakpad.pri" "4" "qtcrashhandler.pri" "4" "qtcreatorcdbext" "3" -"cdb_detect.pri" "4" "qtcreatorcdbext.pro" "4" "sqlite" "3" "sqlite-lib.pri" "4" @@ -809,6 +785,8 @@ "utils" "3" "mimetypes" "4" "mimetypes.pri" "5" +"touchbar" "4" +"touchbar.pri" "5" "process_ctrlc_stub.pro" "4" "process_stub.pro" "4" "utils-lib.pri" "4" @@ -847,6 +825,18 @@ "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" @@ -866,6 +856,11 @@ "autotoolsprojectmanager.pro" "4" "autotoolsprojectmanager_dependencies.pri" "4" "baremetal" "3" +"debugservers" "4" +"gdb" "5" +"gdbservers.pri" "6" +"uvsc" "5" +"uvscservers.pri" "6" "baremetal.pro" "4" "baremetal_dependencies.pri" "4" "bazaar" "3" @@ -880,19 +875,33 @@ "bookmarks" "3" "bookmarks.pro" "4" "bookmarks_dependencies.pri" "4" +"boot2qt" "3" +"device-detection" "4" +"device-detection.pri" "5" +"boot2qt.pro" "4" +"boot2qt_dependencies.pri" "4" "clangcodemodel" "3" -"qt-widgets-app.pro" "5" +"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.pro" "4" "clangcodemodel_dependencies.pri" "4" "clangcodemodelunittestfiles.pri" "4" -"clangpchmanager" "3" -"clangpchmanager-source.pri" "4" -"clangpchmanager.pro" "4" -"clangpchmanager_dependencies.pri" "4" -"clangrefactoring" "3" -"clangrefactoring-source.pri" "4" -"clangrefactoring.pro" "4" -"clangrefactoring_dependencies.pri" "4" +"clangformat" "3" +"clangformat-source.pri" "4" +"clangformat.pro" "4" +"clangformat_dependencies.pri" "4" "clangtools" "3" "unit-tests" "4" "clangtidy_clazy" "5" @@ -911,6 +920,7 @@ "stdc++11-includes.pro" "6" "clangtools.pro" "4" "clangtools_dependencies.pri" "4" +"clangtoolsunittestfiles.pri" "4" "classview" "3" "classview.pro" "4" "classview_dependencies.pri" "4" @@ -920,6 +930,12 @@ "cmakeprojectmanager" "3" "cmakeprojectmanager.pro" "4" "cmakeprojectmanager_dependencies.pri" "4" +"compilationdatabaseprojectmanager" "3" +"compilationdatabaseprojectmanager.pro" "4" +"compilationdatabaseprojectmanager_dependencies.pri" "4" +"conan" "3" +"conan.pro" "4" +"conan_dependencies.pri" "4" "coreplugin" "3" "find" "4" "find.pri" "5" @@ -933,13 +949,16 @@ "frontend.pro" "5" "cpaster.pro" "4" "cpaster_dependencies.pri" "4" +"cppcheck" "3" +"cppcheck.pro" "4" +"cppcheck_dependencies.pri" "4" "cppeditor" "3" "cppeditor.pro" "4" "cppeditor_dependencies.pri" "4" -"cpptools" "3" -"cpptools.pro" "4" -"cpptools_dependencies.pri" "4" -"cpptoolsunittestfiles.pri" "4" +"cppeditorunittestfiles.pri" "4" +"ctfvisualizer" "3" +"ctfvisualizer.pro" "4" +"ctfvisualizer_dependencies.pri" "4" "cvs" "3" "cvs.pro" "4" "cvs_dependencies.pri" "4" @@ -954,8 +973,6 @@ "gdb.pri" "5" "lldb" "4" "lldb.pri" "5" -"namedemangler" "4" -"namedemangler.pri" "5" "pdb" "4" "pdb.pri" "5" "qml" "4" @@ -963,8 +980,11 @@ "shared" "4" "shared.pri" "5" "simple.pro" "5" +"uvsc" "4" +"uvsc.pri" "5" "debugger.pro" "4" "debugger_dependencies.pri" "4" +"debuggerunittestfiles.pri" "4" "ptracepreload.pro" "4" "designer" "3" "cpp" "4" @@ -974,6 +994,9 @@ "diffeditor" "3" "diffeditor.pro" "4" "diffeditor_dependencies.pri" "4" +"docker" "3" +"docker.pro" "4" +"docker_dependencies.pri" "4" "emacskeys" "3" "emacskeys.pro" "4" "emacskeys_dependencies.pri" "4" @@ -1000,15 +1023,30 @@ "imageviewer" "3" "imageviewer.pro" "4" "imageviewer_dependencies.pri" "4" +"incredibuild" "3" +"incredibuild.pro" "4" +"incredibuild_dependencies.pri" "4" "ios" "3" "ios.pro" "4" "ios_dependencies.pri" "4" +"languageclient" "3" +"languageclient.pro" "4" +"languageclient_dependencies.pri" "4" "macros" "3" "macros.pro" "4" "macros_dependencies.pri" "4" +"marketplace" "3" +"marketplace.pro" "4" +"marketplace_dependencies.pri" "4" +"mcusupport" "3" +"mcusupport.pro" "4" +"mcusupport_dependencies.pri" "4" "mercurial" "3" "mercurial.pro" "4" "mercurial_dependencies.pri" "4" +"mesonprojectmanager" "3" +"mesonprojectmanager.pro" "4" +"mesonprojectmanager_dependencies.pri" "4" "modeleditor" "3" "modeleditor.pro" "4" "modeleditor_dependencies.pri" "4" @@ -1018,6 +1056,11 @@ "perforce" "3" "perforce.pro" "4" "perforce_dependencies.pri" "4" +"perfprofiler" "3" +"tests" "4" +"tests.pri" "5" +"perfprofiler.pro" "4" +"perfprofiler_dependencies.pri" "4" "projectexplorer" "3" "customwizard" "4" "customwizard.pri" "5" @@ -1025,45 +1068,72 @@ "jsonwizard.pri" "5" "projectexplorer.pro" "4" "projectexplorer_dependencies.pri" "4" -"projectexplorerunittestfiles.pri" "4" -"pythoneditor" "3" -"pythoneditor.pro" "4" -"pythoneditor_dependencies.pri" "4" +"python" "3" +"python.pro" "4" +"python_dependencies.pri" "4" "qbsprojectmanager" "3" "qbsprojectmanager.pro" "4" "qbsprojectmanager_dependencies.pri" "4" -"qmakeandroidsupport" "3" -"qmakeandroidsupport.pro" "4" -"qmakeandroidsupport_dependencies.pri" "4" "qmakeprojectmanager" "3" "customwidgetwizard" "4" "customwidgetwizard.pri" "5" "qmakeprojectmanager.pro" "4" "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" -"importmanager" "5" -"importmanager.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" @@ -1073,22 +1143,14 @@ "filemanager" "5" "filemanager.pri" "6" "instances" "5" +"instances-lib.pri" "6" "instances.pri" "6" "designercore-lib.pri" "5" "designercore.pri" "5" "iwidgetplugin.pri" "5" -"qmldesignerextension" "4" -"colortool" "5" -"colortool.pri" "6" -"connectioneditor" "5" -"connectioneditor.pri" "6" -"pathtool" "5" -"pathtool.pri" "6" -"sourcetool" "5" -"sourcetool.pri" "6" -"texttool" "5" -"texttool.pri" "6" -"qmldesignerextension.pri" "5" +"qmlpreviewplugin" "4" +"qmlpreviewplugin.pri" "5" +"qmlpreviewplugin.pro" "5" "qtquickplugin" "4" "qtquickplugin.pri" "5" "qtquickplugin.pro" "5" @@ -1097,12 +1159,18 @@ "qmldesigner_dependencies.pri" "4" "qmldesignerplugin.pri" "4" "qmldesignerplugin.pro" "4" +"qmldesignerunittestfiles.pri" "4" "qmljseditor" "3" "qmljseditor.pro" "4" "qmljseditor_dependencies.pri" "4" "qmljstools" "3" "qmljstools.pro" "4" "qmljstools_dependencies.pri" "4" +"qmlpreview" "3" +"tests" "4" +"tests.pri" "5" +"qmlpreview.pro" "4" +"qmlpreview_dependencies.pri" "4" "qmlprofiler" "3" "tests" "4" "tests.pri" "5" @@ -1124,8 +1192,6 @@ "remotelinux_dependencies.pri" "4" "resourceeditor" "3" "qrceditor" "4" -"test" "5" -"test.pro" "6" "qrceditor.pri" "5" "resourceeditor.pro" "4" "resourceeditor_dependencies.pri" "4" @@ -1144,6 +1210,9 @@ "silversearcher" "3" "silversearcher.pro" "4" "silversearcher_dependencies.pri" "4" +"studiowelcome" "3" +"studiowelcome.pro" "4" +"studiowelcome_dependencies.pri" "4" "subversion" "3" "subversion.pro" "4" "subversion_dependencies.pri" "4" @@ -1170,6 +1239,9 @@ "vcsbase" "3" "vcsbase.pro" "4" "vcsbase_dependencies.pri" "4" +"webassembly" "3" +"webassembly.pro" "4" +"webassembly_dependencies.pri" "4" "welcome" "3" "welcome.pro" "4" "welcome_dependencies.pri" "4" @@ -1198,124 +1270,17 @@ "modeltest.pri" "4" "proparser" "3" "proparser.pri" "4" -"qbs" "3" -"doc" "4" -"man" "5" -"man.pri" "6" -"doc.pri" "5" -"doc_shared.pri" "5" -"doc_targets.pri" "5" -"src" "4" -"app" "5" -"config" "6" -"config.pro" "7" -"config-ui" "6" -"config-ui.pro" "7" -"qbs" "6" -"parser" "7" -"parser.pri" "8" -"qbs.pro" "7" -"qbs-create-project" "6" -"qbs-create-project.pro" "7" -"qbs-setup-android" "6" -"qbs-setup-android.pro" "7" -"qbs-setup-qt" "6" -"qbs-setup-qt.pro" "7" -"qbs-setup-toolchains" "6" -"qbs-setup-toolchains.pro" "7" -"logging.pri" "7" -"app.pri" "6" -"app.pro" "6" -"lib" "5" -"corelib" "6" -"api" "7" -"api.pri" "8" -"buildgraph" "7" -"buildgraph.pri" "8" -"generators" "7" -"generators.pri" "8" -"jsextensions" "7" -"jsextensions.pri" "8" -"language" "7" -"language.pri" "8" -"logging" "7" -"logging.pri" "8" -"parser" "7" -"parser.pri" "8" -"tools" "7" -"tools.pri" "8" -"corelib.pro" "7" -"use_corelib.pri" "7" -"use_installed_corelib.pri" "7" -"qtprofilesetup" "6" -"qtprofilesetup.pro" "7" -"use_installed_qtprofilesetup.pri" "7" -"use_qtprofilesetup.pri" "7" -"scriptengine" "6" -"scriptengine.pro" "7" -"use_scriptengine.pri" "7" -"bundledlibs.pri" "6" -"library.pri" "6" -"libexec" "5" -"qbs_processlauncher" "6" -"qbs_processlauncher.pro" "7" -"libexec.pri" "6" -"libexec.pro" "6" -"plugins" "5" -"generator" "6" -"clangcompilationdb" "7" -"clangcompilationdb.pro" "8" -"makefilegenerator" "7" -"makefilegenerator.pro" "8" -"visualstudio" "7" -"visualstudio.pro" "8" -"generator.pro" "7" -"scanner" "6" -"cpp" "7" -"cpp.pro" "8" -"qt" "7" -"qt.pro" "8" -"scanner.pro" "7" -"plugins.pri" "6" -"plugins.pro" "6" -"install_prefix.pri" "5" -"library_dirname.pri" "5" -"tests" "4" -"auto" "5" -"api" "6" -"api.pro" "7" -"blackbox" "6" -"blackbox-android.pro" "7" -"blackbox-apple.pro" "7" -"blackbox-clangdb.pro" "7" -"blackbox-java.pro" "7" -"blackbox-qt.pro" "7" -"blackbox.pro" "7" -"buildgraph" "6" -"buildgraph.pro" "7" -"cmdlineparser" "6" -"cmdlineparser.pro" "7" -"language" "6" -"language.pro" "7" -"tools" "6" -"tools.pro" "7" -"auto.pri" "6" -"auto.pro" "6" -"benchmarker" "5" -"benchmarker.pro" "6" -"fuzzy-test" "5" -"fuzzy-test.pro" "6" -"tests.pro" "5" -"qbs.pro" "4" -"qbs_version.pri" "4" -"static-res.pro" "4" -"static.pro" "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" @@ -1327,14 +1292,6 @@ "source" "4" "clangbackendclangipc-source.pri" "5" "clangbackend.pro" "4" -"clangpchmanagerbackend" "3" -"source" "4" -"clangpchmanagerbackend-source.pri" "5" -"clangpchmanagerbackend.pro" "4" -"clangrefactoringbackend" "3" -"source" "4" -"clangrefactoringbackend-source.pri" "5" -"clangrefactoringbackend.pro" "4" "cplusplus-ast2png" "3" "cplusplus-ast2png.pro" "4" "cplusplus-frontend" "3" @@ -1350,10 +1307,14 @@ "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" @@ -1427,8 +1388,8 @@ "disassembler.pro" "4" "dumpers.pro" "4" "gdb.pro" "4" -"namedemangler.pro" "4" "offsets.pro" "4" +"protocol.pro" "4" "simplifytypes.pro" "4" "diff" "3" "differ" "4" @@ -1466,14 +1427,10 @@ "externaltool.pro" "4" "filesearch" "3" "filesearch.pro" "4" -"generichighlighter" "3" -"highlighterengine" "4" -"highlighterengine.pro" "5" -"specificrules" "4" -"specificrules.pro" "5" -"generichighlighter.pro" "4" "json" "3" "json.pro" "4" +"languageserverprotocol" "3" +"languageserverprotocol.pro" "4" "mapreduce" "3" "mapreduce.pro" "4" "pointeralgorithm" "3" @@ -1486,6 +1443,8 @@ "check.pro" "6" "dependencies" "5" "dependencies.pro" "6" +"ecmascript7" "5" +"ecmascript7.pro" "6" "importscheck" "5" "importscheck.pro" "6" "codemodel.pro" "5" @@ -1498,8 +1457,6 @@ "qmleditor" "4" "qmlcodeformatter" "5" "qmlcodeformatter.pro" "6" -"qmllookup" "5" -"qmllookup.pro" "6" "qmleditor.pro" "5" "qmljssimplereader" "4" "qmljssimplereader.pro" "5" @@ -1512,12 +1469,12 @@ "reformatter" "4" "reformatter.pro" "5" "qml.pro" "4" -"qtcprocess" "3" -"qtcprocess.pro" "4" "runextensions" "3" "runextensions.pro" "4" "sdktool" "3" "sdktool.pro" "4" +"ssh" "3" +"ssh.pro" "4" "toolchaincache" "3" "toolchaincache.pro" "4" "tracing" "3" @@ -1559,6 +1516,14 @@ "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" @@ -1612,7 +1577,6 @@ "signals" "3" "signals.pro" "4" "testdata_guiproject1.pro" "3" -"qmlapplicationviewer.pri" "3" "manual" "2" "clang-format-for-qtc" "3" "clang-format-for-qtc.pro" "4" @@ -1623,6 +1587,8 @@ "boost.pro" "5" "cli-io" "4" "cli-io.pro" "5" +"console" "4" +"console.pro" "5" "gui" "4" "gui.pro" "5" "multi" "4" @@ -1691,23 +1657,17 @@ "shootout" "3" "shootout.pro" "4" "ssh" "3" -"errorhandling" "4" -"errorhandling.pro" "5" -"remoteprocess" "4" -"remoteprocess.pro" "5" -"sftp" "4" -"sftp.pro" "5" "sftpfsmodel" "4" "sftpfsmodel.pro" "5" "shell" "4" "shell.pro" "5" -"tunnel" "4" -"tunnel.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" @@ -1733,43 +1693,40 @@ "docs.pri" "1" "qtcreator.pri" "1" "qtcreator.pro" "1" +"qtcreator_ide_branding.pri" "1" +"qtcreator_testvars.pri" "1" "qtcreatordata.pri" "1" "SharedContent" "0" "share.qbs:3" "1" "3rdparty" "1" -"share.qbs:36" "2" -"alert.xml" "3" -"autoconf.xml" "3" -"bash.xml" "3" -"cmake.xml" "3" -"css.xml" "3" -"doxygen.xml" "3" -"dtd.xml" "3" -"html.xml" "3" -"ini.xml" "3" -"java.xml" "3" -"javadoc.xml" "3" -"json.xml" "3" -"makefile.xml" "3" -"perl.xml" "3" -"ruby.xml" "3" -"valgrind-suppression.xml" "3" -"xml.xml" "3" -"yacc.xml" "3" +"share.qbs:39" "2" +"fonts" "2" +"SourceCodePro-Bold.ttf" "3" +"SourceCodePro-It.ttf" "3" +"SourceCodePro-Regular.ttf" "3" +"SourceCodePro.txt" "3" +"package-manager" "2" +"auto-setup.cmake" "3" +"conan.cmake" "3" "Conditional" "1" -"share.qbs:47" "2" +"share.qbs:51" "2" "lrelease.xml" "2" "lupdate.xml" "2" -"qmlscene.xml" "2" -"qmlviewer.xml" "2" +"qml.xml" "2" "Unconditional" "1" "share.qbs:7" "2" +"android" "2" +"sdk_definitions.json" "3" "cplusplus" "2" "examples" "3" "clazy_example.cpp" "4" +"CMakeLists.txt" "4" "examples.pro" "4" +"icontest.cpp" "4" "tidy_example.cpp" "4" "tidy_example.h" "4" +"wrappedMingwHeaders" "3" +"float.h" "4" "qobjectdefs.h" "4" "debugger" "2" "boosttypes.py" "3" @@ -1777,6 +1734,7 @@ "creatortypes.py" "3" "dumper.py" "3" "gdbbridge.py" "3" +"gdbtracepoint.py" "3" "LICENSE.GPL3-EXCEPT" "3" "lldbbridge.py" "3" "misctypes.py" "3" @@ -1785,11 +1743,16 @@ "personaltypes.py" "3" "qttypes.py" "3" "README.txt" "3" +"setup.cfg" "3" "stdtypes.py" "3" +"utils.py" "3" "glsl" "2" "glsl_120.frag" "3" "glsl_120.vert" "3" "glsl_120_common.glsl" "3" +"glsl_330.frag" "3" +"glsl_330.vert" "3" +"glsl_330_common.glsl" "3" "glsl_es_100.frag" "3" "glsl_es_100.vert" "3" "glsl_es_100_common.glsl" "3" @@ -1820,6 +1783,7 @@ "qtmultimediakit.qmltypes" "3" "qtwebkit.qmltypes" "3" "commands" "3" +"captureddatacommand.h" "4" "changeauxiliarycommand.cpp" "4" "changeauxiliarycommand.h" "4" "changebindingscommand.cpp" "4" @@ -1828,8 +1792,14 @@ "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" @@ -1853,10 +1823,14 @@ "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" @@ -1865,14 +1839,21 @@ "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" @@ -1901,6 +1882,8 @@ "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" @@ -1915,15 +1898,147 @@ "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.cpp" "6" +"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" @@ -1937,6 +2052,8 @@ "layoutnodeinstance.h" "5" "nodeinstanceserver.cpp" "5" "nodeinstanceserver.h" "5" +"nodeinstanceserverdispatcher.cpp" "5" +"nodeinstanceserverdispatcher.h" "5" "nodeinstancesignalspy.cpp" "5" "nodeinstancesignalspy.h" "5" "objectnodeinstance.cpp" "5" @@ -1949,6 +2066,12 @@ "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" @@ -1961,10 +2084,16 @@ "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" @@ -1980,102 +2109,287 @@ "qmlprivategate.pri" "4" "qmlprivategate_56.cpp" "4" "types" "3" -"enumeration.cpp" "4" "enumeration.h" "4" "types.pri" "4" +"editor3d_qt5.qrc" "3" +"editor3d_qt6.qrc" "3" "qmlpuppet.qrc" "3" "qmlpuppet_utilities.pri" "3" "qmldesigner" "2" -"common" "3" -"DesignerScrollViewStyle.qml" "4" "itemLibraryQmlSources" "3" +"AddImport.qml" "4" +"Assets.qml" "4" "ItemDelegate.qml" "4" "ItemsView.qml" "4" +"LibraryHeader.qml" "4" +"newprojectdialog" "3" +"image" "4" +"logo.png" "5" +"logo@2x.png" "5" +"style-basic.png" "5" +"style-basic@2x.png" "5" +"style-default.png" "5" +"style-default@2x.png" "5" +"style-error.png" "5" +"style-error@2x.png" "5" +"style-fusion.png" "5" +"style-fusion@2x.png" "5" +"style-imagine.png" "5" +"style-imagine@2x.png" "5" +"style-macos.png" "5" +"style-macOs@2x.png" "5" +"style-material_dark.png" "5" +"style-material_dark@2x.png" "5" +"style-material_light.png" "5" +"style-material_light@2x.png" "5" +"style-universal_dark.png" "5" +"style-universal_dark@2x.png" "5" +"style-universal_light.png" "5" +"style-universal_light@2x.png" "5" +"style-universal_system.png" "5" +"style-universal_system@2x.png" "5" +"imports" "4" +"NewProjectDialog" "5" +"Details.qml" "6" +"DialogValues.qml" "6" +"NewProjectView.qml" "6" +"qmldir" "6" +"Styles.qml" "6" +"ProjectType" "5" +"DefaultProject.qml" "6" +"qmldir" "6" +"NewProjectDialog.qml" "4" "propertyEditorQmlSources" "3" -"images" "5" -"checkers.png" "6" -"down-arrow.png" "6" -"down-arrow@2x.png" "6" -"expression.png" "6" -"expression@2x.png" "6" -"icon_color_gradient.png" "6" -"icon_color_none.png" "6" -"icon_color_solid.png" "6" -"placeholder.png" "6" -"placeholder@2x.png" "6" -"submenu.png" "6" -"submenu@2x.png" "6" -"up-arrow.png" "6" -"up-arrow@2x.png" "6" -"AligmentHorizontalButtons.qml" "5" -"AligmentVerticalButtons.qml" "5" -"AnchorButtons.qml" "5" -"BoolButtonRowButton.qml" "5" -"Button.qml" "5" -"ButtonRow.qml" "5" -"ButtonRow2.qml" "5" -"ButtonRowButton.qml" "5" -"CheckBox.qml" "5" -"ColorButton.qml" "5" -"ColorCheckButton.qml" "5" -"ColorEditor.qml" "5" -"ColorLogic.qml" "5" -"ComboBox.qml" "5" -"Constants.js" "5" -"CustomCheckBoxStyle.qml" "5" -"CustomComboBoxStyle.qml" "5" -"CustomSpinBoxStyle.qml" "5" -"DoubleSpinBox.qml" "5" -"ExpandingSpacer.qml" "5" -"ExpressionTextField.qml" "5" -"ExtendedFunctionButton.qml" "5" -"FlickableSection.qml" "5" -"FontComboBox.qml" "5" -"FontSection.qml" "5" -"FontStyleButtons.qml" "5" -"GradientLine.qml" "5" -"GroupBox.qml" "5" -"HueSlider.qml" "5" -"IconLabel.qml" "5" -"Label.qml" "5" -"LineEdit.qml" "5" -"MarginSection.qml" "5" -"OriginControl.qml" "5" -"PaddingSection.qml" "5" -"qmldir" "5" -"RoundedPanel.qml" "5" -"ScrollView.qml" "5" -"SecondColumnLayout.qml" "5" -"Section.qml" "5" -"SectionLayout.qml" "5" -"SpinBox.qml" "5" -"StandardTextSection.qml" "5" -"Tab.qml" "5" -"TabView.qml" "5" -"ToolTipArea.qml" "5" -"UrlChooser.qml" "5" +"imports" "4" +"HelperWidgets" "5" +"images" "6" +"checkers.png" "7" +"down-arrow.png" "7" +"down-arrow@2x.png" "7" +"expression.png" "7" +"expression@2x.png" "7" +"icon-gradient-list.png" "7" +"icon_color_conical_gradient.png" "7" +"icon_color_gradient.png" "7" +"icon_color_none.png" "7" +"icon_color_radial_gradient.png" "7" +"icon_color_solid.png" "7" +"placeholder.png" "7" +"placeholder@2x.png" "7" +"submenu.png" "7" +"submenu@2x.png" "7" +"up-arrow.png" "7" +"up-arrow@2x.png" "7" +"AbstractButton.qml" "6" +"ActionIndicator.qml" "6" +"AlignmentHorizontalButtons.qml" "6" +"AlignmentVerticalButtons.qml" "6" +"AnchorButtons.qml" "6" +"BoolButtonRowButton.qml" "6" +"Button.qml" "6" +"ButtonRow.qml" "6" +"ButtonRow2.qml" "6" +"ButtonRowButton.qml" "6" +"CharacterSection.qml" "6" +"CheckBox.qml" "6" +"ColorEditor.qml" "6" +"ColorLine.qml" "6" +"ColorLogic.qml" "6" +"ColorPalette.qml" "6" +"ColorPicker.qml" "6" +"ComboBox.qml" "6" +"ComponentButton.qml" "6" +"ComponentSection.qml" "6" +"Constants.js" "6" +"ControlLabel.qml" "6" +"Controller.qml" "6" +"DoubleSpinBox.qml" "6" +"EditableListView.qml" "6" +"ExpandingSpacer.qml" "6" +"ExpressionTextField.qml" "6" +"ExtendedFunctionLogic.qml" "6" +"FlickableGeometrySection.qml" "6" +"FlickableSection.qml" "6" +"FontComboBox.qml" "6" +"FontExtrasSection.qml" "6" +"FontSection.qml" "6" +"FontStyleButtons.qml" "6" +"GradientLine.qml" "6" +"GradientPresetList.qml" "6" +"GradientPresetTabContent.qml" "6" +"GradientPropertySpinBox.qml" "6" +"HorizontalScrollBar.qml" "6" +"HueSlider.qml" "6" +"IconIndicator.qml" "6" +"IconLabel.qml" "6" +"ImagePreviewTooltipArea.qml" "6" +"ImageSection.qml" "6" +"ItemFilterComboBox.qml" "6" +"Label.qml" "6" +"LineEdit.qml" "6" +"LinkIndicator2D.qml" "6" +"ListViewComboBox.qml" "6" +"LuminanceSlider.qml" "6" +"MarginSection.qml" "6" +"MultiIconLabel.qml" "6" +"OpacitySlider.qml" "6" +"OriginControl.qml" "6" +"OriginIndicator.qml" "6" +"OriginSelector.qml" "6" +"PaddingSection.qml" "6" +"PropertyEditorPane.qml" "6" +"PropertyLabel.qml" "6" +"qmldir" "6" +"RoundedPanel.qml" "6" +"ScrollView.qml" "6" +"SecondColumnLayout.qml" "6" +"Section.qml" "6" +"SectionLayout.qml" "6" +"Spacer.qml" "6" +"SpinBox.qml" "6" +"StandardTextSection.qml" "6" +"TextExtrasSection.qml" "6" +"ToolTipArea.qml" "6" +"UrlChooser.qml" "6" +"VerticalScrollBar.qml" "6" +"StudioControls" "5" +"AbstractButton.qml" "6" +"ActionIndicator.qml" "6" +"Button.qml" "6" +"ButtonGroup.qml" "6" +"ButtonRow.qml" "6" +"CheckBox.qml" "6" +"CheckIndicator.qml" "6" +"ComboBox.qml" "6" +"ComboBoxInput.qml" "6" +"ContextMenu.qml" "6" +"InfinityLoopIndicator.qml" "6" +"ItemDelegate.qml" "6" +"LinkIndicator2D.qml" "6" +"LinkIndicator3D.qml" "6" +"LinkIndicator3DComponent.qml" "6" +"Menu.qml" "6" +"MenuItem.qml" "6" +"MenuItemWithIcon.qml" "6" +"MenuSeparator.qml" "6" +"qmldir" "6" +"RadioButton.qml" "6" +"RealSliderPopup.qml" "6" +"RealSpinBox.qml" "6" +"RealSpinBoxIndicator.qml" "6" +"RealSpinBoxInput.qml" "6" +"ScrollBar.qml" "6" +"ScrollView.qml" "6" +"SecondColumnLayout.qml" "6" +"Section.qml" "6" +"SectionLabel.qml" "6" +"SectionLayout.qml" "6" +"Slider.qml" "6" +"SliderPopup.qml" "6" +"SpinBox.qml" "6" +"SpinBoxIndicator.qml" "6" +"SpinBoxInput.qml" "6" +"TabBar.qml" "6" +"TabButton.qml" "6" +"TextArea.qml" "6" +"TextField.qml" "6" +"TranslationIndicator.qml" "6" +"StudioTheme" "5" +"Constants.qml" "6" +"icons.ttf" "6" +"InternalConstants.qml" "6" +"qmldir" "6" +"Values.qml" "6" "PropertyTemplates" "4" "BooleanEditorTemplate.template" "5" "ColorEditorTemplate.template" "5" +"FontEditorTemplate.template" "5" +"ImageEditorTemplate.template" "5" "IntEditorTemplate.template" "5" "RealEditorTemplate.template" "5" +"RectangleEditorTemplate.template" "5" "StringEditorTemplate.template" "5" "TemplateTypes.qml" "5" +"TextEditorTemplate.template" "5" "UrlEditorTemplate.template" "5" +"QtMultimedia" "4" +"AudioOutputSpecifics.qml" "5" +"AudioSection.qml" "5" +"MediaPlayerSection.qml" "5" +"MediaPlayerSpecifics.qml" "5" +"VideoOutputSpecifics.qml" "5" +"VideoSection.qml" "5" +"VideoSpecifics.qml" "5" +"QtQml" "4" +"ConnectionsSpecifics.qml" "5" +"QtObjectPane.qml" "5" "QtQuick" "4" "Controls" "5" +"AbstractButtonSection.qml" "6" +"BusyIndicatorSpecifics.qml" "6" +"ButtonSection.qml" "6" +"ButtonSpecifics.qml" "6" +"CheckBoxSpecifics.qml" "6" +"CheckDelegateSpecifics.qml" "6" +"CheckSection.qml" "6" +"ComboBoxSpecifics.qml" "6" +"ContainerSection.qml" "6" +"ControlSection.qml" "6" +"DelayButtonSpecifics.qml" "6" "DialogSpecifics.qml" "6" +"DialSpecifics.qml" "6" "DrawerSpecifics.qml" "6" +"FrameSpecifics.qml" "6" +"GroupBoxSpecifics.qml" "6" +"InsetSection.qml" "6" +"ItemDelegateSection.qml" "6" +"ItemDelegateSpecifics.qml" "6" +"LabelSpecifics.qml" "6" +"PageIndicatorSpecifics.qml" "6" +"PageSpecifics.qml" "6" +"PaneSection.qml" "6" +"PaneSpecifics.qml" "6" "PopupSection.qml" "6" "PopupSpecifics.qml" "6" +"ProgressBarSpecifics.qml" "6" +"RadioButtonSpecifics.qml" "6" +"RadioDelegateSpecifics.qml" "6" +"RangeSliderSpecifics.qml" "6" +"RoundButtonSpecifics.qml" "6" +"ScrollViewSpecifics.qml" "6" +"SliderSpecifics.qml" "6" +"SpinBoxSpecifics.qml" "6" +"StackViewSpecifics.qml" "6" +"SwipeDelegateSpecifics.qml" "6" +"SwipeViewSpecifics.qml" "6" +"SwitchDelegateSpecifics.qml" "6" +"SwitchSpecifics.qml" "6" +"TabBarSpecifics.qml" "6" +"TabButtonSpecifics.qml" "6" +"TextAreaSpecifics.qml" "6" +"TextFieldSpecifics.qml" "6" +"TextSection.qml" "6" +"ToolBarSpecifics.qml" "6" +"ToolButtonSpecifics.qml" "6" +"ToolSeparatorSpecifics.qml" "6" +"TumblerSpecifics.qml" "6" "Layouts" "5" +"ColumnLayoutSpecifics.qml" "6" "GridLayoutSpecifics.qml" "6" +"RowLayoutSpecifics.qml" "6" +"StackLayoutSpecifics.qml" "6" "Window" "5" "WindowSpecifics.qml" "6" "AdvancedSection.qml" "5" +"AlignDistributeSection.qml" "5" "AnchorRow.qml" "5" +"AnimatedImageSpecifics.qml" "5" +"AnimationSection.qml" "5" +"AnimationTargetSection.qml" "5" "BorderImageSpecifics.qml" "5" +"ColorAnimationSpecifics.qml" "5" "ColumnSpecifics.qml" "5" +"ConnectionsSpecifics.qml" "5" "emptyPane.qml" "5" "FlickableSpecifics.qml" "5" "FlipableSpecifics.qml" "5" @@ -2085,24 +2399,51 @@ "GridViewSpecifics.qml" "5" "ImageSpecifics.qml" "5" "ItemPane.qml" "5" -"LayoutPoperties.qml" "5" +"LayerSection.qml" "5" +"LayoutProperties.qml" "5" "LayoutSection.qml" "5" "ListViewSpecifics.qml" "5" +"LoaderSpecifics.qml" "5" "MouseAreaSpecifics.qml" "5" +"NumberAnimationSpecifics.qml" "5" +"ParallelAnimationSpecifics.qml" "5" "PathViewSpecifics.qml" "5" +"PauseAnimationSpecifics.qml" "5" "project.qmlproject" "5" +"PropertyActionSpecifics.qml" "5" +"PropertyAnimationSpecifics.qml" "5" "QtObjectPane.qml" "5" "RectangleSpecifics.qml" "5" +"RepeaterSpecifics.qml" "5" "RowSpecifics.qml" "5" +"ScriptActionSpecifics.qml" "5" +"SequentialAnimationSpecifics.qml" "5" +"StateSpecifics.qml" "5" "TargetComboBox.qml" "5" "TextEditSpecifics.qml" "5" "TextInputSection.qml" "5" "TextInputSpecifics.qml" "5" "TextSpecifics.qml" "5" +"QtQuick3D" "4" +"Object3DPane.qml" "5" +"Qt5HelperWindow.qml" "4" +"Qt6HelperWindow.qml" "4" +"RegExpValidator.qml" "4" +"qt4mcu" "3" +"metadata.qml" "4" +"qul-14.qml" "4" +"qul-17.qml" "4" +"qul-18.qml" "4" +"qul-19.qml" "4" "statesEditorQmlSources" "3" -"DesignerTextFieldStyle.qml" "4" +"images" "4" +"checkers.png" "5" "StatesDelegate.qml" "4" "StatesList.qml" "4" +"workspacePresets" "3" +"3D_Preset.wrk" "4" +"Essentials.wrk" "4" +"formatconfiguration.json" "3" "qmlicons" "2" "BorderImage.png" "4" "BusyIndicator.png" "4" @@ -2160,6 +2501,8 @@ "schemes" "2" "MS_Visual_C++.kms" "3" "Xcode.kms" "3" +"scripts" "2" +"openTerminal.py" "3" "snippets" "2" "cpp.xml" "3" "qml.xml" "3" @@ -2176,27 +2519,20 @@ "solarized-dark.xml" "3" "solarized-light.xml" "3" "templates" "2" -"qt4project" "3" -"customwidgetwizard" "4" -"tpl_collection.cpp" "5" -"tpl_collection.h" "5" -"tpl_plugin.pro" "5" -"tpl_resources.qrc" "5" -"tpl_single.cpp" "5" -"tpl_single.h" "5" -"tpl_widget.cpp" "5" -"tpl_widget.h" "5" -"tpl_widget_include.pri" "5" -"tpl_widget_lib.pro" "5" -"main.cpp" "4" -"mywidget.cpp" "4" -"mywidget.h" "4" -"mywidget_form.cpp" "4" -"mywidget_form.h" "4" -"widget.ui" "4" +"tpl_collection.cpp" "4" +"tpl_collection.h" "4" +"tpl_plugin.pro" "4" +"tpl_resources.qrc" "4" +"tpl_single.cpp" "4" +"tpl_single.h" "4" +"tpl_widget.cpp" "4" +"tpl_widget.h" "4" +"tpl_widget_include.pri" "4" +"tpl_widget_lib.pro" "4" "wizards" "3" "autotest" "4" "files" "5" +"catch2_tst.cpp" "6" "googlecommon.js" "6" "gtest_dependency.pri" "6" "tst.pro" "6" @@ -2205,7 +2541,7 @@ "tst_main.cpp" "6" "tst_qml.tmpl" "6" "tst_src.cpp" "6" -"tst_src.h" "6" +"tst_src_gt.cpp" "6" "autotest.png" "5" "autotest@2x.png" "5" "wizard.json" "5" @@ -2279,6 +2615,8 @@ "wizard.json" "6" "python" "5" "file.py" "6" +"icon.png" "6" +"icon@2x.png" "6" "wizard.json" "6" "qrc" "5" "file.qrc" "6" @@ -2300,12 +2638,25 @@ "consoleapplication@2x.png" "5" "guiapplication.png" "5" "guiapplication@2x.png" "5" +"lib.png" "5" +"lib@2x.png" "5" "projects" "4" "consoleapp" "5" "CMakeLists.txt" "6" "file.pro" "6" "file.qbs" "6" "main.cpp" "6" +"meson.build" "6" +"wizard.json" "6" +"cpplibrary" "5" +"CMakeLists.txt" "6" +"lib.cpp" "6" +"lib.h" "6" +"lib_global.h" "6" +"meson.build" "6" +"project.json" "6" +"project.pro" "6" +"project.qbs" "6" "wizard.json" "6" "nim" "5" "file.nimproject" "6" @@ -2313,66 +2664,90 @@ "icon@2x.png" "6" "main.nim" "6" "wizard.json" "6" +"nimble" "5" +"binary" "6" +"src" "7" +"binary.nim" "8" +"binary.nimble" "7" +"hybrid" "6" +"src" "7" +"hybridpkg" "8" +"submodule.nim" "9" +"hybrid.nim" "8" +"tests" "7" +"config.nims" "8" +"test1.nim" "8" +"hybrid.nimble" "7" +"library" "6" +"src" "7" +"library" "8" +"submodule.nim" "9" +"library.nim" "8" +"tests" "7" +"config.nims" "8" +"test1.nim" "8" +"library.nimble" "7" +"wizard.json" "6" "plainc" "5" "CMakeLists.txt" "6" "file.pro" "6" "file.qbs" "6" "main.c" "6" +"meson.build" "6" "wizard.json" "6" "plaincpp" "5" "CMakeLists.txt" "6" "file.pro" "6" "file.qbs" "6" "main.cpp" "6" +"meson.build" "6" "wizard.json" "6" "file.pro" "6" "wizard.json" "6" -"qtquickapplication" "5" -"canvas3d" "6" -"plaincanvas3d" "7" -"glcode.js" "8" -"threejs" "7" -"3rdparty" "8" -"three.js" "9" -"glcode.js" "8" +"qtforpythonapplication" "5" +"empty" "6" "icon.png" "7" "icon@2x.png" "7" -"main.qml.tpl" "7" -"qml.qrc" "7" "wizard.json" "7" +"icons" "6" +"icon.png" "7" +"icon@2x.png" "7" +"mainwindow" "6" +"wizard.json" "7" +"qtquickapplication" "6" +"main.pyproject" "7" +"main.qml.tpl" "7" +"wizard.json" "7" +"widget" "6" +"main.pyproject" "7" +"wizard.json" "7" +"main.pyproject" "6" +"main_empty.py" "6" +"main_mainwindow.py" "6" +"main_qtquick.py" "6" +"main_widget.py" "6" +"main_widget.ui" "6" +"qtquick2-extension" "5" +"lib.png" "6" +"lib@2x.png" "6" +"object.cpp" "6" +"object.h" "6" +"plugin.cpp" "6" +"plugin.h" "6" +"project.pro" "6" +"qmldir" "6" +"wizard.json" "6" +"qtquickapplication" "5" "empty" "6" "icon.png" "7" "icon@2x.png" "7" "main.qml.tpl" "7" "qml.qrc" "7" "wizard.json" "7" -"scroll" "6" -"icon.png" "7" -"icon@2x.png" "7" -"main.qml.tpl" "7" -"qml.qrc" "7" -"wizard.json" "7" -"stack" "6" -"HomeForm.ui.qml.tpl" "7" -"icon.png" "7" -"icon@2x.png" "7" -"main.qml.tpl" "7" -"Page1Form.ui.qml.tpl" "7" -"Page2Form.ui.qml.tpl" "7" -"qml.qrc" "7" -"wizard.json" "7" -"swipe" "6" -"icon.png" "7" -"icon@2x.png" "7" -"main.qml.tpl" "7" -"Page1Form.ui.qml.tpl" "7" -"Page2Form.ui.qml.tpl" "7" -"qml.qrc" "7" -"wizard.json" "7" "app.pro" "6" "app.qbs" "6" +"CMakeLists.6.x.txt" "6" "CMakeLists.txt" "6" -"file.qbs" "6" "main.cpp" "6" "qtquickcontrols2.conf" "6" "qtquickuiprototype" "5" @@ -2380,6 +2755,16 @@ "qtquickuiprototype.png" "6" "qtquickuiprototype@2x.png" "6" "wizard.json" "6" +"qtwidgetsapplication" "5" +"CMakeLists.txt" "6" +"main.cpp" "6" +"meson.build" "6" +"project.pro" "6" +"project.qbs" "6" +"widget.cpp" "6" +"widget.h" "6" +"widget.ui" "6" +"wizard.json" "6" "vcs" "5" "bazaar" "6" "icon.png" "7" @@ -2402,47 +2787,29 @@ "icon@2x.png" "7" "wizard.json" "7" "git.ignore" "5" +"translation.ts" "5" "qtcreatorplugin" "4" +"CMakeLists.txt" "5" +"github_workflows_build_cmake.yml" "5" +"github_workflows_README.md" "5" "myplugin.cpp" "5" "myplugin.h" "5" "MyPlugin.json.in" "5" -"myplugin.pro" "5" "myplugin_global.h" "5" "mypluginconstants.h" "5" "qtcreatorplugin.png" "5" "qtcreatorplugin@2x.png" "5" -"wizard.xml" "5" -"qtquick2-extension" "4" -"lib.png" "5" -"lib@2x.png" "5" -"object.cpp" "5" -"object.h" "5" -"plugin.cpp" "5" -"plugin.h" "5" -"project.pro" "5" -"qmldir" "5" -"wizard.xml" "5" -"qtquickstyleicons" "4" -"default.png" "5" -"default@2x.png" "5" -"material-dark.png" "5" -"material-dark@2x.png" "5" -"material-light.png" "5" -"material-light@2x.png" "5" -"universal-dark.png" "5" -"universal-dark@2x.png" "5" -"universal-light.png" "5" -"universal-light@2x.png" "5" +"README.md" "5" +"wizard.json" "5" "README.txt" "4" "themes" "2" "dark.creatortheme" "3" "default.creatortheme" "3" +"design-light.creatortheme" "3" +"design.creatortheme" "3" "flat-dark.creatortheme" "3" "flat-light.creatortheme" "3" "flat.creatortheme" "3" -"welcomescreen" "2" -"welcomescreen.qml" "3" -"welcomescreen.qmlproject" "3" "Sources" "0" "src.qbs:6" "1" "app_version_header" "1" @@ -2450,29 +2817,83 @@ "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:3" "2" +"libs.qbs:4" "2" +"AdvancedDockingSystem" "2" +"advanceddockingsystem.qbs:3" "3" +"General" "3" +"advanceddockingsystem.qbs:13" "4" +"ads_globals.cpp" "4" +"ads_globals.h" "4" +"dockareatabbar.cpp" "4" +"dockareatabbar.h" "4" +"dockareatitlebar.cpp" "4" +"dockareatitlebar.h" "4" +"dockareawidget.cpp" "4" +"dockareawidget.h" "4" +"dockcomponentsfactory.cpp" "4" +"dockcomponentsfactory.h" "4" +"dockcontainerwidget.cpp" "4" +"dockcontainerwidget.h" "4" +"dockfocuscontroller.cpp" "4" +"dockfocuscontroller.h" "4" +"dockingstatereader.cpp" "4" +"dockingstatereader.h" "4" +"dockmanager.cpp" "4" +"dockmanager.h" "4" +"dockoverlay.cpp" "4" +"dockoverlay.h" "4" +"docksplitter.cpp" "4" +"docksplitter.h" "4" +"dockwidget.cpp" "4" +"dockwidget.h" "4" +"dockwidgettab.cpp" "4" +"dockwidgettab.h" "4" +"elidinglabel.cpp" "4" +"elidinglabel.h" "4" +"floatingdockcontainer.cpp" "4" +"floatingdockcontainer.h" "4" +"floatingdragpreview.cpp" "4" +"floatingdragpreview.h" "4" +"iconprovider.cpp" "4" +"iconprovider.h" "4" +"workspacedialog.cpp" "4" +"workspacedialog.h" "4" +"workspacedialog.ui" "4" +"workspacemodel.cpp" "4" +"workspacemodel.h" "4" +"workspaceview.cpp" "4" +"workspaceview.h" "4" +"Linux" "3" +"advanceddockingsystem.qbs:40" "4" +"floatingwidgettitlebar.cpp" "4" +"floatingwidgettitlebar.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" "Aggregation" "2" "aggregation.qbs:3" "3" "Aggregation" "3" -"aggregation.qbs:8" "4" +"aggregation.qbs:6" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "aggregate.cpp" "4" "aggregate.h" "4" "aggregation_global.h" "4" -"Aggregation dev headers" "3" -"aggregation.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"main.h" "6" -"myinterfaces.h" "6" -"aggregate.h" "5" -"aggregation_global.h" "5" "ClangSupport" "2" "clangsupport.qbs:3" "3" "Group 3" "3" @@ -2483,9 +2904,6 @@ "annotationsmessage.h" "4" "baseserverproxy.cpp" "4" "baseserverproxy.h" "4" -"cancelmessage.cpp" "4" -"cancelmessage.h" "4" -"changedfilepathcompressor.h" "4" "clangcodemodelclientinterface.cpp" "4" "clangcodemodelclientinterface.h" "4" "clangcodemodelclientmessages.h" "4" @@ -2498,12 +2916,6 @@ "clangcodemodelservermessages.h" "4" "clangcodemodelserverproxy.cpp" "4" "clangcodemodelserverproxy.h" "4" -"clangpathwatcher.h" "4" -"clangpathwatcherinterface.h" "4" -"clangpathwatchernotifier.h" "4" -"clangrefactoringclientmessages.h" "4" -"clangrefactoringmessages.h" "4" -"clangrefactoringservermessages.h" "4" "clangsupport_global.h" "4" "clangsupportdebugutils.cpp" "4" "clangsupportdebugutils.h" "4" @@ -2511,7 +2923,6 @@ "codecompletion.h" "4" "codecompletionchunk.cpp" "4" "codecompletionchunk.h" "4" -"compilermacro.h" "4" "completionsmessage.cpp" "4" "completionsmessage.h" "4" "connectionclient.cpp" "4" @@ -2528,60 +2939,24 @@ "documentsopenedmessage.h" "4" "documentvisibilitychangedmessage.cpp" "4" "documentvisibilitychangedmessage.h" "4" -"dynamicastmatcherdiagnosticcontainer.cpp" "4" -"dynamicastmatcherdiagnosticcontainer.h" "4" -"dynamicastmatcherdiagnosticcontextcontainer.cpp" "4" -"dynamicastmatcherdiagnosticcontextcontainer.h" "4" -"dynamicastmatcherdiagnosticmessagecontainer.cpp" "4" -"dynamicastmatcherdiagnosticmessagecontainer.h" "4" -"dynamicmatcherdiagnostics.h" "4" "echomessage.cpp" "4" "echomessage.h" "4" "endmessage.cpp" "4" "endmessage.h" "4" "filecontainer.cpp" "4" "filecontainer.h" "4" -"filecontainerv2.cpp" "4" -"filecontainerv2.h" "4" -"filepath.cpp" "4" -"filepath.h" "4" -"filepathcache.h" "4" -"filepathcaching.cpp" "4" -"filepathcaching.h" "4" -"filepathcachingfwd.h" "4" -"filepathcachinginterface.h" "4" -"filepathexceptions.h" "4" -"filepathid.cpp" "4" -"filepathid.h" "4" -"filepathstorage.h" "4" -"filepathstoragesources.h" "4" -"filepathstoragesqlitestatementfactory.h" "4" -"filepathview.h" "4" "fixitcontainer.cpp" "4" "fixitcontainer.h" "4" "followsymbolmessage.cpp" "4" "followsymbolmessage.h" "4" -"idpaths.h" "4" "ipcclientinterface.h" "4" "ipcclientprovider.h" "4" "ipcinterface.h" "4" -"ipcserverinterface.cpp" "4" "ipcserverinterface.h" "4" "lineprefixer.cpp" "4" "lineprefixer.h" "4" "messageenvelop.cpp" "4" "messageenvelop.h" "4" -"nativefilepath.h" "4" -"pchmanagerclientinterface.cpp" "4" -"pchmanagerclientinterface.h" "4" -"pchmanagerclientproxy.cpp" "4" -"pchmanagerclientproxy.h" "4" -"pchmanagerserverinterface.cpp" "4" -"pchmanagerserverinterface.h" "4" -"pchmanagerserverproxy.cpp" "4" -"pchmanagerserverproxy.h" "4" -"precompiledheadersupdatedmessage.cpp" "4" -"precompiledheadersupdatedmessage.h" "4" "processcreator.cpp" "4" "processcreator.h" "4" "processexception.cpp" "4" @@ -2589,33 +2964,10 @@ "processhandle.h" "4" "processstartedevent.cpp" "4" "processstartedevent.h" "4" -"projectmanagementserverinterface.h" "4" -"projectpartcontainer.cpp" "4" -"projectpartcontainer.h" "4" -"projectpartcontainerv2.cpp" "4" -"projectpartcontainerv2.h" "4" -"projectpartpch.cpp" "4" -"projectpartpch.h" "4" -"projectpartpchproviderinterface.h" "4" -"projectpartsremovedmessage.cpp" "4" -"projectpartsremovedmessage.h" "4" -"projectpartsupdatedmessage.cpp" "4" -"projectpartsupdatedmessage.h" "4" "readmessageblock.cpp" "4" "readmessageblock.h" "4" -"refactoringclientinterface.cpp" "4" -"refactoringclientinterface.h" "4" -"refactoringclientproxy.cpp" "4" -"refactoringclientproxy.h" "4" -"refactoringdatabaseinitializer.h" "4" -"refactoringserverinterface.cpp" "4" -"refactoringserverinterface.h" "4" -"refactoringserverproxy.cpp" "4" -"refactoringserverproxy.h" "4" "referencesmessage.cpp" "4" "referencesmessage.h" "4" -"removeprojectpartsmessage.cpp" "4" -"removeprojectpartsmessage.h" "4" "requestannotationsmessage.cpp" "4" "requestannotationsmessage.h" "4" "requestcompletionsmessage.cpp" "4" @@ -2624,37 +2976,14 @@ "requestfollowsymbolmessage.h" "4" "requestreferencesmessage.cpp" "4" "requestreferencesmessage.h" "4" -"requestsourcelocationforrenamingmessage.cpp" "4" -"requestsourcelocationforrenamingmessage.h" "4" -"requestsourcerangesanddiagnosticsforquerymessage.cpp" "4" -"requestsourcerangesanddiagnosticsforquerymessage.h" "4" -"requestsourcerangesforquerymessage.cpp" "4" -"requestsourcerangesforquerymessage.h" "4" "requesttooltipmessage.cpp" "4" "requesttooltipmessage.h" "4" "sourcelocationcontainer.cpp" "4" "sourcelocationcontainer.h" "4" -"sourcelocationcontainerv2.cpp" "4" -"sourcelocationcontainerv2.h" "4" "sourcelocationscontainer.cpp" "4" "sourcelocationscontainer.h" "4" -"sourcelocationsforrenamingmessage.cpp" "4" -"sourcelocationsforrenamingmessage.h" "4" "sourcerangecontainer.cpp" "4" "sourcerangecontainer.h" "4" -"sourcerangecontainerv2.cpp" "4" -"sourcerangecontainerv2.h" "4" -"sourcerangesanddiagnosticsforquerymessage.cpp" "4" -"sourcerangesanddiagnosticsforquerymessage.h" "4" -"sourcerangescontainer.cpp" "4" -"sourcerangescontainer.h" "4" -"sourcerangesforquerymessage.cpp" "4" -"sourcerangesforquerymessage.h" "4" -"sourcerangewithtextcontainer.cpp" "4" -"sourcerangewithtextcontainer.h" "4" -"stringcache.h" "4" -"stringcachealgorithms.h" "4" -"stringcachefwd.h" "4" "tokeninfocontainer.cpp" "4" "tokeninfocontainer.h" "4" "tooltipinfo.cpp" "4" @@ -2665,22 +2994,22 @@ "unsavedfilesremovedmessage.h" "4" "unsavedfilesupdatedmessage.cpp" "4" "unsavedfilesupdatedmessage.h" "4" -"updateprojectpartsmessage.cpp" "4" -"updateprojectpartsmessage.h" "4" "writemessageblock.cpp" "4" "writemessageblock.h" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "CPlusPlus" "2" "cplusplus.qbs:3" "3" "CPlusPlus" "3" -"cplusplus.qbs:12" "4" +"cplusplus.qbs:6" "4" "General" "4" -"cplusplus.qbs:94" "5" +"cplusplus.qbs:88" "5" "AlreadyConsideredClassContainer.h" "5" "ASTParent.cpp" "5" "ASTParent.h" "5" @@ -2688,49 +3017,6 @@ "ASTPath.h" "5" "BackwardsScanner.cpp" "5" "BackwardsScanner.h" "5" -"cplusplus.qrc" "5" -"/codemodel" "6" -"images" "7" -"classmemberfunction.png" "8" -"classmemberfunction@2x.png" "8" -"classmembervariable.png" "8" -"classmembervariable@2x.png" "8" -"classparent.png" "8" -"classparent@2x.png" "8" -"classrelation.png" "8" -"classrelation@2x.png" "8" -"classrelationbackground.png" "8" -"classrelationbackground@2x.png" "8" -"enum.png" "8" -"enum@2x.png" "8" -"enumerator.png" "8" -"enumerator@2x.png" "8" -"keyword.png" "8" -"keyword@2x.png" "8" -"macro.png" "8" -"macro@2x.png" "8" -"member.png" "8" -"member@2x.png" "8" -"private.png" "8" -"private@2x.png" "8" -"privatebackground.png" "8" -"privatebackground@2x.png" "8" -"property.png" "8" -"property@2x.png" "8" -"propertybackground.png" "8" -"propertybackground@2x.png" "8" -"protected.png" "8" -"protected@2x.png" "8" -"protectedbackground.png" "8" -"protectedbackground@2x.png" "8" -"signal.png" "8" -"signal@2x.png" "8" -"slot.png" "8" -"slot@2x.png" "8" -"static.png" "8" -"static@2x.png" "8" -"staticbackground.png" "8" -"staticbackground@2x.png" "8" "CppDocument.cpp" "5" "CppDocument.h" "5" "cppmodelmanagerbase.cpp" "5" @@ -2788,13 +3074,16 @@ "TypePrettyPrinter.cpp" "5" "TypePrettyPrinter.h" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "ThirdPartyCPlusPlus" "4" -"cplusplus.qbs:23" "5" +"cplusplus.qbs:17" "5" +"." "5" "AST.cpp" "6" "AST.h" "6" "ASTClone.cpp" "6" @@ -2859,90 +3148,17 @@ "Type.h" "6" "TypeVisitor.cpp" "6" "TypeVisitor.h" "6" -"cplusplus (3rd party) dev headers" "3" -"cplusplus.qbs:7" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"AST.h" "6" -"ASTfwd.h" "6" -"ASTMatcher.h" "6" -"ASTPatternBuilder.h" "6" -"ASTVisitor.h" "6" -"Bind.h" "6" -"Control.h" "6" -"CoreTypes.h" "6" -"CPlusPlus.h" "6" -"CPlusPlusForwardDeclarations.h" "6" -"cppassert.h" "6" -"DiagnosticClient.h" "6" -"FullySpecifiedType.h" "6" -"Lexer.h" "6" -"Literals.h" "6" -"LiteralTable.h" "6" -"Matcher.h" "6" -"MemoryPool.h" "6" -"Name.h" "6" -"Names.h" "6" -"NameVisitor.h" "6" -"ObjectiveCTypeQualifiers.h" "6" -"Parser.h" "6" -"QtContextKeywords.h" "6" -"SafeMatcher.h" "6" -"Scope.h" "6" -"Symbol.h" "6" -"Symbols.h" "6" -"SymbolVisitor.h" "6" -"Templates.h" "6" -"Token.h" "6" -"TranslationUnit.h" "6" -"Type.h" "6" -"TypeVisitor.h" "6" -"CPlusPlus dev headers" "3" -"cplusplus.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"AlreadyConsideredClassContainer.h" "5" -"ASTParent.h" "5" -"ASTPath.h" "5" -"BackwardsScanner.h" "5" -"CppDocument.h" "5" -"cppmodelmanagerbase.h" "5" -"CppRewriter.h" "5" -"DependencyTable.h" "5" -"DeprecatedGenTemplateInstance.h" "5" -"ExpressionUnderCursor.h" "5" -"FastPreprocessor.h" "5" -"findcdbbreakpoint.h" "5" -"FindUsages.h" "5" -"Icons.h" "5" -"LookupContext.h" "5" -"LookupItem.h" "5" -"Macro.h" "5" -"MatchingText.h" "5" -"NamePrettyPrinter.h" "5" -"Overview.h" "5" -"pp-cctype.h" "5" -"pp-engine.h" "5" -"pp-scanner.h" "5" -"pp.h" "5" -"PPToken.h" "5" -"PreprocessorClient.h" "5" -"PreprocessorEnvironment.h" "5" -"ResolveExpression.h" "5" -"SimpleLexer.h" "5" -"SnapshotSymbolVisitor.h" "5" -"SymbolNameVisitor.h" "5" -"TypeOfExpression.h" "5" -"TypePrettyPrinter.h" "5" "ExtensionSystem" "2" "extensionsystem.qbs:3" "3" "ExtensionSystem" "3" -"extensionsystem.qbs:8" "4" +"extensionsystem.qbs:6" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "extensionsystem_global.h" "4" "invoker.cpp" "4" @@ -2969,23 +3185,6 @@ "pluginspec_p.h" "4" "pluginview.cpp" "4" "pluginview.h" "4" -"ExtensionSystem dev headers" "3" -"extensionsystem.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"extensionsystem_global.h" "5" -"invoker.h" "5" -"iplugin.h" "5" -"iplugin_p.h" "5" -"optionsparser.h" "5" -"plugindetailsview.h" "5" -"pluginerroroverview.h" "5" -"pluginerrorview.h" "5" -"pluginmanager.h" "5" -"pluginmanager_p.h" "5" -"pluginspec.h" "5" -"pluginspec_p.h" "5" -"pluginview.h" "5" "GLSL" "2" "glsl.qbs:6" "3" "generated parser files" "3" @@ -2998,10 +3197,12 @@ "glsl.qbs:56" "4" "glsl.g" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "glsl.h" "3" "glslast.cpp" "3" @@ -3027,55 +3228,79 @@ "glsltype.h" "3" "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" "LanguageUtils" "2" "languageutils.qbs:3" "3" "LanguageUtils" "3" -"languageutils.qbs:8" "4" +"languageutils.qbs:6" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"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 dev headers" "3" -"languageutils.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"componentversion.h" "5" -"fakemetaobject.h" "5" -"languageutils_global.h" "5" "Modeling" "2" "modelinglib.qbs:3" "3" "Images" "3" "modelinglib.qbs:353" "4" -"25x25" "5" -"align-bottom.png" "6" -"align-horizontal.png" "6" -"align-left.png" "6" -"align-right.png" "6" -"align-top.png" "6" -"align-vertical.png" "6" -"even-horizontal.png" "6" -"even-vertical.png" "6" -"same-height.png" "6" -"same-width.png" "6" -"48x48" "5" -"annotation.png" "6" -"association.png" "6" -"boundary.png" "6" -"canvas-diagram.png" "6" -"class.png" "6" -"component.png" "6" -"dependency.png" "6" -"generic.png" "6" -"inheritance.png" "6" -"item.png" "6" -"package.png" "6" +"." "4" "resources.qrc" "5" "/modelinglib" "6" "25x25" "7" @@ -3102,372 +3327,395 @@ "item.png" "8" "package.png" "8" "swimlane.png" "8" +"25x25" "4" +"align-bottom.png" "5" +"align-horizontal.png" "5" +"align-left.png" "5" +"align-right.png" "5" +"align-top.png" "5" +"align-vertical.png" "5" +"even-horizontal.png" "5" +"even-vertical.png" "5" +"same-height.png" "5" +"same-width.png" "5" +"48x48" "4" +"annotation.png" "5" +"association.png" "5" +"boundary.png" "5" +"canvas-diagram.png" "5" +"class.png" "5" +"component.png" "5" +"dependency.png" "5" +"generic.png" "5" +"inheritance.png" "5" +"item.png" "5" +"package.png" "5" "Qmt" "3" "modelinglib.qbs:21" "4" -"config" "5" -"configcontroller.cpp" "6" -"configcontroller.h" "6" -"sourcepos.cpp" "6" -"sourcepos.h" "6" -"stereotypedefinitionparser.cpp" "6" -"stereotypedefinitionparser.h" "6" -"stringtextsource.cpp" "6" -"stringtextsource.h" "6" -"textscanner.cpp" "6" -"textscanner.h" "6" -"textsource.h" "6" -"token.cpp" "6" -"token.h" "6" -"controller" "5" -"container.h" "6" -"namecontroller.cpp" "6" -"namecontroller.h" "6" -"references.h" "6" -"selection.cpp" "6" -"selection.h" "6" -"undocommand.cpp" "6" -"undocommand.h" "6" -"undocontroller.cpp" "6" -"undocontroller.h" "6" -"diagram" "5" -"dannotation.cpp" "6" -"dannotation.h" "6" -"dassociation.cpp" "6" -"dassociation.h" "6" -"dboundary.cpp" "6" -"dboundary.h" "6" -"dclass.cpp" "6" -"dclass.h" "6" -"dcomponent.cpp" "6" -"dcomponent.h" "6" -"dconnection.cpp" "6" -"dconnection.h" "6" -"dconstvisitor.h" "6" -"ddependency.cpp" "6" -"ddependency.h" "6" -"ddiagram.cpp" "6" -"ddiagram.h" "6" -"delement.cpp" "6" -"delement.h" "6" -"dinheritance.cpp" "6" -"dinheritance.h" "6" -"ditem.cpp" "6" -"ditem.h" "6" -"dobject.cpp" "6" -"dobject.h" "6" -"dpackage.cpp" "6" -"dpackage.h" "6" -"drelation.cpp" "6" -"drelation.h" "6" -"dswimlane.cpp" "6" -"dswimlane.h" "6" -"dvisitor.h" "6" -"diagram_controller" "5" -"dclonevisitor.cpp" "6" -"dclonevisitor.h" "6" -"dcontainer.h" "6" -"dfactory.cpp" "6" -"dfactory.h" "6" -"dflatassignmentvisitor.cpp" "6" -"dflatassignmentvisitor.h" "6" -"diagramcontroller.cpp" "6" -"diagramcontroller.h" "6" -"dreferences.h" "6" -"dselection.h" "6" -"dupdatevisitor.cpp" "6" -"dupdatevisitor.h" "6" -"dvoidvisitor.cpp" "6" -"dvoidvisitor.h" "6" -"diagram_scene" "5" -"capabilities" "6" -"alignable.h" "7" -"editable.h" "7" -"intersectionable.h" "7" -"latchable.h" "7" -"moveable.h" "7" -"relationable.h" "7" -"resizable.h" "7" -"selectable.h" "7" -"windable.h" "7" -"items" "6" -"annotationitem.cpp" "7" -"annotationitem.h" "7" -"associationitem.cpp" "7" -"associationitem.h" "7" -"boundaryitem.cpp" "7" -"boundaryitem.h" "7" -"classitem.cpp" "7" -"classitem.h" "7" -"componentitem.cpp" "7" -"componentitem.h" "7" -"connectionitem.cpp" "7" -"connectionitem.h" "7" -"diagramitem.cpp" "7" -"diagramitem.h" "7" -"itemitem.cpp" "7" -"itemitem.h" "7" -"objectitem.cpp" "7" -"objectitem.h" "7" -"packageitem.cpp" "7" -"packageitem.h" "7" -"relationitem.cpp" "7" -"relationitem.h" "7" -"stereotypedisplayvisitor.cpp" "7" -"stereotypedisplayvisitor.h" "7" -"swimlaneitem.cpp" "7" -"swimlaneitem.h" "7" -"parts" "6" -"alignbuttonsitem.cpp" "7" -"alignbuttonsitem.h" "7" -"alignlineitem.cpp" "7" -"alignlineitem.h" "7" -"arrowitem.cpp" "7" -"arrowitem.h" "7" -"contextlabelitem.cpp" "7" -"contextlabelitem.h" "7" -"customiconitem.cpp" "7" -"customiconitem.h" "7" -"editabletextitem.cpp" "7" -"editabletextitem.h" "7" -"pathselectionitem.cpp" "7" -"pathselectionitem.h" "7" -"rectangularselectionitem.cpp" "7" -"rectangularselectionitem.h" "7" -"relationstarter.cpp" "7" -"relationstarter.h" "7" -"stereotypesitem.cpp" "7" -"stereotypesitem.h" "7" -"templateparameterbox.cpp" "7" -"templateparameterbox.h" "7" -"diagramgraphicsscene.cpp" "6" -"diagramgraphicsscene.h" "6" -"diagramsceneconstants.h" "6" -"diagramscenemodel.cpp" "6" -"diagramscenemodel.h" "6" -"diagramscenemodelitemvisitors.cpp" "6" -"diagramscenemodelitemvisitors.h" "6" -"latchcontroller.cpp" "6" -"latchcontroller.h" "6" -"diagram_ui" "5" -"diagram_mime_types.h" "6" -"diagramsmanager.cpp" "6" -"diagramsmanager.h" "6" -"diagramsviewinterface.h" "6" -"sceneinspector.cpp" "6" -"sceneinspector.h" "6" -"diagram_widgets_ui" "5" -"diagramsview.cpp" "6" -"diagramsview.h" "6" -"diagramview.cpp" "6" -"diagramview.h" "6" -"stackeddiagramsview.cpp" "6" -"stackeddiagramsview.h" "6" -"document_controller" "5" -"documentcontroller.cpp" "6" -"documentcontroller.h" "6" -"infrastructure" "5" -"contextmenuaction.cpp" "6" -"contextmenuaction.h" "6" -"exceptions.cpp" "6" -"exceptions.h" "6" -"geometryutilities.cpp" "6" -"geometryutilities.h" "6" -"handle.h" "6" -"handles.h" "6" -"ioexceptions.cpp" "6" -"ioexceptions.h" "6" -"qcompressedfile.cpp" "6" -"qcompressedfile.h" "6" -"qmtassert.h" "6" -"uid.h" "6" -"model" "5" -"massociation.cpp" "6" -"massociation.h" "6" -"mcanvasdiagram.cpp" "6" -"mcanvasdiagram.h" "6" -"mclass.cpp" "6" -"mclass.h" "6" -"mclassmember.cpp" "6" -"mclassmember.h" "6" -"mcomponent.cpp" "6" -"mcomponent.h" "6" -"mconnection.cpp" "6" -"mconnection.h" "6" -"mconstvisitor.h" "6" -"mdependency.cpp" "6" -"mdependency.h" "6" -"mdiagram.cpp" "6" -"mdiagram.h" "6" -"melement.cpp" "6" -"melement.h" "6" -"minheritance.cpp" "6" -"minheritance.h" "6" -"mitem.cpp" "6" -"mitem.h" "6" -"mobject.cpp" "6" -"mobject.h" "6" -"mpackage.cpp" "6" -"mpackage.h" "6" -"mrelation.cpp" "6" -"mrelation.h" "6" -"msourceexpansion.cpp" "6" -"msourceexpansion.h" "6" -"mvisitor.h" "6" -"model_controller" "5" -"mchildrenvisitor.cpp" "6" -"mchildrenvisitor.h" "6" -"mclonevisitor.cpp" "6" -"mclonevisitor.h" "6" -"mcontainer.h" "6" -"mflatassignmentvisitor.cpp" "6" -"mflatassignmentvisitor.h" "6" -"modelcontroller.cpp" "6" -"modelcontroller.h" "6" -"mreferences.h" "6" -"mselection.h" "6" -"mvoidvisitor.cpp" "6" -"mvoidvisitor.h" "6" -"model_ui" "5" -"modeltreeviewinterface.h" "6" -"sortedtreemodel.cpp" "6" -"sortedtreemodel.h" "6" -"stereotypescontroller.cpp" "6" -"stereotypescontroller.h" "6" -"treemodel.cpp" "6" -"treemodel.h" "6" -"treemodelmanager.cpp" "6" -"treemodelmanager.h" "6" -"model_widgets_ui" "5" -"classmembersedit.cpp" "6" -"classmembersedit.h" "6" -"modeltreeview.cpp" "6" -"modeltreeview.h" "6" -"palettebox.cpp" "6" -"palettebox.h" "6" -"propertiesview.cpp" "6" -"propertiesview.h" "6" -"propertiesviewmview.cpp" "6" -"propertiesviewmview.h" "6" -"project" "5" -"project.cpp" "6" -"project.h" "6" -"project_controller" "5" -"projectcontroller.cpp" "6" -"projectcontroller.h" "6" -"serializer" "5" -"diagramserializer.cpp" "6" -"diagramserializer.h" "6" -"infrastructureserializer.cpp" "6" -"infrastructureserializer.h" "6" -"modelserializer.cpp" "6" -"modelserializer.h" "6" -"projectserializer.cpp" "6" -"projectserializer.h" "6" -"stereotype" "5" -"customrelation.cpp" "6" -"customrelation.h" "6" -"iconshape.cpp" "6" -"iconshape.h" "6" -"shape.h" "6" -"shapepaintvisitor.cpp" "6" -"shapepaintvisitor.h" "6" -"shapes.cpp" "6" -"shapes.h" "6" -"shapevalue.cpp" "6" -"shapevalue.h" "6" -"shapevisitor.h" "6" -"stereotypecontroller.cpp" "6" -"stereotypecontroller.h" "6" -"stereotypeicon.cpp" "6" -"stereotypeicon.h" "6" -"toolbar.cpp" "6" -"toolbar.h" "6" -"style" "5" -"defaultstyle.cpp" "6" -"defaultstyle.h" "6" -"defaultstyleengine.cpp" "6" -"defaultstyleengine.h" "6" -"objectvisuals.cpp" "6" -"objectvisuals.h" "6" -"relationstarterstyle.cpp" "6" -"relationstarterstyle.h" "6" -"style.cpp" "6" -"style.h" "6" -"stylecontroller.cpp" "6" -"stylecontroller.h" "6" -"styledobject.cpp" "6" -"styledobject.h" "6" -"styledrelation.cpp" "6" -"styledrelation.h" "6" -"styleengine.h" "6" -"tasks" "5" -"alignonrastervisitor.cpp" "6" -"alignonrastervisitor.h" "6" -"diagramscenecontroller.cpp" "6" -"diagramscenecontroller.h" "6" -"finddiagramvisitor.cpp" "6" -"finddiagramvisitor.h" "6" -"findrootdiagramvisitor.cpp" "6" -"findrootdiagramvisitor.h" "6" -"ielementtasks.h" "6" -"isceneinspector.h" "6" -"voidelementtasks.cpp" "6" -"voidelementtasks.h" "6" +"config" "4" +"configcontroller.cpp" "5" +"configcontroller.h" "5" +"sourcepos.cpp" "5" +"sourcepos.h" "5" +"stereotypedefinitionparser.cpp" "5" +"stereotypedefinitionparser.h" "5" +"stringtextsource.cpp" "5" +"stringtextsource.h" "5" +"textscanner.cpp" "5" +"textscanner.h" "5" +"textsource.h" "5" +"token.cpp" "5" +"token.h" "5" +"controller" "4" +"container.h" "5" +"namecontroller.cpp" "5" +"namecontroller.h" "5" +"references.h" "5" +"selection.cpp" "5" +"selection.h" "5" +"undocommand.cpp" "5" +"undocommand.h" "5" +"undocontroller.cpp" "5" +"undocontroller.h" "5" +"diagram" "4" +"dannotation.cpp" "5" +"dannotation.h" "5" +"dassociation.cpp" "5" +"dassociation.h" "5" +"dboundary.cpp" "5" +"dboundary.h" "5" +"dclass.cpp" "5" +"dclass.h" "5" +"dcomponent.cpp" "5" +"dcomponent.h" "5" +"dconnection.cpp" "5" +"dconnection.h" "5" +"dconstvisitor.h" "5" +"ddependency.cpp" "5" +"ddependency.h" "5" +"ddiagram.cpp" "5" +"ddiagram.h" "5" +"delement.cpp" "5" +"delement.h" "5" +"dinheritance.cpp" "5" +"dinheritance.h" "5" +"ditem.cpp" "5" +"ditem.h" "5" +"dobject.cpp" "5" +"dobject.h" "5" +"dpackage.cpp" "5" +"dpackage.h" "5" +"drelation.cpp" "5" +"drelation.h" "5" +"dswimlane.cpp" "5" +"dswimlane.h" "5" +"dvisitor.h" "5" +"diagram_controller" "4" +"dclonevisitor.cpp" "5" +"dclonevisitor.h" "5" +"dcontainer.h" "5" +"dfactory.cpp" "5" +"dfactory.h" "5" +"dflatassignmentvisitor.cpp" "5" +"dflatassignmentvisitor.h" "5" +"diagramcontroller.cpp" "5" +"diagramcontroller.h" "5" +"dreferences.h" "5" +"dselection.h" "5" +"dupdatevisitor.cpp" "5" +"dupdatevisitor.h" "5" +"dvoidvisitor.cpp" "5" +"dvoidvisitor.h" "5" +"diagram_scene" "4" +"capabilities" "5" +"alignable.h" "6" +"editable.h" "6" +"intersectionable.h" "6" +"latchable.h" "6" +"moveable.h" "6" +"relationable.h" "6" +"resizable.h" "6" +"selectable.h" "6" +"windable.h" "6" +"items" "5" +"annotationitem.cpp" "6" +"annotationitem.h" "6" +"associationitem.cpp" "6" +"associationitem.h" "6" +"boundaryitem.cpp" "6" +"boundaryitem.h" "6" +"classitem.cpp" "6" +"classitem.h" "6" +"componentitem.cpp" "6" +"componentitem.h" "6" +"connectionitem.cpp" "6" +"connectionitem.h" "6" +"diagramitem.cpp" "6" +"diagramitem.h" "6" +"itemitem.cpp" "6" +"itemitem.h" "6" +"objectitem.cpp" "6" +"objectitem.h" "6" +"packageitem.cpp" "6" +"packageitem.h" "6" +"relationitem.cpp" "6" +"relationitem.h" "6" +"stereotypedisplayvisitor.cpp" "6" +"stereotypedisplayvisitor.h" "6" +"swimlaneitem.cpp" "6" +"swimlaneitem.h" "6" +"parts" "5" +"alignbuttonsitem.cpp" "6" +"alignbuttonsitem.h" "6" +"alignlineitem.cpp" "6" +"alignlineitem.h" "6" +"arrowitem.cpp" "6" +"arrowitem.h" "6" +"contextlabelitem.cpp" "6" +"contextlabelitem.h" "6" +"customiconitem.cpp" "6" +"customiconitem.h" "6" +"editabletextitem.cpp" "6" +"editabletextitem.h" "6" +"pathselectionitem.cpp" "6" +"pathselectionitem.h" "6" +"rectangularselectionitem.cpp" "6" +"rectangularselectionitem.h" "6" +"relationstarter.cpp" "6" +"relationstarter.h" "6" +"stereotypesitem.cpp" "6" +"stereotypesitem.h" "6" +"templateparameterbox.cpp" "6" +"templateparameterbox.h" "6" +"diagramgraphicsscene.cpp" "5" +"diagramgraphicsscene.h" "5" +"diagramsceneconstants.h" "5" +"diagramscenemodel.cpp" "5" +"diagramscenemodel.h" "5" +"diagramscenemodelitemvisitors.cpp" "5" +"diagramscenemodelitemvisitors.h" "5" +"latchcontroller.cpp" "5" +"latchcontroller.h" "5" +"diagram_ui" "4" +"diagram_mime_types.h" "5" +"diagramsmanager.cpp" "5" +"diagramsmanager.h" "5" +"diagramsviewinterface.h" "5" +"sceneinspector.cpp" "5" +"sceneinspector.h" "5" +"diagram_widgets_ui" "4" +"diagramsview.cpp" "5" +"diagramsview.h" "5" +"diagramview.cpp" "5" +"diagramview.h" "5" +"stackeddiagramsview.cpp" "5" +"stackeddiagramsview.h" "5" +"document_controller" "4" +"documentcontroller.cpp" "5" +"documentcontroller.h" "5" +"infrastructure" "4" +"contextmenuaction.cpp" "5" +"contextmenuaction.h" "5" +"exceptions.cpp" "5" +"exceptions.h" "5" +"geometryutilities.cpp" "5" +"geometryutilities.h" "5" +"handle.h" "5" +"handles.h" "5" +"ioexceptions.cpp" "5" +"ioexceptions.h" "5" +"qcompressedfile.cpp" "5" +"qcompressedfile.h" "5" +"qmtassert.h" "5" +"uid.h" "5" +"model" "4" +"massociation.cpp" "5" +"massociation.h" "5" +"mcanvasdiagram.cpp" "5" +"mcanvasdiagram.h" "5" +"mclass.cpp" "5" +"mclass.h" "5" +"mclassmember.cpp" "5" +"mclassmember.h" "5" +"mcomponent.cpp" "5" +"mcomponent.h" "5" +"mconnection.cpp" "5" +"mconnection.h" "5" +"mconstvisitor.h" "5" +"mdependency.cpp" "5" +"mdependency.h" "5" +"mdiagram.cpp" "5" +"mdiagram.h" "5" +"melement.cpp" "5" +"melement.h" "5" +"minheritance.cpp" "5" +"minheritance.h" "5" +"mitem.cpp" "5" +"mitem.h" "5" +"mobject.cpp" "5" +"mobject.h" "5" +"mpackage.cpp" "5" +"mpackage.h" "5" +"mrelation.cpp" "5" +"mrelation.h" "5" +"msourceexpansion.cpp" "5" +"msourceexpansion.h" "5" +"mvisitor.h" "5" +"model_controller" "4" +"mchildrenvisitor.cpp" "5" +"mchildrenvisitor.h" "5" +"mclonevisitor.cpp" "5" +"mclonevisitor.h" "5" +"mcontainer.h" "5" +"mflatassignmentvisitor.cpp" "5" +"mflatassignmentvisitor.h" "5" +"modelcontroller.cpp" "5" +"modelcontroller.h" "5" +"mreferences.h" "5" +"mselection.h" "5" +"mvoidvisitor.cpp" "5" +"mvoidvisitor.h" "5" +"model_ui" "4" +"modeltreeviewinterface.h" "5" +"sortedtreemodel.cpp" "5" +"sortedtreemodel.h" "5" +"stereotypescontroller.cpp" "5" +"stereotypescontroller.h" "5" +"treemodel.cpp" "5" +"treemodel.h" "5" +"treemodelmanager.cpp" "5" +"treemodelmanager.h" "5" +"model_widgets_ui" "4" +"classmembersedit.cpp" "5" +"classmembersedit.h" "5" +"modeltreeview.cpp" "5" +"modeltreeview.h" "5" +"palettebox.cpp" "5" +"palettebox.h" "5" +"propertiesview.cpp" "5" +"propertiesview.h" "5" +"propertiesviewmview.cpp" "5" +"propertiesviewmview.h" "5" +"project" "4" +"project.cpp" "5" +"project.h" "5" +"project_controller" "4" +"projectcontroller.cpp" "5" +"projectcontroller.h" "5" +"serializer" "4" +"diagramserializer.cpp" "5" +"diagramserializer.h" "5" +"infrastructureserializer.cpp" "5" +"infrastructureserializer.h" "5" +"modelserializer.cpp" "5" +"modelserializer.h" "5" +"projectserializer.cpp" "5" +"projectserializer.h" "5" +"stereotype" "4" +"customrelation.cpp" "5" +"customrelation.h" "5" +"iconshape.cpp" "5" +"iconshape.h" "5" +"shape.h" "5" +"shapepaintvisitor.cpp" "5" +"shapepaintvisitor.h" "5" +"shapes.cpp" "5" +"shapes.h" "5" +"shapevalue.cpp" "5" +"shapevalue.h" "5" +"shapevisitor.h" "5" +"stereotypecontroller.cpp" "5" +"stereotypecontroller.h" "5" +"stereotypeicon.cpp" "5" +"stereotypeicon.h" "5" +"toolbar.cpp" "5" +"toolbar.h" "5" +"style" "4" +"defaultstyle.cpp" "5" +"defaultstyle.h" "5" +"defaultstyleengine.cpp" "5" +"defaultstyleengine.h" "5" +"objectvisuals.cpp" "5" +"objectvisuals.h" "5" +"relationstarterstyle.cpp" "5" +"relationstarterstyle.h" "5" +"style.cpp" "5" +"style.h" "5" +"stylecontroller.cpp" "5" +"stylecontroller.h" "5" +"styledobject.cpp" "5" +"styledobject.h" "5" +"styledrelation.cpp" "5" +"styledrelation.h" "5" +"styleengine.h" "5" +"tasks" "4" +"alignonrastervisitor.cpp" "5" +"alignonrastervisitor.h" "5" +"diagramscenecontroller.cpp" "5" +"diagramscenecontroller.h" "5" +"finddiagramvisitor.cpp" "5" +"finddiagramvisitor.h" "5" +"findrootdiagramvisitor.cpp" "5" +"findrootdiagramvisitor.h" "5" +"ielementtasks.h" "5" +"isceneinspector.h" "5" +"voidelementtasks.cpp" "5" +"voidelementtasks.h" "5" "QStringParser" "3" "modelinglib.qbs:315" "4" +"." "4" "qstringparser.cpp" "5" "qstringparser.h" "5" "QtSerialization" "3" "modelinglib.qbs:324" "4" -"impl" "6" -"loadingrefmap.h" "7" -"objectid.h" "7" -"savingrefmap.h" "7" -"access.h" "6" -"archivebasics.h" "6" -"attribute.h" "6" -"baseclass.h" "6" -"flag.h" "6" -"friend_access.h" "6" -"parameters.h" "6" -"qxmlinarchive.h" "6" -"qxmloutarchive.h" "6" -"reference.h" "6" -"serialize.h" "6" -"serialize_basic.h" "6" -"serialize_container.h" "6" -"serialize_enum.h" "6" -"serialize_pointer.h" "6" -"tag.h" "6" -"typeregistry.h" "6" -"src" "5" -"flag.cpp" "6" -"savingrefmap.cpp" "6" +"impl" "5" +"loadingrefmap.h" "6" +"objectid.h" "6" +"savingrefmap.h" "6" +"access.h" "5" +"archivebasics.h" "5" +"attribute.h" "5" +"baseclass.h" "5" +"flag.h" "5" +"friend_access.h" "5" +"parameters.h" "5" +"qxmlinarchive.h" "5" +"qxmloutarchive.h" "5" +"reference.h" "5" +"serialize.h" "5" +"serialize_basic.h" "5" +"serialize_container.h" "5" +"serialize_enum.h" "5" +"serialize_pointer.h" "5" +"tag.h" "5" +"typeregistry.h" "5" +"src" "4" +"flag.cpp" "5" +"savingrefmap.cpp" "5" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "QmlDebug" "2" "qmldebug.qbs:3" "3" "QmlDebug" "3" -"qmldebug.qbs:8" "4" +"qmldebug.qbs:6" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "baseenginedebugclient.cpp" "4" "baseenginedebugclient.h" "4" "basetoolsclient.cpp" "4" "basetoolsclient.h" "4" -"declarativeenginedebugclient.cpp" "4" -"declarativeenginedebugclient.h" "4" -"declarativeenginedebugclientv2.h" "4" -"declarativetoolsclient.cpp" "4" -"declarativetoolsclient.h" "4" "qdebugmessageclient.cpp" "4" "qdebugmessageclient.h" "4" "qmldebug_global.h" "4" @@ -3488,27 +3736,6 @@ "qmltoolsclient.h" "4" "qpacketprotocol.cpp" "4" "qpacketprotocol.h" "4" -"QmlDebug dev headers" "3" -"qmldebug.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"baseenginedebugclient.h" "5" -"basetoolsclient.h" "5" -"declarativeenginedebugclient.h" "5" -"declarativeenginedebugclientv2.h" "5" -"declarativetoolsclient.h" "5" -"qdebugmessageclient.h" "5" -"qmldebug_global.h" "5" -"qmldebugclient.h" "5" -"qmldebugcommandlinearguments.h" "5" -"qmldebugconnection.h" "5" -"qmldebugconnectionmanager.h" "5" -"qmldebugconstants.h" "5" -"qmlenginecontrolclient.h" "5" -"qmlenginedebugclient.h" "5" -"qmloutputparser.h" "5" -"qmltoolsclient.h" "5" -"qpacketprotocol.h" "5" "QmlEditorWidgets" "2" "qmleditorwidgets.qbs:3" "3" "Easing Pane" "3" @@ -3621,17 +3848,19 @@ "underline-h-icon.png" "7" "vertical-scale-icon.png" "7" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "QmlJS" "2" "qmljs.qbs:3" "3" "QmlJS" "3" -"qmljs.qbs:8" "4" +"qmljs.qbs:6" "4" "General" "4" -"qmljs.qbs:18" "5" +"qmljs.qbs:16" "5" "jsoncheck.cpp" "5" "jsoncheck.h" "5" "persistenttrie.cpp" "5" @@ -3650,8 +3879,6 @@ "qmljsconstants.h" "5" "qmljscontext.cpp" "5" "qmljscontext.h" "5" -"qmljsdescribevalue.cpp" "5" -"qmljsdescribevalue.h" "5" "qmljsdialect.cpp" "5" "qmljsdialect.h" "5" "qmljsdocument.cpp" "5" @@ -3679,8 +3906,6 @@ "qmljsplugindumper.h" "5" "qmljspropertyreader.cpp" "5" "qmljspropertyreader.h" "5" -"qmljsqrcparser.cpp" "5" -"qmljsqrcparser.h" "5" "qmljsreformatter.cpp" "5" "qmljsreformatter.h" "5" "qmljsrewriter.cpp" "5" @@ -3703,14 +3928,13 @@ "qmljsutils.h" "5" "qmljsvalueowner.cpp" "5" "qmljsvalueowner.h" "5" -"qmljsviewercontext.cpp" "5" "qmljsviewercontext.h" "5" "Parser" "4" -"qmljs.qbs:62" "5" +"qmljs.qbs:58" "5" "qmldirparser.cpp" "5" "qmldirparser_p.h" "5" -"qmlerror.cpp" "5" -"qmlerror.h" "5" +"qmlimportresolver.cpp" "5" +"qmlimportresolver_p.h" "5" "qmljsast.cpp" "5" "qmljsast_p.h" "5" "qmljsastfwd_p.h" "5" @@ -3727,90 +3951,42 @@ "qmljsmemorypool_p.h" "5" "qmljsparser.cpp" "5" "qmljsparser_p.h" "5" +"qmljssourcelocation_p.h" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" -"QmlJS dev headers" "3" -"qmljs.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"parser" "5" -"qmldirparser_p.h" "6" -"qmlerror.h" "6" -"qmljsast_p.h" "6" -"qmljsastfwd_p.h" "6" -"qmljsastvisitor_p.h" "6" -"qmljsengine_p.h" "6" -"qmljsglobal_p.h" "6" -"qmljsgrammar_p.h" "6" -"qmljskeywords_p.h" "6" -"qmljslexer_p.h" "6" -"qmljsmemorypool_p.h" "6" -"qmljsparser_p.h" "6" -"jsoncheck.h" "5" -"persistenttrie.h" "5" -"qmljs_global.h" "5" -"qmljsbind.h" "5" -"qmljsbundle.h" "5" -"qmljscheck.h" "5" -"qmljscodeformatter.h" "5" -"qmljscompletioncontextfinder.h" "5" -"qmljsconstants.h" "5" -"qmljscontext.h" "5" -"qmljsdescribevalue.h" "5" -"qmljsdialect.h" "5" -"qmljsdocument.h" "5" -"qmljsevaluate.h" "5" -"qmljsfindexportedcpptypes.h" "5" -"qmljsicons.h" "5" -"qmljsicontextpane.h" "5" -"qmljsimportdependencies.h" "5" -"qmljsindenter.h" "5" -"qmljsinterpreter.h" "5" -"qmljslineinfo.h" "5" -"qmljslink.h" "5" -"qmljsmodelmanagerinterface.h" "5" -"qmljsplugindumper.h" "5" -"qmljspropertyreader.h" "5" -"qmljsqrcparser.h" "5" -"qmljsreformatter.h" "5" -"qmljsrewriter.h" "5" -"qmljsscanner.h" "5" -"qmljsscopeastpath.h" "5" -"qmljsscopebuilder.h" "5" -"qmljsscopechain.h" "5" -"qmljssimplereader.h" "5" -"qmljsstaticanalysismessage.h" "5" -"qmljstypedescriptionreader.h" "5" -"qmljsutils.h" "5" -"qmljsvalueowner.h" "5" -"qmljsviewercontext.h" "5" "qtcreator_ctrlc_stub" "2" "process_ctrlc_stub.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "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:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "qtcreatorcdbext" "2" "qtcreatorcdbext.qbs:8" "3" "Group 4" "3" -"qtcreatorcdbext.qbs:154" "4" +"qtcreatorcdbext.qbs:116" "4" "pythonDumper" "3" -"qtcreatorcdbext.qbs:108" "4" +"qtcreatorcdbext.qbs:71" "4" "pycdbextmodule.cpp" "4" "pycdbextmodule.h" "4" "pyfield.cpp" "4" @@ -3822,10 +3998,12 @@ "pyvalue.cpp" "4" "pyvalue.h" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "common.cpp" "3" "common.h" "3" @@ -3851,202 +4029,240 @@ "symbolgroupvalue.cpp" "3" "symbolgroupvalue.h" "3" "QtcSsh" "2" -"ssh.qbs:4" "3" +"ssh.qbs:3" "3" "QtcSsh" "3" -"ssh.qbs:9" "4" +"ssh.qbs:6" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" -"botan.cpp" "5" -"botan.h" "5" -"sftpchannel.cpp" "4" -"sftpchannel.h" "4" -"sftpchannel_p.h" "4" "sftpdefs.cpp" "4" "sftpdefs.h" "4" "sftpfilesystemmodel.cpp" "4" "sftpfilesystemmodel.h" "4" -"sftpincomingpacket.cpp" "4" -"sftpincomingpacket_p.h" "4" -"sftpoperation.cpp" "4" -"sftpoperation_p.h" "4" -"sftpoutgoingpacket.cpp" "4" -"sftpoutgoingpacket_p.h" "4" -"sftppacket.cpp" "4" -"sftppacket_p.h" "4" +"sftpsession.cpp" "4" +"sftpsession.h" "4" +"sftptransfer.cpp" "4" +"sftptransfer.h" "4" "ssh.qrc" "4" "/ssh" "5" "images" "6" -"dir.png" "7" "help.png" "7" -"unknownfile.png" "7" -"sshagent.cpp" "4" -"sshagent_p.h" "4" -"sshbotanconversions_p.h" "4" -"sshcapabilities.cpp" "4" -"sshcapabilities_p.h" "4" -"sshchannel.cpp" "4" -"sshchannel_p.h" "4" -"sshchannelmanager.cpp" "4" -"sshchannelmanager_p.h" "4" "sshconnection.cpp" "4" "sshconnection.h" "4" -"sshconnection_p.h" "4" "sshconnectionmanager.cpp" "4" "sshconnectionmanager.h" "4" -"sshcryptofacility.cpp" "4" -"sshcryptofacility_p.h" "4" -"sshdirecttcpiptunnel.cpp" "4" -"sshdirecttcpiptunnel.h" "4" -"sshdirecttcpiptunnel_p.h" "4" -"ssherrors.h" "4" -"sshexception_p.h" "4" -"sshforwardedtcpiptunnel.cpp" "4" -"sshforwardedtcpiptunnel.h" "4" -"sshforwardedtcpiptunnel_p.h" "4" -"sshhostkeydatabase.cpp" "4" -"sshhostkeydatabase.h" "4" -"sshincomingpacket.cpp" "4" -"sshincomingpacket_p.h" "4" -"sshinit.cpp" "4" -"sshinit_p.h" "4" "sshkeycreationdialog.cpp" "4" "sshkeycreationdialog.h" "4" "sshkeycreationdialog.ui" "4" -"sshkeyexchange.cpp" "4" -"sshkeyexchange_p.h" "4" -"sshkeygenerator.cpp" "4" -"sshkeygenerator.h" "4" -"sshkeypasswordretriever.cpp" "4" -"sshkeypasswordretriever_p.h" "4" "sshlogging.cpp" "4" "sshlogging_p.h" "4" -"sshoutgoingpacket.cpp" "4" -"sshoutgoingpacket_p.h" "4" -"sshpacket.cpp" "4" -"sshpacket_p.h" "4" -"sshpacketparser.cpp" "4" -"sshpacketparser_p.h" "4" -"sshpseudoterminal.h" "4" +"sshprocess.cpp" "4" +"sshprocess.h" "4" "sshremoteprocess.cpp" "4" "sshremoteprocess.h" "4" -"sshremoteprocess_p.h" "4" "sshremoteprocessrunner.cpp" "4" "sshremoteprocessrunner.h" "4" -"sshsendfacility.cpp" "4" -"sshsendfacility_p.h" "4" -"sshtcpipforwardserver.cpp" "4" -"sshtcpipforwardserver.h" "4" -"sshtcpipforwardserver_p.h" "4" -"sshtcpiptunnel.cpp" "4" -"sshtcpiptunnel_p.h" "4" -"QtcSsh dev headers" "3" -"ssh.qbs:7" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"sftpchannel.h" "5" -"sftpchannel_p.h" "5" -"sftpdefs.h" "5" -"sftpfilesystemmodel.h" "5" -"sftpincomingpacket_p.h" "5" -"sftpoperation_p.h" "5" -"sftpoutgoingpacket_p.h" "5" -"sftppacket_p.h" "5" -"ssh_global.h" "5" -"sshagent_p.h" "5" -"sshbotanconversions_p.h" "5" -"sshcapabilities_p.h" "5" -"sshchannel_p.h" "5" -"sshchannelmanager_p.h" "5" -"sshconnection.h" "5" -"sshconnection_p.h" "5" -"sshconnectionmanager.h" "5" -"sshcryptofacility_p.h" "5" -"sshdirecttcpiptunnel.h" "5" -"sshdirecttcpiptunnel_p.h" "5" -"ssherrors.h" "5" -"sshexception_p.h" "5" -"sshforwardedtcpiptunnel.h" "5" -"sshforwardedtcpiptunnel_p.h" "5" -"sshhostkeydatabase.h" "5" -"sshincomingpacket_p.h" "5" -"sshinit_p.h" "5" -"sshkeycreationdialog.h" "5" -"sshkeyexchange_p.h" "5" -"sshkeygenerator.h" "5" -"sshkeypasswordretriever_p.h" "5" -"sshlogging_p.h" "5" -"sshoutgoingpacket_p.h" "5" -"sshpacket_p.h" "5" -"sshpacketparser_p.h" "5" -"sshpseudoterminal.h" "5" -"sshremoteprocess.h" "5" -"sshremoteprocess_p.h" "5" -"sshremoteprocessrunner.h" "5" -"sshsendfacility_p.h" "5" -"sshtcpipforwardserver.h" "5" -"sshtcpipforwardserver_p.h" "5" -"sshtcpiptunnel_p.h" "5" +"sshsettings.cpp" "4" +"sshsettings.h" "4" "Sqlite" "2" "sqlite.qbs:3" "3" -"Group 4" "3" -"sqlite.qbs:32" "4" -"createtablesqlstatementbuilder.cpp" "4" -"createtablesqlstatementbuilder.h" "4" -"sqlitebasestatement.cpp" "4" -"sqlitebasestatement.h" "4" -"sqlitecolumn.cpp" "4" -"sqlitecolumn.h" "4" -"sqlitedatabase.cpp" "4" -"sqlitedatabase.h" "4" -"sqlitedatabasebackend.cpp" "4" -"sqlitedatabasebackend.h" "4" -"sqliteexception.cpp" "4" -"sqliteexception.h" "4" -"sqliteglobal.cpp" "4" -"sqliteglobal.h" "4" -"sqliteindex.h" "4" -"sqlitereadstatement.cpp" "4" -"sqlitereadstatement.h" "4" -"sqlitereadwritestatement.cpp" "4" -"sqlitereadwritestatement.h" "4" -"sqlitetable.cpp" "4" -"sqlitetable.h" "4" -"sqlitetransaction.h" "4" -"sqlitewritestatement.cpp" "4" -"sqlitewritestatement.h" "4" -"sqlstatementbuilder.cpp" "4" -"sqlstatementbuilder.h" "4" -"sqlstatementbuilderexception.cpp" "4" -"sqlstatementbuilderexception.h" "4" -"utf8string.cpp" "4" -"utf8string.h" "4" -"utf8stringvector.cpp" "4" -"utf8stringvector.h" "4" -"standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" -"qtcreator_gui_pch.h" "5" -"standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" -"qtcreator_pch.h" "5" -"ThirdPartySqlite" "3" -"sqlite.qbs:21" "4" +"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" +"syntax-highlighting.qbs:7" "4" +"KSyntaxHighlighting_bundled" "3" +"syntax-highlighting.qbs:24" "4" +"autogenerated lib" "4" +"syntax-highlighting.qbs:104" "5" +"ksyntaxhighlighting_export.h" "5" +"ksyntaxhighlighting_logging.cpp" "5" +"ksyntaxhighlighting_logging.h" "5" +"KSyntaxHighlighting data" "4" +"syntax-highlighting.qbs:93" "5" +"syntax" "5" +"licenses" "6" +"LICENSE.GPLv2" "7" +"LICENSE.GPLv3" "7" +"LICENSE.LGPLv21" "7" +"LICENSE.LGPLv3" "7" +"alert.xml" "6" +"autoconf.xml" "6" +"bash.xml" "6" +"cmake.xml" "6" +"comments.xml" "6" +"css.xml" "6" +"doxygen.xml" "6" +"dtd.xml" "6" +"html.xml" "6" +"ini.xml" "6" +"java.xml" "6" +"javadoc.xml" "6" +"json.xml" "6" +"makefile.xml" "6" +"markdown.xml" "6" +"modelines.xml" "6" +"perl.xml" "6" +"powershell.xml" "6" +"python.xml" "6" +"qdocconf.xml" "6" +"ruby.xml" "6" +"spdx-comments.xml" "6" +"valgrind-suppression.xml" "6" +"xml.xml" "6" +"yacc.xml" "6" +"lib" "4" +"syntax-highlighting.qbs:43" "5" +"abstracthighlighter.cpp" "5" +"abstracthighlighter.h" "5" +"abstracthighlighter_p.h" "5" +"context.cpp" "5" +"context_p.h" "5" +"contextswitch.cpp" "5" +"contextswitch_p.h" "5" +"definition.cpp" "5" +"definition.h" "5" +"definition_p.h" "5" +"definitiondownloader.cpp" "5" +"definitiondownloader.h" "5" +"definitionref_p.h" "5" +"foldingregion.cpp" "5" +"foldingregion.h" "5" +"format.cpp" "5" +"format.h" "5" +"format_p.h" "5" +"htmlhighlighter.cpp" "5" +"htmlhighlighter.h" "5" +"keywordlist.cpp" "5" +"keywordlist_p.h" "5" +"matchresult_p.h" "5" +"repository.cpp" "5" +"repository.h" "5" +"repository_p.h" "5" +"rule.cpp" "5" +"rule_p.h" "5" +"state.cpp" "5" +"state.h" "5" +"state_p.h" "5" +"syntaxhighlighter.cpp" "5" +"syntaxhighlighter.h" "5" +"textstyledata_p.h" "5" +"theme.cpp" "5" +"theme.h" "5" +"themedata.cpp" "5" +"themedata_p.h" "5" +"wildcardmatcher.cpp" "5" +"wildcardmatcher_p.h" "5" +"worddelimiters.cpp" "5" +"worddelimiters_p.h" "5" +"xml_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" +"theme data" "4" +"syntax-highlighting.qbs:113" "5" +"theme-data.qrc" "5" +"/org.kde.syntax-highlighting/themes" "6" +"atom-one-dark.theme" "7" +"atom-one-light.theme" "7" +"ayu-dark.theme" "7" +"ayu-light.theme" "7" +"ayu-mirage.theme" "7" +"breeze-dark.theme" "7" +"breeze-light.theme" "7" +"dracula.theme" "7" +"falcon.theme" "7" +"github-dark.theme" "7" +"github-light.theme" "7" +"gruvbox-dark.theme" "7" +"gruvbox-light.theme" "7" +"monokai.theme" "7" +"nord.theme" "7" +"oblivion.theme" "7" +"printing.theme" "7" +"radical.theme" "7" +"solarized-dark.theme" "7" +"solarized-light.theme" "7" +"vim-dark.theme" "7" "Tracing" "2" "tracing.qbs:5" "3" "Tracing" "3" -"tracing.qbs:10" "4" +"tracing.qbs:8" "4" "General" "4" -"tracing.qbs:14" "5" +"tracing.qbs:13" "5" "flamegraph.cpp" "5" "flamegraph.h" "5" "flamegraphattached.h" "5" "README" "5" +"safecastable.h" "5" "timelineabstractrenderer.cpp" "5" "timelineabstractrenderer.h" "5" "timelineabstractrenderer_p.h" "5" @@ -4091,7 +4307,7 @@ "QML" "4" "tracing.qbs:42" "5" "tracing.qrc" "5" -"/tracing" "6" +"/QtCreator/Tracing" "6" "ButtonsBar.qml" "7" "CategoryLabel.qml" "7" "Detail.qml" "7" @@ -4125,61 +4341,27 @@ "TimelineText.qml" "7" "TimeMarks.qml" "7" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Unit test utilities" "4" "tracing.qbs:48" "5" "runscenegraphtest.cpp" "5" "runscenegraphtest.h" "5" -"Tracing dev headers" "3" -"tracing.qbs:8" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"flamegraph.h" "5" -"flamegraphattached.h" "5" -"runscenegraphtest.h" "5" -"timelineabstractrenderer.h" "5" -"timelineabstractrenderer_p.h" "5" -"timelineformattime.h" "5" -"timelineitemsrenderpass.h" "5" -"timelinemodel.h" "5" -"timelinemodel_p.h" "5" -"timelinemodelaggregator.h" "5" -"timelinenotesmodel.h" "5" -"timelinenotesmodel_p.h" "5" -"timelinenotesrenderpass.h" "5" -"timelineoverviewrenderer.h" "5" -"timelineoverviewrenderer_p.h" "5" -"timelinerenderer.h" "5" -"timelinerenderer_p.h" "5" -"timelinerenderpass.h" "5" -"timelinerenderstate.h" "5" -"timelinerenderstate_p.h" "5" -"timelineselectionrenderpass.h" "5" -"timelinetheme.h" "5" -"timelinetracefile.h" "5" -"timelinetracemanager.h" "5" -"timelinezoomcontrol.h" "5" -"traceevent.h" "5" -"traceeventtype.h" "5" -"tracestashfile.h" "5" -"tracing_global.h" "5" "Utils" "2" "utils.qbs:4" "3" "Utils" "3" -"utils.qbs:9" "4" -"ConsoleProcess_unix" "4" -"utils.qbs:301" "5" -"consoleprocess_unix.cpp" "5" -"FileUtils_osx" "4" -"utils.qbs:309" "5" +"utils.qbs:7" "4" +"FileUtils_macos" "4" +"utils.qbs:354" "5" "fileutils_mac.h" "5" "fileutils_mac.mm" "5" "MimeTypes" "4" -"utils.qbs:325" "5" +"utils.qbs:379" "5" "mimedatabase.cpp" "5" "mimedatabase.h" "5" "mimedatabase_p.h" "5" @@ -4197,32 +4379,48 @@ "mimetypeparser.cpp" "5" "mimetypeparser_p.h" "5" "ProcessHandle_macos" "4" -"utils.qbs:317" "5" +"utils.qbs:371" "5" "processhandle_mac.mm" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Theme" "4" -"utils.qbs:270" "5" +"utils.qbs:332" "5" "theme.cpp" "5" "theme.h" "5" "theme_p.h" "5" +"Theme_macos" "4" +"utils.qbs:362" "5" +"theme_mac.h" "5" +"theme_mac.mm" "5" "Tooltip" "4" -"utils.qbs:280" "5" +"utils.qbs:342" "5" "effects.h" "5" -"reuse.h" "5" "tips.cpp" "5" "tips.h" "5" "tooltip.cpp" "5" "tooltip.h" "5" -"WindowsUtils" "4" -"utils.qbs:293" "5" -"consoleprocess_win.cpp" "5" +"TouchBar implementation" "4" +"utils.qbs:406" "5" +"touchbar_appdelegate_mac.mm" "5" +"touchbar_appdelegate_mac_p.h" "5" +"touchbar_mac.mm" "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" @@ -4239,6 +4437,16 @@ "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" @@ -4272,6 +4480,9 @@ "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" @@ -4282,6 +4493,10 @@ "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" @@ -4334,6 +4549,8 @@ "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" @@ -4344,8 +4561,16 @@ "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" @@ -4356,6 +4581,8 @@ "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.png" "5" @@ -4370,10 +4597,16 @@ "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" @@ -4384,6 +4617,14 @@ "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" @@ -4396,12 +4637,26 @@ "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" @@ -4414,12 +4669,19 @@ "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" @@ -4435,18 +4697,22 @@ "zoomout_overlay.png" "5" "zoomout_overlay@2x.png" "5" "algorithm.h" "4" -"annotateditemdelegate.cpp" "4" -"annotateditemdelegate.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" @@ -4457,20 +4723,28 @@ "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" -"consoleprocess_p.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" @@ -4500,6 +4774,8 @@ "fileinprojectfinder.h" "4" "filenamevalidatinglineedit.cpp" "4" "filenamevalidatinglineedit.h" "4" +"filepath.cpp" "4" +"filepath.h" "4" "filesearch.cpp" "4" "filesearch.h" "4" "filesystemwatcher.cpp" "4" @@ -4514,8 +4790,12 @@ "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" @@ -4530,28 +4810,59 @@ "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" -"newclasswidget.cpp" "4" -"newclasswidget.h" "4" -"newclasswidget.ui" "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" @@ -4565,11 +4876,16 @@ "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" @@ -4580,6 +4896,8 @@ "proxycredentialsdialog.cpp" "4" "proxycredentialsdialog.h" "4" "proxycredentialsdialog.ui" "4" +"qrcparser.cpp" "4" +"qrcparser.h" "4" "qtcassert.cpp" "4" "qtcassert.h" "4" "qtcolorbutton.cpp" "4" @@ -4587,6 +4905,8 @@ "QtConcurrentTools" "4" "qtcprocess.cpp" "4" "qtcprocess.h" "4" +"qtcsettings.cpp" "4" +"qtcsettings.h" "4" "reloadpromptutils.cpp" "4" "reloadpromptutils.h" "4" "removefiledialog.cpp" "4" @@ -4594,11 +4914,10 @@ "removefiledialog.ui" "4" "runextensions.cpp" "4" "runextensions.h" "4" -"savedaction.cpp" "4" -"savedaction.h" "4" "savefile.cpp" "4" "savefile.h" "4" "scopedswap.h" "4" +"set_algorithm.h" "4" "settingsaccessor.cpp" "4" "settingsaccessor.h" "4" "settingsselector.cpp" "4" @@ -4608,6 +4927,8 @@ "shellcommand.h" "4" "shellcommandpage.cpp" "4" "shellcommandpage.h" "4" +"singleton.cpp" "4" +"singleton.h" "4" "sizedarray.h" "4" "smallstring.h" "4" "smallstringio.h" "4" @@ -4616,6 +4937,7 @@ "smallstringliteral.h" "4" "smallstringmemory.h" "4" "smallstringvector.h" "4" +"span.h" "4" "statuslabel.cpp" "4" "statuslabel.h" "4" "stringutils.cpp" "4" @@ -4624,8 +4946,6 @@ "styledbar.h" "4" "stylehelper.cpp" "4" "stylehelper.h" "4" -"synchronousprocess.cpp" "4" -"synchronousprocess.h" "4" "templateengine.cpp" "4" "templateengine.h" "4" "temporarydirectory.cpp" "4" @@ -4640,6 +4960,8 @@ "textfileformat.h" "4" "textutils.cpp" "4" "textutils.h" "4" +"threadutils.cpp" "4" +"threadutils.h" "4" "treemodel.cpp" "4" "treemodel.h" "4" "treeviewcombobox.cpp" "4" @@ -4651,6 +4973,48 @@ "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" @@ -4699,6 +5063,9 @@ "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" @@ -4771,6 +5138,10 @@ "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" @@ -4783,6 +5154,8 @@ "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.png" "7" @@ -4797,6 +5170,8 @@ "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" @@ -4823,12 +5198,22 @@ "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" @@ -4843,10 +5228,13 @@ "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" @@ -4861,10 +5249,14 @@ "zoomin_overlay@2x.png" "7" "zoomout_overlay.png" "7" "zoomout_overlay@2x.png" "7" +"mimetypes" "6" +"freedesktop.org.xml" "7" "f1.png" "7" "utils_global.h" "4" "utilsicons.cpp" "4" "utilsicons.h" "4" +"variablechooser.cpp" "4" +"variablechooser.h" "4" "variant.h" "4" "winutils.cpp" "4" "winutils.h" "4" @@ -4872,172 +5264,124 @@ "wizard.h" "4" "wizardpage.cpp" "4" "wizardpage.h" "4" -"Utils dev headers" "3" -"utils.qbs:7" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"mimetypes" "5" -"mimedatabase.h" "6" -"mimedatabase_p.h" "6" -"mimeglobpattern_p.h" "6" -"mimemagicrule_p.h" "6" -"mimemagicrulematcher_p.h" "6" -"mimeprovider_p.h" "6" -"mimetype.h" "6" -"mimetype_p.h" "6" -"mimetypeparser_p.h" "6" -"theme" "5" -"theme.h" "6" -"theme_p.h" "6" -"tooltip" "5" -"effects.h" "6" -"reuse.h" "6" -"tips.h" "6" -"tooltip.h" "6" -"algorithm.h" "5" -"annotateditemdelegate.h" "5" -"ansiescapecodehandler.h" "5" -"appmainwindow.h" "5" -"basetreeview.h" "5" -"benchmarker.h" "5" -"buildablehelperlibrary.h" "5" -"categorysortfiltermodel.h" "5" -"changeset.h" "5" -"checkablemessagebox.h" "5" -"classnamevalidatinglineedit.h" "5" -"codegeneration.h" "5" -"completinglineedit.h" "5" -"completingtextedit.h" "5" -"consoleprocess.h" "5" -"consoleprocess_p.h" "5" -"crumblepath.h" "5" -"declarationmacros.h" "5" -"detailsbutton.h" "5" -"detailswidget.h" "5" -"dropsupport.h" "5" -"elfreader.h" "5" -"elidinglabel.h" "5" -"environment.h" "5" -"environmentdialog.h" "5" -"environmentmodel.h" "5" -"execmenu.h" "5" -"executeondestruction.h" "5" -"fadingindicator.h" "5" -"faketooltip.h" "5" -"fancylineedit.h" "5" -"fancymainwindow.h" "5" -"filecrumblabel.h" "5" -"fileinprojectfinder.h" "5" -"filenamevalidatinglineedit.h" "5" -"filesearch.h" "5" -"filesystemwatcher.h" "5" -"fileutils.h" "5" -"fileutils_mac.h" "5" -"filewizardpage.h" "5" -"fixedsizeclicklabel.h" "5" -"flowlayout.h" "5" -"functiontraits.h" "5" -"fuzzymatcher.h" "5" -"guard.h" "5" -"headerviewstretcher.h" "5" -"highlightingitemdelegate.h" "5" -"historycompleter.h" "5" -"hostosinfo.h" "5" -"htmldocextractor.h" "5" -"icon.h" "5" -"itemviews.h" "5" -"json.h" "5" -"linecolumn.h" "5" -"link.h" "5" -"listutils.h" "5" -"macroexpander.h" "5" -"mapreduce.h" "5" -"navigationtreeview.h" "5" -"networkaccessmanager.h" "5" -"newclasswidget.h" "5" -"optional.h" "5" -"osspecificaspects.h" "5" -"outputformat.h" "5" -"outputformatter.h" "5" -"overridecursor.h" "5" -"parameteraction.h" "5" -"pathchooser.h" "5" -"pathlisteditor.h" "5" -"persistentsettings.h" "5" -"pointeralgorithm.h" "5" -"port.h" "5" -"portlist.h" "5" -"predicates.h" "5" -"processhandle.h" "5" -"progressindicator.h" "5" -"projectintropage.h" "5" -"proxyaction.h" "5" -"proxycredentialsdialog.h" "5" -"qtcassert.h" "5" -"qtcolorbutton.h" "5" -"qtcprocess.h" "5" -"reloadpromptutils.h" "5" -"removefiledialog.h" "5" -"runextensions.h" "5" -"savedaction.h" "5" -"savefile.h" "5" -"scopedswap.h" "5" -"settingsaccessor.h" "5" -"settingsselector.h" "5" -"settingsutils.h" "5" -"shellcommand.h" "5" -"shellcommandpage.h" "5" -"sizedarray.h" "5" -"smallstring.h" "5" -"smallstringfwd.h" "5" -"smallstringio.h" "5" -"smallstringiterator.h" "5" -"smallstringlayout.h" "5" -"smallstringliteral.h" "5" -"smallstringmemory.h" "5" -"smallstringvector.h" "5" -"smallstringview.h" "5" -"statuslabel.h" "5" -"stringutils.h" "5" -"styledbar.h" "5" -"stylehelper.h" "5" -"synchronousprocess.h" "5" -"templateengine.h" "5" -"temporarydirectory.h" "5" -"temporaryfile.h" "5" -"textfieldcheckbox.h" "5" -"textfieldcombobox.h" "5" -"textfileformat.h" "5" -"textutils.h" "5" -"treemodel.h" "5" -"treeviewcombobox.h" "5" -"uncommentselection.h" "5" -"unixutils.h" "5" -"url.h" "5" -"utils_global.h" "5" -"utilsicons.h" "5" -"variant.h" "5" -"winutils.h" "5" -"wizard.h" "5" -"wizardpage.h" "5" +"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.h" "7" +"iterator_fwd.h" "7" +"memory.h" "7" +"node.h" "7" +"node_data.h" "7" +"node_iterator.h" "7" +"node_ref.h" "7" +"convert.h" "6" +"detail" "6" +"emit.h" "6" +"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.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" "Plugins" "1" "plugins.qbs:3" "2" "Android" "2" "android.qbs:3" "3" "Android" "3" -"android.qbs:8" "4" +"android.qbs:6" "4" "PluginMetaData" "4" "QtcPlugin.qbs:49" "5" "Android.json.in" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" -"adbcommandswidget.cpp" "4" -"adbcommandswidget.h" "4" -"adbcommandswidget.ui" "4" "addnewavddialog.ui" "4" "android.qrc" "4" "/android" "5" @@ -5046,15 +5390,11 @@ "androiddevice@2x.png" "7" "androiddevicesmall.png" "7" "androiddevicesmall@2x.png" "7" -"download.png" "7" "android_global.h" "4" "androidavdmanager.cpp" "4" "androidavdmanager.h" "4" "androidbuildapkstep.cpp" "4" "androidbuildapkstep.h" "4" -"androidbuildapkwidget.cpp" "4" -"androidbuildapkwidget.h" "4" -"androidbuildapkwidget.ui" "4" "androidconfigurations.cpp" "4" "androidconfigurations.h" "4" "androidconstants.h" "4" @@ -5063,24 +5403,16 @@ "androidcreatekeystorecertificate.ui" "4" "androiddebugsupport.cpp" "4" "androiddebugsupport.h" "4" -"androiddeployconfiguration.cpp" "4" -"androiddeployconfiguration.h" "4" "androiddeployqtstep.cpp" "4" "androiddeployqtstep.h" "4" -"androiddeployqtwidget.cpp" "4" -"androiddeployqtwidget.h" "4" -"androiddeployqtwidget.ui" "4" "androiddevice.cpp" "4" "androiddevice.h" "4" -"androiddevicedialog.cpp" "4" -"androiddevicedialog.h" "4" -"androiddevicedialog.ui" "4" -"androiddevicefactory.cpp" "4" -"androiddevicefactory.h" "4" +"androiddeviceinfo.cpp" "4" +"androiddeviceinfo.h" "4" "androiderrormessage.cpp" "4" "androiderrormessage.h" "4" -"androidgdbserverkitinformation.cpp" "4" -"androidgdbserverkitinformation.h" "4" +"androidextralibrarylistmodel.cpp" "4" +"androidextralibrarylistmodel.h" "4" "androidglobal.h" "4" "androidmanager.cpp" "4" "androidmanager.h" "4" @@ -5090,6 +5422,10 @@ "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" @@ -5098,14 +5434,12 @@ "androidplugin.h" "4" "androidpotentialkit.cpp" "4" "androidpotentialkit.h" "4" +"androidqmlpreviewworker.cpp" "4" +"androidqmlpreviewworker.h" "4" "androidqmltoolingsupport.cpp" "4" "androidqmltoolingsupport.h" "4" -"androidqtsupport.cpp" "4" -"androidqtsupport.h" "4" "androidqtversion.cpp" "4" "androidqtversion.h" "4" -"androidqtversionfactory.cpp" "4" -"androidqtversionfactory.h" "4" "androidrunconfiguration.cpp" "4" "androidrunconfiguration.h" "4" "androidruncontrol.cpp" "4" @@ -5114,6 +5448,8 @@ "androidrunner.h" "4" "androidrunnerworker.cpp" "4" "androidrunnerworker.h" "4" +"androidsdkdownloader.cpp" "4" +"androidsdkdownloader.h" "4" "androidsdkmanager.cpp" "4" "androidsdkmanager.h" "4" "androidsdkmanagerwidget.cpp" "4" @@ -5123,8 +5459,9 @@ "androidsdkmodel.h" "4" "androidsdkpackage.cpp" "4" "androidsdkpackage.h" "4" -"androidsettingspage.cpp" "4" -"androidsettingspage.h" "4" +"androidservicewidget.cpp" "4" +"androidservicewidget.h" "4" +"androidservicewidget_p.h" "4" "androidsettingswidget.cpp" "4" "androidsettingswidget.h" "4" "androidsettingswidget.ui" "4" @@ -5132,76 +5469,84 @@ "androidsignaloperation.h" "4" "androidtoolchain.cpp" "4" "androidtoolchain.h" "4" -"androidtoolmanager.cpp" "4" -"androidtoolmanager.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" -"Android dev headers" "3" -"android.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"adbcommandswidget.h" "5" -"android_global.h" "5" -"androidavdmanager.h" "5" -"androidbuildapkstep.h" "5" -"androidbuildapkwidget.h" "5" -"androidconfigurations.h" "5" -"androidconstants.h" "5" -"androidcreatekeystorecertificate.h" "5" -"androiddebugsupport.h" "5" -"androiddeployconfiguration.h" "5" -"androiddeployqtstep.h" "5" -"androiddeployqtwidget.h" "5" -"androiddevice.h" "5" -"androiddevicedialog.h" "5" -"androiddevicefactory.h" "5" -"androiderrormessage.h" "5" -"androidgdbserverkitinformation.h" "5" -"androidglobal.h" "5" -"androidmanager.h" "5" -"androidmanifestdocument.h" "5" -"androidmanifesteditor.h" "5" -"androidmanifesteditorfactory.h" "5" -"androidmanifesteditorwidget.h" "5" -"androidpackageinstallationstep.h" "5" -"androidplugin.h" "5" -"androidpotentialkit.h" "5" -"androidqmltoolingsupport.h" "5" -"androidqtsupport.h" "5" -"androidqtversion.h" "5" -"androidqtversionfactory.h" "5" -"androidrunconfiguration.h" "5" -"androidruncontrol.h" "5" -"androidrunner.h" "5" -"androidrunnerworker.h" "5" -"androidsdkmanager.h" "5" -"androidsdkmanagerwidget.h" "5" -"androidsdkmodel.h" "5" -"androidsdkpackage.h" "5" -"androidsettingspage.h" "5" -"androidsettingswidget.h" "5" -"androidsignaloperation.h" "5" -"androidtoolchain.h" "5" -"androidtoolmanager.h" "5" -"avddialog.h" "5" -"certificatesmodel.h" "5" -"javaeditor.h" "5" -"javaindenter.h" "5" -"javaparser.h" "5" +"splashscreencontainerwidget.cpp" "4" +"splashscreencontainerwidget.h" "4" +"splashscreenwidget.cpp" "4" +"splashscreenwidget.h" "4" "AutoTest" "2" "autotest.qbs:3" "3" "Auto Test Wizard" "3" -"autotest.qbs:114" "4" +"autotest.qbs:141" "4" +"Boost Test framework files" "3" +"autotest.qbs:108" "4" +"boost" "4" +"boostcodeparser.cpp" "5" +"boostcodeparser.h" "5" +"boosttestconfiguration.cpp" "5" +"boosttestconfiguration.h" "5" +"boosttestconstants.h" "5" +"boosttestframework.cpp" "5" +"boosttestframework.h" "5" +"boosttestoutputreader.cpp" "5" +"boosttestoutputreader.h" "5" +"boosttestparser.cpp" "5" +"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" +"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" +"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" +"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:97" "4" +"autotest.qbs:101" "4" "gtest" "4" "gtest_utils.cpp" "5" "gtest_utils.h" "5" @@ -5218,9 +5563,6 @@ "gtestresult.h" "5" "gtestsettings.cpp" "5" "gtestsettings.h" "5" -"gtestsettingspage.cpp" "5" -"gtestsettingspage.h" "5" -"gtestsettingspage.ui" "5" "gtesttreeitem.cpp" "5" "gtesttreeitem.h" "5" "gtestvisitors.cpp" "5" @@ -5229,7 +5571,7 @@ "QtcPlugin.qbs:49" "4" "AutoTest.json.in" "4" "QtTest framework files" "3" -"autotest.qbs:83" "4" +"autotest.qbs:87" "4" "qtest" "4" "qttest_utils.cpp" "5" "qttest_utils.h" "5" @@ -5246,15 +5588,12 @@ "qttestresult.h" "5" "qttestsettings.cpp" "5" "qttestsettings.h" "5" -"qttestsettingspage.cpp" "5" -"qttestsettingspage.h" "5" -"qttestsettingspage.ui" "5" "qttesttreeitem.cpp" "5" "qttesttreeitem.h" "5" "qttestvisitors.cpp" "5" "qttestvisitors.h" "5" "Quick Test framework files" "3" -"autotest.qbs:90" "4" +"autotest.qbs:94" "4" "quick" "4" "quicktest_utils.cpp" "5" "quicktest_utils.h" "5" @@ -5269,13 +5608,15 @@ "quicktestvisitors.cpp" "5" "quicktestvisitors.h" "5" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Test sources" "3" -"autotest.qbs:104" "4" +"autotest.qbs:129" "4" "autotestunittests.cpp" "4" "autotestunittests.h" "4" "autotestunittests.qrc" "4" @@ -5347,6 +5688,29 @@ "tst_simple.h" "9" "plain.pro" "8" "plain.qbs" "8" +"simple_boost" "7" +"src" "8" +"main.cpp" "9" +"src.pro" "9" +"src.qbs" "9" +"tests" "8" +"deco" "9" +"deco.pro" "10" +"deco.qbs" "10" +"enab.h" "10" +"main.cpp" "10" +"fix" "9" +"fix.cpp" "10" +"fix.pro" "10" +"fix.qbs" "10" +"params" "9" +"main.cpp" "10" +"params.pro" "10" +"params.qbs" "10" +"tests.pro" "9" +"tests.qbs" "9" +"simple_boost.pro" "8" +"simple_boost.qbs" "8" "simple_gt" "7" "src" "8" "main.cpp" "9" @@ -5375,24 +5739,21 @@ "tests.qbs" "9" "simple_gt.pro" "8" "simple_gt.qbs" "8" +"loadprojectscenario.cpp" "4" +"loadprojectscenario.h" "4" "autotest.qrc" "3" "/autotest" "4" "images" "5" "benchmark.png" "6" "benchmark@2x.png" "6" "data.png" "6" +"data@2x.png" "6" "leafsort.png" "6" "leafsort@2x.png" "6" -"run_file.png" "6" -"run_file@2x.png" "6" -"runselected_boxes.png" "6" -"runselected_boxes@2x.png" "6" -"runselected_tickmarks.png" "6" -"runselected_tickmarks@2x.png" "6" "settingscategory_autotest.png" "6" "settingscategory_autotest@2x.png" "6" -"sort.png" "6" -"sort@2x.png" "6" +"suite.png" "6" +"suite@2x.png" "6" "text.png" "6" "text@2x.png" "6" "visual.png" "6" @@ -5402,11 +5763,13 @@ "autotesticons.h" "3" "autotestplugin.cpp" "3" "autotestplugin.h" "3" -"iframeworksettings.h" "3" +"itemdatacache.h" "3" +"itestframework.cpp" "3" "itestframework.h" "3" "itestparser.cpp" "3" "itestparser.h" "3" -"itestsettingspage.h" "3" +"projectsettingswidget.cpp" "3" +"projectsettingswidget.h" "3" "testcodeparser.cpp" "3" "testcodeparser.h" "3" "testconfiguration.cpp" "3" @@ -5419,6 +5782,8 @@ "testnavigationwidget.h" "3" "testoutputreader.cpp" "3" "testoutputreader.h" "3" +"testprojectsettings.cpp" "3" +"testprojectsettings.h" "3" "testresult.cpp" "3" "testresult.h" "3" "testresultdelegate.cpp" "3" @@ -5449,10 +5814,12 @@ "QtcPlugin.qbs:49" "4" "AutotoolsProjectManager.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "autogenstep.cpp" "3" "autogenstep.h" "3" @@ -5460,15 +5827,9 @@ "autoreconfstep.h" "3" "autotoolsbuildconfiguration.cpp" "3" "autotoolsbuildconfiguration.h" "3" -"autotoolsbuildsettingswidget.cpp" "3" -"autotoolsbuildsettingswidget.h" "3" -"autotoolsopenprojectwizard.cpp" "3" -"autotoolsopenprojectwizard.h" "3" -"autotoolsproject.cpp" "3" -"autotoolsproject.h" "3" +"autotoolsbuildsystem.cpp" "3" +"autotoolsbuildsystem.h" "3" "autotoolsprojectconstants.h" "3" -"autotoolsprojectnode.cpp" "3" -"autotoolsprojectnode.h" "3" "autotoolsprojectplugin.cpp" "3" "autotoolsprojectplugin.h" "3" "configurestep.cpp" "3" @@ -5481,69 +5842,122 @@ "makestep.h" "3" "BareMetal" "2" "baremetal.qbs:3" "3" +"GDB Servers" "3" +"baremetal.qbs:40" "4" +"eblinkgdbserverprovider.cpp" "4" +"eblinkgdbserverprovider.h" "4" +"gdbserverprovider.cpp" "4" +"gdbserverprovider.h" "4" +"genericgdbserverprovider.cpp" "4" +"genericgdbserverprovider.h" "4" +"jlinkgdbserverprovider.cpp" "4" +"jlinkgdbserverprovider.h" "4" +"openocdgdbserverprovider.cpp" "4" +"openocdgdbserverprovider.h" "4" +"stlinkutilgdbserverprovider.cpp" "4" +"stlinkutilgdbserverprovider.h" "4" +"General" "3" +"baremetal.qbs:15" "4" +"baremetal.qrc" "4" +"/baremetal" "5" +"images" "6" +"baremetaldevice.png" "7" +"baremetaldevice@2x.png" "7" +"baremetaldevicesmall.png" "7" +"baremetaldevicesmall@2x.png" "7" +"baremetalconstants.h" "4" +"baremetaldebugsupport.cpp" "4" +"baremetaldebugsupport.h" "4" +"baremetaldevice.cpp" "4" +"baremetaldevice.h" "4" +"baremetaldeviceconfigurationwidget.cpp" "4" +"baremetaldeviceconfigurationwidget.h" "4" +"baremetaldeviceconfigurationwizard.cpp" "4" +"baremetaldeviceconfigurationwizard.h" "4" +"baremetaldeviceconfigurationwizardpages.cpp" "4" +"baremetaldeviceconfigurationwizardpages.h" "4" +"baremetalplugin.cpp" "4" +"baremetalplugin.h" "4" +"baremetalrunconfiguration.cpp" "4" +"baremetalrunconfiguration.h" "4" +"debugserverproviderchooser.cpp" "4" +"debugserverproviderchooser.h" "4" +"debugserverprovidermanager.cpp" "4" +"debugserverprovidermanager.h" "4" +"debugserverproviderssettingspage.cpp" "4" +"debugserverproviderssettingspage.h" "4" +"iarewparser.cpp" "4" +"iarewparser.h" "4" +"iarewtoolchain.cpp" "4" +"iarewtoolchain.h" "4" +"idebugserverprovider.cpp" "4" +"idebugserverprovider.h" "4" +"keilparser.cpp" "4" +"keilparser.h" "4" +"keiltoolchain.cpp" "4" +"keiltoolchain.h" "4" +"sdccparser.cpp" "4" +"sdccparser.h" "4" +"sdcctoolchain.cpp" "4" +"sdcctoolchain.h" "4" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "BareMetal.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" -"baremetal.qrc" "3" -"/baremetal" "4" -"images" "5" -"baremetaldevice.png" "6" -"baremetaldevice@2x.png" "6" -"baremetaldevicesmall.png" "6" -"baremetaldevicesmall@2x.png" "6" -"baremetalconstants.h" "3" -"baremetalcustomrunconfiguration.cpp" "3" -"baremetalcustomrunconfiguration.h" "3" -"baremetaldebugsupport.cpp" "3" -"baremetaldebugsupport.h" "3" -"baremetaldevice.cpp" "3" -"baremetaldevice.h" "3" -"baremetaldeviceconfigurationfactory.cpp" "3" -"baremetaldeviceconfigurationfactory.h" "3" -"baremetaldeviceconfigurationwidget.cpp" "3" -"baremetaldeviceconfigurationwidget.h" "3" -"baremetaldeviceconfigurationwizard.cpp" "3" -"baremetaldeviceconfigurationwizard.h" "3" -"baremetaldeviceconfigurationwizardpages.cpp" "3" -"baremetaldeviceconfigurationwizardpages.h" "3" -"baremetalgdbcommandsdeploystep.cpp" "3" -"baremetalgdbcommandsdeploystep.h" "3" -"baremetalplugin.cpp" "3" -"baremetalplugin.h" "3" -"baremetalrunconfiguration.cpp" "3" -"baremetalrunconfiguration.h" "3" -"defaultgdbserverprovider.cpp" "3" -"defaultgdbserverprovider.h" "3" -"gdbserverprovider.cpp" "3" -"gdbserverprovider.h" "3" -"gdbserverproviderchooser.cpp" "3" -"gdbserverproviderchooser.h" "3" -"gdbserverprovidermanager.cpp" "3" -"gdbserverprovidermanager.h" "3" -"gdbserverproviderprocess.cpp" "3" -"gdbserverproviderprocess.h" "3" -"gdbserverproviderssettingspage.cpp" "3" -"gdbserverproviderssettingspage.h" "3" -"openocdgdbserverprovider.cpp" "3" -"openocdgdbserverprovider.h" "3" -"stlinkutilgdbserverprovider.cpp" "3" -"stlinkutilgdbserverprovider.h" "3" +"UVSC Servers" "3" +"baremetal.qbs:53" "4" +"jlinkuvscserverprovider.cpp" "4" +"jlinkuvscserverprovider.h" "4" +"simulatoruvscserverprovider.cpp" "4" +"simulatoruvscserverprovider.h" "4" +"stlinkuvscserverprovider.cpp" "4" +"stlinkuvscserverprovider.h" "4" +"uvproject.cpp" "4" +"uvproject.h" "4" +"uvprojectwriter.cpp" "4" +"uvprojectwriter.h" "4" +"uvscserverprovider.cpp" "4" +"uvscserverprovider.h" "4" +"uvtargetdevicemodel.cpp" "4" +"uvtargetdevicemodel.h" "4" +"uvtargetdeviceselection.cpp" "4" +"uvtargetdeviceselection.h" "4" +"uvtargetdeviceviewer.cpp" "4" +"uvtargetdeviceviewer.h" "4" +"uvtargetdrivermodel.cpp" "4" +"uvtargetdrivermodel.h" "4" +"uvtargetdriverselection.cpp" "4" +"uvtargetdriverselection.h" "4" +"uvtargetdriverviewer.cpp" "4" +"uvtargetdriverviewer.h" "4" +"xmlnodevisitor.h" "4" +"xmlproject.cpp" "4" +"xmlproject.h" "4" +"xmlprojectwriter.cpp" "4" +"xmlprojectwriter.h" "4" +"xmlproperty.cpp" "4" +"xmlproperty.h" "4" +"xmlpropertygroup.cpp" "4" +"xmlpropertygroup.h" "4" "Bazaar" "2" "bazaar.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "Bazaar.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "annotationhighlighter.cpp" "3" "annotationhighlighter.h" "3" @@ -5552,8 +5966,6 @@ "bazaarcommitpanel.ui" "3" "bazaarcommitwidget.cpp" "3" "bazaarcommitwidget.h" "3" -"bazaarcontrol.cpp" "3" -"bazaarcontrol.h" "3" "bazaareditor.cpp" "3" "bazaareditor.h" "3" "bazaarplugin.cpp" "3" @@ -5565,20 +5977,15 @@ "commiteditor.cpp" "3" "commiteditor.h" "3" "constants.h" "3" -"optionspage.cpp" "3" -"optionspage.h" "3" -"optionspage.ui" "3" "pullorpushdialog.cpp" "3" "pullorpushdialog.h" "3" "pullorpushdialog.ui" "3" "revertdialog.ui" "3" -"uncommitdialog.cpp" "3" -"uncommitdialog.h" "3" "uncommitdialog.ui" "3" "Beautifier" "2" "beautifier.qbs:3" "3" "ArtisticStyle" "3" -"beautifier.qbs:40" "4" +"beautifier.qbs:36" "4" "artisticstyle.cpp" "4" "artisticstyle.h" "4" "artisticstyleconstants.h" "4" @@ -5588,7 +5995,7 @@ "artisticstylesettings.cpp" "4" "artisticstylesettings.h" "4" "ClangFormat" "3" -"beautifier.qbs:55" "4" +"beautifier.qbs:51" "4" "clangformat.cpp" "4" "clangformat.h" "4" "clangformatconstants.h" "4" @@ -5601,13 +6008,15 @@ "QtcPlugin.qbs:49" "4" "Beautifier.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Uncrustify" "3" -"beautifier.qbs:70" "4" +"beautifier.qbs:66" "4" "uncrustify.cpp" "4" "uncrustify.h" "4" "uncrustifyconstants.h" "4" @@ -5627,8 +6036,6 @@ "beautifierconstants.h" "3" "beautifierplugin.cpp" "3" "beautifierplugin.h" "3" -"command.cpp" "3" -"command.h" "3" "configurationdialog.cpp" "3" "configurationdialog.h" "3" "configurationdialog.ui" "3" @@ -5648,10 +6055,12 @@ "QtcPlugin.qbs:49" "4" "BinEditor.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "bineditor_global.h" "3" "bineditorconstants.h" "3" @@ -5668,10 +6077,12 @@ "QtcPlugin.qbs:49" "4" "Bookmarks.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "bookmark.cpp" "3" "bookmark.h" "3" @@ -5682,40 +6093,90 @@ "bookmarks_global.h" "3" "bookmarksplugin.cpp" "3" "bookmarksplugin.h" "3" +"Boot2Qt" "2" +"boot2qt.qbs:3" "3" +"Device Detection" "3" +"boot2qt.qbs:47" "4" +"devicedetector.cpp" "4" +"devicedetector.h" "4" +"hostmessages.cpp" "4" +"hostmessages.h" "4" +"qdbdevicetracker.cpp" "4" +"qdbdevicetracker.h" "4" +"qdbmessagetracker.cpp" "4" +"qdbmessagetracker.h" "4" +"qdbwatcher.cpp" "4" +"qdbwatcher.h" "4" +"General" "3" +"boot2qt.qbs:16" "4" +"qdb.qrc" "4" +"/qdb" "5" +"images" "6" +"qdbdevice.png" "7" +"qdbdevice@2x.png" "7" +"qdbdevicesmall.png" "7" +"qdbdevicesmall@2x.png" "7" +"qdb_global.h" "4" +"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" +"qdbplugin.h" "4" +"qdbqtversion.cpp" "4" +"qdbqtversion.h" "4" +"qdbrunconfiguration.cpp" "4" +"qdbrunconfiguration.h" "4" +"qdbstopapplicationservice.cpp" "4" +"qdbstopapplicationservice.h" "4" +"qdbstopapplicationstep.cpp" "4" +"qdbstopapplicationstep.h" "4" +"qdbutils.cpp" "4" +"qdbutils.h" "4" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"Boot2Qt.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" "ClangCodeModel" "2" "clangcodemodel.qbs:4" "3" "Other files" "3" -"clangcodemodel.qbs:135" "4" +"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:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Test resources" "3" -"clangcodemodel.qbs:127" "4" -"completionWithProject.cpp" "4" -"constructorCompletion.cpp" "4" -"dotToArrowCorrection.cpp" "4" -"doxygenKeywordsCompletion.cpp" "4" -"functionCompletion.cpp" "4" -"globalCompletion.cpp" "4" -"includeDirectiveCompletion.cpp" "4" -"memberCompletion.cpp" "4" +"clangcodemodel.qbs:126" "4" "myheader.h" "4" "mysource.cpp" "4" -"noDotToArrowCorrectionForFloats.cpp" "4" "objc_messages_1.mm" "4" "objc_messages_2.mm" "4" "objc_messages_3.mm" "4" -"preprocessorKeywordsCompletion.cpp" "4" "Tests" "3" -"clangcodemodel.qbs:112" "4" +"clangcodemodel.qbs:109" "4" "data" "4" "clangtestdata.qrc" "5" "clangautomationutils.cpp" "4" @@ -5724,12 +6185,12 @@ "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" -"clangassistproposal.cpp" "3" -"clangassistproposal.h" "3" "clangassistproposalitem.cpp" "3" "clangassistproposalitem.h" "3" "clangassistproposalmodel.cpp" "3" @@ -5757,12 +6218,18 @@ "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" @@ -5799,114 +6266,54 @@ "clanguiheaderondiskmanager.h" "3" "clangutils.cpp" "3" "clangutils.h" "3" -"ClangPchManager" "2" -"clangpchmanager.qbs:4" "3" +"ClangFormat" "2" +"clangformat.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" -"ClangPchManager.json.in" "4" +"ClangFormat.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" -"clangpchmanager_global.h" "3" -"clangpchmanagerplugin.cpp" "3" -"clangpchmanagerplugin.h" "3" -"pchmanagerclient.cpp" "3" -"pchmanagerclient.h" "3" -"pchmanagerconnectionclient.cpp" "3" -"pchmanagerconnectionclient.h" "3" -"pchmanagernotifierinterface.cpp" "3" -"pchmanagernotifierinterface.h" "3" -"pchmanagerprojectupdater.cpp" "3" -"pchmanagerprojectupdater.h" "3" -"projectupdater.cpp" "3" -"projectupdater.h" "3" -"qtcreatorprojectupdater.cpp" "3" -"qtcreatorprojectupdater.h" "3" -"ClangRefactoring" "2" -"clangrefactoring.qbs:4" "3" -"PluginMetaData" "3" -"QtcPlugin.qbs:49" "4" -"ClangRefactoring.json.in" "4" -"standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" -"qtcreator_gui_pch.h" "5" -"standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" -"qtcreator_pch.h" "5" -"baseclangquerytexteditorwidget.cpp" "3" -"baseclangquerytexteditorwidget.h" "3" -"clangqueryexamplehighlighter.cpp" "3" -"clangqueryexamplehighlighter.h" "3" -"clangqueryexamplehighlightmarker.h" "3" -"clangqueryexampletexteditorwidget.cpp" "3" -"clangqueryexampletexteditorwidget.h" "3" -"clangqueryhighlighter.cpp" "3" -"clangqueryhighlighter.h" "3" -"clangqueryhighlightmarker.h" "3" -"clangqueryhoverhandler.cpp" "3" -"clangqueryhoverhandler.h" "3" -"clangqueryprojectsfindfilter.cpp" "3" -"clangqueryprojectsfindfilter.h" "3" -"clangqueryprojectsfindfilter.ui" "3" -"clangqueryprojectsfindfilterwidget.cpp" "3" -"clangqueryprojectsfindfilterwidget.h" "3" -"clangquerytexteditorwidget.cpp" "3" -"clangquerytexteditorwidget.h" "3" -"clangrefactoringplugin.cpp" "3" -"clangrefactoringplugin.h" "3" -"locatorfilter.cpp" "3" -"locatorfilter.h" "3" -"projectpartutilities.cpp" "3" -"projectpartutilities.h" "3" -"qtcreatorclangqueryfindfilter.cpp" "3" -"qtcreatorclangqueryfindfilter.h" "3" -"qtcreatoreditormanager.cpp" "3" -"qtcreatoreditormanager.h" "3" -"qtcreatorsearch.cpp" "3" -"qtcreatorsearch.h" "3" -"qtcreatorsearchhandle.cpp" "3" -"qtcreatorsearchhandle.h" "3" -"qtcreatorsymbolsfindfilter.cpp" "3" -"qtcreatorsymbolsfindfilter.h" "3" -"querysqlitestatementfactory.h" "3" -"refactoringclient.cpp" "3" -"refactoringclient.h" "3" -"refactoringconnectionclient.cpp" "3" -"refactoringconnectionclient.h" "3" -"refactoringengine.cpp" "3" -"refactoringengine.h" "3" -"refactoringprojectupdater.cpp" "3" -"refactoringprojectupdater.h" "3" -"searchhandle.cpp" "3" -"searchhandle.h" "3" -"searchinterface.h" "3" -"sourcelocations.h" "3" -"symbol.h" "3" -"symbolquery.h" "3" -"symbolqueryinterface.h" "3" -"symbolsfindfilter.cpp" "3" -"symbolsfindfilter.h" "3" -"symbolsfindfilterconfigwidget.cpp" "3" -"symbolsfindfilterconfigwidget.h" "3" +"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:111" "4" +"clangtools.qbs:106" "4" "creator-clang-static-analyzer.qdoc" "5" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "ClangTools.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Unit test resources" "3" -"clangtools.qbs:104" "4" +"clangtools.qbs:99" "4" "clangtidy_clazy" "4" "clangtidy_clazy.pro" "5" "clazy_example.cpp" "5" @@ -5940,24 +6347,50 @@ "stdc++11-includes.pro" "5" "stdc++11-includes.qbs" "5" "Unit tests" "3" -"clangtools.qbs:92" "4" +"clangtools.qbs:87" "4" "clangtoolspreconfiguredsessiontests.cpp" "4" "clangtoolspreconfiguredsessiontests.h" "4" "clangtoolsunittests.cpp" "4" "clangtoolsunittests.h" "4" "clangtoolsunittests.qrc" "4" +"/clangtools" "5" +"unit-tests" "6" +"clangtidy_clazy" "7" +"clangtidy_clazy.pro" "8" +"clazy_example.cpp" "8" +"tidy_example.cpp" "8" +"qt-essential-includes" "7" +"main.cpp" "8" +"qt-essential-includes.pro" "8" +"qt-essential-includes.qbs" "8" +"qt-widgets-app" "7" +"main.cpp" "8" +"mainwindow.cpp" "8" +"mainwindow.h" "8" +"mainwindow.ui" "8" +"qt-widgets-app.pro" "8" +"qt-widgets-app.qbs" "8" +"simple" "7" +"main.cpp" "8" +"simple.pro" "8" +"simple.qbs" "8" +"simple-library" "7" +"simple-library.cpp" "8" +"simple-library.h" "8" +"simple-library.pro" "8" +"simple-library.qbs" "8" +"stdc++11-includes" "7" +"main.cpp" "8" +"stdc++11-includes.pro" "8" +"stdc++11-includes.qbs" "8" "clangfileinfo.h" "3" "clangfixitsrefactoringchanges.cpp" "3" "clangfixitsrefactoringchanges.h" "3" "clangselectablefilesdialog.cpp" "3" "clangselectablefilesdialog.h" "3" "clangselectablefilesdialog.ui" "3" -"clangtidyclazyruncontrol.cpp" "3" -"clangtidyclazyruncontrol.h" "3" "clangtidyclazyrunner.cpp" "3" "clangtidyclazyrunner.h" "3" -"clangtidyclazytool.cpp" "3" -"clangtidyclazytool.h" "3" "clangtool.cpp" "3" "clangtool.h" "3" "clangtoolruncontrol.cpp" "3" @@ -5965,12 +6398,6 @@ "clangtoolrunner.cpp" "3" "clangtoolrunner.h" "3" "clangtools_global.h" "3" -"clangtoolsbasicsettings.cpp" "3" -"clangtoolsbasicsettings.h" "3" -"clangtoolsbasicsettings.ui" "3" -"clangtoolsconfigwidget.cpp" "3" -"clangtoolsconfigwidget.h" "3" -"clangtoolsconfigwidget.ui" "3" "clangtoolsconstants.h" "3" "clangtoolsdiagnostic.cpp" "3" "clangtoolsdiagnostic.h" "3" @@ -5991,16 +6418,41 @@ "clangtoolssettings.h" "3" "clangtoolsutils.cpp" "3" "clangtoolsutils.h" "3" +"clazychecks.ui" "3" +"diagnosticconfigswidget.cpp" "3" +"diagnosticconfigswidget.h" "3" +"diagnosticmark.cpp" "3" +"diagnosticmark.h" "3" +"documentclangtoolrunner.cpp" "3" +"documentclangtoolrunner.h" "3" +"documentquickfixfactory.cpp" "3" +"documentquickfixfactory.h" "3" +"executableinfo.cpp" "3" +"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" "ClassView.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "classviewconstants.h" "3" "classviewmanager.cpp" "3" @@ -6029,10 +6481,12 @@ "QtcPlugin.qbs:49" "4" "ClearCase.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "activityselector.cpp" "3" "activityselector.h" "3" @@ -6042,8 +6496,6 @@ "checkoutdialog.h" "3" "checkoutdialog.ui" "3" "clearcaseconstants.h" "3" -"clearcasecontrol.cpp" "3" -"clearcasecontrol.h" "3" "clearcaseeditor.cpp" "3" "clearcaseeditor.h" "3" "clearcaseplugin.cpp" "3" @@ -6069,31 +6521,25 @@ "QtcPlugin.qbs:49" "4" "CMakeProjectManager.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" -"builddirmanager.cpp" "3" -"builddirmanager.h" "3" "builddirparameters.cpp" "3" "builddirparameters.h" "3" -"builddirreader.cpp" "3" -"builddirreader.h" "3" "cmake_global.h" "3" "cmakeautocompleter.cpp" "3" "cmakeautocompleter.h" "3" "cmakebuildconfiguration.cpp" "3" "cmakebuildconfiguration.h" "3" -"cmakebuildinfo.h" "3" -"cmakebuildsettingswidget.cpp" "3" -"cmakebuildsettingswidget.h" "3" "cmakebuildstep.cpp" "3" "cmakebuildstep.h" "3" -"cmakebuildtarget.cpp" "3" +"cmakebuildsystem.cpp" "3" +"cmakebuildsystem.h" "3" "cmakebuildtarget.h" "3" -"cmakecbpparser.cpp" "3" -"cmakecbpparser.h" "3" "cmakeconfigitem.cpp" "3" "cmakeconfigitem.h" "3" "cmakeeditor.cpp" "3" @@ -6102,14 +6548,14 @@ "cmakefilecompletionassist.h" "3" "cmakeindenter.cpp" "3" "cmakeindenter.h" "3" -"cmakekitconfigwidget.cpp" "3" -"cmakekitconfigwidget.h" "3" "cmakekitinformation.cpp" "3" "cmakekitinformation.h" "3" "cmakelocatorfilter.cpp" "3" "cmakelocatorfilter.h" "3" "cmakeparser.cpp" "3" "cmakeparser.h" "3" +"cmakeprocess.cpp" "3" +"cmakeprocess.h" "3" "cmakeproject.cpp" "3" "cmakeproject.h" "3" "cmakeproject.qrc" "3" @@ -6126,50 +6572,48 @@ "cmakeprojectnodes.h" "3" "cmakeprojectplugin.cpp" "3" "cmakeprojectplugin.h" "3" -"cmakerunconfiguration.cpp" "3" -"cmakerunconfiguration.h" "3" "cmakesettingspage.cpp" "3" "cmakesettingspage.h" "3" "cmakespecificsettings.cpp" "3" "cmakespecificsettings.h" "3" -"cmakespecificsettingspage.cpp" "3" -"cmakespecificsettingspage.h" "3" -"cmakespecificsettingspage.ui" "3" "cmaketool.cpp" "3" "cmaketool.h" "3" "cmaketoolmanager.cpp" "3" "cmaketoolmanager.h" "3" +"cmaketoolsettingsaccessor.cpp" "3" +"cmaketoolsettingsaccessor.h" "3" "configmodel.cpp" "3" "configmodel.h" "3" "configmodelitemdelegate.cpp" "3" "configmodelitemdelegate.h" "3" -"servermode.cpp" "3" -"servermode.h" "3" -"servermodereader.cpp" "3" -"servermodereader.h" "3" -"tealeafreader.cpp" "3" -"tealeafreader.h" "3" -"treescanner.cpp" "3" -"treescanner.h" "3" +"fileapidataextractor.cpp" "3" +"fileapidataextractor.h" "3" +"fileapiparser.cpp" "3" +"fileapiparser.h" "3" +"fileapireader.cpp" "3" +"fileapireader.h" "3" +"projecttreehelper.cpp" "3" +"projecttreehelper.h" "3" "CodePaster" "2" "cpaster.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "CodePaster.json.in" "4" "Shared" "3" -"cpaster.qbs:53" "4" +"cpaster.qbs:47" "4" +"." "4" "cgi.cpp" "5" "cgi.h" "5" "splitter.cpp" "5" "splitter.h" "5" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" -"authenticationdialog.cpp" "3" -"authenticationdialog.h" "3" "columnindicatortextedit.cpp" "3" "columnindicatortextedit.h" "3" "cpaster.qrc" "3" @@ -6180,15 +6624,12 @@ "cpasterconstants.h" "3" "cpasterplugin.cpp" "3" "cpasterplugin.h" "3" +"dpastedotcomprotocol.cpp" "3" +"dpastedotcomprotocol.h" "3" "fileshareprotocol.cpp" "3" "fileshareprotocol.h" "3" "fileshareprotocolsettingspage.cpp" "3" "fileshareprotocolsettingspage.h" "3" -"fileshareprotocolsettingswidget.ui" "3" -"kdepasteprotocol.cpp" "3" -"kdepasteprotocol.h" "3" -"pastebindotcaprotocol.cpp" "3" -"pastebindotcaprotocol.h" "3" "pastebindotcomprotocol.cpp" "3" "pastebindotcomprotocol.h" "3" "pastebindotcomsettings.ui" "3" @@ -6202,17 +6643,75 @@ "protocol.h" "3" "settings.cpp" "3" "settings.h" "3" -"settingspage.cpp" "3" -"settingspage.h" "3" -"settingspage.ui" "3" +"stickynotespasteprotocol.cpp" "3" +"stickynotespasteprotocol.h" "3" "urlopenprotocol.cpp" "3" "urlopenprotocol.h" "3" +"CompilationDatabaseProjectManager" "2" +"compilationdatabaseprojectmanager.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"CompilationDatabaseProjectManager.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" +"compilationdatabaseprojectmanager.qbs:34" "4" +"llvm" "4" +"compile_commands.json" "5" +"qtc" "4" +"compile_commands.json" "5" +"Tests" "3" +"compilationdatabaseprojectmanager.qbs:24" "4" +"compilationdatabasetests.cpp" "4" +"compilationdatabasetests.h" "4" +"compilationdatabasetests.qrc" "4" +"/" "5" +"database_samples" "6" +"llvm" "7" +"compile_commands.json" "8" +"qtc" "7" +"compile_commands.json" "8" +"compilationdatabaseconstants.h" "3" +"compilationdatabaseproject.cpp" "3" +"compilationdatabaseproject.h" "3" +"compilationdatabaseprojectmanagerplugin.cpp" "3" +"compilationdatabaseprojectmanagerplugin.h" "3" +"compilationdatabaseutils.cpp" "3" +"compilationdatabaseutils.h" "3" +"compilationdbparser.cpp" "3" +"compilationdbparser.h" "3" +"Conan" "2" +"conan.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"Conan.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" +"conanconstants.h" "3" +"conaninstallstep.cpp" "3" +"conaninstallstep.h" "3" +"conanplugin.cpp" "3" +"conanplugin.h" "3" +"conansettings.cpp" "3" +"conansettings.h" "3" "Core" "2" -"coreplugin.qbs:4" "3" +"coreplugin.qbs:5" "3" "Core" "3" -"coreplugin.qbs:9" "4" +"coreplugin.qbs:8" "4" "Action Manager" "4" -"coreplugin.qbs:191" "5" +"coreplugin.qbs:179" "5" "actioncontainer.cpp" "5" "actioncontainer.h" "5" "actioncontainer_p.h" "5" @@ -6229,10 +6728,12 @@ "commandsfile.cpp" "5" "commandsfile.h" "5" "Dialogs" "4" -"coreplugin.qbs:204" "5" +"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" @@ -6244,6 +6745,8 @@ "newdialog.cpp" "5" "newdialog.h" "5" "newdialog.ui" "5" +"newdialogwidget.cpp" "5" +"newdialogwidget.h" "5" "openwithdialog.cpp" "5" "openwithdialog.h" "5" "openwithdialog.ui" "5" @@ -6252,6 +6755,8 @@ "readonlyfilesdialog.cpp" "5" "readonlyfilesdialog.h" "5" "readonlyfilesdialog.ui" "5" +"restartdialog.cpp" "5" +"restartdialog.h" "5" "saveitemsdialog.cpp" "5" "saveitemsdialog.h" "5" "saveitemsdialog.ui" "5" @@ -6260,7 +6765,7 @@ "shortcutsettings.cpp" "5" "shortcutsettings.h" "5" "Editor Manager" "4" -"coreplugin.qbs:222" "5" +"coreplugin.qbs:213" "5" "documentmodel.cpp" "5" "documentmodel.h" "5" "documentmodel_p.h" "5" @@ -6277,6 +6782,7 @@ "ieditor.h" "5" "ieditorfactory.cpp" "5" "ieditorfactory.h" "5" +"ieditorfactory_p.h" "5" "iexternaleditor.cpp" "5" "iexternaleditor.h" "5" "openeditorsview.cpp" "5" @@ -6286,7 +6792,7 @@ "systemeditor.cpp" "5" "systemeditor.h" "5" "Find" "4" -"coreplugin.qbs:289" "5" +"coreplugin.qbs:280" "5" "basetextfind.cpp" "5" "basetextfind.h" "5" "currentdocumentfind.cpp" "5" @@ -6322,7 +6828,10 @@ "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" @@ -6338,7 +6847,7 @@ "searchresultwindow.h" "5" "textfindconstants.h" "5" "General" "4" -"coreplugin.qbs:39" "5" +"coreplugin.qbs:31" "5" "basefilewizard.cpp" "5" "basefilewizard.h" "5" "basefilewizardfactory.cpp" "5" @@ -6402,14 +6911,15 @@ "generalsettings.ui" "5" "generatedfile.cpp" "5" "generatedfile.h" "5" +"helpitem.cpp" "5" +"helpitem.h" "5" "helpmanager.cpp" "5" "helpmanager.h" "5" +"helpmanager_implementation.h" "5" "icontext.cpp" "5" "icontext.h" "5" "icore.cpp" "5" "icore.h" "5" -"id.cpp" "5" -"id.h" "5" "idocument.cpp" "5" "idocument.h" "5" "idocumentfactory.cpp" "5" @@ -6419,8 +6929,6 @@ "imode.h" "5" "inavigationwidgetfactory.cpp" "5" "inavigationwidgetfactory.h" "5" -"infobar.cpp" "5" -"infobar.h" "5" "ioutputpane.cpp" "5" "ioutputpane.h" "5" "iversioncontrol.cpp" "5" @@ -6469,9 +6977,8 @@ "patchtool.h" "5" "plugindialog.cpp" "5" "plugindialog.h" "5" -"reaper.cpp" "5" -"reaper.h" "5" -"reaper_p.h" "5" +"plugininstallwizard.cpp" "5" +"plugininstallwizard.h" "5" "rightpane.cpp" "5" "rightpane.h" "5" "settingsdatabase.cpp" "5" @@ -6493,18 +7000,16 @@ "textdocument.h" "5" "themechooser.cpp" "5" "themechooser.h" "5" -"toolsettings.cpp" "5" -"toolsettings.h" "5" -"variablechooser.cpp" "5" -"variablechooser.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:332" "5" +"coreplugin.qbs:326" "5" "basefilefilter.cpp" "5" "basefilefilter.h" "5" "commandlocator.cpp" "5" @@ -6521,6 +7026,8 @@ "filesystemfilter.ui" "5" "ilocatorfilter.cpp" "5" "ilocatorfilter.h" "5" +"javascriptfilter.cpp" "5" +"javascriptfilter.h" "5" "locator.cpp" "5" "locator.h" "5" "locatorconstants.h" "5" @@ -6537,20 +7044,16 @@ "locatorwidget.h" "5" "opendocumentsfilter.cpp" "5" "opendocumentsfilter.h" "5" -"Locator Javascript Filter" "4" -"coreplugin.qbs:371" "5" -"javascriptfilter.cpp" "5" -"javascriptfilter.h" "5" -"Locator_mac" "4" -"coreplugin.qbs:381" "5" -"locator" "5" -"spotlightlocatorfilter.h" "6" -"spotlightlocatorfilter.mm" "6" +"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:240" "5" +"coreplugin.qbs:231" "5" "futureprogress.cpp" "5" "futureprogress.h" "5" "progressbar.cpp" "5" @@ -6561,189 +7064,33 @@ "progressview.cpp" "5" "progressview.h" "5" "ProgressManager_mac" "4" -"coreplugin.qbs:259" "5" +"coreplugin.qbs:250" "5" "progressmanager" "5" "progressmanager_mac.mm" "6" "ProgressManager_win" "4" -"coreplugin.qbs:251" "5" +"coreplugin.qbs:242" "5" "progressmanager" "5" "progressmanager_win.cpp" "6" "ProgressManager_x11" "4" -"coreplugin.qbs:267" "5" +"coreplugin.qbs:258" "5" "progressmanager" "5" "progressmanager_x11.cpp" "6" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Tests" "4" -"coreplugin.qbs:275" "5" +"coreplugin.qbs:266" "5" "locator" "5" "locator_test.cpp" "6" "locatorfiltertest.cpp" "6" "locatorfiltertest.h" "6" "testdatadir.cpp" "5" "testdatadir.h" "5" -"Core dev headers" "3" -"coreplugin.qbs:7" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"actionmanager" "5" -"actioncontainer.h" "6" -"actioncontainer_p.h" "6" -"actionmanager.h" "6" -"actionmanager_p.h" "6" -"command.h" "6" -"command_p.h" "6" -"commandbutton.h" "6" -"commandmappings.h" "6" -"commandsfile.h" "6" -"dialogs" "5" -"addtovcsdialog.h" "6" -"externaltoolconfig.h" "6" -"filepropertiesdialog.h" "6" -"ioptionspage.h" "6" -"newdialog.h" "6" -"openwithdialog.h" "6" -"promptoverwritedialog.h" "6" -"readonlyfilesdialog.h" "6" -"saveitemsdialog.h" "6" -"settingsdialog.h" "6" -"shortcutsettings.h" "6" -"editormanager" "5" -"documentmodel.h" "6" -"documentmodel_p.h" "6" -"editorarea.h" "6" -"editormanager.h" "6" -"editormanager_p.h" "6" -"editorview.h" "6" -"editorwindow.h" "6" -"ieditor.h" "6" -"ieditorfactory.h" "6" -"iexternaleditor.h" "6" -"openeditorsview.h" "6" -"openeditorswindow.h" "6" -"systemeditor.h" "6" -"find" "5" -"basetextfind.h" "6" -"currentdocumentfind.h" "6" -"findplugin.h" "6" -"findtoolbar.h" "6" -"findtoolwindow.h" "6" -"highlightscrollbarcontroller.h" "6" -"ifindfilter.h" "6" -"ifindsupport.h" "6" -"itemviewfind.h" "6" -"searchresultcolor.h" "6" -"searchresultitem.h" "6" -"searchresulttreeitemdelegate.h" "6" -"searchresulttreeitemroles.h" "6" -"searchresulttreeitems.h" "6" -"searchresulttreemodel.h" "6" -"searchresulttreeview.h" "6" -"searchresultwidget.h" "6" -"searchresultwindow.h" "6" -"textfindconstants.h" "6" -"locator" "5" -"basefilefilter.h" "6" -"commandlocator.h" "6" -"directoryfilter.h" "6" -"executefilter.h" "6" -"externaltoolsfilter.h" "6" -"filesystemfilter.h" "6" -"ilocatorfilter.h" "6" -"javascriptfilter.h" "6" -"locator.h" "6" -"locatorconstants.h" "6" -"locatorfiltersfilter.h" "6" -"locatorfiltertest.h" "6" -"locatormanager.h" "6" -"locatorsearchutils.h" "6" -"locatorsettingspage.h" "6" -"locatorwidget.h" "6" -"opendocumentsfilter.h" "6" -"spotlightlocatorfilter.h" "6" -"progressmanager" "5" -"futureprogress.h" "6" -"progressbar.h" "6" -"progressmanager.h" "6" -"progressmanager_p.h" "6" -"progressview.h" "6" -"basefilewizard.h" "5" -"basefilewizardfactory.h" "5" -"core_global.h" "5" -"coreconstants.h" "5" -"coreicons.h" "5" -"corejsextensions.h" "5" -"coreplugin.h" "5" -"designmode.h" "5" -"diffservice.h" "5" -"documentmanager.h" "5" -"editmode.h" "5" -"editortoolbar.h" "5" -"externaltool.h" "5" -"externaltoolmanager.h" "5" -"fancyactionbar.h" "5" -"fancytabwidget.h" "5" -"featureprovider.h" "5" -"fileiconprovider.h" "5" -"fileutils.h" "5" -"findplaceholder.h" "5" -"generalsettings.h" "5" -"generatedfile.h" "5" -"helpmanager.h" "5" -"icontext.h" "5" -"icore.h" "5" -"id.h" "5" -"idocument.h" "5" -"idocumentfactory.h" "5" -"ifilewizardextension.h" "5" -"imode.h" "5" -"inavigationwidgetfactory.h" "5" -"infobar.h" "5" -"ioutputpane.h" "5" -"iversioncontrol.h" "5" -"iwelcomepage.h" "5" -"iwizardfactory.h" "5" -"jsexpander.h" "5" -"mainwindow.h" "5" -"manhattanstyle.h" "5" -"menubarfilter.h" "5" -"messagebox.h" "5" -"messagemanager.h" "5" -"messageoutputwindow.h" "5" -"mimetypemagicdialog.h" "5" -"mimetypesettings.h" "5" -"minisplitter.h" "5" -"modemanager.h" "5" -"navigationsubwidget.h" "5" -"navigationwidget.h" "5" -"opendocumentstreeview.h" "5" -"outputpane.h" "5" -"outputpanemanager.h" "5" -"outputwindow.h" "5" -"patchtool.h" "5" -"plugindialog.h" "5" -"reaper.h" "5" -"reaper_p.h" "5" -"rightpane.h" "5" -"settingsdatabase.h" "5" -"shellcommand.h" "5" -"sidebar.h" "5" -"sidebarwidget.h" "5" -"statusbarmanager.h" "5" -"styleanimator.h" "5" -"systemsettings.h" "5" -"testdatadir.h" "5" -"textdocument.h" "5" -"themechooser.h" "5" -"toolsettings.h" "5" -"variablechooser.h" "5" -"vcsmanager.h" "5" -"versiondialog.h" "5" -"windowsupport.h" "5" "cpaster" "2" "frontend.qbs:3" "3" "Frontend Sources" "3" @@ -6753,11 +7100,10 @@ "main.cpp" "4" "Plugin Sources" "3" "frontend.qbs:21" "4" +"." "4" "cpasterconstants.h" "5" -"kdepasteprotocol.cpp" "5" -"kdepasteprotocol.h" "5" -"pastebindotcaprotocol.cpp" "5" -"pastebindotcaprotocol.h" "5" +"dpastedotcomprotocol.cpp" "5" +"dpastedotcomprotocol.h" "5" "pastebindotcomprotocol.cpp" "5" "pastebindotcomprotocol.h" "5" "protocol.cpp" "5" @@ -6765,43 +7111,178 @@ "urlopenprotocol.cpp" "5" "urlopenprotocol.h" "5" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" +"Cppcheck" "2" +"cppcheck.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"Cppcheck.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" +"cppcheckconstants.h" "3" +"cppcheckdiagnostic.cpp" "3" +"cppcheckdiagnostic.h" "3" +"cppcheckdiagnosticmanager.h" "3" +"cppcheckdiagnosticsmodel.cpp" "3" +"cppcheckdiagnosticsmodel.h" "3" +"cppcheckdiagnosticview.cpp" "3" +"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" +"cppchecktextmark.cpp" "3" +"cppchecktextmark.h" "3" +"cppchecktextmarkmanager.cpp" "3" +"cppchecktextmarkmanager.h" "3" +"cppchecktool.cpp" "3" +"cppchecktool.h" "3" +"cppchecktrigger.cpp" "3" +"cppchecktrigger.h" "3" "CppEditor" "2" -"cppeditor.qbs:4" "3" +"cppeditor.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "CppEditor.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" +"TestCase" "3" +"cppeditor.qbs:261" "4" +"cpptoolstestcase.cpp" "4" +"cpptoolstestcase.h" "4" "Tests" "3" -"cppeditor.qbs:75" "4" +"cppeditor.qbs:270" "4" +"compileroptionsbuilder_test.cpp" "4" +"compileroptionsbuilder_test.h" "4" +"cppcodegen_test.cpp" "4" +"cppcodegen_test.h" "4" +"cppcompletion_test.cpp" "4" +"cppcompletion_test.h" "4" "cppdoxygen_test.cpp" "4" "cppdoxygen_test.h" "4" -"cppeditortestcase.cpp" "4" -"cppeditortestcase.h" "4" +"cppheadersource_test.cpp" "4" +"cppheadersource_test.h" "4" "cppincludehierarchy_test.cpp" "4" +"cppincludehierarchy_test.h" "4" +"cpplocalsymbols_test.cpp" "4" +"cpplocalsymbols_test.h" "4" +"cpplocatorfilter_test.cpp" "4" +"cpplocatorfilter_test.h" "4" +"cppmodelmanager_test.cpp" "4" +"cppmodelmanager_test.h" "4" +"cpppointerdeclarationformatter_test.cpp" "4" +"cpppointerdeclarationformatter_test.h" "4" "cppquickfix_test.cpp" "4" "cppquickfix_test.h" "4" +"cppsourceprocessertesthelper.cpp" "4" +"cppsourceprocessertesthelper.h" "4" +"cppsourceprocessor_test.cpp" "4" +"cppsourceprocessor_test.h" "4" "cppuseselections_test.cpp" "4" +"cppuseselections_test.h" "4" "fileandtokenactions_test.cpp" "4" +"fileandtokenactions_test.h" "4" "followsymbol_switchmethoddecldef_test.cpp" "4" +"followsymbol_switchmethoddecldef_test.h" "4" +"modelmanagertesthelper.cpp" "4" +"modelmanagertesthelper.h" "4" +"projectinfo_test.cpp" "4" +"projectinfo_test.h" "4" +"symbolsearcher_test.cpp" "4" +"symbolsearcher_test.h" "4" +"typehierarchybuilder_test.cpp" "4" +"typehierarchybuilder_test.h" "4" +"abstracteditorsupport.cpp" "3" +"abstracteditorsupport.h" "3" +"abstractoverviewmodel.h" "3" +"baseeditordocumentparser.cpp" "3" +"baseeditordocumentparser.h" "3" +"baseeditordocumentprocessor.cpp" "3" +"baseeditordocumentprocessor.h" "3" +"builtincursorinfo.cpp" "3" +"builtincursorinfo.h" "3" +"builtineditordocumentparser.cpp" "3" +"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" +"clangdiagnosticconfigsmodel.h" "3" +"clangdiagnosticconfigsselectionwidget.cpp" "3" +"clangdiagnosticconfigsselectionwidget.h" "3" +"clangdiagnosticconfigswidget.cpp" "3" +"clangdiagnosticconfigswidget.h" "3" +"clangdiagnosticconfigswidget.ui" "3" +"compileroptionsbuilder.cpp" "3" +"compileroptionsbuilder.h" "3" "cppautocompleter.cpp" "3" "cppautocompleter.h" "3" +"cppbuiltinmodelmanagersupport.cpp" "3" +"cppbuiltinmodelmanagersupport.h" "3" +"cppcanonicalsymbol.cpp" "3" +"cppcanonicalsymbol.h" "3" +"cppchecksymbols.cpp" "3" +"cppchecksymbols.h" "3" +"cppcodeformatter.cpp" "3" +"cppcodeformatter.h" "3" "cppcodemodelinspectordialog.cpp" "3" "cppcodemodelinspectordialog.h" "3" "cppcodemodelinspectordialog.ui" "3" -"cppdocumentationcommenthelper.cpp" "3" -"cppdocumentationcommenthelper.h" "3" -"cppeditor.cpp" "3" -"cppeditor.h" "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" +"cppcodestylepreferencesfactory.h" "3" +"cppcodestylesettings.cpp" "3" +"cppcodestylesettings.h" "3" +"cppcodestylesettingspage.cpp" "3" +"cppcodestylesettingspage.h" "3" +"cppcodestylesettingspage.ui" "3" +"cppcodestylesnippets.h" "3" +"cppcompletionassist.cpp" "3" +"cppcompletionassist.h" "3" +"cppcompletionassistprocessor.cpp" "3" +"cppcompletionassistprocessor.h" "3" +"cppcompletionassistprovider.cpp" "3" +"cppcompletionassistprovider.h" "3" +"cppcurrentdocumentfilter.cpp" "3" +"cppcurrentdocumentfilter.h" "3" +"cppcursorinfo.h" "3" +"cppdoxygen.cpp" "3" +"cppdoxygen.h" "3" +"cppdoxygen.kwgen" "3" "cppeditor.qrc" "3" "/cppeditor" "4" "images" "5" @@ -6815,389 +7296,204 @@ "cppeditorconstants.h" "3" "cppeditordocument.cpp" "3" "cppeditordocument.h" "3" -"cppeditorenums.h" "3" +"cppeditoroutline.cpp" "3" +"cppeditoroutline.h" "3" "cppeditorplugin.cpp" "3" "cppeditorplugin.h" "3" "cppeditorwidget.cpp" "3" "cppeditorwidget.h" "3" +"cppelementevaluator.cpp" "3" +"cppelementevaluator.h" "3" +"cppfileiterationorder.cpp" "3" +"cppfileiterationorder.h" "3" +"cppfilesettingspage.cpp" "3" +"cppfilesettingspage.h" "3" +"cppfilesettingspage.ui" "3" +"cppfindreferences.cpp" "3" +"cppfindreferences.h" "3" +"cppfollowsymbolundercursor.cpp" "3" +"cppfollowsymbolundercursor.h" "3" "cppfunctiondecldeflink.cpp" "3" "cppfunctiondecldeflink.h" "3" "cpphighlighter.cpp" "3" "cpphighlighter.h" "3" "cppincludehierarchy.cpp" "3" "cppincludehierarchy.h" "3" +"cppincludesfilter.cpp" "3" +"cppincludesfilter.h" "3" +"cppindexingsupport.cpp" "3" +"cppindexingsupport.h" "3" "cppinsertvirtualmethods.cpp" "3" "cppinsertvirtualmethods.h" "3" "cpplocalrenaming.cpp" "3" "cpplocalrenaming.h" "3" +"cpplocalsymbols.cpp" "3" +"cpplocalsymbols.h" "3" +"cpplocatordata.cpp" "3" +"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" "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" +"cppprojectfilecategorizer.h" "3" +"cppprojectinfogenerator.cpp" "3" +"cppprojectinfogenerator.h" "3" +"cppprojectpartchooser.cpp" "3" +"cppprojectpartchooser.h" "3" +"cppprojectupdater.cpp" "3" +"cppprojectupdater.h" "3" +"cppprojectupdaterinterface.h" "3" +"cppqtstyleindenter.cpp" "3" +"cppqtstyleindenter.h" "3" "cppquickfix.cpp" "3" "cppquickfix.h" "3" "cppquickfixassistant.cpp" "3" "cppquickfixassistant.h" "3" "cppquickfixes.cpp" "3" "cppquickfixes.h" "3" +"cppquickfixprojectsettings.cpp" "3" +"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" +"cppsemanticinfoupdater.cpp" "3" +"cppsemanticinfoupdater.h" "3" +"cppsourceprocessor.cpp" "3" +"cppsourceprocessor.h" "3" +"cpptoolsjsextension.cpp" "3" +"cpptoolsjsextension.h" "3" +"cpptoolsreuse.cpp" "3" +"cpptoolsreuse.h" "3" +"cpptoolssettings.cpp" "3" +"cpptoolssettings.h" "3" "cpptypehierarchy.cpp" "3" "cpptypehierarchy.h" "3" "cppuseselectionsupdater.cpp" "3" "cppuseselectionsupdater.h" "3" +"cppvirtualfunctionassistprovider.cpp" "3" +"cppvirtualfunctionassistprovider.h" "3" +"cppvirtualfunctionproposalitem.cpp" "3" +"cppvirtualfunctionproposalitem.h" "3" +"cppworkingcopy.cpp" "3" +"cppworkingcopy.h" "3" +"cursorineditor.h" "3" +"doxygengenerator.cpp" "3" +"doxygengenerator.h" "3" +"editordocumenthandle.cpp" "3" +"editordocumenthandle.h" "3" +"followsymbolinterface.h" "3" +"functionutils.cpp" "3" +"functionutils.h" "3" +"generatedcodemodelsupport.cpp" "3" +"generatedcodemodelsupport.h" "3" +"headerpathfilter.cpp" "3" +"headerpathfilter.h" "3" +"includeutils.cpp" "3" +"includeutils.h" "3" +"indexitem.cpp" "3" +"indexitem.h" "3" +"insertionpointlocator.cpp" "3" +"insertionpointlocator.h" "3" +"projectinfo.cpp" "3" +"projectinfo.h" "3" +"projectpart.cpp" "3" +"projectpart.h" "3" +"refactoringengineinterface.h" "3" "resourcepreviewhoverhandler.cpp" "3" "resourcepreviewhoverhandler.h" "3" -"CppTools" "2" -"cpptools.qbs:4" "3" -"CppTools" "3" -"cpptools.qbs:9" "4" -"PluginMetaData" "4" -"QtcPlugin.qbs:49" "5" -"CppTools.json.in" "5" -"standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" -"qtcreator_gui_pch.h" "6" -"standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" -"qtcreator_pch.h" "6" -"Tests" "4" -"cpptools.qbs:222" "5" -"cppcodegen_test.cpp" "5" -"cppcompletion_test.cpp" "5" -"cppheadersource_test.cpp" "5" -"cpplocalsymbols_test.cpp" "5" -"cpplocatorfilter_test.cpp" "5" -"cppmodelmanager_test.cpp" "5" -"cpppointerdeclarationformatter_test.cpp" "5" -"cppsourceprocessertesthelper.cpp" "5" -"cppsourceprocessertesthelper.h" "5" -"cppsourceprocessor_test.cpp" "5" -"cpptoolstestcase.cpp" "5" -"cpptoolstestcase.h" "5" -"modelmanagertesthelper.cpp" "5" -"modelmanagertesthelper.h" "5" -"symbolsearcher_test.cpp" "5" -"typehierarchybuilder_test.cpp" "5" -"abstracteditorsupport.cpp" "4" -"abstracteditorsupport.h" "4" -"abstractoverviewmodel.h" "4" -"baseeditordocumentparser.cpp" "4" -"baseeditordocumentparser.h" "4" -"baseeditordocumentprocessor.cpp" "4" -"baseeditordocumentprocessor.h" "4" -"builtincursorinfo.cpp" "4" -"builtincursorinfo.h" "4" -"builtineditordocumentparser.cpp" "4" -"builtineditordocumentparser.h" "4" -"builtineditordocumentprocessor.cpp" "4" -"builtineditordocumentprocessor.h" "4" -"builtinindexingsupport.cpp" "4" -"builtinindexingsupport.h" "4" -"clangbasechecks.ui" "4" -"clangdiagnosticconfig.cpp" "4" -"clangdiagnosticconfig.h" "4" -"clangdiagnosticconfigsmodel.cpp" "4" -"clangdiagnosticconfigsmodel.h" "4" -"clangdiagnosticconfigsselectionwidget.cpp" "4" -"clangdiagnosticconfigsselectionwidget.h" "4" -"clangdiagnosticconfigswidget.cpp" "4" -"clangdiagnosticconfigswidget.h" "4" -"clangdiagnosticconfigswidget.ui" "4" -"clazychecks.ui" "4" -"compileroptionsbuilder.cpp" "4" -"compileroptionsbuilder.h" "4" -"cppcanonicalsymbol.cpp" "4" -"cppcanonicalsymbol.h" "4" -"cppchecksymbols.cpp" "4" -"cppchecksymbols.h" "4" -"cppclassesfilter.cpp" "4" -"cppclassesfilter.h" "4" -"cppcodeformatter.cpp" "4" -"cppcodeformatter.h" "4" -"cppcodemodelinspectordumper.cpp" "4" -"cppcodemodelinspectordumper.h" "4" -"cppcodemodelsettings.cpp" "4" -"cppcodemodelsettings.h" "4" -"cppcodemodelsettingspage.cpp" "4" -"cppcodemodelsettingspage.h" "4" -"cppcodemodelsettingspage.ui" "4" -"cppcodestylepreferences.cpp" "4" -"cppcodestylepreferences.h" "4" -"cppcodestylepreferencesfactory.cpp" "4" -"cppcodestylepreferencesfactory.h" "4" -"cppcodestylesettings.cpp" "4" -"cppcodestylesettings.h" "4" -"cppcodestylesettingspage.cpp" "4" -"cppcodestylesettingspage.h" "4" -"cppcodestylesettingspage.ui" "4" -"cppcompletionassist.cpp" "4" -"cppcompletionassist.h" "4" -"cppcompletionassistprocessor.cpp" "4" -"cppcompletionassistprocessor.h" "4" -"cppcompletionassistprovider.cpp" "4" -"cppcompletionassistprovider.h" "4" -"cppcurrentdocumentfilter.cpp" "4" -"cppcurrentdocumentfilter.h" "4" -"cppcursorinfo.h" "4" -"cppdoxygen.cpp" "4" -"cppdoxygen.h" "4" -"cppeditoroutline.cpp" "4" -"cppeditoroutline.h" "4" -"cppeditorwidgetinterface.h" "4" -"cppelementevaluator.cpp" "4" -"cppelementevaluator.h" "4" -"cppfileiterationorder.cpp" "4" -"cppfileiterationorder.h" "4" -"cppfilesettingspage.cpp" "4" -"cppfilesettingspage.h" "4" -"cppfilesettingspage.ui" "4" -"cppfindreferences.cpp" "4" -"cppfindreferences.h" "4" -"cppfollowsymbolundercursor.cpp" "4" -"cppfollowsymbolundercursor.h" "4" -"cppfunctionsfilter.cpp" "4" -"cppfunctionsfilter.h" "4" -"cpphoverhandler.cpp" "4" -"cpphoverhandler.h" "4" -"cppincludesfilter.cpp" "4" -"cppincludesfilter.h" "4" -"cppindexingsupport.cpp" "4" -"cppindexingsupport.h" "4" -"cpplocalsymbols.cpp" "4" -"cpplocalsymbols.h" "4" -"cpplocatordata.cpp" "4" -"cpplocatordata.h" "4" -"cpplocatorfilter.cpp" "4" -"cpplocatorfilter.h" "4" -"cppmodelmanager.cpp" "4" -"cppmodelmanager.h" "4" -"cppmodelmanagersupport.cpp" "4" -"cppmodelmanagersupport.h" "4" -"cppmodelmanagersupportinternal.cpp" "4" -"cppmodelmanagersupportinternal.h" "4" -"cppoverviewmodel.cpp" "4" -"cppoverviewmodel.h" "4" -"cpppointerdeclarationformatter.cpp" "4" -"cpppointerdeclarationformatter.h" "4" -"cppprojectfile.cpp" "4" -"cppprojectfile.h" "4" -"cppprojectfilecategorizer.cpp" "4" -"cppprojectfilecategorizer.h" "4" -"cppprojectinfogenerator.cpp" "4" -"cppprojectinfogenerator.h" "4" -"cppprojectpartchooser.cpp" "4" -"cppprojectpartchooser.h" "4" -"cppprojectupdater.cpp" "4" -"cppprojectupdater.h" "4" -"cppqtstyleindenter.cpp" "4" -"cppqtstyleindenter.h" "4" -"cpprawprojectpart.cpp" "4" -"cpprawprojectpart.h" "4" -"cpprefactoringchanges.cpp" "4" -"cpprefactoringchanges.h" "4" -"cpprefactoringengine.cpp" "4" -"cpprefactoringengine.h" "4" -"cppselectionchanger.cpp" "4" -"cppselectionchanger.h" "4" -"cppsemanticinfo.h" "4" -"cppsemanticinfoupdater.cpp" "4" -"cppsemanticinfoupdater.h" "4" -"cppsourceprocessor.cpp" "4" -"cppsourceprocessor.h" "4" -"cpptools.qrc" "4" -"/cpptools" "5" -"images" "6" -"settingscategory_cpp.png" "7" -"settingscategory_cpp@2x.png" "7" -"cpptools_clangtidychecks.h" "4" -"cpptools_global.h" "4" -"cpptools_utils.h" "4" -"cpptoolsbridge.cpp" "4" -"cpptoolsbridge.h" "4" -"cpptoolsbridgeinterface.h" "4" -"cpptoolsbridgeqtcreatorimplementation.cpp" "4" -"cpptoolsbridgeqtcreatorimplementation.h" "4" -"cpptoolsconstants.h" "4" -"cpptoolsjsextension.cpp" "4" -"cpptoolsjsextension.h" "4" -"cpptoolsplugin.cpp" "4" -"cpptoolsplugin.h" "4" -"cpptoolsreuse.cpp" "4" -"cpptoolsreuse.h" "4" -"cpptoolssettings.cpp" "4" -"cpptoolssettings.h" "4" -"cppvirtualfunctionassistprovider.cpp" "4" -"cppvirtualfunctionassistprovider.h" "4" -"cppvirtualfunctionproposalitem.cpp" "4" -"cppvirtualfunctionproposalitem.h" "4" -"cppworkingcopy.cpp" "4" -"cppworkingcopy.h" "4" -"cursorineditor.h" "4" -"doxygengenerator.cpp" "4" -"doxygengenerator.h" "4" -"editordocumenthandle.cpp" "4" -"editordocumenthandle.h" "4" -"followsymbolinterface.h" "4" -"functionutils.cpp" "4" -"functionutils.h" "4" -"generatedcodemodelsupport.cpp" "4" -"generatedcodemodelsupport.h" "4" -"includeutils.cpp" "4" -"includeutils.h" "4" -"indexitem.cpp" "4" -"indexitem.h" "4" -"insertionpointlocator.cpp" "4" -"insertionpointlocator.h" "4" -"projectinfo.cpp" "4" -"projectinfo.h" "4" -"projectpart.cpp" "4" -"projectpart.h" "4" -"projectpartheaderpath.h" "4" -"searchsymbols.cpp" "4" -"searchsymbols.h" "4" -"semantichighlighter.cpp" "4" -"semantichighlighter.h" "4" -"senddocumenttracker.cpp" "4" -"senddocumenttracker.h" "4" -"stringtable.cpp" "4" -"stringtable.h" "4" -"symbolfinder.cpp" "4" -"symbolfinder.h" "4" -"symbolsfindfilter.cpp" "4" -"symbolsfindfilter.h" "4" -"tidychecks.ui" "4" -"typehierarchybuilder.cpp" "4" -"typehierarchybuilder.h" "4" -"usages.h" "4" -"wrappablelineedit.cpp" "4" -"wrappablelineedit.h" "4" -"CppTools dev headers" "3" -"cpptools.qbs:7" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"abstracteditorsupport.h" "5" -"abstractoverviewmodel.h" "5" -"baseeditordocumentparser.h" "5" -"baseeditordocumentprocessor.h" "5" -"builtincursorinfo.h" "5" -"builtineditordocumentparser.h" "5" -"builtineditordocumentprocessor.h" "5" -"builtinindexingsupport.h" "5" -"clangdiagnosticconfig.h" "5" -"clangdiagnosticconfigsmodel.h" "5" -"clangdiagnosticconfigsselectionwidget.h" "5" -"clangdiagnosticconfigswidget.h" "5" -"compileroptionsbuilder.h" "5" -"cppcanonicalsymbol.h" "5" -"cppchecksymbols.h" "5" -"cppclassesfilter.h" "5" -"cppcodeformatter.h" "5" -"cppcodemodelinspectordumper.h" "5" -"cppcodemodelsettings.h" "5" -"cppcodemodelsettingspage.h" "5" -"cppcodestylepreferences.h" "5" -"cppcodestylepreferencesfactory.h" "5" -"cppcodestylesettings.h" "5" -"cppcodestylesettingspage.h" "5" -"cppcompletionassist.h" "5" -"cppcompletionassistprocessor.h" "5" -"cppcompletionassistprovider.h" "5" -"cppcurrentdocumentfilter.h" "5" -"cppcursorinfo.h" "5" -"cppdoxygen.h" "5" -"cppeditoroutline.h" "5" -"cppeditorwidgetinterface.h" "5" -"cppelementevaluator.h" "5" -"cppfileiterationorder.h" "5" -"cppfilesettingspage.h" "5" -"cppfindreferences.h" "5" -"cppfollowsymbolundercursor.h" "5" -"cppfunctionsfilter.h" "5" -"cpphoverhandler.h" "5" -"cppincludesfilter.h" "5" -"cppindexingsupport.h" "5" -"cpplocalsymbols.h" "5" -"cpplocatordata.h" "5" -"cpplocatorfilter.h" "5" -"cppmodelmanager.h" "5" -"cppmodelmanagersupport.h" "5" -"cppmodelmanagersupportinternal.h" "5" -"cppoverviewmodel.h" "5" -"cpppointerdeclarationformatter.h" "5" -"cppprojectfile.h" "5" -"cppprojectfilecategorizer.h" "5" -"cppprojectinfogenerator.h" "5" -"cppprojectpartchooser.h" "5" -"cppprojectupdater.h" "5" -"cppqtstyleindenter.h" "5" -"cpprawprojectpart.h" "5" -"cpprefactoringchanges.h" "5" -"cpprefactoringengine.h" "5" -"cppselectionchanger.h" "5" -"cppsemanticinfo.h" "5" -"cppsemanticinfoupdater.h" "5" -"cppsourceprocessertesthelper.h" "5" -"cppsourceprocessor.h" "5" -"cppsymbolinfo.h" "5" -"cpptools_clangtidychecks.h" "5" -"cpptools_global.h" "5" -"cpptools_utils.h" "5" -"cpptoolsbridge.h" "5" -"cpptoolsbridgeinterface.h" "5" -"cpptoolsbridgeqtcreatorimplementation.h" "5" -"cpptoolsconstants.h" "5" -"cpptoolsjsextension.h" "5" -"cpptoolsplugin.h" "5" -"cpptoolsreuse.h" "5" -"cpptoolssettings.h" "5" -"cpptoolstestcase.h" "5" -"cppvirtualfunctionassistprovider.h" "5" -"cppvirtualfunctionproposalitem.h" "5" -"cppworkingcopy.h" "5" -"cursorineditor.h" "5" -"doxygengenerator.h" "5" -"editordocumenthandle.h" "5" -"followsymbolinterface.h" "5" -"functionutils.h" "5" -"generatedcodemodelsupport.h" "5" -"includeutils.h" "5" -"indexitem.h" "5" -"insertionpointlocator.h" "5" -"modelmanagertesthelper.h" "5" -"projectinfo.h" "5" -"projectpart.h" "5" -"projectpartheaderpath.h" "5" -"refactoringengineinterface.h" "5" -"searchsymbols.h" "5" -"semantichighlighter.h" "5" -"senddocumenttracker.h" "5" -"stringtable.h" "5" -"symbolfinder.h" "5" -"symbolsfindfilter.h" "5" -"typehierarchybuilder.h" "5" -"usages.h" "5" -"wrappablelineedit.h" "5" +"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" +"CtfVisualizer.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" +"json.hpp" "4" +"ctfstatisticsmodel.cpp" "3" +"ctfstatisticsmodel.h" "3" +"ctfstatisticsview.cpp" "3" +"ctfstatisticsview.h" "3" +"ctftimelinemodel.cpp" "3" +"ctftimelinemodel.h" "3" +"ctftracemanager.cpp" "3" +"ctftracemanager.h" "3" +"ctfvisualizerconstants.h" "3" +"ctfvisualizerplugin.cpp" "3" +"ctfvisualizerplugin.h" "3" +"ctfvisualizertool.cpp" "3" +"ctfvisualizertool.h" "3" +"ctfvisualizertraceview.cpp" "3" +"ctfvisualizertraceview.h" "3" "CVS" "2" "cvs.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "CVS.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "annotationhighlighter.cpp" "3" "annotationhighlighter.h" "3" -"cvsclient.cpp" "3" -"cvsclient.h" "3" -"cvscontrol.cpp" "3" -"cvscontrol.h" "3" "cvseditor.cpp" "3" "cvseditor.h" "3" "cvsplugin.cpp" "3" @@ -7208,15 +7504,12 @@ "cvssubmiteditor.h" "3" "cvsutils.cpp" "3" "cvsutils.h" "3" -"settingspage.cpp" "3" -"settingspage.h" "3" -"settingspage.ui" "3" "Debugger" "2" "debugger.qbs:3" "3" "Debugger" "3" -"debugger.qbs:8" "4" +"debugger.qbs:6" "4" "Analyzer" "4" -"debugger.qbs:227" "5" +"debugger.qbs:222" "5" "analyzerbase.qrc" "5" "/" "6" "images" "7" @@ -7236,18 +7529,17 @@ "startremotedialog.cpp" "5" "startremotedialog.h" "5" "cdb" "4" -"debugger.qbs:95" "5" +"debugger.qbs:92" "5" "cdbengine.cpp" "5" "cdbengine.h" "5" "cdboptionspage.cpp" "5" "cdboptionspage.h" "5" -"cdboptionspagewidget.ui" "5" "cdbparsehelpers.cpp" "5" "cdbparsehelpers.h" "5" "stringinputstream.cpp" "5" "stringinputstream.h" "5" "Debugger Console" "4" -"debugger.qbs:154" "5" +"debugger.qbs:150" "5" "console.cpp" "5" "console.h" "5" "consoleedit.cpp" "5" @@ -7263,12 +7555,12 @@ "consoleview.cpp" "5" "consoleview.h" "5" "gdb" "4" -"debugger.qbs:107" "5" +"debugger.qbs:103" "5" "gdbengine.cpp" "5" "gdbengine.h" "5" "gdboptionspage.cpp" "5" "General" "4" -"debugger.qbs:37" "5" +"debugger.qbs:35" "5" "breakhandler.cpp" "5" "breakhandler.h" "5" "breakpoint.cpp" "5" @@ -7308,10 +7600,28 @@ "debugger_stepout_small@2x.png" "8" "debugger_stepover_small.png" "8" "debugger_stepover_small@2x.png" "8" +"debugger_stop.png" "8" +"debugger_stop@2x.png" "8" +"debugger_stop_mask.png" "8" +"debugger_stop_mask@2x.png" "8" "location.png" "8" "location@2x.png" "8" "location_background.png" "8" "location_background@2x.png" "8" +"macos_touchbar_debug.png" "8" +"macos_touchbar_debug@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.png" "8" "mode_debug@2x.png" "8" "mode_debug_mask.png" "8" @@ -7341,8 +7651,6 @@ "debuggeritem.h" "5" "debuggeritemmanager.cpp" "5" "debuggeritemmanager.h" "5" -"debuggerkitconfigwidget.cpp" "5" -"debuggerkitconfigwidget.h" "5" "debuggerkitinformation.cpp" "5" "debuggerkitinformation.h" "5" "debuggermainwindow.cpp" "5" @@ -7363,6 +7671,8 @@ "disassembleragent.h" "5" "disassemblerlines.cpp" "5" "disassemblerlines.h" "5" +"enginemanager.cpp" "5" +"enginemanager.h" "5" "imageviewer.cpp" "5" "imageviewer.h" "5" "loadcoredialog.cpp" "5" @@ -7377,16 +7687,14 @@ "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" -"snapshothandler.cpp" "5" -"snapshothandler.h" "5" -"snapshotwindow.cpp" "5" -"snapshotwindow.h" "5" "sourceagent.cpp" "5" "sourceagent.h" "5" "sourcefileshandler.cpp" "5" @@ -7417,7 +7725,7 @@ "watchwindow.cpp" "5" "watchwindow.h" "5" "Images" "4" -"debugger.qbs:181" "5" +"debugger.qbs:176" "5" "breakpoint_disabled.png" "5" "breakpoint_disabled@2x.png" "5" "breakpoint_pending_overlay.png" "5" @@ -7448,11 +7756,28 @@ "debugger_stepout_small@2x.png" "5" "debugger_stepover_small.png" "5" "debugger_stepover_small@2x.png" "5" -"debugger_stop_32.png" "5" +"debugger_stop.png" "5" +"debugger_stop@2x.png" "5" +"debugger_stop_mask.png" "5" +"debugger_stop_mask@2x.png" "5" "location.png" "5" "location@2x.png" "5" "location_background.png" "5" "location_background@2x.png" "5" +"macos_touchbar_debug.png" "5" +"macos_touchbar_debug@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.png" "5" "mode_debug@2x.png" "5" "mode_debug_mask.png" "5" @@ -7467,37 +7792,26 @@ "tracepointoverlay.png" "5" "tracepointoverlay@2x.png" "5" "Images/analyzer" "4" -"debugger.qbs:193" "5" +"debugger.qbs:188" "5" "settingscategory_analyzer.png" "5" "settingscategory_analyzer@2x.png" "5" "Images/qml" "4" -"debugger.qbs:187" "5" +"debugger.qbs:182" "5" "lldb" "4" -"debugger.qbs:116" "5" +"debugger.qbs:112" "5" "lldbengine.cpp" "5" "lldbengine.h" "5" -"Name Demangler" "4" -"debugger.qbs:130" "5" -"demanglerexceptions.h" "5" -"globalparsestate.cpp" "5" -"globalparsestate.h" "5" -"namedemangler.cpp" "5" -"namedemangler.h" "5" -"parsetreenodes.cpp" "5" -"parsetreenodes.h" "5" "pdb" "4" -"debugger.qbs:124" "5" +"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:141" "5" +"debugger.qbs:138" "5" "interactiveinterpreter.cpp" "5" "interactiveinterpreter.h" "5" -"qmlcppengine.cpp" "5" -"qmlcppengine.h" "5" "qmlengine.cpp" "5" "qmlengine.h" "5" "qmlengineutils.cpp" "5" @@ -7506,17 +7820,15 @@ "qmlinspectoragent.h" "5" "qmlv8debuggerclientconstants.h" "5" "RegisterPostMortem" "4" -"debugger.qbs:209" "5" +"debugger.qbs:204" "5" "registerpostmortemaction.cpp" "5" "registerpostmortemaction.h" "5" "RegistryAccess" "4" -"debugger.qbs:199" "5" +"debugger.qbs:194" "5" "registryaccess.cpp" "5" "registryaccess.h" "5" "shared" "4" -"debugger.qbs:168" "5" -"backtrace.cpp" "5" -"backtrace.h" "5" +"debugger.qbs:164" "5" "cdbsymbolpathlisteditor.cpp" "5" "cdbsymbolpathlisteditor.h" "5" "hostutils.cpp" "5" @@ -7527,123 +7839,34 @@ "symbolpathsdialog.h" "5" "symbolpathsdialog.ui" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Unit test resources" "4" -"debugger.qbs:256" "5" +"debugger.qbs:251" "5" +"simple" "5" "main.cpp" "6" "simple.pro" "6" "Unit tests" "4" -"debugger.qbs:248" "5" +"debugger.qbs:243" "5" "debuggerunittests.qrc" "5" -"/" "6" +"/debugger" "6" "main.cpp" "8" "simple.pro" "8" -"Debugger dev headers" "3" -"debugger.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"analyzer" "5" -"analyzerconstants.h" "6" -"analyzericons.h" "6" -"analyzermanager.h" "6" -"analyzerrunconfigwidget.h" "6" -"analyzerutils.h" "6" -"detailederrorview.h" "6" -"diagnosticlocation.h" "6" -"startremotedialog.h" "6" -"cdb" "5" -"cdbengine.h" "6" -"cdboptionspage.h" "6" -"cdbparsehelpers.h" "6" -"stringinputstream.h" "6" -"console" "5" -"console.h" "6" -"consoleedit.h" "6" -"consoleitem.h" "6" -"consoleitemdelegate.h" "6" -"consoleitemmodel.h" "6" -"consoleproxymodel.h" "6" -"consoleview.h" "6" -"gdb" "5" -"gdbengine.h" "6" -"lldb" "5" -"lldbengine.h" "6" -"namedemangler" "5" -"demanglerexceptions.h" "6" -"globalparsestate.h" "6" -"namedemangler.h" "6" -"parsetreenodes.h" "6" -"pdb" "5" -"pdbengine.h" "6" -"qml" "5" -"interactiveinterpreter.h" "6" -"qmlcppengine.h" "6" -"qmlengine.h" "6" -"qmlengineutils.h" "6" -"qmlinspectoragent.h" "6" -"qmlv8debuggerclientconstants.h" "6" -"shared" "5" -"backtrace.h" "6" -"cdbsymbolpathlisteditor.h" "6" -"hostutils.h" "6" -"peutils.h" "6" -"symbolpathsdialog.h" "6" -"breakhandler.h" "5" -"breakpoint.h" "5" -"commonoptionspage.h" "5" -"debugger_global.h" "5" -"debuggeractions.h" "5" -"debuggerconstants.h" "5" -"debuggercore.h" "5" -"debuggerdialogs.h" "5" -"debuggerengine.h" "5" -"debuggericons.h" "5" -"debuggerinternalconstants.h" "5" -"debuggeritem.h" "5" -"debuggeritemmanager.h" "5" -"debuggerkitconfigwidget.h" "5" -"debuggerkitinformation.h" "5" -"debuggermainwindow.h" "5" -"debuggerplugin.h" "5" -"debuggerprotocol.h" "5" -"debuggerrunconfigurationaspect.h" "5" -"debuggerruncontrol.h" "5" -"debuggersourcepathmappingwidget.h" "5" -"debuggertooltipmanager.h" "5" -"disassembleragent.h" "5" -"disassemblerlines.h" "5" -"imageviewer.h" "5" -"loadcoredialog.h" "5" -"localsandexpressionswindow.h" "5" -"logwindow.h" "5" -"memoryagent.h" "5" -"moduleshandler.h" "5" -"outputcollector.h" "5" -"procinterrupt.h" "5" -"registerhandler.h" "5" -"registerpostmortemaction.h" "5" -"simplifytype.h" "5" -"snapshothandler.h" "5" -"snapshotwindow.h" "5" -"sourceagent.h" "5" -"sourcefileshandler.h" "5" -"sourceutils.h" "5" -"stackframe.h" "5" -"stackhandler.h" "5" -"stackwindow.h" "5" -"terminal.h" "5" -"threaddata.h" "5" -"threadshandler.h" "5" -"unstartedappwatcherdialog.h" "5" -"watchdata.h" "5" -"watchdelegatewidgets.h" "5" -"watchhandler.h" "5" -"watchutils.h" "5" -"watchwindow.h" "5" +"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" "Designer" "2" "designer.qbs:4" "3" "cpp" "3" @@ -7657,6 +7880,9 @@ "formclasswizardpage.ui" "4" "formclasswizardparameters.cpp" "4" "formclasswizardparameters.h" "4" +"newclasswidget.cpp" "4" +"newclasswidget.h" "4" +"newclasswidget.ui" "4" "General" "3" "designer.qbs:30" "4" "codemodelhelpers.cpp" "4" @@ -7706,13 +7932,15 @@ "widgethost.h" "4" "widgethostconstants.h" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Tests" "3" -"designer.qbs:78" "4" +"designer.qbs:79" "4" "gotoslot_test.cpp" "4" "DiffEditor" "2" "diffeditor.qbs:3" "3" @@ -7720,10 +7948,12 @@ "QtcPlugin.qbs:49" "4" "DiffEditor.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "descriptionwidgetwatcher.cpp" "3" "descriptionwidgetwatcher.h" "3" @@ -7751,8 +7981,6 @@ "diffeditorplugin.h" "3" "diffeditorwidgetcontroller.cpp" "3" "diffeditorwidgetcontroller.h" "3" -"differ.cpp" "3" -"differ.h" "3" "diffutils.cpp" "3" "diffutils.h" "3" "diffview.cpp" "3" @@ -7763,16 +7991,41 @@ "sidebysidediffeditorwidget.h" "3" "unifieddiffeditorwidget.cpp" "3" "unifieddiffeditorwidget.h" "3" +"Docker" "2" +"docker.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"Docker.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" +"docker_global.h" "3" +"dockerbuildstep.cpp" "3" +"dockerbuildstep.h" "3" +"dockerconstants.h" "3" +"dockerdevice.cpp" "3" +"dockerdevice.h" "3" +"dockerplugin.cpp" "3" +"dockerplugin.h" "3" +"dockersettings.cpp" "3" +"dockersettings.h" "3" "EmacsKeys" "2" "emacskeys.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "EmacsKeys.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "emacskeysconstants.h" "3" "emacskeysplugin.cpp" "3" @@ -7785,13 +8038,15 @@ "QtcPlugin.qbs:49" "4" "FakeVim.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Tests" "3" -"fakevim.qbs:30" "4" +"fakevim.qbs:28" "4" "fakevim_test.cpp" "4" "fakevim.qrc" "3" "/fakevim" "4" @@ -7802,7 +8057,6 @@ "fakevimactions.h" "3" "fakevimhandler.cpp" "3" "fakevimhandler.h" "3" -"fakevimoptions.ui" "3" "fakevimplugin.cpp" "3" "fakevimplugin.h" "3" "fakevimtr.h" "3" @@ -7812,21 +8066,19 @@ "QtcPlugin.qbs:49" "4" "GenericProjectManager.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" -"Tests" "3" -"genericprojectmanager.qbs:40" "4" -"genericprojectplugin_test.cpp" "4" "filesselectionwizardpage.cpp" "3" "filesselectionwizardpage.h" "3" "genericbuildconfiguration.cpp" "3" "genericbuildconfiguration.h" "3" "genericmakestep.cpp" "3" "genericmakestep.h" "3" -"genericmakestep.ui" "3" "genericproject.cpp" "3" "genericproject.h" "3" "genericprojectconstants.h" "3" @@ -7839,7 +8091,7 @@ "Git" "2" "git.qbs:3" "3" "Gerrit" "3" -"git.qbs:78" "4" +"git.qbs:70" "4" "authenticationdialog.cpp" "4" "authenticationdialog.h" "4" "authenticationdialog.ui" "4" @@ -7867,10 +8119,12 @@ "QtcPlugin.qbs:49" "4" "Git.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "annotationhighlighter.cpp" "3" "annotationhighlighter.h" "3" @@ -7880,13 +8134,10 @@ "branchcheckoutdialog.cpp" "3" "branchcheckoutdialog.h" "3" "branchcheckoutdialog.ui" "3" -"branchdialog.cpp" "3" -"branchdialog.h" "3" -"branchdialog.ui" "3" "branchmodel.cpp" "3" "branchmodel.h" "3" -"branchutils.cpp" "3" -"branchutils.h" "3" +"branchview.cpp" "3" +"branchview.h" "3" "changeselectiondialog.cpp" "3" "changeselectiondialog.h" "3" "changeselectiondialog.ui" "3" @@ -7916,8 +8167,6 @@ "gitsubmitpanel.ui" "3" "gitutils.cpp" "3" "gitutils.h" "3" -"gitversioncontrol.cpp" "3" -"gitversioncontrol.h" "3" "logchangedialog.cpp" "3" "logchangedialog.h" "3" "mergetool.cpp" "3" @@ -7928,9 +8177,6 @@ "remotedialog.ui" "3" "remotemodel.cpp" "3" "remotemodel.h" "3" -"settingspage.cpp" "3" -"settingspage.h" "3" -"settingspage.ui" "3" "stashdialog.cpp" "3" "stashdialog.h" "3" "stashdialog.ui" "3" @@ -7940,10 +8186,12 @@ "QtcPlugin.qbs:49" "4" "GLSLEditor.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "glslautocompleter.cpp" "3" "glslautocompleter.h" "3" @@ -7968,10 +8216,12 @@ "QtcPlugin.qbs:49" "4" "HelloWorld.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "helloworldplugin.cpp" "3" "helloworldplugin.h" "3" @@ -7979,101 +8229,108 @@ "helloworldwindow.h" "3" "Help" "2" "help.qbs:3" "3" -"PluginMetaData" "3" -"QtcPlugin.qbs:49" "4" -"Help.json.in" "4" -"Shared Sources" "3" -"help.qbs:64" "4" -"bookmarkdialog.ui" "4" -"bookmarkmanager.cpp" "4" -"bookmarkmanager.h" "4" -"contentwindow.cpp" "4" -"contentwindow.h" "4" -"filternamedialog.cpp" "4" -"filternamedialog.h" "4" -"filternamedialog.ui" "4" -"helpicons.h" "4" -"indexwindow.cpp" "4" -"indexwindow.h" "4" -"topicchooser.cpp" "4" -"topicchooser.h" "4" -"topicchooser.ui" "4" -"Sources" "3" -"help.qbs:28" "4" -"centralwidget.cpp" "4" -"centralwidget.h" "4" -"docsettingspage.cpp" "4" -"docsettingspage.h" "4" -"docsettingspage.ui" "4" -"filtersettingspage.cpp" "4" -"filtersettingspage.h" "4" -"filtersettingspage.ui" "4" -"generalsettingspage.cpp" "4" -"generalsettingspage.h" "4" -"generalsettingspage.ui" "4" -"help.qrc" "4" -"/help" "5" -"images" "6" -"mode_help.png" "7" -"mode_help@2x.png" "7" -"mode_help_mask.png" "7" -"mode_help_mask@2x.png" "7" -"settingscategory_help.png" "7" -"settingscategory_help@2x.png" "7" -"helpconstants.h" "4" -"helpfindsupport.cpp" "4" -"helpfindsupport.h" "4" -"helpindexfilter.cpp" "4" -"helpindexfilter.h" "4" -"helpmode.cpp" "4" -"helpmode.h" "4" -"helpplugin.cpp" "4" -"helpplugin.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" -"openpagesmodel.cpp" "4" -"openpagesmodel.h" "4" -"openpagesswitcher.cpp" "4" -"openpagesswitcher.h" "4" -"openpageswidget.cpp" "4" -"openpageswidget.h" "4" -"remotehelpfilter.cpp" "4" -"remotehelpfilter.h" "4" -"remotehelpfilter.ui" "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:65" "4" -"qtcreator_gui_pch.h" "5" -"standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" -"qtcreator_pch.h" "5" -"WebEngine Sources" "3" -"help.qbs:56" "4" -"webenginehelpviewer.cpp" "4" -"webenginehelpviewer.h" "4" +"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.png" "8" +"mode_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:3" "3" +"imageviewer.qbs:1" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "ImageViewer.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "exportdialog.cpp" "3" "exportdialog.h" "3" @@ -8091,16 +8348,47 @@ "imageviewertoolbar.ui" "3" "multiexportdialog.cpp" "3" "multiexportdialog.h" "3" +"IncrediBuild" "2" +"incredibuild.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"IncrediBuild.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" +"buildconsolebuildstep.cpp" "3" +"buildconsolebuildstep.h" "3" +"cmakecommandbuilder.cpp" "3" +"cmakecommandbuilder.h" "3" +"commandbuilder.cpp" "3" +"commandbuilder.h" "3" +"commandbuilderaspect.cpp" "3" +"commandbuilderaspect.h" "3" +"ibconsolebuildstep.cpp" "3" +"ibconsolebuildstep.h" "3" +"incredibuild_global.h" "3" +"incredibuildconstants.h" "3" +"incredibuildplugin.cpp" "3" +"incredibuildplugin.h" "3" +"makecommandbuilder.cpp" "3" +"makecommandbuilder.h" "3" "Ios" "2" "ios.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "Ios.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "createsimulatordialog.cpp" "3" "createsimulatordialog.h" "3" @@ -8114,39 +8402,23 @@ "iosdevicesmall@2x.png" "6" "iosbuildconfiguration.cpp" "3" "iosbuildconfiguration.h" "3" -"iosbuildsettingswidget.cpp" "3" -"iosbuildsettingswidget.h" "3" -"iosbuildsettingswidget.ui" "3" "iosbuildstep.cpp" "3" "iosbuildstep.h" "3" -"iosbuildstep.ui" "3" "iosconfigurations.cpp" "3" "iosconfigurations.h" "3" "iosconstants.h" "3" -"iosdeployconfiguration.cpp" "3" -"iosdeployconfiguration.h" "3" "iosdeploystep.cpp" "3" "iosdeploystep.h" "3" -"iosdeploystepfactory.cpp" "3" -"iosdeploystepfactory.h" "3" -"iosdeploystepwidget.cpp" "3" -"iosdeploystepwidget.h" "3" -"iosdeploystepwidget.ui" "3" "iosdevice.cpp" "3" "iosdevice.h" "3" -"iosdevicefactory.cpp" "3" -"iosdevicefactory.h" "3" "iosdsymbuildstep.cpp" "3" "iosdsymbuildstep.h" "3" "iosplugin.cpp" "3" "iosplugin.h" "3" -"iospresetbuildstep.ui" "3" "iosprobe.cpp" "3" "iosprobe.h" "3" "iosqtversion.cpp" "3" "iosqtversion.h" "3" -"iosqtversionfactory.cpp" "3" -"iosqtversionfactory.h" "3" "iosrunconfiguration.cpp" "3" "iosrunconfiguration.h" "3" "iosrunner.cpp" "3" @@ -8158,8 +8430,6 @@ "iossettingswidget.ui" "3" "iossimulator.cpp" "3" "iossimulator.h" "3" -"iossimulatorfactory.cpp" "3" -"iossimulatorfactory.h" "3" "iostoolhandler.cpp" "3" "iostoolhandler.h" "3" "simulatorcontrol.cpp" "3" @@ -8169,6 +8439,69 @@ "simulatoroperationdialog.cpp" "3" "simulatoroperationdialog.h" "3" "simulatoroperationdialog.ui" "3" +"LanguageClient" "2" +"languageclient.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"LanguageClient.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" +"client.cpp" "3" +"client.h" "3" +"diagnosticmanager.cpp" "3" +"diagnosticmanager.h" "3" +"documentsymbolcache.cpp" "3" +"documentsymbolcache.h" "3" +"dynamiccapabilities.cpp" "3" +"dynamiccapabilities.h" "3" +"languageclient.qrc" "3" +"/languageclient" "4" +"images" "5" +"languageclient.png" "6" +"languageclient@2x.png" "6" +"settingscategory_languageclient.png" "6" +"settingscategory_languageclient@2x.png" "6" +"languageclient_global.h" "3" +"languageclientcompletionassist.cpp" "3" +"languageclientcompletionassist.h" "3" +"languageclientformatter.cpp" "3" +"languageclientformatter.h" "3" +"languageclientfunctionhint.cpp" "3" +"languageclientfunctionhint.h" "3" +"languageclienthoverhandler.cpp" "3" +"languageclienthoverhandler.h" "3" +"languageclientinterface.cpp" "3" +"languageclientinterface.h" "3" +"languageclientmanager.cpp" "3" +"languageclientmanager.h" "3" +"languageclientoutline.cpp" "3" +"languageclientoutline.h" "3" +"languageclientplugin.cpp" "3" +"languageclientplugin.h" "3" +"languageclientquickfix.cpp" "3" +"languageclientquickfix.h" "3" +"languageclientsettings.cpp" "3" +"languageclientsettings.h" "3" +"languageclientsymbolsupport.cpp" "3" +"languageclientsymbolsupport.h" "3" +"languageclientutils.cpp" "3" +"languageclientutils.h" "3" +"locatorfilter.cpp" "3" +"locatorfilter.h" "3" +"lspinspector.cpp" "3" +"lspinspector.h" "3" +"progressmanager.cpp" "3" +"progressmanager.h" "3" +"semantichighlightsupport.cpp" "3" +"semantichighlightsupport.h" "3" +"snippet.cpp" "3" +"snippet.h" "3" "LogoImages" "2" "logo.qbs:3" "3" "128x128" "3" @@ -8209,10 +8542,12 @@ "QtcPlugin.qbs:49" "4" "Macros.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "actionmacrohandler.cpp" "3" "actionmacrohandler.h" "3" @@ -8247,16 +8582,82 @@ "savedialog.ui" "3" "texteditormacrohandler.cpp" "3" "texteditormacrohandler.h" "3" +"Marketplace" "2" +"marketplace.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"Marketplace.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" +"marketplaceplugin.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" +"mcusupport_global.h" "3" +"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" "Mercurial.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "annotationhighlighter.cpp" "3" "annotationhighlighter.h" "3" @@ -8271,33 +8672,217 @@ "mercurialcommitpanel.ui" "3" "mercurialcommitwidget.cpp" "3" "mercurialcommitwidget.h" "3" -"mercurialcontrol.cpp" "3" -"mercurialcontrol.h" "3" "mercurialeditor.cpp" "3" "mercurialeditor.h" "3" "mercurialplugin.cpp" "3" "mercurialplugin.h" "3" "mercurialsettings.cpp" "3" "mercurialsettings.h" "3" -"optionspage.cpp" "3" -"optionspage.h" "3" -"optionspage.ui" "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" +"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" +"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" +"mesonparser" "3" +"mesonprojectmanager.qbs:173" "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" +"mesonoutputparser.cpp" "5" +"mesonoutputparser.h" "5" +"tests" "4" +"testmesonparser.cpp" "5" +"MesonProjectManager" "3" +"mesonprojectmanager.qbs:10" "4" +"PluginMetaData" "4" +"QtcPlugin.qbs:49" "5" +"MesonProjectManager.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" +"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" +"mesonpluginconstants.h" "4" +"mesonprojectplugin.cpp" "4" +"mesonprojectplugin.h" "4" +"resources.qrc" "4" +"/mesonproject" "5" +"icons" "6" +"meson_bw_logo.png" "7" +"meson_bw_logo@2x.png" "7" +"meson_logo.png" "7" +"versionhelper.h" "4" +"mesonwrapper" "3" +"mesonprojectmanager.qbs:112" "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" +"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" +"ninjaparser" "3" +"mesonprojectmanager.qbs:155" "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" +"mesoninfoparser" "4" +"mesoninfoparser.h" "5" +"ninjaparser.cpp" "5" +"ninjaparser.h" "5" +"tests" "4" +"testninjaparser.cpp" "5" "ModelEditor" "2" "modeleditor.qbs:5" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "ModelEditor.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "resources" "3" "modeleditor.qrc" "4" @@ -8337,8 +8922,12 @@ "modelindexer.h" "3" "modelsmanager.cpp" "3" "modelsmanager.h" "3" +"modelutilities.cpp" "3" +"modelutilities.h" "3" "openelementvisitor.cpp" "3" "openelementvisitor.h" "3" +"packageviewcontroller.cpp" "3" +"packageviewcontroller.h" "3" "pxnodecontroller.cpp" "3" "pxnodecontroller.h" "3" "pxnodeutilities.cpp" "3" @@ -8351,12 +8940,16 @@ "nim.qbs:3" "3" "Editor" "3" "nim.qbs:24" "4" +"nimcompletionassistprovider.cpp" "4" +"nimcompletionassistprovider.h" "4" "nimeditorfactory.cpp" "4" "nimeditorfactory.h" "4" "nimhighlighter.cpp" "4" "nimhighlighter.h" "4" "nimindenter.cpp" "4" "nimindenter.h" "4" +"nimtexteditorwidget.cpp" "4" +"nimtexteditorwidget.h" "4" "General" "3" "nim.qbs:15" "4" "nim.qrc" "4" @@ -8371,25 +8964,31 @@ "QtcPlugin.qbs:49" "4" "Nim.json.in" "4" "Project" "3" -"nim.qbs:34" "4" +"nim.qbs:36" "4" +"nimblebuildconfiguration.cpp" "4" +"nimblebuildconfiguration.h" "4" +"nimblebuildstep.cpp" "4" +"nimblebuildstep.h" "4" +"nimblebuildsystem.cpp" "4" +"nimblebuildsystem.h" "4" +"nimbleproject.cpp" "4" +"nimbleproject.h" "4" +"nimblerunconfiguration.cpp" "4" +"nimblerunconfiguration.h" "4" +"nimbletaskstep.cpp" "4" +"nimbletaskstep.h" "4" "nimbuildconfiguration.cpp" "4" "nimbuildconfiguration.h" "4" -"nimbuildconfigurationwidget.cpp" "4" -"nimbuildconfigurationwidget.h" "4" +"nimbuildsystem.cpp" "4" +"nimbuildsystem.h" "4" "nimcompilerbuildstep.cpp" "4" "nimcompilerbuildstep.h" "4" -"nimcompilerbuildstepconfigwidget.cpp" "4" -"nimcompilerbuildstepconfigwidget.h" "4" -"nimcompilerbuildstepconfigwidget.ui" "4" "nimcompilercleanstep.cpp" "4" "nimcompilercleanstep.h" "4" -"nimcompilercleanstepconfigwidget.cpp" "4" -"nimcompilercleanstepconfigwidget.h" "4" -"nimcompilercleanstepconfigwidget.ui" "4" +"nimoutputtaskparser.cpp" "4" +"nimoutputtaskparser.h" "4" "nimproject.cpp" "4" "nimproject.h" "4" -"nimprojectnode.cpp" "4" -"nimprojectnode.h" "4" "nimrunconfiguration.cpp" "4" "nimrunconfiguration.h" "4" "nimtoolchain.cpp" "4" @@ -8397,7 +8996,7 @@ "nimtoolchainfactory.cpp" "4" "nimtoolchainfactory.h" "4" "Settings" "3" -"nim.qbs:52" "4" +"nim.qbs:58" "4" "nimcodestylepreferencesfactory.cpp" "4" "nimcodestylepreferencesfactory.h" "4" "nimcodestylepreferenceswidget.cpp" "4" @@ -8408,13 +9007,29 @@ "nimsettings.cpp" "4" "nimsettings.h" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" +"Suggest" "3" +"nim.qbs:78" "4" +"client.cpp" "4" +"client.h" "4" +"clientrequests.cpp" "4" +"clientrequests.h" "4" +"nimsuggest.cpp" "4" +"nimsuggest.h" "4" +"nimsuggestcache.cpp" "4" +"nimsuggestcache.h" "4" +"server.cpp" "4" +"server.h" "4" +"sexprlexer.h" "4" +"sexprparser.h" "4" "Tools" "3" -"nim.qbs:63" "4" +"nim.qbs:69" "4" "nimlexer.cpp" "4" "nimlexer.h" "4" "sourcecodestream.h" "4" @@ -8424,10 +9039,12 @@ "QtcPlugin.qbs:49" "4" "Perforce.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "annotationhighlighter.cpp" "3" "annotationhighlighter.h" "3" @@ -8449,18 +9066,90 @@ "perforcesubmiteditor.h" "3" "perforcesubmiteditorwidget.cpp" "3" "perforcesubmiteditorwidget.h" "3" -"perforceversioncontrol.cpp" "3" -"perforceversioncontrol.h" "3" -"settingspage.cpp" "3" -"settingspage.h" "3" -"settingspage.ui" "3" "submitpanel.ui" "3" +"PerfProfiler" "2" +"perfprofiler.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"PerfProfiler.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" +"Unit tests" "3" +"perfprofiler.qbs:73" "4" +"perfprofilertracefile_test.cpp" "4" +"perfprofilertracefile_test.h" "4" +"perfresourcecounter_test.cpp" "4" +"perfresourcecounter_test.h" "4" +"tests.qrc" "4" +"/perfprofiler/tests" "5" +"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" +"perfprofiler_global.h" "3" +"perfprofilerconstants.h" "3" +"perfprofilerflamegraphmodel.cpp" "3" +"perfprofilerflamegraphmodel.h" "3" +"perfprofilerflamegraphview.cpp" "3" +"perfprofilerflamegraphview.h" "3" +"perfprofilerplugin.cpp" "3" +"perfprofilerplugin.h" "3" +"perfprofilerruncontrol.cpp" "3" +"perfprofilerruncontrol.h" "3" +"perfprofilerstatisticsmodel.cpp" "3" +"perfprofilerstatisticsmodel.h" "3" +"perfprofilerstatisticsview.cpp" "3" +"perfprofilerstatisticsview.h" "3" +"perfprofilertool.cpp" "3" +"perfprofilertool.h" "3" +"perfprofilertracefile.cpp" "3" +"perfprofilertracefile.h" "3" +"perfprofilertracemanager.cpp" "3" +"perfprofilertracemanager.h" "3" +"perfprofilertraceview.cpp" "3" +"perfprofilertraceview.h" "3" +"perfresourcecounter.cpp" "3" +"perfresourcecounter.h" "3" +"perfrunconfigurationaspect.cpp" "3" +"perfrunconfigurationaspect.h" "3" +"perfsettings.cpp" "3" +"perfsettings.h" "3" +"perftimelinemodel.cpp" "3" +"perftimelinemodel.h" "3" +"perftimelinemodelmanager.cpp" "3" +"perftimelinemodelmanager.h" "3" +"perftimelineresourcesrenderpass.cpp" "3" +"perftimelineresourcesrenderpass.h" "3" +"perftracepointdialog.cpp" "3" +"perftracepointdialog.h" "3" +"perftracepointdialog.ui" "3" "ProjectExplorer" "2" "projectexplorer.qbs:3" "3" "ProjectExplorer" "3" -"projectexplorer.qbs:8" "4" +"projectexplorer.qbs:6" "4" "CustomWizard" "4" -"projectexplorer.qbs:180" "5" +"projectexplorer.qbs:195" "5" "customwizard.cpp" "5" "customwizard.h" "5" "customwizardpage.cpp" "5" @@ -8470,12 +9159,9 @@ "customwizardscriptgenerator.cpp" "5" "customwizardscriptgenerator.h" "5" "Device Support" "4" -"projectexplorer.qbs:191" "5" +"projectexplorer.qbs:206" "5" "desktopdevice.cpp" "5" "desktopdevice.h" "5" -"desktopdeviceconfigurationwidget.cpp" "5" -"desktopdeviceconfigurationwidget.h" "5" -"desktopdeviceconfigurationwidget.ui" "5" "desktopdevicefactory.cpp" "5" "desktopdevicefactory.h" "5" "desktopdeviceprocess.cpp" "5" @@ -8518,36 +9204,40 @@ "sshdeviceprocess.h" "5" "sshdeviceprocesslist.cpp" "5" "sshdeviceprocesslist.h" "5" +"sshsettingspage.cpp" "5" +"sshsettingspage.h" "5" "General" "4" -"projectexplorer.qbs:18" "5" +"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" -"ansifilterparser.cpp" "5" -"ansifilterparser.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" -"buildenvironmentwidget.cpp" "5" -"buildenvironmentwidget.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" @@ -8556,7 +9246,10 @@ "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" @@ -8579,6 +9272,8 @@ "customparserconfigdialog.cpp" "5" "customparserconfigdialog.h" "5" "customparserconfigdialog.ui" "5" +"customparserssettingspage.cpp" "5" +"customparserssettingspage.h" "5" "customtoolchain.cpp" "5" "customtoolchain.h" "5" "dependenciespanel.cpp" "5" @@ -8587,12 +9282,12 @@ "deployablefile.h" "5" "deployconfiguration.cpp" "5" "deployconfiguration.h" "5" +"deploymentdata.cpp" "5" "deploymentdata.h" "5" -"deploymentdatamodel.cpp" "5" -"deploymentdatamodel.h" "5" "deploymentdataview.cpp" "5" "deploymentdataview.h" "5" -"deploymentdataview.ui" "5" +"desktoprunconfiguration.cpp" "5" +"desktoprunconfiguration.h" "5" "editorconfiguration.cpp" "5" "editorconfiguration.h" "5" "editorsettingspropertiespage.cpp" "5" @@ -8606,8 +9301,16 @@ "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" @@ -8628,13 +9331,9 @@ "kit.h" "5" "kitchooser.cpp" "5" "kitchooser.h" "5" -"kitconfigwidget.cpp" "5" -"kitconfigwidget.h" "5" "kitfeatureprovider.h" "5" "kitinformation.cpp" "5" "kitinformation.h" "5" -"kitinformationconfigwidget.cpp" "5" -"kitinformationconfigwidget.h" "5" "kitmanager.cpp" "5" "kitmanager.h" "5" "kitmanagerconfigwidget.cpp" "5" @@ -8647,8 +9346,12 @@ "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" @@ -8659,11 +9362,12 @@ "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" -"processstep.ui" "5" "project.cpp" "5" "project.h" "5" "projectconfiguration.cpp" "5" @@ -8698,7 +9402,6 @@ "buildstepremove@2x.png" "8" "cancelbuild_overlay.png" "8" "cancelbuild_overlay@2x.png" "8" -"closetab.png" "8" "CodeStyleSettings.png" "8" "continue_1_small.png" "8" "continue_1_small@2x.png" "8" @@ -8717,8 +9420,16 @@ "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" @@ -8731,13 +9442,13 @@ "fileoverlay_ui@2x.png" "8" "fileoverlay_unknown.png" "8" "fileoverlay_unknown@2x.png" "8" -"MaemoDevice.png" "8" +"importasproject.png" "8" +"importasproject@2x.png" "8" "mode_project.png" "8" "mode_project@2x.png" "8" "mode_project_mask.png" "8" "mode_project_mask@2x.png" "8" "ProjectDependencies.png" "8" -"projectexplorer.png" "8" "rebuildhammerhandles.png" "8" "rebuildhammerhandles@2x.png" "8" "rebuildhammerheads.png" "8" @@ -8747,19 +9458,19 @@ "run_mask.png" "8" "run_mask@2x.png" "8" "RunSettings.png" "8" -"session.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" -"Simulator.png" "8" "targetpanel_bottom.png" "8" "unconfigured.png" "8" "window.png" "8" "projectexplorer_export.h" "5" -"projectexplorer_global.h" "5" +"projectexplorerconstants.cpp" "5" "projectexplorerconstants.h" "5" "projectexplorericons.cpp" "5" "projectexplorericons.h" "5" @@ -8773,8 +9484,6 @@ "projectimporter.h" "5" "projectmacro.cpp" "5" "projectmacro.h" "5" -"projectmacroexpander.cpp" "5" -"projectmacroexpander.h" "5" "projectmanager.h" "5" "projectmodels.cpp" "5" "projectmodels.h" "5" @@ -8791,12 +9500,16 @@ "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" @@ -8814,8 +9527,8 @@ "showineditortaskhandler.h" "5" "showoutputtaskhandler.cpp" "5" "showoutputtaskhandler.h" "5" -"subscription.cpp" "5" -"subscription.h" "5" +"simpleprojectwizard.cpp" "5" +"simpleprojectwizard.h" "5" "target.cpp" "5" "target.h" "5" "targetsettingspanel.cpp" "5" @@ -8834,6 +9547,7 @@ "taskwindow.h" "5" "toolchain.cpp" "5" "toolchain.h" "5" +"toolchaincache.h" "5" "toolchainconfigwidget.cpp" "5" "toolchainconfigwidget.h" "5" "toolchainmanager.cpp" "5" @@ -8842,6 +9556,8 @@ "toolchainoptionspage.h" "5" "toolchainsettingsaccessor.cpp" "5" "toolchainsettingsaccessor.h" "5" +"treescanner.cpp" "5" +"treescanner.h" "5" "userfileaccessor.cpp" "5" "userfileaccessor.h" "5" "vcsannotatetaskhandler.cpp" "5" @@ -8851,7 +9567,7 @@ "xcodebuildparser.cpp" "5" "xcodebuildparser.h" "5" "Images" "4" -"projectexplorer.qbs:220" "5" +"projectexplorer.qbs:235" "5" "analyzer_overlay_small.png" "5" "analyzer_overlay_small@2x.png" "5" "build.png" "5" @@ -8876,7 +9592,6 @@ "buildstepremove@2x.png" "5" "cancelbuild_overlay.png" "5" "cancelbuild_overlay@2x.png" "5" -"closetab.png" "5" "CodeStyleSettings.png" "5" "continue_1_small.png" "5" "continue_1_small@2x.png" "5" @@ -8895,8 +9610,16 @@ "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" @@ -8911,13 +9634,13 @@ "fileoverlay_unknown@2x.png" "5" "findallprojects.png" "5" "findproject.png" "5" -"MaemoDevice.png" "5" +"importasproject.png" "5" +"importasproject@2x.png" "5" "mode_project.png" "5" "mode_project@2x.png" "5" "mode_project_mask.png" "5" "mode_project_mask@2x.png" "5" "ProjectDependencies.png" "5" -"projectexplorer.png" "5" "rebuildhammerhandles.png" "5" "rebuildhammerhandles@2x.png" "5" "rebuildhammerheads.png" "5" @@ -8927,19 +9650,19 @@ "run_mask.png" "5" "run_mask@2x.png" "5" "RunSettings.png" "5" -"session.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" -"Simulator.png" "5" "targetpanel_bottom.png" "5" "unconfigured.png" "5" "window.png" "5" "JsonWizard" "4" -"projectexplorer.qbs:161" "5" +"projectexplorer.qbs:175" "5" "jsonfieldpage.cpp" "5" "jsonfieldpage.h" "5" "jsonfieldpage_p.h" "5" @@ -8965,240 +9688,91 @@ "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:153" "5" +"projectexplorer.qbs:167" "5" "projectwelcomepage.cpp" "5" "projectwelcomepage.h" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"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:239" "5" +"projectexplorer.qbs:252" "5" "outputparser_test.cpp" "5" "outputparser_test.h" "5" "WindowsToolChains" "4" -"projectexplorer.qbs:226" "5" -"abstractmsvctoolchain.cpp" "5" -"abstractmsvctoolchain.h" "5" +"projectexplorer.qbs:241" "5" "msvctoolchain.cpp" "5" "msvctoolchain.h" "5" "windebuginterface.cpp" "5" "windebuginterface.h" "5" -"ProjectExplorer dev headers" "3" -"projectexplorer.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"customwizard" "5" -"customwizard.h" "6" -"customwizardpage.h" "6" -"customwizardparameters.h" "6" -"customwizardscriptgenerator.h" "6" -"devicesupport" "5" -"desktopdevice.h" "6" -"desktopdeviceconfigurationwidget.h" "6" -"desktopdevicefactory.h" "6" -"desktopdeviceprocess.h" "6" -"desktopprocesssignaloperation.h" "6" -"devicecheckbuildstep.h" "6" -"devicefactoryselectiondialog.h" "6" -"devicemanager.h" "6" -"devicemanagermodel.h" "6" -"deviceprocess.h" "6" -"deviceprocessesdialog.h" "6" -"deviceprocesslist.h" "6" -"devicesettingspage.h" "6" -"devicesettingswidget.h" "6" -"devicetestdialog.h" "6" -"deviceusedportsgatherer.h" "6" -"idevice.h" "6" -"idevicefactory.h" "6" -"idevicewidget.h" "6" -"localprocesslist.h" "6" -"sshdeviceprocess.h" "6" -"sshdeviceprocesslist.h" "6" -"jsonwizard" "5" -"jsonfieldpage.h" "6" -"jsonfieldpage_p.h" "6" -"jsonfilepage.h" "6" -"jsonkitspage.h" "6" -"jsonprojectpage.h" "6" -"jsonsummarypage.h" "6" -"jsonwizard.h" "6" -"jsonwizardfactory.h" "6" -"jsonwizardfilegenerator.h" "6" -"jsonwizardgeneratorfactory.h" "6" -"jsonwizardpagefactory.h" "6" -"jsonwizardpagefactory_p.h" "6" -"jsonwizardscannergenerator.h" "6" -"abi.h" "5" -"abiwidget.h" "5" -"abstractmsvctoolchain.h" "5" -"abstractprocessstep.h" "5" -"allprojectsfilter.h" "5" -"allprojectsfind.h" "5" -"ansifilterparser.h" "5" -"applicationlauncher.h" "5" -"appoutputpane.h" "5" -"baseprojectwizarddialog.h" "5" -"buildconfiguration.h" "5" -"buildenvironmentwidget.h" "5" -"buildinfo.h" "5" -"buildmanager.h" "5" -"buildprogress.h" "5" -"buildsettingspropertiespage.h" "5" -"buildstep.h" "5" -"buildsteplist.h" "5" -"buildstepspage.h" "5" -"buildtargetinfo.h" "5" -"clangparser.h" "5" -"codestylesettingspropertiespage.h" "5" -"compileoutputwindow.h" "5" -"configtaskhandler.h" "5" -"copytaskhandler.h" "5" -"currentprojectfilter.h" "5" -"currentprojectfind.h" "5" -"customexecutablerunconfiguration.h" "5" -"customparser.h" "5" -"customparserconfigdialog.h" "5" -"customtoolchain.h" "5" -"dependenciespanel.h" "5" -"deployablefile.h" "5" -"deployconfiguration.h" "5" -"deploymentdata.h" "5" -"deploymentdatamodel.h" "5" -"deploymentdataview.h" "5" -"editorconfiguration.h" "5" -"editorsettingspropertiespage.h" "5" -"environmentaspect.h" "5" -"environmentaspectwidget.h" "5" -"environmentwidget.h" "5" -"expanddata.h" "5" -"extracompiler.h" "5" -"foldernavigationwidget.h" "5" -"gccparser.h" "5" -"gcctoolchain.h" "5" -"gcctoolchainfactories.h" "5" -"gnumakeparser.h" "5" -"headerpath.h" "5" -"importwidget.h" "5" -"ioutputparser.h" "5" -"ipotentialkit.h" "5" -"itaskhandler.h" "5" -"journaldwatcher.h" "5" -"kit.h" "5" -"kitchooser.h" "5" -"kitconfigwidget.h" "5" -"kitfeatureprovider.h" "5" -"kitinformation.h" "5" -"kitinformationconfigwidget.h" "5" -"kitmanager.h" "5" -"kitmanagerconfigwidget.h" "5" -"kitmodel.h" "5" -"kitoptionspage.h" "5" -"ldparser.h" "5" -"linuxiccparser.h" "5" -"localenvironmentaspect.h" "5" -"miniprojecttargetselector.h" "5" -"msvcparser.h" "5" -"msvctoolchain.h" "5" -"namedwidget.h" "5" -"osparser.h" "5" -"outputparser_test.h" "5" -"panelswidget.h" "5" -"processparameters.h" "5" -"processstep.h" "5" -"project.h" "5" -"projectconfiguration.h" "5" -"projectconfigurationmodel.h" "5" -"projectexplorer.h" "5" -"projectexplorer_export.h" "5" -"projectexplorer_global.h" "5" -"projectexplorerconstants.h" "5" -"projectexplorericons.h" "5" -"projectexplorersettings.h" "5" -"projectexplorersettingspage.h" "5" -"projectfilewizardextension.h" "5" -"projectimporter.h" "5" -"projectmacro.h" "5" -"projectmacroexpander.h" "5" -"projectmanager.h" "5" -"projectmodels.h" "5" -"projectnodes.h" "5" -"projectpanelfactory.h" "5" -"projecttree.h" "5" -"projecttreewidget.h" "5" -"projectwelcomepage.h" "5" -"projectwindow.h" "5" -"projectwizardpage.h" "5" -"removetaskhandler.h" "5" -"runconfiguration.h" "5" -"runconfigurationaspects.h" "5" -"runsettingspropertiespage.h" "5" -"selectablefilesmodel.h" "5" -"session.h" "5" -"sessiondialog.h" "5" -"sessionmodel.h" "5" -"sessionview.h" "5" -"showineditortaskhandler.h" "5" -"showoutputtaskhandler.h" "5" -"subscription.h" "5" -"target.h" "5" -"targetsettingspanel.h" "5" -"targetsetuppage.h" "5" -"targetsetupwidget.h" "5" -"task.h" "5" -"taskhub.h" "5" -"taskmodel.h" "5" -"taskwindow.h" "5" -"toolchain.h" "5" -"toolchainconfigwidget.h" "5" -"toolchainmanager.h" "5" -"toolchainoptionspage.h" "5" -"toolchainsettingsaccessor.h" "5" -"userfileaccessor.h" "5" -"vcsannotatetaskhandler.h" "5" -"waitforstopdialog.h" "5" -"windebuginterface.h" "5" -"xcodebuildparser.h" "5" "ptracepreload" "2" "ptracepreload.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "ptracepreload.c" "3" -"PythonEditor" "2" -"pythoneditor.qbs:3" "3" +"Python" "2" +"python.qbs:3" "3" "General" "3" -"pythoneditor.qbs:14" "4" +"python.qbs:17" "4" +"python.qrc" "4" +"/python" "5" +"images" "6" +"settingscategory_python.png" "7" +"settingscategory_python@2x.png" "7" +"pythonconstants.h" "4" "pythoneditor.cpp" "4" "pythoneditor.h" "4" -"pythoneditorconstants.h" "4" -"pythoneditorplugin.cpp" "4" -"pythoneditorplugin.h" "4" "pythonformattoken.h" "4" "pythonhighlighter.cpp" "4" "pythonhighlighter.h" "4" "pythonindenter.cpp" "4" "pythonindenter.h" "4" +"pythonplugin.cpp" "4" +"pythonplugin.h" "4" +"pythonproject.cpp" "4" +"pythonproject.h" "4" +"pythonrunconfiguration.cpp" "4" +"pythonrunconfiguration.h" "4" "pythonscanner.cpp" "4" "pythonscanner.h" "4" +"pythonsettings.cpp" "4" +"pythonsettings.h" "4" +"pythonutils.cpp" "4" +"pythonutils.h" "4" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" -"PythonEditor.json.in" "4" +"Python.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "QbsProjectManager" "2" "qbsprojectmanager.qbs:5" "3" @@ -9206,14 +9780,16 @@ "QtcPlugin.qbs:49" "4" "QbsProjectManager.json.in" "4" "qbs qml type info" "3" -"qbsprojectmanager.qbs:124" "4" +"qbsprojectmanager.qbs:68" "4" "qbs-bundle.json" "4" "qbs.qmltypes" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "customqbspropertiesdialog.cpp" "3" "customqbspropertiesdialog.h" "3" @@ -9223,33 +9799,23 @@ "propertyprovider.h" "3" "qbsbuildconfiguration.cpp" "3" "qbsbuildconfiguration.h" "3" -"qbsbuildconfigurationwidget.cpp" "3" -"qbsbuildconfigurationwidget.h" "3" -"qbsbuildinfo.cpp" "3" -"qbsbuildinfo.h" "3" "qbsbuildstep.cpp" "3" "qbsbuildstep.h" "3" -"qbsbuildstepconfigwidget.ui" "3" "qbscleanstep.cpp" "3" "qbscleanstep.h" "3" "qbscleanstepconfigwidget.ui" "3" -"qbsdeployconfigurationfactory.cpp" "3" -"qbsdeployconfigurationfactory.h" "3" "qbsinstallstep.cpp" "3" "qbsinstallstep.h" "3" -"qbsinstallstepconfigwidget.ui" "3" "qbskitinformation.cpp" "3" "qbskitinformation.h" "3" -"qbslogsink.cpp" "3" -"qbslogsink.h" "3" "qbsnodes.cpp" "3" "qbsnodes.h" "3" "qbsnodetreebuilder.cpp" "3" "qbsnodetreebuilder.h" "3" -"qbsparser.cpp" "3" -"qbsparser.h" "3" "qbspmlogging.cpp" "3" "qbspmlogging.h" "3" +"qbsprofilemanager.cpp" "3" +"qbsprofilemanager.h" "3" "qbsprofilessettingspage.cpp" "3" "qbsprofilessettingspage.h" "3" "qbsprofilessettingswidget.ui" "3" @@ -9257,57 +9823,27 @@ "qbsproject.h" "3" "qbsprojectimporter.cpp" "3" "qbsprojectimporter.h" "3" -"qbsprojectmanager.cpp" "3" -"qbsprojectmanager.h" "3" "qbsprojectmanager.qrc" "3" "/qbsprojectmanager" "4" "images" "5" -"groups.png" "6" -"groups@2x.png" "6" -"productgear.png" "6" -"productgear@2x.png" "6" +"settingscategory_qbsprojectmanager.png" "6" +"settingscategory_qbsprojectmanager@2x.png" "6" "qbsprojectmanager_global.h" "3" "qbsprojectmanagerconstants.h" "3" "qbsprojectmanagerplugin.cpp" "3" "qbsprojectmanagerplugin.h" "3" -"qbsprojectmanagersettings.cpp" "3" -"qbsprojectmanagersettings.h" "3" "qbsprojectparser.cpp" "3" "qbsprojectparser.h" "3" -"qbsrunconfiguration.cpp" "3" -"qbsrunconfiguration.h" "3" -"QmakeAndroidSupport" "2" -"qmakeandroidsupport.qbs:3" "3" -"PluginMetaData" "3" -"QtcPlugin.qbs:49" "4" -"QmakeAndroidSupport.json.in" "4" -"standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" -"qtcreator_gui_pch.h" "5" -"standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" -"qtcreator_pch.h" "5" -"androidextralibrarylistmodel.cpp" "3" -"androidextralibrarylistmodel.h" "3" -"androidqmakebuildconfigurationfactory.cpp" "3" -"androidqmakebuildconfigurationfactory.h" "3" -"createandroidmanifestwizard.cpp" "3" -"createandroidmanifestwizard.h" "3" -"qmakeandroidbuildapkstep.cpp" "3" -"qmakeandroidbuildapkstep.h" "3" -"qmakeandroidbuildapkwidget.cpp" "3" -"qmakeandroidbuildapkwidget.h" "3" -"qmakeandroidbuildapkwidget.ui" "3" -"qmakeandroidsupport.cpp" "3" -"qmakeandroidsupport.h" "3" -"qmakeandroidsupportplugin.cpp" "3" -"qmakeandroidsupportplugin.h" "3" +"qbssession.cpp" "3" +"qbssession.h" "3" +"qbssettings.cpp" "3" +"qbssettings.h" "3" "QmakeProjectManager" "2" "qmakeprojectmanager.qbs:3" "3" "QmakeProjectManager" "3" -"qmakeprojectmanager.qbs:8" "4" +"qmakeprojectmanager.qbs:6" "4" "Custom Widget Wizard" "4" -"qmakeprojectmanager.qbs:60" "5" +"qmakeprojectmanager.qbs:54" "5" "classdefinition.cpp" "5" "classdefinition.h" "5" "classdefinition.ui" "5" @@ -9328,11 +9864,9 @@ "plugingenerator.h" "5" "pluginoptions.h" "5" "General" "4" -"qmakeprojectmanager.qbs:25" "5" +"qmakeprojectmanager.qbs:23" "5" "addlibrarywizard.cpp" "5" "addlibrarywizard.h" "5" -"desktopqmakerunconfiguration.cpp" "5" -"desktopqmakerunconfiguration.h" "5" "externaleditors.cpp" "5" "externaleditors.h" "5" "librarydetailscontroller.cpp" "5" @@ -9340,9 +9874,6 @@ "librarydetailswidget.ui" "5" "makefileparse.cpp" "5" "makefileparse.h" "5" -"makestep.cpp" "5" -"makestep.h" "5" -"makestep.ui" "5" "profilecompletionassist.cpp" "5" "profilecompletionassist.h" "5" "profileeditor.cpp" "5" @@ -9354,10 +9885,10 @@ "qmakebuildconfiguration.cpp" "5" "qmakebuildconfiguration.h" "5" "qmakebuildinfo.h" "5" -"qmakekitconfigwidget.cpp" "5" -"qmakekitconfigwidget.h" "5" "qmakekitinformation.cpp" "5" "qmakekitinformation.h" "5" +"qmakemakestep.cpp" "5" +"qmakemakestep.h" "5" "qmakenodes.cpp" "5" "qmakenodes.h" "5" "qmakenodetreebuilder.cpp" "5" @@ -9368,67 +9899,43 @@ "qmakeparsernodes.h" "5" "qmakeproject.cpp" "5" "qmakeproject.h" "5" -"qmakeprojectconfigwidget.cpp" "5" -"qmakeprojectconfigwidget.h" "5" -"qmakeprojectconfigwidget.ui" "5" "qmakeprojectimporter.cpp" "5" "qmakeprojectimporter.h" "5" -"qmakeprojectmanager.cpp" "5" -"qmakeprojectmanager.h" "5" "qmakeprojectmanager.qrc" "5" "/qmakeprojectmanager" "6" "images" "7" "dark_headers.png" "8" "dark_sources.png" "8" "dark_unknown.png" "8" -"qmakeprojectmanager.png" "8" -"qmakeprojectmanager@2x.png" "8" "qmakeprojectmanager_global.h" "5" "qmakeprojectmanagerconstants.h" "5" "qmakeprojectmanagerplugin.cpp" "5" "qmakeprojectmanagerplugin.h" "5" +"qmakesettings.cpp" "5" +"qmakesettings.h" "5" "qmakestep.cpp" "5" "qmakestep.h" "5" -"qmakestep.ui" "5" -"qtmodulesinfo.cpp" "5" -"qtmodulesinfo.h" "5" "PluginMetaData" "4" "QtcPlugin.qbs:49" "5" "QmakeProjectManager.json.in" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Wizard Images" "4" -"qmakeprojectmanager.qbs:96" "5" -"console.png" "5" +"qmakeprojectmanager.qbs:82" "5" "gui.png" "5" -"lib.png" "5" -"qtquickapp.png" "5" +"gui@2x.png" "5" "Wizards" "4" -"qmakeprojectmanager.qbs:76" "5" -"filespage.cpp" "5" -"filespage.h" "5" -"guiappwizard.cpp" "5" -"guiappwizard.h" "5" -"guiappwizarddialog.cpp" "5" -"guiappwizarddialog.h" "5" -"libraryparameters.cpp" "5" -"libraryparameters.h" "5" -"librarywizard.cpp" "5" -"librarywizard.h" "5" -"librarywizarddialog.cpp" "5" -"librarywizarddialog.h" "5" -"modulespage.cpp" "5" -"modulespage.h" "5" +"qmakeprojectmanager.qbs:70" "5" "qtprojectparameters.cpp" "5" "qtprojectparameters.h" "5" "qtwizard.cpp" "5" "qtwizard.h" "5" -"simpleprojectwizard.cpp" "5" -"simpleprojectwizard.h" "5" "subdirsprojectwizard.cpp" "5" "subdirsprojectwizard.h" "5" "subdirsprojectwizarddialog.cpp" "5" @@ -9436,202 +9943,69 @@ "wizards.qrc" "5" "/wizards" "6" "images" "7" -"console.png" "8" -"console@2x.png" "8" "gui.png" "8" "gui@2x.png" "8" -"lib.png" "8" -"lib@2x.png" "8" -"qtquickapp.png" "8" -"QmakeProjectManager dev headers" "3" -"qmakeprojectmanager.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"customwidgetwizard" "5" -"classdefinition.h" "6" -"classlist.h" "6" -"customwidgetpluginwizardpage.h" "6" -"customwidgetwidgetswizardpage.h" "6" -"customwidgetwizard.h" "6" -"customwidgetwizarddialog.h" "6" -"filenamingparameters.h" "6" -"plugingenerator.h" "6" -"pluginoptions.h" "6" -"wizards" "5" -"filespage.h" "6" -"guiappwizard.h" "6" -"guiappwizarddialog.h" "6" -"libraryparameters.h" "6" -"librarywizard.h" "6" -"librarywizarddialog.h" "6" -"modulespage.h" "6" -"qtprojectparameters.h" "6" -"qtwizard.h" "6" -"simpleprojectwizard.h" "6" -"subdirsprojectwizard.h" "6" -"subdirsprojectwizarddialog.h" "6" -"addlibrarywizard.h" "5" -"applicationlauncher.h" "5" -"desktopqmakerunconfiguration.h" "5" -"externaleditors.h" "5" -"librarydetailscontroller.h" "5" -"makefileparse.h" "5" -"makestep.h" "5" -"profilecompletionassist.h" "5" -"profileeditor.h" "5" -"profilehighlighter.h" "5" -"profilehoverhandler.h" "5" -"qmakebuildconfiguration.h" "5" -"qmakebuildinfo.h" "5" -"qmakekitconfigwidget.h" "5" -"qmakekitinformation.h" "5" -"qmakenodes.h" "5" -"qmakenodetreebuilder.h" "5" -"qmakeparser.h" "5" -"qmakeparsernodes.h" "5" -"qmakeproject.h" "5" -"qmakeprojectconfigwidget.h" "5" -"qmakeprojectimporter.h" "5" -"qmakeprojectmanager.h" "5" -"qmakeprojectmanager_global.h" "5" -"qmakeprojectmanagerconstants.h" "5" -"qmakeprojectmanagerplugin.h" "5" -"qmakestep.h" "5" -"qtmodulesinfo.h" "5" "QML designer projects" "2" "qmldesigner.qbs:3" "3" +"assetexporterplugin" "3" +"assetexporterplugin.qbs:3" "4" "componentsplugin" "3" "componentsplugin.qbs:3" "4" -"controls" "4" -"componentsplugin.qbs:36" "5" -"Controls" "5" -"ApplicationWindowSpecifics.qml" "6" -"ButtonSpecifics.qml" "6" -"CheckBoxSpecifics.qml" "6" -"ComboBoxSpecifics.qml" "6" -"CurrentIndexComboBox.qml" "6" -"OrientationCombobox.qml" "6" -"RadioButtonSpecifics.qml" "6" -"SliderSpecifics.qml" "6" -"SplitViewSpecifics.qml" "6" -"TabPositionComboBox.qml" "6" -"TabViewSpecifics.qml" "6" -"TextAreaSpecifics.qml" "6" -"TextFieldSpecifics.qml" "6" -"images" "4" -"componentsplugin.qbs:41" "5" -"images" "5" -"button.png" "6" -"button16.png" "6" -"checkbox.png" "6" -"checkbox16.png" "6" -"column-layouts-icon-16px.png" "6" -"column-layouts-icon.png" "6" -"combobox.png" "6" -"combobox16.png" "6" -"grid-layouts-icon-16px.png" "6" -"grid-layouts-icon.png" "6" -"item-icon.png" "6" -"item-icon16.png" "6" -"label.png" "6" -"label16.png" "6" -"progressbar.png" "6" -"progressbar16.png" "6" -"radiobutton.png" "6" -"radiobutton16.png" "6" -"row-layouts-icon-16px.png" "6" -"row-layouts-icon.png" "6" -"slider.png" "6" -"slider16.png" "6" -"splitview-layouts-icon-16px.png" "6" -"splitview-layouts-icon.png" "6" -"stack-layouts-icon-16px.png" "6" -"stack-layouts-icon.png" "6" -"textarea.png" "6" -"textarea16.png" "6" -"textfield.png" "6" -"textfield16.png" "6" -"window.png" "6" -"window16.png" "6" -"plugin metadata" "4" -"componentsplugin.qbs:46" "5" -"componentsplugin.json" "5" -"standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" -"qtcreator_gui_pch.h" "6" -"standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" -"qtcreator_pch.h" "6" -"iwidgetplugin.h" "5" -"addtabdesigneraction.cpp" "4" -"addtabdesigneraction.h" "4" -"addtabtotabviewdialog.cpp" "4" -"addtabtotabviewdialog.h" "4" -"addtabtotabviewdialog.ui" "4" -"components.metainfo" "4" -"componentsplugin.cpp" "4" -"componentsplugin.h" "4" -"componentsplugin.qrc" "4" -"/componentsplugin" "5" -"images" "6" -"button.png" "7" -"button16.png" "7" -"checkbox.png" "7" -"checkbox16.png" "7" -"column-layouts-icon-16px.png" "7" -"column-layouts-icon.png" "7" -"combobox.png" "7" -"combobox16.png" "7" -"grid-layouts-icon-16px.png" "7" -"grid-layouts-icon.png" "7" -"item-icon.png" "7" -"item-icon16.png" "7" -"label.png" "7" -"label16.png" "7" -"progressbar.png" "7" -"progressbar16.png" "7" -"radiobutton.png" "7" -"radiobutton16.png" "7" -"row-layouts-icon-16px.png" "7" -"row-layouts-icon.png" "7" -"slider.png" "7" -"slider16.png" "7" -"splitview-layouts-icon-16px.png" "7" -"splitview-layouts-icon.png" "7" -"stack-layouts-icon-16px.png" "7" -"stack-layouts-icon.png" "7" -"textarea.png" "7" -"textarea16.png" "7" -"textfield.png" "7" -"textfield16.png" "7" -"window.png" "7" -"window16.png" "7" -"components.metainfo" "6" -"/propertyEditorQmlSources/QtQuick" "5" -"Controls" "6" -"ApplicationWindowSpecifics.qml" "7" -"ButtonSpecifics.qml" "7" -"CheckBoxSpecifics.qml" "7" -"ComboBoxSpecifics.qml" "7" -"CurrentIndexComboBox.qml" "7" -"OrientationCombobox.qml" "7" -"RadioButtonSpecifics.qml" "7" -"SliderSpecifics.qml" "7" -"SplitViewSpecifics.qml" "7" -"TabPositionComboBox.qml" "7" -"TabViewSpecifics.qml" "7" -"TextAreaSpecifics.qml" "7" -"TextFieldSpecifics.qml" "7" -"entertabdesigneraction.cpp" "4" -"entertabdesigneraction.h" "4" -"tabviewindexmodel.cpp" "4" -"tabviewindexmodel.h" "4" "QmlDesigner" "3" "qmldesignerplugin.qbs:4" "4" "QmlDesigner" "4" -"qmldesignerplugin.qbs:9" "5" +"qmldesignerplugin.qbs:7" "5" "extension" "5" -"qmldesignerplugin.qbs:590" "6" +"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" @@ -9658,6 +10032,103 @@ "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" @@ -9671,6 +10142,21 @@ "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" @@ -9681,10 +10167,174 @@ "textedititemwidget.h" "7" "texttool.cpp" "7" "texttool.h" "7" -"qmldesignerextension_global.h" "6" -"qmldesignerextensionconstants.h" "6" +"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-16px.png" "10" +"keyframe.png" "10" +"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:74" "6" +"qmldesignerplugin.qbs:84" "6" "addarraymembervisitor.cpp" "6" "addarraymembervisitor.h" "6" "addobjectvisitor.cpp" "6" @@ -9716,92 +10366,109 @@ "removeuiobjectmembervisitor.cpp" "6" "removeuiobjectmembervisitor.h" "6" "Group 5" "5" -"qmldesignerplugin.qbs:110" "6" -"commands" "7" -"changeauxiliarycommand.cpp" "8" -"changeauxiliarycommand.h" "8" -"changebindingscommand.cpp" "8" -"changebindingscommand.h" "8" -"changefileurlcommand.cpp" "8" -"changefileurlcommand.h" "8" -"changeidscommand.cpp" "8" -"changeidscommand.h" "8" -"changenodesourcecommand.cpp" "8" -"changenodesourcecommand.h" "8" -"changestatecommand.cpp" "8" -"changestatecommand.h" "8" -"changevaluescommand.cpp" "8" -"changevaluescommand.h" "8" -"childrenchangedcommand.cpp" "8" -"childrenchangedcommand.h" "8" -"clearscenecommand.cpp" "8" -"clearscenecommand.h" "8" -"completecomponentcommand.cpp" "8" -"completecomponentcommand.h" "8" -"componentcompletedcommand.cpp" "8" -"componentcompletedcommand.h" "8" -"createinstancescommand.cpp" "8" -"createinstancescommand.h" "8" -"createscenecommand.cpp" "8" -"createscenecommand.h" "8" -"debugoutputcommand.cpp" "8" -"debugoutputcommand.h" "8" -"endpuppetcommand.cpp" "8" -"endpuppetcommand.h" "8" -"informationchangedcommand.cpp" "8" -"informationchangedcommand.h" "8" -"pixmapchangedcommand.cpp" "8" -"pixmapchangedcommand.h" "8" -"puppetalivecommand.cpp" "8" -"puppetalivecommand.h" "8" -"removeinstancescommand.cpp" "8" -"removeinstancescommand.h" "8" -"removepropertiescommand.cpp" "8" -"removepropertiescommand.h" "8" -"removesharedmemorycommand.cpp" "8" -"removesharedmemorycommand.h" "8" -"reparentinstancescommand.cpp" "8" -"reparentinstancescommand.h" "8" -"statepreviewimagechangedcommand.cpp" "8" -"statepreviewimagechangedcommand.h" "8" -"synchronizecommand.cpp" "8" -"synchronizecommand.h" "8" -"tokencommand.cpp" "8" -"tokencommand.h" "8" -"valueschangedcommand.cpp" "8" -"valueschangedcommand.h" "8" -"container" "7" -"addimportcontainer.cpp" "8" -"addimportcontainer.h" "8" -"idcontainer.cpp" "8" -"idcontainer.h" "8" -"imagecontainer.cpp" "8" -"imagecontainer.h" "8" -"informationcontainer.cpp" "8" -"informationcontainer.h" "8" -"instancecontainer.cpp" "8" -"instancecontainer.h" "8" -"mockuptypecontainer.cpp" "8" -"mockuptypecontainer.h" "8" -"propertyabstractcontainer.cpp" "8" -"propertyabstractcontainer.h" "8" -"propertybindingcontainer.cpp" "8" -"propertybindingcontainer.h" "8" -"propertyvaluecontainer.cpp" "8" -"propertyvaluecontainer.h" "8" -"reparentcontainer.cpp" "8" -"reparentcontainer.h" "8" -"sharedmemory.h" "8" -"interfaces" "7" -"commondefines.h" "8" -"nodeinstanceclientinterface.h" "8" -"nodeinstanceserverinterface.cpp" "8" -"nodeinstanceserverinterface.h" "8" -"types" "7" -"enumeration.cpp" "8" -"enumeration.h" "8" +"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:211" "6" +"qmldesignerplugin.qbs:238" "6" "exceptions" "6" "exception.cpp" "7" "invalidargumentexception.cpp" "7" @@ -9816,10 +10483,31 @@ "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" @@ -9827,6 +10515,7 @@ "documentmessage.h" "7" "exception.h" "7" "forwardview.h" "7" +"imagecacheauxiliarydata.h" "7" "import.h" "7" "invalidargumentexception.h" "7" "invalididexception.h" "7" @@ -9857,23 +10546,38 @@ "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" @@ -9886,6 +10590,7 @@ "puppetdialog.cpp" "7" "puppetdialog.h" "7" "puppetdialog.ui" "7" +"qprocessuniqueptr.h" "7" "metainfo" "6" "itemlibraryinfo.cpp" "7" "metainfo.cpp" "7" @@ -9897,6 +10602,7 @@ "abstractproperty.cpp" "7" "abstractview.cpp" "7" "anchorline.cpp" "7" +"annotation.cpp" "7" "basetexteditmodifier.cpp" "7" "bindingproperty.cpp" "7" "componenttextmodifier.cpp" "7" @@ -9934,8 +10640,10 @@ "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" @@ -9944,12 +10652,14 @@ "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" @@ -9963,7 +10673,7 @@ "rewritertransaction.cpp" "6" "rewritertransaction.h" "6" "Group 9" "5" -"qmldesignerplugin.qbs:371" "6" +"qmldesignerplugin.qbs:440" "6" "componentcore" "6" "abstractaction.cpp" "7" "abstractaction.h" "7" @@ -9999,6 +10709,10 @@ "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.cpp" "7" @@ -10007,10 +10721,14 @@ "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" @@ -10021,6 +10739,62 @@ "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" @@ -10044,12 +10818,22 @@ "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.png" "9" "snapping@2x.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" @@ -10072,8 +10856,6 @@ "movemanipulator.h" "7" "movetool.cpp" "7" "movetool.h" "7" -"numberseriesaction.cpp" "7" -"numberseriesaction.h" "7" "onedimensionalcluster.cpp" "7" "onedimensionalcluster.h" "7" "resizecontroller.cpp" "7" @@ -10086,12 +10868,24 @@ "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" @@ -10106,19 +10900,8 @@ "snappinglinecreator.h" "7" "toolbox.cpp" "7" "toolbox.h" "7" -"importmanager" "6" -"importlabel.cpp" "7" -"importlabel.h" "7" -"importmanager.css" "7" -"importmanager.qrc" "7" -"/importmanager" "8" -"importmanager.css" "9" -"importmanagercombobox.cpp" "7" -"importmanagercombobox.h" "7" -"importmanagerview.cpp" "7" -"importmanagerview.h" "7" -"importswidget.cpp" "7" -"importswidget.h" "7" +"transitiontool.cpp" "7" +"transitiontool.h" "7" "integration" "6" "componentaction.cpp" "7" "componentaction.h" "7" @@ -10133,30 +10916,96 @@ "utilitypanelcontroller.cpp" "7" "utilitypanelcontroller.h" "7" "itemlibrary" "6" -"customfilesystemmodel.cpp" "7" -"customfilesystemmodel.h" "7" +"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_128.png" "10" +"asset_font_192.png" "10" +"asset_font_256.png" "10" +"asset_font_32.png" "10" +"asset_font_384.png" "10" +"asset_font_48.png" "10" +"asset_font_64.png" "10" +"asset_font_96.png" "10" +"asset_shader_128.png" "10" +"asset_shader_192.png" "10" +"asset_shader_256.png" "10" +"asset_shader_32.png" "10" +"asset_shader_384.png" "10" +"asset_shader_48.png" "10" +"asset_shader_64.png" "10" +"asset_shader_96.png" "10" +"asset_sound_128.png" "10" +"asset_sound_192.png" "10" +"asset_sound_256.png" "10" +"asset_sound_32.png" "10" +"asset_sound_384.png" "10" +"asset_sound_48.png" "10" +"asset_sound_64.png" "10" +"asset_sound_96.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" -"itemlibraryresourceview.cpp" "7" -"itemlibraryresourceview.h" "7" -"itemlibrarysection.cpp" "7" -"itemlibrarysection.h" "7" -"itemlibrarysectionmodel.cpp" "7" -"itemlibrarysectionmodel.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" @@ -10175,6 +11024,7 @@ "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" @@ -10183,13 +11033,30 @@ "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" @@ -10208,15 +11075,13 @@ "qmlmodelnodeproxy.h" "7" "quick2propertyeditorview.cpp" "7" "quick2propertyeditorview.h" "7" +"tooltip.cpp" "7" +"tooltip.h" "7" "resources" "6" "resources.qrc" "7" "/qmldesigner" "8" -"images" "9" -"spliteditorhorizontally.png" "10" -"spliteditorhorizontally@2x.png" "10" -"spliteditorvertically.png" "10" -"spliteditorvertically@2x.png" "10" "centerwidget.css" "9" +"dockwidgets.css" "9" "formeditorstylesheet.css" "9" "scrollbar.css" "9" "stylesheet.css" "9" @@ -10240,17 +11105,25 @@ "QtcPlugin.qbs:49" "6" "QmlDesigner.json.in" "6" "SharedMemory (Generic)" "5" -"qmldesignerplugin.qbs:203" "6" +"qmldesignerplugin.qbs:230" "6" "sharedmemory_qt.cpp" "7" "SharedMemory (Unix)" "5" -"qmldesignerplugin.qbs:195" "6" +"qmldesignerplugin.qbs:222" "6" "sharedmemory_unix.cpp" "7" "standard pch file (gui)" "5" -"QtcProduct.qbs:65" "6" +"QtcProduct.qbs:100" "6" +"." "6" "qtcreator_gui_pch.h" "7" "standard pch file (non-gui)" "5" -"QtcProduct.qbs:57" "6" +"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" @@ -10261,6 +11134,13 @@ "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" @@ -10268,341 +11148,112 @@ "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" -"switchsplittabwidget.cpp" "5" -"switchsplittabwidget.h" "5" -"QmlDesigner dev headers" "4" -"qmldesignerplugin.qbs:7" "5" -"Group 1" "5" -"QtcDevHeaders.qbs:10" "6" -"components" "6" -"componentcore" "7" -"abstractaction.h" "8" -"abstractactiongroup.h" "8" -"actioninterface.h" "8" -"addimagesdialog.h" "8" -"addsignalhandlerdialog.h" "8" -"changestyleaction.h" "8" -"componentcore_constants.h" "8" -"crumblebar.h" "8" -"designeractionmanager.h" "8" -"designeractionmanagerview.h" "8" -"findimplementation.h" "8" -"layoutingridlayout.h" "8" -"modelnodecontextmenu.h" "8" -"modelnodecontextmenu_helper.h" "8" -"modelnodeoperations.h" "8" -"qmldesignericonprovider.h" "8" -"selectioncontext.h" "8" -"theme.h" "8" -"zoomaction.h" "8" -"debugview" "7" -"debugview.h" "8" -"debugviewwidget.h" "8" -"formeditor" "7" -"abstractcustomtool.h" "8" -"abstractformeditortool.h" "8" -"anchorindicator.h" "8" -"anchorindicatorgraphicsitem.h" "8" -"backgroundaction.h" "8" -"bindingindicator.h" "8" -"bindingindicatorgraphicsitem.h" "8" -"contentnoteditableindicator.h" "8" -"controlelement.h" "8" -"dragtool.h" "8" -"formeditorgraphicsview.h" "8" -"formeditoritem.h" "8" -"formeditorscene.h" "8" -"formeditorsubwindow.h" "8" -"formeditortoolbutton.h" "8" -"formeditorview.h" "8" -"formeditorwidget.h" "8" -"itemutilfunctions.h" "8" -"layeritem.h" "8" -"lineeditaction.h" "8" -"movemanipulator.h" "8" -"movetool.h" "8" -"numberseriesaction.h" "8" -"onedimensionalcluster.h" "8" -"resizecontroller.h" "8" -"resizehandleitem.h" "8" -"resizeindicator.h" "8" -"resizemanipulator.h" "8" -"resizetool.h" "8" -"rubberbandselectionmanipulator.h" "8" -"scaleitem.h" "8" -"scalemanipulator.h" "8" -"selectionindicator.h" "8" -"selectionrectangle.h" "8" -"selectiontool.h" "8" -"singleselectionmanipulator.h" "8" -"snapper.h" "8" -"snappinglinecreator.h" "8" -"toolbox.h" "8" -"importmanager" "7" -"importlabel.h" "8" -"importmanagercombobox.h" "8" -"importmanagerview.h" "8" -"importswidget.h" "8" -"integration" "7" -"componentaction.h" "8" -"componentview.h" "8" -"designdocument.h" "8" -"designdocumentview.h" "8" -"stackedutilitypanelcontroller.h" "8" -"utilitypanelcontroller.h" "8" -"itemlibrary" "7" -"customfilesystemmodel.h" "8" -"itemlibraryimageprovider.h" "8" -"itemlibraryitem.h" "8" -"itemlibrarymodel.h" "8" -"itemlibraryresourceview.h" "8" -"itemlibrarysection.h" "8" -"itemlibrarysectionmodel.h" "8" -"itemlibraryview.h" "8" -"itemlibrarywidget.h" "8" -"navigator" "7" -"iconcheckboxitemdelegate.h" "8" -"nameitemdelegate.h" "8" -"navigatormodelinterface.h" "8" -"navigatortreemodel.h" "8" -"navigatortreeview.h" "8" -"navigatorview.h" "8" -"navigatorwidget.h" "8" -"propertyeditor" "7" -"designerpropertymap.h" "8" -"fileresourcesmodel.h" "8" -"gradientmodel.h" "8" -"propertyeditorcontextobject.h" "8" -"propertyeditorqmlbackend.h" "8" -"propertyeditortransaction.h" "8" -"propertyeditorvalue.h" "8" -"propertyeditorview.h" "8" -"propertyeditorwidget.h" "8" -"qmlanchorbindingproxy.h" "8" -"qmlmodelnodeproxy.h" "8" -"quick2propertyeditorview.h" "8" -"stateseditor" "7" -"stateseditorimageprovider.h" "8" -"stateseditormodel.h" "8" -"stateseditorview.h" "8" -"stateseditorwidget.h" "8" -"texteditor" "7" -"texteditorstatusbar.h" "8" -"texteditorview.h" "8" -"texteditorwidget.h" "8" -"componentsplugin" "6" -"addtabdesigneraction.h" "7" -"addtabtotabviewdialog.h" "7" -"componentsplugin.h" "7" -"entertabdesigneraction.h" "7" -"tabviewindexmodel.h" "7" -"designercore" "6" -"filemanager" "7" -"addarraymembervisitor.h" "8" -"addobjectvisitor.h" "8" -"addpropertyvisitor.h" "8" -"astobjecttextextractor.h" "8" -"changeimportsvisitor.h" "8" -"changeobjecttypevisitor.h" "8" -"changepropertyvisitor.h" "8" -"firstdefinitionfinder.h" "8" -"moveobjectbeforeobjectvisitor.h" "8" -"moveobjectvisitor.h" "8" -"objectlengthcalculator.h" "8" -"qmlrefactoring.h" "8" -"qmlrewriter.h" "8" -"removepropertyvisitor.h" "8" -"removeuiobjectmembervisitor.h" "8" -"include" "7" -"abstractproperty.h" "8" -"abstractview.h" "8" -"anchorline.h" "8" -"basetexteditmodifier.h" "8" -"bindingproperty.h" "8" -"bytearraymodifier.h" "8" -"componenttextmodifier.h" "8" -"customnotifications.h" "8" -"documentmessage.h" "8" -"exception.h" "8" -"forwardview.h" "8" -"import.h" "8" -"invalidargumentexception.h" "8" -"invalididexception.h" "8" -"invalidmetainfoexception.h" "8" -"invalidmodelnodeexception.h" "8" -"invalidmodelstateexception.h" "8" -"invalidpropertyexception.h" "8" -"invalidqmlsourceexception.h" "8" -"invalidreparentingexception.h" "8" -"invalidslideindexexception.h" "8" -"itemlibraryinfo.h" "8" -"iwidgetplugin.h" "8" -"mathutils.h" "8" -"metainfo.h" "8" -"metainforeader.h" "8" -"model.h" "8" -"modelmerger.h" "8" -"modelnode.h" "8" -"modelnodepositionstorage.h" "8" -"modificationgroupexception.h" "8" -"modificationgrouptoken.h" "8" -"nodeabstractproperty.h" "8" -"nodeanchors.h" "8" -"nodehints.h" "8" -"nodeinstance.h" "8" -"nodeinstanceview.h" "8" -"nodelistproperty.h" "8" -"nodemetainfo.h" "8" -"nodeproperty.h" "8" -"notimplementedexception.h" "8" -"objectpropertybinding.h" "8" -"plaintexteditmodifier.h" "8" -"propertybinding.h" "8" -"propertycontainer.h" "8" -"propertynode.h" "8" -"propertyparser.h" "8" -"qmlanchors.h" "8" -"qmlchangeset.h" "8" -"qmldesignercorelib_global.h" "8" -"qmlitemnode.h" "8" -"qmlmodelnodefacade.h" "8" -"qmlobjectnode.h" "8" -"qmlstate.h" "8" -"qmltimeline.h" "8" -"qmltimelinekeyframegroup.h" "8" -"removebasestateexception.h" "8" -"rewriterview.h" "8" -"rewritingexception.h" "8" -"signalhandlerproperty.h" "8" -"subcomponentmanager.h" "8" -"textmodifier.h" "8" -"variantproperty.h" "8" -"viewmanager.h" "8" -"instances" "7" -"nodeinstanceserverproxy.h" "8" -"puppetbuildprogressdialog.h" "8" -"puppetcreator.h" "8" -"puppetdialog.h" "8" -"model" "7" -"internalbindingproperty.h" "8" -"internalnode_p.h" "8" -"internalnodeabstractproperty.h" "8" -"internalnodelistproperty.h" "8" -"internalnodeproperty.h" "8" -"internalproperty.h" "8" -"internalsignalhandlerproperty.h" "8" -"internalvariantproperty.h" "8" -"model_p.h" "8" -"modelnodepositionrecalculator.h" "8" -"modeltotextmerger.h" "8" -"qmltextgenerator.h" "8" -"rewriteaction.h" "8" -"rewriteactioncompressor.h" "8" -"texttomodelmerger.h" "8" -"pluginmanager" "7" -"widgetpluginmanager.h" "8" -"widgetpluginpath.h" "8" -"rewritertransaction.h" "7" -"qmldesignerextension" "6" -"colortool" "7" -"colortool.h" "8" -"connectioneditor" "7" -"addnewbackenddialog.h" "8" -"backendmodel.h" "8" -"bindingmodel.h" "8" -"connectionmodel.h" "8" -"connectionview.h" "8" -"connectionviewwidget.h" "8" -"delegates.h" "8" -"dynamicpropertiesmodel.h" "8" -"pathtool" "7" -"controlpoint.h" "8" -"cubicsegment.h" "8" -"pathitem.h" "8" -"pathselectionmanipulator.h" "8" -"pathtool.h" "8" -"pathtoolview.h" "8" -"sourcetool" "7" -"sourcetool.h" "8" -"texttool" "7" -"textedititem.h" "8" -"textedititemwidget.h" "8" -"texttool.h" "8" -"qmldesignerextension_global.h" "7" -"qmldesignerextensionconstants.h" "7" -"qtquickplugin" "6" -"qtquickplugin.h" "7" -"designersettings.h" "6" -"designmodecontext.h" "6" -"designmodewidget.h" "6" -"documentmanager.h" "6" -"documentwarningwidget.h" "6" -"openuiqmlfiledialog.h" "6" -"qmldesignerconstants.h" "6" -"qmldesignericons.h" "6" -"qmldesignerplugin.h" "6" -"settingspage.h" "6" -"shortcutmanager.h" "6" -"switchsplittabwidget.h" "6" +"qmlpreviewplugin" "3" +"qmlpreviewplugin.qbs:3" "4" "qtquickplugin" "3" "qtquickplugin.qbs:3" "4" "images" "4" -"qtquickplugin.qbs:21" "5" +"qtquickplugin.qbs:23" "5" "images" "5" +"animated-image-icon.png" "6" +"animated-image-icon16.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-icon16.png" "6" +"border-image-icon@2x.png" "6" "column-positioner-icon-16px.png" "6" "column-positioner-icon.png" "6" +"column-positioner-icon@2x.png" "6" +"component-icon.png" "6" +"component-icon16.png" "6" +"component-icon@2x.png" "6" "default-icon.png" "6" "flickable-icon.png" "6" "flickable-icon16.png" "6" +"flickable-icon@2x.png" "6" "flipable-icon.png" "6" "flipable-icon16.png" "6" "flow-positioner-icon-16px.png" "6" "flow-positioner-icon.png" "6" +"flow-positioner-icon@2x.png" "6" "focusscope-icon.png" "6" "focusscope-icon16.png" "6" +"focusscope-icon@2x.png" "6" "grid-positioner-icon-16px.png" "6" "grid-positioner-icon.png" "6" +"grid-positioner-icon@2x.png" "6" "gridview-icon.png" "6" "gridview-icon16.png" "6" +"gridview-icon@2x.png" "6" "image-icon.png" "6" "image-icon16.png" "6" +"image-icon@2x.png" "6" "item-icon.png" "6" "item-icon16.png" "6" +"item-icon@2x.png" "6" "listview-icon.png" "6" "listview-icon16.png" "6" +"listview-icon@2x.png" "6" +"loader-icon.png" "6" +"loader-icon16.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-icon16.png" "6" +"mouse-area-icon@2x.png" "6" "pathview-icon.png" "6" "pathview-icon16.png" "6" +"pathview-icon@2x.png" "6" "rect-icon.png" "6" "rect-icon16.png" "6" +"rect-icon@2x.png" "6" +"repeater-icon.png" "6" +"repeater-icon16.png" "6" +"repeater-icon@2x.png" "6" "row-positioner-icon-16px.png" "6" "row-positioner-icon.png" "6" +"row-positioner-icon@2x.png" "6" "text-edit-icon.png" "6" "text-edit-icon16.png" "6" +"text-edit-icon@2x.png" "6" "text-icon.png" "6" "text-icon16.png" "6" +"text-icon@2x.png" "6" "text-input-icon.png" "6" "text-input-icon16.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:26" "5" +"qtquickplugin.qbs:28" "5" "qtquickplugin.json" "5" "sources" "4" -"qtquickplugin.qbs:16" "5" +"qtquickplugin.qbs:18" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "iwidgetplugin.h" "5" "qtquickplugin.cpp" "4" @@ -10610,46 +11261,89 @@ "qtquickplugin.qrc" "4" "/qtquickplugin" "5" "images" "6" +"animated-image-icon.png" "7" +"animated-image-icon16.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-icon16.png" "7" +"border-image-icon@2x.png" "7" "column-positioner-icon-16px.png" "7" "column-positioner-icon.png" "7" +"column-positioner-icon@2x.png" "7" +"component-icon.png" "7" +"component-icon16.png" "7" +"component-icon@2x.png" "7" "default-icon.png" "7" "flickable-icon.png" "7" "flickable-icon16.png" "7" +"flickable-icon@2x.png" "7" "flipable-icon.png" "7" "flipable-icon16.png" "7" "flow-positioner-icon-16px.png" "7" "flow-positioner-icon.png" "7" +"flow-positioner-icon@2x.png" "7" "focusscope-icon.png" "7" "focusscope-icon16.png" "7" +"focusscope-icon@2x.png" "7" "grid-positioner-icon-16px.png" "7" "grid-positioner-icon.png" "7" +"grid-positioner-icon@2x.png" "7" "gridview-icon.png" "7" "gridview-icon16.png" "7" +"gridview-icon@2x.png" "7" "image-icon.png" "7" "image-icon16.png" "7" +"image-icon@2x.png" "7" "item-icon.png" "7" "item-icon16.png" "7" +"item-icon@2x.png" "7" "listview-icon.png" "7" "listview-icon16.png" "7" +"listview-icon@2x.png" "7" +"loader-icon.png" "7" +"loader-icon16.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-icon16.png" "7" +"mouse-area-icon@2x.png" "7" "pathview-icon.png" "7" "pathview-icon16.png" "7" +"pathview-icon@2x.png" "7" "rect-icon.png" "7" "rect-icon16.png" "7" +"rect-icon@2x.png" "7" +"repeater-icon.png" "7" +"repeater-icon16.png" "7" +"repeater-icon@2x.png" "7" "row-positioner-icon-16px.png" "7" "row-positioner-icon.png" "7" +"row-positioner-icon@2x.png" "7" "text-edit-icon.png" "7" "text-edit-icon16.png" "7" +"text-edit-icon@2x.png" "7" "text-icon.png" "7" "text-icon16.png" "7" +"text-icon@2x.png" "7" "text-input-icon.png" "7" "text-input-icon16.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" @@ -10670,10 +11364,12 @@ "QtcPlugin.qbs:49" "4" "QmlJSEditor.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "qmlexpressionundercursor.cpp" "3" "qmlexpressionundercursor.h" "3" @@ -10708,8 +11404,6 @@ "qmljsoutline.h" "3" "qmljsoutlinetreeview.cpp" "3" "qmljsoutlinetreeview.h" "3" -"qmljspreviewrunner.cpp" "3" -"qmljspreviewrunner.h" "3" "qmljsquickfix.cpp" "3" "qmljsquickfix.h" "3" "qmljsquickfixassist.cpp" "3" @@ -10737,10 +11431,12 @@ "QtcPlugin.qbs:49" "4" "QmlJSTools.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Tests" "3" "qmljstools.qbs:50" "4" @@ -10777,6 +11473,40 @@ "qmljstoolsplugin.h" "3" "qmljstoolssettings.cpp" "3" "qmljstoolssettings.h" "3" +"QmlPreview" "2" +"qmlpreview.qbs:3" "3" +"General" "3" +"qmlpreview.qbs:22" "4" +"qmldebugtranslationclient.cpp" "4" +"qmldebugtranslationclient.h" "4" +"qmlpreview_global.h" "4" +"qmlpreviewclient.cpp" "4" +"qmlpreviewclient.h" "4" +"qmlpreviewconnectionmanager.cpp" "4" +"qmlpreviewconnectionmanager.h" "4" +"qmlpreviewfileontargetfinder.cpp" "4" +"qmlpreviewfileontargetfinder.h" "4" +"qmlpreviewplugin.cpp" "4" +"qmlpreviewplugin.h" "4" +"qmlpreviewruncontrol.cpp" "4" +"qmlpreviewruncontrol.h" "4" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"QmlPreview.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" +"Unit tests" "3" +"qmlpreview.qbs:41" "4" +"qmlpreviewclient_test.cpp" "4" +"qmlpreviewclient_test.h" "4" +"qmlpreviewplugin_test.cpp" "4" +"qmlpreviewplugin_test.h" "4" "QmlProfiler" "2" "qmlprofiler.qbs:3" "3" "General" "3" @@ -10812,9 +11542,6 @@ "qmlprofilerbindingloopsrenderpass.h" "4" "qmlprofilerclientmanager.cpp" "4" "qmlprofilerclientmanager.h" "4" -"qmlprofilerconfigwidget.cpp" "4" -"qmlprofilerconfigwidget.h" "4" -"qmlprofilerconfigwidget.ui" "4" "qmlprofilerconstants.h" "4" "qmlprofilerdetailsrewriter.cpp" "4" "qmlprofilerdetailsrewriter.h" "4" @@ -10824,8 +11551,6 @@ "qmlprofilermodelmanager.h" "4" "qmlprofilernotesmodel.cpp" "4" "qmlprofilernotesmodel.h" "4" -"qmlprofileroptionspage.cpp" "4" -"qmlprofileroptionspage.h" "4" "qmlprofilerplugin.cpp" "4" "qmlprofilerplugin.h" "4" "qmlprofilerrangemodel.cpp" "4" @@ -10866,20 +11591,22 @@ "QtcPlugin.qbs:49" "4" "QmlProfiler.json.in" "4" "QML" "3" -"qmlprofiler.qbs:68" "4" +"qmlprofiler.qbs:66" "4" "qmlprofiler.qrc" "4" -"/qmlprofiler" "5" +"/QtCreator/QmlProfiler" "5" "bindingloops.frag" "6" "bindingloops.vert" "6" "QmlProfilerFlameGraphView.qml" "6" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Unit tests" "3" -"qmlprofiler.qbs:74" "4" +"qmlprofiler.qbs:72" "4" "debugmessagesmodel_test.cpp" "4" "debugmessagesmodel_test.h" "4" "fakedebugserver.cpp" "4" @@ -10912,8 +11639,6 @@ "qmlprofilerbindingloopsrenderpass_test.h" "4" "qmlprofilerclientmanager_test.cpp" "4" "qmlprofilerclientmanager_test.h" "4" -"qmlprofilerconfigwidget_test.cpp" "4" -"qmlprofilerconfigwidget_test.h" "4" "qmlprofilerdetailsrewriter_test.cpp" "4" "qmlprofilerdetailsrewriter_test.h" "4" "qmlprofilertool_test.cpp" "4" @@ -10931,7 +11656,7 @@ "QmlProjectManager" "2" "qmlprojectmanager.qbs:3" "3" "File Format" "3" -"qmlprojectmanager.qbs:30" "4" +"qmlprojectmanager.qbs:31" "4" "filefilteritems.cpp" "4" "filefilteritems.h" "4" "qmlprojectfileformat.cpp" "4" @@ -10939,7 +11664,11 @@ "qmlprojectitem.cpp" "4" "qmlprojectitem.h" "4" "General" "3" -"qmlprojectmanager.qbs:14" "4" +"qmlprojectmanager.qbs:15" "4" +"qmlmainfileaspect.cpp" "4" +"qmlmainfileaspect.h" "4" +"qmlmultilanguageaspect.cpp" "4" +"qmlmultilanguageaspect.h" "4" "qmlproject.cpp" "4" "qmlproject.h" "4" "qmlproject.qrc" "4" @@ -10947,8 +11676,6 @@ "images" "6" "qmlproject.png" "7" "qmlprojectconstants.h" "4" -"qmlprojectenvironmentaspect.cpp" "4" -"qmlprojectenvironmentaspect.h" "4" "qmlprojectmanager_global.h" "4" "qmlprojectmanagerconstants.h" "4" "qmlprojectnodes.cpp" "4" @@ -10957,16 +11684,16 @@ "qmlprojectplugin.h" "4" "qmlprojectrunconfiguration.cpp" "4" "qmlprojectrunconfiguration.h" "4" -"qmlprojectrunconfigurationwidget.cpp" "4" -"qmlprojectrunconfigurationwidget.h" "4" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "QmlProjectManager.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Qnx" "2" "qnx.qbs:3" "3" @@ -10974,13 +11701,13 @@ "QtcPlugin.qbs:49" "4" "Qnx.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" -"pathchooserdelegate.cpp" "3" -"pathchooserdelegate.h" "3" "qnx.qrc" "3" "/qnx" "4" "images" "5" @@ -11000,15 +11727,11 @@ "qnxconstants.h" "3" "qnxdebugsupport.cpp" "3" "qnxdebugsupport.h" "3" -"qnxdeployconfiguration.cpp" "3" -"qnxdeployconfiguration.h" "3" "qnxdeployqtlibrariesdialog.cpp" "3" "qnxdeployqtlibrariesdialog.h" "3" "qnxdeployqtlibrariesdialog.ui" "3" "qnxdevice.cpp" "3" "qnxdevice.h" "3" -"qnxdevicefactory.cpp" "3" -"qnxdevicefactory.h" "3" "qnxdeviceprocess.cpp" "3" "qnxdeviceprocess.h" "3" "qnxdeviceprocesslist.cpp" "3" @@ -11023,14 +11746,10 @@ "qnxplugin.h" "3" "qnxqtversion.cpp" "3" "qnxqtversion.h" "3" -"qnxqtversionfactory.cpp" "3" -"qnxqtversionfactory.h" "3" "qnxrunconfiguration.cpp" "3" "qnxrunconfiguration.h" "3" "qnxsettingspage.cpp" "3" "qnxsettingspage.h" "3" -"qnxsettingswidget.cpp" "3" -"qnxsettingswidget.h" "3" "qnxsettingswidget.ui" "3" "qnxtoolchain.cpp" "3" "qnxtoolchain.h" "3" @@ -11043,16 +11762,16 @@ "QtSupport" "2" "qtsupport.qbs:3" "3" "QtSupport" "3" -"qtsupport.qbs:8" "4" +"qtsupport.qbs:6" "4" "Getting Started Welcome Page" "4" -"qtsupport.qbs:111" "5" +"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:26" "5" +"qtsupport.qbs:29" "5" "ioutils.cpp" "5" "ioutils.h" "5" "profileevaluator.cpp" "5" @@ -11078,17 +11797,19 @@ "qmakeparser.h" "5" "qmakevfs.cpp" "5" "qmakevfs.h" "5" +"registry.cpp" "5" +"registry_p.h" "5" "QtVersion" "4" -"qtsupport.qbs:103" "5" -"desktopqtversion.cpp" "5" -"desktopqtversion.h" "5" -"desktopqtversionfactory.cpp" "5" -"desktopqtversionfactory.h" "5" +"qtsupport.qbs:111" "5" +"qtversions.cpp" "5" +"qtversions.h" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "baseqtversion.cpp" "4" "baseqtversion.h" "4" @@ -11103,14 +11824,14 @@ "exampleslistmodel.h" "4" "profilereader.cpp" "4" "profilereader.h" "4" -"qmldumptool.cpp" "4" -"qmldumptool.h" "4" "qscxmlcgenerator.cpp" "4" "qscxmlcgenerator.h" "4" +"qtbuildaspects.cpp" "4" +"qtbuildaspects.h" "4" "qtconfigwidget.cpp" "4" "qtconfigwidget.h" "4" -"qtkitconfigwidget.cpp" "4" -"qtkitconfigwidget.h" "4" +"qtcppkitinfo.cpp" "4" +"qtcppkitinfo.h" "4" "qtkitinformation.cpp" "4" "qtkitinformation.h" "4" "qtoptionspage.cpp" "4" @@ -11141,7 +11862,8 @@ "qtsupportconstants.h" "4" "qtsupportplugin.cpp" "4" "qtsupportplugin.h" "4" -"qtversionfactory.cpp" "4" +"qttestparser.cpp" "4" +"qttestparser.h" "4" "qtversionfactory.h" "4" "qtversioninfo.ui" "4" "qtversionmanager.cpp" "4" @@ -11150,49 +11872,24 @@ "screenshotcropper.cpp" "4" "screenshotcropper.h" "4" "showbuildlog.ui" "4" +"translationwizardpage.cpp" "4" +"translationwizardpage.h" "4" "uicgenerator.cpp" "4" "uicgenerator.h" "4" -"QtSupport dev headers" "3" -"qtsupport.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"baseqtversion.h" "5" -"codegenerator.h" "5" -"codegensettings.h" "5" -"codegensettingspage.h" "5" -"desktopqtversion.h" "5" -"desktopqtversionfactory.h" "5" -"exampleslistmodel.h" "5" -"gettingstartedwelcomepage.h" "5" -"profilereader.h" "5" -"qmldumptool.h" "5" -"qscxmlcgenerator.h" "5" -"qtconfigwidget.h" "5" -"qtkitconfigwidget.h" "5" -"qtkitinformation.h" "5" -"qtoptionspage.h" "5" -"qtoutputformatter.h" "5" -"qtparser.h" "5" -"qtprojectimporter.h" "5" -"qtsupport_global.h" "5" -"qtsupportconstants.h" "5" -"qtsupportplugin.h" "5" -"qtversionfactory.h" "5" -"qtversionmanager.h" "5" -"screenshotcropper.h" "5" -"uicgenerator.h" "5" "RemoteLinux" "2" "remotelinux.qbs:3" "3" "RemoteLinux" "3" -"remotelinux.qbs:8" "4" +"remotelinux.qbs:6" "4" "PluginMetaData" "4" "QtcPlugin.qbs:49" "5" "RemoteLinux.json.in" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "images" "4" "embeddedtarget.png" "5" @@ -11206,16 +11903,10 @@ "abstractuploadandinstallpackageservice.h" "4" "deploymenttimeinfo.cpp" "4" "deploymenttimeinfo.h" "4" -"embeddedlinuxqtversion.cpp" "4" -"embeddedlinuxqtversion.h" "4" -"embeddedlinuxqtversionfactory.cpp" "4" -"embeddedlinuxqtversionfactory.h" "4" "genericdirectuploadservice.cpp" "4" "genericdirectuploadservice.h" "4" "genericdirectuploadstep.cpp" "4" "genericdirectuploadstep.h" "4" -"genericlinuxdeviceconfigurationfactory.cpp" "4" -"genericlinuxdeviceconfigurationfactory.h" "4" "genericlinuxdeviceconfigurationwidget.cpp" "4" "genericlinuxdeviceconfigurationwidget.h" "4" "genericlinuxdeviceconfigurationwidget.ui" "4" @@ -11230,6 +11921,8 @@ "linuxdeviceprocess.h" "4" "linuxdevicetester.cpp" "4" "linuxdevicetester.h" "4" +"makeinstallstep.cpp" "4" +"makeinstallstep.h" "4" "packageuploader.cpp" "4" "packageuploader.h" "4" "publickeydeploymentdialog.cpp" "4" @@ -11244,7 +11937,6 @@ "remotelinuxcheckforfreediskspaceservice.h" "4" "remotelinuxcheckforfreediskspacestep.cpp" "4" "remotelinuxcheckforfreediskspacestep.h" "4" -"remotelinuxcheckforfreediskspacestepwidget.ui" "4" "remotelinuxcustomcommanddeploymentstep.cpp" "4" "remotelinuxcustomcommanddeploymentstep.h" "4" "remotelinuxcustomcommanddeployservice.cpp" "4" @@ -11275,68 +11967,22 @@ "remotelinuxrunconfiguration.h" "4" "remotelinuxsignaloperation.cpp" "4" "remotelinuxsignaloperation.h" "4" -"remotelinuxutils.cpp" "4" -"remotelinuxutils.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" -"typespecificdeviceconfigurationlistmodel.cpp" "4" -"typespecificdeviceconfigurationlistmodel.h" "4" "uploadandinstalltarpackagestep.cpp" "4" "uploadandinstalltarpackagestep.h" "4" -"RemoteLinux dev headers" "3" -"remotelinux.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"abstractpackagingstep.h" "5" -"abstractremotelinuxdeployservice.h" "5" -"abstractremotelinuxdeploystep.h" "5" -"abstractuploadandinstallpackageservice.h" "5" -"deploymenttimeinfo.h" "5" -"embeddedlinuxqtversion.h" "5" -"embeddedlinuxqtversionfactory.h" "5" -"genericdirectuploadservice.h" "5" -"genericdirectuploadstep.h" "5" -"genericlinuxdeviceconfigurationfactory.h" "5" -"genericlinuxdeviceconfigurationwidget.h" "5" -"genericlinuxdeviceconfigurationwizard.h" "5" -"genericlinuxdeviceconfigurationwizardpages.h" "5" -"linuxdevice.h" "5" -"linuxdeviceprocess.h" "5" -"linuxdevicetester.h" "5" -"packageuploader.h" "5" -"publickeydeploymentdialog.h" "5" -"remotelinux_constants.h" "5" -"remotelinux_export.h" "5" -"remotelinuxcheckforfreediskspaceservice.h" "5" -"remotelinuxcheckforfreediskspacestep.h" "5" -"remotelinuxcustomcommanddeploymentstep.h" "5" -"remotelinuxcustomcommanddeployservice.h" "5" -"remotelinuxcustomrunconfiguration.h" "5" -"remotelinuxdebugsupport.h" "5" -"remotelinuxdeployconfiguration.h" "5" -"remotelinuxenvironmentaspect.h" "5" -"remotelinuxenvironmentaspectwidget.h" "5" -"remotelinuxenvironmentreader.h" "5" -"remotelinuxkillappservice.h" "5" -"remotelinuxkillappstep.h" "5" -"remotelinuxpackageinstaller.h" "5" -"remotelinuxplugin.h" "5" -"remotelinuxqmltoolingsupport.h" "5" -"remotelinuxrunconfiguration.h" "5" -"remotelinuxsignaloperation.h" "5" -"remotelinuxutils.h" "5" -"sshkeydeployer.h" "5" -"tarpackagecreationstep.h" "5" -"typespecificdeviceconfigurationlistmodel.h" "5" -"uploadandinstalltarpackagestep.h" "5" "ResourceEditor" "2" "resourceeditor.qbs:3" "3" "ResourceEditor" "3" -"resourceeditor.qbs:8" "4" +"resourceeditor.qbs:6" "4" "General" "4" -"resourceeditor.qbs:18" "5" +"resourceeditor.qbs:16" "5" "resource_global.h" "5" "resourceeditorconstants.h" "5" "resourceeditorfactory.cpp" "5" @@ -11351,7 +11997,7 @@ "QtcPlugin.qbs:49" "5" "ResourceEditor.json.in" "5" "QRC Editor" "4" -"resourceeditor.qbs:29" "5" +"resourceeditor.qbs:27" "5" "qrceditor.cpp" "5" "qrceditor.h" "5" "qrceditor.ui" "5" @@ -11362,32 +12008,17 @@ "undocommands.cpp" "5" "undocommands_p.h" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" -"ResourceEditor dev headers" "3" -"resourceeditor.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"qrceditor" "5" -"test" "6" -"mainwindow.h" "7" -"qrceditor.h" "6" -"resourcefile_p.h" "6" -"resourceview.h" "6" -"undocommands_p.h" "6" -"resource_global.h" "5" -"resourceeditorconstants.h" "5" -"resourceeditorfactory.h" "5" -"resourceeditorplugin.h" "5" -"resourceeditorw.h" "5" -"resourcenode.h" "5" "ScxmlEditor" "2" "scxmleditor.qbs:3" "3" "Common" "3" -"scxmleditor.qbs:35" "4" +"scxmleditor.qbs:34" "4" "colorpicker.cpp" "4" "colorpicker.h" "4" "colorpicker.ui" "4" @@ -11486,7 +12117,7 @@ "treeview.cpp" "4" "treeview.h" "4" "Output Pane" "3" -"scxmleditor.qbs:82" "4" +"scxmleditor.qbs:81" "4" "errorwidget.cpp" "4" "errorwidget.h" "4" "outputpane.h" "4" @@ -11499,7 +12130,7 @@ "warningmodel.cpp" "4" "warningmodel.h" "4" "Plugin Interface" "3" -"scxmleditor.qbs:96" "4" +"scxmleditor.qbs:95" "4" "actionhandler.cpp" "4" "actionhandler.h" "4" "actionprovider.h" "4" @@ -11592,13 +12223,13 @@ "QtcPlugin.qbs:49" "4" "ScxmlEditor.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" -"scxmlcontext.cpp" "3" -"scxmlcontext.h" "3" "scxmleditor_global.h" "3" "scxmleditorconstants.h" "3" "scxmleditordata.cpp" "3" @@ -11619,10 +12250,12 @@ "QtcPlugin.qbs:49" "4" "SerialTerminal.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "consolelineedit.cpp" "3" "consolelineedit.h" "3" @@ -11643,10 +12276,12 @@ "QtcPlugin.qbs:49" "4" "SilverSearcher.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Tests" "3" "silversearcher.qbs:16" "4" @@ -11658,27 +12293,26 @@ "silversearcheroutputparser.h" "3" "silversearcherplugin.cpp" "3" "silversearcherplugin.h" "3" +"StudioWelcome" "2" +"studiowelcome.qbs:3" "3" "Subversion" "2" "subversion.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "Subversion.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "annotationhighlighter.cpp" "3" "annotationhighlighter.h" "3" -"settingspage.cpp" "3" -"settingspage.h" "3" -"settingspage.ui" "3" "subversionclient.cpp" "3" "subversionclient.h" "3" "subversionconstants.h" "3" -"subversioncontrol.cpp" "3" -"subversioncontrol.h" "3" "subversioneditor.cpp" "3" "subversioneditor.h" "3" "subversionplugin.cpp" "3" @@ -11693,10 +12327,12 @@ "QtcPlugin.qbs:49" "4" "TaskList.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "stopmonitoringhandler.cpp" "3" "stopmonitoringhandler.h" "3" @@ -11706,11 +12342,11 @@ "tasklistplugin.cpp" "3" "tasklistplugin.h" "3" "TextEditor" "2" -"texteditor.qbs:3" "3" +"texteditor.qbs:5" "3" "TextEditor" "3" "texteditor.qbs:8" "4" "CodeAssist" "4" -"texteditor.qbs:149" "5" +"texteditor.qbs:156" "5" "assistenums.h" "5" "assistinterface.cpp" "5" "assistinterface.h" "5" @@ -11752,50 +12388,11 @@ "textdocumentmanipulator.cpp" "5" "textdocumentmanipulator.h" "5" "textdocumentmanipulatorinterface.h" "5" -"GenericHighlighter" "4" -"texteditor.qbs:197" "5" -"context.cpp" "5" -"context.h" "5" -"definitiondownloader.cpp" "5" -"definitiondownloader.h" "5" -"dynamicrule.cpp" "5" -"dynamicrule.h" "5" -"highlightdefinition.cpp" "5" -"highlightdefinition.h" "5" -"highlightdefinitionhandler.cpp" "5" -"highlightdefinitionhandler.h" "5" -"highlightdefinitionmetadata.h" "5" -"highlighter.cpp" "5" -"highlighter.h" "5" -"highlighterexception.h" "5" -"highlightersettings.cpp" "5" -"highlightersettings.h" "5" -"highlightersettingspage.cpp" "5" -"highlightersettingspage.h" "5" -"highlightersettingspage.ui" "5" -"includerulesinstruction.cpp" "5" -"includerulesinstruction.h" "5" -"itemdata.cpp" "5" -"itemdata.h" "5" -"keywordlist.cpp" "5" -"keywordlist.h" "5" -"managedefinitionsdialog.cpp" "5" -"managedefinitionsdialog.h" "5" -"managedefinitionsdialog.ui" "5" -"manager.cpp" "5" -"manager.h" "5" -"progressdata.cpp" "5" -"progressdata.h" "5" -"reuse.h" "5" -"rule.cpp" "5" -"rule.h" "5" -"specificrules.cpp" "5" -"specificrules.h" "5" "PluginMetaData" "4" "QtcPlugin.qbs:49" "5" "TextEditor.json.in" "5" "Snippets" "4" -"texteditor.qbs:241" "5" +"texteditor.qbs:204" "5" "reuse.h" "5" "snippet.cpp" "5" "snippet.h" "5" @@ -11803,6 +12400,10 @@ "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" @@ -11813,13 +12414,15 @@ "snippetssettingspage.h" "5" "snippetssettingspage.ui" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Tests" "4" -"texteditor.qbs:264" "5" +"texteditor.qbs:231" "5" "texteditor_test.cpp" "5" "autocompleter.cpp" "4" "autocompleter.h" "4" @@ -11840,8 +12443,6 @@ "circularclipboard.h" "4" "circularclipboardassist.cpp" "4" "circularclipboardassist.h" "4" -"codecselector.cpp" "4" -"codecselector.h" "4" "codestyleeditor.cpp" "4" "codestyleeditor.h" "4" "codestylepool.cpp" "4" @@ -11856,6 +12457,8 @@ "colorschemeedit.cpp" "4" "colorschemeedit.h" "4" "colorschemeedit.ui" "4" +"command.cpp" "4" +"command.h" "4" "commentssettings.cpp" "4" "commentssettings.h" "4" "completionsettings.cpp" "4" @@ -11881,23 +12484,26 @@ "fontsettingspage.cpp" "4" "fontsettingspage.h" "4" "fontsettingspage.ui" "4" -"helpitem.cpp" "4" -"helpitem.h" "4" -"highlighterutils.cpp" "4" -"highlighterutils.h" "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.cpp" "4" "indenter.h" "4" "ioutlinewidget.h" "4" "linenumberfilter.cpp" "4" "linenumberfilter.h" "4" "marginsettings.cpp" "4" "marginsettings.h" "4" -"normalindenter.cpp" "4" -"normalindenter.h" "4" "outlinefactory.cpp" "4" "outlinefactory.h" "4" "plaintexteditorfactory.cpp" "4" @@ -11942,147 +12548,31 @@ "texteditoractionhandler.h" "4" "texteditorconstants.cpp" "4" "texteditorconstants.h" "4" -"texteditoroptionspage.cpp" "4" -"texteditoroptionspage.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 dev headers" "3" -"texteditor.qbs:6" "4" -"Group 1" "4" -"QtcDevHeaders.qbs:10" "5" -"codeassist" "5" -"assistenums.h" "6" -"assistinterface.h" "6" -"assistproposalitem.h" "6" -"assistproposaliteminterface.h" "6" -"codeassistant.h" "6" -"completionassistprovider.h" "6" -"documentcontentcompletion.h" "6" -"functionhintproposal.h" "6" -"functionhintproposalwidget.h" "6" -"genericproposal.h" "6" -"genericproposalmodel.h" "6" -"genericproposalwidget.h" "6" -"iassistprocessor.h" "6" -"iassistproposal.h" "6" -"iassistproposalmodel.h" "6" -"iassistproposalwidget.h" "6" -"iassistprovider.h" "6" -"ifunctionhintproposalmodel.h" "6" -"keywordscompletionassist.h" "6" -"runner.h" "6" -"textdocumentmanipulator.h" "6" -"textdocumentmanipulatorinterface.h" "6" -"generichighlighter" "5" -"context.h" "6" -"definitiondownloader.h" "6" -"dynamicrule.h" "6" -"highlightdefinition.h" "6" -"highlightdefinitionhandler.h" "6" -"highlightdefinitionmetadata.h" "6" -"highlighter.h" "6" -"highlighterexception.h" "6" -"highlightersettings.h" "6" -"highlightersettingspage.h" "6" -"includerulesinstruction.h" "6" -"itemdata.h" "6" -"keywordlist.h" "6" -"managedefinitionsdialog.h" "6" -"manager.h" "6" -"progressdata.h" "6" -"reuse.h" "6" -"rule.h" "6" -"specificrules.h" "6" -"snippets" "5" -"reuse.h" "6" -"snippet.h" "6" -"snippetassistcollector.h" "6" -"snippeteditor.h" "6" -"snippetprovider.h" "6" -"snippetscollection.h" "6" -"snippetssettings.h" "6" -"snippetssettingspage.h" "6" -"autocompleter.h" "5" -"basefilefind.h" "5" -"basehoverhandler.h" "5" -"behaviorsettings.h" "5" -"behaviorsettingspage.h" "5" -"behaviorsettingswidget.h" "5" -"blockrange.h" "5" -"circularclipboard.h" "5" -"circularclipboardassist.h" "5" -"codecselector.h" "5" -"codestyleeditor.h" "5" -"codestylepool.h" "5" -"codestyleselectorwidget.h" "5" -"colorpreviewhoverhandler.h" "5" -"colorscheme.h" "5" -"colorschemeedit.h" "5" -"commentssettings.h" "5" -"completionsettings.h" "5" -"completionsettingspage.h" "5" -"displaysettings.h" "5" -"displaysettingspage.h" "5" -"extraencodingsettings.h" "5" -"findincurrentfile.h" "5" -"findinfiles.h" "5" -"findinopenfiles.h" "5" -"fontsettings.h" "5" -"fontsettingspage.h" "5" -"helpitem.h" "5" -"highlighterutils.h" "5" -"icodestylepreferences.h" "5" -"icodestylepreferencesfactory.h" "5" -"indenter.h" "5" -"ioutlinewidget.h" "5" -"linenumberfilter.h" "5" -"marginsettings.h" "5" -"normalindenter.h" "5" -"outlinefactory.h" "5" -"plaintexteditorfactory.h" "5" -"quickfix.h" "5" -"refactoringchanges.h" "5" -"refactoroverlay.h" "5" -"semantichighlighter.h" "5" -"simplecodestylepreferences.h" "5" -"simplecodestylepreferenceswidget.h" "5" -"storagesettings.h" "5" -"syntaxhighlighter.h" "5" -"tabsettings.h" "5" -"tabsettingswidget.h" "5" -"textdocument.h" "5" -"textdocumentlayout.h" "5" -"texteditor.h" "5" -"texteditor_global.h" "5" -"texteditor_p.h" "5" -"texteditoractionhandler.h" "5" -"texteditorconstants.h" "5" -"texteditoroptionspage.h" "5" -"texteditoroverlay.h" "5" -"texteditorplugin.h" "5" -"texteditorsettings.h" "5" -"textmark.h" "5" -"textstyles.h" "5" -"typingsettings.h" "5" "Todo" "2" "todo.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "Todo.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "constants.h" "3" "cpptodoitemsscanner.cpp" "3" @@ -12097,8 +12587,6 @@ "optionsdialog.cpp" "3" "optionsdialog.h" "3" "optionsdialog.ui" "3" -"optionspage.cpp" "3" -"optionspage.h" "3" "qmljstodoitemsscanner.cpp" "3" "qmljstodoitemsscanner.h" "3" "settings.cpp" "3" @@ -12140,10 +12628,12 @@ "QtcPlugin.qbs:49" "4" "UpdateInfo.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "settingspage.cpp" "3" "settingspage.h" "3" @@ -12207,11 +12697,12 @@ "valgrind.qrc" "4" "/valgrind" "5" "images" "6" +"kcachegrind.png" "7" +"kcachegrind@2x.png" "7" "suppressoverlay.png" "7" "suppressoverlay@2x.png" "7" "valgrindconfigwidget.cpp" "4" "valgrindconfigwidget.h" "4" -"valgrindconfigwidget.ui" "4" "valgrindengine.cpp" "4" "valgrindengine.h" "4" "valgrindplugin.cpp" "4" @@ -12224,10 +12715,12 @@ "QtcPlugin.qbs:49" "4" "Valgrind.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Test sources" "3" "valgrind.qbs:80" "4" @@ -12265,10 +12758,12 @@ "QtcPlugin.qbs:49" "4" "VcsBase.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "wizard" "3" "vcscommandpage.cpp" "4" @@ -12286,9 +12781,6 @@ "cleandialog.cpp" "3" "cleandialog.h" "3" "cleandialog.ui" "3" -"commonsettingspage.cpp" "3" -"commonsettingspage.h" "3" -"commonsettingspage.ui" "3" "commonvcssettings.cpp" "3" "commonvcssettings.h" "3" "diffandloghighlighter.cpp" "3" @@ -12330,38 +12822,81 @@ "vcsbaseeditor.h" "3" "vcsbaseeditorconfig.cpp" "3" "vcsbaseeditorconfig.h" "3" -"vcsbaseoptionspage.cpp" "3" -"vcsbaseoptionspage.h" "3" "vcsbaseplugin.cpp" "3" "vcsbaseplugin.h" "3" "vcsbasesubmiteditor.cpp" "3" "vcsbasesubmiteditor.h" "3" "vcscommand.cpp" "3" "vcscommand.h" "3" +"vcsoutputformatter.cpp" "3" +"vcsoutputformatter.h" "3" "vcsoutputwindow.cpp" "3" "vcsoutputwindow.h" "3" "vcsplugin.cpp" "3" "vcsplugin.h" "3" -"vcsprojectcache.cpp" "3" -"vcsprojectcache.h" "3" +"WebAssembly" "2" +"webassembly.qbs:3" "3" +"PluginMetaData" "3" +"QtcPlugin.qbs:49" "4" +"WebAssembly.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" +"webassembly.qrc" "3" +"/webassembly" "4" +"images" "5" +"webassemblydevice.png" "6" +"webassemblydevice@2x.png" "6" +"webassemblydevicesmall.png" "6" +"webassemblydevicesmall@2x.png" "6" +"webassembly_global.h" "3" +"webassemblyconstants.h" "3" +"webassemblydevice.cpp" "3" +"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" +"webassemblytoolchain.cpp" "3" +"webassemblytoolchain.h" "3" "Welcome" "2" "welcome.qbs:3" "3" "PluginMetaData" "3" "QtcPlugin.qbs:49" "4" "Welcome.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" +"introductionwidget.cpp" "3" +"introductionwidget.h" "3" "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.png" "6" @@ -12378,6 +12913,8 @@ "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" @@ -12387,11 +12924,20 @@ "QtcPlugin.qbs:49" "4" "WinRt.json.in" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"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" @@ -12399,21 +12945,14 @@ "winrtdeployconfiguration.h" "3" "winrtdevice.cpp" "3" "winrtdevice.h" "3" -"winrtdevicefactory.cpp" "3" -"winrtdevicefactory.h" "3" "winrtpackagedeploymentstep.cpp" "3" "winrtpackagedeploymentstep.h" "3" -"winrtpackagedeploymentstepwidget.cpp" "3" -"winrtpackagedeploymentstepwidget.h" "3" -"winrtpackagedeploymentstepwidget.ui" "3" "winrtphoneqtversion.cpp" "3" "winrtphoneqtversion.h" "3" "winrtplugin.cpp" "3" "winrtplugin.h" "3" "winrtqtversion.cpp" "3" "winrtqtversion.h" "3" -"winrtqtversionfactory.cpp" "3" -"winrtqtversionfactory.h" "3" "winrtrunconfiguration.cpp" "3" "winrtrunconfiguration.h" "3" "winrtruncontrol.cpp" "3" @@ -12428,1064 +12967,35 @@ "qtcreator_pch.h" "3" "ProParser" "1" "proparser.qbs:3" "2" -"Group 1" "2" -"QtcDevHeaders.qbs:10" "3" -"ioutils.h" "3" -"profileevaluator.h" "3" -"proitems.h" "3" -"prowriter.h" "3" -"qmake_global.h" "3" -"qmakeevaluator.h" "3" -"qmakeevaluator_p.h" "3" -"qmakeglobals.h" "3" -"qmakeparser.h" "3" -"qmakevfs.h" "3" -"qbs project" "1" -"src.qbs:23" "2" -"apps" "2" -"apps.qbs:3" "3" -"qbs-config" "3" -"config.qbs:3" "4" -"logging" "4" -"QbsApp.qbs:23" "5" -"coloredoutput.cpp" "6" -"coloredoutput.h" "6" -"consolelogger.cpp" "6" -"consolelogger.h" "6" -"configcommand.h" "4" -"configcommandexecutor.cpp" "4" -"configcommandexecutor.h" "4" -"configcommandlineparser.cpp" "4" -"configcommandlineparser.h" "4" -"configmain.cpp" "4" -"qbs-config-ui" "3" -"config-ui.qbs:3" "4" -"Group 2" "4" -"config-ui.qbs:16" "5" -"fgapp.mm" "5" -"Info.plist" "5" -"logging" "4" -"QbsApp.qbs:23" "5" -"coloredoutput.cpp" "6" -"coloredoutput.h" "6" -"consolelogger.cpp" "6" -"consolelogger.h" "6" -"commandlineparser.cpp" "4" -"commandlineparser.h" "4" -"main.cpp" "4" -"mainwindow.cpp" "4" -"mainwindow.h" "4" -"mainwindow.ui" "4" -"qbs-create-project" "3" -"qbs-create-project.qbs:3" "4" -"logging" "4" -"QbsApp.qbs:23" "5" -"coloredoutput.cpp" "6" -"coloredoutput.h" "6" -"consolelogger.cpp" "6" -"consolelogger.h" "6" -"create-project-main.cpp" "4" -"createproject.cpp" "4" -"createproject.h" "4" -"qbs-setup-android" "3" -"qbs-setup-android.qbs:3" "4" -"logging" "4" -"QbsApp.qbs:23" "5" -"coloredoutput.cpp" "6" -"coloredoutput.h" "6" -"consolelogger.cpp" "6" -"consolelogger.h" "6" -"MinGW specific files" "4" -"qbs-setup-android.qbs:12" "5" -"qbs-setup-android.exe.manifest" "5" -"qbs-setup-android.rc" "5" -"android-setup.cpp" "4" -"android-setup.h" "4" -"commandlineparser.cpp" "4" -"commandlineparser.h" "4" -"main.cpp" "4" -"qbs-setup-qt" "3" -"qbs-setup-qt.qbs:3" "4" -"logging" "4" -"QbsApp.qbs:23" "5" -"coloredoutput.cpp" "6" -"coloredoutput.h" "6" -"consolelogger.cpp" "6" -"consolelogger.h" "6" -"MinGW specific files" "4" -"qbs-setup-qt.qbs:13" "5" -"qbs-setup-qt.exe.manifest" "5" -"qbs-setup-qt.rc" "5" -"commandlineparser.cpp" "4" -"commandlineparser.h" "4" -"main.cpp" "4" -"setupqt.cpp" "4" -"setupqt.h" "4" -"qbs-setup-toolchains" "3" -"qbs-setup-toolchains.qbs:3" "4" -"logging" "4" -"QbsApp.qbs:23" "5" -"coloredoutput.cpp" "6" -"coloredoutput.h" "6" -"consolelogger.cpp" "6" -"consolelogger.h" "6" -"MinGW specific files" "4" -"qbs-setup-toolchains.qbs:17" "5" -"qbs-setup-toolchains.exe.manifest" "5" -"qbs-setup-toolchains.rc" "5" -"commandlineparser.cpp" "4" -"commandlineparser.h" "4" -"main.cpp" "4" -"msvcprobe.cpp" "4" -"msvcprobe.h" "4" -"probe.cpp" "4" -"probe.h" "4" -"xcodeprobe.cpp" "4" -"xcodeprobe.h" "4" -"qbs_app" "3" -"qbs.qbs:4" "4" -"logging" "4" -"QbsApp.qbs:23" "5" -"coloredoutput.cpp" "6" -"coloredoutput.h" "6" -"consolelogger.cpp" "6" -"consolelogger.h" "6" -"parser" "4" -"qbs.qbs:29" "5" -"commandlineoption.cpp" "5" -"commandlineoption.h" "5" -"commandlineoptionpool.cpp" "5" -"commandlineoptionpool.h" "5" -"commandlineparser.cpp" "5" -"commandlineparser.h" "5" -"commandpool.cpp" "5" -"commandpool.h" "5" -"commandtype.h" "5" -"parsercommand.cpp" "5" -"parsercommand.h" "5" -"application.cpp" "4" -"application.h" "4" -"commandlinefrontend.cpp" "4" -"commandlinefrontend.h" "4" -"consoleprogressobserver.cpp" "4" -"consoleprogressobserver.h" "4" -"ctrlchandler.cpp" "4" -"ctrlchandler.h" "4" -"main.cpp" "4" -"qbstool.cpp" "4" -"qbstool.h" "4" -"status.cpp" "4" -"status.h" "4" -"bundledqt" "2" -"bundledqt.qbs:4" "3" -"QPA plugin" "3" -"bundledqt.qbs:65" "4" -"qt.conf" "3" -"bundledqt.qbs:22" "4" -"qt.conf" "4" -"libexec" "2" -"libexec.qbs:3" "3" -"qbs_processlauncher" "3" -"qbs_processlauncher.qbs:4" "4" -"protocol sources" "4" -"qbs_processlauncher.qbs:24" "5" -"launcherpackets.cpp" "6" -"launcherpackets.h" "6" -"launcherlogging.cpp" "4" -"launcherlogging.h" "4" -"launchersockethandler.cpp" "4" -"launchersockethandler.h" "4" -"processlauncher-main.cpp" "4" -"libs" "2" -"libs.qbs:3" "3" -"qbscore" "3" -"corelib.qbs:4" "4" -"api" "4" -"corelib.qbs:69" "5" -"internaljobs.cpp" "5" -"internaljobs.h" "5" -"jobs.cpp" "5" -"languageinfo.cpp" "5" -"project.cpp" "5" -"project_p.h" "5" -"projectdata.cpp" "5" -"projectdata_p.h" "5" -"propertymap_p.h" "5" -"rulecommand.cpp" "5" -"rulecommand_p.h" "5" -"runenvironment.cpp" "5" -"transformerdata.cpp" "5" -"transformerdata_p.h" "5" -"buildgraph" "4" -"corelib.qbs:104" "5" -"abstractcommandexecutor.cpp" "5" -"abstractcommandexecutor.h" "5" -"artifact.cpp" "5" -"artifact.h" "5" -"artifactcleaner.cpp" "5" -"artifactcleaner.h" "5" -"artifactsscriptvalue.cpp" "5" -"artifactsscriptvalue.h" "5" -"artifactvisitor.cpp" "5" -"artifactvisitor.h" "5" -"buildgraph.cpp" "5" -"buildgraph.h" "5" -"buildgraphloader.cpp" "5" -"buildgraphloader.h" "5" -"buildgraphnode.cpp" "5" -"buildgraphnode.h" "5" -"buildgraphvisitor.h" "5" -"cycledetector.cpp" "5" -"cycledetector.h" "5" -"dependencyparametersscriptvalue.cpp" "5" -"dependencyparametersscriptvalue.h" "5" -"depscanner.cpp" "5" -"depscanner.h" "5" -"emptydirectoriesremover.cpp" "5" -"emptydirectoriesremover.h" "5" -"environmentscriptrunner.cpp" "5" -"environmentscriptrunner.h" "5" -"executor.cpp" "5" -"executor.h" "5" -"executorjob.cpp" "5" -"executorjob.h" "5" -"filedependency.cpp" "5" -"filedependency.h" "5" -"inputartifactscanner.cpp" "5" -"inputartifactscanner.h" "5" -"jscommandexecutor.cpp" "5" -"jscommandexecutor.h" "5" -"nodeset.cpp" "5" -"nodeset.h" "5" -"nodetreedumper.cpp" "5" -"nodetreedumper.h" "5" -"processcommandexecutor.cpp" "5" -"processcommandexecutor.h" "5" -"productbuilddata.cpp" "5" -"productbuilddata.h" "5" -"productinstaller.cpp" "5" -"productinstaller.h" "5" -"projectbuilddata.cpp" "5" -"projectbuilddata.h" "5" -"qtmocscanner.cpp" "5" -"qtmocscanner.h" "5" -"rawscanneddependency.cpp" "5" -"rawscanneddependency.h" "5" -"rawscanresults.cpp" "5" -"rawscanresults.h" "5" -"requestedartifacts.cpp" "5" -"requestedartifacts.h" "5" -"requesteddependencies.cpp" "5" -"requesteddependencies.h" "5" -"rescuableartifactdata.h" "5" -"rulecommands.cpp" "5" -"rulecommands.h" "5" -"rulegraph.cpp" "5" -"rulegraph.h" "5" -"rulenode.cpp" "5" -"rulenode.h" "5" -"rulesapplicator.cpp" "5" -"rulesapplicator.h" "5" -"rulesevaluationcontext.cpp" "5" -"rulesevaluationcontext.h" "5" -"scriptclasspropertyiterator.h" "5" -"timestampsupdater.cpp" "5" -"timestampsupdater.h" "5" -"transformer.cpp" "5" -"transformer.h" "5" -"transformerchangetracking.cpp" "5" -"transformerchangetracking.h" "5" -"generators" "4" -"corelib.qbs:193" "5" -"generatableprojectiterator.cpp" "5" -"generatableprojectiterator.h" "5" -"generator.cpp" "5" -"generatordata.cpp" "5" -"igeneratableprojectvisitor.h" "5" -"jsextensions" "4" -"corelib.qbs:214" "5" -"binaryfile.cpp" "5" -"domxml.cpp" "5" -"environmentextension.cpp" "5" -"file.cpp" "5" -"fileinfoextension.cpp" "5" -"jsextensions.cpp" "5" -"jsextensions.h" "5" -"moduleproperties.cpp" "5" -"moduleproperties.h" "5" -"process.cpp" "5" -"temporarydir.cpp" "5" -"textfile.cpp" "5" -"utilitiesextension.cpp" "5" -"jsextensions (Darwin-specific)" "4" -"corelib.qbs:241" "5" -"propertylist.mm" "5" -"propertylistutils.h" "5" -"propertylistutils.mm" "5" -"jsextensions (Non-Darwin-specific)" "4" -"corelib.qbs:233" "5" -"propertylist.cpp" "5" -"language" "4" -"corelib.qbs:251" "5" -"artifactproperties.cpp" "5" -"artifactproperties.h" "5" -"astimportshandler.cpp" "5" -"astimportshandler.h" "5" -"astpropertiesitemhandler.cpp" "5" -"astpropertiesitemhandler.h" "5" -"asttools.cpp" "5" -"asttools.h" "5" -"builtindeclarations.cpp" "5" -"builtindeclarations.h" "5" -"deprecationinfo.h" "5" -"evaluationdata.h" "5" -"evaluator.cpp" "5" -"evaluator.h" "5" -"evaluatorscriptclass.cpp" "5" -"evaluatorscriptclass.h" "5" -"filecontext.cpp" "5" -"filecontext.h" "5" -"filecontextbase.cpp" "5" -"filecontextbase.h" "5" -"filetags.cpp" "5" -"filetags.h" "5" -"identifiersearch.cpp" "5" -"identifiersearch.h" "5" -"item.cpp" "5" -"item.h" "5" -"itemdeclaration.cpp" "5" -"itemdeclaration.h" "5" -"itemobserver.h" "5" -"itempool.cpp" "5" -"itempool.h" "5" -"itemreader.cpp" "5" -"itemreader.h" "5" -"itemreaderastvisitor.cpp" "5" -"itemreaderastvisitor.h" "5" -"itemreadervisitorstate.cpp" "5" -"itemreadervisitorstate.h" "5" -"itemtype.h" "5" -"jsimports.h" "5" -"language.cpp" "5" -"language.h" "5" -"loader.cpp" "5" -"loader.h" "5" -"moduleloader.cpp" "5" -"moduleloader.h" "5" -"modulemerger.cpp" "5" -"modulemerger.h" "5" -"preparescriptobserver.cpp" "5" -"preparescriptobserver.h" "5" -"projectresolver.cpp" "5" -"projectresolver.h" "5" -"property.cpp" "5" -"property.h" "5" -"propertydeclaration.cpp" "5" -"propertydeclaration.h" "5" -"propertymapinternal.cpp" "5" -"propertymapinternal.h" "5" -"qualifiedid.cpp" "5" -"qualifiedid.h" "5" -"resolvedfilecontext.cpp" "5" -"resolvedfilecontext.h" "5" -"scriptengine.cpp" "5" -"scriptengine.h" "5" -"scriptimporter.cpp" "5" -"scriptimporter.h" "5" -"scriptpropertyobserver.cpp" "5" -"scriptpropertyobserver.h" "5" -"value.cpp" "5" -"value.h" "5" -"logging" "4" -"corelib.qbs:332" "5" -"categories.cpp" "5" -"categories.h" "5" -"ilogsink.cpp" "5" -"logger.cpp" "5" -"logger.h" "5" -"translator.h" "5" -"parser" "4" -"corelib.qbs:350" "5" -"qmlerror.cpp" "5" -"qmlerror.h" "5" -"qmljsast.cpp" "5" -"qmljsast_p.h" "5" -"qmljsastfwd_p.h" "5" -"qmljsastvisitor.cpp" "5" -"qmljsastvisitor_p.h" "5" -"qmljsengine_p.cpp" "5" -"qmljsengine_p.h" "5" -"qmljsglobal_p.h" "5" -"qmljsgrammar.cpp" "5" -"qmljsgrammar_p.h" "5" -"qmljskeywords_p.h" "5" -"qmljslexer.cpp" "5" -"qmljslexer_p.h" "5" -"qmljsmemorypool_p.h" "5" -"qmljsparser.cpp" "5" -"qmljsparser_p.h" "5" -"project file updating" "4" -"corelib.qbs:55" "5" -"changeset.cpp" "5" -"changeset.h" "5" -"projectfileupdater.cpp" "5" -"projectfileupdater.h" "5" -"qmljsrewriter.cpp" "5" -"qmljsrewriter.h" "5" -"public api headers" "4" -"corelib.qbs:89" "5" -"jobs.h" "5" -"languageinfo.h" "5" -"project.h" "5" -"projectdata.h" "5" -"rulecommand.h" "5" -"runenvironment.h" "5" -"transformerdata.h" "5" -"public buildgraph headers" "4" -"corelib.qbs:187" "5" -"buildgraph" "5" -"forward_decls.h" "6" -"public generator headers" "4" -"corelib.qbs:204" "5" -"generator.h" "5" -"generatordata.h" "5" -"public language headers" "4" -"corelib.qbs:326" "5" -"language" "5" -"forward_decls.h" "6" -"public logging headers" "4" -"corelib.qbs:344" "5" -"logging" "5" -"ilogsink.h" "6" -"public tools headers" "4" -"corelib.qbs:459" "5" -"architectures.h" "5" -"buildoptions.h" "5" -"cleanoptions.h" "5" -"codelocation.h" "5" -"commandechomode.h" "5" -"error.h" "5" -"generateoptions.h" "5" -"installoptions.h" "5" -"preferences.h" "5" -"processresult.h" "5" -"profile.h" "5" -"projectgeneratormanager.h" "5" -"qbs_export.h" "5" -"settings.h" "5" -"settingsmodel.h" "5" -"setupprojectparameters.h" "5" -"toolchains.h" "5" -"version.h" "5" -"qbscore" "4" -"corelib.qbs:49" "5" -"qbs.h" "5" -"tools" "4" -"corelib.qbs:374" "5" -"architectures.cpp" "5" -"buildgraphlocker.cpp" "5" -"buildgraphlocker.h" "5" -"buildoptions.cpp" "5" -"cleanoptions.cpp" "5" -"codelocation.cpp" "5" -"commandechomode.cpp" "5" -"dynamictypecheck.h" "5" -"error.cpp" "5" -"executablefinder.cpp" "5" -"executablefinder.h" "5" -"fileinfo.cpp" "5" -"fileinfo.h" "5" -"filesaver.cpp" "5" -"filesaver.h" "5" -"filetime.cpp" "5" -"filetime.h" "5" -"generateoptions.cpp" "5" -"hostosinfo.h" "5" -"id.cpp" "5" -"id.h" "5" -"installoptions.cpp" "5" -"iosutils.h" "5" -"jsliterals.cpp" "5" -"jsliterals.h" "5" -"launcherinterface.cpp" "5" -"launcherinterface.h" "5" -"launcherpackets.cpp" "5" -"launcherpackets.h" "5" -"launchersocket.cpp" "5" -"launchersocket.h" "5" -"msvcinfo.cpp" "5" -"msvcinfo.h" "5" -"pathutils.h" "5" -"persistence.cpp" "5" -"persistence.h" "5" -"preferences.cpp" "5" -"processresult.cpp" "5" -"processresult_p.h" "5" -"processutils.cpp" "5" -"processutils.h" "5" -"profile.cpp" "5" -"profiling.cpp" "5" -"profiling.h" "5" -"progressobserver.cpp" "5" -"progressobserver.h" "5" -"projectgeneratormanager.cpp" "5" -"qbsassert.cpp" "5" -"qbsassert.h" "5" -"qbspluginmanager.cpp" "5" -"qbspluginmanager.h" "5" -"qbsprocess.cpp" "5" -"qbsprocess.h" "5" -"qttools.cpp" "5" -"qttools.h" "5" -"scannerpluginmanager.cpp" "5" -"scannerpluginmanager.h" "5" -"scripttools.cpp" "5" -"scripttools.h" "5" -"set.h" "5" -"settings.cpp" "5" -"settingscreator.cpp" "5" -"settingscreator.h" "5" -"settingsmodel.cpp" "5" -"settingsrepresentation.cpp" "5" -"settingsrepresentation.h" "5" -"setupprojectparameters.cpp" "5" -"shellutils.cpp" "5" -"shellutils.h" "5" -"stlutils.h" "5" -"stringconstants.h" "5" -"stringutils.h" "5" -"toolchains.cpp" "5" -"version.cpp" "5" -"visualstudioversioninfo.cpp" "5" -"visualstudioversioninfo.h" "5" -"vsenvironmentdetector.cpp" "5" -"vsenvironmentdetector.h" "5" -"weakpointer.h" "5" -"tools (macOS)" "4" -"corelib.qbs:485" "5" -"applecodesignutils.cpp" "5" -"applecodesignutils.h" "5" -"use_installed.pri" "4" -"corelib.qbs:494" "5" -"qbs_version.pri" "6" -"use_installed_corelib.pri" "5" -"qbsqtprofilesetup" "3" -"qtprofilesetup.qbs:3" "4" -"Public API headers" "4" -"qtprofilesetup.qbs:7" "5" -"qtenvironment.h" "5" -"qtmsvctools.h" "5" -"qtprofilesetup.h" "5" -"use_installed_qtprofilesetup.pri" "5" -"templates" "4" -"core.qbs" "5" -"dbus.js" "5" -"dbus.qbs" "5" -"gui.qbs" "5" -"moc.js" "5" -"module.qbs" "5" -"plugin.qbs" "5" -"qdoc.js" "5" -"qml.js" "5" -"qml.qbs" "5" -"qmlcache.qbs" "5" -"QtModule.qbs" "5" -"QtPlugin.qbs" "5" -"quick.js" "5" -"quick.qbs" "5" -"scxml.qbs" "5" -"qtmoduleinfo.cpp" "4" -"qtmoduleinfo.h" "4" -"qtmsvctools.cpp" "4" -"qtprofilesetup.cpp" "4" -"templates.qrc" "4" -"/" "5" -"templates" "6" -"core.qbs" "7" -"dbus.js" "7" -"dbus.qbs" "7" -"gui.qbs" "7" -"moc.js" "7" -"module.qbs" "7" -"plugin.qbs" "7" -"qdoc.js" "7" -"qml.js" "7" -"qml.qbs" "7" -"qmlcache.qbs" "7" -"QtModule.qbs" "7" -"QtPlugin.qbs" "7" -"quick.js" "7" -"quick.qbs" "7" -"scxml.qbs" "7" -"scriptengine" "3" -"scriptengine.qbs:6" "4" -"qbsscriptengine" "4" -"scriptengine.qbs:7" "5" -"api" "5" -"scriptengine.qbs:282" "6" -"bridge" "5" -"scriptengine.qbs:321" "6" -"JavaScriptCore" "5" -"scriptengine.qbs:141" "6" -"parser" "5" -"scriptengine.qbs:343" "6" -"pcre" "5" -"scriptengine.qbs:120" "6" -"system malloc replacement" "5" -"scriptengine.qbs:132" "6" -"QtScriptFwdHeaders" "4" -"scriptengine.qbs:376" "5" -"Group 1" "5" -"scriptengine.qbs:380" "6" -"qbs plugins" "2" -"plugins.qbs:3" "3" -"clangcompilationdbgenerator" "3" -"clangcompilationdb.qbs:4" "4" -"clangcompilationdbgenerator.cpp" "4" -"clangcompilationdbgenerator.h" "4" -"clangcompilationdbgeneratorplugin.cpp" "4" -"makefilegenerator" "3" -"makefilegenerator.qbs:4" "4" -"makefilegenerator.cpp" "4" -"makefilegenerator.h" "4" -"makefilegeneratorplugin.cpp" "4" -"qbs_cpp_scanner" "3" -"cpp.qbs:4" "4" -"scanner.h" "5" -"CPlusPlusForwardDeclarations.h" "4" -"cpp_global.h" "4" -"cppscanner.cpp" "4" -"Lexer.cpp" "4" -"Lexer.h" "4" -"Token.cpp" "4" -"Token.h" "4" -"qbs_qt_scanner" "3" -"qt.qbs:4" "4" -"scanner.h" "5" -"qtscanner.cpp" "4" -"visualstudiogenerator" "3" -"visualstudio.qbs:4" "4" -"MSBuild Object Model" "4" -"visualstudio.qbs:49" "5" -"imsbuildgroup.cpp" "5" -"imsbuildgroup.h" "5" -"imsbuildnode.cpp" "5" -"imsbuildnode.h" "5" -"imsbuildnodevisitor.h" "5" -"imsbuildproperty.cpp" "5" -"imsbuildproperty.h" "5" -"msbuildimport.cpp" "5" -"msbuildimport.h" "5" -"msbuildimportgroup.cpp" "5" -"msbuildimportgroup.h" "5" -"msbuilditem.cpp" "5" -"msbuilditem.h" "5" -"msbuilditemdefinitiongroup.cpp" "5" -"msbuilditemdefinitiongroup.h" "5" -"msbuilditemgroup.cpp" "5" -"msbuilditemgroup.h" "5" -"msbuilditemmetadata.cpp" "5" -"msbuilditemmetadata.h" "5" -"msbuildproject.cpp" "5" -"msbuildproject.h" "5" -"msbuildproperty.cpp" "5" -"msbuildproperty.h" "5" -"msbuildpropertygroup.cpp" "5" -"msbuildpropertygroup.h" "5" -"MSBuild Object Model Items" "4" -"visualstudio.qbs:80" "5" -"msbuildclcompile.cpp" "5" -"msbuildclcompile.h" "5" -"msbuildclinclude.cpp" "5" -"msbuildclinclude.h" "5" -"msbuildfileitem.cpp" "5" -"msbuildfileitem.h" "5" -"msbuildfilter.cpp" "5" -"msbuildfilter.h" "5" -"msbuildlink.cpp" "5" -"msbuildlink.h" "5" -"msbuildnone.cpp" "5" -"msbuildnone.h" "5" -"Solution Object Model" "4" -"visualstudio.qbs:33" "5" -"ivisualstudiosolutionproject.cpp" "5" -"ivisualstudiosolutionproject.h" "5" -"visualstudiosolution.cpp" "5" -"visualstudiosolution.h" "5" -"visualstudiosolutionfileproject.cpp" "5" -"visualstudiosolutionfileproject.h" "5" -"visualstudiosolutionfolderproject.cpp" "5" -"visualstudiosolutionfolderproject.h" "5" -"visualstudiosolutionglobalsection.cpp" "5" -"visualstudiosolutionglobalsection.h" "5" -"Visual Studio generator" "4" -"visualstudio.qbs:11" "5" -"msbuildfiltersproject.cpp" "5" -"msbuildfiltersproject.h" "5" -"msbuildqbsgenerateproject.cpp" "5" -"msbuildqbsgenerateproject.h" "5" -"msbuildqbsproductproject.cpp" "5" -"msbuildqbsproductproject.h" "5" -"msbuildsharedsolutionpropertiesproject.cpp" "5" -"msbuildsharedsolutionpropertiesproject.h" "5" -"msbuildsolutionpropertiesproject.cpp" "5" -"msbuildsolutionpropertiesproject.h" "5" -"msbuildtargetproject.cpp" "5" -"msbuildtargetproject.h" "5" -"msbuildutils.h" "5" -"visualstudiogenerator.cpp" "5" -"visualstudiogenerator.h" "5" -"visualstudioguidpool.cpp" "5" -"visualstudioguidpool.h" "5" -"Visual Studio Object Model I/O" "4" -"visualstudio.qbs:98" "5" -"msbuildprojectwriter.cpp" "5" -"msbuildprojectwriter.h" "5" -"visualstudiosolutionwriter.cpp" "5" -"visualstudiosolutionwriter.h" "5" -"visualstudiogeneratorplugin.cpp" "4" -"qbs resources" "2" -"share.qbs:7" "3" -"Examples as resources" "3" -"share.qbs:58" "4" -"app-and-lib" "5" -"app" "6" -"app.qbs" "7" -"main.cpp" "7" -"lib" "6" -"lib.cpp" "7" -"lib.h" "7" -"lib.qbs" "7" -"app_and_lib.qbs" "6" -"cocoa-application" "5" -"CocoaApplication" "6" -"Contents.json" "8" -"icon_128x128.png" "8" -"icon_128x128@2x.png" "8" -"icon_16x16.png" "8" -"icon_16x16@2x.png" "8" -"icon_256x256.png" "8" -"icon_256x256@2x.png" "8" -"icon_32x32.png" "8" -"icon_32x32@2x.png" "8" -"icon_512x512.png" "8" -"icon_512x512@2x.png" "8" -"dmg.iconset" "7" -"icon_128x128.png" "8" -"icon_128x128@2x.png" "8" -"icon_16x16.png" "8" -"icon_16x16@2x.png" "8" -"icon_256x256.png" "8" -"icon_256x256@2x.png" "8" -"icon_32x32.png" "8" -"icon_32x32@2x.png" "8" -"icon_512x512.png" "8" -"icon_512x512@2x.png" "8" -"en.lproj" "7" -"Credits.rtf" "8" -"InfoPlist.strings" "8" -"LICENSE" "8" -"MainMenu.xib" "8" -"AppDelegate.h" "7" -"AppDelegate.m" "7" -"background.png" "7" -"background@2x.png" "7" -"CocoaApplication-Info.plist" "7" -"CocoaApplication-Prefix.pch" "7" -"en_US.lproj" "7" -"main.m" "7" -"CocoaApplication.xcodeproj" "6" -"project.pbxproj" "7" -"app.qbs" "6" -"CocoaApplication.qbs" "6" -"dmg.qbs" "6" -"cocoa-touch-application" "5" -"CocoaTouchApplication" "6" -"en.lproj" "7" -"DetailViewController_iPad.xib" "8" -"DetailViewController_iPhone.xib" "8" -"InfoPlist.strings" "8" -"MasterViewController_iPad.xib" "8" -"MasterViewController_iPhone.xib" "8" -"AppDelegate.h" "7" -"AppDelegate.m" "7" -"CocoaTouchApplication-Info.plist" "7" -"CocoaTouchApplication-Prefix.pch" "7" -"Default-568h@2x.png" "7" -"Default.png" "7" -"Default@2x.png" "7" -"DetailViewController.h" "7" -"DetailViewController.m" "7" -"main.m" "7" -"MasterViewController.h" "7" -"MasterViewController.m" "7" -"CocoaTouchApplication.xcodeproj" "6" -"project.pbxproj" "7" -"CocoaTouchApplication.qbs" "6" -"code-generator" "5" -"code-generator.qbs" "6" -"hwgen.cpp" "6" -"collidingmice" "5" -"images" "6" -"cheese.jpg" "7" -"collidingmice.qbs" "6" -"main.cpp" "6" -"mice.qrc" "6" -"mouse.cpp" "6" -"mouse.h" "6" -"compiled-qml" "5" -"cheese.jpg" "6" -"main.cpp" "6" -"main.qml" "6" -"MainForm.ui.qml" "6" -"myapp.qbs" "6" -"qml.qrc" "6" -"helloworld-complex" "5" -"src" "6" -"foo.cpp" "7" -"foo.h" "7" -"main.cpp" "7" -"specialfeature.cpp" "7" -"specialfeature.h" "7" -"hello.qbs" "6" -"helloworld-minimal" "5" -"hello.qbs" "6" -"main.cpp" "6" -"helloworld-qt" "5" -"hello.qbs" "6" -"main.cpp" "6" -"install-bundle" "5" -"Contents.json" "7" -"icon_16x16.png" "7" -"icon_16x16@2x.png" "7" -"Contents.json" "7" -"icon_16x16.png" "7" -"icon_16x16@2x.png" "7" -"white.iconset" "6" -"icon_16x16.png" "7" -"icon_16x16@2x.png" "7" -"coreutils.cpp" "6" -"coreutils.h" "6" -"install-bundle.qbs" "6" -"main.cpp" "6" -"MainMenu.xib" "6" -"Storyboard.storyboard" "6" -"examples.qbs" "5" -"Imports" "3" -"share.qbs:40" "4" -"base" "5" -"AndroidApk.qbs" "6" -"AppleApplicationDiskImage.qbs" "6" -"AppleDiskImage.qbs" "6" -"Application.qbs" "6" -"ApplicationExtension.qbs" "6" -"AutotestRunner.qbs" "6" -"CppApplication.qbs" "6" -"DynamicLibrary.qbs" "6" -"InnoSetup.qbs" "6" -"InstallPackage.qbs" "6" -"JavaClassCollection.qbs" "6" -"JavaJarFile.qbs" "6" -"Library.qbs" "6" -"LoadableModule.qbs" "6" -"NativeBinary.qbs" "6" -"NetModule.qbs" "6" -"NodeJSApplication.qbs" "6" -"NSISSetup.qbs" "6" -"QtApplication.qbs" "6" -"QtGuiApplication.qbs" "6" -"StaticLibrary.qbs" "6" -"WindowsInstallerPackage.qbs" "6" -"WindowsSetupPackage.qbs" "6" -"XPCService.qbs" "6" -"BundleTools" "5" -"bundle-tools.js" "6" -"DarwinTools" "5" -"darwin-tools.js" "6" -"ModUtils" "5" -"utils.js" "6" -"PathTools" "5" -"path-tools.js" "6" -"Probes" "5" -"AndroidNdkProbe.qbs" "6" -"AndroidSdkProbe.qbs" "6" -"BinaryProbe.qbs" "6" -"FrameworkProbe.qbs" "6" -"GccBinaryProbe.qbs" "6" -"GccProbe.qbs" "6" -"GccVersionProbe.qbs" "6" -"IcoUtilsVersionProbe.qbs" "6" -"IncludeProbe.qbs" "6" -"InnoSetupProbe.qbs" "6" -"JdkProbe.qbs" "6" -"JdkVersionProbe.qbs" "6" -"MsvcProbe.qbs" "6" -"NodeJsProbe.qbs" "6" -"NpmProbe.qbs" "6" -"path-probe.js" "6" -"PathProbe.qbs" "6" -"PkgConfigProbe.qbs" "6" -"TypeScriptProbe.qbs" "6" -"WiXProbe.qbs" "6" -"XcodeProbe.qbs" "6" -"UnixUtils" "5" -"unix-utils.js" "6" -"WindowsUtils" "5" -"windows-utils.js" "6" -"Incredibuild" "3" -"share.qbs:12" "4" -"ibmsvc.xml" "5" -"ibqbs.bat" "5" -"Modules" "3" -"share.qbs:49" "4" -"Android" "5" -"ndk" "6" -"ndk.qbs" "7" -"utils.js" "7" -"sdk" "6" -"sdk.qbs" "7" -"utils.js" "7" -"archiver" "5" -"archiver.qbs" "6" -"bundle" "5" -"bundle.js" "6" -"BundleModule.qbs" "6" -"MacOSX-Package-Types.xcspec" "6" -"MacOSX-Product-Types.xcspec" "6" -"cli" "5" -"cli.js" "6" -"CLIModule.qbs" "6" -"mono.qbs" "6" -"windows-dotnet.qbs" "6" -"cpp" "5" -"android-gcc.qbs" "6" -"cpp.js" "6" -"CppModule.qbs" "6" -"darwin.js" "6" -"DarwinGCC.qbs" "6" -"freebsd-gcc.qbs" "6" -"freebsd.js" "6" -"gcc.js" "6" -"GenericGCC.qbs" "6" -"ios-gcc.qbs" "6" -"LinuxGCC.qbs" "6" -"macos-gcc.qbs" "6" -"msvc.js" "6" -"qnx-qcc.qbs" "6" -"setuprunenv.js" "6" -"tvos-gcc.qbs" "6" -"UnixGCC.qbs" "6" -"watchos-gcc.qbs" "6" -"windows-mingw.qbs" "6" -"windows-msvc.qbs" "6" -"cpufeatures" "5" -"cpufeatures.qbs" "6" -"dmg" "5" -"dmg.js" "6" -"DMGModule.qbs" "6" -"Exporter" "5" -"pkgconfig" "6" -"pkgconfig.js" "7" -"pkgconfig.qbs" "7" -"qbs" "6" -"qbsexporter.js" "7" -"qbsexporter.qbs" "7" -"ib" "5" -"ib.js" "6" -"IBModule.qbs" "6" -"ico" "5" -"ico.js" "6" -"IcoModule.qbs" "6" -"innosetup" "5" -"InnoSetupModule.qbs" "6" -"java" "5" -"tools" "7" -"utils" "8" -"JavaCompilerOptions.java" "9" -"JavaCompilerScanner.java" "9" -"NullFileObject.java" "9" -"JavaCompilerScannerTool.java" "8" -"Artifact.java" "7" -"ArtifactListJsonWriter.java" "7" -"ArtifactListWriter.java" "7" -"JavaModule.qbs" "6" -"utils.js" "6" -"lex_yacc" "5" -"lexyacc.js" "6" -"lexyacc.qbs" "6" -"nodejs" "5" -"nodejs.js" "6" -"NodeJS.qbs" "6" -"nsis" "5" -"NSISModule.qbs" "6" -"qbs" "5" -"common.qbs" "6" -"qnx" "5" -"qnx.qbs" "6" -"typescript" "5" -"qbs-tsc-scan" "6" -"qbs-tsc-scan.ts" "7" -"typescript.js" "6" -"TypeScriptModule.qbs" "6" -"vcs" "5" -"vcs-module.qbs" "6" -"wix" "5" -"WiXModule.qbs" "6" -"xcode" "5" -"xcode.js" "6" -"xcode.qbs" "6" -"Python executables" "3" -"share.qbs:21" "4" -"dmgbuild" "5" -"Python packages" "3" -"share.qbs:30" "4" -"biplist" "5" -"__init__.py" "6" -"dmgbuild" "5" -"__init__.py" "6" -"badge.py" "6" -"colors.py" "6" -"core.py" "6" -"licensing.py" "6" -"resources.py" "6" -"ds_store" "5" -"__init__.py" "6" -"buddy.py" "6" -"store.py" "6" -"mac_alias" "5" -"__init__.py" "6" -"alias.py" "6" -"bookmark.py" "6" -"osx.py" "6" -"utils.py" "6" -"qbsjson" "2" -"json.qbs:3" "3" -"json.cpp" "3" -"json.h" "3" "qtcjson" "1" "json.qbs:3" "2" +"Group 1" "2" +"Library.qbs:81" "3" "json.cpp" "2" "json.h" "2" "qtcreator" "1" "app.qbs:3" "2" "Group 3" "2" -"app.qbs:58" "3" +"app.qbs:64" "3" "qtcreator.rc" "3" "qtcreator.sh" "2" -"app.qbs:70" "3" +"app.qbs:77" "3" "qtcreator.sh" "4" "QtLockedFile_unix" "2" -"app.qbs:78" "3" +"app.qbs:85" "3" "qtlockedfile_unix.cpp" "4" "QtLockedFile_win" "2" -"app.qbs:86" "3" +"app.qbs:93" "3" "qtlockedfile_win.cpp" "4" "standard pch file (gui)" "2" -"QtcProduct.qbs:65" "3" +"QtcProduct.qbs:100" "3" +"." "3" "qtcreator_gui_pch.h" "4" "standard pch file (non-gui)" "2" -"QtcProduct.qbs:57" "3" +"QtcProduct.qbs:92" "3" +"." "3" "qtcreator_pch.h" "4" +".." "2" "shared" "3" "qtlockedfile" "4" "qtlockedfile.cpp" "5" @@ -13500,14 +13010,16 @@ "main.cpp" "2" "qtcreator.xcassets" "2" "Tools" "1" -"tools.qbs:3" "2" +"tools.qbs:4" "2" "buildoutputparser" "2" "buildoutputparser.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "main.cpp" "3" "outputprocessor.cpp" "3" @@ -13608,16 +13120,14 @@ "fixit.h" "4" "fulltokeninfo.cpp" "4" "fulltokeninfo.h" "4" -"projectpart.cpp" "4" -"projectpart.h" "4" -"projects.cpp" "4" -"projects.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" @@ -13630,312 +13140,381 @@ "utf8positionfromlinecolumn.h" "4" "Group 4" "3" "clangbackend.qbs:17" "4" +"." "4" "crashhandlersetup.cpp" "5" "crashhandlersetup.h" "5" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "clangbackendmain.cpp" "3" -"clangpchmanagerbackend" "2" -"clangpchmanagerbackend.qbs:4" "3" -"Group 3" "3" -"clangpchmanagerbackend.qbs:36" "4" -"clangpchmanagerbackend_global.h" "4" -"collectincludesaction.h" "4" -"collectincludespreprocessorcallbacks.h" "4" -"collectincludestoolaction.h" "4" -"environment.h" "4" -"includecollector.cpp" "4" -"includecollector.h" "4" -"pchcreator.cpp" "4" -"pchcreator.h" "4" -"pchcreatorinterface.h" "4" -"pchgenerator.h" "4" -"pchgeneratorinterface.h" "4" -"pchgeneratornotifierinterface.h" "4" -"pchmanagerserver.cpp" "4" -"pchmanagerserver.h" "4" -"pchnotcreatederror.h" "4" -"projectparts.cpp" "4" -"projectparts.h" "4" -"projectpartsinterface.h" "4" -"sources from clangrefactoring" "3" -"clangpchmanagerbackend.qbs:61" "4" -"clangtool.cpp" "5" -"refactoringcompilationdatabase.cpp" "5" -"standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" -"qtcreator_gui_pch.h" "5" -"standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" -"qtcreator_pch.h" "5" -"clangpchmanagerbackendmain.cpp" "3" -"clangrefactoringbackend" "2" -"clangrefactoringbackend.qbs:4" "3" -"Group 3" "3" -"clangrefactoringbackend.qbs:31" "4" -"clangquery.cpp" "4" -"clangquery.h" "4" -"clangquerygatherer.cpp" "4" -"clangquerygatherer.h" "4" -"clangrefactoringbackend_global.h" "4" -"clangtool.cpp" "4" -"clangtool.h" "4" -"collectmacrospreprocessorcallbacks.h" "4" -"collectmacrossourcefilecallbacks.cpp" "4" -"collectmacrossourcefilecallbacks.h" "4" -"collectsymbolsaction.cpp" "4" -"collectsymbolsaction.h" "4" -"filestatus.h" "4" -"filestatuscache.cpp" "4" -"filestatuscache.h" "4" -"findcursorusr.h" "4" -"findlocationsofusrs.h" "4" -"findusrforcursoraction.cpp" "4" -"findusrforcursoraction.h" "4" -"indexdataconsumer.cpp" "4" -"indexdataconsumer.h" "4" -"locationsourcefilecallbacks.cpp" "4" -"locationsourcefilecallbacks.h" "4" -"macropreprocessorcallbacks.cpp" "4" -"macropreprocessorcallbacks.h" "4" -"projectpartartefact.cpp" "4" -"projectpartartefact.h" "4" -"projectpartartefactexception.h" "4" -"projectpartentry.h" "4" -"refactoringcompilationdatabase.cpp" "4" -"refactoringcompilationdatabase.h" "4" -"refactoringserver.cpp" "4" -"refactoringserver.h" "4" -"sourcedependency.h" "4" -"sourcelocationentry.h" "4" -"sourcelocationsutils.h" "4" -"sourcerangeextractor.cpp" "4" -"sourcerangeextractor.h" "4" -"sourcerangefilter.cpp" "4" -"sourcerangefilter.h" "4" -"storagesqlitestatementfactory.h" "4" -"symbolentry.h" "4" -"symbolfinder.cpp" "4" -"symbolfinder.h" "4" -"symbolindexer.cpp" "4" -"symbolindexer.h" "4" -"symbolindexing.cpp" "4" -"symbolindexing.h" "4" -"symbolindexinginterface.h" "4" -"symbollocationfinderaction.cpp" "4" -"symbollocationfinderaction.h" "4" -"symbolscollector.cpp" "4" -"symbolscollector.h" "4" -"symbolscollectorinterface.h" "4" -"symbolstorage.h" "4" -"symbolstorageinterface.h" "4" -"symbolsvisitorbase.h" "4" -"usedmacro.h" "4" -"standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" -"qtcreator_gui_pch.h" "5" -"standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" -"qtcreator_pch.h" "5" -"clangrefactoringbackendmain.cpp" "3" "iostool" "2" "iostool.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" +"gdbrunner.cpp" "3" +"gdbrunner.h" "3" "Info.plist" "3" "iosdevicemanager.cpp" "3" "iosdevicemanager.h" "3" +"iostool.cpp" "3" +"iostool.h" "3" +"iostooltypes.h" "3" "main.cpp" "3" +"mobiledevicelib.cpp" "3" +"mobiledevicelib.h" "3" +"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:40" "4" -"commands" "5" -"changeauxiliarycommand.cpp" "6" -"changeauxiliarycommand.h" "6" -"changebindingscommand.cpp" "6" -"changebindingscommand.h" "6" -"changefileurlcommand.cpp" "6" -"changefileurlcommand.h" "6" -"changeidscommand.cpp" "6" -"changeidscommand.h" "6" -"changenodesourcecommand.cpp" "6" -"changenodesourcecommand.h" "6" -"changestatecommand.cpp" "6" -"changestatecommand.h" "6" -"changevaluescommand.cpp" "6" -"changevaluescommand.h" "6" -"childrenchangedcommand.cpp" "6" -"childrenchangedcommand.h" "6" -"clearscenecommand.cpp" "6" -"clearscenecommand.h" "6" -"completecomponentcommand.cpp" "6" -"completecomponentcommand.h" "6" -"componentcompletedcommand.cpp" "6" -"componentcompletedcommand.h" "6" -"createinstancescommand.cpp" "6" -"createinstancescommand.h" "6" -"createscenecommand.cpp" "6" -"createscenecommand.h" "6" -"debugoutputcommand.cpp" "6" -"debugoutputcommand.h" "6" -"endpuppetcommand.cpp" "6" -"endpuppetcommand.h" "6" -"informationchangedcommand.cpp" "6" -"informationchangedcommand.h" "6" -"pixmapchangedcommand.cpp" "6" -"pixmapchangedcommand.h" "6" -"puppetalivecommand.cpp" "6" -"puppetalivecommand.h" "6" -"removeinstancescommand.cpp" "6" -"removeinstancescommand.h" "6" -"removepropertiescommand.cpp" "6" -"removepropertiescommand.h" "6" -"removesharedmemorycommand.cpp" "6" -"removesharedmemorycommand.h" "6" -"reparentinstancescommand.cpp" "6" -"reparentinstancescommand.h" "6" -"statepreviewimagechangedcommand.cpp" "6" -"statepreviewimagechangedcommand.h" "6" -"synchronizecommand.cpp" "6" -"synchronizecommand.h" "6" -"tokencommand.cpp" "6" -"tokencommand.h" "6" -"valueschangedcommand.cpp" "6" -"valueschangedcommand.h" "6" -"container" "5" -"addimportcontainer.cpp" "6" -"addimportcontainer.h" "6" -"idcontainer.cpp" "6" -"idcontainer.h" "6" -"imagecontainer.cpp" "6" -"imagecontainer.h" "6" -"informationcontainer.cpp" "6" -"informationcontainer.h" "6" -"instancecontainer.cpp" "6" -"instancecontainer.h" "6" -"mockuptypecontainer.cpp" "6" -"mockuptypecontainer.h" "6" -"propertyabstractcontainer.cpp" "6" -"propertyabstractcontainer.h" "6" -"propertybindingcontainer.cpp" "6" -"propertybindingcontainer.h" "6" -"propertyvaluecontainer.cpp" "6" -"propertyvaluecontainer.h" "6" -"reparentcontainer.cpp" "6" -"reparentcontainer.h" "6" -"sharedmemory.h" "6" -"instances" "5" -"nodeinstanceclientproxy.cpp" "6" -"nodeinstanceclientproxy.h" "6" -"interfaces" "5" -"commondefines.h" "6" -"nodeinstanceclientinterface.h" "6" -"nodeinstanceserverinterface.cpp" "6" -"nodeinstanceserverinterface.h" "6" -"qmlprivategate" "5" -"qmlprivategate.h" "6" -"types" "5" -"enumeration.cpp" "6" -"enumeration.h" "6" +"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:143" "4" -"qml2puppet" "5" -"instances" "6" -"anchorchangesnodeinstance.cpp" "7" -"anchorchangesnodeinstance.h" "7" -"behaviornodeinstance.cpp" "7" -"behaviornodeinstance.h" "7" -"childrenchangeeventfilter.cpp" "7" -"childrenchangeeventfilter.h" "7" -"componentnodeinstance.cpp" "7" -"componentnodeinstance.h" "7" -"dummycontextobject.cpp" "7" -"dummycontextobject.h" "7" -"dummynodeinstance.cpp" "7" -"dummynodeinstance.h" "7" -"layoutnodeinstance.cpp" "7" -"layoutnodeinstance.h" "7" -"nodeinstanceserver.cpp" "7" -"nodeinstanceserver.h" "7" -"nodeinstancesignalspy.cpp" "7" -"nodeinstancesignalspy.h" "7" -"objectnodeinstance.cpp" "7" -"objectnodeinstance.h" "7" -"positionernodeinstance.cpp" "7" -"positionernodeinstance.h" "7" -"qmlpropertychangesnodeinstance.cpp" "7" -"qmlpropertychangesnodeinstance.h" "7" -"qmlstatenodeinstance.cpp" "7" -"qmlstatenodeinstance.h" "7" -"qmltransitionnodeinstance.cpp" "7" -"qmltransitionnodeinstance.h" "7" -"qt5informationnodeinstanceserver.cpp" "7" -"qt5informationnodeinstanceserver.h" "7" -"qt5nodeinstanceclientproxy.cpp" "7" -"qt5nodeinstanceclientproxy.h" "7" -"qt5nodeinstanceserver.cpp" "7" -"qt5nodeinstanceserver.h" "7" -"qt5previewnodeinstanceserver.cpp" "7" -"qt5previewnodeinstanceserver.h" "7" -"qt5rendernodeinstanceserver.cpp" "7" -"qt5rendernodeinstanceserver.h" "7" -"qt5testnodeinstanceserver.cpp" "7" -"qt5testnodeinstanceserver.h" "7" -"quickitemnodeinstance.cpp" "7" -"quickitemnodeinstance.h" "7" -"servernodeinstance.cpp" "7" -"servernodeinstance.h" "7" -"Info.plist" "6" -"qml2puppetmain.cpp" "6" +"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" +"editor3d" "4" +"camerageometry.cpp" "5" +"generalhelper.cpp" "5" +"geometrybase.cpp" "5" +"gridgeometry.cpp" "5" +"icongizmoimageprovider.cpp" "5" +"icongizmoimageprovider.h" "5" +"lightgeometry.cpp" "5" +"linegeometry.cpp" "5" +"mousearea3d.cpp" "5" +"selectionboxgeometry.cpp" "5" +"iconrenderer" "4" +"iconrenderer.cpp" "5" +"iconrenderer.h" "5" +"import3d" "4" +"import3d.cpp" "5" +"import3d.h" "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" +"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" "qmlprivategate (new)" "3" -"qml2puppet.qbs:197" "4" +"qml2puppet.qbs:305" "4" +"." "4" "qmlprivategate_56.cpp" "5" "qmlprivategate (old)" "3" -"qml2puppet.qbs:206" "4" +"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:136" "4" +"qml2puppet.qbs:168" "4" +"." "4" "sharedmemory_qt.cpp" "5" "SharedMemory (Unix)" "3" -"qml2puppet.qbs:129" "4" +"qml2puppet.qbs:161" "4" +"." "4" "sharedmemory_unix.cpp" "5" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" +"qtc-askpass" "2" +"qtc-askpass.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" +"qtc-askpass-main.cpp" "3" "qtcdebugger" "2" "qtcdebugger.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "registryaccess.cpp" "4" "registryaccess.h" "4" @@ -13955,44 +13534,96 @@ "utils.cpp" "4" "utils.h" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" +"qtcreator_processlauncher" "2" +"processlauncher.qbs:4" "3" +"protocol sources" "3" +"processlauncher.qbs:26" "4" +"." "4" +"launcherpackets.cpp" "5" +"launcherpackets.h" "5" +"processreaper.cpp" "5" +"processreaper.h" "5" +"processutils.cpp" "5" +"processutils.h" "5" +"qtcassert.cpp" "5" +"qtcassert.h" "5" +"singleton.cpp" "5" +"singleton.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" +"launcherlogging.cpp" "3" +"launcherlogging.h" "3" +"launchersockethandler.cpp" "3" +"launchersockethandler.h" "3" +"processlauncher-main.cpp" "3" "qtpromaker" "2" "qtpromaker.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "main.cpp" "3" "sdktool" "2" "sdktool.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Utils" "3" -"sdktool.qbs:64" "4" +"sdktool.qbs:67" "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:75" "4" +"sdktool.qbs:86" "4" +"." "4" "fileutils_mac.h" "5" "fileutils_mac.mm" "5" +"addabiflavor.cpp" "3" +"addabiflavor.h" "3" "addcmakeoperation.cpp" "3" "addcmakeoperation.h" "3" "adddebuggeroperation.cpp" "3" @@ -14007,6 +13638,8 @@ "addqtoperation.h" "3" "addtoolchainoperation.cpp" "3" "addtoolchainoperation.h" "3" +"addvalueoperation.cpp" "3" +"addvalueoperation.h" "3" "findkeyoperation.cpp" "3" "findkeyoperation.h" "3" "findvalueoperation.cpp" "3" @@ -14035,10 +13668,12 @@ "valgrind-fake" "2" "valgrindfake.qbs:4" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "main.cpp" "3" "outputgenerator.cpp" "3" @@ -14046,41 +13681,70 @@ "winrtdebughelper" "2" "winrtdebughelper.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "winrtdebughelper.cpp" "3" "Tests" "0" "tests.qbs:3" "1" +"C++ 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" "QtcAutotests" "1" "auto.qbs:3" "2" "Aggregation autotest" "2" "aggregation.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "tst_aggregate.cpp" "3" "Algorithm autotest" "2" "algorithm.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "tst_algorithm.cpp" "3" "ChangeSet autotest" "2" "changeset.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "tst_changeset.cpp" "3" "CPlusPlus autotests" "2" @@ -14094,84 +13758,105 @@ "c99.qbs:6" "5" "tst_c99.cpp" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "CPlusPlus AST autotest" "3" "ast.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_ast.cpp" "4" "CPlusPlus check symbols autotest" "3" "checksymbols.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" +".." "4" "cplusplus_global.h" "5" "tst_checksymbols.cpp" "4" "CPlusPlus code formatter autotest" "3" "codeformatter.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_codeformatter.cpp" "4" "CPlusPlus fileiterationorder autotest" "3" "fileiterationorder.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_fileiterationorder.cpp" "4" "CPlusPlus find usages autotest" "3" "findusages.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" +".." "4" "cplusplus_global.h" "5" "tst_findusages.cpp" "4" "CPlusPlus lexer autotest" "3" "lexer.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" +".." "4" "cplusplus_global.h" "5" "tst_lexer.cpp" "4" "CPlusPlus lookup autotest" "3" "lookup.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_lookup.cpp" "4" "CPlusPlus miscellaneous autotest" "3" "misc.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_misc.cpp" "4" "CPlusPlus preprocessor autotest" "3" @@ -14211,18 +13896,22 @@ "preprocessor.qbs:6" "5" "tst_preprocessor.cpp" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "CPlusPlus pretty printer autotest" "3" "typeprettyprinter.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_typeprettyprinter.cpp" "4" "CPlusPlus selection changer autotest" "3" @@ -14234,28 +13923,35 @@ "cppselectionchanger.qbs:7" "5" "tst_cppselectionchangertest.cpp" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "CPlusPlus semantic autotest" "3" "semantic.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_semantic.cpp" "4" "CPlusPlus translation unit autotest" "3" "translationunit.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" +".." "4" "cplusplus_global.h" "5" "tst_translationunit.cpp" "4" "Cxx11 autotest" "3" @@ -14272,10 +13968,12 @@ "cxx11.qbs:6" "5" "tst_cxx11.cpp" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Debugger autotests" "2" "debugger.qbs:3" "3" @@ -14292,24 +13990,44 @@ "watchutils.cpp" "5" "watchutils.h" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "dumpers.qbs:19" "5" "tst_dumpers.cpp" "5" +"debugger protocol autotest" "3" +"protocol.qbs:3" "4" +"Sources from Debugger plugin" "4" +"protocol.qbs:7" "5" +"debuggerprotocol.cpp" "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 sources" "4" +"protocol.qbs:12" "5" +"tst_protocol.cpp" "5" "disassembler autotest" "3" "disassembler.qbs:3" "4" "Sources from Debugger plugin" "4" "disassembler.qbs:5" "5" "disassemblerlines.cpp" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "disassembler.qbs:10" "5" @@ -14320,41 +14038,25 @@ "gdb.qbs:7" "5" "debuggerprotocol.cpp" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "gdb.qbs:12" "5" "tst_gdb.cpp" "5" -"Name demangler autotest" "3" -"namedemangler.qbs:3" "4" -"Sources from Debugger plugin" "4" -"namedemangler.qbs:8" "5" -"demanglerexceptions.h" "5" -"globalparsestate.cpp" "5" -"globalparsestate.h" "5" -"namedemangler.cpp" "5" -"namedemangler.h" "5" -"parsetreenodes.cpp" "5" -"parsetreenodes.h" "5" -"standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" -"qtcreator_gui_pch.h" "6" -"standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" -"qtcreator_pch.h" "6" -"Test sources" "4" -"namedemangler.qbs:13" "5" -"tst_namedemangler.cpp" "5" "offsets autotest" "3" "offsets.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "offsets.qbs:6" "5" @@ -14365,10 +14067,12 @@ "simplifytypes.qbs:6" "5" "simplifytype.cpp" "5" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "simplifytypes.qbs:11" "5" @@ -14378,19 +14082,23 @@ "Differ autotest" "3" "differ.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_differ.cpp" "4" "Environment autotest" "2" "environment.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "tst_environment.cpp" "3" "ExtensionSystem autotests" "2" @@ -14403,17 +14111,19 @@ "test.qbs:7" "6" "tst_pluginspec.cpp" "6" "spec" "5" -"test.qbs:41" "6" +"test.qbs:42" "6" "testdir" "6" "spec.json" "7" "standard pch file (gui)" "5" -"QtcProduct.qbs:65" "6" +"QtcProduct.qbs:100" "6" +"." "6" "qtcreator_gui_pch.h" "7" "standard pch file (non-gui)" "5" -"QtcProduct.qbs:57" "6" +"QtcProduct.qbs:92" "6" +"." "6" "qtcreator_pch.h" "7" "test dependencies" "5" -"test.qbs:30" "6" +"test.qbs:31" "6" "testdependencies" "6" "spec1.json" "7" "spec2.json" "7" @@ -14421,7 +14131,7 @@ "spec4.json" "7" "spec5.json" "7" "test specs" "5" -"test.qbs:16" "6" +"test.qbs:17" "6" "testspecs" "6" "simplespec.json" "7" "simplespec_experimental.json" "7" @@ -14469,10 +14179,12 @@ "PluginManager autotest" "4" "test.qbs:3" "5" "standard pch file (gui)" "5" -"QtcProduct.qbs:65" "6" +"QtcProduct.qbs:100" "6" +"." "6" "qtcreator_gui_pch.h" "7" "standard pch file (non-gui)" "5" -"QtcProduct.qbs:57" "6" +"QtcProduct.qbs:92" "6" +"." "6" "qtcreator_pch.h" "7" "tst_pluginmanager.cpp" "5" "ExternalTool autotest" "2" @@ -14482,10 +14194,12 @@ "externaltool.cpp" "4" "externaltool.h" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Test sources" "3" "externaltool.qbs:17" "4" @@ -14493,88 +14207,27 @@ "File search autotest" "2" "filesearch.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "testfile.txt" "3" "tst_filesearch.cpp" "3" "tst_filesearch.qrc" "3" "/tst_filesearch" "4" "testfile.txt" "5" -"Generic highlighter autotests" "2" -"generichighlighter.qbs:3" "3" -"Generic highlighter specific rules autotest" "3" -"specificrules.qbs:3" "4" -"Sources from TextEditor plugin" "4" -"specificrules.qbs:6" "5" -"context.cpp" "5" -"dynamicrule.cpp" "5" -"highlightdefinition.cpp" "5" -"itemdata.cpp" "5" -"keywordlist.cpp" "5" -"progressdata.cpp" "5" -"rule.cpp" "5" -"specificrules.cpp" "5" -"standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" -"qtcreator_gui_pch.h" "6" -"standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" -"qtcreator_pch.h" "6" -"Test sources" "4" -"specificrules.qbs:20" "5" -"tst_specificrules.cpp" "5" -"Highlighter engine autotest" "3" -"highlighterengine.qbs:3" "4" -"Drop-in sources for the plugin" "4" -"highlighterengine.qbs:31" "5" -"syntaxhighlighter.cpp" "5" -"syntaxhighlighter.h" "5" -"tabsettings.h" "5" -"textdocumentlayout.cpp" "5" -"textdocumentlayout.h" "5" -"Sources from TextEditor plugin" "4" -"highlighterengine.qbs:8" "5" -"context.cpp" "5" -"context.h" "5" -"dynamicrule.cpp" "5" -"dynamicrule.h" "5" -"highlightdefinition.cpp" "5" -"highlightdefinition.h" "5" -"highlighter.cpp" "5" -"highlighter.h" "5" -"itemdata.cpp" "5" -"itemdata.h" "5" -"keywordlist.cpp" "5" -"keywordlist.h" "5" -"progressdata.cpp" "5" -"progressdata.h" "5" -"rule.cpp" "5" -"rule.h" "5" -"specificrules.cpp" "5" -"specificrules.h" "5" -"standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" -"qtcreator_gui_pch.h" "6" -"standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" -"qtcreator_pch.h" "6" -"Test sources" "4" -"highlighterengine.qbs:23" "5" -"formats.cpp" "5" -"formats.h" "5" -"highlightermock.cpp" "5" -"highlightermock.h" "5" -"tst_highlighterengine.cpp" "5" "json autotest" "2" "json.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "test data" "3" "json.qbs:15" "4" @@ -14584,10 +14237,21 @@ "test2.json" "4" "test3.json" "4" "tst_json.cpp" "3" +"Language Server Protocol autotest" "2" +"languageserverprotocol.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_languageserverprotocol.cpp" "3" "ProFileWriter autotest" "2" "profilewriter.qbs:3" "3" "Sources from ProParser" "3" -"profilewriter.qbs:6" "4" +"profilewriter.qbs:7" "4" "ioutils.cpp" "4" "ioutils.h" "4" "profileevaluator.cpp" "4" @@ -14607,14 +14271,18 @@ "qmakeparser.h" "4" "qmakevfs.cpp" "4" "qmakevfs.h" "4" +"registry.cpp" "4" +"registry_p.h" "4" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Test sources" "3" -"profilewriter.qbs:23" "4" +"profilewriter.qbs:25" "4" "tst_profilewriter.cpp" "4" "QML autotests" "2" "qml.qbs:3" "3" @@ -14623,28 +14291,34 @@ "QML code model check autotest" "4" "check.qbs:3" "5" "standard pch file (gui)" "5" -"QtcProduct.qbs:65" "6" +"QtcProduct.qbs:100" "6" +"." "6" "qtcreator_gui_pch.h" "7" "standard pch file (non-gui)" "5" -"QtcProduct.qbs:57" "6" +"QtcProduct.qbs:92" "6" +"." "6" "qtcreator_pch.h" "7" "tst_check.cpp" "5" "QML code model dependencies autotest" "4" "dependencies.qbs:3" "5" "standard pch file (gui)" "5" -"QtcProduct.qbs:65" "6" +"QtcProduct.qbs:100" "6" +"." "6" "qtcreator_gui_pch.h" "7" "standard pch file (non-gui)" "5" -"QtcProduct.qbs:57" "6" +"QtcProduct.qbs:92" "6" +"." "6" "qtcreator_pch.h" "7" "tst_dependencies.cpp" "5" "QML code model imports check autotest" "4" "importscheck.qbs:3" "5" "standard pch file (gui)" "5" -"QtcProduct.qbs:65" "6" +"QtcProduct.qbs:100" "6" +"." "6" "qtcreator_gui_pch.h" "7" "standard pch file (non-gui)" "5" -"QtcProduct.qbs:57" "6" +"QtcProduct.qbs:92" "6" +"." "6" "qtcreator_pch.h" "7" "tst_importscheck.cpp" "5" "QML editor autotests" "3" @@ -14652,47 +14326,46 @@ "QML code formatter autotest" "4" "qmlcodeformatter.qbs:3" "5" "standard pch file (gui)" "5" -"QtcProduct.qbs:65" "6" +"QtcProduct.qbs:100" "6" +"." "6" "qtcreator_gui_pch.h" "7" "standard pch file (non-gui)" "5" -"QtcProduct.qbs:57" "6" +"QtcProduct.qbs:92" "6" +"." "6" "qtcreator_pch.h" "7" "tst_qmlcodeformatter.cpp" "5" "QML persistenttrie autotest" "3" "persistenttrie.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_testtrie.cpp" "4" "tst_testtrie.h" "4" -"QML qrc parser autotest" "3" -"qrcparser.qbs:3" "4" -"standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" -"qtcreator_gui_pch.h" "6" -"standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" -"qtcreator_pch.h" "6" -"tst_qrcparser.cpp" "4" "QML reformatter autotest" "3" "reformatter.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_reformatter.cpp" "4" "QMLJS simple reader autotest" "3" "qmljssimplereader.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_qmljssimplereader.cpp" "4" "QmlProjectManager autotests" "3" @@ -14708,61 +14381,84 @@ "qmlprojectitem.cpp" "6" "qmlprojectitem.h" "6" "standard pch file (gui)" "5" -"QtcProduct.qbs:65" "6" +"QtcProduct.qbs:100" "6" +"." "6" "qtcreator_gui_pch.h" "7" "standard pch file (non-gui)" "5" -"QtcProduct.qbs:57" "6" +"QtcProduct.qbs:92" "6" +"." "6" "qtcreator_pch.h" "7" "tst_fileformat.cpp" "5" -"QtcProcess autotest" "2" -"qtcprocess.qbs:3" "3" -"standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" -"qtcreator_gui_pch.h" "5" -"standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" -"qtcreator_pch.h" "5" -"tst_qtcprocess.cpp" "3" +"qrc parser autotest" "3" +"qrcparser.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_qrcparser.cpp" "4" "Run extensions autotest" "2" "runextensions.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "tst_runextensions.cpp" "3" "sdktool autotest" "2" "sdktool.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Test sources" "3" "sdktool.qbs:6" "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" "ToolChainCache autotest" "2" "toolchaincache.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "Test sources" "3" -"toolchaincache.qbs:6" "4" +"toolchaincache.qbs:7" "4" "tst_toolchaincache.cpp" "4" "Tracing autotests" "2" "tracing.qbs:3" "3" "FlameGraph autotest" "3" "flamegraph.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "flamegraph.qbs:6" "5" @@ -14770,10 +14466,12 @@ "TimelineAbstractRenderer autotest" "3" "timelineabstractrenderer.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelineabstractrenderer.qbs:6" "5" @@ -14781,10 +14479,12 @@ "TimelineItemsRenderPass autotest" "3" "timelineitemsrenderpass.qbs:5" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelineitemsrenderpass.qbs:7" "5" @@ -14792,10 +14492,12 @@ "TimelineModel autotest" "3" "timelinemodel.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelinemodel.qbs:6" "5" @@ -14803,10 +14505,12 @@ "TimelineModelAggregator autotest" "3" "timelinemodelaggregator.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelinemodelaggregator.qbs:6" "5" @@ -14814,10 +14518,12 @@ "TimelineNotesModel autotest" "3" "timelinenotesmodel.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelinenotesmodel.qbs:6" "5" @@ -14825,10 +14531,12 @@ "TimelineNotesRenderPass autotest" "3" "timelinenotesrenderpass.qbs:5" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelinenotesrenderpass.qbs:7" "5" @@ -14836,10 +14544,12 @@ "TimelineOverviewRenderer autotest" "3" "timelineoverviewrenderer.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelineoverviewrenderer.qbs:6" "5" @@ -14847,10 +14557,12 @@ "TimelineRenderer autotest" "3" "timelinerenderer.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelinerenderer.qbs:6" "5" @@ -14858,10 +14570,12 @@ "TimelineRenderPass autotest" "3" "timelinerenderpass.qbs:5" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelinerenderpass.qbs:7" "5" @@ -14869,10 +14583,12 @@ "TimelineRenderState autotest" "3" "timelinerenderstate.qbs:5" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelinerenderstate.qbs:7" "5" @@ -14880,10 +14596,12 @@ "TimelineSelectionRenderPass autotest" "3" "timelineselectionrenderpass.qbs:5" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelineselectionrenderpass.qbs:7" "5" @@ -14891,10 +14609,12 @@ "TimelineZoomcontrol autotest" "3" "timelinezoomcontrol.qbs:4" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "Test sources" "4" "timelinezoomcontrol.qbs:6" "5" @@ -14902,10 +14622,12 @@ "TreeViewFind autotest" "2" "treeviewfind.qbs:3" "3" "standard pch file (gui)" "3" -"QtcProduct.qbs:65" "4" +"QtcProduct.qbs:100" "4" +"." "4" "qtcreator_gui_pch.h" "5" "standard pch file (non-gui)" "3" -"QtcProduct.qbs:57" "4" +"QtcProduct.qbs:92" "4" +"." "4" "qtcreator_pch.h" "5" "tst_treeviewfind.cpp" "3" "Utils autotests" "2" @@ -14913,66 +14635,262 @@ "ANSI autotest" "3" "ansiescapecodehandler.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_ansiescapecodehandler.cpp" "4" "FileUtils autotest" "3" "fileutils.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_fileutils.cpp" "4" "FuzzyMatcher autotest" "3" "fuzzymatcher.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_fuzzymatcher.cpp" "4" +"IndexedContainerProxyConstIterator autotest" "3" +"indexedcontainerproxyconstiterator.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_indexedcontainerproxyconstiterator.cpp" "4" +"MultiTextCursor autotest" "3" +"multicursor.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_multicursor.cpp" "4" +"PersistentSettings autotest" "3" +"persistentsettings.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_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" "Settings autotest" "3" "settings.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_settings.cpp" "4" "StringUtils autotest" "3" "stringutils.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_stringutils.cpp" "4" "TemplateEngine autotest" "3" "templateengine.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_templateengine.cpp" "4" "TreeModel autotest" "3" "treemodel.qbs:3" "4" "standard pch file (gui)" "4" -"QtcProduct.qbs:65" "5" +"QtcProduct.qbs:100" "5" +"." "5" "qtcreator_gui_pch.h" "6" "standard pch file (non-gui)" "4" -"QtcProduct.qbs:57" "5" +"QtcProduct.qbs:92" "5" +"." "5" "qtcreator_pch.h" "6" "tst_treemodel.cpp" "4" +"Valgrind autotests" "2" +"valgrind.qbs:3" "3" +"Callgrind autotests" "3" +"callgrind.qbs:3" "4" +"Callgrind parser autotest" "4" +"callgrindparsertests.qbs:4" "5" +"Callgrind files from plugin" "5" +"valgrindautotest.qbs:16" "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" +"callgrindcycledetection.h" "6" +"callgrinddatamodel.cpp" "6" +"callgrinddatamodel.h" "6" +"callgrindfunction.cpp" "6" +"callgrindfunction.h" "6" +"callgrindfunction_p.h" "6" +"callgrindfunctioncall.cpp" "6" +"callgrindfunctioncall.h" "6" +"callgrindfunctioncycle.cpp" "6" +"callgrindfunctioncycle.h" "6" +"callgrindparsedata.cpp" "6" +"callgrindparsedata.h" "6" +"callgrindparser.cpp" "6" +"callgrindparser.h" "6" +"callgrindproxymodel.cpp" "6" +"callgrindproxymodel.h" "6" +"callgrindstackbrowser.cpp" "6" +"callgrindstackbrowser.h" "6" +"Memcheck runner files from plugin" "5" +"valgrindautotest.qbs:21" "6" +"Other files from plugin" "5" +"valgrindautotest.qbs:26" "6" +"valgrindrunner.cpp" "6" +"valgrindrunner.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" +"XML protocol files from plugin" "5" +"valgrindautotest.qbs:11" "6" +"announcethread.cpp" "6" +"announcethread.h" "6" +"error.cpp" "6" +"error.h" "6" +"errorlistmodel.cpp" "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" +"stack.h" "6" +"stackmodel.cpp" "6" +"stackmodel.h" "6" +"status.cpp" "6" +"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" +"Widgets manualtests" "2" +"widgets.qbs:3" "3" +"Manual Test Tracing" "3" +"tracing.qbs:3" "4" +"Common sources" "4" +"tracing.qbs:15" "5" +"themes.qrc" "5" +"/themes" "6" +"dark.creatortheme" "7" +"default.creatortheme" "7" +"design.creatortheme" "7" +"flat-dark.creatortheme" "7" +"flat-light.creatortheme" "7" +"flat.creatortheme" "7" +"themeselector.cpp" "5" +"themeselector.h" "5" +"tst_manual_widgets_tracing.cpp" "4" +"Manual Test Utils CrumblePath" "3" +"crumblepath.qbs:3" "4" +"Common sources" "4" +"crumblepath.qbs:13" "5" +"themes.qrc" "5" +"/themes" "6" +"dark.creatortheme" "7" +"default.creatortheme" "7" +"design.creatortheme" "7" +"flat-dark.creatortheme" "7" +"flat-light.creatortheme" "7" +"flat.creatortheme" "7" +"themeselector.cpp" "5" +"themeselector.h" "5" +"tst_manual_widgets_crumblepath.cpp" "4" +"Manual Test Utils InfoLabel" "3" +"infolabel.qbs:3" "4" +"Common sources" "4" +"infolabel.qbs:13" "5" +"themes.qrc" "5" +"/themes" "6" +"dark.creatortheme" "7" +"default.creatortheme" "7" +"design.creatortheme" "7" +"flat-dark.creatortheme" "7" +"flat-light.creatortheme" "7" +"flat.creatortheme" "7" +"themeselector.cpp" "5" +"themeselector.h" "5" +"tst_manual_widgets_infolabel.cpp" "4" +"Manual Test Utils ManhattanStyle" "3" +"manhattanstyle.qbs:3" "4" +"Common sources" "4" +"manhattanstyle.qbs:13" "5" +"themes.qrc" "5" +"/themes" "6" +"dark.creatortheme" "7" +"default.creatortheme" "7" +"design.creatortheme" "7" +"flat-dark.creatortheme" "7" +"flat-light.creatortheme" "7" +"flat.creatortheme" "7" +"themeselector.cpp" "5" +"themeselector.h" "5" +"tst_manual_widgets_manhattanstyle.cpp" "4" "Translations" "0" "translations.qbs:3" "1" "Group 1" "1" @@ -14981,6 +14899,7 @@ "qtcreator_da.ts" "2" "qtcreator_de.ts" "2" "qtcreator_fr.ts" "2" +"qtcreator_hr.ts" "2" "qtcreator_ja.ts" "2" "qtcreator_pl.ts" "2" "qtcreator_ru.ts" "2" @@ -14997,6 +14916,8 @@ "QtcFunctions" "3" "functions.js" "4" "modules" "2" +"clang_defines" "3" +"clang_defines.qbs" "4" "copyable_resource" "3" "copyable-resource.qbs" "4" "libclang" "3" @@ -15004,27 +14925,15 @@ "libclang.qbs" "4" "pluginjson" "3" "pluginjson.qbs" "4" -"qbsbuildconfig" "3" -"qbsbuildconfig.qbs" "4" "qtc" "3" -"qtc.js" "4" "qtc.qbs" "4" -"src" "1" -"qbs-resources" "3" -"imports" "4" -"QbsLibrary.qbs" "5" -"QbsProduct.qbs" "5" -"modules" "4" -"qbsbuildconfig" "5" -"qbsbuildconfig.qbs" "6" -"qbsversion" "5" -"qbsversion.qbs" "6" -"qbsplugin.qbs" "4" -"tools" "2" -"cplusplustools.qbs" "3" -"cplusplus" "2" -"cplusplusautotest.qbs" "3" -"extensionsystem" "2" -"plugin.qbs" "3" -"tracing" "2" -"tracingautotest.qbs" "3" +"cplusplustools.qbs" "2" +"tests" "1" +"auto" "2" +"cplusplus" "3" +"cplusplusautotest.qbs" "4" +"extensionsystem" "3" +"plugin.qbs" "4" +"tracing" "3" +"tracingautotest.qbs" "4" +"common.qbs" "3" diff --git a/tests/system/suite_general/tst_openqt_creator/test.py b/tests/system/suite_general/tst_openqt_creator/test.py index 98c7f5c7b15..257a32d8161 100644 --- a/tests/system/suite_general/tst_openqt_creator/test.py +++ b/tests/system/suite_general/tst_openqt_creator/test.py @@ -5,51 +5,55 @@ source("../../shared/qtcreator.py") def main(): pathCreator = srcPath + "/creator/qtcreator.pro" - pathSpeedcrunch = srcPath + "/creator-test-data/speedcrunch/src/speedcrunch.pro" - if not neededFilePresent(pathCreator) or not neededFilePresent(pathSpeedcrunch): + if not neededFilePresent(pathCreator): return - startQC() - if not startedWithoutPluginError(): - return + with GitClone("https://bitbucket.org/heldercorreia/speedcrunch.git", + "0.11") as pathSpeedcrunch: + if not pathSpeedcrunch: + test.fatal("Could not clone SpeedCrunch") + return + startQC() + if not startedWithoutPluginError(): + return - runButton = findObject(':*Qt Creator.Run_Core::Internal::FancyToolButton') - openQmakeProject(pathSpeedcrunch, [Targets.DESKTOP_5_14_1_DEFAULT]) - # Wait for parsing to complete - waitFor("runButton.enabled", 30000) - # Starting before opening, because this is where Creator froze (QTCREATORBUG-10733) - startopening = datetime.utcnow() - openQmakeProject(pathCreator, [Targets.DESKTOP_5_10_1_DEFAULT]) - # Wait for parsing to complete - startreading = datetime.utcnow() - waitFor("runButton.enabled", 300000) - secondsOpening = (datetime.utcnow() - startopening).seconds - secondsReading = (datetime.utcnow() - startreading).seconds - timeoutOpen = 45 - timeoutRead = 22 - test.verify(secondsOpening <= timeoutOpen, "Opening and reading qtcreator.pro took %d seconds. " - "It should not take longer than %d seconds" % (secondsOpening, timeoutOpen)) - test.verify(secondsReading <= timeoutRead, "Just reading qtcreator.pro took %d seconds. " - "It should not take longer than %d seconds" % (secondsReading, timeoutRead)) + runButton = findObject(':*Qt Creator.Run_Core::Internal::FancyToolButton') + openQmakeProject(os.path.join(pathSpeedcrunch, "src", "speedcrunch.pro"), + [Targets.DESKTOP_5_14_1_DEFAULT]) + # Wait for parsing to complete + waitFor("runButton.enabled", 30000) + # Starting before opening, because this is where Creator froze (QTCREATORBUG-10733) + startopening = datetime.utcnow() + openQmakeProject(pathCreator, [Targets.DESKTOP_5_14_1_DEFAULT]) + # Wait for parsing to complete + startreading = datetime.utcnow() + waitFor("runButton.enabled", 300000) + secondsOpening = (datetime.utcnow() - startopening).seconds + secondsReading = (datetime.utcnow() - startreading).seconds + timeoutOpen = 45 + timeoutRead = 22 + test.verify(secondsOpening <= timeoutOpen, "Opening and reading qtcreator.pro took %d seconds. " + "It should not take longer than %d seconds" % (secondsOpening, timeoutOpen)) + test.verify(secondsReading <= timeoutRead, "Just reading qtcreator.pro took %d seconds. " + "It should not take longer than %d seconds" % (secondsReading, timeoutRead)) - naviTreeView = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='%s' type='QModelIndex'}" - compareProjectTree(naviTreeView % "speedcrunch( \[\S+\])?", "projecttree_speedcrunch.tsv") - compareProjectTree(naviTreeView % "qtcreator( \[\S+\])?", "projecttree_creator.tsv") + naviTreeView = "{column='0' container=':Qt Creator_Utils::NavigationTreeView' text~='%s' type='QModelIndex'}" + compareProjectTree(naviTreeView % "speedcrunch( \[\S+\])?", "projecttree_speedcrunch.tsv") + compareProjectTree(naviTreeView % "qtcreator( \[\S+\])?", "projecttree_creator.tsv") - openGeneralMessages() - # Verify that qmljs.g is in the project even when we don't know where (QTCREATORBUG-17609) - selectFromLocator("p qmljs.g", "qmljs.g") - # Now check some basic lookups in the search box - selectFromLocator(": qlist::qlist", "QList::QList") - test.compare(wordUnderCursor(waitForObject(":Qt Creator_CppEditor::Internal::CPPEditorWidget")), "QList") + openGeneralMessages() + # Verify that qmljs.g is in the project even when we don't know where (QTCREATORBUG-17609) + selectFromLocator("p qmljs.g", "qmljs.g") + # Now check some basic lookups in the search box + selectFromLocator(": qlist::qlist", "QList::QList") + test.compare(wordUnderCursor(waitForObject(":Qt Creator_CppEditor::Internal::CPPEditorWidget")), "QList") - invokeMenuItem("File", "Exit") + invokeMenuItem("File", "Exit") def init(): cleanup() def cleanup(): # Make sure the .user files are gone - cleanUpUserFiles([srcPath + "/creator-test-data/speedcrunch/src/speedcrunch.pro", - srcPath + "/creator/qtcreator.pro"]) + cleanUpUserFiles([srcPath + "/creator/qtcreator.pro"]) diff --git a/tests/system/suite_general/tst_openqt_creator/testdata/projecttree_creator.tsv b/tests/system/suite_general/tst_openqt_creator/testdata/projecttree_creator.tsv index 4710adcf131..e0e8060e7bd 100644 --- a/tests/system/suite_general/tst_openqt_creator/testdata/projecttree_creator.tsv +++ b/tests/system/suite_general/tst_openqt_creator/testdata/projecttree_creator.tsv @@ -4,6 +4,10 @@ "bin.pro" "1" "qtcreator" "1" "qtcreator.pri" "2" +"qtcreator_ide_branding" "2" +"qtcreator_ide_branding.pri" "3" +"qtcreator_testvars" "2" +"qtcreator_testvars.pri" "3" "Other files" "1" "qtcreator.sh" "2" "doc" "0" @@ -12,29 +16,50 @@ "docs.pri" "2" "doc_targets" "2" "doc_targets.pri" "3" -"doc_shared" "0" -"doc_shared.pri" "1" -"qbs_version" "1" -"qbs_version.pri" "2" -"doc_targets" "0" -"doc_targets.pri" "1" "qtcreator" "0" "qtcreator.pri" "1" +"qtcreator_ide_branding" "1" +"qtcreator_ide_branding.pri" "2" +"qtcreator_testvars" "1" +"qtcreator_testvars.pri" "2" +"Other files" "1" +"CMakeLists.txt" "2" "share" "0" "share.pro" "1" +"qtcreator" "1" +"qtcreator.pri" "2" +"qtcreator_ide_branding" "2" +"qtcreator_ide_branding.pri" "3" +"qtcreator_testvars" "2" +"qtcreator_testvars.pri" "3" +"Other files" "2" +"share" "3" +"CMakeLists.txt" "4" "static" "1" "static.pro" "2" "qtcreator" "2" "qtcreator.pri" "3" +"qtcreator_ide_branding" "3" +"qtcreator_ide_branding.pri" "4" +"qtcreator_testvars" "3" +"qtcreator_testvars.pri" "4" +"Other files" "3" +"CMakeLists.txt" "5" "qtcreatordata" "2" "qtcreatordata.pri" "3" "Sources" "2" +"android" "3" +"sdk_definitions.json" "4" "cplusplus" "3" "examples" "4" "clazy_example.cpp" "5" +"CMakeLists.txt" "5" "examples.pro" "5" +"icontest.cpp" "5" "tidy_example.cpp" "5" "tidy_example.h" "5" +"wrappedMingwHeaders" "4" +"float.h" "5" "qobjectdefs.h" "5" "debugger" "3" "boosttypes.py" "4" @@ -42,6 +67,7 @@ "creatortypes.py" "4" "dumper.py" "4" "gdbbridge.py" "4" +"gdbtracepoint.py" "4" "LICENSE.GPL3-EXCEPT" "4" "lldbbridge.py" "4" "misctypes.py" "4" @@ -50,14 +76,25 @@ "personaltypes.py" "4" "qttypes.py" "4" "README.txt" "4" +"setup.cfg" "4" "stdtypes.py" "4" +"utils.py" "4" "glsl" "3" "glsl_120.frag" "4" "glsl_120.vert" "4" "glsl_120_common.glsl" "4" +"glsl_330.frag" "4" +"glsl_330.vert" "4" +"glsl_330_common.glsl" "4" "glsl_es_100.frag" "4" "glsl_es_100.vert" "4" "glsl_es_100_common.glsl" "4" +"indexer_preincludes" "3" +"QtCore" "4" +"qconfig.h" "5" +"qglobal.h" "5" +"qglobal.h" "4" +"windows.h" "4" "modeleditor" "3" "standard.def" "4" "qml-type-descriptions" "3" @@ -87,6 +124,7 @@ "qtmultimediakit.qmltypes" "4" "qtwebkit.qmltypes" "4" "commands" "4" +"captureddatacommand.h" "5" "changeauxiliarycommand.cpp" "5" "changeauxiliarycommand.h" "5" "changebindingscommand.cpp" "5" @@ -95,8 +133,14 @@ "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" @@ -120,10 +164,14 @@ "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" @@ -132,14 +180,21 @@ "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" @@ -168,6 +223,8 @@ "html" "4" "welcome.html" "5" "images" "4" +"non-visual-component.png" "5" +"non-visual-component@2x.png" "5" "template_image.png" "5" "webkit.png" "5" "instances" "4" @@ -182,15 +239,147 @@ "nodeinstanceserverinterface.cpp" "5" "nodeinstanceserverinterface.h" "5" "mockfiles" "4" +"images" "5" +"area.png" "6" +"area@2x.png" "6" +"directional.png" "6" +"directional@2x.png" "6" +"editor_camera.png" "6" +"editor_camera@2x.png" "6" +"editor_particlesystem.png" "6" +"editor_particlesystem@2x.png" "6" +"point.png" "6" +"point@2x.png" "6" +"spot.png" "6" +"spot@2x.png" "6" +"meshes" "5" +"arrow.mesh" "6" +"axishelper.mesh" "6" +"ring.mesh" "6" +"ringselect.mesh" "6" +"scalerod.mesh" "6" +"qt5" "5" +"AdjustableArrow.qml" "6" +"AreaLightHandle.qml" "6" +"Arrow.qml" "6" +"AutoScaleHelper.qml" "6" +"AxisHelper.qml" "6" +"AxisHelperArm.qml" "6" +"CameraFrustum.qml" "6" +"CameraGizmo.qml" "6" +"DirectionalDraggable.qml" "6" +"EditCameraController.qml" "6" +"EditView3D.qml" "6" +"FadeHandle.qml" "6" +"HelperGrid.qml" "6" +"IconGizmo.qml" "6" +"IconRenderer3D.qml" "6" +"LightGizmo.qml" "6" +"LightIconGizmo.qml" "6" +"LightModel.qml" "6" +"Line3D.qml" "6" +"MaterialNodeView.qml" "6" +"ModelNode2DImageView.qml" "6" +"ModelNode3DImageView.qml" "6" +"ModelNodeView.qml" "6" +"MoveGizmo.qml" "6" +"NodeNodeView.qml" "6" +"Overlay2D.qml" "6" +"PlanarDraggable.qml" "6" +"PlanarMoveHandle.qml" "6" +"PlanarScaleHandle.qml" "6" +"RotateGizmo.qml" "6" +"RotateRing.qml" "6" +"ScaleGizmo.qml" "6" +"ScaleRod.qml" "6" +"SceneView3D.qml" "6" +"SelectionBox.qml" "6" +"SpotLightHandle.qml" "6" +"qt6" "5" +"AdjustableArrow.qml" "6" +"AreaLightHandle.qml" "6" +"Arrow.qml" "6" +"AutoScaleHelper.qml" "6" +"AxisHelper.qml" "6" +"AxisHelperArm.qml" "6" +"CameraFrustum.qml" "6" +"CameraGizmo.qml" "6" +"DirectionalDraggable.qml" "6" +"EditCameraController.qml" "6" +"EditView3D.qml" "6" +"FadeHandle.qml" "6" +"HelperGrid.qml" "6" +"IconGizmo.qml" "6" +"IconRenderer3D.qml" "6" +"LightGizmo.qml" "6" +"LightIconGizmo.qml" "6" +"LightModel.qml" "6" +"Line3D.qml" "6" +"MaterialNodeView.qml" "6" +"ModelNode2DImageView.qml" "6" +"ModelNode3DImageView.qml" "6" +"ModelNodeView.qml" "6" +"MoveGizmo.qml" "6" +"NodeNodeView.qml" "6" +"Overlay2D.qml" "6" +"ParticleSystemGizmo.qml" "6" +"PlanarDraggable.qml" "6" +"PlanarMoveHandle.qml" "6" +"PlanarScaleHandle.qml" "6" +"RotateGizmo.qml" "6" +"RotateRing.qml" "6" +"ScaleGizmo.qml" "6" +"ScaleRod.qml" "6" +"SceneView3D.qml" "6" +"SelectionBox.qml" "6" +"SpotLightHandle.qml" "6" +"Dialog.qml" "5" "GenericBackend.qml" "5" "SwipeView.qml" "5" +"ToggleButton.qml" "5" +"ToolBarButton.qml" "5" "Window.qml" "5" "qml2puppet" "4" +"editor3d" "5" +"qt5compat" "6" +"qquick3darealight.cpp" "7" +"qquick3darealight_p.h" "7" +"camerageometry.cpp" "6" +"camerageometry.h" "6" +"editor3d.pri" "6" +"generalhelper.cpp" "6" +"generalhelper.h" "6" +"geometrybase.cpp" "6" +"geometrybase.h" "6" +"gridgeometry.cpp" "6" +"gridgeometry.h" "6" +"icongizmoimageprovider.cpp" "6" +"icongizmoimageprovider.h" "6" +"lightgeometry.cpp" "6" +"lightgeometry.h" "6" +"linegeometry.cpp" "6" +"linegeometry.h" "6" +"mousearea3d.cpp" "6" +"mousearea3d.h" "6" +"selectionboxgeometry.cpp" "6" +"selectionboxgeometry.h" "6" +"iconrenderer" "5" +"iconrenderer.cpp" "6" +"iconrenderer.h" "6" +"iconrenderer.pri" "6" +"import3d" "5" +"import3d.cpp" "6" +"import3d.h" "6" +"import3d.pri" "6" "instances" "5" "anchorchangesnodeinstance.cpp" "6" "anchorchangesnodeinstance.h" "6" +"animationdriver.cpp" "6" +"animationdriver.h" "6" "behaviornodeinstance.cpp" "6" "behaviornodeinstance.h" "6" +"capturenodeinstanceserverdispatcher.cpp" "6" +"capturenodeinstanceserverdispatcher.h" "6" "childrenchangeeventfilter.cpp" "6" "childrenchangeeventfilter.h" "6" "componentnodeinstance.cpp" "6" @@ -204,6 +393,8 @@ "layoutnodeinstance.h" "6" "nodeinstanceserver.cpp" "6" "nodeinstanceserver.h" "6" +"nodeinstanceserverdispatcher.cpp" "6" +"nodeinstanceserverdispatcher.h" "6" "nodeinstancesignalspy.cpp" "6" "nodeinstancesignalspy.h" "6" "objectnodeinstance.cpp" "6" @@ -216,6 +407,12 @@ "qmlstatenodeinstance.h" "6" "qmltransitionnodeinstance.cpp" "6" "qmltransitionnodeinstance.h" "6" +"qt3dpresentationnodeinstance.cpp" "6" +"qt3dpresentationnodeinstance.h" "6" +"qt5captureimagenodeinstanceserver.cpp" "6" +"qt5captureimagenodeinstanceserver.h" "6" +"qt5capturepreviewnodeinstanceserver.cpp" "6" +"qt5capturepreviewnodeinstanceserver.h" "6" "qt5informationnodeinstanceserver.cpp" "6" "qt5informationnodeinstanceserver.h" "6" "qt5nodeinstanceclientproxy.cpp" "6" @@ -228,10 +425,16 @@ "qt5rendernodeinstanceserver.h" "6" "qt5testnodeinstanceserver.cpp" "6" "qt5testnodeinstanceserver.h" "6" +"quick3dnodeinstance.cpp" "6" +"quick3dnodeinstance.h" "6" +"quick3dtexturenodeinstance.cpp" "6" +"quick3dtexturenodeinstance.h" "6" "quickitemnodeinstance.cpp" "6" "quickitemnodeinstance.h" "6" "servernodeinstance.cpp" "6" "servernodeinstance.h" "6" +"viewconfig.cpp" "6" +"viewconfig.h" "6" "Info.plist" "5" "qml2puppet.pri" "5" "qml2puppet.pro" "5" @@ -247,112 +450,417 @@ "qmlprivategate.pri" "5" "qmlprivategate_56.cpp" "5" "types" "4" -"enumeration.cpp" "5" "enumeration.h" "5" "types.pri" "5" +"editor3d_qt5.qrc" "4" +"/qtquickplugin" "5" +"mockfiles" "6" +"images" "7" +"area.png" "8" +"area@2x.png" "8" +"directional.png" "8" +"directional@2x.png" "8" +"editor_camera.png" "8" +"editor_camera@2x.png" "8" +"point.png" "8" +"point@2x.png" "8" +"spot.png" "8" +"spot@2x.png" "8" +"meshes" "7" +"arrow.mesh" "8" +"axishelper.mesh" "8" +"ring.mesh" "8" +"ringselect.mesh" "8" +"scalerod.mesh" "8" +"qt5" "7" +"AdjustableArrow.qml" "8" +"AreaLightHandle.qml" "8" +"Arrow.qml" "8" +"AutoScaleHelper.qml" "8" +"AxisHelper.qml" "8" +"AxisHelperArm.qml" "8" +"CameraFrustum.qml" "8" +"CameraGizmo.qml" "8" +"DirectionalDraggable.qml" "8" +"EditCameraController.qml" "8" +"EditView3D.qml" "8" +"FadeHandle.qml" "8" +"HelperGrid.qml" "8" +"IconGizmo.qml" "8" +"IconRenderer3D.qml" "8" +"LightGizmo.qml" "8" +"LightIconGizmo.qml" "8" +"LightModel.qml" "8" +"Line3D.qml" "8" +"MaterialNodeView.qml" "8" +"ModelNode2DImageView.qml" "8" +"ModelNode3DImageView.qml" "8" +"ModelNodeView.qml" "8" +"MoveGizmo.qml" "8" +"NodeNodeView.qml" "8" +"Overlay2D.qml" "8" +"PlanarDraggable.qml" "8" +"PlanarMoveHandle.qml" "8" +"PlanarScaleHandle.qml" "8" +"RotateGizmo.qml" "8" +"RotateRing.qml" "8" +"ScaleGizmo.qml" "8" +"ScaleRod.qml" "8" +"SceneView3D.qml" "8" +"SelectionBox.qml" "8" +"SpotLightHandle.qml" "8" +"editor3d_qt6.qrc" "4" +"/qtquickplugin" "5" +"mockfiles" "6" +"images" "7" +"area.png" "8" +"area@2x.png" "8" +"directional.png" "8" +"directional@2x.png" "8" +"editor_camera.png" "8" +"editor_camera@2x.png" "8" +"editor_particlesystem.png" "8" +"editor_particlesystem@2x.png" "8" +"point.png" "8" +"point@2x.png" "8" +"spot.png" "8" +"spot@2x.png" "8" +"meshes" "7" +"arrow.mesh" "8" +"axishelper.mesh" "8" +"ring.mesh" "8" +"ringselect.mesh" "8" +"scalerod.mesh" "8" +"qt6" "7" +"AdjustableArrow.qml" "8" +"AreaLightHandle.qml" "8" +"Arrow.qml" "8" +"AutoScaleHelper.qml" "8" +"AxisHelper.qml" "8" +"AxisHelperArm.qml" "8" +"CameraFrustum.qml" "8" +"CameraGizmo.qml" "8" +"DirectionalDraggable.qml" "8" +"EditCameraController.qml" "8" +"EditView3D.qml" "8" +"FadeHandle.qml" "8" +"HelperGrid.qml" "8" +"IconGizmo.qml" "8" +"IconRenderer3D.qml" "8" +"LightGizmo.qml" "8" +"LightIconGizmo.qml" "8" +"LightModel.qml" "8" +"Line3D.qml" "8" +"MaterialNodeView.qml" "8" +"ModelNode2DImageView.qml" "8" +"ModelNode3DImageView.qml" "8" +"ModelNodeView.qml" "8" +"MoveGizmo.qml" "8" +"NodeNodeView.qml" "8" +"Overlay2D.qml" "8" +"ParticleSystemGizmo.qml" "8" +"PlanarDraggable.qml" "8" +"PlanarMoveHandle.qml" "8" +"PlanarScaleHandle.qml" "8" +"RotateGizmo.qml" "8" +"RotateRing.qml" "8" +"ScaleGizmo.qml" "8" +"ScaleRod.qml" "8" +"SceneView3D.qml" "8" +"SelectionBox.qml" "8" +"SpotLightHandle.qml" "8" "qmlpuppet.qrc" "4" "/qtquickplugin" "5" "html" "6" "welcome.html" "7" "images" "6" +"non-visual-component.png" "7" +"non-visual-component@2x.png" "7" "template_image.png" "7" "webkit.png" "7" "mockfiles" "6" +"Dialog.qml" "7" "GenericBackend.qml" "7" "SwipeView.qml" "7" +"ToggleButton.qml" "7" +"ToolBarButton.qml" "7" "Window.qml" "7" "qmlpuppet_utilities.pri" "4" "qmldesigner" "3" -"common" "4" -"DesignerScrollViewStyle.qml" "5" "itemLibraryQmlSources" "4" +"AddImport.qml" "5" +"Assets.qml" "5" "ItemDelegate.qml" "5" "ItemsView.qml" "5" +"LibraryHeader.qml" "5" +"newprojectdialog" "4" +"image" "5" +"logo.png" "6" +"logo@2x.png" "6" +"style-basic.png" "6" +"style-basic@2x.png" "6" +"style-default.png" "6" +"style-default@2x.png" "6" +"style-error.png" "6" +"style-error@2x.png" "6" +"style-fusion.png" "6" +"style-fusion@2x.png" "6" +"style-imagine.png" "6" +"style-imagine@2x.png" "6" +"style-macos.png" "6" +"style-macOs@2x.png" "6" +"style-material_dark.png" "6" +"style-material_dark@2x.png" "6" +"style-material_light.png" "6" +"style-material_light@2x.png" "6" +"style-universal_dark.png" "6" +"style-universal_dark@2x.png" "6" +"style-universal_light.png" "6" +"style-universal_light@2x.png" "6" +"style-universal_system.png" "6" +"style-universal_system@2x.png" "6" +"imports" "5" +"NewProjectDialog" "6" +"Details.qml" "7" +"DialogValues.qml" "7" +"NewProjectView.qml" "7" +"qmldir" "7" +"Styles.qml" "7" +"ProjectType" "6" +"DefaultProject.qml" "7" +"qmldir" "7" +"NewProjectDialog.qml" "5" "propertyEditorQmlSources" "4" -"images" "6" -"checkers.png" "7" -"down-arrow.png" "7" -"down-arrow@2x.png" "7" -"expression.png" "7" -"expression@2x.png" "7" -"icon_color_gradient.png" "7" -"icon_color_none.png" "7" -"icon_color_solid.png" "7" -"placeholder.png" "7" -"placeholder@2x.png" "7" -"submenu.png" "7" -"submenu@2x.png" "7" -"up-arrow.png" "7" -"up-arrow@2x.png" "7" -"AligmentHorizontalButtons.qml" "6" -"AligmentVerticalButtons.qml" "6" -"AnchorButtons.qml" "6" -"BoolButtonRowButton.qml" "6" -"Button.qml" "6" -"ButtonRow.qml" "6" -"ButtonRow2.qml" "6" -"ButtonRowButton.qml" "6" -"CheckBox.qml" "6" -"ColorButton.qml" "6" -"ColorCheckButton.qml" "6" -"ColorEditor.qml" "6" -"ColorLogic.qml" "6" -"ComboBox.qml" "6" -"Constants.js" "6" -"CustomCheckBoxStyle.qml" "6" -"CustomComboBoxStyle.qml" "6" -"CustomSpinBoxStyle.qml" "6" -"DoubleSpinBox.qml" "6" -"ExpandingSpacer.qml" "6" -"ExpressionTextField.qml" "6" -"ExtendedFunctionButton.qml" "6" -"FlickableSection.qml" "6" -"FontComboBox.qml" "6" -"FontSection.qml" "6" -"FontStyleButtons.qml" "6" -"GradientLine.qml" "6" -"GroupBox.qml" "6" -"HueSlider.qml" "6" -"IconLabel.qml" "6" -"Label.qml" "6" -"LineEdit.qml" "6" -"MarginSection.qml" "6" -"OriginControl.qml" "6" -"PaddingSection.qml" "6" -"qmldir" "6" -"RoundedPanel.qml" "6" -"ScrollView.qml" "6" -"SecondColumnLayout.qml" "6" -"Section.qml" "6" -"SectionLayout.qml" "6" -"SpinBox.qml" "6" -"StandardTextSection.qml" "6" -"Tab.qml" "6" -"TabView.qml" "6" -"ToolTipArea.qml" "6" -"UrlChooser.qml" "6" +"imports" "5" +"HelperWidgets" "6" +"images" "7" +"checkers.png" "8" +"down-arrow.png" "8" +"down-arrow@2x.png" "8" +"expression.png" "8" +"expression@2x.png" "8" +"icon-gradient-list.png" "8" +"icon_color_conical_gradient.png" "8" +"icon_color_gradient.png" "8" +"icon_color_none.png" "8" +"icon_color_radial_gradient.png" "8" +"icon_color_solid.png" "8" +"placeholder.png" "8" +"placeholder@2x.png" "8" +"submenu.png" "8" +"submenu@2x.png" "8" +"up-arrow.png" "8" +"up-arrow@2x.png" "8" +"AbstractButton.qml" "7" +"ActionIndicator.qml" "7" +"AlignmentHorizontalButtons.qml" "7" +"AlignmentVerticalButtons.qml" "7" +"AnchorButtons.qml" "7" +"BoolButtonRowButton.qml" "7" +"Button.qml" "7" +"ButtonRow.qml" "7" +"ButtonRow2.qml" "7" +"ButtonRowButton.qml" "7" +"CharacterSection.qml" "7" +"CheckBox.qml" "7" +"ColorEditor.qml" "7" +"ColorLine.qml" "7" +"ColorLogic.qml" "7" +"ColorPalette.qml" "7" +"ColorPicker.qml" "7" +"ComboBox.qml" "7" +"ComponentButton.qml" "7" +"ComponentSection.qml" "7" +"Constants.js" "7" +"ControlLabel.qml" "7" +"Controller.qml" "7" +"DoubleSpinBox.qml" "7" +"EditableListView.qml" "7" +"ExpandingSpacer.qml" "7" +"ExpressionTextField.qml" "7" +"ExtendedFunctionLogic.qml" "7" +"FlickableGeometrySection.qml" "7" +"FlickableSection.qml" "7" +"FontComboBox.qml" "7" +"FontExtrasSection.qml" "7" +"FontSection.qml" "7" +"FontStyleButtons.qml" "7" +"GradientLine.qml" "7" +"GradientPresetList.qml" "7" +"GradientPresetTabContent.qml" "7" +"GradientPropertySpinBox.qml" "7" +"HorizontalScrollBar.qml" "7" +"HueSlider.qml" "7" +"IconIndicator.qml" "7" +"IconLabel.qml" "7" +"ImagePreviewTooltipArea.qml" "7" +"ImageSection.qml" "7" +"ItemFilterComboBox.qml" "7" +"Label.qml" "7" +"LineEdit.qml" "7" +"LinkIndicator2D.qml" "7" +"ListViewComboBox.qml" "7" +"LuminanceSlider.qml" "7" +"MarginSection.qml" "7" +"MultiIconLabel.qml" "7" +"OpacitySlider.qml" "7" +"OriginControl.qml" "7" +"OriginIndicator.qml" "7" +"OriginSelector.qml" "7" +"PaddingSection.qml" "7" +"PropertyEditorPane.qml" "7" +"PropertyLabel.qml" "7" +"qmldir" "7" +"RoundedPanel.qml" "7" +"ScrollView.qml" "7" +"SecondColumnLayout.qml" "7" +"Section.qml" "7" +"SectionLayout.qml" "7" +"Spacer.qml" "7" +"SpinBox.qml" "7" +"StandardTextSection.qml" "7" +"TextExtrasSection.qml" "7" +"ToolTipArea.qml" "7" +"UrlChooser.qml" "7" +"VerticalScrollBar.qml" "7" +"StudioControls" "6" +"AbstractButton.qml" "7" +"ActionIndicator.qml" "7" +"Button.qml" "7" +"ButtonGroup.qml" "7" +"ButtonRow.qml" "7" +"CheckBox.qml" "7" +"CheckIndicator.qml" "7" +"ComboBox.qml" "7" +"ComboBoxInput.qml" "7" +"ContextMenu.qml" "7" +"InfinityLoopIndicator.qml" "7" +"ItemDelegate.qml" "7" +"LinkIndicator2D.qml" "7" +"LinkIndicator3D.qml" "7" +"LinkIndicator3DComponent.qml" "7" +"Menu.qml" "7" +"MenuItem.qml" "7" +"MenuItemWithIcon.qml" "7" +"MenuSeparator.qml" "7" +"qmldir" "7" +"RadioButton.qml" "7" +"RealSliderPopup.qml" "7" +"RealSpinBox.qml" "7" +"RealSpinBoxIndicator.qml" "7" +"RealSpinBoxInput.qml" "7" +"ScrollBar.qml" "7" +"ScrollView.qml" "7" +"SecondColumnLayout.qml" "7" +"Section.qml" "7" +"SectionLabel.qml" "7" +"SectionLayout.qml" "7" +"Slider.qml" "7" +"SliderPopup.qml" "7" +"SpinBox.qml" "7" +"SpinBoxIndicator.qml" "7" +"SpinBoxInput.qml" "7" +"TabBar.qml" "7" +"TabButton.qml" "7" +"TextArea.qml" "7" +"TextField.qml" "7" +"TranslationIndicator.qml" "7" +"StudioTheme" "6" +"Constants.qml" "7" +"icons.ttf" "7" +"InternalConstants.qml" "7" +"qmldir" "7" +"Values.qml" "7" "PropertyTemplates" "5" "BooleanEditorTemplate.template" "6" "ColorEditorTemplate.template" "6" +"FontEditorTemplate.template" "6" +"ImageEditorTemplate.template" "6" "IntEditorTemplate.template" "6" "RealEditorTemplate.template" "6" +"RectangleEditorTemplate.template" "6" "StringEditorTemplate.template" "6" "TemplateTypes.qml" "6" +"TextEditorTemplate.template" "6" "UrlEditorTemplate.template" "6" +"QtMultimedia" "5" +"AudioOutputSpecifics.qml" "6" +"AudioSection.qml" "6" +"MediaPlayerSection.qml" "6" +"MediaPlayerSpecifics.qml" "6" +"VideoOutputSpecifics.qml" "6" +"VideoSection.qml" "6" +"VideoSpecifics.qml" "6" +"QtQml" "5" +"ConnectionsSpecifics.qml" "6" +"QtObjectPane.qml" "6" "QtQuick" "5" "Controls" "6" +"AbstractButtonSection.qml" "7" +"BusyIndicatorSpecifics.qml" "7" +"ButtonSection.qml" "7" +"ButtonSpecifics.qml" "7" +"CheckBoxSpecifics.qml" "7" +"CheckDelegateSpecifics.qml" "7" +"CheckSection.qml" "7" +"ComboBoxSpecifics.qml" "7" +"ContainerSection.qml" "7" +"ControlSection.qml" "7" +"DelayButtonSpecifics.qml" "7" "DialogSpecifics.qml" "7" +"DialSpecifics.qml" "7" "DrawerSpecifics.qml" "7" +"FrameSpecifics.qml" "7" +"GroupBoxSpecifics.qml" "7" +"InsetSection.qml" "7" +"ItemDelegateSection.qml" "7" +"ItemDelegateSpecifics.qml" "7" +"LabelSpecifics.qml" "7" +"PageIndicatorSpecifics.qml" "7" +"PageSpecifics.qml" "7" +"PaneSection.qml" "7" +"PaneSpecifics.qml" "7" "PopupSection.qml" "7" "PopupSpecifics.qml" "7" +"ProgressBarSpecifics.qml" "7" +"RadioButtonSpecifics.qml" "7" +"RadioDelegateSpecifics.qml" "7" +"RangeSliderSpecifics.qml" "7" +"RoundButtonSpecifics.qml" "7" +"ScrollViewSpecifics.qml" "7" +"SliderSpecifics.qml" "7" +"SpinBoxSpecifics.qml" "7" +"StackViewSpecifics.qml" "7" +"SwipeDelegateSpecifics.qml" "7" +"SwipeViewSpecifics.qml" "7" +"SwitchDelegateSpecifics.qml" "7" +"SwitchSpecifics.qml" "7" +"TabBarSpecifics.qml" "7" +"TabButtonSpecifics.qml" "7" +"TextAreaSpecifics.qml" "7" +"TextFieldSpecifics.qml" "7" +"TextSection.qml" "7" +"ToolBarSpecifics.qml" "7" +"ToolButtonSpecifics.qml" "7" +"ToolSeparatorSpecifics.qml" "7" +"TumblerSpecifics.qml" "7" "Layouts" "6" +"ColumnLayoutSpecifics.qml" "7" "GridLayoutSpecifics.qml" "7" +"RowLayoutSpecifics.qml" "7" +"StackLayoutSpecifics.qml" "7" "Window" "6" "WindowSpecifics.qml" "7" "AdvancedSection.qml" "6" +"AlignDistributeSection.qml" "6" "AnchorRow.qml" "6" +"AnimatedImageSpecifics.qml" "6" +"AnimationSection.qml" "6" +"AnimationTargetSection.qml" "6" "BorderImageSpecifics.qml" "6" +"ColorAnimationSpecifics.qml" "6" "ColumnSpecifics.qml" "6" +"ConnectionsSpecifics.qml" "6" "emptyPane.qml" "6" "FlickableSpecifics.qml" "6" "FlipableSpecifics.qml" "6" @@ -362,24 +870,51 @@ "GridViewSpecifics.qml" "6" "ImageSpecifics.qml" "6" "ItemPane.qml" "6" -"LayoutPoperties.qml" "6" +"LayerSection.qml" "6" +"LayoutProperties.qml" "6" "LayoutSection.qml" "6" "ListViewSpecifics.qml" "6" +"LoaderSpecifics.qml" "6" "MouseAreaSpecifics.qml" "6" +"NumberAnimationSpecifics.qml" "6" +"ParallelAnimationSpecifics.qml" "6" "PathViewSpecifics.qml" "6" +"PauseAnimationSpecifics.qml" "6" "project.qmlproject" "6" +"PropertyActionSpecifics.qml" "6" +"PropertyAnimationSpecifics.qml" "6" "QtObjectPane.qml" "6" "RectangleSpecifics.qml" "6" +"RepeaterSpecifics.qml" "6" "RowSpecifics.qml" "6" +"ScriptActionSpecifics.qml" "6" +"SequentialAnimationSpecifics.qml" "6" +"StateSpecifics.qml" "6" "TargetComboBox.qml" "6" "TextEditSpecifics.qml" "6" "TextInputSection.qml" "6" "TextInputSpecifics.qml" "6" "TextSpecifics.qml" "6" +"QtQuick3D" "5" +"Object3DPane.qml" "6" +"Qt5HelperWindow.qml" "5" +"Qt6HelperWindow.qml" "5" +"RegExpValidator.qml" "5" +"qt4mcu" "4" +"metadata.qml" "5" +"qul-14.qml" "5" +"qul-17.qml" "5" +"qul-18.qml" "5" +"qul-19.qml" "5" "statesEditorQmlSources" "4" -"DesignerTextFieldStyle.qml" "5" +"images" "5" +"checkers.png" "6" "StatesDelegate.qml" "5" "StatesList.qml" "5" +"workspacePresets" "4" +"3D_Preset.wrk" "5" +"Essentials.wrk" "5" +"formatconfiguration.json" "4" "qmlicons" "3" "BorderImage.png" "5" "BusyIndicator.png" "5" @@ -437,8 +972,6 @@ "schemes" "3" "MS_Visual_C++.kms" "4" "Xcode.kms" "4" -"scripts" "3" -"openTerminal.command" "4" "snippets" "3" "cpp.xml" "4" "qml.xml" "4" @@ -455,27 +988,20 @@ "solarized-dark.xml" "4" "solarized-light.xml" "4" "templates" "3" -"qt4project" "4" -"customwidgetwizard" "5" -"tpl_collection.cpp" "6" -"tpl_collection.h" "6" -"tpl_plugin.pro" "6" -"tpl_resources.qrc" "6" -"tpl_single.cpp" "6" -"tpl_single.h" "6" -"tpl_widget.cpp" "6" -"tpl_widget.h" "6" -"tpl_widget_include.pri" "6" -"tpl_widget_lib.pro" "6" -"main.cpp" "5" -"mywidget.cpp" "5" -"mywidget.h" "5" -"mywidget_form.cpp" "5" -"mywidget_form.h" "5" -"widget.ui" "5" +"tpl_collection.cpp" "5" +"tpl_collection.h" "5" +"tpl_plugin.pro" "5" +"tpl_resources.qrc" "5" +"tpl_single.cpp" "5" +"tpl_single.h" "5" +"tpl_widget.cpp" "5" +"tpl_widget.h" "5" +"tpl_widget_include.pri" "5" +"tpl_widget_lib.pro" "5" "wizards" "4" "autotest" "5" "files" "6" +"catch2_tst.cpp" "7" "googlecommon.js" "7" "gtest_dependency.pri" "7" "tst.pro" "7" @@ -484,7 +1010,7 @@ "tst_main.cpp" "7" "tst_qml.tmpl" "7" "tst_src.cpp" "7" -"tst_src.h" "7" +"tst_src_gt.cpp" "7" "autotest.png" "6" "autotest@2x.png" "6" "wizard.json" "6" @@ -558,6 +1084,8 @@ "wizard.json" "7" "python" "6" "file.py" "7" +"icon.png" "7" +"icon@2x.png" "7" "wizard.json" "7" "qrc" "6" "file.qrc" "7" @@ -579,12 +1107,25 @@ "consoleapplication@2x.png" "6" "guiapplication.png" "6" "guiapplication@2x.png" "6" +"lib.png" "6" +"lib@2x.png" "6" "projects" "5" "consoleapp" "6" "CMakeLists.txt" "7" "file.pro" "7" "file.qbs" "7" "main.cpp" "7" +"meson.build" "7" +"wizard.json" "7" +"cpplibrary" "6" +"CMakeLists.txt" "7" +"lib.cpp" "7" +"lib.h" "7" +"lib_global.h" "7" +"meson.build" "7" +"project.json" "7" +"project.pro" "7" +"project.qbs" "7" "wizard.json" "7" "nim" "6" "file.nimproject" "7" @@ -592,37 +1133,80 @@ "icon@2x.png" "7" "main.nim" "7" "wizard.json" "7" +"nimble" "6" +"binary" "7" +"src" "8" +"binary.nim" "9" +"binary.nimble" "8" +"hybrid" "7" +"src" "8" +"hybridpkg" "9" +"submodule.nim" "10" +"hybrid.nim" "9" +"tests" "8" +"config.nims" "9" +"test1.nim" "9" +"hybrid.nimble" "8" +"library" "7" +"src" "8" +"library" "9" +"submodule.nim" "10" +"library.nim" "9" +"tests" "8" +"config.nims" "9" +"test1.nim" "9" +"library.nimble" "8" +"wizard.json" "7" "plainc" "6" "CMakeLists.txt" "7" "file.pro" "7" "file.qbs" "7" "main.c" "7" +"meson.build" "7" "wizard.json" "7" "plaincpp" "6" "CMakeLists.txt" "7" "file.pro" "7" "file.qbs" "7" "main.cpp" "7" +"meson.build" "7" "wizard.json" "7" "file.pro" "7" "wizard.json" "7" -"qtquickapplication" "6" -"canvas3d" "7" -"plaincanvas3d" "8" -"glcode.js" "9" -"threejs" "8" -"3rdparty" "9" -"three.js" "10" -"glcode.js" "9" +"qtforpythonapplication" "6" +"empty" "7" "icon.png" "8" "icon@2x.png" "8" -"main.qml.tpl" "8" -"qml.qrc" "8" -"/" "9" -"glcode.js" "10" -"main.qml" "10" -"three.js" "10" "wizard.json" "8" +"icons" "7" +"icon.png" "8" +"icon@2x.png" "8" +"mainwindow" "7" +"wizard.json" "8" +"qtquickapplication" "7" +"main.pyproject" "8" +"main.qml.tpl" "8" +"wizard.json" "8" +"widget" "7" +"main.pyproject" "8" +"wizard.json" "8" +"main.pyproject" "7" +"main_empty.py" "7" +"main_mainwindow.py" "7" +"main_qtquick.py" "7" +"main_widget.py" "7" +"main_widget.ui" "7" +"qtquick2-extension" "6" +"lib.png" "7" +"lib@2x.png" "7" +"object.cpp" "7" +"object.h" "7" +"plugin.cpp" "7" +"plugin.h" "7" +"project.pro" "7" +"qmldir" "7" +"wizard.json" "7" +"qtquickapplication" "6" "empty" "7" "icon.png" "8" "icon@2x.png" "8" @@ -631,47 +1215,10 @@ "/" "9" "main.qml" "10" "wizard.json" "8" -"scroll" "7" -"icon.png" "8" -"icon@2x.png" "8" -"main.qml.tpl" "8" -"qml.qrc" "8" -"/" "9" -"main.qml" "10" -"qtquickcontrols2.conf" "10" -"wizard.json" "8" -"stack" "7" -"HomeForm.ui.qml.tpl" "8" -"icon.png" "8" -"icon@2x.png" "8" -"main.qml.tpl" "8" -"Page1Form.ui.qml.tpl" "8" -"Page2Form.ui.qml.tpl" "8" -"qml.qrc" "8" -"/" "9" -"HomeForm.ui.qml" "10" -"main.qml" "10" -"Page1Form.ui.qml" "10" -"Page2Form.ui.qml" "10" -"qtquickcontrols2.conf" "10" -"wizard.json" "8" -"swipe" "7" -"icon.png" "8" -"icon@2x.png" "8" -"main.qml.tpl" "8" -"Page1Form.ui.qml.tpl" "8" -"Page2Form.ui.qml.tpl" "8" -"qml.qrc" "8" -"/" "9" -"main.qml" "10" -"Page1Form.ui.qml" "10" -"Page2Form.ui.qml" "10" -"qtquickcontrols2.conf" "10" -"wizard.json" "8" "app.pro" "7" "app.qbs" "7" +"CMakeLists.6.x.txt" "7" "CMakeLists.txt" "7" -"file.qbs" "7" "main.cpp" "7" "qtquickcontrols2.conf" "7" "qtquickuiprototype" "6" @@ -679,6 +1226,16 @@ "qtquickuiprototype.png" "7" "qtquickuiprototype@2x.png" "7" "wizard.json" "7" +"qtwidgetsapplication" "6" +"CMakeLists.txt" "7" +"main.cpp" "7" +"meson.build" "7" +"project.pro" "7" +"project.qbs" "7" +"widget.cpp" "7" +"widget.h" "7" +"widget.ui" "7" +"wizard.json" "7" "vcs" "6" "bazaar" "7" "icon.png" "8" @@ -701,51 +1258,42 @@ "icon@2x.png" "8" "wizard.json" "8" "git.ignore" "6" +"translation.ts" "6" "qtcreatorplugin" "5" +"CMakeLists.txt" "6" +"github_workflows_build_cmake.yml" "6" +"github_workflows_README.md" "6" "myplugin.cpp" "6" "myplugin.h" "6" "MyPlugin.json.in" "6" -"myplugin.pro" "6" "myplugin_global.h" "6" "mypluginconstants.h" "6" "qtcreatorplugin.png" "6" "qtcreatorplugin@2x.png" "6" -"wizard.xml" "6" -"qtquick2-extension" "5" -"lib.png" "6" -"lib@2x.png" "6" -"object.cpp" "6" -"object.h" "6" -"plugin.cpp" "6" -"plugin.h" "6" -"project.pro" "6" -"qmldir" "6" -"wizard.xml" "6" -"qtquickstyleicons" "5" -"default.png" "6" -"default@2x.png" "6" -"material-dark.png" "6" -"material-dark@2x.png" "6" -"material-light.png" "6" -"material-light@2x.png" "6" -"universal-dark.png" "6" -"universal-dark@2x.png" "6" -"universal-light.png" "6" -"universal-light@2x.png" "6" +"README.md" "6" +"wizard.json" "6" "README.txt" "5" "themes" "3" "dark.creatortheme" "4" "default.creatortheme" "4" +"design-light.creatortheme" "4" +"design.creatortheme" "4" "flat-dark.creatortheme" "4" "flat-light.creatortheme" "4" "flat.creatortheme" "4" "Other files" "2" +"android" "3" +"sdk_definitions.json" "4" "cplusplus" "3" "examples" "4" "clazy_example.cpp" "5" +"CMakeLists.txt" "5" "examples.pro" "5" +"icontest.cpp" "5" "tidy_example.cpp" "5" "tidy_example.h" "5" +"wrappedMingwHeaders" "4" +"float.h" "5" "qobjectdefs.h" "5" "debugger" "3" "boosttypes.py" "4" @@ -753,6 +1301,7 @@ "creatortypes.py" "4" "dumper.py" "4" "gdbbridge.py" "4" +"gdbtracepoint.py" "4" "LICENSE.GPL3-EXCEPT" "4" "lldbbridge.py" "4" "misctypes.py" "4" @@ -761,14 +1310,25 @@ "personaltypes.py" "4" "qttypes.py" "4" "README.txt" "4" +"setup.cfg" "4" "stdtypes.py" "4" +"utils.py" "4" "glsl" "3" "glsl_120.frag" "4" "glsl_120.vert" "4" "glsl_120_common.glsl" "4" +"glsl_330.frag" "4" +"glsl_330.vert" "4" +"glsl_330_common.glsl" "4" "glsl_es_100.frag" "4" "glsl_es_100.vert" "4" "glsl_es_100_common.glsl" "4" +"indexer_preincludes" "3" +"QtCore" "4" +"qconfig.h" "5" +"qglobal.h" "5" +"qglobal.h" "4" +"windows.h" "4" "modeleditor" "3" "standard.def" "4" "qml-type-descriptions" "3" @@ -798,6 +1358,7 @@ "qtmultimediakit.qmltypes" "4" "qtwebkit.qmltypes" "4" "commands" "4" +"captureddatacommand.h" "5" "changeauxiliarycommand.cpp" "5" "changeauxiliarycommand.h" "5" "changebindingscommand.cpp" "5" @@ -806,8 +1367,14 @@ "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" @@ -831,10 +1398,14 @@ "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" @@ -843,14 +1414,21 @@ "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" @@ -879,6 +1457,8 @@ "html" "4" "welcome.html" "5" "images" "4" +"non-visual-component.png" "5" +"non-visual-component@2x.png" "5" "template_image.png" "5" "webkit.png" "5" "instances" "4" @@ -892,12 +1472,67 @@ "nodeinstanceglobal.h" "5" "nodeinstanceserverinterface.cpp" "5" "nodeinstanceserverinterface.h" "5" +"mockfiles" "4" +"images" "5" +"area.png" "6" +"area@2x.png" "6" +"directional.png" "6" +"directional@2x.png" "6" +"editor_camera.png" "6" +"editor_camera@2x.png" "6" +"editor_particlesystem.png" "6" +"editor_particlesystem@2x.png" "6" +"point.png" "6" +"point@2x.png" "6" +"spot.png" "6" +"spot@2x.png" "6" +"meshes" "5" +"arrow.mesh" "6" +"axishelper.mesh" "6" +"ring.mesh" "6" +"ringselect.mesh" "6" +"scalerod.mesh" "6" "qml2puppet" "4" +"editor3d" "5" +"qt5compat" "6" +"qquick3darealight.cpp" "7" +"qquick3darealight_p.h" "7" +"camerageometry.cpp" "6" +"camerageometry.h" "6" +"editor3d.pri" "6" +"generalhelper.cpp" "6" +"generalhelper.h" "6" +"geometrybase.cpp" "6" +"geometrybase.h" "6" +"gridgeometry.cpp" "6" +"gridgeometry.h" "6" +"icongizmoimageprovider.cpp" "6" +"icongizmoimageprovider.h" "6" +"lightgeometry.cpp" "6" +"lightgeometry.h" "6" +"linegeometry.cpp" "6" +"linegeometry.h" "6" +"mousearea3d.cpp" "6" +"mousearea3d.h" "6" +"selectionboxgeometry.cpp" "6" +"selectionboxgeometry.h" "6" +"iconrenderer" "5" +"iconrenderer.cpp" "6" +"iconrenderer.h" "6" +"iconrenderer.pri" "6" +"import3d" "5" +"import3d.cpp" "6" +"import3d.h" "6" +"import3d.pri" "6" "instances" "5" "anchorchangesnodeinstance.cpp" "6" "anchorchangesnodeinstance.h" "6" +"animationdriver.cpp" "6" +"animationdriver.h" "6" "behaviornodeinstance.cpp" "6" "behaviornodeinstance.h" "6" +"capturenodeinstanceserverdispatcher.cpp" "6" +"capturenodeinstanceserverdispatcher.h" "6" "childrenchangeeventfilter.cpp" "6" "childrenchangeeventfilter.h" "6" "componentnodeinstance.cpp" "6" @@ -911,6 +1546,8 @@ "layoutnodeinstance.h" "6" "nodeinstanceserver.cpp" "6" "nodeinstanceserver.h" "6" +"nodeinstanceserverdispatcher.cpp" "6" +"nodeinstanceserverdispatcher.h" "6" "nodeinstancesignalspy.cpp" "6" "nodeinstancesignalspy.h" "6" "objectnodeinstance.cpp" "6" @@ -923,6 +1560,12 @@ "qmlstatenodeinstance.h" "6" "qmltransitionnodeinstance.cpp" "6" "qmltransitionnodeinstance.h" "6" +"qt3dpresentationnodeinstance.cpp" "6" +"qt3dpresentationnodeinstance.h" "6" +"qt5captureimagenodeinstanceserver.cpp" "6" +"qt5captureimagenodeinstanceserver.h" "6" +"qt5capturepreviewnodeinstanceserver.cpp" "6" +"qt5capturepreviewnodeinstanceserver.h" "6" "qt5informationnodeinstanceserver.cpp" "6" "qt5informationnodeinstanceserver.h" "6" "qt5nodeinstanceclientproxy.cpp" "6" @@ -935,10 +1578,16 @@ "qt5rendernodeinstanceserver.h" "6" "qt5testnodeinstanceserver.cpp" "6" "qt5testnodeinstanceserver.h" "6" +"quick3dnodeinstance.cpp" "6" +"quick3dnodeinstance.h" "6" +"quick3dtexturenodeinstance.cpp" "6" +"quick3dtexturenodeinstance.h" "6" "quickitemnodeinstance.cpp" "6" "quickitemnodeinstance.h" "6" "servernodeinstance.cpp" "6" "servernodeinstance.h" "6" +"viewconfig.cpp" "6" +"viewconfig.h" "6" "Info.plist" "5" "qml2puppet.pri" "5" "qml2puppet.pro" "5" @@ -954,47 +1603,220 @@ "qmlprivategate.pri" "5" "qmlprivategate_56.cpp" "5" "types" "4" -"enumeration.cpp" "5" "enumeration.h" "5" "types.pri" "5" +"editor3d_qt5.qrc" "4" +"/qtquickplugin" "5" +"mockfiles" "6" +"images" "7" +"area.png" "8" +"area@2x.png" "8" +"directional.png" "8" +"directional@2x.png" "8" +"editor_camera.png" "8" +"editor_camera@2x.png" "8" +"point.png" "8" +"point@2x.png" "8" +"spot.png" "8" +"spot@2x.png" "8" +"meshes" "7" +"arrow.mesh" "8" +"axishelper.mesh" "8" +"ring.mesh" "8" +"ringselect.mesh" "8" +"scalerod.mesh" "8" +"qt5" "7" +"AdjustableArrow.qml" "8" +"AreaLightHandle.qml" "8" +"Arrow.qml" "8" +"AutoScaleHelper.qml" "8" +"AxisHelper.qml" "8" +"AxisHelperArm.qml" "8" +"CameraFrustum.qml" "8" +"CameraGizmo.qml" "8" +"DirectionalDraggable.qml" "8" +"EditCameraController.qml" "8" +"EditView3D.qml" "8" +"FadeHandle.qml" "8" +"HelperGrid.qml" "8" +"IconGizmo.qml" "8" +"IconRenderer3D.qml" "8" +"LightGizmo.qml" "8" +"LightIconGizmo.qml" "8" +"LightModel.qml" "8" +"Line3D.qml" "8" +"MaterialNodeView.qml" "8" +"ModelNode2DImageView.qml" "8" +"ModelNode3DImageView.qml" "8" +"ModelNodeView.qml" "8" +"MoveGizmo.qml" "8" +"NodeNodeView.qml" "8" +"Overlay2D.qml" "8" +"PlanarDraggable.qml" "8" +"PlanarMoveHandle.qml" "8" +"PlanarScaleHandle.qml" "8" +"RotateGizmo.qml" "8" +"RotateRing.qml" "8" +"ScaleGizmo.qml" "8" +"ScaleRod.qml" "8" +"SceneView3D.qml" "8" +"SelectionBox.qml" "8" +"SpotLightHandle.qml" "8" +"editor3d_qt6.qrc" "4" +"/qtquickplugin" "5" +"mockfiles" "6" +"images" "7" +"area.png" "8" +"area@2x.png" "8" +"directional.png" "8" +"directional@2x.png" "8" +"editor_camera.png" "8" +"editor_camera@2x.png" "8" +"editor_particlesystem.png" "8" +"editor_particlesystem@2x.png" "8" +"point.png" "8" +"point@2x.png" "8" +"spot.png" "8" +"spot@2x.png" "8" +"meshes" "7" +"arrow.mesh" "8" +"axishelper.mesh" "8" +"ring.mesh" "8" +"ringselect.mesh" "8" +"scalerod.mesh" "8" +"qt6" "7" +"AdjustableArrow.qml" "8" +"AreaLightHandle.qml" "8" +"Arrow.qml" "8" +"AutoScaleHelper.qml" "8" +"AxisHelper.qml" "8" +"AxisHelperArm.qml" "8" +"CameraFrustum.qml" "8" +"CameraGizmo.qml" "8" +"DirectionalDraggable.qml" "8" +"EditCameraController.qml" "8" +"EditView3D.qml" "8" +"FadeHandle.qml" "8" +"HelperGrid.qml" "8" +"IconGizmo.qml" "8" +"IconRenderer3D.qml" "8" +"LightGizmo.qml" "8" +"LightIconGizmo.qml" "8" +"LightModel.qml" "8" +"Line3D.qml" "8" +"MaterialNodeView.qml" "8" +"ModelNode2DImageView.qml" "8" +"ModelNode3DImageView.qml" "8" +"ModelNodeView.qml" "8" +"MoveGizmo.qml" "8" +"NodeNodeView.qml" "8" +"Overlay2D.qml" "8" +"ParticleSystemGizmo.qml" "8" +"PlanarDraggable.qml" "8" +"PlanarMoveHandle.qml" "8" +"PlanarScaleHandle.qml" "8" +"RotateGizmo.qml" "8" +"RotateRing.qml" "8" +"ScaleGizmo.qml" "8" +"ScaleRod.qml" "8" +"SceneView3D.qml" "8" +"SelectionBox.qml" "8" +"SpotLightHandle.qml" "8" "qmlpuppet.qrc" "4" "/qtquickplugin" "5" "html" "6" "welcome.html" "7" "images" "6" +"non-visual-component.png" "7" +"non-visual-component@2x.png" "7" "template_image.png" "7" "webkit.png" "7" "mockfiles" "6" +"Dialog.qml" "7" "GenericBackend.qml" "7" "SwipeView.qml" "7" +"ToggleButton.qml" "7" +"ToolBarButton.qml" "7" "Window.qml" "7" "qmlpuppet_utilities.pri" "4" -"images" "5" -"checkers.png" "6" -"down-arrow.png" "6" -"down-arrow@2x.png" "6" -"expression.png" "6" -"expression@2x.png" "6" -"icon_color_gradient.png" "6" -"icon_color_none.png" "6" -"icon_color_solid.png" "6" -"placeholder.png" "6" -"placeholder@2x.png" "6" -"submenu.png" "6" -"submenu@2x.png" "6" -"up-arrow.png" "6" -"up-arrow@2x.png" "6" -"Constants.js" "5" -"qmldir" "5" -"PropertyTemplates" "4" -"BooleanEditorTemplate.template" "5" -"ColorEditorTemplate.template" "5" -"IntEditorTemplate.template" "5" -"RealEditorTemplate.template" "5" -"StringEditorTemplate.template" "5" -"UrlEditorTemplate.template" "5" -"QtQuick" "4" -"project.qmlproject" "5" +"qmldesigner" "3" +"newprojectdialog" "4" +"image" "5" +"logo.png" "6" +"logo@2x.png" "6" +"style-basic.png" "6" +"style-basic@2x.png" "6" +"style-default.png" "6" +"style-default@2x.png" "6" +"style-error.png" "6" +"style-error@2x.png" "6" +"style-fusion.png" "6" +"style-fusion@2x.png" "6" +"style-imagine.png" "6" +"style-imagine@2x.png" "6" +"style-macos.png" "6" +"style-macOs@2x.png" "6" +"style-material_dark.png" "6" +"style-material_dark@2x.png" "6" +"style-material_light.png" "6" +"style-material_light@2x.png" "6" +"style-universal_dark.png" "6" +"style-universal_dark@2x.png" "6" +"style-universal_light.png" "6" +"style-universal_light@2x.png" "6" +"style-universal_system.png" "6" +"style-universal_system@2x.png" "6" +"imports" "5" +"NewProjectDialog" "6" +"qmldir" "7" +"ProjectType" "6" +"qmldir" "7" +"propertyEditorQmlSources" "4" +"imports" "5" +"HelperWidgets" "6" +"images" "7" +"checkers.png" "8" +"down-arrow.png" "8" +"down-arrow@2x.png" "8" +"expression.png" "8" +"expression@2x.png" "8" +"icon-gradient-list.png" "8" +"icon_color_conical_gradient.png" "8" +"icon_color_gradient.png" "8" +"icon_color_none.png" "8" +"icon_color_radial_gradient.png" "8" +"icon_color_solid.png" "8" +"placeholder.png" "8" +"placeholder@2x.png" "8" +"submenu.png" "8" +"submenu@2x.png" "8" +"up-arrow.png" "8" +"up-arrow@2x.png" "8" +"Constants.js" "7" +"qmldir" "7" +"StudioControls" "6" +"qmldir" "7" +"StudioTheme" "6" +"icons.ttf" "7" +"qmldir" "7" +"PropertyTemplates" "5" +"BooleanEditorTemplate.template" "6" +"ColorEditorTemplate.template" "6" +"FontEditorTemplate.template" "6" +"ImageEditorTemplate.template" "6" +"IntEditorTemplate.template" "6" +"RealEditorTemplate.template" "6" +"RectangleEditorTemplate.template" "6" +"StringEditorTemplate.template" "6" +"TextEditorTemplate.template" "6" +"UrlEditorTemplate.template" "6" +"QtQuick" "5" +"project.qmlproject" "6" +"checkers.png" "5" +"workspacePresets" "4" +"3D_Preset.wrk" "5" +"Essentials.wrk" "5" +"formatconfiguration.json" "4" "qmlicons" "3" "BorderImage.png" "5" "BusyIndicator.png" "5" @@ -1068,27 +1890,20 @@ "solarized-dark.xml" "4" "solarized-light.xml" "4" "templates" "3" -"qt4project" "4" -"customwidgetwizard" "5" -"tpl_collection.cpp" "6" -"tpl_collection.h" "6" -"tpl_plugin.pro" "6" -"tpl_resources.qrc" "6" -"tpl_single.cpp" "6" -"tpl_single.h" "6" -"tpl_widget.cpp" "6" -"tpl_widget.h" "6" -"tpl_widget_include.pri" "6" -"tpl_widget_lib.pro" "6" -"main.cpp" "5" -"mywidget.cpp" "5" -"mywidget.h" "5" -"mywidget_form.cpp" "5" -"mywidget_form.h" "5" -"widget.ui" "5" +"tpl_collection.cpp" "5" +"tpl_collection.h" "5" +"tpl_plugin.pro" "5" +"tpl_resources.qrc" "5" +"tpl_single.cpp" "5" +"tpl_single.h" "5" +"tpl_widget.cpp" "5" +"tpl_widget.h" "5" +"tpl_widget_include.pri" "5" +"tpl_widget_lib.pro" "5" "wizards" "4" "autotest" "5" "files" "6" +"catch2_tst.cpp" "7" "googlecommon.js" "7" "gtest_dependency.pri" "7" "tst.pro" "7" @@ -1097,7 +1912,7 @@ "tst_main.cpp" "7" "tst_qml.tmpl" "7" "tst_src.cpp" "7" -"tst_src.h" "7" +"tst_src_gt.cpp" "7" "autotest.png" "6" "autotest@2x.png" "6" "wizard.json" "6" @@ -1171,6 +1986,8 @@ "wizard.json" "7" "python" "6" "file.py" "7" +"icon.png" "7" +"icon@2x.png" "7" "wizard.json" "7" "qrc" "6" "file.qrc" "7" @@ -1192,12 +2009,25 @@ "consoleapplication@2x.png" "6" "guiapplication.png" "6" "guiapplication@2x.png" "6" +"lib.png" "6" +"lib@2x.png" "6" "projects" "5" "consoleapp" "6" "CMakeLists.txt" "7" "file.pro" "7" "file.qbs" "7" "main.cpp" "7" +"meson.build" "7" +"wizard.json" "7" +"cpplibrary" "6" +"CMakeLists.txt" "7" +"lib.cpp" "7" +"lib.h" "7" +"lib_global.h" "7" +"meson.build" "7" +"project.json" "7" +"project.pro" "7" +"project.qbs" "7" "wizard.json" "7" "nim" "6" "file.nimproject" "7" @@ -1205,37 +2035,80 @@ "icon@2x.png" "7" "main.nim" "7" "wizard.json" "7" +"nimble" "6" +"binary" "7" +"src" "8" +"binary.nim" "9" +"binary.nimble" "8" +"hybrid" "7" +"src" "8" +"hybridpkg" "9" +"submodule.nim" "10" +"hybrid.nim" "9" +"tests" "8" +"config.nims" "9" +"test1.nim" "9" +"hybrid.nimble" "8" +"library" "7" +"src" "8" +"library" "9" +"submodule.nim" "10" +"library.nim" "9" +"tests" "8" +"config.nims" "9" +"test1.nim" "9" +"library.nimble" "8" +"wizard.json" "7" "plainc" "6" "CMakeLists.txt" "7" "file.pro" "7" "file.qbs" "7" "main.c" "7" +"meson.build" "7" "wizard.json" "7" "plaincpp" "6" "CMakeLists.txt" "7" "file.pro" "7" "file.qbs" "7" "main.cpp" "7" +"meson.build" "7" "wizard.json" "7" "file.pro" "7" "wizard.json" "7" -"qtquickapplication" "6" -"canvas3d" "7" -"plaincanvas3d" "8" -"glcode.js" "9" -"threejs" "8" -"3rdparty" "9" -"three.js" "10" -"glcode.js" "9" +"qtforpythonapplication" "6" +"empty" "7" "icon.png" "8" "icon@2x.png" "8" -"main.qml.tpl" "8" -"qml.qrc" "8" -"/" "9" -"glcode.js" "10" -"main.qml" "10" -"three.js" "10" "wizard.json" "8" +"icons" "7" +"icon.png" "8" +"icon@2x.png" "8" +"mainwindow" "7" +"wizard.json" "8" +"qtquickapplication" "7" +"main.pyproject" "8" +"main.qml.tpl" "8" +"wizard.json" "8" +"widget" "7" +"main.pyproject" "8" +"wizard.json" "8" +"main.pyproject" "7" +"main_empty.py" "7" +"main_mainwindow.py" "7" +"main_qtquick.py" "7" +"main_widget.py" "7" +"main_widget.ui" "7" +"qtquick2-extension" "6" +"lib.png" "7" +"lib@2x.png" "7" +"object.cpp" "7" +"object.h" "7" +"plugin.cpp" "7" +"plugin.h" "7" +"project.pro" "7" +"qmldir" "7" +"wizard.json" "7" +"qtquickapplication" "6" "empty" "7" "icon.png" "8" "icon@2x.png" "8" @@ -1244,47 +2117,10 @@ "/" "9" "main.qml" "10" "wizard.json" "8" -"scroll" "7" -"icon.png" "8" -"icon@2x.png" "8" -"main.qml.tpl" "8" -"qml.qrc" "8" -"/" "9" -"main.qml" "10" -"qtquickcontrols2.conf" "10" -"wizard.json" "8" -"stack" "7" -"HomeForm.ui.qml.tpl" "8" -"icon.png" "8" -"icon@2x.png" "8" -"main.qml.tpl" "8" -"Page1Form.ui.qml.tpl" "8" -"Page2Form.ui.qml.tpl" "8" -"qml.qrc" "8" -"/" "9" -"HomeForm.ui.qml" "10" -"main.qml" "10" -"Page1Form.ui.qml" "10" -"Page2Form.ui.qml" "10" -"qtquickcontrols2.conf" "10" -"wizard.json" "8" -"swipe" "7" -"icon.png" "8" -"icon@2x.png" "8" -"main.qml.tpl" "8" -"Page1Form.ui.qml.tpl" "8" -"Page2Form.ui.qml.tpl" "8" -"qml.qrc" "8" -"/" "9" -"main.qml" "10" -"Page1Form.ui.qml" "10" -"Page2Form.ui.qml" "10" -"qtquickcontrols2.conf" "10" -"wizard.json" "8" "app.pro" "7" "app.qbs" "7" +"CMakeLists.6.x.txt" "7" "CMakeLists.txt" "7" -"file.qbs" "7" "main.cpp" "7" "qtquickcontrols2.conf" "7" "qtquickuiprototype" "6" @@ -1292,6 +2128,16 @@ "qtquickuiprototype.png" "7" "qtquickuiprototype@2x.png" "7" "wizard.json" "7" +"qtwidgetsapplication" "6" +"CMakeLists.txt" "7" +"main.cpp" "7" +"meson.build" "7" +"project.pro" "7" +"project.qbs" "7" +"widget.cpp" "7" +"widget.h" "7" +"widget.ui" "7" +"wizard.json" "7" "vcs" "6" "bazaar" "7" "icon.png" "8" @@ -1314,41 +2160,26 @@ "icon@2x.png" "8" "wizard.json" "8" "git.ignore" "6" +"translation.ts" "6" "qtcreatorplugin" "5" +"CMakeLists.txt" "6" +"github_workflows_build_cmake.yml" "6" +"github_workflows_README.md" "6" "myplugin.cpp" "6" "myplugin.h" "6" "MyPlugin.json.in" "6" -"myplugin.pro" "6" "myplugin_global.h" "6" "mypluginconstants.h" "6" "qtcreatorplugin.png" "6" "qtcreatorplugin@2x.png" "6" -"wizard.xml" "6" -"qtquick2-extension" "5" -"lib.png" "6" -"lib@2x.png" "6" -"object.cpp" "6" -"object.h" "6" -"plugin.cpp" "6" -"plugin.h" "6" -"project.pro" "6" -"qmldir" "6" -"wizard.xml" "6" -"qtquickstyleicons" "5" -"default.png" "6" -"default@2x.png" "6" -"material-dark.png" "6" -"material-dark@2x.png" "6" -"material-light.png" "6" -"material-light@2x.png" "6" -"universal-dark.png" "6" -"universal-dark@2x.png" "6" -"universal-light.png" "6" -"universal-light@2x.png" "6" +"README.md" "6" +"wizard.json" "6" "README.txt" "5" "themes" "3" "dark.creatortheme" "4" "default.creatortheme" "4" +"design-light.creatortheme" "4" +"design.creatortheme" "4" "flat-dark.creatortheme" "4" "flat-light.creatortheme" "4" "flat.creatortheme" "4" @@ -1356,11 +2187,18 @@ "translations.pro" "2" "qtcreator" "2" "qtcreator.pri" "3" +"qtcreator_ide_branding" "3" +"qtcreator_ide_branding.pri" "4" +"qtcreator_testvars" "3" +"qtcreator_testvars.pri" "4" +"Other files" "3" +"CMakeLists.txt" "5" "Sources" "2" "qtcreator_cs.ts" "3" "qtcreator_da.ts" "3" "qtcreator_de.ts" "3" "qtcreator_fr.ts" "3" +"qtcreator_hr.ts" "3" "qtcreator_ja.ts" "3" "qtcreator_pl.ts" "3" "qtcreator_ru.ts" "3" @@ -1369,6 +2207,18 @@ "qtcreator_zh_CN.ts" "3" "qtcreator_zh_TW.ts" "3" "Other files" "2" +"qtcreator_cs.ts" "3" +"qtcreator_da.ts" "3" +"qtcreator_de.ts" "3" +"qtcreator_fr.ts" "3" +"qtcreator_hr.ts" "3" +"qtcreator_ja.ts" "3" +"qtcreator_pl.ts" "3" +"qtcreator_ru.ts" "3" +"qtcreator_sl.ts" "3" +"qtcreator_uk.ts" "3" +"qtcreator_zh_CN.ts" "3" +"qtcreator_zh_TW.ts" "3" "translations.qbs" "3" "Other files" "1" "share.qbs" "2" @@ -1380,6 +2230,12 @@ "qtbreakpad.pri" "3" "qtcreator" "2" "qtcreator.pri" "3" +"qtcreator_ide_branding" "3" +"qtcreator_ide_branding.pri" "4" +"qtcreator_testvars" "3" +"qtcreator_testvars.pri" "4" +"Other files" "3" +"CMakeLists.txt" "5" "qtsingleapplication" "2" "qtsingleapplication.pri" "3" "qtlockedfile" "3" @@ -1388,8 +2244,6 @@ "qtlockedfile.h" "5" "Sources" "4" "qtlockedfile.cpp" "5" -"qtlockedfile_unix.cpp" "5" -"qtlockedfile_win.cpp" "5" "Headers" "3" "qtlocalpeer.h" "4" "qtsingleapplication.h" "4" @@ -1407,626 +2261,16 @@ "app.qbs" "3" "app_version.h.in" "3" "qtcreator.rc" "3" -"app" "1" -"app.pro" "2" -"config" "2" -"config.pro" "3" -"app" "3" -"app.pri" "4" -"install_prefix" "4" -"install_prefix.pri" "5" -"logging" "4" -"logging.pri" "5" -"Headers" "5" -"coloredoutput.h" "6" -"consolelogger.h" "6" -"Sources" "5" -"coloredoutput.cpp" "6" -"consolelogger.cpp" "6" -"use_corelib" "4" -"use_corelib.pri" "5" -"library_dirname" "5" -"library_dirname.pri" "6" -"qbs_version" "5" -"qbs_version.pri" "6" -"Headers" "3" -"configcommand.h" "4" -"configcommandexecutor.h" "4" -"configcommandlineparser.h" "4" -"Sources" "3" -"configcommandexecutor.cpp" "4" -"configcommandlineparser.cpp" "4" -"configmain.cpp" "4" -"config-ui" "2" -"config-ui.pro" "3" -"app" "3" -"app.pri" "4" -"install_prefix" "4" -"install_prefix.pri" "5" -"logging" "4" -"logging.pri" "5" -"Headers" "5" -"coloredoutput.h" "6" -"consolelogger.h" "6" -"Sources" "5" -"coloredoutput.cpp" "6" -"consolelogger.cpp" "6" -"use_corelib" "4" -"use_corelib.pri" "5" -"library_dirname" "5" -"library_dirname.pri" "6" -"qbs_version" "5" -"qbs_version.pri" "6" -"Headers" "3" -"commandlineparser.h" "4" -"mainwindow.h" "4" -"Sources" "3" -"commandlineparser.cpp" "4" -"main.cpp" "4" -"mainwindow.cpp" "4" -"Forms" "3" -"mainwindow.ui" "4" +"data" "1" +"data.pro" "2" +"qtcreator" "2" +"qtcreator.pri" "3" +"qtcreator_ide_branding" "3" +"qtcreator_ide_branding.pri" "4" +"qtcreator_testvars" "3" +"qtcreator_testvars.pri" "4" "Other files" "3" -"Info.plist" "4" -"qbs" "2" -"qbs.pro" "3" -"app" "3" -"app.pri" "4" -"install_prefix" "4" -"install_prefix.pri" "5" -"logging" "4" -"logging.pri" "5" -"Headers" "5" -"coloredoutput.h" "6" -"consolelogger.h" "6" -"Sources" "5" -"coloredoutput.cpp" "6" -"consolelogger.cpp" "6" -"use_corelib" "4" -"use_corelib.pri" "5" -"library_dirname" "5" -"library_dirname.pri" "6" -"qbs_version" "5" -"qbs_version.pri" "6" -"library_dirname" "3" -"library_dirname.pri" "4" -"parser" "3" -"parser.pri" "4" -"qbs_version" "4" -"qbs_version.pri" "5" -"Headers" "4" -"commandlineoption.h" "5" -"commandlineoptionpool.h" "5" -"commandlineparser.h" "5" -"commandpool.h" "5" -"commandtype.h" "5" -"parsercommand.h" "5" -"Sources" "4" -"commandlineoption.cpp" "5" -"commandlineoptionpool.cpp" "5" -"commandlineparser.cpp" "5" -"commandpool.cpp" "5" -"parsercommand.cpp" "5" -"Headers" "3" -"application.h" "4" -"commandlinefrontend.h" "4" -"consoleprogressobserver.h" "4" -"ctrlchandler.h" "4" -"qbstool.h" "4" -"status.h" "4" -"Sources" "3" -"application.cpp" "4" -"commandlinefrontend.cpp" "4" -"consoleprogressobserver.cpp" "4" -"ctrlchandler.cpp" "4" -"main.cpp" "4" -"qbstool.cpp" "4" -"status.cpp" "4" -"qbs-create-project" "2" -"qbs-create-project.pro" "3" -"app" "3" -"app.pri" "4" -"install_prefix" "4" -"install_prefix.pri" "5" -"logging" "4" -"logging.pri" "5" -"Headers" "5" -"coloredoutput.h" "6" -"consolelogger.h" "6" -"Sources" "5" -"coloredoutput.cpp" "6" -"consolelogger.cpp" "6" -"use_corelib" "4" -"use_corelib.pri" "5" -"library_dirname" "5" -"library_dirname.pri" "6" -"qbs_version" "5" -"qbs_version.pri" "6" -"Headers" "3" -"createproject.h" "4" -"Sources" "3" -"create-project-main.cpp" "4" -"createproject.cpp" "4" -"qbs-setup-android" "2" -"qbs-setup-android.pro" "3" -"app" "3" -"app.pri" "4" -"install_prefix" "4" -"install_prefix.pri" "5" -"logging" "4" -"logging.pri" "5" -"Headers" "5" -"coloredoutput.h" "6" -"consolelogger.h" "6" -"Sources" "5" -"coloredoutput.cpp" "6" -"consolelogger.cpp" "6" -"use_corelib" "4" -"use_corelib.pri" "5" -"library_dirname" "5" -"library_dirname.pri" "6" -"qbs_version" "5" -"qbs_version.pri" "6" -"Headers" "3" -"android-setup.h" "4" -"commandlineparser.h" "4" -"Sources" "3" -"android-setup.cpp" "4" -"commandlineparser.cpp" "4" -"main.cpp" "4" -"qbs-setup-qt" "2" -"qbs-setup-qt.pro" "3" -"app" "3" -"app.pri" "4" -"install_prefix" "4" -"install_prefix.pri" "5" -"logging" "4" -"logging.pri" "5" -"Headers" "5" -"coloredoutput.h" "6" -"consolelogger.h" "6" -"Sources" "5" -"coloredoutput.cpp" "6" -"consolelogger.cpp" "6" -"use_corelib" "4" -"use_corelib.pri" "5" -"library_dirname" "5" -"library_dirname.pri" "6" -"qbs_version" "5" -"qbs_version.pri" "6" -"use_qtprofilesetup" "3" -"use_qtprofilesetup.pri" "4" -"library_dirname" "4" -"library_dirname.pri" "5" -"qbs_version" "4" -"qbs_version.pri" "5" -"Headers" "3" -"commandlineparser.h" "4" -"setupqt.h" "4" -"Sources" "3" -"commandlineparser.cpp" "4" -"main.cpp" "4" -"setupqt.cpp" "4" -"qbs-setup-toolchains" "2" -"qbs-setup-toolchains.pro" "3" -"app" "3" -"app.pri" "4" -"install_prefix" "4" -"install_prefix.pri" "5" -"logging" "4" -"logging.pri" "5" -"Headers" "5" -"coloredoutput.h" "6" -"consolelogger.h" "6" -"Sources" "5" -"coloredoutput.cpp" "6" -"consolelogger.cpp" "6" -"use_corelib" "4" -"use_corelib.pri" "5" -"library_dirname" "5" -"library_dirname.pri" "6" -"qbs_version" "5" -"qbs_version.pri" "6" -"Headers" "3" -"commandlineparser.h" "4" -"msvcprobe.h" "4" -"probe.h" "4" -"xcodeprobe.h" "4" -"Sources" "3" -"commandlineparser.cpp" "4" -"main.cpp" "4" -"msvcprobe.cpp" "4" -"probe.cpp" "4" -"xcodeprobe.cpp" "4" -"corelib" "1" -"corelib.pro" "2" -"api" "2" -"api.pri" "3" -"install_prefix" "3" -"install_prefix.pri" "4" -"Headers" "3" -"changeset.h" "4" -"internaljobs.h" "4" -"jobs.h" "4" -"languageinfo.h" "4" -"project.h" "4" -"project_p.h" "4" -"projectdata.h" "4" -"projectdata_p.h" "4" -"projectfileupdater.h" "4" -"propertymap_p.h" "4" -"qmljsrewriter.h" "4" -"rulecommand.h" "4" -"rulecommand_p.h" "4" -"runenvironment.h" "4" -"transformerdata.h" "4" -"transformerdata_p.h" "4" -"Sources" "3" -"changeset.cpp" "4" -"internaljobs.cpp" "4" -"jobs.cpp" "4" -"languageinfo.cpp" "4" -"project.cpp" "4" -"projectdata.cpp" "4" -"projectfileupdater.cpp" "4" -"qmljsrewriter.cpp" "4" -"rulecommand.cpp" "4" -"runenvironment.cpp" "4" -"transformerdata.cpp" "4" -"buildgraph" "2" -"buildgraph.pri" "3" -"install_prefix" "3" -"install_prefix.pri" "4" -"Headers" "3" -"abstractcommandexecutor.h" "4" -"artifact.h" "4" -"artifactcleaner.h" "4" -"artifactsscriptvalue.h" "4" -"artifactvisitor.h" "4" -"buildgraph.h" "4" -"buildgraphloader.h" "4" -"buildgraphnode.h" "4" -"buildgraphvisitor.h" "4" -"cycledetector.h" "4" -"dependencyparametersscriptvalue.h" "4" -"depscanner.h" "4" -"emptydirectoriesremover.h" "4" -"environmentscriptrunner.h" "4" -"executor.h" "4" -"executorjob.h" "4" -"filedependency.h" "4" -"forward_decls.h" "4" -"inputartifactscanner.h" "4" -"jscommandexecutor.h" "4" -"nodeset.h" "4" -"nodetreedumper.h" "4" -"processcommandexecutor.h" "4" -"productbuilddata.h" "4" -"productinstaller.h" "4" -"projectbuilddata.h" "4" -"qtmocscanner.h" "4" -"rawscanneddependency.h" "4" -"rawscanresults.h" "4" -"requestedartifacts.h" "4" -"requesteddependencies.h" "4" -"rescuableartifactdata.h" "4" -"rulecommands.h" "4" -"rulegraph.h" "4" -"rulenode.h" "4" -"rulesapplicator.h" "4" -"rulesevaluationcontext.h" "4" -"scriptclasspropertyiterator.h" "4" -"timestampsupdater.h" "4" -"transformer.h" "4" -"transformerchangetracking.h" "4" -"Sources" "3" -"abstractcommandexecutor.cpp" "4" -"artifact.cpp" "4" -"artifactcleaner.cpp" "4" -"artifactsscriptvalue.cpp" "4" -"artifactvisitor.cpp" "4" -"buildgraph.cpp" "4" -"buildgraphloader.cpp" "4" -"buildgraphnode.cpp" "4" -"cycledetector.cpp" "4" -"dependencyparametersscriptvalue.cpp" "4" -"depscanner.cpp" "4" -"emptydirectoriesremover.cpp" "4" -"environmentscriptrunner.cpp" "4" -"executor.cpp" "4" -"executorjob.cpp" "4" -"filedependency.cpp" "4" -"inputartifactscanner.cpp" "4" -"jscommandexecutor.cpp" "4" -"nodeset.cpp" "4" -"nodetreedumper.cpp" "4" -"processcommandexecutor.cpp" "4" -"productbuilddata.cpp" "4" -"productinstaller.cpp" "4" -"projectbuilddata.cpp" "4" -"qtmocscanner.cpp" "4" -"rawscanneddependency.cpp" "4" -"rawscanresults.cpp" "4" -"requestedartifacts.cpp" "4" -"requesteddependencies.cpp" "4" -"rulecommands.cpp" "4" -"rulegraph.cpp" "4" -"rulenode.cpp" "4" -"rulesapplicator.cpp" "4" -"rulesevaluationcontext.cpp" "4" -"timestampsupdater.cpp" "4" -"transformer.cpp" "4" -"transformerchangetracking.cpp" "4" -"bundledlibs" "2" -"bundledlibs.pri" "3" -"generators" "2" -"generators.pri" "3" -"install_prefix" "3" -"install_prefix.pri" "4" -"Headers" "3" -"generatableprojectiterator.h" "4" -"generator.h" "4" -"generatordata.h" "4" -"igeneratableprojectvisitor.h" "4" -"Sources" "3" -"generatableprojectiterator.cpp" "4" -"generator.cpp" "4" -"generatordata.cpp" "4" -"jsextensions" "2" -"jsextensions.pri" "3" -"Headers" "3" -"jsextensions.h" "4" -"moduleproperties.h" "4" -"propertylistutils.h" "4" -"Sources" "3" -"binaryfile.cpp" "4" -"domxml.cpp" "4" -"environmentextension.cpp" "4" -"file.cpp" "4" -"fileinfoextension.cpp" "4" -"jsextensions.cpp" "4" -"moduleproperties.cpp" "4" -"process.cpp" "4" -"propertylist.cpp" "4" -"propertylist.mm" "4" -"propertylistutils.mm" "4" -"temporarydir.cpp" "4" -"textfile.cpp" "4" -"utilitiesextension.cpp" "4" -"language" "2" -"language.pri" "3" -"install_prefix" "3" -"install_prefix.pri" "4" -"Headers" "3" -"artifactproperties.h" "4" -"astimportshandler.h" "4" -"astpropertiesitemhandler.h" "4" -"asttools.h" "4" -"builtindeclarations.h" "4" -"deprecationinfo.h" "4" -"evaluationdata.h" "4" -"evaluator.h" "4" -"evaluatorscriptclass.h" "4" -"filecontext.h" "4" -"filecontextbase.h" "4" -"filetags.h" "4" -"forward_decls.h" "4" -"identifiersearch.h" "4" -"item.h" "4" -"itemdeclaration.h" "4" -"itemobserver.h" "4" -"itempool.h" "4" -"itemreader.h" "4" -"itemreaderastvisitor.h" "4" -"itemreadervisitorstate.h" "4" -"itemtype.h" "4" -"jsimports.h" "4" -"language.h" "4" -"loader.h" "4" -"moduleloader.h" "4" -"modulemerger.h" "4" -"preparescriptobserver.h" "4" -"projectresolver.h" "4" -"property.h" "4" -"propertydeclaration.h" "4" -"propertymapinternal.h" "4" -"qualifiedid.h" "4" -"resolvedfilecontext.h" "4" -"scriptengine.h" "4" -"scriptimporter.h" "4" -"scriptpropertyobserver.h" "4" -"value.h" "4" -"Sources" "3" -"artifactproperties.cpp" "4" -"astimportshandler.cpp" "4" -"astpropertiesitemhandler.cpp" "4" -"asttools.cpp" "4" -"builtindeclarations.cpp" "4" -"evaluator.cpp" "4" -"evaluatorscriptclass.cpp" "4" -"filecontext.cpp" "4" -"filecontextbase.cpp" "4" -"filetags.cpp" "4" -"identifiersearch.cpp" "4" -"item.cpp" "4" -"itemdeclaration.cpp" "4" -"itempool.cpp" "4" -"itemreader.cpp" "4" -"itemreaderastvisitor.cpp" "4" -"itemreadervisitorstate.cpp" "4" -"language.cpp" "4" -"loader.cpp" "4" -"moduleloader.cpp" "4" -"modulemerger.cpp" "4" -"preparescriptobserver.cpp" "4" -"projectresolver.cpp" "4" -"property.cpp" "4" -"propertydeclaration.cpp" "4" -"propertymapinternal.cpp" "4" -"qualifiedid.cpp" "4" -"resolvedfilecontext.cpp" "4" -"scriptengine.cpp" "4" -"scriptimporter.cpp" "4" -"scriptpropertyobserver.cpp" "4" -"value.cpp" "4" -"library" "2" -"library.pri" "3" -"install_prefix" "3" -"install_prefix.pri" "4" -"library_dirname" "3" -"library_dirname.pri" "4" -"qbs_version" "3" -"qbs_version.pri" "4" -"logging" "2" -"logging.pri" "3" -"install_prefix" "3" -"install_prefix.pri" "4" -"Headers" "3" -"categories.h" "4" -"ilogsink.h" "4" -"logger.h" "4" -"translator.h" "4" -"Sources" "3" -"categories.cpp" "4" -"ilogsink.cpp" "4" -"logger.cpp" "4" -"parser" "2" -"parser.pri" "3" -"Headers" "3" -"qmlerror.h" "4" -"qmljsast_p.h" "4" -"qmljsastfwd_p.h" "4" -"qmljsastvisitor_p.h" "4" -"qmljsengine_p.h" "4" -"qmljsglobal_p.h" "4" -"qmljsgrammar_p.h" "4" -"qmljskeywords_p.h" "4" -"qmljslexer_p.h" "4" -"qmljsmemorypool_p.h" "4" -"qmljsparser_p.h" "4" -"Sources" "3" -"qmlerror.cpp" "4" -"qmljsast.cpp" "4" -"qmljsastvisitor.cpp" "4" -"qmljsengine_p.cpp" "4" -"qmljsgrammar.cpp" "4" -"qmljslexer.cpp" "4" -"qmljsparser.cpp" "4" -"tools" "2" -"tools.pri" "3" -"install_prefix" "3" -"install_prefix.pri" "4" -"Headers" "3" -"applecodesignutils.h" "4" -"architectures.h" "4" -"buildgraphlocker.h" "4" -"buildoptions.h" "4" -"cleanoptions.h" "4" -"codelocation.h" "4" -"commandechomode.h" "4" -"dynamictypecheck.h" "4" -"error.h" "4" -"executablefinder.h" "4" -"fileinfo.h" "4" -"filesaver.h" "4" -"filetime.h" "4" -"generateoptions.h" "4" -"hostosinfo.h" "4" -"id.h" "4" -"installoptions.h" "4" -"iosutils.h" "4" -"jsliterals.h" "4" -"launcherinterface.h" "4" -"launcherpackets.h" "4" -"launchersocket.h" "4" -"msvcinfo.h" "4" -"pathutils.h" "4" -"persistence.h" "4" -"preferences.h" "4" -"processresult.h" "4" -"processresult_p.h" "4" -"processutils.h" "4" -"profile.h" "4" -"profiling.h" "4" -"progressobserver.h" "4" -"projectgeneratormanager.h" "4" -"qbs_export.h" "4" -"qbsassert.h" "4" -"qbspluginmanager.h" "4" -"qbsprocess.h" "4" -"qttools.h" "4" -"scannerpluginmanager.h" "4" -"scripttools.h" "4" -"set.h" "4" -"settings.h" "4" -"settingscreator.h" "4" -"settingsmodel.h" "4" -"settingsrepresentation.h" "4" -"setupprojectparameters.h" "4" -"shellutils.h" "4" -"stlutils.h" "4" -"stringconstants.h" "4" -"stringutils.h" "4" -"toolchains.h" "4" -"version.h" "4" -"visualstudioversioninfo.h" "4" -"vsenvironmentdetector.h" "4" -"weakpointer.h" "4" -"Sources" "3" -"applecodesignutils.cpp" "4" -"architectures.cpp" "4" -"buildgraphlocker.cpp" "4" -"buildoptions.cpp" "4" -"cleanoptions.cpp" "4" -"codelocation.cpp" "4" -"commandechomode.cpp" "4" -"error.cpp" "4" -"executablefinder.cpp" "4" -"fileinfo.cpp" "4" -"filesaver.cpp" "4" -"filetime.cpp" "4" -"generateoptions.cpp" "4" -"id.cpp" "4" -"installoptions.cpp" "4" -"jsliterals.cpp" "4" -"launcherinterface.cpp" "4" -"launcherpackets.cpp" "4" -"launchersocket.cpp" "4" -"msvcinfo.cpp" "4" -"persistence.cpp" "4" -"preferences.cpp" "4" -"processresult.cpp" "4" -"processutils.cpp" "4" -"profile.cpp" "4" -"profiling.cpp" "4" -"progressobserver.cpp" "4" -"projectgeneratormanager.cpp" "4" -"qbsassert.cpp" "4" -"qbspluginmanager.cpp" "4" -"qbsprocess.cpp" "4" -"qttools.cpp" "4" -"scannerpluginmanager.cpp" "4" -"scripttools.cpp" "4" -"settings.cpp" "4" -"settingscreator.cpp" "4" -"settingsmodel.cpp" "4" -"settingsrepresentation.cpp" "4" -"setupprojectparameters.cpp" "4" -"shellutils.cpp" "4" -"toolchains.cpp" "4" -"version.cpp" "4" -"visualstudioversioninfo.cpp" "4" -"vsenvironmentdetector.cpp" "4" -"use_scriptengine" "2" -"use_scriptengine.pri" "3" -"library_dirname" "3" -"library_dirname.pri" "4" -"Headers" "2" -"qbs.h" "3" -"data" "1" -"data.pro" "2" -"qtcreator" "2" -"qtcreator.pri" "3" +"CMakeLists.txt" "5" "qtcreatordata" "2" "qtcreatordata.pri" "3" "Sources" "2" @@ -2035,90 +2279,119 @@ "SourceCodePro-It.ttf" "4" "SourceCodePro-Regular.ttf" "4" "SourceCodePro.txt" "4" -"generic-highlighter" "3" -"alert.xml" "4" -"autoconf.xml" "4" -"bash.xml" "4" -"cmake.xml" "4" -"css.xml" "4" -"doxygen.xml" "4" -"dtd.xml" "4" -"html.xml" "4" -"ini.xml" "4" -"java.xml" "4" -"javadoc.xml" "4" -"json.xml" "4" -"makefile.xml" "4" -"perl.xml" "4" -"ruby.xml" "4" -"valgrind-suppression.xml" "4" -"xml.xml" "4" -"yacc.xml" "4" +"package-manager" "3" +"auto-setup.cmake" "4" +"conan.cmake" "4" "Other files" "2" "fonts" "3" "SourceCodePro-Bold.ttf" "4" "SourceCodePro-It.ttf" "4" "SourceCodePro-Regular.ttf" "4" "SourceCodePro.txt" "4" -"generic-highlighter" "3" -"alert.xml" "4" -"autoconf.xml" "4" -"bash.xml" "4" -"cmake.xml" "4" -"css.xml" "4" -"doxygen.xml" "4" -"dtd.xml" "4" -"html.xml" "4" -"ini.xml" "4" -"java.xml" "4" -"javadoc.xml" "4" -"json.xml" "4" -"makefile.xml" "4" -"perl.xml" "4" -"ruby.xml" "4" -"valgrind-suppression.xml" "4" -"xml.xml" "4" -"yacc.xml" "4" +"package-manager" "3" +"auto-setup.cmake" "4" +"conan.cmake" "4" "data" "1" "data.pro" "2" "qtcreator" "2" "qtcreator.pri" "3" +"qtcreator_ide_branding" "3" +"qtcreator_ide_branding.pri" "4" +"qtcreator_testvars" "3" +"qtcreator_testvars.pri" "4" +"Other files" "3" +"CMakeLists.txt" "5" "qtcreatordata" "2" "qtcreatordata.pri" "3" "Sources" "2" "externaltools" "3" "lrelease.xml" "4" "lupdate.xml" "4" -"notepad_win.xml" "4" -"qmlscene.xml" "4" -"qmlviewer.xml" "4" -"vi.xml" "4" -"vi_mac.xml" "4" +"qml.xml" "4" "Other files" "2" "externaltools" "3" "lrelease.xml" "4" "lupdate.xml" "4" -"qmlscene.xml" "4" -"qmlviewer.xml" "4" -"libexec" "1" -"libexec.pro" "2" -"qbs_processlauncher" "2" -"qbs_processlauncher.pro" "3" -"libexec" "3" -"libexec.pri" "4" -"install_prefix" "4" -"install_prefix.pri" "5" -"Headers" "3" -"launcherpackets.h" "5" -"launcherlogging.h" "4" -"launchersockethandler.h" "4" -"Sources" "3" -"launcherpackets.cpp" "5" -"launcherlogging.cpp" "4" -"launchersockethandler.cpp" "4" -"processlauncher-main.cpp" "4" +"qml.xml" "4" "libs" "1" "libs.pro" "2" +"advanceddockingsystem" "2" +"advanceddockingsystem.pro" "3" +"advanceddockingsystem-lib" "3" +"advanceddockingsystem-lib.pri" "4" +"linux" "4" +"linux.pri" "5" +"Headers" "5" +"floatingwidgettitlebar.h" "6" +"Sources" "5" +"floatingwidgettitlebar.cpp" "6" +"Headers" "4" +"ads_globals.h" "5" +"dockareatabbar.h" "5" +"dockareatitlebar.h" "5" +"dockareawidget.h" "5" +"dockcomponentsfactory.h" "5" +"dockcontainerwidget.h" "5" +"dockfocuscontroller.h" "5" +"dockingstatereader.h" "5" +"dockmanager.h" "5" +"dockoverlay.h" "5" +"docksplitter.h" "5" +"dockwidget.h" "5" +"dockwidgettab.h" "5" +"elidinglabel.h" "5" +"floatingdockcontainer.h" "5" +"floatingdragpreview.h" "5" +"iconprovider.h" "5" +"workspacedialog.h" "5" +"workspacemodel.h" "5" +"workspaceview.h" "5" +"Sources" "4" +"ads_globals.cpp" "5" +"dockareatabbar.cpp" "5" +"dockareatitlebar.cpp" "5" +"dockareawidget.cpp" "5" +"dockcomponentsfactory.cpp" "5" +"dockcontainerwidget.cpp" "5" +"dockfocuscontroller.cpp" "5" +"dockingstatereader.cpp" "5" +"dockmanager.cpp" "5" +"dockoverlay.cpp" "5" +"docksplitter.cpp" "5" +"dockwidget.cpp" "5" +"dockwidgettab.cpp" "5" +"elidinglabel.cpp" "5" +"floatingdockcontainer.cpp" "5" +"floatingdragpreview.cpp" "5" +"iconprovider.cpp" "5" +"workspacedialog.cpp" "5" +"workspacemodel.cpp" "5" +"workspaceview.cpp" "5" +"Forms" "4" +"workspacedialog.ui" "5" +"qtcreatorlibrary" "3" +"qtcreatorlibrary.pri" "4" +"advanceddockingsystem_dependencies" "4" +"advanceddockingsystem_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_pch.h" "6" +"Other files" "3" +"advanceddockingsystem.qbs" "4" +"advanceddockingsystem_dependencies" "2" +"advanceddockingsystem_dependencies.pri" "3" "aggregation" "2" "aggregation.pro" "3" "qtcreatorlibrary" "3" @@ -2127,6 +2400,12 @@ "aggregation_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -2141,8 +2420,6 @@ "aggregation.qbs" "4" "aggregation_dependencies" "2" "aggregation_dependencies.pri" "3" -"cdb_detect" "2" -"cdb_detect.pri" "3" "clangsupport" "2" "clangsupport.pro" "3" "clangsupport-lib" "3" @@ -2151,7 +2428,6 @@ "alivemessage.h" "5" "annotationsmessage.h" "5" "baseserverproxy.h" "5" -"cancelmessage.h" "5" "clangcodemodelclientinterface.h" "5" "clangcodemodelclientmessages.h" "5" "clangcodemodelclientproxy.h" "5" @@ -2159,17 +2435,10 @@ "clangcodemodelserverinterface.h" "5" "clangcodemodelservermessages.h" "5" "clangcodemodelserverproxy.h" "5" -"clangpathwatcher.h" "5" -"clangpathwatcherinterface.h" "5" -"clangpathwatchernotifier.h" "5" -"clangrefactoringclientmessages.h" "5" -"clangrefactoringmessages.h" "5" -"clangrefactoringservermessages.h" "5" "clangsupport_global.h" "5" "clangsupportdebugutils.h" "5" "codecompletion.h" "5" "codecompletionchunk.h" "5" -"compilermacro.h" "5" "completionsmessage.h" "5" "connectionclient.h" "5" "connectionserver.h" "5" @@ -2178,92 +2447,41 @@ "documentsclosedmessage.h" "5" "documentsopenedmessage.h" "5" "documentvisibilitychangedmessage.h" "5" -"dynamicastmatcherdiagnosticcontainer.h" "5" -"dynamicastmatcherdiagnosticcontextcontainer.h" "5" -"dynamicastmatcherdiagnosticmessagecontainer.h" "5" -"dynamicmatcherdiagnostics.h" "5" "echomessage.h" "5" "endmessage.h" "5" "filecontainer.h" "5" -"filecontainerv2.h" "5" -"filepath.h" "5" -"filepathcache.h" "5" -"filepathcaching.h" "5" -"filepathcachingfwd.h" "5" -"filepathcachinginterface.h" "5" -"filepathexceptions.h" "5" -"filepathid.h" "5" -"filepathstorage.h" "5" -"filepathstoragesources.h" "5" -"filepathstoragesqlitestatementfactory.h" "5" -"filepathview.h" "5" "fixitcontainer.h" "5" "followsymbolmessage.h" "5" -"idpaths.h" "5" "ipcclientinterface.h" "5" "ipcclientprovider.h" "5" "ipcinterface.h" "5" "ipcserverinterface.h" "5" "lineprefixer.h" "5" "messageenvelop.h" "5" -"nativefilepath.h" "5" -"pchmanagerclientinterface.h" "5" -"pchmanagerclientproxy.h" "5" -"pchmanagerserverinterface.h" "5" -"pchmanagerserverproxy.h" "5" -"precompiledheadersupdatedmessage.h" "5" "processcreator.h" "5" "processexception.h" "5" "processhandle.h" "5" "processstartedevent.h" "5" -"projectmanagementserverinterface.h" "5" -"projectpartcontainer.h" "5" -"projectpartcontainerv2.h" "5" -"projectpartpch.h" "5" -"projectpartpchproviderinterface.h" "5" -"projectpartsremovedmessage.h" "5" -"projectpartsupdatedmessage.h" "5" "readmessageblock.h" "5" -"refactoringclientinterface.h" "5" -"refactoringclientproxy.h" "5" -"refactoringdatabaseinitializer.h" "5" -"refactoringserverinterface.h" "5" -"refactoringserverproxy.h" "5" "referencesmessage.h" "5" -"removeprojectpartsmessage.h" "5" "requestannotationsmessage.h" "5" "requestcompletionsmessage.h" "5" "requestfollowsymbolmessage.h" "5" "requestreferencesmessage.h" "5" -"requestsourcelocationforrenamingmessage.h" "5" -"requestsourcerangesanddiagnosticsforquerymessage.h" "5" -"requestsourcerangesforquerymessage.h" "5" "requesttooltipmessage.h" "5" "sourcelocationcontainer.h" "5" -"sourcelocationcontainerv2.h" "5" "sourcelocationscontainer.h" "5" -"sourcelocationsforrenamingmessage.h" "5" "sourcerangecontainer.h" "5" -"sourcerangecontainerv2.h" "5" -"sourcerangesanddiagnosticsforquerymessage.h" "5" -"sourcerangescontainer.h" "5" -"sourcerangesforquerymessage.h" "5" -"sourcerangewithtextcontainer.h" "5" -"stringcache.h" "5" -"stringcachealgorithms.h" "5" -"stringcachefwd.h" "5" "tokeninfocontainer.h" "5" "tooltipinfo.h" "5" "tooltipmessage.h" "5" "unsavedfilesremovedmessage.h" "5" "unsavedfilesupdatedmessage.h" "5" -"updateprojectpartsmessage.h" "5" "writemessageblock.h" "5" "Sources" "4" "alivemessage.cpp" "5" "annotationsmessage.cpp" "5" "baseserverproxy.cpp" "5" -"cancelmessage.cpp" "5" "clangcodemodelclientinterface.cpp" "5" "clangcodemodelclientproxy.cpp" "5" "clangcodemodelconnectionclient.cpp" "5" @@ -2280,64 +2498,31 @@ "documentsclosedmessage.cpp" "5" "documentsopenedmessage.cpp" "5" "documentvisibilitychangedmessage.cpp" "5" -"dynamicastmatcherdiagnosticcontainer.cpp" "5" -"dynamicastmatcherdiagnosticcontextcontainer.cpp" "5" -"dynamicastmatcherdiagnosticmessagecontainer.cpp" "5" "echomessage.cpp" "5" "endmessage.cpp" "5" "filecontainer.cpp" "5" -"filecontainerv2.cpp" "5" -"filepath.cpp" "5" -"filepathcaching.cpp" "5" -"filepathid.cpp" "5" "fixitcontainer.cpp" "5" "followsymbolmessage.cpp" "5" "lineprefixer.cpp" "5" "messageenvelop.cpp" "5" -"pchmanagerclientinterface.cpp" "5" -"pchmanagerclientproxy.cpp" "5" -"pchmanagerserverinterface.cpp" "5" -"pchmanagerserverproxy.cpp" "5" -"precompiledheadersupdatedmessage.cpp" "5" "processcreator.cpp" "5" "processexception.cpp" "5" "processstartedevent.cpp" "5" -"projectpartcontainer.cpp" "5" -"projectpartcontainerv2.cpp" "5" -"projectpartpch.cpp" "5" -"projectpartsremovedmessage.cpp" "5" -"projectpartsupdatedmessage.cpp" "5" "readmessageblock.cpp" "5" -"refactoringclientinterface.cpp" "5" -"refactoringclientproxy.cpp" "5" -"refactoringserverinterface.cpp" "5" -"refactoringserverproxy.cpp" "5" "referencesmessage.cpp" "5" -"removeprojectpartsmessage.cpp" "5" "requestannotationsmessage.cpp" "5" "requestcompletionsmessage.cpp" "5" "requestfollowsymbolmessage.cpp" "5" "requestreferencesmessage.cpp" "5" -"requestsourcelocationforrenamingmessage.cpp" "5" -"requestsourcerangesanddiagnosticsforquerymessage.cpp" "5" -"requestsourcerangesforquerymessage.cpp" "5" "requesttooltipmessage.cpp" "5" "sourcelocationcontainer.cpp" "5" -"sourcelocationcontainerv2.cpp" "5" "sourcelocationscontainer.cpp" "5" -"sourcelocationsforrenamingmessage.cpp" "5" "sourcerangecontainer.cpp" "5" -"sourcerangecontainerv2.cpp" "5" -"sourcerangesanddiagnosticsforquerymessage.cpp" "5" -"sourcerangescontainer.cpp" "5" -"sourcerangesforquerymessage.cpp" "5" -"sourcerangewithtextcontainer.cpp" "5" "tokeninfocontainer.cpp" "5" "tooltipinfo.cpp" "5" "tooltipmessage.cpp" "5" "unsavedfilesremovedmessage.cpp" "5" "unsavedfilesupdatedmessage.cpp" "5" -"updateprojectpartsmessage.cpp" "5" "writemessageblock.cpp" "5" "qtcreatorlibrary" "3" "qtcreatorlibrary.pri" "4" @@ -2345,10 +2530,16 @@ "clangsupport_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "sqlite_dependencies" "5" "sqlite_dependencies.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -2497,58 +2688,20 @@ "SymbolNameVisitor.cpp" "5" "TypeOfExpression.cpp" "5" "TypePrettyPrinter.cpp" "5" -"Resources" "4" -"cplusplus.qrc" "5" -"/codemodel" "6" -"images" "7" -"classmemberfunction.png" "8" -"classmemberfunction@2x.png" "8" -"classmembervariable.png" "8" -"classmembervariable@2x.png" "8" -"classparent.png" "8" -"classparent@2x.png" "8" -"classrelation.png" "8" -"classrelation@2x.png" "8" -"classrelationbackground.png" "8" -"classrelationbackground@2x.png" "8" -"enum.png" "8" -"enum@2x.png" "8" -"enumerator.png" "8" -"enumerator@2x.png" "8" -"keyword.png" "8" -"keyword@2x.png" "8" -"macro.png" "8" -"macro@2x.png" "8" -"member.png" "8" -"member@2x.png" "8" -"private.png" "8" -"private@2x.png" "8" -"privatebackground.png" "8" -"privatebackground@2x.png" "8" -"property.png" "8" -"property@2x.png" "8" -"propertybackground.png" "8" -"propertybackground@2x.png" "8" -"protected.png" "8" -"protected@2x.png" "8" -"protectedbackground.png" "8" -"protectedbackground@2x.png" "8" -"signal.png" "8" -"signal@2x.png" "8" -"slot.png" "8" -"slot@2x.png" "8" -"static.png" "8" -"static@2x.png" "8" -"staticbackground.png" "8" -"staticbackground@2x.png" "8" "qtcreatorlibrary" "3" "qtcreatorlibrary.pri" "4" "cplusplus_dependencies" "4" "cplusplus_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -2558,6 +2711,82 @@ "cplusplus.qbs" "4" "cplusplus_dependencies" "2" "cplusplus_dependencies.pri" "3" +"data" "2" +"data.pro" "3" +"qtcreator" "3" +"qtcreator.pri" "4" +"qtcreator_ide_branding" "4" +"qtcreator_ide_branding.pri" "5" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"Other files" "4" +"CMakeLists.txt" "6" +"qtcreatordata" "3" +"qtcreatordata.pri" "4" +"Sources" "3" +"syntax" "4" +"licenses" "5" +"LICENSE.GPLv2" "6" +"LICENSE.GPLv3" "6" +"LICENSE.LGPLv21" "6" +"LICENSE.LGPLv3" "6" +"alert.xml" "5" +"autoconf.xml" "5" +"bash.xml" "5" +"cmake.xml" "5" +"comments.xml" "5" +"css.xml" "5" +"doxygen.xml" "5" +"dtd.xml" "5" +"html.xml" "5" +"ini.xml" "5" +"java.xml" "5" +"javadoc.xml" "5" +"json.xml" "5" +"makefile.xml" "5" +"markdown.xml" "5" +"modelines.xml" "5" +"perl.xml" "5" +"powershell.xml" "5" +"python.xml" "5" +"qdocconf.xml" "5" +"ruby.xml" "5" +"spdx-comments.xml" "5" +"valgrind-suppression.xml" "5" +"xml.xml" "5" +"yacc.xml" "5" +"Other files" "3" +"syntax" "4" +"licenses" "5" +"LICENSE.GPLv2" "6" +"LICENSE.GPLv3" "6" +"LICENSE.LGPLv21" "6" +"LICENSE.LGPLv3" "6" +"alert.xml" "5" +"autoconf.xml" "5" +"bash.xml" "5" +"cmake.xml" "5" +"comments.xml" "5" +"css.xml" "5" +"doxygen.xml" "5" +"dtd.xml" "5" +"html.xml" "5" +"ini.xml" "5" +"java.xml" "5" +"javadoc.xml" "5" +"json.xml" "5" +"makefile.xml" "5" +"markdown.xml" "5" +"modelines.xml" "5" +"perl.xml" "5" +"powershell.xml" "5" +"python.xml" "5" +"qdocconf.xml" "5" +"ruby.xml" "5" +"spdx-comments.xml" "5" +"valgrind-suppression.xml" "5" +"xml.xml" "5" +"yacc.xml" "5" "extensionsystem" "2" "extensionsystem.pro" "3" "qtcreatorlibrary" "3" @@ -2568,8 +2797,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -2649,6 +2884,10 @@ "glsl_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" "rpath" "4" @@ -2658,6 +2897,71 @@ "qtcreator_pch.h" "6" "glsl_dependencies" "2" "glsl_dependencies.pri" "3" +"languageserverprotocol" "2" +"languageserverprotocol.pro" "3" +"qtcreatorlibrary" "3" +"qtcreatorlibrary.pri" "4" +"languageserverprotocol_dependencies" "4" +"languageserverprotocol_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_pch.h" "6" +"Headers" "3" +"basemessage.h" "4" +"client.h" "4" +"clientcapabilities.h" "4" +"completion.h" "4" +"diagnostics.h" "4" +"icontent.h" "4" +"initializemessages.h" "4" +"jsonobject.h" "4" +"jsonrpcmessages.h" "4" +"languagefeatures.h" "4" +"languageserverprotocol_global.h" "4" +"lsptypes.h" "4" +"lsputils.h" "4" +"messages.h" "4" +"progresssupport.h" "4" +"semantictokens.h" "4" +"servercapabilities.h" "4" +"shutdownmessages.h" "4" +"textsynchronization.h" "4" +"workspace.h" "4" +"Sources" "3" +"basemessage.cpp" "4" +"client.cpp" "4" +"clientcapabilities.cpp" "4" +"completion.cpp" "4" +"diagnostics.cpp" "4" +"initializemessages.cpp" "4" +"jsonobject.cpp" "4" +"jsonrpcmessages.cpp" "4" +"languagefeatures.cpp" "4" +"lsptypes.cpp" "4" +"lsputils.cpp" "4" +"messages.cpp" "4" +"progresssupport.cpp" "4" +"semantictokens.cpp" "4" +"servercapabilities.cpp" "4" +"shutdownmessages.cpp" "4" +"textsynchronization.cpp" "4" +"workspace.cpp" "4" +"Other files" "3" +"languageserverprotocol.qbs" "4" +"languageserverprotocol_dependencies" "2" +"languageserverprotocol_dependencies.pri" "3" "languageutils" "2" "languageutils.pro" "3" "languageutils-lib" "3" @@ -2675,8 +2979,14 @@ "languageutils_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -3061,8 +3371,14 @@ "modelinglib_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -3100,21 +3416,17 @@ "modelinglib.qbs" "4" "modelinglib_dependencies" "2" "modelinglib_dependencies.pri" "3" -"process_ctrlc_stub" "2" -"process_ctrlc_stub.pro" "3" -"qtcreator" "3" -"qtcreator.pri" "4" -"Sources" "3" -"process_ctrlc_stub.cpp" "4" -"Other files" "3" -"process_ctrlc_stub.qbs" "4" "process_stub" "2" "process_stub.pro" "3" "qtcreator" "3" "qtcreator.pri" "4" +"qtcreator_ide_branding" "4" +"qtcreator_ide_branding.pri" "5" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"Other files" "4" +"CMakeLists.txt" "6" "Sources" "3" -"process_stub_unix.c" "4" -"process_stub_win.c" "4" "Other files" "3" "process_stub.qbs" "4" "qmldebug" "2" @@ -3124,9 +3436,6 @@ "Headers" "4" "baseenginedebugclient.h" "5" "basetoolsclient.h" "5" -"declarativeenginedebugclient.h" "5" -"declarativeenginedebugclientv2.h" "5" -"declarativetoolsclient.h" "5" "qdebugmessageclient.h" "5" "qmldebug_global.h" "5" "qmldebugclient.h" "5" @@ -3142,8 +3451,6 @@ "Sources" "4" "baseenginedebugclient.cpp" "5" "basetoolsclient.cpp" "5" -"declarativeenginedebugclient.cpp" "5" -"declarativetoolsclient.cpp" "5" "qdebugmessageclient.cpp" "5" "qmldebugclient.cpp" "5" "qmldebugconnection.cpp" "5" @@ -3158,8 +3465,14 @@ "qmldebug_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -3304,8 +3617,14 @@ "languageutils_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -3323,7 +3642,7 @@ "parser.pri" "5" "Headers" "5" "qmldirparser_p.h" "6" -"qmlerror.h" "6" +"qmlimportresolver_p.h" "6" "qmljsast_p.h" "6" "qmljsastfwd_p.h" "6" "qmljsastvisitor_p.h" "6" @@ -3334,9 +3653,10 @@ "qmljslexer_p.h" "6" "qmljsmemorypool_p.h" "6" "qmljsparser_p.h" "6" +"qmljssourcelocation_p.h" "6" "Sources" "5" "qmldirparser.cpp" "6" -"qmlerror.cpp" "6" +"qmlimportresolver.cpp" "6" "qmljsast.cpp" "6" "qmljsastvisitor.cpp" "6" "qmljsengine_p.cpp" "6" @@ -3356,7 +3676,6 @@ "qmljscompletioncontextfinder.h" "5" "qmljsconstants.h" "5" "qmljscontext.h" "5" -"qmljsdescribevalue.h" "5" "qmljsdialect.h" "5" "qmljsdocument.h" "5" "qmljsevaluate.h" "5" @@ -3371,7 +3690,6 @@ "qmljsmodelmanagerinterface.h" "5" "qmljsplugindumper.h" "5" "qmljspropertyreader.h" "5" -"qmljsqrcparser.h" "5" "qmljsreformatter.h" "5" "qmljsrewriter.h" "5" "qmljsscanner.h" "5" @@ -3393,7 +3711,6 @@ "qmljscodeformatter.cpp" "5" "qmljscompletioncontextfinder.cpp" "5" "qmljscontext.cpp" "5" -"qmljsdescribevalue.cpp" "5" "qmljsdialect.cpp" "5" "qmljsdocument.cpp" "5" "qmljsevaluate.cpp" "5" @@ -3407,7 +3724,6 @@ "qmljsmodelmanagerinterface.cpp" "5" "qmljsplugindumper.cpp" "5" "qmljspropertyreader.cpp" "5" -"qmljsqrcparser.cpp" "5" "qmljsreformatter.cpp" "5" "qmljsrewriter.cpp" "5" "qmljsscanner.cpp" "5" @@ -3419,7 +3735,6 @@ "qmljstypedescriptionreader.cpp" "5" "qmljsutils.cpp" "5" "qmljsvalueowner.cpp" "5" -"qmljsviewercontext.cpp" "5" "qtcreatorlibrary" "3" "qtcreatorlibrary.pri" "4" "qmljs_dependencies" "4" @@ -3434,8 +3749,14 @@ "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" "languageutils_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -3447,55 +3768,24 @@ "qmljs_dependencies.pri" "3" "qtcreator" "2" "qtcreator.pri" "3" -"qtcreatorcdbext" "2" -"qtcreatorcdbext.pro" "3" -"cdb_detect" "3" -"cdb_detect.pri" "4" -"qtcreator" "3" -"qtcreator.pri" "4" -"Headers" "3" -"common.h" "4" -"containers.h" "4" -"eventcallback.h" "4" -"extensioncontext.h" "4" -"gdbmihelpers.h" "4" -"iinterfacepointer.h" "4" -"knowntype.h" "4" -"outputcallback.h" "4" -"pycdbextmodule.h" "4" -"pyfield.h" "4" -"pystdoutredirect.h" "4" -"pytype.h" "4" -"pyvalue.h" "4" -"stringutils.h" "4" -"symbolgroup.h" "4" -"symbolgroupnode.h" "4" -"symbolgroupvalue.h" "4" -"Sources" "3" -"common.cpp" "4" -"containers.cpp" "4" -"eventcallback.cpp" "4" -"extensioncontext.cpp" "4" -"gdbmihelpers.cpp" "4" -"outputcallback.cpp" "4" -"pycdbextmodule.cpp" "4" -"pyfield.cpp" "4" -"pystdoutredirect.cpp" "4" -"pytype.cpp" "4" -"pyvalue.cpp" "4" -"qtcreatorcdbextension.cpp" "4" -"stringutils.cpp" "4" -"symbolgroup.cpp" "4" -"symbolgroupnode.cpp" "4" -"symbolgroupvalue.cpp" "4" +"qtcreator_ide_branding" "3" +"qtcreator_ide_branding.pri" "4" +"qtcreator_testvars" "3" +"qtcreator_testvars.pri" "4" "Other files" "3" -"qtcreatorcdbext.qbs" "4" +"CMakeLists.txt" "5" "sqlite" "2" "sqlite.pro" "3" "qtcreatorlibrary" "3" "qtcreatorlibrary.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "sqlite_dependencies" "4" @@ -3508,61 +3798,74 @@ "sqlite" "4" "sqlite.pri" "5" "Headers" "5" -"okapi_bm25.h" "6" +"config.h" "6" +"sqlite.h" "6" "sqlite3.h" "6" "sqlite3ext.h" "6" "Sources" "5" +"carray.c" "6" "sqlite3.c" "6" "Headers" "4" +"constraints.h" "5" "createtablesqlstatementbuilder.h" "5" +"lastchangedrowid.h" "5" +"sqlitealgorithms.h" "5" "sqlitebasestatement.h" "5" +"sqliteblob.h" "5" "sqlitecolumn.h" "5" "sqlitedatabase.h" "5" "sqlitedatabasebackend.h" "5" +"sqlitedatabaseinterface.h" "5" "sqliteexception.h" "5" "sqliteglobal.h" "5" "sqliteindex.h" "5" +"sqlitelibraryinitializer.h" "5" "sqlitereadstatement.h" "5" "sqlitereadwritestatement.h" "5" +"sqlitesessionchangeset.h" "5" +"sqlitesessions.h" "5" "sqlitetable.h" "5" +"sqlitetimestamp.h" "5" "sqlitetransaction.h" "5" +"sqlitevalue.h" "5" "sqlitewritestatement.h" "5" "sqlstatementbuilder.h" "5" "sqlstatementbuilderexception.h" "5" +"tableconstraints.h" "5" "utf8string.h" "5" "utf8stringvector.h" "5" "Sources" "4" -"createtablesqlstatementbuilder.cpp" "5" "sqlitebasestatement.cpp" "5" -"sqlitecolumn.cpp" "5" "sqlitedatabase.cpp" "5" "sqlitedatabasebackend.cpp" "5" "sqliteexception.cpp" "5" "sqliteglobal.cpp" "5" -"sqlitereadstatement.cpp" "5" -"sqlitereadwritestatement.cpp" "5" -"sqlitetable.cpp" "5" -"sqlitewritestatement.cpp" "5" +"sqlitelibraryinitializer.cpp" "5" +"sqlitesessionchangeset.cpp" "5" +"sqlitesessions.cpp" "5" "sqlstatementbuilder.cpp" "5" -"sqlstatementbuilderexception.cpp" "5" "utf8string.cpp" "5" "utf8stringvector.cpp" "5" +"Other files" "4" +"README.md" "5" "Other files" "3" "sqlite.qbs" "4" "sqlite_dependencies" "2" "sqlite_dependencies.pri" "3" "ssh" "2" "ssh.pro" "3" -"botan" "3" -"botan.pri" "4" -"Headers" "4" -"botan.h" "5" -"Sources" "4" -"botan.cpp" "5" "qtcreatorlibrary" "3" "qtcreatorlibrary.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "ssh_dependencies" "4" @@ -3571,103 +3874,156 @@ "shared" "5" "qtcreator_pch.h" "6" "Headers" "3" -"sftpchannel.h" "4" -"sftpchannel_p.h" "4" "sftpdefs.h" "4" "sftpfilesystemmodel.h" "4" -"sftpincomingpacket_p.h" "4" -"sftpoperation_p.h" "4" -"sftpoutgoingpacket_p.h" "4" -"sftppacket_p.h" "4" +"sftpsession.h" "4" +"sftptransfer.h" "4" "ssh_global.h" "4" -"sshagent_p.h" "4" -"sshbotanconversions_p.h" "4" -"sshcapabilities_p.h" "4" -"sshchannel_p.h" "4" -"sshchannelmanager_p.h" "4" "sshconnection.h" "4" -"sshconnection_p.h" "4" "sshconnectionmanager.h" "4" -"sshcryptofacility_p.h" "4" -"sshdirecttcpiptunnel.h" "4" -"sshdirecttcpiptunnel_p.h" "4" -"ssherrors.h" "4" -"sshexception_p.h" "4" -"sshforwardedtcpiptunnel.h" "4" -"sshforwardedtcpiptunnel_p.h" "4" -"sshhostkeydatabase.h" "4" -"sshincomingpacket_p.h" "4" -"sshinit_p.h" "4" "sshkeycreationdialog.h" "4" -"sshkeyexchange_p.h" "4" -"sshkeygenerator.h" "4" -"sshkeypasswordretriever_p.h" "4" "sshlogging_p.h" "4" -"sshoutgoingpacket_p.h" "4" -"sshpacket_p.h" "4" -"sshpacketparser_p.h" "4" -"sshpseudoterminal.h" "4" +"sshprocess.h" "4" "sshremoteprocess.h" "4" -"sshremoteprocess_p.h" "4" "sshremoteprocessrunner.h" "4" -"sshsendfacility_p.h" "4" -"sshtcpipforwardserver.h" "4" -"sshtcpipforwardserver_p.h" "4" -"sshtcpiptunnel_p.h" "4" +"sshsettings.h" "4" "Sources" "3" -"sftpchannel.cpp" "4" "sftpdefs.cpp" "4" "sftpfilesystemmodel.cpp" "4" -"sftpincomingpacket.cpp" "4" -"sftpoperation.cpp" "4" -"sftpoutgoingpacket.cpp" "4" -"sftppacket.cpp" "4" -"sshagent.cpp" "4" -"sshcapabilities.cpp" "4" -"sshchannel.cpp" "4" -"sshchannelmanager.cpp" "4" +"sftpsession.cpp" "4" +"sftptransfer.cpp" "4" "sshconnection.cpp" "4" "sshconnectionmanager.cpp" "4" -"sshcryptofacility.cpp" "4" -"sshdirecttcpiptunnel.cpp" "4" -"sshforwardedtcpiptunnel.cpp" "4" -"sshhostkeydatabase.cpp" "4" -"sshincomingpacket.cpp" "4" -"sshinit.cpp" "4" "sshkeycreationdialog.cpp" "4" -"sshkeyexchange.cpp" "4" -"sshkeygenerator.cpp" "4" -"sshkeypasswordretriever.cpp" "4" "sshlogging.cpp" "4" -"sshoutgoingpacket.cpp" "4" -"sshpacket.cpp" "4" -"sshpacketparser.cpp" "4" +"sshprocess.cpp" "4" "sshremoteprocess.cpp" "4" "sshremoteprocessrunner.cpp" "4" -"sshsendfacility.cpp" "4" -"sshtcpipforwardserver.cpp" "4" -"sshtcpiptunnel.cpp" "4" +"sshsettings.cpp" "4" "Forms" "3" "sshkeycreationdialog.ui" "4" "Resources" "3" "ssh.qrc" "4" "/ssh" "5" "images" "6" -"dir.png" "7" "help.png" "7" -"unknownfile.png" "7" "Other files" "3" "ssh.qbs" "4" "ssh_dependencies" "2" "ssh_dependencies.pri" "3" +"syntax-highlighting" "2" +"syntax-highlighting.pro" "3" +"autogenerated" "3" +"autogenerated.pri" "4" +"Headers" "4" +"ksyntaxhighlighting_export.h" "6" +"ksyntaxhighlighting_logging.h" "6" +"ksyntaxhighlighting_version.h" "5" +"Sources" "4" +"ksyntaxhighlighting_logging.cpp" "6" +"qtcreatorlibrary" "3" +"qtcreatorlibrary.pri" "4" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"rpath" "4" +"rpath.pri" "5" +"syntax-highlighting_dependencies" "4" +"syntax-highlighting_dependencies.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_pch.h" "6" +"Headers" "3" +"abstracthighlighter.h" "5" +"abstracthighlighter_p.h" "5" +"context_p.h" "5" +"contextswitch_p.h" "5" +"definition.h" "5" +"definition_p.h" "5" +"definitiondownloader.h" "5" +"definitionref_p.h" "5" +"foldingregion.h" "5" +"format.h" "5" +"format_p.h" "5" +"htmlhighlighter.h" "5" +"keywordlist_p.h" "5" +"matchresult_p.h" "5" +"repository.h" "5" +"repository_p.h" "5" +"rule_p.h" "5" +"state.h" "5" +"state_p.h" "5" +"syntaxhighlighter.h" "5" +"textstyledata_p.h" "5" +"theme.h" "5" +"themedata_p.h" "5" +"wildcardmatcher_p.h" "5" +"worddelimiters_p.h" "5" +"xml_p.h" "5" +"Sources" "3" +"abstracthighlighter.cpp" "5" +"context.cpp" "5" +"contextswitch.cpp" "5" +"definition.cpp" "5" +"definitiondownloader.cpp" "5" +"foldingregion.cpp" "5" +"format.cpp" "5" +"htmlhighlighter.cpp" "5" +"keywordlist.cpp" "5" +"repository.cpp" "5" +"rule.cpp" "5" +"state.cpp" "5" +"syntaxhighlighter.cpp" "5" +"theme.cpp" "5" +"themedata.cpp" "5" +"wildcardmatcher.cpp" "5" +"worddelimiters.cpp" "5" +"Resources" "3" +"/org.kde.syntax-highlighting/themes" "5" +"atom-one-dark.theme" "6" +"atom-one-light.theme" "6" +"ayu-dark.theme" "6" +"ayu-light.theme" "6" +"ayu-mirage.theme" "6" +"breeze-dark.theme" "6" +"breeze-light.theme" "6" +"dracula.theme" "6" +"falcon.theme" "6" +"github-dark.theme" "6" +"github-light.theme" "6" +"gruvbox-dark.theme" "6" +"gruvbox-light.theme" "6" +"monokai.theme" "6" +"nord.theme" "6" +"oblivion.theme" "6" +"printing.theme" "6" +"radical.theme" "6" +"solarized-dark.theme" "6" +"solarized-light.theme" "6" +"vim-dark.theme" "6" +"Other files" "3" +"syntax-highlighting.qbs" "4" +"syntax_shared" "2" +"syntax_shared.pri" "3" "tracing" "2" "tracing.pro" "3" "qtcreatorlibrary" "3" "qtcreatorlibrary.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "tracing_dependencies" "4" @@ -3679,6 +4035,7 @@ "flamegraph.h" "4" "flamegraphattached.h" "4" "runscenegraphtest.h" "4" +"safecastable.h" "4" "timelineabstractrenderer.h" "4" "timelineabstractrenderer_p.h" "4" "timelineformattime.h" "4" @@ -3725,7 +4082,7 @@ "timelinetracemanager.cpp" "4" "timelinezoomcontrol.cpp" "4" "Resources" "3" -"/tracing" "5" +"/QtCreator/Tracing" "5" "ButtonsBar.qml" "6" "CategoryLabel.qml" "6" "Detail.qml" "6" @@ -3769,6 +4126,12 @@ "qtcreatorlibrary.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "utils_dependencies" "4" @@ -3798,9 +4161,17 @@ "mimeprovider.cpp" "6" "mimetype.cpp" "6" "mimetypeparser.cpp" "6" +"touchbar" "4" +"touchbar.pri" "5" +"Headers" "5" +"touchbar.h" "6" +"Sources" "5" +"touchbar.cpp" "6" "Headers" "4" "optional" "6" "optional.hpp" "7" +"span" "6" +"span.hpp" "7" "variant" "6" "variant.hpp" "7" "theme" "5" @@ -3808,34 +4179,40 @@ "theme_p.h" "6" "tooltip" "5" "effects.h" "6" -"reuse.h" "6" "tips.h" "6" "tooltip.h" "6" "algorithm.h" "5" -"annotateditemdelegate.h" "5" "ansiescapecodehandler.h" "5" "appmainwindow.h" "5" +"archive.h" "5" +"aspects.h" "5" "basetreeview.h" "5" "benchmarker.h" "5" "buildablehelperlibrary.h" "5" +"camelcasecursor.h" "5" "categorysortfiltermodel.h" "5" "changeset.h" "5" "checkablemessagebox.h" "5" "classnamevalidatinglineedit.h" "5" "codegeneration.h" "5" +"commandline.h" "5" "completinglineedit.h" "5" "completingtextedit.h" "5" "consoleprocess.h" "5" -"consoleprocess_p.h" "5" +"cpplanguage_details.h" "5" "crumblepath.h" "5" "declarationmacros.h" "5" +"delegates.h" "5" "detailsbutton.h" "5" "detailswidget.h" "5" +"differ.h" "5" +"displayname.h" "5" "dropsupport.h" "5" "elfreader.h" "5" "elidinglabel.h" "5" "environment.h" "5" "environmentdialog.h" "5" +"environmentfwd.h" "5" "environmentmodel.h" "5" "execmenu.h" "5" "executeondestruction.h" "5" @@ -3846,15 +4223,18 @@ "filecrumblabel.h" "5" "fileinprojectfinder.h" "5" "filenamevalidatinglineedit.h" "5" +"filepath.h" "5" "filesearch.h" "5" "filesystemwatcher.h" "5" "fileutils.h" "5" -"fileutils_mac.h" "5" "filewizardpage.h" "5" "fixedsizeclicklabel.h" "5" "flowlayout.h" "5" "functiontraits.h" "5" +"futuresynchronizer.h" "5" "fuzzymatcher.h" "5" +"genericconstants.h" "5" +"globalfilechangeblocker.h" "5" "guard.h" "5" "headerviewstretcher.h" "5" "highlightingitemdelegate.h" "5" @@ -3862,48 +4242,69 @@ "hostosinfo.h" "5" "htmldocextractor.h" "5" "icon.h" "5" +"id.h" "5" +"indexedcontainerproxyconstiterator.h" "5" +"infobar.h" "5" +"infolabel.h" "5" "itemviews.h" "5" "json.h" "5" +"jsontreeitem.h" "5" +"launcherinterface.h" "5" +"launcherpackets.h" "5" +"launchersocket.h" "5" +"layoutbuilder.h" "5" "linecolumn.h" "5" "link.h" "5" +"listmodel.h" "5" "listutils.h" "5" "macroexpander.h" "5" "mapreduce.h" "5" +"multitextcursor.h" "5" +"namevaluedictionary.h" "5" +"namevalueitem.h" "5" +"namevaluemodel.h" "5" +"namevaluesdialog.h" "5" +"namevaluevalidator.h" "5" "navigationtreeview.h" "5" "networkaccessmanager.h" "5" -"newclasswidget.h" "5" "optional.h" "5" "osspecificaspects.h" "5" "outputformat.h" "5" "outputformatter.h" "5" +"overlaywidget.h" "5" "overridecursor.h" "5" "parameteraction.h" "5" "pathchooser.h" "5" "pathlisteditor.h" "5" "persistentsettings.h" "5" -"pointeralgorithm.h" "5" "port.h" "5" +"porting.h" "5" "portlist.h" "5" "predicates.h" "5" "processhandle.h" "5" +"processreaper.h" "5" +"processutils.h" "5" "progressindicator.h" "5" "projectintropage.h" "5" "proxyaction.h" "5" "proxycredentialsdialog.h" "5" +"qrcparser.h" "5" "qtcassert.h" "5" "qtcolorbutton.h" "5" "QtConcurrentTools" "5" "qtcprocess.h" "5" +"qtcsettings.h" "5" "reloadpromptutils.h" "5" "removefiledialog.h" "5" "runextensions.h" "5" -"savedaction.h" "5" "savefile.h" "5" "scopedswap.h" "5" +"set_algorithm.h" "5" "settingsaccessor.h" "5" "settingsselector.h" "5" "shellcommand.h" "5" "shellcommandpage.h" "5" +"singleton.h" "5" "sizedarray.h" "5" "smallstring.h" "5" "smallstringfwd.h" "5" @@ -3913,11 +4314,11 @@ "smallstringliteral.h" "5" "smallstringmemory.h" "5" "smallstringvector.h" "5" +"span.h" "5" "statuslabel.h" "5" "stringutils.h" "5" "styledbar.h" "5" "stylehelper.h" "5" -"synchronousprocess.h" "5" "templateengine.h" "5" "temporarydirectory.h" "5" "temporaryfile.h" "5" @@ -3925,6 +4326,7 @@ "textfieldcombobox.h" "5" "textfileformat.h" "5" "textutils.h" "5" +"threadutils.h" "5" "treemodel.h" "5" "treeviewcombobox.h" "5" "uncommentselection.h" "5" @@ -3932,6 +4334,7 @@ "url.h" "5" "utils_global.h" "5" "utilsicons.h" "5" +"variablechooser.h" "5" "variant.h" "5" "winutils.h" "5" "wizard.h" "5" @@ -3942,25 +4345,29 @@ "tooltip" "5" "tips.cpp" "6" "tooltip.cpp" "6" -"annotateditemdelegate.cpp" "5" "ansiescapecodehandler.cpp" "5" "appmainwindow.cpp" "5" +"archive.cpp" "5" +"aspects.cpp" "5" "basetreeview.cpp" "5" "benchmarker.cpp" "5" "buildablehelperlibrary.cpp" "5" +"camelcasecursor.cpp" "5" "categorysortfiltermodel.cpp" "5" "changeset.cpp" "5" "checkablemessagebox.cpp" "5" "classnamevalidatinglineedit.cpp" "5" "codegeneration.cpp" "5" +"commandline.cpp" "5" "completinglineedit.cpp" "5" "completingtextedit.cpp" "5" "consoleprocess.cpp" "5" -"consoleprocess_unix.cpp" "5" -"consoleprocess_win.cpp" "5" "crumblepath.cpp" "5" +"delegates.cpp" "5" "detailsbutton.cpp" "5" "detailswidget.cpp" "5" +"differ.cpp" "5" +"displayname.cpp" "5" "dropsupport.cpp" "5" "elfreader.cpp" "5" "elidinglabel.cpp" "5" @@ -3975,13 +4382,16 @@ "filecrumblabel.cpp" "5" "fileinprojectfinder.cpp" "5" "filenamevalidatinglineedit.cpp" "5" +"filepath.cpp" "5" "filesearch.cpp" "5" "filesystemwatcher.cpp" "5" "fileutils.cpp" "5" "filewizardpage.cpp" "5" "fixedsizeclicklabel.cpp" "5" "flowlayout.cpp" "5" +"futuresynchronizer.cpp" "5" "fuzzymatcher.cpp" "5" +"globalfilechangeblocker.cpp" "5" "guard.cpp" "5" "headerviewstretcher.cpp" "5" "highlightingitemdelegate.cpp" "5" @@ -3989,13 +4399,29 @@ "hostosinfo.cpp" "5" "htmldocextractor.cpp" "5" "icon.cpp" "5" +"id.cpp" "5" +"infobar.cpp" "5" +"infolabel.cpp" "5" "itemviews.cpp" "5" "json.cpp" "5" +"jsontreeitem.cpp" "5" +"launcherinterface.cpp" "5" +"launcherpackets.cpp" "5" +"launchersocket.cpp" "5" +"layoutbuilder.cpp" "5" +"linecolumn.cpp" "5" +"link.cpp" "5" "macroexpander.cpp" "5" +"multitextcursor.cpp" "5" +"namevaluedictionary.cpp" "5" +"namevalueitem.cpp" "5" +"namevaluemodel.cpp" "5" +"namevaluesdialog.cpp" "5" +"namevaluevalidator.cpp" "5" "navigationtreeview.cpp" "5" "networkaccessmanager.cpp" "5" -"newclasswidget.cpp" "5" "outputformatter.cpp" "5" +"overlaywidget.cpp" "5" "overridecursor.cpp" "5" "parameteraction.cpp" "5" "pathchooser.cpp" "5" @@ -4004,27 +4430,30 @@ "port.cpp" "5" "portlist.cpp" "5" "processhandle.cpp" "5" +"processreaper.cpp" "5" +"processutils.cpp" "5" "progressindicator.cpp" "5" "projectintropage.cpp" "5" "proxyaction.cpp" "5" "proxycredentialsdialog.cpp" "5" +"qrcparser.cpp" "5" "qtcassert.cpp" "5" "qtcolorbutton.cpp" "5" "qtcprocess.cpp" "5" +"qtcsettings.cpp" "5" "reloadpromptutils.cpp" "5" "removefiledialog.cpp" "5" "runextensions.cpp" "5" -"savedaction.cpp" "5" "savefile.cpp" "5" "settingsaccessor.cpp" "5" "settingsselector.cpp" "5" "shellcommand.cpp" "5" "shellcommandpage.cpp" "5" +"singleton.cpp" "5" "statuslabel.cpp" "5" "stringutils.cpp" "5" "styledbar.cpp" "5" "stylehelper.cpp" "5" -"synchronousprocess.cpp" "5" "templateengine.cpp" "5" "temporarydirectory.cpp" "5" "temporaryfile.cpp" "5" @@ -4032,23 +4461,66 @@ "textfieldcombobox.cpp" "5" "textfileformat.cpp" "5" "textutils.cpp" "5" +"threadutils.cpp" "5" "treemodel.cpp" "5" "treeviewcombobox.cpp" "5" "uncommentselection.cpp" "5" "unixutils.cpp" "5" "url.cpp" "5" "utilsicons.cpp" "5" +"variablechooser.cpp" "5" "winutils.cpp" "5" "wizard.cpp" "5" "wizardpage.cpp" "5" "Forms" "4" "filewizardpage.ui" "5" -"newclasswidget.ui" "5" "projectintropage.ui" "5" "proxycredentialsdialog.ui" "5" "removefiledialog.ui" "5" "Resources" "4" "utils.qrc" "5" +"/codemodel" "6" +"images" "7" +"classmemberfunction.png" "8" +"classmemberfunction@2x.png" "8" +"classmembervariable.png" "8" +"classmembervariable@2x.png" "8" +"classparent.png" "8" +"classparent@2x.png" "8" +"classrelation.png" "8" +"classrelation@2x.png" "8" +"classrelationbackground.png" "8" +"classrelationbackground@2x.png" "8" +"enum.png" "8" +"enum@2x.png" "8" +"enumerator.png" "8" +"enumerator@2x.png" "8" +"keyword.png" "8" +"keyword@2x.png" "8" +"macro.png" "8" +"macro@2x.png" "8" +"member.png" "8" +"member@2x.png" "8" +"private.png" "8" +"private@2x.png" "8" +"privatebackground.png" "8" +"privatebackground@2x.png" "8" +"property.png" "8" +"property@2x.png" "8" +"propertybackground.png" "8" +"propertybackground@2x.png" "8" +"protected.png" "8" +"protected@2x.png" "8" +"protectedbackground.png" "8" +"protectedbackground@2x.png" "8" +"signal.png" "8" +"signal@2x.png" "8" +"slot.png" "8" +"slot@2x.png" "8" +"static.png" "8" +"static@2x.png" "8" +"staticbackground.png" "8" +"staticbackground@2x.png" "8" "/utils" "6" "images" "7" "app-on-top.png" "8" @@ -4097,6 +4569,9 @@ "Desktop.png" "8" "desktopdevicesmall.png" "8" "desktopdevicesmall@2x.png" "8" +"dir.png" "8" +"download.png" "8" +"download@2x.png" "8" "editclear.png" "8" "editclear@2x.png" "8" "editcopy.png" "8" @@ -4169,6 +4644,10 @@ "linkicon@2x.png" "8" "locked.png" "8" "locked@2x.png" "8" +"macos_touchbar_bookmark.png" "8" +"macos_touchbar_bookmark@2x.png" "8" +"macos_touchbar_clear.png" "8" +"macos_touchbar_clear@2x.png" "8" "magnifier.png" "8" "magnifier@2x.png" "8" "minus.png" "8" @@ -4181,6 +4660,8 @@ "notloaded@2x.png" "8" "ok.png" "8" "ok@2x.png" "8" +"online.png" "8" +"online@2x.png" "8" "pan.png" "8" "pan@2x.png" "8" "panel_button.png" "8" @@ -4195,6 +4676,8 @@ "panel_button_pressed@2x.png" "8" "panel_manage_button.png" "8" "panel_manage_button@2x.png" "8" +"pinned.png" "8" +"pinned@2x.png" "8" "plus.png" "8" "plus@2x.png" "8" "prev.png" "8" @@ -4221,12 +4704,22 @@ "reset@2x.png" "8" "rightsidebaricon.png" "8" "rightsidebaricon@2x.png" "8" +"run_file.png" "8" +"run_file@2x.png" "8" "run_small.png" "8" "run_small@2x.png" "8" +"runselected_boxes.png" "8" +"runselected_boxes@2x.png" "8" +"runselected_tickmarks.png" "8" +"runselected_tickmarks@2x.png" "8" "select.png" "8" "select@2x.png" "8" +"settings.png" "8" +"settings@2x.png" "8" "snapshot.png" "8" "snapshot@2x.png" "8" +"sort_alphabetically.png" "8" +"sort_alphabetically@2x.png" "8" "splitbutton_closebottom.png" "8" "splitbutton_closebottom@2x.png" "8" "splitbutton_closeleft.png" "8" @@ -4241,10 +4734,13 @@ "splitbutton_vertical@2x.png" "8" "stop_small.png" "8" "stop_small@2x.png" "8" +"toggleprogressdetails.png" "8" +"toggleprogressdetails@2x.png" "8" "toolbuttonexpandarrow.png" "8" "toolbuttonexpandarrow@2x.png" "8" "undo.png" "8" "undo@2x.png" "8" +"unknownfile.png" "8" "unlocked.png" "8" "unlocked@2x.png" "8" "warning.png" "8" @@ -4259,11 +4755,126 @@ "zoomin_overlay@2x.png" "8" "zoomout_overlay.png" "8" "zoomout_overlay@2x.png" "8" +"mimetypes" "7" +"freedesktop.org.xml" "8" "f1.png" "8" "Other files" "3" "utils.qbs" "4" "utils_dependencies" "2" "utils_dependencies.pri" "3" +"yaml-cpp" "2" +"yaml-cpp.pro" "3" +"qtcreatorlibrary" "3" +"qtcreatorlibrary.pri" "4" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"rpath" "4" +"rpath.pri" "5" +"yaml-cpp_dependencies" "4" +"yaml-cpp_dependencies.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_pch.h" "6" +"yaml-cpp" "3" +"yaml-cpp.pri" "4" +"Headers" "4" +"node" "6" +"detail" "7" +"bool_type.h" "8" +"impl.h" "8" +"iterator.h" "8" +"iterator_fwd.h" "8" +"memory.h" "8" +"node.h" "8" +"node_data.h" "8" +"node_iterator.h" "8" +"node_ref.h" "8" +"convert.h" "7" +"emit.h" "7" +"impl.h" "7" +"iterator.h" "7" +"node.h" "7" +"parse.h" "7" +"ptr.h" "7" +"type.h" "7" +"anchor.h" "6" +"binary.h" "6" +"dll.h" "6" +"emitfromevents.h" "6" +"emitter.h" "6" +"emitterdef.h" "6" +"emittermanip.h" "6" +"emitterstyle.h" "6" +"eventhandler.h" "6" +"exceptions.h" "6" +"mark.h" "6" +"noncopyable.h" "6" +"null.h" "6" +"ostream_wrapper.h" "6" +"parser.h" "6" +"stlemitter.h" "6" +"traits.h" "6" +"yaml.h" "6" +"src" "5" +"collectionstack.h" "6" +"directives.h" "6" +"emitterstate.h" "6" +"emitterutils.h" "6" +"exp.h" "6" +"indentation.h" "6" +"nodebuilder.h" "6" +"nodeevents.h" "6" +"ptr_vector.h" "6" +"regex_yaml.h" "6" +"regeximpl.h" "6" +"scanner.h" "6" +"scanscalar.h" "6" +"scantag.h" "6" +"setting.h" "6" +"singledocparser.h" "6" +"stream.h" "6" +"streamcharsource.h" "6" +"stringsource.h" "6" +"tag.h" "6" +"token.h" "6" +"Sources" "4" +"src" "5" +"binary.cpp" "6" +"convert.cpp" "6" +"directives.cpp" "6" +"emit.cpp" "6" +"emitfromevents.cpp" "6" +"emitter.cpp" "6" +"emitterstate.cpp" "6" +"emitterutils.cpp" "6" +"exceptions.cpp" "6" +"exp.cpp" "6" +"memory.cpp" "6" +"node.cpp" "6" +"node_data.cpp" "6" +"nodebuilder.cpp" "6" +"nodeevents.cpp" "6" +"null.cpp" "6" +"ostream_wrapper.cpp" "6" +"parse.cpp" "6" +"parser.cpp" "6" +"regex_yaml.cpp" "6" +"scanner.cpp" "6" +"scanscalar.cpp" "6" +"scantag.cpp" "6" +"scantoken.cpp" "6" +"simplekey.cpp" "6" +"singledocparser.cpp" "6" +"stream.cpp" "6" +"tag.cpp" "6" +"Other files" "3" +"yaml-cpp.qbs" "4" +"yaml-cpp_installation" "2" +"yaml-cpp_installation.pri" "3" "Other files" "2" "libs.qbs" "3" "plugins" "1" @@ -4278,22 +4889,30 @@ "coreplugin_dependencies.pri" "5" "debugger_dependencies" "4" "debugger_dependencies.pri" "5" +"languageclient_dependencies" "4" +"languageclient_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"languageclient_dependencies" "5" +"languageclient_dependencies.pri" "6" +"languageserverprotocol_dependencies" "5" +"languageserverprotocol_dependencies.pri" "6" "languageutils_dependencies" "5" "languageutils_dependencies.pri" "6" "projectexplorer_dependencies" "5" @@ -4302,127 +4921,144 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "Android.json.in" "6" "Headers" "3" -"adbcommandswidget.h" "4" "android_global.h" "4" "androidavdmanager.h" "4" "androidbuildapkstep.h" "4" -"androidbuildapkwidget.h" "4" "androidconfigurations.h" "4" "androidconstants.h" "4" "androidcreatekeystorecertificate.h" "4" "androiddebugsupport.h" "4" -"androiddeployconfiguration.h" "4" "androiddeployqtstep.h" "4" -"androiddeployqtwidget.h" "4" "androiddevice.h" "4" -"androiddevicedialog.h" "4" -"androiddevicefactory.h" "4" +"androiddeviceinfo.h" "4" "androiderrormessage.h" "4" -"androidgdbserverkitinformation.h" "4" +"androidextralibrarylistmodel.h" "4" "androidglobal.h" "4" "androidmanager.h" "4" "androidmanifestdocument.h" "4" "androidmanifesteditor.h" "4" "androidmanifesteditorfactory.h" "4" +"androidmanifesteditoriconcontainerwidget.h" "4" +"androidmanifesteditoriconwidget.h" "4" "androidmanifesteditorwidget.h" "4" "androidpackageinstallationstep.h" "4" "androidplugin.h" "4" "androidpotentialkit.h" "4" +"androidqmlpreviewworker.h" "4" "androidqmltoolingsupport.h" "4" -"androidqtsupport.h" "4" "androidqtversion.h" "4" -"androidqtversionfactory.h" "4" "androidrunconfiguration.h" "4" "androidruncontrol.h" "4" "androidrunner.h" "4" "androidrunnerworker.h" "4" +"androidsdkdownloader.h" "4" "androidsdkmanager.h" "4" "androidsdkmanagerwidget.h" "4" "androidsdkmodel.h" "4" "androidsdkpackage.h" "4" -"androidsettingspage.h" "4" +"androidservicewidget.h" "4" +"androidservicewidget_p.h" "4" "androidsettingswidget.h" "4" "androidsignaloperation.h" "4" "androidtoolchain.h" "4" -"androidtoolmanager.h" "4" "avddialog.h" "4" +"avdmanageroutputparser.h" "4" "certificatesmodel.h" "4" +"createandroidmanifestwizard.h" "4" "javaeditor.h" "4" "javaindenter.h" "4" +"javalanguageserver.h" "4" "javaparser.h" "4" +"splashscreencontainerwidget.h" "4" +"splashscreenwidget.h" "4" "Sources" "3" -"adbcommandswidget.cpp" "4" "androidavdmanager.cpp" "4" "androidbuildapkstep.cpp" "4" -"androidbuildapkwidget.cpp" "4" "androidconfigurations.cpp" "4" "androidcreatekeystorecertificate.cpp" "4" "androiddebugsupport.cpp" "4" -"androiddeployconfiguration.cpp" "4" "androiddeployqtstep.cpp" "4" -"androiddeployqtwidget.cpp" "4" "androiddevice.cpp" "4" -"androiddevicedialog.cpp" "4" -"androiddevicefactory.cpp" "4" +"androiddeviceinfo.cpp" "4" "androiderrormessage.cpp" "4" -"androidgdbserverkitinformation.cpp" "4" +"androidextralibrarylistmodel.cpp" "4" "androidmanager.cpp" "4" "androidmanifestdocument.cpp" "4" "androidmanifesteditor.cpp" "4" "androidmanifesteditorfactory.cpp" "4" +"androidmanifesteditoriconcontainerwidget.cpp" "4" +"androidmanifesteditoriconwidget.cpp" "4" "androidmanifesteditorwidget.cpp" "4" "androidpackageinstallationstep.cpp" "4" "androidplugin.cpp" "4" "androidpotentialkit.cpp" "4" +"androidqmlpreviewworker.cpp" "4" "androidqmltoolingsupport.cpp" "4" -"androidqtsupport.cpp" "4" "androidqtversion.cpp" "4" -"androidqtversionfactory.cpp" "4" "androidrunconfiguration.cpp" "4" "androidruncontrol.cpp" "4" "androidrunner.cpp" "4" "androidrunnerworker.cpp" "4" +"androidsdkdownloader.cpp" "4" "androidsdkmanager.cpp" "4" "androidsdkmanagerwidget.cpp" "4" "androidsdkmodel.cpp" "4" "androidsdkpackage.cpp" "4" -"androidsettingspage.cpp" "4" +"androidservicewidget.cpp" "4" "androidsettingswidget.cpp" "4" "androidsignaloperation.cpp" "4" "androidtoolchain.cpp" "4" -"androidtoolmanager.cpp" "4" "avddialog.cpp" "4" +"avdmanageroutputparser.cpp" "4" "certificatesmodel.cpp" "4" +"createandroidmanifestwizard.cpp" "4" "javaeditor.cpp" "4" "javaindenter.cpp" "4" +"javalanguageserver.cpp" "4" "javaparser.cpp" "4" +"splashscreencontainerwidget.cpp" "4" +"splashscreenwidget.cpp" "4" "Forms" "3" -"adbcommandswidget.ui" "4" "addnewavddialog.ui" "4" -"androidbuildapkwidget.ui" "4" "androidcreatekeystorecertificate.ui" "4" -"androiddeployqtwidget.ui" "4" -"androiddevicedialog.ui" "4" "androidsdkmanagerwidget.ui" "4" "androidsettingswidget.ui" "4" "Resources" "3" @@ -4433,7 +5069,6 @@ "androiddevice@2x.png" "7" "androiddevicesmall.png" "7" "androiddevicesmall@2x.png" "7" -"download.png" "7" "Other files" "3" "android.qbs" "4" "android_dependencies" "2" @@ -4446,8 +5081,8 @@ "autotest_dependencies.pri" "5" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "debugger_dependencies" "4" "debugger_dependencies.pri" "5" "projectexplorer_dependencies" "4" @@ -4462,12 +5097,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -4482,26 +5119,69 @@ "qmljs_dependencies.pri" "6" "qmljstools_dependencies" "5" "qmljstools_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "AutoTest.json.in" "6" "Headers" "3" +"boost" "4" +"boostcodeparser.h" "5" +"boosttestconfiguration.h" "5" +"boosttestconstants.h" "5" +"boosttestframework.h" "5" +"boosttestoutputreader.h" "5" +"boosttestparser.h" "5" +"boosttestresult.h" "5" +"boosttestsettings.h" "5" +"boosttesttreeitem.h" "5" +"catch" "4" +"catchcodeparser.h" "5" +"catchconfiguration.h" "5" +"catchframework.h" "5" +"catchoutputreader.h" "5" +"catchresult.h" "5" +"catchtestparser.h" "5" +"catchtestsettings.h" "5" +"catchtreeitem.h" "5" +"ctest" "4" +"ctestconfiguration.h" "5" +"ctestoutputreader.h" "5" +"ctestsettings.h" "5" +"ctesttool.h" "5" +"ctesttreeitem.h" "5" "gtest" "4" "gtest_utils.h" "5" "gtestconfiguration.h" "5" @@ -4511,7 +5191,6 @@ "gtestparser.h" "5" "gtestresult.h" "5" "gtestsettings.h" "5" -"gtestsettingspage.h" "5" "gtesttreeitem.h" "5" "gtestvisitors.h" "5" "qtest" "4" @@ -4523,7 +5202,6 @@ "qttestparser.h" "5" "qttestresult.h" "5" "qttestsettings.h" "5" -"qttestsettingspage.h" "5" "qttesttreeitem.h" "5" "qttestvisitors.h" "5" "quick" "4" @@ -4538,16 +5216,18 @@ "autotesticons.h" "4" "autotestplugin.h" "4" "autotestunittests.h" "4" -"iframeworksettings.h" "4" +"itemdatacache.h" "4" "itestframework.h" "4" "itestparser.h" "4" -"itestsettingspage.h" "4" +"loadprojectscenario.h" "4" +"projectsettingswidget.h" "4" "testcodeparser.h" "4" "testconfiguration.h" "4" "testeditormark.h" "4" "testframeworkmanager.h" "4" "testnavigationwidget.h" "4" "testoutputreader.h" "4" +"testprojectsettings.h" "4" "testresult.h" "4" "testresultdelegate.h" "4" "testresultmodel.h" "4" @@ -4561,6 +5241,30 @@ "testtreemodel.h" "4" "testtreeview.h" "4" "Sources" "3" +"boost" "4" +"boostcodeparser.cpp" "5" +"boosttestconfiguration.cpp" "5" +"boosttestframework.cpp" "5" +"boosttestoutputreader.cpp" "5" +"boosttestparser.cpp" "5" +"boosttestresult.cpp" "5" +"boosttestsettings.cpp" "5" +"boosttesttreeitem.cpp" "5" +"catch" "4" +"catchcodeparser.cpp" "5" +"catchconfiguration.cpp" "5" +"catchframework.cpp" "5" +"catchoutputreader.cpp" "5" +"catchresult.cpp" "5" +"catchtestparser.cpp" "5" +"catchtestsettings.cpp" "5" +"catchtreeitem.cpp" "5" +"ctest" "4" +"ctestconfiguration.cpp" "5" +"ctestoutputreader.cpp" "5" +"ctestsettings.cpp" "5" +"ctesttool.cpp" "5" +"ctesttreeitem.cpp" "5" "gtest" "4" "gtest_utils.cpp" "5" "gtestconfiguration.cpp" "5" @@ -4569,7 +5273,6 @@ "gtestparser.cpp" "5" "gtestresult.cpp" "5" "gtestsettings.cpp" "5" -"gtestsettingspage.cpp" "5" "gtesttreeitem.cpp" "5" "gtestvisitors.cpp" "5" "qtest" "4" @@ -4580,7 +5283,6 @@ "qttestparser.cpp" "5" "qttestresult.cpp" "5" "qttestsettings.cpp" "5" -"qttestsettingspage.cpp" "5" "qttesttreeitem.cpp" "5" "qttestvisitors.cpp" "5" "quick" "4" @@ -4592,13 +5294,17 @@ "quicktestvisitors.cpp" "5" "autotestplugin.cpp" "4" "autotestunittests.cpp" "4" +"itestframework.cpp" "4" "itestparser.cpp" "4" +"loadprojectscenario.cpp" "4" +"projectsettingswidget.cpp" "4" "testcodeparser.cpp" "4" "testconfiguration.cpp" "4" "testeditormark.cpp" "4" "testframeworkmanager.cpp" "4" "testnavigationwidget.cpp" "4" "testoutputreader.cpp" "4" +"testprojectsettings.cpp" "4" "testresult.cpp" "4" "testresultdelegate.cpp" "4" "testresultmodel.cpp" "4" @@ -4611,10 +5317,6 @@ "testtreemodel.cpp" "4" "testtreeview.cpp" "4" "Forms" "3" -"gtest" "4" -"gtestsettingspage.ui" "5" -"qtest" "4" -"qttestsettingspage.ui" "5" "testsettingspage.ui" "4" "Resources" "3" "autotest.qrc" "4" @@ -4623,18 +5325,13 @@ "benchmark.png" "7" "benchmark@2x.png" "7" "data.png" "7" +"data@2x.png" "7" "leafsort.png" "7" "leafsort@2x.png" "7" -"run_file.png" "7" -"run_file@2x.png" "7" -"runselected_boxes.png" "7" -"runselected_boxes@2x.png" "7" -"runselected_tickmarks.png" "7" -"runselected_tickmarks@2x.png" "7" "settingscategory_autotest.png" "7" "settingscategory_autotest@2x.png" "7" -"sort.png" "7" -"sort@2x.png" "7" +"suite.png" "7" +"suite@2x.png" "7" "text.png" "7" "text@2x.png" "7" "visual.png" "7" @@ -4708,6 +5405,29 @@ "tst_simple.h" "9" "plain.pro" "8" "plain.qbs" "8" +"simple_boost" "7" +"src" "8" +"main.cpp" "9" +"src.pro" "9" +"src.qbs" "9" +"tests" "8" +"deco" "9" +"deco.pro" "10" +"deco.qbs" "10" +"enab.h" "10" +"main.cpp" "10" +"fix" "9" +"fix.cpp" "10" +"fix.pro" "10" +"fix.qbs" "10" +"params" "9" +"main.cpp" "10" +"params.pro" "10" +"params.qbs" "10" +"tests.pro" "9" +"tests.qbs" "9" +"simple_boost.pro" "8" +"simple_boost.qbs" "8" "simple_gt" "7" "src" "8" "main.cpp" "9" @@ -4748,32 +5468,50 @@ "autotoolsprojectmanager_dependencies.pri" "5" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" @@ -4787,11 +5525,8 @@ "autogenstep.h" "4" "autoreconfstep.h" "4" "autotoolsbuildconfiguration.h" "4" -"autotoolsbuildsettingswidget.h" "4" -"autotoolsopenprojectwizard.h" "4" -"autotoolsproject.h" "4" +"autotoolsbuildsystem.h" "4" "autotoolsprojectconstants.h" "4" -"autotoolsprojectnode.h" "4" "autotoolsprojectplugin.h" "4" "configurestep.h" "4" "makefileparser.h" "4" @@ -4801,10 +5536,7 @@ "autogenstep.cpp" "4" "autoreconfstep.cpp" "4" "autotoolsbuildconfiguration.cpp" "4" -"autotoolsbuildsettingswidget.cpp" "4" -"autotoolsopenprojectwizard.cpp" "4" -"autotoolsproject.cpp" "4" -"autotoolsprojectnode.cpp" "4" +"autotoolsbuildsystem.cpp" "4" "autotoolsprojectplugin.cpp" "4" "configurestep.cpp" "4" "makefileparser.cpp" "4" @@ -4816,6 +5548,22 @@ "autotoolsprojectmanager_dependencies.pri" "3" "baremetal" "2" "baremetal.pro" "3" +"gdbservers" "3" +"gdbservers.pri" "4" +"Headers" "4" +"eblinkgdbserverprovider.h" "5" +"gdbserverprovider.h" "5" +"genericgdbserverprovider.h" "5" +"jlinkgdbserverprovider.h" "5" +"openocdgdbserverprovider.h" "5" +"stlinkutilgdbserverprovider.h" "5" +"Sources" "4" +"eblinkgdbserverprovider.cpp" "5" +"gdbserverprovider.cpp" "5" +"genericgdbserverprovider.cpp" "5" +"jlinkgdbserverprovider.cpp" "5" +"openocdgdbserverprovider.cpp" "5" +"stlinkutilgdbserverprovider.cpp" "5" "qtcreatorplugin" "3" "qtcreatorplugin.pri" "4" "baremetal_dependencies" "4" @@ -4830,12 +5578,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -4848,14 +5598,30 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -4863,45 +5629,80 @@ "qtcreator_gui_pch.h" "6" "Other files" "4" "BareMetal.json.in" "6" +"uvscservers" "3" +"uvscservers.pri" "4" +"Headers" "4" +"jlinkuvscserverprovider.h" "5" +"simulatoruvscserverprovider.h" "5" +"stlinkuvscserverprovider.h" "5" +"uvproject.h" "5" +"uvprojectwriter.h" "5" +"uvscserverprovider.h" "5" +"uvtargetdevicemodel.h" "5" +"uvtargetdeviceselection.h" "5" +"uvtargetdeviceviewer.h" "5" +"uvtargetdrivermodel.h" "5" +"uvtargetdriverselection.h" "5" +"uvtargetdriverviewer.h" "5" +"xmlnodevisitor.h" "5" +"xmlproject.h" "5" +"xmlprojectwriter.h" "5" +"xmlproperty.h" "5" +"xmlpropertygroup.h" "5" +"Sources" "4" +"jlinkuvscserverprovider.cpp" "5" +"simulatoruvscserverprovider.cpp" "5" +"stlinkuvscserverprovider.cpp" "5" +"uvproject.cpp" "5" +"uvprojectwriter.cpp" "5" +"uvscserverprovider.cpp" "5" +"uvtargetdevicemodel.cpp" "5" +"uvtargetdeviceselection.cpp" "5" +"uvtargetdeviceviewer.cpp" "5" +"uvtargetdrivermodel.cpp" "5" +"uvtargetdriverselection.cpp" "5" +"uvtargetdriverviewer.cpp" "5" +"xmlproject.cpp" "5" +"xmlprojectwriter.cpp" "5" +"xmlproperty.cpp" "5" +"xmlpropertygroup.cpp" "5" "Headers" "3" "baremetalconstants.h" "4" -"baremetalcustomrunconfiguration.h" "4" "baremetaldebugsupport.h" "4" "baremetaldevice.h" "4" -"baremetaldeviceconfigurationfactory.h" "4" "baremetaldeviceconfigurationwidget.h" "4" "baremetaldeviceconfigurationwizard.h" "4" "baremetaldeviceconfigurationwizardpages.h" "4" -"baremetalgdbcommandsdeploystep.h" "4" "baremetalplugin.h" "4" "baremetalrunconfiguration.h" "4" -"defaultgdbserverprovider.h" "4" -"gdbserverprovider.h" "4" -"gdbserverproviderchooser.h" "4" -"gdbserverprovidermanager.h" "4" -"gdbserverproviderprocess.h" "4" -"gdbserverproviderssettingspage.h" "4" -"openocdgdbserverprovider.h" "4" -"stlinkutilgdbserverprovider.h" "4" +"debugserverproviderchooser.h" "4" +"debugserverprovidermanager.h" "4" +"debugserverproviderssettingspage.h" "4" +"iarewparser.h" "4" +"iarewtoolchain.h" "4" +"idebugserverprovider.h" "4" +"keilparser.h" "4" +"keiltoolchain.h" "4" +"sdccparser.h" "4" +"sdcctoolchain.h" "4" "Sources" "3" -"baremetalcustomrunconfiguration.cpp" "4" "baremetaldebugsupport.cpp" "4" "baremetaldevice.cpp" "4" -"baremetaldeviceconfigurationfactory.cpp" "4" "baremetaldeviceconfigurationwidget.cpp" "4" "baremetaldeviceconfigurationwizard.cpp" "4" "baremetaldeviceconfigurationwizardpages.cpp" "4" -"baremetalgdbcommandsdeploystep.cpp" "4" "baremetalplugin.cpp" "4" "baremetalrunconfiguration.cpp" "4" -"defaultgdbserverprovider.cpp" "4" -"gdbserverprovider.cpp" "4" -"gdbserverproviderchooser.cpp" "4" -"gdbserverprovidermanager.cpp" "4" -"gdbserverproviderprocess.cpp" "4" -"gdbserverproviderssettingspage.cpp" "4" -"openocdgdbserverprovider.cpp" "4" -"stlinkutilgdbserverprovider.cpp" "4" +"debugserverproviderchooser.cpp" "4" +"debugserverprovidermanager.cpp" "4" +"debugserverproviderssettingspage.cpp" "4" +"iarewparser.cpp" "4" +"iarewtoolchain.cpp" "4" +"idebugserverprovider.cpp" "4" +"keilparser.cpp" "4" +"keiltoolchain.cpp" "4" +"sdccparser.cpp" "4" +"sdcctoolchain.cpp" "4" "Resources" "3" "baremetal.qrc" "4" "/baremetal" "5" @@ -4930,26 +5731,38 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "diffeditor_dependencies" "5" "diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" "vcsbase_dependencies" "5" "vcsbase_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "vcsbase_dependencies" "4" "vcsbase_dependencies.pri" "5" "Headers" "4" @@ -4961,32 +5774,25 @@ "annotationhighlighter.h" "4" "bazaarclient.h" "4" "bazaarcommitwidget.h" "4" -"bazaarcontrol.h" "4" "bazaareditor.h" "4" "bazaarplugin.h" "4" "bazaarsettings.h" "4" "branchinfo.h" "4" "commiteditor.h" "4" "constants.h" "4" -"optionspage.h" "4" "pullorpushdialog.h" "4" -"uncommitdialog.h" "4" "Sources" "3" "annotationhighlighter.cpp" "4" "bazaarclient.cpp" "4" "bazaarcommitwidget.cpp" "4" -"bazaarcontrol.cpp" "4" "bazaareditor.cpp" "4" "bazaarplugin.cpp" "4" "bazaarsettings.cpp" "4" "branchinfo.cpp" "4" "commiteditor.cpp" "4" -"optionspage.cpp" "4" "pullorpushdialog.cpp" "4" -"uncommitdialog.cpp" "4" "Forms" "3" "bazaarcommitpanel.ui" "4" -"optionspage.ui" "4" "pullorpushdialog.ui" "4" "revertdialog.ui" "4" "uncommitdialog.ui" "4" @@ -5002,10 +5808,6 @@ "beautifier_dependencies.pri" "5" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cppeditor_dependencies" "4" -"cppeditor_dependencies.pri" "5" -"diffeditor_dependencies" "4" -"diffeditor_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" "qtcreator" "4" @@ -5014,28 +5816,34 @@ "aggregation_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"cppeditor_dependencies" "5" -"cppeditor_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" -"diffeditor_dependencies" "5" -"diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -5061,7 +5869,6 @@ "beautifierabstracttool.h" "4" "beautifierconstants.h" "4" "beautifierplugin.h" "4" -"command.h" "4" "configurationdialog.h" "4" "configurationeditor.h" "4" "configurationpanel.h" "4" @@ -5082,7 +5889,6 @@ "uncrustifysettings.cpp" "5" "abstractsettings.cpp" "4" "beautifierplugin.cpp" "4" -"command.cpp" "4" "configurationdialog.cpp" "4" "configurationeditor.cpp" "4" "configurationpanel.cpp" "4" @@ -5124,14 +5930,28 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -5172,16 +5992,30 @@ "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -5202,6 +6036,133 @@ "bookmarks.qbs" "4" "bookmarks_dependencies" "2" "bookmarks_dependencies.pri" "3" +"boot2qt" "2" +"boot2qt.pro" "3" +"boot2qt_dependencies" "3" +"boot2qt_dependencies.pri" "4" +"device-detection" "3" +"device-detection.pri" "4" +"Headers" "4" +"devicedetector.h" "5" +"hostmessages.h" "5" +"qdbdevicetracker.h" "5" +"qdbmessagetracker.h" "5" +"qdbwatcher.h" "5" +"Sources" "4" +"devicedetector.cpp" "5" +"hostmessages.cpp" "5" +"qdbdevicetracker.cpp" "5" +"qdbmessagetracker.cpp" "5" +"qdbwatcher.cpp" "5" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"boot2qt_dependencies" "4" +"boot2qt_dependencies.pri" "5" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"debugger_dependencies" "4" +"debugger_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"debugger_dependencies" "5" +"debugger_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"languageutils_dependencies" "5" +"languageutils_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qmldebug_dependencies" "5" +"qmldebug_dependencies.pri" "6" +"qmljs_dependencies" "5" +"qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"remotelinux_dependencies" "5" +"remotelinux_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"qtsupport_dependencies" "4" +"qtsupport_dependencies.pri" "5" +"remotelinux_dependencies" "4" +"remotelinux_dependencies.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"Boot2Qt.json.in" "6" +"Headers" "3" +"qdb_global.h" "4" +"qdbconstants.h" "4" +"qdbdeployconfigurationfactory.h" "4" +"qdbdevice.h" "4" +"qdbdevicedebugsupport.h" "4" +"qdbmakedefaultappservice.h" "4" +"qdbmakedefaultappstep.h" "4" +"qdbplugin.h" "4" +"qdbqtversion.h" "4" +"qdbrunconfiguration.h" "4" +"qdbstopapplicationservice.h" "4" +"qdbstopapplicationstep.h" "4" +"qdbutils.h" "4" +"Sources" "3" +"qdbdeployconfigurationfactory.cpp" "4" +"qdbdevice.cpp" "4" +"qdbdevicedebugsupport.cpp" "4" +"qdbmakedefaultappservice.cpp" "4" +"qdbmakedefaultappstep.cpp" "4" +"qdbplugin.cpp" "4" +"qdbqtversion.cpp" "4" +"qdbrunconfiguration.cpp" "4" +"qdbstopapplicationservice.cpp" "4" +"qdbstopapplicationstep.cpp" "4" +"qdbutils.cpp" "4" +"Resources" "3" +"qdb.qrc" "4" +"/qdb" "5" +"images" "6" +"qdbdevice.png" "7" +"qdbdevice@2x.png" "7" +"qdbdevicesmall.png" "7" +"qdbdevicesmall@2x.png" "7" +"Other files" "3" +"boot2qt.qbs" "4" +"boot2qt_dependencies" "2" +"boot2qt_dependencies.pri" "3" "clangcodemodel" "2" "clangcodemodel.pro" "3" "clang_defines" "3" @@ -5216,8 +6177,8 @@ "coreplugin_dependencies.pri" "5" "cppeditor_dependencies" "4" "cppeditor_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"languageclient_dependencies" "4" +"languageclient_dependencies.pri" "5" "qmakeprojectmanager_dependencies" "4" "qmakeprojectmanager_dependencies.pri" "5" "qtcreator" "4" @@ -5230,24 +6191,42 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"languageclient_dependencies" "5" +"languageclient_dependencies.pri" "6" +"languageserverprotocol_dependencies" "5" +"languageserverprotocol_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "sqlite_dependencies" "5" "sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -5258,9 +6237,9 @@ "clangautomationutils.h" "5" "clangbatchfileprocessor.h" "5" "clangcodecompletion_test.h" "5" +"clangdtests.h" "5" "clangactivationsequencecontextprocessor.h" "4" "clangactivationsequenceprocessor.h" "4" -"clangassistproposal.h" "4" "clangassistproposalitem.h" "4" "clangassistproposalmodel.h" "4" "clangbackendcommunicator.h" "4" @@ -5275,9 +6254,12 @@ "clangcompletioncontextanalyzer.h" "4" "clangconstants.h" "4" "clangcurrentdocumentfilter.h" "4" +"clangdclient.h" "4" "clangdiagnosticfilter.h" "4" "clangdiagnosticmanager.h" "4" "clangdiagnostictooltipwidget.h" "4" +"clangdlocatorfilters.h" "4" +"clangdquickfixfactory.h" "4" "clangeditordocumentparser.h" "4" "clangeditordocumentprocessor.h" "4" "clangfixitoperation.h" "4" @@ -5301,9 +6283,9 @@ "clangautomationutils.cpp" "5" "clangbatchfileprocessor.cpp" "5" "clangcodecompletion_test.cpp" "5" +"clangdtests.cpp" "5" "clangactivationsequencecontextprocessor.cpp" "4" "clangactivationsequenceprocessor.cpp" "4" -"clangassistproposal.cpp" "4" "clangassistproposalitem.cpp" "4" "clangassistproposalmodel.cpp" "4" "clangbackendcommunicator.cpp" "4" @@ -5317,9 +6299,12 @@ "clangcompletionchunkstotextconverter.cpp" "4" "clangcompletioncontextanalyzer.cpp" "4" "clangcurrentdocumentfilter.cpp" "4" +"clangdclient.cpp" "4" "clangdiagnosticfilter.cpp" "4" "clangdiagnosticmanager.cpp" "4" "clangdiagnostictooltipwidget.cpp" "4" +"clangdlocatorfilters.cpp" "4" +"clangdquickfixfactory.cpp" "4" "clangeditordocumentparser.cpp" "4" "clangeditordocumentprocessor.cpp" "4" "clangfixitoperation.cpp" "4" @@ -5341,112 +6326,169 @@ "clangprojectsettingswidget.ui" "4" "Resources" "3" "/unittests/ClangCodeModel" "5" -"exampleIncludeDir" "6" -"mylib" "7" -"mylib.h" "8" -"file.h" "7" -"otherFile.h" "7" +"completion" "6" +"exampleIncludeDir" "7" +"mylib" "8" +"mylib.h" "9" +"file.h" "8" +"otherFile.h" "8" +"classAndConstructorCompletion.cpp" "7" +"completion.pro" "7" +"completionWithProject.cpp" "7" +"constructorCompletion.cpp" "7" +"dotToArrowCorrection.cpp" "7" +"doxygenKeywordsCompletion.cpp" "7" +"functionAddress.cpp" "7" +"functionCompletion.cpp" "7" +"functionCompletionFiltered.cpp" "7" +"functionCompletionFiltered2.cpp" "7" +"globalCompletion.cpp" "7" +"includeDirectiveCompletion.cpp" "7" +"main.cpp" "7" +"mainwindow.cpp" "7" +"mainwindow.h" "7" +"mainwindow.ui" "7" +"membercompletion-friend.cpp" "7" +"membercompletion-inside.cpp" "7" +"membercompletion-outside.cpp" "7" +"memberCompletion.cpp" "7" +"noDotToArrowCorrectionForFloats.cpp" "7" +"preprocessorKeywordsCompletion.cpp" "7" +"preprocessorKeywordsCompletion2.cpp" "7" +"preprocessorKeywordsCompletion3.cpp" "7" +"privateFuncDefCompletion.cpp" "7" +"signalCompletion.cpp" "7" +"find-usages" "6" +"defs.h" "7" +"find-usages.pro" "7" +"main.cpp" "7" +"follow-symbol" "6" +"cursor.cpp" "7" +"cursor.h" "7" +"follow-symbol.pro" "7" +"header.h" "7" +"main.cpp" "7" +"highlighting" "6" +"highlighting.cpp" "7" +"highlighting.pro" "7" +"highlightingmarks.h" "7" +"local-references" "6" +"local-references.pro" "7" +"references.cpp" "7" "qt-widgets-app" "6" "main.cpp" "7" "mainwindow.cpp" "7" "mainwindow.h" "7" "mainwindow.ui" "7" "qt-widgets-app.pro" "7" -"completionWithProject.cpp" "6" -"constructorCompletion.cpp" "6" -"dotToArrowCorrection.cpp" "6" -"doxygenKeywordsCompletion.cpp" "6" -"functionCompletion.cpp" "6" -"globalCompletion.cpp" "6" -"includeDirectiveCompletion.cpp" "6" -"memberCompletion.cpp" "6" +"tooltips" "6" +"subdir" "7" +"tooltipinfo.h" "8" +"tooltips.cpp" "7" +"tooltips.pro" "7" "myheader.h" "6" "mysource.cpp" "6" -"noDotToArrowCorrectionForFloats.cpp" "6" "objc_messages_1.mm" "6" "objc_messages_2.mm" "6" "objc_messages_3.mm" "6" -"preprocessorKeywordsCompletion.cpp" "6" "Other files" "3" -"creator-clang-codemodel.qdoc" "5" "clangtestdata.qrc" "5" "/unittests/ClangCodeModel" "6" -"exampleIncludeDir" "7" -"mylib" "8" -"mylib.h" "9" -"file.h" "8" -"otherFile.h" "8" +"completion" "7" +"exampleIncludeDir" "8" +"mylib" "9" +"mylib.h" "10" +"file.h" "9" +"otherFile.h" "9" +"classAndConstructorCompletion.cpp" "8" +"completion.pro" "8" +"completionWithProject.cpp" "8" +"constructorCompletion.cpp" "8" +"dotToArrowCorrection.cpp" "8" +"doxygenKeywordsCompletion.cpp" "8" +"functionAddress.cpp" "8" +"functionCompletion.cpp" "8" +"functionCompletionFiltered.cpp" "8" +"functionCompletionFiltered2.cpp" "8" +"globalCompletion.cpp" "8" +"includeDirectiveCompletion.cpp" "8" +"main.cpp" "8" +"mainwindow.cpp" "8" +"mainwindow.h" "8" +"mainwindow.ui" "8" +"membercompletion-friend.cpp" "8" +"membercompletion-inside.cpp" "8" +"membercompletion-outside.cpp" "8" +"memberCompletion.cpp" "8" +"noDotToArrowCorrectionForFloats.cpp" "8" +"preprocessorKeywordsCompletion.cpp" "8" +"preprocessorKeywordsCompletion2.cpp" "8" +"preprocessorKeywordsCompletion3.cpp" "8" +"privateFuncDefCompletion.cpp" "8" +"signalCompletion.cpp" "8" +"find-usages" "7" +"defs.h" "8" +"find-usages.pro" "8" +"main.cpp" "8" +"follow-symbol" "7" +"cursor.cpp" "8" +"cursor.h" "8" +"follow-symbol.pro" "8" +"header.h" "8" +"main.cpp" "8" +"highlighting" "7" +"highlighting.cpp" "8" +"highlighting.pro" "8" +"highlightingmarks.h" "8" +"local-references" "7" +"local-references.pro" "8" +"references.cpp" "8" "qt-widgets-app" "7" "main.cpp" "8" "mainwindow.cpp" "8" "mainwindow.h" "8" "mainwindow.ui" "8" "qt-widgets-app.pro" "8" -"completionWithProject.cpp" "7" -"constructorCompletion.cpp" "7" -"dotToArrowCorrection.cpp" "7" -"doxygenKeywordsCompletion.cpp" "7" -"functionCompletion.cpp" "7" -"globalCompletion.cpp" "7" -"includeDirectiveCompletion.cpp" "7" -"memberCompletion.cpp" "7" +"tooltips" "7" +"subdir" "8" +"tooltipinfo.h" "9" +"tooltips.cpp" "8" +"tooltips.pro" "8" "myheader.h" "7" "mysource.cpp" "7" -"noDotToArrowCorrectionForFloats.cpp" "7" "objc_messages_1.mm" "7" "objc_messages_2.mm" "7" "objc_messages_3.mm" "7" -"preprocessorKeywordsCompletion.cpp" "7" -"completionWithProject.cpp" "5" -"constructorCompletion.cpp" "5" -"dotToArrowCorrection.cpp" "5" -"doxygenKeywordsCompletion.cpp" "5" -"functionCompletion.cpp" "5" -"globalCompletion.cpp" "5" -"includeDirectiveCompletion.cpp" "5" -"memberCompletion.cpp" "5" "myheader.h" "5" "mysource.cpp" "5" -"noDotToArrowCorrectionForFloats.cpp" "5" "objc_messages_1.mm" "5" "objc_messages_2.mm" "5" "objc_messages_3.mm" "5" -"preprocessorKeywordsCompletion.cpp" "5" "clangcodemodel.qbs" "4" "README" "4" "clangcodemodel_dependencies" "2" "clangcodemodel_dependencies.pri" "3" -"clangpchmanager" "2" -"clangpchmanager.pro" "3" +"clangformat" "2" +"clangformat.pro" "3" "clang_defines" "3" "clang_defines.pri" "4" "clang_installation" "3" "clang_installation.pri" "4" -"clangpchmanager-source" "3" -"clangpchmanager-source.pri" "4" +"clangformat-source" "3" +"clangformat-source.pri" "4" "Headers" "4" -"clangpchmanager_global.h" "5" -"pchmanagerclient.h" "5" -"pchmanagerconnectionclient.h" "5" -"pchmanagernotifierinterface.h" "5" -"pchmanagerprojectupdater.h" "5" -"precompiledheaderstorage.h" "5" -"precompiledheaderstorageinterface.h" "5" -"projectupdater.h" "5" +"clangformatbaseindenter.h" "5" +"clangformatconstants.h" "5" "Sources" "4" -"pchmanagerclient.cpp" "5" -"pchmanagerconnectionclient.cpp" "5" -"pchmanagernotifierinterface.cpp" "5" -"pchmanagerprojectupdater.cpp" "5" -"projectupdater.cpp" "5" +"clangformatbaseindenter.cpp" "5" "qtcreatorplugin" "3" "qtcreatorplugin.pri" "4" -"clangpchmanager_dependencies" "4" -"clangpchmanager_dependencies.pri" "5" -"coreplugin_dependencies" "4" -"coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"clangformat_dependencies" "4" +"clangformat_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" "aggregation_dependencies" "5" @@ -5457,156 +6499,60 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "sqlite_dependencies" "5" "sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" -"ClangPchManager.json.in" "6" +"ClangFormat.json.in" "6" "Headers" "3" -"clangpchmanagerplugin.h" "4" -"qtcreatorprojectupdater.h" "4" +"clangformatconfigwidget.h" "4" +"clangformatfile.h" "4" +"clangformatindenter.h" "4" +"clangformatplugin.h" "4" +"clangformatsettings.h" "4" +"clangformatutils.h" "4" "Sources" "3" -"clangpchmanagerplugin.cpp" "4" -"qtcreatorprojectupdater.cpp" "4" -"Other files" "3" -"clangpchmanager.qbs" "4" -"clangpchmanager_dependencies" "2" -"clangpchmanager_dependencies.pri" "3" -"clangrefactoring" "2" -"clangrefactoring.pro" "3" -"clang_defines" "3" -"clang_defines.pri" "4" -"clang_installation" "3" -"clang_installation.pri" "4" -"clangrefactoring-source" "3" -"clangrefactoring-source.pri" "4" -"Headers" "4" -"clangqueryexamplehighlighter.h" "5" -"clangqueryexamplehighlightmarker.h" "5" -"clangqueryhighlighter.h" "5" -"clangqueryhighlightmarker.h" "5" -"clangqueryprojectsfindfilter.h" "5" -"editormanagerinterface.h" "5" -"locatorfilter.h" "5" -"projectpartproviderinterface.h" "5" -"projectpartutilities.h" "5" -"refactoringclient.h" "5" -"refactoringconnectionclient.h" "5" -"refactoringengine.h" "5" -"refactoringprojectupdater.h" "5" -"searchhandle.h" "5" -"searchinterface.h" "5" -"symbol.h" "5" -"symbolqueryinterface.h" "5" -"symbolsfindfilter.h" "5" -"Sources" "4" -"clangqueryexamplehighlighter.cpp" "5" -"clangqueryhighlighter.cpp" "5" -"clangqueryprojectsfindfilter.cpp" "5" -"locatorfilter.cpp" "5" -"projectpartutilities.cpp" "5" -"refactoringclient.cpp" "5" -"refactoringconnectionclient.cpp" "5" -"refactoringengine.cpp" "5" -"refactoringprojectupdater.cpp" "5" -"searchhandle.cpp" "5" -"symbolsfindfilter.cpp" "5" -"qtcreatorplugin" "3" -"qtcreatorplugin.pri" "4" -"clangpchmanager_dependencies" "4" -"clangpchmanager_dependencies.pri" "5" -"clangrefactoring_dependencies" "4" -"clangrefactoring_dependencies.pri" "5" -"coreplugin_dependencies" "4" -"coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" -"qtcreator" "4" -"qtcreator.pri" "5" -"aggregation_dependencies" "5" -"aggregation_dependencies.pri" "6" -"clangpchmanager_dependencies" "5" -"clangpchmanager_dependencies.pri" "6" -"clangsupport_dependencies" "5" -"clangsupport_dependencies.pri" "6" -"coreplugin_dependencies" "5" -"coreplugin_dependencies.pri" "6" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" -"extensionsystem_dependencies" "5" -"extensionsystem_dependencies.pri" "6" -"projectexplorer_dependencies" "5" -"projectexplorer_dependencies.pri" "6" -"sqlite_dependencies" "5" -"sqlite_dependencies.pri" "6" -"ssh_dependencies" "5" -"ssh_dependencies.pri" "6" -"texteditor_dependencies" "5" -"texteditor_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"texteditor_dependencies" "4" -"texteditor_dependencies.pri" "5" -"Headers" "4" -"shared" "5" -"qtcreator_gui_pch.h" "6" -"Other files" "4" -"ClangRefactoring.json.in" "6" -"Headers" "3" -"baseclangquerytexteditorwidget.h" "4" -"clangqueryexampletexteditorwidget.h" "4" -"clangqueryhoverhandler.h" "4" -"clangqueryprojectsfindfilterwidget.h" "4" -"clangquerytexteditorwidget.h" "4" -"clangrefactoringplugin.h" "4" -"qtcreatorclangqueryfindfilter.h" "4" -"qtcreatoreditormanager.h" "4" -"qtcreatorsearch.h" "4" -"qtcreatorsearchhandle.h" "4" -"qtcreatorsymbolsfindfilter.h" "4" -"querysqlitestatementfactory.h" "4" -"sourcelocations.h" "4" -"symbolquery.h" "4" -"symbolsfindfilterconfigwidget.h" "4" -"Sources" "3" -"baseclangquerytexteditorwidget.cpp" "4" -"clangqueryexampletexteditorwidget.cpp" "4" -"clangqueryhoverhandler.cpp" "4" -"clangqueryprojectsfindfilterwidget.cpp" "4" -"clangquerytexteditorwidget.cpp" "4" -"clangrefactoringplugin.cpp" "4" -"qtcreatorclangqueryfindfilter.cpp" "4" -"qtcreatoreditormanager.cpp" "4" -"qtcreatorsearch.cpp" "4" -"qtcreatorsearchhandle.cpp" "4" -"qtcreatorsymbolsfindfilter.cpp" "4" -"symbolsfindfilterconfigwidget.cpp" "4" +"clangformatconfigwidget.cpp" "4" +"clangformatfile.cpp" "4" +"clangformatindenter.cpp" "4" +"clangformatplugin.cpp" "4" +"clangformatsettings.cpp" "4" +"clangformatutils.cpp" "4" "Forms" "3" -"clangqueryprojectsfindfilter.ui" "4" +"clangformatchecks.ui" "4" +"clangformatconfigwidget.ui" "4" "Other files" "3" -"clangrefactoring.qbs" "4" -"clangrefactoring_dependencies" "2" -"clangrefactoring_dependencies.pri" "3" +"clangformat.qbs" "4" +"clangformat_dependencies" "2" +"clangformat_dependencies.pri" "3" "clangtools" "2" "clangtools.pro" "3" "clang_defines" "3" @@ -5617,8 +6563,10 @@ "qtcreatorplugin.pri" "4" "clangtools_dependencies" "4" "clangtools_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"yaml-cpp_installation" "5" +"yaml-cpp_installation.pri" "6" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "debugger_dependencies" "4" "debugger_dependencies.pri" "5" "qbsprojectmanager_dependencies" "4" @@ -5629,12 +6577,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -5647,14 +6597,32 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"yaml-cpp_dependencies" "5" +"yaml-cpp_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -5662,19 +6630,17 @@ "qtcreator_gui_pch.h" "6" "Other files" "4" "ClangTools.json.in" "6" +"yaml-cpp_installation" "3" +"yaml-cpp_installation.pri" "4" "Headers" "3" "clangfileinfo.h" "4" "clangfixitsrefactoringchanges.h" "4" "clangselectablefilesdialog.h" "4" -"clangtidyclazyruncontrol.h" "4" "clangtidyclazyrunner.h" "4" -"clangtidyclazytool.h" "4" "clangtool.h" "4" "clangtoolruncontrol.h" "4" "clangtoolrunner.h" "4" "clangtools_global.h" "4" -"clangtoolsbasicsettings.h" "4" -"clangtoolsconfigwidget.h" "4" "clangtoolsconstants.h" "4" "clangtoolsdiagnostic.h" "4" "clangtoolsdiagnosticmodel.h" "4" @@ -5687,17 +6653,22 @@ "clangtoolssettings.h" "4" "clangtoolsunittests.h" "4" "clangtoolsutils.h" "4" +"diagnosticconfigswidget.h" "4" +"diagnosticmark.h" "4" +"documentclangtoolrunner.h" "4" +"documentquickfixfactory.h" "4" +"executableinfo.h" "4" +"filterdialog.h" "4" +"runsettingswidget.h" "4" +"settingswidget.h" "4" +"virtualfilesystemoverlay.h" "4" "Sources" "3" "clangfixitsrefactoringchanges.cpp" "4" "clangselectablefilesdialog.cpp" "4" -"clangtidyclazyruncontrol.cpp" "4" "clangtidyclazyrunner.cpp" "4" -"clangtidyclazytool.cpp" "4" "clangtool.cpp" "4" "clangtoolruncontrol.cpp" "4" "clangtoolrunner.cpp" "4" -"clangtoolsbasicsettings.cpp" "4" -"clangtoolsconfigwidget.cpp" "4" "clangtoolsdiagnostic.cpp" "4" "clangtoolsdiagnosticmodel.cpp" "4" "clangtoolsdiagnosticview.cpp" "4" @@ -5709,14 +6680,26 @@ "clangtoolssettings.cpp" "4" "clangtoolsunittests.cpp" "4" "clangtoolsutils.cpp" "4" +"diagnosticconfigswidget.cpp" "4" +"diagnosticmark.cpp" "4" +"documentclangtoolrunner.cpp" "4" +"documentquickfixfactory.cpp" "4" +"executableinfo.cpp" "4" +"filterdialog.cpp" "4" +"runsettingswidget.cpp" "4" +"settingswidget.cpp" "4" +"virtualfilesystemoverlay.cpp" "4" "Forms" "3" "clangselectablefilesdialog.ui" "4" -"clangtoolsbasicsettings.ui" "4" -"clangtoolsconfigwidget.ui" "4" "clangtoolsprojectsettingswidget.ui" "4" +"clazychecks.ui" "4" +"filterdialog.ui" "4" +"runsettingswidget.ui" "4" +"settingswidget.ui" "4" +"tidychecks.ui" "4" "Resources" "3" "clangtoolsunittests.qrc" "4" -"/" "5" +"/clangtools" "5" "unit-tests" "6" "clangtidy_clazy" "7" "clangtidy_clazy.pro" "8" @@ -5747,10 +6730,11 @@ "stdc++11-includes.pro" "8" "stdc++11-includes.qbs" "8" "Other files" "3" -"creator-clang-static-analyzer.qdoc" "5" "clangtools.qbs" "4" "clangtools_dependencies" "2" "clangtools_dependencies.pri" "3" +"yaml-cpp_installation" "3" +"yaml-cpp_installation.pri" "4" "classview" "2" "classview.pro" "3" "qtcreatorplugin" "3" @@ -5759,34 +6743,52 @@ "classview_dependencies.pri" "5" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -5837,26 +6839,38 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "diffeditor_dependencies" "5" "diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" "vcsbase_dependencies" "5" "vcsbase_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "vcsbase_dependencies" "4" "vcsbase_dependencies.pri" "5" "Headers" "4" @@ -5869,7 +6883,6 @@ "annotationhighlighter.h" "4" "checkoutdialog.h" "4" "clearcaseconstants.h" "4" -"clearcasecontrol.h" "4" "clearcaseeditor.h" "4" "clearcaseplugin.h" "4" "clearcasesettings.h" "4" @@ -5882,7 +6895,6 @@ "activityselector.cpp" "4" "annotationhighlighter.cpp" "4" "checkoutdialog.cpp" "4" -"clearcasecontrol.cpp" "4" "clearcaseeditor.cpp" "4" "clearcaseplugin.cpp" "4" "clearcasesettings.cpp" "4" @@ -5908,8 +6920,8 @@ "cmakeprojectmanager_dependencies.pri" "5" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "designer_dependencies" "4" "designer_dependencies.pri" "5" "projectexplorer_dependencies" "4" @@ -5918,12 +6930,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" @@ -5932,100 +6946,106 @@ "projectexplorer_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "CMakeProjectManager.json.in" "6" "Headers" "3" -"builddirmanager.h" "4" "builddirparameters.h" "4" -"builddirreader.h" "4" "cmake_global.h" "4" "cmakeautocompleter.h" "4" "cmakebuildconfiguration.h" "4" -"cmakebuildinfo.h" "4" -"cmakebuildsettingswidget.h" "4" "cmakebuildstep.h" "4" +"cmakebuildsystem.h" "4" "cmakebuildtarget.h" "4" -"cmakecbpparser.h" "4" "cmakeconfigitem.h" "4" "cmakeeditor.h" "4" "cmakefilecompletionassist.h" "4" "cmakeindenter.h" "4" -"cmakekitconfigwidget.h" "4" "cmakekitinformation.h" "4" "cmakelocatorfilter.h" "4" "cmakeparser.h" "4" +"cmakeprocess.h" "4" "cmakeproject.h" "4" "cmakeprojectconstants.h" "4" "cmakeprojectimporter.h" "4" "cmakeprojectmanager.h" "4" "cmakeprojectnodes.h" "4" "cmakeprojectplugin.h" "4" -"cmakerunconfiguration.h" "4" "cmakesettingspage.h" "4" "cmakespecificsettings.h" "4" -"cmakespecificsettingspage.h" "4" "cmaketool.h" "4" "cmaketoolmanager.h" "4" +"cmaketoolsettingsaccessor.h" "4" "configmodel.h" "4" "configmodelitemdelegate.h" "4" -"servermode.h" "4" -"servermodereader.h" "4" -"tealeafreader.h" "4" -"treescanner.h" "4" +"fileapidataextractor.h" "4" +"fileapiparser.h" "4" +"fileapireader.h" "4" +"projecttreehelper.h" "4" "Sources" "3" -"builddirmanager.cpp" "4" "builddirparameters.cpp" "4" -"builddirreader.cpp" "4" "cmakeautocompleter.cpp" "4" "cmakebuildconfiguration.cpp" "4" -"cmakebuildsettingswidget.cpp" "4" "cmakebuildstep.cpp" "4" -"cmakebuildtarget.cpp" "4" -"cmakecbpparser.cpp" "4" +"cmakebuildsystem.cpp" "4" "cmakeconfigitem.cpp" "4" "cmakeeditor.cpp" "4" "cmakefilecompletionassist.cpp" "4" "cmakeindenter.cpp" "4" -"cmakekitconfigwidget.cpp" "4" "cmakekitinformation.cpp" "4" "cmakelocatorfilter.cpp" "4" "cmakeparser.cpp" "4" +"cmakeprocess.cpp" "4" "cmakeproject.cpp" "4" "cmakeprojectimporter.cpp" "4" "cmakeprojectmanager.cpp" "4" "cmakeprojectnodes.cpp" "4" "cmakeprojectplugin.cpp" "4" -"cmakerunconfiguration.cpp" "4" "cmakesettingspage.cpp" "4" "cmakespecificsettings.cpp" "4" -"cmakespecificsettingspage.cpp" "4" "cmaketool.cpp" "4" "cmaketoolmanager.cpp" "4" +"cmaketoolsettingsaccessor.cpp" "4" "configmodel.cpp" "4" "configmodelitemdelegate.cpp" "4" -"servermode.cpp" "4" -"servermodereader.cpp" "4" -"tealeafreader.cpp" "4" -"treescanner.cpp" "4" -"Forms" "3" -"cmakespecificsettingspage.ui" "4" +"fileapidataextractor.cpp" "4" +"fileapiparser.cpp" "4" +"fileapireader.cpp" "4" +"projecttreehelper.cpp" "4" "Resources" "3" "cmakeproject.qrc" "4" "/cmakeproject" "5" @@ -6036,6 +7056,148 @@ "cmakeprojectmanager.qbs" "4" "cmakeprojectmanager_dependencies" "2" "cmakeprojectmanager_dependencies.pri" "3" +"compilationdatabaseprojectmanager" "2" +"compilationdatabaseprojectmanager.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"compilationdatabaseprojectmanager_dependencies" "4" +"compilationdatabaseprojectmanager_dependencies.pri" "5" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"texteditor_dependencies" "4" +"texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"CompilationDatabaseProjectManager.json.in" "6" +"Headers" "3" +"compilationdatabaseconstants.h" "4" +"compilationdatabaseproject.h" "4" +"compilationdatabaseprojectmanagerplugin.h" "4" +"compilationdatabasetests.h" "4" +"compilationdatabaseutils.h" "4" +"compilationdbparser.h" "4" +"Sources" "3" +"compilationdatabaseproject.cpp" "4" +"compilationdatabaseprojectmanagerplugin.cpp" "4" +"compilationdatabasetests.cpp" "4" +"compilationdatabaseutils.cpp" "4" +"compilationdbparser.cpp" "4" +"Resources" "3" +"compilationdatabasetests.qrc" "4" +"/" "5" +"database_samples" "6" +"llvm" "7" +"compile_commands.json" "8" +"qtc" "7" +"compile_commands.json" "8" +"Other files" "3" +"compilationdatabaseprojectmanager.qbs" "4" +"compilationdatabaseprojectmanager_dependencies" "2" +"compilationdatabaseprojectmanager_dependencies.pri" "3" +"conan" "2" +"conan.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"conan_dependencies" "4" +"conan_dependencies.pri" "5" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"Conan.json.in" "6" +"Headers" "3" +"conanconstants.h" "4" +"conaninstallstep.h" "4" +"conanplugin.h" "4" +"conansettings.h" "4" +"Sources" "3" +"conaninstallstep.cpp" "4" +"conanplugin.cpp" "4" +"conansettings.cpp" "4" +"Other files" "3" +"conan.qbs" "4" +"conan_dependencies" "2" +"conan_dependencies.pri" "3" "coreplugin" "2" "coreplugin.pro" "3" "find" "3" @@ -6050,6 +7212,7 @@ "ifindfilter.h" "5" "ifindsupport.h" "5" "itemviewfind.h" "5" +"optionspopup.h" "5" "searchresultcolor.h" "5" "searchresultitem.h" "5" "searchresulttreeitemdelegate.h" "5" @@ -6070,6 +7233,7 @@ "ifindfilter.cpp" "5" "ifindsupport.cpp" "5" "itemviewfind.cpp" "5" +"optionspopup.cpp" "5" "searchresulttreeitemdelegate.cpp" "5" "searchresulttreeitems.cpp" "5" "searchresulttreemodel.cpp" "5" @@ -6116,6 +7280,7 @@ "locatorwidget.h" "5" "opendocumentsfilter.h" "5" "spotlightlocatorfilter.h" "5" +"urllocatorfilter.h" "5" "Sources" "4" "basefilefilter.cpp" "5" "commandlocator.cpp" "5" @@ -6134,10 +7299,13 @@ "locatorsettingspage.cpp" "5" "locatorwidget.cpp" "5" "opendocumentsfilter.cpp" "5" +"spotlightlocatorfilter.cpp" "5" +"urllocatorfilter.cpp" "5" "Forms" "4" "directoryfilter.ui" "5" "filesystemfilter.ui" "5" "locatorsettingspage.ui" "5" +"urllocatorfilter.ui" "5" "qtcreatorplugin" "3" "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" @@ -6148,8 +7316,16 @@ "aggregation_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -6170,13 +7346,16 @@ "commandsfile.h" "5" "dialogs" "4" "addtovcsdialog.h" "5" +"codecselector.h" "5" "externaltoolconfig.h" "5" "filepropertiesdialog.h" "5" "ioptionspage.h" "5" "newdialog.h" "5" +"newdialogwidget.h" "5" "openwithdialog.h" "5" "promptoverwritedialog.h" "5" "readonlyfilesdialog.h" "5" +"restartdialog.h" "5" "saveitemsdialog.h" "5" "settingsdialog.h" "5" "shortcutsettings.h" "5" @@ -6190,6 +7369,7 @@ "editorwindow.h" "5" "ieditor.h" "5" "ieditorfactory.h" "5" +"ieditorfactory_p.h" "5" "iexternaleditor.h" "5" "openeditorsview.h" "5" "openeditorswindow.h" "5" @@ -6222,16 +7402,16 @@ "findplaceholder.h" "4" "generalsettings.h" "4" "generatedfile.h" "4" +"helpitem.h" "4" "helpmanager.h" "4" +"helpmanager_implementation.h" "4" "icontext.h" "4" "icore.h" "4" -"id.h" "4" "idocument.h" "4" "idocumentfactory.h" "4" "ifilewizardextension.h" "4" "imode.h" "4" "inavigationwidgetfactory.h" "4" -"infobar.h" "4" "ioutputpane.h" "4" "iversioncontrol.h" "4" "iwelcomepage.h" "4" @@ -6255,8 +7435,7 @@ "outputwindow.h" "4" "patchtool.h" "4" "plugindialog.h" "4" -"reaper.h" "4" -"reaper_p.h" "4" +"plugininstallwizard.h" "4" "rightpane.h" "4" "settingsdatabase.h" "4" "shellcommand.h" "4" @@ -6268,10 +7447,9 @@ "testdatadir.h" "4" "textdocument.h" "4" "themechooser.h" "4" -"toolsettings.h" "4" -"variablechooser.h" "4" "vcsmanager.h" "4" "versiondialog.h" "4" +"welcomepagehelper.h" "4" "windowsupport.h" "4" "Sources" "3" "actionmanager" "4" @@ -6283,13 +7461,16 @@ "commandsfile.cpp" "5" "dialogs" "4" "addtovcsdialog.cpp" "5" +"codecselector.cpp" "5" "externaltoolconfig.cpp" "5" "filepropertiesdialog.cpp" "5" "ioptionspage.cpp" "5" "newdialog.cpp" "5" +"newdialogwidget.cpp" "5" "openwithdialog.cpp" "5" "promptoverwritedialog.cpp" "5" "readonlyfilesdialog.cpp" "5" +"restartdialog.cpp" "5" "saveitemsdialog.cpp" "5" "settingsdialog.cpp" "5" "shortcutsettings.cpp" "5" @@ -6309,8 +7490,6 @@ "futureprogress.cpp" "5" "progressbar.cpp" "5" "progressmanager.cpp" "5" -"progressmanager_win.cpp" "5" -"progressmanager_x11.cpp" "5" "progressview.cpp" "5" "basefilewizard.cpp" "4" "basefilewizardfactory.cpp" "4" @@ -6332,15 +7511,14 @@ "findplaceholder.cpp" "4" "generalsettings.cpp" "4" "generatedfile.cpp" "4" +"helpitem.cpp" "4" "helpmanager.cpp" "4" "icontext.cpp" "4" "icore.cpp" "4" -"id.cpp" "4" "idocument.cpp" "4" "idocumentfactory.cpp" "4" "imode.cpp" "4" "inavigationwidgetfactory.cpp" "4" -"infobar.cpp" "4" "ioutputpane.cpp" "4" "iversioncontrol.cpp" "4" "iwelcomepage.cpp" "4" @@ -6364,7 +7542,7 @@ "outputwindow.cpp" "4" "patchtool.cpp" "4" "plugindialog.cpp" "4" -"reaper.cpp" "4" +"plugininstallwizard.cpp" "4" "rightpane.cpp" "4" "settingsdatabase.cpp" "4" "shellcommand.cpp" "4" @@ -6376,10 +7554,9 @@ "testdatadir.cpp" "4" "textdocument.cpp" "4" "themechooser.cpp" "4" -"toolsettings.cpp" "4" -"variablechooser.cpp" "4" "vcsmanager.cpp" "4" "versiondialog.cpp" "4" +"welcomepagehelper.cpp" "4" "windowsupport.cpp" "4" "Forms" "3" "dialogs" "4" @@ -6443,57 +7620,65 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "CodePaster.json.in" "6" "Headers" "3" -"authenticationdialog.h" "4" "codepasterservice.h" "4" "columnindicatortextedit.h" "4" "cpasterconstants.h" "4" "cpasterplugin.h" "4" +"dpastedotcomprotocol.h" "4" "fileshareprotocol.h" "4" "fileshareprotocolsettingspage.h" "4" -"kdepasteprotocol.h" "4" -"pastebindotcaprotocol.h" "4" "pastebindotcomprotocol.h" "4" "pasteselectdialog.h" "4" "pasteview.h" "4" "protocol.h" "4" "settings.h" "4" -"settingspage.h" "4" +"stickynotespasteprotocol.h" "4" "urlopenprotocol.h" "4" "Sources" "3" -"authenticationdialog.cpp" "4" "columnindicatortextedit.cpp" "4" "cpasterplugin.cpp" "4" +"dpastedotcomprotocol.cpp" "4" "fileshareprotocol.cpp" "4" "fileshareprotocolsettingspage.cpp" "4" -"kdepasteprotocol.cpp" "4" -"pastebindotcaprotocol.cpp" "4" "pastebindotcomprotocol.cpp" "4" "pasteselectdialog.cpp" "4" "pasteview.cpp" "4" "protocol.cpp" "4" "settings.cpp" "4" -"settingspage.cpp" "4" +"stickynotespasteprotocol.cpp" "4" "urlopenprotocol.cpp" "4" "Forms" "3" -"fileshareprotocolsettingswidget.ui" "4" "pastebindotcomsettings.ui" "4" "pasteselect.ui" "4" "pasteview.ui" "4" -"settingspage.ui" "4" "Resources" "3" "cpaster.qrc" "4" "/cpaster" "5" @@ -6504,6 +7689,107 @@ "cpaster.qbs" "4" "cpaster_dependencies" "2" "cpaster_dependencies.pri" "3" +"cppcheck" "2" +"cppcheck.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"cppcheck_dependencies" "4" +"cppcheck_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" +"debugger_dependencies" "4" +"debugger_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"debugger_dependencies" "5" +"debugger_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"languageutils_dependencies" "5" +"languageutils_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qmldebug_dependencies" "5" +"qmldebug_dependencies.pri" "6" +"qmljs_dependencies" "5" +"qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"texteditor_dependencies" "4" +"texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"Cppcheck.json.in" "6" +"Headers" "3" +"cppcheckconstants.h" "4" +"cppcheckdiagnostic.h" "4" +"cppcheckdiagnosticmanager.h" "4" +"cppcheckdiagnosticsmodel.h" "4" +"cppcheckdiagnosticview.h" "4" +"cppcheckmanualrundialog.h" "4" +"cppcheckoptions.h" "4" +"cppcheckplugin.h" "4" +"cppcheckrunner.h" "4" +"cppchecktextmark.h" "4" +"cppchecktextmarkmanager.h" "4" +"cppchecktool.h" "4" +"cppchecktrigger.h" "4" +"Sources" "3" +"cppcheckdiagnostic.cpp" "4" +"cppcheckdiagnosticsmodel.cpp" "4" +"cppcheckdiagnosticview.cpp" "4" +"cppcheckmanualrundialog.cpp" "4" +"cppcheckoptions.cpp" "4" +"cppcheckplugin.cpp" "4" +"cppcheckrunner.cpp" "4" +"cppchecktextmark.cpp" "4" +"cppchecktextmarkmanager.cpp" "4" +"cppchecktool.cpp" "4" +"cppchecktrigger.cpp" "4" +"Other files" "3" +"cppcheck.qbs" "4" +"cppcheck_dependencies" "2" +"cppcheck_dependencies.pri" "3" "cppeditor" "2" "cppeditor.pro" "3" "qtcreatorplugin" "3" @@ -6512,159 +7798,58 @@ "coreplugin_dependencies.pri" "5" "cppeditor_dependencies" "4" "cppeditor_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" +"qbsprojectmanager_dependencies" "4" +"qbsprojectmanager_dependencies.pri" "5" "qmakeprojectmanager_dependencies" "4" "qmakeprojectmanager_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "CppEditor.json.in" "6" "Headers" "3" -"cppautocompleter.h" "4" -"cppcodemodelinspectordialog.h" "4" -"cppdocumentationcommenthelper.h" "4" -"cppdoxygen_test.h" "4" -"cppeditor.h" "4" -"cppeditor_global.h" "4" -"cppeditorconstants.h" "4" -"cppeditordocument.h" "4" -"cppeditorenums.h" "4" -"cppeditorplugin.h" "4" -"cppeditortestcase.h" "4" -"cppeditorwidget.h" "4" -"cppfunctiondecldeflink.h" "4" -"cpphighlighter.h" "4" -"cppincludehierarchy.h" "4" -"cppinsertvirtualmethods.h" "4" -"cpplocalrenaming.h" "4" -"cppminimizableinfobars.h" "4" -"cppoutline.h" "4" -"cppparsecontext.h" "4" -"cpppreprocessordialog.h" "4" -"cppquickfix.h" "4" -"cppquickfix_test.h" "4" -"cppquickfixassistant.h" "4" -"cppquickfixes.h" "4" -"cpptypehierarchy.h" "4" -"cppuseselectionsupdater.h" "4" -"resourcepreviewhoverhandler.h" "4" -"Sources" "3" -"cppautocompleter.cpp" "4" -"cppcodemodelinspectordialog.cpp" "4" -"cppdocumentationcommenthelper.cpp" "4" -"cppdoxygen_test.cpp" "4" -"cppeditor.cpp" "4" -"cppeditordocument.cpp" "4" -"cppeditorplugin.cpp" "4" -"cppeditortestcase.cpp" "4" -"cppeditorwidget.cpp" "4" -"cppfunctiondecldeflink.cpp" "4" -"cpphighlighter.cpp" "4" -"cppincludehierarchy.cpp" "4" -"cppincludehierarchy_test.cpp" "4" -"cppinsertvirtualmethods.cpp" "4" -"cpplocalrenaming.cpp" "4" -"cppminimizableinfobars.cpp" "4" -"cppoutline.cpp" "4" -"cppparsecontext.cpp" "4" -"cpppreprocessordialog.cpp" "4" -"cppquickfix.cpp" "4" -"cppquickfix_test.cpp" "4" -"cppquickfixassistant.cpp" "4" -"cppquickfixes.cpp" "4" -"cpptypehierarchy.cpp" "4" -"cppuseselections_test.cpp" "4" -"cppuseselectionsupdater.cpp" "4" -"fileandtokenactions_test.cpp" "4" -"followsymbol_switchmethoddecldef_test.cpp" "4" -"resourcepreviewhoverhandler.cpp" "4" -"Forms" "3" -"cppcodemodelinspectordialog.ui" "4" -"cpppreprocessordialog.ui" "4" -"Resources" "3" -"cppeditor.qrc" "4" -"/cppeditor" "5" -"images" "6" -"dark_qt_c.png" "7" -"dark_qt_cpp.png" "7" -"dark_qt_h.png" "7" -"qt_c.png" "7" -"qt_cpp.png" "7" -"qt_h.png" "7" -"Other files" "3" -"cppeditor.qbs" "4" -"cppeditor_dependencies" "2" -"cppeditor_dependencies.pri" "3" -"cpptools" "2" -"cpptools.pro" "3" -"qtcreatorplugin" "3" -"qtcreatorplugin.pri" "4" -"coreplugin_dependencies" "4" -"coreplugin_dependencies.pri" "5" -"cppeditor_dependencies" "4" -"cppeditor_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" -"projectexplorer_dependencies" "4" -"projectexplorer_dependencies.pri" "5" -"qmakeprojectmanager_dependencies" "4" -"qmakeprojectmanager_dependencies.pri" "5" -"qtcreator" "4" -"qtcreator.pri" "5" -"aggregation_dependencies" "5" -"aggregation_dependencies.pri" "6" -"coreplugin_dependencies" "5" -"coreplugin_dependencies.pri" "6" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"extensionsystem_dependencies" "5" -"extensionsystem_dependencies.pri" "6" -"projectexplorer_dependencies" "5" -"projectexplorer_dependencies.pri" "6" -"ssh_dependencies" "5" -"ssh_dependencies.pri" "6" -"texteditor_dependencies" "5" -"texteditor_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"texteditor_dependencies" "4" -"texteditor_dependencies.pri" "5" -"Headers" "4" -"shared" "5" -"qtcreator_gui_pch.h" "6" -"Other files" "4" -"CppTools.json.in" "6" -"Headers" "3" "abstracteditorsupport.h" "4" "abstractoverviewmodel.h" "4" "baseeditordocumentparser.h" "4" @@ -6678,10 +7863,14 @@ "clangdiagnosticconfigsselectionwidget.h" "4" "clangdiagnosticconfigswidget.h" "4" "compileroptionsbuilder.h" "4" +"compileroptionsbuilder_test.h" "4" +"cppautocompleter.h" "4" +"cppbuiltinmodelmanagersupport.h" "4" "cppcanonicalsymbol.h" "4" "cppchecksymbols.h" "4" -"cppclassesfilter.h" "4" "cppcodeformatter.h" "4" +"cppcodegen_test.h" "4" +"cppcodemodelinspectordialog.h" "4" "cppcodemodelinspectordumper.h" "4" "cppcodemodelsettings.h" "4" "cppcodemodelsettingspage.h" "4" @@ -6689,38 +7878,66 @@ "cppcodestylepreferencesfactory.h" "4" "cppcodestylesettings.h" "4" "cppcodestylesettingspage.h" "4" +"cppcodestylesnippets.h" "4" +"cppcompletion_test.h" "4" "cppcompletionassist.h" "4" "cppcompletionassistprocessor.h" "4" "cppcompletionassistprovider.h" "4" "cppcurrentdocumentfilter.h" "4" "cppcursorinfo.h" "4" "cppdoxygen.h" "4" +"cppdoxygen_test.h" "4" +"cppeditor_global.h" "4" +"cppeditorconstants.h" "4" +"cppeditordocument.h" "4" "cppeditoroutline.h" "4" -"cppeditorwidgetinterface.h" "4" +"cppeditorplugin.h" "4" +"cppeditorwidget.h" "4" "cppelementevaluator.h" "4" "cppfileiterationorder.h" "4" "cppfilesettingspage.h" "4" "cppfindreferences.h" "4" "cppfollowsymbolundercursor.h" "4" -"cppfunctionsfilter.h" "4" -"cpphoverhandler.h" "4" +"cppfunctiondecldeflink.h" "4" +"cppheadersource_test.h" "4" +"cpphighlighter.h" "4" +"cppincludehierarchy.h" "4" +"cppincludehierarchy_test.h" "4" "cppincludesfilter.h" "4" "cppindexingsupport.h" "4" +"cppinsertvirtualmethods.h" "4" +"cpplocalrenaming.h" "4" "cpplocalsymbols.h" "4" +"cpplocalsymbols_test.h" "4" "cpplocatordata.h" "4" "cpplocatorfilter.h" "4" +"cpplocatorfilter_test.h" "4" +"cppminimizableinfobars.h" "4" "cppmodelmanager.h" "4" +"cppmodelmanager_test.h" "4" "cppmodelmanagersupport.h" "4" -"cppmodelmanagersupportinternal.h" "4" +"cppoutline.h" "4" "cppoverviewmodel.h" "4" +"cppparsecontext.h" "4" "cpppointerdeclarationformatter.h" "4" +"cpppointerdeclarationformatter_test.h" "4" +"cpppreprocessordialog.h" "4" "cppprojectfile.h" "4" "cppprojectfilecategorizer.h" "4" "cppprojectinfogenerator.h" "4" "cppprojectpartchooser.h" "4" "cppprojectupdater.h" "4" +"cppprojectupdaterinterface.h" "4" "cppqtstyleindenter.h" "4" -"cpprawprojectpart.h" "4" +"cppquickfix.h" "4" +"cppquickfix_test.h" "4" +"cppquickfixassistant.h" "4" +"cppquickfixes.h" "4" +"cppquickfixprojectsettings.h" "4" +"cppquickfixprojectsettingswidget.h" "4" +"cppquickfixsettings.h" "4" +"cppquickfixsettingspage.h" "4" +"cppquickfixsettingswidget.h" "4" "cpprefactoringchanges.h" "4" "cpprefactoringengine.h" "4" "cppselectionchanger.h" "4" @@ -6728,43 +7945,44 @@ "cppsemanticinfoupdater.h" "4" "cppsourceprocessertesthelper.h" "4" "cppsourceprocessor.h" "4" -"cppsymbolinfo.h" "4" -"cpptools_clangtidychecks.h" "4" -"cpptools_global.h" "4" -"cpptools_utils.h" "4" -"cpptoolsbridge.h" "4" -"cpptoolsbridgeinterface.h" "4" -"cpptoolsbridgeqtcreatorimplementation.h" "4" -"cpptoolsconstants.h" "4" +"cppsourceprocessor_test.h" "4" "cpptoolsjsextension.h" "4" -"cpptoolsplugin.h" "4" "cpptoolsreuse.h" "4" "cpptoolssettings.h" "4" "cpptoolstestcase.h" "4" +"cpptypehierarchy.h" "4" +"cppuseselections_test.h" "4" +"cppuseselectionsupdater.h" "4" "cppvirtualfunctionassistprovider.h" "4" "cppvirtualfunctionproposalitem.h" "4" "cppworkingcopy.h" "4" "cursorineditor.h" "4" "doxygengenerator.h" "4" "editordocumenthandle.h" "4" +"fileandtokenactions_test.h" "4" +"followsymbol_switchmethoddecldef_test.h" "4" "followsymbolinterface.h" "4" "functionutils.h" "4" "generatedcodemodelsupport.h" "4" +"headerpathfilter.h" "4" "includeutils.h" "4" "indexitem.h" "4" "insertionpointlocator.h" "4" "modelmanagertesthelper.h" "4" "projectinfo.h" "4" +"projectinfo_test.h" "4" "projectpart.h" "4" -"projectpartheaderpath.h" "4" "refactoringengineinterface.h" "4" +"resourcepreviewhoverhandler.h" "4" "searchsymbols.h" "4" "semantichighlighter.h" "4" "senddocumenttracker.h" "4" "stringtable.h" "4" "symbolfinder.h" "4" +"symbolsearcher_test.h" "4" "symbolsfindfilter.h" "4" "typehierarchybuilder.h" "4" +"typehierarchybuilder_test.h" "4" "usages.h" "4" "wrappablelineedit.h" "4" "Sources" "3" @@ -6780,11 +7998,14 @@ "clangdiagnosticconfigsselectionwidget.cpp" "4" "clangdiagnosticconfigswidget.cpp" "4" "compileroptionsbuilder.cpp" "4" +"compileroptionsbuilder_test.cpp" "4" +"cppautocompleter.cpp" "4" +"cppbuiltinmodelmanagersupport.cpp" "4" "cppcanonicalsymbol.cpp" "4" "cppchecksymbols.cpp" "4" -"cppclassesfilter.cpp" "4" "cppcodeformatter.cpp" "4" "cppcodegen_test.cpp" "4" +"cppcodemodelinspectordialog.cpp" "4" "cppcodemodelinspectordumper.cpp" "4" "cppcodemodelsettings.cpp" "4" "cppcodemodelsettingspage.cpp" "4" @@ -6798,36 +8019,55 @@ "cppcompletionassistprovider.cpp" "4" "cppcurrentdocumentfilter.cpp" "4" "cppdoxygen.cpp" "4" +"cppdoxygen_test.cpp" "4" +"cppeditordocument.cpp" "4" "cppeditoroutline.cpp" "4" +"cppeditorplugin.cpp" "4" +"cppeditorwidget.cpp" "4" "cppelementevaluator.cpp" "4" "cppfileiterationorder.cpp" "4" "cppfilesettingspage.cpp" "4" "cppfindreferences.cpp" "4" "cppfollowsymbolundercursor.cpp" "4" -"cppfunctionsfilter.cpp" "4" +"cppfunctiondecldeflink.cpp" "4" "cppheadersource_test.cpp" "4" -"cpphoverhandler.cpp" "4" +"cpphighlighter.cpp" "4" +"cppincludehierarchy.cpp" "4" +"cppincludehierarchy_test.cpp" "4" "cppincludesfilter.cpp" "4" "cppindexingsupport.cpp" "4" +"cppinsertvirtualmethods.cpp" "4" +"cpplocalrenaming.cpp" "4" "cpplocalsymbols.cpp" "4" "cpplocalsymbols_test.cpp" "4" "cpplocatordata.cpp" "4" "cpplocatorfilter.cpp" "4" "cpplocatorfilter_test.cpp" "4" +"cppminimizableinfobars.cpp" "4" "cppmodelmanager.cpp" "4" "cppmodelmanager_test.cpp" "4" "cppmodelmanagersupport.cpp" "4" -"cppmodelmanagersupportinternal.cpp" "4" +"cppoutline.cpp" "4" "cppoverviewmodel.cpp" "4" +"cppparsecontext.cpp" "4" "cpppointerdeclarationformatter.cpp" "4" "cpppointerdeclarationformatter_test.cpp" "4" +"cpppreprocessordialog.cpp" "4" "cppprojectfile.cpp" "4" "cppprojectfilecategorizer.cpp" "4" "cppprojectinfogenerator.cpp" "4" "cppprojectpartchooser.cpp" "4" "cppprojectupdater.cpp" "4" "cppqtstyleindenter.cpp" "4" -"cpprawprojectpart.cpp" "4" +"cppquickfix.cpp" "4" +"cppquickfix_test.cpp" "4" +"cppquickfixassistant.cpp" "4" +"cppquickfixes.cpp" "4" +"cppquickfixprojectsettings.cpp" "4" +"cppquickfixprojectsettingswidget.cpp" "4" +"cppquickfixsettings.cpp" "4" +"cppquickfixsettingspage.cpp" "4" +"cppquickfixsettingswidget.cpp" "4" "cpprefactoringchanges.cpp" "4" "cpprefactoringengine.cpp" "4" "cppselectionchanger.cpp" "4" @@ -6835,26 +8075,31 @@ "cppsourceprocessertesthelper.cpp" "4" "cppsourceprocessor.cpp" "4" "cppsourceprocessor_test.cpp" "4" -"cpptoolsbridge.cpp" "4" -"cpptoolsbridgeqtcreatorimplementation.cpp" "4" "cpptoolsjsextension.cpp" "4" -"cpptoolsplugin.cpp" "4" "cpptoolsreuse.cpp" "4" "cpptoolssettings.cpp" "4" "cpptoolstestcase.cpp" "4" +"cpptypehierarchy.cpp" "4" +"cppuseselections_test.cpp" "4" +"cppuseselectionsupdater.cpp" "4" "cppvirtualfunctionassistprovider.cpp" "4" "cppvirtualfunctionproposalitem.cpp" "4" "cppworkingcopy.cpp" "4" "doxygengenerator.cpp" "4" "editordocumenthandle.cpp" "4" +"fileandtokenactions_test.cpp" "4" +"followsymbol_switchmethoddecldef_test.cpp" "4" "functionutils.cpp" "4" "generatedcodemodelsupport.cpp" "4" +"headerpathfilter.cpp" "4" "includeutils.cpp" "4" "indexitem.cpp" "4" "insertionpointlocator.cpp" "4" "modelmanagertesthelper.cpp" "4" "projectinfo.cpp" "4" +"projectinfo_test.cpp" "4" "projectpart.cpp" "4" +"resourcepreviewhoverhandler.cpp" "4" "searchsymbols.cpp" "4" "semantichighlighter.cpp" "4" "senddocumenttracker.cpp" "4" @@ -6868,21 +8113,117 @@ "Forms" "3" "clangbasechecks.ui" "4" "clangdiagnosticconfigswidget.ui" "4" -"clazychecks.ui" "4" +"cppcodemodelinspectordialog.ui" "4" "cppcodemodelsettingspage.ui" "4" "cppcodestylesettingspage.ui" "4" "cppfilesettingspage.ui" "4" -"tidychecks.ui" "4" +"cpppreprocessordialog.ui" "4" +"cppquickfixprojectsettingswidget.ui" "4" +"cppquickfixsettingswidget.ui" "4" "Resources" "3" -"cpptools.qrc" "4" -"/cpptools" "5" +"cppeditor.qrc" "4" +"/cppeditor" "5" "images" "6" -"settingscategory_cpp.png" "7" -"settingscategory_cpp@2x.png" "7" +"dark_qt_c.png" "7" +"dark_qt_cpp.png" "7" +"dark_qt_h.png" "7" +"qt_c.png" "7" +"qt_cpp.png" "7" +"qt_h.png" "7" "Other files" "3" -"cpptools.qbs" "4" -"cpptools_dependencies" "2" -"cpptools_dependencies.pri" "3" +"cppeditor.qbs" "4" +"cppeditor_dependencies" "2" +"cppeditor_dependencies.pri" "3" +"ctfvisualizer" "2" +"ctfvisualizer.pro" "3" +"ctfvisualizer_dependencies" "3" +"ctfvisualizer_dependencies.pri" "4" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"ctfvisualizer_dependencies" "4" +"ctfvisualizer_dependencies.pri" "5" +"debugger_dependencies" "4" +"debugger_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"debugger_dependencies" "5" +"debugger_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"languageutils_dependencies" "5" +"languageutils_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qmldebug_dependencies" "5" +"qmldebug_dependencies.pri" "6" +"qmljs_dependencies" "5" +"qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"tracing_dependencies" "5" +"tracing_dependencies.pri" "6" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"CtfVisualizer.json.in" "6" +"Headers" "3" +"json.hpp" "5" +"ctfstatisticsmodel.h" "4" +"ctfstatisticsview.h" "4" +"ctftimelinemodel.h" "4" +"ctftracemanager.h" "4" +"ctfvisualizerconstants.h" "4" +"ctfvisualizerplugin.h" "4" +"ctfvisualizertool.h" "4" +"ctfvisualizertraceview.h" "4" +"Sources" "3" +"ctfstatisticsmodel.cpp" "4" +"ctfstatisticsview.cpp" "4" +"ctftimelinemodel.cpp" "4" +"ctftracemanager.cpp" "4" +"ctfvisualizerplugin.cpp" "4" +"ctfvisualizertool.cpp" "4" +"ctfvisualizertraceview.cpp" "4" +"Other files" "3" +"CtfVisualizer.json.in" "4" +"ctfvisualizer.qbs" "4" +"ctfvisualizer_dependencies" "2" +"ctfvisualizer_dependencies.pri" "3" "cvs" "2" "cvs.pro" "3" "qtcreatorplugin" "3" @@ -6899,26 +8240,38 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "diffeditor_dependencies" "5" "diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" "vcsbase_dependencies" "5" "vcsbase_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "vcsbase_dependencies" "4" "vcsbase_dependencies.pri" "5" "Headers" "4" @@ -6928,26 +8281,18 @@ "CVS.json.in" "6" "Headers" "3" "annotationhighlighter.h" "4" -"cvsclient.h" "4" -"cvscontrol.h" "4" "cvseditor.h" "4" "cvsplugin.h" "4" "cvssettings.h" "4" "cvssubmiteditor.h" "4" "cvsutils.h" "4" -"settingspage.h" "4" "Sources" "3" "annotationhighlighter.cpp" "4" -"cvsclient.cpp" "4" -"cvscontrol.cpp" "4" "cvseditor.cpp" "4" "cvsplugin.cpp" "4" "cvssettings.cpp" "4" "cvssubmiteditor.cpp" "4" "cvsutils.cpp" "4" -"settingspage.cpp" "4" -"Forms" "3" -"settingspage.ui" "4" "Other files" "3" "cvs.qbs" "4" "cvs_dependencies" "2" @@ -6989,8 +8334,6 @@ "cdboptionspage.cpp" "5" "cdbparsehelpers.cpp" "5" "stringinputstream.cpp" "5" -"Forms" "4" -"cdboptionspagewidget.ui" "5" "console" "3" "console.pri" "4" "Headers" "4" @@ -7022,23 +8365,6 @@ "lldbengine.h" "5" "Sources" "4" "lldbengine.cpp" "5" -"modeltest" "3" -"modeltest.pri" "4" -"Headers" "4" -"modeltest.h" "5" -"Sources" "4" -"modeltest.cpp" "5" -"namedemangler" "3" -"namedemangler.pri" "4" -"Headers" "4" -"demanglerexceptions.h" "5" -"globalparsestate.h" "5" -"namedemangler.h" "5" -"parsetreenodes.h" "5" -"Sources" "4" -"globalparsestate.cpp" "5" -"namedemangler.cpp" "5" -"parsetreenodes.cpp" "5" "pdb" "3" "pdb.pri" "4" "Headers" "4" @@ -7049,14 +8375,12 @@ "qml.pri" "4" "Headers" "4" "interactiveinterpreter.h" "5" -"qmlcppengine.h" "5" "qmlengine.h" "5" "qmlengineutils.h" "5" "qmlinspectoragent.h" "5" "qmlv8debuggerclientconstants.h" "5" "Sources" "4" "interactiveinterpreter.cpp" "5" -"qmlcppengine.cpp" "5" "qmlengine.cpp" "5" "qmlengineutils.cpp" "5" "qmlinspectoragent.cpp" "5" @@ -7068,8 +8392,6 @@ "coreplugin_dependencies.pri" "5" "cppeditor_dependencies" "4" "cppeditor_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" "debugger_dependencies" "4" "debugger_dependencies.pri" "5" "projectexplorer_dependencies" "4" @@ -7080,12 +8402,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" @@ -7096,47 +8420,69 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "Debugger.json.in" "6" -"registryaccess" "3" -"registryaccess.pri" "4" -"Headers" "4" -"registryaccess.h" "5" -"Sources" "4" -"registryaccess.cpp" "5" "shared" "3" "shared.pri" "4" "Headers" "4" -"backtrace.h" "5" "cdbsymbolpathlisteditor.h" "5" "hostutils.h" "5" "peutils.h" "5" "symbolpathsdialog.h" "5" "Sources" "4" -"backtrace.cpp" "5" "cdbsymbolpathlisteditor.cpp" "5" "hostutils.cpp" "5" "peutils.cpp" "5" "symbolpathsdialog.cpp" "5" "Forms" "4" "symbolpathsdialog.ui" "5" +"uvsc" "3" +"uvsc.pri" "4" +"Headers" "4" +"uvscclient.h" "5" +"uvscdatatypes.h" "5" +"uvscengine.h" "5" +"uvscfunctions.h" "5" +"uvscutils.h" "5" +"Sources" "4" +"uvscclient.cpp" "5" +"uvscengine.cpp" "5" +"uvscutils.cpp" "5" "Headers" "3" "breakhandler.h" "4" "breakpoint.h" "4" @@ -7151,7 +8497,6 @@ "debuggerinternalconstants.h" "4" "debuggeritem.h" "4" "debuggeritemmanager.h" "4" -"debuggerkitconfigwidget.h" "4" "debuggerkitinformation.h" "4" "debuggermainwindow.h" "4" "debuggerplugin.h" "4" @@ -7162,6 +8507,7 @@ "debuggertooltipmanager.h" "4" "disassembleragent.h" "4" "disassemblerlines.h" "4" +"enginemanager.h" "4" "imageviewer.h" "4" "loadcoredialog.h" "4" "localsandexpressionswindow.h" "4" @@ -7169,12 +8515,10 @@ "memoryagent.h" "4" "moduleshandler.h" "4" "outputcollector.h" "4" +"peripheralregisterhandler.h" "4" "procinterrupt.h" "4" "registerhandler.h" "4" -"registerpostmortemaction.h" "4" "simplifytype.h" "4" -"snapshothandler.h" "4" -"snapshotwindow.h" "4" "sourceagent.h" "4" "sourcefileshandler.h" "4" "sourceutils.h" "4" @@ -7199,7 +8543,6 @@ "debuggericons.cpp" "4" "debuggeritem.cpp" "4" "debuggeritemmanager.cpp" "4" -"debuggerkitconfigwidget.cpp" "4" "debuggerkitinformation.cpp" "4" "debuggermainwindow.cpp" "4" "debuggerplugin.cpp" "4" @@ -7210,6 +8553,7 @@ "debuggertooltipmanager.cpp" "4" "disassembleragent.cpp" "4" "disassemblerlines.cpp" "4" +"enginemanager.cpp" "4" "imageviewer.cpp" "4" "loadcoredialog.cpp" "4" "localsandexpressionswindow.cpp" "4" @@ -7217,12 +8561,10 @@ "memoryagent.cpp" "4" "moduleshandler.cpp" "4" "outputcollector.cpp" "4" +"peripheralregisterhandler.cpp" "4" "procinterrupt.cpp" "4" "registerhandler.cpp" "4" -"registerpostmortemaction.cpp" "4" "simplifytype.cpp" "4" -"snapshothandler.cpp" "4" -"snapshotwindow.cpp" "4" "sourceagent.cpp" "4" "sourcefileshandler.cpp" "4" "sourceutils.cpp" "4" @@ -7271,10 +8613,28 @@ "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" +"debugger_stop_mask.png" "7" +"debugger_stop_mask@2x.png" "7" "location.png" "7" "location@2x.png" "7" "location_background.png" "7" "location_background@2x.png" "7" +"macos_touchbar_debug.png" "7" +"macos_touchbar_debug@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" "mode_debug_mask.png" "7" @@ -7289,7 +8649,7 @@ "tracepointoverlay.png" "7" "tracepointoverlay@2x.png" "7" "debuggerunittests.qrc" "4" -"/" "5" +"/debugger" "5" "main.cpp" "7" "simple.pro" "7" "Other files" "3" @@ -7305,13 +8665,16 @@ "formclasswizarddialog.h" "5" "formclasswizardpage.h" "5" "formclasswizardparameters.h" "5" +"newclasswidget.h" "5" "Sources" "4" "formclasswizard.cpp" "5" "formclasswizarddialog.cpp" "5" "formclasswizardpage.cpp" "5" "formclasswizardparameters.cpp" "5" +"newclasswidget.cpp" "5" "Forms" "4" "formclasswizardpage.ui" "5" +"newclasswidget.ui" "5" "designerintegration" "3" "designerintegration.pri" "4" "Headers" "4" @@ -7329,8 +8692,6 @@ "coreplugin_dependencies.pri" "5" "cppeditor_dependencies" "4" "cppeditor_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" "designer_dependencies" "4" "designer_dependencies.pri" "5" "projectexplorer_dependencies" "4" @@ -7339,26 +8700,42 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" "resourceeditor_dependencies" "5" "resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "resourceeditor_dependencies" "4" @@ -7367,6 +8744,8 @@ "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -7431,14 +8810,28 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -7455,7 +8848,6 @@ "diffeditoricons.h" "4" "diffeditorplugin.h" "4" "diffeditorwidgetcontroller.h" "4" -"differ.h" "4" "diffutils.h" "4" "diffview.h" "4" "selectabletexteditorwidget.h" "4" @@ -7469,7 +8861,6 @@ "diffeditorfactory.cpp" "4" "diffeditorplugin.cpp" "4" "diffeditorwidgetcontroller.cpp" "4" -"differ.cpp" "4" "diffutils.cpp" "4" "diffview.cpp" "4" "selectabletexteditorwidget.cpp" "4" @@ -7489,6 +8880,73 @@ "diffeditor.qbs" "4" "diffeditor_dependencies" "2" "diffeditor_dependencies.pri" "3" +"docker" "2" +"docker.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"docker_dependencies" "4" +"docker_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"qtsupport_dependencies" "4" +"qtsupport_dependencies.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"Docker.json.in" "6" +"Headers" "3" +"docker_global.h" "4" +"dockerbuildstep.h" "4" +"dockerconstants.h" "4" +"dockerdevice.h" "4" +"dockerplugin.h" "4" +"dockersettings.h" "4" +"Sources" "3" +"dockerbuildstep.cpp" "4" +"dockerdevice.cpp" "4" +"dockerplugin.cpp" "4" +"dockersettings.cpp" "4" +"Other files" "3" +"docker.qbs" "4" +"docker_dependencies" "2" +"docker_dependencies.pri" "3" "emacskeys" "2" "emacskeys.pro" "3" "qtcreatorplugin" "3" @@ -7505,14 +8963,28 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -7537,8 +9009,6 @@ "coreplugin_dependencies.pri" "5" "cppeditor_dependencies" "4" "cppeditor_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" "fakevim_dependencies" "4" "fakevim_dependencies.pri" "5" "qtcreator" "4" @@ -7549,14 +9019,28 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -7572,8 +9056,6 @@ "fakevimactions.cpp" "4" "fakevimhandler.cpp" "4" "fakevimplugin.cpp" "4" -"Forms" "3" -"fakevimoptions.ui" "4" "Resources" "3" "fakevim.qrc" "4" "/fakevim" "5" @@ -7592,8 +9074,6 @@ "coreplugin_dependencies.pri" "5" "cppeditor_dependencies" "4" "cppeditor_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" "genericprojectmanager_dependencies" "4" "genericprojectmanager_dependencies.pri" "5" "projectexplorer_dependencies" "4" @@ -7604,28 +9084,40 @@ "aggregation_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -7647,16 +9139,7 @@ "genericproject.cpp" "4" "genericprojectfileseditor.cpp" "4" "genericprojectplugin.cpp" "4" -"genericprojectplugin_test.cpp" "4" "genericprojectwizard.cpp" "4" -"Forms" "3" -"genericmakestep.ui" "4" -"Resources" "3" -"genericprojectmanager.qrc" "4" -"/genericprojectmanager" "5" -"images" "6" -"genericprojectmanager.png" "7" -"genericprojectmanager@2x.png" "7" "Other files" "3" "genericprojectmanager.qbs" "4" "genericprojectmanager_dependencies" "2" @@ -7707,26 +9190,38 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "diffeditor_dependencies" "5" "diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" "vcsbase_dependencies" "5" "vcsbase_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "vcsbase_dependencies" "4" "vcsbase_dependencies.pri" "5" "Headers" "4" @@ -7738,9 +9233,8 @@ "annotationhighlighter.h" "4" "branchadddialog.h" "4" "branchcheckoutdialog.h" "4" -"branchdialog.h" "4" "branchmodel.h" "4" -"branchutils.h" "4" +"branchview.h" "4" "changeselectiondialog.h" "4" "commitdata.h" "4" "gitclient.h" "4" @@ -7753,20 +9247,17 @@ "gitsubmiteditor.h" "4" "gitsubmiteditorwidget.h" "4" "gitutils.h" "4" -"gitversioncontrol.h" "4" "logchangedialog.h" "4" "mergetool.h" "4" "remotedialog.h" "4" "remotemodel.h" "4" -"settingspage.h" "4" "stashdialog.h" "4" "Sources" "3" "annotationhighlighter.cpp" "4" "branchadddialog.cpp" "4" "branchcheckoutdialog.cpp" "4" -"branchdialog.cpp" "4" "branchmodel.cpp" "4" -"branchutils.cpp" "4" +"branchview.cpp" "4" "changeselectiondialog.cpp" "4" "commitdata.cpp" "4" "gitclient.cpp" "4" @@ -7778,22 +9269,18 @@ "gitsubmiteditor.cpp" "4" "gitsubmiteditorwidget.cpp" "4" "gitutils.cpp" "4" -"gitversioncontrol.cpp" "4" "logchangedialog.cpp" "4" "mergetool.cpp" "4" "remotedialog.cpp" "4" "remotemodel.cpp" "4" -"settingspage.cpp" "4" "stashdialog.cpp" "4" "Forms" "3" "branchadddialog.ui" "4" "branchcheckoutdialog.ui" "4" -"branchdialog.ui" "4" "changeselectiondialog.ui" "4" "gitsubmitpanel.ui" "4" "remoteadditiondialog.ui" "4" "remotedialog.ui" "4" -"settingspage.ui" "4" "stashdialog.ui" "4" "Resources" "3" "git.qrc" "4" @@ -7810,36 +9297,54 @@ "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "glsleditor_dependencies" "4" "glsleditor_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "glsl_dependencies" "5" "glsl_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -7885,8 +9390,16 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -7943,76 +9456,84 @@ "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "Help.json.in" "6" "Headers" "3" -"centralwidget.h" "4" "docsettingspage.h" "4" "filtersettingspage.h" "4" "generalsettingspage.h" "4" "helpconstants.h" "4" "helpfindsupport.h" "4" "helpindexfilter.h" "4" +"helpmanager.h" "4" "helpmode.h" "4" "helpplugin.h" "4" "helpviewer.h" "4" "helpwidget.h" "4" "localhelpmanager.h" "4" -"macwebkithelpviewer.h" "4" "openpagesmanager.h" "4" -"openpagesmodel.h" "4" "openpagesswitcher.h" "4" "openpageswidget.h" "4" -"remotehelpfilter.h" "4" "searchtaskhandler.h" "4" "searchwidget.h" "4" "textbrowserhelpviewer.h" "4" -"webenginehelpviewer.h" "4" "xbelsupport.h" "4" "Sources" "3" -"centralwidget.cpp" "4" "docsettingspage.cpp" "4" "filtersettingspage.cpp" "4" "generalsettingspage.cpp" "4" "helpfindsupport.cpp" "4" "helpindexfilter.cpp" "4" +"helpmanager.cpp" "4" "helpmode.cpp" "4" "helpplugin.cpp" "4" "helpviewer.cpp" "4" "helpwidget.cpp" "4" "localhelpmanager.cpp" "4" "openpagesmanager.cpp" "4" -"openpagesmodel.cpp" "4" "openpagesswitcher.cpp" "4" "openpageswidget.cpp" "4" -"remotehelpfilter.cpp" "4" "searchtaskhandler.cpp" "4" "searchwidget.cpp" "4" "textbrowserhelpviewer.cpp" "4" -"webenginehelpviewer.cpp" "4" "xbelsupport.cpp" "4" "Forms" "3" "docsettingspage.ui" "4" "filtersettingspage.ui" "4" "generalsettingspage.ui" "4" -"remotehelpfilter.ui" "4" "Resources" "3" "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" "mode_help_mask.png" "7" @@ -8039,8 +9560,16 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -8071,10 +9600,83 @@ "imageviewer.qbs" "4" "imageviewer_dependencies" "2" "imageviewer_dependencies.pri" "3" +"incredibuild" "2" +"incredibuild.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"cmakeprojectmanager_dependencies" "4" +"cmakeprojectmanager_dependencies.pri" "5" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"incredibuild_dependencies" "4" +"incredibuild_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qmakeprojectmanager_dependencies" "4" +"qmakeprojectmanager_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"IncrediBuild.json.in" "6" +"Headers" "3" +"buildconsolebuildstep.h" "4" +"cmakecommandbuilder.h" "4" +"commandbuilder.h" "4" +"commandbuilderaspect.h" "4" +"ibconsolebuildstep.h" "4" +"incredibuild_global.h" "4" +"incredibuildconstants.h" "4" +"incredibuildplugin.h" "4" +"makecommandbuilder.h" "4" +"Sources" "3" +"buildconsolebuildstep.cpp" "4" +"cmakecommandbuilder.cpp" "4" +"commandbuilder.cpp" "4" +"commandbuilderaspect.cpp" "4" +"ibconsolebuildstep.cpp" "4" +"incredibuildplugin.cpp" "4" +"makecommandbuilder.cpp" "4" +"Other files" "3" +"incredibuild.qbs" "4" +"incredibuild_dependencies" "2" +"incredibuild_dependencies.pri" "3" "ios" "2" "ios.pro" "3" "qtcreatorplugin" "3" "qtcreatorplugin.pri" "4" +"cmakeprojectmanager_dependencies" "4" +"cmakeprojectmanager_dependencies.pri" "5" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" "debugger_dependencies" "4" @@ -8089,12 +9691,16 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"cmakeprojectmanager_dependencies" "5" +"cmakeprojectmanager_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -8109,16 +9715,30 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" "resourceeditor_dependencies" "5" "resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -8129,27 +9749,20 @@ "Headers" "3" "createsimulatordialog.h" "4" "iosbuildconfiguration.h" "4" -"iosbuildsettingswidget.h" "4" "iosbuildstep.h" "4" "iosconfigurations.h" "4" "iosconstants.h" "4" -"iosdeployconfiguration.h" "4" "iosdeploystep.h" "4" -"iosdeploystepfactory.h" "4" -"iosdeploystepwidget.h" "4" "iosdevice.h" "4" -"iosdevicefactory.h" "4" "iosdsymbuildstep.h" "4" "iosplugin.h" "4" "iosprobe.h" "4" "iosqtversion.h" "4" -"iosqtversionfactory.h" "4" "iosrunconfiguration.h" "4" "iosrunner.h" "4" "iossettingspage.h" "4" "iossettingswidget.h" "4" "iossimulator.h" "4" -"iossimulatorfactory.h" "4" "iostoolhandler.h" "4" "simulatorcontrol.h" "4" "simulatorinfomodel.h" "4" @@ -8157,36 +9770,25 @@ "Sources" "3" "createsimulatordialog.cpp" "4" "iosbuildconfiguration.cpp" "4" -"iosbuildsettingswidget.cpp" "4" "iosbuildstep.cpp" "4" "iosconfigurations.cpp" "4" -"iosdeployconfiguration.cpp" "4" "iosdeploystep.cpp" "4" -"iosdeploystepfactory.cpp" "4" -"iosdeploystepwidget.cpp" "4" "iosdevice.cpp" "4" -"iosdevicefactory.cpp" "4" "iosdsymbuildstep.cpp" "4" "iosplugin.cpp" "4" "iosprobe.cpp" "4" "iosqtversion.cpp" "4" -"iosqtversionfactory.cpp" "4" "iosrunconfiguration.cpp" "4" "iosrunner.cpp" "4" "iossettingspage.cpp" "4" "iossettingswidget.cpp" "4" "iossimulator.cpp" "4" -"iossimulatorfactory.cpp" "4" "iostoolhandler.cpp" "4" "simulatorcontrol.cpp" "4" "simulatorinfomodel.cpp" "4" "simulatoroperationdialog.cpp" "4" "Forms" "3" "createsimulatordialog.ui" "4" -"iosbuildsettingswidget.ui" "4" -"iosbuildstep.ui" "4" -"iosdeploystepwidget.ui" "4" -"iospresetbuildstep.ui" "4" "iossettingswidget.ui" "4" "simulatoroperationdialog.ui" "4" "Resources" "3" @@ -8201,6 +9803,114 @@ "ios.qbs" "4" "ios_dependencies" "2" "ios_dependencies.pri" "3" +"languageclient" "2" +"languageclient.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"languageclient_dependencies" "4" +"languageclient_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"languageserverprotocol_dependencies" "5" +"languageserverprotocol_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"texteditor_dependencies" "4" +"texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"LanguageClient.json.in" "6" +"Headers" "3" +"client.h" "4" +"diagnosticmanager.h" "4" +"documentsymbolcache.h" "4" +"dynamiccapabilities.h" "4" +"languageclient_global.h" "4" +"languageclientcompletionassist.h" "4" +"languageclientformatter.h" "4" +"languageclientfunctionhint.h" "4" +"languageclienthoverhandler.h" "4" +"languageclientinterface.h" "4" +"languageclientmanager.h" "4" +"languageclientoutline.h" "4" +"languageclientplugin.h" "4" +"languageclientquickfix.h" "4" +"languageclientsettings.h" "4" +"languageclientsymbolsupport.h" "4" +"languageclientutils.h" "4" +"locatorfilter.h" "4" +"lspinspector.h" "4" +"progressmanager.h" "4" +"semantichighlightsupport.h" "4" +"snippet.h" "4" +"Sources" "3" +"client.cpp" "4" +"diagnosticmanager.cpp" "4" +"documentsymbolcache.cpp" "4" +"dynamiccapabilities.cpp" "4" +"languageclientcompletionassist.cpp" "4" +"languageclientformatter.cpp" "4" +"languageclientfunctionhint.cpp" "4" +"languageclienthoverhandler.cpp" "4" +"languageclientinterface.cpp" "4" +"languageclientmanager.cpp" "4" +"languageclientoutline.cpp" "4" +"languageclientplugin.cpp" "4" +"languageclientquickfix.cpp" "4" +"languageclientsettings.cpp" "4" +"languageclientsymbolsupport.cpp" "4" +"languageclientutils.cpp" "4" +"locatorfilter.cpp" "4" +"lspinspector.cpp" "4" +"progressmanager.cpp" "4" +"semantichighlightsupport.cpp" "4" +"snippet.cpp" "4" +"Resources" "3" +"languageclient.qrc" "4" +"/languageclient" "5" +"images" "6" +"languageclient.png" "7" +"languageclient@2x.png" "7" +"settingscategory_languageclient.png" "7" +"settingscategory_languageclient@2x.png" "7" +"Other files" "3" +"languageclient.qbs" "4" +"languageclient_dependencies" "2" +"languageclient_dependencies.pri" "3" "macros" "2" "macros.pro" "3" "qtcreatorplugin" "3" @@ -8217,14 +9927,28 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -8271,6 +9995,167 @@ "macros.qbs" "4" "macros_dependencies" "2" "macros_dependencies.pri" "3" +"marketplace" "2" +"marketplace.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"marketplace_dependencies" "4" +"marketplace_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"Marketplace.json.in" "6" +"Headers" "3" +"marketplaceplugin.h" "4" +"productlistmodel.h" "4" +"qtmarketplacewelcomepage.h" "4" +"Sources" "3" +"productlistmodel.cpp" "4" +"qtmarketplacewelcomepage.cpp" "4" +"Other files" "3" +"marketplace.qbs" "4" +"marketplace_dependencies" "2" +"marketplace_dependencies.pri" "3" +"mcusupport" "2" +"mcusupport.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"baremetal_dependencies" "4" +"baremetal_dependencies.pri" "5" +"cmakeprojectmanager_dependencies" "4" +"cmakeprojectmanager_dependencies.pri" "5" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"debugger_dependencies" "4" +"debugger_dependencies.pri" "5" +"mcusupport_dependencies" "4" +"mcusupport_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"baremetal_dependencies" "5" +"baremetal_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"cmakeprojectmanager_dependencies" "5" +"cmakeprojectmanager_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"debugger_dependencies" "5" +"debugger_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"languageutils_dependencies" "5" +"languageutils_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qmldebug_dependencies" "5" +"qmldebug_dependencies.pri" "6" +"qmljs_dependencies" "5" +"qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"qtsupport_dependencies" "4" +"qtsupport_dependencies.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"McuSupport.json.in" "6" +"Headers" "3" +"mcusupport_global.h" "4" +"mcusupportcmakemapper.h" "4" +"mcusupportconstants.h" "4" +"mcusupportdevice.h" "4" +"mcusupportoptions.h" "4" +"mcusupportoptionspage.h" "4" +"mcusupportplugin.h" "4" +"mcusupportrunconfiguration.h" "4" +"mcusupportsdk.h" "4" +"mcusupportversiondetection.h" "4" +"Sources" "3" +"mcusupportcmakemapper.cpp" "4" +"mcusupportdevice.cpp" "4" +"mcusupportoptions.cpp" "4" +"mcusupportoptionspage.cpp" "4" +"mcusupportplugin.cpp" "4" +"mcusupportrunconfiguration.cpp" "4" +"mcusupportsdk.cpp" "4" +"mcusupportversiondetection.cpp" "4" +"Resources" "3" +"mcusupport.qrc" "4" +"/mcusupport" "5" +"images" "6" +"mcusupportdevice.png" "7" +"mcusupportdevice@2x.png" "7" +"mcusupportdevicesmall.png" "7" +"mcusupportdevicesmall@2x.png" "7" +"wizards" "6" +"application" "7" +"CMakeLists.txt" "8" +"main.qml.tpl" "8" +"project.qmlproject.tpl" "8" +"wizard.json" "8" +"icon.png" "7" +"icon@2x.png" "7" +"Other files" "3" +"mcusupport.qbs" "4" +"mcusupport_dependencies" "2" +"mcusupport_dependencies.pri" "3" "mercurial" "2" "mercurial.pro" "3" "qtcreatorplugin" "3" @@ -8287,26 +10172,38 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "diffeditor_dependencies" "5" "diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" "vcsbase_dependencies" "5" "vcsbase_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "vcsbase_dependencies" "4" "vcsbase_dependencies.pri" "5" "Headers" "4" @@ -8321,11 +10218,9 @@ "constants.h" "4" "mercurialclient.h" "4" "mercurialcommitwidget.h" "4" -"mercurialcontrol.h" "4" "mercurialeditor.h" "4" "mercurialplugin.h" "4" "mercurialsettings.h" "4" -"optionspage.h" "4" "revertdialog.h" "4" "srcdestdialog.h" "4" "Sources" "3" @@ -8334,31 +10229,213 @@ "commiteditor.cpp" "4" "mercurialclient.cpp" "4" "mercurialcommitwidget.cpp" "4" -"mercurialcontrol.cpp" "4" "mercurialeditor.cpp" "4" "mercurialplugin.cpp" "4" "mercurialsettings.cpp" "4" -"optionspage.cpp" "4" "revertdialog.cpp" "4" "srcdestdialog.cpp" "4" "Forms" "3" "authenticationdialog.ui" "4" "mercurialcommitpanel.ui" "4" -"optionspage.ui" "4" "revertdialog.ui" "4" "srcdestdialog.ui" "4" "Other files" "3" "mercurial.qbs" "4" "mercurial_dependencies" "2" "mercurial_dependencies.pri" "3" +"mesonprojectmanager" "2" +"mesonprojectmanager.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" +"designer_dependencies" "4" +"designer_dependencies.pri" "5" +"mesonprojectmanager_dependencies" "4" +"mesonprojectmanager_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"qtsupport_dependencies" "4" +"qtsupport_dependencies.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"MesonProjectManager.json.in" "6" +"Headers" "3" +"exewrappers" "4" +"mesontools.h" "5" +"mesonwrapper.h" "5" +"ninjawrapper.h" "5" +"toolwrapper.h" "5" +"kithelper" "4" +"kitdata.h" "5" +"kithelper.h" "5" +"machinefiles" "4" +"machinefilemanager.h" "5" +"nativefilegenerator.h" "5" +"mesonactionsmanager" "4" +"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.h" "7" +"buildoptionsmodel.h" "7" +"mesonbuildsettingswidget.h" "6" +"outputparsers" "5" +"mesonoutputparser.h" "6" +"ninjaparser.h" "6" +"projecttree" "5" +"mesonprojectnodes.h" "6" +"projecttree.h" "6" +"mesonbuildconfiguration.h" "5" +"mesonbuildsystem.h" "5" +"mesonprocess.h" "5" +"mesonproject.h" "5" +"mesonprojectimporter.h" "5" +"mesonprojectparser.h" "5" +"mesonrunconfiguration.h" "5" +"ninjabuildstep.h" "5" +"settings" "4" +"general" "5" +"settings.h" "6" +"tools" "5" +"kitaspect" "6" +"mesontoolkitaspect.h" "7" +"ninjatoolkitaspect.h" "7" +"toolkitaspectwidget.h" "7" +"toolitemsettings.h" "6" +"toolsmodel.h" "6" +"toolssettingsaccessor.h" "6" +"toolssettingspage.h" "6" +"toolssettingswidget.h" "6" +"tooltreeitem.h" "6" +"mesonpluginconstants.h" "4" +"mesonprojectplugin.h" "4" +"versionhelper.h" "4" +"Sources" "3" +"exewrappers" "4" +"mesontools.cpp" "5" +"mesonwrapper.cpp" "5" +"toolwrapper.cpp" "5" +"machinefiles" "4" +"machinefilemanager.cpp" "5" +"nativefilegenerator.cpp" "5" +"mesonactionsmanager" "4" +"mesonactionsmanager.cpp" "5" +"project" "4" +"buildoptions" "5" +"optionsmodel" "6" +"arrayoptionlineedit.cpp" "7" +"buildoptionsmodel.cpp" "7" +"mesonbuildsettingswidget.cpp" "6" +"outputparsers" "5" +"mesonoutputparser.cpp" "6" +"ninjaparser.cpp" "6" +"projecttree" "5" +"mesonprojectnodes.cpp" "6" +"projecttree.cpp" "6" +"mesonbuildconfiguration.cpp" "5" +"mesonbuildsystem.cpp" "5" +"mesonprocess.cpp" "5" +"mesonproject.cpp" "5" +"mesonprojectimporter.cpp" "5" +"mesonprojectparser.cpp" "5" +"mesonrunconfiguration.cpp" "5" +"ninjabuildstep.cpp" "5" +"settings" "4" +"general" "5" +"settings.cpp" "6" +"tools" "5" +"kitaspect" "6" +"mesontoolkitaspect.cpp" "7" +"ninjatoolkitaspect.cpp" "7" +"toolkitaspectwidget.cpp" "7" +"toolitemsettings.cpp" "6" +"toolsmodel.cpp" "6" +"toolssettingsaccessor.cpp" "6" +"toolssettingspage.cpp" "6" +"toolssettingswidget.cpp" "6" +"tooltreeitem.cpp" "6" +"mesonprojectplugin.cpp" "4" +"Forms" "3" +"mesonbuildsettingswidget.ui" "5" +"toolitemsettings.ui" "5" +"toolssettingswidget.ui" "5" +"Resources" "3" +"resources.qrc" "4" +"/mesonproject" "5" +"icons" "6" +"meson_bw_logo.png" "7" +"meson_bw_logo@2x.png" "7" +"meson_logo.png" "7" +"Other files" "3" +"mesonprojectmanager.qbs" "4" +"mesonprojectmanager_dependencies" "2" +"mesonprojectmanager_dependencies.pri" "3" "modeleditor" "2" "modeleditor.pro" "3" "qtcreatorplugin" "3" "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "modeleditor_dependencies" "4" "modeleditor_dependencies.pri" "5" "projectexplorer_dependencies" "4" @@ -8367,24 +10444,40 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "modelinglib_dependencies" "5" "modelinglib_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -8411,7 +10504,9 @@ "modeleditorfactory.h" "4" "modelindexer.h" "4" "modelsmanager.h" "4" +"modelutilities.h" "4" "openelementvisitor.h" "4" +"packageviewcontroller.h" "4" "pxnodecontroller.h" "4" "pxnodeutilities.h" "4" "settingscontroller.h" "4" @@ -8433,7 +10528,9 @@ "modeleditorfactory.cpp" "4" "modelindexer.cpp" "4" "modelsmanager.cpp" "4" +"modelutilities.cpp" "4" "openelementvisitor.cpp" "4" +"packageviewcontroller.cpp" "4" "pxnodecontroller.cpp" "4" "pxnodeutilities.cpp" "4" "settingscontroller.cpp" "4" @@ -8466,16 +10563,30 @@ "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -8483,18 +10594,24 @@ "Nim.json.in" "6" "Headers" "3" "editor" "4" +"nimcompletionassistprovider.h" "5" "nimeditorfactory.h" "5" "nimhighlighter.h" "5" "nimindenter.h" "5" +"nimtexteditorwidget.h" "5" "project" "4" +"nimblebuildconfiguration.h" "5" +"nimblebuildstep.h" "5" +"nimblebuildsystem.h" "5" +"nimbleproject.h" "5" +"nimblerunconfiguration.h" "5" +"nimbletaskstep.h" "5" "nimbuildconfiguration.h" "5" -"nimbuildconfigurationwidget.h" "5" +"nimbuildsystem.h" "5" "nimcompilerbuildstep.h" "5" -"nimcompilerbuildstepconfigwidget.h" "5" "nimcompilercleanstep.h" "5" -"nimcompilercleanstepconfigwidget.h" "5" +"nimoutputtaskparser.h" "5" "nimproject.h" "5" -"nimprojectnode.h" "5" "nimrunconfiguration.h" "5" "nimtoolchain.h" "5" "nimtoolchainfactory.h" "5" @@ -8503,6 +10620,14 @@ "nimcodestylepreferenceswidget.h" "5" "nimcodestylesettingspage.h" "5" "nimsettings.h" "5" +"suggest" "4" +"client.h" "5" +"clientrequests.h" "5" +"nimsuggest.h" "5" +"nimsuggestcache.h" "5" +"server.h" "5" +"sexprlexer.h" "5" +"sexprparser.h" "5" "tools" "4" "nimlexer.h" "5" "sourcecodestream.h" "5" @@ -8510,18 +10635,24 @@ "nimplugin.h" "4" "Sources" "3" "editor" "4" +"nimcompletionassistprovider.cpp" "5" "nimeditorfactory.cpp" "5" "nimhighlighter.cpp" "5" "nimindenter.cpp" "5" +"nimtexteditorwidget.cpp" "5" "project" "4" +"nimblebuildconfiguration.cpp" "5" +"nimblebuildstep.cpp" "5" +"nimblebuildsystem.cpp" "5" +"nimbleproject.cpp" "5" +"nimblerunconfiguration.cpp" "5" +"nimbletaskstep.cpp" "5" "nimbuildconfiguration.cpp" "5" -"nimbuildconfigurationwidget.cpp" "5" +"nimbuildsystem.cpp" "5" "nimcompilerbuildstep.cpp" "5" -"nimcompilerbuildstepconfigwidget.cpp" "5" "nimcompilercleanstep.cpp" "5" -"nimcompilercleanstepconfigwidget.cpp" "5" +"nimoutputtaskparser.cpp" "5" "nimproject.cpp" "5" -"nimprojectnode.cpp" "5" "nimrunconfiguration.cpp" "5" "nimtoolchain.cpp" "5" "nimtoolchainfactory.cpp" "5" @@ -8530,13 +10661,16 @@ "nimcodestylepreferenceswidget.cpp" "5" "nimcodestylesettingspage.cpp" "5" "nimsettings.cpp" "5" +"suggest" "4" +"client.cpp" "5" +"clientrequests.cpp" "5" +"nimsuggest.cpp" "5" +"nimsuggestcache.cpp" "5" +"server.cpp" "5" "tools" "4" "nimlexer.cpp" "5" "nimplugin.cpp" "4" "Forms" "3" -"project" "4" -"nimcompilerbuildstepconfigwidget.ui" "5" -"nimcompilercleanstepconfigwidget.ui" "5" "settings" "4" "nimcodestylepreferenceswidget.ui" "5" "Resources" "3" @@ -8565,26 +10699,38 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "diffeditor_dependencies" "5" "diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" "vcsbase_dependencies" "5" "vcsbase_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "vcsbase_dependencies" "4" "vcsbase_dependencies.pri" "5" "Headers" "4" @@ -8602,8 +10748,6 @@ "perforcesettings.h" "4" "perforcesubmiteditor.h" "4" "perforcesubmiteditorwidget.h" "4" -"perforceversioncontrol.h" "4" -"settingspage.h" "4" "Sources" "3" "annotationhighlighter.cpp" "4" "changenumberdialog.cpp" "4" @@ -8614,19 +10758,154 @@ "perforcesettings.cpp" "4" "perforcesubmiteditor.cpp" "4" "perforcesubmiteditorwidget.cpp" "4" -"perforceversioncontrol.cpp" "4" -"settingspage.cpp" "4" "Forms" "3" "changenumberdialog.ui" "4" "pendingchangesdialog.ui" "4" -"settingspage.ui" "4" "submitpanel.ui" "4" "Other files" "3" "perforce.qbs" "4" "perforce_dependencies" "2" "perforce_dependencies.pri" "3" +"perfprofiler" "2" +"perfprofiler.pro" "3" +"perfprofiler_dependencies" "3" +"perfprofiler_dependencies.pri" "4" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"debugger_dependencies" "4" +"debugger_dependencies.pri" "5" +"perfprofiler_dependencies" "4" +"perfprofiler_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"debugger_dependencies" "5" +"debugger_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"languageutils_dependencies" "5" +"languageutils_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qmldebug_dependencies" "5" +"qmldebug_dependencies.pri" "6" +"qmljs_dependencies" "5" +"qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"tracing_dependencies" "5" +"tracing_dependencies.pri" "6" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"qtsupport_dependencies" "4" +"qtsupport_dependencies.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"PerfProfiler.json.in" "6" +"perfprofilertracefile_test.h" "5" +"perfresourcecounter_test.h" "5" +"perfconfigeventsmodel.h" "4" +"perfconfigwidget.h" "4" +"perfdatareader.h" "4" +"perfevent.h" "4" +"perfeventtype.h" "4" +"perfloaddialog.h" "4" +"perfoptionspage.h" "4" +"perfprofiler_global.h" "4" +"perfprofilerconstants.h" "4" +"perfprofilerflamegraphmodel.h" "4" +"perfprofilerflamegraphview.h" "4" +"perfprofilerplugin.h" "4" +"perfprofilerruncontrol.h" "4" +"perfprofilerstatisticsmodel.h" "4" +"perfprofilerstatisticsview.h" "4" +"perfprofilertool.h" "4" +"perfprofilertracefile.h" "4" +"perfprofilertracemanager.h" "4" +"perfprofilertraceview.h" "4" +"perfresourcecounter.h" "4" +"perfrunconfigurationaspect.h" "4" +"perfsettings.h" "4" +"perftimelinemodel.h" "4" +"perftimelinemodelmanager.h" "4" +"perftimelineresourcesrenderpass.h" "4" +"perftracepointdialog.h" "4" +"Sources" "3" +"perfconfigeventsmodel.cpp" "4" +"perfconfigwidget.cpp" "4" +"perfdatareader.cpp" "4" +"perfloaddialog.cpp" "4" +"perfoptionspage.cpp" "4" +"perfprofilerflamegraphmodel.cpp" "4" +"perfprofilerflamegraphview.cpp" "4" +"perfprofilerplugin.cpp" "4" +"perfprofilerruncontrol.cpp" "4" +"perfprofilerstatisticsmodel.cpp" "4" +"perfprofilerstatisticsview.cpp" "4" +"perfprofilertool.cpp" "4" +"perfprofilertracefile.cpp" "4" +"perfprofilertracemanager.cpp" "4" +"perfprofilertraceview.cpp" "4" +"perfresourcecounter.cpp" "4" +"perfrunconfigurationaspect.cpp" "4" +"perfsettings.cpp" "4" +"perftimelinemodel.cpp" "4" +"perftimelinemodelmanager.cpp" "4" +"perftimelineresourcesrenderpass.cpp" "4" +"perftracepointdialog.cpp" "4" +"Forms" "3" +"perfloaddialog.ui" "4" +"perftracepointdialog.ui" "4" +"Resources" "3" +"perfprofiler.qrc" "4" +"/perfprofiler" "5" +"tracepoints.sh" "6" +"/QtCreator/PerfProfiler" "5" +"PerfProfilerFlameGraphView.qml" "6" +"Other files" "3" +"PerfProfiler.json.in" "4" +"perfprofiler.qbs" "4" +"perfprofiler_dependencies" "2" +"perfprofiler_dependencies.pri" "3" "projectexplorer" "2" "projectexplorer.pro" "3" +"clang_defines" "3" +"clang_defines.pri" "4" +"clang_installation" "3" +"clang_installation.pri" "4" "customwizard" "3" "customwizard.pri" "4" "Headers" "4" @@ -8655,6 +10934,7 @@ "jsonwizardpagefactory.h" "5" "jsonwizardpagefactory_p.h" "5" "jsonwizardscannergenerator.h" "5" +"wizarddebug.h" "5" "Sources" "4" "jsonfieldpage.cpp" "5" "jsonfilepage.cpp" "5" @@ -8672,6 +10952,8 @@ "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" +"genericprojectmanager_dependencies" "4" +"genericprojectmanager_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" "qtcreator" "4" @@ -8682,16 +10964,30 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -8700,7 +10996,6 @@ "Headers" "3" "devicesupport" "4" "desktopdevice.h" "5" -"desktopdeviceconfigurationwidget.h" "5" "desktopdevicefactory.h" "5" "desktopdeviceprocess.h" "5" "desktopprocesssignaloperation.h" "5" @@ -8721,26 +11016,29 @@ "localprocesslist.h" "5" "sshdeviceprocess.h" "5" "sshdeviceprocesslist.h" "5" +"sshsettingspage.h" "5" "abi.h" "4" "abiwidget.h" "4" -"abstractmsvctoolchain.h" "4" "abstractprocessstep.h" "4" +"addrunconfigdialog.h" "4" "allprojectsfilter.h" "4" "allprojectsfind.h" "4" -"ansifilterparser.h" "4" "applicationlauncher.h" "4" "appoutputpane.h" "4" "baseprojectwizarddialog.h" "4" +"buildaspects.h" "4" "buildconfiguration.h" "4" -"buildenvironmentwidget.h" "4" "buildinfo.h" "4" "buildmanager.h" "4" "buildprogress.h" "4" +"buildpropertiessettings.h" "4" "buildsettingspropertiespage.h" "4" "buildstep.h" "4" "buildsteplist.h" "4" "buildstepspage.h" "4" +"buildsystem.h" "4" "buildtargetinfo.h" "4" +"buildtargettype.h" "4" "clangparser.h" "4" "codestylesettingspropertiespage.h" "4" "compileoutputwindow.h" "4" @@ -8751,20 +11049,25 @@ "customexecutablerunconfiguration.h" "4" "customparser.h" "4" "customparserconfigdialog.h" "4" +"customparserssettingspage.h" "4" "customtoolchain.h" "4" "dependenciespanel.h" "4" "deployablefile.h" "4" "deployconfiguration.h" "4" "deploymentdata.h" "4" -"deploymentdatamodel.h" "4" "deploymentdataview.h" "4" +"desktoprunconfiguration.h" "4" "editorconfiguration.h" "4" "editorsettingspropertiespage.h" "4" "environmentaspect.h" "4" "environmentaspectwidget.h" "4" "environmentwidget.h" "4" "expanddata.h" "4" +"extraabi.h" "4" "extracompiler.h" "4" +"fileinsessionfinder.h" "4" +"filesinallprojectsfind.h" "4" +"filterkitaspectsdialog.h" "4" "foldernavigationwidget.h" "4" "gccparser.h" "4" "gcctoolchain.h" "4" @@ -8775,20 +11078,19 @@ "ioutputparser.h" "4" "ipotentialkit.h" "4" "itaskhandler.h" "4" -"journaldwatcher.h" "4" "kit.h" "4" "kitchooser.h" "4" -"kitconfigwidget.h" "4" "kitfeatureprovider.h" "4" "kitinformation.h" "4" -"kitinformationconfigwidget.h" "4" "kitmanager.h" "4" "kitmanagerconfigwidget.h" "4" "kitmodel.h" "4" "kitoptionspage.h" "4" "ldparser.h" "4" "linuxiccparser.h" "4" +"lldparser.h" "4" "localenvironmentaspect.h" "4" +"makestep.h" "4" "miniprojecttargetselector.h" "4" "msvcparser.h" "4" "msvctoolchain.h" "4" @@ -8796,6 +11098,7 @@ "osparser.h" "4" "outputparser_test.h" "4" "panelswidget.h" "4" +"parseissuesdialog.h" "4" "processparameters.h" "4" "processstep.h" "4" "project.h" "4" @@ -8803,7 +11106,6 @@ "projectconfigurationmodel.h" "4" "projectexplorer.h" "4" "projectexplorer_export.h" "4" -"projectexplorer_global.h" "4" "projectexplorerconstants.h" "4" "projectexplorericons.h" "4" "projectexplorersettings.h" "4" @@ -8811,7 +11113,6 @@ "projectfilewizardextension.h" "4" "projectimporter.h" "4" "projectmacro.h" "4" -"projectmacroexpander.h" "4" "projectmanager.h" "4" "projectmodels.h" "4" "projectnodes.h" "4" @@ -8821,9 +11122,11 @@ "projectwelcomepage.h" "4" "projectwindow.h" "4" "projectwizardpage.h" "4" +"rawprojectpart.h" "4" "removetaskhandler.h" "4" "runconfiguration.h" "4" "runconfigurationaspects.h" "4" +"runcontrol.h" "4" "runsettingspropertiespage.h" "4" "selectablefilesmodel.h" "4" "session.h" "4" @@ -8832,7 +11135,7 @@ "sessionview.h" "4" "showineditortaskhandler.h" "4" "showoutputtaskhandler.h" "4" -"subscription.h" "4" +"simpleprojectwizard.h" "4" "target.h" "4" "targetsettingspanel.h" "4" "targetsetuppage.h" "4" @@ -8842,10 +11145,12 @@ "taskmodel.h" "4" "taskwindow.h" "4" "toolchain.h" "4" +"toolchaincache.h" "4" "toolchainconfigwidget.h" "4" "toolchainmanager.h" "4" "toolchainoptionspage.h" "4" "toolchainsettingsaccessor.h" "4" +"treescanner.h" "4" "userfileaccessor.h" "4" "vcsannotatetaskhandler.h" "4" "waitforstopdialog.h" "4" @@ -8854,7 +11159,6 @@ "Sources" "3" "devicesupport" "4" "desktopdevice.cpp" "5" -"desktopdeviceconfigurationwidget.cpp" "5" "desktopdevicefactory.cpp" "5" "desktopdeviceprocess.cpp" "5" "desktopprocesssignaloperation.cpp" "5" @@ -8874,25 +11178,27 @@ "localprocesslist.cpp" "5" "sshdeviceprocess.cpp" "5" "sshdeviceprocesslist.cpp" "5" +"sshsettingspage.cpp" "5" "abi.cpp" "4" "abiwidget.cpp" "4" -"abstractmsvctoolchain.cpp" "4" "abstractprocessstep.cpp" "4" +"addrunconfigdialog.cpp" "4" "allprojectsfilter.cpp" "4" "allprojectsfind.cpp" "4" -"ansifilterparser.cpp" "4" "applicationlauncher.cpp" "4" "appoutputpane.cpp" "4" "baseprojectwizarddialog.cpp" "4" +"buildaspects.cpp" "4" "buildconfiguration.cpp" "4" -"buildenvironmentwidget.cpp" "4" "buildinfo.cpp" "4" "buildmanager.cpp" "4" "buildprogress.cpp" "4" +"buildpropertiessettings.cpp" "4" "buildsettingspropertiespage.cpp" "4" "buildstep.cpp" "4" "buildsteplist.cpp" "4" "buildstepspage.cpp" "4" +"buildsystem.cpp" "4" "clangparser.cpp" "4" "codestylesettingspropertiespage.cpp" "4" "compileoutputwindow.cpp" "4" @@ -8903,38 +11209,43 @@ "customexecutablerunconfiguration.cpp" "4" "customparser.cpp" "4" "customparserconfigdialog.cpp" "4" +"customparserssettingspage.cpp" "4" "customtoolchain.cpp" "4" "dependenciespanel.cpp" "4" "deployablefile.cpp" "4" "deployconfiguration.cpp" "4" -"deploymentdatamodel.cpp" "4" +"deploymentdata.cpp" "4" "deploymentdataview.cpp" "4" +"desktoprunconfiguration.cpp" "4" "editorconfiguration.cpp" "4" "editorsettingspropertiespage.cpp" "4" "environmentaspect.cpp" "4" "environmentaspectwidget.cpp" "4" "environmentwidget.cpp" "4" "expanddata.cpp" "4" +"extraabi.cpp" "4" "extracompiler.cpp" "4" +"fileinsessionfinder.cpp" "4" +"filesinallprojectsfind.cpp" "4" +"filterkitaspectsdialog.cpp" "4" "foldernavigationwidget.cpp" "4" "gccparser.cpp" "4" "gcctoolchain.cpp" "4" "gnumakeparser.cpp" "4" "importwidget.cpp" "4" "ioutputparser.cpp" "4" -"journaldwatcher.cpp" "4" "kit.cpp" "4" "kitchooser.cpp" "4" -"kitconfigwidget.cpp" "4" "kitinformation.cpp" "4" -"kitinformationconfigwidget.cpp" "4" "kitmanager.cpp" "4" "kitmanagerconfigwidget.cpp" "4" "kitmodel.cpp" "4" "kitoptionspage.cpp" "4" "ldparser.cpp" "4" "linuxiccparser.cpp" "4" +"lldparser.cpp" "4" "localenvironmentaspect.cpp" "4" +"makestep.cpp" "4" "miniprojecttargetselector.cpp" "4" "msvcparser.cpp" "4" "msvctoolchain.cpp" "4" @@ -8942,18 +11253,19 @@ "osparser.cpp" "4" "outputparser_test.cpp" "4" "panelswidget.cpp" "4" +"parseissuesdialog.cpp" "4" "processparameters.cpp" "4" "processstep.cpp" "4" "project.cpp" "4" "projectconfiguration.cpp" "4" "projectconfigurationmodel.cpp" "4" "projectexplorer.cpp" "4" +"projectexplorerconstants.cpp" "4" "projectexplorericons.cpp" "4" "projectexplorersettingspage.cpp" "4" "projectfilewizardextension.cpp" "4" "projectimporter.cpp" "4" "projectmacro.cpp" "4" -"projectmacroexpander.cpp" "4" "projectmodels.cpp" "4" "projectnodes.cpp" "4" "projectpanelfactory.cpp" "4" @@ -8962,9 +11274,11 @@ "projectwelcomepage.cpp" "4" "projectwindow.cpp" "4" "projectwizardpage.cpp" "4" +"rawprojectpart.cpp" "4" "removetaskhandler.cpp" "4" "runconfiguration.cpp" "4" "runconfigurationaspects.cpp" "4" +"runcontrol.cpp" "4" "runsettingspropertiespage.cpp" "4" "selectablefilesmodel.cpp" "4" "session.cpp" "4" @@ -8973,7 +11287,7 @@ "sessionview.cpp" "4" "showineditortaskhandler.cpp" "4" "showoutputtaskhandler.cpp" "4" -"subscription.cpp" "4" +"simpleprojectwizard.cpp" "4" "target.cpp" "4" "targetsettingspanel.cpp" "4" "targetsetuppage.cpp" "4" @@ -8987,6 +11301,7 @@ "toolchainmanager.cpp" "4" "toolchainoptionspage.cpp" "4" "toolchainsettingsaccessor.cpp" "4" +"treescanner.cpp" "4" "userfileaccessor.cpp" "4" "vcsannotatetaskhandler.cpp" "4" "waitforstopdialog.cpp" "4" @@ -8994,15 +11309,12 @@ "xcodebuildparser.cpp" "4" "Forms" "3" "devicesupport" "4" -"desktopdeviceconfigurationwidget.ui" "5" "devicefactoryselectiondialog.ui" "5" "devicesettingswidget.ui" "5" "devicetestdialog.ui" "5" "codestylesettingspropertiespage.ui" "4" "customparserconfigdialog.ui" "4" -"deploymentdataview.ui" "4" "editorsettingspropertiespage.ui" "4" -"processstep.ui" "4" "projectexplorersettingspage.ui" "4" "projectwizardpage.ui" "4" "sessiondialog.ui" "4" @@ -9033,7 +11345,6 @@ "buildstepremove@2x.png" "7" "cancelbuild_overlay.png" "7" "cancelbuild_overlay@2x.png" "7" -"closetab.png" "7" "CodeStyleSettings.png" "7" "continue_1_small.png" "7" "continue_1_small@2x.png" "7" @@ -9052,8 +11363,16 @@ "EditorSettings.png" "7" "fileoverlay_cpp.png" "7" "fileoverlay_cpp@2x.png" "7" +"fileoverlay_group.png" "7" +"fileoverlay_group@2x.png" "7" "fileoverlay_h.png" "7" "fileoverlay_h@2x.png" "7" +"fileoverlay_modules.png" "7" +"fileoverlay_modules@2x.png" "7" +"fileoverlay_product.png" "7" +"fileoverlay_product@2x.png" "7" +"fileoverlay_py.png" "7" +"fileoverlay_py@2x.png" "7" "fileoverlay_qml.png" "7" "fileoverlay_qml@2x.png" "7" "fileoverlay_qrc.png" "7" @@ -9066,13 +11385,13 @@ "fileoverlay_ui@2x.png" "7" "fileoverlay_unknown.png" "7" "fileoverlay_unknown@2x.png" "7" -"MaemoDevice.png" "7" +"importasproject.png" "7" +"importasproject@2x.png" "7" "mode_project.png" "7" "mode_project@2x.png" "7" "mode_project_mask.png" "7" "mode_project_mask@2x.png" "7" "ProjectDependencies.png" "7" -"projectexplorer.png" "7" "rebuildhammerhandles.png" "7" "rebuildhammerhandles@2x.png" "7" "rebuildhammerheads.png" "7" @@ -9082,39 +11401,40 @@ "run_mask.png" "7" "run_mask@2x.png" "7" "RunSettings.png" "7" -"session.png" "7" "settingscategory_buildrun.png" "7" "settingscategory_buildrun@2x.png" "7" +"settingscategory_cpp.png" "7" +"settingscategory_cpp@2x.png" "7" "settingscategory_devices.png" "7" "settingscategory_devices@2x.png" "7" "settingscategory_kits.png" "7" "settingscategory_kits@2x.png" "7" -"Simulator.png" "7" "targetpanel_bottom.png" "7" "unconfigured.png" "7" "window.png" "7" "Other files" "3" +"generic-project.cflags" "5" +"generic-project.config" "5" +"generic-project.creator" "5" +"generic-project.cxxflags" "5" +"generic-project.files" "5" +"generic-project.includes" "5" +"main.cpp" "5" "projectexplorer.qbs" "4" "projectexplorer_dependencies" "2" "projectexplorer_dependencies.pri" "3" -"ptracepreload" "2" -"ptracepreload.pro" "3" -"qtcreator" "3" -"qtcreator.pri" "4" -"Sources" "3" -"ptracepreload.c" "4" -"Other files" "3" -"ptracepreload.qbs" "4" -"pythoneditor" "2" -"pythoneditor.pro" "3" +"python" "2" +"python.pro" "3" "qtcreatorplugin" "3" "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" +"languageclient_dependencies" "4" +"languageclient_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" -"pythoneditor_dependencies" "4" -"pythoneditor_dependencies.pri" "5" +"python_dependencies" "4" +"python_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" "aggregation_dependencies" "5" @@ -9123,272 +11443,79 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"languageclient_dependencies" "5" +"languageclient_dependencies.pri" "6" +"languageserverprotocol_dependencies" "5" +"languageserverprotocol_dependencies.pri" "6" +"languageutils_dependencies" "5" +"languageutils_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" -"qtsupport_dependencies" "5" -"qtsupport_dependencies.pri" "6" +"qmljs_dependencies" "5" +"qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" -"qtsupport_dependencies" "4" -"qtsupport_dependencies.pri" "5" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" -"PythonEditor.json.in" "6" +"Python.json.in" "6" "Headers" "3" +"pythonconstants.h" "4" "pythoneditor.h" "4" -"pythoneditorconstants.h" "4" -"pythoneditorplugin.h" "4" "pythonformattoken.h" "4" "pythonhighlighter.h" "4" "pythonindenter.h" "4" +"pythonplugin.h" "4" +"pythonproject.h" "4" +"pythonrunconfiguration.h" "4" "pythonscanner.h" "4" +"pythonsettings.h" "4" +"pythonutils.h" "4" "Sources" "3" "pythoneditor.cpp" "4" -"pythoneditorplugin.cpp" "4" "pythonhighlighter.cpp" "4" "pythonindenter.cpp" "4" +"pythonplugin.cpp" "4" +"pythonproject.cpp" "4" +"pythonrunconfiguration.cpp" "4" "pythonscanner.cpp" "4" -"Other files" "3" -"pythoneditor.qbs" "4" -"pythoneditor_dependencies" "2" -"pythoneditor_dependencies.pri" "3" -"qbsprojectmanager" "2" -"qbsprojectmanager.pro" "3" -"qtcreatorplugin" "3" -"qtcreatorplugin.pri" "4" -"coreplugin_dependencies" "4" -"coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" -"projectexplorer_dependencies" "4" -"projectexplorer_dependencies.pri" "5" -"qbsprojectmanager_dependencies" "4" -"qbsprojectmanager_dependencies.pri" "5" -"qmljstools_dependencies" "4" -"qmljstools_dependencies.pri" "5" -"qtcreator" "4" -"qtcreator.pri" "5" -"aggregation_dependencies" "5" -"aggregation_dependencies.pri" "6" -"coreplugin_dependencies" "5" -"coreplugin_dependencies.pri" "6" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" -"extensionsystem_dependencies" "5" -"extensionsystem_dependencies.pri" "6" -"languageutils_dependencies" "5" -"languageutils_dependencies.pri" "6" -"projectexplorer_dependencies" "5" -"projectexplorer_dependencies.pri" "6" -"qmljs_dependencies" "5" -"qmljs_dependencies.pri" "6" -"qmljstools_dependencies" "5" -"qmljstools_dependencies.pri" "6" -"qtsupport_dependencies" "5" -"qtsupport_dependencies.pri" "6" -"ssh_dependencies" "5" -"ssh_dependencies.pri" "6" -"texteditor_dependencies" "5" -"texteditor_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"qtsupport_dependencies" "4" -"qtsupport_dependencies.pri" "5" -"rpath" "4" -"rpath.pri" "5" -"Headers" "4" -"shared" "5" -"qtcreator_gui_pch.h" "6" -"Other files" "4" -"QbsProjectManager.json.in" "6" -"use_corelib" "3" -"use_corelib.pri" "4" -"library_dirname" "4" -"library_dirname.pri" "5" -"qbs_version" "4" -"qbs_version.pri" "5" -"use_qtprofilesetup" "3" -"use_qtprofilesetup.pri" "4" -"library_dirname" "4" -"library_dirname.pri" "5" -"qbs_version" "4" -"qbs_version.pri" "5" -"Headers" "3" -"customqbspropertiesdialog.h" "4" -"defaultpropertyprovider.h" "4" -"propertyprovider.h" "4" -"qbsbuildconfiguration.h" "4" -"qbsbuildconfigurationwidget.h" "4" -"qbsbuildinfo.h" "4" -"qbsbuildstep.h" "4" -"qbscleanstep.h" "4" -"qbsdeployconfigurationfactory.h" "4" -"qbsinstallstep.h" "4" -"qbskitinformation.h" "4" -"qbslogsink.h" "4" -"qbsnodes.h" "4" -"qbsnodetreebuilder.h" "4" -"qbsparser.h" "4" -"qbspmlogging.h" "4" -"qbsprofilessettingspage.h" "4" -"qbsproject.h" "4" -"qbsprojectimporter.h" "4" -"qbsprojectmanager.h" "4" -"qbsprojectmanager_global.h" "4" -"qbsprojectmanagerconstants.h" "4" -"qbsprojectmanagerplugin.h" "4" -"qbsprojectmanagersettings.h" "4" -"qbsprojectparser.h" "4" -"qbsrunconfiguration.h" "4" -"Sources" "3" -"customqbspropertiesdialog.cpp" "4" -"defaultpropertyprovider.cpp" "4" -"qbsbuildconfiguration.cpp" "4" -"qbsbuildconfigurationwidget.cpp" "4" -"qbsbuildinfo.cpp" "4" -"qbsbuildstep.cpp" "4" -"qbscleanstep.cpp" "4" -"qbsdeployconfigurationfactory.cpp" "4" -"qbsinstallstep.cpp" "4" -"qbskitinformation.cpp" "4" -"qbslogsink.cpp" "4" -"qbsnodes.cpp" "4" -"qbsnodetreebuilder.cpp" "4" -"qbsparser.cpp" "4" -"qbspmlogging.cpp" "4" -"qbsprofilessettingspage.cpp" "4" -"qbsproject.cpp" "4" -"qbsprojectimporter.cpp" "4" -"qbsprojectmanager.cpp" "4" -"qbsprojectmanagerplugin.cpp" "4" -"qbsprojectmanagersettings.cpp" "4" -"qbsprojectparser.cpp" "4" -"qbsrunconfiguration.cpp" "4" -"Forms" "3" -"customqbspropertiesdialog.ui" "4" -"qbsbuildstepconfigwidget.ui" "4" -"qbscleanstepconfigwidget.ui" "4" -"qbsinstallstepconfigwidget.ui" "4" -"qbsprofilessettingswidget.ui" "4" +"pythonsettings.cpp" "4" +"pythonutils.cpp" "4" "Resources" "3" -"qbsprojectmanager.qrc" "4" -"/qbsprojectmanager" "5" +"python.qrc" "4" +"/python" "5" "images" "6" -"groups.png" "7" -"groups@2x.png" "7" -"productgear.png" "7" -"productgear@2x.png" "7" +"settingscategory_python.png" "7" +"settingscategory_python@2x.png" "7" "Other files" "3" -"qbsprojectmanager.qbs" "4" -"qbsprojectmanager_dependencies" "2" -"qbsprojectmanager_dependencies.pri" "3" -"qmakeandroidsupport" "2" -"qmakeandroidsupport.pro" "3" -"qtcreatorplugin" "3" -"qtcreatorplugin.pri" "4" -"android_dependencies" "4" -"android_dependencies.pri" "5" -"coreplugin_dependencies" "4" -"coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" -"projectexplorer_dependencies" "4" -"projectexplorer_dependencies.pri" "5" -"qmakeandroidsupport_dependencies" "4" -"qmakeandroidsupport_dependencies.pri" "5" -"qmakeprojectmanager_dependencies" "4" -"qmakeprojectmanager_dependencies.pri" "5" -"qmljstools_dependencies" "4" -"qmljstools_dependencies.pri" "5" -"qtcreator" "4" -"qtcreator.pri" "5" -"aggregation_dependencies" "5" -"aggregation_dependencies.pri" "6" -"android_dependencies" "5" -"android_dependencies.pri" "6" -"coreplugin_dependencies" "5" -"coreplugin_dependencies.pri" "6" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" -"debugger_dependencies" "5" -"debugger_dependencies.pri" "6" -"extensionsystem_dependencies" "5" -"extensionsystem_dependencies.pri" "6" -"languageutils_dependencies" "5" -"languageutils_dependencies.pri" "6" -"projectexplorer_dependencies" "5" -"projectexplorer_dependencies.pri" "6" -"qmakeprojectmanager_dependencies" "5" -"qmakeprojectmanager_dependencies.pri" "6" -"qmldebug_dependencies" "5" -"qmldebug_dependencies.pri" "6" -"qmljs_dependencies" "5" -"qmljs_dependencies.pri" "6" -"qmljstools_dependencies" "5" -"qmljstools_dependencies.pri" "6" -"qtsupport_dependencies" "5" -"qtsupport_dependencies.pri" "6" -"resourceeditor_dependencies" "5" -"resourceeditor_dependencies.pri" "6" -"ssh_dependencies" "5" -"ssh_dependencies.pri" "6" -"texteditor_dependencies" "5" -"texteditor_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"qtsupport_dependencies" "4" -"qtsupport_dependencies.pri" "5" -"resourceeditor_dependencies" "4" -"resourceeditor_dependencies.pri" "5" -"rpath" "4" -"rpath.pri" "5" -"texteditor_dependencies" "4" -"texteditor_dependencies.pri" "5" -"Headers" "4" -"shared" "5" -"qtcreator_gui_pch.h" "6" -"Other files" "4" -"QmakeAndroidSupport.json.in" "6" -"Headers" "3" -"androidextralibrarylistmodel.h" "4" -"androidqmakebuildconfigurationfactory.h" "4" -"createandroidmanifestwizard.h" "4" -"qmakeandroidbuildapkstep.h" "4" -"qmakeandroidbuildapkwidget.h" "4" -"qmakeandroidsupport.h" "4" -"qmakeandroidsupportplugin.h" "4" -"Sources" "3" -"androidextralibrarylistmodel.cpp" "4" -"androidqmakebuildconfigurationfactory.cpp" "4" -"createandroidmanifestwizard.cpp" "4" -"qmakeandroidbuildapkstep.cpp" "4" -"qmakeandroidbuildapkwidget.cpp" "4" -"qmakeandroidsupport.cpp" "4" -"qmakeandroidsupportplugin.cpp" "4" -"Forms" "3" -"qmakeandroidbuildapkwidget.ui" "4" -"Other files" "3" -"qmakeandroidsupport.qbs" "4" -"qmakeandroidsupport_dependencies" "2" -"qmakeandroidsupport_dependencies.pri" "3" +"python.qbs" "4" +"python_dependencies" "2" +"python_dependencies.pri" "3" "qmakeprojectmanager" "2" "qmakeprojectmanager.pro" "3" "customwidgetwizard" "3" @@ -9419,8 +11546,8 @@ "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "designer_dependencies" "4" "designer_dependencies.pri" "5" "projectexplorer_dependencies" "4" @@ -9431,12 +11558,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" @@ -9445,16 +11574,30 @@ "projectexplorer_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" "resourceeditor_dependencies" "5" "resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "resourceeditor_dependencies" "4" @@ -9463,6 +11606,8 @@ "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -9470,88 +11615,61 @@ "QmakeProjectManager.json.in" "6" "Headers" "3" "wizards" "4" -"filespage.h" "5" -"guiappwizard.h" "5" -"guiappwizarddialog.h" "5" -"libraryparameters.h" "5" -"librarywizard.h" "5" -"librarywizarddialog.h" "5" -"modulespage.h" "5" "qtprojectparameters.h" "5" "qtwizard.h" "5" -"simpleprojectwizard.h" "5" "subdirsprojectwizard.h" "5" "subdirsprojectwizarddialog.h" "5" "addlibrarywizard.h" "4" -"desktopqmakerunconfiguration.h" "4" "externaleditors.h" "4" "librarydetailscontroller.h" "4" "makefileparse.h" "4" -"makestep.h" "4" "profilecompletionassist.h" "4" "profileeditor.h" "4" "profilehighlighter.h" "4" "profilehoverhandler.h" "4" "qmakebuildconfiguration.h" "4" "qmakebuildinfo.h" "4" -"qmakekitconfigwidget.h" "4" "qmakekitinformation.h" "4" +"qmakemakestep.h" "4" "qmakenodes.h" "4" "qmakenodetreebuilder.h" "4" "qmakeparser.h" "4" "qmakeparsernodes.h" "4" "qmakeproject.h" "4" -"qmakeprojectconfigwidget.h" "4" "qmakeprojectimporter.h" "4" -"qmakeprojectmanager.h" "4" "qmakeprojectmanager_global.h" "4" "qmakeprojectmanagerconstants.h" "4" "qmakeprojectmanagerplugin.h" "4" +"qmakesettings.h" "4" "qmakestep.h" "4" -"qtmodulesinfo.h" "4" "Sources" "3" "wizards" "4" -"filespage.cpp" "5" -"guiappwizard.cpp" "5" -"guiappwizarddialog.cpp" "5" -"libraryparameters.cpp" "5" -"librarywizard.cpp" "5" -"librarywizarddialog.cpp" "5" -"modulespage.cpp" "5" "qtprojectparameters.cpp" "5" "qtwizard.cpp" "5" -"simpleprojectwizard.cpp" "5" "subdirsprojectwizard.cpp" "5" "subdirsprojectwizarddialog.cpp" "5" "addlibrarywizard.cpp" "4" -"desktopqmakerunconfiguration.cpp" "4" "externaleditors.cpp" "4" "librarydetailscontroller.cpp" "4" "makefileparse.cpp" "4" -"makestep.cpp" "4" "profilecompletionassist.cpp" "4" "profileeditor.cpp" "4" "profilehighlighter.cpp" "4" "profilehoverhandler.cpp" "4" "qmakebuildconfiguration.cpp" "4" -"qmakekitconfigwidget.cpp" "4" "qmakekitinformation.cpp" "4" +"qmakemakestep.cpp" "4" "qmakenodes.cpp" "4" "qmakenodetreebuilder.cpp" "4" "qmakeparser.cpp" "4" "qmakeparsernodes.cpp" "4" "qmakeproject.cpp" "4" -"qmakeprojectconfigwidget.cpp" "4" "qmakeprojectimporter.cpp" "4" -"qmakeprojectmanager.cpp" "4" "qmakeprojectmanagerplugin.cpp" "4" +"qmakesettings.cpp" "4" "qmakestep.cpp" "4" -"qtmodulesinfo.cpp" "4" "Forms" "3" "librarydetailswidget.ui" "4" -"makestep.ui" "4" -"qmakeprojectconfigwidget.ui" "4" -"qmakestep.ui" "4" "Resources" "3" "qmakeprojectmanager.qrc" "4" "/qmakeprojectmanager" "5" @@ -9559,23 +11677,67 @@ "dark_headers.png" "7" "dark_sources.png" "7" "dark_unknown.png" "7" -"qmakeprojectmanager.png" "7" -"qmakeprojectmanager@2x.png" "7" "/wizards" "5" "images" "6" -"console.png" "7" -"console@2x.png" "7" "gui.png" "7" "gui@2x.png" "7" -"lib.png" "7" -"lib@2x.png" "7" -"qtquickapp.png" "7" "Other files" "3" "qmakeprojectmanager.qbs" "4" "qmakeprojectmanager_dependencies" "2" "qmakeprojectmanager_dependencies.pri" "3" "qmldesigner" "2" "qmldesigner.pro" "3" +"assetexporterplugin" "3" +"assetexporterplugin.pro" "4" +"assetexporterplugin" "4" +"assetexporterplugin.pri" "5" +"Headers" "5" +"dumpers" "6" +"assetnodedumper.h" "7" +"itemnodedumper.h" "7" +"nodedumper.h" "7" +"textnodedumper.h" "7" +"assetexportdialog.h" "6" +"assetexporter.h" "6" +"assetexporterplugin.h" "6" +"assetexporterview.h" "6" +"assetexportpluginconstants.h" "6" +"componentexporter.h" "6" +"exportnotification.h" "6" +"filepathmodel.h" "6" +"Sources" "5" +"dumpers" "6" +"assetnodedumper.cpp" "7" +"itemnodedumper.cpp" "7" +"nodedumper.cpp" "7" +"textnodedumper.cpp" "7" +"assetexportdialog.cpp" "6" +"assetexporter.cpp" "6" +"assetexporterplugin.cpp" "6" +"assetexporterview.cpp" "6" +"componentexporter.cpp" "6" +"exportnotification.cpp" "6" +"filepathmodel.cpp" "6" +"Forms" "5" +"assetexportdialog.ui" "6" +"Resources" "5" +"assetexporterplugin.qrc" "6" +"/assetexporterplugin" "7" +"assetexporterplugin.metainfo" "8" +"iwidgetplugin" "4" +"iwidgetplugin.pri" "5" +"plugindestdir" "4" +"plugindestdir.pri" "5" +"qmldesigner_dependencies" "4" +"qmldesigner_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "4" +"assetexporterplugin.qbs" "5" "componentsplugin" "3" "componentsplugin.pro" "4" "componentsplugin" "4" @@ -9603,38 +11765,22 @@ "componentsplugin.qrc" "6" "/componentsplugin" "7" "images" "8" -"button.png" "9" -"button16.png" "9" -"checkbox.png" "9" -"checkbox16.png" "9" "column-layouts-icon-16px.png" "9" "column-layouts-icon.png" "9" -"combobox.png" "9" -"combobox16.png" "9" +"column-layouts-icon@2x.png" "9" "grid-layouts-icon-16px.png" "9" "grid-layouts-icon.png" "9" +"grid-layouts-icon@2x.png" "9" "item-icon.png" "9" "item-icon16.png" "9" -"label.png" "9" -"label16.png" "9" -"progressbar.png" "9" -"progressbar16.png" "9" -"radiobutton.png" "9" -"radiobutton16.png" "9" "row-layouts-icon-16px.png" "9" "row-layouts-icon.png" "9" -"slider.png" "9" -"slider16.png" "9" +"row-layouts-icon@2x.png" "9" "splitview-layouts-icon-16px.png" "9" "splitview-layouts-icon.png" "9" "stack-layouts-icon-16px.png" "9" "stack-layouts-icon.png" "9" -"textarea.png" "9" -"textarea16.png" "9" -"textfield.png" "9" -"textfield16.png" "9" -"window.png" "9" -"window16.png" "9" +"stack-layouts-icon@2x.png" "9" "components.metainfo" "8" "/propertyEditorQmlSources/QtQuick" "7" "Controls" "8" @@ -9657,10 +11803,77 @@ "plugindestdir.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "Other files" "4" "componentsplugin.qbs" "5" "qmldesignerplugin" "3" "qmldesignerplugin.pro" "4" +"annotationeditor" "4" +"annotationeditor.pri" "5" +"Headers" "5" +"annotationcommenttab.h" "6" +"annotationeditor.h" "6" +"annotationeditordialog.h" "6" +"annotationeditorwidget.h" "6" +"annotationlist.h" "6" +"annotationlistwidget.h" "6" +"annotationtableview.h" "6" +"annotationtabwidget.h" "6" +"defaultannotations.h" "6" +"globalannotationdialog.h" "6" +"globalannotationeditor.h" "6" +"Sources" "5" +"annotationcommenttab.cpp" "6" +"annotationeditor.cpp" "6" +"annotationeditordialog.cpp" "6" +"annotationeditorwidget.cpp" "6" +"annotationlist.cpp" "6" +"annotationlistwidget.cpp" "6" +"annotationtableview.cpp" "6" +"annotationtabwidget.cpp" "6" +"defaultannotations.cpp" "6" +"globalannotationdialog.cpp" "6" +"globalannotationeditor.cpp" "6" +"Forms" "5" +"annotationcommenttab.ui" "6" +"annotationeditorwidget.ui" "6" +"Resources" "5" +"annotationeditor.qrc" "6" +"/annotationeditor" "7" +"defaultannotations.json" "8" +"bindingeditor" "4" +"bindingeditor.pri" "5" +"Headers" "5" +"abstracteditordialog.h" "6" +"actioneditor.h" "6" +"actioneditordialog.h" "6" +"bindingeditor.h" "6" +"bindingeditordialog.h" "6" +"bindingeditorwidget.h" "6" +"connectionvisitor.h" "6" +"signallist.h" "6" +"signallistdelegate.h" "6" +"signallistdialog.h" "6" +"Sources" "5" +"abstracteditordialog.cpp" "6" +"actioneditor.cpp" "6" +"actioneditordialog.cpp" "6" +"bindingeditor.cpp" "6" +"bindingeditordialog.cpp" "6" +"bindingeditorwidget.cpp" "6" +"connectionvisitor.cpp" "6" +"signallist.cpp" "6" +"signallistdelegate.cpp" "6" +"signallistdialog.cpp" "6" +"colortool" "4" +"colortool.pri" "5" +"Headers" "5" +"colortool.h" "6" +"Sources" "5" +"colortool.cpp" "6" "componentcore" "4" "componentcore.pri" "5" "Headers" "5" @@ -9675,12 +11888,16 @@ "designeractionmanager.h" "6" "designeractionmanagerview.h" "6" "findimplementation.h" "6" +"formatoperation.h" "6" +"hdrimage.h" "6" "layoutingridlayout.h" "6" "modelnodecontextmenu.h" "6" "modelnodecontextmenu_helper.h" "6" "modelnodeoperations.h" "6" +"navigation2d.h" "6" "qmldesignericonprovider.h" "6" "selectioncontext.h" "6" +"svgpasteaction.h" "6" "theme.h" "6" "zoomaction.h" "6" "Sources" "5" @@ -9693,12 +11910,16 @@ "designeractionmanager.cpp" "6" "designeractionmanagerview.cpp" "6" "findimplementation.cpp" "6" +"formatoperation.cpp" "6" +"hdrimage.cpp" "6" "layoutingridlayout.cpp" "6" "modelnodecontextmenu.cpp" "6" "modelnodecontextmenu_helper.cpp" "6" "modelnodeoperations.cpp" "6" +"navigation2d.cpp" "6" "qmldesignericonprovider.cpp" "6" "selectioncontext.cpp" "6" +"svgpasteaction.cpp" "6" "theme.cpp" "6" "zoomaction.cpp" "6" "Forms" "5" @@ -9717,6 +11938,95 @@ "raise@2x.png" "9" "row.png" "9" "row@2x.png" "9" +"connectioneditor" "4" +"connectioneditor.pri" "5" +"Headers" "5" +"addnewbackenddialog.h" "6" +"backendmodel.h" "6" +"bindingmodel.h" "6" +"connectionmodel.h" "6" +"connectionview.h" "6" +"connectionviewwidget.h" "6" +"delegates.h" "6" +"dynamicpropertiesmodel.h" "6" +"Sources" "5" +"addnewbackenddialog.cpp" "6" +"backendmodel.cpp" "6" +"bindingmodel.cpp" "6" +"connectionmodel.cpp" "6" +"connectionview.cpp" "6" +"connectionviewwidget.cpp" "6" +"delegates.cpp" "6" +"dynamicpropertiesmodel.cpp" "6" +"Forms" "5" +"addnewbackenddialog.ui" "6" +"connectionviewwidget.ui" "6" +"Resources" "5" +"connectioneditor.qrc" "6" +"/connectionview" "7" +"stylesheet.css" "8" +"curveeditor" "4" +"curveeditor.pri" "5" +"Headers" "5" +"detail" "6" +"colorcontrol.h" "7" +"curveeditorstyledialog.h" "7" +"curveitem.h" "7" +"graphicsscene.h" "7" +"graphicsview.h" "7" +"handleitem.h" "7" +"keyframeitem.h" "7" +"playhead.h" "7" +"selectableitem.h" "7" +"selectionmodel.h" "7" +"selector.h" "7" +"shortcut.h" "7" +"treeitemdelegate.h" "7" +"treemodel.h" "7" +"treeview.h" "7" +"animationcurve.h" "6" +"curveeditor.h" "6" +"curveeditormodel.h" "6" +"curveeditorview.h" "6" +"curvesegment.h" "6" +"keyframe.h" "6" +"treeitem.h" "6" +"Sources" "5" +"detail" "6" +"axis.cpp" "7" +"colorcontrol.cpp" "7" +"curveeditorstyledialog.cpp" "7" +"curveeditorutils.cpp" "7" +"curveitem.cpp" "7" +"graphicsscene.cpp" "7" +"graphicsview.cpp" "7" +"handleitem.cpp" "7" +"keyframeitem.cpp" "7" +"playhead.cpp" "7" +"selectableitem.cpp" "7" +"selectionmodel.cpp" "7" +"selector.cpp" "7" +"shortcut.cpp" "7" +"treeitemdelegate.cpp" "7" +"treemodel.cpp" "7" +"treeview.cpp" "7" +"animationcurve.cpp" "6" +"curveeditor.cpp" "6" +"curveeditormodel.cpp" "6" +"curveeditorview.cpp" "6" +"curvesegment.cpp" "6" +"keyframe.cpp" "6" +"treeitem.cpp" "6" +"Resources" "5" +"curveeditor.qrc" "6" +"/curveeditor" "7" +"images" "8" +"tangetToolsLinearIcon.png" "9" +"tangetToolsLinearIcon@2x.png" "9" +"tangetToolsSplineIcon.png" "9" +"tangetToolsSplineIcon@2x.png" "9" +"tangetToolsStepIcon.png" "9" +"tangetToolsStepIcon@2x.png" "9" "debugview" "4" "debugview.pri" "5" "Headers" "5" @@ -9732,11 +12042,15 @@ "commands" "5" "commands.pri" "6" "Headers" "6" +"captureddatacommand.h" "7" "changeauxiliarycommand.h" "7" "changebindingscommand.h" "7" "changefileurlcommand.h" "7" "changeidscommand.h" "7" +"changelanguagecommand.h" "7" "changenodesourcecommand.h" "7" +"changepreviewimagesizecommand.h" "7" +"changeselectioncommand.h" "7" "changestatecommand.h" "7" "changevaluescommand.h" "7" "childrenchangedcommand.h" "7" @@ -9748,22 +12062,31 @@ "debugoutputcommand.h" "7" "endpuppetcommand.h" "7" "informationchangedcommand.h" "7" +"inputeventcommand.h" "7" "pixmapchangedcommand.h" "7" "puppetalivecommand.h" "7" +"puppettocreatorcommand.h" "7" "removeinstancescommand.h" "7" "removepropertiescommand.h" "7" "removesharedmemorycommand.h" "7" "reparentinstancescommand.h" "7" +"requestmodelnodepreviewimagecommand.h" "7" +"scenecreatedcommand.h" "7" "statepreviewimagechangedcommand.h" "7" "synchronizecommand.h" "7" "tokencommand.h" "7" +"update3dviewstatecommand.h" "7" "valueschangedcommand.h" "7" +"view3dactioncommand.h" "7" "Sources" "6" "changeauxiliarycommand.cpp" "7" "changebindingscommand.cpp" "7" "changefileurlcommand.cpp" "7" "changeidscommand.cpp" "7" +"changelanguagecommand.cpp" "7" "changenodesourcecommand.cpp" "7" +"changepreviewimagesizecommand.cpp" "7" +"changeselectioncommand.cpp" "7" "changestatecommand.cpp" "7" "changevaluescommand.cpp" "7" "childrenchangedcommand.cpp" "7" @@ -9775,16 +12098,21 @@ "debugoutputcommand.cpp" "7" "endpuppetcommand.cpp" "7" "informationchangedcommand.cpp" "7" +"inputeventcommand.cpp" "7" "pixmapchangedcommand.cpp" "7" "puppetalivecommand.cpp" "7" +"puppettocreatorcommand.cpp" "7" "removeinstancescommand.cpp" "7" "removepropertiescommand.cpp" "7" "removesharedmemorycommand.cpp" "7" "reparentinstancescommand.cpp" "7" +"requestmodelnodepreviewimagecommand.cpp" "7" "statepreviewimagechangedcommand.cpp" "7" "synchronizecommand.cpp" "7" "tokencommand.cpp" "7" +"update3dviewstatecommand.cpp" "7" "valueschangedcommand.cpp" "7" +"view3dactioncommand.cpp" "7" "container" "5" "container.pri" "6" "Headers" "6" @@ -9810,8 +12138,6 @@ "propertybindingcontainer.cpp" "7" "propertyvaluecontainer.cpp" "7" "reparentcontainer.cpp" "7" -"sharedmemory_qt.cpp" "7" -"sharedmemory_unix.cpp" "7" "filemanager" "5" "filemanager.pri" "6" "Headers" "6" @@ -9846,14 +12172,21 @@ "qmlrewriter.cpp" "7" "removepropertyvisitor.cpp" "7" "removeuiobjectmembervisitor.cpp" "7" -"instances" "5" -"instances.pri" "6" +"instances-lib" "5" +"instances-lib.pri" "6" "Headers" "6" "nodeinstance.h" "8" +"baseconnectionmanager.h" "7" +"connectionmanager.h" "7" +"connectionmanagerinterface.h" "7" "nodeinstanceserverproxy.h" "7" "puppetbuildprogressdialog.h" "7" "puppetcreator.h" "7" +"qprocessuniqueptr.h" "7" "Sources" "6" +"baseconnectionmanager.cpp" "7" +"connectionmanager.cpp" "7" +"connectionmanagerinterface.cpp" "7" "nodeinstance.cpp" "7" "nodeinstanceserverproxy.cpp" "7" "nodeinstanceview.cpp" "7" @@ -9874,13 +12207,24 @@ "types.pri" "6" "Headers" "6" "enumeration.h" "7" -"Sources" "6" -"enumeration.cpp" "7" "Headers" "5" +"imagecache" "6" +"imagecachecollector.h" "7" +"imagecachecollectorinterface.h" "7" +"imagecacheconnectionmanager.h" "7" +"imagecachefontcollector.h" "7" +"imagecachegenerator.h" "7" +"imagecachegeneratorinterface.h" "7" +"imagecachestorage.h" "7" +"imagecachestorageinterface.h" "7" +"timestampprovider.h" "7" +"timestampproviderinterface.h" "7" "include" "6" "abstractproperty.h" "7" "abstractview.h" "7" "anchorline.h" "7" +"annotation.h" "7" +"asynchronousimagecache.h" "7" "basetexteditmodifier.h" "7" "bindingproperty.h" "7" "componenttextmodifier.h" "7" @@ -9888,6 +12232,7 @@ "documentmessage.h" "7" "exception.h" "7" "forwardview.h" "7" +"imagecacheauxiliarydata.h" "7" "import.h" "7" "invalidargumentexception.h" "7" "invalididexception.h" "7" @@ -9919,6 +12264,7 @@ "propertyparser.h" "7" "qmlanchors.h" "7" "qmlchangeset.h" "7" +"qmlconnections.h" "7" "qmldesignercorelib_global.h" "7" "qmlitemnode.h" "7" "qmlmodelnodefacade.h" "7" @@ -9930,7 +12276,9 @@ "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" @@ -9971,6 +12319,14 @@ "notimplementedexception.cpp" "7" "removebasestateexception.cpp" "7" "rewritingexception.cpp" "7" +"imagecache" "6" +"asynchronousimagecache.cpp" "7" +"imagecachecollector.cpp" "7" +"imagecacheconnectionmanager.cpp" "7" +"imagecachefontcollector.cpp" "7" +"imagecachegenerator.cpp" "7" +"synchronousimagecache.cpp" "7" +"timestampprovider.cpp" "7" "instances" "6" "puppetdialog.cpp" "7" "metainfo" "6" @@ -9984,6 +12340,7 @@ "abstractproperty.cpp" "7" "abstractview.cpp" "7" "anchorline.cpp" "7" +"annotation.cpp" "7" "basetexteditmodifier.cpp" "7" "bindingproperty.cpp" "7" "componenttextmodifier.cpp" "7" @@ -10010,8 +12367,10 @@ "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" @@ -10019,10 +12378,12 @@ "qmltextgenerator.cpp" "7" "qmltimeline.cpp" "7" "qmltimelinekeyframegroup.cpp" "7" +"qmlvisualnode.cpp" "7" "rewriteaction.cpp" "7" "rewriteactioncompressor.cpp" "7" "rewriterview.cpp" "7" "signalhandlerproperty.cpp" "7" +"stylesheetmerger.cpp" "7" "textmodifier.cpp" "7" "texttomodelmerger.cpp" "7" "variantproperty.cpp" "7" @@ -10034,6 +12395,102 @@ "Forms" "5" "instances" "6" "puppetdialog.ui" "7" +"edit3d" "4" +"edit3d.pri" "5" +"Headers" "5" +"edit3dactions.h" "6" +"edit3dcanvas.h" "6" +"edit3dview.h" "6" +"edit3dwidget.h" "6" +"Sources" "5" +"edit3dactions.cpp" "6" +"edit3dcanvas.cpp" "6" +"edit3dview.cpp" "6" +"edit3dwidget.cpp" "6" +"Resources" "5" +"edit3d.qrc" "6" +"/edit3d" "7" +"images" "8" +"edit_light_off.png" "9" +"edit_light_off@2x.png" "9" +"edit_light_on.png" "9" +"edit_light_on@2x.png" "9" +"fit_selected.png" "9" +"fit_selected@2x.png" "9" +"global.png" "9" +"global@2x.png" "9" +"grid_off.png" "9" +"grid_off@2x.png" "9" +"grid_on.png" "9" +"grid_on@2x.png" "9" +"local.png" "9" +"local@2x.png" "9" +"move_off.png" "9" +"move_off@2x.png" "9" +"move_on.png" "9" +"move_on@2x.png" "9" +"orthographic_camera.png" "9" +"orthographic_camera@2x.png" "9" +"particles_off.png" "9" +"particles_off@2x.png" "9" +"particles_on.png" "9" +"particles_on@2x.png" "9" +"particles_pause.png" "9" +"particles_pause@2x.png" "9" +"particles_play.png" "9" +"particles_play@2x.png" "9" +"particles_restart.png" "9" +"particles_restart@2x.png" "9" +"perspective_camera.png" "9" +"perspective_camera@2x.png" "9" +"rotate_off.png" "9" +"rotate_off@2x.png" "9" +"rotate_on.png" "9" +"rotate_on@2x.png" "9" +"scale_off.png" "9" +"scale_off@2x.png" "9" +"scale_on.png" "9" +"scale_on@2x.png" "9" +"select_group.png" "9" +"select_group@2x.png" "9" +"select_item.png" "9" +"select_item@2x.png" "9" +"eventlistplugin" "4" +"eventlistplugin.pri" "5" +"Headers" "5" +"assigneventdialog.h" "6" +"connectsignaldialog.h" "6" +"eventlist.h" "6" +"eventlistactions.h" "6" +"eventlistdelegate.h" "6" +"eventlistdialog.h" "6" +"eventlistpluginview.h" "6" +"eventlistutils.h" "6" +"eventlistview.h" "6" +"filterlinewidget.h" "6" +"nodelistdelegate.h" "6" +"nodelistview.h" "6" +"nodeselectionmodel.h" "6" +"shortcutwidget.h" "6" +"Sources" "5" +"assigneventdialog.cpp" "6" +"connectsignaldialog.cpp" "6" +"eventlist.cpp" "6" +"eventlistactions.cpp" "6" +"eventlistdelegate.cpp" "6" +"eventlistdialog.cpp" "6" +"eventlistpluginview.cpp" "6" +"eventlistutils.cpp" "6" +"eventlistview.cpp" "6" +"filterlinewidget.cpp" "6" +"nodelistdelegate.cpp" "6" +"nodelistview.cpp" "6" +"nodeselectionmodel.cpp" "6" +"shortcutwidget.cpp" "6" +"Resources" "5" +"eventlistplugin.qrc" "6" +"/eventlistplugin" "7" +"eventlistplugin.metainfo" "8" "formeditor" "4" "formeditor.pri" "5" "Headers" "5" @@ -10047,6 +12504,7 @@ "contentnoteditableindicator.h" "6" "controlelement.h" "6" "dragtool.h" "6" +"formeditorannotationicon.h" "6" "formeditorgraphicsview.h" "6" "formeditoritem.h" "6" "formeditorscene.h" "6" @@ -10058,16 +12516,21 @@ "lineeditaction.h" "6" "movemanipulator.h" "6" "movetool.h" "6" -"numberseriesaction.h" "6" "onedimensionalcluster.h" "6" "resizecontroller.h" "6" "resizehandleitem.h" "6" "resizeindicator.h" "6" "resizemanipulator.h" "6" "resizetool.h" "6" +"rotationcontroller.h" "6" +"rotationhandleitem.h" "6" +"rotationindicator.h" "6" +"rotationmanipulator.h" "6" +"rotationtool.h" "6" "rubberbandselectionmanipulator.h" "6" "scaleitem.h" "6" "scalemanipulator.h" "6" +"seekerslider.h" "6" "selectionindicator.h" "6" "selectionrectangle.h" "6" "selectiontool.h" "6" @@ -10075,6 +12538,7 @@ "snapper.h" "6" "snappinglinecreator.h" "6" "toolbox.h" "6" +"transitiontool.h" "6" "Sources" "5" "abstractcustomtool.cpp" "6" "abstractformeditortool.cpp" "6" @@ -10086,6 +12550,7 @@ "contentnoteditableindicator.cpp" "6" "controlelement.cpp" "6" "dragtool.cpp" "6" +"formeditorannotationicon.cpp" "6" "formeditorgraphicsview.cpp" "6" "formeditoritem.cpp" "6" "formeditorscene.cpp" "6" @@ -10097,16 +12562,21 @@ "lineeditaction.cpp" "6" "movemanipulator.cpp" "6" "movetool.cpp" "6" -"numberseriesaction.cpp" "6" "onedimensionalcluster.cpp" "6" "resizecontroller.cpp" "6" "resizehandleitem.cpp" "6" "resizeindicator.cpp" "6" "resizemanipulator.cpp" "6" "resizetool.cpp" "6" +"rotationcontroller.cpp" "6" +"rotationhandleitem.cpp" "6" +"rotationindicator.cpp" "6" +"rotationmanipulator.cpp" "6" +"rotationtool.cpp" "6" "rubberbandselectionmanipulator.cpp" "6" "scaleitem.cpp" "6" "scalemanipulator.cpp" "6" +"seekerslider.cpp" "6" "selectionindicator.cpp" "6" "selectionrectangle.cpp" "6" "selectiontool.cpp" "6" @@ -10114,31 +12584,32 @@ "snapper.cpp" "6" "snappinglinecreator.cpp" "6" "toolbox.cpp" "6" +"transitiontool.cpp" "6" "Resources" "5" "formeditor.qrc" "6" "/icon/layout" "7" +"annotationsIcon.png" "8" +"annotationsIconActive.png" "8" "no_snapping.png" "8" "no_snapping@2x.png" "8" +"scrubbg.png" "8" +"scrubbg@2x.png" "8" +"scrubhandle-24.png" "8" +"scrubhandle-48.png" "8" +"scrubhandle-disabled-24.png" "8" +"scrubhandle-disabled-48.png" "8" "snapping.png" "8" "snapping@2x.png" "8" "snapping_and_anchoring.png" "8" "snapping_and_anchoring@2x.png" "8" -"importmanager" "4" -"importmanager.pri" "5" +"instances" "4" +"instances.pri" "5" "Headers" "5" -"importlabel.h" "6" -"importmanagercombobox.h" "6" -"importmanagerview.h" "6" -"importswidget.h" "6" +"capturingconnectionmanager.h" "6" +"interactiveconnectionmanager.h" "6" "Sources" "5" -"importlabel.cpp" "6" -"importmanagercombobox.cpp" "6" -"importmanagerview.cpp" "6" -"importswidget.cpp" "6" -"Resources" "5" -"importmanager.qrc" "6" -"/importmanager" "7" -"importmanager.css" "8" +"capturingconnectionmanager.cpp" "6" +"interactiveconnectionmanager.cpp" "6" "integration" "4" "integration.pri" "5" "Headers" "5" @@ -10158,34 +12629,107 @@ "itemlibrary" "4" "itemlibrary.pri" "5" "Headers" "5" -"customfilesystemmodel.h" "6" +"assetimportupdatedialog.h" "6" +"assetimportupdatetreeitem.h" "6" +"assetimportupdatetreeitemdelegate.h" "6" +"assetimportupdatetreemodel.h" "6" +"assetimportupdatetreeview.h" "6" +"itemlibraryaddimportmodel.h" "6" +"itemlibraryassetimportdialog.h" "6" +"itemlibraryassetimporter.h" "6" +"itemlibraryassetsdir.h" "6" +"itemlibraryassetsdirsmodel.h" "6" +"itemlibraryassetsfilesmodel.h" "6" +"itemlibraryassetsiconprovider.h" "6" +"itemlibraryassetsmodel.h" "6" +"itemlibrarycategoriesmodel.h" "6" +"itemlibrarycategory.h" "6" +"itemlibraryiconimageprovider.h" "6" "itemlibraryimageprovider.h" "6" +"itemlibraryimport.h" "6" "itemlibraryitem.h" "6" +"itemlibraryitemsmodel.h" "6" "itemlibrarymodel.h" "6" -"itemlibraryresourceview.h" "6" -"itemlibrarysection.h" "6" -"itemlibrarysectionmodel.h" "6" "itemlibraryview.h" "6" "itemlibrarywidget.h" "6" "Sources" "5" -"customfilesystemmodel.cpp" "6" +"assetimportupdatedialog.cpp" "6" +"assetimportupdatetreeitem.cpp" "6" +"assetimportupdatetreeitemdelegate.cpp" "6" +"assetimportupdatetreemodel.cpp" "6" +"assetimportupdatetreeview.cpp" "6" +"itemlibraryaddimportmodel.cpp" "6" +"itemlibraryassetimportdialog.cpp" "6" +"itemlibraryassetimporter.cpp" "6" +"itemlibraryassetsdir.cpp" "6" +"itemlibraryassetsdirsmodel.cpp" "6" +"itemlibraryassetsfilesmodel.cpp" "6" +"itemlibraryassetsiconprovider.cpp" "6" +"itemlibraryassetsmodel.cpp" "6" +"itemlibrarycategoriesmodel.cpp" "6" +"itemlibrarycategory.cpp" "6" +"itemlibraryiconimageprovider.cpp" "6" "itemlibraryimageprovider.cpp" "6" +"itemlibraryimport.cpp" "6" "itemlibraryitem.cpp" "6" +"itemlibraryitemsmodel.cpp" "6" "itemlibrarymodel.cpp" "6" -"itemlibraryresourceview.cpp" "6" -"itemlibrarysection.cpp" "6" -"itemlibrarysectionmodel.cpp" "6" "itemlibraryview.cpp" "6" "itemlibrarywidget.cpp" "6" +"Forms" "5" +"assetimportupdatedialog.ui" "6" +"itemlibraryassetimportdialog.ui" "6" "Resources" "5" "itemlibrary.qrc" "6" "/ItemLibrary" "7" "images" "8" +"asset_font_128.png" "9" +"asset_font_192.png" "9" +"asset_font_256.png" "9" +"asset_font_32.png" "9" +"asset_font_384.png" "9" +"asset_font_48.png" "9" +"asset_font_64.png" "9" +"asset_font_96.png" "9" +"asset_shader_128.png" "9" +"asset_shader_192.png" "9" +"asset_shader_256.png" "9" +"asset_shader_32.png" "9" +"asset_shader_384.png" "9" +"asset_shader_48.png" "9" +"asset_shader_64.png" "9" +"asset_shader_96.png" "9" +"asset_sound_128.png" "9" +"asset_sound_192.png" "9" +"asset_sound_256.png" "9" +"asset_sound_32.png" "9" +"asset_sound_384.png" "9" +"asset_sound_48.png" "9" +"asset_sound_64.png" "9" +"asset_sound_96.png" "9" +"browse.png" "9" +"browse@2x.png" "9" +"item-3D_model-icon.png" "9" +"item-3D_model-icon@2x.png" "9" "item-default-icon.png" "9" +"item-default-icon@2x.png" "9" "item-invalid-icon.png" "9" +"item-video-icon.png" "9" +"item-video-icon@2x.png" "9" +"x.png" "9" +"x@2x.png" "9" +"listmodeleditor" "4" +"listmodeleditor.pri" "5" +"Headers" "5" +"listmodeleditordialog.h" "6" +"listmodeleditormodel.h" "6" +"Sources" "5" +"listmodeleditordialog.cpp" "6" +"listmodeleditormodel.cpp" "6" "navigator" "4" "navigator.pri" "5" "Headers" "5" +"choosefrompropertylistdialog.h" "6" "iconcheckboxitemdelegate.h" "6" "nameitemdelegate.h" "6" "navigatormodelinterface.h" "6" @@ -10193,13 +12737,19 @@ "navigatortreeview.h" "6" "navigatorview.h" "6" "navigatorwidget.h" "6" +"previewtooltip.h" "6" "Sources" "5" +"choosefrompropertylistdialog.cpp" "6" "iconcheckboxitemdelegate.cpp" "6" "nameitemdelegate.cpp" "6" "navigatortreemodel.cpp" "6" "navigatortreeview.cpp" "6" "navigatorview.cpp" "6" "navigatorwidget.cpp" "6" +"previewtooltip.cpp" "6" +"Forms" "5" +"choosefrompropertylistdialog.ui" "6" +"previewtooltip.ui" "6" "Resources" "5" "navigator.qrc" "6" "/navigator/icon" "7" @@ -10215,12 +12765,46 @@ "export_checked@2x.png" "8" "export_unchecked.png" "8" "export_unchecked@2x.png" "8" +"tooltip_placeholder.png" "8" +"pathtool" "4" +"pathtool.pri" "5" +"Headers" "5" +"controlpoint.h" "6" +"cubicsegment.h" "6" +"pathitem.h" "6" +"pathselectionmanipulator.h" "6" +"pathtool.h" "6" +"pathtoolview.h" "6" +"Sources" "5" +"controlpoint.cpp" "6" +"cubicsegment.cpp" "6" +"pathitem.cpp" "6" +"pathselectionmanipulator.cpp" "6" +"pathtool.cpp" "6" +"pathtoolview.cpp" "6" +"previewtooltipbackend" "4" +"previewtooltipbackend.pri" "5" +"Headers" "5" +"previewimagetooltip.h" "6" +"previewtooltipbackend.h" "6" +"Sources" "5" +"previewimagetooltip.cpp" "6" +"previewtooltipbackend.cpp" "6" +"Forms" "5" +"previewimagetooltip.ui" "6" "propertyeditor" "4" "propertyeditor.pri" "5" "Headers" "5" +"aligndistribute.h" "6" +"colorpalettebackend.h" "6" "designerpropertymap.h" "6" "fileresourcesmodel.h" "6" "gradientmodel.h" "6" +"gradientpresetcustomlistmodel.h" "6" +"gradientpresetdefaultlistmodel.h" "6" +"gradientpresetitem.h" "6" +"gradientpresetlistmodel.h" "6" +"itemfiltermodel.h" "6" "propertyeditorcontextobject.h" "6" "propertyeditorqmlbackend.h" "6" "propertyeditortransaction.h" "6" @@ -10230,10 +12814,18 @@ "qmlanchorbindingproxy.h" "6" "qmlmodelnodeproxy.h" "6" "quick2propertyeditorview.h" "6" +"tooltip.h" "6" "Sources" "5" +"aligndistribute.cpp" "6" +"colorpalettebackend.cpp" "6" "designerpropertymap.cpp" "6" "fileresourcesmodel.cpp" "6" "gradientmodel.cpp" "6" +"gradientpresetcustomlistmodel.cpp" "6" +"gradientpresetdefaultlistmodel.cpp" "6" +"gradientpresetitem.cpp" "6" +"gradientpresetlistmodel.cpp" "6" +"itemfiltermodel.cpp" "6" "propertyeditorcontextobject.cpp" "6" "propertyeditorqmlbackend.cpp" "6" "propertyeditortransaction.cpp" "6" @@ -10243,99 +12835,46 @@ "qmlanchorbindingproxy.cpp" "6" "qmlmodelnodeproxy.cpp" "6" "quick2propertyeditorview.cpp" "6" -"qmldesignerextension" "4" -"qmldesignerextension.pri" "5" -"colortool" "5" -"colortool.pri" "6" -"Headers" "6" -"colortool.h" "7" -"Sources" "6" -"colortool.cpp" "7" -"connectioneditor" "5" -"connectioneditor.pri" "6" -"Headers" "6" -"addnewbackenddialog.h" "7" -"backendmodel.h" "7" -"bindingmodel.h" "7" -"connectionmodel.h" "7" -"connectionview.h" "7" -"connectionviewwidget.h" "7" -"delegates.h" "7" -"dynamicpropertiesmodel.h" "7" -"Sources" "6" -"addnewbackenddialog.cpp" "7" -"backendmodel.cpp" "7" -"bindingmodel.cpp" "7" -"connectionmodel.cpp" "7" -"connectionview.cpp" "7" -"connectionviewwidget.cpp" "7" -"delegates.cpp" "7" -"dynamicpropertiesmodel.cpp" "7" -"Forms" "6" -"addnewbackenddialog.ui" "7" -"connectionviewwidget.ui" "7" -"Resources" "6" -"connectioneditor.qrc" "7" -"/connectionview" "8" -"stylesheet.css" "9" -"pathtool" "5" -"pathtool.pri" "6" -"Headers" "6" -"controlpoint.h" "7" -"cubicsegment.h" "7" -"pathitem.h" "7" -"pathselectionmanipulator.h" "7" -"pathtool.h" "7" -"pathtoolview.h" "7" -"Sources" "6" -"controlpoint.cpp" "7" -"cubicsegment.cpp" "7" -"pathitem.cpp" "7" -"pathselectionmanipulator.cpp" "7" -"pathtool.cpp" "7" -"pathtoolview.cpp" "7" -"sourcetool" "5" -"sourcetool.pri" "6" -"Headers" "6" -"sourcetool.h" "7" -"Sources" "6" -"sourcetool.cpp" "7" -"texttool" "5" -"texttool.pri" "6" -"Headers" "6" -"textedititem.h" "7" -"textedititemwidget.h" "7" -"texttool.h" "7" -"Sources" "6" -"textedititem.cpp" "7" -"textedititemwidget.cpp" "7" -"texttool.cpp" "7" +"tooltip.cpp" "6" "qmldesignerplugin" "4" "qmldesignerplugin.pri" "5" "Headers" "5" +"checkablefilelistmodel.h" "6" +"cmakegeneratordialog.h" "6" +"designermcumanager.h" "6" "designersettings.h" "6" "designmodecontext.h" "6" "designmodewidget.h" "6" "documentmanager.h" "6" "documentwarningwidget.h" "6" +"editorproxy.h" "6" +"generatecmakelists.h" "6" +"generatecmakelistsconstants.h" "6" +"generateresource.h" "6" "openuiqmlfiledialog.h" "6" "qmldesignerconstants.h" "6" "qmldesignericons.h" "6" "qmldesignerplugin.h" "6" +"richtexteditordialog.h" "6" "settingspage.h" "6" "shortcutmanager.h" "6" -"switchsplittabwidget.h" "6" "Sources" "5" +"checkablefilelistmodel.cpp" "6" +"cmakegeneratordialog.cpp" "6" +"designermcumanager.cpp" "6" "designersettings.cpp" "6" "designmodecontext.cpp" "6" "designmodewidget.cpp" "6" "documentmanager.cpp" "6" "documentwarningwidget.cpp" "6" +"editorproxy.cpp" "6" +"generatecmakelists.cpp" "6" +"generateresource.cpp" "6" "openuiqmlfiledialog.cpp" "6" "qmldesignerplugin.cpp" "6" +"richtexteditordialog.cpp" "6" "settingspage.cpp" "6" "shortcutmanager.cpp" "6" -"switchsplittabwidget.cpp" "6" "Forms" "5" "openuiqmlfiledialog.ui" "6" "settingspage.ui" "6" @@ -10351,16 +12890,22 @@ "qmldesigner_dependencies.pri" "6" "qmljseditor_dependencies" "5" "qmljseditor_dependencies.pri" "6" +"qmlprojectmanager_dependencies" "5" +"qmlprojectmanager_dependencies.pri" "6" "qtcreator" "5" "qtcreator.pri" "6" +"advanceddockingsystem_dependencies" "6" +"advanceddockingsystem_dependencies.pri" "7" "aggregation_dependencies" "6" "aggregation_dependencies.pri" "7" +"clangsupport_dependencies" "6" +"clangsupport_dependencies.pri" "7" "coreplugin_dependencies" "6" "coreplugin_dependencies.pri" "7" "cplusplus_dependencies" "6" "cplusplus_dependencies.pri" "7" -"cpptools_dependencies" "6" -"cpptools_dependencies.pri" "7" +"cppeditor_dependencies" "6" +"cppeditor_dependencies.pri" "7" "extensionsystem_dependencies" "6" "extensionsystem_dependencies.pri" "7" "languageutils_dependencies" "6" @@ -10377,16 +12922,32 @@ "qmljseditor_dependencies.pri" "7" "qmljstools_dependencies" "6" "qmljstools_dependencies.pri" "7" +"qmlprojectmanager_dependencies" "6" +"qmlprojectmanager_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "qtsupport_dependencies" "6" "qtsupport_dependencies.pri" "7" "resourceeditor_dependencies" "6" "resourceeditor_dependencies.pri" "7" +"sqlite_dependencies" "6" +"sqlite_dependencies.pri" "7" "ssh_dependencies" "6" "ssh_dependencies.pri" "7" +"syntax-highlighting_dependencies" "6" +"syntax-highlighting_dependencies.pri" "7" "texteditor_dependencies" "6" "texteditor_dependencies.pri" "7" +"syntax_shared" "7" +"syntax_shared.pri" "8" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" "resourceeditor_dependencies" "5" @@ -10395,6 +12956,8 @@ "rpath.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "Headers" "5" "shared" "6" "qtcreator_gui_pch.h" "7" @@ -10405,15 +12968,30 @@ "Resources" "5" "resources.qrc" "6" "/qmldesigner" "7" -"images" "8" -"spliteditorhorizontally.png" "9" -"spliteditorhorizontally@2x.png" "9" -"spliteditorvertically.png" "9" -"spliteditorvertically@2x.png" "9" "centerwidget.css" "8" +"dockwidgets.css" "8" "formeditorstylesheet.css" "8" "scrollbar.css" "8" "stylesheet.css" "8" +"richtexteditor" "4" +"richtexteditor.pri" "5" +"Headers" "5" +"hyperlinkdialog.h" "6" +"richtexteditor.h" "6" +"richtexteditorproxy.h" "6" +"Sources" "5" +"hyperlinkdialog.cpp" "6" +"richtexteditor.cpp" "6" +"richtexteditorproxy.cpp" "6" +"Forms" "5" +"hyperlinkdialog.ui" "6" +"richtexteditor.ui" "6" +"sourcetool" "4" +"sourcetool.pri" "5" +"Headers" "5" +"sourcetool.h" "6" +"Sources" "5" +"sourcetool.cpp" "6" "stateseditor" "4" "stateseditor.pri" "5" "Headers" "5" @@ -10436,14 +13014,236 @@ "texteditorstatusbar.cpp" "6" "texteditorview.cpp" "6" "texteditorwidget.cpp" "6" +"texttool" "4" +"texttool.pri" "5" +"Headers" "5" +"textedititem.h" "6" +"textedititemwidget.h" "6" +"texttool.h" "6" +"Sources" "5" +"textedititem.cpp" "6" +"textedititemwidget.cpp" "6" +"texttool.cpp" "6" +"timelineeditor" "4" +"timelineeditor.pri" "5" +"Headers" "5" +"canvas.h" "6" +"canvasstyledialog.h" "6" +"easingcurve.h" "6" +"easingcurvedialog.h" "6" +"preseteditor.h" "6" +"setframevaluedialog.h" "6" +"splineeditor.h" "6" +"timelineabstracttool.h" "6" +"timelineactions.h" "6" +"timelineanimationform.h" "6" +"timelineconstants.h" "6" +"timelinecontext.h" "6" +"timelinecontrols.h" "6" +"timelineform.h" "6" +"timelinegraphicslayout.h" "6" +"timelinegraphicsscene.h" "6" +"timelineicons.h" "6" +"timelineitem.h" "6" +"timelinemovableabstractitem.h" "6" +"timelinemovetool.h" "6" +"timelineplaceholder.h" "6" +"timelinepropertyitem.h" "6" +"timelinesectionitem.h" "6" +"timelineselectiontool.h" "6" +"timelinesettingsdialog.h" "6" +"timelinesettingsmodel.h" "6" +"timelinetoolbar.h" "6" +"timelinetoolbutton.h" "6" +"timelineutils.h" "6" +"timelineview.h" "6" +"timelinewidget.h" "6" +"Sources" "5" +"canvas.cpp" "6" +"canvasstyledialog.cpp" "6" +"easingcurve.cpp" "6" +"easingcurvedialog.cpp" "6" +"preseteditor.cpp" "6" +"setframevaluedialog.cpp" "6" +"splineeditor.cpp" "6" +"timelineabstracttool.cpp" "6" +"timelineactions.cpp" "6" +"timelineanimationform.cpp" "6" +"timelinecontext.cpp" "6" +"timelinecontrols.cpp" "6" +"timelineform.cpp" "6" +"timelinegraphicslayout.cpp" "6" +"timelinegraphicsscene.cpp" "6" +"timelineitem.cpp" "6" +"timelinemovableabstractitem.cpp" "6" +"timelinemovetool.cpp" "6" +"timelineplaceholder.cpp" "6" +"timelinepropertyitem.cpp" "6" +"timelinesectionitem.cpp" "6" +"timelineselectiontool.cpp" "6" +"timelinesettingsdialog.cpp" "6" +"timelinesettingsmodel.cpp" "6" +"timelinetoolbar.cpp" "6" +"timelinetoolbutton.cpp" "6" +"timelinetooldelegate.cpp" "6" +"timelineutils.cpp" "6" +"timelineview.cpp" "6" +"timelinewidget.cpp" "6" +"Forms" "5" +"setframevaluedialog.ui" "6" +"timelineanimationform.ui" "6" +"timelineform.ui" "6" +"timelinesettingsdialog.ui" "6" +"Resources" "5" +"timeline.qrc" "6" +"/timelineplugin" "7" +"images" "8" +"add_timeline.png" "9" +"add_timeline@2x.png" "9" +"animation.png" "9" +"animation@2x.png" "9" +"back_one_frame.png" "9" +"back_one_frame@2x.png" "9" +"curve_editor.png" "9" +"curve_editor@2x.png" "9" +"curve_picker.png" "9" +"curve_picker@2x.png" "9" +"curveGraphIcon.png" "9" +"curveGraphIcon@2x.png" "9" +"forward_one_frame.png" "9" +"forward_one_frame@2x.png" "9" +"global_record_keyframes.png" "9" +"global_record_keyframes@2x.png" "9" +"is_keyframe.png" "9" +"is_keyframe@2x.png" "9" +"keyframe-16px.png" "9" +"keyframe.png" "9" +"keyframe@2x.png" "9" +"keyframe_autobezier_active.png" "9" +"keyframe_autobezier_active@2x.png" "9" +"keyframe_autobezier_inactive.png" "9" +"keyframe_autobezier_inactive@2x.png" "9" +"keyframe_autobezier_selected.png" "9" +"keyframe_autobezier_selected@2x.png" "9" +"keyframe_linear_active.png" "9" +"keyframe_linear_active@2x.png" "9" +"keyframe_linear_inactive.png" "9" +"keyframe_linear_inactive@2x.png" "9" +"keyframe_linear_selected.png" "9" +"keyframe_linear_selected@2x.png" "9" +"keyframe_lineartobezier_active.png" "9" +"keyframe_lineartobezier_active@2x.png" "9" +"keyframe_lineartobezier_inactive.png" "9" +"keyframe_lineartobezier_inactive@2x.png" "9" +"keyframe_lineartobezier_selected.png" "9" +"keyframe_lineartobezier_selected@2x.png" "9" +"keyframe_manualbezier_active.png" "9" +"keyframe_manualbezier_active@2x.png" "9" +"keyframe_manualbezier_inactive.png" "9" +"keyframe_manualbezier_inactive@2x.png" "9" +"keyframe_manualbezier_selected.png" "9" +"keyframe_manualbezier_selected@2x.png" "9" +"local_record_keyframes.png" "9" +"local_record_keyframes@2x.png" "9" +"loop_playback.png" "9" +"loop_playback@2x.png" "9" +"next_keyframe.png" "9" +"next_keyframe@2x.png" "9" +"pause_playback.png" "9" +"pause_playback@2x.png" "9" +"playhead.png" "9" +"playhead@2x.png" "9" +"previous_keyframe.png" "9" +"previous_keyframe@2x.png" "9" +"remove_timeline.png" "9" +"remove_timeline@2x.png" "9" +"start_playback.png" "9" +"start_playback@2x.png" "9" +"timeline-16px.png" "9" +"to_first_frame.png" "9" +"to_first_frame@2x.png" "9" +"to_last_frame.png" "9" +"to_last_frame@2x.png" "9" +"work_area_handle_left.png" "9" +"work_area_handle_left@2x.png" "9" +"work_area_handle_right.png" "9" +"work_area_handle_right@2x.png" "9" +"zoom_big.png" "9" +"zoom_big@2x.png" "9" +"zoom_small.png" "9" +"zoom_small@2x.png" "9" +"timeline.metainfo" "8" +"transitioneditor" "4" +"transitioneditor.pri" "5" +"Headers" "5" +"transitioneditorconstants.h" "6" +"transitioneditorgraphicslayout.h" "6" +"transitioneditorgraphicsscene.h" "6" +"transitioneditorpropertyitem.h" "6" +"transitioneditorsectionitem.h" "6" +"transitioneditorsettingsdialog.h" "6" +"transitioneditortoolbar.h" "6" +"transitioneditorview.h" "6" +"transitioneditorwidget.h" "6" +"transitionform.h" "6" +"Sources" "5" +"transitioneditorgraphicslayout.cpp" "6" +"transitioneditorgraphicsscene.cpp" "6" +"transitioneditorpropertyitem.cpp" "6" +"transitioneditorsectionitem.cpp" "6" +"transitioneditorsettingsdialog.cpp" "6" +"transitioneditortoolbar.cpp" "6" +"transitioneditorview.cpp" "6" +"transitioneditorwidget.cpp" "6" +"transitionform.cpp" "6" +"Forms" "5" +"transitioneditorsettingsdialog.ui" "6" +"transitionform.ui" "6" +"Resources" "5" +"transitioneditor.qrc" "6" "Other files" "4" "qmldesignerplugin.qbs" "5" +"qmlpreviewplugin" "3" +"qmlpreviewplugin.pro" "4" +"iwidgetplugin" "4" +"iwidgetplugin.pri" "5" +"plugindestdir" "4" +"plugindestdir.pri" "5" +"qmldesigner_dependencies" "4" +"qmldesigner_dependencies.pri" "5" +"qmlpreviewplugin" "4" +"qmlpreviewplugin.pri" "5" +"Headers" "5" +"qmlpreviewactions.h" "6" +"qmlpreviewplugin.h" "6" +"Sources" "5" +"qmlpreviewactions.cpp" "6" +"qmlpreviewplugin.cpp" "6" +"Resources" "5" +"qmlpreviewplugin.qrc" "6" +"/qmlpreviewplugin" "7" +"images" "8" +"live_preview.png" "9" +"live_preview@2x.png" "9" +"qmlpreview.metainfo" "8" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "4" +"qmlpreviewplugin.qbs" "5" "qtquickplugin" "3" "qtquickplugin.pro" "4" "plugindestdir" "4" "plugindestdir.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtquickplugin" "4" "qtquickplugin.pri" "5" "iwidgetplugin" "5" @@ -10457,46 +13257,89 @@ "qtquickplugin.qrc" "6" "/qtquickplugin" "7" "images" "8" +"animated-image-icon.png" "9" +"animated-image-icon16.png" "9" +"animated-image-icon@2x.png" "9" +"audio-output-16px.png" "9" +"audio-output-24px.png" "9" +"audio-output-24px@2x.png" "9" "border-image-icon.png" "9" "border-image-icon16.png" "9" +"border-image-icon@2x.png" "9" "column-positioner-icon-16px.png" "9" "column-positioner-icon.png" "9" +"column-positioner-icon@2x.png" "9" +"component-icon.png" "9" +"component-icon16.png" "9" +"component-icon@2x.png" "9" "default-icon.png" "9" "flickable-icon.png" "9" "flickable-icon16.png" "9" +"flickable-icon@2x.png" "9" "flipable-icon.png" "9" "flipable-icon16.png" "9" "flow-positioner-icon-16px.png" "9" "flow-positioner-icon.png" "9" +"flow-positioner-icon@2x.png" "9" "focusscope-icon.png" "9" "focusscope-icon16.png" "9" +"focusscope-icon@2x.png" "9" "grid-positioner-icon-16px.png" "9" "grid-positioner-icon.png" "9" +"grid-positioner-icon@2x.png" "9" "gridview-icon.png" "9" "gridview-icon16.png" "9" +"gridview-icon@2x.png" "9" "image-icon.png" "9" "image-icon16.png" "9" +"image-icon@2x.png" "9" "item-icon.png" "9" "item-icon16.png" "9" +"item-icon@2x.png" "9" "listview-icon.png" "9" "listview-icon16.png" "9" +"listview-icon@2x.png" "9" +"loader-icon.png" "9" +"loader-icon16.png" "9" +"loader-icon@2x.png" "9" +"media-player-16px.png" "9" +"media-player-24px.png" "9" +"media-player-24px@2x.png" "9" "mouse-area-icon.png" "9" "mouse-area-icon16.png" "9" +"mouse-area-icon@2x.png" "9" "pathview-icon.png" "9" "pathview-icon16.png" "9" +"pathview-icon@2x.png" "9" "rect-icon.png" "9" "rect-icon16.png" "9" +"rect-icon@2x.png" "9" +"repeater-icon.png" "9" +"repeater-icon16.png" "9" +"repeater-icon@2x.png" "9" "row-positioner-icon-16px.png" "9" "row-positioner-icon.png" "9" +"row-positioner-icon@2x.png" "9" "text-edit-icon.png" "9" "text-edit-icon16.png" "9" +"text-edit-icon@2x.png" "9" "text-icon.png" "9" "text-icon16.png" "9" +"text-icon@2x.png" "9" "text-input-icon.png" "9" "text-input-icon16.png" "9" +"text-input-icon@2x.png" "9" +"video-16px.png" "9" +"video-24px.png" "9" +"video-24px@2x.png" "9" +"video-output-16px.png" "9" +"video-output-24px.png" "9" +"video-output-24px@2x.png" "9" "webview-icon.png" "9" "webview-icon16.png" "9" "source" "8" +"component.qml" "9" +"component3d.qml" "9" "gridview.qml" "9" "gridviewv2.qml" "9" "listview.qml" "9" @@ -10532,12 +13375,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" @@ -10550,18 +13395,36 @@ "qmljs_dependencies.pri" "6" "qmljstools_dependencies" "5" "qmljstools_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -10585,7 +13448,6 @@ "qmljshoverhandler.h" "4" "qmljsoutline.h" "4" "qmljsoutlinetreeview.h" "4" -"qmljspreviewrunner.h" "4" "qmljsquickfix.h" "4" "qmljsquickfixassist.h" "4" "qmljsreuse.h" "4" @@ -10611,7 +13473,6 @@ "qmljshoverhandler.cpp" "4" "qmljsoutline.cpp" "4" "qmljsoutlinetreeview.cpp" "4" -"qmljspreviewrunner.cpp" "4" "qmljsquickfix.cpp" "4" "qmljsquickfixassist.cpp" "4" "qmljsquickfixes.cpp" "4" @@ -10636,8 +13497,8 @@ "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" "qmljstools_dependencies" "4" @@ -10646,12 +13507,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" @@ -10660,20 +13523,38 @@ "projectexplorer_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -10720,6 +13601,104 @@ "qmljstools.qbs" "4" "qmljstools_dependencies" "2" "qmljstools_dependencies.pri" "3" +"qmlpreview" "2" +"qmlpreview.pro" "3" +"qmlpreview_dependencies" "3" +"qmlpreview_dependencies.pri" "4" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qmljstools_dependencies" "4" +"qmljstools_dependencies.pri" "5" +"qmlpreview_dependencies" "4" +"qmlpreview_dependencies.pri" "5" +"qmlprojectmanager_dependencies" "4" +"qmlprojectmanager_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"languageutils_dependencies" "5" +"languageutils_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qmldebug_dependencies" "5" +"qmldebug_dependencies.pri" "6" +"qmljs_dependencies" "5" +"qmljs_dependencies.pri" "6" +"qmljstools_dependencies" "5" +"qmljstools_dependencies.pri" "6" +"qmlprojectmanager_dependencies" "5" +"qmlprojectmanager_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"qtsupport_dependencies" "4" +"qtsupport_dependencies.pri" "5" +"resourceeditor_dependencies" "4" +"resourceeditor_dependencies.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"QmlPreview.json.in" "6" +"qmlpreviewclient_test.h" "5" +"qmlpreviewplugin_test.h" "5" +"qmldebugtranslationclient.h" "4" +"qmlpreview_global.h" "4" +"qmlpreviewclient.h" "4" +"qmlpreviewconnectionmanager.h" "4" +"qmlpreviewfileontargetfinder.h" "4" +"qmlpreviewplugin.h" "4" +"qmlpreviewruncontrol.h" "4" +"Sources" "3" +"qmldebugtranslationclient.cpp" "4" +"qmlpreviewclient.cpp" "4" +"qmlpreviewconnectionmanager.cpp" "4" +"qmlpreviewfileontargetfinder.cpp" "4" +"qmlpreviewplugin.cpp" "4" +"qmlpreviewruncontrol.cpp" "4" +"Other files" "3" +"QmlPreview.json.in" "4" +"qmlpreview.qbs" "4" +"qmlpreview_dependencies" "2" +"qmlpreview_dependencies.pri" "3" "qmlprofiler" "2" "qmlprofiler.pro" "3" "qtcreatorplugin" "3" @@ -10736,12 +13715,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -10754,30 +13735,45 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "tracing_dependencies" "5" "tracing_dependencies.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "QmlProfiler.json.in" "6" -"tests" "3" -"tests.pri" "4" -"Headers" "4" "debugmessagesmodel_test.h" "5" "fakedebugserver.h" "5" "flamegraphmodel_test.h" "5" @@ -10794,41 +13790,10 @@ "qmlprofilerattachdialog_test.h" "5" "qmlprofilerbindingloopsrenderpass_test.h" "5" "qmlprofilerclientmanager_test.h" "5" -"qmlprofilerconfigwidget_test.h" "5" "qmlprofilerdetailsrewriter_test.h" "5" "qmlprofilertool_test.h" "5" "qmlprofilertraceclient_test.h" "5" "qmlprofilertraceview_test.h" "5" -"Sources" "4" -"debugmessagesmodel_test.cpp" "5" -"fakedebugserver.cpp" "5" -"flamegraphmodel_test.cpp" "5" -"flamegraphview_test.cpp" "5" -"inputeventsmodel_test.cpp" "5" -"localqmlprofilerrunner_test.cpp" "5" -"memoryusagemodel_test.cpp" "5" -"pixmapcachemodel_test.cpp" "5" -"qmlevent_test.cpp" "5" -"qmleventlocation_test.cpp" "5" -"qmleventtype_test.cpp" "5" -"qmlnote_test.cpp" "5" -"qmlprofileranimationsmodel_test.cpp" "5" -"qmlprofilerattachdialog_test.cpp" "5" -"qmlprofilerbindingloopsrenderpass_test.cpp" "5" -"qmlprofilerclientmanager_test.cpp" "5" -"qmlprofilerconfigwidget_test.cpp" "5" -"qmlprofilerdetailsrewriter_test.cpp" "5" -"qmlprofilertool_test.cpp" "5" -"qmlprofilertraceclient_test.cpp" "5" -"qmlprofilertraceview_test.cpp" "5" -"Resources" "4" -"tests.qrc" "5" -"/qmlprofiler/tests" "6" -"check.dat" "7" -"qmlprofilerdetailsrewriter_test.cpp" "7" -"Test.qml" "7" -"traces.dat" "7" -"Headers" "3" "debugmessagesmodel.h" "4" "flamegraphmodel.h" "4" "flamegraphview.h" "4" @@ -10845,14 +13810,12 @@ "qmlprofilerattachdialog.h" "4" "qmlprofilerbindingloopsrenderpass.h" "4" "qmlprofilerclientmanager.h" "4" -"qmlprofilerconfigwidget.h" "4" "qmlprofilerconstants.h" "4" "qmlprofilerdetailsrewriter.h" "4" "qmlprofilereventsview.h" "4" "qmlprofilereventtypes.h" "4" "qmlprofilermodelmanager.h" "4" "qmlprofilernotesmodel.h" "4" -"qmlprofileroptionspage.h" "4" "qmlprofilerplugin.h" "4" "qmlprofilerrangemodel.h" "4" "qmlprofilerrunconfigurationaspect.h" "4" @@ -10887,11 +13850,9 @@ "qmlprofilerattachdialog.cpp" "4" "qmlprofilerbindingloopsrenderpass.cpp" "4" "qmlprofilerclientmanager.cpp" "4" -"qmlprofilerconfigwidget.cpp" "4" "qmlprofilerdetailsrewriter.cpp" "4" "qmlprofilermodelmanager.cpp" "4" "qmlprofilernotesmodel.cpp" "4" -"qmlprofileroptionspage.cpp" "4" "qmlprofilerplugin.cpp" "4" "qmlprofilerrangemodel.cpp" "4" "qmlprofilerrunconfigurationaspect.cpp" "4" @@ -10910,10 +13871,8 @@ "qmlprofilerviewmanager.cpp" "4" "qmltypedevent.cpp" "4" "scenegraphtimelinemodel.cpp" "4" -"Forms" "3" -"qmlprofilerconfigwidget.ui" "4" "Resources" "3" -"/qmlprofiler" "5" +"/QtCreator/QmlProfiler" "5" "bindingloops.frag" "6" "bindingloops.vert" "6" "QmlProfilerFlameGraphView.qml" "6" @@ -10949,8 +13908,6 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" @@ -10959,14 +13916,28 @@ "projectexplorer_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" @@ -10977,22 +13948,22 @@ "Other files" "4" "QmlProjectManager.json.in" "6" "Headers" "3" +"qmlmainfileaspect.h" "4" +"qmlmultilanguageaspect.h" "4" "qmlproject.h" "4" "qmlprojectconstants.h" "4" -"qmlprojectenvironmentaspect.h" "4" "qmlprojectmanager_global.h" "4" "qmlprojectmanagerconstants.h" "4" "qmlprojectnodes.h" "4" "qmlprojectplugin.h" "4" "qmlprojectrunconfiguration.h" "4" -"qmlprojectrunconfigurationwidget.h" "4" "Sources" "3" +"qmlmainfileaspect.cpp" "4" +"qmlmultilanguageaspect.cpp" "4" "qmlproject.cpp" "4" -"qmlprojectenvironmentaspect.cpp" "4" "qmlprojectnodes.cpp" "4" "qmlprojectplugin.cpp" "4" "qmlprojectrunconfiguration.cpp" "4" -"qmlprojectrunconfigurationwidget.cpp" "4" "Resources" "3" "qmlproject.qrc" "4" "/qmlproject" "5" @@ -11018,12 +13989,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -11036,16 +14009,32 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" "remotelinux_dependencies" "5" "remotelinux_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "remotelinux_dependencies" "4" @@ -11058,7 +14047,6 @@ "Other files" "4" "Qnx.json.in" "6" "Headers" "3" -"pathchooserdelegate.h" "4" "qnx_export.h" "4" "qnxanalyzesupport.h" "4" "qnxbaseqtconfigwidget.h" "4" @@ -11066,10 +14054,8 @@ "qnxconfigurationmanager.h" "4" "qnxconstants.h" "4" "qnxdebugsupport.h" "4" -"qnxdeployconfiguration.h" "4" "qnxdeployqtlibrariesdialog.h" "4" "qnxdevice.h" "4" -"qnxdevicefactory.h" "4" "qnxdeviceprocess.h" "4" "qnxdeviceprocesslist.h" "4" "qnxdeviceprocesssignaloperation.h" "4" @@ -11077,25 +14063,20 @@ "qnxdevicewizard.h" "4" "qnxplugin.h" "4" "qnxqtversion.h" "4" -"qnxqtversionfactory.h" "4" "qnxrunconfiguration.h" "4" "qnxsettingspage.h" "4" -"qnxsettingswidget.h" "4" "qnxtoolchain.h" "4" "qnxutils.h" "4" "qnxversionnumber.h" "4" "slog2inforunner.h" "4" "Sources" "3" -"pathchooserdelegate.cpp" "4" "qnxanalyzesupport.cpp" "4" "qnxbaseqtconfigwidget.cpp" "4" "qnxconfiguration.cpp" "4" "qnxconfigurationmanager.cpp" "4" "qnxdebugsupport.cpp" "4" -"qnxdeployconfiguration.cpp" "4" "qnxdeployqtlibrariesdialog.cpp" "4" "qnxdevice.cpp" "4" -"qnxdevicefactory.cpp" "4" "qnxdeviceprocess.cpp" "4" "qnxdeviceprocesslist.cpp" "4" "qnxdeviceprocesssignaloperation.cpp" "4" @@ -11103,10 +14084,8 @@ "qnxdevicewizard.cpp" "4" "qnxplugin.cpp" "4" "qnxqtversion.cpp" "4" -"qnxqtversionfactory.cpp" "4" "qnxrunconfiguration.cpp" "4" "qnxsettingspage.cpp" "4" -"qnxsettingswidget.cpp" "4" "qnxtoolchain.cpp" "4" "qnxutils.cpp" "4" "qnxversionnumber.cpp" "4" @@ -11128,6 +14107,12 @@ "qnx_dependencies.pri" "3" "qtcreator" "2" "qtcreator.pri" "3" +"qtcreator_ide_branding" "3" +"qtcreator_ide_branding.pri" "4" +"qtcreator_testvars" "3" +"qtcreator_testvars.pri" "4" +"Other files" "3" +"CMakeLists.txt" "5" "qtsupport" "2" "qtsupport.pro" "3" "proparser" "3" @@ -11143,6 +14128,7 @@ "qmakeglobals.h" "5" "qmakeparser.h" "5" "qmakevfs.h" "5" +"registry_p.h" "5" "Sources" "4" "ioutils.cpp" "5" "profileevaluator.cpp" "5" @@ -11153,6 +14139,7 @@ "qmakeglobals.cpp" "5" "qmakeparser.cpp" "5" "qmakevfs.cpp" "5" +"registry.cpp" "5" "Resources" "4" "proparser.qrc" "5" "/qmake/features" "6" @@ -11164,8 +14151,6 @@ "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" "qtcreator" "4" @@ -11174,22 +14159,34 @@ "aggregation_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" +"resourceeditor_dependencies" "4" +"resourceeditor_dependencies.pri" "5" "rpath" "4" "rpath.pri" "5" "Headers" "4" @@ -11202,15 +14199,13 @@ "codegenerator.h" "4" "codegensettings.h" "4" "codegensettingspage.h" "4" -"desktopqtversion.h" "4" -"desktopqtversionfactory.h" "4" "exampleslistmodel.h" "4" "gettingstartedwelcomepage.h" "4" "profilereader.h" "4" -"qmldumptool.h" "4" "qscxmlcgenerator.h" "4" +"qtbuildaspects.h" "4" "qtconfigwidget.h" "4" -"qtkitconfigwidget.h" "4" +"qtcppkitinfo.h" "4" "qtkitinformation.h" "4" "qtoptionspage.h" "4" "qtoutputformatter.h" "4" @@ -11219,33 +14214,36 @@ "qtsupport_global.h" "4" "qtsupportconstants.h" "4" "qtsupportplugin.h" "4" +"qttestparser.h" "4" "qtversionfactory.h" "4" "qtversionmanager.h" "4" +"qtversions.h" "4" "screenshotcropper.h" "4" +"translationwizardpage.h" "4" "uicgenerator.h" "4" "Sources" "3" "baseqtversion.cpp" "4" "codegenerator.cpp" "4" "codegensettings.cpp" "4" "codegensettingspage.cpp" "4" -"desktopqtversion.cpp" "4" -"desktopqtversionfactory.cpp" "4" "exampleslistmodel.cpp" "4" "gettingstartedwelcomepage.cpp" "4" "profilereader.cpp" "4" -"qmldumptool.cpp" "4" "qscxmlcgenerator.cpp" "4" +"qtbuildaspects.cpp" "4" "qtconfigwidget.cpp" "4" -"qtkitconfigwidget.cpp" "4" +"qtcppkitinfo.cpp" "4" "qtkitinformation.cpp" "4" "qtoptionspage.cpp" "4" "qtoutputformatter.cpp" "4" "qtparser.cpp" "4" "qtprojectimporter.cpp" "4" "qtsupportplugin.cpp" "4" -"qtversionfactory.cpp" "4" +"qttestparser.cpp" "4" "qtversionmanager.cpp" "4" +"qtversions.cpp" "4" "screenshotcropper.cpp" "4" +"translationwizardpage.cpp" "4" "uicgenerator.cpp" "4" "Forms" "3" "codegensettingspagewidget.ui" "4" @@ -11287,12 +14285,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -11305,16 +14305,30 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" -"qtsupport_dependencies" "4" -"qtsupport_dependencies.pri" "5" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "remotelinux_dependencies" "4" "remotelinux_dependencies.pri" "5" "rpath" "4" @@ -11330,17 +14344,15 @@ "abstractremotelinuxdeploystep.h" "4" "abstractuploadandinstallpackageservice.h" "4" "deploymenttimeinfo.h" "4" -"embeddedlinuxqtversion.h" "4" -"embeddedlinuxqtversionfactory.h" "4" "genericdirectuploadservice.h" "4" "genericdirectuploadstep.h" "4" -"genericlinuxdeviceconfigurationfactory.h" "4" "genericlinuxdeviceconfigurationwidget.h" "4" "genericlinuxdeviceconfigurationwizard.h" "4" "genericlinuxdeviceconfigurationwizardpages.h" "4" "linuxdevice.h" "4" "linuxdeviceprocess.h" "4" "linuxdevicetester.h" "4" +"makeinstallstep.h" "4" "packageuploader.h" "4" "publickeydeploymentdialog.h" "4" "remotelinux_constants.h" "4" @@ -11362,10 +14374,10 @@ "remotelinuxqmltoolingsupport.h" "4" "remotelinuxrunconfiguration.h" "4" "remotelinuxsignaloperation.h" "4" -"remotelinuxutils.h" "4" +"remotelinuxx11forwardingaspect.h" "4" +"rsyncdeploystep.h" "4" "sshkeydeployer.h" "4" "tarpackagecreationstep.h" "4" -"typespecificdeviceconfigurationlistmodel.h" "4" "uploadandinstalltarpackagestep.h" "4" "Sources" "3" "abstractpackagingstep.cpp" "4" @@ -11373,17 +14385,15 @@ "abstractremotelinuxdeploystep.cpp" "4" "abstractuploadandinstallpackageservice.cpp" "4" "deploymenttimeinfo.cpp" "4" -"embeddedlinuxqtversion.cpp" "4" -"embeddedlinuxqtversionfactory.cpp" "4" "genericdirectuploadservice.cpp" "4" "genericdirectuploadstep.cpp" "4" -"genericlinuxdeviceconfigurationfactory.cpp" "4" "genericlinuxdeviceconfigurationwidget.cpp" "4" "genericlinuxdeviceconfigurationwizard.cpp" "4" "genericlinuxdeviceconfigurationwizardpages.cpp" "4" "linuxdevice.cpp" "4" "linuxdeviceprocess.cpp" "4" "linuxdevicetester.cpp" "4" +"makeinstallstep.cpp" "4" "packageuploader.cpp" "4" "publickeydeploymentdialog.cpp" "4" "remotelinuxcheckforfreediskspaceservice.cpp" "4" @@ -11403,15 +14413,14 @@ "remotelinuxqmltoolingsupport.cpp" "4" "remotelinuxrunconfiguration.cpp" "4" "remotelinuxsignaloperation.cpp" "4" -"remotelinuxutils.cpp" "4" +"remotelinuxx11forwardingaspect.cpp" "4" +"rsyncdeploystep.cpp" "4" "sshkeydeployer.cpp" "4" "tarpackagecreationstep.cpp" "4" -"typespecificdeviceconfigurationlistmodel.cpp" "4" "uploadandinstalltarpackagestep.cpp" "4" "Forms" "3" "genericlinuxdeviceconfigurationwidget.ui" "4" "genericlinuxdeviceconfigurationwizardsetuppage.ui" "4" -"remotelinuxcheckforfreediskspacestepwidget.ui" "4" "Resources" "3" "remotelinux.qrc" "4" "/remotelinux" "5" @@ -11453,12 +14462,24 @@ "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "resourceeditor_dependencies" "4" "resourceeditor_dependencies.pri" "5" "rpath" "4" @@ -11708,22 +14729,32 @@ "aggregation_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" @@ -11732,13 +14763,14 @@ "scxmleditor_dependencies.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "ScxmlEditor.json.in" "6" "Headers" "3" -"scxmlcontext.h" "4" "scxmleditor_global.h" "4" "scxmleditorconstants.h" "4" "scxmleditordata.h" "4" @@ -11748,7 +14780,6 @@ "scxmleditorstack.h" "4" "scxmltexteditor.h" "4" "Sources" "3" -"scxmlcontext.cpp" "4" "scxmleditordata.cpp" "4" "scxmleditordocument.cpp" "4" "scxmleditorfactory.cpp" "4" @@ -11773,12 +14804,30 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "serialterminal_dependencies" "4" "serialterminal_dependencies.pri" "5" +"texteditor_dependencies" "4" +"texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -11817,16 +14866,30 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "silversearcher_dependencies" "4" "silversearcher_dependencies.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" @@ -11846,6 +14909,248 @@ "silversearcher.qbs" "4" "silversearcher_dependencies" "2" "silversearcher_dependencies.pri" "3" +"studiowelcome" "2" +"studiowelcome.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qmldesigner_dependencies" "4" +"qmldesigner_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"advanceddockingsystem_dependencies" "5" +"advanceddockingsystem_dependencies.pri" "6" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"cplusplus_dependencies" "5" +"cplusplus_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"languageutils_dependencies" "5" +"languageutils_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qmakeprojectmanager_dependencies" "5" +"qmakeprojectmanager_dependencies.pri" "6" +"qmldesigner_dependencies" "5" +"qmldesigner_dependencies.pri" "6" +"qmleditorwidgets_dependencies" "5" +"qmleditorwidgets_dependencies.pri" "6" +"qmljs_dependencies" "5" +"qmljs_dependencies.pri" "6" +"qmljseditor_dependencies" "5" +"qmljseditor_dependencies.pri" "6" +"qmljstools_dependencies" "5" +"qmljstools_dependencies.pri" "6" +"qmlprojectmanager_dependencies" "5" +"qmlprojectmanager_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"qtsupport_dependencies" "4" +"qtsupport_dependencies.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"studiowelcome_dependencies" "4" +"studiowelcome_dependencies.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"StudioWelcome.json.in" "6" +"Headers" "3" +"createproject.h" "4" +"examplecheckout.h" "4" +"newprojectdialogimageprovider.h" "4" +"newprojectmodel.h" "4" +"qdsnewdialog.h" "4" +"screensizemodel.h" "4" +"studiowelcome_global.h" "4" +"studiowelcomeplugin.h" "4" +"stylemodel.h" "4" +"wizardfactories.h" "4" +"wizardhandler.h" "4" +"Sources" "3" +"createproject.cpp" "4" +"examplecheckout.cpp" "4" +"newprojectdialogimageprovider.cpp" "4" +"newprojectmodel.cpp" "4" +"qdsnewdialog.cpp" "4" +"studiowelcomeplugin.cpp" "4" +"stylemodel.cpp" "4" +"wizardfactories.cpp" "4" +"wizardhandler.cpp" "4" +"Resources" "3" +"/studiofonts" "5" +"StudioFonts" "6" +"qmldir" "7" +"StudioFonts.qml" "7" +"TitilliumWeb-Light.ttf" "6" +"TitilliumWeb-Regular.ttf" "6" +"studiowelcome.qrc" "4" +"/studiowelcome" "5" +"images" "6" +"mode_welcome_mask.png" "7" +"mode_welcome_mask@2x.png" "7" +"QML" "3" +"qml" "4" +"downloaddialog" "5" +"FileDownloader.qml" "7" +"FileExtractor.qml" "7" +"ArcItem.qml" "6" +"CircularIndicator.ui.qml" "6" +"CoolProgressBar.ui.qml" "6" +"DialogButton.qml" "6" +"DialogLabel.qml" "6" +"main.qml" "6" +"MinMaxMapper.qml" "6" +"RangeMapper.qml" "6" +"splashscreen" "5" +"Arc.qml" "6" +"ArcAnimation.qml" "6" +"Dof_Effect.qml" "6" +"Image1.qml" "6" +"Image2.qml" "6" +"main.qml" "6" +"RectangleMask.qml" "6" +"Sequencer.qml" "6" +"Sequencer_Bars.qml" "6" +"SlidersTogether.qml" "6" +"Splash_Image25d.qml" "6" +"Splash_Image2d_png.qml" "6" +"Welcome_splash.qml" "6" +"welcomepage" "5" +"Constants.qml" "7" +"mockData" "6" +"projectmodel" "7" +"ProjectModel.qml" "8" +"usagestatistics" "7" +"UsageStatisticModel.qml" "8" +"AccountImage.qml" "6" +"CustomScrollBar.qml" "6" +"CustomScrollView.qml" "6" +"ExamplesModel.qml" "6" +"HoverOverDesaturate.qml" "6" +"main.qml" "6" +"MyButton.qml" "6" +"MyTabButton.qml" "6" +"ProjectsGrid.qml" "6" +"SaturationEffect.qml" "6" +"TutorialsModel.qml" "6" +"Other files" "3" +"qml" "4" +"downloaddialog" "5" +"qmldir" "7" +"downloaddialog.qmlproject" "6" +"splashscreen" "5" +"welcome_windows" "6" +"sequencer_images" "7" +"blue_seq.png" "8" +"peach_seq.png" "8" +"pink_seq.png" "8" +"seq_bar_1.png" "8" +"seq_bar_2.png" "8" +"seq_bar_3.png" "8" +"seq_bar_4.png" "8" +"seq_bar_5.png" "8" +"seq_bar_6.png" "8" +"seq_bar_7.png" "8" +"seq_bar_8.png" "8" +"splash_pngs" "7" +"Audio_Waves.png" "8" +"ring_1_in.png" "8" +"ring_1_out.png" "8" +"ring_2.png" "8" +"ring_3.png" "8" +"ring_line_1.png" "8" +"ring_line_2.png" "8" +"Slider_on.png" "8" +"sliders_off.png" "8" +"Sliders_together.png" "8" +"Step_sequencer.png" "8" +"UI_Background.png" "8" +"close.png" "7" +"hand.png" "7" +"highlight.png" "7" +"logo.png" "7" +"logo@2x.png" "7" +"welcome_screens.qmlproject" "6" +"welcomepage" "5" +"images" "6" +"bridging_the_gap.png" "7" +"coffeemachinedemo_thumbnail.png" "7" +"cppdemo_thumbnail.png" "7" +"designer_and_developers.png" "7" +"digital_cluster_thumbnail.png" "7" +"downloadCloud.svg" "7" +"ebike_demo_thumbnail.png" "7" +"effectdemo_thumbnail.png" "7" +"gettingStarted_3dComponents.png" "7" +"gettingStarted_newProject.png" "7" +"gettingStarted_shaders.png" "7" +"highendivi_thumbnail.png" "7" +"icon_default.png" "7" +"icon_hover.png" "7" +"progressbar_demo.png" "7" +"Qt_QT_animatedImage.png" "7" +"Qt_QT_bindings.png" "7" +"Qt_QT_interactive3d.png" "7" +"Qt_QT_nav.png" "7" +"Qt_QT_sliderControl.png" "7" +"Qt_QT_textElement.png" "7" +"qtws_video_thumbnail.png" "7" +"sidemenu_demo.png" "7" +"sketchTutorial_1.png" "7" +"sketchTutorial_2.png" "7" +"thumbnail_test.png" "7" +"tutorialclusterdemo_thumbnail.png" "7" +"virtualkeyboard_thumbnail.png" "7" +"washingmachinedemo_thumbnail.png" "7" +"webinar1.png" "7" +"webinar2.png" "7" +"webinardemo_thumbnail.png" "7" +"what_is_new_15.png" "7" +"qmldir" "7" +"mockData" "6" +"projectmodel" "7" +"qmldir" "8" +"usagestatistics" "7" +"qmldir" "8" +"welcomepage.qmlproject" "6" +"StudioWelcome.json.in" "4" +"studiowelcome.qbs" "4" +"studiowelcome_dependencies" "2" +"studiowelcome_dependencies.pri" "3" "subversion" "2" "subversion.pro" "3" "qtcreatorplugin" "3" @@ -11862,28 +15167,40 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "diffeditor_dependencies" "5" "diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" "vcsbase_dependencies" "5" "vcsbase_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "subversion_dependencies" "4" "subversion_dependencies.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "vcsbase_dependencies" "4" "vcsbase_dependencies.pri" "5" "Headers" "4" @@ -11893,25 +15210,19 @@ "Subversion.json.in" "6" "Headers" "3" "annotationhighlighter.h" "4" -"settingspage.h" "4" "subversionclient.h" "4" "subversionconstants.h" "4" -"subversioncontrol.h" "4" "subversioneditor.h" "4" "subversionplugin.h" "4" "subversionsettings.h" "4" "subversionsubmiteditor.h" "4" "Sources" "3" "annotationhighlighter.cpp" "4" -"settingspage.cpp" "4" "subversionclient.cpp" "4" -"subversioncontrol.cpp" "4" "subversioneditor.cpp" "4" "subversionplugin.cpp" "4" "subversionsettings.cpp" "4" "subversionsubmiteditor.cpp" "4" -"Forms" "3" -"settingspage.ui" "4" "Other files" "3" "subversion.qbs" "4" "subversion_dependencies" "2" @@ -11934,12 +15245,24 @@ "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "tasklist_dependencies" "4" @@ -11976,17 +15299,31 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "Headers" "4" "shared" "5" "qtcreator_gui_pch.h" "6" "Other files" "4" "TextEditor.json.in" "6" +"syntax_shared" "3" +"syntax_shared.pri" "4" "Headers" "3" "codeassist" "4" "assistenums.h" "5" @@ -12011,31 +15348,13 @@ "runner.h" "5" "textdocumentmanipulator.h" "5" "textdocumentmanipulatorinterface.h" "5" -"generichighlighter" "4" -"context.h" "5" -"definitiondownloader.h" "5" -"dynamicrule.h" "5" -"highlightdefinition.h" "5" -"highlightdefinitionhandler.h" "5" -"highlightdefinitionmetadata.h" "5" -"highlighter.h" "5" -"highlighterexception.h" "5" -"highlightersettings.h" "5" -"highlightersettingspage.h" "5" -"includerulesinstruction.h" "5" -"itemdata.h" "5" -"keywordlist.h" "5" -"managedefinitionsdialog.h" "5" -"manager.h" "5" -"progressdata.h" "5" -"reuse.h" "5" -"rule.h" "5" -"specificrules.h" "5" "snippets" "4" "reuse.h" "5" "snippet.h" "5" "snippetassistcollector.h" "5" "snippeteditor.h" "5" +"snippetoverlay.h" "5" +"snippetparser.h" "5" "snippetprovider.h" "5" "snippetscollection.h" "5" "snippetssettings.h" "5" @@ -12049,13 +15368,13 @@ "blockrange.h" "4" "circularclipboard.h" "4" "circularclipboardassist.h" "4" -"codecselector.h" "4" "codestyleeditor.h" "4" "codestylepool.h" "4" "codestyleselectorwidget.h" "4" "colorpreviewhoverhandler.h" "4" "colorscheme.h" "4" "colorschemeedit.h" "4" +"command.h" "4" "commentssettings.h" "4" "completionsettings.h" "4" "completionsettingspage.h" "4" @@ -12067,15 +15386,17 @@ "findinopenfiles.h" "4" "fontsettings.h" "4" "fontsettingspage.h" "4" -"helpitem.h" "4" -"highlighterutils.h" "4" +"formatter.h" "4" +"formattexteditor.h" "4" +"highlighter.h" "4" +"highlightersettings.h" "4" +"highlightersettingspage.h" "4" "icodestylepreferences.h" "4" "icodestylepreferencesfactory.h" "4" "indenter.h" "4" "ioutlinewidget.h" "4" "linenumberfilter.h" "4" "marginsettings.h" "4" -"normalindenter.h" "4" "outlinefactory.h" "4" "plaintexteditorfactory.h" "4" "quickfix.h" "4" @@ -12095,10 +15416,10 @@ "texteditor_p.h" "4" "texteditoractionhandler.h" "4" "texteditorconstants.h" "4" -"texteditoroptionspage.h" "4" "texteditoroverlay.h" "4" "texteditorplugin.h" "4" "texteditorsettings.h" "4" +"textindenter.h" "4" "textmark.h" "4" "textstyles.h" "4" "typingsettings.h" "4" @@ -12123,27 +15444,12 @@ "keywordscompletionassist.cpp" "5" "runner.cpp" "5" "textdocumentmanipulator.cpp" "5" -"generichighlighter" "4" -"context.cpp" "5" -"definitiondownloader.cpp" "5" -"dynamicrule.cpp" "5" -"highlightdefinition.cpp" "5" -"highlightdefinitionhandler.cpp" "5" -"highlighter.cpp" "5" -"highlightersettings.cpp" "5" -"highlightersettingspage.cpp" "5" -"includerulesinstruction.cpp" "5" -"itemdata.cpp" "5" -"keywordlist.cpp" "5" -"managedefinitionsdialog.cpp" "5" -"manager.cpp" "5" -"progressdata.cpp" "5" -"rule.cpp" "5" -"specificrules.cpp" "5" "snippets" "4" "snippet.cpp" "5" "snippetassistcollector.cpp" "5" "snippeteditor.cpp" "5" +"snippetoverlay.cpp" "5" +"snippetparser.cpp" "5" "snippetprovider.cpp" "5" "snippetscollection.cpp" "5" "snippetssettings.cpp" "5" @@ -12156,13 +15462,13 @@ "behaviorsettingswidget.cpp" "4" "circularclipboard.cpp" "4" "circularclipboardassist.cpp" "4" -"codecselector.cpp" "4" "codestyleeditor.cpp" "4" "codestylepool.cpp" "4" "codestyleselectorwidget.cpp" "4" "colorpreviewhoverhandler.cpp" "4" "colorscheme.cpp" "4" "colorschemeedit.cpp" "4" +"command.cpp" "4" "commentssettings.cpp" "4" "completionsettings.cpp" "4" "completionsettingspage.cpp" "4" @@ -12174,14 +15480,14 @@ "findinopenfiles.cpp" "4" "fontsettings.cpp" "4" "fontsettingspage.cpp" "4" -"helpitem.cpp" "4" -"highlighterutils.cpp" "4" +"formattexteditor.cpp" "4" +"highlighter.cpp" "4" +"highlightersettings.cpp" "4" +"highlightersettingspage.cpp" "4" "icodestylepreferences.cpp" "4" "icodestylepreferencesfactory.cpp" "4" -"indenter.cpp" "4" "linenumberfilter.cpp" "4" "marginsettings.cpp" "4" -"normalindenter.cpp" "4" "outlinefactory.cpp" "4" "plaintexteditorfactory.cpp" "4" "quickfix.cpp" "4" @@ -12200,16 +15506,13 @@ "texteditor_test.cpp" "4" "texteditoractionhandler.cpp" "4" "texteditorconstants.cpp" "4" -"texteditoroptionspage.cpp" "4" "texteditoroverlay.cpp" "4" "texteditorplugin.cpp" "4" "texteditorsettings.cpp" "4" +"textindenter.cpp" "4" "textmark.cpp" "4" "typingsettings.cpp" "4" "Forms" "3" -"generichighlighter" "4" -"highlightersettingspage.ui" "5" -"managedefinitionsdialog.ui" "5" "snippets" "4" "snippetssettingspage.ui" "5" "behaviorsettingspage.ui" "4" @@ -12219,6 +15522,7 @@ "completionsettingspage.ui" "4" "displaysettingspage.ui" "4" "fontsettingspage.ui" "4" +"highlightersettingspage.ui" "4" "tabsettingswidget.ui" "4" "Resources" "3" "texteditor.qrc" "4" @@ -12232,26 +15536,30 @@ "texteditor.qbs" "4" "texteditor_dependencies" "2" "texteditor_dependencies.pri" "3" +"syntax_shared" "3" +"syntax_shared.pri" "4" "todo" "2" "todo.pro" "3" "qtcreatorplugin" "3" "qtcreatorplugin.pri" "4" "coreplugin_dependencies" "4" "coreplugin_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "projectexplorer_dependencies" "4" "projectexplorer_dependencies.pri" "5" "qtcreator" "4" "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" @@ -12260,12 +15568,26 @@ "projectexplorer_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "todo_dependencies" "4" @@ -12282,7 +15604,6 @@ "keyworddialog.h" "4" "lineparser.h" "4" "optionsdialog.h" "4" -"optionspage.h" "4" "qmljstodoitemsscanner.h" "4" "settings.h" "4" "todoicons.h" "4" @@ -12301,7 +15622,6 @@ "keyworddialog.cpp" "4" "lineparser.cpp" "4" "optionsdialog.cpp" "4" -"optionspage.cpp" "4" "qmljstodoitemsscanner.cpp" "4" "settings.cpp" "4" "todoicons.cpp" "4" @@ -12347,8 +15667,16 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "updateinfo_dependencies" "4" @@ -12414,12 +15742,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -12432,18 +15762,36 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "valgrind_dependencies" "4" "valgrind_dependencies.pri" "5" "Headers" "4" @@ -12515,12 +15863,12 @@ "valgrindrunner.cpp" "4" "valgrindsettings.cpp" "4" "valgrindtestrunnertest.cpp" "4" -"Forms" "3" -"valgrindconfigwidget.ui" "4" "Resources" "3" "valgrind.qrc" "4" "/valgrind" "5" "images" "6" +"kcachegrind.png" "7" +"kcachegrind@2x.png" "7" "suppressoverlay.png" "7" "suppressoverlay@2x.png" "7" "Other files" "3" @@ -12535,8 +15883,8 @@ "coreplugin_dependencies.pri" "5" "cpaster_dependencies" "4" "cpaster_dependencies.pri" "5" -"cpptools_dependencies" "4" -"cpptools_dependencies.pri" "5" +"cppeditor_dependencies" "4" +"cppeditor_dependencies.pri" "5" "diffeditor_dependencies" "4" "diffeditor_dependencies.pri" "5" "projectexplorer_dependencies" "4" @@ -12549,24 +15897,36 @@ "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" "diffeditor_dependencies" "5" "diffeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "projectexplorer_dependencies" "5" "projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "texteditor_dependencies" "4" "texteditor_dependencies.pri" "5" +"syntax_shared" "5" +"syntax_shared.pri" "6" "vcsbase_dependencies" "4" "vcsbase_dependencies.pri" "5" "Headers" "4" @@ -12583,7 +15943,6 @@ "basevcseditorfactory.h" "4" "basevcssubmiteditorfactory.h" "4" "cleandialog.h" "4" -"commonsettingspage.h" "4" "commonvcssettings.h" "4" "diffandloghighlighter.h" "4" "nicknamedialog.h" "4" @@ -12598,13 +15957,12 @@ "vcsbasediffeditorcontroller.h" "4" "vcsbaseeditor.h" "4" "vcsbaseeditorconfig.h" "4" -"vcsbaseoptionspage.h" "4" "vcsbaseplugin.h" "4" "vcsbasesubmiteditor.h" "4" "vcscommand.h" "4" +"vcsoutputformatter.h" "4" "vcsoutputwindow.h" "4" "vcsplugin.h" "4" -"vcsprojectcache.h" "4" "Sources" "3" "wizard" "4" "vcscommandpage.cpp" "5" @@ -12614,7 +15972,6 @@ "basevcseditorfactory.cpp" "4" "basevcssubmiteditorfactory.cpp" "4" "cleandialog.cpp" "4" -"commonsettingspage.cpp" "4" "commonvcssettings.cpp" "4" "diffandloghighlighter.cpp" "4" "nicknamedialog.cpp" "4" @@ -12627,16 +15984,14 @@ "vcsbasediffeditorcontroller.cpp" "4" "vcsbaseeditor.cpp" "4" "vcsbaseeditorconfig.cpp" "4" -"vcsbaseoptionspage.cpp" "4" "vcsbaseplugin.cpp" "4" "vcsbasesubmiteditor.cpp" "4" "vcscommand.cpp" "4" +"vcsoutputformatter.cpp" "4" "vcsoutputwindow.cpp" "4" "vcsplugin.cpp" "4" -"vcsprojectcache.cpp" "4" "Forms" "3" "cleandialog.ui" "4" -"commonsettingspage.ui" "4" "nicknamedialog.ui" "4" "submiteditorwidget.ui" "4" "Resources" "3" @@ -12657,6 +16012,89 @@ "vcsbase.qbs" "4" "vcsbase_dependencies" "2" "vcsbase_dependencies.pri" "3" +"webassembly" "2" +"webassembly.pro" "3" +"qtcreatorplugin" "3" +"qtcreatorplugin.pri" "4" +"coreplugin_dependencies" "4" +"coreplugin_dependencies.pri" "5" +"projectexplorer_dependencies" "4" +"projectexplorer_dependencies.pri" "5" +"qtcreator" "4" +"qtcreator.pri" "5" +"aggregation_dependencies" "5" +"aggregation_dependencies.pri" "6" +"coreplugin_dependencies" "5" +"coreplugin_dependencies.pri" "6" +"extensionsystem_dependencies" "5" +"extensionsystem_dependencies.pri" "6" +"projectexplorer_dependencies" "5" +"projectexplorer_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"qtsupport_dependencies" "5" +"qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" +"texteditor_dependencies" "5" +"texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"qtsupport_dependencies" "4" +"qtsupport_dependencies.pri" "5" +"rpath" "4" +"rpath.pri" "5" +"webassembly_dependencies" "4" +"webassembly_dependencies.pri" "5" +"Headers" "4" +"shared" "5" +"qtcreator_gui_pch.h" "6" +"Other files" "4" +"WebAssembly.json.in" "6" +"Headers" "3" +"webassembly_global.h" "4" +"webassemblyconstants.h" "4" +"webassemblydevice.h" "4" +"webassemblyemsdk.h" "4" +"webassemblyoptionspage.h" "4" +"webassemblyplugin.h" "4" +"webassemblyqtversion.h" "4" +"webassemblyrunconfiguration.h" "4" +"webassemblyrunconfigurationaspects.h" "4" +"webassemblytoolchain.h" "4" +"Sources" "3" +"webassemblydevice.cpp" "4" +"webassemblyemsdk.cpp" "4" +"webassemblyoptionspage.cpp" "4" +"webassemblyplugin.cpp" "4" +"webassemblyqtversion.cpp" "4" +"webassemblyrunconfiguration.cpp" "4" +"webassemblyrunconfigurationaspects.cpp" "4" +"webassemblytoolchain.cpp" "4" +"Resources" "3" +"webassembly.qrc" "4" +"/webassembly" "5" +"images" "6" +"webassemblydevice.png" "7" +"webassemblydevice@2x.png" "7" +"webassemblydevicesmall.png" "7" +"webassemblydevicesmall@2x.png" "7" +"Other files" "3" +"webassembly.qbs" "4" +"webassembly_dependencies" "2" +"webassembly_dependencies.pri" "3" "welcome" "2" "welcome.pro" "3" "qtcreatorplugin" "3" @@ -12671,8 +16109,16 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "rpath" "4" "rpath.pri" "5" "welcome_dependencies" "4" @@ -12682,7 +16128,10 @@ "qtcreator_gui_pch.h" "6" "Other files" "4" "Welcome.json.in" "6" +"Headers" "3" +"introductionwidget.h" "4" "Sources" "3" +"introductionwidget.cpp" "4" "welcomeplugin.cpp" "4" "Resources" "3" "welcome.qrc" "4" @@ -12690,8 +16139,11 @@ "images" "6" "blogs.png" "7" "blogs@2x.png" "7" +"border.png" "7" "community.png" "7" "community@2x.png" "7" +"download.png" "7" +"download@2x.png" "7" "expandarrow.png" "7" "expandarrow@2x.png" "7" "mode_welcome.png" "7" @@ -12708,6 +16160,8 @@ "qtaccount@2x.png" "7" "session.png" "7" "session@2x.png" "7" +"settings.png" "7" +"settings@2x.png" "7" "userguide.png" "7" "userguide@2x.png" "7" "Other files" "3" @@ -12728,12 +16182,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "debugger_dependencies" "5" "debugger_dependencies.pri" "6" "extensionsystem_dependencies" "5" @@ -12746,14 +16202,30 @@ "qmldebug_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" +"resourceeditor_dependencies" "5" +"resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "qtsupport_dependencies" "4" "qtsupport_dependencies.pri" "5" "rpath" "4" @@ -12770,13 +16242,10 @@ "winrtdebugsupport.h" "4" "winrtdeployconfiguration.h" "4" "winrtdevice.h" "4" -"winrtdevicefactory.h" "4" "winrtpackagedeploymentstep.h" "4" -"winrtpackagedeploymentstepwidget.h" "4" "winrtphoneqtversion.h" "4" "winrtplugin.h" "4" "winrtqtversion.h" "4" -"winrtqtversionfactory.h" "4" "winrtrunconfiguration.h" "4" "winrtruncontrol.h" "4" "winrtrunnerhelper.h" "4" @@ -12784,18 +16253,13 @@ "winrtdebugsupport.cpp" "4" "winrtdeployconfiguration.cpp" "4" "winrtdevice.cpp" "4" -"winrtdevicefactory.cpp" "4" "winrtpackagedeploymentstep.cpp" "4" -"winrtpackagedeploymentstepwidget.cpp" "4" "winrtphoneqtversion.cpp" "4" "winrtplugin.cpp" "4" "winrtqtversion.cpp" "4" -"winrtqtversionfactory.cpp" "4" "winrtrunconfiguration.cpp" "4" "winrtruncontrol.cpp" "4" "winrtrunnerhelper.cpp" "4" -"Forms" "3" -"winrtpackagedeploymentstepwidget.ui" "4" "Resources" "3" "winrt.qrc" "4" "/winrt" "5" @@ -12810,790 +16274,12 @@ "winrt_dependencies.pri" "3" "Other files" "2" "plugins.qbs" "3" -"plugins" "1" -"plugins.pro" "2" -"generator" "2" -"generator.pro" "3" -"clangcompilationdb" "3" -"clangcompilationdb.pro" "4" -"plugins" "4" -"plugins.pri" "5" -"install_prefix" "5" -"install_prefix.pri" "6" -"library_dirname" "5" -"library_dirname.pri" "6" -"use_corelib" "5" -"use_corelib.pri" "6" -"library_dirname" "6" -"library_dirname.pri" "7" -"qbs_version" "6" -"qbs_version.pri" "7" -"Headers" "4" -"clangcompilationdbgenerator.h" "5" -"Sources" "4" -"clangcompilationdbgenerator.cpp" "5" -"clangcompilationdbgeneratorplugin.cpp" "5" -"makefilegenerator" "3" -"makefilegenerator.pro" "4" -"plugins" "4" -"plugins.pri" "5" -"install_prefix" "5" -"install_prefix.pri" "6" -"library_dirname" "5" -"library_dirname.pri" "6" -"use_corelib" "5" -"use_corelib.pri" "6" -"library_dirname" "6" -"library_dirname.pri" "7" -"qbs_version" "6" -"qbs_version.pri" "7" -"Headers" "4" -"makefilegenerator.h" "5" -"Sources" "4" -"makefilegenerator.cpp" "5" -"makefilegeneratorplugin.cpp" "5" -"visualstudio" "3" -"visualstudio.pro" "4" -"json" "4" -"json.pri" "5" -"Headers" "5" -"json.h" "6" -"Sources" "5" -"json.cpp" "6" -"plugins" "4" -"plugins.pri" "5" -"install_prefix" "5" -"install_prefix.pri" "6" -"library_dirname" "5" -"library_dirname.pri" "6" -"use_corelib" "5" -"use_corelib.pri" "6" -"library_dirname" "6" -"library_dirname.pri" "7" -"qbs_version" "6" -"qbs_version.pri" "7" -"Headers" "4" -"io" "5" -"msbuildprojectwriter.h" "6" -"visualstudiosolutionwriter.h" "6" -"msbuild" "5" -"items" "6" -"msbuildclcompile.h" "7" -"msbuildclinclude.h" "7" -"msbuildfileitem.h" "7" -"msbuildfilter.h" "7" -"msbuildlink.h" "7" -"msbuildnone.h" "7" -"imsbuildgroup.h" "6" -"imsbuildnode.h" "6" -"imsbuildnodevisitor.h" "6" -"imsbuildproperty.h" "6" -"msbuildimport.h" "6" -"msbuildimportgroup.h" "6" -"msbuilditem.h" "6" -"msbuilditemdefinitiongroup.h" "6" -"msbuilditemgroup.h" "6" -"msbuilditemmetadata.h" "6" -"msbuildproject.h" "6" -"msbuildproperty.h" "6" -"msbuildpropertygroup.h" "6" -"solution" "5" -"ivisualstudiosolutionproject.h" "6" -"visualstudiosolution.h" "6" -"visualstudiosolutionfileproject.h" "6" -"visualstudiosolutionfolderproject.h" "6" -"visualstudiosolutionglobalsection.h" "6" -"msbuildfiltersproject.h" "5" -"msbuildqbsgenerateproject.h" "5" -"msbuildqbsproductproject.h" "5" -"msbuildsharedsolutionpropertiesproject.h" "5" -"msbuildsolutionpropertiesproject.h" "5" -"msbuildtargetproject.h" "5" -"msbuildutils.h" "5" -"visualstudiogenerator.h" "5" -"visualstudioguidpool.h" "5" -"Sources" "4" -"io" "5" -"msbuildprojectwriter.cpp" "6" -"visualstudiosolutionwriter.cpp" "6" -"msbuild" "5" -"items" "6" -"msbuildclcompile.cpp" "7" -"msbuildclinclude.cpp" "7" -"msbuildfileitem.cpp" "7" -"msbuildfilter.cpp" "7" -"msbuildlink.cpp" "7" -"msbuildnone.cpp" "7" -"imsbuildgroup.cpp" "6" -"imsbuildnode.cpp" "6" -"imsbuildproperty.cpp" "6" -"msbuildimport.cpp" "6" -"msbuildimportgroup.cpp" "6" -"msbuilditem.cpp" "6" -"msbuilditemdefinitiongroup.cpp" "6" -"msbuilditemgroup.cpp" "6" -"msbuilditemmetadata.cpp" "6" -"msbuildproject.cpp" "6" -"msbuildproperty.cpp" "6" -"msbuildpropertygroup.cpp" "6" -"solution" "5" -"ivisualstudiosolutionproject.cpp" "6" -"visualstudiosolution.cpp" "6" -"visualstudiosolutionfileproject.cpp" "6" -"visualstudiosolutionfolderproject.cpp" "6" -"visualstudiosolutionglobalsection.cpp" "6" -"msbuildfiltersproject.cpp" "5" -"msbuildqbsgenerateproject.cpp" "5" -"msbuildqbsproductproject.cpp" "5" -"msbuildsharedsolutionpropertiesproject.cpp" "5" -"msbuildsolutionpropertiesproject.cpp" "5" -"msbuildtargetproject.cpp" "5" -"visualstudiogenerator.cpp" "5" -"visualstudiogeneratorplugin.cpp" "5" -"visualstudioguidpool.cpp" "5" -"scanner" "2" -"scanner.pro" "3" -"cpp" "3" -"cpp.pro" "4" -"plugins" "4" -"plugins.pri" "5" -"install_prefix" "5" -"install_prefix.pri" "6" -"library_dirname" "5" -"library_dirname.pri" "6" -"use_corelib" "5" -"use_corelib.pri" "6" -"library_dirname" "6" -"library_dirname.pri" "7" -"qbs_version" "6" -"qbs_version.pri" "7" -"Headers" "4" -"scanner.h" "6" -"CPlusPlusForwardDeclarations.h" "5" -"cpp_global.h" "5" -"Lexer.h" "5" -"Token.h" "5" -"Sources" "4" -"cppscanner.cpp" "5" -"Lexer.cpp" "5" -"Token.cpp" "5" -"qt" "3" -"qt.pro" "4" -"plugins" "4" -"plugins.pri" "5" -"install_prefix" "5" -"install_prefix.pri" "6" -"library_dirname" "5" -"library_dirname.pri" "6" -"use_corelib" "5" -"use_corelib.pri" "6" -"library_dirname" "6" -"library_dirname.pri" "7" -"qbs_version" "6" -"qbs_version.pri" "7" -"Headers" "4" -"scanner.h" "6" -"Sources" "4" -"qtscanner.cpp" "5" -"qtcreator" "1" -"qtcreator.pri" "2" -"qtprofilesetup" "1" -"qtprofilesetup.pro" "2" -"library" "2" -"library.pri" "3" -"install_prefix" "3" -"install_prefix.pri" "4" -"library_dirname" "3" -"library_dirname.pri" "4" -"qbs_version" "3" -"qbs_version.pri" "4" -"use_corelib" "2" -"use_corelib.pri" "3" -"library_dirname" "3" -"library_dirname.pri" "4" -"qbs_version" "3" -"qbs_version.pri" "4" -"Headers" "2" -"qtenvironment.h" "3" -"qtmoduleinfo.h" "3" -"qtmsvctools.h" "3" -"qtprofilesetup.h" "3" -"Sources" "2" -"qtmoduleinfo.cpp" "3" -"qtmsvctools.cpp" "3" -"qtprofilesetup.cpp" "3" -"Resources" "2" -"templates.qrc" "3" -"/" "4" -"templates" "5" -"core.qbs" "6" -"dbus.js" "6" -"dbus.qbs" "6" -"gui.qbs" "6" -"moc.js" "6" -"module.qbs" "6" -"plugin.qbs" "6" -"qdoc.js" "6" -"qml.js" "6" -"qml.qbs" "6" -"qmlcache.qbs" "6" -"QtModule.qbs" "6" -"QtPlugin.qbs" "6" -"quick.js" "6" -"quick.qbs" "6" -"scxml.qbs" "6" -"Other files" "2" -"templates" "3" -"core.qbs" "4" -"dbus.js" "4" -"dbus.qbs" "4" -"gui.qbs" "4" -"moc.js" "4" -"module.qbs" "4" -"plugin.qbs" "4" -"qdoc.js" "4" -"qml.js" "4" -"qml.qbs" "4" -"qmlcache.qbs" "4" -"QtModule.qbs" "4" -"QtPlugin.qbs" "4" -"quick.js" "4" -"quick.qbs" "4" -"scxml.qbs" "4" -"static" "1" -"static.pro" "2" -"install_prefix" "2" -"install_prefix.pri" "3" -"Sources" "2" -"bin" "3" -"ibmsvc.xml" "4" -"ibqbs.bat" "4" -"base" "5" -"AndroidApk.qbs" "6" -"AppleApplicationDiskImage.qbs" "6" -"AppleDiskImage.qbs" "6" -"Application.qbs" "6" -"ApplicationExtension.qbs" "6" -"AutotestRunner.qbs" "6" -"CppApplication.qbs" "6" -"DynamicLibrary.qbs" "6" -"InnoSetup.qbs" "6" -"InstallPackage.qbs" "6" -"JavaClassCollection.qbs" "6" -"JavaJarFile.qbs" "6" -"Library.qbs" "6" -"LoadableModule.qbs" "6" -"NativeBinary.qbs" "6" -"NetModule.qbs" "6" -"NodeJSApplication.qbs" "6" -"NSISSetup.qbs" "6" -"QtApplication.qbs" "6" -"QtGuiApplication.qbs" "6" -"StaticLibrary.qbs" "6" -"WindowsInstallerPackage.qbs" "6" -"WindowsSetupPackage.qbs" "6" -"XPCService.qbs" "6" -"BundleTools" "5" -"bundle-tools.js" "6" -"DarwinTools" "5" -"darwin-tools.js" "6" -"ModUtils" "5" -"utils.js" "6" -"PathTools" "5" -"path-tools.js" "6" -"Probes" "5" -"AndroidNdkProbe.qbs" "6" -"AndroidSdkProbe.qbs" "6" -"BinaryProbe.qbs" "6" -"FrameworkProbe.qbs" "6" -"GccBinaryProbe.qbs" "6" -"GccProbe.qbs" "6" -"GccVersionProbe.qbs" "6" -"IcoUtilsVersionProbe.qbs" "6" -"IncludeProbe.qbs" "6" -"InnoSetupProbe.qbs" "6" -"JdkProbe.qbs" "6" -"JdkVersionProbe.qbs" "6" -"MsvcProbe.qbs" "6" -"NodeJsProbe.qbs" "6" -"NpmProbe.qbs" "6" -"path-probe.js" "6" -"PathProbe.qbs" "6" -"PkgConfigProbe.qbs" "6" -"TypeScriptProbe.qbs" "6" -"WiXProbe.qbs" "6" -"XcodeProbe.qbs" "6" -"UnixUtils" "5" -"unix-utils.js" "6" -"WindowsUtils" "5" -"windows-utils.js" "6" -"modules" "4" -"Android" "5" -"ndk" "6" -"ndk.qbs" "7" -"utils.js" "7" -"sdk" "6" -"sdk.qbs" "7" -"utils.js" "7" -"archiver" "5" -"archiver.qbs" "6" -"bundle" "5" -"bundle.js" "6" -"BundleModule.qbs" "6" -"MacOSX-Package-Types.xcspec" "6" -"MacOSX-Product-Types.xcspec" "6" -"cli" "5" -"cli.js" "6" -"CLIModule.qbs" "6" -"mono.qbs" "6" -"windows-dotnet.qbs" "6" -"cpp" "5" -"android-gcc.qbs" "6" -"cpp.js" "6" -"CppModule.qbs" "6" -"darwin.js" "6" -"DarwinGCC.qbs" "6" -"freebsd-gcc.qbs" "6" -"freebsd.js" "6" -"gcc.js" "6" -"GenericGCC.qbs" "6" -"ios-gcc.qbs" "6" -"LinuxGCC.qbs" "6" -"macos-gcc.qbs" "6" -"msvc.js" "6" -"qnx-qcc.qbs" "6" -"setuprunenv.js" "6" -"tvos-gcc.qbs" "6" -"UnixGCC.qbs" "6" -"watchos-gcc.qbs" "6" -"windows-mingw.qbs" "6" -"windows-msvc.qbs" "6" -"cpufeatures" "5" -"cpufeatures.qbs" "6" -"dmg" "5" -"dmg.js" "6" -"DMGModule.qbs" "6" -"Exporter" "5" -"pkgconfig" "6" -"pkgconfig.js" "7" -"pkgconfig.qbs" "7" -"qbs" "6" -"qbsexporter.js" "7" -"qbsexporter.qbs" "7" -"ib" "5" -"ib.js" "6" -"IBModule.qbs" "6" -"ico" "5" -"ico.js" "6" -"IcoModule.qbs" "6" -"innosetup" "5" -"InnoSetupModule.qbs" "6" -"java" "5" -"tools" "7" -"utils" "8" -"JavaCompilerOptions.java" "9" -"JavaCompilerScanner.java" "9" -"NullFileObject.java" "9" -"JavaCompilerScannerTool.java" "8" -"Artifact.java" "7" -"ArtifactListJsonWriter.java" "7" -"ArtifactListWriter.java" "7" -"JavaModule.qbs" "6" -"utils.js" "6" -"lex_yacc" "5" -"lexyacc.js" "6" -"lexyacc.qbs" "6" -"nodejs" "5" -"nodejs.js" "6" -"NodeJS.qbs" "6" -"nsis" "5" -"NSISModule.qbs" "6" -"qbs" "5" -"common.qbs" "6" -"qnx" "5" -"qnx.qbs" "6" -"typescript" "5" -"qbs-tsc-scan" "6" -"qbs-tsc-scan.ts" "7" -"typescript.js" "6" -"TypeScriptModule.qbs" "6" -"vcs" "5" -"vcs-module.qbs" "6" -"wix" "5" -"WiXModule.qbs" "6" -"xcode" "5" -"xcode.js" "6" -"xcode.qbs" "6" -"bin" "4" -"dmgbuild" "5" -"biplist" "5" -"__init__.py" "6" -"LICENSE" "6" -"qt_attribution.json" "6" -"dmgbuild" "5" -"__init__.py" "6" -"badge.py" "6" -"colors.py" "6" -"core.py" "6" -"LICENSE" "6" -"licensing.py" "6" -"qt_attribution.json" "6" -"resources.py" "6" -"ds_store" "5" -"__init__.py" "6" -"buddy.py" "6" -"LICENSE" "6" -"qt_attribution.json" "6" -"store.py" "6" -"mac_alias" "5" -"__init__.py" "6" -"alias.py" "6" -"bookmark.py" "6" -"LICENSE" "6" -"osx.py" "6" -"qt_attribution.json" "6" -"utils.py" "6" -"QML" "2" -"main.qml" "4" -"MainForm.ui.qml" "4" -"Other files" "2" -"bin" "3" -"ibmsvc.xml" "4" -"ibqbs.bat" "4" -"examples" "3" -"app-and-lib" "4" -"app" "5" -"app.qbs" "6" -"main.cpp" "6" -"lib" "5" -"lib.cpp" "6" -"lib.h" "6" -"lib.qbs" "6" -"app_and_lib.qbs" "5" -"cocoa-application" "4" -"CocoaApplication" "5" -"Contents.json" "7" -"icon_128x128.png" "7" -"icon_128x128@2x.png" "7" -"icon_16x16.png" "7" -"icon_16x16@2x.png" "7" -"icon_256x256.png" "7" -"icon_256x256@2x.png" "7" -"icon_32x32.png" "7" -"icon_32x32@2x.png" "7" -"icon_512x512.png" "7" -"icon_512x512@2x.png" "7" -"dmg.iconset" "6" -"icon_128x128.png" "7" -"icon_128x128@2x.png" "7" -"icon_16x16.png" "7" -"icon_16x16@2x.png" "7" -"icon_256x256.png" "7" -"icon_256x256@2x.png" "7" -"icon_32x32.png" "7" -"icon_32x32@2x.png" "7" -"icon_512x512.png" "7" -"icon_512x512@2x.png" "7" -"en.lproj" "6" -"Credits.rtf" "7" -"InfoPlist.strings" "7" -"LICENSE" "7" -"MainMenu.xib" "7" -"AppDelegate.h" "6" -"AppDelegate.m" "6" -"background.png" "6" -"background@2x.png" "6" -"CocoaApplication-Info.plist" "6" -"CocoaApplication-Prefix.pch" "6" -"en_US.lproj" "6" -"main.m" "6" -"CocoaApplication.xcodeproj" "5" -"project.pbxproj" "6" -"app.qbs" "5" -"CocoaApplication.qbs" "5" -"dmg.qbs" "5" -"cocoa-touch-application" "4" -"CocoaTouchApplication" "5" -"en.lproj" "6" -"DetailViewController_iPad.xib" "7" -"DetailViewController_iPhone.xib" "7" -"InfoPlist.strings" "7" -"MasterViewController_iPad.xib" "7" -"MasterViewController_iPhone.xib" "7" -"AppDelegate.h" "6" -"AppDelegate.m" "6" -"CocoaTouchApplication-Info.plist" "6" -"CocoaTouchApplication-Prefix.pch" "6" -"Default-568h@2x.png" "6" -"Default.png" "6" -"Default@2x.png" "6" -"DetailViewController.h" "6" -"DetailViewController.m" "6" -"main.m" "6" -"MasterViewController.h" "6" -"MasterViewController.m" "6" -"CocoaTouchApplication.xcodeproj" "5" -"project.pbxproj" "6" -"CocoaTouchApplication.qbs" "5" -"code-generator" "4" -"code-generator.qbs" "5" -"hwgen.cpp" "5" -"collidingmice" "4" -"images" "5" -"cheese.jpg" "6" -"collidingmice.qbs" "5" -"main.cpp" "5" -"mice.qrc" "5" -"/" "6" -"images" "7" -"cheese.jpg" "8" -"mouse.cpp" "5" -"mouse.h" "5" -"compiled-qml" "4" -"cheese.jpg" "5" -"main.cpp" "5" -"myapp.qbs" "5" -"qml.qrc" "5" -"/" "6" -"cheese.jpg" "7" -"main.qml" "7" -"MainForm.ui.qml" "7" -"helloworld-complex" "4" -"src" "5" -"foo.cpp" "6" -"foo.h" "6" -"main.cpp" "6" -"specialfeature.cpp" "6" -"specialfeature.h" "6" -"hello.qbs" "5" -"helloworld-minimal" "4" -"hello.qbs" "5" -"main.cpp" "5" -"helloworld-qt" "4" -"hello.qbs" "5" -"main.cpp" "5" -"install-bundle" "4" -"Contents.json" "6" -"icon_16x16.png" "6" -"icon_16x16@2x.png" "6" -"Contents.json" "6" -"icon_16x16.png" "6" -"icon_16x16@2x.png" "6" -"white.iconset" "5" -"icon_16x16.png" "6" -"icon_16x16@2x.png" "6" -"coreutils.cpp" "5" -"coreutils.h" "5" -"install-bundle.qbs" "5" -"main.cpp" "5" -"MainMenu.xib" "5" -"Storyboard.storyboard" "5" -"examples.qbs" "4" -"base" "5" -"AndroidApk.qbs" "6" -"AppleApplicationDiskImage.qbs" "6" -"AppleDiskImage.qbs" "6" -"Application.qbs" "6" -"ApplicationExtension.qbs" "6" -"AutotestRunner.qbs" "6" -"CppApplication.qbs" "6" -"DynamicLibrary.qbs" "6" -"InnoSetup.qbs" "6" -"InstallPackage.qbs" "6" -"JavaClassCollection.qbs" "6" -"JavaJarFile.qbs" "6" -"Library.qbs" "6" -"LoadableModule.qbs" "6" -"NativeBinary.qbs" "6" -"NetModule.qbs" "6" -"NodeJSApplication.qbs" "6" -"NSISSetup.qbs" "6" -"QtApplication.qbs" "6" -"QtGuiApplication.qbs" "6" -"StaticLibrary.qbs" "6" -"WindowsInstallerPackage.qbs" "6" -"WindowsSetupPackage.qbs" "6" -"XPCService.qbs" "6" -"BundleTools" "5" -"bundle-tools.js" "6" -"DarwinTools" "5" -"darwin-tools.js" "6" -"ModUtils" "5" -"utils.js" "6" -"PathTools" "5" -"path-tools.js" "6" -"Probes" "5" -"AndroidNdkProbe.qbs" "6" -"AndroidSdkProbe.qbs" "6" -"BinaryProbe.qbs" "6" -"FrameworkProbe.qbs" "6" -"GccBinaryProbe.qbs" "6" -"GccProbe.qbs" "6" -"GccVersionProbe.qbs" "6" -"IcoUtilsVersionProbe.qbs" "6" -"IncludeProbe.qbs" "6" -"InnoSetupProbe.qbs" "6" -"JdkProbe.qbs" "6" -"JdkVersionProbe.qbs" "6" -"MsvcProbe.qbs" "6" -"NodeJsProbe.qbs" "6" -"NpmProbe.qbs" "6" -"path-probe.js" "6" -"PathProbe.qbs" "6" -"PkgConfigProbe.qbs" "6" -"TypeScriptProbe.qbs" "6" -"WiXProbe.qbs" "6" -"XcodeProbe.qbs" "6" -"UnixUtils" "5" -"unix-utils.js" "6" -"WindowsUtils" "5" -"windows-utils.js" "6" -"modules" "4" -"Android" "5" -"ndk" "6" -"ndk.qbs" "7" -"utils.js" "7" -"sdk" "6" -"sdk.qbs" "7" -"utils.js" "7" -"archiver" "5" -"archiver.qbs" "6" -"bundle" "5" -"bundle.js" "6" -"BundleModule.qbs" "6" -"MacOSX-Package-Types.xcspec" "6" -"MacOSX-Product-Types.xcspec" "6" -"cli" "5" -"cli.js" "6" -"CLIModule.qbs" "6" -"mono.qbs" "6" -"windows-dotnet.qbs" "6" -"cpp" "5" -"android-gcc.qbs" "6" -"cpp.js" "6" -"CppModule.qbs" "6" -"darwin.js" "6" -"DarwinGCC.qbs" "6" -"freebsd-gcc.qbs" "6" -"freebsd.js" "6" -"gcc.js" "6" -"GenericGCC.qbs" "6" -"ios-gcc.qbs" "6" -"LinuxGCC.qbs" "6" -"macos-gcc.qbs" "6" -"msvc.js" "6" -"qnx-qcc.qbs" "6" -"setuprunenv.js" "6" -"tvos-gcc.qbs" "6" -"UnixGCC.qbs" "6" -"watchos-gcc.qbs" "6" -"windows-mingw.qbs" "6" -"windows-msvc.qbs" "6" -"cpufeatures" "5" -"cpufeatures.qbs" "6" -"dmg" "5" -"dmg.js" "6" -"DMGModule.qbs" "6" -"Exporter" "5" -"pkgconfig" "6" -"pkgconfig.js" "7" -"pkgconfig.qbs" "7" -"qbs" "6" -"qbsexporter.js" "7" -"qbsexporter.qbs" "7" -"ib" "5" -"ib.js" "6" -"IBModule.qbs" "6" -"ico" "5" -"ico.js" "6" -"IcoModule.qbs" "6" -"innosetup" "5" -"InnoSetupModule.qbs" "6" -"java" "5" -"tools" "7" -"utils" "8" -"JavaCompilerOptions.java" "9" -"JavaCompilerScanner.java" "9" -"NullFileObject.java" "9" -"JavaCompilerScannerTool.java" "8" -"Artifact.java" "7" -"ArtifactListJsonWriter.java" "7" -"ArtifactListWriter.java" "7" -"JavaModule.qbs" "6" -"utils.js" "6" -"lex_yacc" "5" -"lexyacc.js" "6" -"lexyacc.qbs" "6" -"nodejs" "5" -"nodejs.js" "6" -"NodeJS.qbs" "6" -"nsis" "5" -"NSISModule.qbs" "6" -"qbs" "5" -"common.qbs" "6" -"qnx" "5" -"qnx.qbs" "6" -"typescript" "5" -"qbs-tsc-scan" "6" -"qbs-tsc-scan.ts" "7" -"typescript.js" "6" -"TypeScriptModule.qbs" "6" -"vcs" "5" -"vcs-module.qbs" "6" -"wix" "5" -"WiXModule.qbs" "6" -"xcode" "5" -"xcode.js" "6" -"xcode.qbs" "6" -"bin" "4" -"dmgbuild" "5" -"biplist" "5" -"__init__.py" "6" -"LICENSE" "6" -"qt_attribution.json" "6" -"dmgbuild" "5" -"__init__.py" "6" -"badge.py" "6" -"colors.py" "6" -"core.py" "6" -"LICENSE" "6" -"licensing.py" "6" -"qt_attribution.json" "6" -"resources.py" "6" -"ds_store" "5" -"__init__.py" "6" -"buddy.py" "6" -"LICENSE" "6" -"qt_attribution.json" "6" -"store.py" "6" -"mac_alias" "5" -"__init__.py" "6" -"alias.py" "6" -"bookmark.py" "6" -"LICENSE" "6" -"osx.py" "6" -"qt_attribution.json" "6" -"utils.py" "6" +"shared" "1" +"shared.pro" "2" "tools" "1" "tools.pro" "2" "3rdparty" "2" "3rdparty.pro" "3" -"cplusplus-keywordgen" "3" -"cplusplus-keywordgen.pro" "4" -"tool" "4" -"tool.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"cplusplus_dependencies" "6" -"cplusplus_dependencies.pri" "7" -"utils_dependencies" "6" -"utils_dependencies.pri" "7" -"rpath" "5" -"rpath.pri" "6" -"Sources" "4" -"cplusplus-keywordgen.cpp" "5" -"Other files" "4" -"cplusplus-keywordgen.qbs" "5" "buildoutputparser" "2" "buildoutputparser.pro" "3" "qtcreatortool" "3" @@ -13602,12 +16288,14 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"clangsupport_dependencies" "5" +"clangsupport_dependencies.pri" "6" "coreplugin_dependencies" "5" "coreplugin_dependencies.pri" "6" "cplusplus_dependencies" "5" "cplusplus_dependencies.pri" "6" -"cpptools_dependencies" "5" -"cpptools_dependencies.pri" "6" +"cppeditor_dependencies" "5" +"cppeditor_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" "languageutils_dependencies" "5" @@ -13618,16 +16306,28 @@ "qmakeprojectmanager_dependencies.pri" "6" "qmljs_dependencies" "5" "qmljs_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qtsupport_dependencies" "5" "qtsupport_dependencies.pri" "6" "resourceeditor_dependencies" "5" "resourceeditor_dependencies.pri" "6" +"sqlite_dependencies" "5" +"sqlite_dependencies.pri" "6" "ssh_dependencies" "5" "ssh_dependencies.pri" "6" +"syntax-highlighting_dependencies" "5" +"syntax-highlighting_dependencies.pri" "6" "texteditor_dependencies" "5" "texteditor_dependencies.pri" "6" +"syntax_shared" "6" +"syntax_shared.pri" "7" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "3" @@ -13693,11 +16393,10 @@ "diagnosticsetiterator.h" "5" "fixit.h" "5" "fulltokeninfo.h" "5" -"projectpart.h" "5" -"projects.h" "5" "skippedsourceranges.h" "5" "sourcelocation.h" "5" "sourcerange.h" "5" +"token.h" "5" "tokeninfo.h" "5" "tokenprocessor.h" "5" "tokenprocessoriterator.h" "5" @@ -13748,11 +16447,10 @@ "diagnosticset.cpp" "5" "fixit.cpp" "5" "fulltokeninfo.cpp" "5" -"projectpart.cpp" "5" -"projects.cpp" "5" "skippedsourceranges.cpp" "5" "sourcelocation.cpp" "5" "sourcerange.cpp" "5" +"token.cpp" "5" "tokeninfo.cpp" "5" "unsavedfile.cpp" "5" "unsavedfiles.cpp" "5" @@ -13763,10 +16461,16 @@ "qtcreator.pri" "5" "clangsupport_dependencies" "5" "clangsupport_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "sqlite_dependencies" "5" "sqlite_dependencies.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "3" @@ -13776,215 +16480,6 @@ "clangbackendmain.cpp" "4" "Other files" "3" "clangbackend.qbs" "4" -"clangpchmanagerbackend" "2" -"clangpchmanagerbackend.pro" "3" -"clang_installation" "3" -"clang_installation.pri" "4" -"clangpchmanagerbackend-source" "3" -"clangpchmanagerbackend-source.pri" "4" -"Headers" "4" -"clangpchmanagerbackend_global.h" "5" -"collectincludesaction.h" "5" -"collectincludespreprocessorcallbacks.h" "5" -"collectincludestoolaction.h" "5" -"environment.h" "5" -"includecollector.h" "5" -"pchcreator.h" "5" -"pchcreatorinterface.h" "5" -"pchgenerator.h" "5" -"pchgeneratorinterface.h" "5" -"pchgeneratornotifierinterface.h" "5" -"pchmanagerserver.h" "5" -"pchnotcreatederror.h" "5" -"projectparts.h" "5" -"projectpartsinterface.h" "5" -"Sources" "4" -"includecollector.cpp" "5" -"pchcreator.cpp" "5" -"pchmanagerserver.cpp" "5" -"projectparts.cpp" "5" -"qtcreatortool" "3" -"qtcreatortool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"clangsupport_dependencies" "5" -"clangsupport_dependencies.pri" "6" -"sqlite_dependencies" "5" -"sqlite_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"Sources" "3" -"clangtool.cpp" "5" -"refactoringcompilationdatabase.cpp" "5" -"clangpchmanagerbackendmain.cpp" "4" -"Other files" "3" -"clangpchmanagerbackend.qbs" "4" -"clangrefactoringbackend" "2" -"clangrefactoringbackend.pro" "3" -"clang_installation" "3" -"clang_installation.pri" "4" -"clangrefactoringbackend-source" "3" -"clangrefactoringbackend-source.pri" "4" -"Headers" "4" -"clangquery.h" "5" -"clangquerygatherer.h" "5" -"clangrefactoringbackend_global.h" "5" -"clangtool.h" "5" -"collectmacrospreprocessorcallbacks.h" "5" -"collectmacrossourcefilecallbacks.h" "5" -"collectsymbolsaction.h" "5" -"filestatus.h" "5" -"filestatuscache.h" "5" -"findcursorusr.h" "5" -"findlocationsofusrs.h" "5" -"findusrforcursoraction.h" "5" -"indexdataconsumer.h" "5" -"locationsourcefilecallbacks.h" "5" -"macropreprocessorcallbacks.h" "5" -"projectpartartefact.h" "5" -"projectpartartefactexception.h" "5" -"projectpartentry.h" "5" -"refactoringcompilationdatabase.h" "5" -"refactoringserver.h" "5" -"sourcedependency.h" "5" -"sourcelocationentry.h" "5" -"sourcelocationsutils.h" "5" -"sourcerangeextractor.h" "5" -"sourcerangefilter.h" "5" -"storagesqlitestatementfactory.h" "5" -"symbolentry.h" "5" -"symbolfinder.h" "5" -"symbolindexer.h" "5" -"symbolindexing.h" "5" -"symbolindexinginterface.h" "5" -"symbollocationfinderaction.h" "5" -"symbolscollector.h" "5" -"symbolscollectorinterface.h" "5" -"symbolstorage.h" "5" -"symbolstorageinterface.h" "5" -"symbolsvisitorbase.h" "5" -"usedmacro.h" "5" -"Sources" "4" -"clangquery.cpp" "5" -"clangquerygatherer.cpp" "5" -"clangtool.cpp" "5" -"collectmacrossourcefilecallbacks.cpp" "5" -"collectsymbolsaction.cpp" "5" -"filestatuscache.cpp" "5" -"findusrforcursoraction.cpp" "5" -"indexdataconsumer.cpp" "5" -"locationsourcefilecallbacks.cpp" "5" -"macropreprocessorcallbacks.cpp" "5" -"projectpartartefact.cpp" "5" -"refactoringcompilationdatabase.cpp" "5" -"refactoringserver.cpp" "5" -"sourcerangeextractor.cpp" "5" -"sourcerangefilter.cpp" "5" -"symbolfinder.cpp" "5" -"symbolindexer.cpp" "5" -"symbolindexing.cpp" "5" -"symbollocationfinderaction.cpp" "5" -"symbolscollector.cpp" "5" -"qtcreatortool" "3" -"qtcreatortool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"clangsupport_dependencies" "5" -"clangsupport_dependencies.pri" "6" -"sqlite_dependencies" "5" -"sqlite_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"Sources" "3" -"clangrefactoringbackendmain.cpp" "4" -"Other files" "3" -"clangrefactoringbackend.qbs" "4" -"cplusplus-ast2png" "2" -"cplusplus-ast2png.pro" "3" -"tool" "3" -"tool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"utils" "3" -"utils.pri" "4" -"Headers" "4" -"utils.h" "5" -"Sources" "4" -"utils.cpp" "5" -"Sources" "3" -"cplusplus-ast2png.cpp" "4" -"Other files" "3" -"cplusplus-ast2png.qbs" "4" -"cplusplus-frontend" "2" -"cplusplus-frontend.pro" "3" -"tool" "3" -"tool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"utils" "3" -"utils.pri" "4" -"Headers" "4" -"utils.h" "5" -"Sources" "4" -"utils.cpp" "5" -"Sources" "3" -"cplusplus-frontend.cpp" "4" -"Other files" "3" -"cplusplus-frontend.qbs" "4" -"cplusplus-mkvisitor" "2" -"cplusplus-mkvisitor.pro" "3" -"tool" "3" -"tool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"utils" "3" -"utils.pri" "4" -"Headers" "4" -"utils.h" "5" -"Sources" "4" -"utils.cpp" "5" -"Sources" "3" -"cplusplus-mkvisitor.cpp" "4" -"Other files" "3" -"cplusplus-mkvisitor.qbs" "4" -"cplusplus-update-frontend" "2" -"cplusplus-update-frontend.pro" "3" -"tool" "3" -"tool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"cplusplus_dependencies" "5" -"cplusplus_dependencies.pri" "6" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"Sources" "3" -"cplusplus-update-frontend.cpp" "4" -"Other files" "3" -"cplusplus-update-frontend.qbs" "4" "frontend" "2" "frontend.pro" "3" "qtcreatortool" "3" @@ -13997,21 +16492,27 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "3" +".." "4" "cpasterconstants.h" "5" -"kdepasteprotocol.h" "5" -"pastebindotcaprotocol.h" "5" +"dpastedotcomprotocol.h" "5" "pastebindotcomprotocol.h" "5" "protocol.h" "5" "urlopenprotocol.h" "5" "argumentscollector.h" "4" "Sources" "3" -"kdepasteprotocol.cpp" "5" -"pastebindotcaprotocol.cpp" "5" +".." "4" +"dpastedotcomprotocol.cpp" "5" "pastebindotcomprotocol.cpp" "5" "protocol.cpp" "5" "urlopenprotocol.cpp" "5" @@ -14019,20 +16520,39 @@ "main.cpp" "4" "Other files" "3" "frontend.qbs" "4" -"iostool" "2" -"iostool.pro" "3" -"qtcreator" "3" -"qtcreator.pri" "4" -"rpath" "3" -"rpath.pri" "4" +"processlauncher" "2" +"processlauncher.pro" "3" +"qtcreatortool" "3" +"qtcreatortool.pri" "4" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"rpath" "4" +"rpath.pri" "5" "Headers" "3" -"iosdevicemanager.h" "4" +"launcherpackets.h" "5" +"processreaper.h" "5" +"processutils.h" "5" +"qtcassert.h" "5" +"singleton.h" "5" +"launcherlogging.h" "4" +"launchersockethandler.h" "4" "Sources" "3" -"iosdevicemanager.cpp" "4" -"main.cpp" "4" +"launcherpackets.cpp" "5" +"processreaper.cpp" "5" +"processutils.cpp" "5" +"qtcassert.cpp" "5" +"singleton.cpp" "5" +"launcherlogging.cpp" "4" +"launchersockethandler.cpp" "4" +"processlauncher-main.cpp" "4" "Other files" "3" -"Info.plist" "4" -"iostool.qbs" "4" +"processlauncher.qbs" "4" "qml2puppet" "2" "qml2puppet.pro" "3" "qml2puppet" "3" @@ -14042,11 +16562,15 @@ "commands" "5" "commands.pri" "6" "Headers" "6" +"captureddatacommand.h" "7" "changeauxiliarycommand.h" "7" "changebindingscommand.h" "7" "changefileurlcommand.h" "7" "changeidscommand.h" "7" +"changelanguagecommand.h" "7" "changenodesourcecommand.h" "7" +"changepreviewimagesizecommand.h" "7" +"changeselectioncommand.h" "7" "changestatecommand.h" "7" "changevaluescommand.h" "7" "childrenchangedcommand.h" "7" @@ -14058,22 +16582,31 @@ "debugoutputcommand.h" "7" "endpuppetcommand.h" "7" "informationchangedcommand.h" "7" +"inputeventcommand.h" "7" "pixmapchangedcommand.h" "7" "puppetalivecommand.h" "7" +"puppettocreatorcommand.h" "7" "removeinstancescommand.h" "7" "removepropertiescommand.h" "7" "removesharedmemorycommand.h" "7" "reparentinstancescommand.h" "7" +"requestmodelnodepreviewimagecommand.h" "7" +"scenecreatedcommand.h" "7" "statepreviewimagechangedcommand.h" "7" "synchronizecommand.h" "7" "tokencommand.h" "7" +"update3dviewstatecommand.h" "7" "valueschangedcommand.h" "7" +"view3dactioncommand.h" "7" "Sources" "6" "changeauxiliarycommand.cpp" "7" "changebindingscommand.cpp" "7" "changefileurlcommand.cpp" "7" "changeidscommand.cpp" "7" +"changelanguagecommand.cpp" "7" "changenodesourcecommand.cpp" "7" +"changepreviewimagesizecommand.cpp" "7" +"changeselectioncommand.cpp" "7" "changestatecommand.cpp" "7" "changevaluescommand.cpp" "7" "childrenchangedcommand.cpp" "7" @@ -14085,16 +16618,21 @@ "debugoutputcommand.cpp" "7" "endpuppetcommand.cpp" "7" "informationchangedcommand.cpp" "7" +"inputeventcommand.cpp" "7" "pixmapchangedcommand.cpp" "7" "puppetalivecommand.cpp" "7" +"puppettocreatorcommand.cpp" "7" "removeinstancescommand.cpp" "7" "removepropertiescommand.cpp" "7" "removesharedmemorycommand.cpp" "7" "reparentinstancescommand.cpp" "7" +"requestmodelnodepreviewimagecommand.cpp" "7" "statepreviewimagechangedcommand.cpp" "7" "synchronizecommand.cpp" "7" "tokencommand.cpp" "7" +"update3dviewstatecommand.cpp" "7" "valueschangedcommand.cpp" "7" +"view3dactioncommand.cpp" "7" "container" "5" "container.pri" "6" "Headers" "6" @@ -14120,8 +16658,40 @@ "propertybindingcontainer.cpp" "7" "propertyvaluecontainer.cpp" "7" "reparentcontainer.cpp" "7" -"sharedmemory_qt.cpp" "7" -"sharedmemory_unix.cpp" "7" +"editor3d" "5" +"editor3d.pri" "6" +"Headers" "6" +"camerageometry.h" "7" +"generalhelper.h" "7" +"geometrybase.h" "7" +"gridgeometry.h" "7" +"icongizmoimageprovider.h" "7" +"lightgeometry.h" "7" +"linegeometry.h" "7" +"mousearea3d.h" "7" +"selectionboxgeometry.h" "7" +"Sources" "6" +"camerageometry.cpp" "7" +"generalhelper.cpp" "7" +"geometrybase.cpp" "7" +"gridgeometry.cpp" "7" +"icongizmoimageprovider.cpp" "7" +"lightgeometry.cpp" "7" +"linegeometry.cpp" "7" +"mousearea3d.cpp" "7" +"selectionboxgeometry.cpp" "7" +"iconrenderer" "5" +"iconrenderer.pri" "6" +"Headers" "6" +"iconrenderer.h" "7" +"Sources" "6" +"iconrenderer.cpp" "7" +"import3d" "5" +"import3d.pri" "6" +"Headers" "6" +"import3d.h" "7" +"Sources" "6" +"import3d.cpp" "7" "instances" "5" "instances.pri" "6" "Headers" "6" @@ -14132,50 +16702,68 @@ "instances.pri" "6" "Headers" "6" "anchorchangesnodeinstance.h" "7" +"animationdriver.h" "7" "behaviornodeinstance.h" "7" +"capturenodeinstanceserverdispatcher.h" "7" "childrenchangeeventfilter.h" "7" "componentnodeinstance.h" "7" "dummycontextobject.h" "7" "dummynodeinstance.h" "7" "layoutnodeinstance.h" "7" "nodeinstanceserver.h" "7" +"nodeinstanceserverdispatcher.h" "7" "nodeinstancesignalspy.h" "7" "objectnodeinstance.h" "7" "positionernodeinstance.h" "7" "qmlpropertychangesnodeinstance.h" "7" "qmlstatenodeinstance.h" "7" "qmltransitionnodeinstance.h" "7" +"qt3dpresentationnodeinstance.h" "7" +"qt5captureimagenodeinstanceserver.h" "7" +"qt5capturepreviewnodeinstanceserver.h" "7" "qt5informationnodeinstanceserver.h" "7" "qt5nodeinstanceclientproxy.h" "7" "qt5nodeinstanceserver.h" "7" "qt5previewnodeinstanceserver.h" "7" "qt5rendernodeinstanceserver.h" "7" "qt5testnodeinstanceserver.h" "7" +"quick3dnodeinstance.h" "7" +"quick3dtexturenodeinstance.h" "7" "quickitemnodeinstance.h" "7" "servernodeinstance.h" "7" +"viewconfig.h" "7" "Sources" "6" "anchorchangesnodeinstance.cpp" "7" +"animationdriver.cpp" "7" "behaviornodeinstance.cpp" "7" +"capturenodeinstanceserverdispatcher.cpp" "7" "childrenchangeeventfilter.cpp" "7" "componentnodeinstance.cpp" "7" "dummycontextobject.cpp" "7" "dummynodeinstance.cpp" "7" "layoutnodeinstance.cpp" "7" "nodeinstanceserver.cpp" "7" +"nodeinstanceserverdispatcher.cpp" "7" "nodeinstancesignalspy.cpp" "7" "objectnodeinstance.cpp" "7" "positionernodeinstance.cpp" "7" "qmlpropertychangesnodeinstance.cpp" "7" "qmlstatenodeinstance.cpp" "7" "qmltransitionnodeinstance.cpp" "7" +"qt3dpresentationnodeinstance.cpp" "7" +"qt5captureimagenodeinstanceserver.cpp" "7" +"qt5capturepreviewnodeinstanceserver.cpp" "7" "qt5informationnodeinstanceserver.cpp" "7" "qt5nodeinstanceclientproxy.cpp" "7" "qt5nodeinstanceserver.cpp" "7" "qt5previewnodeinstanceserver.cpp" "7" "qt5rendernodeinstanceserver.cpp" "7" "qt5testnodeinstanceserver.cpp" "7" +"quick3dnodeinstance.cpp" "7" +"quick3dtexturenodeinstance.cpp" "7" "quickitemnodeinstance.cpp" "7" "servernodeinstance.cpp" "7" +"viewconfig.cpp" "7" "interfaces" "5" "interfaces.pri" "6" "Headers" "6" @@ -14188,102 +16776,152 @@ "qmlprivategate" "5" "qmlprivategate.pri" "6" "Headers" "6" -"designercustomobjectdata.h" "7" -"metaobject.h" "7" "qmlprivategate.h" "7" "Sources" "6" -"designercustomobjectdata.cpp" "7" -"metaobject.cpp" "7" -"qmlprivategate.cpp" "7" "qmlprivategate_56.cpp" "7" "types" "5" "types.pri" "6" "Headers" "6" "enumeration.h" "7" -"Sources" "6" -"enumeration.cpp" "7" "Sources" "5" "qml2puppetmain.cpp" "6" "Resources" "5" "/qtquickplugin" "7" +"mockfiles" "8" +"images" "9" +"area.png" "10" +"area@2x.png" "10" +"directional.png" "10" +"directional@2x.png" "10" +"editor_camera.png" "10" +"editor_camera@2x.png" "10" +"point.png" "10" +"point@2x.png" "10" +"spot.png" "10" +"spot@2x.png" "10" +"meshes" "9" +"arrow.mesh" "10" +"axishelper.mesh" "10" +"ring.mesh" "10" +"ringselect.mesh" "10" +"scalerod.mesh" "10" +"qt5" "9" +"AdjustableArrow.qml" "10" +"AreaLightHandle.qml" "10" +"Arrow.qml" "10" +"AutoScaleHelper.qml" "10" +"AxisHelper.qml" "10" +"AxisHelperArm.qml" "10" +"CameraFrustum.qml" "10" +"CameraGizmo.qml" "10" +"DirectionalDraggable.qml" "10" +"EditCameraController.qml" "10" +"EditView3D.qml" "10" +"FadeHandle.qml" "10" +"HelperGrid.qml" "10" +"IconGizmo.qml" "10" +"IconRenderer3D.qml" "10" +"LightGizmo.qml" "10" +"LightIconGizmo.qml" "10" +"LightModel.qml" "10" +"Line3D.qml" "10" +"MaterialNodeView.qml" "10" +"ModelNode2DImageView.qml" "10" +"ModelNode3DImageView.qml" "10" +"ModelNodeView.qml" "10" +"MoveGizmo.qml" "10" +"NodeNodeView.qml" "10" +"Overlay2D.qml" "10" +"PlanarDraggable.qml" "10" +"PlanarMoveHandle.qml" "10" +"PlanarScaleHandle.qml" "10" +"RotateGizmo.qml" "10" +"RotateRing.qml" "10" +"ScaleGizmo.qml" "10" +"ScaleRod.qml" "10" +"SceneView3D.qml" "10" +"SelectionBox.qml" "10" +"SpotLightHandle.qml" "10" +"/qtquickplugin" "7" "html" "8" "welcome.html" "9" "images" "8" +"non-visual-component.png" "9" +"non-visual-component@2x.png" "9" "template_image.png" "9" "webkit.png" "9" "mockfiles" "8" +"Dialog.qml" "9" "GenericBackend.qml" "9" "SwipeView.qml" "9" +"ToggleButton.qml" "9" +"ToolBarButton.qml" "9" "Window.qml" "9" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "rpath" "4" "rpath.pri" "5" "Headers" "4" "qtcreator_pch.h" "6" "qtcreator" "3" "qtcreator.pri" "4" +"qtcreator_ide_branding" "4" +"qtcreator_ide_branding.pri" "5" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"Other files" "4" +"CMakeLists.txt" "6" "Other files" "3" "qml2puppet.qbs" "4" -"qtcdebugger" "2" -"qtcdebugger.pro" "3" +"qtc-askpass" "2" +"qtc-askpass.pro" "3" "qtcreatortool" "3" "qtcreatortool.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"rpath" "4" +"rpath.pri" "5" +"Sources" "3" +"qtc-askpass-main.cpp" "4" +"Other files" "3" +"qtc-askpass.qbs" "4" +"qtcreatortool" "3" +"qtcreatortool.pri" "4" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" -"registryaccess" "3" -"registryaccess.pri" "4" -"Headers" "4" -"registryaccess.h" "5" -"Sources" "4" -"registryaccess.cpp" "5" "Sources" "3" "main.cpp" "4" "Other files" "3" -"qtcdebugger.qbs" "4" -"qtcrashhandler" "2" -"qtcrashhandler.pro" "3" -"qtcrashhandler" "3" -"qtcrashhandler.pri" "4" -"qtcreatortool" "3" -"qtcreatortool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"rpath" "4" -"rpath.pri" "5" -"qtcreatorcrashhandler" "2" -"qtcreatorcrashhandler.pro" "3" -"qtcreatortool" "3" -"qtcreatortool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"rpath" "4" -"rpath.pri" "5" -"Headers" "3" -"backtracecollector.h" "4" -"crashhandler.h" "4" -"crashhandlerdialog.h" "4" -"utils.h" "4" -"Sources" "3" -"backtracecollector.cpp" "4" -"crashhandler.cpp" "4" -"crashhandlerdialog.cpp" "4" -"main.cpp" "4" -"utils.cpp" "4" -"Forms" "3" -"crashhandlerdialog.ui" "4" -"Other files" "3" -"qtcreatorcrashhandler.qbs" "4" "qtpromaker" "2" "qtpromaker.pro" "3" "qtcreatortool" "3" "qtcreatortool.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Sources" "3" @@ -14296,17 +16934,30 @@ "qtcreatortool.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "rpath" "4" "rpath.pri" "5" "Headers" "3" +"commandline.h" "6" +"environment.h" "6" +"filepath.h" "6" "fileutils.h" "6" -"fileutils_mac.h" "6" "hostosinfo.h" "6" +"macroexpander.h" "6" +"namevaluedictionary.h" "6" +"namevalueitem.h" "6" "persistentsettings.h" "6" +"porting.h" "6" "qtcassert.h" "6" "savefile.h" "6" "shared" "5" "qtcreator_pch.h" "6" +"addabiflavor.h" "4" "addcmakeoperation.h" "4" "adddebuggeroperation.h" "4" "adddeviceoperation.h" "4" @@ -14314,6 +16965,7 @@ "addkitoperation.h" "4" "addqtoperation.h" "4" "addtoolchainoperation.h" "4" +"addvalueoperation.h" "4" "findkeyoperation.h" "4" "findvalueoperation.h" "4" "getoperation.h" "4" @@ -14327,11 +16979,19 @@ "rmtoolchainoperation.h" "4" "settings.h" "4" "Sources" "3" +"commandline.cpp" "5" +"environment.cpp" "5" +"filepath.cpp" "5" "fileutils.cpp" "5" "hostosinfo.cpp" "5" +"macroexpander.cpp" "5" +"namevaluedictionary.cpp" "5" +"namevalueitem.cpp" "5" "persistentsettings.cpp" "5" "qtcassert.cpp" "5" "savefile.cpp" "5" +"stringutils.cpp" "5" +"addabiflavor.cpp" "4" "addcmakeoperation.cpp" "4" "adddebuggeroperation.cpp" "4" "adddeviceoperation.cpp" "4" @@ -14339,6 +16999,7 @@ "addkitoperation.cpp" "4" "addqtoperation.cpp" "4" "addtoolchainoperation.cpp" "4" +"addvalueoperation.cpp" "4" "findkeyoperation.cpp" "4" "findvalueoperation.cpp" "4" "getoperation.cpp" "4" @@ -14358,6 +17019,12 @@ "valgrindfake.pro" "3" "qtcreator" "3" "qtcreator.pri" "4" +"qtcreator_ide_branding" "4" +"qtcreator_ide_branding.pri" "5" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"Other files" "4" +"CMakeLists.txt" "6" "Headers" "3" "outputgenerator.h" "4" "Sources" "3" @@ -14365,30 +17032,11 @@ "outputgenerator.cpp" "4" "Other files" "3" "valgrindfake.qbs" "4" -"wininterrupt" "2" -"wininterrupt.pro" "3" -"qtcreatortool" "3" -"qtcreatortool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"rpath" "4" -"rpath.pri" "5" -"Sources" "3" -"wininterrupt.c" "4" -"winrtdebughelper" "2" -"winrtdebughelper.pro" "3" -"qtcreatortool" "3" -"qtcreatortool.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"rpath" "4" -"rpath.pri" "5" -"Sources" "3" -"winrtdebughelper.cpp" "4" -"Other files" "3" -"winrtdebughelper.qbs" "4" -"Other files" "1" -"src.qbs" "2" +"Other files" "2" +"icons" "3" +"exportapplicationicons.sh" "4" +"exportdocumenttypeicons.sh" "4" +"tools.qbs" "3" "tests" "0" "tests.pro" "1" "auto" "1" @@ -14401,6 +17049,12 @@ "qtcreator.pri" "5" "aggregation_dependencies" "5" "aggregation_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -14413,6 +17067,12 @@ "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -14426,8 +17086,14 @@ "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -14446,26 +17112,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_ast.cpp" "5" "Other files" "4" @@ -14480,26 +17158,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_c99.cpp" "5" "Other files" "4" @@ -14516,27 +17206,40 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Headers" "4" +".." "5" "cplusplus_global.h" "6" "Sources" "4" "tst_checksymbols.cpp" "5" @@ -14552,26 +17255,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_codeformatter.cpp" "5" "Other files" "4" @@ -14586,26 +17301,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_cppselectionchangertest.cpp" "5" "Other files" "4" @@ -14621,26 +17348,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_cxx11.cpp" "5" "Other files" "4" @@ -14664,26 +17403,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_fileiterationorder.cpp" "5" "Other files" "4" @@ -14698,27 +17449,40 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Headers" "4" +".." "5" "cplusplus_global.h" "6" "Sources" "4" "tst_findusages.cpp" "5" @@ -14734,27 +17498,40 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Headers" "4" +".." "5" "cplusplus_global.h" "6" "Sources" "4" "tst_lexer.cpp" "5" @@ -14770,26 +17547,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_lookup.cpp" "5" "Other files" "4" @@ -14804,26 +17593,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_misc.cpp" "5" "Other files" "4" @@ -14838,26 +17639,36 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_preprocessor.cpp" "5" "Other files" "4" @@ -14901,26 +17712,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_semantic.cpp" "5" "Other files" "4" @@ -14935,27 +17758,40 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Headers" "4" +".." "5" "cplusplus_global.h" "6" "Sources" "4" "tst_translationunit.cpp" "5" @@ -14971,26 +17807,38 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "projectexplorer_dependencies" "7" "projectexplorer_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "4" "tst_typeprettyprinter.cpp" "5" "Other files" "4" @@ -15003,6 +17851,12 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -15016,26 +17870,26 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"utils_dependencies" "6" +"utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" -"rpath" "4" -"rpath.pri" "5" "Headers" "4" -"processhandle.h" "7" -"qtcassert.h" "7" -"treemodel.h" "7" -"debuggerprotocol.h" "7" -"simplifytype.h" "7" -"watchdata.h" "7" -"watchutils.h" "7" +"debuggerprotocol.h" "6" +"simplifytype.h" "6" +"watchdata.h" "6" +"watchutils.h" "6" "Sources" "4" -"processhandle.cpp" "7" -"qtcassert.cpp" "7" -"treemodel.cpp" "7" -"debuggerprotocol.cpp" "7" -"simplifytype.cpp" "7" -"watchdata.cpp" "7" -"watchutils.cpp" "7" +"debuggerprotocol.cpp" "6" +"simplifytype.cpp" "6" +"watchdata.cpp" "6" +"watchutils.cpp" "6" "tst_dumpers.cpp" "5" "Other files" "4" "dumpers.qbs" "5" @@ -15045,55 +17899,76 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"utils_dependencies" "6" +"utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" +"Headers" "4" +"debuggerprotocol.h" "6" "Sources" "4" -"processhandle.cpp" "7" -"debuggerprotocol.cpp" "7" +"debuggerprotocol.cpp" "6" "tst_gdb.cpp" "5" "Other files" "4" "gdb.qbs" "5" -"namedemangler" "3" -"namedemangler.pro" "4" -"namedemangler" "4" -"namedemangler.pri" "5" -"Headers" "5" -"demanglerexceptions.h" "6" -"globalparsestate.h" "6" -"namedemangler.h" "6" -"parsetreenodes.h" "6" -"Sources" "5" -"globalparsestate.cpp" "6" -"namedemangler.cpp" "6" -"parsetreenodes.cpp" "6" -"qttest" "4" -"qttest.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"qttestrpath" "5" -"qttestrpath.pri" "6" -"Sources" "4" -"tst_namedemangler.cpp" "5" -"Other files" "4" -"namedemangler.qbs" "5" "offsets" "3" "offsets.pro" "4" "qttest" "4" "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" "tst_offsets.cpp" "5" "Other files" "4" "offsets.qbs" "5" +"protocol" "3" +"protocol.pro" "4" +"qttest" "4" +"qttest.pri" "5" +"qtcreator" "5" +"qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"utils_dependencies" "6" +"utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" +"qttestrpath" "5" +"qttestrpath.pri" "6" +"Headers" "4" +"debuggerprotocol.h" "6" +"Sources" "4" +"debuggerprotocol.cpp" "6" +"tst_protocol.cpp" "5" +"Other files" "4" +"protocol.qbs" "5" "simplifytypes" "3" "simplifytypes.pro" "4" "qttest" "4" "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -15109,18 +17984,14 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" -"aggregation_dependencies" "6" -"aggregation_dependencies.pri" "7" -"coreplugin_dependencies" "6" -"coreplugin_dependencies.pri" "7" -"diffeditor_dependencies" "6" -"diffeditor_dependencies.pri" "7" -"extensionsystem_dependencies" "6" -"extensionsystem_dependencies.pri" "7" -"texteditor_dependencies" "6" -"texteditor_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -15133,8 +18004,14 @@ "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -15155,8 +18032,14 @@ "aggregation_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Headers" "6" @@ -15173,8 +18056,14 @@ "aggregation_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Headers" "6" @@ -15191,8 +18080,14 @@ "aggregation_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Headers" "6" @@ -15213,8 +18108,14 @@ "aggregation_dependencies.pri" "9" "extensionsystem_dependencies" "8" "extensionsystem_dependencies.pri" "9" +"qtcreator_ide_branding" "8" +"qtcreator_ide_branding.pri" "9" +"qtcreator_testvars" "8" +"qtcreator_testvars.pri" "9" "utils_dependencies" "8" "utils_dependencies.pri" "9" +"Other files" "8" +"CMakeLists.txt" "10" "qttestrpath" "7" "qttestrpath.pri" "8" "Headers" "6" @@ -15233,8 +18134,14 @@ "aggregation_dependencies.pri" "9" "extensionsystem_dependencies" "8" "extensionsystem_dependencies.pri" "9" +"qtcreator_ide_branding" "8" +"qtcreator_ide_branding.pri" "9" +"qtcreator_testvars" "8" +"qtcreator_testvars.pri" "9" "utils_dependencies" "8" "utils_dependencies.pri" "9" +"Other files" "8" +"CMakeLists.txt" "10" "qttestrpath" "7" "qttestrpath.pri" "8" "Headers" "6" @@ -15253,8 +18160,14 @@ "aggregation_dependencies.pri" "9" "extensionsystem_dependencies" "8" "extensionsystem_dependencies.pri" "9" +"qtcreator_ide_branding" "8" +"qtcreator_ide_branding.pri" "9" +"qtcreator_testvars" "8" +"qtcreator_testvars.pri" "9" "utils_dependencies" "8" "utils_dependencies.pri" "9" +"Other files" "8" +"CMakeLists.txt" "10" "qttestrpath" "7" "qttestrpath.pri" "8" "Headers" "6" @@ -15273,8 +18186,14 @@ "aggregation_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Sources" "5" @@ -15293,8 +18212,14 @@ "aggregation_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Sources" "5" @@ -15326,8 +18251,14 @@ "aggregation_dependencies.pri" "7" "extensionsystem_dependencies" "6" "extensionsystem_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Headers" "5" @@ -15350,8 +18281,14 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Headers" "3" @@ -15367,8 +18304,14 @@ "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -15380,76 +18323,6 @@ "Other files" "3" "filesearch.qbs" "4" "testfile.txt" "4" -"generichighlighter" "2" -"generichighlighter.pro" "3" -"highlighterengine" "3" -"highlighterengine.pro" "4" -"qttest" "4" -"qttest.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"aggregation_dependencies" "6" -"aggregation_dependencies.pri" "7" -"coreplugin_dependencies" "6" -"coreplugin_dependencies.pri" "7" -"extensionsystem_dependencies" "6" -"extensionsystem_dependencies.pri" "7" -"utils_dependencies" "6" -"utils_dependencies.pri" "7" -"qttestrpath" "5" -"qttestrpath.pri" "6" -"Headers" "4" -"context.h" "6" -"dynamicrule.h" "6" -"highlightdefinition.h" "6" -"highlighter.h" "6" -"itemdata.h" "6" -"keywordlist.h" "6" -"progressdata.h" "6" -"rule.h" "6" -"specificrules.h" "6" -"formats.h" "5" -"highlightermock.h" "5" -"syntaxhighlighter.h" "5" -"tabsettings.h" "5" -"textdocumentlayout.h" "5" -"Sources" "4" -"context.cpp" "6" -"dynamicrule.cpp" "6" -"highlightdefinition.cpp" "6" -"highlighter.cpp" "6" -"itemdata.cpp" "6" -"keywordlist.cpp" "6" -"progressdata.cpp" "6" -"rule.cpp" "6" -"specificrules.cpp" "6" -"formats.cpp" "5" -"highlightermock.cpp" "5" -"syntaxhighlighter.cpp" "5" -"textdocumentlayout.cpp" "5" -"tst_highlighterengine.cpp" "5" -"Other files" "4" -"highlighterengine.qbs" "5" -"specificrules" "3" -"specificrules.pro" "4" -"qttest" "4" -"qttest.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"qttestrpath" "5" -"qttestrpath.pri" "6" -"Sources" "4" -"context.cpp" "6" -"dynamicrule.cpp" "6" -"highlightdefinition.cpp" "6" -"itemdata.cpp" "6" -"keywordlist.cpp" "6" -"progressdata.cpp" "6" -"rule.cpp" "6" -"specificrules.cpp" "6" -"tst_specificrules.cpp" "5" -"Other files" "4" -"specificrules.qbs" "5" "json" "2" "json.pro" "3" "json" "3" @@ -15466,14 +18339,42 @@ "test.json" "4" "test2.json" "4" "test3.json" "4" +"languageserverprotocol" "2" +"languageserverprotocol.pro" "3" +"qttest" "3" +"qttest.pri" "4" +"qtcreator" "4" +"qtcreator.pri" "5" +"languageserverprotocol_dependencies" "5" +"languageserverprotocol_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qttestrpath" "4" +"qttestrpath.pri" "5" +"Sources" "3" +"tst_languageserverprotocol.cpp" "4" +"Other files" "3" +"languageserverprotocol.qbs" "4" "mapreduce" "2" "mapreduce.pro" "3" "qttest" "3" "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -15487,6 +18388,12 @@ "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -15509,6 +18416,7 @@ "qmakeglobals.h" "5" "qmakeparser.h" "5" "qmakevfs.h" "5" +"registry_p.h" "5" "Sources" "4" "ioutils.cpp" "5" "profileevaluator.cpp" "5" @@ -15519,6 +18427,7 @@ "qmakeglobals.cpp" "5" "qmakeparser.cpp" "5" "qmakevfs.cpp" "5" +"registry.cpp" "5" "Resources" "4" "proparser.qrc" "5" "/qmake/features" "6" @@ -15530,6 +18439,12 @@ "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -15556,8 +18471,14 @@ "languageutils_dependencies.pri" "8" "qmljs_dependencies" "7" "qmljs_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Sources" "5" @@ -15572,12 +18493,14 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "languageutils_dependencies" "7" @@ -15588,14 +18511,28 @@ "qmljs_dependencies.pri" "8" "qmljstools_dependencies" "7" "qmljstools_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "qtsupport_dependencies" "7" "qtsupport_dependencies.pri" "8" +"resourceeditor_dependencies" "7" +"resourceeditor_dependencies.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Sources" "5" @@ -15634,6 +18571,67 @@ "test_XmlListModel.qml" "7" "Other files" "5" "dependencies.qbs" "6" +"ecmascript7" "4" +"ecmascript7.pro" "5" +"qttest" "5" +"qttest.pri" "6" +"qtcreator" "6" +"qtcreator.pri" "7" +"aggregation_dependencies" "7" +"aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" +"coreplugin_dependencies" "7" +"coreplugin_dependencies.pri" "8" +"cplusplus_dependencies" "7" +"cplusplus_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" +"extensionsystem_dependencies" "7" +"extensionsystem_dependencies.pri" "8" +"languageutils_dependencies" "7" +"languageutils_dependencies.pri" "8" +"projectexplorer_dependencies" "7" +"projectexplorer_dependencies.pri" "8" +"qmljs_dependencies" "7" +"qmljs_dependencies.pri" "8" +"qmljstools_dependencies" "7" +"qmljstools_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" +"qtsupport_dependencies" "7" +"qtsupport_dependencies.pri" "8" +"resourceeditor_dependencies" "7" +"resourceeditor_dependencies.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" +"ssh_dependencies" "7" +"ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" +"texteditor_dependencies" "7" +"texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" +"utils_dependencies" "7" +"utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" +"qttestrpath" "6" +"qttestrpath.pri" "7" +"Sources" "5" +"tst_ecmascript7.cpp" "6" +"Other files" "5" +"arrow-functions.js" "7" +"class.js" "7" +"constructor.js" "7" +"extends.js" "7" +"let.js" "7" +"super.js" "7" +"template-strings.js" "7" +"yield.js" "7" "importscheck" "4" "importscheck.pro" "5" "languageutils-lib" "5" @@ -15651,7 +18649,7 @@ "parser.pri" "7" "Headers" "7" "qmldirparser_p.h" "8" -"qmlerror.h" "8" +"qmlimportresolver_p.h" "8" "qmljsast_p.h" "8" "qmljsastfwd_p.h" "8" "qmljsastvisitor_p.h" "8" @@ -15662,9 +18660,10 @@ "qmljslexer_p.h" "8" "qmljsmemorypool_p.h" "8" "qmljsparser_p.h" "8" +"qmljssourcelocation_p.h" "8" "Sources" "7" "qmldirparser.cpp" "8" -"qmlerror.cpp" "8" +"qmlimportresolver.cpp" "8" "qmljsast.cpp" "8" "qmljsastvisitor.cpp" "8" "qmljsengine_p.cpp" "8" @@ -15684,7 +18683,6 @@ "qmljscompletioncontextfinder.h" "7" "qmljsconstants.h" "7" "qmljscontext.h" "7" -"qmljsdescribevalue.h" "7" "qmljsdialect.h" "7" "qmljsdocument.h" "7" "qmljsevaluate.h" "7" @@ -15699,7 +18697,6 @@ "qmljsmodelmanagerinterface.h" "7" "qmljsplugindumper.h" "7" "qmljspropertyreader.h" "7" -"qmljsqrcparser.h" "7" "qmljsreformatter.h" "7" "qmljsrewriter.h" "7" "qmljsscanner.h" "7" @@ -15721,7 +18718,6 @@ "qmljscodeformatter.cpp" "7" "qmljscompletioncontextfinder.cpp" "7" "qmljscontext.cpp" "7" -"qmljsdescribevalue.cpp" "7" "qmljsdialect.cpp" "7" "qmljsdocument.cpp" "7" "qmljsevaluate.cpp" "7" @@ -15735,7 +18731,6 @@ "qmljsmodelmanagerinterface.cpp" "7" "qmljsplugindumper.cpp" "7" "qmljspropertyreader.cpp" "7" -"qmljsqrcparser.cpp" "7" "qmljsreformatter.cpp" "7" "qmljsrewriter.cpp" "7" "qmljsscanner.cpp" "7" @@ -15747,7 +18742,6 @@ "qmljstypedescriptionreader.cpp" "7" "qmljsutils.cpp" "7" "qmljsvalueowner.cpp" "7" -"qmljsviewercontext.cpp" "7" "qttest" "5" "qttest.pri" "6" "qtcreator" "6" @@ -15758,12 +18752,16 @@ "cplusplus_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" -"rpath" "5" -"rpath.pri" "6" "Sources" "5" "tst_importscheck.cpp" "6" "Other files" "5" @@ -15784,8 +18782,14 @@ "languageutils_dependencies.pri" "7" "qmljs_dependencies" "6" "qmljs_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Headers" "4" @@ -15807,11 +18811,15 @@ "commands" "6" "commands.pri" "7" "Headers" "7" +"captureddatacommand.h" "8" "changeauxiliarycommand.h" "8" "changebindingscommand.h" "8" "changefileurlcommand.h" "8" "changeidscommand.h" "8" +"changelanguagecommand.h" "8" "changenodesourcecommand.h" "8" +"changepreviewimagesizecommand.h" "8" +"changeselectioncommand.h" "8" "changestatecommand.h" "8" "changevaluescommand.h" "8" "childrenchangedcommand.h" "8" @@ -15823,22 +18831,31 @@ "debugoutputcommand.h" "8" "endpuppetcommand.h" "8" "informationchangedcommand.h" "8" +"inputeventcommand.h" "8" "pixmapchangedcommand.h" "8" "puppetalivecommand.h" "8" +"puppettocreatorcommand.h" "8" "removeinstancescommand.h" "8" "removepropertiescommand.h" "8" "removesharedmemorycommand.h" "8" "reparentinstancescommand.h" "8" +"requestmodelnodepreviewimagecommand.h" "8" +"scenecreatedcommand.h" "8" "statepreviewimagechangedcommand.h" "8" "synchronizecommand.h" "8" "tokencommand.h" "8" +"update3dviewstatecommand.h" "8" "valueschangedcommand.h" "8" +"view3dactioncommand.h" "8" "Sources" "7" "changeauxiliarycommand.cpp" "8" "changebindingscommand.cpp" "8" "changefileurlcommand.cpp" "8" "changeidscommand.cpp" "8" +"changelanguagecommand.cpp" "8" "changenodesourcecommand.cpp" "8" +"changepreviewimagesizecommand.cpp" "8" +"changeselectioncommand.cpp" "8" "changestatecommand.cpp" "8" "changevaluescommand.cpp" "8" "childrenchangedcommand.cpp" "8" @@ -15850,16 +18867,21 @@ "debugoutputcommand.cpp" "8" "endpuppetcommand.cpp" "8" "informationchangedcommand.cpp" "8" +"inputeventcommand.cpp" "8" "pixmapchangedcommand.cpp" "8" "puppetalivecommand.cpp" "8" +"puppettocreatorcommand.cpp" "8" "removeinstancescommand.cpp" "8" "removepropertiescommand.cpp" "8" "removesharedmemorycommand.cpp" "8" "reparentinstancescommand.cpp" "8" +"requestmodelnodepreviewimagecommand.cpp" "8" "statepreviewimagechangedcommand.cpp" "8" "synchronizecommand.cpp" "8" "tokencommand.cpp" "8" +"update3dviewstatecommand.cpp" "8" "valueschangedcommand.cpp" "8" +"view3dactioncommand.cpp" "8" "container" "6" "container.pri" "7" "Headers" "7" @@ -15885,8 +18907,6 @@ "propertybindingcontainer.cpp" "8" "propertyvaluecontainer.cpp" "8" "reparentcontainer.cpp" "8" -"sharedmemory_qt.cpp" "8" -"sharedmemory_unix.cpp" "8" "filemanager" "6" "filemanager.pri" "7" "Headers" "7" @@ -15921,14 +18941,21 @@ "qmlrewriter.cpp" "8" "removepropertyvisitor.cpp" "8" "removeuiobjectmembervisitor.cpp" "8" -"instances" "6" -"instances.pri" "7" +"instances-lib" "6" +"instances-lib.pri" "7" "Headers" "7" "nodeinstance.h" "9" +"baseconnectionmanager.h" "8" +"connectionmanager.h" "8" +"connectionmanagerinterface.h" "8" "nodeinstanceserverproxy.h" "8" "puppetbuildprogressdialog.h" "8" "puppetcreator.h" "8" +"qprocessuniqueptr.h" "8" "Sources" "7" +"baseconnectionmanager.cpp" "8" +"connectionmanager.cpp" "8" +"connectionmanagerinterface.cpp" "8" "nodeinstance.cpp" "8" "nodeinstanceserverproxy.cpp" "8" "nodeinstanceview.cpp" "8" @@ -15949,13 +18976,24 @@ "types.pri" "7" "Headers" "7" "enumeration.h" "8" -"Sources" "7" -"enumeration.cpp" "8" "Headers" "6" +"imagecache" "7" +"imagecachecollector.h" "8" +"imagecachecollectorinterface.h" "8" +"imagecacheconnectionmanager.h" "8" +"imagecachefontcollector.h" "8" +"imagecachegenerator.h" "8" +"imagecachegeneratorinterface.h" "8" +"imagecachestorage.h" "8" +"imagecachestorageinterface.h" "8" +"timestampprovider.h" "8" +"timestampproviderinterface.h" "8" "include" "7" "abstractproperty.h" "8" "abstractview.h" "8" "anchorline.h" "8" +"annotation.h" "8" +"asynchronousimagecache.h" "8" "basetexteditmodifier.h" "8" "bindingproperty.h" "8" "componenttextmodifier.h" "8" @@ -15963,6 +19001,7 @@ "documentmessage.h" "8" "exception.h" "8" "forwardview.h" "8" +"imagecacheauxiliarydata.h" "8" "import.h" "8" "invalidargumentexception.h" "8" "invalididexception.h" "8" @@ -15994,6 +19033,7 @@ "propertyparser.h" "8" "qmlanchors.h" "8" "qmlchangeset.h" "8" +"qmlconnections.h" "8" "qmldesignercorelib_global.h" "8" "qmlitemnode.h" "8" "qmlmodelnodefacade.h" "8" @@ -16005,7 +19045,9 @@ "rewriterview.h" "8" "rewritingexception.h" "8" "signalhandlerproperty.h" "8" +"stylesheetmerger.h" "8" "subcomponentmanager.h" "8" +"synchronousimagecache.h" "8" "textmodifier.h" "8" "variantproperty.h" "8" "viewmanager.h" "8" @@ -16046,6 +19088,14 @@ "notimplementedexception.cpp" "8" "removebasestateexception.cpp" "8" "rewritingexception.cpp" "8" +"imagecache" "7" +"asynchronousimagecache.cpp" "8" +"imagecachecollector.cpp" "8" +"imagecacheconnectionmanager.cpp" "8" +"imagecachefontcollector.cpp" "8" +"imagecachegenerator.cpp" "8" +"synchronousimagecache.cpp" "8" +"timestampprovider.cpp" "8" "instances" "7" "puppetdialog.cpp" "8" "metainfo" "7" @@ -16059,7 +19109,7 @@ "abstractproperty.cpp" "8" "abstractview.cpp" "8" "anchorline.cpp" "8" -"basetexteditmodifier.cpp" "8" +"annotation.cpp" "8" "bindingproperty.cpp" "8" "componenttextmodifier.cpp" "8" "documentmessage.cpp" "8" @@ -16085,8 +19135,10 @@ "propertycontainer.cpp" "8" "propertynode.cpp" "8" "propertyparser.cpp" "8" +"qml3dnode.cpp" "8" "qmlanchors.cpp" "8" "qmlchangeset.cpp" "8" +"qmlconnections.cpp" "8" "qmlitemnode.cpp" "8" "qmlmodelnodefacade.cpp" "8" "qmlobjectnode.cpp" "8" @@ -16094,10 +19146,12 @@ "qmltextgenerator.cpp" "8" "qmltimeline.cpp" "8" "qmltimelinekeyframegroup.cpp" "8" +"qmlvisualnode.cpp" "8" "rewriteaction.cpp" "8" "rewriteactioncompressor.cpp" "8" "rewriterview.cpp" "8" "signalhandlerproperty.cpp" "8" +"stylesheetmerger.cpp" "8" "textmodifier.cpp" "8" "texttomodelmerger.cpp" "8" "variantproperty.cpp" "8" @@ -16115,12 +19169,14 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "languageutils_dependencies" "7" @@ -16137,23 +19193,41 @@ "qmljseditor_dependencies.pri" "8" "qmljstools_dependencies" "7" "qmljstools_dependencies.pri" "8" +"qmlprojectmanager_dependencies" "7" +"qmlprojectmanager_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "qtsupport_dependencies" "7" "qtsupport_dependencies.pri" "8" "resourceeditor_dependencies" "7" "resourceeditor_dependencies.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Headers" "5" +".." "6" +"testconnectionmanager.h" "7" "testview.h" "7" "testrewriterview.h" "6" "tst_testcore.h" "6" "Sources" "5" +".." "6" +"testconnectionmanager.cpp" "7" "testview.cpp" "7" "testrewriterview.cpp" "6" "tst_testcore.cpp" "6" @@ -16178,12 +19252,14 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" "languageutils_dependencies" "7" @@ -16194,14 +19270,28 @@ "qmljs_dependencies.pri" "8" "qmljstools_dependencies" "7" "qmljstools_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "qtsupport_dependencies" "7" "qtsupport_dependencies.pri" "8" +"resourceeditor_dependencies" "7" +"resourceeditor_dependencies.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "Sources" "5" @@ -16224,8 +19314,14 @@ "languageutils_dependencies.pri" "7" "qmljs_dependencies" "6" "qmljs_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16260,8 +19356,14 @@ "languageutils_dependencies.pri" "8" "qmljs_dependencies" "7" "qmljs_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "utils_dependencies" "5" @@ -16276,36 +19378,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" -"aggregation_dependencies" "6" -"aggregation_dependencies.pri" "7" -"coreplugin_dependencies" "6" -"coreplugin_dependencies.pri" "7" -"cplusplus_dependencies" "6" -"cplusplus_dependencies.pri" "7" -"cpptools_dependencies" "6" -"cpptools_dependencies.pri" "7" -"extensionsystem_dependencies" "6" -"extensionsystem_dependencies.pri" "7" -"languageutils_dependencies" "6" -"languageutils_dependencies.pri" "7" -"projectexplorer_dependencies" "6" -"projectexplorer_dependencies.pri" "7" -"qmljs_dependencies" "6" -"qmljs_dependencies.pri" "7" -"qmljstools_dependencies" "6" -"qmljstools_dependencies.pri" "7" -"qtsupport_dependencies" "6" -"qtsupport_dependencies.pri" "7" -"ssh_dependencies" "6" -"ssh_dependencies.pri" "7" -"texteditor_dependencies" "6" -"texteditor_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" -"rpath" "4" -"rpath.pri" "5" "Sources" "4" "tst_qrcparser.cpp" "5" "Other files" "4" @@ -16326,8 +19408,14 @@ "languageutils_dependencies.pri" "7" "qmljs_dependencies" "6" "qmljs_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16341,28 +19429,20 @@ "jssyntax.js" "5" "objectliteral.js" "5" "reformatter.qbs" "5" -"qtcprocess" "2" -"qtcprocess.pro" "3" -"qttest" "3" -"qttest.pri" "4" -"qtcreator" "4" -"qtcreator.pri" "5" -"utils_dependencies" "5" -"utils_dependencies.pri" "6" -"qttestrpath" "4" -"qttestrpath.pri" "5" -"Sources" "3" -"tst_qtcprocess.cpp" "4" -"Other files" "3" -"qtcprocess.qbs" "4" "runextensions" "2" "runextensions.pro" "3" "qttest" "3" "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -16376,18 +19456,52 @@ "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" "tst_sdktool.cpp" "4" "Other files" "3" "sdktool.qbs" "4" +"ssh" "2" +"ssh.pro" "3" +"qttest" "3" +"qttest.pri" "4" +"qtcreator" "4" +"qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"ssh_dependencies" "5" +"ssh_dependencies.pri" "6" +"utils_dependencies" "5" +"utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" +"qttestrpath" "4" +"qttestrpath.pri" "5" +"Sources" "3" +"tst_ssh.cpp" "4" +"Other files" "3" +"ssh.qbs" "4" "toolchaincache" "2" "toolchaincache.pro" "3" "qttest" "3" "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -16402,10 +19516,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16418,32 +19538,52 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" +"Headers" "4" +"testflamegraphmodel.h" "5" "Sources" "4" "tst_flamegraphview.cpp" "5" "Resources" "4" "flamegraphview.qrc" "5" -"/tracingtest" "6" +"/QtCreator/TstTracingFlameGraphView" "6" "TestFlameGraphView.qml" "7" "Other files" "4" "flamegraphview.qbs" "5" "qtcreator" "3" "qtcreator.pri" "4" +"qtcreator_ide_branding" "4" +"qtcreator_ide_branding.pri" "5" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"Other files" "4" +"CMakeLists.txt" "6" "timelineabstractrenderer" "3" "timelineabstractrenderer.pro" "4" "qttest" "4" "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16456,10 +19596,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16472,10 +19618,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16488,10 +19640,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16504,10 +19662,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16520,10 +19684,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16536,10 +19706,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16552,10 +19728,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16568,10 +19750,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16584,10 +19772,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16600,10 +19794,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16616,10 +19816,16 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "tracing_dependencies" "6" "tracing_dependencies.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16641,8 +19847,14 @@ "coreplugin_dependencies.pri" "6" "extensionsystem_dependencies" "5" "extensionsystem_dependencies.pri" "6" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "utils_dependencies" "5" "utils_dependencies.pri" "6" +"Other files" "5" +"CMakeLists.txt" "7" "qttestrpath" "4" "qttestrpath.pri" "5" "Sources" "3" @@ -16657,8 +19869,14 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16671,8 +19889,14 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16685,22 +19909,114 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" "tst_fuzzymatcher.cpp" "5" "Other files" "4" "fuzzymatcher.qbs" "5" +"indexedcontainerproxyconstiterator" "3" +"indexedcontainerproxyconstiterator.pro" "4" +"qttest" "4" +"qttest.pri" "5" +"qtcreator" "5" +"qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"utils_dependencies" "6" +"utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" +"qttestrpath" "5" +"qttestrpath.pri" "6" +"Sources" "4" +"tst_indexedcontainerproxyconstiterator.cpp" "5" +"Other files" "4" +"indexedcontainerproxyconstiterator.qbs" "5" +"multicursor" "3" +"multicursor.pro" "4" +"qttest" "4" +"qttest.pri" "5" +"qtcreator" "5" +"qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"utils_dependencies" "6" +"utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" +"qttestrpath" "5" +"qttestrpath.pri" "6" +"Sources" "4" +"tst_multicursor.cpp" "5" +"Other files" "4" +"multicursor.qbs" "5" +"persistentsettings" "3" +"persistentsettings.pro" "4" +"qttest" "4" +"qttest.pri" "5" +"qtcreator" "5" +"qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"utils_dependencies" "6" +"utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" +"qttestrpath" "5" +"qttestrpath.pri" "6" +"Sources" "4" +"tst_persistentsettings.cpp" "5" +"Other files" "4" +"persistentsettings.qbs" "5" +"qtcprocess" "3" +"qtcprocess.pro" "4" +"qttest" "4" +"qttest.pri" "5" +"qtcreator" "5" +"qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"utils_dependencies" "6" +"utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" +"qttestrpath" "5" +"qttestrpath.pri" "6" +"Sources" "4" +"tst_qtcprocess.cpp" "5" +"Other files" "4" +"qtcprocess.qbs" "5" "settings" "3" "settings.pro" "4" "qttest" "4" "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16713,8 +20029,14 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16727,8 +20049,14 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16741,8 +20069,14 @@ "qttest.pri" "5" "qtcreator" "5" "qtcreator.pri" "6" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" "Sources" "4" @@ -16761,12 +20095,14 @@ "qtcreator.pri" "7" "aggregation_dependencies" "7" "aggregation_dependencies.pri" "8" +"clangsupport_dependencies" "7" +"clangsupport_dependencies.pri" "8" "coreplugin_dependencies" "7" "coreplugin_dependencies.pri" "8" "cplusplus_dependencies" "7" "cplusplus_dependencies.pri" "8" -"cpptools_dependencies" "7" -"cpptools_dependencies.pri" "8" +"cppeditor_dependencies" "7" +"cppeditor_dependencies.pri" "8" "debugger_dependencies" "7" "debugger_dependencies.pri" "8" "extensionsystem_dependencies" "7" @@ -16779,14 +20115,28 @@ "qmldebug_dependencies.pri" "8" "qmljs_dependencies" "7" "qmljs_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "qtsupport_dependencies" "7" "qtsupport_dependencies.pri" "8" +"resourceeditor_dependencies" "7" +"resourceeditor_dependencies.pri" "8" +"sqlite_dependencies" "7" +"sqlite_dependencies.pri" "8" "ssh_dependencies" "7" "ssh_dependencies.pri" "8" +"syntax-highlighting_dependencies" "7" +"syntax-highlighting_dependencies.pri" "8" "texteditor_dependencies" "7" "texteditor_dependencies.pri" "8" +"syntax_shared" "8" +"syntax_shared.pri" "9" "utils_dependencies" "7" "utils_dependencies.pri" "8" +"Other files" "7" +"CMakeLists.txt" "9" "qttestrpath" "6" "qttestrpath.pri" "7" "valgrind_test" "5" @@ -16860,12 +20210,14 @@ "qtcreator.pri" "6" "aggregation_dependencies" "6" "aggregation_dependencies.pri" "7" +"clangsupport_dependencies" "6" +"clangsupport_dependencies.pri" "7" "coreplugin_dependencies" "6" "coreplugin_dependencies.pri" "7" "cplusplus_dependencies" "6" "cplusplus_dependencies.pri" "7" -"cpptools_dependencies" "6" -"cpptools_dependencies.pri" "7" +"cppeditor_dependencies" "6" +"cppeditor_dependencies.pri" "7" "debugger_dependencies" "6" "debugger_dependencies.pri" "7" "extensionsystem_dependencies" "6" @@ -16878,12 +20230,24 @@ "qmldebug_dependencies.pri" "7" "qmljs_dependencies" "6" "qmljs_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "qtsupport_dependencies" "6" "qtsupport_dependencies.pri" "7" +"resourceeditor_dependencies" "6" +"resourceeditor_dependencies.pri" "7" +"sqlite_dependencies" "6" +"sqlite_dependencies.pri" "7" "ssh_dependencies" "6" "ssh_dependencies.pri" "7" +"syntax-highlighting_dependencies" "6" +"syntax-highlighting_dependencies.pri" "7" "texteditor_dependencies" "6" "texteditor_dependencies.pri" "7" +"syntax_shared" "7" +"syntax_shared.pri" "8" "utils_dependencies" "6" "utils_dependencies.pri" "7" "qttestrpath" "5" @@ -17030,6 +20394,10 @@ "qttest.pri" "4" "qtcreator" "4" "qtcreator.pri" "5" +"qtcreator_ide_branding" "5" +"qtcreator_ide_branding.pri" "6" +"qtcreator_testvars" "5" +"qtcreator_testvars.pri" "6" "qttestrpath" "4" "qttestrpath.pri" "5" "Headers" "3" @@ -17055,6 +20423,10 @@ "aggregation_dependencies.pri" "7" "extensionsystem_dependencies" "6" "extensionsystem_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" "qttestrpath" "5" @@ -17075,6 +20447,10 @@ "aggregation_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" "qttestrpath" "6" @@ -17095,6 +20471,10 @@ "aggregation_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" "qttestrpath" "6" @@ -17115,6 +20495,10 @@ "aggregation_dependencies.pri" "8" "extensionsystem_dependencies" "7" "extensionsystem_dependencies.pri" "8" +"qtcreator_ide_branding" "7" +"qtcreator_ide_branding.pri" "8" +"qtcreator_testvars" "7" +"qtcreator_testvars.pri" "8" "utils_dependencies" "7" "utils_dependencies.pri" "8" "qttestrpath" "6" @@ -17125,117 +20509,10 @@ "plugin3.cpp" "6" "Other files" "5" "plugin3.json" "6" -"process" "2" -"process.pro" "3" -"qtcreator" "3" -"qtcreator.pri" "4" -"utils_dependencies" "4" -"utils_dependencies.pri" "5" -"Headers" "3" -"mainwindow.h" "4" -"Sources" "3" -"main.cpp" "4" -"mainwindow.cpp" "4" "shootout" "2" "shootout.pro" "3" "Sources" "3" "tst_codesize.cpp" "4" -"ssh" "2" -"ssh.pro" "3" -"errorhandling" "3" -"errorhandling.pro" "4" -"ssh" "4" -"ssh.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"ssh_dependencies" "6" -"ssh_dependencies.pri" "7" -"Sources" "4" -"main.cpp" "5" -"remoteprocess" "3" -"remoteprocess.pro" "4" -"ssh" "4" -"ssh.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"ssh_dependencies" "6" -"ssh_dependencies.pri" "7" -"Headers" "4" -"argumentscollector.h" "5" -"remoteprocesstest.h" "5" -"Sources" "4" -"argumentscollector.cpp" "5" -"main.cpp" "5" -"remoteprocesstest.cpp" "5" -"sftp" "3" -"sftp.pro" "4" -"ssh" "4" -"ssh.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"ssh_dependencies" "6" -"ssh_dependencies.pri" "7" -"Headers" "4" -"argumentscollector.h" "5" -"parameters.h" "5" -"sftptest.h" "5" -"Sources" "4" -"argumentscollector.cpp" "5" -"main.cpp" "5" -"sftptest.cpp" "5" -"sftpfsmodel" "3" -"sftpfsmodel.pro" "4" -"modeltest" "4" -"modeltest.pri" "5" -"Headers" "5" -"modeltest.h" "6" -"Sources" "5" -"modeltest.cpp" "6" -"ssh" "4" -"ssh.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"ssh_dependencies" "6" -"ssh_dependencies.pri" "7" -"Headers" "4" -"window.h" "5" -"Sources" "4" -"main.cpp" "5" -"window.cpp" "5" -"Forms" "4" -"window.ui" "5" -"shell" "3" -"shell.pro" "4" -"ssh" "4" -"ssh.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"ssh_dependencies" "6" -"ssh_dependencies.pri" "7" -"Headers" "4" -"argumentscollector.h" "6" -"shell.h" "5" -"Sources" "4" -"argumentscollector.cpp" "6" -"main.cpp" "5" -"shell.cpp" "5" -"tunnel" "3" -"tunnel.pro" "4" -"ssh" "4" -"ssh.pri" "5" -"qtcreator" "5" -"qtcreator.pri" "6" -"ssh_dependencies" "6" -"ssh_dependencies.pri" "7" -"Headers" "4" -"argumentscollector.h" "5" -"directtunnel.h" "5" -"forwardtunnel.h" "5" -"Sources" "4" -"argumentscollector.cpp" "5" -"directtunnel.cpp" "5" -"forwardtunnel.cpp" "5" -"main.cpp" "5" "testreader" "2" "testreader.pro" "3" "Headers" "3" @@ -17248,6 +20525,7 @@ "qmakeglobals.h" "5" "qmakeparser.h" "5" "qmakevfs.h" "5" +"registry_p.h" "5" "Sources" "3" "ioutils.cpp" "5" "profileevaluator.cpp" "5" @@ -17257,6 +20535,7 @@ "qmakeglobals.cpp" "5" "qmakeparser.cpp" "5" "qmakevfs.cpp" "5" +"registry.cpp" "5" "main.cpp" "4" "Resources" "3" "/qmake/features" "5" @@ -17278,20 +20557,68 @@ "coreplugin_dependencies.pri" "7" "extensionsystem_dependencies" "6" "extensionsystem_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" "utils_dependencies" "6" "utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" "qttestrpath" "5" "qttestrpath.pri" "6" +"Headers" "4" +"themeselector.h" "6" "Sources" "4" -"tst_crumblepath.cpp" "5" +"themeselector.cpp" "6" +"tst_manual_widgets_crumblepath.cpp" "5" "Resources" "4" -"tst_crumblepath.qrc" "5" -"/" "6" +"/themes" "6" "dark.creatortheme" "7" "default.creatortheme" "7" +"design.creatortheme" "7" "flat-dark.creatortheme" "7" "flat-light.creatortheme" "7" "flat.creatortheme" "7" +"Other files" "4" +"crumblepath.qbs" "5" +"infolabel" "3" +"infolabel.pro" "4" +"qttest" "4" +"qttest.pri" "5" +"qtcreator" "5" +"qtcreator.pri" "6" +"aggregation_dependencies" "6" +"aggregation_dependencies.pri" "7" +"coreplugin_dependencies" "6" +"coreplugin_dependencies.pri" "7" +"extensionsystem_dependencies" "6" +"extensionsystem_dependencies.pri" "7" +"qtcreator_ide_branding" "6" +"qtcreator_ide_branding.pri" "7" +"qtcreator_testvars" "6" +"qtcreator_testvars.pri" "7" +"utils_dependencies" "6" +"utils_dependencies.pri" "7" +"Other files" "6" +"CMakeLists.txt" "8" +"qttestrpath" "5" +"qttestrpath.pri" "6" +"Headers" "4" +"themeselector.h" "6" +"Sources" "4" +"themeselector.cpp" "6" +"tst_manual_widgets_infolabel.cpp" "5" +"Resources" "4" +"/themes" "6" +"dark.creatortheme" "7" +"default.creatortheme" "7" +"design.creatortheme" "7" +"flat-dark.creatortheme" "7" +"flat-light.creatortheme" "7" +"flat.creatortheme" "7" +"Other files" "4" +"infolabel.qbs" "5" "tools" "1" "tools.pro" "2" "qml-ast2dot" "2" @@ -17308,6 +20635,10 @@ "languageutils_dependencies.pri" "5" "qmljs_dependencies" "4" "qmljs_dependencies.pri" "5" +"qtcreator_ide_branding" "4" +"qtcreator_ide_branding.pri" "5" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" "utils_dependencies" "4" "utils_dependencies.pri" "5" "Sources" "3" @@ -17322,7 +20653,6 @@ "alivemessage.h" "5" "annotationsmessage.h" "5" "baseserverproxy.h" "5" -"cancelmessage.h" "5" "clangcodemodelclientinterface.h" "5" "clangcodemodelclientmessages.h" "5" "clangcodemodelclientproxy.h" "5" @@ -17330,17 +20660,10 @@ "clangcodemodelserverinterface.h" "5" "clangcodemodelservermessages.h" "5" "clangcodemodelserverproxy.h" "5" -"clangpathwatcher.h" "5" -"clangpathwatcherinterface.h" "5" -"clangpathwatchernotifier.h" "5" -"clangrefactoringclientmessages.h" "5" -"clangrefactoringmessages.h" "5" -"clangrefactoringservermessages.h" "5" "clangsupport_global.h" "5" "clangsupportdebugutils.h" "5" "codecompletion.h" "5" "codecompletionchunk.h" "5" -"compilermacro.h" "5" "completionsmessage.h" "5" "connectionclient.h" "5" "connectionserver.h" "5" @@ -17349,92 +20672,41 @@ "documentsclosedmessage.h" "5" "documentsopenedmessage.h" "5" "documentvisibilitychangedmessage.h" "5" -"dynamicastmatcherdiagnosticcontainer.h" "5" -"dynamicastmatcherdiagnosticcontextcontainer.h" "5" -"dynamicastmatcherdiagnosticmessagecontainer.h" "5" -"dynamicmatcherdiagnostics.h" "5" "echomessage.h" "5" "endmessage.h" "5" "filecontainer.h" "5" -"filecontainerv2.h" "5" -"filepath.h" "5" -"filepathcache.h" "5" -"filepathcaching.h" "5" -"filepathcachingfwd.h" "5" -"filepathcachinginterface.h" "5" -"filepathexceptions.h" "5" -"filepathid.h" "5" -"filepathstorage.h" "5" -"filepathstoragesources.h" "5" -"filepathstoragesqlitestatementfactory.h" "5" -"filepathview.h" "5" "fixitcontainer.h" "5" "followsymbolmessage.h" "5" -"idpaths.h" "5" "ipcclientinterface.h" "5" "ipcclientprovider.h" "5" "ipcinterface.h" "5" "ipcserverinterface.h" "5" "lineprefixer.h" "5" "messageenvelop.h" "5" -"nativefilepath.h" "5" -"pchmanagerclientinterface.h" "5" -"pchmanagerclientproxy.h" "5" -"pchmanagerserverinterface.h" "5" -"pchmanagerserverproxy.h" "5" -"precompiledheadersupdatedmessage.h" "5" "processcreator.h" "5" "processexception.h" "5" "processhandle.h" "5" "processstartedevent.h" "5" -"projectmanagementserverinterface.h" "5" -"projectpartcontainer.h" "5" -"projectpartcontainerv2.h" "5" -"projectpartpch.h" "5" -"projectpartpchproviderinterface.h" "5" -"projectpartsremovedmessage.h" "5" -"projectpartsupdatedmessage.h" "5" "readmessageblock.h" "5" -"refactoringclientinterface.h" "5" -"refactoringclientproxy.h" "5" -"refactoringdatabaseinitializer.h" "5" -"refactoringserverinterface.h" "5" -"refactoringserverproxy.h" "5" "referencesmessage.h" "5" -"removeprojectpartsmessage.h" "5" "requestannotationsmessage.h" "5" "requestcompletionsmessage.h" "5" "requestfollowsymbolmessage.h" "5" "requestreferencesmessage.h" "5" -"requestsourcelocationforrenamingmessage.h" "5" -"requestsourcerangesanddiagnosticsforquerymessage.h" "5" -"requestsourcerangesforquerymessage.h" "5" "requesttooltipmessage.h" "5" "sourcelocationcontainer.h" "5" -"sourcelocationcontainerv2.h" "5" "sourcelocationscontainer.h" "5" -"sourcelocationsforrenamingmessage.h" "5" "sourcerangecontainer.h" "5" -"sourcerangecontainerv2.h" "5" -"sourcerangesanddiagnosticsforquerymessage.h" "5" -"sourcerangescontainer.h" "5" -"sourcerangesforquerymessage.h" "5" -"sourcerangewithtextcontainer.h" "5" -"stringcache.h" "5" -"stringcachealgorithms.h" "5" -"stringcachefwd.h" "5" "tokeninfocontainer.h" "5" "tooltipinfo.h" "5" "tooltipmessage.h" "5" "unsavedfilesremovedmessage.h" "5" "unsavedfilesupdatedmessage.h" "5" -"updateprojectpartsmessage.h" "5" "writemessageblock.h" "5" "Sources" "4" "alivemessage.cpp" "5" "annotationsmessage.cpp" "5" "baseserverproxy.cpp" "5" -"cancelmessage.cpp" "5" "clangcodemodelclientinterface.cpp" "5" "clangcodemodelclientproxy.cpp" "5" "clangcodemodelconnectionclient.cpp" "5" @@ -17451,109 +20723,91 @@ "documentsclosedmessage.cpp" "5" "documentsopenedmessage.cpp" "5" "documentvisibilitychangedmessage.cpp" "5" -"dynamicastmatcherdiagnosticcontainer.cpp" "5" -"dynamicastmatcherdiagnosticcontextcontainer.cpp" "5" -"dynamicastmatcherdiagnosticmessagecontainer.cpp" "5" "echomessage.cpp" "5" "endmessage.cpp" "5" "filecontainer.cpp" "5" -"filecontainerv2.cpp" "5" -"filepath.cpp" "5" -"filepathcaching.cpp" "5" -"filepathid.cpp" "5" "fixitcontainer.cpp" "5" "followsymbolmessage.cpp" "5" "lineprefixer.cpp" "5" "messageenvelop.cpp" "5" -"pchmanagerclientinterface.cpp" "5" -"pchmanagerclientproxy.cpp" "5" -"pchmanagerserverinterface.cpp" "5" -"pchmanagerserverproxy.cpp" "5" -"precompiledheadersupdatedmessage.cpp" "5" "processcreator.cpp" "5" "processexception.cpp" "5" "processstartedevent.cpp" "5" -"projectpartcontainer.cpp" "5" -"projectpartcontainerv2.cpp" "5" -"projectpartpch.cpp" "5" -"projectpartsremovedmessage.cpp" "5" -"projectpartsupdatedmessage.cpp" "5" "readmessageblock.cpp" "5" -"refactoringclientinterface.cpp" "5" -"refactoringclientproxy.cpp" "5" -"refactoringserverinterface.cpp" "5" -"refactoringserverproxy.cpp" "5" "referencesmessage.cpp" "5" -"removeprojectpartsmessage.cpp" "5" "requestannotationsmessage.cpp" "5" "requestcompletionsmessage.cpp" "5" "requestfollowsymbolmessage.cpp" "5" "requestreferencesmessage.cpp" "5" -"requestsourcelocationforrenamingmessage.cpp" "5" -"requestsourcerangesanddiagnosticsforquerymessage.cpp" "5" -"requestsourcerangesforquerymessage.cpp" "5" "requesttooltipmessage.cpp" "5" "sourcelocationcontainer.cpp" "5" -"sourcelocationcontainerv2.cpp" "5" "sourcelocationscontainer.cpp" "5" -"sourcelocationsforrenamingmessage.cpp" "5" "sourcerangecontainer.cpp" "5" -"sourcerangecontainerv2.cpp" "5" -"sourcerangesanddiagnosticsforquerymessage.cpp" "5" -"sourcerangescontainer.cpp" "5" -"sourcerangesforquerymessage.cpp" "5" -"sourcerangewithtextcontainer.cpp" "5" "tokeninfocontainer.cpp" "5" "tooltipinfo.cpp" "5" "tooltipmessage.cpp" "5" "unsavedfilesremovedmessage.cpp" "5" "unsavedfilesupdatedmessage.cpp" "5" -"updateprojectpartsmessage.cpp" "5" "writemessageblock.cpp" "5" "qtcreator" "3" "qtcreator.pri" "4" +"qtcreator_ide_branding" "4" +"qtcreator_ide_branding.pri" "5" +"qtcreator_testvars" "4" +"qtcreator_testvars.pri" "5" +"Other files" "4" +"CMakeLists.txt" "6" "sqlite-lib" "3" "sqlite-lib.pri" "4" "sqlite" "4" "sqlite.pri" "5" "Headers" "5" -"okapi_bm25.h" "6" +"config.h" "6" +"sqlite.h" "6" "sqlite3.h" "6" "sqlite3ext.h" "6" "Sources" "5" +"carray.c" "6" "sqlite3.c" "6" "Headers" "4" +"constraints.h" "5" "createtablesqlstatementbuilder.h" "5" +"lastchangedrowid.h" "5" +"sqlitealgorithms.h" "5" "sqlitebasestatement.h" "5" +"sqliteblob.h" "5" "sqlitecolumn.h" "5" "sqlitedatabase.h" "5" "sqlitedatabasebackend.h" "5" +"sqlitedatabaseinterface.h" "5" "sqliteexception.h" "5" "sqliteglobal.h" "5" "sqliteindex.h" "5" +"sqlitelibraryinitializer.h" "5" "sqlitereadstatement.h" "5" "sqlitereadwritestatement.h" "5" +"sqlitesessionchangeset.h" "5" +"sqlitesessions.h" "5" "sqlitetable.h" "5" +"sqlitetimestamp.h" "5" "sqlitetransaction.h" "5" +"sqlitevalue.h" "5" "sqlitewritestatement.h" "5" "sqlstatementbuilder.h" "5" "sqlstatementbuilderexception.h" "5" +"tableconstraints.h" "5" "utf8string.h" "5" "utf8stringvector.h" "5" "Sources" "4" -"createtablesqlstatementbuilder.cpp" "5" "sqlitebasestatement.cpp" "5" -"sqlitecolumn.cpp" "5" "sqlitedatabase.cpp" "5" "sqlitedatabasebackend.cpp" "5" "sqliteexception.cpp" "5" "sqliteglobal.cpp" "5" -"sqlitereadstatement.cpp" "5" -"sqlitereadwritestatement.cpp" "5" -"sqlitetable.cpp" "5" -"sqlitewritestatement.cpp" "5" +"sqlitelibraryinitializer.cpp" "5" +"sqlitesessionchangeset.cpp" "5" +"sqlitesessions.cpp" "5" "sqlstatementbuilder.cpp" "5" -"sqlstatementbuilderexception.cpp" "5" "utf8string.cpp" "5" "utf8stringvector.cpp" "5" "utils-lib" "3" @@ -17578,9 +20832,17 @@ "mimeprovider.cpp" "6" "mimetype.cpp" "6" "mimetypeparser.cpp" "6" +"touchbar" "4" +"touchbar.pri" "5" +"Headers" "5" +"touchbar.h" "6" +"Sources" "5" +"touchbar.cpp" "6" "Headers" "4" "optional" "6" "optional.hpp" "7" +"span" "6" +"span.hpp" "7" "variant" "6" "variant.hpp" "7" "theme" "5" @@ -17588,34 +20850,40 @@ "theme_p.h" "6" "tooltip" "5" "effects.h" "6" -"reuse.h" "6" "tips.h" "6" "tooltip.h" "6" "algorithm.h" "5" -"annotateditemdelegate.h" "5" "ansiescapecodehandler.h" "5" "appmainwindow.h" "5" +"archive.h" "5" +"aspects.h" "5" "basetreeview.h" "5" "benchmarker.h" "5" "buildablehelperlibrary.h" "5" +"camelcasecursor.h" "5" "categorysortfiltermodel.h" "5" "changeset.h" "5" "checkablemessagebox.h" "5" "classnamevalidatinglineedit.h" "5" "codegeneration.h" "5" +"commandline.h" "5" "completinglineedit.h" "5" "completingtextedit.h" "5" "consoleprocess.h" "5" -"consoleprocess_p.h" "5" +"cpplanguage_details.h" "5" "crumblepath.h" "5" "declarationmacros.h" "5" +"delegates.h" "5" "detailsbutton.h" "5" "detailswidget.h" "5" +"differ.h" "5" +"displayname.h" "5" "dropsupport.h" "5" "elfreader.h" "5" "elidinglabel.h" "5" "environment.h" "5" "environmentdialog.h" "5" +"environmentfwd.h" "5" "environmentmodel.h" "5" "execmenu.h" "5" "executeondestruction.h" "5" @@ -17626,15 +20894,18 @@ "filecrumblabel.h" "5" "fileinprojectfinder.h" "5" "filenamevalidatinglineedit.h" "5" +"filepath.h" "5" "filesearch.h" "5" "filesystemwatcher.h" "5" "fileutils.h" "5" -"fileutils_mac.h" "5" "filewizardpage.h" "5" "fixedsizeclicklabel.h" "5" "flowlayout.h" "5" "functiontraits.h" "5" +"futuresynchronizer.h" "5" "fuzzymatcher.h" "5" +"genericconstants.h" "5" +"globalfilechangeblocker.h" "5" "guard.h" "5" "headerviewstretcher.h" "5" "highlightingitemdelegate.h" "5" @@ -17642,48 +20913,69 @@ "hostosinfo.h" "5" "htmldocextractor.h" "5" "icon.h" "5" +"id.h" "5" +"indexedcontainerproxyconstiterator.h" "5" +"infobar.h" "5" +"infolabel.h" "5" "itemviews.h" "5" "json.h" "5" +"jsontreeitem.h" "5" +"launcherinterface.h" "5" +"launcherpackets.h" "5" +"launchersocket.h" "5" +"layoutbuilder.h" "5" "linecolumn.h" "5" "link.h" "5" +"listmodel.h" "5" "listutils.h" "5" "macroexpander.h" "5" "mapreduce.h" "5" +"multitextcursor.h" "5" +"namevaluedictionary.h" "5" +"namevalueitem.h" "5" +"namevaluemodel.h" "5" +"namevaluesdialog.h" "5" +"namevaluevalidator.h" "5" "navigationtreeview.h" "5" "networkaccessmanager.h" "5" -"newclasswidget.h" "5" "optional.h" "5" "osspecificaspects.h" "5" "outputformat.h" "5" "outputformatter.h" "5" +"overlaywidget.h" "5" "overridecursor.h" "5" "parameteraction.h" "5" "pathchooser.h" "5" "pathlisteditor.h" "5" "persistentsettings.h" "5" -"pointeralgorithm.h" "5" "port.h" "5" +"porting.h" "5" "portlist.h" "5" "predicates.h" "5" "processhandle.h" "5" +"processreaper.h" "5" +"processutils.h" "5" "progressindicator.h" "5" "projectintropage.h" "5" "proxyaction.h" "5" "proxycredentialsdialog.h" "5" +"qrcparser.h" "5" "qtcassert.h" "5" "qtcolorbutton.h" "5" "QtConcurrentTools" "5" "qtcprocess.h" "5" +"qtcsettings.h" "5" "reloadpromptutils.h" "5" "removefiledialog.h" "5" "runextensions.h" "5" -"savedaction.h" "5" "savefile.h" "5" "scopedswap.h" "5" +"set_algorithm.h" "5" "settingsaccessor.h" "5" "settingsselector.h" "5" "shellcommand.h" "5" "shellcommandpage.h" "5" +"singleton.h" "5" "sizedarray.h" "5" "smallstring.h" "5" "smallstringfwd.h" "5" @@ -17693,11 +20985,11 @@ "smallstringliteral.h" "5" "smallstringmemory.h" "5" "smallstringvector.h" "5" +"span.h" "5" "statuslabel.h" "5" "stringutils.h" "5" "styledbar.h" "5" "stylehelper.h" "5" -"synchronousprocess.h" "5" "templateengine.h" "5" "temporarydirectory.h" "5" "temporaryfile.h" "5" @@ -17705,6 +20997,7 @@ "textfieldcombobox.h" "5" "textfileformat.h" "5" "textutils.h" "5" +"threadutils.h" "5" "treemodel.h" "5" "treeviewcombobox.h" "5" "uncommentselection.h" "5" @@ -17712,6 +21005,7 @@ "url.h" "5" "utils_global.h" "5" "utilsicons.h" "5" +"variablechooser.h" "5" "variant.h" "5" "winutils.h" "5" "wizard.h" "5" @@ -17722,25 +21016,29 @@ "tooltip" "5" "tips.cpp" "6" "tooltip.cpp" "6" -"annotateditemdelegate.cpp" "5" "ansiescapecodehandler.cpp" "5" "appmainwindow.cpp" "5" +"archive.cpp" "5" +"aspects.cpp" "5" "basetreeview.cpp" "5" "benchmarker.cpp" "5" "buildablehelperlibrary.cpp" "5" +"camelcasecursor.cpp" "5" "categorysortfiltermodel.cpp" "5" "changeset.cpp" "5" "checkablemessagebox.cpp" "5" "classnamevalidatinglineedit.cpp" "5" "codegeneration.cpp" "5" +"commandline.cpp" "5" "completinglineedit.cpp" "5" "completingtextedit.cpp" "5" "consoleprocess.cpp" "5" -"consoleprocess_unix.cpp" "5" -"consoleprocess_win.cpp" "5" "crumblepath.cpp" "5" +"delegates.cpp" "5" "detailsbutton.cpp" "5" "detailswidget.cpp" "5" +"differ.cpp" "5" +"displayname.cpp" "5" "dropsupport.cpp" "5" "elfreader.cpp" "5" "elidinglabel.cpp" "5" @@ -17755,13 +21053,16 @@ "filecrumblabel.cpp" "5" "fileinprojectfinder.cpp" "5" "filenamevalidatinglineedit.cpp" "5" +"filepath.cpp" "5" "filesearch.cpp" "5" "filesystemwatcher.cpp" "5" "fileutils.cpp" "5" "filewizardpage.cpp" "5" "fixedsizeclicklabel.cpp" "5" "flowlayout.cpp" "5" +"futuresynchronizer.cpp" "5" "fuzzymatcher.cpp" "5" +"globalfilechangeblocker.cpp" "5" "guard.cpp" "5" "headerviewstretcher.cpp" "5" "highlightingitemdelegate.cpp" "5" @@ -17769,13 +21070,29 @@ "hostosinfo.cpp" "5" "htmldocextractor.cpp" "5" "icon.cpp" "5" +"id.cpp" "5" +"infobar.cpp" "5" +"infolabel.cpp" "5" "itemviews.cpp" "5" "json.cpp" "5" +"jsontreeitem.cpp" "5" +"launcherinterface.cpp" "5" +"launcherpackets.cpp" "5" +"launchersocket.cpp" "5" +"layoutbuilder.cpp" "5" +"linecolumn.cpp" "5" +"link.cpp" "5" "macroexpander.cpp" "5" +"multitextcursor.cpp" "5" +"namevaluedictionary.cpp" "5" +"namevalueitem.cpp" "5" +"namevaluemodel.cpp" "5" +"namevaluesdialog.cpp" "5" +"namevaluevalidator.cpp" "5" "navigationtreeview.cpp" "5" "networkaccessmanager.cpp" "5" -"newclasswidget.cpp" "5" "outputformatter.cpp" "5" +"overlaywidget.cpp" "5" "overridecursor.cpp" "5" "parameteraction.cpp" "5" "pathchooser.cpp" "5" @@ -17784,27 +21101,30 @@ "port.cpp" "5" "portlist.cpp" "5" "processhandle.cpp" "5" +"processreaper.cpp" "5" +"processutils.cpp" "5" "progressindicator.cpp" "5" "projectintropage.cpp" "5" "proxyaction.cpp" "5" "proxycredentialsdialog.cpp" "5" +"qrcparser.cpp" "5" "qtcassert.cpp" "5" "qtcolorbutton.cpp" "5" "qtcprocess.cpp" "5" +"qtcsettings.cpp" "5" "reloadpromptutils.cpp" "5" "removefiledialog.cpp" "5" "runextensions.cpp" "5" -"savedaction.cpp" "5" "savefile.cpp" "5" "settingsaccessor.cpp" "5" "settingsselector.cpp" "5" "shellcommand.cpp" "5" "shellcommandpage.cpp" "5" +"singleton.cpp" "5" "statuslabel.cpp" "5" "stringutils.cpp" "5" "styledbar.cpp" "5" "stylehelper.cpp" "5" -"synchronousprocess.cpp" "5" "templateengine.cpp" "5" "temporarydirectory.cpp" "5" "temporaryfile.cpp" "5" @@ -17812,23 +21132,66 @@ "textfieldcombobox.cpp" "5" "textfileformat.cpp" "5" "textutils.cpp" "5" +"threadutils.cpp" "5" "treemodel.cpp" "5" "treeviewcombobox.cpp" "5" "uncommentselection.cpp" "5" "unixutils.cpp" "5" "url.cpp" "5" "utilsicons.cpp" "5" +"variablechooser.cpp" "5" "winutils.cpp" "5" "wizard.cpp" "5" "wizardpage.cpp" "5" "Forms" "4" "filewizardpage.ui" "5" -"newclasswidget.ui" "5" "projectintropage.ui" "5" "proxycredentialsdialog.ui" "5" "removefiledialog.ui" "5" "Resources" "4" "utils.qrc" "5" +"/codemodel" "6" +"images" "7" +"classmemberfunction.png" "8" +"classmemberfunction@2x.png" "8" +"classmembervariable.png" "8" +"classmembervariable@2x.png" "8" +"classparent.png" "8" +"classparent@2x.png" "8" +"classrelation.png" "8" +"classrelation@2x.png" "8" +"classrelationbackground.png" "8" +"classrelationbackground@2x.png" "8" +"enum.png" "8" +"enum@2x.png" "8" +"enumerator.png" "8" +"enumerator@2x.png" "8" +"keyword.png" "8" +"keyword@2x.png" "8" +"macro.png" "8" +"macro@2x.png" "8" +"member.png" "8" +"member@2x.png" "8" +"private.png" "8" +"private@2x.png" "8" +"privatebackground.png" "8" +"privatebackground@2x.png" "8" +"property.png" "8" +"property@2x.png" "8" +"propertybackground.png" "8" +"propertybackground@2x.png" "8" +"protected.png" "8" +"protected@2x.png" "8" +"protectedbackground.png" "8" +"protectedbackground@2x.png" "8" +"signal.png" "8" +"signal@2x.png" "8" +"slot.png" "8" +"slot@2x.png" "8" +"static.png" "8" +"static@2x.png" "8" +"staticbackground.png" "8" +"staticbackground@2x.png" "8" "/utils" "6" "images" "7" "app-on-top.png" "8" @@ -17877,6 +21240,9 @@ "Desktop.png" "8" "desktopdevicesmall.png" "8" "desktopdevicesmall@2x.png" "8" +"dir.png" "8" +"download.png" "8" +"download@2x.png" "8" "editclear.png" "8" "editclear@2x.png" "8" "editcopy.png" "8" @@ -17949,6 +21315,10 @@ "linkicon@2x.png" "8" "locked.png" "8" "locked@2x.png" "8" +"macos_touchbar_bookmark.png" "8" +"macos_touchbar_bookmark@2x.png" "8" +"macos_touchbar_clear.png" "8" +"macos_touchbar_clear@2x.png" "8" "magnifier.png" "8" "magnifier@2x.png" "8" "minus.png" "8" @@ -17961,6 +21331,8 @@ "notloaded@2x.png" "8" "ok.png" "8" "ok@2x.png" "8" +"online.png" "8" +"online@2x.png" "8" "pan.png" "8" "pan@2x.png" "8" "panel_button.png" "8" @@ -17975,6 +21347,8 @@ "panel_button_pressed@2x.png" "8" "panel_manage_button.png" "8" "panel_manage_button@2x.png" "8" +"pinned.png" "8" +"pinned@2x.png" "8" "plus.png" "8" "plus@2x.png" "8" "prev.png" "8" @@ -18001,12 +21375,22 @@ "reset@2x.png" "8" "rightsidebaricon.png" "8" "rightsidebaricon@2x.png" "8" +"run_file.png" "8" +"run_file@2x.png" "8" "run_small.png" "8" "run_small@2x.png" "8" +"runselected_boxes.png" "8" +"runselected_boxes@2x.png" "8" +"runselected_tickmarks.png" "8" +"runselected_tickmarks@2x.png" "8" "select.png" "8" "select@2x.png" "8" +"settings.png" "8" +"settings@2x.png" "8" "snapshot.png" "8" "snapshot@2x.png" "8" +"sort_alphabetically.png" "8" +"sort_alphabetically@2x.png" "8" "splitbutton_closebottom.png" "8" "splitbutton_closebottom@2x.png" "8" "splitbutton_closeleft.png" "8" @@ -18021,10 +21405,13 @@ "splitbutton_vertical@2x.png" "8" "stop_small.png" "8" "stop_small@2x.png" "8" +"toggleprogressdetails.png" "8" +"toggleprogressdetails@2x.png" "8" "toolbuttonexpandarrow.png" "8" "toolbuttonexpandarrow@2x.png" "8" "undo.png" "8" "undo@2x.png" "8" +"unknownfile.png" "8" "unlocked.png" "8" "unlocked@2x.png" "8" "warning.png" "8" @@ -18039,301 +21426,34 @@ "zoomin_overlay@2x.png" "8" "zoomout_overlay.png" "8" "zoomout_overlay@2x.png" "8" +"mimetypes" "7" +"freedesktop.org.xml" "8" "f1.png" "8" "Headers" "3" "echoclangcodemodelserver.h" "4" "Sources" "3" "echoclangcodemodelserver.cpp" "4" "echoserverprocessmain.cpp" "4" +"Other files" "3" +"echoserver.qbs" "4" "unittest" "2" "unittest.pro" "3" "benchmark_dependency" "3" "benchmark_dependency.pri" "4" "clang_dependency" "3" "clang_dependency.pri" "4" +"clang_defines" "4" +"clang_defines.pri" "5" "clang_installation" "4" "clang_installation.pri" "5" "creator_dependency" "3" "creator_dependency.pri" "4" -"clang_defines" "4" -"clang_defines.pri" "5" -"clangbackendclangipc-source" "4" -"clangbackendclangipc-source.pri" "5" -"Headers" "5" -"clangasyncjob.h" "6" -"clangbackend_global.h" "6" -"clangclock.h" "6" -"clangcodecompleteresults.h" "6" -"clangcodemodelserver.h" "6" -"clangcompletecodejob.h" "6" -"clangdocument.h" "6" -"clangdocumentjob.h" "6" -"clangdocumentprocessor.h" "6" -"clangdocumentprocessors.h" "6" -"clangdocuments.h" "6" -"clangdocumentsuspenderresumer.h" "6" -"clangexceptions.h" "6" -"clangfilepath.h" "6" -"clangfilesystemwatcher.h" "6" -"clangfollowsymbol.h" "6" -"clangfollowsymboljob.h" "6" -"clangiasyncjob.h" "6" -"clangjobcontext.h" "6" -"clangjobqueue.h" "6" -"clangjobrequest.h" "6" -"clangjobs.h" "6" -"clangparsesupportivetranslationunitjob.h" "6" -"clangreferencescollector.h" "6" -"clangrequestannotationsjob.h" "6" -"clangrequestreferencesjob.h" "6" -"clangrequesttooltipjob.h" "6" -"clangresumedocumentjob.h" "6" -"clangstring.h" "6" -"clangsupportivetranslationunitinitializer.h" "6" -"clangsuspenddocumentjob.h" "6" -"clangtooltipinfocollector.h" "6" -"clangtranslationunit.h" "6" -"clangtranslationunits.h" "6" -"clangtranslationunitupdater.h" "6" -"clangtype.h" "6" -"clangunsavedfilesshallowarguments.h" "6" -"clangupdateannotationsjob.h" "6" -"clangupdateextraannotationsjob.h" "6" -"codecompleter.h" "6" -"codecompletionchunkconverter.h" "6" -"codecompletionsextractor.h" "6" -"commandlinearguments.h" "6" -"cursor.h" "6" -"diagnostic.h" "6" -"diagnosticset.h" "6" -"diagnosticsetiterator.h" "6" -"fixit.h" "6" -"fulltokeninfo.h" "6" -"projectpart.h" "6" -"projects.h" "6" -"skippedsourceranges.h" "6" -"sourcelocation.h" "6" -"sourcerange.h" "6" -"tokeninfo.h" "6" -"tokenprocessor.h" "6" -"tokenprocessoriterator.h" "6" -"unsavedfile.h" "6" -"unsavedfiles.h" "6" -"utf8positionfromlinecolumn.h" "6" -"Sources" "5" -"clangcodecompleteresults.cpp" "6" -"clangcodemodelserver.cpp" "6" -"clangcompletecodejob.cpp" "6" -"clangdocument.cpp" "6" -"clangdocumentprocessor.cpp" "6" -"clangdocumentprocessors.cpp" "6" -"clangdocuments.cpp" "6" -"clangdocumentsuspenderresumer.cpp" "6" -"clangexceptions.cpp" "6" -"clangfilepath.cpp" "6" -"clangfilesystemwatcher.cpp" "6" -"clangfollowsymbol.cpp" "6" -"clangfollowsymboljob.cpp" "6" -"clangiasyncjob.cpp" "6" -"clangjobcontext.cpp" "6" -"clangjobqueue.cpp" "6" -"clangjobrequest.cpp" "6" -"clangjobs.cpp" "6" -"clangparsesupportivetranslationunitjob.cpp" "6" -"clangreferencescollector.cpp" "6" -"clangrequestannotationsjob.cpp" "6" -"clangrequestreferencesjob.cpp" "6" -"clangrequesttooltipjob.cpp" "6" -"clangresumedocumentjob.cpp" "6" -"clangsupportivetranslationunitinitializer.cpp" "6" -"clangsuspenddocumentjob.cpp" "6" -"clangtooltipinfocollector.cpp" "6" -"clangtranslationunit.cpp" "6" -"clangtranslationunits.cpp" "6" -"clangtranslationunitupdater.cpp" "6" -"clangtype.cpp" "6" -"clangunsavedfilesshallowarguments.cpp" "6" -"clangupdateannotationsjob.cpp" "6" -"clangupdateextraannotationsjob.cpp" "6" -"codecompleter.cpp" "6" -"codecompletionchunkconverter.cpp" "6" -"codecompletionsextractor.cpp" "6" -"commandlinearguments.cpp" "6" -"cursor.cpp" "6" -"diagnostic.cpp" "6" -"diagnosticset.cpp" "6" -"fixit.cpp" "6" -"fulltokeninfo.cpp" "6" -"projectpart.cpp" "6" -"projects.cpp" "6" -"skippedsourceranges.cpp" "6" -"sourcelocation.cpp" "6" -"sourcerange.cpp" "6" -"tokeninfo.cpp" "6" -"unsavedfile.cpp" "6" -"unsavedfiles.cpp" "6" -"utf8positionfromlinecolumn.cpp" "6" -"clangcodemodelunittestfiles" "4" -"clangcodemodelunittestfiles.pri" "5" -"Headers" "5" -"clangactivationsequencecontextprocessor.h" "6" -"clangactivationsequenceprocessor.h" "6" -"clangcompletionchunkstotextconverter.h" "6" -"clangcompletioncontextanalyzer.h" "6" -"clangdiagnosticfilter.h" "6" -"clangfixitoperation.h" "6" -"clanghighlightingresultreporter.h" "6" -"clangisdiagnosticrelatedtolocation.h" "6" -"Sources" "5" -"clangactivationsequencecontextprocessor.cpp" "6" -"clangactivationsequenceprocessor.cpp" "6" -"clangcompletionchunkstotextconverter.cpp" "6" -"clangcompletioncontextanalyzer.cpp" "6" -"clangdiagnosticfilter.cpp" "6" -"clangfixitoperation.cpp" "6" -"clanghighlightingresultreporter.cpp" "6" -"clangpchmanager-source" "4" -"clangpchmanager-source.pri" "5" -"Headers" "5" -"clangpchmanager_global.h" "6" -"pchmanagerclient.h" "6" -"pchmanagerconnectionclient.h" "6" -"pchmanagernotifierinterface.h" "6" -"pchmanagerprojectupdater.h" "6" -"precompiledheaderstorage.h" "6" -"precompiledheaderstorageinterface.h" "6" -"projectupdater.h" "6" -"Sources" "5" -"pchmanagerclient.cpp" "6" -"pchmanagerconnectionclient.cpp" "6" -"pchmanagernotifierinterface.cpp" "6" -"pchmanagerprojectupdater.cpp" "6" -"projectupdater.cpp" "6" -"clangpchmanagerbackend-source" "4" -"clangpchmanagerbackend-source.pri" "5" -"Headers" "5" -"clangpchmanagerbackend_global.h" "6" -"collectincludesaction.h" "6" -"collectincludespreprocessorcallbacks.h" "6" -"collectincludestoolaction.h" "6" -"environment.h" "6" -"includecollector.h" "6" -"pchcreator.h" "6" -"pchcreatorinterface.h" "6" -"pchgenerator.h" "6" -"pchgeneratorinterface.h" "6" -"pchgeneratornotifierinterface.h" "6" -"pchmanagerserver.h" "6" -"pchnotcreatederror.h" "6" -"projectparts.h" "6" -"projectpartsinterface.h" "6" -"Sources" "5" -"includecollector.cpp" "6" -"pchcreator.cpp" "6" -"pchmanagerserver.cpp" "6" -"projectparts.cpp" "6" -"clangrefactoring-source" "4" -"clangrefactoring-source.pri" "5" -"Headers" "5" -"clangqueryexamplehighlighter.h" "6" -"clangqueryexamplehighlightmarker.h" "6" -"clangqueryhighlighter.h" "6" -"clangqueryhighlightmarker.h" "6" -"clangqueryprojectsfindfilter.h" "6" -"editormanagerinterface.h" "6" -"locatorfilter.h" "6" -"projectpartproviderinterface.h" "6" -"projectpartutilities.h" "6" -"refactoringclient.h" "6" -"refactoringconnectionclient.h" "6" -"refactoringengine.h" "6" -"refactoringprojectupdater.h" "6" -"searchhandle.h" "6" -"searchinterface.h" "6" -"symbol.h" "6" -"symbolqueryinterface.h" "6" -"symbolsfindfilter.h" "6" -"Sources" "5" -"clangqueryexamplehighlighter.cpp" "6" -"clangqueryhighlighter.cpp" "6" -"clangqueryprojectsfindfilter.cpp" "6" -"locatorfilter.cpp" "6" -"projectpartutilities.cpp" "6" -"refactoringclient.cpp" "6" -"refactoringconnectionclient.cpp" "6" -"refactoringengine.cpp" "6" -"refactoringprojectupdater.cpp" "6" -"searchhandle.cpp" "6" -"symbolsfindfilter.cpp" "6" -"clangrefactoringbackend-source" "4" -"clangrefactoringbackend-source.pri" "5" -"Headers" "5" -"clangquery.h" "6" -"clangquerygatherer.h" "6" -"clangrefactoringbackend_global.h" "6" -"clangtool.h" "6" -"collectmacrospreprocessorcallbacks.h" "6" -"collectmacrossourcefilecallbacks.h" "6" -"collectsymbolsaction.h" "6" -"filestatus.h" "6" -"filestatuscache.h" "6" -"findcursorusr.h" "6" -"findlocationsofusrs.h" "6" -"findusrforcursoraction.h" "6" -"indexdataconsumer.h" "6" -"locationsourcefilecallbacks.h" "6" -"macropreprocessorcallbacks.h" "6" -"projectpartartefact.h" "6" -"projectpartartefactexception.h" "6" -"projectpartentry.h" "6" -"refactoringcompilationdatabase.h" "6" -"refactoringserver.h" "6" -"sourcedependency.h" "6" -"sourcelocationentry.h" "6" -"sourcelocationsutils.h" "6" -"sourcerangeextractor.h" "6" -"sourcerangefilter.h" "6" -"storagesqlitestatementfactory.h" "6" -"symbolentry.h" "6" -"symbolfinder.h" "6" -"symbolindexer.h" "6" -"symbolindexing.h" "6" -"symbolindexinginterface.h" "6" -"symbollocationfinderaction.h" "6" -"symbolscollector.h" "6" -"symbolscollectorinterface.h" "6" -"symbolstorage.h" "6" -"symbolstorageinterface.h" "6" -"symbolsvisitorbase.h" "6" -"usedmacro.h" "6" -"Sources" "5" -"clangquery.cpp" "6" -"clangquerygatherer.cpp" "6" -"clangtool.cpp" "6" -"collectmacrossourcefilecallbacks.cpp" "6" -"collectsymbolsaction.cpp" "6" -"filestatuscache.cpp" "6" -"findusrforcursoraction.cpp" "6" -"indexdataconsumer.cpp" "6" -"locationsourcefilecallbacks.cpp" "6" -"macropreprocessorcallbacks.cpp" "6" -"projectpartartefact.cpp" "6" -"refactoringcompilationdatabase.cpp" "6" -"refactoringserver.cpp" "6" -"sourcerangeextractor.cpp" "6" -"sourcerangefilter.cpp" "6" -"symbolfinder.cpp" "6" -"symbolindexer.cpp" "6" -"symbolindexing.cpp" "6" -"symbollocationfinderaction.cpp" "6" -"symbolscollector.cpp" "6" "clangsupport-lib" "4" "clangsupport-lib.pri" "5" "Headers" "5" "alivemessage.h" "6" "annotationsmessage.h" "6" "baseserverproxy.h" "6" -"cancelmessage.h" "6" "clangcodemodelclientinterface.h" "6" "clangcodemodelclientmessages.h" "6" "clangcodemodelclientproxy.h" "6" @@ -18341,17 +21461,10 @@ "clangcodemodelserverinterface.h" "6" "clangcodemodelservermessages.h" "6" "clangcodemodelserverproxy.h" "6" -"clangpathwatcher.h" "6" -"clangpathwatcherinterface.h" "6" -"clangpathwatchernotifier.h" "6" -"clangrefactoringclientmessages.h" "6" -"clangrefactoringmessages.h" "6" -"clangrefactoringservermessages.h" "6" "clangsupport_global.h" "6" "clangsupportdebugutils.h" "6" "codecompletion.h" "6" "codecompletionchunk.h" "6" -"compilermacro.h" "6" "completionsmessage.h" "6" "connectionclient.h" "6" "connectionserver.h" "6" @@ -18360,92 +21473,41 @@ "documentsclosedmessage.h" "6" "documentsopenedmessage.h" "6" "documentvisibilitychangedmessage.h" "6" -"dynamicastmatcherdiagnosticcontainer.h" "6" -"dynamicastmatcherdiagnosticcontextcontainer.h" "6" -"dynamicastmatcherdiagnosticmessagecontainer.h" "6" -"dynamicmatcherdiagnostics.h" "6" "echomessage.h" "6" "endmessage.h" "6" "filecontainer.h" "6" -"filecontainerv2.h" "6" -"filepath.h" "6" -"filepathcache.h" "6" -"filepathcaching.h" "6" -"filepathcachingfwd.h" "6" -"filepathcachinginterface.h" "6" -"filepathexceptions.h" "6" -"filepathid.h" "6" -"filepathstorage.h" "6" -"filepathstoragesources.h" "6" -"filepathstoragesqlitestatementfactory.h" "6" -"filepathview.h" "6" "fixitcontainer.h" "6" "followsymbolmessage.h" "6" -"idpaths.h" "6" "ipcclientinterface.h" "6" "ipcclientprovider.h" "6" "ipcinterface.h" "6" "ipcserverinterface.h" "6" "lineprefixer.h" "6" "messageenvelop.h" "6" -"nativefilepath.h" "6" -"pchmanagerclientinterface.h" "6" -"pchmanagerclientproxy.h" "6" -"pchmanagerserverinterface.h" "6" -"pchmanagerserverproxy.h" "6" -"precompiledheadersupdatedmessage.h" "6" "processcreator.h" "6" "processexception.h" "6" "processhandle.h" "6" "processstartedevent.h" "6" -"projectmanagementserverinterface.h" "6" -"projectpartcontainer.h" "6" -"projectpartcontainerv2.h" "6" -"projectpartpch.h" "6" -"projectpartpchproviderinterface.h" "6" -"projectpartsremovedmessage.h" "6" -"projectpartsupdatedmessage.h" "6" "readmessageblock.h" "6" -"refactoringclientinterface.h" "6" -"refactoringclientproxy.h" "6" -"refactoringdatabaseinitializer.h" "6" -"refactoringserverinterface.h" "6" -"refactoringserverproxy.h" "6" "referencesmessage.h" "6" -"removeprojectpartsmessage.h" "6" "requestannotationsmessage.h" "6" "requestcompletionsmessage.h" "6" "requestfollowsymbolmessage.h" "6" "requestreferencesmessage.h" "6" -"requestsourcelocationforrenamingmessage.h" "6" -"requestsourcerangesanddiagnosticsforquerymessage.h" "6" -"requestsourcerangesforquerymessage.h" "6" "requesttooltipmessage.h" "6" "sourcelocationcontainer.h" "6" -"sourcelocationcontainerv2.h" "6" "sourcelocationscontainer.h" "6" -"sourcelocationsforrenamingmessage.h" "6" "sourcerangecontainer.h" "6" -"sourcerangecontainerv2.h" "6" -"sourcerangesanddiagnosticsforquerymessage.h" "6" -"sourcerangescontainer.h" "6" -"sourcerangesforquerymessage.h" "6" -"sourcerangewithtextcontainer.h" "6" -"stringcache.h" "6" -"stringcachealgorithms.h" "6" -"stringcachefwd.h" "6" "tokeninfocontainer.h" "6" "tooltipinfo.h" "6" "tooltipmessage.h" "6" "unsavedfilesremovedmessage.h" "6" "unsavedfilesupdatedmessage.h" "6" -"updateprojectpartsmessage.h" "6" "writemessageblock.h" "6" "Sources" "5" "alivemessage.cpp" "6" "annotationsmessage.cpp" "6" "baseserverproxy.cpp" "6" -"cancelmessage.cpp" "6" "clangcodemodelclientinterface.cpp" "6" "clangcodemodelclientproxy.cpp" "6" "clangcodemodelconnectionclient.cpp" "6" @@ -18462,64 +21524,31 @@ "documentsclosedmessage.cpp" "6" "documentsopenedmessage.cpp" "6" "documentvisibilitychangedmessage.cpp" "6" -"dynamicastmatcherdiagnosticcontainer.cpp" "6" -"dynamicastmatcherdiagnosticcontextcontainer.cpp" "6" -"dynamicastmatcherdiagnosticmessagecontainer.cpp" "6" "echomessage.cpp" "6" "endmessage.cpp" "6" "filecontainer.cpp" "6" -"filecontainerv2.cpp" "6" -"filepath.cpp" "6" -"filepathcaching.cpp" "6" -"filepathid.cpp" "6" "fixitcontainer.cpp" "6" "followsymbolmessage.cpp" "6" "lineprefixer.cpp" "6" "messageenvelop.cpp" "6" -"pchmanagerclientinterface.cpp" "6" -"pchmanagerclientproxy.cpp" "6" -"pchmanagerserverinterface.cpp" "6" -"pchmanagerserverproxy.cpp" "6" -"precompiledheadersupdatedmessage.cpp" "6" "processcreator.cpp" "6" "processexception.cpp" "6" "processstartedevent.cpp" "6" -"projectpartcontainer.cpp" "6" -"projectpartcontainerv2.cpp" "6" -"projectpartpch.cpp" "6" -"projectpartsremovedmessage.cpp" "6" -"projectpartsupdatedmessage.cpp" "6" "readmessageblock.cpp" "6" -"refactoringclientinterface.cpp" "6" -"refactoringclientproxy.cpp" "6" -"refactoringserverinterface.cpp" "6" -"refactoringserverproxy.cpp" "6" "referencesmessage.cpp" "6" -"removeprojectpartsmessage.cpp" "6" "requestannotationsmessage.cpp" "6" "requestcompletionsmessage.cpp" "6" "requestfollowsymbolmessage.cpp" "6" "requestreferencesmessage.cpp" "6" -"requestsourcelocationforrenamingmessage.cpp" "6" -"requestsourcerangesanddiagnosticsforquerymessage.cpp" "6" -"requestsourcerangesforquerymessage.cpp" "6" "requesttooltipmessage.cpp" "6" "sourcelocationcontainer.cpp" "6" -"sourcelocationcontainerv2.cpp" "6" "sourcelocationscontainer.cpp" "6" -"sourcelocationsforrenamingmessage.cpp" "6" "sourcerangecontainer.cpp" "6" -"sourcerangecontainerv2.cpp" "6" -"sourcerangesanddiagnosticsforquerymessage.cpp" "6" -"sourcerangescontainer.cpp" "6" -"sourcerangesforquerymessage.cpp" "6" -"sourcerangewithtextcontainer.cpp" "6" "tokeninfocontainer.cpp" "6" "tooltipinfo.cpp" "6" "tooltipmessage.cpp" "6" "unsavedfilesremovedmessage.cpp" "6" "unsavedfilesupdatedmessage.cpp" "6" -"updateprojectpartsmessage.cpp" "6" "writemessageblock.cpp" "6" "corepluginunittestfiles" "4" "corepluginunittestfiles.pri" "5" @@ -18529,265 +21558,177 @@ "locator" "6" "ilocatorfilter.h" "7" "coreicons.h" "6" -"id.h" "6" "Sources" "5" "find" "6" "ifindfilter.cpp" "7" "locator" "6" "ilocatorfilter.cpp" "7" "coreicons.cpp" "6" -"id.cpp" "6" -"cplusplus" "4" -"cplusplus.pri" "5" -"cplusplus-lib" "5" -"cplusplus-lib.pri" "6" -"cplusplus" "6" -"cplusplus.pri" "7" -"Headers" "7" -"AST.h" "8" -"ASTfwd.h" "8" -"ASTMatcher.h" "8" -"ASTPatternBuilder.h" "8" -"ASTVisitor.h" "8" -"Bind.h" "8" -"Control.h" "8" -"CoreTypes.h" "8" -"CPlusPlus.h" "8" -"CPlusPlusForwardDeclarations.h" "8" -"cppassert.h" "8" -"DiagnosticClient.h" "8" -"FullySpecifiedType.h" "8" -"Lexer.h" "8" -"Literals.h" "8" -"LiteralTable.h" "8" -"Matcher.h" "8" -"MemoryPool.h" "8" -"Name.h" "8" -"Names.h" "8" -"NameVisitor.h" "8" -"ObjectiveCTypeQualifiers.h" "8" -"Parser.h" "8" -"QtContextKeywords.h" "8" -"SafeMatcher.h" "8" -"Scope.h" "8" -"Symbol.h" "8" -"Symbols.h" "8" -"SymbolVisitor.h" "8" -"Templates.h" "8" -"Token.h" "8" -"TranslationUnit.h" "8" -"Type.h" "8" -"TypeVisitor.h" "8" -"Sources" "7" -"AST.cpp" "8" -"ASTClone.cpp" "8" -"ASTMatch0.cpp" "8" -"ASTMatcher.cpp" "8" -"ASTVisit.cpp" "8" -"ASTVisitor.cpp" "8" -"Bind.cpp" "8" -"Control.cpp" "8" -"CoreTypes.cpp" "8" -"DiagnosticClient.cpp" "8" -"FullySpecifiedType.cpp" "8" -"Keywords.cpp" "8" -"Lexer.cpp" "8" -"Literals.cpp" "8" -"Matcher.cpp" "8" -"MemoryPool.cpp" "8" -"Name.cpp" "8" -"Names.cpp" "8" -"NameVisitor.cpp" "8" -"ObjectiveCAtKeywords.cpp" "8" -"ObjectiveCTypeQualifiers.cpp" "8" -"Parser.cpp" "8" -"QtContextKeywords.cpp" "8" -"SafeMatcher.cpp" "8" -"Scope.cpp" "8" -"Symbol.cpp" "8" -"Symbols.cpp" "8" -"Templates.cpp" "8" -"Token.cpp" "8" -"TranslationUnit.cpp" "8" -"Type.cpp" "8" -"TypeVisitor.cpp" "8" -"Headers" "6" -"AlreadyConsideredClassContainer.h" "7" -"ASTParent.h" "7" -"ASTPath.h" "7" -"BackwardsScanner.h" "7" -"CppDocument.h" "7" -"cppmodelmanagerbase.h" "7" -"CppRewriter.h" "7" -"DependencyTable.h" "7" -"DeprecatedGenTemplateInstance.h" "7" -"ExpressionUnderCursor.h" "7" -"FastPreprocessor.h" "7" -"findcdbbreakpoint.h" "7" -"FindUsages.h" "7" -"Icons.h" "7" -"LookupContext.h" "7" -"LookupItem.h" "7" -"Macro.h" "7" -"MatchingText.h" "7" -"NamePrettyPrinter.h" "7" -"Overview.h" "7" -"pp-cctype.h" "7" -"pp-engine.h" "7" -"pp-scanner.h" "7" -"pp.h" "7" -"PPToken.h" "7" -"PreprocessorClient.h" "7" -"PreprocessorEnvironment.h" "7" -"ResolveExpression.h" "7" -"SimpleLexer.h" "7" -"SnapshotSymbolVisitor.h" "7" -"SymbolNameVisitor.h" "7" -"TypeOfExpression.h" "7" -"TypePrettyPrinter.h" "7" -"Sources" "6" -"ASTParent.cpp" "7" -"ASTPath.cpp" "7" -"BackwardsScanner.cpp" "7" -"CppDocument.cpp" "7" -"cppmodelmanagerbase.cpp" "7" -"CppRewriter.cpp" "7" -"DependencyTable.cpp" "7" -"DeprecatedGenTemplateInstance.cpp" "7" -"ExpressionUnderCursor.cpp" "7" -"FastPreprocessor.cpp" "7" -"findcdbbreakpoint.cpp" "7" -"FindUsages.cpp" "7" -"Icons.cpp" "7" -"LookupContext.cpp" "7" -"LookupItem.cpp" "7" -"Macro.cpp" "7" -"MatchingText.cpp" "7" -"NamePrettyPrinter.cpp" "7" -"Overview.cpp" "7" -"pp-engine.cpp" "7" -"pp-scanner.cpp" "7" -"PPToken.cpp" "7" -"PreprocessorClient.cpp" "7" -"PreprocessorEnvironment.cpp" "7" -"ResolveExpression.cpp" "7" -"SimpleLexer.cpp" "7" -"SnapshotSymbolVisitor.cpp" "7" -"SymbolNameVisitor.cpp" "7" -"TypeOfExpression.cpp" "7" -"TypePrettyPrinter.cpp" "7" -"Resources" "6" -"cplusplus.qrc" "7" -"/codemodel" "8" -"images" "9" -"classmemberfunction.png" "10" -"classmemberfunction@2x.png" "10" -"classmembervariable.png" "10" -"classmembervariable@2x.png" "10" -"classparent.png" "10" -"classparent@2x.png" "10" -"classrelation.png" "10" -"classrelation@2x.png" "10" -"classrelationbackground.png" "10" -"classrelationbackground@2x.png" "10" -"enum.png" "10" -"enum@2x.png" "10" -"enumerator.png" "10" -"enumerator@2x.png" "10" -"keyword.png" "10" -"keyword@2x.png" "10" -"macro.png" "10" -"macro@2x.png" "10" -"member.png" "10" -"member@2x.png" "10" -"private.png" "10" -"private@2x.png" "10" -"privatebackground.png" "10" -"privatebackground@2x.png" "10" -"property.png" "10" -"property@2x.png" "10" -"propertybackground.png" "10" -"propertybackground@2x.png" "10" -"protected.png" "10" -"protected@2x.png" "10" -"protectedbackground.png" "10" -"protectedbackground@2x.png" "10" -"signal.png" "10" -"signal@2x.png" "10" -"slot.png" "10" -"slot@2x.png" "10" -"static.png" "10" -"static@2x.png" "10" -"staticbackground.png" "10" -"staticbackground@2x.png" "10" -"cpptoolsunittestfiles" "4" -"cpptoolsunittestfiles.pri" "5" +"cppeditorunittestfiles" "4" +"cppeditorunittestfiles.pri" "5" "Headers" "5" -"compileroptionsbuilder.h" "6" "cppprojectfile.h" "6" -"cppprojectfilecategorizer.h" "6" -"cppprojectinfogenerator.cpp" "6" -"cppprojectpartchooser.h" "6" -"projectinfo.h" "6" -"projectpart.h" "6" -"senddocumenttracker.h" "6" "Sources" "5" -"compileroptionsbuilder.cpp" "6" "cppprojectfile.cpp" "6" -"cppprojectfilecategorizer.cpp" "6" -"cppprojectinfogenerator.cpp" "6" -"cppprojectpartchooser.cpp" "6" -"projectinfo.cpp" "6" -"projectpart.cpp" "6" -"senddocumenttracker.cpp" "6" -"projectexplorerunittestfiles" "4" -"projectexplorerunittestfiles.pri" "5" +"debuggerunittestfiles" "4" +"debuggerunittestfiles.pri" "5" "Headers" "5" -"projectmacro.h" "6" +"analyzer" "6" +"diagnosticlocation.h" "7" "Sources" "5" -"projectmacro.cpp" "6" +"analyzer" "6" +"diagnosticlocation.cpp" "7" +"qmldesignerunittestfiles" "4" +"qmldesignerunittestfiles.pri" "5" +"exceptions" "5" +"exceptions.pri" "6" +"Sources" "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" +"Headers" "5" +"commondefines.h" "7" +"listmodeleditormodel.h" "7" +"designercore" "6" +"imagecache" "7" +"imagecachecollectorinterface.h" "8" +"imagecachegenerator.h" "8" +"imagecachegeneratorinterface.h" "8" +"imagecachestorage.h" "8" +"imagecachestorageinterface.h" "8" +"timestampproviderinterface.h" "8" +"include" "7" +"abstractproperty.h" "8" +"abstractview.h" "8" +"asynchronousimagecache.h" "8" +"asynchronousimagecacheinterface.h" "8" +"bindingproperty.h" "8" +"imagecacheauxiliarydata.h" "8" +"import.h" "8" +"model.h" "8" +"modelnode.h" "8" +"nodeabstractproperty.h" "8" +"nodelistproperty.h" "8" +"nodeproperty.h" "8" +"projectstorageids.h" "8" +"qmldesignercorelib_global.h" "8" +"signalhandlerproperty.h" "8" +"synchronousimagecache.h" "8" +"variantproperty.h" "8" +"model" "7" +"internalbindingproperty.h" "8" +"internalnode_p.h" "8" +"internalnodeabstractproperty.h" "8" +"internalnodelistproperty.h" "8" +"internalnodeproperty.h" "8" +"internalproperty.h" "8" +"internalsignalhandlerproperty.h" "8" +"internalvariantproperty.h" "8" +"model_p.h" "8" +"projectstorage" "7" +"projectstorage.h" "8" +"projectstoragesqlitefunctionregistry.h" "8" +"projectstoragetypes.h" "8" +"sourcepath.h" "8" +"sourcepathcache.h" "8" +"sourcepathcachetypes.h" "8" +"sourcepathview.h" "8" +"storagecache.h" "8" +"storagecacheentry.h" "8" +"storagecachefwd.h" "8" +"rewritertransaction.h" "7" +"Sources" "5" +"listmodeleditormodel.cpp" "7" +"designercore" "6" +"imagecache" "7" +"asynchronousimagecache.cpp" "8" +"imagecachegenerator.cpp" "8" +"synchronousimagecache.cpp" "8" +"model" "7" +"abstractproperty.cpp" "8" +"abstractview.cpp" "8" +"annotation.cpp" "8" +"bindingproperty.cpp" "8" +"import.cpp" "8" +"internalbindingproperty.cpp" "8" +"internalnode.cpp" "8" +"internalnodeabstractproperty.cpp" "8" +"internalnodelistproperty.cpp" "8" +"internalnodeproperty.cpp" "8" +"internalproperty.cpp" "8" +"internalsignalhandlerproperty.cpp" "8" +"internalvariantproperty.cpp" "8" +"model.cpp" "8" +"modelnode.cpp" "8" +"nodeabstractproperty.cpp" "8" +"nodelistproperty.cpp" "8" +"nodeproperty.cpp" "8" +"signalhandlerproperty.cpp" "8" +"variantproperty.cpp" "8" +"projectstorage" "7" +"projectstoragesqlitefunctionregistry.cpp" "8" +"rewritertransaction.cpp" "7" "sqlite-lib" "4" "sqlite-lib.pri" "5" "sqlite" "5" "sqlite.pri" "6" "Headers" "6" -"okapi_bm25.h" "7" +"config.h" "7" +"sqlite.h" "7" "sqlite3.h" "7" "sqlite3ext.h" "7" "Sources" "6" +"carray.c" "7" "sqlite3.c" "7" "Headers" "5" +"constraints.h" "6" "createtablesqlstatementbuilder.h" "6" +"lastchangedrowid.h" "6" +"sqlitealgorithms.h" "6" "sqlitebasestatement.h" "6" +"sqliteblob.h" "6" "sqlitecolumn.h" "6" "sqlitedatabase.h" "6" "sqlitedatabasebackend.h" "6" +"sqlitedatabaseinterface.h" "6" "sqliteexception.h" "6" "sqliteglobal.h" "6" "sqliteindex.h" "6" +"sqlitelibraryinitializer.h" "6" "sqlitereadstatement.h" "6" "sqlitereadwritestatement.h" "6" +"sqlitesessionchangeset.h" "6" +"sqlitesessions.h" "6" "sqlitetable.h" "6" +"sqlitetimestamp.h" "6" "sqlitetransaction.h" "6" +"sqlitevalue.h" "6" "sqlitewritestatement.h" "6" "sqlstatementbuilder.h" "6" "sqlstatementbuilderexception.h" "6" +"tableconstraints.h" "6" "utf8string.h" "6" "utf8stringvector.h" "6" "Sources" "5" -"createtablesqlstatementbuilder.cpp" "6" "sqlitebasestatement.cpp" "6" -"sqlitecolumn.cpp" "6" "sqlitedatabase.cpp" "6" "sqlitedatabasebackend.cpp" "6" "sqliteexception.cpp" "6" "sqliteglobal.cpp" "6" -"sqlitereadstatement.cpp" "6" -"sqlitereadwritestatement.cpp" "6" -"sqlitetable.cpp" "6" -"sqlitewritestatement.cpp" "6" +"sqlitelibraryinitializer.cpp" "6" +"sqlitesessionchangeset.cpp" "6" +"sqlitesessions.cpp" "6" "sqlstatementbuilder.cpp" "6" -"sqlstatementbuilderexception.cpp" "6" "utf8string.cpp" "6" "utf8stringvector.cpp" "6" "utils-lib" "4" @@ -18812,9 +21753,17 @@ "mimeprovider.cpp" "7" "mimetype.cpp" "7" "mimetypeparser.cpp" "7" +"touchbar" "5" +"touchbar.pri" "6" +"Headers" "6" +"touchbar.h" "7" +"Sources" "6" +"touchbar.cpp" "7" "Headers" "5" "optional" "7" "optional.hpp" "8" +"span" "7" +"span.hpp" "8" "variant" "7" "variant.hpp" "8" "theme" "6" @@ -18822,34 +21771,40 @@ "theme_p.h" "7" "tooltip" "6" "effects.h" "7" -"reuse.h" "7" "tips.h" "7" "tooltip.h" "7" "algorithm.h" "6" -"annotateditemdelegate.h" "6" "ansiescapecodehandler.h" "6" "appmainwindow.h" "6" +"archive.h" "6" +"aspects.h" "6" "basetreeview.h" "6" "benchmarker.h" "6" "buildablehelperlibrary.h" "6" +"camelcasecursor.h" "6" "categorysortfiltermodel.h" "6" "changeset.h" "6" "checkablemessagebox.h" "6" "classnamevalidatinglineedit.h" "6" "codegeneration.h" "6" +"commandline.h" "6" "completinglineedit.h" "6" "completingtextedit.h" "6" "consoleprocess.h" "6" -"consoleprocess_p.h" "6" +"cpplanguage_details.h" "6" "crumblepath.h" "6" "declarationmacros.h" "6" +"delegates.h" "6" "detailsbutton.h" "6" "detailswidget.h" "6" +"differ.h" "6" +"displayname.h" "6" "dropsupport.h" "6" "elfreader.h" "6" "elidinglabel.h" "6" "environment.h" "6" "environmentdialog.h" "6" +"environmentfwd.h" "6" "environmentmodel.h" "6" "execmenu.h" "6" "executeondestruction.h" "6" @@ -18860,15 +21815,18 @@ "filecrumblabel.h" "6" "fileinprojectfinder.h" "6" "filenamevalidatinglineedit.h" "6" +"filepath.h" "6" "filesearch.h" "6" "filesystemwatcher.h" "6" "fileutils.h" "6" -"fileutils_mac.h" "6" "filewizardpage.h" "6" "fixedsizeclicklabel.h" "6" "flowlayout.h" "6" "functiontraits.h" "6" +"futuresynchronizer.h" "6" "fuzzymatcher.h" "6" +"genericconstants.h" "6" +"globalfilechangeblocker.h" "6" "guard.h" "6" "headerviewstretcher.h" "6" "highlightingitemdelegate.h" "6" @@ -18876,48 +21834,69 @@ "hostosinfo.h" "6" "htmldocextractor.h" "6" "icon.h" "6" +"id.h" "6" +"indexedcontainerproxyconstiterator.h" "6" +"infobar.h" "6" +"infolabel.h" "6" "itemviews.h" "6" "json.h" "6" +"jsontreeitem.h" "6" +"launcherinterface.h" "6" +"launcherpackets.h" "6" +"launchersocket.h" "6" +"layoutbuilder.h" "6" "linecolumn.h" "6" "link.h" "6" +"listmodel.h" "6" "listutils.h" "6" "macroexpander.h" "6" "mapreduce.h" "6" +"multitextcursor.h" "6" +"namevaluedictionary.h" "6" +"namevalueitem.h" "6" +"namevaluemodel.h" "6" +"namevaluesdialog.h" "6" +"namevaluevalidator.h" "6" "navigationtreeview.h" "6" "networkaccessmanager.h" "6" -"newclasswidget.h" "6" "optional.h" "6" "osspecificaspects.h" "6" "outputformat.h" "6" "outputformatter.h" "6" +"overlaywidget.h" "6" "overridecursor.h" "6" "parameteraction.h" "6" "pathchooser.h" "6" "pathlisteditor.h" "6" "persistentsettings.h" "6" -"pointeralgorithm.h" "6" "port.h" "6" +"porting.h" "6" "portlist.h" "6" "predicates.h" "6" "processhandle.h" "6" +"processreaper.h" "6" +"processutils.h" "6" "progressindicator.h" "6" "projectintropage.h" "6" "proxyaction.h" "6" "proxycredentialsdialog.h" "6" +"qrcparser.h" "6" "qtcassert.h" "6" "qtcolorbutton.h" "6" "QtConcurrentTools" "6" "qtcprocess.h" "6" +"qtcsettings.h" "6" "reloadpromptutils.h" "6" "removefiledialog.h" "6" "runextensions.h" "6" -"savedaction.h" "6" "savefile.h" "6" "scopedswap.h" "6" +"set_algorithm.h" "6" "settingsaccessor.h" "6" "settingsselector.h" "6" "shellcommand.h" "6" "shellcommandpage.h" "6" +"singleton.h" "6" "sizedarray.h" "6" "smallstring.h" "6" "smallstringfwd.h" "6" @@ -18927,11 +21906,11 @@ "smallstringliteral.h" "6" "smallstringmemory.h" "6" "smallstringvector.h" "6" +"span.h" "6" "statuslabel.h" "6" "stringutils.h" "6" "styledbar.h" "6" "stylehelper.h" "6" -"synchronousprocess.h" "6" "templateengine.h" "6" "temporarydirectory.h" "6" "temporaryfile.h" "6" @@ -18939,6 +21918,7 @@ "textfieldcombobox.h" "6" "textfileformat.h" "6" "textutils.h" "6" +"threadutils.h" "6" "treemodel.h" "6" "treeviewcombobox.h" "6" "uncommentselection.h" "6" @@ -18946,6 +21926,7 @@ "url.h" "6" "utils_global.h" "6" "utilsicons.h" "6" +"variablechooser.h" "6" "variant.h" "6" "winutils.h" "6" "wizard.h" "6" @@ -18956,25 +21937,29 @@ "tooltip" "6" "tips.cpp" "7" "tooltip.cpp" "7" -"annotateditemdelegate.cpp" "6" "ansiescapecodehandler.cpp" "6" "appmainwindow.cpp" "6" +"archive.cpp" "6" +"aspects.cpp" "6" "basetreeview.cpp" "6" "benchmarker.cpp" "6" "buildablehelperlibrary.cpp" "6" +"camelcasecursor.cpp" "6" "categorysortfiltermodel.cpp" "6" "changeset.cpp" "6" "checkablemessagebox.cpp" "6" "classnamevalidatinglineedit.cpp" "6" "codegeneration.cpp" "6" +"commandline.cpp" "6" "completinglineedit.cpp" "6" "completingtextedit.cpp" "6" "consoleprocess.cpp" "6" -"consoleprocess_unix.cpp" "6" -"consoleprocess_win.cpp" "6" "crumblepath.cpp" "6" +"delegates.cpp" "6" "detailsbutton.cpp" "6" "detailswidget.cpp" "6" +"differ.cpp" "6" +"displayname.cpp" "6" "dropsupport.cpp" "6" "elfreader.cpp" "6" "elidinglabel.cpp" "6" @@ -18989,13 +21974,16 @@ "filecrumblabel.cpp" "6" "fileinprojectfinder.cpp" "6" "filenamevalidatinglineedit.cpp" "6" +"filepath.cpp" "6" "filesearch.cpp" "6" "filesystemwatcher.cpp" "6" "fileutils.cpp" "6" "filewizardpage.cpp" "6" "fixedsizeclicklabel.cpp" "6" "flowlayout.cpp" "6" +"futuresynchronizer.cpp" "6" "fuzzymatcher.cpp" "6" +"globalfilechangeblocker.cpp" "6" "guard.cpp" "6" "headerviewstretcher.cpp" "6" "highlightingitemdelegate.cpp" "6" @@ -19003,13 +21991,29 @@ "hostosinfo.cpp" "6" "htmldocextractor.cpp" "6" "icon.cpp" "6" +"id.cpp" "6" +"infobar.cpp" "6" +"infolabel.cpp" "6" "itemviews.cpp" "6" "json.cpp" "6" +"jsontreeitem.cpp" "6" +"launcherinterface.cpp" "6" +"launcherpackets.cpp" "6" +"launchersocket.cpp" "6" +"layoutbuilder.cpp" "6" +"linecolumn.cpp" "6" +"link.cpp" "6" "macroexpander.cpp" "6" +"multitextcursor.cpp" "6" +"namevaluedictionary.cpp" "6" +"namevalueitem.cpp" "6" +"namevaluemodel.cpp" "6" +"namevaluesdialog.cpp" "6" +"namevaluevalidator.cpp" "6" "navigationtreeview.cpp" "6" "networkaccessmanager.cpp" "6" -"newclasswidget.cpp" "6" "outputformatter.cpp" "6" +"overlaywidget.cpp" "6" "overridecursor.cpp" "6" "parameteraction.cpp" "6" "pathchooser.cpp" "6" @@ -19018,27 +22022,30 @@ "port.cpp" "6" "portlist.cpp" "6" "processhandle.cpp" "6" +"processreaper.cpp" "6" +"processutils.cpp" "6" "progressindicator.cpp" "6" "projectintropage.cpp" "6" "proxyaction.cpp" "6" "proxycredentialsdialog.cpp" "6" +"qrcparser.cpp" "6" "qtcassert.cpp" "6" "qtcolorbutton.cpp" "6" "qtcprocess.cpp" "6" +"qtcsettings.cpp" "6" "reloadpromptutils.cpp" "6" "removefiledialog.cpp" "6" "runextensions.cpp" "6" -"savedaction.cpp" "6" "savefile.cpp" "6" "settingsaccessor.cpp" "6" "settingsselector.cpp" "6" "shellcommand.cpp" "6" "shellcommandpage.cpp" "6" +"singleton.cpp" "6" "statuslabel.cpp" "6" "stringutils.cpp" "6" "styledbar.cpp" "6" "stylehelper.cpp" "6" -"synchronousprocess.cpp" "6" "templateengine.cpp" "6" "temporarydirectory.cpp" "6" "temporaryfile.cpp" "6" @@ -19046,23 +22053,66 @@ "textfieldcombobox.cpp" "6" "textfileformat.cpp" "6" "textutils.cpp" "6" +"threadutils.cpp" "6" "treemodel.cpp" "6" "treeviewcombobox.cpp" "6" "uncommentselection.cpp" "6" "unixutils.cpp" "6" "url.cpp" "6" "utilsicons.cpp" "6" +"variablechooser.cpp" "6" "winutils.cpp" "6" "wizard.cpp" "6" "wizardpage.cpp" "6" "Forms" "5" "filewizardpage.ui" "6" -"newclasswidget.ui" "6" "projectintropage.ui" "6" "proxycredentialsdialog.ui" "6" "removefiledialog.ui" "6" "Resources" "5" "utils.qrc" "6" +"/codemodel" "7" +"images" "8" +"classmemberfunction.png" "9" +"classmemberfunction@2x.png" "9" +"classmembervariable.png" "9" +"classmembervariable@2x.png" "9" +"classparent.png" "9" +"classparent@2x.png" "9" +"classrelation.png" "9" +"classrelation@2x.png" "9" +"classrelationbackground.png" "9" +"classrelationbackground@2x.png" "9" +"enum.png" "9" +"enum@2x.png" "9" +"enumerator.png" "9" +"enumerator@2x.png" "9" +"keyword.png" "9" +"keyword@2x.png" "9" +"macro.png" "9" +"macro@2x.png" "9" +"member.png" "9" +"member@2x.png" "9" +"private.png" "9" +"private@2x.png" "9" +"privatebackground.png" "9" +"privatebackground@2x.png" "9" +"property.png" "9" +"property@2x.png" "9" +"propertybackground.png" "9" +"propertybackground@2x.png" "9" +"protected.png" "9" +"protected@2x.png" "9" +"protectedbackground.png" "9" +"protectedbackground@2x.png" "9" +"signal.png" "9" +"signal@2x.png" "9" +"slot.png" "9" +"slot@2x.png" "9" +"static.png" "9" +"static@2x.png" "9" +"staticbackground.png" "9" +"staticbackground@2x.png" "9" "/utils" "7" "images" "8" "app-on-top.png" "9" @@ -19111,6 +22161,9 @@ "Desktop.png" "9" "desktopdevicesmall.png" "9" "desktopdevicesmall@2x.png" "9" +"dir.png" "9" +"download.png" "9" +"download@2x.png" "9" "editclear.png" "9" "editclear@2x.png" "9" "editcopy.png" "9" @@ -19183,6 +22236,10 @@ "linkicon@2x.png" "9" "locked.png" "9" "locked@2x.png" "9" +"macos_touchbar_bookmark.png" "9" +"macos_touchbar_bookmark@2x.png" "9" +"macos_touchbar_clear.png" "9" +"macos_touchbar_clear@2x.png" "9" "magnifier.png" "9" "magnifier@2x.png" "9" "minus.png" "9" @@ -19195,6 +22252,8 @@ "notloaded@2x.png" "9" "ok.png" "9" "ok@2x.png" "9" +"online.png" "9" +"online@2x.png" "9" "pan.png" "9" "pan@2x.png" "9" "panel_button.png" "9" @@ -19209,6 +22268,8 @@ "panel_button_pressed@2x.png" "9" "panel_manage_button.png" "9" "panel_manage_button@2x.png" "9" +"pinned.png" "9" +"pinned@2x.png" "9" "plus.png" "9" "plus@2x.png" "9" "prev.png" "9" @@ -19235,12 +22296,22 @@ "reset@2x.png" "9" "rightsidebaricon.png" "9" "rightsidebaricon@2x.png" "9" +"run_file.png" "9" +"run_file@2x.png" "9" "run_small.png" "9" "run_small@2x.png" "9" +"runselected_boxes.png" "9" +"runselected_boxes@2x.png" "9" +"runselected_tickmarks.png" "9" +"runselected_tickmarks@2x.png" "9" "select.png" "9" "select@2x.png" "9" +"settings.png" "9" +"settings@2x.png" "9" "snapshot.png" "9" "snapshot@2x.png" "9" +"sort_alphabetically.png" "9" +"sort_alphabetically@2x.png" "9" "splitbutton_closebottom.png" "9" "splitbutton_closebottom@2x.png" "9" "splitbutton_closeleft.png" "9" @@ -19255,10 +22326,13 @@ "splitbutton_vertical@2x.png" "9" "stop_small.png" "9" "stop_small@2x.png" "9" +"toggleprogressdetails.png" "9" +"toggleprogressdetails@2x.png" "9" "toolbuttonexpandarrow.png" "9" "toolbuttonexpandarrow@2x.png" "9" "undo.png" "9" "undo@2x.png" "9" +"unknownfile.png" "9" "unlocked.png" "9" "unlocked@2x.png" "9" "warning.png" "9" @@ -19273,18 +22347,112 @@ "zoomin_overlay@2x.png" "9" "zoomout_overlay.png" "9" "zoomout_overlay@2x.png" "9" +"mimetypes" "8" +"freedesktop.org.xml" "9" "f1.png" "9" +"yaml-cpp" "4" +"yaml-cpp.pri" "5" +"Headers" "5" +"node" "7" +"detail" "8" +"bool_type.h" "9" +"impl.h" "9" +"iterator.h" "9" +"iterator_fwd.h" "9" +"memory.h" "9" +"node.h" "9" +"node_data.h" "9" +"node_iterator.h" "9" +"node_ref.h" "9" +"convert.h" "8" +"emit.h" "8" +"impl.h" "8" +"iterator.h" "8" +"node.h" "8" +"parse.h" "8" +"ptr.h" "8" +"type.h" "8" +"anchor.h" "7" +"binary.h" "7" +"dll.h" "7" +"emitfromevents.h" "7" +"emitter.h" "7" +"emitterdef.h" "7" +"emittermanip.h" "7" +"emitterstyle.h" "7" +"eventhandler.h" "7" +"exceptions.h" "7" +"mark.h" "7" +"noncopyable.h" "7" +"null.h" "7" +"ostream_wrapper.h" "7" +"parser.h" "7" +"stlemitter.h" "7" +"traits.h" "7" +"yaml.h" "7" +"src" "6" +"collectionstack.h" "7" +"directives.h" "7" +"emitterstate.h" "7" +"emitterutils.h" "7" +"exp.h" "7" +"indentation.h" "7" +"nodebuilder.h" "7" +"nodeevents.h" "7" +"ptr_vector.h" "7" +"regex_yaml.h" "7" +"regeximpl.h" "7" +"scanner.h" "7" +"scanscalar.h" "7" +"scantag.h" "7" +"setting.h" "7" +"singledocparser.h" "7" +"stream.h" "7" +"streamcharsource.h" "7" +"stringsource.h" "7" +"tag.h" "7" +"token.h" "7" +"Sources" "5" +"src" "6" +"binary.cpp" "7" +"convert.cpp" "7" +"directives.cpp" "7" +"emit.cpp" "7" +"emitfromevents.cpp" "7" +"emitter.cpp" "7" +"emitterstate.cpp" "7" +"emitterutils.cpp" "7" +"exceptions.cpp" "7" +"exp.cpp" "7" +"memory.cpp" "7" +"node.cpp" "7" +"node_data.cpp" "7" +"nodebuilder.cpp" "7" +"nodeevents.cpp" "7" +"null.cpp" "7" +"ostream_wrapper.cpp" "7" +"parse.cpp" "7" +"parser.cpp" "7" +"regex_yaml.cpp" "7" +"scanner.cpp" "7" +"scanscalar.cpp" "7" +"scantag.cpp" "7" +"scantoken.cpp" "7" +"simplekey.cpp" "7" +"singledocparser.cpp" "7" +"stream.cpp" "7" +"tag.cpp" "7" "gmock_dependency" "3" "gmock_dependency.pri" "4" "Headers" "4" "gtest-qt-printing.h" "5" "Headers" "3" -"chunksreportedmonitor.h" "4" -"clangasyncjob-base.h" "4" -"clangcompareoperators.h" "4" +"itemlibraryitem.h" "5" +"nodeinstanceview.h" "5" +"rewriterview.h" "5" +"abstractviewmock.h" "4" "compare-operators.h" "4" "conditionally-disabled-tests.h" "4" -"diagnosticcontainer-matcher.h" "4" "dummyclangipcclient.h" "4" "dynamicastmatcherdiagnosticcontainer-matcher.h" "4" "eventspy.h" "4" @@ -19292,179 +22460,84 @@ "filesystem-utilities.h" "4" "google-using-declarations.h" "4" "googletest.h" "4" -"gtest-clang-printing.h" "4" "gtest-creator-printing.h" "4" +"gtest-llvm-printing.h" "4" "gtest-qt-printing.h" "4" -"mimedatabase-utilities.h" "4" +"gtest-std-printing.h" "4" +"imagecachecollectormock.h" "4" "mockclangcodemodelclient.h" "4" "mockclangcodemodelserver.h" "4" -"mockclangpathwatcher.h" "4" -"mockclangpathwatchernotifier.h" "4" -"mockeditormanager.h" "4" -"mockfilepathcaching.h" "4" -"mockfilepathstorage.h" "4" +"mockfutureinterface.h" "4" +"mockimagecachegenerator.h" "4" +"mockimagecachestorage.h" "4" +"mocklistmodeleditorview.h" "4" "mockmutex.h" "4" -"mockpchcreator.h" "4" -"mockpchgeneratornotifier.h" "4" -"mockpchmanagerclient.h" "4" -"mockpchmanagernotifier.h" "4" -"mockpchmanagerserver.h" "4" -"mockprecompiledheaderstorage.h" "4" -"mockprojectpartprovider.h" "4" -"mockprojectparts.h" "4" "mockqfilesystemwatcher.h" "4" -"mockrefactoringclient.h" "4" -"mockrefactoringserver.h" "4" -"mocksearch.h" "4" -"mocksearchhandle.h" "4" -"mocksearchresult.h" "4" -"mocksqlitedatabase.h" "4" -"mocksqlitereadstatement.h" "4" +"mockqueue.h" "4" "mocksqlitestatement.h" "4" "mocksqlitetransactionbackend.h" "4" -"mocksqlitewritestatement.h" "4" -"mocksymbolindexing.h" "4" -"mocksymbolquery.h" "4" -"mocksymbolscollector.h" "4" -"mocksymbolstorage.h" "4" "mocksyntaxhighligher.h" "4" "mocktimer.h" "4" +"mocktimestampprovider.h" "4" +"notification.h" "4" "processevents-utilities.h" "4" +"projectstoragemock.h" "4" "rundocumentparse-utility.h" "4" -"runprojectcreateorupdate-utility.h" "4" "sourcerangecontainer-matcher.h" "4" "spydummy.h" "4" +"sqlitedatabasemock.h" "4" +"sqlitereadstatementmock.h" "4" +"sqlitereadwritestatementmock.h" "4" +"sqlitestatementmock.h" "4" "sqliteteststatement.h" "4" -"testclangtool.h" "4" -"testenvironment.h" "4" +"sqlitetransactionbackendmock.h" "4" +"sqlitewritestatementmock.h" "4" "unittest-utility-functions.h" "4" "Sources" "3" -"activationsequencecontextprocessor-test.cpp" "4" -"activationsequenceprocessor-test.cpp" "4" -"changedfilepathcompressor-test.cpp" "4" -"chunksreportedmonitor.cpp" "4" -"clangasyncjob-base.cpp" "4" -"clangcodecompleteresults-test.cpp" "4" -"clangcodemodelserver-test.cpp" "4" -"clangcompletecodejob-test.cpp" "4" -"clangcompletioncontextanalyzer-test.cpp" "4" -"clangdiagnosticfilter-test.cpp" "4" -"clangdocument-test.cpp" "4" -"clangdocumentprocessor-test.cpp" "4" -"clangdocumentprocessors-test.cpp" "4" -"clangdocuments-test.cpp" "4" -"clangdocumentsuspenderresumer-test.cpp" "4" -"clangfixitoperation-test.cpp" "4" -"clangfollowsymbol-test.cpp" "4" -"clangisdiagnosticrelatedtolocation-test.cpp" "4" -"clangjobqueue-test.cpp" "4" -"clangjobs-test.cpp" "4" -"clangparsesupportivetranslationunitjob-test.cpp" "4" -"clangpathwatcher-test.cpp" "4" -"clangquery-test.cpp" "4" -"clangqueryexamplehighlightmarker-test.cpp" "4" -"clangquerygatherer-test.cpp" "4" -"clangqueryhighlightmarker-test.cpp" "4" -"clangqueryprojectfindfilter-test.cpp" "4" -"clangreferencescollector-test.cpp" "4" -"clangrequestannotationsjob-test.cpp" "4" -"clangrequestreferencesjob-test.cpp" "4" -"clangresumedocumentjob-test.cpp" "4" -"clangstring-test.cpp" "4" -"clangsupportivetranslationunitinitializer-test.cpp" "4" -"clangsuspenddocumentjob-test.cpp" "4" -"clangtooltipinfo-test.cpp" "4" -"clangtranslationunit-test.cpp" "4" -"clangtranslationunits-test.cpp" "4" -"clangupdateannotationsjob-test.cpp" "4" +"asynchronousimagecache-test.cpp" "4" "clientserverinprocess-test.cpp" "4" "clientserveroutsideprocess-test.cpp" "4" -"codecompleter-test.cpp" "4" -"codecompletionsextractor-test.cpp" "4" -"completionchunkstotextconverter-test.cpp" "4" -"cppprojectfilecategorizer-test.cpp" "4" -"cppprojectinfogenerator-test.cpp" "4" -"cppprojectpartchooser-test.cpp" "4" "createtablesqlstatementbuilder-test.cpp" "4" -"cursor-test.cpp" "4" -"diagnostic-test.cpp" "4" -"diagnosticset-test.cpp" "4" "eventspy.cpp" "4" "fakeprocess.cpp" "4" -"filepath-test.cpp" "4" -"filepathcache-test.cpp" "4" -"filepathstorage-test.cpp" "4" -"filepathstoragesqlitestatementfactory-test.cpp" "4" -"filepathview-test.cpp" "4" -"filestatuscache-test.cpp" "4" -"fixit-test.cpp" "4" -"gtest-clang-printing.cpp" "4" "gtest-creator-printing.cpp" "4" "gtest-qt-printing.cpp" "4" -"highlightingresultreporter-test.cpp" "4" -"includecollector-test.cpp" "4" +"imagecachegenerator-test.cpp" "4" +"imagecachestorage-test.cpp" "4" +"lastchangedrowid-test.cpp" "4" "lineprefixer-test.cpp" "4" -"locatorfilter-test.cpp" "4" -"matchingtext-test.cpp" "4" -"mimedatabase-utilities.cpp" "4" -"mocksqlitereadstatement.cpp" "4" +"listmodeleditor-test.cpp" "4" "mocktimer.cpp" "4" -"nativefilepath-test.cpp" "4" -"nativefilepathview-test.cpp" "4" -"pchcreator-test.cpp" "4" -"pchgenerator-test.cpp" "4" -"pchmanagerclient-test.cpp" "4" -"pchmanagerclientserverinprocess-test.cpp" "4" -"pchmanagerserver-test.cpp" "4" -"precompiledheaderstorage-test.cpp" "4" +"nodelistproperty-test.cpp" "4" "processcreator-test.cpp" "4" "processevents-utilities.cpp" "4" -"projectpart-test.cpp" "4" -"projectpartartefact-test.cpp" "4" -"projectparts-test.cpp" "4" -"projectupdater-test.cpp" "4" +"projectstorage-test.cpp" "4" +"projectstoragesqlitefunctionregistry-test.cpp" "4" "readandwritemessageblock-test.cpp" "4" -"refactoringclient-test.cpp" "4" -"refactoringclientserverinprocess-test.cpp" "4" -"refactoringcompilationdatabase-test.cpp" "4" -"refactoringdatabaseinitializer-test.cpp" "4" -"refactoringengine-test.cpp" "4" -"refactoringserver-test.cpp" "4" -"senddocumenttracker-test.cpp" "4" "sizedarray-test.cpp" "4" -"skippedsourceranges-test.cpp" "4" -"smallstring-benchmark.cpp" "4" "smallstring-test.cpp" "4" -"sourcelocation-test.cpp" "4" -"sourcerange-test.cpp" "4" -"sourcerangeextractor-test.cpp" "4" -"sourcerangefilter-test.cpp" "4" +"sourcepath-test.cpp" "4" +"sourcepathcache-test.cpp" "4" +"sourcepathview-test.cpp" "4" "spydummy.cpp" "4" +"sqlitealgorithms-test.cpp" "4" "sqlitecolumn-test.cpp" "4" "sqlitedatabase-test.cpp" "4" "sqlitedatabasebackend-test.cpp" "4" "sqliteindex-test.cpp" "4" +"sqlitereadstatementmock.cpp" "4" +"sqlitereadwritestatementmock.cpp" "4" +"sqlitesessions-test.cpp" "4" "sqlitestatement-test.cpp" "4" "sqlitetable-test.cpp" "4" "sqlitetransaction-test.cpp" "4" +"sqlitevalue-test.cpp" "4" +"sqlitewritestatementmock.cpp" "4" "sqlstatementbuilder-test.cpp" "4" -"storagesqlitestatementfactory-test.cpp" "4" -"stringcache-test.cpp" "4" -"symbolfinder-test.cpp" "4" -"symbolindexer-test.cpp" "4" -"symbolindexing-test.cpp" "4" -"symbolquery-test.cpp" "4" -"symbolscollector-test.cpp" "4" -"symbolsfindfilter-test.cpp" "4" -"symbolstorage-test.cpp" "4" -"testclangtool.cpp" "4" -"tokenprocessor-test.cpp" "4" -"translationunitupdater-test.cpp" "4" +"storagecache-test.cpp" "4" +"synchronousimagecache-test.cpp" "4" "unittests-main.cpp" "4" -"unsavedfile-test.cpp" "4" -"unsavedfiles-test.cpp" "4" "utf8-test.cpp" "4" -"utf8positionfromlinecolumn-test.cpp" "4" "Other files" "3" "data" "4" "complete_arrow.cpp" "5" @@ -19473,12 +22546,14 @@ "complete_extractor_brief_comment.cpp" "5" "complete_extractor_class.cpp" "5" "complete_extractor_constructor.cpp" "5" +"complete_extractor_constructorMemberInitialization.cpp" "5" "complete_extractor_enumeration.cpp" "5" "complete_extractor_function.cpp" "5" "complete_extractor_function_unsaved.cpp" "5" "complete_extractor_function_unsaved_2.cpp" "5" "complete_extractor_functionoverload.cpp" "5" "complete_extractor_namespace.cpp" "5" +"complete_extractor_private_function_definition.cpp" "5" "complete_extractor_variable.cpp" "5" "complete_forwarding_header_1.h" "5" "complete_forwarding_header_2.h" "5" @@ -19502,6 +22577,7 @@ "complete_withNoDotArrowCorrectionForObject.cpp" "5" "complete_withNoDotArrowCorrectionForObjectWithArrowOperator.cpp" "5" "complete_withNoDotArrowCorrectionForOnlyDot.cpp" "5" +"completions_order.cpp" "5" "cursor.cpp" "5" "cursor.h" "5" "diagnostic_comparison_fixit.cpp" "5" @@ -19520,57 +22596,39 @@ "empty1.cpp" "5" "empty2.cpp" "5" "empty3.cpp" "5" -"filestatuscache_header.cpp" "5" -"filestatuscache_header.h" "5" "followsymbol_header.h" "5" "followsymbol_main.cpp" "5" "highlightingmarks.cpp" "5" "highlightingmarks.h" "5" "include_testfile.cpp" "5" -"includecollector_external1.h" "5" -"includecollector_external2.h" "5" -"includecollector_external3.h" "5" -"includecollector_false.h" "5" -"includecollector_header1.h" "5" -"includecollector_header2.h" "5" -"includecollector_if.cpp" "5" -"includecollector_indirect_external.h" "5" -"includecollector_indirect_external2.h" "5" -"includecollector_main.cpp" "5" -"includecollector_main2.cpp" "5" -"includecollector_main3.cpp" "5" -"includecollector_missingfile.cpp" "5" -"includecollector_true.h" "5" -"query_simpleclass.cpp" "5" -"query_simplefunction.cpp" "5" -"query_simplefunction2.cpp" "5" -"query_simplefunction2.h" "5" -"query_simplefunction3.cpp" "5" "references.cpp" "5" -"renamevariable.cpp" "5" "skippedsourceranges.cpp" "5" -"sourcerangeextractor_location.cpp" "5" -"symbolfinder_macro.cpp" "5" -"symbolindexer_header1.h" "5" -"symbolindexer_header2.h" "5" -"symbolindexer_main1.cpp" "5" -"symbolindexer_main2.cpp" "5" -"symbolindexer_pathChanged.cpp" "5" -"symbolindexing_main1.cpp" "5" -"symbolscollector_defines.h" "5" -"symbolscollector_header1.h" "5" -"symbolscollector_header2.h" "5" -"symbolscollector_header3.h" "5" -"symbolscollector_main.cpp" "5" -"symbolscollector_main2.cpp" "5" -"symbolscollector_simple.cpp" "5" -"symbolscollector_symbolkind.cpp" "5" -"symbolscollector_unsaved.cpp" "5" +"sqlite_database.db" "5" +"token.cpp" "5" "tooltipinfo.cpp" "5" "tooltipinfo.h" "5" "translationunits.cpp" "5" "translationunits.h" "5" +"uicmain.cpp" "5" "Other files" "0" +"cmake" "1" +"Config.cmake.in" "2" +"CreatePythonXY.cmake" "2" +"FindClang.cmake" "2" +"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" +"QtCreatorDocumentation.cmake" "2" +"QtCreatorIDEBranding.cmake" "2" +"QtCreatorTranslations.cmake" "2" +"QtcSeparateDebugInfo.cmake" "2" +"QtcSeparateDebugInfo.Info.plist.in" "2" "dist" "1" "changes-1.1.0" "2" "changes-1.1.1" "2" @@ -19617,6 +22675,26 @@ "changes-4.0.2.md" "2" "changes-4.0.3.md" "2" "changes-4.1.0.md" "2" +"changes-4.10.0.md" "2" +"changes-4.10.1.md" "2" +"changes-4.11.0.md" "2" +"changes-4.11.1.md" "2" +"changes-4.11.2.md" "2" +"changes-4.12.0.md" "2" +"changes-4.12.1.md" "2" +"changes-4.12.2.md" "2" +"changes-4.12.3.md" "2" +"changes-4.12.4.md" "2" +"changes-4.13.0.md" "2" +"changes-4.13.1.md" "2" +"changes-4.13.2.md" "2" +"changes-4.13.3.md" "2" +"changes-4.14.0.md" "2" +"changes-4.14.1.md" "2" +"changes-4.14.2.md" "2" +"changes-4.15.0.md" "2" +"changes-4.15.1.md" "2" +"changes-4.15.2.md" "2" "changes-4.2.0.md" "2" "changes-4.2.1.md" "2" "changes-4.2.2.md" "2" @@ -19631,8 +22709,53 @@ "changes-4.6.1.md" "2" "changes-4.6.2.md" "2" "changes-4.7.0.md" "2" +"changes-4.7.1.md" "2" +"changes-4.7.2.md" "2" +"changes-4.8.0.md" "2" +"changes-4.8.1.md" "2" +"changes-4.8.2.md" "2" +"changes-4.9.0.md" "2" +"changes-4.9.1.md" "2" +"changes-4.9.2.md" "2" +"changes-5.0.0.md" "2" +"changes-5.0.1.md" "2" +"changes-5.0.2.md" "2" +"changes-5.0.3.md" "2" +"changes-6.0.0.md" "2" +"changes-6.0.1.md" "2" "copyright_template.txt" "2" +"qbs" "1" +"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" "scripts" "1" +"build.py" "2" +"build_plugin.py" "2" "checkInstalledFiles.py" "2" "clangCompleteAt.sh" "2" "clazyweb2tasks.pl" "2" @@ -19645,8 +22768,9 @@ "deployqtHelper_mac.sh" "2" "fix_makefile_header_dependencies.sh" "2" "fixCopyright.sh" "2" +"flake2tasks.py" "2" "gcc2tasks.pl" "2" -"generateClangTidyChecks.py" "2" +"generateClangFormatChecksUI.py" "2" "hasCopyright.pl" "2" "krazy2tasks.pl" "2" "makedmg.py" "2" @@ -19658,6 +22782,7 @@ "perltest2tasks.pl" "2" "purify2tasks.pl" "2" "qdoc2tasks.pl" "2" +"shiboken2tasks.py" "2" "sphinx2tasks.pl" "2" "test2tasks.pl" "2" "uichanges.py" "2" diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py index ab36b86b251..9ce9a0b3164 100644 --- a/tests/system/suite_tools/tst_git_local/test.py +++ b/tests/system/suite_tools/tst_git_local/test.py @@ -206,6 +206,7 @@ def main(): test.compare(str(changed.plainText), "Retrieving data failed.", "Showing an invalid commit can't succeed but Creator survived.") invokeMenuItem("File", "Exit") + waitForCleanShutdown() def deleteProject(): path = os.path.join(srcPath, projectName) diff --git a/tests/unit/tests/unittests/utils/smallstring-test.cpp b/tests/unit/tests/unittests/utils/smallstring-test.cpp index 8d18980328c..98cdc266f9a 100644 --- a/tests/unit/tests/unittests/utils/smallstring-test.cpp +++ b/tests/unit/tests/unittests/utils/smallstring-test.cpp @@ -1534,6 +1534,7 @@ TEST(SmallString, long_path_string_move_constuctor) } QT_WARNING_PUSH +QT_WARNING_DISABLE_GCC("-Wpragmas") QT_WARNING_DISABLE_GCC("-Wself-move") QT_WARNING_DISABLE_CLANG("-Wself-move")