[GRASS-git] [OSGeo/grass] c857cf: wxGUI/startup: fix terminate location download dia...
Tomas Zigo
noreply at github.com
Tue Aug 4 14:01:55 PDT 2020
Branch: refs/heads/releasebranch_7_8
Home: https://github.com/OSGeo/grass
Commit: c857cf0fc5a7e178675785b7e4903759acafd7a8
https://github.com/OSGeo/grass/commit/c857cf0fc5a7e178675785b7e4903759acafd7a8
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M gui/wxpython/core/gthread.py
M gui/wxpython/gis_set.py
M gui/wxpython/startup/locdownload.py
Log Message:
-----------
wxGUI/startup: fix terminate location download dialog download thread (#832) (#873)
* wxGUI/startup: don't set message wx widget string if location download dialog is destroyed
* wxGUI/core: replace set/reset stop flag for terminate thread with traces (urlretrieve runned from thread can't terminate with stop flag)
* wxGUI/startup: avoid printing annoying wx debug message on location download dialog start-up
* wxGUI/startup: change 'Download' button label to 'Abort' after start downloading, and allow terminate download thread correctly
* wxGUI/startup: handle location download dialog urlretrieve HTTPError, URLError exception
* wxGUI/startup: add string translation function
* wxGUI/startup: set location download dialog download button mnemonic label
* wxGUI/startup: fix close location download modal dialog
* wxGUI/startup: fix location download dialog 'Cancel' and 'Download' button layout
* wxGUI/startup: centre location download modal dialog
More information about the grass-commit
mailing list