Re: [Kicad-developers] [RFC PATCH] No more boost::context

2016-01-23 Thread Wayne Stambaugh
On 1/23/2016 2:56 PM, Tomasz Wlostowski wrote: > On 23.01.2016 18:51, "Torsten Hüter" wrote: >> Hi Wayne, >> >> for a short term solution also an older Boost version can be used for >> Windows - or Tom's patch - it's at least not a blocker. >> I'm guessing Tom could do more productive stuff :) >>

Re: [Kicad-developers] Update on 3D refactor

2016-01-23 Thread Cirilo Bernardo
On Sat, Jan 23, 2016 at 11:02 PM, jp charras wrote: > Le 23/01/2016 10:49, Cirilo Bernardo a écrit : > > Hi folks, > > > > I've made a number of changes to address most of the comments on > > the 3D refactor branch: > > > > https://code.launchpad.net/~cirilo-bernardo/kicad/3d_initial_merge > > >

[Kicad-developers] cvpacb components

2016-01-23 Thread Martin Marmsoler
Hello, where I can find the function, where the connection about cvpcb and eeschema, how the parts will exchanged between cvpcb and eeschema? Martin ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad

Re: [Kicad-developers] [RFC PATCH] No more boost::context

2016-01-23 Thread Tomasz Wlostowski
On 23.01.2016 18:51, "Torsten Hüter" wrote: > Hi Wayne, > > for a short term solution also an older Boost version can be used for Windows > - or Tom's patch - it's at least not a blocker. > I'm guessing Tom could do more productive stuff :) > > For the long term solution it's of course possible

Re: [Kicad-developers] OS X: pinch-to-zoom support for wxWidgets 3.1

2016-01-23 Thread Wayne Stambaugh
On 1/23/2016 2:05 AM, Bernhard Stegmaier wrote: > It is just the other way round!? > > wxWidgets 3.1 and above defines wxEVT_MAGNIFY for *all* patforms. > wxWidgets <3.1 doesn’t have this functionality *at all*. > The wxCHECK_VERSION is IMHO the official way to check for wxWidgets >= > 3.1, so th

Re: [Kicad-developers] [RFC PATCH] No more boost::context

2016-01-23 Thread Torsten Hüter
Hi Wayne, for a short term solution also an older Boost version can be used for Windows - or Tom's patch - it's at least not a blocker. I'm guessing Tom could do more productive stuff :) For the long term solution it's of course possible to drop the coroutines completely and use the well known

[Kicad-developers] r6504 pcb_calculator accelerator

2016-01-23 Thread Chris Pavlina
Hi, Revision 6504 changes the pcb_calculator accelerator key from Ctrl+C to Ctrl+A, as "Ctrl+C cannot be used here as accelerator, because it is captured by other widgets". So is Ctrl+A, if the status messages box is focused, that's Select All ;) -- Chris __

Re: [Kicad-developers] [PATCH] Eeschema: Set modified flag after "Append Schematic Sheet"

2016-01-23 Thread Chris Pavlina
Committed in 6508. Thank you. On Fri, Jan 22, 2016 at 05:12:44PM +0100, Martin d'Allens wrote: > Using "Append Schematic Sheet" in Eeschema does not set the > IsModified() flag, which prevents from saving until another change is > made. > This very simple patch fixes this. > > Initial report: > h

Re: [Kicad-developers] Update on 3D refactor

2016-01-23 Thread jp charras
Le 23/01/2016 10:49, Cirilo Bernardo a écrit : > Hi folks, > > I've made a number of changes to address most of the comments on > the 3D refactor branch: > > https://code.launchpad.net/~cirilo-bernardo/kicad/3d_initial_merge > > Thanks to everyone who has taken time to try the code and post > c

[Kicad-developers] Update on 3D refactor

2016-01-23 Thread Cirilo Bernardo
Hi folks, I've made a number of changes to address most of the comments on the 3D refactor branch: https://code.launchpad.net/~cirilo-bernardo/kicad/3d_initial_merge Thanks to everyone who has taken time to try the code and post comments. I think the only outstanding comment is the one regardi