From 35b7973b8041ec0c545f5a84ceb9d77c8f83a0ca Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Tue, 4 Mar 2008 04:27:39 +0000 Subject: [PATCH] layer names in *.brd file --- change_log.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index ae821500df..e75f0c3766 100644 --- a/change_log.txt +++ b/change_log.txt @@ -8,13 +8,15 @@ email address. 2008-Mar-3 UPDATE Dick Hollenbeck ================================================================================ +pcbnew - Completed transision to BOARD::GetLayerName() and away from ReturnPcbLayerName(). + * Completed transision to BOARD::GetLayerName() and away from ReturnPcbLayerName(). LayerNames and LAYER_T are saved int the *.brd file and may be edited there with a text editor until the UI is in place to edit them in PCBNEW. To understand the strategy, see BOARD::GetLayerName() in class_board.cpp and see WinEDA_BasePcbFrame::ReadSetup(). I will be adding "Board" menu item to Preferences, but there is more to come before the UI gets done: net classes. + * Clear_Pcb() now deletes the existing BOARD() and new's a new BOARD() so that + the default BOARD::m_Layer[] values can be set in the new BOARD's constructor. 2008-mars-03 UPDATE Jean-Pierre Charras