Skip to content

Commit

Permalink
qt-creator: Dev release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman committed Oct 30, 2024
1 parent 0f44b9f commit 6b9a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt-creator
Submodule qt-creator updated 27 files
+1 −1 cmake/QtCreatorIDEBranding.cmake
+1 −1 dist/installer/ifw/packages/io.openmv.openmvide.application/meta/installscript.qs
+ share/qtcreator/drivers/openmv/openmv-h7-dfu.cat
+ share/qtcreator/drivers/openmv/openmv-h7-dfu.inf
+ share/qtcreator/drivers/openmv/openmv-h7p-dfu.cat
+ share/qtcreator/drivers/openmv/openmv-h7p-dfu.inf
+ share/qtcreator/drivers/openmv/openmv-m4-dfu.cat
+ share/qtcreator/drivers/openmv/openmv-m4-dfu.inf
+ share/qtcreator/drivers/openmv/openmv-m7-dfu.cat
+ share/qtcreator/drivers/openmv/openmv-m7-dfu.inf
+ share/qtcreator/drivers/openmv/openmv-pt-dfu.cat
+ share/qtcreator/drivers/openmv/openmv-pt-dfu.inf
+235 −16 share/qtcreator/firmware/settings.json
+21 −1 share/qtcreator/pydfu/99-openmv.rules
+3 −1 src/libs/utils/checkablemessagebox.cpp
+4 −0 src/plugins/coreplugin/dialogs/saveitemsdialog.cpp
+1 −1 src/plugins/coreplugin/editormanager/editormanager.cpp
+1 −0 src/plugins/diffeditor/diffeditorplugin.cpp
+3 −1 src/plugins/openmv/CMakeLists.txt
+26 −0 src/plugins/openmv/openmvplugin.h
+621 −0 src/plugins/openmv/openmvpluginbootloader.cpp
+339 −1,162 src/plugins/openmv/openmvpluginconnect.cpp
+101 −0 src/plugins/openmv/openmvpluginconnect.h
+353 −0 src/plugins/openmv/openmvplugindfubootloader.cpp
+5 −0 src/plugins/openmv/tools/myqserialportinfo.cpp
+2 −0 src/plugins/openmv/tools/myqserialportinfo.h
+3 −0 src/plugins/qtsupport/baseqtversion.cpp

0 comments on commit 6b9a7b3

Please sign in to comment.