That was a nice feature in the old version - will it come back? Reproducible: Always
(In reply to Gandalf Lechner from comment #0) > That was a nice feature in the old version - will it come back? Should have worked before, but I cleaned and documented the relevant code as of commit f6aaa0d. Can you please test if this version is working for you? Otherwise, please specify from where (which program) you are dropping what (BibTeX code, URLs, files, ...).
Hello, anything new on this bug? Just tested again, works for me.
Hi, I tested this again right now (Version Git revision c6855b1 (master)), but drag and drop of a pdf file from dolphin to kbibtex is not working for me. A little green "+" symbol appears next to the cursor when I drag the file over, but when releasing, nothing happens.
I have reworked the code regarding dropping of data on an open file. A first draft is available as commit a95df8e8829f46 in my personal repository (not yet the official repository): https://commits.kde.org/clones/kbibtex/thomasfischer/kbibtex/a95df8e8829f46c8f5115c09dc47e2fdf0a1d504 Please test it and let me know if it is working for you.
I just checked this feature in the main branch [Version Git revision a1559d6 (master)] and found that it works again nicely for me :-) - resolved from my point of view.
(In reply to Gandalf Lechner from comment #5) > I just checked this feature in the main branch [Version Git revision a1559d6 > (master)] and found that it works again nicely for me :-) - resolved from my > point of view. Master (as of commit a1559d6) does *not* contain the changes I was writing about in comment 4. Those changes are only available as of commit a95df8e8829f46c8f in a different repository (kde:clones/kbibtex/thomasfischer/kbibtex.git) in a branch called 'bugs/kde353892'. The web pages on cgit.kde.org don't seem to be updated yet to show this commit, but it is there in the git repo. Please clone/fetch this repostory and have a look on the commit message: git log -n 1 a95df8e8829f46c8
I have revamped some old code which tried to correct the drag and drop behaviour. It is now in KBibTeX's 'master' branch as of commit 2d01b23b1. Please test if the code is working for you or if further changes are necessary.
(In reply to Thomas Fischer from comment #7) > I have revamped some old code which tried to correct the drag and drop > behaviour. It is now in KBibTeX's 'master' branch as of commit 2d01b23b1. > Please test if the code is working for you or if further changes are > necessary. Any news on this issue? Please test the lastest code from branch 'master' to see if the drag-n-drop problem has been fixed.