Re: [Kicad-developers] Tool Event Question

2019-01-17 Thread Maciej Suminski
Hi Seth, Apologies for late reply. I do not think there is any technical obstacle to follow the proposed way. It has never been necessary to let a single event trigger multiple transitions, that is the sole reason why it is implemented that way. Cheers, Orson On 1/18/19 4:39 AM, Seth Hillbrand w

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [hillbrand] Minor code formatting [hillbrand] pcbnew: Discard delete action when routing -- [...truncated 154.71 KB...] [ 87%] Built target pl_editor

Re: [Kicad-developers] Tool Event Question

2019-01-17 Thread Seth Hillbrand
Anyone have thoughts on this? Thanks- Seth Am 2019-01-03 18:07, schrieb Seth Hillbrand: Hi Devs- Quick question for Tom or others familiar with the event handling code. In addressing a ratsnest issue[1], I found that the event handler will only allow a single action per tool per event. While

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [tomasz.wlostowski] pcbnew: multiple fixes concerning track->pad net propagation used by -- [...truncated 156.09 KB...] [ 88%] Building CXX object ee

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [jeff] Fix 2 separate issues with saving the m_canvasType setting. -- [...truncated 155.58 KB...] [ 87%] Linking CXX executable pl_editor [ 87%] Built

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [hillbrand] Fix segfaults from not checking index -- [...truncated 155.60 KB...] [ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.di

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [hillbrand] pcbnew: Add cursor help to renumber pads [hillbrand] modedit: Renumber pads should hold removed numbers -- [...truncated 155.55 KB...] [ 8

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] Footprint editor, GAL mode: add missing initialization of local -- [...truncated 156.00 KB...] [ 88%] Building CXX object eesch

Re: [Kicad-developers] [PATCH 1/7] Clear comp highlighting before highlight new one.

2019-01-17 Thread Seth Hillbrand
Am 2019-01-17 04:51, schrieb Константин Барановский: Hi Seth. Thank you for your attention. 1) I admit I made a bad choice and now I'm working on new patch with which either Esc closes a cell editor if it's active or Esc closes dialog if a cell editor doesn't active. 2) This patch is fixed and

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [hillbrand] modedit: Mirror custom pads -- [...truncated 155.66 KB...] [ 88%] Built target qa_pcb_parse_input Scanning dependencies of target gerbview

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] SHAPE_ARC: fix uninitialized member in a CTOR that created issues in a -- [...truncated 155.64 KB...] [ 87%] Building CXX object

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

2019-01-17 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] Eeschema: block rotate and block mirror: fix missing screen refresh. -- [...truncated 155.63 KB...] [ 87%] Built target pl_edito

Re: [Kicad-developers] [PATCH 7/7] Grid tricks: paste to selection.

2019-01-17 Thread Константин Барановский
Patch fixed. Thanks to Seth Hillbrand. ср, 16 янв. 2019 г. в 15:16, Baranovskiy Konstantin < baranovskiykonstan...@gmail.com>: > NEW: By default a clipboard is pasted to a grid starting from the > cursor position and doesn't matter is a selection of cells present or > not. Often a grid represents

Re: [Kicad-developers] [PATCH 1/7] Clear comp highlighting before highlight new one.

2019-01-17 Thread Константин Барановский
Hi Seth. Thank you for your attention. 1) I admit I made a bad choice and now I'm working on new patch with which either Esc closes a cell editor if it's active or Esc closes dialog if a cell editor doesn't active. 2) This patch is fixed and sent to accoring thread ([PATCH 7/7] Grid tricks: paste