[Kicad-developers] Build failed in Jenkins: linux-kicad-full-gcc-head #4029

2018-09-25 Thread Miguel Angel Ajo
See -- [...truncated 150.22 KB...] [ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/__/common/eda_text.cpp.o [ 88%] Building CXX object

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Andrzej Wolski
It is better now, but I still have some artifacts (Win 10), see here: https://www.dropbox.com/s/l671nfmdtikbmlq/kicad%202018-09-25%2023-05-52.mov?dl=0 Andrzej W dniu 2018-09-25 o 18:57, Jeff Young pisze: Thanks, JP. I’ve pushed another “fix”. It works on OSX, but then so did the first one,

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Seth Hillbrand
Hi Jeff- The net selector in Track and Via Properties works well. In the Pad Properties, the net selector causes the layer manager to flash and CPU usage to spike. It works but looks like there might be a different loop happening there. -S Am Di., 25. Sep. 2018 um 13:33 Uhr schrieb Wayne

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Wayne Stambaugh
Hey Jeff, It works for me on windows 10. Cheers, Wayne On 9/25/2018 12:57 PM, Jeff Young wrote: > Thanks, JP. I’ve pushed another “fix”. It works on OSX, but then so did the > first one, so who knows. > > Let me know how it works on Linux & MSW. > > Cheers, > Jeff. > > > >> On 25 Sep

Re: [Kicad-developers] [PATCH 4/4 (master)] Make help message of BOM dialog translatable.

2018-09-25 Thread Wayne Stambaugh
On 9/25/2018 3:36 PM, s...@hillbrand.org wrote: > Hi Konstantin- > > First, sorry for getting your given name incorrect in my previous message! > > Next, while I think that this patch is generally correct, I don't think > we should have this help dialog here anymore.  The information it >

Re: [Kicad-developers] [PATCH 4/4 (master)] Make help message of BOM dialog translatable.

2018-09-25 Thread seth
Hi Konstantin- First, sorry for getting your given name incorrect in my previous message! Next, while I think that this patch is generally correct, I don't think we should have this help dialog here anymore. The information it provides is out of date and doesn't relate directly to the

Re: [Kicad-developers] [PATCH 2/4 (master)] Pcbnew: fix column width in Nets dialog.

2018-09-25 Thread seth
Hi Baranovskiy- On 2018-09-25 07:17, Baranovskiy Konstantin wrote: Nets dialog (Inspect->List Nets) contains list control that has very small width for first and last columns. Changed algorithm for calculating optimal values for column width. --- .../dialogs/dialog_select_net_from_list.cpp |

Re: [Kicad-developers] [PATCH] Print stacktrace when SIGSEGV or SIGABRT appears

2018-09-25 Thread Thomas Pointhuber
Hi Wayne, thanks for reminder. I implemented a simple compile time switch to allow maintainers to enable/disable crash reporting. Regards, Thomas Am 25.09.18 um 18:38 schrieb Wayne Stambaugh: > Thomas, > > I looked at your branch and it look like you haven't made your debug > report code a

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Jeff Young
Thanks, JP. I’ve pushed another “fix”. It works on OSX, but then so did the first one, so who knows. Let me know how it works on Linux & MSW. Cheers, Jeff. > On 25 Sep 2018, at 16:38, jp charras wrote: > > Le 25/09/2018 à 16:09, Jeff Young a écrit : >> OK, so it looks correct, it’s just

Re: [Kicad-developers] [PATCH] Make generic 'common' test and add UTF8 tests

2018-09-25 Thread Wayne Stambaugh
Hey John, This looks good to me. I do like the idea of putting all of the tests in the qa folder rather than having tests scattered throughout the code. If no one else has any objections, I'll merge this as soon as I get a chance. Thanks, Wayne On 9/25/2018 10:32 AM, John Beard wrote: > Hi,

Re: [Kicad-developers] [PATCH] Print stacktrace when SIGSEGV or SIGABRT appears

2018-09-25 Thread Wayne Stambaugh
Thomas, I looked at your branch and it look like you haven't made your debug report code a build option yet. This will definitely have to be done in order to merger this because we cannot guarantee full core dump reports so packagers will have to be able to build without the reporting in some

Re: [Kicad-developers] Windows Flickering?

2018-09-25 Thread Wayne Stambaugh
Hey Seth, On 9/25/2018 11:42 AM, Seth Hillbrand wrote: > Hi Windows Devs- > > There's a report over at https://bugs.launchpad.net/bugs/1775946 of some > flickering while routing or dragging a track under Windows.  I don't > observe this using Mac or Linux in any of the canvases.  I suspect it >

[Kicad-developers] Windows Flickering?

2018-09-25 Thread Seth Hillbrand
Hi Windows Devs- There's a report over at https://bugs.launchpad.net/bugs/1775946 of some flickering while routing or dragging a track under Windows. I don't observe this using Mac or Linux in any of the canvases. I suspect it might be the clear selection action but I'd like to know how

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread jp charras
Le 25/09/2018 à 16:09, Jeff Young a écrit : > OK, so it looks correct, it’s just closing itself immediately. > > @JP or @Wayne, > > Could one of you put a breakpoint in NET_SELECTOR_POPUP::DoPopup() (in > net_selector.cpp somewhere around line 134) and see why it’s exiting? > > Thanks, > Jeff.

[Kicad-developers] [PATCH] Make generic 'common' test and add UTF8 tests

2018-09-25 Thread John Beard
Hi, These patches make a place for unit tests of stuff in /common under /qa. This has to move some existing stuff around a little bit: * /qa/common -> /qa/qa_utils * /qa/geometry is now part of the new /qa/common This makes a place to put libcommon tests and keeps /qa as an analogue of the main

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Jeff Young
OK, so it looks correct, it’s just closing itself immediately. @JP or @Wayne, Could one of you put a breakpoint in NET_SELECTOR_POPUP::DoPopup() (in net_selector.cpp somewhere around line 134) and see why it’s exiting? Thanks, Jeff. > On 25 Sep 2018, at 14:04, Andrzej Wolski wrote: > >

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Andrzej Wolski
This is how it looks: https://www.dropbox.com/s/fplbtsct41ycwoj/kicad%202018-09-25%2014-53-52.mov?dl=0 Moving mouse does not change anything. Andrzej W dniu 2018-09-25 o 14:15, Jeff Young pisze: Hi Andrzej, A couple of more questions. Does it look right when it shows up briefly, or is it

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Wayne Stambaugh
On 9/25/2018 6:46 AM, Andrzej Wolski wrote: > Another observation: when I click on net selector and try to enter > character there, the character goes into "start point x" or "position x" > field. > > Andrzej > > W dniu 2018-09-25 o 12:29, Jeff Young pisze: >> Hi Andrzej, >> >> How recent is

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Jeff Young
Hi Andrzej, A couple of more questions. Does it look right when it shows up briefly, or is it very short? Do you move the mouse inside it before it closes back up, or does it do that even if you don’t move the mouse at all? If the former, can you move the mouse into it very quickly after

[Kicad-developers] [PATCH 2/4 (master)] Pcbnew: fix column width in Nets dialog.

2018-09-25 Thread Baranovskiy Konstantin
Nets dialog (Inspect->List Nets) contains list control that has very small width for first and last columns. Changed algorithm for calculating optimal values for column width. --- .../dialogs/dialog_select_net_from_list.cpp | 49 +++ 1 file changed, 39 insertions(+), 10

[Kicad-developers] [PATCH 4/4 (master)] Make help message of BOM dialog translatable.

2018-09-25 Thread Baranovskiy Konstantin
For more details see: https://lists.launchpad.net/kicad-developers/msg36544.html --- eeschema/CMakeLists.txt | 17 -- eeschema/dialogs/dialog_bom.cpp | 214 ++- eeschema/dialogs/dialog_bom_help.html | 286 -- 3 files changed, 208

[Kicad-developers] [PATCH 3/4 (master)] Pcbnew: make units in ViaSizeSelectBox translatable.

2018-09-25 Thread Baranovskiy Konstantin
--- pcbnew/tool_pcb_editor.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pcbnew/tool_pcb_editor.cpp b/pcbnew/tool_pcb_editor.cpp index b5c64c3a1..f6f3c50bd 100644 --- a/pcbnew/tool_pcb_editor.cpp +++ b/pcbnew/tool_pcb_editor.cpp @@ -686,17 +686,17 @@ void

[Kicad-developers] [PATCH 1/4 (master)] Pcbnew: make "Swap Layers" title translatable.

2018-09-25 Thread Baranovskiy Konstantin
--- pcbnew/dialogs/dialog_swap_layers_base.fbp | 2 +- pcbnew/dialogs/dialog_swap_layers_base.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_swap_layers_base.fbp b/pcbnew/dialogs/dialog_swap_layers_base.fbp index d09937aa2..f1c20d88d 100644 ---

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Andrzej Wolski
Another observation: when I click on net selector and try to enter character there, the character goes into "start point x" or "position x" field. Andrzej W dniu 2018-09-25 o 12:29, Jeff Young pisze: Hi Andrzej, How recent is your code? Seth made some recent fixes to the Net Selector on

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Andrzej Wolski
I'm on current master (ee465fb23). Andrzej W dniu 2018-09-25 o 12:29, Jeff Young pisze: Hi Andrzej, How recent is your code? Seth made some recent fixes to the Net Selector on GTK, so let’s make sure you’ve got that code first. Neither Seth nor I have MSW, so all bets are off there….

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Jeff Young
Hi Andrzej, How recent is your code? Seth made some recent fixes to the Net Selector on GTK, so let’s make sure you’ve got that code first. Neither Seth nor I have MSW, so all bets are off there…. Cheers, Jeff. > On 25 Sep 2018, at 11:09, Andrzej Wolski wrote: > > Hi Jeff, > > net

Re: [Kicad-developers] New version of net selector up

2018-09-25 Thread Andrzej Wolski
Hi Jeff, net selector seems to no longer work on Windows and Linux. When I try to drop it down it just flickers and folds back up. Andrzej W dniu 2018-09-21 o 21:43, Jeff Young pisze: I just pushed a new version of the net selector combobox. It’s a complete re-write using less wxStuff, and