You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/01/18 22:54:59 UTC

[GitHub] [netbeans] DevCharly opened a new pull request #1884: [NETBEANS-3713] FlatLaf: progress bar improvements

DevCharly opened a new pull request #1884: [NETBEANS-3713] FlatLaf: progress bar improvements
URL: https://github.com/apache/netbeans/pull/1884
 
 
   - progress bar in status bar now always has large height (has changed height before depending on whether text is painted in progress bar)
   - cancel button replaced with vector icon
   - fixed color of separator in "Processes" popup
   - remove separator of last row in "Processes" popup if process was removed
   - use preferred height for progress bars in "Processes" popup
   
   Before ("Processes" popup shown):
   ![image](https://user-images.githubusercontent.com/5604048/72671659-de9dd580-3a4d-11ea-97b2-cce5d1761bd8.png)
   
   Before, separator was not removed after background scanning finished:
   ![image](https://user-images.githubusercontent.com/5604048/72671534-510db600-3a4c-11ea-9dd2-67508d461328.png)
   
   After:
   ![image](https://user-images.githubusercontent.com/5604048/72671638-9e3e5780-3a4d-11ea-8e7d-b1dbb0eed684.png)
   
   "Processes" popup:
   ![image](https://user-images.githubusercontent.com/5604048/72671549-7bf80a00-3a4c-11ea-92ca-29e4d76c3dbe.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] humphreygao commented on issue #1884: [NETBEANS-3713] FlatLaf: progress bar improvements

Posted by GitBox <gi...@apache.org>.
humphreygao commented on issue #1884: [NETBEANS-3713] FlatLaf: progress bar improvements
URL: https://github.com/apache/netbeans/pull/1884#issuecomment-589698141
 
 
   @DevCharly Ok, thank you for your reply.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] DevCharly commented on issue #1884: [NETBEANS-3713] FlatLaf: progress bar improvements

Posted by GitBox <gi...@apache.org>.
DevCharly commented on issue #1884: [NETBEANS-3713] FlatLaf: progress bar improvements
URL: https://github.com/apache/netbeans/pull/1884#issuecomment-589686160
 
 
   @humphreygao this occurs only on HiDPI screens at 125%, 150%, 175% or 225% scaling when running NetBeans in a Java 9 or later VM.
   
   It is fixed in FlatLaf 0.27 in commit https://github.com/JFormDesigner/FlatLaf/commit/0910bd23c43e26361339d541437ed303e21dde71, but NetBeans uses 0.26.
   
   Should be fixed in NB 12.
   For 11.3 it is probably too late and FlatLaf 0.27 contains too many changes to be used in NB 11.3.
   
   @ebarboni @lkishalmi if there is a need to fix this in NB 11.3, I could build a FlatLaf 0.26.1 release that contains only the single [commit](https://github.com/JFormDesigner/FlatLaf/commit/0910bd23c43e26361339d541437ed303e21dde71) that fixes the issue?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni commented on issue #1884: [NETBEANS-3713] FlatLaf: progress bar improvements

Posted by GitBox <gi...@apache.org>.
ebarboni commented on issue #1884: [NETBEANS-3713] FlatLaf: progress bar improvements
URL: https://github.com/apache/netbeans/pull/1884#issuecomment-589706816
 
 
   Hi would be better to wait for 12. this is not critical or blocker. and we are in voting phase

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi merged pull request #1884: [NETBEANS-3713] FlatLaf: progress bar improvements

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #1884: [NETBEANS-3713] FlatLaf: progress bar improvements
URL: https://github.com/apache/netbeans/pull/1884
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] humphreygao commented on issue #1884: [NETBEANS-3713] FlatLaf: progress bar improvements

Posted by GitBox <gi...@apache.org>.
humphreygao commented on issue #1884: [NETBEANS-3713] FlatLaf: progress bar improvements
URL: https://github.com/apache/netbeans/pull/1884#issuecomment-589597929
 
 
   hello,  I use NetBeans 11.3-beta3 in Windows 10 OS and find that progress bar leaves vertical stripes during scrolling. But I am not sure whether it is common phenomenon.
   Here are pictures(All in FlatLaf Look and Feel): 
   ![blue stripe](https://user-images.githubusercontent.com/52394598/75025452-30ff6580-54d6-11ea-99dc-5d5e98bf5bdf.png)
   ![blue stripe  light](https://user-images.githubusercontent.com/52394598/75025671-8fc4df00-54d6-11ea-8768-c9f8963af6be.png)
   ![big progress bar light](https://user-images.githubusercontent.com/52394598/75025865-e6cab400-54d6-11ea-810c-31fe826e2fbd.png)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists