Re: [Kicad-developers] KICAD_USE_FONT_REDUCED_SET question

2019-10-07 Thread Ian McInerney
If this needs to stay configurable, it would probably be better as an option in the config panel rather than at build-time. Otherwise, we would have to maintain a version of the binaries with/without the added characters and it might start to confuse users. -Ian On Mon, Oct 7, 2019 at 9:01 PM jp

[Kicad-developers] Mac folks, Catalina help?

2019-10-07 Thread Adam Wolf
Hi folks! The latest version of macOS went public today, and we have an issue where you can't make a new project on it :) https://bugs.launchpad.net/kicad/+bug/1834717 I want to get a better debugging setup in Catalina so I can maybe see a better stack trace, but it's going to take a few days. I

Re: [Kicad-developers] KICAD_USE_FONT_REDUCED_SET question

2019-10-07 Thread jp charras
Le 07/10/2019 à 20:07, Seth Hillbrand a écrit : > Hi JP- > > > I noticed that you added an option to disable the CJK ideographs > in 34b26a0ac because you were seeing out of memory issues under OpenGL.  > The stroke fonts should only be loading on the system heap (4.5MB for > the current CJK set)

[Kicad-developers] KICAD_USE_FONT_REDUCED_SET question

2019-10-07 Thread Seth Hillbrand
Hi JP- I noticed that you added an option to disable the CJK ideographs in 34b26a0ac because you were seeing out of memory issues under OpenGL. The stroke fonts should only be loading on the system heap (4.5MB for the current CJK set), so if it's leaking into the video memory, I'd like to addres

Re: [Kicad-developers] Unicode Hotkeys

2019-10-07 Thread Wayne Stambaugh
Ian, I'm all for fixing broken hotkeys. I suspect your assessment is correct and that fixing it will not be as easy as using the sample code in the wxWidgets documentation. I'm guessing we have (unsuccessfully) added code to try to work around this already. Any attempt to fix this is going to r