Salome HOME
Task #3237: Allow usage of accented characters in ObjectBrowser
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 29 Jun 2020 12:53:57 +0000 (15:53 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 29 Jun 2020 12:53:57 +0000 (15:53 +0300)
commit08a991619fbd4f803d52e698dd48f0f7f46d118e
tree0d98c6d3723d293d2319d262b8214966e3ca85b4
parentd5d78920316491975a67f76578982b401cdfe71d
Task #3237: Allow usage of accented characters in ObjectBrowser

Move string conversion to the separate package.
45 files changed:
CMakeLists.txt
src/Events/CMakeLists.txt
src/Events/Events_InfoMessage.cpp
src/ExchangePlugin/CMakeLists.txt
src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp
src/ExchangePlugin/ExchangePlugin_Import.cpp
src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp
src/ExchangePlugin/ExchangePlugin_ImportPart.cpp
src/Locale/CMakeLists.txt [new file with mode: 0644]
src/Locale/Locale_Convert.cpp [new file with mode: 0644]
src/Locale/Locale_Convert.h [new file with mode: 0644]
src/Locale/Locale_def.h [new file with mode: 0644]
src/Model/CMakeLists.txt
src/Model/Model_Application.cpp
src/Model/Model_AttributeSelection.cpp
src/Model/Model_BodyBuilder.cpp
src/Model/Model_Data.cpp
src/Model/Model_Document.cpp
src/Model/Model_Objects.cpp
src/Model/Model_ResultField.cpp
src/Model/Model_ResultPart.cpp
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI_Tools.cpp
src/ModelAPI/ModelAPI_Tools.h
src/ModelHighAPI/CMakeLists.txt
src/ModelHighAPI/ModelHighAPI_Dumper.cpp
src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp
src/ModelHighAPI/ModelHighAPI_Tools.cpp
src/ParametersPlugin/CMakeLists.txt
src/ParametersPlugin/ParametersPlugin_EvalListener.cpp
src/ParametersPlugin/ParametersPlugin_Parameter.cpp
src/ParametersPlugin/ParametersPlugin_Validators.cpp
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Validators.cpp
src/Selector/CMakeLists.txt
src/Selector/Selector_Modify.cpp
src/Selector/Selector_Primitive.cpp
src/SketchAPI/CMakeLists.txt
src/SketchAPI/SketchAPI_BSpline.cpp
src/SketchAPI/SketchAPI_Ellipse.cpp
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_MacroBSpline.cpp
src/SketchPlugin/SketchPlugin_Split.cpp
src/SketchPlugin/SketchPlugin_Tools.cpp
src/SketchPlugin/SketchPlugin_Validators.cpp