Icons/Mesasages and commands for:
- check blocks compound
- getting free faces
- propagate
This commit is contained in:
vkn 2004-12-30 13:13:26 +00:00
parent 840683b88f
commit 5c033ddef3
4 changed files with 93 additions and 11 deletions

View File

@ -344,6 +344,9 @@ msgstr "chamferface.png"
msgid "ICON_DLG_CHECKSHAPE"
msgstr "check.png"
msgid "ICON_DLG_CHECK_COMPOUND_OF_BLOCKS"
msgstr "check_blocks_compound.png"
#SupressFaceDlg
msgid "ICON_DLG_SUPRESS_FACE"
msgstr "supressface.png"
@ -486,3 +489,9 @@ msgstr "block_face_4e.png"
msgid "ICON_DLG_GLUE_FACES"
msgstr "glue.png"
msgid "ICON_DLG_FREE_FACES"
msgstr "free_faces.png"
msgid "ICON_DLG_PROPAGATE"
msgstr "propagate.png"

View File

@ -527,6 +527,25 @@ msgstr "Chamfer"
msgid "GEOM_CHECK_SHAPE"
msgstr "Check Shape"
#Check Blocks Compound
msgid "GEOM_CHECK_BLOCKS_COMPOUND"
msgstr "Check Blocks Compound"
#Check Blocks Compound Errors
msgid "GEOM_CHECK_BLOCKS_COMPOUND_ERRORS"
msgstr "Errors"
#Check Blocks Compound Errors
msgid "GEOM_CHECK_BLOCKS_COMPOUND_HAS_NO_ERRORS"
msgstr "The Compound of Blocks has no errors"
msgid "GEOM_CHECK_BLOCKS_COMPOUND_HAS_ERRORS"
msgstr "The Compound of Blocks has errors"
#Check Blocks Compound SubShapes
msgid "GEOM_CHECK_BLOCKS_COMPOUND_SUBSHAPES"
msgstr "Incriminated Sub-Shapes"
#Whatis
msgid "GEOM_WHATIS"
msgstr "Whatis"
@ -820,6 +839,10 @@ msgstr "Cylinder Construction"
msgid "GEOM_CHECK_TITLE"
msgstr "Check Shape Informations"
#: MeasureGUI_CheckCompoundOfBlocks.cxx:61
msgid "GEOM_CHECK_COMPOUND_BLOCKS_TITLE"
msgstr "Check Blocks Compound"
#: GeometryGUI_CheckShape.cxx:83
msgid "GEOM_CHECK_INFOS"
msgstr "Object And Its Topological Informations"
@ -1595,6 +1618,9 @@ msgstr "Detect"
msgid "GEOM_FREE_BOUNDARIES"
msgstr "Free boundaries"
msgid "GEOM_FREE_FACES"
msgstr "Free faces"
msgid "GEOM_BY_PARAMETER"
msgstr "By parameter"
@ -1905,6 +1931,9 @@ msgstr "Glue faces"
msgid "GEOM_GLUE"
msgstr "Glue"
msgid "GEOM_FREE_FACES_TITLE"
msgstr "Free faces"
### New object names for RepairGUI ###
msgid "SEWING_NEW_OBJ_NAME"
msgstr "Sewing"
@ -1933,4 +1962,10 @@ msgstr "SupressFaces"
msgid "NON_GEOM_OBJECTS_SELECTED"
msgstr "There are objects selected which do not belong to %1 component."
msgid "GEOM_PROPAGATE_TITLE"
msgstr "Propagate"
msgid "GEOM_PROPAGATE"
msgstr "Propagate"
###

View File

@ -516,6 +516,25 @@ msgstr "Chanfrein"
msgid "GEOM_CHECK_SHAPE"
msgstr "Check Shape"
#Check Blocks Compound
msgid "GEOM_CHECK_BLOCKS_COMPOUND"
msgstr "Check Blocks Compound"
#Check Blocks Compound Errors
msgid "GEOM_CHECK_BLOCKS_COMPOUND_ERRORS"
msgstr "Errors"
#Check Blocks Compound Errors
msgid "GEOM_CHECK_BLOCKS_COMPOUND_HAS_NO_ERRORS"
msgstr "The Compound of Blocks has no errors"
msgid "GEOM_CHECK_BLOCKS_COMPOUND_HAS_ERRORS"
msgstr "The Compound of Blocks has errors"
#Check Blocks Compound SubShapes
msgid "GEOM_CHECK_BLOCKS_COMPOUND_SUBSHAPES"
msgstr "Incriminated Sub-Shapes"
#Whatis
msgid "GEOM_WHATIS"
msgstr "Whatis"
@ -803,6 +822,10 @@ msgstr "Construction d'un Cylindre"
msgid "GEOM_CHECK_TITLE"
msgstr "Check Shape"
#: MeasureGUI_CheckCompoundOfBlocks.cxx:61
msgid "GEOM_CHECK_COMPOUND_BLOCKS_TITLE"
msgstr "Check Blocks Compound"
#: GeometryGUI_CheckShape.cxx:83
msgid "GEOM_CHECK_INFOS"
msgstr "Objet et ses Informations Topologiques"
@ -1348,3 +1371,15 @@ msgstr "Create a copy"
#MZN: to be translated
msgid "GEOM_CREATE_SINGLE_SOLID"
msgstr "Create a single solid"
msgid "GEOM_FREE_FACES"
msgstr "Free faces"
msgid "GEOM_FREE_FACES_TITLE"
msgstr "Free faces"
msgid "GEOM_PROPAGATE_TITLE"
msgstr "Propagate"
msgid "GEOM_PROPAGATE"
msgstr "Propagate"

View File

@ -403,6 +403,7 @@ bool GeometryGUI::OnGUIEvent(int theCommandID, QAD_Desktop* parent)
theCommandID == 607 || // MENU REPAIR - REMOVE INTERNAL WIRES
theCommandID == 608 || // MENU REPAIR - ADD POINT ON EDGE
theCommandID == 609 || // MENU REPAIR - FREE BOUNDARIES
theCommandID == 610 || // MENU REPAIR - FREE FACES
theCommandID == 602 ) { // MENU REPAIR - GLUE FACES
library = geomGUI->getLibrary( "libRepairGUI.so" );
}
@ -414,6 +415,7 @@ bool GeometryGUI::OnGUIEvent(int theCommandID, QAD_Desktop* parent)
theCommandID == 705 || // MENU MEASURE - TOLERANCE
theCommandID == 706 || // MENU MEASURE - WHATIS
theCommandID == 707 || // MENU MEASURE - CHECK
theCommandID == 7072 || // MENU MEASURE - CHECK COMPOUND OF BLOCKS
theCommandID == 708 ) { // MENU MEASURE - POINT COORDINATES
library = geomGUI->getLibrary( "libMeasureGUI.so" );
}
@ -424,6 +426,7 @@ bool GeometryGUI::OnGUIEvent(int theCommandID, QAD_Desktop* parent)
else if( theCommandID == 9999 || // MENU BLOCKS - HEXAHEDRAL SOLID
theCommandID == 9998 || // MENU BLOCKS - MULTI-TRANSFORMATION
theCommandID == 9997 || // MENU BLOCKS - QUADRANGLE FACE
theCommandID == 99991 || // MENU BLOCKS - PROPAGATE
theCommandID == 9995 ) { // MENU BLOCKS - EXPLODE ON BLOCKS
library = geomGUI->getLibrary( "libBlocksGUI.so" );
}