[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-08-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=507183

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||Frameworks 6.18

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-08-06 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=507183

Marco Martin  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/qqc2-desktop-style/-
   ||/commit/e7fbca2734afb753bc4
   ||4c08335955c0448971c48
 Resolution|--- |FIXED

--- Comment #7 from Marco Martin  ---
Git commit e7fbca2734afb753bc44c08335955c0448971c48 by Marco Martin.
Committed on 06/08/2025 at 13:58.
Pushed by mart into branch 'master'.

ComboBox: Disallow opening empty comboboxes

Don't let the user open a combobox which has zero items in the
popup. Unfortunately there isn't dedicated api for that and the
popup has to be dinamically assigned or unassigned, but it
works well.

the arrow won't yet change its look, as it needs adjustment in Breeze

together with https://invent.kde.org/plasma/breeze/-/merge_requests/554

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

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

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-08-06 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=507183

--- Comment #10 from Marco Martin  ---
Git commit abaf76d1213d9774ae8bf0a4b73a387a24fecdfa by Marco Martin.
Committed on 06/08/2025 at 13:58.
Pushed by mart into branch 'Plasma/6.4'.

ComboBox: detect empty combobox on QtQuickControls as well

Also when styling a QQC combobox try to detect when the combobox is empty,
by the style exposing "count" property on the style proxy

needs https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/475


(cherry picked from commit bd32342c80286886e626bcb2ad207dd9be509356)

28d87362 ComboBox: detect empty combobox on QtQuickControls as well

Co-authored-by: Marco Martin 

M  +10   -3kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/-/commit/abaf76d1213d9774ae8bf0a4b73a387a24fecdfa

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-08-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=507183

--- Comment #9 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/breeze/-/merge_requests/555

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-08-06 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=507183

--- Comment #8 from Marco Martin  ---
Git commit bd32342c80286886e626bcb2ad207dd9be509356 by Marco Martin.
Committed on 06/08/2025 at 13:58.
Pushed by mart into branch 'master'.

ComboBox: detect empty combobox on QtQuickControls as well

Also when styling a QQC combobox try to detect when the combobox is empty,
by the style exposing "count" property on the style proxy

needs https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/475

M  +10   -3kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/-/commit/bd32342c80286886e626bcb2ad207dd9be509356

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-08-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=507183

--- Comment #6 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/breeze/-/merge_requests/554

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-08-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=507183

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-08-06 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=507183

Marco Martin  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #4 from Marco Martin  ---
(In reply to Nate Graham from comment #2)
> There's an open merge request to fix this at
> https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/419

seems completely unrelated?

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-07-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=507183

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED

--- Comment #3 from Nate Graham  ---
I looked into fixing the styling in the ComboBox component when it has an empty
drop-down.

There's logic in the Breeze QStyle to disable the arrow button when the
drop-down is empty:
https://invent.kde.org/plasma/breeze/-/blob/master/kstyle/breezestyle.cpp?ref_type=heads#L7717

However it would appear this doesn't come across the style bridge for the QML
version.

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-07-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=507183

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Nate Graham  ---
There's an open merge request to fix this at
https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/419

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-07-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=507183

Nate Graham  changed:

   What|Removed |Added

 CC||[email protected]

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-07-19 Thread postix
https://bugs.kde.org/show_bug.cgi?id=507183

postix  changed:

   What|Removed |Added

 CC||[email protected]

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

[xdg-desktop-portal-kde] [Bug 507183] Click on the down arrow in "Choose application" window results in a shadow

2025-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=507183

David Edmundson  changed:

   What|Removed |Added

Product|kde |xdg-desktop-portal-kde
 Status|REPORTED|CONFIRMED
   Priority|NOR |HI
 Ever confirmed|0   |1
   Assignee|[email protected] |[email protected]
  Component|general |general
 CC||[email protected],
   ||[email protected]

--- Comment #1 from David Edmundson  ---
It's what combobox does when it makes an empty list.

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