Skip to content

Changes

Summary

  1. Validate and load the text when switching between models (details)
  2. Don't return something from a void function (details)
  3. beginRemoveRows takes parent item as argument (details)
  4. Set the pointer to 0 after delete (details)
  5. Fix the OMSens plugin path (#7018) (details)
  6. Do not add the items to the scene if there are no annotations (#7029) (details)
  7. Use deleteLater instead of delete (#7035) (details)
  8. Remove the current connection when user cancels the operation (#7036) (details)
Commit 0514bdf36350caa3304377ca6268cb1f2202afe9 by adeel.asghar
Validate and load the text when switching between models

Fixes ticket:6162 and ticket:6248
The file was modified OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp (diff)
The file was modified OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp (diff)
Commit c58169d23b0116265fdbc8a139917ef71443ee47 by adeel.asghar
Don't return something from a void function

Removed some unnecessary functions from Element.h
The file was modified OMEdit/OMEditLIB/Element/Element.h (diff)
The file was modified OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp (diff)
The file was modified OMEdit/OMEditLIB/Element/Element.cpp (diff)
The file was modified OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp (diff)
Commit f102badf7b4f2f0b9353d6d89f95b707d894c79a by adeel.asghar
beginRemoveRows takes parent item as argument
The file was modified OMEdit/OMEditLIB/Debugger/Locals/LocalsWidget.cpp (diff)
The file was modified OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp (diff)
The file was modified OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp (diff)
The file was modified OMEdit/OMEditLIB/TransformationalDebugger/TransformationsWidget.cpp (diff)
The file was modified OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.h (diff)
The file was modified OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp (diff)
The file was modified OMEdit/OMEditLIB/Debugger/Breakpoints/BreakpointsWidget.cpp (diff)
Commit 62b6cc78c3ccbc9d7fe1d38ee0188a8d7ff2db7c by adeel.asghar
Set the pointer to 0 after delete
The file was modified OMEdit/OMEditLIB/Modeling/MessagesWidget.cpp (diff)
The file was modified OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp (diff)
The file was modified OMEdit/OMEditLIB/OMS/OMSProxy.cpp (diff)
The file was modified OMEdit/OMEditLIB/Git/GitCommands.cpp (diff)
The file was modified OMEdit/OMEditLIB/Options/OptionsDialog.cpp (diff)
Commit 0e1ad5c5bef04aaf0c4b91d019e8d3ce900fe12d by adeel.asghar
Fix the OMSens plugin path (#7018)

Update OMSens_Qt
The file was modified OMEdit/OMEditLIB/Modeling/MessagesWidget.cpp (diff)
The file was modified OMEdit/omc_config.h.in (diff)
The file was modified OMEdit/OMEditLIB/MainWindow.cpp (diff)
The file was modified OMSens_Qt (diff)
Commit 55290b504731ff1a9f2dcd9788f8ffc4adb7bc8e by adeel.asghar
Do not add the items to the scene if there are no annotations (#7029)

Fixes ticket #6271
The file was modified OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp (diff)
The file was modified OMEdit/OMEditLIB/Modeling/Commands.cpp (diff)
Commit 1094528afda8b8f451d4608b3c4daf0e3828a998 by adeel.asghar
Use deleteLater instead of delete (#7035)

The file was modified OMEdit/OMEditLIB/Plotting/DiagramWindow.cpp (diff)
Commit 5961394f4ac37ae84797c060705c9691353dfaa7 by adeel.asghar
Remove the current connection when user cancels the operation (#7036)

The file was modified OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp (diff)