Loading common/build_version.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ #ifndef KICAD_BUILD_VERSION #if defined KICAD_GOST # define KICAD_BUILD_VERSION "(2013-mar-04 GOST)" # define KICAD_BUILD_VERSION "(2013-mar-08 GOST)" #else # define KICAD_BUILD_VERSION "(2013-mar-04)" # define KICAD_BUILD_VERSION "(2013-mar-08)" #endif #endif Loading include/wxPcbStruct.h +8 −1 Original line number Diff line number Diff line Loading @@ -1544,7 +1544,14 @@ public: */ void Show_1_Ratsnest( EDA_ITEM* item, wxDC* DC ); void Clean_Pcb( wxDC* DC ); /** * Function Clean_Pcb * Clean up the board (remove redundant vias, not connected tracks * and merges collinear track segments) * Install the cleanup dialog frame to know what should be cleaned * and run the cleanup function */ void Clean_Pcb(); void InstallFindFrame(); Loading packaging/windows/nsis/install.nsi +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ ; General Product Description Definitions !define PRODUCT_NAME "KiCad" !define PRODUCT_VERSION "2013.03.06" !define PRODUCT_VERSION "2013.03.08" !define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/" !define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/" !define COMPANY_NAME "" Loading @@ -36,7 +36,7 @@ SetCompressor /final /solid lzma CRCCheck force XPStyle on Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" OutFile "${PRODUCT_NAME}_stable-${PRODUCT_VERSION}-BZR3986_Win_full_version.exe" OutFile "${PRODUCT_NAME}_stable-${PRODUCT_VERSION}-BZR3989_Win_full_version.exe" InstallDir "$PROGRAMFILES\KiCad" ShowInstDetails hide ShowUnInstDetails hide Loading pcbnew/clean.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -106,9 +106,9 @@ private: TRACK* aCandidate, int aEndType ); }; /* Install the track operation dialog frame /* Install the cleanup dialog frame to know what should be cleaned */ void PCB_EDIT_FRAME::Clean_Pcb( wxDC* DC ) void PCB_EDIT_FRAME::Clean_Pcb() { DIALOG_CLEANING_OPTIONS dlg( this ); Loading pcbnew/edit.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1120,7 +1120,7 @@ void PCB_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event ) break; case ID_MENU_PCB_CLEAN: Clean_Pcb( &dc ); Clean_Pcb(); break; case ID_MENU_PCB_SWAP_LAYERS: Loading Loading
common/build_version.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ #ifndef KICAD_BUILD_VERSION #if defined KICAD_GOST # define KICAD_BUILD_VERSION "(2013-mar-04 GOST)" # define KICAD_BUILD_VERSION "(2013-mar-08 GOST)" #else # define KICAD_BUILD_VERSION "(2013-mar-04)" # define KICAD_BUILD_VERSION "(2013-mar-08)" #endif #endif Loading
include/wxPcbStruct.h +8 −1 Original line number Diff line number Diff line Loading @@ -1544,7 +1544,14 @@ public: */ void Show_1_Ratsnest( EDA_ITEM* item, wxDC* DC ); void Clean_Pcb( wxDC* DC ); /** * Function Clean_Pcb * Clean up the board (remove redundant vias, not connected tracks * and merges collinear track segments) * Install the cleanup dialog frame to know what should be cleaned * and run the cleanup function */ void Clean_Pcb(); void InstallFindFrame(); Loading
packaging/windows/nsis/install.nsi +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ ; General Product Description Definitions !define PRODUCT_NAME "KiCad" !define PRODUCT_VERSION "2013.03.06" !define PRODUCT_VERSION "2013.03.08" !define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/" !define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/" !define COMPANY_NAME "" Loading @@ -36,7 +36,7 @@ SetCompressor /final /solid lzma CRCCheck force XPStyle on Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" OutFile "${PRODUCT_NAME}_stable-${PRODUCT_VERSION}-BZR3986_Win_full_version.exe" OutFile "${PRODUCT_NAME}_stable-${PRODUCT_VERSION}-BZR3989_Win_full_version.exe" InstallDir "$PROGRAMFILES\KiCad" ShowInstDetails hide ShowUnInstDetails hide Loading
pcbnew/clean.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -106,9 +106,9 @@ private: TRACK* aCandidate, int aEndType ); }; /* Install the track operation dialog frame /* Install the cleanup dialog frame to know what should be cleaned */ void PCB_EDIT_FRAME::Clean_Pcb( wxDC* DC ) void PCB_EDIT_FRAME::Clean_Pcb() { DIALOG_CLEANING_OPTIONS dlg( this ); Loading
pcbnew/edit.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1120,7 +1120,7 @@ void PCB_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event ) break; case ID_MENU_PCB_CLEAN: Clean_Pcb( &dc ); Clean_Pcb(); break; case ID_MENU_PCB_SWAP_LAYERS: Loading