Summary: | Wish: Drag and drop image file to onto Gwenview window in view mode to view that image | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | Ivo Anjo <ivo> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bchang, cniehaus, kde-2011.08, krienke, nate, tovarish |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/gwenview/131d25855e11174ab978386c14ab09cdc07f3fb9 | Version Fixed In: | 18.08.0 |
Sentry Crash Report: |
Description
Ivo Anjo
2008-08-18 23:16:14 UTC
*** Bug 170551 has been marked as a duplicate of this bug. *** *** Bug 193547 has been marked as a duplicate of this bug. *** Join. This is a really missed feature. *** Bug 241149 has been marked as a duplicate of this bug. *** *** Bug 262963 has been marked as a duplicate of this bug. *** You can now as of Gwenview 17.11.70 drag from the thumbnail pane while in View mode. But you can't drag a picture to the window to replace the current vierw with the dragged picture. Git commit 131d25855e11174ab978386c14ab09cdc07f3fb9 by Huon Imberger. Committed on 02/06/2018 at 23:30. Pushed by huoni into branch 'master'. Allow dragging files/folders to View mode Summary: Specifically accepts drop events within the viewport of {nav View} mode. If a folder that contains images is dropped, it will open that folder and remain in {nav View} mode with the first image selected. If the folder doesn't contain images, it switches to {nav Browse} mode. Dragging multiple items is supported but only the first item is opened. FIXED-IN: 18.08.0 {F5781556} Test Plan: Test with different image formats, as well as unsupported format (Gwenview should display a nice error). Test with folder (with and without images within). {nav Browse} mode and the {nav Thumbnail Bar} drag drop should work as before. Drop operations should not be accepted anywhere else in the GUI where they aren't already supported. In other words, this should only add drop functionality to the {nav View} viewport. Ensure drops are only accepted for URL mimetypes (e.g. ignore text). Reviewers: #gwenview, rkflx, ngraham Reviewed By: #gwenview, rkflx Tags: #gwenview Differential Revision: https://phabricator.kde.org/D11879 M +4 -0 app/mainwindow.cpp M +2 -0 app/viewmainpage.cpp M +4 -0 app/viewmainpage.h M +22 -0 lib/documentview/documentview.cpp M +6 -0 lib/documentview/documentview.h https://commits.kde.org/gwenview/131d25855e11174ab978386c14ab09cdc07f3fb9 Woah! Took a bit longer than I expected but thank you! I actually no longer use KDE (on Unity now), but I *do* still use gwenview over the usual gnome image viewer, so 🎉🎉🎉 Great! BTW, if you like Unity, you might consider checking out KDE Plasma again. IMHO, you can set Plasma up to emulate the look-and-feel of Unity much better than Canonical could when they switched to GNOME 3 with Ubuntu 18.04. |