This is an automated email from the git hooks/post-receive script. New change to branch feature/7591_Correction_migration_entites_d_un_parent_a_un_autre in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 7dc25bc Enable entity move from a parent to another whatever the state of taht entity (open/closed) new e8e4e82 Fix go to open activity buttons label and visibility The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e8e4e82ae4f6f1d182cba5ea0fec212ee4fe87e5 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Wed Aug 3 11:39:43 2016 +0200 Fix go to open activity buttons label and visibility refs #7591 Summary of changes: .../content/list/impl/longline/CommonListUI.jcss | 6 +++--- .../ui/content/list/impl/seine/CommonListUI.jcss | 7 +++---- .../observe-application-swing_en_GB.properties | 6 ++++-- .../observe-application-swing_es_ES.properties | 6 ++++-- .../observe-application-swing_fr_FR.properties | 22 ++++++++++++---------- 5 files changed, 26 insertions(+), 21 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/7591_Correction_migration_entites_d_un_parent_a_un_autre in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit e8e4e82ae4f6f1d182cba5ea0fec212ee4fe87e5 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Wed Aug 3 11:39:43 2016 +0200 Fix go to open activity buttons label and visibility refs #7591 --- .../content/list/impl/longline/CommonListUI.jcss | 6 +++--- .../ui/content/list/impl/seine/CommonListUI.jcss | 7 +++---- .../observe-application-swing_en_GB.properties | 6 ++++-- .../observe-application-swing_es_ES.properties | 6 ++++-- .../observe-application-swing_fr_FR.properties | 22 ++++++++++++---------- 5 files changed, 26 insertions(+), 21 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/impl/longline/CommonListUI.jcss b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/impl/longline/CommonListUI.jcss index 517aed0..ffcbbd6 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/impl/longline/CommonListUI.jcss +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/impl/longline/CommonListUI.jcss @@ -50,11 +50,11 @@ } .gotoOpenActivity2 { - visible:{model.isReadingMode() && dataContext.isOpenActivity()}; + visible:{model.isReadingMode() && dataContext.isOpenActivityLongline()}; _observeAction:{SelectOpenNodeUIAction.ACTION_NAME}; _type:{ActivityLonglineDto.class}; _actionIcon:{"go-jump"}; - _text:{t("observe.action.goto.open.other.activity")}; - _toolTipText:{t("observe.action.goto.open.other.activity.tip")}; + _text:{t("observe.action.goto.open.other.activityLongline")}; + _toolTipText:{t("observe.action.goto.open.other.activityLongline.tip")}; } diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/impl/seine/CommonListUI.jcss b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/impl/seine/CommonListUI.jcss index 8633b3b..7251a63 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/impl/seine/CommonListUI.jcss +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/impl/seine/CommonListUI.jcss @@ -67,11 +67,10 @@ } .gotoOpenActivity2 { - visible:{model.isReadingMode() && dataContext.isOpenActivity()}; + visible:{model.isReadingMode() && dataContext.isOpenActivitySeine()}; _observeAction:{SelectOpenNodeUIAction.ACTION_NAME}; _type:{ActivitySeineDto.class}; _actionIcon:{"go-jump"}; - _text:{t("observe.action.goto.open.other.activity")}; - _toolTipText:{t("observe.action.goto.open.other.activity.tip")}; + _text:{t("observe.action.goto.open.other.activitySeine")}; + _toolTipText:{t("observe.action.goto.open.other.activitySeine.tip")}; } - diff --git a/observe-application-swing/src/main/resources/i18n/observe-application-swing_en_GB.properties b/observe-application-swing/src/main/resources/i18n/observe-application-swing_en_GB.properties index 4629a72..1ca5c8f 100644 --- a/observe-application-swing/src/main/resources/i18n/observe-application-swing_en_GB.properties +++ b/observe-application-swing/src/main/resources/i18n/observe-application-swing_en_GB.properties @@ -189,8 +189,10 @@ observe.action.goto.open.activity=Go to opened activity observe.action.goto.open.activity.short=Open activity observe.action.goto.open.activity.tip=Go to opened activity observe.action.goto.open.maree=Got to opened trip -observe.action.goto.open.other.activity=Go to opened activity in other road -observe.action.goto.open.other.activity.tip=Got to opened activity in other road +observe.action.goto.open.other.activityLongline=Go to opened activity in other trip +observe.action.goto.open.other.activityLongline.tip=Go to opened activity in other trip +observe.action.goto.open.other.activitySeine=Go to opened activity in other road +observe.action.goto.open.other.activitySeine.tip=Go to opened activity in other road observe.action.goto.open.other.maree=Go to opened trip in other program observe.action.goto.open.other.maree.tip=Got to opened trip in other program observe.action.goto.open.other.route=Go to opened road in other trip diff --git a/observe-application-swing/src/main/resources/i18n/observe-application-swing_es_ES.properties b/observe-application-swing/src/main/resources/i18n/observe-application-swing_es_ES.properties index d212ab7..88cc181 100644 --- a/observe-application-swing/src/main/resources/i18n/observe-application-swing_es_ES.properties +++ b/observe-application-swing/src/main/resources/i18n/observe-application-swing_es_ES.properties @@ -189,8 +189,10 @@ observe.action.goto.open.activity=Acceder a la actividad abierta observe.action.goto.open.activity.short=Actividad abierta observe.action.goto.open.activity.tip=Acceder a la actividad abierta observe.action.goto.open.maree=Acceder a la marea abierta -observe.action.goto.open.other.activity=Acceder a la actividad abierta en otra ruta -observe.action.goto.open.other.activity.tip=Accder a la actividad abierta (en otra ruta) +observe.action.goto.open.other.activityLongline=Acceder a la actividad abierta en otra marea +observe.action.goto.open.other.activityLongline.tip=Acceder a la actividad abierta (en otra marea) +observe.action.goto.open.other.activitySeine=Acceder a la actividad abierta en otra ruta +observe.action.goto.open.other.activitySeine.tip=Acceder a la actividad abierta (en otra ruta) observe.action.goto.open.other.maree=Acceder a la marea abierta en otro programa observe.action.goto.open.other.maree.tip=Acceder a la marea abierta (en otro programa) observe.action.goto.open.other.route=Acceder a la ruta abierta en otra marea diff --git a/observe-application-swing/src/main/resources/i18n/observe-application-swing_fr_FR.properties b/observe-application-swing/src/main/resources/i18n/observe-application-swing_fr_FR.properties index 8d621ef..05b64d6 100644 --- a/observe-application-swing/src/main/resources/i18n/observe-application-swing_fr_FR.properties +++ b/observe-application-swing/src/main/resources/i18n/observe-application-swing_fr_FR.properties @@ -187,10 +187,12 @@ observe.action.goto.open.activity=Accéder à l'activité ouverte observe.action.goto.open.activity.short=Activité ouverte observe.action.goto.open.activity.tip=Accéder à l'activité ouverte observe.action.goto.open.maree=Accéder à la marée ouverte -observe.action.goto.open.other.activity=Accéder à l'activité ouverte dans une autre route -observe.action.goto.open.other.activity.tip=Accéder à l'activité ouverte (dans une autre route) -observe.action.goto.open.other.maree=Accéder à la marée ouverte dans un autre program -observe.action.goto.open.other.maree.tip=Accéder à la marée ouverte (dans un autre program) +observe.action.goto.open.other.activityLongline=Accéder à l'activité ouverte dans une autre marée +observe.action.goto.open.other.activityLongline.tip=Accéder à l'activité ouverte (dans une autre marée) +observe.action.goto.open.other.activitySeine=Accéder à l'activité ouverte dans une autre route +observe.action.goto.open.other.activitySeine.tip=Accéder à l'activité ouverte (dans une autre route) +observe.action.goto.open.other.maree=Accéder à la marée ouverte dans un autre programme +observe.action.goto.open.other.maree.tip=Accéder à la marée ouverte (dans un autre programme) observe.action.goto.open.other.route=Accéder à la route ouverte dans une autre marée observe.action.goto.open.other.route.tip=Accéder à la route ouverte (dans une autre marée) observe.action.goto.open.program.short=Programme ouvert @@ -1079,9 +1081,9 @@ observe.config.category.obstuna.description=Configuration base distante observe.config.category.other=Autre observe.config.category.other.description=Autres options observe.config.category.speciesList.longline=Configuration des listes d'espèces (Palangre) -observe.config.category.speciesList.longline.description=Choisir les listes d'espèces à utiliser dans les formulaire d'une maréee de type palangre +observe.config.category.speciesList.longline.description=Choisir les listes d'espèces à utiliser dans les formulaire d'une marée de type palangre observe.config.category.speciesList.seine=Configuration des listes d'espèces (Senne) -observe.config.category.speciesList.seine.description=Choisir les listes d'espèces à utiliser dans les formulaire d'une maréee de type senne +observe.config.category.speciesList.seine.description=Choisir les listes d'espèces à utiliser dans les formulaire d'une marée de type senne observe.config.category.synchro=Actions sur base observe.config.category.synchro.description=Configuration actions sur base observe.config.configFileName.description=Le nom du fichier de configuration @@ -1992,7 +1994,7 @@ observe.synchro.common.activity=Activité observe.synchro.common.exist=Marée présente sur la base distante observe.synchro.common.latitude=Latitude observe.synchro.common.longitude=Longitude -observe.synchro.common.maree=Maréee +observe.synchro.common.maree=Marée observe.synchro.common.program=Program observe.synchro.common.quadrant=Quadrant observe.synchro.common.reference=Référence @@ -2085,7 +2087,7 @@ observe.synchro.step.validate.description=Validation des données d'une source d observe.synchro.table.exportData.exist.label=E observe.synchro.table.exportData.exist.label.tip=Marée déjà présente sur la base distante observe.synchro.table.exportData.program.label=Programme -observe.synchro.table.exportData.program.label.tip=Libellé du programme de la maréee +observe.synchro.table.exportData.program.label.tip=Libellé du programme de la marée observe.synchro.table.exportData.selected=... observe.synchro.table.exportData.selected.tip=Sélectionner - Désélectionner toutes les marées à exporter observe.synchro.table.exportData.trip.label=Marée @@ -2417,7 +2419,7 @@ observe.tripLongline.message.active.found.for.other.program=Une marée ouverte e observe.tripLongline.message.creating=La marée est en cours de création. observe.tripLongline.message.no.active.found=Aucune marée ouverte, vous pouvez soit en créer une nouvelle, soit en réouvrir une. observe.tripLongline.message.not.open=La marée courante n'est pas ouverte, aucune modification possible. -observe.tripLongline.message.updating=La maréee est en cours de modification. +observe.tripLongline.message.updating=La marée est en cours de modification. observe.tripLongline.observer=Observateur observe.tripLongline.ocean=Océan observe.tripLongline.startDate=Date début @@ -2432,7 +2434,7 @@ observe.tripSeine.message.active.found.for.other.program=Une marée ouverte exis observe.tripSeine.message.creating=La marée est en cours de création. observe.tripSeine.message.no.active.found=Aucune marée ouverte, vous pouvez soit en créer une nouvelle, soit en réouvrir une. observe.tripSeine.message.not.open=La marée courante n'est pas ouverte, aucune modification possible. -observe.tripSeine.message.updating=La maréee est en cours de modification. +observe.tripSeine.message.updating=La marée est en cours de modification. observe.tripSeine.tab.general=Caractéristiques observe.tripSeine.tab.map=Carte observe.tripSeine.title=Marée -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm