Discussion:
[GRASSGUI] renamed files and directories for wxgrass - no more gism
Michael Barton
2007-11-14 22:56:48 UTC
Permalink
Bowing to popular opinion, I?ve used the weekend to rename several files and
directories in wxgrass before it got to be too big of a problem.

gism.py --> wxgui.py
wx/Gism --> wx/gui_modules
gismutils.py --> wxgui_utils.py
grass_wizard.py --> location_wizard.py

...and all references to these files and directory have been changed all
modules and scripts as needed.

Please update your files. I?d recommend a fresh download to be sure. It?s
worth it as there have been considerable improvements over the past 2 days.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/grass-gui/attachments/20070325/52c16293/attachment.html
Jachym Cepicky
2007-11-14 22:56:49 UTC
Permalink
Hi Michael,
works nice, thanks a lot. You did a great job!

what about adding new tab to each module form with manual page in it
(just lik qgis grass-plugin does)?

j
Post by Michael Barton
Bowing to popular opinion, I?ve used the weekend to rename several files and
directories in wxgrass before it got to be too big of a problem.
gism.py --> wxgui.py
wx/Gism --> wx/gui_modules
gismutils.py --> wxgui_utils.py
grass_wizard.py --> location_wizard.py
...and all references to these files and directory have been changed all
modules and scripts as needed.
Please update your files. I?d recommend a fresh download to be sure. It?s
worth it as there have been considerable improvements over the past 2 days.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub
Michael Barton
2007-11-14 22:56:49 UTC
Permalink
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.

Michael
Post by Jachym Cepicky
Hi Michael,
works nice, thanks a lot. You did a great job!
what about adding new tab to each module form with manual page in it
(just lik qgis grass-plugin does)?
j
Post by Michael Barton
Bowing to popular opinion, I?ve used the weekend to rename several files and
directories in wxgrass before it got to be too big of a problem.
gism.py --> wxgui.py
wx/Gism --> wx/gui_modules
gismutils.py --> wxgui_utils.py
grass_wizard.py --> location_wizard.py
...and all references to these files and directory have been changed all
modules and scripts as needed.
Please update your files. I?d recommend a fresh download to be sure. It?s
worth it as there have been considerable improvements over the past 2 days.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
Daniel Calvelo
2007-11-14 22:56:49 UTC
Permalink
Done in SVN. Please test, as I could only use Windows today.

Michael, I'm testing menuform.py as standalone; the import images way
to find its path does not work in that case. Any argument against
using

imagepath = os.getenv("GISBASE")+"/etc/wx/images")

instead?

Daniel.
Post by Michael Barton
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.
Michael
Post by Jachym Cepicky
Hi Michael,
works nice, thanks a lot. You did a great job!
what about adding new tab to each module form with manual page in it
(just lik qgis grass-plugin does)?
j
Post by Michael Barton
Bowing to popular opinion, I?ve used the weekend to rename several files and
directories in wxgrass before it got to be too big of a problem.
gism.py --> wxgui.py
wx/Gism --> wx/gui_modules
gismutils.py --> wxgui_utils.py
grass_wizard.py --> location_wizard.py
...and all references to these files and directory have been changed all
modules and scripts as needed.
Please update your files. I?d recommend a fresh download to be sure. It?s
worth it as there have been considerable improvements over the past 2 days.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
_______________________________________________
grassgui mailing list
http://grass.itc.it/mailman/listinfo/grassgui
--
-- Daniel Calvelo Aros
Michael Barton
2007-11-14 22:56:49 UTC
Permalink
No objections at all. Whatever works best. I had also suggested that we go
back to underlines in file names, except for the extension. I worry about
windows compatibility otherwise. Since you use windows, what do you think?

Michael
Post by Daniel Calvelo
Done in SVN. Please test, as I could only use Windows today.
Michael, I'm testing menuform.py as standalone; the import images way
to find its path does not work in that case. Any argument against
using
imagepath = os.getenv("GISBASE")+"/etc/wx/images")
instead?
Daniel.
Post by Michael Barton
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.
Michael
Post by Jachym Cepicky
Hi Michael,
works nice, thanks a lot. You did a great job!
what about adding new tab to each module form with manual page in it
(just lik qgis grass-plugin does)?
j
Post by Michael Barton
Bowing to popular opinion, I?ve used the weekend to rename several files
and
directories in wxgrass before it got to be too big of a problem.
gism.py --> wxgui.py
wx/Gism --> wx/gui_modules
gismutils.py --> wxgui_utils.py
grass_wizard.py --> location_wizard.py
...and all references to these files and directory have been changed all
modules and scripts as needed.
Please update your files. I?d recommend a fresh download to be sure. It?s
worth it as there have been considerable improvements over the past 2 days.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
_______________________________________________
grassgui mailing list
http://grass.itc.it/mailman/listinfo/grassgui
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
Michael Barton
2007-11-14 22:56:49 UTC
Permalink
Cool.

But it starts with the manual page now, instead of Main. Also, can the font
size be reduced on the manual page? The image at the top of the manual page
is also broken.

Michael
Post by Daniel Calvelo
Done in SVN. Please test, as I could only use Windows today.
Michael, I'm testing menuform.py as standalone; the import images way
to find its path does not work in that case. Any argument against
using
imagepath = os.getenv("GISBASE")+"/etc/wx/images")
instead?
Daniel.
Post by Michael Barton
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.
Michael
Post by Jachym Cepicky
Hi Michael,
works nice, thanks a lot. You did a great job!
what about adding new tab to each module form with manual page in it
(just lik qgis grass-plugin does)?
j
Post by Michael Barton
Bowing to popular opinion, I?ve used the weekend to rename several files
and
directories in wxgrass before it got to be too big of a problem.
gism.py --> wxgui.py
wx/Gism --> wx/gui_modules
gismutils.py --> wxgui_utils.py
grass_wizard.py --> location_wizard.py
...and all references to these files and directory have been changed all
modules and scripts as needed.
Please update your files. I?d recommend a fresh download to be sure. It?s
worth it as there have been considerable improvements over the past 2 days.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
_______________________________________________
grassgui mailing list
http://grass.itc.it/mailman/listinfo/grassgui
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
Jachym Cepicky
2007-11-14 22:56:49 UTC
Permalink
grass is _the_ gis, where you can reach the documentation the fastest way!

jachym
Post by Michael Barton
Cool.
But it starts with the manual page now, instead of Main. Also, can the font
size be reduced on the manual page? The image at the top of the manual page
is also broken.
Michael
Post by Daniel Calvelo
Done in SVN. Please test, as I could only use Windows today.
Michael, I'm testing menuform.py as standalone; the import images way
to find its path does not work in that case. Any argument against
using
imagepath = os.getenv("GISBASE")+"/etc/wx/images")
instead?
Daniel.
Post by Michael Barton
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.
Michael
Post by Jachym Cepicky
Hi Michael,
works nice, thanks a lot. You did a great job!
what about adding new tab to each module form with manual page in it
(just lik qgis grass-plugin does)?
j
Post by Michael Barton
Bowing to popular opinion, I?ve used the weekend to rename several files and
directories in wxgrass before it got to be too big of a problem.
gism.py --> wxgui.py
wx/Gism --> wx/gui_modules
gismutils.py --> wxgui_utils.py
grass_wizard.py --> location_wizard.py
...and all references to these files and directory have been changed all
modules and scripts as needed.
Please update your files. I?d recommend a fresh download to be sure. It?s
worth it as there have been considerable improvements over the past 2 days.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
_______________________________________________
grassgui mailing list
http://grass.itc.it/mailman/listinfo/grassgui
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub
Loading...