Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Mário Luzeiro
Hello all, I tested and it was related with #define GLM_FORCE_RADIANS I submit a patch to JP already that forces the includes in 3d-viewer to use radians as well.. but it should be addressed in the future some other way.. to not have this conflicts in the header includes.. Regards, Mario Luzei

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 exte

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 ... probably because pcbnew is include things from 3d-viewer (and it includes things from opengl).. I can try review it

Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Mathias Grimmberger
Hi everybody, Nick Østergaard 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] 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 m

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 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" : > 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

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 happe

Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Mathias Grimmberger
Hi everybody, Mário Luzeiro writes: > Hi, > > This is happening with my current build on Linux. > > I am building with my branch, but it should be ~1week updated with main trunk [...] I'm seeing something very similar to what Mario has shown, that is round line endings missing and some pads rot

[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 Pour : Tomasz Wlostowski Le 28/03/2015 19:33, Tomasz Wlostowski a écrit : > On 28.03.2015 07:55, jp charras wrote: >> Le 27/03/2015 22:39, Joh

Re: [Kicad-developers] Feature Request: ViaStiching

2015-03-28 Thread Tomasz Wlostowski
On 28.03.2015 07:55, jp charras wrote: > Le 27/03/2015 22:39, John Beard a écrit : > > John, > Currently, vias not connected to a pads (by tracks) are considered as > not connected (i.e. have the net 0) as soon as the board connections are > recalculated > > This is true also for tracks connected

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 st

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

2015-03-28 Thread jp charras
Le 28/03/2015 16:12, Simon Richter a écrit : > --- > eeschema/dialogs/dialog_lib_edit_pin_table.cpp | 28 > +- > 1 file changed, 23 insertions(+), 5 deletions(-) > 4 patches committed. Thanks. -- Jean-Pierre CHARRAS ___ Mai

[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 a/eeschema/dialogs/

[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 a7

[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 --- a/eeschema/dialogs/di

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 : > The issue with freecad here, seems to be reported and fixed already. Good. > > http://www.freecadweb.org/tracker/

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 : > Le 22/03/2015 23:21, Chris Pavlina a écrit : >> Noticed recently that the schematics in the demos/ directory

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] 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 impr

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 : > Hi Cirilo > > I would like to see the demomodels include demos for KiCad's 3D > modelling capabilities also. I think and idf

Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Vesa Solonen
28/03/15, 11:48, Nick Østergaard kirjoitti: > I can not see this issue on my system, and never seen it before. That looks like a graphics driver bug. All the round end joints are missing... I remember seeing that on open source Radeonn driver long long time ago. Testing with different driver versi

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

2015-03-28 Thread Nick Østergaard
I forgot to note that I use freecad 0.14.3702-5 from the archlinux community repo. 2015-03-28 11:03 GMT+01:00 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 ha

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 had

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 : > 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_programm

Re: [Kicad-developers] openGL mode is dizzy

2015-03-28 Thread Nick Østergaard
I can not see this issue on my system, and never seen it before. Could it be that you messed something up while improving the 3D viewer stuff? Application: kicad Version: (2015-03-27 BZR 5543)-kicad Release build wxWidgets: Version 3.0.2 (debug,wchar_t,compiler with C++ ABI 1002,GCC 4.9.2,wx conta

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 y

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: https://drive.google.com/file/d/0By_XTJN-s8