You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2006/08/18 12:59:15 UTC

[jira] Created: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Assorted fixes and improvements  for AWT and SWING modules
----------------------------------------------------------

                 Key: HARMONY-1225
                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib, Contributions
            Reporter: Alexey Petrenko


Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.

This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1225?page=all ]

Mikhail Loenko resolved HARMONY-1225.
-------------------------------------

    Resolution: Fixed

committed to revision 440748
Alexey, please check that it's OK

> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Mikhail Loenko
>         Attachments: build.fix, patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1225?page=comments#action_12432953 ] 
            
Alexey Petrenko commented on HARMONY-1225:
------------------------------------------

Misha,

everything looks ok.
Thanks a lot!

> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Mikhail Loenko
>         Attachments: build.fix, patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1225?page=all ]

Geir Magnusson Jr reassigned HARMONY-1225:
------------------------------------------

    Assignee: Geir Magnusson Jr

> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Geir Magnusson Jr
>         Attachments: patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1225?page=all ]

Alexey Petrenko updated HARMONY-1225:
-------------------------------------

    Attachment: patch.zip

Patch is attached.

We also need to remove the following files:
awt\src\main\java\linux\org\apache\harmony\awt\wtk\linux\LinuxEventDecoder.java
awt\src\main\java\linux\org\apache\harmony\awt\wtk\linux\LinuxSynchronizer.java
awt\src\main\java\linux\org\apache\harmony\awt\datatransfer\linux\LinuxTextDescriptor.java
awt\src\main\java\linux\org\apache\harmony\awt\datatransfer\linux\LinuxFlavorMap.java
awt\src\main\java\linux\org\apache\harmony\awt\datatransfer\linux\FileTranslator.java
awt\src\main\java\common\java\awt\ShutdownThread.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\NativeTranslationManager.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\FlavorInfo.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\DummyTranslator.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\TranslationPoint.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\ClipboardTranslator.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\SystemTransferable.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\ByteTranslator.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\SerializableTranslator.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\ClipboardEntry.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\UnsupportedTranslationPoint.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\SystemParams.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\PureTextTranslator.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\NativeTextDescriptor.java
awt\src\main\java\common\org\apache\harmony\awt\datatransfer\TextTranslator.java
awt\src\main\java\windows\org\apache\harmony\awt\wtk\windows\WinSynchronizer.java
awt\src\main\java\windows\org\apache\harmony\awt\wtk\windows\NativeServer.java
awt\src\main\java\windows\org\apache\harmony\awt\datatransfer\windows\WinTextDescriptor.java
awt\src\main\java\windows\org\apache\harmony\awt\datatransfer\windows\TextUtils.java
awt\src\main\java\windows\org\apache\harmony\awt\datatransfer\windows\WinFlavorMap.java
awt\src\main\java\windows\org\apache\harmony\awt\datatransfer\windows\HDROPTranslator.java
awt\src\main\java\windows\org\apache\harmony\awt\datatransfer\windows\WinTranslationManager.java
awt\src\main\java\windows\org\apache\harmony\awt\datatransfer\windows\URLTranslator.java
awt\src\main\java\windows\org\apache\harmony\awt\datatransfer\windows\WinTextTranslator.java
awt\src\main\java\windows\org\apache\harmony\awt\datatransfer\windows\HTMLTranslator.java
awt\src\main\java\linux\org\apache\harmony\awt\datatransfer\linux\LinuxTranslationManager.java 


> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Attachments: patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1225?page=comments#action_12433851 ] 
            
Mark Hindess commented on HARMONY-1225:
---------------------------------------

I've raised a new jira (HARMONY-1424) with the updated freetype 2.2 fixes.  I would commit it but awt doesn't work for me at the moment so I can't test it.


> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Mikhail Loenko
>         Attachments: build.fix, patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1225?page=comments#action_12430922 ] 
            
Geir Magnusson Jr commented on HARMONY-1225:
--------------------------------------------

vote started

> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Geir Magnusson Jr
>         Attachments: patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1225?page=all ]

Mikhail Loenko closed HARMONY-1225.
-----------------------------------


> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Mikhail Loenko
>         Attachments: build.fix, patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1225?page=comments#action_12433847 ] 
            
Alexey Petrenko commented on HARMONY-1225:
------------------------------------------

Probably it was done by accident.

> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Mikhail Loenko
>         Attachments: build.fix, patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1225?page=all ]

Mikhail Loenko reassigned HARMONY-1225:
---------------------------------------

    Assignee: Mikhail Loenko  (was: Geir Magnusson Jr)

> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Mikhail Loenko
>         Attachments: build.fix, patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1225?page=all ]

Alexey Petrenko updated HARMONY-1225:
-------------------------------------

    Attachment: build.fix

Last minute checks shown that the Linux build fails on current Harmony + the patch.
Here is the fix for this issue.

> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Geir Magnusson Jr
>         Attachments: build.fix, patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1225?page=comments#action_12431868 ] 
            
Geir Magnusson Jr commented on HARMONY-1225:
--------------------------------------------

Vote complete - passed

> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Geir Magnusson Jr
>         Attachments: patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1225) Assorted fixes and improvements for AWT and SWING modules

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1225?page=comments#action_12433837 ] 
            
Mark Hindess commented on HARMONY-1225:
---------------------------------------

Any reason why this patch undoes the work I did in r422782 which enabled the linux fony code to compile with freetype 2.2 ?

-Mark.


> Assorted fixes and improvements  for AWT and SWING modules
> ----------------------------------------------------------
>
>                 Key: HARMONY-1225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1225
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Contributions, Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Mikhail Loenko
>         Attachments: build.fix, patch.zip
>
>
> Here is a patch with number of fixes and improvements for awt and swing modules. One of the main changes is a new implementation of event queue based on two threads.
> This patch reflects the remaining work that we did inside Intel in Swing/AWT. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira