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

Waqar Ahmed <waqar....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kconfigwidgets/-/com
                   |                            |mit/19c9a61a3e761aea8df07dc
                   |                            |d5378680bc0de4062

--- Comment #8 from Waqar Ahmed <waqar....@gmail.com> ---
Git commit 19c9a61a3e761aea8df07dcd5378680bc0de4062 by Waqar Ahmed.
Committed on 01/12/2023 at 13:42.
Pushed by cullmann into branch 'master'.

Make commandbar a normal widget instead of a window

Commandbar never really needed to be a window on its own because it was
always inside the parent widget. So far it has worked okay but it has
some issues on other platforms like not being able to paste text in
the QLineEdit on macOS.

This change makes the command bar a normal widget that is completely
handled by Qt. This has many advantages:
-> Same behaviour on all platforms
-> Application shortcuts now work from inside the command bar, this
   allows us to jump between various commandbar like widgets in Kate
   directly.
-> faster to open

M  +28   -16   src/kcommandbar.cpp
M  +5    -5    src/kcommandbar.h
M  +1    -0    src/kcommandbarmodel_p.cpp
M  +6    -6    tests/kcommandbartest.cpp

https://invent.kde.org/frameworks/kconfigwidgets/-/commit/19c9a61a3e761aea8df07dcd5378680bc0de4062

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

Reply via email to