Re: [Kicad-developers] Git transition

2016-08-24 Thread Eldar Khayrullin
Form like now: lp:id not supported with the terminal. It will be usefull to use form like "LP: #id". В Среда, 24 авг. 2016 в 8:08 , Eldar Khayrullin написал: Launchpad supports link messages to bugs like this: LP: #id P.S. and in the terminal in Ubuntu this msg is the link too. В Пятница, 1

Re: [Kicad-developers] Git transition

2016-08-24 Thread Nick Østergaard
I don't like that your "stable-4" branch don't match the 4.0 branch in the kicad-source mirror. See: https://git.launchpad.net/~stambaughw/kicad/+git/kicad-dev/commit/?h=stable-4&id=7ced0635031e2dcf7ec34db598726f0887da2cc5 https://github.com/KiCad/kicad-source-mirror/commit/bcdcaa724d1097bffd365422

Re: [Kicad-developers] Git transition

2016-08-24 Thread Niki Guldbrand
Hi Wayne. I have had a little chat with Nick about github 4.0 and my 4.0.x branch, and now that 4.0 has been updated to the latest, I would suggest using the 4.0 branch from the KiCAD github mirror instead, as my branch branches of from master at an much earlier point than 4.0, so 4.0 shares more

Re: [Kicad-developers] Git transition

2016-08-24 Thread Wayne Stambaugh
Are saying that Niki's branch is different? When I was asking about a git version of the stable branch, why didn't you say something? I didn't even see that there was another branch in the mirror on github. I agree that it should match the mirror assuming the mirror is up to date with the bzr sta

Re: [Kicad-developers] Git transition

2016-08-24 Thread Chris Pavlina
I'll fix it. On Wed, Aug 24, 2016 at 07:11:42PM -0400, Wayne Stambaugh wrote: > Are saying that Niki's branch is different? When I was asking about a > git version of the stable branch, why didn't you say something? I > didn't even see that there was another branch in the mirror on github. > I a

Re: [Kicad-developers] Git transition

2016-08-24 Thread Wayne Stambaugh
Thanks. On 8/24/2016 7:16 PM, Chris Pavlina wrote: > I'll fix it. > > On Wed, Aug 24, 2016 at 07:11:42PM -0400, Wayne Stambaugh wrote: >> Are saying that Niki's branch is different? When I was asking about a >> git version of the stable branch, why didn't you say something? I >> didn't even see

Re: [Kicad-developers] Git transition

2016-08-24 Thread Chris Pavlina
Should be good now. On Wed, Aug 24, 2016 at 07:24:45PM -0400, Wayne Stambaugh wrote: > Thanks. > > On 8/24/2016 7:16 PM, Chris Pavlina wrote: > > I'll fix it. > > > > On Wed, Aug 24, 2016 at 07:11:42PM -0400, Wayne Stambaugh wrote: > >> Are saying that Niki's branch is different? When I was ask

Re: [Kicad-developers] Git transition

2016-08-24 Thread Chris Pavlina
A note to everyone, you may have to run "git fetch --tags" in order for your tags to be updated locally. On Wed, Aug 24, 2016 at 07:24:45PM -0400, Wayne Stambaugh wrote: > Thanks. > > On 8/24/2016 7:16 PM, Chris Pavlina wrote: > > I'll fix it. > > > > On Wed, Aug 24, 2016 at 07:11:42PM -0400, Wa

Re: [Kicad-developers] Git transition

2016-08-24 Thread Wayne Stambaugh
Nick, Is this what you were looking for or are you also expecting the branch to be named 4.0 instead of stable-4? On 8/24/2016 7:31 PM, Chris Pavlina wrote: > Should be good now. > > On Wed, Aug 24, 2016 at 07:24:45PM -0400, Wayne Stambaugh wrote: >> Thanks. >> >> On 8/24/2016 7:16 PM, Chris Pav

Re: [Kicad-developers] Git transition

2016-08-24 Thread Chris Pavlina
I really think the branch should just be named 'stable', things like "4.0" should be tags inside it. However I have pushed an additional 4.0 branch to avoid breaking things that may have been depending on that name, if there are any. On Wed, Aug 24, 2016 at 07:56:05PM -0400, Wayne Stambaugh wrote

[Kicad-developers] [PATCH] Via properties: apply microvia settings to microvias

2016-08-24 Thread Simon Richter
--- pcbnew/dialogs/dialog_track_via_properties.cpp | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_track_via_properties.cpp b/pcbnew/dialogs/dialog_track_via_properties.cpp index 32297c9..8bd3918 100644 --- a/pcbnew/dialogs/dialog_trac

Re: [Kicad-developers] Git transition

2016-08-24 Thread Chris Pavlina
Having discussed this a bit more on IRC I must take back this suggestion. Presumably 5.0 will be based on master rather than on 4.0, so things will get messy if we do that... On Wed, Aug 24, 2016 at 08:03:24PM -0400, Chris Pavlina wrote: > I really think the branch should just be named 'stable', t

[Kicad-developers] [PATCH 1/2] DRC: Add test for via drill size

2016-08-24 Thread Simon Richter
This test is only run when the via size itself is acceptable, to avoid bigger changes to the codebase. --- pcbnew/class_drc_item.cpp | 4 pcbnew/drc_clearance_test_functions.cpp | 12 pcbnew/drc_stuff.h | 26 ++ 3 files

[Kicad-developers] [PATCH 2/2] DRC: Test all segments

2016-08-24 Thread Simon Richter
The DRC also runs per-segment tests, not just segment-segment, so the last segment needs to be tested as well, with an empty list of segments to test against. --- pcbnew/drc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/drc.cpp b/pcbnew/drc.cpp index c2c6e1a..9539

Re: [Kicad-developers] [PATCH] Via properties: apply microvia settings to microvias

2016-08-24 Thread Chris Pavlina
Patch committed. Thank you On Thu, Aug 25, 2016 at 02:28:57AM +0200, Simon Richter wrote: > --- > pcbnew/dialogs/dialog_track_via_properties.cpp | 19 +-- > 1 file changed, 17 insertions(+), 2 deletions(-) > ___ Mailing list: https://

Re: [Kicad-developers] [PATCH 1/2] DRC: Add test for via drill size

2016-08-24 Thread Chris Pavlina
Both patches commited. Thank you. On Thu, Aug 25, 2016 at 03:16:27AM +0200, Simon Richter wrote: > > This test is only run when the via size itself is acceptable, to avoid > bigger changes to the codebase. > --- > pcbnew/class_drc_item.cpp | 4 > pcbnew/drc_clearance_test_fun

Re: [Kicad-developers] Git transition

2016-08-24 Thread Nick Østergaard
I will try to make the mirror be synced from launchpad, at latest on friday. 2016-08-24 5:39 GMT+02:00 kinichiro inoguchi : > Hi, > > I hope mirror on GitHub keeps refreshing from new git repo on Launchpad. > https://github.com/KiCad/kicad-source-mirror > > For GUI translators task, > we need to d