[cp-patches] FYI: UnixFileSystemView.java - mark stub methods

2006-03-23 Thread David Gilbert
This patch (committed) marks three more stub methods: 2006-03-23 David Gilbert [EMAIL PROTECTED] * javax/swing/filechooser/UnixFileSystemView.java (getSystemDisplayName): Mark as stub, (getSystemIcon): Likewise, (getSystemTypeDescription): Likewise. Regards,

[cp-patches] FYI:Make resize arrows to appear for the Internal Frame

2006-03-23 Thread Audrius Meskauskas
With the latest Mark's patch, it is possible to show the changed mouse cursor in the Internal Frame borders, indicating the possibility and direction of resize. Apart that this is the needed feature it also makes the frame resizing during testing debugging much easier. The resize arrows at

[cp-patches] FYI: JTabbedPane color fixes

2006-03-23 Thread Roman Kennke
This fixes some slight color problems with the JTabbedPanes. This is really a difficult issue as it seems: - The UI must not set the component color to null (we should adapt this to the other components as well) when uninstalling. The reason is that the installDefaults() method checks if the

Re: [cp-patches] RFC: gnu.java.math.MPN optimizations

2006-03-23 Thread Ian Rogers
I have created a project to benchmark the java.math library (and these proposed changes). From looking at GMP it is amazing how complex these libraries can be made. The benchmark project is at http://bigintbench.sourceforge.net/. My first goal is to port some of the gmp benchmark programs.

[cp-patches] FYI: Added -force key to the RMIC source generator.

2006-03-23 Thread Audrius Meskauskas
This key is useful when generating various interesting experimental stubs. 2006-03-23 Audrius Meskauskas [EMAIL PROTECTED] * tools/gnu/classpath/tools/giop/GRMIC.java (main): Accept -force. * tools/gnu/classpath/tools/giop/GRMIC.txt: Explain -force. *

[cp-patches] Patch: FYI: implement a stub

2006-03-23 Thread Tom Tromey
I'm checking this in. This implements a stub I found in java.net. Tom 2006-03-23 Tom Tromey [EMAIL PROTECTED] * java/net/URLConnection.java (getContent(Class[])): Implemented. Index: java/net/URLConnection.java === RCS

[cp-patches] FYI: AccessibleJSlider stubs implemented

2006-03-23 Thread David Gilbert
This patch (committed) implements the stubbed methods in AccessibleJSlider and fixes a bug in the AccessibleJComponent class (the changeSupport field is not necessary, and isn't used by the firePropertyChange() methods): 2006-03-23 David Gilbert [EMAIL PROTECTED] *

[cp-patches] FYI: RMI fixes.

2006-03-23 Thread Audrius Meskauskas
This patch contains many small fixes I made witing and debugging our RMI daemon (RMID) that is currently in preparation. Apart small bug fixes, there are changes that make debugging easier: added toString methods and throwing more informative exceptions. 2006-03-23 Audrius Meskauskas [EMAIL

Re: [cp-patches] RFC: focus change fixes for text components - another try

2006-03-23 Thread Robert Schuster
Hi, accidently the patch I committed contained a change to setDot/moveDot(). However the change fixes the problem mentioned in PR 26808[0] and that is why I will leave it in and just fix the ChangeLog. The correct one is: 2006-03-23 Robert Schuster [EMAIL PROTECTED] *

Re: [cp-patches] RFC: system clipboard integration

2006-03-23 Thread Robert Schuster
Gary acknowledged this patch on IRC. Committed as well. Now we have X11-style Copy and Paste behavior in Swing's text components. :) cya Robert Robert Schuster wrote: Hi, this patch adds some code to an internal FocusListener implementation in BasicTextUI that copies the current selection

[cp-patches] RFC: java.awt.Window fixlet

2006-03-23 Thread Wolfgang Baer
Hi, reverse japi points out that some methods must be overriden and made final in Window. A mauve test for this is committed (gnu/testlet/java/awt/Window/focusCycleRootTest.java). The API docs describe that these methods always return the same or do nothing at all for Window. I needed to adjust

Re: [cp-patches] RFC: focus change fixes for text components

2006-03-23 Thread Robert Schuster
This patch was reviewed and confirmed by Lillian and Thomas Fitzsimmons on IRC. Committed. cya Robert Robert Schuster wrote: Hi, as described in PR 26737[0] the focus change behavior for text components is a bit different than for other swing components. I implemented that behavior by

[cp-patches] FYI: AccessibleJProgressBar stubs implemented

2006-03-23 Thread David Gilbert
This patch (committed) implements some stubbed methods in AccessibleJProgressBar (these are almost the same as the AccessibleJSlider methods I committed earlier): 2006-03-23 David Gilbert [EMAIL PROTECTED] * javax/swing/JProgressBar.java

Re: [cp-patches] RFC: java.awt.Window fixlet

2006-03-23 Thread Robert Schuster
Hi Wolfgang, can you check whether this fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26837 ? cya Robert Wolfgang Baer wrote: Hi, reverse japi points out that some methods must be overriden and made final in Window. A mauve test for this is committed

Re: [cp-patches] RFC: java.awt.Window fixlet

2006-03-23 Thread Wolfgang Baer
Hi Robert, Robert Schuster wrote: Hi Wolfgang, can you check whether this fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26837 ? Seems so. I could traverse the textcomponents with the tab key without any NPEs. Wolfgang

[cp-testresults] FAIL: ecj built with ecj on jamvm on Tue Mar 21 12:41:02 UTC 2006

2006-03-23 Thread cpdev
xargs: jamvm: terminated by signal 11 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: regressions for mauve-jamvm on Thu Mar 23 10:54:04 UTC 2006

2006-03-23 Thread cpdev
Baseline from: Thu Mar 23 05:32:37 UTC 2006 Regressions: FAIL: gnu.testlet.java.lang.Thread.sleep: Interrupted sleep (number 2) New fails: FAIL: gnu.testlet.gnu.java.security.jce.TestOfKeyPairGenerator abnormal termination 142 CRASH or TIMEOUT FAIL:

[cp-testresults] FAIL: ecj built with ecj on jamvm on Fri Mar 24 07:18:44 UTC 2006

2006-03-23 Thread cpdev
xargs: jamvm: terminated by signal 11 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: regressions for libgcj on Fri Mar 24 07:52:58 UTC 2006

2006-03-23 Thread cpdev
Baseline from: Fri Mar 24 02:34:20 UTC 2006 Regressions: FAIL: Thread_Sleep output - bytecode-native test FAIL: Thread_Sleep output - gij test Totals: PASS: 3406 XPASS: 0 FAIL: 2 XFAIL: 10 ___ Classpath-testresults mailing list

Re: No need for 770 device to debug the AWT problems

2006-03-23 Thread Mark Wielaard
On Thu, 2006-03-23 at 07:50 +0100, Clemens Eisserer wrote: I should have added that it works fine with the JDK. Matchbox is kick-ass! Well I never thought it could be matchbox's fault. Matchbox is just the WindowManager - a very little puzzle-part in the whole picture. What is the exact

Re: No need for 770 device to debug the AWT problems

2006-03-23 Thread Clemens Eisserer
What is the exact bug report? I think this guy talks about the repainting problem I've seen when I tried to run AWT/swing applications on my N770. Even on the native side the expose-events were never received although it worked with a small gtk-testcase I created. This is the only problem which

Re: jarsigner tool

2006-03-23 Thread Mark Wielaard
Hi Raif, On Thu, 2006-03-23 at 21:16 +1100, Raif S. Naffah wrote: i now have a working first (rough) cut of the above. Very cool! but before i check the code in i'd like a second opinion on a legal-related issue. the tool reads and uses private and public cryptographic data from a

Re: jarsigner tool

2006-03-23 Thread Audrius Meskauskas
Maybe one person can look into that code, write the brief draft of the documentation and then another can implement it using that documentation only? This would be the possibility to work with formats for that there is no other specification available apart from the released piece of the

Re: jarsigner tool

2006-03-23 Thread Raif S. Naffah
hello Mark, On Thursday 23 March 2006 22:06, Mark Wielaard wrote: On Thu, 2006-03-23 at 21:16 +1100, Raif S. Naffah wrote: ...i'd like a second opinion on a legal-related issue. the tool reads and uses private and public cryptographic data from a keystore that is in a proprietary format:

Re: jarsigner tool

2006-03-23 Thread Roman Kennke
Hi there, I have looked into this area lately too. A jarsigner can well be implemented without JKS and have a Provider plugged in for different keystore formats. This would be done via the java.security.KeyStore.getInstance() method AFAICS. I think this is what Sun's jarsigner also does via the

Re: [cp-patches] Patch: FYI: implement NumericShaper

2006-03-23 Thread Andrew John Hughes
On 22 Mar 2006 10:57:54 -0700 Tom Tromey [EMAIL PROTECTED] wrote: Wolfgang == Wolfgang Baer [EMAIL PROTECTED] writes: Wolfgang It is not really possible to decide what to rip out. Wolfgang Distributions already might depend on several stubs for Wolfgang compilation of libraries. Yeah,

Re: [cp-patches] Patch: FYI: implement NumericShaper

2006-03-23 Thread Stuart Ballard
On 3/23/06, Andrew John Hughes [EMAIL PROTECTED] wrote: I'm pleasantly surprised; the score (for 1.4 at least) doesn't seem to have gone down too far (or, at least, not as far as your comments led me to expect). However, after a period of such JAPI growth, it will be interesting to see the

Re: jarsigner tool

2006-03-23 Thread Raif S. Naffah
hello Roman, On Thursday 23 March 2006 23:18, Roman Kennke wrote: ...A jarsigner can well be implemented without JKS and have a Provider plugged in for different keystore formats. This would be done via the java.security.KeyStore.getInstance() method AFAICS. I think this is what Sun's

[commit-cp] classpath ./ChangeLog javax/swing/filechooser/U...

2006-03-23 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/03/23 10:17:31 Modified files: . : ChangeLog javax/swing/filechooser: UnixFileSystemView.java Log message: 2006-03-23

[commit-cp] classpath ./ChangeLog javax/swing/JComboBox.jav...

2006-03-23 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/03/23 10:42:30 Modified files: . : ChangeLog javax/swing: JComboBox.java JFileChooser.java JSlider.java

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2006-03-23 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/03/23 11:13:22 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicInternalFrameUI.java Log message: 2006-03-23

[commit-cp] classpath javax/swing/plaf/metal/MetalTabbedPan...

2006-03-23 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/03/23 15:37:06 Modified files: javax/swing/plaf/metal: MetalTabbedPaneUI.java javax/swing: JTabbedPane.java javax/swing/plaf/basic:

[commit-cp] classpath tools/gnu/classpath/tools/giop/GRMIC....

2006-03-23 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/03/23 15:40:43 Modified files: tools/gnu/classpath/tools/giop: GRMIC.java GRMIC.txt . : ChangeLog

[commit-cp] classpath ./ChangeLog java/net/URLConnection.java

2006-03-23 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/03/23 15:49:35 Modified files: . : ChangeLog java/net : URLConnection.java Log message: * java/net/URLConnection.java

[commit-cp] classpath java/rmi/activation/Activatable.java ...

2006-03-23 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/03/23 16:12:56 Modified files: java/rmi/activation: Activatable.java ActivationID.java ActivationGroupID.java

[commit-cp] classpath ./ChangeLog javax/swing/JComponent.ja...

2006-03-23 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/03/23 17:16:23 Modified files: . : ChangeLog javax/swing: JComponent.java JSlider.java Log message: 2006-03-23 David

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultC...

2006-03-23 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/23 21:17:22 Modified files: . : ChangeLog javax/swing/text: DefaultCaret.java java/awt : Component.java Log

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2006-03-23 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/23 21:18:45 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: Fixes PR #26736.

[commit-cp] classpath ./ChangeLog javax/swing/JProgressBar....

2006-03-23 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/03/23 21:22:50 Modified files: . : ChangeLog javax/swing: JProgressBar.java Log message: 2006-03-23 David Gilbert

[commit-cp] classpath ChangeLog

2006-03-23 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/23 21:33:03 Modified files: . : ChangeLog Log message: Fixed ChangeLog entry. 2006-03-23 Robert Schuster