Show an informative progress indicator when dragging and dropping PDF files to JabRef #12068
Closed
BaronMac08 wants to merge 50 commits into
Closed
Show an informative progress indicator when dragging and dropping PDF files to JabRef #12068BaronMac08 wants to merge 50 commits into
BaronMac08 wants to merge 50 commits into
Conversation
If any error, no double entries in result set
…issue-8738 # Conflicts: # src/main/java/org/jabref/gui/externalfiles/ImportHandler.java
# Conflicts: # buildres/abbrv.jabref.org # src/main/resources/csl-styles
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
… for language consistency Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
# Conflicts: # src/main/java/org/jabref/gui/entryeditor/EntryEditor.java # src/main/java/org/jabref/gui/externalfiles/ExternalFilesEntryLinker.java # src/main/java/org/jabref/gui/maintable/MainTable.java # src/main/java/org/jabref/gui/preview/PreviewPanel.java
7 tasks
Member
|
This PR is a follow-up to #12035. We need the magic of https://blog.flupp.de/posts/git-and-squashed-prs/. I will try. |
# Conflicts: # src/main/java/org/jabref/logic/search/indexing/DefaultLinkedFilesIndexer.java
Member
|
@BaronMac08 Seeing the diff at https://github.com/JabRef/jabref/pull/12035/files, I would propose:
|
Member
|
Internal note: I could not do "git magic", because following command hangs: |
Contributor
Author
Thank you @koppor. I will follow the suggested solution and open a new pull request. |
7 tasks
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Oct 27, 2024
…hen dragging and dropping PDF files to JabRef (#12072) * Updated changes following up for pull requests #12035 and #12068 * Updated CHANGELOG.md to display correct pull request * Updated StringUtil.shortenFileName to handle maxLength null case and added unit tests for maxLength null cases * Updated CHANGELOG.md to follow format and be more concise * Moved shortenFileName() to FileUtil * Refactored FileUtil.shortenFileName to better use of maxLength and Updated progress messages for Importing, Indexing files. --------- Co-authored-by: Baron Mac <u7874720@anu.edu.au>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #8738
Builds upon: the branch
fix-melting-630merged at #12001Modifications:
Additions:
UI Screenshots after modifications and additions:
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)