-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix moving of file into library (#12001)
* Fix comments * Improve comment * Fix variable name * Add list of entries to ImportFilesResultItemViewModel If any error, no double entries in result set * Fix support to move files into library * Handle existing files in the case of "Copy" * Add link to PR * Fix mocking for CitationsRelationTabViewModelTest * Use Files.isSameFile * Clean filenames at "getValidFileName" * Add JavaDoc comment * Rewrite LinkedFileHandler to do the renaming, too * Remove unused method * Introduce DragDrop.handleDropOfFiles (to avoid code duplication) * Group file related methods together (in BibEntry) * Remove unused methods * Refine CHANGELOG.md * Avoid double-addition when linking files * Fix condition * Fix flag * Add notification also on move/copy if file exists * Fix checkstyle error * Streamline code * Fix target directory creation * Fix compilation, and remove Index Manager from ImportHandler * Remove IndexManager from EntryEditor * Update CommentsTabTest.java --------- Co-authored-by: Loay Ghreeb <loayahmed655@gmail.com>
- Loading branch information
1 parent
bffdb8b
commit 650d4a2
Showing
29 changed files
with
321 additions
and
299 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.