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

2024-03-23 Thread Benjamin Randazzo
https://bugs.kde.org/show_bug.cgi?id=468433

--- Comment #9 from Benjamin Randazzo  ---
Thank you very much!

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

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

2023-12-02 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=468433

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #8 from Waqar Ahmed  ---
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-5src/kcommandbar.h
M  +1-0src/kcommandbarmodel_p.cpp
M  +6-6tests/kcommandbartest.cpp

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

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

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

2023-11-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=468433

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #7 from Waqar Ahmed  ---
Should be fixed after
https://invent.kde.org/utilities/kate/-/merge_requests/1355

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

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

2023-11-14 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=468433

--- Comment #6 from Christoph Cullmann  ---
;0 sorry, it is the other way around, Tool works on macOS

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

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

2023-11-14 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=468433

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #5 from Christoph Cullmann  ---
I had an similar issue, on macOS this doesn't work

: QFrame(parent, Qt::Tool | Qt::FramelessWindowHint)

this does

: QFrame(parent, Qt::Popup | Qt::FramelessWindowHint)

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

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

2023-04-12 Thread Benjamin Randazzo
https://bugs.kde.org/show_bug.cgi?id=468433

--- Comment #4 from Benjamin Randazzo  ---
(In reply to Waqar Ahmed from comment #3)
> After you manually select paste from the menu, does Cmd+V work after that?

The text is still pasted in the editor view with Cmd+V.

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

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

2023-04-12 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=468433

--- Comment #3 from Waqar Ahmed  ---
After you manually select paste from the menu, does Cmd+V work after that?

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

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

2023-04-12 Thread Benjamin Randazzo
https://bugs.kde.org/show_bug.cgi?id=468433

--- Comment #2 from Benjamin Randazzo  ---
(In reply to Waqar Ahmed from comment #1)
> can't reproduce on linux.
> 
> Can you share a video recording?

I believe this is specific to macOS.
Here is a video showing the issue: https://b.randazzo.fr/uploads/bug468433.mov

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

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

2023-04-12 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=468433

Waqar Ahmed  changed:

   What|Removed |Added

 CC||waqar@gmail.com

--- Comment #1 from Waqar Ahmed  ---
can't reproduce on linux.

Can you share a video recording?

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