[Kicad-developers] PATCH: fix kicad2step non-ASCII filename problem in MinGW

2017-03-04 Thread Cirilo Bernardo
This patch fixes the non-ASCII filename problem in Windows+MinGW. When this patch is applied, and OCE is built under MinGW with the patch I previously supplied, all 3D model viewing and STEP export appear to work mostly as expected. There is one remaining issue to resolve which is correctly

[Kicad-developers] PATCH: [OCE] hack to support UTF8 filenames on MinGW

2017-03-04 Thread Cirilo Bernardo
This patch is not really part of kicad, but it hacks OCE0.17.3 to provide UTF8 filename support under MinGW. I say it's a hack because it breaks all builds except under MinGW so it should not be applied except to the MinGW build. I used the latest in the 0.17 series of OCE and did not test

Re: [Kicad-developers] Standalone mode.

2017-03-04 Thread Cirilo Bernardo
On Sun, Mar 5, 2017 at 10:29 AM, Wayne Stambaugh wrote: > On 2/27/2017 11:28 AM, Chris Pavlina wrote: >> Hi, >> >> There are a few problems with "standalone mode" that I see. One of the >> biggest is demonstrated [1] - kiway services aren't available. In my >> opinion this

Re: [Kicad-developers] Standalone mode.

2017-03-04 Thread Wayne Stambaugh
On 2/27/2017 11:28 AM, Chris Pavlina wrote: > Hi, > > There are a few problems with "standalone mode" that I see. One of the > biggest is demonstrated [1] - kiway services aren't available. In my > opinion this really is detrimental to the function of the software - > e.g. eeschema shouldn't be

Re: [Kicad-developers] [PATCH/RFC] Pcbnew initial startup user experience

2017-03-04 Thread Chris Pavlina
Only read through this quickly as I'm pretty busy, but it looks good to me. There's another issue I've had in mind with the pcbnew OOBE: now that I'm adding footprint preview to eeschema, the pcbnew init routines happen on the first run of the eeschema component selector... I was thinking about

[Kicad-developers] [PATCH/RFC] Pcbnew initial startup user experience

2017-03-04 Thread John Beard
Hi, Here is a (proposed) patchset to modify the "user experience" (to use a buzzword) of Pcbnew and cvPcb when the user loads it for the first time with no fp-library-table. The current behaviour is quite unfriendly, as it doesn't get the user to consent to an action when initialising the

Re: [Kicad-developers] GerbView GAL: Ready for alpha testing; need more sample Gerber files

2017-03-04 Thread Jon Evans
A few more notes: - Grid settings hasn't been added in the GUI yet; I'll be taking that from pcbnew so user can pick dot/line/small - Negative items don't work in Cairo canvas yet. On Sat, Mar 4, 2017 at 4:28 PM, Jon Evans wrote: > Dcode should be better now than it was an

Re: [Kicad-developers] GerbView GAL: Ready for alpha testing; need more sample Gerber files

2017-03-04 Thread Jon Evans
Dcode should be better now than it was an hour ago, depending on when you pulled. I'm working on DCode performance at the moment. -Jon On Sat, Mar 4, 2017 at 4:23 PM, Nick Østergaard wrote: > Nice. > > The D-codes do indeed look funky. > > I note that the grid is drawn with

Re: [Kicad-developers] GerbView GAL: Ready for alpha testing; need more sample Gerber files

2017-03-04 Thread Nick Østergaard
Nice. The D-codes do indeed look funky. I note that the grid is drawn with lines, not with dots and it is in legacy. (In pcbnew we can choose either) Your branch seems to be much slower than 4.0.5, when zooming i and out and having the dcodes enabled. 2017-03-04 20:35 GMT+01:00 Jon Evans

[Kicad-developers] GerbView GAL: Ready for alpha testing; need more sample Gerber files

2017-03-04 Thread Jon Evans
Hi all, My implementation of GAL into GerbView is far enough along that I would like people who use GerbView a lot (and have some time) to try building it and running it. http://i.imgur.com/W6afbRu.jpg You can get the code here: https://github.com/craftyjon/kicad.git branch: gerbview_gal The

[Kicad-developers] Update on component chooser

2017-03-04 Thread Chris Pavlina
Hi, Just thought I'd provide a quick update on what's going on with the component chooser. Things have been pretty delayed - I've had more issues than expected, and I'm trying to work around my school schedule too - but I'm still moving along (and I have almost a full week off now, most of which

Re: [Kicad-developers] OpenGL flicker (2017-03-03 revision 68bcdec)

2017-03-04 Thread Kevin Cozens
On 2017-03-04 02:55 AM, Maciej Suminski wrote: I am sorry for the issue, but I have not noticed anything wrong on the hardware I have available by hand. Thank you for pinpointing the offending commit. For now, I have just reverted the commit, as anyway it was not a full solution to the problem

[Kicad-developers] [PATCH] Fix building benchmark test

2017-03-04 Thread Simon Richter
Passing a wxString to std::ifstream::ifstream() is ambiguous, at least on MSVC. --- tools/io_benchmark/io_benchmark.cpp | 49 ++-- tools/io_benchmark/stdstream_line_reader.cpp | 8 ++--- tools/io_benchmark/stdstream_line_reader.h | 4 ++- 3 files changed, 32

Re: [Kicad-developers] [PATCH] Fix crash when switching from dragging to routine (PNS router)

2017-03-04 Thread Julius Schmidt
What's the status on this? FWIW, to amend my previous e-mail, I've tested the patch now and it works fine. On Tue, 28 Feb 2017, Julius Schmidt wrote: Ok, that's closer to what an earlier patch of mine did. I was wondering about the right place to put it. Amended version (admittedly