kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #09249
Re: remove time-stamps to make files more VCS friendly
-
To:
KiCad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Dick Hollenbeck <dick@xxxxxxxxxxx>
-
Date:
Fri, 14 Dec 2012 10:59:33 -0600
-
In-reply-to:
<50CB4761.2030703@wanadoo.fr>
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0
Guys,
I have committed the changes necessary to use *.kicad_pcb as default, and it seems not to
have "save-times" in it.
This could a fairly disruptive change for some, but you can still load and save legacy
(*.brd) files. The new format is *.kicad_pcb, called KiCad format.
Brian or someone, can you look at my commit and make sure the template support is still
functional.
We may need to quickly save those template *.brd files as *.kicad_pcb and rename them in
the repo also.
One of the mechanisms I used was in wildcards_and_files.h
extern const wxString LegacyPcbFileExtension;
extern const wxString KiCadPcbFileExtension;
#define PcbFileExtension KiCadPcbFileExtension // symlink choice
So PcbFileExtension is different, and KiCadPcbFileExtention is new.
Thanks,
Dick
References