Re: [Kicad-developers] GAL canvas deadlock

2018-10-10 Thread Andrew Lutsenko
Can't repro on Win 10 either: Application: kicad Version: (6.0.0-rc1-dev-862-gab1f01613), release build Libraries: wxWidgets 3.0.3 libcurl/7.54.1 OpenSSL/1.0.2l zlib/1.2.11 libssh2/1.8.0 nghttp2/1.23.1 librtmp/2.3 Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian,

Re: [Kicad-developers] GAL canvas deadlock

2018-10-10 Thread Andrew Lutsenko
No, can't repro either. I'll try on win later today, maybe it's platform specific. Application: kicad Version: (6.0.0-rc1-dev-848-g13997f005), release build Libraries: wxWidgets 3.0.3 libcurl/7.60.0 OpenSSL/1.0.2o zlib/1.2.8 libidn2/2.0.2 libpsl/0.19.1 (+libidn2/2.0.2) libssh2/1.8.0

Re: [Kicad-developers] GAL canvas deadlock

2018-10-10 Thread Seth Hillbrand
Am Mi., 10. Okt. 2018 um 14:55 Uhr schrieb Andrew Lutsenko < anlutse...@gmail.com>: > Seth, > > It might be related to action plugin buttons I added. Try it with > scripting and action menu on. > Code to rebuild toolbar is gated by KICAD_SCRIPTING_ACTION_MENU iirc. > Good thought. Re-compiled

Re: [Kicad-developers] GAL canvas deadlock

2018-10-10 Thread Andrew Lutsenko
Seth, It might be related to action plugin buttons I added. Try it with scripting and action menu on. Code to rebuild toolbar is gated by KICAD_SCRIPTING_ACTION_MENU iirc. Regards, Andrew On Wed, Oct 10, 2018 at 1:26 PM Seth Hillbrand wrote: > Hi Jeff- > > Can't reproduce here. Running both

Re: [Kicad-developers] GAL canvas deadlock

2018-10-10 Thread Seth Hillbrand
Hi Jeff- Can't reproduce here. Running both eeschema and pcbnew. Changed pcbnew grid settings from the pcbnew window. Application: kicad Version: (6.0.0-rc1-dev-858-g0090bea24), debug build Libraries: wxWidgets 3.0.2 libcurl/7.52.1 OpenSSL/1.0.2l zlib/1.2.8 libidn2/0.16 libpsl/0.17.0

Re: [Kicad-developers] Net selector

2018-10-10 Thread Eeli Kaikkonen
Was the purpose of a0b8755f478f7829ca5 and the one before that to let the filter field to ignore spacebar? If so, it doesn't seem to work. Editing the net label in eeshcema's Label Properties dialog apparently has some excluding code, maybe there's something useful? Keeping the filter text

[Kicad-developers] GAL canvas deadlock

2018-10-10 Thread Jeff Young
I’m getting a GAL canvas deadlock when I have both PCBNew and Eeschema running. To reproduce, open both a schematic and a board, go to Preferences and change one of the GAL grid settings. (I was changing PCBNew’s minimum grid spacing, but I imagine it reproduces with the others as well.) On

Re: [Kicad-developers] [Proposal] merge optional Python3 support

2018-10-10 Thread Seth Hillbrand
Am Mi., 10. Okt. 2018 um 03:25 Uhr schrieb Thomas Pointhuber < thomas.pointhu...@gmx.at>: > Hi, > > I rebased the branch and fixed the few bracket issues I found: > * https://github.com/pointhi/kicad-source-mirror/tree/python3 > > Now with eeschema-gal merged, it would be nice to get this into

Re: [Kicad-developers] Net selector

2018-10-10 Thread Eeli Kaikkonen
ke 10. lokak. 2018 klo 17.45 Jeff Young (j...@rokeby.ie) kirjoitti: > I think I managed to fix both return and other printable characters. > > Return opens the popup. > Other printable characters open the popup and start the filtering. > Shift-return OK’s the dialog. > > At least in theory (and

Re: [Kicad-developers] IPO_PROPERTIES in Via placement?

2018-10-10 Thread Simon Richter
Hi, Jeff, On 10/10/2018 12:21 AM, Jeff Young wrote: > Can you say more about the net ties code? Does it have a properties dialog? Not during placement, I think, and I hope to get away without any properties dialog. The general idea is that net ties exist either standalone or modify a via or

Re: [Kicad-developers] Net selector

2018-10-10 Thread Jeff Young
I think I managed to fix both return and other printable characters. Return opens the popup. Other printable characters open the popup and start the filtering. Shift-return OK’s the dialog. At least in theory (and in practice on OSX). Cheers, Jeff. > On 10 Oct 2018, at 11:38, Jeff Young

[Kicad-developers] Something odd with Eeschema GAL

2018-10-10 Thread Jeff Young
We currently have GPU caching turned off (it’s commented out in SCH_DRAW_PANEL::setDefaultLayerDeps()). If I turn it back on, then when scrolling the origin off the screen some objects are drawn in a different order. We have code in to draw background fills first so that borders, text, etc.

Re: [Kicad-developers] Net selector

2018-10-10 Thread Jeff Young
Hi John, Thanks for the report. More comments below: > On 10 Oct 2018, at 11:10, John Beard wrote: > > Hi Jeff, > > In general it looks very nice. > > On GTK+ (Arch), freshly rebased and built today on the new GAL stuff. > > * The net field is reachable by tab-traversal. For example, in

Re: [Kicad-developers] 5.0.1 status

2018-10-10 Thread Marco Ciampa
On Mon, Oct 08, 2018 at 09:24:02AM -0400, Wayne Stambaugh wrote: > How much time will our translators and librarians need to tag 5.0.1? > Hopefully not too long so we can give our packagers time to get > release packages built. I would like to make the > release announcement this coming weekend

Re: [Kicad-developers] Net selector

2018-10-10 Thread John Beard
Hi Jeff, In general it looks very nice. On GTK+ (Arch), freshly rebased and built today on the new GAL stuff. * The net field is reachable by tab-traversal. For example, in the trace properties, it can be reached with "Shift-Tab, Shift-Tab" from the default focus when the dialog opens. * It

Re: [Kicad-developers] Net selector

2018-10-10 Thread hauptmech
I strongly agree. On 10/10/2018 10:16 PM, John Beard wrote: Correct handling of focus, tab-traversal and so on is also important for accessibility reasons, as well as being indicative of a coherent UI in general. It's pretty annoying to be able to fill in almost all of a dialog, but have

Re: [Kicad-developers] Net selector

2018-10-10 Thread Jeff Young
Hi John, If you’re on Windows or GTK, I’d appreciate it if you could try out the Net Selector (in Track & Via Properties or Pad Properties) from the keyboard and tell me how it goes. It’s all good on OSX, but that’s the only machine I have. Cheers, Jeff. > On 10 Oct 2018, at 10:16, John

Re: [Kicad-developers] [Proposal] merge optional Python3 support

2018-10-10 Thread Thomas Pointhuber
Hi, I rebased the branch and fixed the few bracket issues I found: * https://github.com/pointhi/kicad-source-mirror/tree/python3 Now with eeschema-gal merged, it would be nice to get this into upstream as well. Regards, Thomas > I noticed some K curly bracket placement that needs to be fixed

Re: [Kicad-developers] Net selector

2018-10-10 Thread John Beard
Hi, I do (try to) use most dialogs with the keyboard (limited sensation in my fingers make mice and especially touchpads less useful to me). Correct handling of focus, tab-traversal and so on is also important for accessibility reasons, as well as being indicative of a coherent UI in general.

Re: [Kicad-developers] Janitor cleanup

2018-10-10 Thread Maciej Sumiński
Hi Seth, I have just executed the script. FYI: 81 bugs fixed in 5.0.1, well done! Cheers, Orson On 10/9/18 8:29 PM, Seth Hillbrand wrote: > Hi Orson- > > Do you have the janitor script that you used to bulk-mark the fixed bugs > for 5.0? If so, would it be possible to re-run that for 5.0.1? >