Re: [Kicad-developers] Ubuntu PPA for Kicad 5: unmet dependencies

2018-09-14 Thread Kaspar Emanuel
Thanks Jean-Samuel, that sorted it. On 12 September 2018 at 20:45, Jean-Samuel Reynaud wrote: > Yes for trusty there is an an update for WX to do since default WX > version is outdated in trusty. I copied those missing package on ppa for > kicad 4 but I forgot for 5.0. Im' gona to fix this

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-14 Thread John Beard
Hi, Quick bug report on fb748be43 (eeschema GAL HEAD) on Linux: Undoing a global label doesn't refresh. 1) Make a global label 2) Undo it 3) Nothing happens 4) Refresh (F3): Label disappears Otherwise, looking quite slick. Cheers, John On Fri, Sep 14, 2018 at 10:30 AM Jeff Young wrote: > > I

Re: [Kicad-developers] [Proposal] merge optional Python3 support

2018-09-14 Thread Nick Østergaard
This still needs testing on macos, but as no one have proved it to be broken ok macos, I vote for merging as is. It has been tested on windows and linux. fre. 14. sep. 2018 11.39 skrev Thomas Pointhuber : > Hi, > > I posted this proposal on launchpad, but no answers so far: > * see:

Re: [Kicad-developers] Multi-threaded zone triangulation

2018-09-14 Thread Seth Hillbrand
Am Fr., 14. Sep. 2018 um 05:12 Uhr schrieb Jeff Young : > Hi Seth, > > When you added the std::thread stuff for zone triangulation, did you > search for wxStrings which might be also be used outside the threads > (globals, in particular)? > > We really should get rid of wxString everywhere that’s

[Kicad-developers] Multi-threaded zone triangulation

2018-09-14 Thread Jeff Young
Hi Seth, When you added the std::thread stuff for zone triangulation, did you search for wxStrings which might be also be used outside the threads (globals, in particular)? We really should get rid of wxString everywhere that’s not GUI-related, but that’s going to be a big job…. Cheers,

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #3949

2018-09-14 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

[Kicad-developers] Build failed in Jenkins: linux-kicad-full-gcc-head #3948

2018-09-14 Thread Miguel Angel Ajo
See Changes: [jeff] Bump up number of items allowed in Clarify Selection menu. [jeff] Don't use nullprt for a dialog's parent. [jeff] Fix some tooltips. [jeff] Space out placed footprints with some

[Kicad-developers] [Proposal] merge optional Python3 support

2018-09-14 Thread Thomas Pointhuber
Hi, I posted this proposal on launchpad, but no answers so far: * see: https://bugs.launchpad.net/kicad/+bug/1785119 As some already noticed, I made patches to get Python 3 working with KiCad (has to be explicit enabled). Windows and Linux tests were successful and I think it can be merged to

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-14 Thread Jeff Young
I pushed JP’s patches. What’s our plan for getting this branch merged to master? Cheers, Jeff. > On 14 Sep 2018, at 10:15, jp charras wrote: > > Le 12/09/2018 à 17:01, Jeff Young a écrit : >> I just pushed a fix for a segfault while routing. >>

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-14 Thread jp charras
Le 12/09/2018 à 17:01, Jeff Young a écrit : > I just pushed a fix for a segfault while routing. > (https://bugs.launchpad.net/kicad/+bug/1792037) > > Cheers, > Jeff. Hi Jeff, Attached 2 other patches for Eeschema GAL. The first allows switching between Cairo and Opengl. The second fixes Zoom