.. |
dialogs
|
Gerbview: Fix a compil issue I created when copying a fix from the master branch
|
2016-10-07 19:23:45 +02: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
|
Fix incorrect (too small) bounding box EDA_TEXT, noticeable when chars like j or { are used in zone fill functions.
|
2016-03-11 16:30:32 -05:00 |
Info.plist
|
Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name
|
2015-10-30 08:43:04 +13: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
|
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.
|
2015-04-09 20:53:36 +02: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
|
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.
|
2015-04-09 20:53:36 +02:00 |
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.
|
2015-04-09 20:53:36 +02:00 |
class_am_param.cpp
|
Fix bugs 1264236, 1264238, 1264254
|
2013-12-29 12:01:54 +01:00 |
class_am_param.h
|
Some minor fixes and cleanup.
|
2015-07-03 10:42:47 +02:00 |
class_aperture_macro.cpp
|
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
|
2015-06-26 15:41:56 +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
|
Fix for printing non-consecutive layers or starting with layer > 1 in gerbview.
|
2015-03-26 18:23:17 +01:00 |
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
|
2015-01-06 08:38:58 +01:00 |
class_gbr_screen.h
|
More missing source license fixes.
|
2014-10-21 14:36:45 -04:00 |
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.
|
2015-07-27 21:45:57 +02: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
|
Fix bug in "User Custom" size selection in"Page Settings" in non English languages. (fixes lp:1536427)
|
2016-02-09 18:41:47 -05: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
|
Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless.
|
2015-07-29 20:06:45 +02:00 |
events_called_functions.cpp
|
Created handlers for getting started menu items in gerbview and pl_editor
|
2015-09-24 06:43:40 +12:00 |
excellon_read_drill_file.cpp
|
Gerbview: Read excellon files: fix incorrect handling of G85 command. (fixes lp:1485420)
|
2016-06-21 11:56:13 -04:00 |
export_to_pcbnew.cpp
|
Default and most recently used path fixes. (fixes: 1494210)
|
2015-09-25 15:38:09 -04:00 |
files.cpp
|
Default and most recently used path fixes. (fixes: 1494210)
|
2015-09-25 15:38:09 -04:00 |
gerbview.cpp
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
2015-04-19 20:41:57 +02: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
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
2015-04-19 20:41:57 +02:00 |
gerbview_doc.icns
|
Update OS X icns icons
|
2010-05-13 21:03:12 +02:00 |
gerbview_frame.cpp
|
GerbView: fix path bug due to quoted command paramaters.
|
2015-09-25 19:34:57 -04:00 |
gerbview_frame.h
|
GerbView: fix path bug due to quoted command paramaters.
|
2015-09-25 19:34:57 -04:00 |
gerbview_id.h
|
More missing source license fixes.
|
2014-10-21 14:36:45 -04:00 |
hotkeys.cpp
|
Hot keys settings are synchronized between GAL & legacy
|
2015-05-05 20:39:42 +02:00 |
hotkeys.h
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
2015-04-19 20:41:57 +02: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
|
Minor string and coding policy fixes.
|
2015-10-08 09:52:03 -04:00 |
onleftclick.cpp
|
Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code)
|
2015-03-11 14:59:43 +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
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
2015-04-19 20:41:57 +02: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
|
Fix for printing non-consecutive layers or starting with layer > 1 in gerbview.
|
2015-03-26 18:23:17 +01: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
|
Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro.
|
2015-06-26 15:41:56 +02:00 |
rs274x.cpp
|
Fixed RS274X image rotation parsing.
|
2015-09-09 00:21:31 +12: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: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
2015-04-19 20:41:57 +02:00 |