Anki/aqt
Damien Elmes c74cbf6108 fix media server port allocation
the old code was allowing the main thread to read .port before it had
been updated, and was binding to sockets that were already in use on
Windows. instead, we use a system-assigned free port and block the main
thread until it's been allocated
2017-08-08 14:56:34 +10:00
..
__init__.py remove old comment 2017-08-02 16:18:09 +10:00
about.py add contributor 2017-08-04 17:38:39 +10:00
addcards.py refactor editor focus handling 2017-08-05 15:16:20 +10:00
addons.py Fix NameError caused by missing import 2017-02-15 23:08:37 +09:30
browser.py put search prompt in dropdown history so down key does right thing 2017-08-08 10:05:10 +10:00
clayout.py no longer need to hack around webengine stealing focus 2017-08-02 15:38:35 +10:00
customstudy.py Improve usability of increase new/review card limit dialog 2017-02-11 20:11:31 +01:00
deckbrowser.py Prevent "Shorcut key: " appearing multiple times in tooltips 2017-08-06 16:03:11 +01:00
deckchooser.py fix ampersands appearing in deck names 2017-07-28 17:40:26 +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 refactor editor focus handling 2017-08-05 15:16:20 +10:00
editor.py Fix error when dropping/pasting media file with a hash in its name 2017-08-06 18:03:00 +01:00
errors.py catch windows firewall issue 2017-07-09 13:26:50 +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 media server port allocation 2017-08-08 14:56:34 +10:00
mediasrv.py fix media server port allocation 2017-08-08 14:56:34 +10:00
modelchooser.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
models.py turn latex svg into a note type option 2017-07-28 18:38:31 +10:00
overview.py another attempt at fixing key handling 2017-06-22 16:39:31 +10:00
preferences.py write backups in thread; remove strip html & compress options 2017-01-08 19:29:57 +10:00
profiles.py fix base folder location on windows 2017-07-09 13:22:01 +10:00
progress.py fix crash when syncing media on windows 2017-07-26 15:21:27 +10:00
qt.py require qt 5.9 2017-06-06 14:33:53 +10:00
reviewer.py fix autoplay on the answer side 2017-08-07 16:15:15 +10:00
sound.py add cancel button to recording window 2017-06-23 13:04:32 +10:00
stats.py split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +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 move height resizing to webview; remove onLoaded from toolbar/reviewer 2017-08-02 16:22:54 +10:00
update.py use requests for http; add progress info back 2017-01-08 19:06:32 +10:00
utils.py another workaround for the KDE accelerator issue 2017-07-31 15:48:34 +10:00
webview.py fix media server port allocation 2017-08-08 14:56:34 +10:00