.. |
autorouter
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
dialogs
|
added option to allow zooming around the crosshair instead of the center; can be enabled via options or by holding alt while using the mousewheel
|
2013-02-02 20:10:48 +01:00 |
pcad2kicadpcb_plugin
|
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
|
2012-12-29 10:54:25 +01:00 |
scripting
|
Scripting: fix erroneous extension for Sexp board files
|
2013-01-16 13:38:30 +01:00 |
CMakeLists.txt
|
fix intermittent build problem involving out of sequence python invocation
|
2013-01-23 10:35:40 -06:00 |
Info.plist
|
Fix some minor OS X issues
|
2011-08-30 09:35:40 +02:00 |
attribut.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
basepcbframe.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
block.cpp
|
Pcbnew: Update incorrect or incomplete copyrights in many files.
|
2012-06-08 11:56:42 +02:00 |
block_module_editor.cpp
|
All: better code to handle opened frames libview, libedit, modview, modedit.
|
2012-09-12 11:53:11 +02:00 |
board_items_to_polygon_shape_transform.cpp
|
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
|
2012-09-22 13:19:37 +02:00 |
board_undo_redo.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
build_BOM_from_board.cpp
|
Script plotting patch
|
2012-08-29 18:59:50 +02:00 |
class_board.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
class_board.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_board_connected_item.cpp
|
Very minor fixes.
|
2012-08-03 17:43:15 +02:00 |
class_board_connected_item.h
|
Encapsulated drawmode as an enum for type checking
|
2012-09-01 15:38:27 +02:00 |
class_board_design_settings.cpp
|
pcbnew: fix minor issues.
|
2012-11-12 17:19:10 +01:00 |
class_board_item.cpp
|
Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and
|
2012-11-19 10:19:38 -06:00 |
class_dimension.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_dimension.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_drawsegment.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_drawsegment.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_drc_item.cpp
|
Pcbnew: Add keepout areas (Copper zones without tracks or/and vias).
|
2012-07-13 20:55:29 +02:00 |
class_edge_mod.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_edge_mod.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_footprint_wizard.cpp
|
pcbnew scripting: fixed for coding style policy
|
2012-07-31 23:00:33 +02:00 |
class_footprint_wizard.h
|
All: fix most of Doxygen warnings.
|
2012-09-12 19:28:55 +02:00 |
class_marker_pcb.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_marker_pcb.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_mire.cpp
|
dcsvg (and therefore KicadSVGFileDC) is now unused. Use SVG plotter only to export a board SVG file.
|
2012-09-20 20:58:41 +02:00 |
class_mire.h
|
Encapsulated drawmode as an enum for type checking
|
2012-09-01 15:38:27 +02:00 |
class_module.cpp
|
Pcbnew: fix a minor bug: shape 3D filename not displayed in msg panel when clicking on a footprint.
|
2013-01-17 18:34:03 +01:00 |
class_module.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_module_transform_functions.cpp
|
Pcbnew nanometer: fix hatch lines issue in polyline.cpp
|
2012-04-11 11:47:57 +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
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_netinfo_item.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_netinfolist.cpp
|
Pcbnew BOARD object encapsulation improvements.
|
2013-01-09 13:52:44 -05:00 |
class_pad.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_pad.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_pad_draw_functions.cpp
|
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
|
2012-09-22 13:19:37 +02:00 |
class_pcb_layer_box_selector.cpp
|
fix compiler warnings with gcc 4.6.3 on x86_64 linux
|
2013-01-23 10:13:42 -06:00 |
class_pcb_layer_box_selector.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
class_pcb_layer_widget.cpp
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
class_pcb_layer_widget.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
class_pcb_text.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_pcb_text.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_text_mod.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_text_mod.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_track.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
class_track.h
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
class_zone.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_zone.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
class_zone_settings.cpp
|
Fix issues in zones creation (DRC and merging) I created in 3658.1
|
2012-07-30 09:40:25 +02:00 |
class_zone_settings.h
|
Pcbnew: more about keepout areas: remove keepout for pads option and add keepout for copper zones option.
|
2012-07-14 18:27:25 +02:00 |
classpcb.cpp
|
Pcbnew: Update incorrect or incomplete copyrights in many files.
|
2012-06-08 11:56:42 +02:00 |
clean.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
collectors.cpp
|
Pcbnew: fix an issue when collecting vias (for instance when left clicking on a via, it was not always detected)
|
2012-10-04 19:47:28 +02:00 |
collectors.h
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
connect.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06: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
|
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
|
2012-09-22 13:19:37 +02:00 |
cross-probing.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
deltrack.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
dimension.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
drag.h
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
dragsegm.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
drc.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
drc_clearance_test_functions.cpp
|
Pcbnew: fix a very old bug in DRC, pad to pad drc tests: sometimes a test between a rectangular pad and an oval pad was skipped.
|
2013-01-26 18:49:48 +01:00 |
drc_marker_functions.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
drc_stuff.h
|
All: fix most of Doxygen warnings.
|
2012-09-12 19:28:55 +02:00 |
eagle_plugin.cpp
|
1) Implement EAGLE_PLUGIN::FootprintLoad(), FootprintEnumerate(), and IsFootprintWritable().
|
2013-01-01 22:05:48 -06:00 |
eagle_plugin.h
|
1) Implement EAGLE_PLUGIN::FootprintLoad(), FootprintEnumerate(), and IsFootprintWritable().
|
2013-01-01 22:05:48 -06:00 |
edgemod.cpp
|
Substituted the few remaining uses of long instead of time_t
|
2012-09-05 14:13:33 +02:00 |
edit.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
edit_pcb_text.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
edit_track_width.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
editedge.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
editmod.cpp
|
MacOSX: Crash in pcbnew during edit footprint and changing layer from dialog (Fixes: #764678)
|
2012-11-25 09:08:25 +01:00 |
editrack-part2.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
editrack.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
edtxtmod.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
event_handlers_tracks_vias_sizes.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
export_gencad.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
export_vrml.cpp
|
Kicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open.
|
2013-01-13 17:55:07 +01:00 |
files.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
footprint_wizard.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
footprint_wizard_frame.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
footprint_wizard_frame.h
|
All: better code to handle opened frames libview, libedit, modview, modedit.
|
2012-09-12 11:53:11 +02:00 |
gen_drill_report_files.cpp
|
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name.
|
2012-10-13 20:54:33 +02:00 |
gen_modules_placefile.cpp
|
Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click,
|
2012-12-06 22:53:00 +01:00 |
gendrill_Excellon_writer.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
gendrill_Excellon_writer.h
|
Doxygen warning fixes.
|
2012-12-18 08:54:44 -05:00 |
globaleditpad.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
gpcb_plugin.cpp
|
Doxygen warning fixes.
|
2013-01-03 15:21:40 -05:00 |
gpcb_plugin.h
|
Add Pcbnew GEDA PCB module plugin support.
|
2012-12-28 15:52:12 -05:00 |
help_common_strings.h
|
Pcbnew: netlist.cpp: code cleaning. Comments added and updated
|
2011-05-03 14:57:44 +02:00 |
highlight.cpp
|
Pcbnew: Update incorrect or incomplete copyrights in many files.
|
2012-06-08 11:56:42 +02:00 |
hotkeys.cpp
|
Pcbnew: fix compil error I created in my previous commit.
|
2012-09-12 13:11:30 +02:00 |
hotkeys.h
|
Pcbnew: minor enhancements.
|
2012-12-01 21:03:33 +01:00 |
hotkeys_board_editor.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
hotkeys_module_editor.cpp
|
Minor code improvements and coding policy fixes.
|
2012-03-26 19:47:08 -04:00 |
initpcb.cpp
|
Script plotting patch
|
2012-08-29 18:59:50 +02:00 |
io_mgr.cpp
|
add eagle *.lbr lib path extension for future use
|
2013-01-03 10:33:22 -06:00 |
io_mgr.h
|
merge in branch fp-lib-table
|
2013-01-20 21:27:01 -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_plugin.cpp
|
Pcbnew BOARD object encapsulation improvements.
|
2013-01-09 13:52:44 -05:00 |
kicad_plugin.h
|
Doxygen warning fixes.
|
2012-12-18 08:54:44 -05:00 |
layer_widget.cpp
|
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
|
2012-09-22 13:19:37 +02:00 |
layer_widget.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
legacy_plugin.cpp
|
Pcbnew BOARD object encapsulation improvements.
|
2013-01-09 13:52:44 -05:00 |
legacy_plugin.h
|
Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and
|
2012-11-19 10:19:38 -06:00 |
librairi.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
loadcmp.cpp
|
EDA_LIST_DIALOG: add a filter option to select names to display is list, from a kamil zorychta's patch <kamil.zorychta@gmail.com>
|
2013-01-10 13:18:43 +01:00 |
magnetic_tracks_functions.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
menubar_modedit.cpp
|
Add Pcbnew GEDA PCB module plugin support.
|
2012-12-28 15:52:12 -05:00 |
menubar_pcbframe.cpp
|
Pcbnew: Rework on recovery files menu
|
2012-12-21 08:58:51 +01:00 |
minimun_spanning_tree.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
minimun_spanning_tree.h
|
rename Ki_PageDescr to PAGE_INFO, encapsulate it in accessors, and move it into the BOARD
|
2011-12-22 15:57:50 -06:00 |
mirepcb.cpp
|
More internal unit improvements.
|
2012-04-16 13:39:32 -04:00 |
modedit.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
modedit_onclick.cpp
|
Libedit and Modedit: fix minor, but annoying issues when editing items
|
2012-07-17 17:29:29 +02:00 |
modedit_undo_redo.cpp
|
Undo redo change and code cleanup.
|
2012-02-05 14:02:46 +01:00 |
modeditoptions.cpp
|
Pcbnew: Update incorrect or incomplete copyrights in many files.
|
2012-06-08 11:56:42 +02:00 |
module_editor_frame.h
|
Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and
|
2012-11-19 10:19:38 -06:00 |
moduleframe.cpp
|
Pcbnew: Fix Bug #1097345 <module editor "change body item width (current)" does nothing.>
|
2013-01-19 13:58:54 +01:00 |
modules.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
modview.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
modview_frame.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
modview_frame.h
|
All: better code to handle opened frames libview, libedit, modview, modedit.
|
2012-09-12 11:53:11 +02:00 |
move-drag_pads.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
move_or_drag_track.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
muonde.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05: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
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
netlist_reader.h
|
Rationalize numeric time stamps to type time_t.
|
2012-05-24 21:52:04 -04:00 |
netlist_reader_common.cpp
|
Pcbnew: regression fix when using the new netlist format:
|
2012-03-10 08:58:21 +01:00 |
netlist_reader_firstformat.cpp
|
Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char*
|
2012-11-27 07:50:01 -06:00 |
netlist_reader_kicad.cpp
|
pcb_calculator: enhancement in Regulators page dialog:
|
2012-04-02 20:11:00 +02:00 |
onleftclick.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
onrightclick.cpp
|
Pcbnew BOARD object encapsulation improvements.
|
2013-01-09 13:52:44 -05:00 |
pad_edition_functions.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
pcb_parser.cpp
|
Pcbnew: fix a very old bug in DRC, pad to pad drc tests: sometimes a test between a rectangular pad and an oval pad was skipped.
|
2013-01-26 18:49:48 +01:00 |
pcb_parser.h
|
merge in evolving fp lib_table work
|
2012-11-28 09:24:53 -06:00 |
pcb_plot_params.cpp
|
reverse throw() clauses to quiet SWIG errors
|
2012-11-27 13:57:38 -06:00 |
pcb_plot_params.h
|
more fp_lib_table work, enhance parser
|
2012-12-08 17:58:03 -06:00 |
pcbframe.cpp
|
Pcbnew: fix a minor bug I created in rev 3912.
|
2013-01-19 16:01:17 +01:00 |
pcbnew.cpp
|
Prevent Pcbnew from opening the same file twice.
|
2013-01-04 18:47:59 +01:00 |
pcbnew.h
|
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 |
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
|
merge in branch fp-lib-table
|
2013-01-20 21:27:01 -06: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
|
Pcbnew: Rework on recovery files menu
|
2012-12-21 08:58:51 +01:00 |
pcbplot.cpp
|
Pcbnew: enhanced dialog for SVG export
|
2012-11-16 15:13:31 +01:00 |
pcbplot.h
|
Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and
|
2012-11-19 10:19:38 -06:00 |
plot_board_layers.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
plot_brditems_plotter.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
plotcontroller.h
|
Script plotting patch
|
2012-08-29 18:59:50 +02:00 |
print_board_functions.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
printout_controler.cpp
|
fix compiler warnings with gcc 4.6.3 on x86_64 linux
|
2013-01-23 10:13:42 -06:00 |
printout_controler.h
|
Pcbnew print fixes and improvements.
|
2012-11-28 20:50:58 -05:00 |
protos.h
|
Encapsulated drawmode as an enum for type checking
|
2012-09-01 15:38:27 +02:00 |
ratsnest.cpp
|
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 |
sel_layer.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
set_grid.cpp
|
Removal of internal units.
|
2012-04-16 19:31:29 -04:00 |
specctra.cpp
|
start using FILE_LINE_READER( const wxString& )
|
2012-11-27 08:14:15 -06:00 |
specctra.h
|
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
|
2012-09-22 13:19:37 +02:00 |
specctra.keywords
|
++all:
|
2011-01-19 14:46:07 -06:00 |
specctra_export.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
specctra_import.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
specctra_test.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
swap_layers.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
tool_modedit.cpp
|
Pcbnew s-experssion footprint library implementation.
|
2012-10-07 11:37:25 -04:00 |
tool_modview.cpp
|
Pcbnew: Update incorrect or incomplete copyrights in many files.
|
2012-06-08 11:56:42 +02:00 |
tool_onrightclick.cpp
|
Pcbnew: Update incorrect or incomplete copyrights in many files.
|
2012-06-08 11:56:42 +02:00 |
tool_pcb.cpp
|
Try to fix Bug #1100876< Modes (track/footprint) not available.>
|
2013-01-18 15:12:57 +01:00 |
toolbars_update_user_interface.cpp
|
Pcbnew: fix a minor bug I created in rev 3912.
|
2013-01-19 16:01:17 +01:00 |
tr_modif.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
tracepcb.cpp
|
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 |
xchgmod.cpp
|
Script plotting patch
|
2012-08-29 18:59:50 +02:00 |
zone_filling_algorithm.cpp
|
Pcbnew: fix a minor issue in non copper zones when creating the solid filled areas.
|
2012-08-04 18:33:04 +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
|
Pcbnew: Fix Bug #1096766 ( Can't create filled zones after keepout zones)
|
2013-01-07 08:46:01 +01:00 |
zones_by_polygon_fill_functions.cpp
|
Pcbnew: Add keepout areas (Copper zones without tracks or/and vias).
|
2012-07-13 20:55:29 +02:00 |
zones_convert_brd_items_to_polygons_with_Boost.cpp
|
Pcbnew: Workaround to fix a crash when filling zone in Pcbnew nanometers (see Bug #1106451 ). Also happens with one of my boards.
|
2013-01-27 14:54:43 +01:00 |
zones_convert_to_polygons_aux_functions.cpp
|
Fix pcbnew thermal stub removal for pads with locally defined thermal properties.
|
2012-08-22 23:16:21 +03:00 |
zones_functions_for_undo_redo.cpp
|
Remove Kbool from Kicad. Use Clipper instead.
|
2012-08-04 11:43:27 +02:00 |
zones_functions_for_undo_redo.h
|
Application name capitalization fixes.
|
2011-09-30 14:15:37 -04:00 |
zones_non_copper_type_functions.cpp
|
Pcbnew: Add keepout areas (Copper zones without tracks or/and vias).
|
2012-07-13 20:55:29 +02:00 |
zones_polygons_insulated_copper_islands.cpp
|
protect data in class_track.h, switch to using member accessors
|
2013-01-12 18:04:00 -06:00 |
zones_polygons_test_connections.cpp
|
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 |
zones_test_and_combine_areas.cpp
|
Remove Kbool from Kicad. Use Clipper instead.
|
2012-08-04 11:43:27 +02:00 |