[Kicad-developers] BOM component table dialog (quasi-)modality in osx

2017-06-01 Thread Dan Green
Hi, I’ve lurked this list for quite some time, and finally applied to join, so thank you for approving me. I hope I can make some contributions to this excellent project. I use KiCAD in OSX 10.12 and noticed an issue with the recent BOM component table feature. When closing the dialog box,

Re: [Kicad-developers] BOM component table dialog (quasi-)modality in osx

2017-06-06 Thread Dan Green
;> properly close dialogs with wxWidgets. Don't use the code in most of >>> the dialogs in KiCad as they are incorrect and are poor examples of how >>> to do it correctly. There are a few that are correct and none of them >>> call either EndQuasiModal or EndModal or ev

[Kicad-developers] [Patch] Update PCB from Schematic hotkey in pcbnew and bug in schematic filename

2017-09-25 Thread Dan Green
Hi all, here are two patches to address some minor issues with the "Update PCB from Schematic” tool when called from pcbnew. The first adds the F8 hotkey to match eeschema. The second fixes a bug that happens if the project name contains a period (e.g.: MyProject_rev1.2). In this case, the

Re: [Kicad-developers] [Patch] Update PCB from Schematic hotkey in pcbnew and bug in schematic filename

2017-09-26 Thread Dan Green
s one now that I know where the issue exists. > > Thanks, > > Wayne > > On 9/25/2017 7:19 PM, Dan Green wrote: > > Hi all, here are two patches to address some minor issues with the "Update > > PCB from Schematic” tool when called from pcbnew. The first adds t

Re: [Kicad-developers] [Patch] Update PCB from Schematic hotkey in pcbnew and bug in schematic filename

2017-09-28 Thread Dan Green
r the "Update PCB > from Schematic" menu entry ends up being "Alt + Alt + F8" instead of > "Alt + F8" (see attached image). Do you have time to look at this and > see if you can fix it? The broken code is in common/hotkeys.cpp. This > will have to be fixed to i

Re: [Kicad-developers] [Patch] Update PCB from Schematic hotkey in pcbnew and bug in schematic filename

2017-10-02 Thread Dan Green
On Friday, September 29, 2017 at 11:32 PM, jp charras wrote: > Le 29/09/2017 à 03:51, Dan Green a écrit : > > Odd, on macOS the menu displays properly as the option symbol+F8. Yes I can > > look into tomorrow, I > > have kicad building on a linux machine at work.

Re: [Kicad-developers] Need testers for a patch to merge hotkeys and accelerators

2017-10-04 Thread Dan Green
I’m testing the V2 patch on OS X now. I made sure the hotkeys were set back to their defaults in the preferences before testing. Unfortunately, pressing a hotkey just triggers the accelerator action, and not the hotkey. Same thing in eeschema as well as GAL and Legacy canvases. Oddly, in GAL

Re: [Kicad-developers] eeschema copy working?

2017-10-24 Thread Dan Green
Hi Bernhard, Selecting a block and then hitting Cmd-C works for me in the latest master branch. The Paste toolbar icon becomes un-grey when I hit Cmd-C and the block becomes de-selected. Then clicking the Paste icon inserts a new block that I can place by clicking. Likewise, hitting Cmd-V

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

2018-09-07 Thread Dan Green
> -Click+dragging on a symbol starts a selection rectangle instead of moving > the symbol Scratch this one. It's the same behavoir as in the current nightly. > On Sep 7, 2018, at 5:36 PM, dann wrote: > > Nice! > > Here’s a few things I found on OSX 10.13.6, Retina iMac: > >