anki/aqt
Damien Elmes 5bf0040838 fix errors when closing the main window with browser still open
onClose() was calling closeAllWindows(), which sends a close signal
to dialogs without force=True, causing them to fire an asynchronous
save event that calls back after the collection has been closed

instead we just rely on the fact that unloadCollection() closes all
collection windows
2017-04-26 11:22:17 +10:00
..
__init__.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
about.py Add name to about screen 2017-02-26 15:19:34 +01:00
addcards.py use a clearer name for fmtQA() 2017-03-14 15:48:40 +09:00
addons.py Fix NameError caused by missing import 2017-02-15 23:08:37 +09:30
browser.py hack around the browser not closing on sync 2017-04-12 18:40:37 +10:00
clayout.py prevent preview stealing focus in clayout 2017-01-10 18:32:48 +10:00
customstudy.py Improve usability of increase new/review card limit dialog 2017-02-11 20:11:31 +01:00
deckbrowser.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
deckchooser.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
deckconf.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
downloader.py tweaks to add-on downloading 2017-02-15 15:55:31 +10:00
dyndeckconf.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
editcurrent.py saveNow() now requires a callback 2016-07-14 20:23:44 +10:00
editor.py add m4a to attachable media formats 2017-03-02 12:10:13 +10:00
errors.py fix DEBUG=1 2017-01-08 20:30:34 +10:00
exporting.py fix exporting & one bug in stats image export 2016-07-05 19:52:26 +10:00
fields.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
importing.py Fix error caused by converting delimiter to bytes 2017-02-15 18:45:04 +09:30
main.py fix errors when closing the main window with browser still open 2017-04-26 11:22:17 +10:00
mediasrv.py fix embedded fonts 2017-02-21 13:27:29 +10:00
modelchooser.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
models.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
overview.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
preferences.py write backups in thread; remove strip html & compress options 2017-01-08 19:29:57 +10:00
profiles.py use QStandardPaths instead of the env var 2017-02-25 18:07:01 +10:00
progress.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
qt.py refuse to load on qt5.8.0 due to lack of IME support, etc 2017-02-22 18:36:46 +10:00
reviewer.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
sound.py optimize imports 2012-12-22 09:17:10 +09:00
stats.py support for saving stats to a pdf 2017-01-13 17:36:26 +10:00
studydeck.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
sync.py partial sync cancellation 2017-01-17 17:15:50 +10:00
tagedit.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
taglimit.py Limit tags in custom study dialog to those in the selected deck 2015-11-21 14:38:21 +02:00
toolbar.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
update.py use requests for http; add progress info back 2017-01-08 19:06:32 +10:00
utils.py embedded fonts should work on osx now; remove font-weight hack 2017-01-17 14:45:12 +10:00
webview.py prevent backspace key from going back a page 2017-01-17 13:39:38 +10:00