Salome HOME
Merge 'oscar/porting_to_V9' branch.
authorabn <adrien.bruneton@cea.fr>
Tue, 15 Jan 2019 13:24:23 +0000 (14:24 +0100)
committerrnv <rnv@opencascade.com>
Tue, 29 Oct 2019 13:59:07 +0000 (16:59 +0300)
commit52070c15a44138cd16c0545bec9e52c11993f544
treee60120a2aaf06bbb1769466974e3f08df752c5e7
parent06b595be09949ccd50373a547ca1f5318f5c5387
Merge 'oscar/porting_to_V9' branch.
74 files changed:
src/LightApp/LightApp_OBSelector.cxx
src/SUIT/SUIT_TreeSync.h
tools/CurvePlot/CMakeLists.txt
tools/CurvePlot/SalomeCURVEPLOTConfig.cmake.in
tools/CurvePlot/src/cpp/CurvePlot.cxx
tools/CurvePlot/src/cpp/CurvePlot.hxx
tools/CurvePlot/src/cpp/test/CMakeLists.txt
tools/CurvePlot/src/cpp/test/test_curveplot.cxx
tools/CurvePlot/src/python/controller/CMakeLists.txt
tools/CurvePlot/src/python/controller/PlotController.py
tools/CurvePlot/src/python/controller/__init__.py
tools/CurvePlot/src/python/controller/utils.py.in
tools/CurvePlot/src/python/model/CMakeLists.txt
tools/CurvePlot/src/python/model/CurveModel.py
tools/CurvePlot/src/python/model/PlotManager.py
tools/CurvePlot/src/python/model/TableModel.py
tools/CurvePlot/src/python/model/XYPlotSetModel.py
tools/CurvePlot/src/python/pyqtside/CMakeLists.txt
tools/CurvePlot/src/python/pyqtside/QtCore.py
tools/CurvePlot/src/python/pyqtside/QtGui.py
tools/CurvePlot/src/python/pyqtside/QtWidgets.py [new file with mode: 0644]
tools/CurvePlot/src/python/pyqtside/__init__.py
tools/CurvePlot/src/python/pyqtside/pyside_dynamic.py
tools/CurvePlot/src/python/pyqtside/uic.py
tools/CurvePlot/src/python/test/CMakeLists.txt
tools/CurvePlot/src/python/test/PlotCurve_Standalone.py
tools/CurvePlot/src/python/test/PlotTestBase.py
tools/CurvePlot/src/python/test/README.txt
tools/CurvePlot/src/python/test/SalomePyQt_MockUp.py.in
tools/CurvePlot/src/python/test/TestDesktop.py
tools/CurvePlot/src/python/test/baselines/testAddCurveAppend_a.png
tools/CurvePlot/src/python/test/baselines/testAddCurve_a.png
tools/CurvePlot/src/python/test/baselines/testAddPlotSet_a.png
tools/CurvePlot/src/python/test/baselines/testClearPlotSet2_a.png
tools/CurvePlot/src/python/test/baselines/testClearPlotSet_a.png
tools/CurvePlot/src/python/test/baselines/testCopyCurve_a.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurrentItem_curve_a.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurrentItem_plotSet_a.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurve1_a.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurve2_a.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurve3_a.png
tools/CurvePlot/src/python/test/baselines/testDeletePlotSet1_a.png
tools/CurvePlot/src/python/test/baselines/testDeletePlotSet2_a.png
tools/CurvePlot/src/python/test/baselines/testExtendCurve_a.png
tools/CurvePlot/src/python/test/baselines/testLockRepaint_a.png
tools/CurvePlot/src/python/test/baselines/testPlotCurveFromTable_a.png
tools/CurvePlot/src/python/test/baselines/testResetCurve_a.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve2_a.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve3_a.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve_a.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentPlotSet_a.png
tools/CurvePlot/src/python/test/baselines/testSetCurveLabel_a.png
tools/CurvePlot/src/python/test/baselines/testSetCurveMarker_a.png
tools/CurvePlot/src/python/test/baselines/testSetLabelX_a.png
tools/CurvePlot/src/python/test/baselines/testSetLabelY_a.png
tools/CurvePlot/src/python/test/baselines/testSetLegendVisible_a.png
tools/CurvePlot/src/python/test/baselines/testSetPlotSetTitle_a.png
tools/CurvePlot/src/python/test/baselines/testSetXSciNotation_a.png
tools/CurvePlot/src/python/test/baselines/testSetYSciNotation_a.png
tools/CurvePlot/src/python/test/baselines/testSettingsCurveColor_a.png
tools/CurvePlot/src/python/test/baselines/testSettingsCurveMarker_a.png
tools/CurvePlot/src/python/test/baselines/testToggleXLog_a.png
tools/CurvePlot/src/python/test/baselines/testToggleYLog_a.png
tools/CurvePlot/src/python/test/plot_test.py
tools/CurvePlot/src/python/ui/CMakeLists.txt
tools/CurvePlot/src/python/ui/CurveTreeDockWidget.py
tools/CurvePlot/src/python/ui/PlotSettings.py
tools/CurvePlot/src/python/ui/PlotSettings.ui
tools/CurvePlot/src/python/ui/PlotWidget.py
tools/CurvePlot/src/python/views/CMakeLists.txt
tools/CurvePlot/src/python/views/CurveBrowserView.py
tools/CurvePlot/src/python/views/CurveTabsView.py
tools/CurvePlot/src/python/views/CurveView.py
tools/CurvePlot/src/python/views/XYView.py