[kwin] [Bug 463063] KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

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

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||n...@kde.org
 Ever confirmed|0   |1
   Keywords||regression

--- Comment #1 from Nate Graham  ---
Can confirm. This started happening a year or two ago IIRC.

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

[kwin] [Bug 463063] KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

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

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[kwin] [Bug 463063] KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

2023-01-07 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=463063

Fushan Wen  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED
 CC||qydwhotm...@gmail.com

--- Comment #2 from Fushan Wen  ---
It's indeed a Qt bug. See
https://codereview.qt-project.org/c/qt/qtbase/+/448355/comments/42975ff8_8945d70e
for more details

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

[kwin] [Bug 463063] KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

2023-01-11 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=463063

--- Comment #3 from Gary Wang  ---
(In reply to Fushan Wen from comment #2)
> It's indeed a Qt bug. See
> https://codereview.qt-project.org/c/qt/qtbase/+/448355/comments/
> 42975ff8_8945d70e for more details

Sorry to bother again, did you mean the redundant minimize and maximize button
is an upstream Qt bug or the missing close button is upstream bug, or both are
Qt bug?

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

[kwin] [Bug 463063] KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

2023-01-11 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=463063

--- Comment #4 from Fushan Wen  ---
The missing close button is upstream bug, I don't know minimize and maximize
button are redundant or not.

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

[kwin] [Bug 463063] KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

2023-01-12 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=463063

--- Comment #5 from Gary Wang  ---
(In reply to Fushan Wen from comment #4)
> I don't know minimize and maximize button are redundant or not.

They are, as long as the Qt::Dialog documentation is correct:

> Indicates that the widget is a window that should be decorated as a dialog
> (i.e., typically no maximize or minimize buttons in the title bar).
> This is the default type for QDialog.

I created a separated bug report for this issue so hopefully we can track the
issue there:

https://bugs.kde.org/show_bug.cgi?id=464193

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