Re: [Kicad-developers] Compiling fails on XML class on Apple OS X with wxWidgets 2.9-svn - Part 2

2010-09-07 Thread Martijn Kuipers
On Sep 7, 2010, at 18:13 PM, Martijn Kuipers wrote: On Sep 7, 2010, at 17:48 PM, Martijn Kuipers wrote: On Sep 7, 2010, at 17:13 PM, Dick Hollenbeck wrote: On 09/07/2010 04:41 AM, Martijn Kuipers wrote: Dear list, I just encountered the same problem as Jerry compiling Kicad on OSX

[Kicad-developers] OSX: Where to store the libraries and modules

2010-09-09 Thread Martijn Kuipers
I managed to create the DMG-files for kicad on OSX. Next I wanted to add the libraries, but where should they be stored? Are /Users/Share/Kicad/Libraries and /Users/Share/Kicad/Modules the right place? The script to build the DMG files creates a name based on the current bzr revision id.

Re: [Kicad-developers] OSX Installer debate

2010-09-13 Thread Martijn Kuipers
On Sep 13, 2010, at 16:13 PM, Dick Hollenbeck wrote: On 09/13/2010 10:01 AM, Martijn Kuipers wrote: On Sep 13, 2010, at 15:20 PM, Dick Hollenbeck wrote: On 09/13/2010 08:53 AM, Martijn Kuipers wrote: How do we want the OSX packages to look like (installer) ? At the moment we have

Re: [Kicad-developers] OSX Installer debate

2010-09-14 Thread Martijn Kuipers
On Sep 14, 2010, at 10:17 AM, Vesa Solonen wrote: On Mon, 13 Sep 2010, Martijn Kuipers wrote: On Sep 13, 2010, at 18:42 PM, Jerry Jacobs wrote: Also there are still some odd things when using Kicad on OSX for example the viewport is damn slow of PCBnew. But it is usable and functional

Re: [Kicad-developers] OSX Installer debate

2010-09-14 Thread Martijn Kuipers
Please use reply-all to keep the messages on the list On Sep 14, 2010, at 19:49 PM, Karl Schmidt wrote: On Sep 14, 2010, at 10:17 AM, Vesa Solonen wrote: The drawing is damn slow on every platform that does compositing and buffering properly - OSX and Win upwards Vista. Just don't

Re: [Kicad-developers] library structure

2010-09-23 Thread Martijn Kuipers
On Sep 23, 2010, at 1:09 AM, Wayne Stambaugh wrote: symbol - The graphical and/or electrical representation of a component. Think everything between DRAW/ENDDRAW in the current file format. field - The default and user defined text values that describe a component such as value, reference

Re: [Kicad-developers] library structure

2010-09-23 Thread Martijn Kuipers
On Sep 23, 2010, at 13:29 PM, Wayne Stambaugh wrote: On 9/23/2010 4:12 AM, Martijn Kuipers wrote: On Sep 23, 2010, at 1:09 AM, Wayne Stambaugh wrote: symbol - The graphical and/or electrical representation of a component. Think everything between DRAW/ENDDRAW in the current file format

Re: [Kicad-developers] exploiting human readability

2010-10-05 Thread Martijn Kuipers
Hi, On Oct 5, 2010, at 19:26 PM, Brian Sidebotham wrote: On 5 October 2010 15:33, Dick Hollenbeck d...@softplc.com wrote: I get paid to brainstorm, so brace yourself. Continuing with library brainstorming, the following is put on the table for consideration and eventual evaluation. Brace

Re: [Kicad-developers] [PATCH] Ortographic mode for 3D viewer and minor cleanup

2010-10-07 Thread Martijn Kuipers
On Oct 7, 2010, at 15:03 PM, Dick Hollenbeck wrote: On 10/07/2010 07:50 AM, Alex G wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/07/2010 08:53 AM, Dick Hollenbeck wrote: Alex, congrats on your patch getting accepted and applied! I have just a few comments below that

Re: [Kicad-developers] exploiting human readability

2010-10-08 Thread Martijn Kuipers
On Oct 8, 2010, at 8:00 AM, Dick Hollenbeck wrote: I got my mind around the parts list tonight. Conceptual clarifications below: The component is located and rotated [and mirrored] when it is instantiated within a part. class PART { COMPONENT* component// points

[Kicad-developers] [PATCH] wxLOCALE_CONV_ENCODING null-pointer exception with debug enabled

2010-10-14 Thread Martijn Kuipers
Dear Devs,In order to debug Kicad I have enabled DEBUG for both wxWidgets and Kicad. Both compile fine, but when any component from Kicad is executed a warning about wxLOCALE_CONV_ENCODING pops up. You can safely "cancel" this, but then it segfaults on a debug message and only if the default

[Kicad-developers] [PATCH] expat dependency for cmake

2010-10-14 Thread Martijn Kuipers
Dear Devs, Kicad has a dependency on expat. It can either be provided by expat or by wxWidgets. However, cmake does not look for expat and as such if not found, a linker error occurs (which is bad, since it happens near the end of the building process). This patch adds a non-required

Re: [Kicad-developers] [PATCH] expat dependency for cmake

2010-10-15 Thread Martijn Kuipers
, Brian. On 14 October 2010 12:10, Martijn Kuipers martijn.kuip...@gmail.com wrote: Dear Devs, Kicad has a dependency on expat. It can either be provided by expat or by wxWidgets. However, cmake does not look for expat and as such if not found, a linker error occurs (which is bad

Re: [Kicad-developers] [PATCH] expat dependency for cmake

2010-10-16 Thread Martijn Kuipers
On Oct 15, 2010, at 16:32 PM, Wayne Stambaugh wrote: On 10/15/2010 6:37 AM, Brian Sidebotham wrote: I already had a suspicion my patch was not complete. I was hoping to achieve that cmake does all the dependency checks and then decides if there is enough to build it or to ask for other

Re: [Kicad-developers] [PATCH] expat dependency for cmake

2010-10-16 Thread Martijn Kuipers
snip There are two ways that wxWidgets depends on expat: 1) wxXml class depends on expat. 2) xrc depends on wxXml which depends on expat My current theory is this: wxWidgets folks have probably gotten their build system fairly robust for users of 2), i.e. xrc. For those that are

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Martijn Kuipers
On Oct 27, 2010, at 1:27 AM, Wayne Stambaugh wrote: On 10/26/2010 2:58 PM, Marco Serantoni wrote: On 26/ott/2010, at 20.54, Dick Hollenbeck wrote: On 10/26/2010 01:50 PM, Marco Serantoni wrote: In those days i was thinking about to add an internal event generation for some kicad

Re: [Kicad-developers] sourceforge.net svn repo is emptied

2010-11-11 Thread Martijn Kuipers
Hi Dick, Great. Why not submit a single text-file saying it is hosted now on lp.? /Martijn On Nov 11, 2010, at 23:32 PM, Dick Hollenbeck wrote: I was able to erase the content of the SVN repo at sourceforge.net. After doing that I disabled it for general use. But as we have learned,

Re: [Kicad-developers] [PATCH] wxWidgets 2.8 under Graphics Abstraction Layer Lib (GAL)

2010-12-14 Thread Martijn Kuipers
On Dec 14, 2010, at 2:55 AM, Dick Hollenbeck wrote: On 12/13/2010 01:48 PM, Dick Hollenbeck wrote: Wayne and Torsten, Here is a patch that allows the GAL to compile and run on Ubuntu Lucid x86_64 with *version wxWidgets 2.8.x* The key thing is the wxWidgets version. The repo seems to

Re: [Kicad-developers] New part file format units discussion.

2010-12-16 Thread Martijn Kuipers
On Dec 16, 2010, at 1:16 AM, Brian Sidebotham wrote: On 15 December 2010 20:07, Wayne Stambaugh wstamba...@dilon.com wrote: Dick and I have been discussing his ideas on making schematics and therefore parts dimensionless. The more I think about it, the more I like it. Please look over the

Re: [Kicad-developers] New part file format document.

2010-12-20 Thread Martijn Kuipers
On Dec 20, 2010, at 20:29 PM, Wayne Stambaugh wrote: On 12/20/2010 1:42 PM, Dick Hollenbeck wrote: On 12/14/2010 04:49 PM, Wayne Stambaugh wrote: I made some ,inor changes to clarify inherited vs base part and changed LPID names reflect local naming convention as suggested by Dick. Wayne

Re: [Kicad-developers] Kicad Library Concept Ideas

2011-02-03 Thread Martijn Kuipers
On Feb 3, 2011, at 19:13 PM, Dick Hollenbeck wrote: On 02/03/2011 12:37 AM, Dick Hollenbeck wrote: Start by conceptually, i.e. algorithmically walking through: PART* LIB_TABLE::LookupPart( const LPID aLPID, LIB* aLocalLib ) and conceptually step through that until you end up in

Re: [Kicad-developers] Kicad future documentation - first draft

2011-09-27 Thread Martijn Kuipers
On Sep 27, 2011, at 12:33 AM, Brian Sidebotham wrote: On 27 September 2011 00:22, Dick Hollenbeck d...@softplc.com wrote: On 09/26/2011 05:04 PM, Fred Cooke wrote: Yes it absolutely is constructive criticism, it points out weaknesses, explains why they are weaknesses, and explains how to

Re: [Kicad-developers] Kicad future documentation - first draft

2011-09-28 Thread Martijn Kuipers
AM, Dick Hollenbeck wrote: On 09/27/2011 03:33 AM, Martijn Kuipers wrote: On Sep 27, 2011, at 12:33 AM, Brian Sidebotham wrote: On 27 September 2011 00:22, Dick Hollenbeck d...@softplc.com wrote: On 09/26/2011 05:04 PM, Fred Cooke wrote: Yes it absolutely is constructive criticism

Re: [Kicad-developers] Concerns about clearing disagreements before committing.

2011-11-24 Thread Martijn Kuipers
Dick and Vladimir, Thanks for trying to solve this together! I agree with your assessment. I think I read that board-files will be saved in a defined unit (engineering unit). I think this is great especially if the board-file also has the information on which unit is used (mm, mil, nm,

Re: [Kicad-developers] OSX and new Icons

2011-12-09 Thread Martijn Kuipers
Hi, On Dec 9, 2011, at 8:51 PM, Marco Serantoni wrote: Hi folks, I'm as usual doing my semestral build of Kicad, one is for Xmas. I've noticed that icons were changed i wish to compliment with the author for the enhancement, i appreciated the KDE style but i'm afraid that could be

Re: [Kicad-developers] [PATCH] - PCBNEW - implement PS plotting width correction.

2011-12-30 Thread Martijn Kuipers
I didn't know it either and Brians' explanation did not explain it to me fully (sorry Brian), so I decided I wanted to know. I found this page (http://www.standardpc.com/engineering.htm) where they say: **Etch factor is a reduction of line width due to the etching process. The sides of the

Re: [Kicad-developers] Reverse engineering on KiCad

2012-03-14 Thread Martijn Kuipers
On Mar 14, 2012, at 2:37 PM, Solonen Vesa wrote: Some forgotten details: Original thread [1] and some more [2]. Regarding linking problems mentioned on [2] they are solved by taking WxWidgets cmake modules from the current branch. Namely 'UsewxWidgets.cmake' and 'FindwxWidgets.cmake'. By

Re: [Kicad-developers] Library License

2012-03-22 Thread Martijn Kuipers
On Mar 22, 2012, at 3:30 PM, Dick Hollenbeck wrote: On 03/22/2012 06:38 AM, Opendous Support wrote: Footprints are not subject to copyright either. They are not creative: ... they are simple data gathered from JEDEC, IPC and manufacturer sources. Copyright is designed to protect the

Re: [Kicad-developers] Hello, I want to help with you project

2012-03-27 Thread Martijn Kuipers
Hello Edwin, You had the first step right. Joining this mailing-list is the right place to start helping KiCad. We have a few very core contributors (I am not one of them), who are improving KiCad in a rapid pace. As a matter of fact, the improvements through the last year of KiCad have been

Re: [Kicad-developers] Hello, I want to help with you project

2012-03-27 Thread Martijn Kuipers
you? cheers fabrizio On Tue, Mar 27, 2012 at 12:12 PM, Martijn Kuipers martijn.kuip...@gmail.com wrote: Hello Edwin, You had the first step right. Joining this mailing-list is the right place to start helping KiCad. We have a few very core contributors (I am not one of them), who

Re: [Kicad-developers] Hello, I want to help with you project

2012-03-27 Thread Martijn Kuipers
On Tue, Mar 27, 2012 at 1:30 PM, Martijn Kuipers martijn.kuip...@gmail.com wrote: On Mar 27, 2012, at 12:22 PM, Edwin van den Oetelaar wrote: First: Thanks for the warm welcome everyone. For now I just want to get to know the project by fixing some bugs that nobody got time for. (or some

Re: [Kicad-developers] New job.

2012-04-16 Thread Martijn Kuipers
Good luck. But from what we have seen from your work, they're lucky to have you. /Martijn On Apr 16, 2012, at 10:54 PM, Wayne Stambaugh wrote: I just want to let my fellow KiCad developers know that I will be starting a new job Wednesday. I'm not sure how this will impact the amount of

Re: [Kicad-developers] Python binding of enums

2012-08-10 Thread Martijn Kuipers
Hi All involved in scripting :-) I am a scripting-sceptic, but must say amazing progress is being made. Perhaps I will become a script-kiddy at my age :-) Thanks! /Martijn On Aug 10, 2012, at 7:15 AM, Lorenzo Marcantonio wrote: On Fri, Aug 10, 2012 at 07:33:24AM +0200, Miguel Angel Ajo

Re: [Kicad-developers] Python binding of enums

2012-08-10 Thread Martijn Kuipers
Lorenzo, I got it ;-) On Aug 10, 2012, at 10:37 AM, Lorenzo Marcantonio wrote: On Fri, Aug 10, 2012 at 10:50:02AM +0200, Miguel Angel Ajo Pelayo wrote: In fact, Martjin is right, the scripting is progressing faster than I expected even if things can be refined later :-) (like the enums

Re: [Kicad-developers] PLUGIN::Footprint*() from python

2012-11-14 Thread Martijn Kuipers
On Wed, 14 Nov 2012 08:25:04 -0600 Dick Hollenbeck d...@softplc.com wrote: 1) Footprints inside a BOARD. 2) Footprints inside a library. 3) Footprints exported. 1)- they can be on F.Cu or B.Cu layers either. 2)- Should always be represented in a normalized form. a) no

Re: [Kicad-developers] New here !

2012-12-18 Thread Martijn Kuipers
Hi Léo, Thank you for your interest in KiCad. I agree, it is already very powerful. I think your email already gave you a hint of what could be done quote I know KiCad leader is french but I've don't see any french kicad book… /quote Now I am not suggesting you to start and write a book, but

Re: [Kicad-developers] Mac OSX build, with scripting, codename wife

2013-03-10 Thread Martijn Kuipers
Hi Miguel, Downloading as we speak. On the github page you call it a universal OSX binary, but that would mean it supports both PowerPC and Intel based MACS, whereas is this email announcement you call it i386 +x64 build. I'm looking forward in compiling it myself, just to see if your solution

Re: [Kicad-developers] Mac OSX build, with scripting, codename wife

2013-03-10 Thread Martijn Kuipers
://www.nbee.es +34911407752 skype: ajoajoajo On 11/03/2013, at 01:29, Martijn Kuipers martijn.kuip...@gmail.com wrote: Congratulations Miguel! I just completed a build on a pristine Macbook Air. Some (minor) comments: You need wget, bzr and swig. I installed all of these with homebrew

Re: [Kicad-developers] Mac OSX build, with scripting, codename wife

2013-03-10 Thread Martijn Kuipers
/2.8.10.2/bin/cmake So we should document how to install brew, and cmake + wget + bzr + swig Miguel Angel Ajo http://www.nbee.es +34911407752 skype: ajoajoajo On 11/03/2013, at 01:29, Martijn Kuipers martijn.kuip...@gmail.com wrote: Congratulations Miguel! I just completed

Re: [Kicad-developers] I am not dyslexic but need help

2013-04-11 Thread Martijn Kuipers
You're welcome. I hope it solved it for you. Thanks for your work on KiCad as it is getting easier and easier to work with and to teach to beginners. /Martijn On Apr 11, 2013, at 6:54 PM, Dick Hollenbeck d...@softplc.com wrote: Thank you Martin. Sorry to involve the list with this, but it

Re: [Kicad-developers] About MCAD integration

2013-05-06 Thread Martijn Kuipers
On the verge of asking a stupid question: Why isn't VRML sufficient? Most packages support it and there is even a free library (Coin3d is now GPL). /Martijn On May 6, 2013, at 9:16 AM, Miguel Angel Ajo miguelan...@nbee.es wrote: Well, the full models can be done later, What I find more

Re: [Kicad-developers] Oscad an EDA tool

2013-07-01 Thread Martijn Kuipers
Just wondering if you (the OSCAD team) made any changes to KiCAD. I went to your site, but was unable to find any source code to do a comparison. So, my question is: did you do any enhancement/bug-fixing/changed to KiCAD code ? Were any of our main debs aware of OSCAD launching? It seemed to

Re: [Kicad-developers] Oscad an EDA tool

2013-07-01 Thread Martijn Kuipers
wrote: On Mon, Jul 1, 2013 at 10:00 AM, Martijn Kuipers martijn.kuip...@gmail.com mailto:martijn.kuip...@gmail.com wrote: Just wondering if you (the OSCAD team) made any changes to KiCAD. I went to your site, but was unable to find any source code to do a comparison. So, my

Re: [Kicad-developers] Oscad an EDA tool

2013-07-02 Thread Martijn Kuipers
. Regards Oscad Team On Tue, Jul 2, 2013 at 1:53 AM, Martijn Kuipers martijn.kuip...@gmail.com wrote: Hi, On Jul 1, 2013, at 7:25 PM, Oscad Team oscad.t...@gmail.com wrote: Hello Dick, Martijn, Edwin We have not modified/bug-fixed/enhanced the KiCad source code. We have only used

Re: [Kicad-developers] Push and shove router

2013-09-18 Thread Martijn Kuipers
Awesome work! On Sep 18, 2013, at 8:50 PM, Tomasz Wlostowski tomasz.wlostow...@cern.ch wrote: On 09/18/2013 09:48 PM, Miguel Angel wrote: I can only say *awesome*. Thanks :) I supposed that you were kidding with the VB / Comic Sans... but you left me suffering for a moment... Just

Re: [Kicad-developers] Push and shove router

2013-09-18 Thread Martijn Kuipers
No worries. I'm happy it was just a misunderstanding. Can't wait to test it for my next board, which is soon. /Martijn On Sep 18, 2013, at 9:36 PM, Tomasz Wlostowski tomasz.wlostow...@cern.ch wrote: On 09/18/2013 10:14 PM, Javier Serrano wrote: On Wed, Sep 18, 2013 at 10:00 PM, Martijn

Re: [Kicad-developers] Python scripting documentation

2013-09-21 Thread Martijn Kuipers
On Sep 21, 2013, at 9:39 AM, Miguel Angel miguelan...@ajo.es wrote: Thoughts on this: * The pythonland libraries need a serious refactor, at this moment all functions and classes are brought together by swig into pcbnew.py: helper functions (LoadBoard, SaveBoard...) unit

Re: [Kicad-developers] Kicad distribution method for users - some updates

2013-10-18 Thread Martijn Kuipers
Adam, I am using your PPA and I find it very valuable.It's a great way to get a recent version. I think the PPA solves the problem for most Ubuntu/Debian users and seems to be widely accepted. I don't see the need for inclusion in Ubuntu repos, but the choice is yours. Anyway, many thanks for

[Kicad-developers] A tribute to KiCad quality

2013-11-18 Thread Martijn Kuipers
Dear devs, I am in no way affiliated to this site, but it shows that KiCad is used to change the way things work. This site is an excellent example of the quality of KiCad and I sincerely hope they reach the funding to build their system: http://mobilecg.hu/ Keep up the great work (both the

Re: [Kicad-developers] A tribute to KiCad quality

2013-11-18 Thread Martijn Kuipers
://www.kickstarter.com/projects/mossmann/hackrf-an-open-source-sdr-platform And I bet that people contributing to KiCad have some more good examples. Regards, Orson On 11/18/2013 10:48 AM, Martijn Kuipers wrote: Dear devs, I am in no way affiliated to this site, but it shows that KiCad is used

Re: [Kicad-developers] Next steps

2013-11-28 Thread Martijn Kuipers
On Nov 28, 2013, at 12:07 PM, Lorenzo Marcantonio l.marcanto...@logossrl.com wrote: On Thu, Nov 28, 2013 at 10:56:42AM +0100, Maciej Sumiński wrote: I am particularly interested in the main developers' view about points: - Cut/copy/paste Never felt a need for copy/paste on a board...

Re: [Kicad-developers] Next steps

2013-11-29 Thread Martijn Kuipers
On Nov 29, 2013, at 9:29 AM, Maciej Sumiński maciej.sumin...@cern.ch wrote: On 11/28/2013 01:10 PM, Martijn Kuipers wrote: On Nov 28, 2013, at 12:07 PM, Lorenzo Marcantonio l.marcanto...@logossrl.com wrote: On Thu, Nov 28, 2013 at 10:56:42AM +0100, Maciej Sumiński wrote: I am

Re: [Kicad-developers] English error

2014-03-03 Thread Martijn Kuipers
Hi, On Mar 3, 2014, at 2:35 PM, Fabrizio Tappero fabrizio.tapp...@gmail.com wrote: Hello, This might be message that pops out 20 or 30 times on a fresh ubuntu install: LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent I think the English

Re: [Kicad-developers] CvPCB - Error

2014-03-03 Thread Martijn Kuipers
Well from Portugal behind a decent ASDL connection I get the following: wget https://codeload.github.com/KiCad/Capacitors_Tantalum_SMD.pretty/zip/master --2014-03-03 17:57:07-- https://codeload.github.com/KiCad/Capacitors_Tantalum_SMD.pretty/zip/master Resolving codeload.github.com...

Re: [Kicad-developers] CvPCB - Error

2014-03-03 Thread Martijn Kuipers
On Mar 3, 2014, at 9:36 PM, Dick Hollenbeck d...@softplc.com wrote: On 03.03.2014 11:58, Martijn Kuipers wrote: Well from Portugal behind a decent ASDL connection I get the following: wget https://codeload.github.com/KiCad/Capacitors_Tantalum_SMD.pretty/zip/master --2014-03-03 17:57:07

Re: [Kicad-developers] KIPRJMOD appears to be broken.

2014-04-15 Thread Martijn Kuipers
Happy birthday! I hope you get some raspberry pie :-) /Martijn On 15 Apr 2014, at 15:23, Dick Hollenbeck d...@softplc.com wrote: Sorry for the inconvenience. Dick I want to say thanks to everyone for their patience on the Kiway work. I know its been somewhat disruptive. To

Re: [Kicad-developers] 3D-Viewer new rendering and contributions.

2014-07-29 Thread Martijn Kuipers
VIva Mário, They look awesome. Thanks! One thing I just noticed immediately, and perhaps it was already so in the previous 3d viewer, is that the silkscreen extends beyond the board. In your “Gruvin Co v1.2” board, the silkscreen of the RP-SMA and slide-switch extends beyond the board

Re: [Kicad-developers] Project proposal

2014-09-01 Thread Martijn Kuipers
On 01 Sep 2014, at 19:54, jp charras jp.char...@wanadoo.fr wrote: Le 01/09/2014 11:44, Brian Sidebotham a écrit : On 1 September 2014 10:17, Javier Serrano javier.serrano.par...@gmail.com wrote: On Sat, Aug 30, 2014 at 8:47 PM, Wayne Stambaugh stambau...@verizon.net wrote: [snip] I am

Re: [Kicad-developers] Project proposal

2014-09-01 Thread Martijn Kuipers
On 01 Sep 2014, at 21:54, Brian Sidebotham brian.sidebot...@gmail.com wrote: On 1 September 2014 20:17, Martijn Kuipers martijn.kuip...@gmail.com wrote: On 01 Sep 2014, at 19:54, jp charras jp.char...@wanadoo.fr wrote: Le 01/09/2014 11:44, Brian Sidebotham a écrit : On 1 September 2014

Re: [Kicad-developers] Config file relocation (new patch)

2014-09-03 Thread Martijn Kuipers
On 03 Sep 2014, at 22:05, Moses McKnight mo...@texband.net wrote: Hi Wayne, I'm not sure now if that is where they should go. I looked a little through past emails here and apparently things such as libraries, modules, etc are in subdirectories in ~/Library/Application Support/kicad

Re: [Kicad-developers] Config file relocation (new patch)

2014-09-03 Thread Martijn Kuipers
it is fine with me. Sorry for the noise. I don't even have a Mac available to look at, so I'm just going by what I'm told or can find! Thanks for doing that :-) /Martijn Moses On 09/03/2014 04:10 PM, Martijn Kuipers wrote: On 03 Sep 2014, at 22:05, Moses McKnight mo...@texband.net wrote

Re: [Kicad-developers] Incremental build speeds.

2014-10-22 Thread Martijn Kuipers
Tim, On 22 Oct 2014, at 17:45, Tim Hutt tdh...@gmail.com wrote: Oh yeah I forgot to mention I have an SSD, and -j4 did not make a huge difference (can't remember exact time). I like the DLL solution though! I'm planning to (maybe) do a bit of work on the 3d viewer as it is not much code

Re: [Kicad-developers] OS X Packaging Update

2014-12-23 Thread Martijn Kuipers
Hi Adam, and others, I myself several years ago tried a OS X package and know the pain it gives. I think the Drag Drop you have is fine. If you want to do more interesting things, then I would like to suggest a program called Packages (http://s.sudre.free.fr/Software/Packages/about.html

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

2015-01-14 Thread Martijn Kuipers
On 14 Jan 2015, at 21:07, Cirilo Bernardo cirilo.berna...@gmail.com wrote: On Thu, Jan 15, 2015 at 3:27 AM, Tomasz Wlostowski tomasz.wlostow...@cern.ch mailto:tomasz.wlostow...@cern.ch wrote: On 13.01.2015 20:11, Wayne Stambaugh wrote: This is a tricky issue that has been discussed

Re: [Kicad-developers] OSX Nightlies Update

2015-02-18 Thread Martijn Kuipers
On 18 Feb 2015, at 22:01, Adam Wolf adamw...@feelslikeburning.com wrote: Also, they ones I posted are not ancient--they're from last week. :) With the pace that KiCad is going, that’s ancient. That was too easy, sorry. Seriously. Thanks Adam, great effort get OSX KiCad up to snuff. And

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Martijn Kuipers
Hi Adam, I just quickly opened some of my boards and all work as expected. KiCad has become huge….600MB for “just” KiCad and 860MB for the footprints (offline usage). It works great though, thanks. /Martijn On 17 Feb 2015, at 19:26, Wayne Stambaugh stambau...@gmail.com wrote: Great

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

2015-03-26 Thread Martijn Kuipers
Viva Miguel, We should be fine, from https://www.gnu.org/licenses/gpl-faq.html#v3Notwithstanding: https://www.gnu.org/licenses/gpl-faq.html#v3Notwithstanding: In AGPLv3, what counts as “interacting with [the software] remotely through a computer network?” If the program is expressly

Re: [Kicad-developers] Caching/storimg datasheets in KiCad for offline use?

2015-09-23 Thread Martijn Kuipers
Good morning (it is here), I use partkeepr for my datasheets and “inventory”. It takes a bit of pain to put all your components in, but then the information is easy to get to, searchable and all. It can even take a photo of you component via webcam, which is great for housings. It is open

Re: [Kicad-developers] Caching/storimg datasheets in KiCad for offline use?

2015-09-23 Thread Martijn Kuipers
Hi Lorenzo (and list, as this might interest some of you), > On 23 Sep 2015, at 08:01, Lorenzo Marcantonio <l.marcanto...@logossrl.com> > wrote: > > On Wed, Sep 23, 2015 at 07:57:50AM +0100, Martijn Kuipers wrote: >> I use partkeepr for my datasheets and “inventory”

Re: [Kicad-developers] Crazyflie 2.0 quadcopter: 3D screenshots

2015-09-23 Thread Martijn Kuipers
Unbelievable! This looks really nice. Congratulations, Martijn > On 23 Sep 2015, at 21:26, easyw wrote: > > Hi, > > when I saw Crazyflie 2.0 quadcopter I said: that's really awsome! ... but it > was missing the 3D :) > ___ >

Re: [Kicad-developers] OpenSSL license

2016-01-12 Thread Martijn Kuipers
Hi, > On 12 Jan 2016, at 19:49, Javier Serrano > wrote: > > Hi, the thread about libcurl made me think about a recent discussion I > read about OpenSSL licensing. The OpenSSL license seems to be > incompatible with GPL [1]. They do have plans to migrate to

Re: [Kicad-developers] OpenSSL license

2016-01-12 Thread Martijn Kuipers
> On 12 Jan 2016, at 23:48, Wayne Stambaugh <stambau...@gmail.com> wrote: > > On 1/12/2016 4:01 PM, Martijn Kuipers wrote: >> Hi, >>> On 12 Jan 2016, at 19:49, Javier Serrano <javier.serrano.par...@gmail.com> >>> wrote: >>> >>

Re: [Kicad-developers] KiCad patch?

2017-01-05 Thread Martijn Kuipers
> On 5 Jan 2017, at 21:42, Wayne Stambaugh wrote: > > I just stumbled across this: > > https://www.adafruit.com/product/720 > > They claim "Badge created with permission by the KiCad team." Does > anyone know who gave them this permission? I don't ever remember anyone

[Kicad-developers] KiCad at EuroCircuits

2017-03-15 Thread Martijn Kuipers
Dear Developers, I am in no way affiliated with EuroCircuits, but I just received an invitation to a KiCad seminar. http://www.eurocircuits.com/blog/kicad-seminar/ I see this as a huge compliment for the state and rate of improvements of KiCad.

Re: [Kicad-developers] Mac packaging update

2018-04-27 Thread Martijn Kuipers
Thanks Adam and others for trying so hard to make kicad play nice on OSX. Happy hacking, Martijn On Fri, 27 Apr 2018, 16:46 Adam Wolf, wrote: > Identified the issue. The applications, when launched from KiCad.app, > use the embedded Python, but when launched

Re: [Kicad-developers] A reminder on Git commit comments

2018-05-03 Thread Martijn Kuipers
FWIW, there are a few software packages out there that can help with git and are free to use with open source projects, such as, Gitkraken and Smartgit. I am not affiliated with any of them, but I have used them both. They are pretty much similar for the most common use cases and both provide a

Re: [Kicad-developers] [RFC] Symbol library file format

2019-01-02 Thread Martijn Kuipers
> On 3 Jan 2019, at 04:17, Andrew Lutsenko wrote: > > Wayne, > > > There are some interesting and practical concepts with protobuf but it's > functionally a binary storage method which I am opposed to. > > That is a somewhat common misconception because protobufs are frequently used > for

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Martijn Kuipers
If separate, you could update it more frequently. Just take care it is understandable for which lkicad version it applies. Local docs is where I look first. Just my 2cents. Martijn A quarta, 19/01/2022, 05:44, Ajith Narayanan escreveu: > Greetings! > > KiCad's documentation is in a standard

Re: [Kicad-developers] PLUGIN::Footprint*() from python

2012-11-14 Thread Martijn Kuipers (Private)
Hi list, I have never designed more than double sided PCBs with KiCad, so I have never run into this. What happens to the layers of a footprint if I place a component on the bottom-side ? Are all the layers reversed, i.e., fronts means back and vice versa? /Martijn On Nov 14, 2012, at 1:57

Re: [Kicad-developers] Parallel build errors on Windows using mingw32-make

2013-01-24 Thread Martijn Kuipers (Private)
Hi, I had a similar problem some years ago with CMake. The solutions then was to add add_dependencies to the targets. From cmake.org quote add_dependencies: Add a dependency between top-level targets. add_dependencies(target-name depend-target1 depend-target2 ...) Make a