Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2023 20:15:55 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a97fc05d7269 - main - devel/qtcreator: Update to 11.0.0 release.
Message-ID:  <202307302015.36UKFt7O036180@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a97fc05d7269ab22048533a71e5a862f9ce7a700

commit a97fc05d7269ab22048533a71e5a862f9ce7a700
Author:     Florian Walpen <dev@submerge.ch>
AuthorDate: 2023-05-05 22:34:14 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-07-30 20:15:29 +0000

    devel/qtcreator: Update to 11.0.0 release.
    
    Changes: https://www.qt.io/blog/qt-creator-11-released
    
    PR:             272715
---
 devel/qtcreator/Makefile                           | 28 ++-----
 devel/qtcreator/distinfo                           |  6 +-
 .../patch-src_plugins_qmldesigner_CMakeLists.txt   | 10 +++
 .../files/patch-src_tools_process__stub_main.cpp   | 31 ++++++++
 devel/qtcreator/pkg-plist                          | 85 ++++++++++++++++++----
 5 files changed, 123 insertions(+), 37 deletions(-)

diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile
index 64b5ee0e652f..d0eca9b82252 100644
--- a/devel/qtcreator/Makefile
+++ b/devel/qtcreator/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	qtcreator
-DISTVERSION=	10.0.2
-PORTREVISION=	1
+DISTVERSION=	11.0.0
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
 DISTNAME=	qt-creator-opensource-src-${DISTVERSION}
@@ -29,25 +28,12 @@ USE_LDCONFIG=	${LOCALBASE}/lib/${PORTNAME}
 USE_QT=		5compat base declarative positioning quick3d quicktimeline \
 		serialport shadertools sqldriver-sqlite svg tools translations webchannel
 
-SHEBANG_FILES=	bin/qtcreator.sh \
-		doc/fixnavi.pl \
-		doc/qtcreatordev/examples/aggregation/test.sh \
-		scripts/*.pl \
-		scripts/*.py \
-		scripts/*.sh \
-		share/qtcreator/scripts/openTerminal.py \
-		share/qtcreator/translations/check-ts.pl \
-		share/qtcreator/translations/*.py \
-		src/app/winicons/createicons.sh \
-		src/libs/glsl/make-parser.sh \
-		src/libs/qmljs/parser/changeLicense.py \
-		src/libs/qmljs/parser/gen-parser.sh \
-		src/libs/qt-breakpad/qtbreakpadsymbols \
-		src/plugins/perfprofiler/tracepoints.sh \
-		src/tools/icons/*.sh \
-		src/tools/icons/*.py \
-		tests/system/tools/findUnusedObjects.py \
-		tests/system/tools/objectsToTable.py
+SHEBANG_GLOB=	*.pl *.py *.sh
+SHEBANG_FILES=	src/libs/qt-breakpad/qtbreakpadsymbols \
+		src/plugins/terminal/tests/* \
+		src/plugins/terminal/tests/cursor/* \
+		tests/manual/distribution/elflint
+python_OLD_CMD+="/usr/bin/env python3.10"
 
 # Provide library paths, default llvm first as a hint to the clang code model.
 CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH:STRING="${LLVM_PREFIX};${PREFIX}"
diff --git a/devel/qtcreator/distinfo b/devel/qtcreator/distinfo
index c3223e41a2da..757f16467d4d 100644
--- a/devel/qtcreator/distinfo
+++ b/devel/qtcreator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687121578
-SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-10.0.2.tar.xz) = da7fc5e7dc1a80c71c09e245b7d2711eb01ba575e2f99110d04a7ce799926d4e
-SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-10.0.2.tar.xz) = 48768836
+TIMESTAMP = 1689874832
+SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-11.0.0.tar.xz) = dbf44f55fb03834d270bedeff695ac4fc02af3ada845f5b9ef982b6b159a1430
+SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-11.0.0.tar.xz) = 49815848
diff --git a/devel/qtcreator/files/patch-src_plugins_qmldesigner_CMakeLists.txt b/devel/qtcreator/files/patch-src_plugins_qmldesigner_CMakeLists.txt
new file mode 100644
index 000000000000..672388e376a7
--- /dev/null
+++ b/devel/qtcreator/files/patch-src_plugins_qmldesigner_CMakeLists.txt
@@ -0,0 +1,10 @@
+--- src/plugins/qmldesigner/CMakeLists.txt.orig	2023-06-09 13:41:37 UTC
++++ src/plugins/qmldesigner/CMakeLists.txt
+@@ -8,7 +8,6 @@ if (APPLE)
+   set(QmlDesignerPluginInstallPrefix "${IDE_PLUGIN_PATH}/QmlDesigner")
+ endif()
+ 
+-add_compile_options("$<$<COMPILE_LANG_AND_ID:CXX,Clang>:-Wno-error=maybe-uninitialized>")
+ add_compile_options("$<$<COMPILE_LANG_AND_ID:CXX,GNU>:-Wno-error=maybe-uninitialized>")
+ 
+ add_qtc_library(QmlDesignerUtils STATIC
diff --git a/devel/qtcreator/files/patch-src_tools_process__stub_main.cpp b/devel/qtcreator/files/patch-src_tools_process__stub_main.cpp
new file mode 100644
index 000000000000..3ee92fc68956
--- /dev/null
+++ b/devel/qtcreator/files/patch-src_tools_process__stub_main.cpp
@@ -0,0 +1,31 @@
+--- src/tools/process_stub/main.cpp.orig	2023-06-08 07:45:07 UTC
++++ src/tools/process_stub/main.cpp
+@@ -22,7 +22,7 @@
+ #include <unistd.h>
+ #endif
+ 
+-#ifdef Q_OS_LINUX
++#ifdef Q_OS_UNIX
+ #include <sys/ptrace.h>
+ #endif
+ 
+@@ -211,6 +211,9 @@ void onInferiorStarted()
+     // In debug mode we use the poll timer to send the pid.
+     if (!debugMode)
+         sendPid(inferiorId);
++#elif defined(Q_OS_FREEBSD)
++    ptrace(PT_DETACH, inferiorId, 0, SIGSTOP);
++    sendPid(inferiorId);
+ #else
+     ptrace(PTRACE_DETACH, inferiorId, 0, SIGSTOP);
+     sendPid(inferiorId);
+@@ -230,6 +233,9 @@ void setupUnixInferior()
+             // Suspend ourselves ...
+             raise(SIGSTOP);
+         });
++#elif defined(Q_OS_FREEBSD)
++        // PT_TRACE_ME will stop execution of the child process as soon as execve is called.
++        inferiorProcess.setChildProcessModifier([] { ptrace(PT_TRACE_ME, 0, 0, 0); });
+ #else
+         // PTRACE_TRACEME will stop execution of the child process as soon as execve is called.
+         inferiorProcess.setChildProcessModifier([] { ptrace(PTRACE_TRACEME, 0, 0, 0); });
diff --git a/devel/qtcreator/pkg-plist b/devel/qtcreator/pkg-plist
index ec70afaeab6d..de0ac3e9be34 100644
--- a/devel/qtcreator/pkg-plist
+++ b/devel/qtcreator/pkg-plist
@@ -39,6 +39,7 @@ lib/qtcreator/libyaml-cpp.so.%%SHLIB_VER%%
 lib/qtcreator/plugins/libAndroid.so
 lib/qtcreator/plugins/libAutoTest.so
 lib/qtcreator/plugins/libAutotoolsProjectManager.so
+lib/qtcreator/plugins/libAxivion.so
 lib/qtcreator/plugins/libBareMetal.so
 lib/qtcreator/plugins/libBazaar.so
 lib/qtcreator/plugins/libBeautifier.so
@@ -56,6 +57,7 @@ lib/qtcreator/plugins/libCoco.so
 lib/qtcreator/plugins/libCodePaster.so
 lib/qtcreator/plugins/libCompilationDatabaseProjectManager.so
 lib/qtcreator/plugins/libConan.so
+lib/qtcreator/plugins/libCopilot.so
 lib/qtcreator/plugins/libCore.so
 lib/qtcreator/plugins/libCppEditor.so
 lib/qtcreator/plugins/libCppcheck.so
@@ -76,6 +78,7 @@ lib/qtcreator/plugins/libHelloWorld.so
 lib/qtcreator/plugins/libHelp.so
 lib/qtcreator/plugins/libImageViewer.so
 lib/qtcreator/plugins/libIncrediBuild.so
+lib/qtcreator/plugins/libInsight.so
 lib/qtcreator/plugins/libIos.so
 lib/qtcreator/plugins/libLanguageClient.so
 lib/qtcreator/plugins/libMacros.so
@@ -92,6 +95,7 @@ lib/qtcreator/plugins/libPython.so
 lib/qtcreator/plugins/libQbsProjectManager.so
 lib/qtcreator/plugins/libQmakeProjectManager.so
 lib/qtcreator/plugins/libQmlDesigner.so
+lib/qtcreator/plugins/libQmlDesignerBase.so
 lib/qtcreator/plugins/libQmlJSEditor.so
 lib/qtcreator/plugins/libQmlJSTools.so
 lib/qtcreator/plugins/libQmlPreview.so
@@ -108,10 +112,12 @@ lib/qtcreator/plugins/libSilverSearcher.so
 lib/qtcreator/plugins/libSquish.so
 lib/qtcreator/plugins/libStudioWelcome.so
 lib/qtcreator/plugins/libSubversion.so
+lib/qtcreator/plugins/libTerminal.so
 lib/qtcreator/plugins/libTextEditor.so
 lib/qtcreator/plugins/libTodo.so
 lib/qtcreator/plugins/libUpdateInfo.so
 lib/qtcreator/plugins/libValgrind.so
+lib/qtcreator/plugins/libVcpkg.so
 lib/qtcreator/plugins/libVcsBase.so
 lib/qtcreator/plugins/libWebAssembly.so
 lib/qtcreator/plugins/libWelcome.so
@@ -148,6 +154,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/changelog/changes-10.0.0.md
 %%DATADIR%%/changelog/changes-10.0.1.md
 %%DATADIR%%/changelog/changes-10.0.2.md
+%%DATADIR%%/changelog/changes-11.0.0.md
 %%DATADIR%%/changelog/changes-2.0.0
 %%DATADIR%%/changelog/changes-2.0.1
 %%DATADIR%%/changelog/changes-2.1.0
@@ -265,6 +272,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/debugger/gdbtracepoint.py
 %%DATADIR%%/debugger/libcpp_stdtypes.py
 %%DATADIR%%/debugger/lldbbridge.py
+%%DATADIR%%/debugger/loadorder.txt
 %%DATADIR%%/debugger/misctypes.py
 %%DATADIR%%/debugger/opencvtypes.py
 %%DATADIR%%/debugger/pdbbridge.py
@@ -342,6 +350,8 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qml-type-descriptions/qt-labs-gestures.qmltypes
 %%DATADIR%%/qml-type-descriptions/qt-labs-particles.qmltypes
 %%DATADIR%%/qml-type-descriptions/qt5QtQuick2-bundle.json
+%%DATADIR%%/qml-type-descriptions/qt5QtQuick2ext-macos-bundle.json
+%%DATADIR%%/qml-type-descriptions/qt5QtQuick2ext-win-bundle.json
 %%DATADIR%%/qml-type-descriptions/qtmobility-connectivity.qmltypes
 %%DATADIR%%/qml-type-descriptions/qtmobility-contacts.qmltypes
 %%DATADIR%%/qml-type-descriptions/qtmobility-feedback.qmltypes
@@ -355,6 +365,16 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qml-type-descriptions/qtmobility-systeminfo.qmltypes
 %%DATADIR%%/qml-type-descriptions/qtmultimediakit.qmltypes
 %%DATADIR%%/qml-type-descriptions/qtwebkit.qmltypes
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/AssetDelegate.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/Assets.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/AssetsContextMenu.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/AssetsView.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/ConfirmDeleteFilesDialog.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/ConfirmDeleteFolderDialog.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/ErrorDialog.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/NewEffectDialog.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/NewFolderDialog.qml
+%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/RenameFolderDialog.qml
 %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml
 %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryMaterial.qml
 %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryMaterialContextMenu.qml
@@ -364,22 +384,22 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryTexture.qml
 %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryTextureContextMenu.qml
 %%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryTexturesView.qml
+%%DATADIR%%/qmldesigner/contentLibraryQmlSource/DownloadPane.qml
+%%DATADIR%%/qmldesigner/contentLibraryQmlSource/TextureProgressBar.qml
 %%DATADIR%%/qmldesigner/contentLibraryQmlSource/UnimportBundleMaterialDialog.qml
 %%DATADIR%%/qmldesigner/designericons.json
+%%DATADIR%%/qmldesigner/edit3dQmlSource/BakeLightsProgressDialog.qml
+%%DATADIR%%/qmldesigner/edit3dQmlSource/BakeLightsSetupDialog.qml
+%%DATADIR%%/qmldesigner/feedback/FeedbackPopup.qml
+%%DATADIR%%/qmldesigner/feedback/star_empty.png
+%%DATADIR%%/qmldesigner/feedback/star_empty@2x.png
+%%DATADIR%%/qmldesigner/feedback/star_filled.png
+%%DATADIR%%/qmldesigner/feedback/star_filled@2x.png
 %%DATADIR%%/qmldesigner/formatconfiguration.json
+%%DATADIR%%/qmldesigner/insight/Main.qml
 %%DATADIR%%/qmldesigner/itemLibraryQmlSources/AddModuleView.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/Assets.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/AssetsContextMenu.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/AssetDelegate.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/AssetsView.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ConfirmDeleteFilesDialog.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ConfirmDeleteFolderDialog.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ErrorDialog.qml
 %%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml
 %%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemsView.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/NewEffectDialog.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/NewFolderDialog.qml
-%%DATADIR%%/qmldesigner/itemLibraryQmlSources/RenameFolderDialog.qml
 %%DATADIR%%/qmldesigner/landingpage/content/App.qml
 %%DATADIR%%/qmldesigner/landingpage/content/CustomCheckBox.ui.qml
 %%DATADIR%%/qmldesigner/landingpage/content/InstallQdsStatusBlock.ui.qml
@@ -402,6 +422,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/materialBrowserQmlSource/ChooseMaterialProperty.qml
 %%DATADIR%%/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml
 %%DATADIR%%/qmldesigner/materialBrowserQmlSource/MaterialBrowserContextMenu.qml
+%%DATADIR%%/qmldesigner/materialBrowserQmlSource/MaterialBrowserItemName.qml
 %%DATADIR%%/qmldesigner/materialBrowserQmlSource/MaterialItem.qml
 %%DATADIR%%/qmldesigner/materialBrowserQmlSource/TextureBrowserContextMenu.qml
 %%DATADIR%%/qmldesigner/materialBrowserQmlSource/TextureItem.qml
@@ -575,14 +596,25 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/StateSpecifics.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml
-%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSection.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/WindowSpecifics.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/BakedLightmapSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/BakedLightmapSpecifics.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AmbientSoundSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AmbientSoundSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioEngineSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioEngineSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioListenerSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioRoomSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioRoomSpecifics.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/NodeSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/SpatialSoundSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/SpatialSoundSpecifics.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/RegExpValidator.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AbstractButton.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ActionIndicator.qml
@@ -656,6 +688,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/TextExtrasSection.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/TextInputSection.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ToolTipArea.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/VerticalScrollBar.qml
@@ -726,12 +759,24 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextArea.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextField.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ToolTip.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TopLevelComboBox.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TranslationIndicator.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/VerticalScrollBar.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/qmldir
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ControlStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/DefaultStyle.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/PrimaryButtonStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/SearchControlStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/StatesControlStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/StatusBarButtonStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/StatusBarControlStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ToolbarStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/TopToolbarButtonStyle.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarButtonStyle.qml
+%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarControlStyle.qml
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf
 %%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/qmldir
 %%DATADIR%%/qmldesigner/qt4mcu/metadata.qml
@@ -742,9 +787,12 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/qt4mcu/qul-20.qml
 %%DATADIR%%/qmldesigner/qt4mcu/qul-21.qml
 %%DATADIR%%/qmldesigner/qt4mcu/qul-22.qml
+%%DATADIR%%/qmldesigner/qt4mcu/qul-23.qml
+%%DATADIR%%/qmldesigner/qt4mcu/qul-24.qml
 %%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
 %%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesList.qml
 %%DATADIR%%/qmldesigner/statesEditorQmlSources/images/checkers.png
+%%DATADIR%%/qmldesigner/statusbar/Main.qml
 %%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button.png
 %%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button@2.png
 %%DATADIR%%/qmldesigner/studio_templates/files/custombutton/file.qml.tpl
@@ -827,7 +875,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/wizard.json
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/CMakeLists.txt
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Constants.qml.tpl
-%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/DirectoryFontLoader.qml.tpl
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Button.qml
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/CheckBox.qml
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/DefaultStyle.qml
@@ -873,6 +920,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-o.png
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/qmldir
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Screen01.ui.qml.tpl
+%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank.png
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank@2.png
 %%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/detailsPage.qml
@@ -897,6 +945,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/studio_templates/projects/common/fonts.txt
 %%DATADIR%%/qmldesigner/studio_templates/projects/common/import_qml_components_plugins.h.tpl
 %%DATADIR%%/qmldesigner/studio_templates/projects/common/import_qml_plugins.h.tpl
+%%DATADIR%%/qmldesigner/studio_templates/projects/common/insight.tpl
 %%DATADIR%%/qmldesigner/studio_templates/projects/common/main.cpp.tpl
 %%DATADIR%%/qmldesigner/studio_templates/projects/common/main.qml
 %%DATADIR%%/qmldesigner/studio_templates/projects/common/qmlcomponents.tpl
@@ -943,6 +992,11 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/textureEditorQmlSource/TextureEditorPane.qml
 %%DATADIR%%/qmldesigner/textureEditorQmlSource/TextureEditorToolBar.qml
 %%DATADIR%%/qmldesigner/textureEditorQmlSource/TextureEditorTopSection.qml
+%%DATADIR%%/qmldesigner/toolbar/CrumbleBar.qml
+%%DATADIR%%/qmldesigner/toolbar/CrumbleBread.qml
+%%DATADIR%%/qmldesigner/toolbar/Main.qml
+%%DATADIR%%/qmldesigner/toolbar/ToolbarButton.qml
+%%DATADIR%%/qmldesigner/workspacePresets/Advanced-3D.wrk
 %%DATADIR%%/qmldesigner/workspacePresets/Animation-2D.wrk
 %%DATADIR%%/qmldesigner/workspacePresets/Animation-3D.wrk
 %%DATADIR%%/qmldesigner/workspacePresets/Basic.wrk
@@ -951,6 +1005,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/qmldesigner/workspacePresets/Essentials.wrk
 %%DATADIR%%/qmldesigner/workspacePresets/UX-Design.wrk
 %%DATADIR%%/qmldesigner/workspacePresets/Views-All.wrk
+%%DATADIR%%/qmldesigner/workspacePresets/order.json
 %%DATADIR%%/qmlicons/Qt/16x16/BorderImage.png
 %%DATADIR%%/qmlicons/Qt/16x16/BusyIndicator.png
 %%DATADIR%%/qmlicons/Qt/16x16/Button.png
@@ -1044,6 +1099,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/templates/wizards/autotest/files/tst_main.cpp
 %%DATADIR%%/templates/wizards/autotest/files/tst_qml.tmpl
 %%DATADIR%%/templates/wizards/autotest/files/tst_src.cpp
+%%DATADIR%%/templates/wizards/autotest/files/tst_src_boost.cpp
 %%DATADIR%%/templates/wizards/autotest/files/tst_src_gt.cpp
 %%DATADIR%%/templates/wizards/autotest/wizard.json
 %%DATADIR%%/templates/wizards/classes/cpp/file.cpp
@@ -1079,6 +1135,8 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/templates/wizards/files/java/wizard.json
 %%DATADIR%%/templates/wizards/files/js/file.js
 %%DATADIR%%/templates/wizards/files/js/wizard.json
+%%DATADIR%%/templates/wizards/files/markdown/file.md
+%%DATADIR%%/templates/wizards/files/markdown/wizard.json
 %%DATADIR%%/templates/wizards/files/modeling/model/file.qmodel
 %%DATADIR%%/templates/wizards/files/modeling/model/wizard.json
 %%DATADIR%%/templates/wizards/files/modeling/scratch/file.qmodel
@@ -1099,6 +1157,8 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/templates/wizards/files/scratch/wizard.json
 %%DATADIR%%/templates/wizards/files/scxml/file.scxml
 %%DATADIR%%/templates/wizards/files/scxml/wizard.json
+%%DATADIR%%/templates/wizards/files/testing/file.cpp
+%%DATADIR%%/templates/wizards/files/testing/wizard.json
 %%DATADIR%%/templates/wizards/files/text/file.txt
 %%DATADIR%%/templates/wizards/files/text/wizard.json
 %%DATADIR%%/templates/wizards/global/consoleapplication.png
@@ -1191,7 +1251,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
 %%DATADIR%%/templates/wizards/projects/qtquickapplication/icon@2x.png
 %%DATADIR%%/templates/wizards/projects/qtquickapplication/main.cpp
 %%DATADIR%%/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf
-%%DATADIR%%/templates/wizards/projects/qtquickapplication/tmpl.qbs
 %%DATADIR%%/templates/wizards/projects/qtquickapplication/wizard.json
 %%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/CMakeLists.6.x.txt
 %%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/CMakeLists.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307302015.36UKFt7O036180>