Re: [Kicad-developers] cmakeified wxFormBuilder fork

2017-08-21 Thread jp charras
Le 15/09/2015 à 21:07, Mark Roszko a écrit : > https://github.com/marekr/wxFormBuilder > > Is there any interest in a cmakeified version/fork of wxFormBuilder? > Because I know accessability of the wxfb is a problem given the > abomination its "original" build system is. > > Its actually super su

Re: [Kicad-developers] cmakeified wxFormBuilder fork

2017-08-21 Thread jp charras
Le 21/08/2017 à 22:19, Greg Smith a écrit : > I'll have to try this version out. The latest stable version of wxFormBuilder > and KiCad nightly do not mix extremely well. I have to avoid font changes > color changes, and make minor edits in wxFB python code (Frame: > SetSizeHints-> SetSizeHintsS

Re: [Kicad-developers] Additional Patch for via properties dialog (2)

2017-08-21 Thread jp charras
eir process nicely, they are probably not a good > reference for what can be done. > > On 21/08/17 05:44, jp charras wrote: >> Before working on blind and buried vias dialog, please have a look at: >> https://www.eurocircuits.com/blog/Blind-and-buried-vias > Currently t

Re: [Kicad-developers] Additional Patch for via properties dialog (2)

2017-08-22 Thread jp charras
DRC test after editing, and this is *really annoying*. > > > Am 2017-08-22 09:57, schrieb hauptmech: >> On 22/08/17 18:25, jp charras wrote: >>> Le 22/08/2017 à 05:55, hauptmech a écrit : >>>> Manufacturing techniques vary between manufacturers and continu

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-22 Thread jp charras
Le 22/08/2017 à 14:42, Greg Smith a écrit : > > How do I call PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python? I can't > find where it exists in > the python hierarchy. > https://bugs.launchpad.net/kicad/+bug/1712233 > > I believe it's the solution to fixing a bug that prevents LayerViewSet

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-22 Thread jp charras
Le 22/08/2017 à 19:33, Greg Smith a écrit : > Continuing to review, it appears I am wrong. PCB_EDIT_FRAME:sLV does in fact > synchronize the > checkboxes, but also calls PCB_DRAW_PANEL_GAL::SLV to do the background > synchronization of the layers. > > Thank you jp, and I apologize for not resear

Re: [Kicad-developers] [RFC] Update Fields in eeschema

2017-08-26 Thread jp charras
Le 25/08/2017 à 15:37, Maciej Sumiński a écrit : > The attached patches add to eeschema possibility of updating fields for > components already placed on schematics sheet using library values. > > It is useful for users maintaining additional fields in libraries to > store information that may cha

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-26 Thread jp charras
Le 23/08/2017 à 16:27, Greg Smith a écrit : > Better formatting: > > How do you get PCB_EDIT_FRAME functions exposed to python? > > I've been looking around the source code to > see how to expose them. Specifically,  > PCB_EDIT_FRAME::syncLayerVisibilities, and other PCB_EDIT_FRAME functions. >

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-27 Thread jp charras
SHA-1 key. For this commit (therefore this build), the full key is db3491f3821667ee74f5ef5a8127e20086d1e010 It is frequent, to avoid tedious info messages, to restrict the full key to its first digits. > > > I'll wait for the Aug 27 nightly build and test it out with my python scripts. > > > I

Re: [Kicad-developers] [PATCH] PcbNew Eagle Plugin: Remove layer restriction on some graphic items, fix undrawn items and place values on fabrication layers.

2017-08-28 Thread jp charras
Le 27/08/2017 à 10:39, Russell Oliver a écrit : > Hi All,  > > Attached is a patch that does some minor code changes in the PcbNew Eagle > plugin which solves a few > issues I encountered while testing the eagle schematic plugin and project > import feature.  > > The first was that some footpri

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-28 Thread jp charras
redrawn. I suspect > the issue requires a call to SwapBuffers, but it is a common issue with 4.0.6 > stable. > > > > On Sunday, August 27, 2017 1:32 AM, jp charras wrote: > Hi Greg, I tested your script, but if does not work for me. - first issue: It uses &

Re: [Kicad-developers] Calling PCB_DRAW_PANEL_GAL::SyncLayersVisibility from python?

2017-08-28 Thread jp charras
Le 28/08/2017 à 14:36, Greg Smith a écrit : > Thank you!! > > I have updated LayerViewSet with fixes for those three problems. > https://github.com/HiGregSmith/LayerViewSet > Thank you. Works better now! -- Jean-Pierre CHARRAS ___ Mailing list: ht

Re: [Kicad-developers] [PATCH] PcbNew Eagle Plugin: Remove layer restriction on some graphic items, fix undrawn items and place values on fabrication layers.

2017-08-28 Thread jp charras
Le 28/08/2017 à 14:30, Wayne Stambaugh a écrit : > On 8/27/2017 4:39 AM, Russell Oliver wrote: >> Hi All,  >> >> Attached is a patch that does some minor code changes in the PcbNew >> Eagle plugin which solves a few issues I encountered while testing the >> eagle schematic plugin and project import

[Kicad-developers] New feature: support for Gerber job file.

2017-08-30 Thread jp charras
Hi all, I just committed a basic support for Gerber job file. The purpose of a Gerber job file is to handle info needed for board manufacturing. Because (unfortunately) Pcbnew has not actual support of the board layers stack, info about layer stack, dielectric and copper thickness, silkscreen

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-30 Thread jp charras
Silkscreen and soldermask colors are somehow stored for 3Dviewer, maybe they > are not stored in a > usable way. Not usable, because it does not live in the .kicad_pcb file but in your user preferences. > > Cheers > > Marcos> > On Wed, Aug 30, 2017 at 8:16 AM, jp charras

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-30 Thread jp charras
File ); > > Best, > Jon > Thanks. I committed a fix (use TO_UTF8() instead of c_str() ). It should work on all platforms. > On Wed, Aug 30, 2017 at 11:26 AM, jp charras <mailto:jp.char...@wanadoo.fr>> > wrote: > > Le 30/08/2017 à 13:40, Marcos Chaparro a écri

Re: [Kicad-developers] application for svg to png

2017-08-30 Thread jp charras
Le 30/08/2017 à 19:48, Simon Wells a écrit : > currently cmake is setup to use inkscape and only inkscape for doing > the svg to png conversion, on osx at least this is broken (only > visibly broken when you enable MAINTAIN_PNGS), its also really slow > loading inkscape on osx, > > I was doing som

Re: [Kicad-developers] application for svg to png

2017-08-30 Thread jp charras
Le 30/08/2017 à 20:54, Simon Wells a écrit : > my goal is more to move to using the wxBITMAP_PNG macro which would > use real files on osx and some weird resource hybrid on windows and > xpms on the other platforms that don't have a decent option. hence i > need to convert all the files into png >

Re: [Kicad-developers] application for svg to png

2017-08-31 Thread jp charras
so the option of commiting the png files in place of the >> icon cpp files that are currently committed and then on linux its just >> a case of creating the cpp files from the png which shouldn't take too >> long as its effectively just catting files. this would avoid the iss

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-08-31 Thread jp charras
Le 31/08/2017 à 21:26, Diego Herranz a écrit : > Hi JP, > > Is this something new in GerberX2? I had never seen Gerber jobfiles before... > > I've given it a try (export and then load on GerbView) and seems to work OK, > it loads every layer by > just loading the jobfile. > Any other gerber view

Re: [Kicad-developers] New feature: support for Gerber job file.

2017-09-01 Thread jp charras
nd me know some constrains about RF, but we are not RF specialists. Thanks. > > Am 1. September 2017 08:48:30 MESZ schrieb jp charras : > > Le 31/08/2017 à 21:26, Diego Herranz a écrit : > > Hi JP, > > Is this something new in GerberX2? I h

Re: [Kicad-developers] Someone broke the macOS build...

2017-09-01 Thread jp charras
Le 01/09/2017 à 10:07, metacollin a écrit : > ...because they forgot to put parentheses after a function call. No one > noticed I think because > its tucked away in a #if defined (__WXMAC__) block. Anyway, a patch that > fixes the issue is > attached. I just committed you patch in rev a4901441

Re: [Kicad-developers] [PATCH] Fix absence of PCB_TARGET class in python interface.

2014-10-13 Thread jp charras
Le 13/10/2014 14:01, LordBlick a écrit : > In response to a message written on 13.10.2014 13:16, from jp charras: >> No problem. >> Just lack of time (I was away last week) >> Committed. >> Thanks. > > BTW. In the name of code clarification, is that „GetClas

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-16 Thread jp charras
Le 15/10/2014 18:23, Jon Neal a écrit : > Hi, > > I had a board manufactured about a month ago and when I got it back there > was a strange issue with the silkscreen. (see attached image) All of the > circles in the silkscreen layers are absolutely giant and all centered on a > point offset from t

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-17 Thread jp charras
Le 17/10/2014 03:09, Mitch Davis a écrit : > Hi JP, > > (I'm Mr. Hackvana) > > > I have spoken with the factory, and they have CAM350 and Genesis2000. > > If a package doesn't complain, it doesn't necessarily mean it's a > valid file, it means that the viewer is sufficiently tolerant of that >

Re: [Kicad-developers] [PATCH] Page settings dialog detects page format wrong

2014-10-17 Thread jp charras
Le 16/10/2014 21:14, Константин Барановский a écrit : > Dialog "Page settings" detects page format wrong (it visible by > preview). Formats A, B, C, D, E, Custom (User) are detected right but > A0-A4, US* wrong. Committed. Thanks. -- Jean-Pierre CHARRAS

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-17 Thread jp charras
Le 17/10/2014 14:22, Mark Roszko a écrit : > Alright, I've played around. It appears there is many CAM/gerber > software that cannot handle G75 arcs that are full 360 degrees. I > tested this with the board from Jon and the 1 pin test board from > Nick. If I generate 359 degree arcs, the 3d viewer

Re: [Kicad-developers] [PATCH] scripts/test_kicad_plugin.py cleanup (relative to BZR5201)

2014-10-18 Thread jp charras
Le 18/10/2014 13:46, LordBlick a écrit : > I'm very glad and grateful to see that UTF8 class was tuned up in python. > BZR5201 takes my attention to scripts/test_kicad_plugin.py example, so I make > it > more friendly to user edit temporary path in one place only. > In addition, there is an exampl

Re: [Kicad-developers] Stable release version numbers.

2014-10-21 Thread jp charras
Le 20/10/2014 17:33, Wayne Stambaugh a écrit : > I'm going to comment on everything posted thus far. I don't have time > to reply on each individual comment. I will say that I am not terribly > thrilled with date style version. I'm not absolutely sure if it causes > grief for package management

Re: [Kicad-developers] [PATCH] Demos: Rename "sonde xilinx" to "sonde_xilinx"

2014-10-22 Thread jp charras
Le 23/10/2014 08:37, Константин Барановский a écrit : > When I create deb package with checkinstall, I get some error messages > (something like "tar: xilinx: Function stat failed with error: No such > file or directory"). Creating of the package are finishing successfully, > but these messages tro

Re: [Kicad-developers] Code cleaning.

2014-10-29 Thread jp charras
Le 28/10/2014 20:59, Wayne Stambaugh a écrit : > I've been adding missing license statements to our source code and have > run into a few issues along the way. Thanks. > > PolyLine.h and PolyLine.cpp have this comment: > > // PolyLine.cpp ... implementation of CPolyLine class from FreePCB. > >

Re: [Kicad-developers] [PATCH] Rename instances of "module" to "footprint" for consistency

2014-11-01 Thread jp charras
Le 01/11/2014 21:10, Marco Ciampa a écrit : > On Fri, Oct 31, 2014 at 09:47:16AM +0100, Marco Ciampa wrote: >> On Thu, Oct 30, 2014 at 03:10:04PM +0100, Marco Ciampa wrote: >>> On Thu, Oct 30, 2014 at 08:37:35AM -0400, Wayne Stambaugh wrote: Marco, In the future, please send patches

Re: [Kicad-developers] Footprint python plugin: Is it possible to merge ?

2014-11-05 Thread jp charras
Le 04/11/2014 12:40, Jean-Samuel Reynaud a écrit : > Hi, > > Anyway, this gateway plugin for custom plugin writen in python is ready > (for me). > So my initial question is about the possibility to integrate it in main > branch (merge) ? > Jean-Samuel, Thanks for your work, it is promising. I

Re: [Kicad-developers] Footprint python plugin: Is it possible to merge ?

2014-11-06 Thread jp charras
Le 05/11/2014 23:53, Nick Østergaard a écrit : > 2014-11-05 23:40 GMT+01:00 LordBlick : >> In response to a message written on 03.11.2014 15:14, from Jean-Samuel >> Reynaud: >>> >>> Hi All, >>> >>> I wrote few months ago an extension to be able to write in python a >>> footprint library plugin. >>>

Re: [Kicad-developers] Python scripting - Zone/Area manager

2014-11-06 Thread jp charras
Le 03/11/2014 14:14, LordBlick a écrit : > Hello, > I'm going to make some GUI zone manager in python, so I've made some > review. I've found useful methods for areas: > zone.ClearFilledPolysList() # Clear fill > zone.BuildFilledSolidAreasPolygons(pcb) # Fill with project rules > zone.HitTestInside

Re: [Kicad-developers] Python scripting - Zone/Area manager

2014-11-06 Thread jp charras
Le 06/11/2014 12:02, LordBlick a écrit : > In response to a message written on 06.11.2014 10:58, from jp charras: >> ZONE_CONTAINER::Outline() returns m_Poly, which is a pointer to a >> CPolyLine, which contains polygons (zone outlines: main outline and >> holes) >

Re: [Kicad-developers] [PATCH] Fix place track menu hotkey text

2014-11-08 Thread jp charras
Le 07/11/2014 23:24, Nick Østergaard a écrit : > Hello > > The attached patch makes the shortcut text label for the "Place -> > Track" menu option show the hotkey as it is done in every other menu. > Before it showed for example "Place (X)" instead of > "PlaceX", where the hotkey is right aligned

Re: [Kicad-developers] [PATCH] Fix place track menu hotkey text

2014-11-08 Thread jp charras
Le 08/11/2014 10:44, Nick Østergaard a écrit : > 2014-11-08 10:32 GMT+01:00 jp charras : >> Le 07/11/2014 23:24, Nick Østergaard a écrit : >>> Hello >>> >>> The attached patch makes the shortcut text label for the "Place -> >>> Track" men

Re: [Kicad-developers] [PATCH] Fix place track menu hotkey text

2014-11-08 Thread jp charras
Le 08/11/2014 16:09, Nick Østergaard a écrit : > 2014-11-08 10:57 GMT+01:00 jp charras : >> Le 08/11/2014 10:44, Nick Østergaard a écrit : >>> 2014-11-08 10:32 GMT+01:00 jp charras : >>>> Le 07/11/2014 23:24, Nick Østergaard a écrit : >>>>> Hello >

Re: [Kicad-developers] Call for update of avhttp because of boost 1.57

2014-11-09 Thread jp charras
Le 09/11/2014 20:29, Wayne Stambaugh a écrit : > Please test this when you get some time. It's always better to error on > the side of caution rather than break the entire KiCad build. Let me > know the outcome, and I will proceed accordingly. > > Thanks, > > Wayne On Windows, last avhttp vers

Re: [Kicad-developers] PATCH: Underlays

2014-11-10 Thread jp charras
Le 09/11/2014 21:34, Cirilo Bernardo a écrit : > The reason other layers were used is that there are spare layers and > people use the drawing layer for their own purposes; if a user makes use > of the Drawing layer and this Underlay tool then the tool will interfere > with their normal use. Yes,

Re: [Kicad-developers] Command rename suggestion

2014-11-10 Thread jp charras
Le 10/11/2014 09:24, Lorenzo Marcantonio a écrit : > Really trivial: > > - Copy block -> Duplicate block > - Save block -> Copy block > > Because really copy is too standard as a meaning even if duplicate > component is on C by default > Because existing documentation, since years, I am afraid

Re: [Kicad-developers] Unsorted cvpcb?

2014-11-10 Thread jp charras
Le 10/11/2014 12:01, Lorenzo Marcantonio a écrit : > I got the component list in cvpcb not sorted... was this changed or I've > broken something? Having it sorted by refdes was *way* much useful :D > They are sorted, for me. -- Jean-Pierre CHARRAS __

Re: [Kicad-developers] PATCH: Underlays

2014-11-10 Thread jp charras
Le 10/11/2014 20:57, Carl Poirier a écrit : > Is there any predefined use of the ECO layers? It says "user defined" or > something like that IIRC (I don't have access to KiCad right now). If > there is no such predefined use, I'd go for that instead of the adhesive > layer which does have one. >

Re: [Kicad-developers] Bug in footprint keyword search function

2014-11-10 Thread jp charras
Le 11/11/2014 03:33, Carl Poirier a écrit : > Hi all, > > I noticed the keyword search function does not work for some cases, > unless there is something I don't understand. > > In pcbnew, hit "Add footprints". In the textbox, write "CNY17" and hit > "Search by keyword". I get "No footprint foun

Re: [Kicad-developers] PATCH: Underlays

2014-11-12 Thread jp charras
Le 12/11/2014 03:46, Cirilo Bernardo a écrit : > I have updated the patch for the reverse-engineering tool. The previous > patch used > additional layers named Underlay1 and Underlay2. This patch makes use of the > Eco1 and Eco2 layers. As a consequence, only code for the bitmap2component > tool is

Re: [Kicad-developers] PATCH: fix bug in IDF export (plus minor cleaning up of IDF/VRML export)

2014-11-13 Thread jp charras
Le 13/11/2014 00:50, Cirilo Bernardo a écrit : > The attached patch fixes a minor bug in the IDF export and includes > trivial code cleanup of the IDF and VRML export code. Under certain > conditions the IDF exporter spams the console with messages about > unplaced components; such components are n

Re: [Kicad-developers] Broken zone fill? - Solved

2014-11-14 Thread jp charras
Le 14/11/2014 13:39, Lorenzo Marcantonio a écrit : > On Fri, Nov 14, 2014 at 11:07:05AM +0100, Lorenzo Marcantonio wrote: >> Just tried to fill a zone. Bad result... it fills *everything*, it >> doesn't look at board edges, tracks, vias, nothing at all. Just fill the >> polygon. >> >> Is that suppo

[Kicad-developers] Gerbview enhancements.

2014-11-22 Thread jp charras
Gerbview enhancements: In rev 5298, I added support to used recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. See: www.ucamco.com/files/downloads/file/81/the_gerber_file_format_specification.pdf Pcbnew already uses this attribute when creating Gerber file

Re: [Kicad-developers] New documentation format.

2014-11-25 Thread jp charras
Le 25/11/2014 08:41, Marco Ciampa a écrit : > On Mon, Nov 24, 2014 at 07:19:02PM -0500, Wayne Stambaugh wrote: >> It's been a few weeks and I haven't heard anything so I'll assume >> everyone who is interested has looked at Marco's evaluation. The only >> folks I didn't hear from were the translat

Re: [Kicad-developers] New documentation format.

2014-11-25 Thread jp charras
Le 25/11/2014 09:34, jp charras a écrit : > > The leak of table formatting is a serious issue in markdown which has __ Sorry: The lack of table ... > too poor formatting options. > -- Jean-Pierre CHARRAS ___ Mailing

Re: [Kicad-developers] Trapezoidal pads and planes.

2014-11-26 Thread jp charras
Le 26/11/2014 17:18, Wayne Stambaugh a écrit : > I just discovered something I never noticed before. Trapezoidal SMD > pads are not connected to zone files (see attached screen shot). The > zone fill also does not follow the contour of the pad outline. Is this > by design or should I file a bug

Re: [Kicad-developers] Trapezoidal pads and planes.

2014-11-26 Thread jp charras
e, decide if thermal reliefs are good or not. > > Nick > > 2014-11-26 18:03 GMT+01:00 jp charras : >> Le 26/11/2014 17:18, Wayne Stambaugh a écrit : >>> I just discovered something I never noticed before. Trapezoidal SMD >>> pads are not connected to zone files (se

Re: [Kicad-developers] Gerbview enhancements.

2014-11-26 Thread jp charras
Le 26/11/2014 21:54, Thiadmer Riemersma a écrit : > A question (because I am confused): are attributes not exclusive to X2? > > I understand the Gerber specification as: X1 = RS274X = Gerber without > attributes, and X2 = RS274X + attributes. > > Regards, Thiadmer Riemersma Yes, X2 = RS274X + at

Re: [Kicad-developers] Trapezoidal pads and planes.

2014-11-27 Thread jp charras
Le 27/11/2014 12:22, "Torsten Hüter" a écrit : > Hi Jean-Pierre, > > I agree that a the trapezoidal pad is seldom used for most circuits > and this feature isn't important. However, commercial tools like > Altium Designer or Mentor Expedition support custom pad shapes, there > is a lot of freedom

Re: [Kicad-developers] Trapezoidal pads and planes.

2014-11-27 Thread jp charras
Le 27/11/2014 18:44, Tomasz Wlostowski a écrit : > On 27.11.2014 17:18, jp charras wrote: >> Le 27/11/2014 12:22, "Torsten Hüter" a écrit : >>> Hi Jean-Pierre, > >> Currently this in not the case in Pcbnew. >> This is acceptable for microwave applicatio

Re: [Kicad-developers] Trapezoidal pads and planes.

2014-11-27 Thread jp charras
Le 27/11/2014 19:51, jp charras a écrit : > Le 27/11/2014 18:44, Tomasz Wlostowski a écrit : >> On 27.11.2014 17:18, jp charras wrote: >>> Le 27/11/2014 12:22, "Torsten Hüter" a écrit : >>>> Hi Jean-Pierre, >> >>> Currently this in not t

Re: [Kicad-developers] Trapezoidal pads and planes.

2014-11-28 Thread jp charras
Le 28/11/2014 14:54, Wayne Stambaugh a écrit : > On 11/27/2014 12:44 PM, Tomasz Wlostowski wrote: >> On 27.11.2014 17:18, jp charras wrote: >>> Le 27/11/2014 12:22, "Torsten Hüter" a écrit : >>>> Hi Jean-Pierre, >> >>> Currently this in not t

Re: [Kicad-developers] Trapezoidal pads and planes.

2014-11-29 Thread jp charras
Le 26/11/2014 17:18, Wayne Stambaugh a écrit : > I just discovered something I never noticed before. Trapezoidal SMD > pads are not connected to zone files (see attached screen shot). The > zone fill also does not follow the contour of the pad outline. Is this > by design or should I file a bug

Re: [Kicad-developers] OSX: pcbnew comboboxes not working?

2014-12-01 Thread jp charras
Le 30/11/2014 18:40, Bernhard Stegmaier a écrit : > Hi, > > another annoying thing on OS X is that (at least for me) the comboboxes > in pcbnew toolbar don’t work with the mouse: > > You can click on the small arrow and then you see the contents, but you > can’t click&change contents. > You can c

Re: [Kicad-developers] Error with fix_swig_imports script?

2014-12-03 Thread jp charras
Le 02/12/2014 23:45, Mirko Viviani a écrit : > Hi, > > I’ve compiled kicad-osxtrackpad branch on Yosemite with python 2.7.6 and > scripting/wxpython/modules=ON, but I’ve got the attached error. (I think it > is the same for the main branch) > > My build/pcbnew/pcbnew.py does not contain the lin

Re: [Kicad-developers] Error with fix_swig_imports script?

2014-12-03 Thread jp charras
Le 03/12/2014 07:32, Bernhard Stegmaier a écrit : > Hi, > > don’t know about fix_swig_imports, I never did get an error when building a > scripting version. > I didn’t build a scripting version for some weeks, though. > > My scripting builds also almost always crashed when exiting pcbnew, so I

Re: [Kicad-developers] DRC Error but there is a connection

2014-12-12 Thread jp charras
Le 12/12/2014 13:36, José Eduardo S. C. Xavier a écrit : > Hi, > > DRC check is saying that the a PAD isn't connect but it is connected. You > can see in the video what is happening: > https://www.dropbox.com/s/g9582x45psmjtid/error_drc.ogg?dl=0 > > The project board: https://www.dropbox.com/s/j5

Re: [Kicad-developers] Modifier keys for hotkeys

2014-12-18 Thread jp charras
Le 15/12/2014 20:26, John Beard a écrit : > On Sun, 2014-12-14 at 20:04 +0100, jp charras wrote: >> Le 14/12/2014 03:02, John Beard a écrit : >>> I'm trying to get a hotkey defined as "Ctrl-Shift-D". Currently, I can >>> make it work easily in GAL mode, bu

Re: [Kicad-developers] PATCH: add option to VRML Export for Plain PCB

2014-12-20 Thread jp charras
Le 20/12/2014 04:23, Cirilo Bernardo a écrit : > The attached patch addresses wishlist item #1393941 which is to add an > option > to export VRML models with no silkscreen or copper in the model in order to > produce a model which is easily converted to STEP format for use with MCADs. > This is use

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-21 Thread jp charras
I committed the first version of a wizard to manage the footprint library table dialog editor. It help users to select the right plugin, an existing environment variable or an absolute path, and add a list of new entries to the table. Note: the wxWidgets webkit/webview library is needed. On windows

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-21 Thread jp charras
ee if the webview sample compiles fine under wxWidgets-cmake. Thanks. > Sent from my Android phone using TouchDown (www.nitrodesk.com) > > > -Original Message----- > From: jp charras [jp.char...@wanadoo.fr] > Received: Sunday, 21 Dec 2014, 16:46 > To: kicad-developers@lis

Re: [Kicad-developers] Jenkins build is back to normal : kicad-qa #528

2014-12-21 Thread jp charras
Le 21/12/2014 23:46, Nick Østergaard a écrit : > Hi JP > > The build is not really fixed well, there is still issues with the > webviewer. See http://ci.kicad-pcb.org/job/kicad-qa/527/consoleFull > > I had to use the -DKICAD_USE_WEBKIT=OFF option to disable it to make > the build succeed. > > Ni

Re: [Kicad-developers] Jenkins build is back to normal : kicad-qa #528

2014-12-22 Thread jp charras
Le 22/12/2014 13:26, LordBlick a écrit : > In response to a message written on 22.12.2014, 08:32, from jp charras: >> I added the -DKICAD_USE_WEBKIT=OFF option because I was thinking >> webkit/webview could create issues ... > That's most useful option for me, compilation ha

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread jp charras
Le 22/12/2014 11:22, Bernhard Stegmaier a écrit : > Hi Jean-Pierre, > > tested on OS X with 5334, without -DKICAD_USE_WEBKIT=OFF, and wxWidgets > 3.0.2 (built via the script). > Builds without problems, seems to work (I didn’t test the wizard itself > further). > > Independently from that: > W

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread jp charras
Le 22/12/2014 18:45, Adam Wolf a écrit : > This is great! Good work jp! Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~

Re: [Kicad-developers] footprint library table wizard: need testers

2014-12-22 Thread jp charras
? Yes, good idea. But the wxTextCtrl which contains this text is inside a toolbar, and stretch the address line requires some code. > > 2014-12-22 20:38 GMT+02:00 jp charras : > >> Le 22/12/2014 18:45, Adam Wolf a écrit : >>> This is great! Good work jp! >> >

Re: [Kicad-developers] Various pcbnew usability bugs/annoyances

2014-12-31 Thread jp charras
Le 01/01/2015 01:46, inkblotter a écrit : > On 12/30/2014 04:57 AM, LordBlick wrote: >> In response to a message written on 30.12.2014, 05:30, from inkblotter: >>> I have my own pet peeve to complain about. I have a directory in my >>> HOME >>> director called 'sitepkgs'. This directory is on my P

Re: [Kicad-developers] PATCH: depos->repos (typo fix?)

2015-01-04 Thread jp charras
Le 03/01/2015 23:00, Adam Wolf a écrit : > Hi folks, > > I was doing some testing today and I ran into the cool new library entry > wizard. Great work! > > I did, however, notice it said "github depos". I'm not sure if this is a > typo, or a technical term that I don't know, or a multilingual th

[Kicad-developers] Layer manager added in ModEdit, not onlty in GAL mode.

2015-01-07 Thread jp charras
In rev 5359, I added a specific layers manager to the footprint editor, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint. The layer manager was already available in GAL mode, but it was the same as the board editor, wh

Re: [Kicad-developers] The library tables wizard

2015-01-08 Thread jp charras
Le 07/01/2015 23:38, Miguel Ángel Ajo a écrit : > > Hi Jean Pierre, just an idea for your wizard work: > > https://api.github.com/orgs/KiCad/repos > > You could save the need to work with the HTML viewer and pagination problems > using the above API endpoint, all the KiCad project repositories

Re: [Kicad-developers] [PATCH] fix issues reported by Chris Anon on MSWin

2015-01-13 Thread jp charras
Le 11/01/2015 02:16, Cirilo Bernardo a écrit : > The attached patch fixes issues with IDF file I/O on Windows (the famous > 'ascii vs. binary' issue) and the reported problem of partial paths when > KISYS3DMOD is specified. > > - Cirilo > Committed. Thanks -- Jean-Pierre CHARRAS

Re: [Kicad-developers] file version compatibility (optional tokens in s-expression files)

2015-01-14 Thread jp charras
Le 14/01/2015 19:32, Miguel Angel Ajo Pelayo a écrit : > As a reference: In other EDA tools they can load newer files on older > versions of the software. They just open a warning window with > everything which is not read/processed, and tell you everything not > readed will be lost at next save.

Re: [Kicad-developers] The library tables wizard

2015-01-15 Thread jp charras
Le 07/01/2015 23:38, Miguel Ángel Ajo a écrit : > > Hi Jean Pierre, just an idea for your wizard work: > > https://api.github.com/orgs/KiCad/repos > > You could save the need to work with the HTML viewer and pagination problems > using the above API endpoint, all the KiCad project repositories

Re: [Kicad-developers] Boomerang with locale dependent entries in .kicad_pcb

2015-01-16 Thread jp charras
Le 16/01/2015 03:19, LordBlick a écrit : > In response to a message written on 16.01.2015, 01:38, from LordBlick: >> I just discovered that for some reason Pcbnew does not display >> complete zones in >> just designed project. >> Looking into project file: >>(layers >> -> (0 Gorna jumper) >>

Re: [Kicad-developers] [PATCH] two minor fixes

2015-01-16 Thread jp charras
Le 16/01/2015 08:14, Mark Roszko a écrit : > First patch fixes the Save library file as dialog which had the library > extension instead of library extension wildcard used. > > Second patch fixes a null termination in eeschema/cross-probing.cpp. The > char array line is in block scope and is never

Re: [Kicad-developers] Netnames convention. Was: Boomerang[...]

2015-01-16 Thread jp charras
Le 16/01/2015 13:38, Daniel Dawid Majewski a écrit : > In response to a message written on 16.01.2015, 09:38, from jp charras: >> The pcb file has no issue, no mess. >> The Layers section is perfectly valid >> Copper layers can be renamed by the user. > OK, I'm also wo

Re: [Kicad-developers] Mirrored printing broken on wxWidgets 3.0.2

2015-01-16 Thread jp charras
Le 16/01/2015 22:03, Wayne Stambaugh a écrit : > I recently discovered that the mirrored printing in Pcbnew is broken on > windows. At first I thought it was a 32 bit versus 64 bit issue but I > discovered that it is due to the wxWidgets version. When I use > wxWidgets 3.0.0, the mirrored printin

Re: [Kicad-developers] Netnames convention. Was: Boomerang[...]

2015-01-17 Thread jp charras
Le 16/01/2015 16:38, LordBlick a écrit : > In response to a message written on 16.01.2015, 14:02, from jp charras: >>> I'm checking on that list Checkbox("I don't like any extra, not ordered >>> „/” in net name.") :] >> >> Like C/C++ varia

Re: [Kicad-developers] Mirrored printing broken on wxWidgets 3.0.2

2015-01-17 Thread jp charras
Le 17/01/2015 14:36, Wayne Stambaugh a écrit : > On 1/17/2015 2:36 AM, jp charras wrote: >> Le 16/01/2015 22:03, Wayne Stambaugh a écrit : >>> I recently discovered that the mirrored printing in Pcbnew is broken on >>> windows. At first I thought it was a 32 bi

Re: [Kicad-developers] [PATCHES] misc minor fixes

2015-01-18 Thread jp charras
Le 17/01/2015 21:46, Mark Roszko a écrit : > 1 more patch to the set. > > vrml_v1 and _v2 model parsers were comparing allocated arrays agains't 0 > which can never happen. Also kills gcc warnings. Committed. Thanks. -- Jean-Pierre CHARRAS ___ Mailin

Re: [Kicad-developers] [PATCHES] misc minor fixes

2015-01-18 Thread jp charras
Le 17/01/2015 21:25, Mark Roszko a écrit : > This fixes come from running static analysis on kicad using Coverity while > trying to hunt something down. > > > 1 - fgetc in 3d-viewer/vrml_aux.cpp had it's return type used as char but > libc defines it as int. EOF can be -1 (32-bit signed) and thus

Re: [Kicad-developers] Kicad-Winbuilder-Could not find GLEW

2015-01-18 Thread jp charras
Le 17/01/2015 13:40, David J S Briscoe a écrit : > I thought I'd give Kicad-Winbuilder 3.4.2.7 a try on Windows 7 as I can > not build Kicad now on Linux Mint 17 either (that's for another email > later). However I came across the COULD NOT FIND GLEW error. Does any > one know how I can get around

Re: [Kicad-developers] broken code in pcbnew/dragsegm.cpp

2015-01-19 Thread jp charras
Le 18/01/2015 21:26, Mark Roszko a écrit : > I am going through static analyzer results. > > http://puu.sh/eHuN9/7eebd45887.png > > m_Flag is a bool.(I double checked the class defintion of the vector > g_DragSegmentList which DRAG_SEGM_PICKER) The masking doesn't make sense at > all. > > > Th

Re: [Kicad-developers] eeschema freeze BZR5378

2015-01-19 Thread jp charras
Le 19/01/2015 12:29, Nick Østergaard a écrit : > 2015-01-19 12:21 GMT+01:00 LordBlick : >> In response to a message written on 19.01.2015, 07:00, from Bob Gustafson: >>> >>> Might be a memory leak - takes 20 seconds to use all available memory.. >>> >>> Does it unfreeze by itself, or do you have to

Re: [Kicad-developers] Bug: Pads on silkscreen

2015-01-20 Thread jp charras
Le 20/01/2015 12:29, LordBlick a écrit : > Hello, I have got a problem with recent build with plotting on Gerber > with option > „Plot pads on silkscreen”. Received file always include pads regardless of > checkbox state. This option works for me. -- Jean-Pierre CHARRAS

Re: [Kicad-developers] Kicad-Winbuilder-Could not find GLEW

2015-01-20 Thread jp charras
Le 19/01/2015 22:00, David J S Briscoe a écrit : > On 18/01/2015 12:05, jp charras wrote: >> Le 17/01/2015 13:40, David J S Briscoe a écrit : >>> I thought I'd give Kicad-Winbuilder 3.4.2.7 a try on Windows 7 as I can >>> not build Kicad now on Linux Mint 17

Re: [Kicad-developers] file version compatibility (optional tokens in s-expression files)

2015-01-20 Thread jp charras
Le 20/01/2015 16:27, Lorenzo Marcantonio a écrit : > On Tue, Jan 20, 2015 at 10:19:08AM -0500, Wayne Stambaugh wrote: >> I'm not terribly thrilled about that idea. One of the things we have >> changed over the years is to move board specific settings out of the >> project file and into the board f

Re: [Kicad-developers] OS X Menu Icons, Boost, Symlinkery

2015-01-23 Thread jp charras
Le 23/01/2015 17:08, Bob Gustafson a écrit : > Curious that it is turned off for Apple. Maybe bad things will happen? Not curious. The reason is few years ago, we just have a OSX fundamentalist who had write rights to the repository. > > Also, it is not USE_MENU_ICONS, but USE_IMAGES_IN_MENUS >

Re: [Kicad-developers] Mirrored printing broken on wxWidgets 3.0.2

2015-01-26 Thread jp charras
Le 26/01/2015 19:25, Wayne Stambaugh a écrit : > On 1/24/2015 2:17 PM, Wayne Stambaugh wrote: >> On 1/17/2015 2:36 AM, jp charras wrote: >>> Le 16/01/2015 22:03, Wayne Stambaugh a écrit : >>>> I recently discovered that the mirrored printing in Pcbnew is broken on >

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread jp charras
Le 28/01/2015 08:07, Bernhard Stegmaier a écrit : > Again, I am open for all reasonable suggestions for the path itself, this is > not the discussion here. > > The only thing I want to say is that the install prefix concept in my opinion > is just a unix thing which comes from compiling applicat

Re: [Kicad-developers] Commit breaks bounding box calculation

2015-02-01 Thread jp charras
Le 01/02/2015 15:08, Miguel Ángel Ajo a écrit : > > > It’s actually not very important (I guess), but I found that this commit that > broke > the pcb bounding box calculation (at least the calculated size doesn’t match > the expected > for some reason). > I do not think the commit has somethi

[Kicad-developers] Crash in GAL mode in Clarification menu (Windows specific)

2015-02-10 Thread jp charras
Orson, May I ask you to have a look to this crash. It happens on W7 (perhaps W8) but not on Linux: In GAL mode, when the clarification menu is displayed (left or right clicking on overlapping items like the text value and the ref value of small footprints), the board editor or the footprint edito

Re: [Kicad-developers] Crash in GAL mode in Clarification menu (Windows specific)

2015-02-11 Thread jp charras
Le 11/02/2015 00:28, Maciej Sumiński a écrit : > It should be fine now. Thanks once again for noting the problem - I > do not spend much time on Windows. > > Regards, Orson Thanks. It works now. On a related topic (clarification menu in GAL mode), on Linux when you move the mouse cursor on the t

Re: [Kicad-developers] EDA_DRAW_MODE_T changes

2015-02-11 Thread jp charras
Le 11/02/2015 20:26, Lorenzo Marcantonio a écrit : > Found this during my merge today... (lot of time since the last one) > The text drawing routine didn't compile :P > > For some reason from EDA_DRAW_MODE_T the LINE mode was removed. In fact > it degenerated to a boolean, in many spots. > > Why

<    1   2   3   4   5   6   7   8   9   10   >