This is an automated email from the git hooks/post-receive script. New change to branch feature/6115_ajout_RTP in repository tutti. See http://git.codelutin.com/tutti.git from d24f9e0 nouvelle extension des fichiers css + libellés (refs #6115) new 9be8532 correction renderer (refs #6115) new 96b1fb7 ajout des actions pour naviguer dans le tableau (refs #6115) 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 96b1fb73f157d289c45a9653282c4e001c61f470 Author: Kevin Morin <morin@codelutin.com> Date: Tue Jan 19 12:32:42 2016 +0100 ajout des actions pour naviguer dans le tableau (refs #6115) commit 9be85329479f9cb2f4f744d258b6f527ff7f3194 Author: Kevin Morin <morin@codelutin.com> Date: Tue Jan 19 11:51:31 2016 +0100 correction renderer (refs #6115) Summary of changes: .../swing/content/protocol/rtp/RtpCellEditor.java | 3 -- .../content/protocol/rtp/RtpCellRenderer.java | 21 +++++--- .../ui/swing/content/protocol/rtp/RtpEditorUI.jaxx | 5 ++ .../ui/swing/content/protocol/rtp/RtpEditorUI.jcss | 20 +++++++ .../content/protocol/rtp/RtpEditorUIHandler.java | 47 +++++++++-------- .../content/protocol/rtp/RtpEditorUIModel.java | 58 +++++++++++++++++++-- .../protocol/rtp/actions/EditNextRowAction.java | 24 +++++++++ .../rtp/actions/EditPreviousRowAction.java | 24 +++++++++ .../resources/i18n/tutti-ui-swing_en_GB.properties | 3 ++ .../resources/i18n/tutti-ui-swing_fr_FR.properties | 3 ++ .../src/main/resources/icons/action-next.png | Bin 0 -> 349 bytes .../src/main/resources/icons/action-previous.png | Bin 0 -> 345 bytes 12 files changed, 171 insertions(+), 37 deletions(-) create mode 100644 tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/rtp/actions/EditNextRowAction.java create mode 100644 tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/rtp/actions/EditPreviousRowAction.java create mode 100644 tutti-ui-swing/src/main/resources/icons/action-next.png create mode 100644 tutti-ui-swing/src/main/resources/icons/action-previous.png -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.