[GRASS-dev] [GRASS GIS] #3923: g.gui.gmodeler: scroll bar not shown or too short

2019-10-20 Thread GRASS GIS
#3923: g.gui.gmodeler: scroll bar not shown or too short
+-
 Reporter:  neteler |  Owner:  grass-dev@…
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  7.8.1
Component:  wxGUI   |Version:  git-releasebranch78
 Keywords:  g.gui.gmodeler  |CPU:  Unspecified
 Platform:  Unspecified |
+-
 In large models (subset attached) the scroll bar doesn't work properly.

 Effectively, only a part of the model can be seen. Apparently the
 scrollbar length is not yet properly calculated from "action" maximum of
 all position coordinates (?).

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3923: g.gui.gmodeler: scroll bar not shown or too short

2019-10-20 Thread GRASS GIS
#3923: g.gui.gmodeler: scroll bar not shown or too short
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.8.1
 Component:  wxGUI|Version:  git-releasebranch78
Resolution:   |   Keywords:  g.gui.gmodeler
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by neteler):

 * Attachment "model_too_big.gxm" added.

 Sample large model (subset showing scrollbar issue)

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2978: g.gui.gmodeler - no python script exported (was: g.gui.gmodeler - no python script)

2019-10-20 Thread GRASS GIS
#2978: g.gui.gmodeler - no python script exported
+---
  Reporter:  lfurtkevicova  |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.8.1
 Component:  wxGUI  |Version:  git-releasebranch78
Resolution: |   Keywords:  g.gui.gmodeler, python script
   CPU:  x86-64 |   Platform:  Unspecified
+---
Changes (by neteler):

 * keywords:  gmodeler, python script => g.gui.gmodeler, python script
 * milestone:  7.6.2 => 7.8.1
 * version:  svn-trunk => git-releasebranch78


Comment:

 Re-tested in 7.8.git from today:

 When using File > Export to Python, only the first lines of the Python
 script are written, then these errors appear:

 {{{
 GRASS 7.8.1dev (nc_spm_08):~/Downloads > g.gui.gmodeler no_python_code.gxm
 14:47:16: Debug: window wxTextCtrl(0x55f34b560c00, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxTextCtrl(0x55f34b560c00, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxTextCtrl(0x55f34b560c00, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxTextCtrl(0x55f34b560c00, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxTextCtrl(0x55f34b560c00, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxTextCtrl(0x55f34b560c00, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxTextCtrl(0x55f34b560c00, ) lost focus even
 though it didn't have it
 Traceback (most recent call last):
   File "/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/frame.py", line 255, in OnPageChanged
 self.pythonPanel.RefreshScript()
   File "/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/frame.py", line 2140, in RefreshScript
 WritePythonFile(fd, self.parent.GetModel())
   File "/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/model.py", line 2521, in __init__
 self._writePython()
   File "/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/model.py", line 2577, in _writePython
 for flag in item.GetParameterizedParams()['flags']:
 AttributeError: 'ModelLoop' object has no attribute
 'GetParameterizedParams'
 14:47:16: Debug: window wxStyledTextCtrl(0x55f34b5af400, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxStyledTextCtrl(0x55f34b5af400, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxStyledTextCtrl(0x55f34b5af400, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxStyledTextCtrl(0x55f34b5af400, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxStyledTextCtrl(0x55f34b5af400, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxStyledTextCtrl(0x55f34b5af400, ) lost focus even
 though it didn't have it
 14:47:16: Debug: window wxStyledTextCtrl(0x55f34b5af400, ) lost focus even
 though it didn't have it
 Traceback (most recent call last):
   File "/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/frame.py", line 745, in OnExportPython
 filename = self.pythonPanel.SaveAs(force=True)
   File "/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/frame.py", line 2103, in SaveAs
 WritePythonFile(fd, self.parent.GetModel())
   File "/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/model.py", line 2521, in __init__
 self._writePython()
   File "/home/mneteler/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/model.py", line 2577, in _writePython
 for flag in item.GetParameterizedParams()['flags']:
 AttributeError: 'ModelLoop' object has no attribute
 'GetParameterizedParams'
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS 7.8.1 ?

2019-10-20 Thread Markus Neteler
On Sat, Oct 19, 2019 at 8:20 PM Markus Neteler  wrote:
>
> Hi,
>
> Anna Petrášová  schrieb am Mo., 14. Okt. 2019, 21:11:
>>
>> That's good news! Thank you. I would like to have some time to fix at least 
>> some of the windows issues that popped up with Python3, I need to review 
>> what needs to be done, I lost track of it. But I agree we should release 
>> fairly soon.
>>
>
> I agree that we should release soon.

BTW: here the currently 43 commits to releasebranch_7_8 since the 7.8.0 release:
https://github.com/OSGeo/grass/compare/7.8.0...releasebranch_7_8

> How about RC1 a week?

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev