[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2018-10-03 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343796 Christoph Feck changed: What|Removed |Added CC||fmet...@gmail.com --- Comment #16 from

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-10-21 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=343796 Henrik Fehlauer changed: What|Removed |Added CC||sputniksh...@gmail.com ---

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343796 Christoph Feck changed: What|Removed |Added CC||sasha2...@gmail.com ---

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343796 Christoph Feck changed: What|Removed |Added CC||sithlor...@gmail.com ---

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-22 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #12 from Vadim A. Misbakh-Soloviov (mva) --- And, btw, your patch seems to work in conditions mentioned by you :) -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-22 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #11 from Vadim A. Misbakh-Soloviov (mva) --- > That should work, provided that the remote URL filename has the correct file > type suffix. Unfortunatelly, it is not always the case. Some image hostings always tell ".jpg"

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-22 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343796 Christoph Feck changed: What|Removed |Added Attachment #104170|0 |1 is obsolete|

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-22 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #9 from Vadim A. Misbakh-Soloviov (mva) --- (In reply to Christoph Feck from comment #7) > Could you test attached patch? ``` /var/tmp/portage/kde-apps/gwenview-16.12.2/work/gwenview-16.12.2/lib/mimetypeutils.cpp: In function

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-22 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #8 from Christoph Feck --- Scratch that. -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-22 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #7 from Christoph Feck --- Created attachment 104170 --> https://bugs.kde.org/attachment.cgi?id=104170=edit Proposed patch The issue is caused by porting from KMime to QMime.

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-11 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #6 from Vadim A. Misbakh-Soloviov (mva) --- Alternative way to fix would be to fix urlKind, but I myself have no idea how to fix it. And, with my patch it works as intended anyway: even if buttons not disabled when looking

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-11 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #5 from Vadim A. Misbakh-Soloviov (mva) --- Created attachment 103972 --> https://bugs.kde.org/attachment.cgi?id=103972=edit fix_remote_readonly.patch Here is attached patch from my previous comment. Dear devs, please,

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-02-11 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #4 from Vadim A. Misbakh-Soloviov (mva) --- *** Bug 354714 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2016-07-24 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #3 from Vadim A. Misbakh-Soloviov (mva) --- NB: `urlKind(currentUrl())` (which `currentUrlIsRasterImage()` calls to detect return value) returns 8 every time for remote links, whether it jpg or png or whatever. While

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2016-07-24 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 --- Comment #2 from Vadim A. Misbakh-Soloviov (mva) --- NB: it seems, it is a `contextManager()->currentUrlIsRasterImage();` fault: if I change call to it (in app/imegaopscontextmanager.cpp) to just "true", then all the actions becomes

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2016-07-24 Thread mva
https://bugs.kde.org/show_bug.cgi?id=343796 Vadim A. Misbakh-Soloviov (mva) changed: What|Removed |Added CC||k...@mva.name