anki/aqt
Damien Elmes 5ad8f67f12 move away from qprogressdialog
qprogressdialog has been the source of a number of problems in the past,
and the most recent issue is that it's showing the progress dialog
early, regardless of what the minimum duration is set to. since we're
already using our own logic for deciding when to show the dialog, it's
easier to move to a normal dialog box

also prevent timers from firing while a progress dialog is visible, or
if the refresh timer fires we end up with the same issue.

https://anki.tenderapp.com/discussions/beta-testing/949-anki-stops-when-field-is-added
2017-12-28 18:31:05 +10:00
..
__init__.py allow user to override scaling 2017-11-27 11:01:15 +10:00
about.py use callback when closing windows 2017-08-16 12:48:15 +10:00
addcards.py use callback when closing windows 2017-08-16 12:48:15 +10:00
addons.py more open() and regex strings 2017-12-11 17:25:51 +10:00
browser.py add context menu to browser 2017-12-14 14:49:51 +10:00
clayout.py night mode 2017-12-04 12:20:56 +10:00
customstudy.py Improve usability of increase new/review card limit dialog 2017-02-11 20:11:31 +01:00
deckbrowser.py Allow to better translate "in x minutes" 2017-11-30 20:03:51 +01:00
deckchooser.py fix ampersands appearing in deck names 2017-07-28 17:40:26 +10:00
deckconf.py remove images and move away from qt resources 2017-08-11 20:59:43 +10:00
downloader.py fix error on add-on download 2017-08-26 19:55:39 +10:00
dyndeckconf.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
editcurrent.py use callback when closing windows 2017-08-16 12:48:15 +10:00
editor.py more raw string literals 2017-12-13 14:34:54 +10:00
errors.py cgi.escape is deprecated 2017-12-11 16:20:00 +10:00
exporting.py use separate .colpkg extension for collection exports 2017-09-10 16:58:55 +10:00
fields.py show field numbers for easier positioning 2017-10-05 14:52:05 +10:00
importing.py normalize filenames in colpkg import 2017-09-30 19:29:21 +10:00
main.py more open() and regex strings 2017-12-11 17:25:51 +10:00
mediasrv.py Bind mediaserver on 127.0.0.1 instead of localhost 2017-12-24 23:10:07 -08:00
modelchooser.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
models.py drop experimental prewrap mode 2017-10-25 19:18:00 +10:00
overview.py move the inline css and some more js into separate files 2017-08-10 19:02:32 +10:00
preferences.py night mode 2017-12-04 12:20:56 +10:00
profiles.py increase default number of backups; don't put in trash 2017-10-05 14:39:47 +10:00
progress.py move away from qprogressdialog 2017-12-28 18:31:05 +10:00
qt.py refuse to run on qt 5.10 2017-12-18 14:50:14 +10:00
reviewer.py cgi.escape is deprecated 2017-12-11 16:20:00 +10:00
sound.py work around pops in recording start 2017-12-05 11:07:52 +10:00
stats.py default to desktop in getSaveFile; don't force desktop in stats 2017-09-10 16:42:29 +10:00
studydeck.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
sync.py move away from qprogressdialog 2017-12-28 18:31:05 +10:00
tagedit.py Space-separate inserted tags 2017-08-30 14:52:58 +02:00
taglimit.py ctrl+d to deselect all in tag picker 2017-10-16 15:31:29 +10:00
toolbar.py remove border on bottom toolbar; fix hacky spacing of top elements 2017-08-10 19:17:28 +10:00
update.py use requests for http; add progress info back 2017-01-08 19:06:32 +10:00
utils.py use documents instead of desktop as default location 2017-09-10 17:01:52 +10:00
webview.py allow user to override scaling 2017-11-27 11:01:15 +10:00