Loading change_log.txt +12 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,18 @@ Started 2007-June-11 Please add newer entries at the top, list the date and your name with email address. 2007-Oct-10 UPDATE Dick Hollenbeck <dick@softplc.com> ================================================================================ + pcbnew * prevent OnRightClick() from calling PcbGeneralLocateAndDisplay() when creating a new track. * bug fix: popup menu was not handling Mires, because the collector was not being asked to find them. + all Changed English UI text "Mire" to "Target" according to this post: http://tech.groups.yahoo.com/group/kicad-users/message/1380 2007-Oct-9 UPDATE Dick Hollenbeck <dick@softplc.com> ================================================================================ + pcbnew Loading gerbview/tool_gerber.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ void WinEDA_GerberFrame::ReCreateVToolbar( void ) BITMAP( junction_xpm ), wxNullBitmap, TRUE, -1, -1, (wxObject*) NULL, _( "Add Mires" ) ); _( "Add layer alignment target" ) ); m_VToolBar->AddSeparator(); m_VToolBar->AddTool( ID_TEXT_COMMENT_BUTT, Loading pcbnew/class_board_item.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,10 @@ wxString BOARD_ITEM::MenuText( const BOARD* aPcb ) const break; case TYPEMIRE: text << _( "Mire" ); // @todo: extend text, Mire is not an english word! text << _( "Target" ) //<< wxT( " on " ) << ReturnPcbLayerName( item->GetLayer() ).Trim() // could use if problem with decimal point and user units was fixed: // << wxT( " " ) << wxT( "size" ) << wxT( " " ) << ((MIREPCB*)item)->m_Size ; break; case TYPEEDGEZONE: Loading pcbnew/collectors.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ const KICAD_T GENERAL_COLLECTOR::AllBoardItems[] = { TYPEDRAWSEGMENT, TYPEMARQUEUR, TYPECOTATION, TYPEMIRE, TYPEVIA, TYPETRACK, TYPEPAD, Loading @@ -50,6 +51,7 @@ const KICAD_T GENERAL_COLLECTOR::AllBoardItems[] = { }; /* const KICAD_T GENERAL_COLLECTOR::PrimaryItems[] = { TYPETEXTE, TYPEDRAWSEGMENT, Loading @@ -60,6 +62,7 @@ const KICAD_T GENERAL_COLLECTOR::PrimaryItems[] = { TYPEMODULE, EOT }; */ const KICAD_T GENERAL_COLLECTOR::AllButZones[] = { Loading @@ -67,6 +70,7 @@ const KICAD_T GENERAL_COLLECTOR::AllButZones[] = { TYPEDRAWSEGMENT, TYPEMARQUEUR, TYPECOTATION, TYPEMIRE, TYPEVIA, TYPETRACK, TYPEPAD, Loading pcbnew/collectors.h +1 −1 Original line number Diff line number Diff line Loading @@ -211,8 +211,8 @@ public: /** * A scan list for all primary board items, omitting items which are subordinate to * a MODULE, such as D_PAD and TEXTEMODULE. */ static const KICAD_T PrimaryItems[]; */ /** Loading Loading
change_log.txt +12 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,18 @@ Started 2007-June-11 Please add newer entries at the top, list the date and your name with email address. 2007-Oct-10 UPDATE Dick Hollenbeck <dick@softplc.com> ================================================================================ + pcbnew * prevent OnRightClick() from calling PcbGeneralLocateAndDisplay() when creating a new track. * bug fix: popup menu was not handling Mires, because the collector was not being asked to find them. + all Changed English UI text "Mire" to "Target" according to this post: http://tech.groups.yahoo.com/group/kicad-users/message/1380 2007-Oct-9 UPDATE Dick Hollenbeck <dick@softplc.com> ================================================================================ + pcbnew Loading
gerbview/tool_gerber.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ void WinEDA_GerberFrame::ReCreateVToolbar( void ) BITMAP( junction_xpm ), wxNullBitmap, TRUE, -1, -1, (wxObject*) NULL, _( "Add Mires" ) ); _( "Add layer alignment target" ) ); m_VToolBar->AddSeparator(); m_VToolBar->AddTool( ID_TEXT_COMMENT_BUTT, Loading
pcbnew/class_board_item.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,10 @@ wxString BOARD_ITEM::MenuText( const BOARD* aPcb ) const break; case TYPEMIRE: text << _( "Mire" ); // @todo: extend text, Mire is not an english word! text << _( "Target" ) //<< wxT( " on " ) << ReturnPcbLayerName( item->GetLayer() ).Trim() // could use if problem with decimal point and user units was fixed: // << wxT( " " ) << wxT( "size" ) << wxT( " " ) << ((MIREPCB*)item)->m_Size ; break; case TYPEEDGEZONE: Loading
pcbnew/collectors.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ const KICAD_T GENERAL_COLLECTOR::AllBoardItems[] = { TYPEDRAWSEGMENT, TYPEMARQUEUR, TYPECOTATION, TYPEMIRE, TYPEVIA, TYPETRACK, TYPEPAD, Loading @@ -50,6 +51,7 @@ const KICAD_T GENERAL_COLLECTOR::AllBoardItems[] = { }; /* const KICAD_T GENERAL_COLLECTOR::PrimaryItems[] = { TYPETEXTE, TYPEDRAWSEGMENT, Loading @@ -60,6 +62,7 @@ const KICAD_T GENERAL_COLLECTOR::PrimaryItems[] = { TYPEMODULE, EOT }; */ const KICAD_T GENERAL_COLLECTOR::AllButZones[] = { Loading @@ -67,6 +70,7 @@ const KICAD_T GENERAL_COLLECTOR::AllButZones[] = { TYPEDRAWSEGMENT, TYPEMARQUEUR, TYPECOTATION, TYPEMIRE, TYPEVIA, TYPETRACK, TYPEPAD, Loading
pcbnew/collectors.h +1 −1 Original line number Diff line number Diff line Loading @@ -211,8 +211,8 @@ public: /** * A scan list for all primary board items, omitting items which are subordinate to * a MODULE, such as D_PAD and TEXTEMODULE. */ static const KICAD_T PrimaryItems[]; */ /** Loading