Re: [Kicad-developers] [PATCH] Undo/redo points for zone fill actions (GAL)

2017-02-27 Thread Maciej SumiƄski
Hi, This one has been merged too, thank you once again. Cheers, Orson On 02/26/2017 06:40 PM, John Beard wrote: > Hi, > > Sorry, that patch had a dependency on a previous commit in my patch stack. > > Here's an updated one. PCB_EDITOR_CONTROL now inherits PCB_TOOL, not > TOOL_INTERACTIVE, so

Re: [Kicad-developers] [PATCH] Undo/redo points for zone fill actions (GAL)

2017-02-26 Thread John Beard
Hi, Sorry, that patch had a dependency on a previous commit in my patch stack. Here's an updated one. PCB_EDITOR_CONTROL now inherits PCB_TOOL, not TOOL_INTERACTIVE, so it can use the relevant BOARD_COMMIT constructor. Cheers, John On Sat, Feb 25, 2017 at 2:50 PM, John Beard

[Kicad-developers] [PATCH] Undo/redo points for zone fill actions (GAL)

2017-02-24 Thread John Beard
Hi, Thiis is a patch to allow the zone fill/unfill actions to get undo and redo points in GAL. These functions could do with a refactor, perhaps, but this commit doesn't attempt that, in order to keep the change clear. Legacy doesn't have this function either, but once GAL makes the points,