Re: [Kicad-developers] Project file '' not found on first execution of Kicad

2015-01-07 Thread Adam Wolf
Thanks, Wayne! On Wed, Jan 7, 2015 at 12:13 PM, Wayne Stambaugh wrote: > Adam, > > I committed your patch in the product branch r5358. > > Thanks, > > Wayne > > On 1/6/2015 12:45 PM, Adam Wolf wrote: > > Hi everyone, > > > > Attached is a patch that quiets the noname.pro erro

Re: [Kicad-developers] Project file '' not found on first execution of Kicad

2015-01-07 Thread Wayne Stambaugh
Adam, I committed your patch in the product branch r5358. Thanks, Wayne On 1/6/2015 12:45 PM, Adam Wolf wrote: > Hi everyone, > > Attached is a patch that quiets the noname.pro error > in the situation that the last history item isn't loadable, as well as > on first load of

Re: [Kicad-developers] Project file '' not found on first execution of Kicad

2015-01-06 Thread Adam Wolf
Hi everyone, Attached is a patch that quiets the noname.pro error in the situation that the last history item isn't loadable, as well as on first load of kicad on a machine where the history doesn't exist yet. If someone could test on Linux in both of those cases, that'd be awesome. Thanks! Ada

Re: [Kicad-developers] Project file '' not found on first execution of Kicad

2015-01-05 Thread Adam Wolf
The only time I have a strong preference is on first load--when you have no preference files or anything. Then I really, really, don't want to show an error message. I'm fine if we show a message, but I don't want the word "error" or red or exclamation points or 'warning" to pop up. I will take

Re: [Kicad-developers] Project file '' not found on first execution of Kicad

2015-01-05 Thread Wayne Stambaugh
On 1/5/2015 9:43 AM, Adam Wolf wrote: > Thanks for the insight, Wayne. This is exactly what I was hoping to get > out of my too long email. > > I will investigate what happens now in that case. > > In the case of "kicad was opened without a path/to/project.pro > and doesn't

Re: [Kicad-developers] Project file '' not found on first execution of Kicad

2015-01-05 Thread Adam Wolf
Thanks for the insight, Wayne. This is exactly what I was hoping to get out of my too long email. I will investigate what happens now in that case. In the case of "kicad was opened without a path/to/project.pro and doesn't have a valid history entry we can open", what do you think should happen?

Re: [Kicad-developers] Project file '' not found on first execution of Kicad

2015-01-05 Thread Wayne Stambaugh
On 1/4/2015 8:42 PM, Adam Wolf wrote: > Hi folks, > > Right now, when a user installs KiCad successfully on an OS X system, > and they start Kicad, the first thing they see is an error box. > > It states > > 'Error > > Project file '' not found' > > I do not think new users should get an error

[Kicad-developers] Project file '' not found on first execution of Kicad

2015-01-04 Thread Adam Wolf
Hi folks, Right now, when a user installs KiCad successfully on an OS X system, and they start Kicad, the first thing they see is an error box. It states 'Error Project file '' not found' I do not think new users should get an error immediately upon opening Kicad. I tried to fix this today, b