kicad/pcbnew
Dick Hollenbeck 604edcac3a ++all:
* DSNLEXER::NextTok() now uses two separate modes to parse quoted strings.
    This gives us the freedom to control our own destiny separate from the
    constraints put on us by the Specctra DSN spec.
  * Added Documentation/s-expressions.txt to explain all this.
  * Enhanced our quoting protocol by moving away from doubling up double quotes
    to a C line escape mechanism.
  * Now support multi-line strings, which when properly escaped, can still be
    read in as a token originating on a single line.
2011-01-30 13:26:03 -06:00
..
dialogs Tune pcb plot dialog layout. Make output directory accept relative paths. 2011-01-30 20:55:56 +02:00
CMakeLists.txt Add saving of pcb plot settings in board files. 2011-01-29 00:54:16 +02:00
Info.plist OSX - should resolve problems on case sensitive filesystem 2010-09-19 13:06:30 +02:00
ar_protos.h Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
attribut.cpp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
automove.cpp Eeschema: fix issues in drag command (mainly hotkey command and forgotten wire ends connected to components to drag). 2010-12-20 18:44:25 +01:00
autoplac.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
autorout.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
autorout.h Comment translations. 2009-11-12 15:43:38 +00:00
basepcbframe.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
block.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
block_module_editor.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
board.cpp fixed tagged translation 2009-11-15 14:12:53 +00:00
board_items_to_polygon_shape_transform.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
board_undo_redo.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
build_BOM_from_board.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
cell.h finished Draw functions for aperture macros. Now aperture macros are drawn correctly. 2010-10-03 17:39:06 +02:00
class_board.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_board.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_board_connected_item.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
class_board_design_settings.cpp LibEdit: finished SVG plot. 2010-03-19 20:15:30 +00:00
class_board_item.cpp Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
class_dimension.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_dimension.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_drawsegment.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_drawsegment.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_drc_item.cpp removed in drawpanel an erroneous change (was made only for a test). drc code cleaning. cmakelist.txt changes in minizip. 2010-09-18 10:29:40 +02:00
class_edge_mod.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_edge_mod.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_marker_pcb.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_marker_pcb.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_mire.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_mire.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_module.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_module.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_module_transform_functions.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
class_netclass.cpp Add FILTER_READER class. Introduce FILE_LINE_READER into pcbnew. 2011-01-14 19:43:30 +02:00
class_netclass.h Add FILTER_READER class. Introduce FILE_LINE_READER into pcbnew. 2011-01-14 19:43:30 +02:00
class_netinfo.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_netinfo_item.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_netinfolist.cpp Pcbnew: code cleanup 2010-11-26 18:47:35 +01:00
class_pad.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_pad.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_pad_draw_functions.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_pcb_layer_widget.cpp Fix minor bug (layer color not updated in toolbar when changed in layer manager) 2011-01-15 19:06:10 +01:00
class_pcb_layer_widget.h Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
class_pcb_text.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_pcb_text.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_text_mod.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_text_mod.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_track.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_track.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_zone.cpp Fix zone fill state toggling when saving and reloading a board file in pcbnew. 2011-01-27 16:54:21 +02:00
class_zone.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_zone_setting.cpp Pcbnew: fix a serious bug in ZONE_CONTAINER::HitTestFilledArea( ) which could break connectivity calculations relative to copper areas. 2010-11-13 20:21:16 +01:00
class_zone_setting.h coding standards consistency updates 2010-11-12 09:17:10 -06:00
classpcb.cpp work on libedit continued. 2010-03-20 19:57:59 +00:00
clean.cpp Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
collectors.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
collectors.h Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
connect.cpp fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
controle.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
cross-probing.cpp ++ Pcbnew: 2010-01-24 13:46:01 +00:00
debug_kbool_key_file_fct.cpp Fixed my filling problem in pcbnew by changing some parameters in kbool 2009-11-16 12:10:37 +00:00
debug_kbool_key_file_fct.h fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
deltrack.cpp added orto2 patch 2010-10-04 14:58:07 +02:00
dimension.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dist.cpp add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
drag.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dragsegm.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
drc.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
drc_clearance_test_functions.cpp Fix bug in PolyLine.cpp, Fix bug in DRC calculations (see changelog). Cvpcb: move dialog files in dialogs/ 2010-10-28 15:02:07 +02:00
drc_marker_functions.cpp drc: more code cleaning. Added comments and fixed some erroneous comments. Fixed bug 638839. 2010-09-18 19:55:08 +02:00
drc_stuff.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
edgemod.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
edit.cpp Add edit menu and right-click menu items to pcbnew for resetting module and other text field sizes to current defaults set in Preferences->Dimensions->Texts and Drawings. 2011-01-09 13:17:28 +02:00
edit_pcb_text.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
edit_track_width.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
editedge.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
editmod.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
editrack-part2.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
editrack.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
edtxtmod.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
event_handlers_tracks_vias_sizes.cpp code cleaning 2010-11-18 22:16:28 +01:00
export_gencad.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
export_vrml.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
files.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
find.cpp More comment translation work. 2009-11-14 22:15:22 +00:00
find.h PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
find.pjd PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
gen_drill_report_files.cpp Fix some Doxygen warnings. No new code. 2010-12-28 12:24:42 +01:00
gen_holes_and_tools_lists_for_drill.cpp Fix some Doxygen warnings. No new code. 2010-12-28 12:24:42 +01:00
gen_modules_placefile.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
gendrill.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
gendrill.h Fix some Doxygen warnings. No new code. 2010-12-28 12:24:42 +01:00
globaleditpad.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
gpcb_exchange.cpp Add FILTER_READER class. Introduce FILE_LINE_READER into pcbnew. 2011-01-14 19:43:30 +02:00
graphpcb.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
help_common_strings.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
hotkeys.cpp Pcbnew: gen drill files code cleanup. Fix minor bug 680558 2010-11-24 16:10:33 +01:00
hotkeys.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
hotkeys_board_editor.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
hotkeys_module_editor.cpp Pcbnew, Module Editor: fix bug 707692 and other potential crashes (when having a block command in progress and try to make an edit command) 2011-01-26 08:43:59 +01:00
icon_modedit.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
icon_pcbnew.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
icon_w3d.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
initpcb.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
ioascii.cpp ++all: 2011-01-30 13:26:03 -06:00
layer_widget.cpp Fixed kicad.app linking, layer behaviour on OSX and toolbar behaviour 2010-11-01 20:03:08 +01:00
layer_widget.h Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
librairi.cpp StrPurge(), see mailing list 2011-01-15 23:11:17 -06:00
loadcmp.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
locate.cpp fixed bug 585140 and minor cleaning 2010-05-27 12:23:29 +02:00
magnetic_tracks_functions.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
menubar_modedit.cpp Gerbview: remove flicker when refresh screen, and loadind files. Fix very minor bugs. 2010-12-17 21:34:29 +01:00
menubar_pcbframe.cpp Add edit menu and right-click menu items to pcbnew for resetting module and other text field sizes to current defaults set in Preferences->Dimensions->Texts and Drawings. 2011-01-09 13:17:28 +02:00
mirepcb.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
modedit.cpp Pcbnew: remove not used old files. Minor enhancements 2010-12-09 18:34:08 +01:00
modedit_onclick.cpp Pcbnew, Module Editor: fix bug 707692 and other potential crashes (when having a block command in progress and try to make an edit command) 2011-01-26 08:43:59 +01:00
modedit_undo_redo.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
modeditoptions.cpp Added hotkey E to edit items. Minor code cleaning 2010-08-10 20:34:26 +02:00
module_editor_frame.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
moduleframe.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
modules.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
move-drag_pads.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
move_copy_track.cpp.notused file maintenance 2007-12-17 22:08:42 +00:00
move_or_drag_track.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
muonde.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
muwave_command.cpp code cleaning 2009-12-20 19:48:58 +00:00
netlist.cpp Eeschema: Fix incorrect behavior of block drag and wire drag commands. 2011-01-20 12:26:10 +01:00
onleftclick.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
onrightclick.cpp Pcbnew, Module Editor: fix bug 707692 and other potential crashes (when having a block command in progress and try to make an edit command) 2011-01-26 08:43:59 +01:00
pcb_plot_params.cpp Tune pcb plot dialog layout. Make output directory accept relative paths. 2011-01-30 20:55:56 +02:00
pcb_plot_params.h Tune pcb plot dialog layout. Make output directory accept relative paths. 2011-01-30 20:55:56 +02:00
pcb_plot_params.keywords Add saving of pcb plot settings in board files. 2011-01-29 00:54:16 +02:00
pcbframe.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
pcbnew.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
pcbnew.h Very minor fixes: fix some warnings in Debug mode. 2011-01-27 21:24:57 +01:00
pcbnew.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
pcbnew.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
pcbnew_config.cpp Add saving of pcb plot settings in board files. 2011-01-29 00:54:16 +02:00
pcbnew_config.h Add PCBNew setting to remember last net list read and other minor fixes. 2010-04-23 10:46:00 -04:00
pcbnew_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
pcbnew_id.h Add edit menu and right-click menu items to pcbnew for resetting module and other text field sizes to current defaults set in Preferences->Dimensions->Texts and Drawings. 2011-01-09 13:17:28 +02:00
pcbplot.cpp Tune pcb plot dialog layout. Make output directory accept relative paths. 2011-01-30 20:55:56 +02:00
pcbplot.h Add saving of pcb plot settings in board files. 2011-01-29 00:54:16 +02:00
plot_rtn.cpp Pcbnew plot functions: code cleanup, coding policy fixes and minor enhancements 2010-12-11 19:40:39 +01:00
plotdxf.cpp Pcbnew plot functions: code cleanup, coding policy fixes and minor enhancements 2010-12-11 19:40:39 +01:00
plotgerb.cpp Pcbnew plot functions: code cleanup, coding policy fixes and minor enhancements 2010-12-11 19:40:39 +01:00
plothpgl.cpp Pcbnew plot functions: code cleanup, coding policy fixes and minor enhancements 2010-12-11 19:40:39 +01:00
plotps.cpp Pcbnew plot functions: code cleanup, coding policy fixes and minor enhancements 2010-12-11 19:40:39 +01:00
polygons_defs.h added " pcbnew module editor toolbar items now in menubar" patch from Jerry Jacobs. Fixed TODO. 2010-07-29 22:00:24 +02:00
print_board_functions.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
printout_controler.cpp Add saving of pcb plot settings in board files. 2011-01-29 00:54:16 +02:00
printout_controler.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
protos.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
queue.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
ratsnest.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
sel_layer.cpp pcbnew: More about work on color selection and items visibility: 2010-01-31 20:01:46 +00:00
set_grid.cpp Code cleaning. Minor fixes. Better link to gnucap. 2010-07-14 15:24:36 +02:00
solve.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
specctra.cpp ++all: 2011-01-30 13:26:03 -06:00
specctra.h ++all: 2011-01-30 13:26:03 -06:00
specctra.keywords ++all: 2011-01-19 14:46:07 -06:00
specctra_export.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
specctra_import.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
specctra_test.cpp change IOError class name spelling to IO_ERROR to conform to coding standards 2010-11-09 09:45:11 -06:00
surbrill.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
swap_layers.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
tool_modedit.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
tool_onrightclick.cpp Added hotkey E to edit items. Minor code cleaning 2010-08-10 20:34:26 +02:00
tool_pcb.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
toolbars_update_user_interface.cpp code cleaning 2010-11-18 22:16:28 +01:00
tr_modif.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
tracepcb.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
track.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
trpiste.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
work.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
xchgmod.cpp Schematic object encapsulation and other minor improvements. 2011-01-20 11:34:57 -05:00
zone_filling_algorithm.cpp Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
zones.h Pcbnew: Work on undo/redo in Pcbnew almost finished. 2009-08-23 15:22:44 +00:00
zones_by_polygon.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
zones_by_polygon_fill_functions.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
zones_convert_brd_items_to_polygons_with_Boost.cpp Fix clearance problem between zones and edge segments in pcbnew. 2011-01-09 23:12:22 +02:00
zones_convert_brd_items_to_polygons_with_Kbool.cpp Fix clearance problem between zones and edge segments in pcbnew. 2011-01-09 23:12:22 +02:00
zones_convert_to_polygons_aux_functions.cpp Fix minor issue relative to thermal shapes: better shape of thermal having removed stubs. 2010-12-08 16:08:06 +01:00
zones_functions_for_undo_redo.cpp fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
zones_functions_for_undo_redo.h Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00
zones_non_copper_type_functions.cpp code cleaning 2010-11-18 22:16:28 +01:00
zones_polygons_insulated_copper_islands.cpp Eeschema: fix issues in drag command (mainly hotkey command and forgotten wire ends connected to components to drag). 2010-12-20 18:44:25 +01:00
zones_polygons_test_connections.cpp Eeschema: fix issues in drag command (mainly hotkey command and forgotten wire ends connected to components to drag). 2010-12-20 18:44:25 +01:00
zones_test_and_combine_areas.cpp Doxygen comment warning fixes. 2010-12-29 18:47:32 +01:00