[kate] [Bug 468433] Cannot paste in the search field of quick open view

Waqar Ahmed bugzilla_noreply at kde.org
Sat Dec 2 12:56:56 GMT 2023


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

Waqar Ahmed <waqar.17a at 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.17a at 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.



More information about the kde-mac mailing list