kicad/gerbview
jean-pierre charras 5f01f123de All: GetBoundingBox returns now a const EDA_RECT.
Pcbnew: Code cleaning and bug fix in autoplace functions
Dialog exchange footprints has now a separate button to update the .cmp file, only on request.
2013-11-24 18:48:14 +01:00
..
dialogs Minor code cleaning: Remove unused file, remove obsolete or useless defines 2013-11-15 10:28:31 +01:00
gerber_test_files 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
CMakeLists.txt Remove duplicate code to draw and to plot title blocks. 2013-05-21 09:18:25 +02:00
Info.plist Fix some minor OS X issues 2011-08-30 09:35:40 +02:00
block.cpp *) retain grid origin in the BOARD and save it in legacy and kicad board files. 2013-08-03 00:15:23 -05:00
class_DCodeSelectionbox.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_DCodeSelectionbox.h More encapsulation work and other minor improvements. 2011-12-16 08:32:23 -05:00
class_GERBER.cpp Minor fixes. Gerbview: fix a collision name for GetLayout method. 2013-06-27 21:12:01 +02:00
class_GERBER.h Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
class_am_param.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
class_am_param.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
class_aperture_macro.cpp Some more missing D()->DBG() changes. 2013-09-10 17:07:46 +02:00
class_aperture_macro.h Enforced EDA_COLOR_T type and minor const-ification 2012-09-02 14:06:47 +02:00
class_excellon.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
class_gbr_layer_box_selector.cpp Cleaning code for PCB_LAYER_BOX_SELECTOR class, and use it in edit dimension dialog. 2013-09-01 20:38:11 +02:00
class_gbr_layer_box_selector.h Cleaning code for PCB_LAYER_BOX_SELECTOR class, and use it in edit dimension dialog. 2013-09-01 20:38:11 +02:00
class_gbr_layout.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_gbr_layout.h Gerbview: fix incorrect printing of negative objects, when using black and white option. 2013-09-29 20:24:38 +02:00
class_gbr_screen.cpp Minor fixes. Gerbview: fix a collision name for GetLayout method. 2013-06-27 21:12:01 +02:00
class_gbr_screen.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_gerber_draw_item.cpp All: GetBoundingBox returns now a const EDA_RECT. 2013-11-24 18:48:14 +01:00
class_gerber_draw_item.h All: GetBoundingBox returns now a const EDA_RECT. 2013-11-24 18:48:14 +01:00
class_gerbview_layer_widget.cpp Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed. 2013-04-06 14:01:53 +02:00
class_gerbview_layer_widget.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
controle.cpp *) retain grid origin in the BOARD and save it in legacy and kicad board files. 2013-08-03 00:15:23 -05:00
dcode.cpp Gerbview: remove fully outdated code (about reading DCode files) and fix erroneous comments. 2013-06-28 12:49:43 +02:00
dcode.h Enforced EDA_COLOR_T type and minor const-ification 2012-09-02 14:06:47 +02:00
draw_gerber_screen.cpp Gerbview: fix incorrect printing of negative objects, when using black and white option. 2013-09-29 20:24:38 +02:00
events_called_functions.cpp Gerbview: remove fully outdated code (about reading DCode files) and fix erroneous comments. 2013-06-28 12:49:43 +02:00
excellon_read_drill_file.cpp 3D board display: better rendering of the board: the board polygon outlines (generated by the specctra function) is now used to create the 3D body of the board. 2013-10-04 10:42:09 +02:00
export_to_pcbnew.cpp 3D board display: better rendering of the board: the board polygon outlines (generated by the specctra function) is now used to create the 3D body of the board. 2013-10-04 10:42:09 +02:00
files.cpp Gerbview: remove fully outdated code (about reading DCode files) and fix erroneous comments. 2013-06-28 12:49:43 +02:00
gerbview.cpp Gerbview: remove fully outdated code (about reading DCode files) and fix erroneous comments. 2013-06-28 12:49:43 +02:00
gerbview.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
gerbview.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
gerbview.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
gerbview_config.cpp More work on EDA_COLOR_T and layers. 2013-04-04 23:35:01 +02:00
gerbview_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
gerbview_frame.cpp Gerbview: fix incorrect printing of negative objects, when using black and white option. 2013-09-29 20:24:38 +02:00
gerbview_frame.h *) retain grid origin in the BOARD and save it in legacy and kicad board files. 2013-08-03 00:15:23 -05:00
gerbview_id.h Gerbview: remove fully outdated code (about reading DCode files) and fix erroneous comments. 2013-06-28 12:49:43 +02:00
hotkeys.cpp *) retain grid origin in the BOARD and save it in legacy and kicad board files. 2013-08-03 00:15:23 -05:00
hotkeys.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
initpcb.cpp Minor fixes. Gerbview: fix a collision name for GetLayout method. 2013-06-27 21:12:01 +02:00
locate.cpp *) retain grid origin in the BOARD and save it in legacy and kicad board files. 2013-08-03 00:15:23 -05:00
menubar.cpp Gerbview: remove fully outdated code (about reading DCode files) and fix erroneous comments. 2013-06-28 12:49:43 +02:00
onleftclick.cpp Minor fixes. Gerbview: fix a collision name for GetLayout method. 2013-06-27 21:12:01 +02:00
onrightclick.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
options.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
pcbplot.cpp Minor fixes. Gerbview: fix a collision name for GetLayout method. 2013-06-27 21:12:01 +02:00
pcbplot.h Script plotting patch 2012-08-29 18:59:50 +02:00
readgerb.cpp Gerbview: remove fully outdated code (about reading DCode files) and fix erroneous comments. 2013-06-28 12:49:43 +02:00
rs274_read_XY_and_IJ_coordinates.cpp Gerbview: fix bug #1176538 (incorrect flashed items size, when defined by aperture macros) 2013-05-18 18:56:03 +02:00
rs274d.cpp Minor fixes. Gerbview: fix a collision name for GetLayout method. 2013-06-27 21:12:01 +02:00
rs274x.cpp Some more missing D()->DBG() changes. 2013-09-10 17:07:46 +02:00
select_layers_to_pcb.cpp Removed ugly usage of an extra layer slot for the layer count in gerbview 2013-04-10 09:03:19 +02:00
select_layers_to_pcb.h Removed ugly usage of an extra layer slot for the layer count in gerbview 2013-04-10 09:03:19 +02:00
toolbars_gerber.cpp Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed. 2013-04-06 14:01:53 +02:00