]> 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 master 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>
Thu, 28 Nov 2024 17:29:21 +0000 (17:29 +0000)
commit67928afad5f8d564368c4287faa44ce55285a9d8
tree323c03446fb635ab787682128d0f3bd3152375b9
parenta843efed422beb0eaf1917d9bd69760857ecec39
[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]