Opened 16 years ago
Closed 11 years ago
#421 closed task (fixed)
wizard for r.li.setup
Reported by: | martinl | Owned by: | lucadelu |
---|---|---|---|
Priority: | major | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | r.li, setup, GUI | Cc: | |
CPU: | All | Platform: | All |
Description
Design wxPython wizard for r.li.setup to replace existing TCL/TK interface and lib/bwidget dependency.
Change History (6)
comment:1 by , 15 years ago
CPU: | Unspecified → All |
---|---|
Platform: | Unspecified → All |
follow-up: 3 comment:2 by , 13 years ago
Owner: | changed from | to
---|
I am starting to work on this ticket, anne worked a bit on her script and I think that the concept used is not the right way to face the problem. I decided to start again from the beginning. you can see the status here http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#r.li.setup_GUI.
When something in the module is going to work I'll commit the code in the svn
follow-up: 4 comment:3 by , 13 years ago
Replying to lucadelu:
I am starting to work on this ticket, anne worked a bit on her script and I think that the concept used is not the right way to face the problem. I decided to start again from the beginning. you can see the status here http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#r.li.setup_GUI.
When something in the module is going to work I'll commit the code in the svn
you also start in sandbox
http://svn.osgeo.org/grass/sandbox/
and then simply move to trunk
(svn mv
)
Martin
follow-up: 5 comment:4 by , 13 years ago
Replying to martinl:
you also start in sandbox
ok, I have to call it r.li.setup.py or can I call it with another name? Hi ask this because now I called it rlisetup.py, I put it in gui/wxpython/gui_modules and I modified the menudata.xml file to launch it from the GRASS menu -> Raster -> Landscape analysis -> Set up sampling and analysis framework
and then simply move to
trunk
(svn mv
)
ok
Martin
Luca
comment:5 by , 13 years ago
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi all,
with r59424 I have ported all the feature of r.li.setup to g.gui.rlisetup.
Please testing is really welcome.
I close this ticket, please open new one for any bug that you are going to find
Anne has added:
"Stub file for wxPython interface for r.li.setup. Opinions welcome."