Skip to content

Clarify the duplicates resolver dialog actions#9140

Merged
Siedlerchr merged 12 commits into
mainfrom
clarify-find-duplicates-actions
Sep 14, 2022
Merged

Clarify the duplicates resolver dialog actions#9140
Siedlerchr merged 12 commits into
mainfrom
clarify-find-duplicates-actions

Conversation

@HoussemNasri

@HoussemNasri HoussemNasri commented Sep 6, 2022

Copy link
Copy Markdown
Member

Fixes #9056

TODO

  • Add a smaller help button.
  • Handle the Automatically remove exact duplicates button.
  • CHANGELOG.md

Screenshots

ImportEntriesDialog (triggered when importing another library into the current library) and ImportHandler (triggered when pasting an entry from the clipboard)

image

The default DuplicateResolverDialog (triggered by choosing 'Find duplicates' from the menu)

Capture1

Help button and Remove exact duplicates button visible

remove-exact-visible

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

- 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 HoussemNasri changed the title Rename the duplicates resolver dialog actions Clarify the duplicates resolver dialog actions Sep 6, 2022

@calixtus calixtus left a comment

Copy link
Copy Markdown
Member

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

Comment thread src/main/java/org/jabref/gui/duplicationFinder/DuplicateResolverDialog.java Outdated
@HoussemNasri HoussemNasri changed the title Clarify the duplicates resolver dialog actions [WIP] Clarify the duplicates resolver dialog actions Sep 6, 2022
@HoussemNasri HoussemNasri changed the title [WIP] Clarify the duplicates resolver dialog actions Clarify the duplicates resolver dialog actions Sep 11, 2022
@HoussemNasri HoussemNasri added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Sep 11, 2022
Comment thread src/main/java/org/jabref/gui/externalfiles/ImportHandler.java
@Siedlerchr Siedlerchr merged commit 6a4a4f4 into main Sep 14, 2022
@Siedlerchr Siedlerchr deleted the clarify-find-duplicates-actions branch September 14, 2022 18:10
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

component: duplicate-finder status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify button "Import and keep old entry"

3 participants