renamed files and directories for wxgrass - no more gism

7 messages Options
Embed this post
Permalink
Michael Barton

renamed files and directories for wxgrass - no more gism

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
renamed files and directories for wxgrass - no more gism 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


_______________________________________________
grassgui mailing list
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui
Jachym Cepicky

Re: [GRASS-dev] renamed files and directories for wxgrass - no more gism

Reply Threaded More More options
Print post
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

2007/3/25, Michael Barton <[hidden email]>:

> 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

_______________________________________________
grassgui mailing list
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui
Michael Barton

Re: [GRASS-dev] renamed files and directories for wxgrass - no more gism

Reply Threaded More More options
Print post
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


On 3/26/07 1:45 AM, "Jachym Cepicky" <[hidden email]> 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 <[hidden email]>:
>> 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
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui
Daniel Calvelo

Re: Re: [GRASS-dev] renamed files and directories for wxgrass - no more gism

Reply Threaded More More options
Print post
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.

On 3/26/07, Michael Barton <[hidden email]> 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" <[hidden email]> 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 <[hidden email]>:
> >> 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
> [hidden email]
> http://grass.itc.it/mailman/listinfo/grassgui
>


--
-- Daniel Calvelo Aros

_______________________________________________
grassgui mailing list
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui
Michael Barton

Re: Re: [GRASS-dev] renamed files and directories for wxgrass - no more gism

Reply Threaded More More options
Print post
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


On 3/26/07 2:15 PM, "Daniel Calvelo" <[hidden email]> 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 <[hidden email]> 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" <[hidden email]> 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 <[hidden email]>:
>>>> 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
>> [hidden email]
>> 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



_______________________________________________
grassgui mailing list
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui
Michael Barton

Re: Re: [GRASS-dev] renamed files and directories for wxgrass - no more gism

Reply Threaded More More options
Print post
Permalink
In reply to this post by Daniel Calvelo
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" <[hidden email]> 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 <[hidden email]> 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" <[hidden email]> 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 <[hidden email]>:
>>>> 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
>> [hidden email]
>> 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



_______________________________________________
grassgui mailing list
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui
Jachym Cepicky

Re: Re: [GRASS-dev] renamed files and directories for wxgrass - no more gism

Reply Threaded More More options
Print post
Permalink
grass is _the_ gis, where you can reach the documentation the fastest way!

jachym

2007/3/26, Michael Barton <[hidden email]>:

> 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" <[hidden email]> 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 <[hidden email]> 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" <[hidden email]> 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 <[hidden email]>:
> >>>> 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
> >> [hidden email]
> >> 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

_______________________________________________
grassgui mailing list
[hidden email]
http://grass.itc.it/mailman/listinfo/grassgui