-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main menu: implement search-on-write and improve ordering of search results #1698
base: master
Are you sure you want to change the base?
Conversation
I may not have understood well, but it's already like that (here Alt+F1 and type) |
Yes, but if you happen to hover menu items you cannot search any longer. Yea I wasn't clear enough x) |
Here's a small demo video illustrating the changes so far (some visual bugs can be seen): lxqt-change-demo.mp4 |
Signed-off-by: Adel KARA SLIMANE <[email protected]>
We don't need to give focus to the search line edit on hover since it will recieve the text anyway Signed-off-by: Adel KARA SLIMANE <[email protected]>
Select first result as it's the best one so far: smallest in text size and, in this order: 1. starts with the searched text 2. contains the searched text Signed-off-by: Adel KARA SLIMANE <[email protected]>
fd9c989
to
6e51618
Compare
Hello, With some help I could successfully debug and rebase this PR against latest master. Feedback would be much appreciated. Thanks! |
addtionnaly filter the events of every qaction, mSearchView and mSearchEdit Signed-off-by: Adel KARA SLIMANE <[email protected]>
Signed-off-by: Adel KARA SLIMANE <[email protected]>
Is there anything I should do so this PR gets some attention, or maybe you find it not useful ? |
Hello,
This PR attempts to implement few features I wanted to have in the menu of LXQt panel:
That's it! Feedback welcome!
Adel