[GRASS-git] [OSGeo/grass] dd3449: Fix Cartographic Composer wxPython deprecation war...
Anna Petrasova
noreply at github.com
Wed Feb 26 07:40:17 PST 2020
Branch: refs/heads/releasebranch_7_8
Home: https://github.com/OSGeo/grass
Commit: dd34497bc8fc3c27221722ae961a6b3820fab53f
https://github.com/OSGeo/grass/commit/dd34497bc8fc3c27221722ae961a6b3820fab53f
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M gui/wxpython/gui_core/dialogs.py
M gui/wxpython/gui_core/wrap.py
M gui/wxpython/psmap/dialogs.py
Log Message:
-----------
Fix Cartographic Composer wxPython deprecation warning (#309)
* replace deprecated SetToolTipString method with the SetToolTip method
* add FloatSpin widget wrap class
* fix Cartographic Composer FloatSpin widget size
* add SpinCtrl, FloatSpin class SetToolTip method
add wx widgets wraps classes
* Dialog
* Notebook
* OwnerDrawnComboBox
* BitmapComboBox
* ScrolledPanel
* FileBrowseButton
* DirBrowseButton
* ExpandoTextCtrl
* ColourPickerCtrl
* ListBox
* HyperlinkCtrl
* wxGUI Cartographic Composer:
* replace wx widget class by the wrapper class
Commit: 7887450d5ee2502dce64c2719adfa209e8e894b4
https://github.com/OSGeo/grass/commit/7887450d5ee2502dce64c2719adfa209e8e894b4
Author: Anna Petrasova <kratochanna at gmail.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M gui/wxpython/gui_core/dialogs.py
M gui/wxpython/psmap/dialogs.py
Log Message:
-----------
wxGUI: fix psmap from last change, remove redundant import (#380)
Compare: https://github.com/OSGeo/grass/compare/c38e3843e80d...7887450d5ee2
More information about the grass-commit
mailing list