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

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

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

2010-10-15 Thread Martijn Kuipers
al check for the win32 monolithic build. KiCad uses this >> method, and then fails through the check_find_package_result() method >> if needed after all possible checks have been run. This is a neat way >> of handling multiple checks. You can find the >> check_find_package

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

2010-10-15 Thread Martijn Kuipers
Hi Brian, On Oct 15, 2010, at 11: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 dependencies, >> instead of findin

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

2010-10-15 Thread Martijn Kuipers
On Oct 15, 2010, at 15:04 PM, Dick Hollenbeck wrote: > FYI, > > Kicad does not use expat directly. wxWidgets does. wxWidgets includes > expat in its source tree. Well wxWidgets includes wxexpat in its source tree, not exactly expat per se. > > So one can argue that this is a discussion for t

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

2010-10-16 Thread Martijn Kuipers
On Oct 15, 2010, at 15:50 PM, Dick Hollenbeck wrote: > On 10/15/2010 09:26 AM, Martijn Kuipers wrote: >> On Oct 15, 2010, at 15:04 PM, Dick Hollenbeck wrote: >> >> >>> FYI, >>> >>> Kicad does not use expat directly. wxWidgets does.

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 o

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

2010-10-16 Thread Martijn Kuipers
> 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

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

2010-10-17 Thread Martijn Kuipers
On Oct 17, 2010, at 22:02 PM, Wayne Stambaugh wrote: > On 10/16/2010 2:52 PM, Martijn Kuipers wrote: >> >>> There are two ways that wxWidgets depends on expat: >>> >>> 1) wxXml class depends on expat. >>> >>> 2) xrc depends on wxXml whi

[Kicad-developers] Overflow-button in about menu segfaults

2010-10-19 Thread Martijn Kuipers
Hi Devs, I just noticed that the overflow button in the about-menu crashes with accessing a null-pointer. Easy fix would be to just remove wxAUI_NB_WINDOWLIST_BUTTON from the line below in common/dialog_about_base.fbp wxAUI_NB_SCROLL_BUTTONS|wxAUI_NB_TAB_FIXED_WIDTH|wxAUI_NB_WINDOWLIST_BUTTON

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 s

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Martijn Kuipers
On Oct 27, 2010, at 20:55 PM, Wayne Stambaugh wrote: > On 10/27/2010 1:32 PM, Marco Serantoni wrote: >> >> On 27/ott/2010, at 15.22, Wayne Stambaugh wrote: I also misunderstood Marco's email in thinking he was proposing a plugin-framework, but that is not the case. However, having thi

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, > di

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

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 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 discussion bel

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. >

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] OSX developer help.

2011-02-09 Thread Martijn Kuipers
Hi, On Feb 9, 2011, at 18:24 PM, Jerry Jacobs wrote: > On 2/9/11 1:52 PM, Nick Lott wrote: >> Hi all, >> KiCad nightly builds of the developer branch for os x are back. >> I've fixed my scripts for working with bazaar and the system is now > building and uploading daily. >> >> Currently not buil

Re: [Kicad-developers] new bitmaps

2011-09-07 Thread Martijn Kuipers
Hi Dick, I have first-hand experience how impressive wildfire can be. I am happy to hear/read that it worked out ok for your family-housing and hope others are as lucky as you. Take care, Martijn On Sep 7, 2011, at 5:14 AM, Dick Hollenbeck wrote: > This is what I've been up against lately: >

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 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 do it

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

2011-09-28 Thread Martijn Kuipers
ijn On Sep 28, 2011, at 1:08 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 wrote: >>>> On 09/26/2011 05:04 PM, Fred Cooke

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, whatever

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 > conf

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 copp

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'

Re: [Kicad-developers] Library License

2012-03-22 Thread Martijn Kuipers
On Mar 22, 2012, at 1:32 PM, Martin wrote: > I would highly recommend to avoid any copyright notices at all. Kicad is > OpenSource and all contributors working in the best meaning of the OpenSource > ideas. Introduction of copyright in any form may have fatal impact to the > future of this won

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 p

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 a

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

2012-03-27 Thread Martijn Kuipers
Tappero > wrote: >> Welcome Edwin, >> >> great to hear that you want to help. You will have plenty of chances >> to do so. What is that interests you? >> >> cheers >> fabrizio >> >> >> On Tue, Mar 27, 2012 at 12:12 PM, Martijn Ku

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

2012-03-27 Thread Martijn Kuipers
artijn > > Have a good day, > Edwin > > On Tue, Mar 27, 2012 at 1:30 PM, Martijn Kuipers > wrote: >> >> On Mar 27, 2012, at 12:22 PM, Edwin van den Oetelaar wrote: >> >>> First: Thanks for the warm welcome everyone. >>> >>> For now I jus

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 Pelay

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 e

Re: [Kicad-developers] Build issues today? (potential resend)

2012-10-23 Thread Martijn Kuipers
Wayne, Also OSX like 2.9 much better than 2.8 I always thought Windows was holding "us" back to 2.8, but if that is not the case. Anyway, whatever you guys decide is fine with me. Amazing how fast Kicad is improving, and it has done so for at least the last 2 years. Congrats to all. /Mart

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

2012-11-14 Thread Martijn Kuipers
On Wed, 14 Nov 2012 08:25:04 -0600 Dick Hollenbeck 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 "normalize

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 > I know KiCad leader is french but I've don't > see any french kicad book… Now I am not suggesting you to start and write a book, but perhaps y

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
;- python user scripts /Applications/kicad/doc <- documentation and demos ? Kind regards, Martijn > > > > Miguel Angel Ajo > http://www.nbee.es > +34911407752 > skype: ajoajoajo > > On 10/03/2013, at 11:18, Martijn Kuipers wrote: > >> Hi Miguel, >> >

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

2013-03-10 Thread Martijn Kuipers
and > change/fetch whatever they like :) > > >> >> >>> Kind regards, >>> Martijn >>> >>> >>> >>> >>>> >>>> >>>> >>>> Miguel Angel Ajo >>>> http://www.nb

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

2013-03-10 Thread Martijn Kuipers
-3 ... > > > Miguel Angel Ajo > http://www.nbee.es > +34911407752 > skype: ajoajoajo > > On 11/03/2013, at 01:29, Martijn Kuipers wrote: > >> Congratulations Miguel! >> >> I just completed a build on a pristine Macbook Air. >> >> Som

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

2013-03-10 Thread Martijn Kuipers
t; ../../.homebrew/Cellar/cmake/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

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

2013-04-11 Thread Martijn Kuipers
Hi Dick, Perhaps you already tried, but you have HTML formatting switched off, right? HTML setting in Thunderbird are notorious for missing spaces. You can set the default via Tools->Account Settings, Select account Inside the Composition and addressing tab there is a checkbox for setting HTML

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 wrote: > Thank you Martin. > > Sorry to involve the list with this, but it did concern t

Re: [Kicad-developers] UTF8 source files

2013-05-03 Thread Martijn Kuipers
On May 3, 2013, at 8:26 AM, Lorenzo Marcantonio wrote: > On Fri, May 03, 2013 at 09:12:50AM +0200, Edwin van den Oetelaar wrote: >> I checked the patch with GEdit, Vim, Geany, Notepad and HexEdit. >> The original text shows as a mu sign ( in html μ ) >> changes the text into an A circumflex (

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 wrote: > Well, the full models can be done later, > > What I find more important is the f

Re: [Kicad-developers] some crashes reported to Debian

2013-06-27 Thread Martijn Kuipers
Or we can ask the people from CMU to send us a proper bug report. /Martijn On Jun 27, 2013, at 7:02 PM, Adam Wolf wrote: > I believe those are the official maintainers of the official Debian > packages. I spent a few minutes reading the email. I think we can > just run Mayhem against Kicad to

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
eck wrote: > On 07/01/2013 07:31 AM, Edwin van den Oetelaar wrote: > > On Mon, Jul 1, 2013 at 10:00 AM, Martijn Kuipers > <mailto:martijn.kuip...@gmail.com>> wrote: > > > > Just wondering if you (the OSCAD team) made any changes to KiCAD. I > > went to your

Re: [Kicad-developers] Oscad an EDA tool

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

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 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 one question,

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 wrote: > On 09/18/2013 10:14 PM, Javier Serrano wrote: >> On Wed, Sep 18, 2013 at 10:00

Re: [Kicad-developers] Python scripting documentation

2013-09-21 Thread Martijn Kuipers
On Sep 21, 2013, at 9:39 AM, Miguel Angel 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 conversion macros, s

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 Ki

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

2013-11-18 Thread Martijn Kuipers
ter.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 affi

Re: [Kicad-developers] Next steps

2013-11-28 Thread Martijn Kuipers
On Nov 28, 2013, at 12:07 PM, Lorenzo Marcantonio 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... YMMV of course (perha

Re: [Kicad-developers] Next steps

2013-11-29 Thread Martijn Kuipers
On Nov 29, 2013, at 9:29 AM, Maciej Sumiński wrote: > On 11/28/2013 01:10 PM, Martijn Kuipers wrote: >> >> On Nov 28, 2013, at 12:07 PM, Lorenzo Marcantonio >> wrote: >> >>> On Thu, Nov 28, 2013 at 10:56:42AM +0100, Maciej Sumiński wrote: >>>

Re: [Kicad-developers] English error

2014-03-03 Thread Martijn Kuipers
Hi, On Mar 3, 2014, at 2:35 PM, Fabrizio Tappero 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 is not really correc

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... 192.30.252

Re: [Kicad-developers] CvPCB - Error

2014-03-03 Thread Martijn Kuipers
On Mar 3, 2014, at 9:36 PM, Dick Hollenbeck 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/mast

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 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 be

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 materia

Re: [Kicad-developers] Project proposal

2014-09-01 Thread Martijn Kuipers
On 01 Sep 2014, at 19:54, jp charras wrote: > Le 01/09/2014 11:44, Brian Sidebotham a écrit : >> On 1 September 2014 10:17, Javier Serrano >> wrote: >>> On Sat, Aug 30, 2014 at 8:47 PM, Wayne Stambaugh >>> wrote: >>> [snip] I am proposing that we move to a model more like the Linux

Re: [Kicad-developers] Project proposal

2014-09-01 Thread Martijn Kuipers
On 01 Sep 2014, at 21:54, Brian Sidebotham wrote: > On 1 September 2014 20:17, Martijn Kuipers wrote: >> >> On 01 Sep 2014, at 19:54, jp charras wrote: >> >> Le 01/09/2014 11:44, Brian Sidebotham a écrit : >> >> On 1 September 2014 10:17, Javier S

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

2014-09-03 Thread Martijn Kuipers
On 03 Sep 2014, at 22:05, Moses McKnight 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 Just a minor de

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

2014-09-03 Thread Martijn Kuipers
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

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 > asking us about this

[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] Incremental build speeds.

2014-10-22 Thread Martijn Kuipers
Tim, On 22 Oct 2014, at 17:45, Tim Hutt 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 and quite sel

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 wrote: > > > > On Thu, Jan 15, 2015 at 3:27 AM, Tomasz Wlostowski > wrote: > On 13.01.2015 20:11, Wayne Stambaugh wrote: > > This is a tricky issue that has been discussed before. The general > > consensus in the p

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 wrote: > > Great work Adam! All you O

Re: [Kicad-developers] OSX Nightlies Update

2015-02-18 Thread Martijn Kuipers
> On 18 Feb 2015, at 22:01, Adam Wolf 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 thanks to KiCad devs for th

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: In AGPLv3, what counts as “interacting with [the software] remotely through a computer network?” If the program is expressly de

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 so

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

2015-09-22 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 sou

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 > wrote: > > On Wed, Sep 23, 2015 at 07:57:50AM +0100, Martijn Kuipers wrote: >> I use partkeepr for my datasheets and “inventory”. It takes a bit of pain to >>

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 :) > ___ > Mailing list: https:/

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 Apache 2 > [2], which is compatible wit

Re: [Kicad-developers] OpenSSL license

2016-01-12 Thread Martijn Kuipers
> On 12 Jan 2016, at 23:48, Wayne Stambaugh wrote: > > On 1/12/2016 4:01 PM, Martijn Kuipers wrote: >> Hi, >>> On 12 Jan 2016, at 19:49, Javier Serrano >>> wrote: >>> >>> Hi, the thread about libcurl made me think about a recent discuss

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 standalone, use the system > Python

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 e

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

2010-09-07 Thread Martijn Kuipers
Dear list, I just encountered the same problem as Jerry compiling Kicad on OSX with wxWidget SVN (around 2.9.1), see here: https://lists.launchpad.net/kicad-developers/msg05158.html It is exactly the same error, which is not weird as I followed his instructions to the letter. Jerry, anyone: Di

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 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 with >> wxWidget SVN (around 2.9.1), see here: >> https://lists.launch

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

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, &

[Kicad-developers] This is really a distributed project

2010-09-09 Thread Martijn Kuipers
It probably comes from the history of the project, but do we really need so many places for Kicad? - Website at the LIS group (actually 2 addresses) - Website at Sourceforge - Wiki at sourceforge - SVN at sourceforge (but not updated) - BZR at launchpad - mailing-list at launchpad I know I just

[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. Pro

[Kicad-developers] OSX Installer debate

2010-09-13 Thread Martijn Kuipers
How do we want the OSX packages to look like (installer) ? At the moment we have a DMG-generated from scripts and one generated with CPack (I patched my CMakeList.txt with the patch from Jerry floating around on the list). Neither are satisfactory, in my opinion. Let me explain: If we add docs

Re: [Kicad-developers] OSX Installer debate

2010-09-13 Thread Martijn Kuipers
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 a DMG-generated from scripts and one generated with >> CPack (I patched my CMakeLi

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

Re: [Kicad-developers] OSX Installer debate

2010-09-13 Thread Martijn Kuipers
On Sep 13, 2010, at 16:56 PM, Dick Hollenbeck wrote: > >> Perhaps you are not familiar with the OSX installation process. It is >> extremely simple. You drag the application into the Applications folder and >> you are done. Uninstalling is simply done by deleting the application. OSX >> does

Re: [Kicad-developers] OSX Installer debate

2010-09-13 Thread Martijn Kuipers
On Sep 13, 2010, at 19:18 PM, Dick Hollenbeck wrote: > On 09/13/2010 12:42 PM, Jerry Jacobs wrote: >> As Kicad is getting more users and some people who write patches/join >> the mailing list it is better that there will be a official Mac OS X >> group within Kicad. This because things ar

Re: [Kicad-developers] OSX Installer debate

2010-09-13 Thread Martijn Kuipers
On Sep 13, 2010, at 18:42 PM, Jerry Jacobs wrote: > On 09/13/2010 05:01 PM, Martijn Kuipers wrote: ... >> Sure. For Kicad who is the OSX package manager? I hope (s)he is reading this >> list. As for Linux, I think Kicad ought to provide a static-version (should >>

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 slo

[Kicad-developers] Stable version

2010-09-14 Thread Martijn Kuipers
Sorry for so many questions, but I am new to KiCADbear with me, please :-) I think KiCAD is great and when showing it to my colleagues they asked me what is the version they should use. I did not know how to answer that :-( I think the process is like this: Every once in a while Jean-Pierre

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. > >

Re: [Kicad-developers] Bazaar snapshots

2010-09-21 Thread Martijn Kuipers
Hi Milan, On Sep 21, 2010, at 7:57 AM, Milan Horák wrote: > Seems like everyone is happy and satisfied ;-) Or not using it :-( > > Milan I think it is great, but I am on OSX. Perhaps you could ask Jean Pierre to add a link to your snapshots. Here on the dev-mailinglist there are probably not

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, referen

  1   2   >