Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Martin Landa
Hi, 2015-02-06 17:32 GMT+01:00 Moritz Lennert : > When I look at the example splashscreen code at [1], I see that the splash > screen is defined as a separate class that is called from the wxApp's OnInit > function and then calls the main GUI from its OnExit function. Using the > example code here

Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Moritz Lennert
On 07/02/15 09:44, Martin Landa wrote: Hi, 2015-02-06 17:32 GMT+01:00 Moritz Lennert : When I look at the example splashscreen code at [1], I see that the splash screen is defined as a separate class that is called from the wxApp's OnInit function and then calls the main GUI from its OnExit fun

Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Martin Landa
Hi, 2015-02-06 19:56 GMT+01:00 Anna Petrášová : > Although this example will work fine, it overlooks the main reason > programmers add a splash screen; to give the user feedback while a program > is loading. this is right. > It first displays splash screen for 1 second and then start to load the

Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Moritz Lennert
On 07/02/15 10:12, Martin Landa wrote: Hi, 2015-02-06 19:56 GMT+01:00 Anna Petrášová : Although this example will work fine, it overlooks the main reason programmers add a splash screen; to give the user feedback while a program is loading. this is right. It first displays splash screen for

Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Anna Petrášová
On Sat, Feb 7, 2015 at 6:06 AM, Moritz Lennert wrote: > On 07/02/15 10:12, Martin Landa wrote: > >> Hi, >> >> 2015-02-06 19:56 GMT+01:00 Anna Petrášová : >> >>> Although this example will work fine, it overlooks the main reason >>> programmers add a splash screen; to give the user feedback while

Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Anna Petrášová
On Sat, Feb 7, 2015 at 4:01 AM, Moritz Lennert wrote: > On 07/02/15 09:44, Martin Landa wrote: > >> Hi, >> >> 2015-02-06 17:32 GMT+01:00 Moritz Lennert : >> >>> When I look at the example splashscreen code at [1], I see that the >>> splash >>> screen is defined as a separate class that is called

Re: [GRASS-dev] Planning GRASS GIS 7.0.0RC2

2015-02-07 Thread Markus Neteler
Hi devs, I would like to get RC2 out. Even if the updated splash screen is perhaps not yet superoptimal in startup timing or whatever some (rare?) issues are, please let's go ahead. We accumulated important vector fixes which need to get out. Can (a wx skilled person/Martin?) please backport the

Re: [GRASS-dev] Planning GRASS GIS 7.0.0RC2

2015-02-07 Thread Yann Chemin
+1 On 7 February 2015 at 21:52, Markus Neteler wrote: > Hi devs, > > I would like to get RC2 out. Even if the updated splash screen is > perhaps not yet superoptimal in startup timing or whatever some > (rare?) issues are, please let's go ahead. > We accumulated important vector fixes which need

Re: [GRASS-dev] Planning GRASS GIS 7.0.0RC2

2015-02-07 Thread Michael Barton
+1 C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Head, Graduate Faculty in Complex Adaptive Systems Science Arizona State University voice: 480-965-6262 (SHESC), 480-965-8130/727-9746 (

Re: [GRASS-dev] Planning GRASS GIS 7.0.0RC2

2015-02-07 Thread Martin Landa
Hi, 2015-02-06 17:09 GMT+01:00 Vincent Bain : > Attached is a clean version (light shades of grey were missing > underneath white lettering -> better readability with it) > Eventhough it's a very small file, may the lighter png file help reduce > this time of emptiness ? thanks, committed to tru

Re: [GRASS-dev] Planning GRASS GIS 7.0.0RC2

2015-02-07 Thread Martin Landa
Hi, 2015-02-07 17:22 GMT+01:00 Markus Neteler : > Can (a wx skilled person/Martin?) please backport the updated welcome > screen + splash screen? That's the missing issue in done in r64495. I would wait for tomorrow's winGRASS build to test changes also on Windows. It would be nice to get RC2 out

Re: [GRASS-dev] Planning GRASS GIS 7.0.0RC2

2015-02-07 Thread Markus Neteler
On Sat, Feb 7, 2015 at 7:52 PM, Martin Landa wrote: > Hi, > > 2015-02-07 17:22 GMT+01:00 Markus Neteler : >> Can (a wx skilled person/Martin?) please backport the updated welcome >> screen + splash screen? That's the missing issue in > > done in r64495. I would wait for tomorrow's winGRASS build t

Re: [GRASS-dev] Planning GRASS GIS 7.0.0RC2

2015-02-07 Thread Martin Landa
2015-02-07 20:17 GMT+01:00 Markus Neteler : > Tomorrow (Sunday) is fine for RC2, better than Monday for me. > So in approx 24 hours from now if nothing bad pops up. one big +1 for RC2 tomorrow (after testing startup screen with fresh winGRASS build). Martin -- Martin Landa http://geo.fsv.cvut.c

Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Martin Landa
2015-02-07 14:16 GMT+01:00 Anna Petrášová : > not really, it is related to addons loading. I don't understand the > UnicodeDecodeError, do you by any chance use some where non ascii characters > in addon path? right, could you try to launch your addons from terminal? I can reproduce this error, e

Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Martin Landa
2015-02-07 20:24 GMT+01:00 Martin Landa : > right, could you try to launch your addons from terminal? I can > reproduce this error, eg. > > i.edge > i.edge: error while loading shared libraries: > libgrass_gis.7.0.0svn.so: cannot open shared object file: No such file > or directory > > I don't know

Re: [GRASS-dev] splash screen image comes up too late [Re: Planning GRASS GIS 7.0.0RC2]

2015-02-07 Thread Anna Petrášová
On Sat, Feb 7, 2015 at 2:28 PM, Martin Landa wrote: > 2015-02-07 20:24 GMT+01:00 Martin Landa : > > right, could you try to launch your addons from terminal? I can > > reproduce this error, eg. > > > > i.edge > > i.edge: error while loading shared libraries: > > libgrass_gis.7.0.0svn.so: cannot o

[GRASS-dev] [GRASS GIS] #2580: Treat GNU/Hurd & GNU/kFreeBSD as Linux in SC_CONFIG_CFLAGS

2015-02-07 Thread GRASS GIS
#2580: Treat GNU/Hurd & GNU/kFreeBSD as Linux in SC_CONFIG_CFLAGS ---+ Reporter: sebastic | Owner: grass-dev@… Type: defect | Status: new Priority: normal |

Re: [GRASS-dev] [GRASS GIS] #2580: Treat GNU/Hurd & GNU/kFreeBSD as Linux in SC_CONFIG_CFLAGS

2015-02-07 Thread GRASS GIS
#2580: Treat GNU/Hurd & GNU/kFreeBSD as Linux in SC_CONFIG_CFLAGS --+- Reporter: sebastic | Owner: grass-dev@… Type: defect | Status: closed Priority: normal

Re: [GRASS-dev] [GRASS GIS] #2580: Treat GNU/Hurd & GNU/kFreeBSD as Linux in SC_CONFIG_CFLAGS

2015-02-07 Thread GRASS GIS
#2580: Treat GNU/Hurd & GNU/kFreeBSD as Linux in SC_CONFIG_CFLAGS --+- Reporter: sebastic | Owner: grass-dev@… Type: defect | Status: closed Priority: normal

Re: [GRASS-dev] [GRASS GIS] #2574: r.surf.icw - not working with the last version of grass7

2015-02-07 Thread GRASS GIS
#2574: r.surf.icw - not working with the last version of grass7 -+-- Reporter: bhlevca | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #2574: v.surf.icw - not working with the last version of grass7 (was: r.surf.icw - not working with the last version of grass7)

2015-02-07 Thread GRASS GIS
#2574: v.surf.icw - not working with the last version of grass7 -+-- Reporter: bhlevca | Owner: grass-dev@… Type: defect | Status: new Priority: normal