-
-
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
Implement drag and drop for maintable #3765
Merged
Merged
Changes from 56 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
c29344b
Implement drag and drop for maintable
Siedlerchr 80a3a63
Use BibtexWriter to serialize all entries and parser to deserialize
Siedlerchr 8f17758
try further around with serializing and deserializing
Siedlerchr bb14f03
Add new Dataformat for List<BibEntry>
Siedlerchr d02f180
Add DragAndDropDataFormat
Siedlerchr cc2c1d2
drag and drop to groups works now
Siedlerchr 9eee5ae
Prepare File Dropping
Siedlerchr 9989f9e
No reordering of items in the maintable via drag and drop
Siedlerchr b25151e
add basic support for adding droppped file to entry
Siedlerchr 262e0c9
Merge remote-tracking branch 'upstream/maintable-beta' into fixdragan…
Siedlerchr d8ee0e8
add check for transfer mode move and link
Siedlerchr 744726a
Merge remote-tracking branch 'upstream/maintable-beta' into fixdragan…
Siedlerchr adf4cba
Add link to file handler
Siedlerchr e12335d
Merge remote-tracking branch 'upstream/maintable-beta' into fixdragan…
Siedlerchr 0ebdcfb
add dialog for importing entries from xmp
Siedlerchr 718eb4e
Merge remote-tracking branch 'upstream/maintable-beta' into fixdragan…
Siedlerchr d4a5af4
prepare pdf content importer code
Siedlerchr 0bce0ec
Merge remote-tracking branch 'upstream/maintable-beta' into fixdragan…
Siedlerchr ad4ef86
remove no longer needed loop
Siedlerchr 317a77f
Merge remote-tracking branch 'upstream/maintable-beta' into fixdragan…
Siedlerchr 4982e4c
add XMPPreferences to ImportFormatPreferences
Siedlerchr fa9d08c
Merge remote-tracking branch 'upstream/maintable-beta' into fixdragan…
Siedlerchr 77c5e82
when no modifier is avaiable show Dialog if xmp entries found
Siedlerchr 0c5eb0c
rework copy options using clipboard manager
Siedlerchr 4dac741
TODO: Find out why dnd doesn't work on preview panel
Siedlerchr a8c3a67
Merge remote-tracking branch 'upstream/master' into fixdragandrop
Siedlerchr 236646b
Merge remote-tracking branch 'upstream/master' into fixdragandrop
Siedlerchr 6987735
fix checkstyle and compile error
Siedlerchr 73bf304
enable dnd on preview pane
Siedlerchr 0fffe24
add method for opening or import db
Siedlerchr c6fdb71
add l10n
Siedlerchr 6e67471
checkstyle
Siedlerchr cab2762
Open bib files dragged to tab pane
Siedlerchr d779f2d
Merge remote-tracking branch 'upstream/master' into fixdragandrop
Siedlerchr 6b15e31
handle import of dropped bib files
Siedlerchr 95d0957
Merge remote-tracking branch 'upstream/master' into fixdragandrop
Siedlerchr de2f845
add drag and drop copy handler
Siedlerchr f35092c
fix event propagation
Siedlerchr 60f6553
fix checkstyle
Siedlerchr c9f1d61
literals first in comparison
Siedlerchr 07272ac
add l10n for error message
Siedlerchr 1d4db3d
Merge remote-tracking branch 'upstream/master' into fixdragandrop
Siedlerchr d12446f
remove old swing related dnd stuff
Siedlerchr 21c7955
fix merge error
Siedlerchr 34b2f99
fix NPE discovered on linux when row.getItem is null
Siedlerchr 6c4458f
Put Dragboard Instance into Gui Globals
Siedlerchr df79fa3
checkstyle
Siedlerchr 177b7ad
fix checkstyle
Siedlerchr 37e354c
fix l10n
Siedlerchr 9f804d8
fix copying on linux
Siedlerchr 737b1c3
Merge remote-tracking branch 'upstream/master' into fixdragandrop
Siedlerchr c10d838
remove old drag and drop popup classes
Siedlerchr 58e5bcc
fix import order
Siedlerchr f5c62a7
Merge remote-tracking branch 'upstream/master' into fixdragandrop
Siedlerchr 57aa79a
extract part to logic
Siedlerchr f1f1d91
extract files adding and content importer to own class
Siedlerchr 8fcaf66
some cleanups
Siedlerchr ab1b90a
Add fileUtil method for checking if it's a bib file
Siedlerchr adf1095
fix l10n
Siedlerchr e2c6c0e
cleanup
Siedlerchr dfdc6dc
add methods for putting and getting bib entries of localdragboard
Siedlerchr 259d5fd
add javadoc
Siedlerchr f2de954
Merge branch 'master' into fixdragandrop
tobiasdiez 44b7524
Fix build
tobiasdiez 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
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.
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.
Remove?