[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-03-01 Thread Celeste Liu
https://bugs.kde.org/show_bug.cgi?id=464069

Celeste Liu  changed:

   What|Removed |Added

 CC||coelacanthus...@gmail.com

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #26 from Nate Graham  ---
I see that as well, but it's a separate issue from the one described here. Can
you submit a new bug report for it? Thanks!

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-02-09 Thread Michel Le Bihan
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #25 from Michel Le Bihan  ---
Created attachment 165708
  --> https://bugs.kde.org/attachment.cgi?id=165708=edit
Issues in Info Center

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-02-09 Thread Michel Le Bihan
https://bugs.kde.org/show_bug.cgi?id=464069

Michel Le Bihan  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #24 from Michel Le Bihan  ---
I'm still having rendering issues in Info Center. Please see the attached
screenshot

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-02-03 Thread postix
https://bugs.kde.org/show_bug.cgi?id=464069

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

--- Comment #23 from postix  ---
@Arjen, there was a bug bounty opened for this one:
https://discuss.kde.org/t/bug-fix-fractional-scaling-on-wayland/6594

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-01-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||6.0

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-01-13 Thread Arjen Hiemstra
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #22 from Arjen Hiemstra  ---
Git commit 69eba3a87868c01e919f90cf5e4d4c5069f4ac64 by Arjen Hiemstra.
Committed on 12/01/2024 at 15:26.
Pushed by ahiemstra into branch 'master'.

styleitem: Base render node size on image

When using fractional scaling, we may end up with an image that is
slightly different in size from the bounds of our item, since the image
will always be in integer size but the item size can be fractional. This
causes it to be rendered at a slightly different size from the texture
size, which triggers interpolation and leads to glitches in the rendered
result.

To avoid all that, rather than using our item's bounds for the node
size, use the image size converted back to logical pixels as the node
size. This may actually end up with us using a fractional node size, but
ensures that when rendered we use the exact image dimensions.

M  +8-5plugin/kquickstyleitem.cpp

https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/69eba3a87868c01e919f90cf5e4d4c5069f4ac64

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-01-09 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #21 from hexchain  ---
Created attachment 164778
  --> https://bugs.kde.org/attachment.cgi?id=164778=edit
Text rendering problems in systemsettings

The change fixed all the artifacts around controls (thanks!), but some texts
still show rendering problems.

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-01-09 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=464069

Marco Martin  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/qqc2-desktop-style/-
   ||/commit/1d8731f0d746820bd65
   ||b4494246668e81b58063d
 Resolution|--- |FIXED

--- Comment #20 from Marco Martin  ---
Git commit 1d8731f0d746820bd65b4494246668e81b58063d by Marco Martin.
Committed on 09/01/2024 at 14:24.
Pushed by mart into branch 'master'.

make sure the node is always at an integer position

with fractional scaling sometimes nodes are positioned not only in non
integer logical pixels, but end up being positioned also at non integer
device pixels, making textures badly rendered

M  +6-1plugin/kquickstyleitem.cpp

https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/1d8731f0d746820bd65b4494246668e81b58063d

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-01-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464069

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #19 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/354

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2024-01-05 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #18 from David Edmundson  ---
It is a different bug. I managed to reproduce a minimal case.  It's exhibits
when we're not aligned.

```
import QtQuick
import QtQuick.Controls

Rectangle {
width: 300
height: 300

TextField {
y: 0.45345
text: "hello world"
}

}
```

At 1x or 2x it looks fine, at 1.5x for some reason it exhibits artifacts.  Not
all fractions look bad, just some.

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-20 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #17 from hexchain  ---
(In reply to Nate Graham from comment #15)
> Doesn't DPR change automatically with the scale factor, though?

Yes, but IIUC this issue is about the graphical glitches that occur without
runtime DPR changes, right?

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-20 Thread Michel Le Bihan
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #16 from Michel Le Bihan  ---
Info Center that seems to be one of the most affected apps doesn't seem to be
using `QQuickTextEdit`.

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #15 from Nate Graham  ---
Doesn't DPR change automatically with the scale factor, though?

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-18 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #14 from hexchain  ---
I don't think so. This issue occurs without changing DPR.

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #13 from David Edmundson  ---
Is it https://codereview.qt-project.org/c/qt/qtdeclarative/+/519931 ?

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

 CC||spo...@posteo.net

--- Comment #12 from Nate Graham  ---
*** Bug 477807 has been marked as a duplicate of this bug. ***

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-10 Thread Michel Le Bihan
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #11 from Michel Le Bihan  ---
Hello,
Is there any chance that this issue will be fixed before the KDE 6 release?

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464069

mira...@mirandastreeter.com changed:

   What|Removed |Added

 CC||mira...@mirandastreeter.com

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-12-06 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=464069

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

 CC||dennis.oflahe...@gmail.com

--- Comment #10 from Nate Graham  ---
*** Bug 477488 has been marked as a duplicate of this bug. ***

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #9 from Nate Graham  ---
*** Bug 477102 has been marked as a duplicate of this bug. ***

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #8 from Nate Graham  ---
*** Bug 477101 has been marked as a duplicate of this bug. ***

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=475886

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

 CC||mic...@lebihan.pl

--- Comment #7 from Nate Graham  ---
*** Bug 475887 has been marked as a duplicate of this bug. ***

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-10-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

 CC||k...@hexchain.org

--- Comment #6 from Nate Graham  ---
*** Bug 475834 has been marked as a duplicate of this bug. ***

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-01-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-01-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=414266

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

[frameworks-qqc2-desktop-style] [Bug 464069] Graphical Corruption Around Certain Widgets with fractional scale factor

2023-01-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464069

Nate Graham  changed:

   What|Removed |Added

Version|5.26.5  |5.101.0
 CC||ahiems...@heimr.nl,
   ||k...@davidedmundson.co.uk,
   ||noaha...@gmail.com,
   ||notm...@gmail.com
   Assignee|plasma-b...@kde.org |kdelibs-b...@kde.org
Product|systemsettings  |frameworks-qqc2-desktop-sty
   ||le
  Component|general |general

--- Comment #5 from Nate Graham  ---
Looks like another issue like Bug 414266, which was fixed in Qt 5.15.3. Or
maybe the same issue returned. :(

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