[frameworks-kiconthemes] [Bug 487762] A window briefly appears and disappears when opening an applet configuration window which contains an icon chooser button

2024-05-30 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=487762

ratijas  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kiconthemes/-/commit
   ||/72ff9a1d61119bbf0966740e4a
   ||26ba99dc2e2e96
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #5 from ratijas  ---
Git commit 72ff9a1d61119bbf0966740e4a26ba99dc2e2e96 by ivan tkachenko.
Committed on 30/05/2024 at 00:54.
Pushed by cullmann into branch 'master'.

KIconDialog: Prevent briefly visible mini-window from showing up

Any QWidget on show() would create a window of their own, if they are
not parented to any other widget which has a window already. Don't call
show() on the placeholder label before it is parented to the invisible
dialog widget.

M  +2-2src/widgets/kicondialog.cpp

https://invent.kde.org/frameworks/kiconthemes/-/commit/72ff9a1d61119bbf0966740e4a26ba99dc2e2e96

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

[frameworks-kiconthemes] [Bug 487762] A window briefly appears and disappears when opening an applet configuration window which contains an icon chooser button

2024-05-30 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=487762

Fushan Wen  changed:

   What|Removed |Added

 CC||qydwhotm...@gmail.com

--- Comment #4 from Fushan Wen  ---
*** Bug 476116 has been marked as a duplicate of this bug. ***

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

[frameworks-kiconthemes] [Bug 487762] A window briefly appears and disappears when opening an applet configuration window which contains an icon chooser button

2024-05-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=487762

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/140

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

[frameworks-kiconthemes] [Bug 487762] A window briefly appears and disappears when opening an applet configuration window which contains an icon chooser button

2024-05-29 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=487762

--- Comment #2 from ratijas  ---
I coded a little QtWidgets app, and can confirm this is a bug in the
KIconDialog class itself, no QML involved.

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

[frameworks-kiconthemes] [Bug 487762] A window briefly appears and disappears when opening an applet configuration window which contains an icon chooser button

2024-05-29 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=487762

ratijas  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
   Assignee|plasma-b...@kde.org |cf...@kde.org
  Component|general |general
Product|plasmashell |frameworks-kiconthemes
Version|master  |6.2.0
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||kdelibs-b...@kde.org

--- Comment #1 from ratijas  ---
This is a bug either in the IconDialog QML Type from org.kde.iconthemes module,
or in the KIconDialog class itself.

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