Re: [Kicad-developers] Immediate mode actions

2019-06-19 Thread Wayne Stambaugh
The immediate actions are back to the same behavior as the initial commit (one shot) and using the toolbar or menu to select a tool now stacks tools so each escape to exit the current tool brings up the previous tool until you finally end up back at the selection tool. I think users are going to e

Re: [Kicad-developers] [PATCH] get initial Python 3 support

2019-06-19 Thread mitjan696-ubu...@yahoo.co.uk
Hi Nick! I am still in the market for 5.1 python3 enabled win64 installer. Regards, Mitja On Saturday, 23 March 2019, 12:47:50 CET, Nick Østergaard wrote: Ok, I can try that, but I am on vacation thus week, so I am not sure I will get arpund to it very soon. lør. 23. mar. 2019 12.34

Re: [Kicad-developers] Immediate mode actions

2019-06-19 Thread Jeff Young
Ahh, I misunderstood your earlier comments. When you said they should act the same I thought you meant both like the old immediate action behaviour, not both like the old toolbar behaviour. > On 19 Jun 2019, at 13:46, Wayne Stambaugh wrote: > > The immediate actions are back to the same behav

Re: [Kicad-developers] Immediate mode actions

2019-06-19 Thread Jeff Young
What about “unfold bus”? Leaves you in the wire tool (like “start wire”), or in the previous tool (like “move”)? > On 19 Jun 2019, at 15:08, Jeff Young wrote: > > Ahh, I misunderstood your earlier comments. When you said they should act > the same I thought you meant both like the old immedi

Re: [Kicad-developers] Immediate mode actions

2019-06-19 Thread Jeff Young
I take the question back. It will be *far* easier to implement it like “start wire”, so unless anyone objects I’ll go that way. Cheers, Jeff. > On 19 Jun 2019, at 15:18, Jeff Young wrote: > > What about “unfold bus”? Leaves you in the wire tool (like “start wire”), or > in the previous tool

Re: [Kicad-developers] [Patch] bitmap2component: Support for multiple input units.

2019-06-19 Thread jp charras
Le 14/06/2019 à 20:24, Johannes Wågen a écrit : > Hi > > I have made a patch to bitmap2component so that it supports entering > dimensions in mm, inches, mils, and DPI. It is now also possible to lock > the aspectratio to the ratio of the input bitmap. When the aspect ratio > is locked and one dim

Re: [Kicad-developers] Immediate mode actions

2019-06-19 Thread Jeff Young
Another scenario: I’m in the Wire Tool. I go to the Library Browser, look around, and then double-click a symbol. Back in the canvas, with the Add Symbol tool now active, I click to place my new symbol. What now? Add Symbol stays active, or back to the Wire Tool? Cheers, Jeff. > On 19 Jun

Re: [Kicad-developers] Immediate mode actions

2019-06-19 Thread Wayne Stambaugh
If you are unsure, spin a quick 5.1 branch build for comparison purposes. On 6/19/19 10:08 AM, Jeff Young wrote: > Ahh, I misunderstood your earlier comments. When you said they should act > the same I thought you meant both like the old immediate action behaviour, > not both like the old toolb

Re: [Kicad-developers] Immediate mode actions

2019-06-19 Thread Wayne Stambaugh
For new features like bus unfolding, we have some leeway to decide how we want to handle things. I think in the case of bus unfolding, selecting the wire tool makes sense. Whether or not drawing a wire should immediately happen after unfolding a bus is debatable. I'm open to ideas on this. On 6

Re: [Kicad-developers] Immediate mode actions

2019-06-19 Thread Jeff Young
New bits are in…. > On 19 Jun 2019, at 18:04, Wayne Stambaugh wrote: > > For new features like bus unfolding, we have some leeway to decide how > we want to handle things. I think in the case of bus unfolding, > selecting the wire tool makes sense. Whether or not drawing a wire > should immedi