aboutsummaryrefslogtreecommitdiffstats
path: root/src/querycompleter.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-08-04fix(completion): drive the popup instead of QLineEdit::setCompleterDanilo M.1-6/+61
2026-08-04feat(completion): wire query completion into the main windowDanilo M.1-0/+30
2026-08-04feat(completion): render the popup with descriptionsDanilo M.1-0/+226
2026-08-04feat(completion): select candidates per contextDanilo M.1-0/+82
2026-08-04feat(completion): add the prefix, date and mimetype vocabulariesDanilo M.1-0/+60
2026-08-04feat(completion): complete both bounds of a date rangeDanilo M.1-7/+56
2026-08-04feat(completion): complete nothing inside a quoted literalDanilo M.1-0/+15
2026-08-04feat(completion): recognise value context after a prefixDanilo M.1-4/+14
2026-08-04feat(completion): add the query cursor-context tokenizerDanilo M.1-0/+54