[cp-patches] FYI: JTable fixes

2005-06-24 Thread Roman Kennke
Hi, I checked in some fixes for JTable related stuff. Basically this makes sure that the columnModel and tableHeader are synced when the tableModel is changed. See ChangeLog entry for details. 2005-06-24 Roman Kennke [EMAIL PROTECTED] * javax/swing/JTable.java (constructor):

Re: [cp-patches] Patch for AbstractTableModel/DefaultTableModel - OK?

2005-06-24 Thread Roman Kennke
David Gilbert wrote: This patch fixes bug report 13422 and all (six) failing Mauve checks (see before.txt and after.txt) for AbstractTableModel and DefaultTableModel: 2005-06-23 Dave Gilbert [EMAIL PROTECTED] * javax/swing/table/AbstractTableModel.java: (getColumnName):

[cp-patches] FYI: Fix for BoxLayout

2005-06-24 Thread Roman Kennke
I have found a layout bug in an application that uses BoxLayout. The problem was that this app had components that are invisible. The layoutmanager did not recognize this and laid out the components anyway. This leads to a garbled layout. I added a class gnu.java.awt.AWTUtilities (no package

[cp-patches] FYI: CORBA 1.4 POA exception package.

2005-06-24 Thread Meskauskas Audrius
This is just a pack of typical CORBA user exceptions, together with they helpers. 2005-06-24 Audrius Meskauskas [EMAIL PROTECTED] org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java, org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java,

[cp-patches] FYI: Patch - JScrollPane adds JViewport to beginning of component list

2005-06-24 Thread Anthony Balkissoon
Committed this patch to be compatible with reference implementations. Change is no more than switching add(viewport) to add(viewport,0). Patch is attached. Index: javax/swing/JScrollPane.java === RCS file:

[cp-patches] Fixes for Savannah bugs #13456 and #13387

2005-06-24 Thread Chris Burdess
Hi, I committed the attached patch to correct the above bugs. 2005-05-14 Chris Burdess [EMAIL PROTECTED] * gnu/xml/aelfred2/XmlParser.java: ensure that charset parameter of external MIME entity is trimmed. * gnu/xml/dom/DomDocument.java: DomNsNodes retrieved via

Re: [cp-patches] Patch for AbstractTableModel/DefaultTableModel - OK?

2005-06-24 Thread David Gilbert
Roman Kennke wrote: David Gilbert wrote: This patch fixes bug report 13422 and all (six) failing Mauve checks (see before.txt and after.txt) for AbstractTableModel and DefaultTableModel: 2005-06-23 Dave Gilbert [EMAIL PROTECTED] * javax/swing/table/AbstractTableModel.java: