]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
[bos #35155][EDF](2023-T1) Trihedron axes. Added font and color settings in Preferenc... kleontev/35155_Trihedron_axes 8/head
authorKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Mon, 2 Oct 2023 21:09:40 +0000 (22:09 +0100)
committerKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Wed, 25 Oct 2023 09:01:59 +0000 (10:01 +0100)
commit4f5e9a0b5d29dc8fca7e7ef55a3e241b1e12fdd4
treeb041c3f6bff21e20f20b823423f44ef4e275d972
parente1ce73d5be167bde706ee8af330ceb3fc952a2e4
[bos #35155][EDF](2023-T1) Trihedron axes. Added font and color settings in Preferencies dialog. Updated trihedrons text in OCCViewer_Viewer (text font and color, default color for arrows) and SVTK_Viewer (only text color).
27 files changed:
doc/salome/gui/images/pref_salome_3dviewer.png
doc/salome/gui/input/setting_preferences.rst
src/LightApp/LightApp_Application.cxx
src/LightApp/resources/LightApp.xml
src/LightApp/resources/LightApp_msg_en.ts
src/LightApp/resources/LightApp_msg_fr.ts
src/LightApp/resources/LightApp_msg_ja.ts
src/OCCViewer/CMakeLists.txt
src/OCCViewer/OCCViewer.cxx
src/OCCViewer/OCCViewer_TrihedronSetup.cxx [new file with mode: 0644]
src/OCCViewer/OCCViewer_TrihedronSetup.h [new file with mode: 0644]
src/OCCViewer/OCCViewer_ViewModel.cxx
src/OCCViewer/OCCViewer_ViewModel.h
src/OCCViewer/OCCViewer_ViewPort3d.cxx
src/OCCViewer/OCCViewer_ViewPort3d.h
src/SVTK/CMakeLists.txt
src/SVTK/SVTK_TrihedronSetup.cxx [new file with mode: 0644]
src/SVTK/SVTK_TrihedronSetup.h [new file with mode: 0644]
src/SVTK/SVTK_ViewModel.cxx
src/SVTK/SVTK_ViewModel.h
src/SVTK/SVTK_ViewWindow.cxx
src/SVTK/SVTK_ViewWindow.h
src/VTKViewer/VTKViewer_Trihedron.cxx
src/VTKViewer/VTKViewer_Trihedron.h
src/ViewerTools/CMakeLists.txt
src/ViewerTools/ViewerTools_TrihedronSetup.cxx [new file with mode: 0644]
src/ViewerTools/ViewerTools_TrihedronSetup.h [new file with mode: 0644]