Damien Elmes
|
9ad1e50544
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
|
Damien Elmes
|
42a44875ab
|
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
|
748aeb9df1
|
add a bunch of return types
|
2021-02-01 23:53:23 +10:00 |
|
Damien Elmes
|
83892eac51
|
add types to various other files
Mainly automated with MonkeyType
|
2021-02-01 22:08:56 +10:00 |
|
wallgrenen
|
3a1ef7b651
|
remove unused variables and commented-out code
|
2021-01-08 20:53:27 +01:00 |
|
Damien Elmes
|
8075d46011
|
convert setWindowFlags call into helper, and fix invalid variables
"type: ignore" was masking the invalid references to self in places
like showText()
|
2021-01-07 14:24:49 +10:00 |
|
BlueGreenMagick
|
9a29d1b97a
|
remove context help button
|
2021-01-06 22:15:48 +09:00 |
|
Matt Krump
|
8d988d2b6f
|
Turn on check_untyped_defs for aqt.taglimit
* Add type hints taglimit
* Turn on check_untyped_defs for aqt.taglimit
|
2020-07-25 15:45:31 -06:00 |
|
Damien Elmes
|
4d33b2d8f7
|
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 |
|
zjosua
|
487d02fff2
|
Use double quotes in taglimit queries
|
2020-03-30 10:12:47 +02:00 |
|
Damien Elmes
|
2a00e0a6b0
|
tweaking the folder names again
hopefully that's the last of it
|
2020-01-03 07:48:38 +10:00 |
|