[cp-patches] Final 0.18 patch

2005-09-06 Thread Mark Wielaard
Hi, Here is the last commit for 0.18. Apologies again for missing any noteworthy changes. I tried to summarize things as good as possible in the NEWS file. But there were 500+ commits since 0.17 so I am sure I missed some essential things. 2005-09-06 Mark Wielaard <[EMAIL PROTECTED]> *

[cp-patches]: JScrollBar fix

2005-09-06 Thread Lillian Angel
2005-09-06 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicScrollBarUI: Fixes Bug PR23529. (installUI): Changed delay for Timer. Was set too long and actionPerformed was not being called fast enough when the user clicks on the scroll bar. T

Re: [cp-patches]: Patch: BasicMenuItemUI formatting

2005-09-06 Thread Lillian Angel
2005-09-06 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicMenuItemUI.java: Formatted class. On Tue, 2005-09-06 at 12:25 -0400, Lillian Angel wrote: > 2005-09-06 Lillian Angel <[EMAIL PROTECTED]> > > * javax/swing/plaf/basic/BasicMenuItemUI.java: >

[cp-patches]: Patch: JMenu fix

2005-09-06 Thread Lillian Angel
2005-09-06 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicMenuItemUI.java: Fixes Bug #PR23527 (paintMenuItem): Moved view rectangle over to the left the same amount as defaultTextIconGap so the accelerator is painted with some space on the

[cp-patches] Patch: InetSocketAddress.toString adjustment.

2005-09-06 Thread Anthony Green
This patch makes Classpath print InetSocketAddresses like Sun's JRE. 2005-09-05 Anthony Green <[EMAIL PROTECTED]> * java/net/InetSocketAddress.java (toString): Adjust to match Sun JRE output, which is [HOSTNAME]/[IPADDRESS]:[PORT]. Index: java/net/InetSocketAddress.java =

Re: [cp-patches] Patch: InetSocketAddress.toString adjustment.

2005-09-06 Thread Tom Tromey
> "Anthony" == Anthony Green <[EMAIL PROTECTED]> writes: Anthony> This patch makes Classpath print InetSocketAddresses like Sun's JRE. Anthony> 2005-09-05 Anthony Green <[EMAIL PROTECTED]> Anthony> * java/net/InetSocketAddress.java (toString): Adjust to match Sun Anthony> JRE output, which i

[cp-patches]: Patch: JMenuBar fix

2005-09-06 Thread Lillian Angel
2005-09-06 Lillian Angel <[EMAIL PROTECTED]> Fixes Bug #PR20015 * javax/swing/JMenuBar.java (getUIClassID): Fixed API documentation. * javax/swing/plaf/basic/BasicMenuBarUI.java: Added a private field for the mouse listener. (BasicMenuBarUI): Initi

[cp-patches] Patch for Approval fixes bug #16540 GlassPane intercepting Mouse Events

2005-09-06 Thread Anthony Balkissoon
This patch (pending approval) fixes bug #16540 where a RootPaneContainer whose GlassPane was set to visible but had no MouseListeners attached was still intercepting Mouse Events. The patch basically consists of the new implementation method getDeepestComponentForMouseEventAt which (like AWTUtilit

[cp-patches] FYI: MetalIconFactory.RadioButtonIcon update

2005-09-06 Thread David Gilbert
This patch (committed) adds the small animation effect (during clicking) to the RadioButtonIcon in the MetalLookAndFeel: 2005-09-06 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/metal/MetalIconFactory.java (RadioButtonIcon.drawCheck): removed, (RadioButtonIcon.p

Re: [cp-patches] Patch for Approval fixes bug #16540 GlassPane intercepting Mouse Events

2005-09-06 Thread Thomas Fitzsimmons
On Tue, 2005-09-06 at 16:16 -0400, Anthony Balkissoon wrote: > This patch (pending approval) fixes bug #16540 where a RootPaneContainer > whose GlassPane was set to visible but had no MouseListeners attached > was still intercepting Mouse Events. > > The patch basically consists of the new impleme

[cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-06 Thread Roman Kennke
I re-enabled some accessibility things in javax.swing that have been disabled due to a compiler bug in gcj < 4. I think now that the 0.18 release is out it would be a good time to get rid of this gcj<4-bug-support things. This will also remove a lot of clutter in the JAPI pages and maybe brings som

[cp-patches]: Patch: BasicFileChooserUI formatting.

2005-09-06 Thread Lillian Angel
2005-09-06 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicFileChooserUI.java: Formatted entire class. Index: javax/swing/plaf/basic/BasicFileChooserUI.java === RCS file: /cvsroot/classpath/classpath

[cp-patches] FYI: Set version to 0.19-pre and add announcement

2005-09-06 Thread Mark Wielaard
Hi, This sets the version in CVS to 0.19-pre and adds the announcement to our webpage. 2005-09-06 Mark Wielaard <[EMAIL PROTECTED]> * configure.ac: Set version to 0.19-pre. * doc/www.gnu.org/announce/20050906.wml: New file. * doc/www.gnu.org/newsitems.txt: Ad

Re: [cp-patches] Patch for Approval fixes bug #16540 GlassPane intercepting Mouse Events

2005-09-06 Thread Roman Kennke
Am Dienstag, den 06.09.2005, 16:16 -0400 schrieb Anthony Balkissoon: > This patch (pending approval) fixes bug #16540 where a RootPaneContainer > whose GlassPane was set to visible but had no MouseListeners attached > was still intercepting Mouse Events. My feeling is that this should be handled i

[cp-patches] FYI: MetalRadioButtonUI.java

2005-09-06 Thread David Gilbert
I committed this patch to add some missing methods to MetalRadioButtonUI: 2005-09-06 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/metal/MetalLookAndFeel.java (initComponentDefaults): added some RadioButton defaults, * javax/swing/plaf/metal/MetalRadioButtonUI.ja

[cp-patches] Patch: JFileChooser fix

2005-09-06 Thread Lillian Angel
2005-09-06 Lillian Angel <[EMAIL PROTECTED]> Fixes Bug #PR23023 * javax/swing/plaf/basic/BasicFileChooserUI.java: Added 2 fields and reformatted copyright. (actionPerformed): Should be able to open directories. (mouseClicked): Set text in text field.

Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing

2005-09-06 Thread Andrew John Hughes
On Tue, 2005-09-06 at 21:53 +0100, Paul Jenner wrote: > Hi Roman. > > On Tue, 2005-09-06 at 22:41 +0200, Roman Kennke wrote: > > I re-enabled some accessibility things in javax.swing that have been > > disabled due to a compiler bug in gcj < 4 > > > > 2005-09-06 Roman Kennke <[EMAIL PROTECTED]>

[cp-patches] [FYI]Swing Box build fix

2005-09-06 Thread Robert Schuster
Hi, java.awt.Container was not imported into javax.swing.Box and broke the build. This patch fixes it. 2005-09-07 Robert Schuster <[EMAIL PROTECTED]> * javax/swing/Box.java: Added java.awt.Container import statement. cu Robert Index: javax/swing/Box.java ==

[cp-patches] [RFC] INSTALL - GCJ 3.x is unsupported

2005-09-06 Thread Robert Schuster
Hi, is everyone OK with the changes to INSTALL. Especially recommending Jikes? 2005-09-07 Robert Schuster <[EMAIL PROTECTED]> * INSTALL: Mention that GCJ4 is now mandatory. cu Robert Index: INSTALL === RCS file: /cvsroot/cl

[cp-patches] [FYI/Qt4Peer] build fix for componentevent.cpp

2005-09-06 Thread Robert Schuster
Hi, I had to include assert.h to get this to compile. 2005-09-07 Robert Schuster <[EMAIL PROTECTED]> * native/jni/qt-peer/componentevent.cpp: Added inclusion of assert.h cu Robert Index: native/jni/qt-peer/componentevent.cpp =

Re: [cp-patches] [RFC] INSTALL - GCJ 3.x is unsupported

2005-09-06 Thread Robert Schuster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this was accepted on IRC. Committed. cu Robert Robert Schuster wrote: > Hi, > is everyone OK with the changes to INSTALL. Especially recommending Jikes? > > > 2005-09-07 Robert Schuster <[EMAIL PROTECTED]> > > * INSTALL: Mention that