From scm@users.codelutin.com Fri Jan 23 14:38:08 2015 From: "codelutin.com scm" To: tutti-commits@list.forge.codelutin.com Subject: [Tutti-commits] 01/01: refs #6453 resize the svg dinacally Date: Fri, 23 Jan 2015 14:38:08 +0000 Message-ID: <20150123143808.3F7F35C4F39@goh.codelutin.com> In-Reply-To: <20150123143807.9186.10930@bihar.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8411539588891426121==" --===============8411539588891426121== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit dfcc32bece205f2ece91017a710824027416c366 Author: Kevin Morin Date: Fri Jan 23 15:37:22 2015 +0100 refs #6453 resize the svg dinacally --- .../content/operation/catches/EditCatchesUI.jaxx | 13 +- .../operation/catches/EditCatchesUIHandler.java | 150 +++++++++++--------= -- tutti-ui-swing/src/main/resources/EcranResume.svg | 15 ++- 3 files changed, 89 insertions(+), 89 deletions(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/o= peration/catches/EditCatchesUI.jaxx b/tutti-ui-swing/src/main/java/fr/ifremer= /tutti/ui/swing/content/operation/catches/EditCatchesUI.jaxx index b9d3491..4f285c1 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operatio= n/catches/EditCatchesUI.jaxx +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operatio= n/catches/EditCatchesUI.jaxx @@ -113,17 +113,8 @@ public EditCatchesUI(FishingOperationsUI parentUI) { - - - - - - - -
- + +
=20 diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/o= peration/catches/EditCatchesUIHandler.java b/tutti-ui-swing/src/main/java/fr/= ifremer/tutti/ui/swing/content/operation/catches/EditCatchesUIHandler.java index 612fa46..746dab7 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operatio= n/catches/EditCatchesUIHandler.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operatio= n/catches/EditCatchesUIHandler.java @@ -47,16 +47,11 @@ import org.apache.batik.dom.svg.SAXSVGDocumentFactory; import org.apache.batik.dom.svg.SVGOMRectElement; import org.apache.batik.dom.svg.SVGOMTextElement; import org.apache.batik.swing.JSVGCanvas; -import org.apache.batik.swing.JSVGScrollPane; -import org.apache.batik.swing.gvt.GVTTreeRendererAdapter; -import org.apache.batik.swing.gvt.GVTTreeRendererEvent; import org.apache.batik.swing.svg.GVTTreeBuilderAdapter; import org.apache.batik.swing.svg.GVTTreeBuilderEvent; -import org.apache.batik.swing.svg.SVGDocumentLoaderAdapter; -import org.apache.batik.swing.svg.SVGDocumentLoaderEvent; import org.apache.batik.util.RunnableQueue; -import org.apache.batik.util.SVGConstants; import org.apache.batik.util.XMLResourceDescriptor; +import org.apache.commons.beanutils.BeanUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.jdesktop.swingx.JXTitledPanel; @@ -67,23 +62,13 @@ import org.w3c.dom.Element; import org.w3c.dom.css.CSSStyleDeclaration; import org.w3c.dom.events.EventListener; import org.w3c.dom.events.EventTarget; -import org.w3c.dom.svg.SVGDocument; -import org.w3c.dom.svg.SVGLength; import org.w3c.dom.svg.SVGRect; -import org.w3c.dom.svg.SVGSVGElement; import org.w3c.dom.svg.SVGStylable; =20 -import javax.swing.JComponent; -import javax.swing.JLabel; -import javax.swing.JOptionPane; -import javax.swing.JPanel; -import javax.swing.JTabbedPane; +import javax.swing.*; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import java.awt.*; -import java.awt.event.ComponentAdapter; -import java.awt.event.ComponentEvent; -import java.awt.geom.AffineTransform; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.io.IOException; @@ -234,56 +219,62 @@ public class EditCatchesUIHandler extends AbstractTutti= TabContainerUIHandler + preserveAspectRatio=3D"xMidYMid"> . --===============8411539588891426121==-- From scm@users.codelutin.com Fri Jan 23 14:38:08 2015 From: "codelutin.com scm" To: tutti-commits@list.forge.codelutin.com Subject: [Tutti-commits] branch develop updated (43ef7e4 -> dfcc32b) Date: Fri, 23 Jan 2015 14:38:07 +0000 Message-ID: <20150123143807.9186.10930@bihar.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2368275549497920942==" --===============2368275549497920942== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 43ef7e4 refs #6453 [CAPTURE] compl=C3=A9ter l'=C3=A9cran r=C3= =A9sum=C3=A9 avec un poids label non modifiables en italique new dfcc32b refs #6453 resize the svg dinacally 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 dfcc32bece205f2ece91017a710824027416c366 Author: Kevin Morin Date: Fri Jan 23 15:37:22 2015 +0100 refs #6453 resize the svg dinacally Summary of changes: .../content/operation/catches/EditCatchesUI.jaxx | 13 +- .../operation/catches/EditCatchesUIHandler.java | 150 +++++++++++--------= -- tutti-ui-swing/src/main/resources/EcranResume.svg | 15 ++- 3 files changed, 89 insertions(+), 89 deletions(-) --=20 To stop receiving notification emails like this one, please contact codelutin.com SCM administrator . --===============2368275549497920942==--