This is an automated email from the git hooks/post-receive script. New change to branch develop-4.x in repository observe. See http://git.codelutin.com/observe.git from 4ae1f93 Cacher la barre d'actions une fois l'action d'ouverture de base lancée (See #7673) new 3a1f8f3 Ecouter l'action pour savoir si l'action est possible (See #7689) new c5a5f02 Certains Actions sur une base ouverte sont disponibles alors que la base n'est pas ouverte (termine #7689) Merge branch 'feature/7689' into develop-4.x The 2 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 c5a5f02678b3b3d9c8a2fcfc25f287aa42cead4b Merge: 4ae1f93 3a1f8f3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Nov 3 20:15:00 2015 +0100 Certains Actions sur une base ouverte sont disponibles alors que la base n'est pas ouverte (termine #7689) Merge branch 'feature/7689' into develop-4.x commit 3a1f8f344c1ad1821cc251e7b6df56b03efdd607 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Nov 3 20:14:56 2015 +0100 Ecouter l'action pour savoir si l'action est possible (See #7689) Summary of changes: .../main/java/fr/ird/observe/ui/ObserveMainUI.css | 39 ++++++++++++++-------- .../main/java/fr/ird/observe/ui/ObserveMainUI.jaxx | 11 ++++++ .../observe/ui/actions/AbstractObserveAction.java | 32 ++++++++++++++++++ .../ird/observe/ui/actions/CloseStorageAction.java | 3 +- .../observe/ui/actions/ReloadStorageAction.java | 6 ++-- .../ui/actions/SaveStorageToFileAction.java | 8 +++-- 6 files changed, 77 insertions(+), 22 deletions(-) create mode 100644 observe-swing/src/main/java/fr/ird/observe/ui/actions/AbstractObserveAction.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.