-
Notifications
You must be signed in to change notification settings - Fork 4
adds fragment frequencies to fragments overview #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
9b952fc
adds fragment frequencies to fragments overview
JonasSchaub 84167e0
encapsulates Graphics2D config to reduce duplication
JonasSchaub a2b05c7
code formatting and comments according to Copilot review
JonasSchaub 808a718
Merge branch 'production' into issue-186-fragment-freqs-overview
JonasSchaub db576df
unifies distances in image with text depiction and unifies the the tw…
JonasSchaub 89b7732
adds checks and routines to prevent text labels in depictions (freque…
JonasSchaub bd47ec3
refactoring
JonasSchaub e5b37e1
adds screenshot functionality and button to the overview view
JonasSchaub 5164055
makes FORMATS array thread-safe
JonasSchaub a47dd90
dispose Graphics2D instance after method call
JonasSchaub bec01dd
use BufferedImage.TYPE_INT_RGB instead of Transparency.OPAQUE
JonasSchaub fd79b19
revert usage of ThreadLocal again, the clean-up would be too complicated
JonasSchaub bec7618
removes decimal formats that make no sense for integer values and add…
JonasSchaub 22a514d
implements remaining Copilot suggestions
JonasSchaub 5d7b17f
use constants for standard font
JonasSchaub ddc98b8
turns integer format patterns into an array, so that the test class d…
JonasSchaub 703a3bd
fix: image height does not reach negative values because of the text …
JonasSchaub f24eb95
make it a double multiplication
JonasSchaub bc1a628
fix import order to resolve spotless complaint
JonasSchaub 10820ff
clear up remaining copilot complaints; simplify depictErrorImage()
JonasSchaub f7f0ef6
implements Copilot suggestions
JonasSchaub 51b4889
implements Copilot suggestions
JonasSchaub 99726eb
actually assign the sanitized file name to the variable and correct doc
JonasSchaub 95fa667
gives speaking names to DepictionUtil methods
JonasSchaub 4355973
fixes spotless complaint
JonasSchaub a266768
fixes Copilot complaints
JonasSchaub 0dfe467
fixes Copilot complaints
JonasSchaub 81aef13
make file extension check locale-sensitive and extract screenshot tas…
JonasSchaub e6e8353
implements Copilot suggestions
JonasSchaub 9035b22
reuses font metrics for every cell render in items tab
JonasSchaub 3a7761c
implements Copilot suggestions
JonasSchaub 58f873b
improves initial file name generation for exporter and some general r…
JonasSchaub fff8e09
use given dimensions for error images if possible
JonasSchaub eaee0c0
disable the screenshot button earlier
JonasSchaub 279ab95
remove misleading comments
JonasSchaub b3cc75a
updates the tutorial
JonasSchaub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
535 changes: 403 additions & 132 deletions
535
src/main/java/de/unijena/cheminf/mortar/controller/OverviewViewController.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.