Re: [Kicad-developers] SIGFPE in pad properties using GAL module editor

2014-07-28 Thread Maciej Sumiński
Thank you Andrew, I have merged the branch you had proposed. I will investigate the vanishing pads issue soon. Regards, Orson On 07/27/2014 08:54 PM, Andrew Zonenberg wrote: The attached patch fixes the crash but it appears that the vanishing pads is a separate, unrelated bug. Want me to

Re: [Kicad-developers] SIGFPE in pad properties using GAL module editor

2014-07-28 Thread Maciej Sumiński
Should be fine with revision 5031. Please let me know if everything is fine. Regards, Orson On 07/28/2014 01:06 PM, Maciej Sumiński wrote: Thank you Andrew, I have merged the branch you had proposed. I will investigate the vanishing pads issue soon. Regards, Orson On 07/27/2014 08:54 PM,

Re: [Kicad-developers] SIGFPE in pad properties using GAL module editor

2014-07-28 Thread Nick Østergaard
I can confirm that the preview works as expected now. 2014-07-28 14:05 GMT+02:00 Maciej Sumiński maciej.sumin...@cern.ch: Should be fine with revision 5031. Please let me know if everything is fine. Regards, Orson On 07/28/2014 01:06 PM, Maciej Sumiński wrote: Thank you Andrew, I have

Re: [Kicad-developers] PATCH: opening *.pro in current directory gives error message

2014-07-28 Thread Dick Hollenbeck
Thanks Henner: I'll look at this now. The surprise is the inconsistency of the file dialog, which normally returns a full path, but here not. An assert would have caught that assumption, my mistake. In the multiple open projects scenario, changing the directory (CWD) will go away. So I

Re: [Kicad-developers] PATCH: opening *.pro in current directory gives error message

2014-07-28 Thread jp charras
Le 28/07/2014 15:20, Dick Hollenbeck a écrit : Thanks Henner: I'll look at this now. The surprise is the inconsistency of the file dialog, which normally returns a full path, but here not. An assert would have caught that assumption, my mistake. In the multiple open projects

Re: [Kicad-developers] PATCH: opening *.pro in current directory gives error message

2014-07-28 Thread Dick Hollenbeck
On 07/28/2014 08:58 AM, jp charras wrote: Le 28/07/2014 15:20, Dick Hollenbeck a écrit : Thanks Henner: I'll look at this now. The surprise is the inconsistency of the file dialog, which normally returns a full path, but here not. An assert would have caught that assumption, my

Re: [Kicad-developers] PATCH: opening *.pro in current directory gives error message

2014-07-28 Thread Henner Zeller
On 28 July 2014 07:16, Dick Hollenbeck d...@softplc.com wrote: On 07/28/2014 08:58 AM, jp charras wrote: Le 28/07/2014 15:20, Dick Hollenbeck a écrit : Thanks Henner: I'll look at this now. The surprise is the inconsistency of the file dialog, which normally returns a full path, but

Re: [Kicad-developers] PATCH: opening *.pro in current directory gives error message

2014-07-28 Thread Dick Hollenbeck
It happened to me when I open kicad on the commandline with a *.pro file in the same directory (essentially what jp said) I missed that since I haven't used kicad.exe that way. The next step on this topic is to remove all the wxSetWorkingDirectory() calls and make the software work

[Kicad-developers] pcbnew OS X annoyance - drop down menus do not work with mouse only with keyboard

2014-07-28 Thread Jean-Paul Louis
I was routing a small board for a project, and I wanted to use different traces widths. So I defined several widths and they showed up in the drop down menu. But to select a new trace width, the mouse is useless. clicking on one item close the drop down, but does not select the item. the only

Re: [Kicad-developers] pcbnew OS X annoyance - drop down menus do not work with mouse only with keyboard

2014-07-28 Thread Bernhard Stegmaier
Hi, the same behavior is IMHO there in many (at least some) other places using combo boxes not only with pcbnew. I have used only eeschema lately… but there I found it very annoying in the library editor pin properties dialog (that’s one place I remember for 100%). Everything in there with a

Re: [Kicad-developers] pcbnew OS X annoyance - drop down menus do not work with mouse only with keyboard

2014-07-28 Thread jp charras
Le 28/07/2014 19:32, Bernhard Stegmaier a écrit : Hi, the same behavior is IMHO there in many (at least some) other places using combo boxes not only with pcbnew. I have used only eeschema lately… but there I found it very annoying in the library editor pin properties dialog (that’s one