[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

2024-01-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479574

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/qqc2-desktop-style/-
   ||/commit/73303bf4e23d41c84f3
   ||d18e61cc9a44c6ba4f55b
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #12 from Nicolas Fella  ---
Git commit 73303bf4e23d41c84f3d18e61cc9a44c6ba4f55b by Nicolas Fella.
Committed on 19/01/2024 at 00:15.
Pushed by nicolasfella into branch 'master'.

Simplify ComboBox delegate

This matches the upstream styles

See https://codereview.qt-project.org/c/qt/qtdeclarative/+/467010

M  +3-1org.kde.desktop/ComboBox.qml

https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/73303bf4e23d41c84f3d18e61cc9a44c6ba4f55b

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

[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

2024-01-21 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=479574

Antonio Rojas  changed:

   What|Removed |Added

 CC||justamail12...@gmail.com

--- Comment #11 from Antonio Rojas  ---
*** Bug 480140 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 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

2024-01-20 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=479574

Antonio Rojas  changed:

   What|Removed |Added

 CC||dmatteo...@gmail.com

--- Comment #10 from Antonio Rojas  ---
*** Bug 480087 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 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

2024-01-18 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479574

--- Comment #8 from Nicolas Fella  ---
We probably want to follow
https://codereview.qt-project.org/c/qt/qtdeclarative/+/467010 in our ComboBox
impl

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

[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

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

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

2024-01-18 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479574

--- Comment #7 from Nicolas Fella  ---
This seems to be caused by
https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=b9bfdea0e2c6721d2306af0ecc44f88da9988957,
which changes the behavior in
https://invent.kde.org/frameworks/qqc2-desktop-style/-/blob/master/org.kde.desktop/ComboBox.qml?ref_type=heads#L40

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

[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

2024-01-17 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479574

--- Comment #6 from Nicolas Fella  ---
It's broken in 6.7 with org.kde.desktop and org.kde.breeze, it works with
Material and Imagine

It works with all styles in 6.6

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

[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

2024-01-17 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479574

--- Comment #5 from Nicolas Fella  ---
It depends on the type of model apparently.

This is broken:

import QtQuick
import QtQuick.Controls

Item {
ComboBox {
model: [
{
"label": "Small",
"spacing": 0
},
{
"label": "Normal",
"spacing": 1
},
{
"label": "Large",
"spacing": 3
},
]

textRole: "label"
}
} 


This works:

ComboBox {
model: ["A", "B", "C"]
currentIndex: 2
}

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

[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

2024-01-17 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479574

--- Comment #4 from Nicolas Fella  ---
I see it for very few comboboxes only, it doesn't seem to be a general issue

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

[frameworks-qqc2-desktop-style] [Bug 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

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

Nate Graham  changed:

   What|Removed |Added

 CC||semlr...@gmail.com

--- Comment #3 from Nate Graham  ---
*** Bug 479909 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 479574] With Qt 6.7, items in combobox menus are sized incorrectly and unreadable

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

Nate Graham  changed:

   What|Removed |Added

Summary|Options from comboxes are   |With Qt 6.7, items in
   |not readable in "Share" tab |combobox menus are sized
   |of Properties window|incorrectly and unreadable
   Assignee|unassigned-b...@kde.org |kdelibs-b...@kde.org
 CC||ahiems...@heimr.nl,
   ||k...@davidedmundson.co.uk,
   ||n...@kde.org,
   ||nicolas.fe...@gmx.de,
   ||noaha...@gmail.com,
   ||notm...@gmail.com
Product|kdenetwork-filesharing  |frameworks-qqc2-desktop-sty
   ||le
  Component|general |general

--- Comment #2 from Nate Graham  ---
Bug 479909 is another occurrence in a Plasma config window. Looks like a
general issue in qqc2-desktop-style on Qt 6.7; moving there.

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