Re: [Kicad-developers] Kudos and Re: Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Greg Smith
Thomas, as a new user, I actually do not agree. I would prefer some "tips" activated at startup (rotate through a bunch or present them when an applicable command is triggered). I'm sure this is a subject that has been discussed before, and our conversation here may be taken under advisement. J

Re: [Kicad-developers] Kudos and Re: Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Thomas Pointhuber
I think using "zoom as center of zoom" by default would be the better default choise, because it's the one most users are used too by other software as well. From the people I know, everyone changes this settings as one of their first actions. Am 2017-07-03 um 16:52 schrieb Greg Smith: > Thank yo

Re: [Kicad-developers] [PATCH] renamed eeschema right click menu "copy" into "duplicate" and some more

2017-07-03 Thread Maciej Sumiński
For the record, the patch is merged. I kept the old hot key for duplication (as requested), but if I were to decide - I would go for CTRL+D. Alternatively, I would change pcbnew to use C for duplicate, just make the hot keys coherent. Cheers, Orson On 06/23/2017 08:00 PM, Wayne Stambaugh wrote: >

Re: [Kicad-developers] Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Kristoffer Ödmark
Yes, in this patch, the patch for pcbnew is still pending in the pcbnew clipboard support email since the 4th of may :) On 2017-07-03 17:40, firewalker wrote: Only for Eeschema? On Mon, Jul 3, 2017 at 6:00 PM, Kristoffer Ödmark mailto:kristofferodmar...@gmail.com>> wrote: Than

Re: [Kicad-developers] Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Maciej Sumiński
Hi Fabrizio, No problem, it is already pushed (split into two commits). Thank you for the patch! Cheers, Orson On 07/03/2017 05:41 PM, Fabrizio Tappero wrote: > Hi Maciej, > yes please! > > I have been busy with some other patch and I could not find the time > to get back to this one. I would i

Re: [Kicad-developers] Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Fabrizio Tappero
Hi Maciej, yes please! I have been busy with some other patch and I could not find the time to get back to this one. I would it really appreciate if you could apply my patch including Weyne comments. Please mind that the same patch includes some copy icon fixes too. Cheers Fabrizio On Mon, Jul

Re: [Kicad-developers] Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread firewalker
Only for Eeschema? On Mon, Jul 3, 2017 at 6:00 PM, Kristoffer Ödmark < kristofferodmar...@gmail.com> wrote: > Thank you! > > I just got a bit frustrated when using it today :) The changes you > would like to introduce are exactly the things I started thinking about > as well. I agree on all point

Re: [Kicad-developers] Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Kristoffer Ödmark
Thank you! I just got a bit frustrated when using it today :) The changes you would like to introduce are exactly the things I started thinking about as well. I agree on all points! - Kristoffer On 2017-07-03 16:51, Maciej Sumiński wrote: Hi Kristoffer, Thank you very much, I have just pushed

[Kicad-developers] Kudos and Re: Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Greg Smith
Thank you for this! I think this is one of the things that make newcomers confused about the UI. Another is the pan cursor to zoom center. But I really like that functionality for mouse only navigation. You can turn it off then you have the more common "zoom using cursor as center of zoom". Whic

Re: [Kicad-developers] Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Maciej Sumiński
Hi Kristoffer, Thank you very much, I have just pushed your patch. I was really close to implementing it myself, so I am glad you have done it. Other related changes I would like to introduce (open for discussion): - Proper naming for copy/duplicate operation (addressed by Fabrizio's patch, I wi

[Kicad-developers] Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.

2017-07-03 Thread Kristoffer Ödmark
Hey! I made the copy/paste/cut functionality work as someone new to the software might expect. That is, the cut command now actually puts the block in clipboard and then deletes the block, compared to just deleting it (wtf)? They are also bound to the almost universal defaults of ctrl+c/v/x.

[Kicad-developers] [PATCH] Partial selection for VIA class

2017-07-03 Thread Oliver Walters
In line with my previous work on partial object selection, I have attached a small patch for partial selection on VIA object. Regards, Oliver From 5ea51ee87aa1bbdb0f1e3060ced509715f19e3be Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 3 Jul 2017 20:36:22 +1000 Subject: [PATCH] Added par

Re: [Kicad-developers] [RFC] new connectivity algorithm - testers needed

2017-07-03 Thread Kristoffer Ödmark
Hey Tom! Any ETA for the new Via tool dialog? It's some solid work you have done, thanks! - Kristoffer On 2017-06-27 21:54, Tomasz Wlostowski wrote: On 27.06.2017 21:24, Simon Küppers wrote: Small Bump. Can anyone shed some light on the new Via Tool? Is it supposed to be not ready yet? The

Re: [Kicad-developers] Improving SCM behaviour of kicad_pcb

2017-07-03 Thread Kristoffer Ödmark
Good ideas! I would also like a better SCM behavior. Having the file change as little as possible would be great for those things. I will this and see what else you encounter :) On 2017-07-01 04:49, hauptmech wrote: We have a fairly complex board that needs to be done yesterday. We've been e

Re: [Kicad-developers] No models in 3d-viewer.

2017-07-03 Thread Kristoffer Ödmark
Well nevermind, Nickoe suggested I nuke my build dir and restart, and this worked. So time well wasted on my side :) - Kristoffer On 2017-07-02 22:35, Kristoffer Ödmark wrote: Found the problem. commit 68a7a5235e3d8de2d4381b42a63d3bf6e3ee8e30 Author: Cirilo Bernardo Date: Mon Apr 17 01:41:

Re: [Kicad-developers] [PATCH] correct text inside two importantplot windows

2017-07-03 Thread Fabrizio Tappero
Hi JP, thanks for it. I updated my wxformbuilder to the latest (3.6v) version. And I fixed the (mm) issue you mentioned. In attachment the patch. thank you Fabrizio On Sat, Jul 1, 2017 at 8:40 PM, jp charras wrote: > Le 30/06/2017 à 15:34, Fabrizio Tappero a écrit : >> Hello, >> in attachment

[Kicad-developers] Jenkins build is back to normal : osx-kicad-adam-head #338

2017-07-03 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : h

Re: [Kicad-developers] Build failed in Jenkins: osx-kicad-adam-head #336

2017-07-03 Thread Nick Østergaard
This seems to be something related to the libraries and not the kicad source itself. 2017-07-03 9:04 GMT+02:00 Miguel Angel Ajo : > See > > -- > [...truncated 1.06 MB...] > * master > +

[Kicad-developers] Build failed in Jenkins: osx-kicad-adam-head #336

2017-07-03 Thread Miguel Angel Ajo
See -- [...truncated 1.06 MB...] * master + git pull Already up-to-date. + for repo in kicad-library '$PRETTY_REPOS' + '[' '!' -e