kicad/gerbview
jean-pierre charras bc230f7650 Code cleaning: move class PAGE_INFO from common.h to class_page_info.h;
Fix issue when using a page layout file in project folder: eeschema and Pcbnew did not use it, unless using an absolute path.
Now, if the file path is nor absolute, it is seen as relative to the project (which is the expected behavior)
fp lib wizard: when pcbnew id compiled with USE_GITHUB_PLUGIN=OFF, the github plugin option is no more accessible (and the web viewer no more used).
2014-12-23 14:01:59 +01:00
..
dialogs Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +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 Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
Info.plist Try some new Mac support ideas. 2014-05-09 09:27:21 -05:00
block.cpp Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 2014-06-27 19:07:42 +02:00
class_DCodeSelectionbox.cpp More missing source license fixes. 2014-10-21 14:36:45 -04:00
class_DCodeSelectionbox.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
class_GERBER.cpp Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 2014-11-23 12:41:57 +01:00
class_GERBER.h Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
class_X2_gerber_attributes.cpp Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 2014-11-23 12:41:57 +01:00
class_X2_gerber_attributes.h Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 2014-11-23 12:41:57 +01:00
class_am_param.cpp Fix bugs 1264236, 1264238, 1264254 2013-12-29 12:01:54 +01: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 More missing source license fixes. 2014-10-21 14:36:45 -04:00
class_gbr_layer_box_selector.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
class_gbr_layer_box_selector.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
class_gbr_layout.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 2014-12-23 14:01:59 +01:00
class_gbr_layout.h Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 2014-12-23 14:01:59 +01:00
class_gbr_screen.cpp More missing source license fixes. 2014-10-21 14:36:45 -04:00
class_gbr_screen.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
class_gerber_draw_item.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
class_gerber_draw_item.h Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 2014-06-27 19:07:42 +02:00
class_gerbview_layer_widget.cpp Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 2014-11-23 12:41:57 +01:00
class_gerbview_layer_widget.h Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
controle.cpp Fix default menu alt key accelerator bug. (fixes lp:1035151) 2014-08-29 16:23:40 -04:00
dcode.cpp Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 2014-06-27 19:07:42 +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: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
events_called_functions.cpp Fix minor issues. Fix some outdated and broken BOM python scripts. Add info in BOM python scripts. 2014-12-03 17:22:06 +01:00
excellon_read_drill_file.cpp Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 2014-11-23 12:41:57 +01:00
export_to_pcbnew.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
files.cpp Fix minor issues. Fix some outdated and broken BOM python scripts. Add info in BOM python scripts. 2014-12-03 17:22:06 +01:00
gerbview.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
gerbview.h Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 2014-12-23 14:01:59 +01: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 Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 2014-06-27 19:07:42 +02:00
gerbview_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
gerbview_frame.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 2014-12-23 14:01:59 +01:00
gerbview_frame.h Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 2014-12-23 14:01:59 +01:00
gerbview_id.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
hotkeys.cpp Fix default menu alt key accelerator bug. (fixes lp:1035151) 2014-08-29 16:23:40 -04:00
hotkeys.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
init_gbr_drawlayers.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
locate.cpp Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 2014-06-27 19:07:42 +02:00
menubar.cpp Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 2014-06-27 19:07:42 +02:00
onleftclick.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
onrightclick.cpp Fix minor issues. Fix some outdated and broken BOM python scripts. Add info in BOM python scripts. 2014-12-03 17:22:06 +01:00
options.cpp More missing source license fixes. 2014-10-21 14:36:45 -04:00
pcbplot.cpp More missing source license fixes. 2014-10-21 14:36:45 -04:00
pcbplot.h Script plotting patch 2012-08-29 18:59:50 +02:00
printout_control.cpp Road map and Doxygen work. 2014-10-05 21:18:24 -04:00
readgerb.cpp Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 2014-11-23 12:41:57 +01:00
rs274_read_XY_and_IJ_coordinates.cpp More missing source license fixes. 2014-10-21 14:36:45 -04:00
rs274d.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
rs274x.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
select_layers_to_pcb.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
select_layers_to_pcb.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
toolbars_gerber.cpp Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00