branch feature/7421 created (now fbe4783)
This is an automated email from the git hooks/post-receive script. New change to branch feature/7421 in repository faxtomail. See http://git.codelutin.com/faxtomail.git at fbe4783 ajout d'un bouton pour cacher ou afficher les pj moins importantes (refs #7421) This branch includes the following new commits: new fbe4783 ajout d'un bouton pour cacher ou afficher les pj moins importantes (refs #7421) 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 fbe478343f42589f094782ae0daaa783e11c47f3 Author: Kevin Morin <morin@codelutin.com> Date: Fri Aug 28 13:32:38 2015 +0200 ajout d'un bouton pour cacher ou afficher les pj moins importantes (refs #7421) -- 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/7421 in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit fbe478343f42589f094782ae0daaa783e11c47f3 Author: Kevin Morin <morin@codelutin.com> Date: Fri Aug 28 13:32:38 2015 +0200 ajout d'un bouton pour cacher ou afficher les pj moins importantes (refs #7421) --- .../content/attachment/AttachmentEditorUI.jaxx | 26 +++++++++++++++++++++- pom.xml | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/attachment/AttachmentEditorUI.jaxx b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/attachment/AttachmentEditorUI.jaxx index 4c81313..a575b86 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/attachment/AttachmentEditorUI.jaxx +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/attachment/AttachmentEditorUI.jaxx @@ -29,6 +29,7 @@ com.franciaflex.faxtomail.ui.swing.FaxToMailUIContext com.franciaflex.faxtomail.persistence.entities.Attachment + jaxx.runtime.swing.HidorButton jaxx.runtime.swing.editor.FileEditor jaxx.runtime.swing.model.JaxxDefaultListModel @@ -54,7 +55,30 @@ <JLabel id='noAttachmentsLabel' constraints="BorderLayout.NORTH"/> - <JXTable id='attachments' constraints="BorderLayout.CENTER"/> + <Table fill="both" + constraints="BorderLayout.CENTER"> + + <row> + <cell weightx="1.0"> + <JXTable id='attachments'/> + </cell> + </row> + + <row> + <cell> + <HidorButton id='junkAttachmentsLabel' + target="{junkAttachments}" + targetVisible="false"/> + </cell> + </row> + + <row> + <cell> + <JXTable id='junkAttachments'/> + </cell> + </row> + + </Table> <Table id="formPanel" constraints="BorderLayout.SOUTH"> <row fill='both'> diff --git a/pom.xml b/pom.xml index a961c85..a073106 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <h2Version>1.3.176</h2Version> <guavaVersion>18.0</guavaVersion> - <jaxxVersion>2.24</jaxxVersion> + <jaxxVersion>2.25</jaxxVersion> <!-- do not upgrade to 1.6.5-1 --> <swingXVersion>1.6.4</swingXVersion> <xworkVersion>2.3.16.3</xworkVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm