Summary: | Image Viewer does not open image from local directory (using DirModel) | ||
---|---|---|---|
Product: | [Unmaintained] Active | Reporter: | Ruediger Gad <r.c.g> |
Component: | General | Assignee: | active |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | thomas.pfeiffer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | unscheduled | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-mobile/47a6624960f38d49fd98949f9d0647ed9ee61044 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ruediger Gad
2012-10-01 22:18:07 UTC
I uploaded a fixed version to https://build.pub.meego.com/package/show?package=plasma-mobile&project=home%3Awonko%3Abranches%3AProject%3AKDE%3ATrunk%3ATesting See add-path-for-index-method.patch fix-ViewerPage-DirModel-handling.patch In the current Testing image, I can load images on a USB stick without a problem. Does this mean the patch has already been applied or is the bug just not reproduceable? Git commit c6eea8c7a8b7230b3e9afe048a3fd5fa65671e1f by Marco Martin. Committed on 05/10/2012 at 23:30. Pushed by mart into branch 'master'. integrate Ruediger Gad patch patch still needs to be changed M +8 -1 applications/filebrowser/imageviewerpart/contents/ui/ViewerPage.qml M +9 -0 components/dirmodel/dirmodel.cpp M +2 -0 components/dirmodel/dirmodel.h http://commits.kde.org/plasma-mobile/c6eea8c7a8b7230b3e9afe048a3fd5fa65671e1f Git commit 47a6624960f38d49fd98949f9d0647ed9ee61044 by Ruediger Gad. Committed on 15/10/2012 at 23:11. Pushed by ruedigergad into branch 'master'. Add via QML callable get method to DirModel. The get method returns a QVariantMap. Currently this maps contains the keys "url" and "mimeType", but it can be easily extended. This obsoletes the previous hack. M +1 -8 applications/filebrowser/imageviewerpart/contents/ui/ViewerPage.qml M +11 -5 components/dirmodel/dirmodel.cpp M +2 -1 components/dirmodel/dirmodel.h http://commits.kde.org/plasma-mobile/47a6624960f38d49fd98949f9d0647ed9ee61044 |