mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Fix wrong hook being torn down * Fix item models not being destroyed * Add missing gc for FilteredDeckConfigDialog * Add missing type annotation * Pass calling widget as parent to QTimer Implicitly passing `self.mw` as the parent means that the QTimer won't get destroyed before quitting the app, which also thwarts garbage collection of any data captured by a passed closure. * Make `Editor._links` an instance variable Browser is inserting a closure into this dict capturing itself. As a class variable, it won't get destroyed, so neither will the browser. * Make `Editor._links` funcs take instance again * Deprecate calling progress.timer() without parent * show caller location when printing deprecation warning (dae) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| item.py | ||
| model.py | ||
| searchbar.py | ||
| toolbar.py | ||
| tree.py | ||