[Kicad-developers] Fwd: Re: Feature Request: ViaStiching

2015-03-28 Thread jp charras
Message transféré Sujet : Re: [Kicad-developers] Feature Request: ViaStiching Date : Sat, 28 Mar 2015 21:00:06 +0100 De : jp charras jp.char...@wanadoo.fr Pour : Tomasz Wlostowski tomasz.wlostow...@cern.ch Le 28/03/2015 19:33, Tomasz Wlostowski a écrit : On 28.03.2015 07:55,

Re: [Kicad-developers] IDF models for demo projects?

2015-03-28 Thread Cirilo Bernardo
That seems to be a bug in FreeCAD. My version (0.14-i-don't-know) displays OK and the file works fine in SolidWorks. The VRML is also created direct from the IDF file so if there was a problem we would see it in the VRML output, or more likely I wouldn't be able to generate the VRML output. I use

Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Mário Luzeiro
Hi all, I was checking.. didn't find exactly but, I suppose it could be related with some includes in openGL. For example, @vertex_manager.h #define GLM_FORCE_RADIANS #include gal/opengl/glm/gtc/matrix_transform.hpp ... probably because pcbnew is include things from 3d-viewer (and it includes

Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Mário Luzeiro
I've just updated to the latest NVIDIA driver and the issue is still there. Could it be that you messed something up while improving the 3D viewer stuff? I just work in 3d-viewer folder files. ... Are there any dependencies .h (GAL) from 3d-viewer ? This is used to work.. until something

Re: [Kicad-developers] IDF models for demo projects?

2015-03-28 Thread Cirilo Bernardo
Sorry, my FreeCAD does not read the *emn file correctly either (multiple instances of the ZIF). I was looking at the 'wrl' file in FreeCAD and confused myself. I think FreeCAD would benefit by throwing away the Python IDF importer and implementing one using KiCad's IDF preprocessor. However, the

Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Nick Østergaard
Well Now is the time for those able to replicate, to build a bunch of kicad versions an test. Den 28/03/2015 21.32 skrev Mário Luzeiro mrluze...@ua.pt: I've just updated to the latest NVIDIA driver and the issue is still there. Could it be that you messed something up while improving the

Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Mathias Grimmberger
Hi everybody, Nick Østergaard oe.n...@gmail.com writes: Well Now is the time for those able to replicate, to build a bunch of kicad versions an test. Did that. The behaviour changed with revision 5544, which looks like a big change to the 3D viewer. MGri

Re: [Kicad-developers] Environment variable conundrum.

2015-03-28 Thread José Ignacio
#1 is the sanest option, it would be nice if there was an indication in the editing dialog that there's a global override when you view/edit them. Something like coloring them red and putting a warning message in the bottom of the dialog like Settings marked in red are currently overridden by

Re: [Kicad-developers] [patch] demos/ schematic tidying

2015-03-28 Thread Nick Østergaard
You can still change that I think. See the link below. http://stackoverflow.com/questions/9730755/is-there-a-bazaar-equivalent-to-git-commit-amend 2015-03-28 13:25 GMT+01:00 jp charras jp.char...@wanadoo.fr: Le 22/03/2015 23:21, Chris Pavlina a écrit : Noticed recently that the schematics in

Re: [Kicad-developers] 3d viewer updates

2015-03-28 Thread jp charras
Le 28/03/2015 01:07, Mário Luzeiro a écrit : Hi Jean-Pierre, Here is my updates as you suggested. I make an overall pass with some improvements in the documentation and coding style. Still some missing, let me know if still something really needs attention. Additional, some

Re: [Kicad-developers] IDF models for demo projects?

2015-03-28 Thread Nick Østergaard
Althought, if I fix the assertation issue in freead, I still get that ZIF socket thingie on multiple locations. Is this a bad emn export? 2015-03-28 12:13 GMT+01:00 Nick Østergaard oe.n...@gmail.com: The issue with freecad here, seems to be reported and fixed already. Good.

Re: [Kicad-developers] IDF models for demo projects?

2015-03-28 Thread Nick Østergaard
The issue with freecad here, seems to be reported and fixed already. Good. http://www.freecadweb.org/tracker/view.php?id=1492 2015-03-28 11:03 GMT+01:00 Nick Østergaard oe.n...@gmail.com: Hi Cirilo I would like to see the demomodels include demos for KiCad's 3D modelling capabilities also. I

Re: [Kicad-developers] [patch] demos/ schematic tidying

2015-03-28 Thread jp charras
Le 22/03/2015 23:21, Chris Pavlina a écrit : Noticed recently that the schematics in the demos/ directory are... a little grim. We could use some tidier schematics for demos, it shows off the software better. Here's a patch that cleans up these things: - More consistent alignment of

Re: [Kicad-developers] [patch] demos/ schematic tidying

2015-03-28 Thread Maciej Sumiński
I had the same problem recently. The described method is fine until you push the changes to the public repository. Afterwards uncommiting will break repositories of all people who pulled the recent changes in the meantime. Regards, Orson On 03/28/2015 01:30 PM, Nick Østergaard wrote: You can

[Kicad-developers] [PATCH 2/4] Adjust pin_table.svg for better rendering

2015-03-28 Thread Simon Richter
This moves most coordinates exactly in the middle of a pixel, allowing a good mapping to pixels during rasterization, which gives a sharper image. Thanks to Nick Østergaard. --- bitmaps_png/cpp_26/pin_table.cpp | 35 --- bitmaps_png/sources/pin_table.svg | 189

[Kicad-developers] [PATCH 1/4] Improved icon for pin table

2015-03-28 Thread Simon Richter
Thanks to John Beard --- bitmaps_png/cpp_26/pin_table.cpp | 42 +++ bitmaps_png/sources/pin_table.svg | 258 -- 2 files changed, 128 insertions(+), 172 deletions(-) diff --git a/bitmaps_png/cpp_26/pin_table.cpp b/bitmaps_png/cpp_26/pin_table.cpp index

[Kicad-developers] [PATCH 4/4] Add position column to pin table.

2015-03-28 Thread Simon Richter
--- eeschema/dialogs/dialog_lib_edit_pin_table.cpp | 28 +- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/eeschema/dialogs/dialog_lib_edit_pin_table.cpp b/eeschema/dialogs/dialog_lib_edit_pin_table.cpp index c66594f..d72b447 100644 ---

[Kicad-developers] [PATCH 3/4] Avoid use-after-free in GTK implementation of wxDataViewCtrl

2015-03-28 Thread Simon Richter
The GTK implementation occasionally queries the model even during destruction of the internal representation, so notify the widget before modifying the model. --- eeschema/dialogs/dialog_lib_edit_pin_table.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

Re: [Kicad-developers] IDF models for demo projects?

2015-03-28 Thread Nick Østergaard
I can open the wrl view3dscene, and the wrl and emp in freecad. 2015-03-28 8:07 GMT+01:00 Bob Gustafson bob...@rcn.com: I see 3 files at your link (in a tar.bz2). What viewer(s) would you recommend. Bob G On 03/27/2015 11:43 PM, Cirilo Bernardo wrote: I have created models for the

Re: [Kicad-developers] IDF models for demo projects?

2015-03-28 Thread Nick Østergaard
Hi Cirilo I would like to see the demomodels include demos for KiCad's 3D modelling capabilities also. I think and idf folder would be good, but currently it has been a long time I have added models myself, so I don't really rember if there has been improvements in this regard. But last time I

Re: [Kicad-developers] Feature Request: ViaStiching

2015-03-28 Thread jp charras
Le 27/03/2015 22:39, John Beard a écrit : Hi, The array tool should make rudimentary stitching possible - just create a grid of the via you want to duplicate and remove any that aren't in the area you want. It's a fully manual process, but it seems to interact sensibly with zones at least -

Re: [Kicad-developers] IDF models for demo projects?

2015-03-28 Thread Bob Gustafson
I see 3 files at your link (in a tar.bz2). What viewer(s) would you recommend. Bob G On 03/27/2015 11:43 PM, Cirilo Bernardo wrote: I have created models for the pic_programmer demo project; the IDF files and rendered VRML model are available here:

Re: [Kicad-developers] thoughts on dependency on SISL library

2015-03-28 Thread Marco Ciampa
On Fri, Mar 27, 2015 at 10:28:43PM -0500, inkblotter wrote: Does the AGPL allow me to modify the library and distribute the modified library? IANAL, yes as GPL does, mantaining the same license. AGPL is just a more web-aware copyleft license. -- Marco Ciampa I know a joke about UDP, but