[Kicad-developers] Snap to line ends if they are closer than the grid. Howto write GetNearestLineEnd?

2014-03-28 Thread cedric.dew...@telfort.nl
Hi All, I would like pcbnew and the module editor to snap to line ends, when they are closer to the mouse than the next grid point. Maybe it's usefull to have a key combination that switches from snap to grid, into snap to line ends. i don't know how to do this. The function GetNearestGridPositio

Re: [Kicad-developers] [Kicad-lib-committers] kicad.pro with all schematic libs

2017-04-16 Thread cedric.dew...@telfort.nl
Hi All, I don't have a deep understanding about the internal working of Kicad, so I have no idea what I'm talking about :-) When Kicad is started, I think the libraries are not yet accessed, until the user wants to place a new part in the schematic, the schematic is converted into a PCB, and oth

[Kicad-developers] Altium importer: Anybody already worked on this?

2018-12-17 Thread cedric.dew...@telfort.nl
Hi All, I would like to import Altium files into Kicad. I've tried Altium2Kicad. This kinda works, but it's written in a language i don't understand. Therefore I told the bugtracker and the forum I would like to build it again in C++, using fuctions of Kicad to do the actual writing of the board

[Kicad-developers] MSYS2: downgrade to GLM version 0.9.9.2

2018-12-17 Thread cedric.dew...@telfort.nl
Hi All, I'm trying to compile KiCAD in Windows7 using Msys2 64 bits. I get the following error: -- Found GLM: C:/msys64/mingw64/include (found suitable version "0.9.9.3", minimum required is "0.9.5.1") CMake Error at CMakeLists.txt:591 (MESSAGE): GLM version 0.9.9.3 is incompatible with KiCad. Pl

Re: [Kicad-developers] MSYS2: downgrade to GLM version 0.9.9.2

2018-12-17 Thread cedric.dew...@telfort.nl
64-i686-glm mingw-w64-x86_64-glm > >to your /etc/pacman.conf file to prevent glm from being upgraded in the >future. > >On 12/17/2018 3:35 PM, cedric.dew...@telfort.nl wrote: >> Hi All, >> I'm trying to compile KiCAD in Windows7 using Msys2 64 bits. I get the >&g

[Kicad-developers] [PATCH] Added notes to downgrade GLM v0.9.9.3 to 0.9.9.2

2018-12-18 Thread cedric.dew...@telfort.nl
Hi All, This is my first patch, created by copying and pasting from github: https://github.com/cdwijs/kicad-source-mirror/commit/019dec6edacd63237680b0662e720b8dab6f1664 Is this method acceptable? Cheers, Cedric Documentation/development/compiling.md

[Kicad-developers] [PATCH] Added notes to downgrade GLM v0.9.9.3 to 0.9.9.2

2018-12-18 Thread cedric.dew...@telfort.nl
>Post this patch to the mailing list. > >Cheers, > >Wayne > >On 12/18/2018 8:16 AM, cedric.dew...@telfort.nl wrote: >> Hi All,  >> This is my first patch, created by copying and pasting from github: >> https://github.com/cdwijs/kicad-source-mirr

[Kicad-developers] Debugging Kicad, can this be done with Qt creator?

2018-12-19 Thread cedric.dew...@telfort.nl
Hi All, I would like to set breakpoints in the Kicad source, and then run a graphical debugger. I know how to set this up with Qt projects in Qt creator. What's your method? Is qt a workable solution, or should I use ecipse? I'm on Windows 7, with msys2 Cheers, Cedric ___

Re: [Kicad-developers] Debugging Kicad, can this be done with Qt creator?

2018-12-19 Thread cedric.dew...@telfort.nl
Thank you Mario. Could you send me your .pro and your .user file? Cheers, Cedric >Origineel Bericht >Van : mrluze...@ua.pt >Datum : 19/12/2018 09:55 >Aan : kicad-developers@lists.launchpad.net, cedric.dew...@telfort.nl >Onderwerp : Re: [Kicad-developers] Debugging Kicad,

Re: [Kicad-developers] Debugging Kicad, can this be done with Qt creator?

2018-12-22 Thread cedric.dew...@telfort.nl
ly all" instead of replying to only the development list? Cheers, Cedric >Origineel Bericht >Van : mrluze...@ua.pt >Datum : 19/12/2018 10:22 >Aan : kandre...@gmail.com >Cc : kicad-developers@lists.launchpad.net, cedric.dew...@telfort.nl >Onderwerp : Re: [Kicad-develop

Re: [Kicad-developers] Debugging Kicad, can this be done with Qt creator?

2018-12-22 Thread cedric.dew...@telfort.nl
." Cheers, Cedric >Origineel Bericht >Van : cedric.dew...@telfort.nl >Datum : 22/12/2018 10:49 >Aan : mrluze...@ua.pt >Cc : kicad-developers@lists.launchpad.net >Onderwerp : Re: [Kicad-developers] Debugging Kicad, can this be done with Qt >creator? > >Than

[Kicad-developers] Debugging Kicad, can this be done with Qt creator?

2018-12-30 Thread cedric.dew...@telfort.nl
Hi Mario, I have done the lazy route by using arch linux (manjaro) and opening the project in Qt. The first breakpoint has been hit, so I can start my devel work :-) . I will reinstall manjaro, and document the steps I've taken. Then I will post a patch on compile.md. Cheers and happy new yea

[Kicad-developers] Debugging Kicad, can this be done with Qt creator?

2018-12-31 Thread cedric.dew...@telfort.nl
tart debugging => start debugging >Origineel Bericht >Van : mrluze...@ua.pt >Datum : 30/12/2018 18:38 >Aan : kicad-developers@lists.launchpad.net, cedric.dew...@telfort.nl >Onderwerp : Re: [Kicad-developers] Debugging Kicad, can this be done with Qt >creator? > >

Re: [Kicad-developers] Debugging Kicad, can this be done with Qt creator?

2018-12-31 Thread cedric.dew...@telfort.nl
14:13 >Aan : kicad-developers@lists.launchpad.net, cedric.dew...@telfort.nl >Onderwerp : Re: [Kicad-developers] Debugging Kicad, can this be done with Qt >creator? > >Nice, this should be placed somewhere online for other people interested on >build on Arch Linux. >It looks Arch re

Re: [Kicad-developers] V6 merge update

2019-02-25 Thread cedric.dew...@telfort.nl
On 23/02/2019 10:48 AM, Simon Richter wrote: Hi Seth, On 22.02.19 18:11, Seth Hillbrand wrote: It should be easier for new features as they don't need the wrap the parsing in versioning checks; especially for semantic changes. It may be more effort when changing underlying structures t

Re: [Kicad-developers] Processing older versions (topic split from v6 Upgrade)

2019-02-28 Thread cedric.dew...@telfort.nl
:52, schrieb Seth Hillbrand: >> Am 2019-02-26 12:11, schrieb Simon Richter: >>> Hi Cedric, >>> >>> On 26.02.19 06:55, cedric.dew...@telfort.nl wrote: >>> >>>> I'm opposed to any program that modifies a file when I open >>>&