← Back to team overview

kicad-developers team mailing list archive

Re: cvpcb tool manager/actions

 

Hi Ian,

Nothing holding it up; code away. ;)

It still bears some vestiges of the old naming scheme, though, which is confusing.  Currently the CVPCB_MAINFRAME uses only COMMON_CONTROL.  You’ll probably want to add new cvpcb-specific stuff to CVPCB_CONTROL, which already exists but is confusingly used by cvpcb’s footprint viewer.  You should probably rename the existing one FP_VIEWER_CONTROL or something, and then create a new CVPCB_CONTROL with your stuff.

Cheers,
Jeff.

> On 17 Jun 2019, at 22:32, Ian McInerney <Ian.S.McInerney@xxxxxxxx> wrote:
> 
> When I was rebasing my earlier cvpcb patches onto master I noticed that there is now a tool manager/action framework for the main cvpcb window, but none of the cvpcb-specific items have been converted yet. Is the moving of these items to the tool framework something that can be done, or is it blocked for some reason? (Jeff, you would probably be the one to answer that). If it can be done, I would like to do that and add the new cut/paste/delete features as tools alongside the upgrade if no one objects.
> 
> -Ian
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp



References