0027763: Visualization - remove V3d_View::Print() method
authorkgv <kgv@opencascade.com>
Wed, 10 Aug 2016 20:32:50 +0000 (23:32 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 18 Aug 2016 12:02:37 +0000 (15:02 +0300)
commit60273f77747932f028137a1ba3802ce358a8cca5
treefffef1421a0bbe3e9c414b59c3a059d671fe29d5
parent3a17b1684553f4072cc4caba76149d2a029f8952
0027763: Visualization - remove V3d_View::Print() method

Dependency from FreeImagePlus.dll (but not FreeImage.dll) has been removed.

Method V3d_View::Export() has been marked as deprecated.

Added Standard_DISABLE_DEPRECATION_WARNINGS and Standard_ENABLE_DEPRECATION_WARNINGS
to eliminate compiler warnings for using deprecated APIs within Draw Harness for testing.

compatibility with gcc 4.5-
30 files changed:
CMakeLists.txt
adm/cmake/freeimageplus.cmake [deleted file]
adm/cmake/occt_csf.cmake
adm/cmake/vardescr.cmake
adm/genconfdeps.tcl
adm/genproj.tcl
adm/templates/custom.build.bat.in
adm/templates/custom.install.bat.in
adm/templates/env.bat.in
dox/dev_guides/upgrade/upgrade.md
src/Aspect/Aspect_PrintAlgo.hxx [deleted file]
src/Aspect/FILES
src/Graphic3d/Graphic3d_CView.hxx
src/Graphic3d/Graphic3d_GraphicDriver.hxx
src/OpenGl/FILES
src/OpenGl/OpenGl_GraphicDriver.hxx
src/OpenGl/OpenGl_PrinterContext.cxx [deleted file]
src/OpenGl/OpenGl_PrinterContext.hxx [deleted file]
src/OpenGl/OpenGl_Text.cxx
src/OpenGl/OpenGl_Text.hxx
src/OpenGl/OpenGl_View.hxx
src/OpenGl/OpenGl_View_Print.cxx [deleted file]
src/OpenGl/OpenGl_View_Redraw.cxx
src/OpenGl/OpenGl_Workspace.hxx
src/Standard/Standard_Macro.hxx
src/V3d/FILES
src/V3d/V3d_View.hxx
src/V3d/V3d_View_Print.cxx [deleted file]
src/ViewerTest/ViewerTest_ViewerCommands.cxx
tests/bugs/vis/bug22337 [deleted file]