[GRASS-dev] t.connect and t.rast.what not in GUI

Hi,

It seems that t.connect and t.rast.what have not been added to the GUI (both in G73 and G72)!

Please find attached a patch where I tried to add them. Hope that is the proper way.

I placed t.connect under temporal, but it might be better suited under Database, don’t now…

Cheers

Stefan

(attachments)

add_t_modules_to_gui.diff (898 Bytes)

On Wed, Sep 28, 2016 at 8:48 AM, Blumentrath, Stefan
<Stefan.Blumentrath@nina.no> wrote:

Hi,

It seems that t.connect and t.rast.what have not been added to the GUI (both
in G73 and G72)!

Please find attached a patch where I tried to add them. Hope that is the
proper way.

I placed t.connect under temporal, but it might be better suited under
Database, don’t now...

I added it there and backported to 7.2. Thank you!

Anna

Cheers

Stefan

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Thanks Anna,

I just checked the new modules for 7.2.0 listed here:
https://trac.osgeo.org/grass/wiki/Release/7.2.0-News

And found that actually none of them seem to have made it into the GUI...
v.krige on the other hand is still in the GUI though it has been removed from the code...

I can try to create a new patch for that if you like...

Cheers
Stefan

-----Original Message-----
From: Anna Petrášová [mailto:kratochanna@gmail.com]
Sent: 29. september 2016 15:20
To: Blumentrath, Stefan <Stefan.Blumentrath@nina.no>
Cc: GRASS developers list (grass-dev@lists.osgeo.org) <grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] t.connect and t.rast.what not in GUI

On Wed, Sep 28, 2016 at 8:48 AM, Blumentrath, Stefan <Stefan.Blumentrath@nina.no> wrote:

Hi,

It seems that t.connect and t.rast.what have not been added to the GUI
(both in G73 and G72)!

Please find attached a patch where I tried to add them. Hope that is
the proper way.

I placed t.connect under temporal, but it might be better suited under
Database, don’t now...

I added it there and backported to 7.2. Thank you!

Anna

Cheers

Stefan

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

On Thu, Sep 29, 2016 at 5:47 PM, Blumentrath, Stefan
<Stefan.Blumentrath@nina.no> wrote:

Thanks Anna,

I just checked the new modules for 7.2.0 listed here:
https://trac.osgeo.org/grass/wiki/Release/7.2.0-News

And found that actually none of them seem to have made it into the GUI...
v.krige on the other hand is still in the GUI though it has been removed from the code...

I can try to create a new patch for that if you like...

That would be great. I would omit g.gui.datacatalog, d.frame,
d.legend.vect and maybe some others, I don't think we have to have all
modules accessible from menu.

Thank you

Cheers
Stefan

-----Original Message-----
From: Anna Petrášová [mailto:kratochanna@gmail.com]
Sent: 29. september 2016 15:20
To: Blumentrath, Stefan <Stefan.Blumentrath@nina.no>
Cc: GRASS developers list (grass-dev@lists.osgeo.org) <grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] t.connect and t.rast.what not in GUI

On Wed, Sep 28, 2016 at 8:48 AM, Blumentrath, Stefan <Stefan.Blumentrath@nina.no> wrote:

Hi,

It seems that t.connect and t.rast.what have not been added to the GUI
(both in G73 and G72)!

Please find attached a patch where I tried to add them. Hope that is
the proper way.

I placed t.connect under temporal, but it might be better suited under
Database, don’t now...

I added it there and backported to 7.2. Thank you!

Anna

Cheers

Stefan

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Sorry for the delay!

Please find attached a patch against trunk which adds GUI entries for
r3.in.lidar
r3.flow
r3.gradient
t.rast3d.algebra
t.rast.algebra
t.rast.contour
t.rast.to.vect
t.vect.algebra
v.decimate
v.out.lidar

and removes
v.krige from menu.

This list of new modules in trunk is fetched from: https://trac.osgeo.org/grass/wiki/Release/7.2.0-News

Cheers
Stefan

-----Original Message-----
From: Anna Petrášová [mailto:kratochanna@gmail.com]
Sent: 30. september 2016 00:12
To: Blumentrath, Stefan <Stefan.Blumentrath@nina.no>
Cc: GRASS developers list (grass-dev@lists.osgeo.org) <grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] t.connect and t.rast.what not in GUI

On Thu, Sep 29, 2016 at 5:47 PM, Blumentrath, Stefan <Stefan.Blumentrath@nina.no> wrote:

Thanks Anna,

I just checked the new modules for 7.2.0 listed here:
https://trac.osgeo.org/grass/wiki/Release/7.2.0-News

And found that actually none of them seem to have made it into the GUI...
v.krige on the other hand is still in the GUI though it has been removed from the code...

I can try to create a new patch for that if you like...

That would be great. I would omit g.gui.datacatalog, d.frame, d.legend.vect and maybe some others, I don't think we have to have all modules accessible from menu.

Thank you

Cheers
Stefan

-----Original Message-----
From: Anna Petrášová [mailto:kratochanna@gmail.com]
Sent: 29. september 2016 15:20
To: Blumentrath, Stefan <Stefan.Blumentrath@nina.no>
Cc: GRASS developers list (grass-dev@lists.osgeo.org)
<grass-dev@lists.osgeo.org>
Subject: Re: [GRASS-dev] t.connect and t.rast.what not in GUI

On Wed, Sep 28, 2016 at 8:48 AM, Blumentrath, Stefan <Stefan.Blumentrath@nina.no> wrote:

Hi,

It seems that t.connect and t.rast.what have not been added to the
GUI (both in G73 and G72)!

Please find attached a patch where I tried to add them. Hope that is
the proper way.

I placed t.connect under temporal, but it might be better suited
under Database, don’t now...

I added it there and backported to 7.2. Thank you!

Anna

Cheers

Stefan

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

(attachments)

modules_gui.diff (3.21 KB)

On Wed, Oct 26, 2016 at 7:54 AM, Blumentrath, Stefan
<Stefan.Blumentrath@nina.no> wrote:

Sorry for the delay!

Please find attached a patch against trunk which adds GUI entries for
r3.in.lidar
r3.flow
r3.gradient
t.rast3d.algebra
t.rast.algebra
t.rast.contour
t.rast.to.vect
t.vect.algebra
v.decimate
v.out.lidar

and removes
v.krige from menu.

This list of new modules in trunk is fetched from: https://trac.osgeo.org/grass/wiki/Release/7.2.0-News

Very nice. Added in r69734.

Perhaps we are now ready for RC1 :slight_smile:

Markus