anki/qt/aqt/browser
RumovZ f89811870e Calculate number of selected rows manually
`len(self._view.selectionModel().selectedRows())` is slow for large
selections, because Qt queries flags() for every selected cell, so we
calculate the number of selected rows ourselves.
2021-09-27 10:15:53 +02:00
..
sidebar Disable 'Rename with Parents' for top-level items 2021-08-30 11:10:14 +02:00
table Calculate number of selected rows manually 2021-09-27 10:15:53 +02:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py Switch to new row before deleting notes 2021-09-25 17:28:38 +02:00
card_info.py split browser dialogs into separate files 2021-05-08 15:08:45 +10:00
find_and_replace.py Rework Find & Replace dialog: 2021-07-13 16:33:45 +02:00
find_duplicates.py PEP8 collection.py 2021-06-27 15:12:22 +10:00
previewer.py Show flag and mark icons in previewer 2021-07-26 20:13:42 +09:00