Implemented bookmark quick search
ClosedPublic

Authored by nmel on Apr 3 2018, 6:10 AM.

Details

Summary

Merge branch 'bookmark-quicksearch' into master

ADDED: bookmark quick search (type symbols in bookmark menu to activate)

This is the final code review for the bookmark quick search feature that
Rade, Martin and myself have been working on recently.

Test Plan

You can find discussions in the intermediate CRs:
D10954
D11224
D11383
D11523
D11538
D11444
D11525
D11623
D11624
D11706
D11731
D11829

Apply the patch to the master branch.
Please test various aspects of the bookmark search for this merge.

Diff Detail

Repository
R167 Krusader
Branch
bookmark-search-merge_arc
Lint
No Linters Available
Unit
No Unit Test Coverage
nmel created this revision.Apr 3 2018, 6:10 AM
Restricted Application added a subscriber: kde-doc-english. · View Herald TranscriptApr 3 2018, 6:10 AM
nmel requested review of this revision.Apr 3 2018, 6:10 AM
nmel added a project: Krusader.

+ more devs for visibility. Please test if you have time.

asensi added a comment.EditedApr 3 2018, 3:49 PM

Thank you all!

Please test various aspects of the bookmark search for this merge.

One thing I have noticed, at least using Kubuntu 17.10:
If a user has opened his bookmark menu, he has a bookmark named "Documents"
and he presses Shift+D... nothing happens.

The expected results would be that pressing Shift+D would carry the user to the
"Documents" place, like pressing Shift+D does when browsing files normally.

If a user has opened his bookmark menu, he has a bookmark named "Documents"
and he presses Shift+D... nothing happens.

Good catch! I have created a fix for that here D11906

nmel updated this revision to Diff 31350.Apr 5 2018, 4:54 AM

Updated the merge.

asensi accepted this revision as: asensi.Apr 5 2018, 10:19 PM
This revision is now accepted and ready to land.Apr 5 2018, 10:19 PM
nmel added a comment.Apr 6 2018, 6:10 AM

Toni, thanks for the review and testing!

I'll wait for others till the EOW. If no complains, I'm going to push it on Monday.

nmel added a comment.Apr 8 2018, 7:50 PM

I assume Martin and Rade are also fine with merging this branch. We tested it a lot during the development stage.

rade added a comment.Apr 8 2018, 8:30 PM
In D11898#242741, @nmel wrote:

I assume Martin and Rade are also fine with merging this branch. We tested it a lot during the development stage.

My bad, I assumed that was a given so I didn't bother replying. I am definitely all in favour of merging this.

rade accepted this revision.Apr 8 2018, 8:31 PM

Same goes for me, sorry for not replying. The patch works as expected :).

This revision was automatically updated to reflect the committed changes.