From 31fb271b7b3da460bcf3d06d9b2b2f859b8166a1 Mon Sep 17 00:00:00 2001 From: gdd Date: Thu, 12 May 2011 13:07:55 +0000 Subject: [PATCH] Clean source code French translation file encoding back to utf-8 --- src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx | 17 ------- src/GUI/BLSURFPluginGUI_HypothesisCreator.h | 1 - src/GUI/BLSURFPlugin_msg_fr.ts | 48 +++++++++---------- 3 files changed, 24 insertions(+), 42 deletions(-) diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx index 8de8242..80ed5c1 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx @@ -306,7 +306,6 @@ QWidget *EnforcedTreeWidgetDelegate::createEditor(QWidget *parent, } return editor; } - } void EnforcedTreeWidgetDelegate::setEditorData(QWidget *editor, @@ -397,22 +396,6 @@ bool EnforcedTreeWidgetDelegate::vertexExists(QAbstractItemModel *model, } } } -// else if (col == ENF_VER_ENTRY_COLUMN) { -// // Compare entries if no coords (= selected geom) -// xString = parent.child(row, ENF_VER_X_COLUMN).data(Qt::EditRole).toString(); -// if (xString.isEmpty) { -// int nbChildren = model->rowCount(parent); -// for (int i = 0 ; i < nbChildren ; i++) { -// if (i != row) { -// QString childName = parent.child(i, ENF_VER_ENTRY_COLUMN).data(Qt::EditRole).toString(); -// if (childName == value) { -// exists = true; -// break; -// } -// } -// } -// } -// } else if (col == ENF_VER_NAME_COLUMN) { int nbChildren = model->rowCount(parent); for (int i = 0 ; i < nbChildren ; i++) { diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.h b/src/GUI/BLSURFPluginGUI_HypothesisCreator.h index f4edaaa..447892a 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.h +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.h @@ -98,7 +98,6 @@ struct TEnfVertex{ TEnfName grpName; }; -// TODO remove all TEnfVertexGUICmp struct CompareEnfVertices { diff --git a/src/GUI/BLSURFPlugin_msg_fr.ts b/src/GUI/BLSURFPlugin_msg_fr.ts index 78b1cf9..9e46651 100755 --- a/src/GUI/BLSURFPlugin_msg_fr.ts +++ b/src/GUI/BLSURFPlugin_msg_fr.ts @@ -1,4 +1,4 @@ - + @@ -21,27 +21,27 @@ BLSURF_CUSTOM_GEOM - Personnalisé + Personnalisé BLSURF_CUSTOM_USER - Personnalisé + Personnalisé BLSURF_DECIMESH - S'affranchir des frontières des surfaces + S'affranchir des frontières des surfaces BLSURF_DEFAULT_GEOM - Défaut + Défaut BLSURF_DEFAULT_USER - Défaut + Défaut BLSURF_GEOM_MESH - Maillage géométrique + Maillage géométrique BLSURF_GRADATION @@ -49,11 +49,11 @@ BLSURF_HGEOMAX - Taille géométrique maximale + Taille géométrique maximale BLSURF_HGEOMIN - Taille géométrique minimale + Taille géométrique minimale BLSURF_HPHYDEF @@ -77,11 +77,11 @@ BLSURF_ADV_ARGS - Avancé + Avancé BLSURF_TITLE - Construction d'une hypothèse + Construction d'une hypothèse BLSURF_TOPOLOGY @@ -93,15 +93,15 @@ BLSURF_TOPOLOGY_PROCESS - Prétraitement + Prétraitement BLSURF_TOPOLOGY_PROCESS2 - Prétraitement++ + Prétraitement++ BLSURF_VERBOSITY - Niveau de verbosité + Niveau de verbosité OBLIGATORY_VALUE @@ -125,7 +125,7 @@ SMP_ENTRY_COLUMN - Entrée + Entrée SMP_NAME_COLUMN @@ -141,7 +141,7 @@ BLSURF_SM_EDGE - Sur une arête (ou groupe) + Sur une arête (ou groupe) BLSURF_SM_POINT @@ -157,7 +157,7 @@ BLSURF_SM_ATT_TAB - Avancé + Avancé BLSURF_SM_REMOVE @@ -173,7 +173,7 @@ BLSURF_SM_PARAMS - Paramètres + Paramètres BLSURF_ATTRACTOR @@ -201,15 +201,15 @@ BLS_SEL_SHAPE - Sélectionnez un objet + Sélectionnez un objet BLS_SEL_FACE - Sélectionnez une face + Sélectionnez une face BLS_SEL_ATTRACTOR - Sélectionnez l'attracteur + Sélectionnez l'attracteur BLSURF_SM_SURF_VALUE @@ -217,7 +217,7 @@ BLSURF_SM_EDGE_VALUE - Taille sur les/l'arête(s) + Taille sur les/l'arête(s) BLSURF_SM_POINT_VALUE @@ -257,11 +257,11 @@ BLSURF_ENF_SELECT_FACE - Sélectionner une face + Sélectionner une face BLSURF_ENF_SELECT_VERTEX - Sélectionner un point + Sélectionner un point BLSURF_ENF_VER_X_LABEL -- 2.39.2