Damien Elmes
|
0c59c8b591
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
|
Damien Elmes
|
88c002f4eb
|
convert qt strings to f-strings with flynt
Also revealed an incorrect type def in editor.py that mypy wasn't
noticing before :-(
|
2021-02-11 10:09:06 +10:00 |
|
Damien Elmes
|
efd8c527a6
|
use 'contains' instead of 'prefix' search in tag completer
|
2021-02-05 21:14:35 +10:00 |
|
Damien Elmes
|
6426edb0ac
|
more typing updates
|
2021-02-02 23:31:55 +10:00 |
|
Damien Elmes
|
f15715fb07
|
add types to various other files
Mainly automated with MonkeyType
|
2021-02-01 22:08:56 +10:00 |
|
abdo
|
44e3ef690f
|
Don't apply suggestion when no suggestion list is shown
|
2020-10-14 05:00:24 +03:00 |
|
Damien Elmes
|
964a69e54e
|
handle default deck and filtered deck suppression in the backend
|
2020-05-15 21:21:10 +10:00 |
|
Damien Elmes
|
7078415405
|
avoid renaming completer_, as add-ons depend on it
|
2020-05-08 18:17:57 +10:00 |
|
Damien Elmes
|
eec3fcf87a
|
use qconnect everywhere, and fix some typing issues
a step towards check_untyped_defs in aqt, but there's still 100+
issues to resolve
|
2020-05-04 13:23:08 +10:00 |
|
Damien Elmes
|
634931cf9e
|
tweak hook name
|
2020-04-01 17:13:08 +10:00 |
|
Arthur Milchior
|
4b34e71030
|
hook tag_editor_received_a_key
I expect it to be useful for add-ons such as
https://github.com/fonol/anki-search-inside-add-card which interact
with the tag line
|
2020-03-31 15:05:41 +02:00 |
|
Damien Elmes
|
5876866565
|
tweaking the folder names again
hopefully that's the last of it
|
2020-01-03 07:48:38 +10:00 |
|