Re: [Kicad-developers] Update on component chooser

2017-03-06 Thread Chris Pavlina
On Tue, Mar 07, 2017 at 11:58:27AM +1300, Simon Wells wrote: > I wonder whether it is worth making this a policy that no new > components can use wxTreeListCtrl as the performance on OSX is abysmal > and there are alternatives, granted they are slightly more complicated > but a much better long ter

Re: [Kicad-developers] Update on component chooser

2017-03-06 Thread Simon Wells
I wonder whether it is worth making this a policy that no new components can use wxTreeListCtrl as the performance on OSX is abysmal and there are alternatives, granted they are slightly more complicated but a much better long term solution (not only in osx performance) but in code structure as wel

Re: [Kicad-developers] Update on component chooser

2017-03-05 Thread Chris Pavlina
Ready for testing, I'll merge tomorrow since it mostly only touches my parts. This is a pretty significant improvement, and solves some wxTreeListCtrl quirks as well. On Sun, Mar 05, 2017 at 05:02:10PM +0100, Nick Østergaard wrote: > Please report back when it is ready for testing... > > 2017-03

Re: [Kicad-developers] Update on component chooser

2017-03-05 Thread Nick Østergaard
Please report back when it is ready for testing... 2017-03-05 15:04 GMT+01:00 Chris Pavlina : > Ongoing refactor of COMPONENT_TREE_SEARCH_CONTAINER into a > model-view-adapter architecture is at [1] (componentchooser branch of my > dev repo). The code is seriously cleaner now and significantly fas

Re: [Kicad-developers] Update on component chooser

2017-03-05 Thread Chris Pavlina
Ongoing refactor of COMPONENT_TREE_SEARCH_CONTAINER into a model-view-adapter architecture is at [1] (componentchooser branch of my dev repo). The code is seriously cleaner now and significantly faster. Should be done later today. [1] https://github.com/cpavlina/kicad/tree/componentchooser On Sa

Re: [Kicad-developers] Update on component chooser

2017-03-05 Thread Eldar Khayrullin
https://bugs.launchpad.net/kicad/+bug/1670126 В Воскресенье, 5 мар. 2017 в 2:28 , Chris Pavlina написал: Thanks. Could I have a bit more information so I can reproduce these? And it would be nice if they were in the bug tracker, for... tracking. On Mar 5, 2017 02:17, "Eldar Khayrullin" wro

Re: [Kicad-developers] Update on component chooser

2017-03-05 Thread Chris Pavlina
Thanks. Could I have a bit more information so I can reproduce these? And it would be nice if they were in the bug tracker, for... tracking. On Mar 5, 2017 02:17, "Eldar Khayrullin" wrote: > Hello. You do good work. > I see UI issues: > - the window struct breaks on resize the window > - some co

[Kicad-developers] Update on component chooser

2017-03-04 Thread Chris Pavlina
Hi, Just thought I'd provide a quick update on what's going on with the component chooser. Things have been pretty delayed - I've had more issues than expected, and I'm trying to work around my school schedule too - but I'm still moving along (and I have almost a full week off now, most of which w