Loading change_log.txt +6 −0 Original line number Original line Diff line number Diff line Loading @@ -3,6 +3,12 @@ Started 2007-June-11 Please add newer entries at the top, list the date and your name with Please add newer entries at the top, list the date and your name with email address. email address. 2007-Dec-14 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> ================================================================================ +pcbnew: code cleaning: DRAWSEGMENT class functions moved in the new files class_drawsegment.cpp et .h 2007-Dec-12 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-Dec-12 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> ================================================================================ ================================================================================ Loading cvpcb/CMakeLists.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -37,6 +37,7 @@ SET(CVPCB_EXTRA_SRCS ../pcbnew/basepcbframe.cpp ../pcbnew/basepcbframe.cpp ../pcbnew/class_board.cpp ../pcbnew/class_board.cpp ../pcbnew/class_cotation.cpp ../pcbnew/class_cotation.cpp ../pcbnew/class_drawsegment.cpp ../pcbnew/class_edge_mod.cpp ../pcbnew/class_edge_mod.cpp ../pcbnew/class_equipot.cpp ../pcbnew/class_equipot.cpp ../pcbnew/class_mire.cpp ../pcbnew/class_mire.cpp Loading cvpcb/makefile.include +4 −0 Original line number Original line Diff line number Diff line Loading @@ -40,6 +40,7 @@ OBJECTS = $(TARGET).o \ zoom.o \ zoom.o \ tracemod.o \ tracemod.o \ classpcb.o \ classpcb.o \ class_drawsegment.o \ class_board.o \ class_board.o \ class_module.o \ class_module.o \ class_pad.o \ class_pad.o \ Loading Loading @@ -86,6 +87,9 @@ class_pcb_text.o: ../pcbnew/class_pcb_text.cpp ../pcbnew/class_pcb_text.h $(COMM class_board.o: ../pcbnew/class_board.cpp $(DEPEND) class_board.o: ../pcbnew/class_board.cpp $(DEPEND) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp class_drawsegment.o: ../pcbnew/class_drawsegment.cpp ../pcbnew/class_drawsegment.h $(DEPEND) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp class_track.o: ../pcbnew/class_track.cpp $(DEPEND) class_track.o: ../pcbnew/class_track.cpp $(DEPEND) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp Loading gerbview/CMakeLists.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,7 @@ SET(GERBVIEW_SRCS SET(GERBVIEW_EXTRA_SRCS SET(GERBVIEW_EXTRA_SRCS ../pcbnew/basepcbframe.cpp ../pcbnew/basepcbframe.cpp ../pcbnew/class_board.cpp ../pcbnew/class_board.cpp ../pcbnew/class_drawsegment.cpp ../pcbnew/class_drc_item.cpp ../pcbnew/class_drc_item.cpp ../pcbnew/class_marker.cpp ../pcbnew/class_marker.cpp ../pcbnew/class_pcb_text.cpp ../pcbnew/class_pcb_text.cpp Loading gerbview/makefile.include +4 −0 Original line number Original line Diff line number Diff line Loading @@ -22,6 +22,7 @@ OBJECTS= \ gerberframe.o\ gerberframe.o\ onrightclick.o\ onrightclick.o\ class_board.o\ class_board.o\ class_drawsegment.o\ class_track.o \ class_track.o \ class_drc_item.o \ class_drc_item.o \ drawframe.o\ drawframe.o\ Loading Loading @@ -77,6 +78,9 @@ class_marker.o: ../pcbnew/class_marker.cpp ../pcbnew/class_marker.h $(COMMON) class_zone.o: ../pcbnew/class_zone.cpp ../pcbnew/class_zone.h $(COMMON) class_zone.o: ../pcbnew/class_zone.cpp ../pcbnew/class_zone.h $(COMMON) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp class_drawsegment.o: ../pcbnew/class_drawsegment.cpp ../pcbnew/class_drawsegment.h $(DEPEND) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp class_drc_item.o: ../pcbnew/class_drc_item.cpp $(COMMON) class_drc_item.o: ../pcbnew/class_drc_item.cpp $(COMMON) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp Loading Loading
change_log.txt +6 −0 Original line number Original line Diff line number Diff line Loading @@ -3,6 +3,12 @@ Started 2007-June-11 Please add newer entries at the top, list the date and your name with Please add newer entries at the top, list the date and your name with email address. email address. 2007-Dec-14 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> ================================================================================ +pcbnew: code cleaning: DRAWSEGMENT class functions moved in the new files class_drawsegment.cpp et .h 2007-Dec-12 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-Dec-12 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> ================================================================================ ================================================================================ Loading
cvpcb/CMakeLists.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -37,6 +37,7 @@ SET(CVPCB_EXTRA_SRCS ../pcbnew/basepcbframe.cpp ../pcbnew/basepcbframe.cpp ../pcbnew/class_board.cpp ../pcbnew/class_board.cpp ../pcbnew/class_cotation.cpp ../pcbnew/class_cotation.cpp ../pcbnew/class_drawsegment.cpp ../pcbnew/class_edge_mod.cpp ../pcbnew/class_edge_mod.cpp ../pcbnew/class_equipot.cpp ../pcbnew/class_equipot.cpp ../pcbnew/class_mire.cpp ../pcbnew/class_mire.cpp Loading
cvpcb/makefile.include +4 −0 Original line number Original line Diff line number Diff line Loading @@ -40,6 +40,7 @@ OBJECTS = $(TARGET).o \ zoom.o \ zoom.o \ tracemod.o \ tracemod.o \ classpcb.o \ classpcb.o \ class_drawsegment.o \ class_board.o \ class_board.o \ class_module.o \ class_module.o \ class_pad.o \ class_pad.o \ Loading Loading @@ -86,6 +87,9 @@ class_pcb_text.o: ../pcbnew/class_pcb_text.cpp ../pcbnew/class_pcb_text.h $(COMM class_board.o: ../pcbnew/class_board.cpp $(DEPEND) class_board.o: ../pcbnew/class_board.cpp $(DEPEND) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp class_drawsegment.o: ../pcbnew/class_drawsegment.cpp ../pcbnew/class_drawsegment.h $(DEPEND) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp class_track.o: ../pcbnew/class_track.cpp $(DEPEND) class_track.o: ../pcbnew/class_track.cpp $(DEPEND) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp Loading
gerbview/CMakeLists.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,7 @@ SET(GERBVIEW_SRCS SET(GERBVIEW_EXTRA_SRCS SET(GERBVIEW_EXTRA_SRCS ../pcbnew/basepcbframe.cpp ../pcbnew/basepcbframe.cpp ../pcbnew/class_board.cpp ../pcbnew/class_board.cpp ../pcbnew/class_drawsegment.cpp ../pcbnew/class_drc_item.cpp ../pcbnew/class_drc_item.cpp ../pcbnew/class_marker.cpp ../pcbnew/class_marker.cpp ../pcbnew/class_pcb_text.cpp ../pcbnew/class_pcb_text.cpp Loading
gerbview/makefile.include +4 −0 Original line number Original line Diff line number Diff line Loading @@ -22,6 +22,7 @@ OBJECTS= \ gerberframe.o\ gerberframe.o\ onrightclick.o\ onrightclick.o\ class_board.o\ class_board.o\ class_drawsegment.o\ class_track.o \ class_track.o \ class_drc_item.o \ class_drc_item.o \ drawframe.o\ drawframe.o\ Loading Loading @@ -77,6 +78,9 @@ class_marker.o: ../pcbnew/class_marker.cpp ../pcbnew/class_marker.h $(COMMON) class_zone.o: ../pcbnew/class_zone.cpp ../pcbnew/class_zone.h $(COMMON) class_zone.o: ../pcbnew/class_zone.cpp ../pcbnew/class_zone.h $(COMMON) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp class_drawsegment.o: ../pcbnew/class_drawsegment.cpp ../pcbnew/class_drawsegment.h $(DEPEND) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp class_drc_item.o: ../pcbnew/class_drc_item.cpp $(COMMON) class_drc_item.o: ../pcbnew/class_drc_item.cpp $(COMMON) $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp $(CXX) -c $(EDACPPFLAGS) -o $@ ../pcbnew/$*.cpp Loading