Loading common/build_version.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ #endif #ifndef KICAD_BUILD_VERSION #define KICAD_BUILD_VERSION "(2011-07-08)" #define KICAD_BUILD_VERSION "(2011-07-19)" #endif Loading eeschema/block.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,7 @@ void SCH_EDIT_FRAME::HandleBlockEndByPopUp( int Command, wxDC* DC ) { /* Compute the rotation center and put it on grid */ wxPoint rotationPoint = block->Centre(); rotationPoint = GetScreen()->GetNearestGridPosition( rotationPoint ); GetScreen()->SetCrossHairPosition( rotationPoint ); SaveCopyInUndoList( block->m_ItemsSelection, UR_ROTATED, rotationPoint ); RotateListOfItems( block->m_ItemsSelection, rotationPoint ); Loading @@ -438,6 +439,7 @@ void SCH_EDIT_FRAME::HandleBlockEndByPopUp( int Command, wxDC* DC ) { /* Compute the mirror center and put it on grid */ wxPoint mirrorPoint = block->Centre(); mirrorPoint = GetScreen()->GetNearestGridPosition( mirrorPoint ); GetScreen()->SetCrossHairPosition( mirrorPoint ); SaveCopyInUndoList( block->m_ItemsSelection, UR_MIRRORED_X, mirrorPoint ); Mirror_X_ListOfItems( block->m_ItemsSelection, mirrorPoint ); Loading @@ -455,6 +457,7 @@ void SCH_EDIT_FRAME::HandleBlockEndByPopUp( int Command, wxDC* DC ) { /* Compute the mirror center and put it on grid */ wxPoint mirrorPoint = block->Centre(); mirrorPoint = GetScreen()->GetNearestGridPosition( mirrorPoint ); GetScreen()->SetCrossHairPosition( mirrorPoint ); SaveCopyInUndoList( block->m_ItemsSelection, UR_MIRRORED_Y, mirrorPoint ); MirrorListOfItems( block->m_ItemsSelection, mirrorPoint ); Loading packaging/windows/nsis/install.nsi +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ ; General Product Description Definitions !define PRODUCT_NAME "KiCad" !define PRODUCT_VERSION "2011.07.08" !define PRODUCT_VERSION "2011.07.19" !define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/" !define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/" !define COMPANY_NAME "" Loading pcbnew/class_netinfo_item.cpp +5 −2 Original line number Diff line number Diff line Loading @@ -127,8 +127,8 @@ void NETINFO_ITEM::DisplayInfo( EDA_DRAW_FRAME* frame ) wxString txt; MODULE* module; D_PAD* pad; double lengthnet = 0; double lengthdie = 0; double lengthnet = 0; // This is the lenght of tracks on pcb double lengthdie = 0; // this is the lenght of internal ICs connections frame->ClearMsgPanel(); Loading Loading @@ -169,12 +169,15 @@ void NETINFO_ITEM::DisplayInfo( EDA_DRAW_FRAME* frame ) txt.Printf( wxT( "%d" ), count ); frame->AppendMsgPanel( _( "Vias" ), txt, BLUE ); // Displays the full net lenght (tacks on pcb + internal ICs connections ): valeur_param( (int) (lengthnet + lengthdie), txt ); frame->AppendMsgPanel( _( "Net Length:" ), txt, RED ); // Displays the net lenght of tracks only: valeur_param( (int) lengthnet, txt ); frame->AppendMsgPanel( _( "on pcb" ), txt, RED ); // Displays the net lenght of internal ICs connections (wires inside ICs): valeur_param( (int) lengthdie, txt ); frame->AppendMsgPanel( _( "on die" ), txt, RED ); Loading pcbnew/dialogs/dialog_pcb_text_properties_base.cpp +171 −171 Original line number Diff line number Diff line /////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Nov 18 2010) // C++ code generated with wxFormBuilder (version Jun 30 2011) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! Loading Loading
common/build_version.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ #endif #ifndef KICAD_BUILD_VERSION #define KICAD_BUILD_VERSION "(2011-07-08)" #define KICAD_BUILD_VERSION "(2011-07-19)" #endif Loading
eeschema/block.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,7 @@ void SCH_EDIT_FRAME::HandleBlockEndByPopUp( int Command, wxDC* DC ) { /* Compute the rotation center and put it on grid */ wxPoint rotationPoint = block->Centre(); rotationPoint = GetScreen()->GetNearestGridPosition( rotationPoint ); GetScreen()->SetCrossHairPosition( rotationPoint ); SaveCopyInUndoList( block->m_ItemsSelection, UR_ROTATED, rotationPoint ); RotateListOfItems( block->m_ItemsSelection, rotationPoint ); Loading @@ -438,6 +439,7 @@ void SCH_EDIT_FRAME::HandleBlockEndByPopUp( int Command, wxDC* DC ) { /* Compute the mirror center and put it on grid */ wxPoint mirrorPoint = block->Centre(); mirrorPoint = GetScreen()->GetNearestGridPosition( mirrorPoint ); GetScreen()->SetCrossHairPosition( mirrorPoint ); SaveCopyInUndoList( block->m_ItemsSelection, UR_MIRRORED_X, mirrorPoint ); Mirror_X_ListOfItems( block->m_ItemsSelection, mirrorPoint ); Loading @@ -455,6 +457,7 @@ void SCH_EDIT_FRAME::HandleBlockEndByPopUp( int Command, wxDC* DC ) { /* Compute the mirror center and put it on grid */ wxPoint mirrorPoint = block->Centre(); mirrorPoint = GetScreen()->GetNearestGridPosition( mirrorPoint ); GetScreen()->SetCrossHairPosition( mirrorPoint ); SaveCopyInUndoList( block->m_ItemsSelection, UR_MIRRORED_Y, mirrorPoint ); MirrorListOfItems( block->m_ItemsSelection, mirrorPoint ); Loading
packaging/windows/nsis/install.nsi +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ ; General Product Description Definitions !define PRODUCT_NAME "KiCad" !define PRODUCT_VERSION "2011.07.08" !define PRODUCT_VERSION "2011.07.19" !define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/" !define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/" !define COMPANY_NAME "" Loading
pcbnew/class_netinfo_item.cpp +5 −2 Original line number Diff line number Diff line Loading @@ -127,8 +127,8 @@ void NETINFO_ITEM::DisplayInfo( EDA_DRAW_FRAME* frame ) wxString txt; MODULE* module; D_PAD* pad; double lengthnet = 0; double lengthdie = 0; double lengthnet = 0; // This is the lenght of tracks on pcb double lengthdie = 0; // this is the lenght of internal ICs connections frame->ClearMsgPanel(); Loading Loading @@ -169,12 +169,15 @@ void NETINFO_ITEM::DisplayInfo( EDA_DRAW_FRAME* frame ) txt.Printf( wxT( "%d" ), count ); frame->AppendMsgPanel( _( "Vias" ), txt, BLUE ); // Displays the full net lenght (tacks on pcb + internal ICs connections ): valeur_param( (int) (lengthnet + lengthdie), txt ); frame->AppendMsgPanel( _( "Net Length:" ), txt, RED ); // Displays the net lenght of tracks only: valeur_param( (int) lengthnet, txt ); frame->AppendMsgPanel( _( "on pcb" ), txt, RED ); // Displays the net lenght of internal ICs connections (wires inside ICs): valeur_param( (int) lengthdie, txt ); frame->AppendMsgPanel( _( "on die" ), txt, RED ); Loading
pcbnew/dialogs/dialog_pcb_text_properties_base.cpp +171 −171 Original line number Diff line number Diff line /////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Nov 18 2010) // C++ code generated with wxFormBuilder (version Jun 30 2011) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! Loading