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

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/-/commit/8f28652
                   |                            |1ed95e83ac8740a6dd96e123aee
                   |                            |759c58
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 8f286521ed95e83ac8740a6dd96e123aee759c58 by Dmitry Kazakov.
Committed on 20/10/2023 at 17:47.
Pushed by dkazakov into branch 'master'.

Rely to Qt's internal mechanism of setting window title

Now our forked version of Qt has an option to enable showing
document name in the main window title all the time
(QMdiArea::AlwaysShowSubwindowNameInTitleBar), so we don't need
our own implementation of it.

M  +13   -3    CMakeLists.txt
A  +4    -0    config-qmdiarea-always-show-subwindow-title.h.cmake
M  +18   -8    libs/ui/KisDocument.cpp
M  +3    -8    libs/ui/KisDocument.h
M  +30   -78   libs/ui/KisMainWindow.cpp
M  +2    -10   libs/ui/KisMainWindow.h
M  +37   -9    libs/ui/KisView.cpp
M  +2    -2    libs/ui/KisView.h
M  +0    -9    libs/ui/KisViewManager.cpp
M  +0    -2    libs/ui/kis_statusbar.cc
M  +0    -4    libs/ui/kis_statusbar.h

https://invent.kde.org/graphics/krita/-/commit/8f286521ed95e83ac8740a6dd96e123aee759c58

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

Reply via email to