.. |
autorouter
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
dialogs
|
*) Add PLUGIN::FootprintLibOptions( PROPERTIES* ), and extend DIALOG_FP_PLUGIN_OPTIONS to use it.
|
2013-11-11 18:17:27 -06:00 |
github
|
wxString PCB_BASE_FRAME::SelectFootprintFromLibBrowser() now returns empty string on abort.
|
2013-11-11 19:14:17 -06:00 |
import_dxf
|
Add undo command to dxf file import. Change improper use of __WXDEBUG__ to DEBUG in class_board_connected_item.cpp.
|
2013-10-30 13:14:45 +01:00 |
pcad2kicadpcb_plugin
|
Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*.
|
2013-09-25 14:17:06 -05:00 |
router
|
Fix redraw issue in modedit a modview, with GAL
|
2013-11-01 13:56:20 +01:00 |
scripting
|
Footprint wizards: fix issues.
|
2013-11-01 21:51:37 +01:00 |
tools
|
Fix debug builds on wxWidgets 2.8.
|
2013-11-03 13:15:46 -05:00 |
CMakeLists.txt
|
All: under mingw32+msys: fix an issue when using Cmake version >= 2.8.5 which uses by default a response file.
|
2013-11-10 20:15:09 +01:00 |
Doxyfile_python
|
Fixes typo in doxygen-python, and fixes unitest TestCase().discover on python < 2.7
|
2013-09-22 02:34:15 +04:00 |
Doxyfile_xml
|
Adds target to build doxygen-python documentation, that take
|
2013-09-20 21:01:21 +04:00 |
Info.plist
|
Updated the pcbnew Info.plist to associate .kicad_pcb files with pcbnew.
|
2013-04-22 12:20:34 -04:00 |
attribut.cpp
|
Extremely trivial stuff (mostly cosmetics)
|
2013-03-28 07:40:19 +01:00 |
basepcbframe.cpp
|
*) Start removing some of the problematic "<%s>.." format strings, which won't
|
2013-11-01 19:24:38 -05:00 |
block.cpp
|
Pcbnew: Block selection enhancement, from Bug #593997 (whishlist)
|
2013-09-21 20:09:41 +02:00 |
block_module_editor.cpp
|
*) retain grid origin in the BOARD and save it in legacy and kicad board files.
|
2013-08-03 00:15:23 -05:00 |
board_items_to_polygon_shape_transform.cpp
|
Changed D() macro to DBG() because of conflict with glm::D().
|
2013-09-10 10:47:42 +02:00 |
board_undo_redo.cpp
|
Fix Pcbnew block rotate hot key and minor code cleaning.
|
2013-10-14 11:29:16 -04:00 |
build_BOM_from_board.cpp
|
Convert footprint definitions from wxString to FPID.
|
2013-09-08 14:31:21 -04:00 |
class_board.cpp
|
make PROPERTIES::Value() not inline
|
2013-11-02 14:49:46 -05:00 |
class_board.h
|
*) Start removing some of the problematic "<%s>.." format strings, which won't
|
2013-11-01 19:24:38 -05:00 |
class_board_connected_item.cpp
|
Add undo command to dxf file import. Change improper use of __WXDEBUG__ to DEBUG in class_board_connected_item.cpp.
|
2013-10-30 13:14:45 +01:00 |
class_board_connected_item.h
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
2013-05-25 23:36:44 -05:00 |
class_board_design_settings.cpp
|
Pcbnew: enhancements for blind/buried vias palcement, and save blind/buried vias allowed option in .kicad_pcb file
|
2013-08-28 18:14:39 +02:00 |
class_board_item.cpp
|
Merged upstream and Mac OS X build fixes.
|
2013-08-27 11:03:06 +02:00 |
class_dimension.cpp
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
class_dimension.h
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
class_drawsegment.cpp
|
Pcbnew: Block selection enhancement, from Bug #593997 (whishlist)
|
2013-09-21 20:09:41 +02:00 |
class_drawsegment.h
|
Pcbnew: Block selection enhancement, from Bug #593997 (whishlist)
|
2013-09-21 20:09:41 +02:00 |
class_drc_item.cpp
|
Eeschema: fix compatibility with old schematic files, which can contain markers.
|
2013-09-11 17:30:21 +02:00 |
class_edge_mod.cpp
|
Minor code cleaning. Pcbnew: better iniatilization of members in DRAWSEGMENT, TRACK, EDGE_MOD (useful when using python scripting).
|
2013-07-29 09:33:56 +02:00 |
class_edge_mod.h
|
Removed Show code from BOARD_ITEM derived classes (as requested by Dick)
|
2013-05-05 12:23:18 +02:00 |
class_footprint_wizard.cpp
|
Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away...
|
2013-03-16 04:27:48 +01:00 |
class_footprint_wizard.h
|
Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away...
|
2013-03-16 04:27:48 +01:00 |
class_marker_pcb.cpp
|
Better strings for the translators (converted concatenations to formats)
|
2013-04-09 19:49:01 +02:00 |
class_marker_pcb.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_mire.cpp
|
Pcbnew: Block selection enhancement, from Bug #593997 (whishlist)
|
2013-09-21 20:09:41 +02:00 |
class_mire.h
|
Pcbnew: Block selection enhancement, from Bug #593997 (whishlist)
|
2013-09-21 20:09:41 +02:00 |
class_module.cpp
|
Removed SELECTION layer.
|
2013-10-02 11:39:08 +02:00 |
class_module.h
|
Removed SELECTION layer.
|
2013-10-02 11:39:08 +02:00 |
class_netclass.cpp
|
Internal unit improvements and Pcbnew s-expression file format changes.
|
2012-04-12 17:31:31 -04:00 |
class_netclass.h
|
merge 1 with tip
|
2012-06-03 22:06:51 +02:00 |
class_netinfo.h
|
Pcbnew: read netlist enhancements: add option to remove single pads nets, add enforce tests to report non existing netnames in zones.
|
2013-08-24 10:08:55 +02:00 |
class_netinfo_item.cpp
|
Pcbnew NETLIST_READER improvements.
|
2013-04-25 12:29:35 -04:00 |
class_netinfolist.cpp
|
Pcbnew: read netlist enhancements: add option to remove single pads nets, add enforce tests to report non existing netnames in zones.
|
2013-08-24 10:08:55 +02:00 |
class_pad.cpp
|
Moved VIEW_ITEM::ViewGetRequiredLayers() functionality to the VIEW class. Now required layers are set per layer basis instead of per item.
|
2013-08-05 16:28:58 +02:00 |
class_pad.h
|
Moved VIEW_ITEM::ViewGetRequiredLayers() functionality to the VIEW class. Now required layers are set per layer basis instead of per item.
|
2013-08-05 16:28:58 +02:00 |
class_pad_draw_functions.cpp
|
Pcbnew: fix bug 1199340
|
2013-10-20 17:39:15 +02:00 |
class_pcb_layer_box_selector.cpp
|
pcbnew: fix wxWidgets 2.8 compatibility issue (temporary fix, still have a minor cosmetic issue), and add missing file.
|
2013-09-03 21:37:52 +02:00 |
class_pcb_layer_box_selector.h
|
minor changes and refinement in class pcb layer box
|
2013-09-02 11:06:17 +02:00 |
class_pcb_layer_widget.cpp
|
Namespace KiGfx->KIGFX.
|
2013-10-14 16:13:35 +02:00 |
class_pcb_layer_widget.h
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
2013-05-25 23:36:44 -05:00 |
class_pcb_text.cpp
|
Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center.
|
2013-11-05 18:12:27 +01:00 |
class_pcb_text.h
|
Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center.
|
2013-11-05 18:12:27 +01:00 |
class_text_mod.cpp
|
Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center.
|
2013-11-05 18:12:27 +01:00 |
class_text_mod.h
|
Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center.
|
2013-11-05 18:12:27 +01:00 |
class_track.cpp
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
class_track.h
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
class_zone.cpp
|
Pcbnew: Block selection enhancement, from Bug #593997 (whishlist)
|
2013-09-21 20:09:41 +02:00 |
class_zone.h
|
Pcbnew: Block selection enhancement, from Bug #593997 (whishlist)
|
2013-09-21 20:09:41 +02:00 |
class_zone_settings.cpp
|
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_zone_settings.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 |
classpcb.cpp
|
REMOVE: USE_PCBNEW_NANOMETERS by making it the only way to go in pcbnew, effectively removing the deci-mils build.
|
2013-08-06 18:21:40 -05:00 |
clean.cpp
|
Fix minor bugs in cleanup dialog options and plot solder mask function (thanks to Lorenzo to locate these bugs)
|
2013-09-18 21:21:11 +02:00 |
collectors.cpp
|
formatting and fix selection clarification bug in pcbnew, could not move reference text when hidden under another footprint
|
2013-08-05 15:47:34 -05:00 |
collectors.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 |
connect.cpp
|
Angle and distances cleanup (preparing for angles in doubles)
|
2013-05-01 19:32:36 +02:00 |
connect.h
|
Eeschema: fix a bug which crashes Eeschema (when a label is being created, and its type is changed by popup menu, for instance to a text, before it was put on schematic)
|
2013-01-25 18:29:54 +01:00 |
controle.cpp
|
formatting and fix selection clarification bug in pcbnew, could not move reference text when hidden under another footprint
|
2013-08-05 15:47:34 -05:00 |
cross-probing.cpp
|
*) retain grid origin in the BOARD and save it in legacy and kicad board files.
|
2013-08-03 00:15:23 -05:00 |
deltrack.cpp
|
Restored previous function names.
|
2013-09-20 16:32:11 +02:00 |
dimension.cpp
|
Restored previous function names.
|
2013-09-20 16:32:11 +02:00 |
drag.h
|
- New typedef LAYER_MSK to encapsulate a layer bitmap
|
2013-03-30 18:24:04 +01:00 |
dragsegm.cpp
|
Eeschema: fix a *very subtle* bug noticeable only in complex hierachies, for multiple parts per package:
|
2013-07-05 19:48:01 +02:00 |
drc.cpp
|
- New typedef LAYER_MSK to encapsulate a layer bitmap
|
2013-03-30 18:24:04 +01:00 |
drc_clearance_test_functions.cpp
|
Eeschema: fix compatibility with old schematic files, which can contain markers.
|
2013-09-11 17:30:21 +02:00 |
drc_marker_functions.cpp
|
Angle and distances cleanup (preparing for angles in doubles)
|
2013-05-01 19:32:36 +02:00 |
drc_stuff.h
|
Eeschema: fix compatibility with old schematic files, which can contain markers.
|
2013-09-11 17:30:21 +02:00 |
eagle_plugin.cpp
|
add fix_eagle_package_name() and apply it in two places to re-spell eagle package names
|
2013-11-06 10:53:44 -06:00 |
eagle_plugin.h
|
Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*.
|
2013-09-25 14:17:06 -05:00 |
edgemod.cpp
|
Eeschema: fix compatibility with old schematic files, which can contain markers.
|
2013-09-11 17:30:21 +02:00 |
edit.cpp
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
edit_pcb_text.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
edit_track_width.cpp
|
Renamed global variables:
|
2013-03-27 19:32:12 +01:00 |
editedge.cpp
|
Restored previous function names.
|
2013-09-20 16:32:11 +02:00 |
editmod.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
editrack-part2.cpp
|
Restored previous function names.
|
2013-09-20 16:32:11 +02:00 |
editrack.cpp
|
Merged upstream.
|
2013-09-20 17:54:35 +02:00 |
edtxtmod.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
event_handlers_tracks_vias_sizes.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
export_d356.cpp
|
Add missing file
|
2013-09-13 12:59:47 +02:00 |
export_gencad.cpp
|
Convert footprint definitions from wxString to FPID.
|
2013-09-08 14:31:21 -04:00 |
export_vrml.cpp
|
Migrated the interfaces accepting angles to the double type
|
2013-05-05 09:17:48 +02:00 |
files.cpp
|
Fix typo
|
2013-10-26 20:17:44 +02:00 |
footprint_wizard.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
footprint_wizard_frame.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
footprint_wizard_frame.h
|
Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format.
|
2013-08-05 15:43:15 +02:00 |
gen_drill_report_files.cpp
|
More int casts to rounding conversions
|
2013-05-04 13:57:09 +02:00 |
gen_modules_placefile.cpp
|
Merged upstream.
|
2013-09-20 17:54:35 +02:00 |
gendrill_Excellon_writer.cpp
|
Moved utilities for angles in trigo.h
|
2013-05-02 20:06:58 +02:00 |
gendrill_Excellon_writer.h
|
Migrated the interfaces accepting angles to the double type
|
2013-05-05 09:17:48 +02:00 |
globaleditpad.cpp
|
Convert footprint definitions from wxString to FPID.
|
2013-09-08 14:31:21 -04:00 |
gpcb_plugin.cpp
|
Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*.
|
2013-09-25 14:17:06 -05:00 |
gpcb_plugin.h
|
Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*.
|
2013-09-25 14:17:06 -05:00 |
help_common_strings.h
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
2013-05-25 23:36:44 -05:00 |
highlight.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.cpp
|
painter: better size of pad nums and pad netnames in opengl mode
|
2013-11-04 18:18:19 +01:00 |
hotkeys.h
|
Merged upstream.
|
2013-09-20 17:54:35 +02:00 |
hotkeys_board_editor.cpp
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
hotkeys_module_editor.cpp
|
pcbnew: fix wxWidgets 2.8 compatibility issue (temporary fix, still have a minor cosmetic issue), and add missing file.
|
2013-09-03 21:37:52 +02:00 |
initpcb.cpp
|
Fixed high contrast mode in OpenGL. Split display settings loading into more appropriate places.
|
2013-07-25 18:04:15 +02:00 |
invoke_pcb_dialog.h
|
*) Add PLUGIN::FootprintLibOptions( PROPERTIES* ), and extend DIALOG_FP_PLUGIN_OPTIONS to use it.
|
2013-11-11 18:17:27 -06:00 |
io_mgr.cpp
|
Pcbnew: fix a build issue when BUILD_GITHUB_PLUGIN is enabled.
|
2013-11-11 09:01:04 +01:00 |
io_mgr.h
|
*) Add PLUGIN::FootprintLibOptions( PROPERTIES* ), and extend DIALOG_FP_PLUGIN_OPTIONS to use it.
|
2013-11-11 18:17:27 -06:00 |
ioascii.cpp.notused
|
more footprint support for LEGACY_PLUGIN
|
2012-04-16 20:35:43 -05:00 |
item_io.cpp.notused
|
more footprint support for LEGACY_PLUGIN
|
2012-04-16 20:35:43 -05:00 |
kicad_netlist_reader.cpp
|
Fix but reading empty footprints in netlist. (fixes lp:1226283)
|
2013-09-16 20:52:08 -04:00 |
kicad_plugin.cpp
|
cvpcb was not filtering on the current library when USE_FP_LIB_TABLE.
|
2013-10-31 16:30:57 -05:00 |
kicad_plugin.h
|
CTL_OMIT_PATH patch
|
2013-10-04 17:23:04 -05:00 |
layer_widget.cpp
|
Better strings for the translators (converted concatenations to formats)
|
2013-04-09 19:49:01 +02:00 |
layer_widget.h
|
Removed arbitrary MAX_LAYER_ROWS limit (only used in one assertion, anyway)
|
2013-04-06 18:46:03 +02:00 |
legacy_netlist_reader.cpp
|
Fix but reading empty footprints in netlist. (fixes lp:1226283)
|
2013-09-16 20:52:08 -04:00 |
legacy_plugin.cpp
|
Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*.
|
2013-09-25 14:17:06 -05:00 |
legacy_plugin.h
|
Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*.
|
2013-09-25 14:17:06 -05:00 |
librairi.cpp
|
*) Switch over to FP_LIB_TABLE::Footprint*() functions.
|
2013-10-13 16:33:58 -05:00 |
loadcmp.cpp
|
wxString PCB_BASE_FRAME::SelectFootprintFromLibBrowser() now returns empty string on abort.
|
2013-11-11 19:14:17 -06:00 |
magnetic_tracks_functions.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_modedit.cpp
|
All: change some texts and messages hard to translate, or not translatable (and some incorrect messages).
|
2013-04-05 09:38:00 +02:00 |
menubar_pcbframe.cpp
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
minimun_spanning_tree.cpp
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
2013-05-25 23:36:44 -05:00 |
minimun_spanning_tree.h
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
2013-05-25 23:36:44 -05:00 |
modedit.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
modedit_onclick.cpp
|
Merged upstream.
|
2013-09-20 17:54:35 +02:00 |
modedit_undo_redo.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
modeditoptions.cpp
|
Pcbnew: Update incorrect or incomplete copyrights in many files.
|
2012-06-08 11:56:42 +02:00 |
module_editor_frame.h
|
Planning for PCB_BASE_FRAME::Save_Module_In_Library and PCB_EDIT_FRAME::ArchiveModulesOnBoard rewrites
|
2013-10-14 11:54:00 -05:00 |
moduleframe.cpp
|
Fix redraw issue in modedit a modview, with GAL
|
2013-11-01 13:56:20 +01:00 |
modules.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
modview_frame.cpp
|
*) Switch over to FP_LIB_TABLE::Footprint*() functions.
|
2013-10-13 16:33:58 -05:00 |
modview_frame.h
|
Footprint library table fixes.
|
2013-11-11 20:05:23 -05:00 |
move-drag_pads.cpp
|
*) retain grid origin in the BOARD and save it in legacy and kicad board files.
|
2013-08-03 00:15:23 -05:00 |
move_or_drag_track.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
muonde.cpp
|
Convert footprint definitions from wxString to FPID.
|
2013-09-08 14:31:21 -04:00 |
muwave_command.cpp
|
Pcbnew: drag functions: serious cleanup and better code. Use now the connectivity functions to find tracks connected to pads,
|
2012-09-11 09:33:17 +02:00 |
netlist.cpp
|
*) Start removing some of the problematic "<%s>.." format strings, which won't
|
2013-11-01 19:24:38 -05:00 |
netlist_reader.cpp
|
Fix but reading empty footprints in netlist. (fixes lp:1226283)
|
2013-09-16 20:52:08 -04:00 |
netlist_reader.h
|
CvPcb footprint library table implementation.
|
2013-09-14 16:33:22 -04:00 |
onleftclick.cpp
|
Restored previous function names.
|
2013-09-20 16:32:11 +02:00 |
onrightclick.cpp
|
Pcbnew: better dialogs to select the active layer or a layer pair. Add an option (hotkey+popup menu) to place a via and select the new active layer
|
2013-09-20 12:52:33 +02:00 |
pad_edition_functions.cpp
|
*) retain grid origin in the BOARD and save it in legacy and kicad board files.
|
2013-08-03 00:15:23 -05:00 |
pcb_netlist.cpp
|
CvPcb footprint library table implementation.
|
2013-09-14 16:33:22 -04:00 |
pcb_netlist.h
|
Fix but reading empty footprints in netlist. (fixes lp:1226283)
|
2013-09-16 20:52:08 -04:00 |
pcb_painter.cpp
|
Patches one by Lorenzo, one by Orson
|
2013-11-06 11:17:42 -06:00 |
pcb_painter.h
|
Added some comments and missing parameter names for pcb_painter.h.
|
2013-11-01 10:06:50 +01:00 |
pcb_parser.cpp
|
Pcbnew footprint library plug in fixes and minor code cleaning.
|
2013-09-24 14:45:57 -04:00 |
pcb_parser.h
|
Early GITHUB_PLUGIN hopefull-ness
|
2013-09-21 02:30:23 -05:00 |
pcb_plot_params.cpp
|
More work on CPOLYGONS_LIST class.
|
2013-05-09 21:08:12 +02:00 |
pcb_plot_params.h
|
More work on CPOLYGONS_LIST class.
|
2013-05-09 21:08:12 +02:00 |
pcbframe.cpp
|
Patches one by Lorenzo, one by Orson
|
2013-11-06 11:17:42 -06:00 |
pcbnew.cpp
|
Pcbnew, compiled with python support: Under windows, force python environment, if the folder python27_us is found in Kicad bin folder (<kicad>/bin, and if python27_us environment is not fully set (i.e. if python27_us is not in the path, or if PYTHONPATH id not defined.)
|
2013-11-01 14:02:10 +01:00 |
pcbnew.h
|
Factored out text anchor drawing
|
2013-04-09 18:00:46 +02:00 |
pcbnew.icns
|
[MacOSX] Updated Icons - Document ones still missing :(
|
2012-09-27 19:20:44 +02:00 |
pcbnew.rc
|
Remove old xpm icons files
|
2012-04-07 13:09:57 +02:00 |
pcbnew_config.cpp
|
Footprint library table fixes.
|
2013-11-11 20:05:23 -05:00 |
pcbnew_config.h
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
pcbnew_doc.icns
|
Update OS X icns icons
|
2010-05-13 21:03:12 +02:00 |
pcbnew_id.h
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
pcbplot.cpp
|
Decouple PLOT_CONTROLLER from UI dependencies.
|
2013-05-10 15:22:29 -04:00 |
pcbplot.h
|
Decouple PLOT_CONTROLLER from UI dependencies.
|
2013-05-10 15:22:29 -04:00 |
plot_board_layers.cpp
|
Fix minor bugs in cleanup dialog options and plot solder mask function (thanks to Lorenzo to locate these bugs)
|
2013-09-18 21:21:11 +02:00 |
plot_brditems_plotter.cpp
|
More work on CPOLYGONS_LIST class.
|
2013-05-09 21:08:12 +02:00 |
plotcontroller.h
|
Decouple PLOT_CONTROLLER from UI dependencies.
|
2013-05-10 15:22:29 -04:00 |
plugin.cpp
|
*) Add PLUGIN::FootprintLibOptions( PROPERTIES* ), and extend DIALOG_FP_PLUGIN_OPTIONS to use it.
|
2013-11-11 18:17:27 -06:00 |
print_board_functions.cpp
|
Fixed some tab-induced disalignments
|
2013-04-06 14:28:02 +02:00 |
printout_controler.cpp
|
Gerbview: fix incorrect printing of negative objects, when using black and white option.
|
2013-09-29 20:24:38 +02:00 |
printout_controler.h
|
- New typedef LAYER_MSK to encapsulate a layer bitmap
|
2013-03-30 18:24:04 +01:00 |
protos.h
|
Fix Pcbnew block rotate hot key and minor code cleaning.
|
2013-10-14 11:29:16 -04:00 |
ratsnest.cpp
|
Moved utilities for angles in trigo.h
|
2013-05-02 20:06:58 +02:00 |
sel_layer.cpp
|
Eeschema: Rework on netlist generator: code clenenig and enhancement.
|
2013-09-25 21:09:57 +02:00 |
specctra.cpp
|
Fixed LAYER_NUM usage in the specctra code.
|
2013-05-05 12:11:30 +02:00 |
specctra.h
|
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 |
specctra.keywords
|
++all:
|
2011-01-19 14:46:07 -06:00 |
specctra_export.cpp
|
Merged upstream.
|
2013-10-28 21:34:06 +01:00 |
specctra_import.cpp
|
REMOVE: USE_PCBNEW_NANOMETERS by making it the only way to go in pcbnew, effectively removing the deci-mils build.
|
2013-08-06 18:21:40 -05:00 |
specctra_test.cpp
|
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 |
swap_layers.cpp
|
Eeschema: Rework on netlist generator: code clenenig and enhancement.
|
2013-09-25 21:09:57 +02:00 |
target_edit.cpp
|
Fix but reading empty footprints in netlist. (fixes lp:1226283)
|
2013-09-16 20:52:08 -04:00 |
tool_modedit.cpp
|
Reverted back the ( i ) parameters for python, applied the PyGILState_Ensure from Dick into his PyLOCK class
|
2013-03-12 01:37:45 +01:00 |
tool_modview.cpp
|
Pcbnew: Update incorrect or incomplete copyrights in many files.
|
2012-06-08 11:56:42 +02:00 |
tool_onrightclick.cpp
|
dialog information hiding, initial Fit()
|
2013-07-09 00:48:26 -05:00 |
tool_pcb.cpp
|
Restored previous function names.
|
2013-09-20 16:32:11 +02:00 |
toolbars_update_user_interface.cpp
|
Restored previous function names.
|
2013-09-20 16:32:11 +02:00 |
tr_modif.cpp
|
- New typedef LAYER_MSK to encapsulate a layer bitmap
|
2013-03-30 18:24:04 +01:00 |
tracepcb.cpp
|
Worksheet code: cleanup and remove useless parameters.
|
2013-05-22 10:45:25 +02:00 |
xchgmod.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
zone_filling_algorithm.cpp
|
Pcbnew: fix bug 1179877, due a bad default copy constructor, after my changes about CPOLYGONS_LIST class.
|
2013-05-14 20:47:01 +02:00 |
zones.h
|
Pcbnew: Add keepout areas (Copper zones without tracks or/and vias).
|
2012-07-13 20:55:29 +02:00 |
zones_by_polygon.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
zones_by_polygon_fill_functions.cpp
|
Changed the way of refreshing canvases (both standard & GAL).
|
2013-09-20 17:29:32 +02:00 |
zones_convert_brd_items_to_polygons_with_Boost.cpp
|
Pcbnew: fix bug 1179877, due a bad default copy constructor, after my changes about CPOLYGONS_LIST class.
|
2013-05-14 20:47:01 +02:00 |
zones_convert_to_polygons_aux_functions.cpp
|
More work on CPOLYGONS_LIST class.
|
2013-05-09 21:08:12 +02:00 |
zones_functions_for_undo_redo.cpp
|
More work on CPOLYGONS_LIST class.
|
2013-05-08 20:20:58 +02:00 |
zones_functions_for_undo_redo.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 |
zones_non_copper_type_functions.cpp
|
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 |
zones_polygons_insulated_copper_islands.cpp
|
More work on CPOLYGONS_LIST class.
|
2013-05-09 21:08:12 +02:00 |
zones_polygons_test_connections.cpp
|
More work on CPOLYGONS_LIST class.
|
2013-05-09 21:08:12 +02:00 |
zones_test_and_combine_areas.cpp
|
Pcbnew: Block selection enhancement, from Bug #593997 (whishlist)
|
2013-09-21 20:09:41 +02:00 |