From: Tom Tromey <[EMAIL PROTECTED]>
Date: 04 Nov 2005 09:52:26 -0700
> Could you write a Mauve test for this?
> This is why I didn't already check this in...
I tried to write one in gnu/testlet/java/nio/charset/Charset/,
but found that such a test would fail with Sun's JDK
(version 1.4.2_08).
S
On Fri, 2005-11-04 at 17:48 -0500, Lillian Angel wrote:
> On Fri, 2005-11-04 at 16:23 -0500, Thomas Fitzsimmons wrote:
>
> > (or just finish it completely :-))
>
> I finished It completely. I ran it with a test case using all the
> possible locations and sizes for the Component and Window. It run
Reformatted this file.
2005-11-04 Anthony Balkissoon <[EMAIL PROTECTED]>
* javax/swing/text/DefaultStyledDocument.java: Reformatted.
--Tony
Index: javax/swing/text/DefaultStyledDocument.java
===
RCS file: /cvsroot/classpat
On Fri, 2005-11-04 at 17:48 -0500, Lillian Angel wrote:
> On Fri, 2005-11-04 at 16:23 -0500, Thomas Fitzsimmons wrote:
>
> > (or just finish it completely :-))
>
> I finished It completely. I ran it with a test case using all the
> possible locations and sizes for the Component and Window. It run
On Fri, 2005-11-04 at 16:23 -0500, Thomas Fitzsimmons wrote:
> (or just finish it completely :-))
I finished It completely. I ran it with a test case using all the
possible locations and sizes for the Component and Window. It runs
exactly like Sun (IBM works slightly different).
2005-11-04 Lill
I was interested in getting feedback from current communities of Roomity.com and let you know the recent improvements we are working on for better interface.Roomity.com v 1.5 is a web 2.01/RiA poster child community webapp. This new version adds broadcast video, social networking such as favorite a
Thanks Mark for noticing the synchronization bug.
Audrius.
2005-11-04 Audrius Meskauskas <[EMAIL PROTECTED]>
* gnu/CORBA/SocketRepository.java (sockets): Changed type to
HashMap. (put_socket, get_socket, gc):
Always synchronize on 'sockets'.
Index: gnu/CORBA/SocketRepository.ja
On Thu, 2005-10-27 at 10:29 -0600, Tom Tromey wrote:
> In 1.5, BufferedImage implements Transparency. This requires adding
> one method; it seems to me that it is always correct to just forward
> the call to the underlying ColorModel. So, that is what I
> implemented.
>
> Ok?
Yes, please commit
On Fri, 2005-11-04 at 15:37 -0500, Lillian Angel wrote:
> I implemented the missing part of setLocationRelativeTo. It appears to
> work in all the cases I have tested.
>
> Can someone review this before I commit it?
This patch works if the window is smaller than the component and nothing
is offsc
Hi Audrius,
On Mon, 2005-10-31 at 12:20 +0100, Meskauskas Audrius wrote:
> This patch fixes some hanging problems that I observed when debugging
> my CORBA game example. These problems stayed unnoticed during tests
> because the game normally lasts much longer that it takes the test to
> complet
Hi,
Now that we have released 0.19 this updates the version number.
2005-11-04 Mark Wielaard <[EMAIL PROTECTED]>
* configure.ac: Set version to 0.20-pre.
Committed,
Mark
diff -u -r1.116 configure.ac
--- configure.ac2 Nov 2005 22:31:47 - 1.116
+++ configure.ac
Hi Wolfgang,
On Fri, 2005-10-28 at 20:47 +0200, Wolfgang Baer wrote:
> File.getParent fails with an Exception for a file with
> a pathname of "".
>
> A corresponding mauve test is send to mauve-patches.
>
> 2005-10-28 Wolfgang Baer <[EMAIL PROTECTED]>
>
> * java/io/File.java
>
I implemented the missing part of setLocationRelativeTo. It appears to
work in all the cases I have tested.
Can someone review this before I commit it?
Thanks!
2005-11-04 Lillian Angel <[EMAIL PROTECTED]>
* java/awt/Window.java
(setLocationRelativeTo): Implemented case when
Hi Wolfgang,
On Thu, 2005-11-03 at 20:40 +0100, Wolfgang Baer wrote:
> this patch adds api docs to the javax.print.event package.
>
> 2005-11-03 Wolfgang Baer <[EMAIL PROTECTED]>
>
> * javax/print/event/*: Added API docs all over.
Thanks! This looks good.
Shall I commit it for you, o
Added these two fields that JAPI pointed out.
2005-11-04 Anthony Balkissoon <[EMAIL PROTECTED]>
* javax/swing/text/StyleConstants.java:
(Family): New API field.
(Size): New API field.
--Tony
Index: javax/swing/text/StyleConstants.java
===
I ran into a issue where the parent of the invoker of the Popup may be
set to null if some overriding class removes the Popup earlier than the
BasicPopupMenuUI.PopupMenuHandler. I got a NPE; when I resolved this, I
ran into problems actually removing the popup from the layeredPane
(because the invo
This path should fix the bug #24467
(gnu_java_nio_charset_iconv_IconvDecoder.c treats normal bytes as invalid).
2005-11-04 Ito Kazumitsu <[EMAIL PROTECTED]>
* native/jni/java-nio/gnu_java_nio_charset_iconv_IconvDecoder.c.orig
(Java_gnu_java_nio_charset_iconv_IconvDecoder_decode)
This path should fix the bug #22968 (gnu.java.nio.charset.iconv.IconvProvider:
the constructor must be public).
This patch has already been applied in Kaffe for several months
and has worked fine.
2005-11-04 Ito Kazumitsu <[EMAIL PROTECTED]>
* gnu/java/nio/charset/iconv/IconvProvider.
> "Ito" == Ito Kazumitsu <[EMAIL PROTECTED]> writes:
Ito> I have been admitted to the GNU Classpath family and this
Ito> is the first patch I would like to check in.
Could you write a Mauve test for this?
This is why I didn't already check this in...
Tom
___
Hi,
I have been admitted to the GNU Classpath family and this
is the first patch I would like to check in.
This path should fix the bug #23008 (The charset decoder for
UnicodeLittle gives wrong results).
As reported in Comment #1 of the bug #23008,
Seeing the behavior of Sun's JDK, UnicodeLitt
Hi,
Here comes another fix for the table cell renderer. I hope that this is
the correct thing to do. So much fun with underspecified APIs :-/.
Thanks go to lillian who has been incredibly patient to discuss this
with me on IRC, as well as testing.
2005-11-04 Roman Kennke <[EMAIL PROTECTED]>
Hi Roman,
On Fri, 2005-11-04 at 11:33 +, Roman Kennke wrote:
> This adds the getMinimumSize() method to the BasicTextUI and replaces a
> 'should never happen' comment with an assert statement.
> [...]
> catch (BadLocationException e)
>{
> - // This should never happen.
> -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
would you mind sending a unified diff instead of the modified file?
Regards
Robert
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFDa3MPG9cfwmwwEtoRAutTAJ0aoGWT
Hi,
I added a cool new JTextField demo that shows the JTextField in various
states. The best thing is, most stuff is actually working now :-) A
special highlight is the custom caret in the text field at the bottom
left.
2005-11-04 Roman Kennke <[EMAIL PROTECTED]>
* examples/gnu/classpa
This adds the getMinimumSize() method to the BasicTextUI and replaces a
'should never happen' comment with an assert statement.
2005-11-04 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicTextUI.java
(getMinimumSize): New method.
* javax/swing/text/FieldVie
Hi,
I discovered an overflow problem in SizeRequirements. I added a Mauve
test for that problem (to BoxLayout testsuite) and this patch makes this
test PASS.
2005-11-04 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/SizeRequirements.java
(getTiledSizeRequirements): Added check
26 matches
Mail list logo