Re: [Kicad-developers] [PATCH] Add a menu item to save a project under a new name.

2018-02-13 Thread Wayne Stambaugh
Russell, I going to defer this patch to v6 since we are currently in feature freeze. I would ask that you please change the source naming to match the feature name "save project as" and resubmit it when you get a chance. You are using "save as project" for source names but the feature and UI str

Re: [Kicad-developers] [PATCH] Add a menu item to save a project under a new name.

2018-02-11 Thread Russell Oliver
I have updated the patch to copy across the library tables and any library files. At the moment instead of renaming footprint and schematic libraries and updating the tables they are merely copied across without renaming except for the symbol cache library. The tables are just copied across also. I

Re: [Kicad-developers] [PATCH] Add a menu item to save a project under a new name.

2018-02-05 Thread Russell Oliver
Yeah, I realized this after a sent the patch in, though I think it also calls into question the logic behind the archive project function. Though I am surprised about the sub directory files problem. I do think it's an important feature to have though, so any help from anyone would be appreciated.

Re: [Kicad-developers] [PATCH] Add a menu item to save a project under a new name.

2018-02-05 Thread jp charras
Le 05/02/2018 à 06:07, Russell Oliver a écrit : > Copies project files into a new directory with the project name replaced in > each file name if > preset. Uses the same set of extensions as the archive project feature to > filter the files.  > Hi Russel, I tested your patch, but it does not w

[Kicad-developers] [PATCH] Add a menu item to save a project under a new name.

2018-02-04 Thread Russell Oliver
Copies project files into a new directory with the project name replaced in each file name if preset. Uses the same set of extensions as the archive project feature to filter the files. 0001-Add-a-menu-item-to-save-a-project-under-a-new-name.patch Description: Binary data