You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2020/08/11 19:04:02 UTC

[GitHub] [jmeter] weisJ opened a new pull request #609: Make use of newer API for darklaf installation.

weisJ opened a new pull request #609:
URL: https://github.com/apache/jmeter/pull/609


   ## Description
   - Newer versions of Darklaf offer to get a list of all available themes.
   This PR replaces the manual setup of each Theme with iteration of said list.
   
   - Instead of checking the name of a Theme to determine whether it is dark make use of the `Theme#isDark` method.
   
   - Darklaf version 2.4.4 fixes an issue, where viewing a `JList` could freeze the application. It also fixes misplaced tree hint popups (the popups that reveal the complete content of a tree cell if obstructed) on Windows.
   ## Checklist:
   - [x] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.


----------------------------------------------------------------
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



[GitHub] [jmeter] asfgit closed pull request #609: Make use of newer API for darklaf installation.

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #609:
URL: https://github.com/apache/jmeter/pull/609


   


----------------------------------------------------------------
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



[GitHub] [jmeter] FSchumacher commented on pull request #609: Make use of newer API for darklaf installation.

Posted by GitBox <gi...@apache.org>.
FSchumacher commented on pull request #609:
URL: https://github.com/apache/jmeter/pull/609#issuecomment-673076849


   Thanks for the nice patch.


----------------------------------------------------------------
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