Author: jflesch
Date: 2007-07-24 16:48:55 +0000 (Tue, 24 Jul 2007)
New Revision: 14306

Modified:
   trunk/apps/Thaw/src/thaw/core/MainWindow.java
   trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties
   trunk/apps/Thaw/src/thaw/i18n/thaw.properties
   trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties
   trunk/apps/Thaw/src/thaw/plugins/miniFrost/MessagePanel.java
Log:
Update the dialog 'about'

Modified: trunk/apps/Thaw/src/thaw/core/MainWindow.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/MainWindow.java       2007-07-24 16:46:13 UTC 
(rev 14305)
+++ trunk/apps/Thaw/src/thaw/core/MainWindow.java       2007-07-24 16:48:55 UTC 
(rev 14306)
@@ -582,26 +582,29 @@
        public void showDialogAbout() {
                final JComponent[] labels = new JComponent[] {
                        new JTextField("Thaw "+Main.VERSION),
-                       new JLabel(I18n.getMessage("thaw.about.l2")),
-                       new JLabel(I18n.getMessage("thaw.about.l3")),
-                       new JLabel(I18n.getMessage("thaw.about.l4")),
+                       new JLabel(I18n.getMessage("thaw.about.l02")),
+                       new JLabel(I18n.getMessage("thaw.about.l03")),
+                       new JLabel(I18n.getMessage("thaw.about.l04")),
                        new JLabel(""),
-                       new JLabel(I18n.getMessage("thaw.about.l6")),
+                       new JLabel(I18n.getMessage("thaw.about.l06")),
                        new JLabel(""),
-                       new JLabel(I18n.getMessage("thaw.about.l7")),
-                       new JLabel(I18n.getMessage("thaw.about.l8"))
+                       new JLabel(I18n.getMessage("thaw.about.l07")),
+                       new JLabel(I18n.getMessage("thaw.about.l08")),
+                       new JLabel(I18n.getMessage("thaw.about.l09")),
+                       new JLabel(I18n.getMessage("thaw.about.l10")),
+                       new JLabel(I18n.getMessage("thaw.about.l11")),
+                       new JLabel(I18n.getMessage("thaw.about.l12")),
                };

-               /*
+
                for (int i = 0 ; i < labels.length ; i++) {
                        if (labels[i] instanceof JTextField) {
                                ((JTextField)labels[i]).setEditable(false);
                        }
                }
-               */

+
                ((JTextField)labels[0]).setFont(new Font("Dialog", Font.BOLD, 
30));
-               ((JTextField)labels[0]).setEditable(false);

                JOptionPane.showMessageDialog(null, labels, 
I18n.getMessage("thaw.about.title"),
                                              JOptionPane.INFORMATION_MESSAGE);

Modified: trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties
===================================================================
--- trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties     2007-07-24 
16:46:13 UTC (rev 14305)
+++ trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties     2007-07-24 
16:48:55 UTC (rev 14306)
@@ -236,13 +236,19 @@

 ## About
 thaw.about.title=? propos
-thaw.about.l2=par Jerome Flesch
-thaw.about.l3=2006-2007(c) Freenet Project Incorporated
-thaw.about.l4=sous GPLv2 ( http://www.fsf.org/licensing/licenses/gpl.html )
-thaw.about.l6=Th?me d'icones "Tango" ( http://tango.freedesktop.org/ )
-thaw.about.l7=
-thaw.about.l8=
+thaw.about.l02=par Jerome Flesch
+thaw.about.l03=2006-2007(c) Freenet Project Incorporated
+thaw.about.l04=sous GPLv2 ( http://www.fsf.org/licensing/licenses/gpl.html )
+thaw.about.l06=Les principaux composants de Thaw sont:
+thaw.about.l07=- Le jeu d'icones "Tango" ( http://tango.freedesktop.org/ ; CC 
attribution share-alike )
+thaw.about.l07=- Le look&feel InfoNode ( http://www.infonode.net/ ; GPL )
+thaw.about.l08=- Le look&feel Liquid ( https://liquidlnf.dev.java.net/ ; LGPL )
+thaw.about.l09=- Hsqldb ( http://hsqldb.org/ ; Hsqldb license )
+thaw.about.l10=- JmDNS ( http://jmdns.sourceforge.net/ ; LGPL )
+thaw.about.l11=- Certaines parties du code source du noeud Freenet ( 
http://freenetproject.org/ ; GPL )
+thaw.about.l12=- Certaines parties du code source de Frost ( 
http://jtcfrost.sourceforge.net/ ; GPL )

+
 ## HsqlDb
 thaw.plugin.hsqldb.database=Base de donn?es
 thaw.plugin.hsqldb.console=Console Sql

Modified: trunk/apps/Thaw/src/thaw/i18n/thaw.properties
===================================================================
--- trunk/apps/Thaw/src/thaw/i18n/thaw.properties       2007-07-24 16:46:13 UTC 
(rev 14305)
+++ trunk/apps/Thaw/src/thaw/i18n/thaw.properties       2007-07-24 16:48:55 UTC 
(rev 14306)
@@ -243,13 +243,21 @@

 ## About
 thaw.about.title=About
-thaw.about.l2=by Jerome Flesch
-thaw.about.l3=2006-2007(c) Freenet Project Incorporated
-thaw.about.l4=under GPLv2 ( http://www.fsf.org/licensing/licenses/gpl.html )
-thaw.about.l6=Icon theme "Tango" ( http://tango.freedesktop.org/ )
-thaw.about.l7=
-thaw.about.l8=
+thaw.about.l02=by Jerome Flesch
+thaw.about.l03=2006-2007(c) Freenet Project Incorporated

+thaw.about.l04=under GPLv2 or higher ( 
http://www.fsf.org/licensing/licenses/gpl.html )
+
+thaw.about.l06=Some of the Thaw components are:
+thaw.about.l07=- Icon theme "Tango" ( http://tango.freedesktop.org/ ; CC 
attribution share-alike )
+thaw.about.l07=- InfoNode look&feel ( http://www.infonode.net/ ; GPL )
+thaw.about.l08=- Liquid look&feel ( https://liquidlnf.dev.java.net/ ; LGPL )
+thaw.about.l09=- Hsqldb ( http://hsqldb.org/ ; Hsqldb license )
+thaw.about.l10=- JmDNS ( http://jmdns.sourceforge.net/ ; LGPL )
+thaw.about.l11=- Some parts of the Freenet node source code ( 
http://freenetproject.org/ ; GPL )
+thaw.about.l12=- Some parts of Frost source code ( 
http://jtcfrost.sourceforge.net/ ; GPL )
+
+
 ## HsqlDb
 thaw.plugin.hsqldb.database=Database
 thaw.plugin.hsqldb.console=Sql console

Modified: trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties
===================================================================
--- trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties    2007-07-24 16:46:13 UTC 
(rev 14305)
+++ trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties    2007-07-24 16:48:55 UTC 
(rev 14306)
@@ -236,13 +236,19 @@

 ## About
 thaw.about.title=\u00c0 propos
-thaw.about.l2=par Jerome Flesch
-thaw.about.l3=2006-2007(c) Freenet Project Incorporated
-thaw.about.l4=sous GPLv2 ( http://www.fsf.org/licensing/licenses/gpl.html )
-thaw.about.l6=Th\u00e8me d'icones "Tango" ( http://tango.freedesktop.org/ )
-thaw.about.l7=
-thaw.about.l8=
+thaw.about.l02=par Jerome Flesch
+thaw.about.l03=2006-2007(c) Freenet Project Incorporated
+thaw.about.l04=sous GPLv2 ( http://www.fsf.org/licensing/licenses/gpl.html )
+thaw.about.l06=Les principaux composants de Thaw sont:
+thaw.about.l07=- Le jeu d'icones "Tango" ( http://tango.freedesktop.org/ ; CC 
attribution share-alike )
+thaw.about.l07=- Le look&feel InfoNode ( http://www.infonode.net/ ; GPL )
+thaw.about.l08=- Le look&feel Liquid ( https://liquidlnf.dev.java.net/ ; LGPL )
+thaw.about.l09=- Hsqldb ( http://hsqldb.org/ ; Hsqldb license )
+thaw.about.l10=- JmDNS ( http://jmdns.sourceforge.net/ ; LGPL )
+thaw.about.l11=- Certaines parties du code source du noeud Freenet ( 
http://freenetproject.org/ ; GPL )
+thaw.about.l12=- Certaines parties du code source de Frost ( 
http://jtcfrost.sourceforge.net/ ; GPL )

+
 ## HsqlDb
 thaw.plugin.hsqldb.database=Base de donn\u00e9es
 thaw.plugin.hsqldb.console=Console Sql
@@ -527,7 +533,10 @@
 thaw.plugin.miniFrost.read=Lire

 thaw.plugin.miniFrost.rawMessage=MESSAGE BRUTE
+
 thaw.plugin.miniFrost.archivate=Archiver
+thaw.plugin.miniFrost.unarchivate=D\u00e9archiver
+
 thaw.plugin.miniFrost.reply=Repondre
 thaw.plugin.miniFrost.unfoldAll=Tout d\u00e9plier
 thaw.plugin.miniFrost.foldAll=Tout plier
@@ -544,3 +553,5 @@
 thaw.plugin.miniFrost.onAllBoards=Sur toutes les boards

 thaw.plugin.miniFrost.seeArchived=Voir les messages archiv\u00e9s
+
+thaw.plugin.miniFrost.maxBoardsRefreshed=Nombre maximum de boards rafraichies 
simultan\u00e9ment

Modified: trunk/apps/Thaw/src/thaw/plugins/miniFrost/MessagePanel.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/miniFrost/MessagePanel.java        
2007-07-24 16:46:13 UTC (rev 14305)
+++ trunk/apps/Thaw/src/thaw/plugins/miniFrost/MessagePanel.java        
2007-07-24 16:48:55 UTC (rev 14306)
@@ -148,7 +148,7 @@


                        /* header */
-                       JPanel headPanel = new JPanel(new BorderLayout(20, 0));
+                       JPanel headPanel = new JPanel(new BorderLayout(10, 0));

                        JLabel dateLabel = new JLabel(msg.getDate().toString());
                        JLabel authorLabel = new 
JLabel(msg.getAuthor().toString());
@@ -270,6 +270,7 @@


        private void putScrollBarAtBottom() {
+               scrollPane.revalidate();
                int max = scrollPane.getVerticalScrollBar().getMaximum();
                scrollPane.getVerticalScrollBar().setValue(max);
        }


Reply via email to