Re: [Kicad-developers] Fwd: [PATCH] 3 better icons

2017-04-04 Thread Fabrizio Tappero
Hi Wayne,
I actually agree. I am looking at improving the current icons without
really going for big changes because of the usual documentation problem.

thanks for merging this patch.

cheers
Fabrizio


On Tue, Apr 4, 2017 at 3:18 PM, Wayne Stambaugh 
wrote:

> Hey Fabrizio,
>
> I merged your patch.  I was wondering if a ruler would be a more
> universally recognizable metaphor for measurement rather than calipers.
> Calipers are a pretty specialized measurement tool that not everyone who
> used KiCad may recognize.  I'm not saying it needs to be changed but
> just something to think about.
>
> Thanks,
>
> Wayne
>
> On 4/3/2017 8:53 AM, Fabrizio Tappero wrote:
> > Dear Wayne,
> > apologize for generating these kind of problems. I have rebased it and
> > generated a new patch of all 4 new icons.
> >
> > Regards
> > Fabrizio
> >
> >
> >
> >
> >
> >
> > On Fri, Mar 31, 2017 at 10:32 PM, Wayne Stambaugh  > > wrote:
> >
> > Fabrizio,
> >
> > This patch did not apply cleanly.  Please rebase and repost it.
> >
> > Thanks,
> >
> > Wayne
> >
> > On 3/28/2017 12:37 PM, Fabrizio Tappero wrote:
> > > gentle reminder
> > >
> > > regards
> > > Fabrizio
> > >
> > >
> > >
> > > -- Forwarded message --
> > > From: *Fabrizio Tappero* 
> > >  gmail.com>>>
> > > Date: Wed, Mar 22, 2017 at 4:25 PM
> > > Subject: [PATCH] 3 better icons
> > > To: KiCad Developers  > 
> > >  > >>
> > >
> > >
> > > Hello,
> > > like in the picture below the following patch is an improvement of
> the
> > > following icons:
> > >
> > > highlight nets
> > > display local ratsnest
> > > click to highlight net
> > >
> > > nowadays having the mouse pointer in the icon is really not needed.
> > >
> > > Regards
> > > Fabrizio
> > >
> > > Inline image 1
> > >
> > > Inline image 2
> > >
> > >
> > >
> > > ___
> > > 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] Fwd: [PATCH] 3 better icons

2017-04-04 Thread Wayne Stambaugh
Hey Fabrizio,

I merged your patch.  I was wondering if a ruler would be a more
universally recognizable metaphor for measurement rather than calipers.
Calipers are a pretty specialized measurement tool that not everyone who
used KiCad may recognize.  I'm not saying it needs to be changed but
just something to think about.

Thanks,

Wayne

On 4/3/2017 8:53 AM, Fabrizio Tappero wrote:
> Dear Wayne,
> apologize for generating these kind of problems. I have rebased it and
> generated a new patch of all 4 new icons. 
> 
> Regards
> Fabrizio
> 
> 
> 
> 
> 
> 
> On Fri, Mar 31, 2017 at 10:32 PM, Wayne Stambaugh  > wrote:
> 
> Fabrizio,
> 
> This patch did not apply cleanly.  Please rebase and repost it.
> 
> Thanks,
> 
> Wayne
> 
> On 3/28/2017 12:37 PM, Fabrizio Tappero wrote:
> > gentle reminder
> >
> > regards
> > Fabrizio
> >
> >
> >
> > -- Forwarded message --
> > From: *Fabrizio Tappero*  
> > >>
> > Date: Wed, Mar 22, 2017 at 4:25 PM
> > Subject: [PATCH] 3 better icons
> > To: KiCad Developers  
> >  >>
> >
> >
> > Hello,
> > like in the picture below the following patch is an improvement of the
> > following icons:
> >
> > highlight nets
> > display local ratsnest
> > click to highlight net
> >
> > nowadays having the mouse pointer in the icon is really not needed.
> >
> > Regards
> > Fabrizio
> >
> > Inline image 1
> >
> > Inline image 2
> >
> >
> >
> > ___
> > 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] Symbol library editor UI refactor

2017-04-04 Thread Chris Pavlina
By caching the width required for every text item, and using that cache to
calculate widths manually. wx's column sizing is stupid slow because it
(partially?) renders every text every time to calculate the space it uses...

On Apr 4, 2017 02:07, "Nick Østergaard"  wrote:

> Hi Maciej,
>
> I also noticed that resizing the width of the thing containing the
> tree widget is very slow. IIRC Chris also had issues with that in the
> componentchooser dialog initially, but he fixed that somehow.
>
> 2017-04-03 10:30 GMT+02:00 Maciej Sumiński :
> > Hi Jean-Pierre,
> >
> > Thank you for the remark, I will have a look at the problem. In such
> > case I am not going to push the changes yet.
> >
> > Regards,
> > Orson
> >
> > On 04/03/2017 10:24 AM, jp charras wrote:
> >> Le 03/04/2017 à 09:42, Maciej Sumiński a écrit :
> >>> Hi Wayne,
> >>>
> >>> Does it mean I am free to push the changes? Or do you want some extra
> >>> time for the review?
> >>>
> >>> Cheers,
> >>> Orson
> >>
> >> Hi Orson,
> >>
> >> I have an issue with the symbol library editor UI refactor that make
> libedit barely usable:
> >> Displaying the component tree is extremely time consuming (W7 32 bits)
> both when starting libedit
> >> and when resizing the window tree width:
> >>
> >> with 14 loaded libraries (the biggest are power.lib, conn.lib and
> 74xx.lib, others are small):
> >> * 10 seconds to fully initialize the symbol editor (looks like the
> window tree init is made twice)
> >> * 5 seconds to just resize the window tree.
> >>
> >> Even with only one library (power.lib) loaded, the initializing time
> and the resizing time are
> >> noticeable.
> >>
> >> I do not have this issue when selecting a component in the schematic
> editor: the same component list
> >> is quickly built and shown (once the footprints are loaded).
> >>
> >>>
> >>> On 04/02/2017 05:46 PM, Wayne Stambaugh wrote:
>  Hey Orson,
> 
>  I'm fine with using PART_LIBS object for now.  Once the symbol library
>  table is in play, the only code that should be using PART_LIBS is the
>  code that remaps the symbols in the schematic from the current look up
>  method over to the symbol library table.
> 
>  Thanks,
> 
>  Wayne
> 
> >>
> >>
> >>
> >
> >
> >
> > ___
> > 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] Symbol library editor UI refactor

2017-04-04 Thread Nick Østergaard
Hi Maciej,

I also noticed that resizing the width of the thing containing the
tree widget is very slow. IIRC Chris also had issues with that in the
componentchooser dialog initially, but he fixed that somehow.

2017-04-03 10:30 GMT+02:00 Maciej Sumiński :
> Hi Jean-Pierre,
>
> Thank you for the remark, I will have a look at the problem. In such
> case I am not going to push the changes yet.
>
> Regards,
> Orson
>
> On 04/03/2017 10:24 AM, jp charras wrote:
>> Le 03/04/2017 à 09:42, Maciej Sumiński a écrit :
>>> Hi Wayne,
>>>
>>> Does it mean I am free to push the changes? Or do you want some extra
>>> time for the review?
>>>
>>> Cheers,
>>> Orson
>>
>> Hi Orson,
>>
>> I have an issue with the symbol library editor UI refactor that make libedit 
>> barely usable:
>> Displaying the component tree is extremely time consuming (W7 32 bits) both 
>> when starting libedit
>> and when resizing the window tree width:
>>
>> with 14 loaded libraries (the biggest are power.lib, conn.lib and 74xx.lib, 
>> others are small):
>> * 10 seconds to fully initialize the symbol editor (looks like the window 
>> tree init is made twice)
>> * 5 seconds to just resize the window tree.
>>
>> Even with only one library (power.lib) loaded, the initializing time and the 
>> resizing time are
>> noticeable.
>>
>> I do not have this issue when selecting a component in the schematic editor: 
>> the same component list
>> is quickly built and shown (once the footprints are loaded).
>>
>>>
>>> On 04/02/2017 05:46 PM, Wayne Stambaugh wrote:
 Hey Orson,

 I'm fine with using PART_LIBS object for now.  Once the symbol library
 table is in play, the only code that should be using PART_LIBS is the
 code that remaps the symbols in the schematic from the current look up
 method over to the symbol library table.

 Thanks,

 Wayne

>>
>>
>>
>
>
>
> ___
> 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