Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Chris Goddard
On 31/08/15 15:15, Attila Kinali wrote: An example where Kicad fails with external consistency is the use of the mouse wheel. While all EDA, CAD and simple drawing applications I've used in the past have the following mapping: wheel -> up/down shift-wheel -> left/right

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Mark Roszko
>The mouse wheel and navigation (as mentioned above). Make it consistent with other EDA, CAD and drawing applications: wheel -> up/down, shift-wheel -> left/right, ctrl-wheel -> zoom I disagree, EAGLE uses mouse wheel zoom and it is by far one of the most widely used tools these days. On

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Mário Luzeiro
Good work on that list! I just give an quick overlook on that, I think one thing was not mentioned was the consistency on the edition of parameters. (For example the way that you insert a value of some type (ex a diameter, or a position) is different depending of the function/dialog.) One thing

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Bob Gustafson
I vote for having a qualifier key to tweek the meaning of the mouse wheel. Touching the mouse wheel and having the design zoom to 3 pixel size or huge size is not productive. Bob G On 08/31/2015 09:53 AM, Mark Roszko wrote: The mouse wheel and navigation (as mentioned above). Make it

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Attila Kinali
On Mon, 31 Aug 2015 15:23:02 + Mário Luzeiro wrote: > I just give an quick overlook on that, I think one thing was not mentioned > was the consistency on the edition of parameters. > (For example the way that you insert a value of some type (ex a diameter, or > a position)

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread yann jautard
Le 31/08/2015 16:46, Chris Goddard a écrit : On 31/08/15 15:15, Attila Kinali wrote: An example where Kicad fails with external consistency is the use of the mouse wheel. While all EDA, CAD and simple drawing applications I've used in the past have the following mapping: wheel ->

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Andrew Bradford
Hi Chris, On 08/31 15:46, Chris Goddard wrote: > On 31/08/15 15:15, Attila Kinali wrote: > >An example where Kicad fails with external consistency is the use of the > >mouse wheel. While all EDA, CAD and simple drawing applications I've used > >in the past have the following mapping: > > > >wheel

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Tomasz Wlostowski
On 31.08.2015 17:23, Mário Luzeiro wrote: > Good work on that list! > > I just give an quick overlook on that, I think one thing was not mentioned > was the consistency on the edition of parameters. > (For example the way that you insert a value of some type (ex a diameter, or > a position) is

Re: [Kicad-developers] kicad footprint plugins wizard in windows

2015-08-31 Thread Marco Ciampa
On Tue, Aug 25, 2015 at 04:27:01PM +0200, easyw wrote: > Hi Marco, > > I still cannot find any mention to the path and any howto to use the > very useful footprint wizard. > > I went in the .adoc file and the only mention to the wizard I found is in: > Pcbnew_managing_libs.adoc > but is a mere

[Kicad-developers] Kicad annoyances and niggles

2015-08-31 Thread David J S Briscoe
I've just been playing with V6132 of PCBNEW. I have a number of small observations. 1/ In the layer manager toolbar the Top and Bottom layer are named Composant and Cuivre. Why is this even though I am using English as my language? 2/ The same words are used for the top and bottom layer in

Re: [Kicad-developers] Kicad annoyances and niggles

2015-08-31 Thread Adam Wolf
David, The FreeRoute icon should now tells you to put the right jar in the right place and then it launches Freerouter--the integration is even better than it was before, because for some reason Freerouter knows where all my files should go! Adam Wolf Cofounder and Engineer Wayne and Layne On

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Attila Kinali
On Mon, 31 Aug 2015 22:02:08 +0200 Attila Kinali wrote: > i would select the part, either "generic opamp" to be specified later, > an "AD8602*" for which i'd select a footprint later, or an "AD" > which is the variant in a SOIC-8 case. And automagically, it would adjust > the

Re: [Kicad-developers] Python Scripting Documentation

2015-08-31 Thread Cirilo Bernardo
I suspect as the interface to Python develops and perhaps more tools are added to the KiCad source repository, the documentation will grow and is perhaps best kept as a stand-alone "KiCad Scripting Manual". Other things which makes me favor a separate manual are (1) many (most?) users will not

Re: [Kicad-developers] [PATCH] Eeschema ERC now catches errors of unmatched global labels

2015-08-31 Thread jp charras
Le 28/08/2015 04:54, Joseph Chen a écrit : > This is a resubmitting of a patch file (attached) that fixes the issue > of [Bug 1487945]. This time it it more coding style compliant as > suggested in other developer's comments. > > The fix passed tests on Ubuntu 15.04, based off KiCAD BZR 6133 >

Re: [Kicad-developers] [PATCH] eeschema: fix documentation on SCH_SHEET_PATH::Cmp to match current behavior

2015-08-31 Thread jp charras
Le 29/08/2015 23:21, Michael Beardsworth a écrit : > Small fix-up attached. > > Thanks, > Michael Beardsworth > Committed. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] 3D refactor branch

2015-08-31 Thread Mário Luzeiro
Hi Cirilo, I agree in generally with the necessities you pointed. Except the ones I will comment below :) Still don't agree with the necessity of tracking a pointer to display data in S3D_ENTRY, special if you also agree that we need decoupling. Your S3D_ENTRY, the (current/old) S3D_MASTER

Re: [Kicad-developers] UI and usability enhancement

2015-08-31 Thread Attila Kinali
On Wed, 12 Aug 2015 00:09:06 +0200 Attila Kinali wrote: > So, I would like to ask, whether there would be any interest of the > developers to work on the UI. If so, I would start collecting > points on the UI that are worth to work on and how to improve them. Ok, here is a

Re: [Kicad-developers] kicad footprint plugins wizard in windows

2015-08-31 Thread easyw
Hi, I attached a patch that is implementing epad and thermal vias on qfp_wizard. the script is almost completed ... I have three kind of questions: 1) how could I eliminate front silk on thermal via (pads)? I couldn't find a class to do it 2) is there a way to reduce solder Mask on bottom