-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Clarify the duplicates resolver dialog actions #9140
Merged
Merged
Conversation
This file contains 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
- Renamed the actions. - Changed their layout; some actions on the left and some on the right. - Commented out the help action for now.
- This enum was used by to decide what buttons to add to the duplicate resolver dialog in ImportEntriesDialog. However, both ImportHandler and ImportEntriesDialog have the same buttons. In addition, they share logic too. We should consider merging them at some point.
HoussemNasri
changed the title
Rename the duplicates resolver dialog actions
Clarify the duplicates resolver dialog actions
Sep 6, 2022
calixtus
approved these changes
Sep 6, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except one comment left...
src/main/java/org/jabref/gui/duplicationFinder/DuplicateResolverDialog.java
Outdated
Show resolved
Hide resolved
HoussemNasri
changed the title
Clarify the duplicates resolver dialog actions
[WIP] Clarify the duplicates resolver dialog actions
Sep 6, 2022
HoussemNasri
changed the title
[WIP] Clarify the duplicates resolver dialog actions
Clarify the duplicates resolver dialog actions
Sep 11, 2022
HoussemNasri
added
the
status: ready-for-review
Pull Requests that are ready to be reviewed by the maintainers
label
Sep 11, 2022
Siedlerchr
reviewed
Sep 12, 2022
Siedlerchr
reviewed
Sep 12, 2022
src/main/java/org/jabref/gui/duplicationFinder/DuplicateResolverDialog.java
Show resolved
Hide resolved
Siedlerchr
approved these changes
Sep 14, 2022
Siedlerchr
added a commit
to LIM0000/jabref
that referenced
this pull request
Sep 17, 2022
* upstream/main: Update to jfx 19 (JabRef#9155) Squashed 'buildres/csl/csl-styles/' changes from 8d69f16..201e022 Clarify the duplicates resolver dialog actions (JabRef#9140)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
duplicateFinder
status: ready-for-review
Pull Requests that are ready to be reviewed by the maintainers
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.
Fixes #9056
TODO
Automatically remove exact duplicates
button.Screenshots
ImportEntriesDialog (triggered when importing another library into the current library) and ImportHandler (triggered when pasting an entry from the clipboard)
The default DuplicateResolverDialog (triggered by choosing 'Find duplicates' from the menu)
Help button and Remove exact duplicates button visible
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)