Re: [Kicad-developers] [PATCH] hierarchy navigator icon moved where it belongs

2017-06-17 Thread Marcos Chaparro
Yeah, please remove it, I never used it despite I know its there. It will make more space for other more useful icons that are not displayed on a 720 display. Regards On Jun 17, 2017 13:08, "jp charras" wrote: > Le 17/06/2017 à 17:43, Simon Richter a écrit : > > Hi, > >

Re: [Kicad-developers] [PATCH] hierarchy navigator icon moved where it belongs

2017-06-17 Thread jp charras
Le 17/06/2017 à 17:43, Simon Richter a écrit : > Hi, > > On 17.06.2017 14:41, Wayne Stambaugh wrote: > >> I wonder if the navigation tool is really necessary. Does any one use >> it? > > There is a hierarchy navigation tool? > >Simon > The actual hierarchy navigation tool is located on

Re: [Kicad-developers] [PATCH] hierarchy navigator icon moved where it belongs

2017-06-17 Thread Simon Richter
Hi, On 17.06.2017 14:41, Wayne Stambaugh wrote: > I wonder if the navigation tool is really necessary. Does any one use > it? There is a hierarchy navigation tool? Simon signature.asc Description: OpenPGP digital signature ___ Mailing list:

Re: [Kicad-developers] [RFC] Documentation for pcbnew plugins

2017-06-17 Thread Simon Küppers
I am sorry, I did not mean to rush things. I will look over your suggestions :-) Thanks! Am 17.06.2017 um 15:41 schrieb Wayne Stambaugh: > Simon, > > Please be patient. I know things have been a bit slow on the mailing > list recently. This is not that unusual in the summer as developers are >

Re: [Kicad-developers] [RFC] Documentation for pcbnew plugins

2017-06-17 Thread Wayne Stambaugh
Simon, Please be patient. I know things have been a bit slow on the mailing list recently. This is not that unusual in the summer as developers are on vacation or busy doing other things. I took a look at your document and have the following comments: Avoid referring to the Python plugin as a

Re: [Kicad-developers] [PATCH] hierarchy navigator icon moved where it belongs

2017-06-17 Thread Fabrizio Tappero
Hi guys, no worries. To my eyes this change was similar to move the zoom icon. I learn only now that right hand side icons change the status of the mouse and horizontal icons cannot have this functionality. My knowledge of KiCad is definitely limited. +1 for removing it. I find its use already

Re: [Kicad-developers] [PATCH] hierarchy navigator icon moved where it belongs

2017-06-17 Thread Wayne Stambaugh
On 6/17/2017 8:11 AM, jp charras wrote: > Le 17/06/2017 à 13:38, Fabrizio Tappero a écrit : >> Hi guys, >> I'd like to reminder that this patch is still pending. I would love it to be >> applied. >> >> cheers >> Fabrizio > > Hi Fabrizio, > > Sorry to say that, but you cannot move this icon

Re: [Kicad-developers] [PATCH] hierarchy navigator icon moved where it belongs

2017-06-17 Thread jp charras
Le 17/06/2017 à 13:38, Fabrizio Tappero a écrit : > Hi guys, > I'd like to reminder that this patch is still pending. I would love it to be > applied. > > cheers > Fabrizio Hi Fabrizio, Sorry to say that, but you cannot move this icon without changing the associated code. Unlike icons in

Re: [Kicad-developers] [PATCH] hierarchy navigator icon moved where it belongs

2017-06-17 Thread Fabrizio Tappero
Hi guys, I'd like to reminder that this patch is still pending. I would love it to be applied. cheers Fabrizio On Thu, Jun 8, 2017 at 10:03 AM, Fabrizio Tappero < fabrizio.tapp...@gmail.com> wrote: > Hello, > I moved the hierarchy navigator icon next to the other two hierarchy icons > to make

Re: [Kicad-developers] Proposal to change "Copy" to "Duplicate"

2017-06-17 Thread Fabrizio Tappero
Dear Ruth, your feedback is really useful. Especially because it focuses on inconsistencies across different tools. I would like to propose to you to: 1) use the list of problems you made to present a list of solutions where the problem is quickly mentioned. In this way others on this mailing list

Re: [Kicad-developers] [RFC] Documentation for pcbnew plugins

2017-06-17 Thread Simon Küppers
Since there hasn't been any followup, attached is the patch. Best Regards!From 76b31cda55b725ca60e4f8bf10167f97d0da0416 Mon Sep 17 00:00:00 2001 From: Simon Kueppers Date: Thu, 15 Jun 2017 11:27:33 +0200 Subject: [PATCH] Started documentation for pcbnew plugins ---