[Kicad-developers] [RFC] Changing default text size

2017-09-06 Thread Oliver Walters
Currently the default text size in eeschema for labels is 60mils. The official libs and KLC require 50mils. Users can "easily" change the default setting to 50mils but it seems an unnecessary step that could be removed. Would changing the default label size from 60mils to 50mils break anything?

Re: [Kicad-developers] Mac questions: fast build and BRIGHT_BOX

2017-09-06 Thread Jon Evans
Update: apparently the solution was to restart my computer, because apparently in Mac OS the clipboard manager daemon can just stop working... and this is common enough that people blog about it. https://danwarne.wordpress.com/2014/03/05/fix-stuck-mac-os-clipboard-copypaste/ *rolls eyes* -Jon

Re: [Kicad-developers] Mac questions: fast build and BRIGHT_BOX

2017-09-06 Thread Jon Evans
These aren't just benign asserts, the actual function (copy version to clipboard) doesn't work for me. I tried on release build, and the function still doesn't work (shows a popup error: "Failed to create the clipboard"). I will dig in a bit more if I have time. -Jon On Wed, Sep 6, 2017 at 1:52

Re: [Kicad-developers] Mac questions: fast build and BRIGHT_BOX

2017-09-06 Thread jp charras
Le 06/09/2017 à 19:29, Bernhard Stegmaier a écrit : > I didn’t see any issues with release builds - I did use it a couple of times > the last days. > On all of my machines, also on 10.12. > > Maybe this assertion is only active in debug builds (didn’t try a debug build > for some while)? > >

Re: [Kicad-developers] Mac questions: fast build and BRIGHT_BOX

2017-09-06 Thread Jon Evans
+I added this issue as LP: 1715440 One more Mac OS issue that I'm curious if others see on 10.12: "Copy Version Info" from the About dialog doesn't work, and results in the following debug assertions: ../src/osx/carbon/clipbrd.cpp(65): assert "m_pasteboard" failed in Clear(): Clipboard creation

[Kicad-developers] [PATCH] Minor UI improvements

2017-09-06 Thread Michael Kavanagh
Hi all, Please find attached a small patch for the KiCad manager, mostly edits to bring the menu bar more inline with Windows and macOS guidelines. Changed some hotkeys as well. Regards, Michael 0001-Minor-UI-improvements.patch Description: Binary data

Re: [Kicad-developers] [PATCH] Add support for panning with left and right mouse buttons

2017-09-06 Thread Andrey Kuznetsov
Thanks Jon, also useful with mice that have shitty middle mouse buttons that are either hard to press or spin freely willy, or both, that makes it hard to press the button without zooming in all over the place. On Tue, Sep 5, 2017 at 6:31 PM, Jon Evans wrote: > Hi all, > >