Loading CHANGELOG.txt +11 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,17 @@ KiCad ChangeLog 2010 Please add newer entries at the top, list the date and your name with email address. 2010-nov-19 UPDATE Wayne Stambaugh <stambaughw@verizon.net> ================================================================================ ++EESchema * Move library new component and schematic edit sheet dialogs to dialogs folder. * Set library new component and schematic edit sheet dialogs default button. * Create wxFormBuilder version of edit sheet label dialog and remove hand coded version. * More coding policy fixes. 2010-nov-19 UPDATE Wayne Stambaugh <stambaughw@verizon.net> ================================================================================ ++EESchema Loading eeschema/CMakeLists.txt +6 −4 Original line number Diff line number Diff line Loading @@ -59,12 +59,14 @@ set(EESCHEMA_SRCS dialogs/dialog_lib_edit_draw_item_base.cpp dialogs/dialog_lib_edit_pin.cpp dialogs/dialog_lib_edit_pin_base.cpp dialog_lib_new_component.cpp dialog_lib_new_component_base.cpp dialogs/dialog_lib_new_component.cpp dialogs/dialog_lib_new_component_base.cpp dialogs/dialog_print_using_printer_base.cpp dialogs/dialog_print_using_printer.cpp dialog_sch_sheet_props.cpp dialog_sch_sheet_props_base.cpp dialogs/dialog_sch_edit_sheet_pin.cpp dialogs/dialog_sch_edit_sheet_pin_base.cpp dialogs/dialog_sch_sheet_props.cpp dialogs/dialog_sch_sheet_props_base.cpp dialogs/dialog_schematic_find.cpp dialogs/dialog_schematic_find_base.cpp dialogs/dialog_SVG_print.cpp Loading eeschema/controle.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -418,7 +418,7 @@ void LIB_EDIT_FRAME::GeneralControle( wxDC* DC, wxPoint MousePositionInPixels ) } void WinEDA_ViewlibFrame::GeneralControle( wxDC* DC, wxPoint MousePositionInPixels ) void LIB_VIEW_FRAME::GeneralControle( wxDC* DC, wxPoint MousePositionInPixels ) { wxRealPoint delta; SCH_SCREEN* screen = GetScreen(); Loading eeschema/dialog_lib_new_component.cpp→eeschema/dialogs/dialog_lib_new_component.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -5,4 +5,5 @@ DIALOG_LIB_NEW_COMPONENT::DIALOG_LIB_NEW_COMPONENT( wxWindow* parent ) : { /* Required to make escape key work correctly in wxGTK. */ m_sdbSizerOK->SetFocus(); m_sdbSizerOK->SetDefault(); } eeschema/dialog_lib_new_component.fbp→eeschema/dialogs/dialog_lib_new_component.fbp +0 −0 File moved. View file Loading
CHANGELOG.txt +11 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,17 @@ KiCad ChangeLog 2010 Please add newer entries at the top, list the date and your name with email address. 2010-nov-19 UPDATE Wayne Stambaugh <stambaughw@verizon.net> ================================================================================ ++EESchema * Move library new component and schematic edit sheet dialogs to dialogs folder. * Set library new component and schematic edit sheet dialogs default button. * Create wxFormBuilder version of edit sheet label dialog and remove hand coded version. * More coding policy fixes. 2010-nov-19 UPDATE Wayne Stambaugh <stambaughw@verizon.net> ================================================================================ ++EESchema Loading
eeschema/CMakeLists.txt +6 −4 Original line number Diff line number Diff line Loading @@ -59,12 +59,14 @@ set(EESCHEMA_SRCS dialogs/dialog_lib_edit_draw_item_base.cpp dialogs/dialog_lib_edit_pin.cpp dialogs/dialog_lib_edit_pin_base.cpp dialog_lib_new_component.cpp dialog_lib_new_component_base.cpp dialogs/dialog_lib_new_component.cpp dialogs/dialog_lib_new_component_base.cpp dialogs/dialog_print_using_printer_base.cpp dialogs/dialog_print_using_printer.cpp dialog_sch_sheet_props.cpp dialog_sch_sheet_props_base.cpp dialogs/dialog_sch_edit_sheet_pin.cpp dialogs/dialog_sch_edit_sheet_pin_base.cpp dialogs/dialog_sch_sheet_props.cpp dialogs/dialog_sch_sheet_props_base.cpp dialogs/dialog_schematic_find.cpp dialogs/dialog_schematic_find_base.cpp dialogs/dialog_SVG_print.cpp Loading
eeschema/controle.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -418,7 +418,7 @@ void LIB_EDIT_FRAME::GeneralControle( wxDC* DC, wxPoint MousePositionInPixels ) } void WinEDA_ViewlibFrame::GeneralControle( wxDC* DC, wxPoint MousePositionInPixels ) void LIB_VIEW_FRAME::GeneralControle( wxDC* DC, wxPoint MousePositionInPixels ) { wxRealPoint delta; SCH_SCREEN* screen = GetScreen(); Loading
eeschema/dialog_lib_new_component.cpp→eeschema/dialogs/dialog_lib_new_component.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -5,4 +5,5 @@ DIALOG_LIB_NEW_COMPONENT::DIALOG_LIB_NEW_COMPONENT( wxWindow* parent ) : { /* Required to make escape key work correctly in wxGTK. */ m_sdbSizerOK->SetFocus(); m_sdbSizerOK->SetDefault(); }
eeschema/dialog_lib_new_component.fbp→eeschema/dialogs/dialog_lib_new_component.fbp +0 −0 File moved. View file