Sat, Jun 3 2006
11:38:44
|
|
Request created by guest
|
|
Subject: missing buttons in GUI
Platform: GNU/Linux/x86
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: cvs.2006.06.03
Hallo!
I noticed that some module GUIs have "lost" some buttons ;-)
In particular:
- r.reclass.file GUI is missing a button to select the "Ascii file comtaining
reclassification rules"
- the same for r.recode.file
on the other hand, r.recode.file has an unexpected button on "Name of recoded
raster map".
can these small problems be fixed?
thanks!
giorgio
|
|
Sun, Jun 11 2006
13:39:20
|
|
Subject changed to gis.m: missing buttons in GUI by msieczka
|
|
Fri, Jul 21 2006
00:13:41
|
|
Mail sent by mbarton
|
|
This is not a gis.m issue. The buttons are generated automatically based on
values in the C code. I'm re-copying this to the developer's list so that the
code maintainers can look at it.
Michael |
|
Fri, Jul 21 2006
13:45:24
|
|
Mail sent by mneteler
|
|
Hi,
the simple problem is:
#% gisprompt: file,file,file
which should be
#% gisprompt: old_file,file,file
or
#% gisprompt: new_file,file,file
repectively.
A couple of scripts are affected:
find . -type f -name "*" -exec grep -l ": file,file,file" {} \;
./gui/tcltk/d.m/script/r.reclass.file
./gui/tcltk/d.m/script/r.recode.file
./gui/tcltk/d.m/script/v.in.asciipoints
./gui/tcltk/gis.m/script/r.reclass.file
./gui/tcltk/gis.m/script/r.recode.file
./gui/tcltk/gis.m/script/v.in.asciipoints
Due to power problems today in IRST I cannot submit fixes.
Markus |
|
Sat, Jul 22 2006
00:12:45
|
|
Mail sent by michael.barton@asu.edu
|
|
Return-Path |
<michael.barton@asu.edu>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
User-Agent |
Microsoft-Entourage/11.2.5.060620
|
Date |
Fri, 21 Jul 2006 15:12:40 -0700
|
Subject |
Re: [GRASS-dev] [bug #4532] (grass) gis.m: missing buttons in GUI
|
From |
Michael Barton <michael.barton@asu.edu>
|
To |
Paolo Cavallini via RT <grass-bugs@intevation.de>, <giorgio.agugiaro@unipd.it>
|
Cc |
<grass-dev@grass.itc.it>
|
Message-ID |
<C0E69F68.22E68%michael.barton@asu.edu>
|
Thread-Topic |
[GRASS-dev] [bug #4532] (grass) gis.m: missing buttons in GUI
|
Thread-Index |
AcatEsfQBmsCwhkGEduFCAAUUSYxwg==
|
In-Reply-To |
<20060721114524.92AAA1005C0@lists.intevation.de>
|
Mime-version |
1.0
|
Content-type |
text/plain; charset="US-ASCII"
|
Content-transfer-encoding |
7bit
|
X-Virus-Scanned |
by amavisd-new
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-2.411 tagged_above=-999 required=3 tests=[AWL=1.241, BAYES_00=-5, RCVD_NUMERIC_HELO=1.348]
|
X-Spam-Level |
|
I didn't realize that these were in the shell scripts. I've fixed this and
committed it to the cvs. When did it change from file,file,file
(file,file,file used to work) and what's the difference between old_file and
new_file?
You guys are enjoying weather almost as warm as ours here. But not quite.
The current temperature at 3pm is 46C/115F.
...and it doesn't matter if it's a "dry heat" or not. It's a HOT heat.
Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
> From: Markus Neteler via RT <grass-bugs@intevation.de>
> Reply-To: Markus Neteler via RT <grass-bugs@intevation.de>
> Date: Fri, 21 Jul 2006 13:45:24 +0200 (CEST)
> To: <giorgio.agugiaro@unipd.it>
> Cc: <grass-dev@grass.itc.it>
> Subject: [GRASS-dev] [bug #4532] (grass) gis.m: missing buttons in GUI
>
> Hi,
>
> the simple problem is:
> #% gisprompt: file,file,file
>
> which should be
> #% gisprompt: old_file,file,file
> or
> #% gisprompt: new_file,file,file
> repectively.
>
> A couple of scripts are affected:
>
> find . -type f -name "*" -exec grep -l ": file,file,file" {} \;
> ./gui/tcltk/d.m/script/r.reclass.file
> ./gui/tcltk/d.m/script/r.recode.file
> ./gui/tcltk/d.m/script/v.in.asciipoints
> ./gui/tcltk/gis.m/script/r.reclass.file
> ./gui/tcltk/gis.m/script/r.recode.file
> ./gui/tcltk/gis.m/script/v.in.asciipoints
>
>
> Due to power problems today in IRST I cannot submit fixes.
>
> Markus
>
> -------------------------------------------- Managed by Request Tracker
>
>
|
|
Sat, Jul 22 2006
01:47:38
|
|
Mail sent by glynn@gclements.plus.com
|
|
Return-Path |
<glynn@gclements.plus.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
From |
Glynn Clements <glynn@gclements.plus.com>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Transfer-Encoding |
7bit
|
Message-ID |
<17601.26455.838518.775567@cerise.gclements.plus.com>
|
Date |
Sat, 22 Jul 2006 00:46:31 +0100
|
To |
Michael Barton <michael.barton@asu.edu>
|
Cc |
Paolo Cavallini via RT <grass-bugs@intevation.de>, <giorgio.agugiaro@unipd.it>, grass-dev@grass.itc.it
|
Subject |
Re: [GRASS-dev] [bug #4532] (grass) gis.m: missing buttons in GUI
|
In-Reply-To |
<C0E69F68.22E68%michael.barton@asu.edu>
|
References |
<20060721114524.92AAA1005C0@lists.intevation.de> <C0E69F68.22E68%michael.barton@asu.edu>
|
X-Mailer |
VM 7.07 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-3.509 tagged_above=-999 required=3 tests=[AWL=1.225, BAYES_00=-5, FORGED_RCVD_HELO=0.266]
|
X-Spam-Level |
|
Michael Barton wrote:
> I didn't realize that these were in the shell scripts. I've fixed this and
> committed it to the cvs. When did it change from file,file,file
> (file,file,file used to work) and what's the difference between old_file and
> new_file?
Old file must exist, new file shouldn't exist unless overwrite is
enabled.
> You guys are enjoying weather almost as warm as ours here. But not quite.
> The current temperature at 3pm is 46C/115F.
"Enjoying" isn't the term I would use.
--
Glynn Clements <glynn@gclements.plus.com>
|
|
Sat, Jul 22 2006
12:34:25
|
|
Mail sent by mneteler
|
|
Fixed in CVS, also for 6.1.0-branch.
Markus |
|
Sat, Jul 22 2006
12:34:27
|
|
Status changed to resolved by mneteler
|
|
Sat, Jul 22 2006
16:45:07
|
|
Mail sent by giorgio.agugiaro@unipd.it
|
|
Return-Path |
<giorgio.agugiaro@unipd.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Message-ID |
<62195.151.47.131.127.1153579502.squirrel@webmail.unipd.it>
|
In-Reply-To |
<20060722103425.470B41005B9@lists.intevation.de>
|
References |
<20060722103425.470B41005B9@lists.intevation.de>
|
Date |
Sat, 22 Jul 2006 16:45:02 +0200 (CEST)
|
Subject |
Re: [bug #4532] (grass) gis.m: missing buttons in GUI
|
From |
giorgio.agugiaro@unipd.it
|
To |
"Markus Neteler via RT" <grass-bugs@intevation.de>
|
User-Agent |
SquirrelMail/1.4.6
|
MIME-Version |
1.0
|
Content-Type |
text/plain;charset=iso-8859-1
|
Content-Transfer-Encoding |
8bit
|
X-Priority |
3 (Normal)
|
Importance |
Normal
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-4.664 tagged_above=-999 required=3 tests=[BAYES_00=-5, NO_REAL_NAME=0.336]
|
X-Spam-Level |
|
Thanks!
I compiled the latest version a couple of minutes ago.
just one question:
in the r.recode.file script GUI, shouldn't the button for "recoded raster
map" be hidden?
in the r.reclass.file GUI it is.
ciao, and "enjoy" the heat! ;-)
hier in padova (not far from trento, but not in the alps) we have "only"
38°C, but the aircon in the office has gone...
ciao!
giorgio
> Fixed in CVS, also for 6.1.0-branch.
>
> Markus
>
> -------------------------------------------- Managed by Request Tracker
>
>
|
|
Sat, Jul 22 2006
16:45:07
|
|
Status changed to open by _rt_system
|
|
Sun, Jul 23 2006
20:22:40
|
|
Mail sent by msieczka
|
|
giorgio.agugiaro@unipd.it wrote (Sat, Jul 22 2006 16:45:07):
> Thanks!
> I compiled the latest version a couple of minutes ago.
> just one question:
> in the r.recode.file script GUI, shouldn't the button for "recoded raster
> map" be hidden? in the r.reclass.file GUI it is.
Giorgio is right (checked against current CVS). In r.reclass.rules,
r.recode.rules and r.recode.file there should be no button for the output
raster. r.reclass.file is OK.
Maciek
|
|
Thu, Aug 3 2006
13:34:25
|
|
Subject changed to r.reclass.rules, r.recode.rules, r.recode.file - there should be no button for output map by msieczka
|
|