gism name change

4 messages Options
Embed this post
Permalink
Michael Barton

gism name change

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
gism name change It has been suggested several times that we rename the main files for the wxPython GUI because gism sounds too much like a prurient word for those whose minds wander in that way when coding overly late at night ;-)

Here are a couple of ideas:

gism-->gismgr
gism-->wxg (for wxgrass)
gism-->wxgrass

wx/Gism-->wx/modules

gismutils-->wxgutils
gismutils-->gmutils

What do you like? Other ideas?

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: gism name change

Reply Threaded More More options
Print post
Permalink
hi michael,
go for it :)

sorry, I did not so much this week. I would like to look at curent
code and separate it to three independend layers to omit cross
importing of modules in the future (if this isn't allready done).

render

mapdisplay

gismanager

btw:

GRASS6.3.cvs cr-jtsk/jachym: gui > python gism.py
Traceback (most recent call last):
  File "gism.py", line 445, in ?
    app = GMApp(0)
  File "/usr/lib64/python2.3/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 7757, in __init__
    self._BootstrapApp()
  File "/usr/lib64/python2.3/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 7354, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "gism.py", line 427, in OnInit
    mainframe = GMFrame(None, -1, "")
  File "gism.py", line 110, in __init__
    self.menubar = self.__createMenuBar()
  File "gism.py", line 166, in __createMenuBar
    self.menubar.Append(self.__createMenu(menuItems), menuLabel)
  File "gism.py", line 181, in __createMenu
    self.__createMenuItem(menu, *eachItem)
  File "gism.py", line 193, in __createMenuItem
    rhandler = eval(handler)
  File "<string>", line 0, in ?
AttributeError: 'GMFrame' object has no attribute 'Nomethod'
GRASS6.3.cvs cr-jtsk/jachym: gui >

jachym

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

>
>  It has been suggested several times that we rename the main files for the
> wxPython GUI because gism sounds too much like a prurient word for those
> whose minds wander in that way when coding overly late at night ;-)
>
>  Here are a couple of ideas:
>
>  gism-->gismgr
>  gism-->wxg (for wxgrass)
>  gism-->wxgrass
>
>  wx/Gism-->wx/modules
>
>  gismutils-->wxgutils
>  gismutils-->gmutils
>
>  What do you like? Other ideas?
>
>  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
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
Wolf Bergenheim

Re: gism name change

Reply Threaded More More options
Print post
Permalink
In reply to this post by Michael Barton
On 23.03.2007 18:19, Michael Barton wrote:

> It has been suggested several times that we rename the main files for
> the wxPython GUI because gism sounds too much like a prurient word for
> those whose minds wander in that way when coding overly late at night ;-)
>
> Here are a couple of ideas:
>
> gism-->gismgr
> gism-->wxg (for wxgrass)
> gism-->wxgrass
>
> wx/Gism-->wx/modules
>
> gismutils-->wxgutils
> gismutils-->gmutils
>
> What do you like? Other ideas?
>

How about:

gism --> grassgui (Isn't this the main command to start the whole GUI)?

wx/Gism --> wx/gui-modules

gismutils --> gui-utils

And then call the whole thing the GRASS GUI (or GRASSGUI as this
mailinglist)

--Wolf

--

<:3 )---- Wolf Bergenheim ----( 8:>

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

Re: gism name change

Reply Threaded More More options
Print post
Permalink
So far I've only heard from Jachym and Wolf. Here is what seems reasonable.


On 3/23/07 2:51 PM, "Wolf Bergenheim" <[hidden email]> wrote:

> On 23.03.2007 18:19, Michael Barton wrote:
>> It has been suggested several times that we rename the main files for
>> the wxPython GUI because gism sounds too much like a prurient word for
>> those whose minds wander in that way when coding overly late at night ;-)
>>
>> Here are a couple of ideas:
>>
>> gism-->gismgr
>> gism-->wxg (for wxgrass)
>> gism-->wxgrass
>>
>> wx/Gism-->wx/modules
>>
>> gismutils-->wxgutils
>> gismutils-->gmutils
>>
>> What do you like? Other ideas?
>>
>
> How about:
>
> gism --> grassgui (Isn't this the main command to start the whole GUI)?

There is still the TclTk GUI, so I'm a little reluctant to do this. How
about

wxgui

to make it clear that this is not the TclTk gui

>
> wx/Gism --> wx/gui-modules

sounds good, but let's use underscores to be careful

gui_modules

>
> gismutils --> gui-utils

wxgui_utils (classes used by wxgui)

I'm also changing grass_wizard to location_wizard to make it easier to
understand what it does.

>
> And then call the whole thing the GRASS GUI (or GRASSGUI as this
> mailinglist)

Hopefully it will be eventually.

>
> --Wolf

__________________________________________
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