.. |
dialogs
|
Gerber file X2 attribute: Change the attribute Project Id key word from .TF.JobId to .TF.ProjectId, due to a change between the draft Gerber file format specif and a the final specifs (Revision 2015.08).
|
10 years ago |
gerber_test_files
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
13 years ago |
CMakeLists.txt
|
Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name
|
10 years ago |
Info.plist
|
Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name
|
10 years ago |
block.cpp
|
Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew).
|
11 years ago |
class_DCodeSelectionbox.cpp
|
More missing source license fixes.
|
11 years ago |
class_DCodeSelectionbox.h
|
More missing source license fixes.
|
11 years ago |
class_GERBER.cpp
|
board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape.
|
11 years ago |
class_GERBER.h
|
Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format.
|
11 years ago |
class_X2_gerber_attributes.cpp
|
board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape.
|
11 years ago |
class_X2_gerber_attributes.h
|
board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape.
|
11 years ago |
class_am_param.cpp
|
Fix bugs 1264236, 1264238, 1264254
|
12 years ago |
class_am_param.h
|
Some minor fixes and cleanup.
|
10 years ago |
class_aperture_macro.cpp
|
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
|
10 years ago |
class_aperture_macro.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
13 years ago |
class_excellon.h
|
More missing source license fixes.
|
11 years ago |
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.
|
11 years ago |
class_gbr_layer_box_selector.h
|
More missing source license fixes.
|
11 years ago |
class_gbr_layout.cpp
|
Code cleaning: move class PAGE_INFO from common.h to class_page_info.h;
|
11 years ago |
class_gbr_layout.h
|
Fix for printing non-consecutive layers or starting with layer > 1 in gerbview.
|
11 years ago |
class_gbr_screen.cpp
|
Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues
|
11 years ago |
class_gbr_screen.h
|
More missing source license fixes.
|
11 years ago |
class_gerber_draw_item.cpp
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
10 years ago |
class_gerber_draw_item.h
|
Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew).
|
11 years ago |
class_gerbview_layer_widget.cpp
|
Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines.
|
11 years ago |
class_gerbview_layer_widget.h
|
Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format.
|
11 years ago |
controle.cpp
|
Fix default menu alt key accelerator bug. (fixes lp:1035151)
|
11 years ago |
dcode.cpp
|
Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew).
|
11 years ago |
dcode.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
13 years ago |
draw_gerber_screen.cpp
|
Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless.
|
10 years ago |
events_called_functions.cpp
|
Created handlers for getting started menu items in gerbview and pl_editor
|
10 years ago |
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.
|
11 years ago |
export_to_pcbnew.cpp
|
Default and most recently used path fixes. (fixes: 1494210)
|
10 years ago |
files.cpp
|
Default and most recently used path fixes. (fixes: 1494210)
|
10 years ago |
gerbview.cpp
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |
gerbview.h
|
Code cleaning: move class PAGE_INFO from common.h to class_page_info.h;
|
11 years ago |
gerbview.icns
|
[MacOSX] Updated Icons - Document ones still missing :(
|
13 years ago |
gerbview.rc
|
Remove old xpm icons files
|
14 years ago |
gerbview_config.cpp
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |
gerbview_doc.icns
|
Update OS X icns icons
|
16 years ago |
gerbview_frame.cpp
|
GerbView: fix path bug due to quoted command paramaters.
|
10 years ago |
gerbview_frame.h
|
GerbView: fix path bug due to quoted command paramaters.
|
10 years ago |
gerbview_id.h
|
More missing source license fixes.
|
11 years ago |
hotkeys.cpp
|
Hot keys settings are synchronized between GAL & legacy
|
11 years ago |
hotkeys.h
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |
init_gbr_drawlayers.cpp
|
Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format.
|
11 years ago |
locate.cpp
|
Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew).
|
11 years ago |
menubar.cpp
|
Minor string and coding policy fixes.
|
10 years ago |
onleftclick.cpp
|
Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code)
|
11 years ago |
onrightclick.cpp
|
Fix minor issues. Fix some outdated and broken BOM python scripts. Add info in BOM python scripts.
|
11 years ago |
options.cpp
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |
pcbplot.cpp
|
More missing source license fixes.
|
11 years ago |
pcbplot.h
|
Script plotting patch
|
13 years ago |
printout_control.cpp
|
Fix for printing non-consecutive layers or starting with layer > 1 in gerbview.
|
11 years ago |
readgerb.cpp
|
Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files.
|
11 years ago |
rs274_read_XY_and_IJ_coordinates.cpp
|
More missing source license fixes.
|
11 years ago |
rs274d.cpp
|
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
|
10 years ago |
rs274x.cpp
|
Fixed RS274X image rotation parsing.
|
10 years ago |
select_layers_to_pcb.cpp
|
Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format.
|
11 years ago |
select_layers_to_pcb.h
|
More missing source license fixes.
|
11 years ago |
toolbars_gerber.cpp
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |