Skip to content
Aborted

Changes

Summary

  1. [ODESolver] Remove repeated class name in log messages (#5242) (details)
  2. [CMake] Add possibility to remove auto installing of resource files (#5230) (details)
  3. [Playback] Remove deprecated macro (#5231) (details)
  4. [StateContainer] Extensive tests of MechanicalObject::vOp (#5233) (details)
  5. [Core] Remove some static functions create (#5239) (details)
  6. Bump version of Tracy from v0.9.1 to v0.11.1 (#5249) (details)
  7. [SofaCUDA] Print CUDA standard at init of the module (#5166) (details)
  8. [Simulation] Trigger warning when Node already contains component (#5212) (details)
  9. [StateContainer] Extend the possible vector operations in vOp (#5237) (details)
  10. [Topology.Container] Add new method computeSegmentTriangleIntersectionInPlane in TriangleSetGeometryAlgorithm (#5188) (details)
  11. [StateContainer] Allow coord difference in vOp for rigids (#5253) (details)
  12. [Contact] Clean FrictionContact (#5261) (details)
  13. [GUI] Remove Qt and make SofaImGUI as default viewer (#5176) (details)
  14. [visual] Adds features to LineAxis and DrawTools (#5258) (details)
  15. [SceneChecking] Check if a Node has an empty name (#5276) (details)
  16. [SceneUtility] Remove *AliasComponent (#5241) (details)
  17. [All] Fix compilation with FLOATING_POINT_TYPE=float (#5269) (details)
  18. [Helper] Deprecate findOrCreateAValidPath and introduce clearer functions (#5264) (details)
  19. [ODESolver] Add option to compute residual at the end of the solving (#5263) (details)
  20. [ODESolver] Update data comment in EulerImplicit (#5282) (details)
  21. [IO.Mesh] Fix missing `iomanip` header in tests (#5279) (details)
  22. [github] Add workflow for performance testing launch (#5286) (details)
  23. [github] Use token for performance regression launching (#5287) (details)
  24. [examples] Add new example showcasing how to attach two bodies  (#5250) (details)
  25. [Core] ObjectFactory: remove message when a plugin has already registered its components (#5271) (details)
  26. [Helper] Readability in ComponentChange (#5277) (details)
  27. [Visual] Replace string by SelectableItem in VisualGrid (#5280) (details)
  28. [Core] Add 2 new categories (Exporter and OrderingMethod) (#5284) (details)
Commit 7c6bddcb48c2699135f46beb9fa54b8c63dd0c1b by noreply
[ODESolver] Remove repeated class name in log messages (#5242)

The file was modified Sofa/Component/ODESolver/Backward/src/sofa/component/odesolver/backward/EulerImplicitSolver.cpp (diff)
Commit ffddff707679c4558e3f86b44aea6b43167e4d02 by noreply
[CMake] Add possibility to remove auto installing of resource files (#5230)

Add possibility to remove auto installing of ressource files
The file was modified Sofa/framework/Config/cmake/SofaMacrosInstall.cmake (diff)
Commit 38c295dcb7fffee64cbb7bf538fc6c60a61f2273 by noreply
[Playback] Remove deprecated macro (#5231)

The file was modified Sofa/Component/Playback/src/sofa/component/playback/CompareState.cpp (diff)
The file was modified Sofa/Component/Playback/src/sofa/component/playback/config.h.in (diff)
The file was modified Sofa/Component/Playback/src/sofa/component/playback/CompareTopology.cpp (diff)
Commit 989a885269ec2e97491de89264861c35c8ab36d2 by noreply
[StateContainer] Extensive tests of MechanicalObject::vOp (#5233)

* [StateContainer] Extensive tests of MechanicalObject::vOp

* fix wrong name

* fix test

* Use variable for the coefficients

* missing test

* remove duplicated test
The file was addedSofa/Component/StateContainer/tests/MechanicalObjectVOp_test.cpp
The file was modified Sofa/Component/StateContainer/tests/CMakeLists.txt (diff)
Commit 365940321143e545a865765cef669cb267f485e8 by noreply
[Core] Remove some static functions create (#5239)

The file was modified Sofa/framework/Core/src/sofa/core/MultiMapping.h (diff)
The file was modified applications/plugins/MultiThreading/src/MultiThreading/component/animationloop/AnimationLoopParallelScheduler.h (diff)
The file was modified Sofa/framework/Core/src/sofa/core/behavior/MixedInteractionConstraint.h (diff)
The file was modified Sofa/framework/Core/src/sofa/core/Multi2Mapping.h (diff)
Commit 3eecf8f0b4d0e58986f2dda28c0a9b36eb7cb488 by noreply
Bump version of Tracy from v0.9.1 to v0.11.1 (#5249)

The file was modified Sofa/framework/Config/CMakeLists.txt (diff)
Commit 9ceb6dc2270c33c218d35c9ef911b310b6d5bc28 by noreply
[SofaCUDA] Print CUDA standard at init of the module (#5166)

* [SofaCUDA] Print CUDA standard at init of the module

* add an empty scene loading the plugin

* compiler output

* remove empty scene
The file was modified applications/plugins/SofaCUDA/sofa/gpu/cuda/mycuda.cu (diff)
Commit 6af25d5812580fafe94cd840a84c11d404714dde by noreply
[Simulation] Trigger warning when Node already contains component (#5212)

* [Simulation] Trigger error when Node already contains component

* also mention the class name

* convert error to warning

* fix STLExporter_test
The file was modified Sofa/framework/Simulation/Graph/test/Simulation_test.cpp (diff)
The file was modified Sofa/framework/Simulation/Graph/test/Node_test.cpp (diff)
The file was modified Sofa/Component/IO/Mesh/tests/STLExporter_test.cpp (diff)
The file was modified Sofa/framework/Simulation/Core/src/sofa/simulation/Node.cpp (diff)
Commit 5448a14f0526ac3d597c1abb8c4427acde4055cd by noreply
[StateContainer] Extend the possible vector operations in vOp (#5237)

* missing test

* remove duplicated test

* [StateContainer] Extend the possible vector operations in vOp

---------

Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
The file was modified Sofa/Component/StateContainer/src/sofa/component/statecontainer/MechanicalObject.inl (diff)
The file was modified Sofa/Component/StateContainer/tests/MechanicalObjectVOp_test.cpp (diff)
Commit 5120328b3b72af66a97e85112af6e6fe2bc30478 by noreply
[Topology.Container] Add new method computeSegmentTriangleIntersectionInPlane in TriangleSetGeometryAlgorithm (#5188)

* Update TriangleSetGeometryAlgorithms.h

* Update TriangleSetGeometryAlgorithms.inl

* [TopologyTest] Add comments

* [Topology.Dynamic_test] factorize some code in TriangleSetTopology_test

* [Topology.Dynamic_test] Add some tests in TriangleSetTopology_test to test adding and removing triangles

* typo errors

* [Topology.Dynamic_test] Add tests in TriangleSetTopology_test tto test TriangleSegmentIntersection inside same plane or with projection

* Update TriangleSetTopology_test.cpp

* Update TriangleSetTopology_test.cpp

* Update TriangleSetTopology_test.cpp

* Fix namespace
The file was modified Sofa/Component/Topology/Container/Dynamic/tests/TriangleSetTopology_test.cpp (diff)
The file was modified Sofa/Component/Topology/Container/Dynamic/src/sofa/component/topology/container/dynamic/TriangleSetGeometryAlgorithms.inl (diff)
The file was modified Sofa/Component/Topology/Container/Dynamic/src/sofa/component/topology/container/dynamic/TriangleSetGeometryAlgorithms.h (diff)
Commit 62264fbe152b4286efb4fda1e250cfdacbfe8016 by noreply
[StateContainer] Allow coord difference in vOp for rigids (#5253)

* [StateContainer] Allow coord difference in vOp for rigids

* check that DataTypes support coordDifference
The file was modified Sofa/Component/StateContainer/tests/MechanicalObjectVOp_test.cpp (diff)
The file was modified Sofa/Component/StateContainer/src/sofa/component/statecontainer/MechanicalObject.inl (diff)
Commit d2f194d5c1631bc90ebb70b2e6669e2d92cef612 by noreply
[Contact] Clean FrictionContact (#5261)

* [Contact] Replace double by SReal

* add override keyword on destructor
The file was modified Sofa/Component/Collision/Response/Contact/src/sofa/component/collision/response/contact/FrictionContact.inl (diff)
The file was modified Sofa/Component/Collision/Response/Contact/src/sofa/component/collision/response/contact/FrictionContact.h (diff)
Commit b4e8b98aeae827c646ab3f671f9f352689b554ee by noreply
[GUI] Remove Qt and make SofaImGUI as default viewer (#5176)

* Add possibility to fetch and add by default for external plugins and set SofaGLFW as ON by default

* Remove Qt-based GUI from sources

* Add way to pull and build Sofa.Qt plugin

* Fix compilation

* Change order so SofaGLFW and SofaIMGUI are already in the target stack when runSofa produce the plugin_list.cong.default

* Merge master

* Make the packaging possible without Qt

* Remove GuiDataRepository that was Qt specific -> will need to include it to the Qt gui plugin

* Add fetchable Qt
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/iconerror.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QTransformationWidget.h
The file was modified Sofa/framework/Config/cmake/SofaMacrosConfigure.cmake (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/LinkWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index_fichiers/GUI.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index_fichiers/Tab_graph.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/dataGraph/SofaComponentNodeModel.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaWindowProfiler.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QEnergyStatWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/sceneGraphRefresh-locked.svg
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/VisitorGUI.ui
The file was removedSofa/GUI/Common/src/sofa/gui/common/GuiDataRepository.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SimpleDataWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/AboutDialog.ui
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QModelViewTableDataContainer.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index_fichiers/Tab_show.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaMouseManager.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/StructDataWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QMouseWheelAdjustementGuard.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QSofaListView.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QMenuFilesRecentlyOpened.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/LinkWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/SofaViewer.cpp
The file was modified applications/projects/CMakeLists.txt (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/BaseGenGraphForm.ui
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/ModifyObject.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaPluginManager.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/GLBackend.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/VideoRecorderManager.ui
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/DialogAddObject.ui
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/WindowVisitor.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/WindowProfiler.ui
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/collapseAll.svg
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GraphListenerQListView.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QModelViewTableUpdater.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/iconnode.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/qt/iconnode.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/AboutSOFADialog.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/TableDataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/iconsleep.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GenGraphForm.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QVisitorControlPanel.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QDisplayDataWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QModelViewTableUpdater.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/iconwarning.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QMouseOperations.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/sceneGraphRefresh-unlocked.svg
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index_fichiers/GUI_caption0.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/VisualModelPolicy.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GraphListenerQListView.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QSofaStatWidget.h
The file was addedapplications/projects/Sofa.Qt/ExternalProjectConfig.cmake.in
The file was removedSofa/GUI/Qt/LICENSE.GPL.txt
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/panels/QDocBrowser.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GraphVisitor.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/VisualModelPolicy.h
The file was removedSofa/GUI/Qt/etc/Sofa.GUI.Qt.ini.in
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QDisplayDataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaWindowDataGraph.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/FileManagement.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QSofaStatWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/PieWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/WDoubleLineEdit.cpp
The file was modified Sofa/GUI/src/sofa/gui/init.cpp (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/qt/QtViewer.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/back.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/qgl/QtGLViewer.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QtMessageRedirection.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index_fichiers/GUI_caption1.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/FileManagement.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaWindowDataGraph.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QMenuFilesRecentlyOpened.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/graphicon.ico
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/PluginManager.ui
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/iconinfo.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/qt/QtViewer.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/MaterialDataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/RGBAColorDataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GraphVisitor.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SimpleDataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/qt.conf.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/ModifyObject.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/RealGUI.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/MouseManager.ui
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QtMessageRedirection.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/SofaViewer.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/WindowVisitor.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/home.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/WDoubleLineEdit.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/DataFilenameWidget.cpp
The file was modified Sofa/GUI/CMakeLists.txt (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/init.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaWindowProfiler.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/DataFilenameWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GenericWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/panels/QDocBrowser.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/DisplayFlagsDataWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index_fichiers/Viewer.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/sofa-logo-alpha-text.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/MaterialDataWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QDisplayLinkWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/RGBAColorDataWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/DisplayFlagsDataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/PieWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QMomentumStatWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GUI.ui
The file was modified tools/postinstall-fixup/CMakeLists.txt (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GenGraphForm.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QGraphStatWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QRGBAColorPicker.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaPluginManager.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/sceneGraphRefresh-dirty.svg
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GraphDataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QMouseWheelAdjustementGuard.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/qgl/QtGLViewer.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/config.h.in
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/back.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index_fichiers/Tab_stats.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/PickHandlerCallBacks.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/init.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QGraphStatWidget.cpp
The file was modified tools/postinstall-fixup/linux-postinstall-fixup.sh (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/icondata.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/OglModelPolicy.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/TableDataWidget.cpp
The file was modified Sofa/GUI/Common/CMakeLists.txt (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/AboutSOFADialog.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/openFile.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QTabulationModifyObject.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/RealGUI.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QMomentumStatWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/PickHandlerCallBacks.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaMouseManager.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/EngineBackend.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GraphDataWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/iconmultinode.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QDisplayPropertyWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QDataDescriptionWidget.h
The file was removedSofa/GUI/Qt/Sofa.GUI.QtConfig.cmake.in
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/home.xpm
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QEnergyStatWidget.cpp
The file was modified tools/postinstall-fixup/macos-postinstall-fixup.sh (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QMouseOperations.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/icons/expandAll.svg
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/dataGraph/SofaComponentNodeModel.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GLPickHandler.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/StructDataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaVideoRecorderManager.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/GLBackend.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QDataDescriptionWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QVisitorControlPanel.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaSceneGraphWidget.cpp
The file was removedSofa/GUI/Common/src/sofa/gui/common/GuiDataRepository.cpp
The file was modified applications/projects/runSofa/Main.cpp (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaVideoRecorderManager.cpp
The file was modified Sofa/GUI/Sofa.GUIConfig.cmake.in (diff)
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/SofaSceneGraphWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QRGBAColorPicker.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/qt/graphicon.ico
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/fwd.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QDisplayLinkWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QTransformationWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/DataWidget.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/viewer/OglModelPolicy.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/DataWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/GLPickHandler.cpp
The file was removedSofa/GUI/Qt/CMakeLists.txt
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index_fichiers/VIewerOGRE.png
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QSofaListView.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/resources/RealGUI.qrc
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/Doc_Viewer/index.html
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QTableDataContainer.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QTableUpdater.h
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QDisplayPropertyWidget.cpp
The file was removedSofa/GUI/Qt/src/sofa/gui/qt/QTabulationModifyObject.h
Commit f2f0b108268a56bca118ab6e3e6c72aa76f10760 by noreply
[visual] Adds features to LineAxis and DrawTools (#5258)

* [visual-gl] LineAxis & DrawTool:
- fixes usage of thickness
- new feature: infinite lines
- new feature: vanishing infinite line
- fixes typo

* [visual] LineAxis: cleaning
The file was modified Sofa/Component/Visual/src/sofa/component/visual/VisualGrid.cpp (diff)
The file was modified Sofa/GL/src/sofa/gl/DrawToolGL.cpp (diff)
The file was modified Sofa/Component/Visual/src/sofa/component/visual/LineAxis.h (diff)
The file was modified Sofa/framework/Helper/src/sofa/helper/visual/DrawTool.h (diff)
The file was modified Sofa/GL/src/sofa/gl/DrawToolGL.h (diff)
The file was modified Sofa/Component/Visual/src/sofa/component/visual/LineAxis.cpp (diff)
Commit aa3609843698ab1fec13fa2beab73487c3a5ba86 by noreply
[SceneChecking] Check if a Node has an empty name (#5276)

The file was modified applications/projects/SceneChecking/CMakeLists.txt (diff)
The file was addedapplications/projects/SceneChecking/src/SceneChecking/SceneCheckEmptyNodeName.h
The file was addedapplications/projects/SceneChecking/src/SceneChecking/SceneCheckEmptyNodeName.cpp
Commit ef7ff21931491fc482974af7fc950be5ca734d31 by noreply
[SceneUtility] Remove *AliasComponent (#5241)

* [SceneUtility] Remove *AliasComponent

* Update in the ComponentChange so that it appears as Removed

* remove associated scenes
The file was removedSofa/Component/SceneUtility/src/sofa/component/sceneutility/MakeDataAliasComponent.cpp
The file was removedSofa/Component/SceneUtility/src/sofa/component/sceneutility/MakeAliasComponent.h
The file was modified Sofa/Component/SceneUtility/tests/CMakeLists.txt (diff)
The file was modified Sofa/framework/Helper/src/sofa/helper/ComponentChange.cpp (diff)
The file was removedexamples/Component/SceneUtility/MakeDataAlias.scn
The file was removedSofa/Component/SceneUtility/src/sofa/component/sceneutility/MakeAliasComponent.cpp
The file was removedSofa/Component/SceneUtility/tests/MakeDataAliasComponent_test.cpp
The file was removedexamples/Component/SceneUtility/MakeAlias.scn
The file was removedSofa/Component/SceneUtility/src/sofa/component/sceneutility/MakeDataAliasComponent.h
The file was modified Sofa/Component/SceneUtility/CMakeLists.txt (diff)
The file was removedSofa/Component/SceneUtility/tests/MakeAliasComponent_test.cpp
The file was modified Sofa/Component/SceneUtility/src/sofa/component/sceneutility/init.cpp (diff)
Commit 4ee24f6218a7285b8b4faf9f9d69ea2746fa2a6a by noreply
[All] Fix compilation with FLOATING_POINT_TYPE=float (#5269)

fix compilation with FLOATING_POINT_TYPE=float
The file was modified Sofa/Component/Constraint/Lagrangian/Model/src/sofa/component/constraint/lagrangian/model/BilateralLagrangianConstraint.h (diff)
The file was modified Sofa/Component/SolidMechanics/FEM/HyperElastic/src/sofa/component/solidmechanics/fem/hyperelastic/material/StableNeoHookean.h (diff)
The file was modified Sofa/Component/Collision/Response/Contact/src/sofa/component/collision/response/contact/AugmentedLagrangianResponse.inl (diff)
The file was modified Sofa/Component/Constraint/Lagrangian/Model/src/sofa/component/constraint/lagrangian/model/BilateralConstraintResolution.h (diff)
Commit a22997231bf7a0ea3edd37d03360e5c86eb3ea78 by noreply
[Helper] Deprecate findOrCreateAValidPath and introduce clearer functions (#5264)

* [Helper] Fix findOrCreateAValidPath when given a file path

* [Helper] Fix findOrCreateAValidPath when given a file path

* Introduce clearer function names

* deprecate findOrCreateAValidPath

* restore previous findOrCreateAValidPath
The file was modified Sofa/framework/Helper/src/sofa/helper/Utils.cpp (diff)
The file was modified Sofa/framework/Helper/src/sofa/helper/system/FileSystem.cpp (diff)
The file was modified Sofa/framework/Helper/src/sofa/helper/system/FileSystem.h (diff)
The file was modified Sofa/framework/Helper/test/system/FileSystem_test.cpp (diff)
The file was modified Sofa/framework/Helper/src/sofa/helper/config.h.in (diff)
Commit fee965740e7d59e7a50808f3e7347142ad651fa7 by noreply
[ODESolver] Add option to compute residual at the end of the solving (#5263)

The file was modified Sofa/Component/ODESolver/Backward/src/sofa/component/odesolver/backward/EulerImplicitSolver.h (diff)
The file was modified examples/Component/ODESolver/Backward/EulerImplicitSolver.scn (diff)
The file was modified Sofa/Component/ODESolver/Backward/src/sofa/component/odesolver/backward/EulerImplicitSolver.cpp (diff)
Commit 5307e85cbfe60520a0e509fc6931c6b6f963c464 by noreply
[ODESolver] Update data comment in EulerImplicit (#5282)

The file was modified Sofa/Component/ODESolver/Backward/src/sofa/component/odesolver/backward/EulerImplicitSolver.cpp (diff)
Commit 700b6cdd94fe24a51b2a7014fb0fc83e6abe1fbc by noreply
[IO.Mesh] Fix missing `iomanip` header in tests (#5279)

Fix missing header
The file was modified Sofa/Component/IO/Mesh/tests/MeshExporter_test.cpp (diff)
Commit 9f56fca787132ad2f3255ae434d868ec41777fc1 by noreply
[github] Add workflow for performance testing launch (#5286)

* Add workflow for performance testing launch

* Fix github token and sha
The file was added.github/workflows/launch-perf-test.yml
Commit 0806b074743b886b6adfd20d9e51312e342a398d by noreply
[github] Use token for performance regression launching (#5287)

Try fixing action
The file was modified .github/workflows/launch-perf-test.yml (diff)
Commit 093c67d3b483735545c7a8aaca4a0f58f4464bad by noreply
 [examples] Add new example showcasing how to attach two bodies  (#5250)

* [examples] Add new example showcasing how to attach two bodies

* minor esthetic change

* add UncoupledCC to take reviews into account

* extend projective constraint
The file was addedexamples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Soft_Rigid_Bodies.scn
Commit 8b3e3c08360f327f20898567d318d44fe7216d55 by noreply
[Core] ObjectFactory: remove message when a plugin has already registered its components (#5271)

* remove message when a plugin has already registered its components

* Update ObjectFactory.cpp

---------

Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
The file was modified Sofa/framework/Core/src/sofa/core/ObjectFactory.cpp (diff)
Commit a6a2defa5b369474969cd30cec731d5109062639 by noreply
[Helper] Readability in ComponentChange (#5277)

* [Helper] Readability in ComponentChange

* apply

* see https://github.com/sofa-framework/sofa/pull/2099/files#r635164768

* see https://github.com/sofa-framework/sofa/pull/1546

* remove Remove

* consistency

* Update ComponentChange.cpp

---------

Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>
The file was modified Sofa/framework/Helper/src/sofa/helper/ComponentChange.h (diff)
The file was modified Sofa/framework/Helper/src/sofa/helper/ComponentChange.cpp (diff)
Commit 4016294aae2dbe8634ed205e61e9d522d38eda92 by noreply
[Visual] Replace string by SelectableItem in VisualGrid (#5280)

The file was modified Sofa/Component/Visual/src/sofa/component/visual/VisualGrid.h (diff)
The file was modified Sofa/Component/Visual/src/sofa/component/visual/VisualGrid.cpp (diff)
Commit cf1a71941a8a37b2b35ec83da4ce22325b79a3ce by noreply
[Core] Add 2 new categories (Exporter and OrderingMethod) (#5284)

* reformat

* sort categories

* introduce category OrderingMethod

* Introduce Exporter category
The file was modified Sofa/framework/Core/src/sofa/core/CategoryLibrary.h (diff)
The file was modified Sofa/framework/Core/src/sofa/core/CategoryLibrary.cpp (diff)