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
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
2007/3/25, Michael Barton <michael.barton@asu.edu>:
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
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.
Michael
On 3/26/07 1:45 AM, "Jachym Cepicky" <jachym.cepicky@gmail.com> wrote:
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
2007/3/25, Michael Barton <michael.barton@asu.edu>:
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
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.
On 3/26/07, Michael Barton <michael.barton@asu.edu> wrote:
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.
Michael
On 3/26/07 1:45 AM, "Jachym Cepicky" <jachym.cepicky@gmail.com> wrote:
> 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
>
> 2007/3/25, Michael Barton <michael.barton@asu.edu>:
>> 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
grassgui@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassgui
--
-- Daniel Calvelo Aros
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
On 3/26/07 2:15 PM, "Daniel Calvelo" <dca.gis@gmail.com> wrote:
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.
On 3/26/07, Michael Barton <michael.barton@asu.edu> wrote:
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.
Michael
On 3/26/07 1:45 AM, "Jachym Cepicky" <jachym.cepicky@gmail.com> wrote:
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
2007/3/25, Michael Barton <michael.barton@asu.edu>:
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
grassgui@grass.itc.it
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
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
On 3/26/07 2:15 PM, "Daniel Calvelo" <dca.gis@gmail.com> wrote:
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.
On 3/26/07, Michael Barton <michael.barton@asu.edu> wrote:
Nice idea. I don't know how to do it, but assume it is possible given
Python's ability to deal with html.
Michael
On 3/26/07 1:45 AM, "Jachym Cepicky" <jachym.cepicky@gmail.com> wrote:
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
2007/3/25, Michael Barton <michael.barton@asu.edu>:
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
grassgui@grass.itc.it
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
grass is _the_ gis, where you can reach the documentation the fastest way!
jachym
2007/3/26, Michael Barton <michael.barton@asu.edu>:
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
On 3/26/07 2:15 PM, "Daniel Calvelo" <dca.gis@gmail.com> wrote:
> 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.
>
> On 3/26/07, Michael Barton <michael.barton@asu.edu> wrote:
>> Nice idea. I don't know how to do it, but assume it is possible given
>> Python's ability to deal with html.
>>
>> Michael
>>
>> On 3/26/07 1:45 AM, "Jachym Cepicky" <jachym.cepicky@gmail.com> wrote:
>>
>>> 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
>>>
>>> 2007/3/25, Michael Barton <michael.barton@asu.edu>:
>>>> 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
>> grassgui@grass.itc.it
>> 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