index
:
qtmaildir
master
A Qt6 desktop mail client for a local, notmuch-indexed Maildir
by Danilo aka danix
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
querycompleter.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
5 hours
feat(completion): size the description column by need, not by half
Danilo M.
1
-7
/
+26
5 hours
fix(completion): stop the key filter handing itself the key it forwards
Danilo M.
1
-1
/
+13
5 hours
fix(completion): filter keys on the application, not the line edit
Danilo M.
1
-3
/
+58
5 hours
fix(completion): drive the popup instead of QLineEdit::setCompleter
Danilo M.
1
-6
/
+61
5 hours
feat(completion): wire query completion into the main window
Danilo M.
1
-0
/
+30
5 hours
feat(completion): render the popup with descriptions
Danilo M.
1
-0
/
+226
5 hours
feat(completion): select candidates per context
Danilo M.
1
-0
/
+82
5 hours
feat(completion): add the prefix, date and mimetype vocabularies
Danilo M.
1
-0
/
+60
5 hours
feat(completion): complete both bounds of a date range
Danilo M.
1
-7
/
+56
5 hours
feat(completion): complete nothing inside a quoted literal
Danilo M.
1
-0
/
+15
5 hours
feat(completion): recognise value context after a prefix
Danilo M.
1
-4
/
+14
5 hours
feat(completion): add the query cursor-context tokenizer
Danilo M.
1
-0
/
+54