[Kicad-developers] [PATCH] Draw zone hatching in GAL

2017-02-26 Thread John Beard
Hi, Here's a patch to draw the zone hatching in GAL. The hatching is already contained within the ZONE_CONTAINER objects, so this patch just regenerates the hatching at opportune times, and renders it when the zone is drawn. Cheers, John From 9c9a512d0490c9b7776c4f54b625cd42acfbe070 Mon Sep 17

Re: [Kicad-developers] filename fun

2017-02-26 Thread lomar...@tin.it
Oh the unholy mess from extended charsets:D Not directly related to the problem under hand (but may contain suggestions) here what I have learnt during my endless wrestling with foreign charsets. Mostly a rant Had to localize an application in japanese. Using ISO2022. On an embedded system w

[Kicad-developers] Ubuntu build commit IDs

2017-02-26 Thread John Beard
Hi, Would it be possible to get the ubuntu builds tagged with a commit hash? Version strings like 201702251416+7735~57~ubuntu16.10.1 are not very useful if you want to know exactly which commit a build relates to. The exact commit is very useful when looking at a bug report from a nightly. If a

Re: [Kicad-developers] Ubuntu build commit IDs

2017-02-26 Thread Chris Pavlina
*Please*. I'm tired of people asking for support and making me figure out what "7735" is. We left bzr a long time ago now. On Sun, Feb 26, 2017 at 11:46:09PM +0800, John Beard wrote: > Hi, > > Would it be possible to get the ubuntu builds tagged with a commit > hash? Version strings like 2017022

Re: [Kicad-developers] libcurl dependency

2017-02-26 Thread Wayne Stambaugh
On 2/23/2017 7:52 PM, Cirilo Bernardo wrote: > Hi folks, > > While attempting to build on Windows with -DBUILD_GITHUB_PLUGIN=OFF > the build failed due to common/CMakeLists.txt (lines 18-20): > > if( NOT APPLE ) # windows and linux use openssl under curl > find_package( OpenSSL REQUIRED

Re: [Kicad-developers] Footprint Association and Filtering

2017-02-26 Thread jp charras
Le 01/02/2017 à 15:28, Oliver Walters a écrit : > Hi all, > > Currently a lot of the .pretty libs have the library name (e.g. > "Socket_Strips.pretty") duplicated > (or partly duplicated) in the footprint name. > > This is (mainly) required to allow the footprint filtering in CvPCB to match > t

Re: [Kicad-developers] [RFC] 3D models repository

2017-02-26 Thread Wayne Stambaugh
I'm still waiting for our friends at CERN for an answer on library licensing. We are leaning towards CC-SA with the use exception clause. I turning out to be the longest time ever to write a single sentence. ;) I'm not sure this license will be applicable to script generated models. On 2/25/2017

Re: [Kicad-developers] [RFC] 3D models repository

2017-02-26 Thread José Ignacio
I feel it would be important to have the freest possible license for generated models and footprints as to not interfere with uses of the library, in the interest of unifying library development and avoiding license splits. (aside from the fact that copyright on some of those things is a bit tenuou

Re: [Kicad-developers] [PATCH] Undo/redo points for zone fill actions (GAL)

2017-02-26 Thread John Beard
Hi, Sorry, that patch had a dependency on a previous commit in my patch stack. Here's an updated one. PCB_EDITOR_CONTROL now inherits PCB_TOOL, not TOOL_INTERACTIVE, so it can use the relevant BOARD_COMMIT constructor. Cheers, John On Sat, Feb 25, 2017 at 2:50 PM, John Beard wrote: > Hi, > >

Re: [Kicad-developers] Stable release 4.0.6

2017-02-26 Thread Kevin Cozens
On 2017-02-25 02:21 PM, jp charras wrote: Le 25/02/2017 à 19:53, Kevin Cozens a écrit : The attached copy of s-expr_pcbnew_file_format.odt is the same as the attached library_file_format_EN.odt file. The copy of the s-expr_pcbnew_file_format.odt file at the URL given above is just a document w

Re: [Kicad-developers] filename fun

2017-02-26 Thread Wayne Stambaugh
On 2/26/2017 1:50 AM, Cirilo Bernardo wrote: > Hi folks, > > This whole thing with UTF-8 filenames in Windows is a disaster. > What I've found so far: > > 1. Regarding OCE: Since OCE 0.17 (OpenCascade 6.8) UTF8 > filenames have been supported when built with MSVC but > obviously not with MinGW.

[Kicad-developers] GerbView GAL: issue with draw order and negative items

2017-02-26 Thread Jon Evans
Hi all, I've run into a problem while porting GerbView to GAL that doesn't have an obvious best solution to me, so I thought I would ask those with more knowledge of the GAL for ideas. Gerber files rely on a fixed draw order. This becomes important when some draw objects in the file are negative

Re: [Kicad-developers] filename fun

2017-02-26 Thread Cirilo Bernardo
There is one other way which I found after much digging and it involves a GCC extension. Since we use GCC on Windows this might be acceptable: a. create a derived class of std::ifstream/ofstream. On Windows the derived class will be used while on other OS it will simply be typedef to std::ifstream

Re: [Kicad-developers] [RFC] 3D models repository

2017-02-26 Thread Cirilo Bernardo
If the authors of the scripts agree, perhaps we can simply declare the output Public Domain. Since the output can't be meaningfully modified without modifying the GPL-copyrighted scripts I believe the protection of the scripts is sufficient. Since we can't change licenses of existing models withou

Re: [Kicad-developers] [RFC] 3D models repository

2017-02-26 Thread José Ignacio
One way would be to separate the input data to the scripts (dimension tables) and declare that public domain, then keep the scripts GPL but clarify that they will not impose on the output any more restrictions than the license of the input. On Sun, Feb 26, 2017 at 3:16 PM, Cirilo Bernardo wrote:

Re: [Kicad-developers] [RFC] 3D models repository

2017-02-26 Thread Mário Luzeiro
Just to add some related content to this conversation, some time ago there was a discussion about this licensing stuff: here: https://forum.kicad.info/t/contributing-to-update-of-vrml-librarys-to-step/5049/21 and here: https://forum.kicad.info/t/contributing-to-update-of-vrml-librarys-to-step/504

Re: [Kicad-developers] [RFC] 3D models repository

2017-02-26 Thread Cirilo Bernardo
On Mon, Feb 27, 2017 at 9:02 AM, Mário Luzeiro wrote: > Just to add some related content to this conversation, > > some time ago there was a discussion about this licensing stuff: > here: > https://forum.kicad.info/t/contributing-to-update-of-vrml-librarys-to-step/5049/21 > and here: > https://for

Re: [Kicad-developers] [RFC] 3D models repository

2017-02-26 Thread Javier Serrano
On Sun, Feb 26, 2017 at 11:55 PM, Cirilo Bernardo wrote: > > That depends on what you mean by 'free'. If the output is Public Domain > then > anyone can use it for whatever purpose they like and have no obligations. > Strictly speaking, I don't think we can actually put a creation of the type ty