Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Lorenzo Marcantonio
On Thu, Feb 06, 2014 at 05:31:12PM +0100, Marco Serantoni wrote:
> Fabrizio,
> Nice set, they looks much cleaver than older ones.
^^^ cleaner, I think...

Agree with that, the color scheme is more consistent.
*Personal* comments follow.

In eeschema:

- The show hidden pins maybe is not very clear... maybe something like
  a pin drawn (like the Add Pin) in dashed style would be better?

- In the annotate icon I'd have left the U? marking. Even better
  something like U? -> U1

- The backannotate icon seems more a 'go to pcb' icon. Maybe something
  like the cvpcb icon in reverse? like [package icon]->[schematic icon]

- I don't like at all the new NET/BOM icons :P for the BOM maybe
  a dotted list, for the netlist even something like a real net... (we
  have a ladybug for the DRC, so...). Or something like the autorouting
  mode or the ratnest icon in pcbnew

- Still no idea of why we keep the copy/cut since only paste is
  done that way:D

- Place graphic lines: why the handles at the ends and not simply
  a dashed segment?

- Load component/update component: why the arrow up/down and not
  left/right as in all other icons?

In cvpcb:

- Not an icon issue, but I noticed this; the configuration icon
  calls up the old legacy library configurator. The menu item calls up
  the new fptable configurator. I think that would be very confusing.

In pcbnew:

- In the show vias mode bigger via and smaller tracks:P the sketching
  effect now is barely visible. For consistency I'd keep the track width
  in the via display and track display like that in the zone fill icons.

There is still the issue (but I think thats a wxwidget one) of the
selection border for the active button nearly invisible...

-- 
Lorenzo Marcantonio
Logos Srl

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] preliminary docs, IDF exporter and tools

2014-02-06 Thread Cirilo Bernardo
Hi folks,

 For those who use the IDF export function, I have some preliminary 
documentation available here:

https://drive.google.com/file/d/0By_XTJN-s8aXbkM5UTE0Zm5SN28/edit?usp=sharing


cheers,
Cirilo


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Coverity Scan for Kicad codebase?

2014-02-06 Thread Travis Ayres
Has anyone considered or already submitted the Kicad source to a Coverity
scan?

https://scan.coverity.com/

I came across it today while reading HN on Reactos - it looks like they're
already using it, so I thought I'd see what the report contained for Kicad;
I submitted a Git mirror of the Kicad codebase earlier today.

I thought it might provide some useful feedback, and was wondering if
anyone else had used the Coverity Scan, or if there was any interest?

Thanks,
-Travis
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Revisiting the Git decision - document git-bzr bridge!

2014-02-06 Thread Jake

On Thu, 6 Feb 2014, Blair Bonnett wrote:

Hi Jake,

I think Brian was referring to the GitHub mirror workflow that has been 
discussed in this thread in the last 24 hours. The following messages are the 
key ones in this workflow
discussion:

1: https://lists.launchpad.net/kicad-developers/msg12148.html
2: https://lists.launchpad.net/kicad-developers/msg12159.html
3: https://lists.launchpad.net/kicad-developers/msg12160.html
4: https://lists.launchpad.net/kicad-developers/msg12161.html

In fact, Henner has already submitted two patches to this mailing list based on 
this workflow, so it seems to be quite usable in practice.

I guess we could document this workflow on the KiCad website, say under the 
KiCad development page ( http://www.kicad-pcb.org/display/DEV/KiCad+Development 
). Maybe once the
core developers have given their blessing that it works from their side as well?

Regards,
Blair


Thank you Blair, this is a fine solution for me.  I wish I had known about 
this all along and there would have been no need for me to take up all 
this space about the issue!


In my opinion this git mirror, along with build instructions (which may be 
as simple as "use scripts/kicad-install.sh instead of make install") 
should be front and center on the pages where developers might end up.


This may also apply, but i'm not sure exactly how yet: (thanks Povilas) 
https://github.com/KiCad/kicad-source-mirror/wiki


right now when i google for "download kicad" the first link is this:
http://www.kicad-pcb.org/display/KICAD/Download+Kicad

which is an empty page that says only "Page moved to _here_"
which is a link to:
http://www.kicad-pcb.org/display/KICAD/Download

The option for "KiCad source code" and "KiCad bleeding edge version" both 
link to here:

https://launchpad.net/kicad

and on that page, a developer wishing to help would probably click on
"Code repository (contributions are welcome):"
https://code.launchpad.net/kicad

and I think this would be a good place to put help for people who only 
know git, such as a note about the github mirror (and yet another link)


of course the link you mentioned:
http://www.kicad-pcb.org/display/DEV/KiCad+Development

is the place where developers wanting to help SHOULD be clicking, but they 
could end up at either place depending on how they search for stuff.


Thank you for the github mirror, i look forward to using it to help out!

-jake___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] IDF import and FreeCAD

2014-02-06 Thread Cirilo Bernardo
For those using FreeCAD to view IDF files exported by KiCad, I have
submitted a patch to the import script Idf.py; for details see
http://www.freecadweb.org/tracker/view.php?id=1366


For those who use IDF but don't want to install FreeCAD, I would like
some feedback on whether an IDF to VRML converter would be of any
value. Free (at least 0 cost) VRML viewers are available for Linux,
OSX, and MSWin and a converter might provide a convenient tool for
viewing IDF files before sending them to the mechanical designers.
It might also help people spot and report any remaining bugs.

- Cirilo


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] BUG: broken 3D viewer

2014-02-06 Thread Cirilo Bernardo
Hi folks,

 After commit 4657 the 3D viewer (and VRML exporter) are broken. I would
appreciate any comments on the best way to fix the issue; I'm happy to
fix it after we have some agreement of what should be done.

Cause: replacement of wxGetApp().FindLibraryPath( filename ) with
wxExpandEnvVars( filename )

Existing projects do not have an ${ENVAR} prefix in the names so files
are not found unless they happen to be relative to the working directory
or absolute paths.

My question is, was the expansion meant to read something like:

wxExpandEnvVars( VAR+filename )


or was something more substantial intended such as inclusion of a ${VAR}
prefix for every model under a certain subdirectory?

- Cirilo


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Cirilo Bernardo
>
> From: Fabrizio Tappero 
>To: Marco Serantoni  
>Cc: KiCad Developers  
>Sent: Friday, February 7, 2014 3:42 AM
>Subject: Re: [Kicad-developers] patch: new KiCad icons
> 
>
>
>thanks guys. 
>
>It is the work of many hours of tinkering and a great imput of Kostantin.
>
>KiCad is getting better and better.
>
>fabrizio
>
>
>


Thanks Fabrizio, Konstantin,

 I was surprised at the big change in the appearance of menus; excellent work.

- Cirilo


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] PATCH: IDF bug on flipped component

2014-02-06 Thread Cirilo Bernardo
The attached patch fixes an IDF bug in the rotation of an object
on the bottom side of the board.

The patch also changes the default IDF model replacement from a
simple cylinder to a star-shaped object; this makes it obvious
to a user when a faulty component file has been included.

cheers,
Cirilo
=== modified file 'pcbnew/exporters/export_idf.cpp'
--- pcbnew/exporters/export_idf.cpp	2014-01-29 16:42:21 +
+++ pcbnew/exporters/export_idf.cpp	2014-02-06 21:23:07 +
@@ -334,7 +334,7 @@
 refdes = aIDFBoard.GetRefDes();
 }
 
-double rotz = modfile->m_MatRotation.z + aModule->GetOrientation()/10.0;
+double rotz = aModule->GetOrientation()/10.0;
 double locx = modfile->m_MatPosition.x;
 double locy = modfile->m_MatPosition.y;
 double locz = modfile->m_MatPosition.z;
@@ -343,6 +343,7 @@
 
 if( top )
 {
+rotz += modfile->m_MatRotation.z;
 locy = -locy;
 RotatePoint( &locx, &locy, aModule->GetOrientation() );
 locy = -locy;
@@ -352,6 +353,7 @@
 RotatePoint( &locx, &locy, aModule->GetOrientation() );
 locy = -locy;
 
+rotz -= modfile->m_MatRotation.z;
 rotz = 180.0 - rotz;
 
 if( rotz >= 360.0 )

=== modified file 'pcbnew/exporters/idf.cpp'
--- pcbnew/exporters/idf.cpp	2014-02-05 09:27:21 +
+++ pcbnew/exporters/idf.cpp	2014-02-06 21:35:38 +
@@ -1055,13 +1055,35 @@
 if( parent->RegisterOutline( "NOGEOM_NOPART" ) )
 return true;
 
+// Create a star shape 5mm high with points on 5 and 2.5 mm circles
 fprintf( aLibFile, ".ELECTRICAL\n" );
 fprintf( aLibFile, "\"NOGEOM\" \"NOPART\" MM 5\n" );
-// TODO: for now we shall use a simple cylinder; a more intricate
-// and readily recognized feature (a stylistic X) would be of
-// much greater value.
-fprintf( aLibFile, "0 0 0 0\n" );
-fprintf( aLibFile, "0 2.5 0 360\n" );
+
+double a, da, x, y;
+da = M_PI / 5.0;
+a = da / 2.0;
+
+for( int i = 0; i < 10; ++i )
+{
+if( i & 1 )
+{
+x = 2.5 * cos( a );
+y = 2.5 * sin( a );
+}
+else
+{
+x = 1.5 * cos( a );
+y = 1.5 * sin( a );
+}
+
+a += da;
+fprintf( aLibFile, "0 %.3f %.3f 0\n", x, y );
+}
+
+a = da / 2.0;
+x = 1.5 * cos( a );
+y = 1.5 * sin( a );
+fprintf( aLibFile, "0 %.3f %.3f 0\n", x, y );
 fprintf( aLibFile, ".END_ELECTRICAL\n\n" );
 
 return true;

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Kicad built successfully on my side with winbuilder 3.3!

2014-02-06 Thread Travis Ayres
After a few months of no success, I just got Kicad to compile successfully
with Kicad-winbuilder version 3.3.

It looks great. Whatever changes have been made recently are working well
with the kicad-winbuilder script. I had to go in and delete some folders
that BZR didn't download properly (to cause them to be re-downloaded) and
re-run, and install Doxygen, but all's well!

Hooray! Now for more testing. Thanks everyone!
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Fabrizio Tappero
thanks guys.

It is the work of many hours of tinkering and a great imput of Kostantin.

KiCad is getting better and better.

fabrizio




On Thu, Feb 6, 2014 at 5:31 PM, Marco Serantoni
wrote:

> Fabrizio,
> Nice set, they looks much cleaver than older ones.
>
>
> --
> Marco
>
>
> On Thu, Feb 6, 2014 at 12:17 AM, Fabrizio Tappero <
> fabrizio.tapp...@gmail.com> wrote:
>
>> Dear Jean-Pierre,
>> since I believe you have not yet committed my previous icon patch, please
>> neglect it and used instead this new set. I have added few new ones.
>>
>> Also, please commit this patch as soon as you can otherwise I will not
>> stop modifying  them and produce new ones over and over for ever !!
>>
>> thank you
>> Fabrizio
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Marco Serantoni
Fabrizio,
Nice set, they looks much cleaver than older ones.


--
Marco


On Thu, Feb 6, 2014 at 12:17 AM, Fabrizio Tappero <
fabrizio.tapp...@gmail.com> wrote:

> Dear Jean-Pierre,
> since I believe you have not yet committed my previous icon patch, please
> neglect it and used instead this new set. I have added few new ones.
>
> Also, please commit this patch as soon as you can otherwise I will not
> stop modifying  them and produce new ones over and over for ever !!
>
> thank you
> Fabrizio
>
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread jp charras
Le 06/02/2014 16:37, Fabrizio Tappero a écrit :
> Hi Jean-Pierre,
> in attachment you can find a new set of icons for the ones with text in
> it. I have converted all txt in a path (quite common procedure) and
> adjusted them for a 26px size.
> 
> We should have no problems now.
> 
> thanks
> Fabrizio


Committed. Thanks.


-- 
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Fabrizio Tappero
Hi,
of course, I should have thought about it. I will review the icons with
text and convert it in objects. I will send you a small set of review icons
sometimes soon.

thanks for spotting this!

Fabrizio



On Thu, Feb 6, 2014 at 3:14 PM, jp charras  wrote:

> Le 06/02/2014 14:02, Fabrizio Tappero a écrit :
> > Forget what I say, even with make clean or even with deleting the build
> > folder is not working Most of the icons are ok but few are not like
> > the svg I sent. Specifically the icon annotate.svg seems to be still the
> > old one.
> >
> > Jean Pierre, what do you think?
> >
> > Regards
> > Fabrizio
>
> Icons are automatically built from svg files.
> On my computer, the annotate icon in Eeschema frame is the new one,
> but with strange texts.
>
> After investigations, I found an issue for some icons containing texts.
> This is an issue relative to the fonte which was used (open symbol,
> which gives strange things on my PC).
>
> I modified the font in few icons and used Comic sans MS, which looks good.
>
> Try to open these svg icons files (mainly annotate.svg) and see if this
> font is OK on your PC.
>
> --
> Jean-Pierre CHARRAS
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread jp charras
Le 06/02/2014 14:02, Fabrizio Tappero a écrit :
> Forget what I say, even with make clean or even with deleting the build
> folder is not working Most of the icons are ok but few are not like
> the svg I sent. Specifically the icon annotate.svg seems to be still the
> old one.
> 
> Jean Pierre, what do you think?
> 
> Regards
> Fabrizio

Icons are automatically built from svg files.
On my computer, the annotate icon in Eeschema frame is the new one,
but with strange texts.

After investigations, I found an issue for some icons containing texts.
This is an issue relative to the fonte which was used (open symbol,
which gives strange things on my PC).

I modified the font in few icons and used Comic sans MS, which looks good.

Try to open these svg icons files (mainly annotate.svg) and see if this
font is OK on your PC.

-- 
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Барановский Константин

And my variant of the python shell icon.


06.02.2014 15:23, Fabrizio Tappero пишет:

Miguel,
a custom-made icon for you !

cheers
Fabrizio



On Thu, Feb 6, 2014 at 1:53 PM, Miguel Angel > wrote:


Asking about icons, one for the python scripting shell
would be cool (at this moment I was reusing a "blue book")

---
irc: ajo / mangelajo
Miguel Angel Ajo Pelayo
+34 636 52 25 69 
skype: ajoajoajo


2014-02-06 11:37 GMT+01:00 Fabrizio Tappero
mailto:fabrizio.tapp...@gmail.com>>:

Hello,
It seems to me that the Linux install script
in kicad_sources/kicad.bzr/scripts/kicad-install.sh will need
line 239 to be un-commented out otherwise new icons do seem to
install.

cd build
# Although a "make clean" is sometimes needed, more
often than not it slows down the update
# more than it is worth.  Do it manually if you need
to in this directory.
make clean


The price is 10 min of sitting around and wait. Any
suggestion, solution?

Regards
Fabrizio



On Thu, Feb 6, 2014 at 9:32 AM, jp charras
mailto:jp.char...@wanadoo.fr>> wrote:

Le 06/02/2014 00:17, Fabrizio Tappero a écrit :

> Dear Jean-Pierre,
> since I believe you have not yet committed my previous
icon patch,
> please neglect it and used instead this new set. I have
added few new ones.
>
> Also, please commit this patch as soon as you can
otherwise I will not
> stop modifying  them and produce new ones over and over
for ever !!
>
> thank you
> Fabrizio
>
>

Committed. Thanks.

I also modified few other old svg files which have bad
parameters.

--
Jean-Pierre CHARRAS



___
Mailing list: https://launchpad.net/~kicad-developers

Post to : kicad-developers@lists.launchpad.net

Unsubscribe : https://launchpad.net/~kicad-developers

More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


<>___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Fabrizio Tappero
Miguel,
a custom-made icon for you !

cheers
Fabrizio



On Thu, Feb 6, 2014 at 1:53 PM, Miguel Angel  wrote:

> Asking about icons, one for the python scripting shell
> would be cool (at this moment I was reusing a "blue book")
>
> ---
> irc: ajo / mangelajo
> Miguel Angel Ajo Pelayo
> +34 636 52 25 69
> skype: ajoajoajo
>
>
> 2014-02-06 11:37 GMT+01:00 Fabrizio Tappero :
>
>>  Hello,
>> It seems to me that the Linux install script
>> in kicad_sources/kicad.bzr/scripts/kicad-install.sh will need line 239 to
>> be un-commented out otherwise new icons do seem to install.
>>
>>  cd build
>> # Although a "make clean" is sometimes needed, more often than
>> not it slows down the update
>> # more than it is worth.  Do it manually if you need to in this
>> directory.
>> make clean
>>
>>
>> The price is 10 min of sitting around and wait. Any suggestion, solution?
>>
>> Regards
>> Fabrizio
>>
>>
>>
>> On Thu, Feb 6, 2014 at 9:32 AM, jp charras  wrote:
>>
>>> Le 06/02/2014 00:17, Fabrizio Tappero a écrit :
>>>
>>> > Dear Jean-Pierre,
>>> > since I believe you have not yet committed my previous icon patch,
>>> > please neglect it and used instead this new set. I have added few new
>>> ones.
>>> >
>>> > Also, please commit this patch as soon as you can otherwise I will not
>>> > stop modifying  them and produce new ones over and over for ever !!
>>> >
>>> > thank you
>>> > Fabrizio
>>> >
>>> >
>>>
>>> Committed. Thanks.
>>>
>>> I also modified few other old svg files which have bad parameters.
>>>
>>> --
>>> Jean-Pierre CHARRAS
>>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
<>___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Fabrizio Tappero
In attachment a newer version of the icon made by Konstantin.

Regards
Fabrizio



On Thu, Feb 6, 2014 at 11:19 AM, Барановский Константин <
baranovskiykonstan...@gmail.com> wrote:

>  Great work! Would you be able to make one more icon for the P&S router?
>
> What are you think about this?
>
>
> 06.02.2014 11:27, Tomasz Wlostowski пишет:
>
> On 02/06/2014 12:17 AM, Fabrizio Tappero wrote:
>
> Dear Jean-Pierre,
> since I believe you have not yet committed my previous icon patch,
> please neglect it and used instead this new set. I have added few new
> ones.
>
> Hi Fabrizio,
>
> Great work! Would you be able to make one more icon for the P&S router?
> (we'd like to have it directly accessible from the toolbar). I attached a
> brief sketch.
>
> Thanks,
> Tom
>
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
<>___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Fabrizio Tappero
Forget what I say, even with make clean or even with deleting the build
folder is not working Most of the icons are ok but few are not like the
svg I sent. Specifically the icon annotate.svg seems to be still the old
one.

Jean Pierre, what do you think?

Regards
Fabrizio



On Thu, Feb 6, 2014 at 11:37 AM, Fabrizio Tappero <
fabrizio.tapp...@gmail.com> wrote:

> Hello,
> It seems to me that the Linux install script
> in kicad_sources/kicad.bzr/scripts/kicad-install.sh will need line 239 to
> be un-commented out otherwise new icons do seem to install.
>
> cd build
> # Although a "make clean" is sometimes needed, more often than not
> it slows down the update
> # more than it is worth.  Do it manually if you need to in this
> directory.
> make clean
>
>
> The price is 10 min of sitting around and wait. Any suggestion, solution?
>
> Regards
> Fabrizio
>
>
>
> On Thu, Feb 6, 2014 at 9:32 AM, jp charras  wrote:
>
>> Le 06/02/2014 00:17, Fabrizio Tappero a écrit :
>> > Dear Jean-Pierre,
>> > since I believe you have not yet committed my previous icon patch,
>> > please neglect it and used instead this new set. I have added few new
>> ones.
>> >
>> > Also, please commit this patch as soon as you can otherwise I will not
>> > stop modifying  them and produce new ones over and over for ever !!
>> >
>> > thank you
>> > Fabrizio
>> >
>> >
>>
>> Committed. Thanks.
>>
>> I also modified few other old svg files which have bad parameters.
>>
>> --
>> Jean-Pierre CHARRAS
>>
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Miguel Angel
Asking about icons, one for the python scripting shell
would be cool (at this moment I was reusing a "blue book")

---
irc: ajo / mangelajo
Miguel Angel Ajo Pelayo
+34 636 52 25 69
skype: ajoajoajo


2014-02-06 11:37 GMT+01:00 Fabrizio Tappero :

> Hello,
> It seems to me that the Linux install script
> in kicad_sources/kicad.bzr/scripts/kicad-install.sh will need line 239 to
> be un-commented out otherwise new icons do seem to install.
>
> cd build
> # Although a "make clean" is sometimes needed, more often than not
> it slows down the update
> # more than it is worth.  Do it manually if you need to in this
> directory.
> make clean
>
>
> The price is 10 min of sitting around and wait. Any suggestion, solution?
>
> Regards
> Fabrizio
>
>
>
> On Thu, Feb 6, 2014 at 9:32 AM, jp charras  wrote:
>
>> Le 06/02/2014 00:17, Fabrizio Tappero a écrit :
>>
>> > Dear Jean-Pierre,
>> > since I believe you have not yet committed my previous icon patch,
>> > please neglect it and used instead this new set. I have added few new
>> ones.
>> >
>> > Also, please commit this patch as soon as you can otherwise I will not
>> > stop modifying  them and produce new ones over and over for ever !!
>> >
>> > thank you
>> > Fabrizio
>> >
>> >
>>
>> Committed. Thanks.
>>
>> I also modified few other old svg files which have bad parameters.
>>
>> --
>> Jean-Pierre CHARRAS
>>
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Fabrizio Tappero
Hello,
It seems to me that the Linux install script
in kicad_sources/kicad.bzr/scripts/kicad-install.sh will need line 239 to
be un-commented out otherwise new icons do seem to install.

cd build
# Although a "make clean" is sometimes needed, more often than not
it slows down the update
# more than it is worth.  Do it manually if you need to in this
directory.
make clean


The price is 10 min of sitting around and wait. Any suggestion, solution?

Regards
Fabrizio



On Thu, Feb 6, 2014 at 9:32 AM, jp charras  wrote:

> Le 06/02/2014 00:17, Fabrizio Tappero a écrit :
> > Dear Jean-Pierre,
> > since I believe you have not yet committed my previous icon patch,
> > please neglect it and used instead this new set. I have added few new
> ones.
> >
> > Also, please commit this patch as soon as you can otherwise I will not
> > stop modifying  them and produce new ones over and over for ever !!
> >
> > thank you
> > Fabrizio
> >
> >
>
> Committed. Thanks.
>
> I also modified few other old svg files which have bad parameters.
>
> --
> Jean-Pierre CHARRAS
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Revisiting the Git decision - document git-bzr bridge!

2014-02-06 Thread Brian Sidebotham
On 5 February 2014 22:35, Blair Bonnett  wrote:
> On 6 February 2014 10:31, Jake  wrote:
>>
>> On Wed, 5 Feb 2014, Brian Sidebotham wrote:
>>
>>> On 5 February 2014 10:11, Jake  wrote:

 I just want to say the same thing that a lot of other people have been
 saying for a long time.  Bazaar is holding kicad back.  I am yet another
 developer who would be contributing to improving the project if it
 weren't
 kept in an arcane and frustrating VCS.

 So, if you're putting letters like this in a pile somewhere, just go
 ahead
 and put this one in the pile.

 I really would love it if kicad went to git, not just to make it easy
 for me
 to contribute, but for lots and lots of people who would jump in and
 help.

 thank you for everything you've done and all that you will do
 -jake

>>>
>>> Hi Jake,
>>>
>>> Did you read the whole of this subject? Go ahead and use Git if you
>>> want, no-one is going to stop you. Links have been provided on
>>> information to allow you to develop using Git.
>>>
>>> We look forward to your contributions.
>>>
>>> Best Regards, Brian.
>>>
>>
>> Hi Brian,
>>
>> I assume you're referring to git-bzr-ng which I was told about on irc.
>> Supposedly this can allow a git user to interact with the bazaar system
>> transparently.  That would be great, except i can't get it to work.
>>
>> 
>>
>> thank you
>> -jake
>
>
> Hi Jake,
>
> I think Brian was referring to the GitHub mirror workflow that has been
> discussed in this thread in the last 24 hours. The following messages are
> the key ones in this workflow discussion:
>
> 1: https://lists.launchpad.net/kicad-developers/msg12148.html
> 2: https://lists.launchpad.net/kicad-developers/msg12159.html
> 3: https://lists.launchpad.net/kicad-developers/msg12160.html
> 4: https://lists.launchpad.net/kicad-developers/msg12161.html
>
> In fact, Henner has already submitted two patches to this mailing list based
> on this workflow, so it seems to be quite usable in practice.
>
> I guess we could document this workflow on the KiCad website, say under the
> KiCad development page (
> http://www.kicad-pcb.org/display/DEV/KiCad+Development ). Maybe once the
> core developers have given their blessing that it works from their side as
> well?
>
> Regards,
> Blair

Hi Guys,

Sorry last night was wiped out with family stuff so I didn't get
chance to update kicad-pcb.org. I will try and get it done tonight,
but in the meantime use the instructions on the Inkscape developer
wiki and let us know how you get on.

Best Regards,

Brian.

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Барановский Константин

Great work! Would you be able to make one more icon for the P&S router?

What are you think about this?


06.02.2014 11:27, Tomasz Wlostowski пишет:

On 02/06/2014 12:17 AM, Fabrizio Tappero wrote:

Dear Jean-Pierre,
since I believe you have not yet committed my previous icon patch,
please neglect it and used instead this new set. I have added few new 
ones.

Hi Fabrizio,

Great work! Would you be able to make one more icon for the P&S 
router? (we'd like to have it directly accessible from the toolbar). I 
attached a brief sketch.


Thanks,
Tom



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


<>___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Tomasz Wlostowski

On 02/06/2014 12:17 AM, Fabrizio Tappero wrote:

Dear Jean-Pierre,
since I believe you have not yet committed my previous icon patch,
please neglect it and used instead this new set. I have added few new ones.

Hi Fabrizio,

Great work! Would you be able to make one more icon for the P&S router? 
(we'd like to have it directly accessible from the toolbar). I attached 
a brief sketch.


Thanks,
Tom



Graphic1.pdf
Description: video/flv
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] patch: new KiCad icons

2014-02-06 Thread Fabrizio Tappero
Thanks Travis, Konstantin was a great help.

Regards
Fabrizio



On Thu, Feb 6, 2014 at 12:47 AM, Travis Ayres  wrote:

> I love the work on the new icons! Great job!
>
>
> On Wed, Feb 5, 2014 at 3:17 PM, Fabrizio Tappero <
> fabrizio.tapp...@gmail.com> wrote:
>
>> Dear Jean-Pierre,
>> since I believe you have not yet committed my previous icon patch, please
>> neglect it and used instead this new set. I have added few new ones.
>>
>> Also, please commit this patch as soon as you can otherwise I will not
>> stop modifying  them and produce new ones over and over for ever !!
>>
>> thank you
>> Fabrizio
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp