[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=338506

Christoph Feck  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-23 Thread Nikola Schnelle
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #70 from Nikola Schnelle  ---
yes

On Thu, Aug 24, 2017 at 4:51 AM, godlike  wrote:

> https://bugs.kde.org/show_bug.cgi?id=338506
>
> --- Comment #69 from godlike  ---
> Updated to qt-5.9.1 today (and frameworks-5.37, plasma-5.10, apps-17.08 in
> the
> process) and I am no longer hitting the blurry issue. The sourceSize lines
> in
> main.qml are there (due to the update) but the issue is not present. Does
> this
> mean this was a QT bug all along?
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
>

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-23 Thread godlike
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #69 from godlike  ---
Updated to qt-5.9.1 today (and frameworks-5.37, plasma-5.10, apps-17.08 in the
process) and I am no longer hitting the blurry issue. The sourceSize lines in
main.qml are there (due to the update) but the issue is not present. Does this
mean this was a QT bug all along?

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-23 Thread Flupp
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #68 from Flupp  ---
Created attachment 107484
  --> https://bugs.kde.org/attachment.cgi?id=107484=edit
A picture with a small width and a large height.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-23 Thread Flupp
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #67 from Flupp  ---
Created attachment 107483
  --> https://bugs.kde.org/attachment.cgi?id=107483=edit
A picture with a large width and a small height.

Currently I am using the Arch Linux x86_64 package plasma-workspace version
5.10.4-2.

With this version, I cannot reproduce the problem, if the “Positioning” option
is set to “Scaled and Cropped”.

Unfortunately, now there is blurring, if the “Positioning” option is set to
“Scaled”. I attached two svg pictures that show the problem very clearly. The
problem seems to occur, when the aspect ration of the picture deviates
significantly from the aspect ration of the screen.

Also I noticed that plasmashell occasionally segfaults when changing the
“Positioning” option between “Scaled” and “Scaled and Cropped” and applying the
change afterwards. (Maybe this is worth a separate bug report.)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=338506

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #66 from Kai Uwe Broulik  ---
See also https://bugreports.qt.io/browse/QTBUG-57619

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #65 from chermnykh2...@gmail.com ---
> This bug can be closed now it seem ?

This bug hasn't been reproduced since I've updated to QT 5.9

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=338506

chermnykh2...@gmail.com changed:

   What|Removed |Added

 CC|chermnykh2...@gmail.com |

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-09 Thread godlike
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #64 from godlike  ---
(In reply to Tuukka Verho from comment #61)
> godlike: the following minimal test should show whether you have the bug
> even without sourceSize. You need to install qmlscene, and save the
> following code into test.qml. Put the wallpaper to the same directory
> (adjust the filename if necessary) and then run with "qmlscene test.qml". It
> should show a very obvious grid-like pattern (at least if you take a
> screenshot and zoom in). Then you can try commenting out the sourceSize line
> to see whether that gets rid of the pattern of not.
> 
> test.qml:
> 
> import QtQuick 2.5
> Image {
>   width: 900 
>   height: 600
>   source: "03162_christmaseveinseattle_3840x2400.jpg"
>   sourceSize: Qt.size(width, height) // try commenting this out
> }

Sorry for the (HUGE) delay. I can clearly see a difference between commenting
and uncommenting. With sourceSize commented, the image look much crisper (less
blurriness).

Does this mean that something must be updated? As I've said before, all
appearances of sourceSize have been commented in my
/usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml but the issue
still persists. Should I update to qt-5.9 once it's released?

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-08-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #63 from jeremy9...@gmail.com ---
This bug can be closed now it seem ?

https://bugreports.qt.io/browse/QTBUG-55571

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2017-04-11 Thread Abhinav Kumar
https://bugs.kde.org/show_bug.cgi?id=338506

Abhinav Kumar  changed:

   What|Removed |Added

 CC||abhinav.kumar...@gmail.com

--- Comment #62 from Abhinav Kumar  ---
The associated Qt bugfix has been merged into the dev (Qt 5.9) branch.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-15 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #61 from Tuukka Verho  ---
godlike: the following minimal test should show whether you have the bug even
without sourceSize. You need to install qmlscene, and save the following code
into test.qml. Put the wallpaper to the same directory (adjust the filename if
necessary) and then run with "qmlscene test.qml". It should show a very obvious
grid-like pattern (at least if you take a screenshot and zoom in). Then you can
try commenting out the sourceSize line to see whether that gets rid of the
pattern of not.

test.qml:

import QtQuick 2.5
Image {
width: 900 
height: 600
source: "03162_christmaseveinseattle_3840x2400.jpg"
sourceSize: Qt.size(width, height) // try commenting this out
}

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-15 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #60 from Tuukka Verho  ---
Created attachment 102799
  --> https://bugs.kde.org/attachment.cgi?id=102799=edit
Closeup of a non-rotated screen in the comment #28 screenshot, showing a
grid-like pattern

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-15 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #59 from Tuukka Verho  ---
(In reply to godlike from comment #58)
> (In reply to Tuukka Verho from comment #57)
> > (In reply to godlike from comment #56)
> > > Indeed. If a screen is rotated (like in my previous example) the issue 
> > > still
> > > occurs after patching main.qml in this alternative way unfortunately.
> > 
> > It's a bit strange that you have the bug even after applying the patch from
> > comment #20. I can see the bug in both your rotated and non-rotated screens.
> > Could you make sure you have removed or commented out all occurrences of the
> > line
> > 
> > currentImage.sourceSize = Qt.size(root.width, root.height)
> > 
> > in your main.qml? If you make any changes, log out and log in again.
> 
> I was reloading plasma shell but for the sake of testing I logged out and
> back in. Neither with:
> 
> currentImage.sourceSize.width = root.width
> 
> nor with those lines commented can I get a good rendering of the wallpaper
> on my rotated screen. Were you able to temporarily rotate a screen and get a
> nice looking wallpaper on it?
> 
> BTW I'm currently at plasma-5.8.3 with QT 5.7

I rotated the wallpaper (instead of monitor) and it looked good. I can see that
grid-like pattern in both your landscape and rotated screens in your screenshot
in comment #28. I only get that pattern when sourceSize is being used. Also the
rotated images are very blurry, that would be expected when you use sourceSize.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-15 Thread godlike
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #58 from godlike  ---
(In reply to Tuukka Verho from comment #57)
> (In reply to godlike from comment #56)
> > Indeed. If a screen is rotated (like in my previous example) the issue still
> > occurs after patching main.qml in this alternative way unfortunately.
> 
> It's a bit strange that you have the bug even after applying the patch from
> comment #20. I can see the bug in both your rotated and non-rotated screens.
> Could you make sure you have removed or commented out all occurrences of the
> line
> 
> currentImage.sourceSize = Qt.size(root.width, root.height)
> 
> in your main.qml? If you make any changes, log out and log in again.

I was reloading plasma shell but for the sake of testing I logged out and back
in. Neither with:

currentImage.sourceSize.width = root.width

nor with those lines commented can I get a good rendering of the wallpaper on
my rotated screen. Were you able to temporarily rotate a screen and get a nice
looking wallpaper on it?

BTW I'm currently at plasma-5.8.3 with QT 5.7

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #57 from Tuukka Verho  ---
(In reply to godlike from comment #56)
> Indeed. If a screen is rotated (like in my previous example) the issue still
> occurs after patching main.qml in this alternative way unfortunately.

It's a bit strange that you have the bug even after applying the patch from
comment #20. I can see the bug in both your rotated and non-rotated screens.
Could you make sure you have removed or commented out all occurrences of the
line

currentImage.sourceSize = Qt.size(root.width, root.height)

in your main.qml? If you make any changes, log out and log in again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread godlike
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #56 from godlike  ---
(In reply to Tuukka Verho from comment #51)
> But this patch should serve as a decent workaround as long as the aspect 
> ratios are not vastly different.

Indeed. If a screen is rotated (like in my previous example) the issue still
occurs after patching main.qml in this alternative way unfortunately.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #54 from Tuukka Verho  ---
(In reply to Tuukka Verho from comment #49)

> Setting sourceImage.size to the size of the screen may change the aspect
> ratio of the image. Qt handles this especially badly and I think there is a
> bug in Qt regarding that. However, there is no reason to change the aspect
> ratio back and forth. It's better to set just the width or the height of the
> source and let Qt keep the aspect ratio.

Actually the Qt documentation says the aspect ratio will be maintained
regardless of what the sourceSize is. So the patch should not be needed and
this must be a Qt bug, somehow Qt manages to mess up the scaling in some cases
when using sourceSize. I have submitted a report:
https://bugreports.qt.io/browse/QTBUG-57619

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #55 from Tuukka Verho  ---
(In reply to Mircea Kitsune from comment #53)
> (In reply to Tuukka Verho from comment #49)
> 
> Thank you very much for the fix, I hope it will be in soon! I hope this
> doesn't mean QT is currently rescaling the image with some builtin image
> processing tool, which IMO would be silly and absolutely unnecessary: It
> should simply display the image at a size that fits the screen, resizing it
> just like a web browser resizes an embedded image to make it fit a HTML
> element. I thought this is what it was doing all along...

Well, it has to load the image to memory before drawing it to the screen. The
question is, in which size it should load it? If you can assume the display
size of the image stays constant (like in the case of a wallpaper), it makes
sense to save it at the same size as it is shown. However, Qt Quick was
designed for dynamic interfaces without such assumptions, so you have to tell
it the size you want to store it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #53 from Mircea Kitsune  ---
(In reply to Tuukka Verho from comment #49)

Thank you very much for the fix, I hope it will be in soon! I hope this doesn't
mean QT is currently rescaling the image with some builtin image processing
tool, which IMO would be silly and absolutely unnecessary: It should simply
display the image at a size that fits the screen, resizing it just like a web
browser resizes an embedded image to make it fit a HTML element. I thought this
is what it was doing all along...

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #52 from hotmusic...@mail.bg ---
(In reply to Tuukka Verho from comment #49)
> I found the problem and a fix!
> 
> Setting sourceImage.size to the size of the screen may change the aspect
> ratio of the image. Qt handles this especially badly and I think there is a
> bug in Qt regarding that. However, there is no reason to change the aspect
> ratio back and forth. It's better to set just the width or the height of the
> source and let Qt keep the aspect ratio.
> 
> Changing all occurrences of the line
> 
> currentImage.sourceSize = Qt.size(root.width, root.height)
> 
> in /usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml to
> 
> currentImage.sourceSize.width = root.width
> 
> fixes it for me. I think this is an actual fix, not just a workaround.

It is exactly workaround, the user cannot change these values for every single
image he/she uses.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #51 from Tuukka Verho  ---
Actually the correct solution would involve figuring out whether
sourceSize.width or sourceSize.height should be set (depends on the relative
aspect ratios of the screen and the wallpaper image). But this patch should
serve as a decent workaround as long as the aspect ratios are not vastly
different.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #50 from Tuukka Verho  ---
Created attachment 102776
  --> https://bugs.kde.org/attachment.cgi?id=102776=edit
Patch for main.qml to keep the aspect ratio

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-14 Thread Tuukka Verho
https://bugs.kde.org/show_bug.cgi?id=338506

Tuukka Verho  changed:

   What|Removed |Added

 CC||tuukka.ve...@aalto.fi

--- Comment #49 from Tuukka Verho  ---
I found the problem and a fix!

Setting sourceImage.size to the size of the screen may change the aspect ratio
of the image. Qt handles this especially badly and I think there is a bug in Qt
regarding that. However, there is no reason to change the aspect ratio back and
forth. It's better to set just the width or the height of the source and let Qt
keep the aspect ratio.

Changing all occurrences of the line

currentImage.sourceSize = Qt.size(root.width, root.height)

in /usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml to

currentImage.sourceSize.width = root.width

fixes it for me. I think this is an actual fix, not just a workaround.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-13 Thread Christian González
https://bugs.kde.org/show_bug.cgi?id=338506

Christian González  changed:

   What|Removed |Added

 CC||chgonzal...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-08 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #48 from Mircea Kitsune  ---
This issue is still an annoyance in Plasma 5.8.4, KDE Frameworks 5.28.0, QT
5.7.0. I really hope we will be seeing it fixed, it's messing up a lot of
high-resolution wallpapers.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-12-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #47 from hotmusic...@mail.bg ---
Still existing in Plasma 5.8.3.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-09-11 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #46 from jeremy9...@gmail.com ---
Good news ! The bug is under investigations in Qt. 

https://bugreports.qt.io/browse/QTBUG-55571

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-08-27 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #45 from jeremy9...@gmail.com ---
I know that the devs are very very busy but since nothing seems to be done for
2 years about this bug I opened an issue against Qt. I don't know if it's the
right thing to do, but at least I try to do something.

https://bugreports.qt.io/browse/QTBUG-55571

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-08-20 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #44 from jeremy9...@gmail.com ---
I'm thinking using KDE again but will this be fixed ?
Thanks !

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-05-09 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

chermnykh2...@gmail.com changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-04-01 Thread Mircea Kitsune via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

Mircea Kitsune  changed:

   What|Removed |Added

 CC||sonichedgehog_hyperblast00@
   ||yahoo.com

--- Comment #43 from Mircea Kitsune  ---
I can confirm this problem and am also affected by it: I use Slideshow as my
wallpaper type, with Scaled and Cropped for positioning. Some high resolution
wallpapers (not all, appears to be random) appear blurry and pixelated. Opening
the same image in Gwenview and zooming to the exact same size looks fine
however. This did not exist in KDE4, and started happening with Plasma 5. Very
annoying bug... please try to find a fix for this!

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-03-08 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||hotmusic...@mail.bg

--- Comment #42 from Kai Uwe Broulik  ---
*** Bug 349392 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-02-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #41 from jeremy9...@gmail.com ---
Is there a fix planned ?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-02-11 Thread Nikola Schnelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

Nikola Schnelle  changed:

   What|Removed |Added

 CC||n.schne...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #40 from jhnnslsc...@gmail.com ---
(In reply to David Edmundson from comment #5)
> This sourceSize determines how big the original texture we load is, which is
> done by the QImageLoader, which is clearly not quite as smooth.
> 
> It's rather important as otherwise we end up keeping a monsterous
> uncompressed image in both heap and GPU memory. I don't want to see that
> reverted as that just gives us a different problem.

Is there no way to load the image from file, smoothly downscale it to the
currently needed resolution(s), and only save this result(s) in heap and GPU
memory?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

dpross1...@gmail.com changed:

   What|Removed |Added

 CC||dpross1...@gmail.com

--- Comment #39 from dpross1...@gmail.com ---
I think this bug should get a higher priority, just because you can tell that a
lot of work went into making Plasma 5 beautiful, and this bug spoils it.  I am
okay with working around it by saving cropped versions of my photos and using
the centered wallpaper mode, but the average user isn't going to know what the
problem is or how to work around it.  They'll just get frustrated and switch to
something else, which would be a shame.  

I'm looking forward to this getting fixed soon (fingers crossed).

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-01-25 Thread Carlos via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

Carlos  changed:

   What|Removed |Added

 CC||nitros...@gmail.com

--- Comment #38 from Carlos  ---
Same problem here

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2016-01-02 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #36 from jeremy9...@gmail.com ---
Should we understand that nothing is planned ?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2015-12-16 Thread Alex via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

Alex  changed:

   What|Removed |Added

 CC||bugs@chezmandre.net

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2015-12-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #35 from jeremy9...@gmail.com ---
> (In reply to David Edmundson from comment #5)
> This sourceSize determines how big the original texture we load is, which is
> done by the QImageLoader, which is clearly not quite as smooth.

Is it planned to fix QImageLoader ? That seem to be the right way to fix this
don't you think ?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2015-12-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #33 from jeremy9...@gmail.com ---
> "if this important functionality is broken in Plasma 5 (despite it being a 
> solved problem for a long time, and working perfectly in every other 
> contemporary operating system and desktop environment), I wonder what else is 
> broken."

I agree with this feeling but I think it's not fair. A lot of work has been,
and is being made in Plasma 5, KF5 and KDE apps.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2015-12-12 Thread Kornel Jankowski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #34 from Kornel Jankowski  ---
I think Mr. Ruffalo's main point was how badly that makes KDEPlasma look, even
though we know how much work was put into it. 

And he is right, because an average user won't look at the bug tracker to see
if someone's attending such an issue, but just say "Ugh, this is ugly, give me
my windows back." - And they would be right, because a wallpaper is a really
basic UX thing, it shouldn't be rocket science in a DE like this.

It is hard for an average user to understand what kind and how much work was
put into KDE, and they won't even try if their wallpaper will look as they
spilled something on it.

And this is one of a few reasons (there were a few other similar unsolved
issues like this) I myself got back to using KDE4. How does thinking how
beautiful an engine runs things help me, when I can't connect a monitor without
crashing Plasma and my wallpaper is blurred to a point where I start checking
if my glasses are still alright?

And it's, i think, a valuable point to make here, what Mr. was also trying to
put through, if I got him right, is that maybe there should be some better
prioritization of work:  For it's really hard to appreciate a car when it has
an ugly, rusty body that puts everyone off, even if the insides are Ferrari.
Especially when it seems that this little paint job shouldn't be such a great
strain to someone who knows the proper KDE insides.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 338506] image wallpapers are blurry in scaled and scaled and cropped mode

2015-12-10 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338506

--- Comment #31 from jeremy9...@gmail.com ---
A little reminder.

-- 
You are receiving this mail because:
You are watching all bug changes.