anki/aqt
Damien Elmes 441e279f6d add signatures to calling code
otherwise mypy ignores them. And even then, it's not smart enough
to notice self.mw.pm.setUiScale("foo") is invalid unless the
instance assignment in main has a type hint as well
2019-12-19 11:34:46 +10:00
..
__init__.py add UI scale preference 2019-12-19 09:58:16 +10:00
about.py explicitly import _ and ngettext 2019-03-04 11:58:34 +10:00
addcards.py add a few hints to some commonly used code 2019-12-16 19:46:40 +10:00
addons.py add aqt/ 2019-12-16 08:51:38 +10:00
browser.py add a few hints to some commonly used code 2019-12-16 19:46:40 +10:00
clayout.py fix memory leak in card layout screen 2019-03-26 11:31:40 +09:00
customstudy.py allow decreasing daily limits in custom study 2019-03-05 09:06:17 +10:00
deckbrowser.py fix __renderPage() being called twice 2019-06-01 16:35:19 +10:00
deckchooser.py prevent deck chooser from becoming default 2019-05-15 14:50:55 +10:00
deckconf.py tidy up unused imports 2019-03-04 17:25:19 +10:00
downloader.py tidy up unused imports 2019-03-04 17:25:19 +10:00
dyndeckconf.py explicitly import _ and ngettext 2019-03-04 11:58:34 +10:00
editcurrent.py reduce editcurrent width constraint 2019-09-02 09:52:04 +10:00
editor.py change wrap() to wrap2() to avoid breaking add-ons 2019-12-17 18:27:41 +10:00
errors.py Use traceback.format_exception for debug error display. 2019-08-19 23:08:55 +02:00
exporting.py add option to strip html in export 2019-03-05 08:57:53 +10:00
fields.py explicitly import _ and ngettext 2019-03-04 11:58:34 +10:00
importing.py avoid recalculating reqs in actions like adding cards 2019-12-16 20:27:58 +10:00
main.py add signatures to calling code 2019-12-19 11:34:46 +10:00
mediasrv.py daemonize helper threads so that sys.exit() during startup works 2019-04-29 14:36:44 +10:00
modelchooser.py tidy up unused imports 2019-03-04 17:25:19 +10:00
models.py attempt to fix travis build 2019-12-16 21:17:32 +10:00
overview.py tidy up unused imports 2019-03-04 17:25:19 +10:00
pinnedmodules.py pin qtsvg 2019-09-24 15:54:26 +10:00
preferences.py add signatures to calling code 2019-12-19 11:34:46 +10:00
profiles.py add UI scale preference 2019-12-19 09:58:16 +10:00
progress.py fix inconsistent indentation 2019-03-04 16:54:22 +10:00
qt.py add extra qt import back to fix linting 2019-12-16 10:02:48 +10:00
reviewer.py add a few hints to some commonly used code 2019-12-16 19:46:40 +10:00
sound.py cleanup recording on cancel 2019-07-14 11:19:29 +10:00
stats.py fix qtwebengineprocess leak in stats screen 2019-09-16 15:16:41 +10:00
studydeck.py list of decks contains default iff deck chooser contains default 2019-12-05 08:20:11 +01:00
sync.py avoid importing Collection from root module 2019-12-16 19:07:22 +10:00
tagedit.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
taglimit.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
toolbar.py avoid highlighting/tabbing to top bar 2019-04-10 15:16:22 +10:00
update.py explicitly import _ and ngettext 2019-03-04 11:58:34 +10:00
utils.py fix incorrect qt constructor call 2019-03-04 15:59:53 +10:00
webview.py opt in to qt's new non-integer scaling 2019-12-17 18:43:32 +10:00
winpaths.py add aqt/ 2019-12-16 08:51:38 +10:00