aboutsummaryrefslogtreecommitdiffstats
path: root/src/querycompleter.cpp
AgeCommit message (Expand)AuthorFilesLines
6 hoursfeat(completion): size the description column by need, not by halfDanilo M.1-7/+26
6 hoursfix(completion): stop the key filter handing itself the key it forwardsDanilo M.1-1/+13
6 hoursfix(completion): filter keys on the application, not the line editDanilo M.1-3/+58
6 hoursfix(completion): drive the popup instead of QLineEdit::setCompleterDanilo M.1-6/+61
6 hoursfeat(completion): wire query completion into the main windowDanilo M.1-0/+30
6 hoursfeat(completion): render the popup with descriptionsDanilo M.1-0/+226
6 hoursfeat(completion): select candidates per contextDanilo M.1-0/+82
6 hoursfeat(completion): add the prefix, date and mimetype vocabulariesDanilo M.1-0/+60
6 hoursfeat(completion): complete both bounds of a date rangeDanilo M.1-7/+56
6 hoursfeat(completion): complete nothing inside a quoted literalDanilo M.1-0/+15
6 hoursfeat(completion): recognise value context after a prefixDanilo M.1-4/+14
6 hoursfeat(completion): add the query cursor-context tokenizerDanilo M.1-0/+54