This is an automated email from the git hooks/post-receive script. New change to branch feature/7017 in repository observe. See http://git.codelutin.com/observe.git from 42d7e97 Capture : enregistrement de l'avançon, désactivation du champs "santé au rejet", Enregistrement des profondeur : erreur au changement de ligne, Estimation banc : affectation de la seine au estimation des banc avant l'enregistrement. new 0fa7542 correction sur la sauvegarde d'une entite du referentiel (refs #7017) new 27e86cb mise en place du cache sur les listes de référentiels (refs #7017) 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 27e86cb3dab1f0ad63fb76868fc5372263695156 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue May 5 15:27:29 2015 +0200 mise en place du cache sur les listes de référentiels (refs #7017) commit 0fa75428d38492d7fae1799323d0e49e343c0532 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue May 5 15:27:08 2015 +0200 correction sur la sauvegarde d'une entite du referentiel (refs #7017) Summary of changes: .../referential/ReferentialServiceImpl.java | 2 +- .../main/java/fr/ird/observe/ObserveContext.java | 30 +- .../ird/observe/ui/content/ContentUIHandler.java | 34 +- .../observe/ui/content/ContentUIInitializer.java | 513 +++++++++------------ .../ird/observe/ui/content/ObserveContentUI.java | 2 - .../ird/observe/ui/content/ReferentialCache.java | 115 +++++ .../ui/content/ref/ContentReferenceUIHandler.java | 76 ++- .../ref/ReferentialContentUIInitializer.java | 122 ++--- .../table/impl/longline/CatchLonglineUI.css | 3 - .../ui/content/table/impl/longline/TdrUI.css | 3 - .../ui/util/ReferentielListCellRenderer.java | 80 ++++ .../observe/ui/util/TooltipListCellRenderer.java | 44 ++ 12 files changed, 620 insertions(+), 404 deletions(-) create mode 100644 observe-swing/src/main/java/fr/ird/observe/ui/content/ReferentialCache.java create mode 100644 observe-swing/src/main/java/fr/ird/observe/ui/util/ReferentielListCellRenderer.java create mode 100644 observe-swing/src/main/java/fr/ird/observe/ui/util/TooltipListCellRenderer.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.