You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(19) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(22) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(23) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
(11) |
Mar
|
Apr
(37) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Olivier G. <og...@us...> - 2007-10-03 21:31:42
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/data In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/data Modified Files: OSMDocument.java OSMElement.java OSMImgMedia.java OSMMedia.java OSMPage.java OSMPresentation.java OSMRtfMedia.java OSMSlide.java OSMSndMedia.java OSMTxtMedia.java OSMVidMedia.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMPage.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMPage.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMPage.java 30 Aug 2005 17:44:04 -0000 1.1.1.1 --- OSMPage.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 26,30 **** * <p>Description : Represents a generic page of the presentation.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 26,30 ---- * <p>Description : Represents a generic page of the presentation.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMImgMedia.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMImgMedia.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMImgMedia.java 30 Aug 2005 17:44:03 -0000 1.1.1.1 --- OSMImgMedia.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 30,34 **** * associated element.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Roger Vincent * @version 1.0 --- 30,34 ---- * associated element.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Roger Vincent * @version 1.0 Index: OSMDocument.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMDocument.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMDocument.java 30 Aug 2005 17:44:03 -0000 1.1.1.1 --- OSMDocument.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 28,32 **** * <p>Description : This class represents an osmose document on which application works.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 28,32 ---- * <p>Description : This class represents an osmose document on which application works.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMedia.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMMedia.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMMedia.java 17 Nov 2005 22:18:15 -0000 1.2 --- OSMMedia.java 3 Oct 2007 21:31:14 -0000 1.3 *************** *** 27,31 **** * and the media's "included" attribute. </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Roger Vincent * @version 1.0 --- 27,31 ---- * and the media's "included" attribute. </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Roger Vincent * @version 1.0 Index: OSMSndMedia.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMSndMedia.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSndMedia.java 30 Aug 2005 17:44:05 -0000 1.1.1.1 --- OSMSndMedia.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 24,28 **** * methods that are empty.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Olivier Hoareau * @version 1.0 --- 24,28 ---- * methods that are empty.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Olivier Hoareau * @version 1.0 Index: OSMPresentation.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMPresentation.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMPresentation.java 14 Nov 2005 22:15:09 -0000 1.2 --- OSMPresentation.java 3 Oct 2007 21:31:14 -0000 1.3 *************** *** 27,31 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author TD * @version 1.0 --- 27,31 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author TD * @version 1.0 Index: OSMSlide.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMSlide.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlide.java 30 Aug 2005 17:44:05 -0000 1.1.1.1 --- OSMSlide.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 23,27 **** * Each elements is associated with an instance of this class.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 23,27 ---- * Each elements is associated with an instance of this class.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMElement.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMElement.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElement.java 30 Aug 2005 17:44:03 -0000 1.1.1.1 --- OSMElement.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 28,32 **** * one or more elements as sons.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 28,32 ---- * one or more elements as sons.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMTxtMedia.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMTxtMedia.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMTxtMedia.java 30 Aug 2005 17:44:05 -0000 1.1.1.1 --- OSMTxtMedia.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 25,29 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 25,29 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMVidMedia.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMVidMedia.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMVidMedia.java 30 Aug 2005 17:44:05 -0000 1.1.1.1 --- OSMVidMedia.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 24,28 **** * <p>Description : The OSMSndMedia is a media used to gather video file to play into. * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author TD * @version 1.0 --- 24,28 ---- * <p>Description : The OSMSndMedia is a media used to gather video file to play into. * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author TD * @version 1.0 Index: OSMRtfMedia.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/data/OSMRtfMedia.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMRtfMedia.java 30 Aug 2005 17:44:05 -0000 1.1.1.1 --- OSMRtfMedia.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 23,27 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 23,27 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:42
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/dialog In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/dialog Modified Files: OSMDialogApplicationPreferences.java OSMDialogDocInfo.java OSMDialogDocumentColors.java OSMDialogExport.java OSMDialogPageSettings.java OSMDialogPresentationOption.java OSMDialogSearch.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMDialogPresentationOption.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/dialog/OSMDialogPresentationOption.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMDialogPresentationOption.java 30 Aug 2005 17:44:08 -0000 1.1.1.1 --- OSMDialogPresentationOption.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 30,34 **** * <p>Description : This class is the frame of the presentation options.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * date 2003-08-20 09:00 --- 30,34 ---- * <p>Description : This class is the frame of the presentation options.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * date 2003-08-20 09:00 Index: OSMDialogPageSettings.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/dialog/OSMDialogPageSettings.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMDialogPageSettings.java 30 Aug 2005 17:44:08 -0000 1.1.1.1 --- OSMDialogPageSettings.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 29,33 **** * <p>Description : This class is the frame of the slide printer page settings.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * date 2003-08-18 15:00 --- 29,33 ---- * <p>Description : This class is the frame of the slide printer page settings.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * date 2003-08-18 15:00 Index: OSMDialogSearch.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/dialog/OSMDialogSearch.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMDialogSearch.java 30 Aug 2005 17:44:08 -0000 1.1.1.1 --- OSMDialogSearch.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 30,34 **** * <p>Description : This class is the frame of the application export.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * date 2003-08-19 11:00 --- 30,34 ---- * <p>Description : This class is the frame of the application export.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * date 2003-08-19 11:00 Index: OSMDialogApplicationPreferences.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/dialog/OSMDialogApplicationPreferences.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMDialogApplicationPreferences.java 14 Nov 2005 22:15:09 -0000 1.2 --- OSMDialogApplicationPreferences.java 3 Oct 2007 21:31:14 -0000 1.3 *************** *** 34,38 **** * <p>Description : This class is the frame of the application preferences.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * @author Olivier Hoareau < oli...@tr... > --- 34,38 ---- * <p>Description : This class is the frame of the application preferences.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * @author Olivier Hoareau < oli...@tr... > *************** *** 149,153 **** /** ! * APPLICATION => Sensibilité Panel. */ JPanel pSens = new JPanel(); --- 149,153 ---- /** ! * APPLICATION => Sensibilite Panel. */ JPanel pSens = new JPanel(); *************** *** 257,262 **** pMedia.add(plMedia, new Rectangle(0, 0, 1, 1)); final JComboBox cbMedia = new JComboBox(); ! for(Enumeration enum = m_MediaType2.elements();enum.hasMoreElements();) ! cbMedia.addItem(enum.nextElement()); cbMedia.addKeyListener(this); JPanel pcbMedia = new JPanel(); --- 257,262 ---- pMedia.add(plMedia, new Rectangle(0, 0, 1, 1)); final JComboBox cbMedia = new JComboBox(); ! for(Enumeration enumer = m_MediaType2.elements();enumer.hasMoreElements();) ! cbMedia.addItem(enumer.nextElement()); cbMedia.addKeyListener(this); JPanel pcbMedia = new JPanel(); *************** *** 279,283 **** ! // Ajout d'un panel pour la taille des éléments. JPanel eltPanel = new JPanel(); eltPanel.setLayout(new OSMGraphPaperLayout(new Dimension(6, 2), 1, 1)); --- 279,283 ---- ! // Ajout d'un panel pour la taille des elements. JPanel eltPanel = new JPanel(); eltPanel.setLayout(new OSMGraphPaperLayout(new Dimension(6, 2), 1, 1)); Index: OSMDialogExport.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/dialog/OSMDialogExport.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMDialogExport.java 3 May 2007 21:06:01 -0000 1.2 --- OSMDialogExport.java 3 Oct 2007 21:31:14 -0000 1.3 *************** *** 38,42 **** * <p>Description : This class is the frame of the application export.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * date 2003-08-19 11:00 --- 38,42 ---- * <p>Description : This class is the frame of the application export.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * date 2003-08-19 11:00 Index: OSMDialogDocInfo.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/dialog/OSMDialogDocInfo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMDialogDocInfo.java 30 Aug 2005 17:44:07 -0000 1.1.1.1 --- OSMDialogDocInfo.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 30,34 **** * <p>Description : This class is the frame of the document settings.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Olivier Hoareau < oli...@tr... > * @version 1.0 --- 30,34 ---- * <p>Description : This class is the frame of the document settings.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Olivier Hoareau < oli...@tr... > * @version 1.0 Index: OSMDialogDocumentColors.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/dialog/OSMDialogDocumentColors.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMDialogDocumentColors.java 30 Aug 2005 17:44:07 -0000 1.1.1.1 --- OSMDialogDocumentColors.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 31,35 **** * <p>Description : This class is the frame of the document colors settings.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * date 2003-09-10 09:00 --- 31,35 ---- * <p>Description : This class is the frame of the document colors settings.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * date 2003-09-10 09:00 *************** *** 222,226 **** * <p>Description : inner class that implements the caret listener</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 222,226 ---- * <p>Description : inner class that implements the caret listener</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 249,253 **** * <p>Description : inner class for mouse listener</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 249,253 ---- * <p>Description : inner class for mouse listener</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:41
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/common In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/common Modified Files: OSMBackGroundComponent.java OSMComponent.java OSMEditorPanel.java OSMFrame.java OSMFullScreenFrame.java OSMPropertyChangeEventDispatcher.java OSMResizableComponent.java OSMSlidePanel.java OSMTxtComponent.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMSlidePanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMSlidePanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlidePanel.java 30 Aug 2005 17:44:00 -0000 1.1.1.1 --- OSMSlidePanel.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 28,32 **** * component can be added, moved and resized to compose the slide.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD, OH * @version 1.0 --- 28,32 ---- * component can be added, moved and resized to compose the slide.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD, OH * @version 1.0 Index: OSMFullScreenFrame.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMFullScreenFrame.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMFullScreenFrame.java 30 Aug 2005 17:43:59 -0000 1.1.1.1 --- OSMFullScreenFrame.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a frame that can be display in full screen mode.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille</p> * @author TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent a frame that can be display in full screen mode.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille</p> * @author TD * @version 1.0 Index: OSMResizableComponent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMResizableComponent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMResizableComponent.java 30 Aug 2005 17:44:00 -0000 1.1.1.1 --- OSMResizableComponent.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 25,29 **** * an OSMEditorPanel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * an OSMEditorPanel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMComponent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMComponent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMComponent.java 30 Aug 2005 17:43:59 -0000 1.1.1.1 --- OSMComponent.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 25,29 **** * <p>Description : This is a generic swing component usable with OSMEditorPanel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : This is a generic swing component usable with OSMEditorPanel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMBackGroundComponent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMBackGroundComponent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMBackGroundComponent.java 30 Aug 2005 17:43:59 -0000 1.1.1.1 --- OSMBackGroundComponent.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 27,31 **** * <p>Description : To display slide background.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille.</p> * @author TD * @version 1.0 --- 27,31 ---- * <p>Description : To display slide background.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille.</p> * @author TD * @version 1.0 Index: OSMPropertyChangeEventDispatcher.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMPropertyChangeEventDispatcher.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMPropertyChangeEventDispatcher.java 30 Aug 2005 17:44:00 -0000 1.1.1.1 --- OSMPropertyChangeEventDispatcher.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 27,31 **** * <p>Description : convenience class to dispatching property change event</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * date 2003-08-29 09:00 --- 27,31 ---- * <p>Description : convenience class to dispatching property change event</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * date 2003-08-29 09:00 *************** *** 112,117 **** public boolean removePropertyChangeListener(PropertyChangeListener _l) { boolean found = false; ! for(Enumeration enum = pr_.elements();enum.hasMoreElements();) { ! Vector _prop = (Vector)pr_.get(enum.nextElement()); if((_prop != null) && (!_prop.contains(_l))) { found = true; --- 112,117 ---- public boolean removePropertyChangeListener(PropertyChangeListener _l) { boolean found = false; ! for(Enumeration enumer = pr_.elements();enumer.hasMoreElements();) { ! Vector _prop = (Vector)pr_.get(enumer.nextElement()); if((_prop != null) && (!_prop.contains(_l))) { found = true; Index: OSMTxtComponent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMTxtComponent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMTxtComponent.java 30 Aug 2005 17:44:00 -0000 1.1.1.1 --- OSMTxtComponent.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 25,29 **** * <p>Description : This class is used to draw text in a panel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 25,29 ---- * <p>Description : This class is used to draw text in a panel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 *************** *** 78,89 **** g.setFont(this.m_Font); FontMetrics metrics = g.getFontMetrics(); ! Enumeration enum = getTextLines(m_Text, metrics, getWidth()); int k = 0; int txtpos; String _line; int lmax = 0; ! while(enum.hasMoreElements()) { k++; ! _line = (String)enum.nextElement(); txtpos = k * (m_Font.getSize() + TXT_INTERLINE); g.drawString(_line, TXT_INTERLINE, txtpos); --- 78,89 ---- g.setFont(this.m_Font); FontMetrics metrics = g.getFontMetrics(); ! Enumeration enumer = getTextLines(m_Text, metrics, getWidth()); int k = 0; int txtpos; String _line; int lmax = 0; ! while(enumer.hasMoreElements()) { k++; ! _line = (String)enumer.nextElement(); txtpos = k * (m_Font.getSize() + TXT_INTERLINE); g.drawString(_line, TXT_INTERLINE, txtpos); Index: OSMEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMEditorPanel.java 30 Aug 2005 17:43:59 -0000 1.1.1.1 --- OSMEditorPanel.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 27,31 **** * This panel supports multiselection.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 27,31 ---- * This panel supports multiselection.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMFrame.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/OSMFrame.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMFrame.java 30 Aug 2005 17:43:59 -0000 1.1.1.1 --- OSMFrame.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 24,28 **** * <p>Description : This is a generic frame for the application.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 24,28 ---- * <p>Description : This is a generic frame for the application.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:41
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/common/slidecomponent In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/common/slidecomponent Modified Files: OSMSlideRtfComponent.java OSMSlideTxtComponent.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMSlideRtfComponent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/slidecomponent/OSMSlideRtfComponent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlideRtfComponent.java 30 Aug 2005 17:44:02 -0000 1.1.1.1 --- OSMSlideRtfComponent.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 78,89 **** g.setFont(this.m_Font); FontMetrics metrics = g.getFontMetrics(); ! Enumeration enum = getTextLines(m_Text, metrics, getWidth()); int k = 0; int txtpos; String _line; int lmax = 0; ! while(enum.hasMoreElements()) { k++; ! _line = (String)enum.nextElement(); txtpos = k * (m_Font.getSize() + TXT_INTERLINE); g.drawString(_line, TXT_INTERLINE, txtpos); --- 78,89 ---- g.setFont(this.m_Font); FontMetrics metrics = g.getFontMetrics(); ! Enumeration enumer = getTextLines(m_Text, metrics, getWidth()); int k = 0; int txtpos; String _line; int lmax = 0; ! while(enumer.hasMoreElements()) { k++; ! _line = (String)enumer.nextElement(); txtpos = k * (m_Font.getSize() + TXT_INTERLINE); g.drawString(_line, TXT_INTERLINE, txtpos); Index: OSMSlideTxtComponent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/common/slidecomponent/OSMSlideTxtComponent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlideTxtComponent.java 30 Aug 2005 17:44:03 -0000 1.1.1.1 --- OSMSlideTxtComponent.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 59,70 **** g2D.setFont(m_Font); FontMetrics metrics = g2D.getFontMetrics(); ! Enumeration enum = getTextLines(m_Text, metrics, getWidth()); int k = 0; int txtpos; String _line; int lmax = 0; ! while(enum.hasMoreElements()) { k++; ! _line = (String)enum.nextElement(); txtpos = k * m_Font.getSize() - 2 * txtinterlines; g.drawString(_line, txtinterlines, txtpos); --- 59,70 ---- g2D.setFont(m_Font); FontMetrics metrics = g2D.getFontMetrics(); ! Enumeration enumer = getTextLines(m_Text, metrics, getWidth()); int k = 0; int txtpos; String _line; int lmax = 0; ! while(enumer.hasMoreElements()) { k++; ! _line = (String)enumer.nextElement(); txtpos = k * m_Font.getSize() - 2 * txtinterlines; g.drawString(_line, txtinterlines, txtpos); |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:41
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/clipboard In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/clipboard Modified Files: OSMClipBoard.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMClipBoard.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/clipboard/OSMClipBoard.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMClipBoard.java 30 Aug 2005 17:43:59 -0000 1.1.1.1 --- OSMClipBoard.java 3 Oct 2007 21:31:13 -0000 1.2 *************** *** 29,33 **** * <p>Description : Clip board of this application. For copy/cut/paste operation.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author TD * @version 1.0 --- 29,33 ---- * <p>Description : Clip board of this application. For copy/cut/paste operation.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author TD * @version 1.0 |
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/sound In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/sound Modified Files: OSMPlayListPlayer.java OSMSoundConfigPanel.java OSMSoundPanel.java OSMSoundPlayerRecorder.java OSMSoundTime.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMSoundConfigPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/sound/OSMSoundConfigPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSoundConfigPanel.java 30 Aug 2005 17:44:22 -0000 1.1.1.1 --- OSMSoundConfigPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 29,33 **** * when we record a new one</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 29,33 ---- * when we record a new one</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMSoundTime.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/sound/OSMSoundTime.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSoundTime.java 30 Aug 2005 17:44:23 -0000 1.1.1.1 --- OSMSoundTime.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 27,31 **** * <p>Description : it is in charge to get the duration of a sound</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 27,31 ---- * <p>Description : it is in charge to get the duration of a sound</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMSoundPlayerRecorder.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/sound/OSMSoundPlayerRecorder.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSoundPlayerRecorder.java 30 Aug 2005 17:44:23 -0000 1.1.1.1 --- OSMSoundPlayerRecorder.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 32,36 **** * <p>Description : it is in charge to really play, record sounds</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 32,36 ---- * <p>Description : it is in charge to really play, record sounds</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 454,458 **** * <p>Description : This underclass is used to playback a sound</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 454,458 ---- * <p>Description : This underclass is used to playback a sound</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 636,640 **** * <p>Description : This underclass is used to refresh slider and label while playing or capturing</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 636,640 ---- * <p>Description : This underclass is used to refresh slider and label while playing or capturing</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 763,767 **** } else ! System.out.println("Format audio non supporté"); m_CaptureRunning = false; } --- 763,767 ---- } else ! System.out.println("Format audio non supporte"); m_CaptureRunning = false; } *************** *** 790,794 **** * <p>Description : This under class is used to capture sound from default entry</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 790,794 ---- * <p>Description : This under class is used to capture sound from default entry</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMSoundPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/sound/OSMSoundPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSoundPanel.java 30 Aug 2005 17:44:22 -0000 1.1.1.1 --- OSMSoundPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 28,32 **** * <p>Description : panel to select, record, paly or stop a sound</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 28,32 ---- * <p>Description : panel to select, record, paly or stop a sound</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMPlayListPlayer.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/sound/OSMPlayListPlayer.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMPlayListPlayer.java 30 Aug 2005 17:44:22 -0000 1.1.1.1 --- OSMPlayListPlayer.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 25,29 **** * <p>Description : Use to play a list of file</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : UTC</p> * @author TD * @version 1.0 --- 25,29 ---- * <p>Description : Use to play a list of file</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : UTC</p> * @author TD * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:16
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/slideeditor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/slideeditor Modified Files: OSMModelSelector.java OSMOralNotesPanel.java OSMSlideEditorFrame.java OSMSlideEditorNavPanel.java OSMSlideEditorNotesPanel.java OSMSlideEditorNotesSoundPanel.java OSMSlideEditorNotesWritePanel.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMSlideEditorFrame.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideeditor/OSMSlideEditorFrame.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlideEditorFrame.java 30 Aug 2005 17:44:20 -0000 1.1.1.1 --- OSMSlideEditorFrame.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 26,30 **** * <p>Description : The frame of slide editor.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 26,30 ---- * <p>Description : The frame of slide editor.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 190,194 **** * <p>Description : panel that contains the others elements for the SlideEditorFrame</p> * <p>Copyright : Copyright (c) 2004</p> ! * <p>Société : Quadrille Ingénierie</p> * @author EA * @version 1.0 --- 190,194 ---- * <p>Description : panel that contains the others elements for the SlideEditorFrame</p> * <p>Copyright : Copyright (c) 2004</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author EA * @version 1.0 Index: OSMSlideEditorNavPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideeditor/OSMSlideEditorNavPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlideEditorNavPanel.java 30 Aug 2005 17:44:20 -0000 1.1.1.1 --- OSMSlideEditorNavPanel.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 31,35 **** * <p>Description : To navigate in slides.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 31,35 ---- * <p>Description : To navigate in slides.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 123,127 **** * <p>Description : The model chooser.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 123,127 ---- * <p>Description : The model chooser.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 280,284 **** * <p>Description : To navigate in slides.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 280,284 ---- * <p>Description : To navigate in slides.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMSlideEditorNotesPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideeditor/OSMSlideEditorNotesPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlideEditorNotesPanel.java 30 Aug 2005 17:44:20 -0000 1.1.1.1 --- OSMSlideEditorNotesPanel.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 28,32 **** * <p>Description : For user to take written or oral notes.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 28,32 ---- * <p>Description : For user to take written or oral notes.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMModelSelector.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideeditor/OSMModelSelector.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMModelSelector.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMModelSelector.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 28,32 **** * <p>Description : To select the slide model.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 28,32 ---- * <p>Description : To select the slide model.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMOralNotesPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideeditor/OSMOralNotesPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMOralNotesPanel.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMOralNotesPanel.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 29,33 **** * In fact, it adds a delete button to suppress the oral notes. It manages the record and stop mode.</p> * <p>Copyright : Copyright (c) 2004</p> ! * <p>Société : Quadrille Ingénierie</p> * @author EA * @version 1.0 --- 29,33 ---- * In fact, it adds a delete button to suppress the oral notes. It manages the record and stop mode.</p> * <p>Copyright : Copyright (c) 2004</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author EA * @version 1.0 Index: OSMSlideEditorNotesSoundPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideeditor/OSMSlideEditorNotesSoundPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlideEditorNotesSoundPanel.java 30 Aug 2005 17:44:20 -0000 1.1.1.1 --- OSMSlideEditorNotesSoundPanel.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 27,31 **** * <p>Description : For user to take oral notes.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 27,31 ---- * <p>Description : For user to take oral notes.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMSlideEditorNotesWritePanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideeditor/OSMSlideEditorNotesWritePanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlideEditorNotesWritePanel.java 30 Aug 2005 17:44:20 -0000 1.1.1.1 --- OSMSlideEditorNotesWritePanel.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 28,32 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 28,32 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 132,136 **** * <p>Description : To listen for notes modification.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 132,136 ---- * <p>Description : To listen for notes modification.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/menucommand Modified Files: OSMMenuDocumentColors.java OSMMenuDocumentInfo.java OSMMenuDocumentOptions.java OSMMenuDocumentView.java OSMMenuEditCopy.java OSMMenuEditCut.java OSMMenuEditDel.java OSMMenuEditPaste.java OSMMenuEditPreferences.java OSMMenuEditRedo.java OSMMenuEditSearch.java OSMMenuEditSearchNext.java OSMMenuEditSearchPrev.java OSMMenuEditSelectAll.java OSMMenuEditTheme.java OSMMenuEditUnSelectAll.java OSMMenuEditUndo.java OSMMenuFileExit.java OSMMenuFileExport.java OSMMenuFileImport.java OSMMenuFileInsert.java OSMMenuFileLoad.java OSMMenuFileNew.java OSMMenuFilePageSettings.java OSMMenuFilePrint.java OSMMenuFileSave.java OSMMenuFileSaveAs.java OSMMenuHelpAbout.java OSMMenuHelpHelp.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMMenuDocumentColors.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuDocumentColors.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuDocumentColors.java 30 Aug 2005 17:44:17 -0000 1.1.1.1 --- OSMMenuDocumentColors.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a document colors action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 25,29 ---- * <p>Description : Represent a document colors action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 Index: OSMMenuFileExport.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFileExport.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFileExport.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuFileExport.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent an export file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent an export file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuDocumentView.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuDocumentView.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuDocumentView.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuDocumentView.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a view document (diaporama) action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 25,29 ---- * <p>Description : Represent a view document (diaporama) action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 Index: OSMMenuFilePageSettings.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFilePageSettings.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFilePageSettings.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMMenuFilePageSettings.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a page settings action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 25,29 ---- * <p>Description : Represent a page settings action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 Index: OSMMenuEditUnSelectAll.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditUnSelectAll.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditUnSelectAll.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditUnSelectAll.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent an unselect all menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent an unselect all menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuFileLoad.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFileLoad.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFileLoad.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMMenuFileLoad.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 32,36 **** * <p>Description : Represent a load file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 32,36 ---- * <p>Description : Represent a load file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditPaste.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditPaste.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditPaste.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditPaste.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a paste menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent a paste menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditUndo.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditUndo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditUndo.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditUndo.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent an undo action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent an undo action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditDel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditDel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditDel.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditDel.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a delete menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent a delete menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditSearchNext.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditSearchNext.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditSearchNext.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditSearchNext.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 26,30 **** * <p>Description : Represent a search next action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 26,30 ---- * <p>Description : Represent a search next action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuDocumentOptions.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuDocumentOptions.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuDocumentOptions.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuDocumentOptions.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a document options action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 25,29 ---- * <p>Description : Represent a document options action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 Index: OSMMenuFileNew.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFileNew.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFileNew.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMMenuFileNew.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 26,30 **** * <p>Description : Represent a new file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 26,30 ---- * <p>Description : Represent a new file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditRedo.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditRedo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditRedo.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditRedo.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a redo action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent a redo action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuFileExit.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFileExit.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFileExit.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuFileExit.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 29,33 **** * <p>Description : Represent an exit menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 29,33 ---- * <p>Description : Represent an exit menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuHelpHelp.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuHelpHelp.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuHelpHelp.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMMenuHelpHelp.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 27,31 **** * <p>Description : Represent a load file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 27,31 ---- * <p>Description : Represent a load file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditCut.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditCut.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditCut.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditCut.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a cut menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent a cut menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditSearch.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditSearch.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditSearch.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditSearch.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 27,31 **** * <p>Description : Represent a search menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 27,31 ---- * <p>Description : Represent a search menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditPreferences.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditPreferences.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditPreferences.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditPreferences.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a preference edit action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 25,29 ---- * <p>Description : Represent a preference edit action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 Index: OSMMenuFileImport.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFileImport.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFileImport.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuFileImport.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 32,36 **** * <p>Description : Represent an import file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : EA * @version 1.0 --- 32,36 ---- * <p>Description : Represent an import file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : EA * @version 1.0 *************** *** 146,150 **** * <p>Description : represents a FileFilter (to choose a file to open)</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 146,150 ---- * <p>Description : represents a FileFilter (to choose a file to open)</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 Index: OSMMenuHelpAbout.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuHelpAbout.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuHelpAbout.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMMenuHelpAbout.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a load file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent a load file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditSearchPrev.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditSearchPrev.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditSearchPrev.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditSearchPrev.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 26,30 **** * <p>Description : Represent a "search previous" action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 26,30 ---- * <p>Description : Represent a "search previous" action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuFilePrint.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFilePrint.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFilePrint.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMMenuFilePrint.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a print document action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 25,29 ---- * <p>Description : Represent a print document action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 Index: OSMMenuEditCopy.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditCopy.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditCopy.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditCopy.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 26,30 **** * <p>Description : Represent an element copy action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 26,30 ---- * <p>Description : Represent an element copy action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuFileSave.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFileSave.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFileSave.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMMenuFileSave.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 26,30 **** * <p>Description : Represent a save file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 26,30 ---- * <p>Description : Represent a save file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuFileInsert.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFileInsert.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFileInsert.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuFileInsert.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 31,35 **** * <p>Description : Represent an insert file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 31,35 ---- * <p>Description : Represent an insert file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Sociéte : Quadrille Ingenierie</p> * @author : TD * @version 1.0 *************** *** 128,132 **** * <p>Description : represents a FileFilter (to choose a file to open)</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 128,132 ---- * <p>Description : represents a FileFilter (to choose a file to open)</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 Index: OSMMenuEditSelectAll.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditSelectAll.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditSelectAll.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditSelectAll.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a "select all" action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent a "select all" action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuDocumentInfo.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuDocumentInfo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuDocumentInfo.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuDocumentInfo.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a document info action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 25,29 ---- * <p>Description : Represent a document info action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 Index: OSMMenuFileSaveAs.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuFileSaveAs.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuFileSaveAs.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMMenuFileSaveAs.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 29,33 **** * <p>Description : Represent a save file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 29,33 ---- * <p>Description : Represent a save file menu action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 Index: OSMMenuEditTheme.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/menucommand/OSMMenuEditTheme.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMenuEditTheme.java 30 Aug 2005 17:44:18 -0000 1.1.1.1 --- OSMMenuEditTheme.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 25,29 **** * <p>Description : Represent a theme edit action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : TD * @version 1.0 --- 25,29 ---- * <p>Description : Represent a theme edit action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : TD * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/themeeditor Modified Files: OSMThemeBackgroundEditorPanel.java OSMThemeChipsEditorPanel.java OSMThemeChooseModelEditorPanel.java OSMThemeContraintsEditorPanel.java OSMThemeEditorPanel.java OSMThemeFormatEditorPanel.java OSMThemeMediasEditorPanel.java OSMThemeTransitionEditorPanel.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMThemeEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor/OSMThemeEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeEditorPanel.java 30 Aug 2005 17:44:25 -0000 1.1.1.1 --- OSMThemeEditorPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 575,579 **** * <p>Description : contains the buttons</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 575,579 ---- * <p>Description : contains the buttons</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMThemeContraintsEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor/OSMThemeContraintsEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeContraintsEditorPanel.java 30 Aug 2005 17:44:24 -0000 1.1.1.1 --- OSMThemeContraintsEditorPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 27,31 **** * <p>Description : panel to show the current theme and model inside the theme dialog box</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 27,31 ---- * <p>Description : panel to show the current theme and model inside the theme dialog box</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 *************** *** 176,178 **** super.paint(g); } ! } \ No newline at end of file --- 176,178 ---- super.paint(g); } ! } Index: OSMThemeChooseModelEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor/OSMThemeChooseModelEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeChooseModelEditorPanel.java 30 Aug 2005 17:44:24 -0000 1.1.1.1 --- OSMThemeChooseModelEditorPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 29,33 **** * This panel allows to create a new model (that can inherited from the default model), to save the created model or to use the default model</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 29,33 ---- * This panel allows to create a new model (that can inherited from the default model), to save the created model or to use the default model</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMThemeTransitionEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor/OSMThemeTransitionEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeTransitionEditorPanel.java 30 Aug 2005 17:44:25 -0000 1.1.1.1 --- OSMThemeTransitionEditorPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 27,31 **** * <p>Description : panel to edit the transition item (not use)</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 27,31 ---- * <p>Description : panel to edit the transition item (not use)</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMThemeBackgroundEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor/OSMThemeBackgroundEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeBackgroundEditorPanel.java 30 Aug 2005 17:44:23 -0000 1.1.1.1 --- OSMThemeBackgroundEditorPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 32,36 **** * <p>Description : panel to choose the background for the specified theme</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 32,36 ---- * <p>Description : panel to choose the background for the specified theme</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMThemeChipsEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor/OSMThemeChipsEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeChipsEditorPanel.java 30 Aug 2005 17:44:24 -0000 1.1.1.1 --- OSMThemeChipsEditorPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 28,32 **** * <p>Description : panel to choose chips for the specified theme</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 28,32 ---- * <p>Description : panel to choose chips for the specified theme</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMThemeFormatEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor/OSMThemeFormatEditorPanel.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OSMThemeFormatEditorPanel.java 6 Jul 2006 19:46:29 -0000 1.5 --- OSMThemeFormatEditorPanel.java 3 Oct 2007 21:31:16 -0000 1.6 *************** *** 14,18 **** * <p>Description : panel to edit the format of the text (title, body, number and media text)</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 14,18 ---- * <p>Description : panel to edit the format of the text (title, body, number and media text)</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMThemeMediasEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/themeeditor/OSMThemeMediasEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeMediasEditorPanel.java 30 Aug 2005 17:44:25 -0000 1.1.1.1 --- OSMThemeMediasEditorPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 28,32 **** * <p>Description : panel to edit the media theme</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 28,32 ---- * <p>Description : panel to edit the media theme</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/slideprinter In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/slideprinter Modified Files: OSMGradientCreator.java OSMSlidePrinter.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMSlidePrinter.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideprinter/OSMSlidePrinter.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlidePrinter.java 30 Aug 2005 17:44:21 -0000 1.1.1.1 --- OSMSlidePrinter.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 28,32 **** * <p>Description : Slide printer of the application.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * date 2003-08-08 09:00 --- 28,32 ---- * <p>Description : Slide printer of the application.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * date 2003-08-08 09:00 Index: OSMGradientCreator.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideprinter/OSMGradientCreator.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMGradientCreator.java 30 Aug 2005 17:44:21 -0000 1.1.1.1 --- OSMGradientCreator.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 27,31 **** * can't print a gradient...</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author TD * @version 1.0 --- 27,31 ---- * can't print a gradient...</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author TD * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/undoredo In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/undoredo Modified Files: OSMAction.java OSMActionCut.java OSMActionMove.java OSMActionPaste.java OSMActionResize.java OSMActionSuppress.java OSMUndoRedo.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMAction.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/undoredo/OSMAction.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMAction.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMAction.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 24,28 **** * <p>Description : Define an undoable action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author TD * @version 1.0 --- 24,28 ---- * <p>Description : Define an undoable action.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author TD * @version 1.0 Index: OSMActionSuppress.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/undoredo/OSMActionSuppress.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMActionSuppress.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMActionSuppress.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 25,29 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 25,29 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMActionCut.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/undoredo/OSMActionCut.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMActionCut.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMActionCut.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 25,29 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 25,29 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMUndoRedo.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/undoredo/OSMUndoRedo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMUndoRedo.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMUndoRedo.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 22,26 **** * <p>Description : To manage undo and redo in this application.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author TD * @version 1.0 --- 22,26 ---- * <p>Description : To manage undo and redo in this application.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author TD * @version 1.0 Index: OSMActionPaste.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/undoredo/OSMActionPaste.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMActionPaste.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMActionPaste.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 25,29 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 25,29 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMActionMove.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/undoredo/OSMActionMove.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMActionMove.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMActionMove.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 26,30 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 26,30 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMActionResize.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/undoredo/OSMActionResize.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMActionResize.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMActionResize.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 26,30 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 26,30 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/slidesummary In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/slidesummary Modified Files: OSMSummaryCreator.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMSummaryCreator.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slidesummary/OSMSummaryCreator.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSummaryCreator.java 30 Aug 2005 17:44:21 -0000 1.1.1.1 --- OSMSummaryCreator.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 24,28 **** * <p>Description : This class is used to create presentation summary.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 24,28 ---- * <p>Description : This class is used to create presentation summary.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/user In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/user Modified Files: OSMUser.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMUser.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/user/OSMUser.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMUser.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMUser.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 27,31 **** * <p>Description : This class is used to manage user preferences.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 27,31 ---- * <p>Description : This class is used to manage user preferences.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/file In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/file Modified Files: OSMFile.java OSMFileFilter.java OSMFileImport.java OSMFileLoad.java OSMFileSaveAs.java OSMThemeFileFilter.java OSMThemeFileLoad.java OSMThemeFileSave.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMFile.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMFile.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OSMFile.java 3 May 2007 21:06:01 -0000 1.3 --- OSMFile.java 3 Oct 2007 21:31:14 -0000 1.4 *************** *** 26,30 **** * <p>Description : it makes some general operations necessary when a file is opened or saved</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 26,30 ---- * <p>Description : it makes some general operations necessary when a file is opened or saved</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 Index: OSMThemeFileLoad.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMThemeFileLoad.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeFileLoad.java 30 Aug 2005 17:44:17 -0000 1.1.1.1 --- OSMThemeFileLoad.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 33,37 **** * <p>Description : it loads the theme file</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 33,37 ---- * <p>Description : it loads the theme file</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 Index: OSMFileFilter.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMFileFilter.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMFileFilter.java 30 Aug 2005 17:44:15 -0000 1.1.1.1 --- OSMFileFilter.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 24,28 **** * <p>Description : it implements the FilenamaFilter class</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 24,28 ---- * <p>Description : it implements the FilenamaFilter class</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 Index: OSMThemeFileSave.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMThemeFileSave.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeFileSave.java 30 Aug 2005 17:44:17 -0000 1.1.1.1 --- OSMThemeFileSave.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 29,33 **** * <p>Description : it saves the theme</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 29,33 ---- * <p>Description : it saves the theme</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 Index: OSMFileLoad.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMFileLoad.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMFileLoad.java 6 Jul 2006 13:35:40 -0000 1.2 --- OSMFileLoad.java 3 Oct 2007 21:31:15 -0000 1.3 *************** *** 32,36 **** * <p>Description : it loads an existing osmose file</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 32,36 ---- * <p>Description : it loads an existing osmose file</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 Index: OSMFileImport.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMFileImport.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMFileImport.java 30 Aug 2005 17:44:16 -0000 1.1.1.1 --- OSMFileImport.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 32,36 **** * etc ... ("-->" correspond to a tabulation)<p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author EA * @version 1.0 --- 32,36 ---- * etc ... ("-->" correspond to a tabulation)<p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author EA * @version 1.0 Index: OSMFileSaveAs.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMFileSaveAs.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMFileSaveAs.java 30 Aug 2005 17:44:16 -0000 1.1.1.1 --- OSMFileSaveAs.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 27,31 **** * <p>Description : It makes the saving of the presentation with a specified path and name</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 27,31 ---- * <p>Description : It makes the saving of the presentation with a specified path and name</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 Index: OSMThemeFileFilter.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMThemeFileFilter.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMThemeFileFilter.java 30 Aug 2005 17:44:16 -0000 1.1.1.1 --- OSMThemeFileFilter.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 24,28 **** * <p>Description : it implements the FileFilter class</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 24,28 ---- * <p>Description : it implements the FileFilter class</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/video In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/video Modified Files: OSMVideoPanel.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMVideoPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/video/OSMVideoPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMVideoPanel.java 30 Aug 2005 17:44:27 -0000 1.1.1.1 --- OSMVideoPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 27,31 **** * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 27,31 ---- * <p>Description : </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/search In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/search Modified Files: OSMSearcher.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMSearcher.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/search/OSMSearcher.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSearcher.java 30 Aug 2005 17:44:19 -0000 1.1.1.1 --- OSMSearcher.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 24,28 **** * <p>Description : This class is used to make research in a document.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author TD * @version 1.0 --- 24,28 ---- * <p>Description : This class is used to make research in a document.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author TD * @version 1.0 |
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/elementeditor Modified Files: OSMEditTabPane.java OSMElementEditorFrame.java OSMElementEditorPanel.java OSMImageElementEditorPanel.java OSMMediaElementEditorPanel.java OSMMediaFileFilter.java OSMRichTextElementEditorPanel.java OSMSoundElementEditorPanel.java OSMTextElementEditorPanel.java OSMVideoElementEditorPanel.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMEditTabPane.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMEditTabPane.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMEditTabPane.java 30 Aug 2005 17:44:13 -0000 1.1.1.1 --- OSMEditTabPane.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 24,28 **** * <p>Description : The class implements a Mouse Listener to a JTabbedPane </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Roger Vincent * @version 1.0 --- 24,28 ---- * <p>Description : The class implements a Mouse Listener to a JTabbedPane </p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Roger Vincent * @version 1.0 Index: OSMVideoElementEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMVideoElementEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMVideoElementEditorPanel.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMVideoElementEditorPanel.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 33,37 **** * element, or input directly and edit the text.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Roger Vincent * @version 1.0 --- 33,37 ---- * element, or input directly and edit the text.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Roger Vincent * @version 1.0 Index: OSMTextElementEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMTextElementEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMTextElementEditorPanel.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMTextElementEditorPanel.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 37,41 **** * element, or input directly and edit the text.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Roger Vincent * @version 1.0 --- 37,41 ---- * element, or input directly and edit the text.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Roger Vincent * @version 1.0 Index: OSMImageElementEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMImageElementEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMImageElementEditorPanel.java 30 Aug 2005 17:44:13 -0000 1.1.1.1 --- OSMImageElementEditorPanel.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 34,38 **** * element, or input directly some drawing and modify the bitmap.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : Roger Vincent * @version 1.0 --- 34,38 ---- * element, or input directly some drawing and modify the bitmap.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : Roger Vincent * @version 1.0 Index: OSMElementEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMElementEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElementEditorPanel.java 30 Aug 2005 17:44:13 -0000 1.1.1.1 --- OSMElementEditorPanel.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 44,48 **** * the selected element is associated / dissociated to a media.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : Roger Vincent * @version 1.0 --- 44,48 ---- * the selected element is associated / dissociated to a media.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : Roger Vincent * @version 1.0 *************** *** 635,639 **** * <p>Description : Listener for url changes.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 635,639 ---- * <p>Description : Listener for url changes.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMRichTextElementEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMRichTextElementEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMRichTextElementEditorPanel.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMRichTextElementEditorPanel.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 41,45 **** * <p>Description : Allows to associate and edit a simple text to the selected element</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Olivier Berdal * @version 1.0 --- 41,45 ---- * <p>Description : Allows to associate and edit a simple text to the selected element</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Olivier Berdal * @version 1.0 Index: OSMMediaElementEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMMediaElementEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMMediaElementEditorPanel.java 30 Aug 2005 17:44:13 -0000 1.1.1.1 --- OSMMediaElementEditorPanel.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 32,36 **** * It offers the common interface objects for all media types</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : Roger Vincent * @version 1.0 --- 32,36 ---- * It offers the common interface objects for all media types</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : Roger Vincent * @version 1.0 *************** *** 119,123 **** ! // JButton workMedia = new JButton("Zone multimédia"); --- 119,123 ---- ! // JButton workMedia = new JButton("Zone multimedia"); *************** *** 271,275 **** ! // System.out.println("MediaElementEditorPanel.selectMediaFile> choix annulé "); return (false); } --- 271,275 ---- ! // System.out.println("MediaElementEditorPanel.selectMediaFile> choix annule "); return (false); } Index: OSMSoundElementEditorPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMSoundElementEditorPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSoundElementEditorPanel.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMSoundElementEditorPanel.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 32,36 **** * input directly and edit the sound.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Olivier Hoareau * @version 1.0 --- 32,36 ---- * input directly and edit the sound.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Olivier Hoareau * @version 1.0 Index: OSMMediaFileFilter.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMMediaFileFilter.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMMediaFileFilter.java 15 Jan 2006 22:19:33 -0000 1.2 --- OSMMediaFileFilter.java 3 Oct 2007 21:31:14 -0000 1.3 *************** *** 27,31 **** * from depending on the media type. It is associated to a FileChooser.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author Roger Vincent * @version 1.0 --- 27,31 ---- * from depending on the media type. It is associated to a FileChooser.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author Roger Vincent * @version 1.0 Index: OSMElementEditorFrame.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/OSMElementEditorFrame.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElementEditorFrame.java 30 Aug 2005 17:44:13 -0000 1.1.1.1 --- OSMElementEditorFrame.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 26,30 **** * <p>Description : Root container for the Media Element Editor</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : Roger Vincent * @version 1.0 --- 26,30 ---- * <p>Description : Root container for the Media Element Editor</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : Roger Vincent * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:13
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/help In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/help Modified Files: OSMAboutBox.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMAboutBox.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/help/OSMAboutBox.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMAboutBox.java 30 Aug 2005 17:44:17 -0000 1.1.1.1 --- OSMAboutBox.java 3 Oct 2007 21:31:15 -0000 1.2 *************** *** 26,30 **** * <p>Description : Display the about box</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author TD * @version 1.0 --- 26,30 ---- * <p>Description : Display the about box</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author TD * @version 1.0 *************** *** 93,97 **** * <p>Description : Panel to display image in about box.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : TD</p> * @author non attribuable * @version 1.0 --- 93,97 ---- * <p>Description : Panel to display image in about box.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : TD</p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:13
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/slideviewer In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/slideviewer Modified Files: OSMSlideViewer.java OSMSlideViewerPanel.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMSlideViewer.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideviewer/OSMSlideViewer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMSlideViewer.java 17 Nov 2005 22:18:15 -0000 1.2 --- OSMSlideViewer.java 3 Oct 2007 21:31:16 -0000 1.3 *************** *** 27,31 **** * <p>Description : Slide viewer of the application.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * * date 2003-08-08 09:00 --- 27,31 ---- * <p>Description : Slide viewer of the application.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * * date 2003-08-08 09:00 Index: OSMSlideViewerPanel.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/slideviewer/OSMSlideViewerPanel.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMSlideViewerPanel.java 30 Aug 2005 17:44:22 -0000 1.1.1.1 --- OSMSlideViewerPanel.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 38,42 **** * programmatically, not by the user.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author : OH * @version 1.0 --- 38,42 ---- * programmatically, not by the user.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : Quadrille Ingenierie</p> * @author : OH * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:13
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/notification In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/elementeditor/notification Modified Files: OSMElementEditorEvent.java OSMElementEditorListener.java OSMElementEditorNotifier.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMElementEditorEvent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/notification/OSMElementEditorEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElementEditorEvent.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMElementEditorEvent.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 24,28 **** * <p>Description : Event from element editor panel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 24,28 ---- * <p>Description : Event from element editor panel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMElementEditorListener.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/notification/OSMElementEditorListener.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElementEditorListener.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMElementEditorListener.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 23,27 **** * <p>Description : Element editor panel listener interface.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 23,27 ---- * <p>Description : Element editor panel listener interface.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMElementEditorNotifier.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/notification/OSMElementEditorNotifier.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElementEditorNotifier.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMElementEditorNotifier.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 25,29 **** * <p>Description : Element editor notifier.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 25,29 ---- * <p>Description : Element editor notifier.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |
From: Olivier G. <og...@us...> - 2007-10-03 21:31:13
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/export In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/export Modified Files: OSMExportHTML.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMExportHTML.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/export/OSMExportHTML.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OSMExportHTML.java 6 Jul 2006 14:24:50 -0000 1.5 --- OSMExportHTML.java 3 Oct 2007 21:31:14 -0000 1.6 *************** *** 38,42 **** * <p>Description : Generate the export to HTML file of the presentation</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : Quadrille Ingénierie</p> * @author non attribuable * @version 1.0 --- 38,42 ---- * <p>Description : Generate the export to HTML file of the presentation</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Sociéte : Quadrille Ingenierie</p> * @author non attribuable * @version 1.0 *************** *** 1061,1065 **** /** ! * It changes the letter with accent (like é into e) * @param str the string to transform * @return the string without accent --- 1061,1065 ---- /** ! * It changes the letter with accent (like e into e) * @param str the string to transform * @return the string without accent *************** *** 1340,1344 **** { /* OSMExportHTML exp = new OSMExportHTML(); ! String str = exp.convert2HTML("Bonjour, je suis élèôjghàslk."); System.out.println("RES : " + str);*/ } --- 1340,1344 ---- { /* OSMExportHTML exp = new OSMExportHTML(); ! String str = exp.convert2HTML("Bonjour, je suis slk."); System.out.println("RES : " + str);*/ } |
From: Olivier G. <og...@us...> - 2007-05-03 21:06:03
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/dialog In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21458/osmose/src/osmose/application/dialog Modified Files: OSMDialogExport.java Log Message: Added export to OPML. Index: OSMDialogExport.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/dialog/OSMDialogExport.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMDialogExport.java 30 Aug 2005 17:44:08 -0000 1.1.1.1 --- OSMDialogExport.java 3 May 2007 21:06:01 -0000 1.2 *************** *** 62,65 **** --- 62,66 ---- private boolean m_FormatTxt; private boolean m_FormatXml; + private boolean m_FormatOpml; private boolean m_FormatPdf; private boolean m_FormatRtf; *************** *** 68,71 **** --- 69,73 ---- public final static String TXT = "txt"; public final static String XML = "xml"; + public final static String OPML = "opml"; public final static String RTF = "rtf"; public final static String PDF = "pdf"; *************** *** 92,95 **** --- 94,98 ---- m_FormatTxt = ((Boolean)OSMUser.USER.getProperty("export.format.txt",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportFormatTxt")))).booleanValue(); m_FormatXml = ((Boolean)OSMUser.USER.getProperty("export.format.xml",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportFormatXml")))).booleanValue(); + m_FormatOpml = ((Boolean)OSMUser.USER.getProperty("export.format.opml",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportFormatOpml")))).booleanValue(); m_FormatPdf = ((Boolean)OSMUser.USER.getProperty("export.format.pdf",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportFormatPdf")))).booleanValue(); m_FormatRtf = ((Boolean)OSMUser.USER.getProperty("export.format.rtf",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportFormatRtf")))).booleanValue(); *************** *** 97,101 **** m_TxtMediaIncluded = ((Boolean)OSMUser.USER.getProperty("export.txt.media.included",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportTxtMediaIncluded")))).booleanValue(); m_PdfUrlIncluded = ((Boolean)OSMUser.USER.getProperty("export.pdf.url.included",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportPdfUrlIncluded")))).booleanValue(); ! m_Extensions = new String[]{TXT,XML,RTF,HTML,PDF}; m_HtmlImgIncluded = ((Boolean)OSMUser.USER.getProperty("export.html.img.included",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportHtmlImgIncluded")))).booleanValue(); m_HtmlVidIncluded = ((Boolean)OSMUser.USER.getProperty("export.html.vid.included",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportHtmlVidIncluded")))).booleanValue(); --- 100,104 ---- m_TxtMediaIncluded = ((Boolean)OSMUser.USER.getProperty("export.txt.media.included",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportTxtMediaIncluded")))).booleanValue(); m_PdfUrlIncluded = ((Boolean)OSMUser.USER.getProperty("export.pdf.url.included",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportPdfUrlIncluded")))).booleanValue(); ! m_Extensions = new String[]{TXT,XML,OPML,RTF,HTML,PDF}; m_HtmlImgIncluded = ((Boolean)OSMUser.USER.getProperty("export.html.img.included",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportHtmlImgIncluded")))).booleanValue(); m_HtmlVidIncluded = ((Boolean)OSMUser.USER.getProperty("export.html.vid.included",new Boolean(OSMApplication.Properties.getStringProp("OSM_ExportHtmlVidIncluded")))).booleanValue(); *************** *** 182,185 **** --- 185,189 ---- if(m_FormatTxt) ext=TXT; else if(m_FormatXml) ext=XML; + else if(m_FormatOpml) ext=OPML; else if(m_FormatPdf) ext=PDF; else if(m_FormatRtf) ext=RTF; *************** *** 220,223 **** --- 224,231 ---- rbXml.setSelected(m_FormatXml); rbXml.addKeyListener(this); + final JRadioButton rbOpml = new JRadioButton("OPML"); + rbOpml.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent e){m_FormatOpml = rbOpml.isSelected(); refreshExportFile(OPML);}}); + rbOpml.setSelected(m_FormatOpml); + rbOpml.addKeyListener(this); final JRadioButton rbPdf = new JRadioButton(OSMApplication.Localisation.getString("DEX_FormatPdfLabel")); rbPdf.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent e){m_FormatPdf = rbPdf.isSelected(); refreshExportFile(PDF); }}); *************** *** 274,277 **** --- 282,286 ---- bg.add(rbTxt); bg.add(rbXml); + bg.add(rbOpml); bg.add(rbPdf); bg.add(rbRtf); *************** *** 280,284 **** pFormat.add(rbTxt,new Rectangle(0,0,6,1)); pFormat.add(cbTxtMediaIncluded,new Rectangle(1,1,3,1)); ! pFormat.add(rbXml,new Rectangle(0,2,6,1)); pFormat.add(rbPdf,new Rectangle(0,3,6,1)); pFormat.add(cbPdfUrlIncluded,new Rectangle(1,4,3,1)); --- 289,294 ---- pFormat.add(rbTxt,new Rectangle(0,0,6,1)); pFormat.add(cbTxtMediaIncluded,new Rectangle(1,1,3,1)); ! pFormat.add(rbXml,new Rectangle(0,2,4,1)); ! pFormat.add(rbOpml,new Rectangle(4,2,2,1)); pFormat.add(rbPdf,new Rectangle(0,3,6,1)); pFormat.add(cbPdfUrlIncluded,new Rectangle(1,4,3,1)); *************** *** 299,302 **** --- 309,313 ---- m_FormatTxt=false; m_FormatXml=false; + m_FormatOpml=false; m_FormatPdf=false; m_FormatRtf=false; *************** *** 304,307 **** --- 315,319 ---- if(m_File.getPath().endsWith("."+TXT)) m_FormatTxt=true; else if(m_File.getPath().endsWith("."+XML)) m_FormatXml=true; + else if(m_File.getPath().endsWith("."+OPML)) m_FormatOpml=true; else if(m_File.getPath().endsWith("."+PDF)) m_FormatPdf=true; else if(m_File.getPath().endsWith("."+RTF)) m_FormatRtf=true; *************** *** 309,312 **** --- 321,325 ---- rbTxt.setSelected(m_FormatTxt); rbXml.setSelected(m_FormatXml); + rbOpml.setSelected(m_FormatOpml); rbPdf.setSelected(m_FormatPdf); rbRtf.setSelected(m_FormatRtf); *************** *** 417,420 **** --- 430,434 ---- OSMUser.USER.setProperty("export.format.txt",new Boolean(m_FormatTxt)); OSMUser.USER.setProperty("export.format.xml",new Boolean(m_FormatXml)); + OSMUser.USER.setProperty("export.format.opml",new Boolean(m_FormatOpml)); OSMUser.USER.setProperty("export.format.pdf",new Boolean(m_FormatPdf)); OSMUser.USER.setProperty("export.format.rtf",new Boolean(m_FormatRtf)); *************** *** 445,448 **** --- 459,464 ---- else if (m_FormatXml) exportToXML(); + else if (m_FormatOpml) + exportToOPML(); else if (m_FormatPdf) exportToPDF(); *************** *** 647,655 **** */ private boolean exportToPDF() ! { return false; } /** * Export data in rtf format.Not yet implemented. * @return Always false. --- 663,745 ---- */ private boolean exportToPDF() ! { return false; } /** + * Export data in opml format. + * @return true when no problem is encountered, false otherwise. + */ + private boolean exportToOPML() + { + String str = OSMFile.OSM_XML_PREFACE+"\n"; + str += OSMFile.OSM_OPML_PREFACE+"\n"; + str += OSMFile.getTag1(OSMFile.OSM_OPML_HEAD_TAG)+"\n"; + str += OSMFile.getTag1(OSMFile.OSM_OPML_NAME_TAG)+" "; + str += this.m_File.getName(); + str += OSMFile.getTag2(OSMFile.OSM_OPML_NAME_TAG)+"\n"; + str += OSMFile.getTag1(OSMFile.OSM_OPML_TITLE_TAG)+" "; + str += this.m_Document.getPresentation().getTitle(); + str += OSMFile.getTag2(OSMFile.OSM_OPML_TITLE_TAG)+"\n"; + str += OSMFile.getTag1(OSMFile.OSM_OPML_AUTHOR_TAG)+" "; + str += this.m_Document.getPresentation().getAuthorName(); + str += OSMFile.getTag2(OSMFile.OSM_OPML_AUTHOR_TAG)+"\n"; + str += OSMFile.getTag1(OSMFile.OSM_OPML_DATE_TAG)+" "; + str += this.m_Document.getPresentation().getVersionDate(); + str += OSMFile.getTag2(OSMFile.OSM_OPML_DATE_TAG)+"\n"; + str += OSMFile.getTag2(OSMFile.OSM_OPML_HEAD_TAG)+"\n"; + str += OSMFile.getTag1(OSMFile.OSM_OPML_BODY_TAG)+"\n"; + Enumeration eRoot = m_Document.elements(); + while(eRoot.hasMoreElements()) + { + OSMElement eltRoot = (OSMElement)eRoot.nextElement(); + int lastLevel = -1; + int nbToClose = 0; + Vector v = new Vector(); + v.add(eltRoot); + OSMElement.getSons(eltRoot, v); + for(int k = 0; k < v.size(); k++) + { + OSMElement elt = (OSMElement)v.get(k); + int newLevel = elt.getLevel(); + if(newLevel > lastLevel) + { + str += OSMFile.getTagopml1(OSMFile.OSM_OUTLINE_TAG,transformStringToXMLFormat(elt.getTitle()))+"\n"; + nbToClose++; + } + else if(newLevel == lastLevel) + { + str += OSMFile.getTagopml2(OSMFile.OSM_OUTLINE_TAG) + "\n" + OSMFile.getTagopml1(OSMFile.OSM_OUTLINE_TAG,elt.getTitle())+ "\n"; + } + else + { + int delta = lastLevel - newLevel + 1; + for(int i=0; i < delta; i++) + str += OSMFile.getTagopml2(OSMFile.OSM_OUTLINE_TAG)+ "\n" ; + nbToClose-=delta; + str += OSMFile.getTagopml1(OSMFile.OSM_OUTLINE_TAG,transformStringToXMLFormat(elt.getTitle()))+ "\n" ; + nbToClose++; + } + lastLevel = newLevel; + } + for(int i=0; i < nbToClose; i++) + str += OSMFile.getTagopml2(OSMFile.OSM_OUTLINE_TAG) + "\n"; + } + str += OSMFile.getTagopml2(OSMFile.OSM_OPML_BODY_TAG)+ "\n"; + str += OSMFile.getTagopml2(OSMFile.OSM_OPML_TAG); + try + { + FileOutputStream fos = new FileOutputStream(m_File); + fos.write(str.getBytes(OSMFile.OSM_OPML_ENCODING)); + fos.close(); + return true; + } + catch(Throwable e) + { + return false; + } + } + + /** * Export data in rtf format.Not yet implemented. * @return Always false. |
From: Olivier G. <og...@us...> - 2007-05-03 21:06:03
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/file In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21458/osmose/src/osmose/application/file Modified Files: OSMFile.java Log Message: Added export to OPML. Index: OSMFile.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/file/OSMFile.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OSMFile.java 1 Feb 2006 19:25:57 -0000 1.2 --- OSMFile.java 3 May 2007 21:06:01 -0000 1.3 *************** *** 37,46 **** --- 37,56 ---- public static final String OSM_XML_ENCODING="ISO-8859-1"; + public static final String OSM_OPML_ENCODING="ISO-8859-1"; public static final String OSM_XML_PREFACE="<?xml version='1.0' encoding='" + OSM_XML_ENCODING + "'?>\n"; + public static final String OSM_OPML_PREFACE="<opml version='1.0'>\n"; public static final String OSM_DOC_TAG="document"; + public static final String OSM_OPML_TAG="opml"; + public static final String OSM_OPML_BODY_TAG="body"; + public static final String OSM_OPML_HEAD_TAG="head"; + public static final String OSM_OPML_TITLE_TAG="title"; + public static final String OSM_OPML_NAME_TAG="name"; + public static final String OSM_OPML_AUTHOR_TAG="author"; + public static final String OSM_OPML_DATE_TAG="date"; public static final String OSM_SOFT_VERSION="soft-version"; public static final String OSM_DOC_ATT_TYPE="type"; public static final String OSM_DOC_ATT_LASTID="lastid"; public static final String OSM_ELT_TAG="element"; + public static final String OSM_OUTLINE_TAG="outline"; public static final String OSM_ELTURL_TAG="url"; public static final String OSM_ELT_ATT_ONLINE="ontheline"; *************** *** 186,189 **** --- 196,222 ---- return str; } + + /** + * A method to build an OPML opening tag with an attribute. + * @param tag the label of the tag + * @param att the attribute of the tag + * @return the string for this opening tag + */ + public static String getTagopml1(String tag, String att) + { + String str = "<" + tag + " " + "text=\"" + att + "\">"; + return str; + } + + /** + * A method to build an OPML closing tag. + * @param tag the label of the tag + * @return the string for this closing tag + */ + public static String getTagopml2(String tag) + { + String str = "</" + tag + ">"; + return str; + } /** *************** *** 360,362 **** } ! } \ No newline at end of file --- 393,395 ---- } ! } |
From: Olivier G. <og...@us...> - 2007-04-04 21:04:02
|
J.P. wrote: > Hey-- > I just tried Osmose. Really cool program. Is there any way you could > add the ability to adjust how deep you are viewing the presentation > while it's displayed full screen? (So you can, for example. click on > an item and have it become the title, showing everything below it.) > That'd be really cool. > > -- J.P. Hello J.P. Thanks a lot for your enthusiasm ! Your idea is really interesting. I've added it to the list of feature requests: https://sourceforge.net/tracker/index.php, request #1694565. I hope we'll find time to develop it one of these days... Olivier |
From: Olivier G. <og...@us...> - 2006-07-07 18:05:58
|
Update of /cvsroot/osmose-dev/osmose In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30668 Added Files: ChangeLog Log Message: ChangeLog file, to be updated for each release. --- NEW FILE: ChangeLog --- Osmose ChangeLog version 0.2.1 New Features: * Eraser size (1 to 32) can be set in the drawing editor. * Added support for Ogg Vorbis playing. * Shift + mouse clic unselects the element in the tree editor. Updates : * Added some examples : presentations and themes. * Files from Osmose 0.1 can be read by Osmose 0.2. * Updated ui.jar with version 1.4.2_09. * Updated libs MP3 SPI (1.8 -> 1.9.4) and JLayer (0.4->1.0). Fixed bugs: * Display "B" on the Bold button for MacOSX systems. * The bold button has to be named "B" (not "G") in english. * Select good fonts in HTML export for mac systems. * Fixed opening presentations containing an empty property. * Drawing tools size synchronized with user choice. * The URL of the Osmose website has been modified in the tutorials. * The Mac OS X launcher name has been corrected in ReadMe files. Build features: * Correct order in "all" target, and exclusions in "src-dist" target version 0.2.0 Misc: * Project development has been transfered to sourceforge : https://sourceforge.net/projects/osmose-dev/ * The conception document has been translated into english (see doc/dev/Conception_en.sxw). New features: * A label has been added for the HTML title. Fixed bugs: * Use correct fonts when exporting to HTML (needs improvement). * Links are now correctly redrawn when the window is resized. * "Fin du diaporama" has been translated, and the replaceTag method has been improved. * A font was missing in the fonts list. * Bold and italic styles are allowed only for fonts who have these styles. Build features: * "clean" and "all" targets have been added in build.xml. * Zip format has been replaced by tar.gz to handle file permissions. * Javadoc warning have been fixed. * A javadoc task has been created, to generate the javadoc. version 0.1.36 Fixed bugs: * In the theme window, the font selection was not working properly. * It was possible to set negative values to the font size. * Fullscreen visualisation should now work under Mac Os X. version 0.1.35 Fixed bugs: * The theme window wasn't diplayed properly under linux. * There was a problem in he HTML export that made text content to be displayed on one line. * The Mac Os X launcher didn't worked properly on some Macs. |