kicad/pcbnew
charras 54b561236f Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC. 2010-01-12 13:15:13 +00:00
..
CMakeLists.txt initial layer widget work 2010-01-07 02:18:25 +00:00
Info.plist eeschema: enforce time stamp control and repairs bad time stamps in annotation. 2009-04-25 10:12:30 +00:00
ar_protos.h Comment translations. 2009-11-12 15:43:38 +00:00
attribut.cpp Comment translations. 2009-11-12 15:43:38 +00:00
automove.cpp code cleaning 2009-12-20 19:48:58 +00:00
autoplac.cpp changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT 2009-12-21 13:05:11 +00:00
autorout.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
autorout.h Comment translations. 2009-11-12 15:43:38 +00:00
basepcbframe.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
block.cpp Comment translations. 2009-11-12 15:43:38 +00:00
block_module_editor.cpp Comment translations. 2009-11-12 15:43:38 +00:00
board.cpp fixed tagged translation 2009-11-15 14:12:53 +00:00
board_items_to_polygon_shape_transform.cpp fixed some minor bugs and code cleanup 2009-11-28 09:24:37 +00:00
board_undo_redo.cpp minor bugs fix. 2009-11-21 20:44:19 +00:00
build_BOM_from_board.cpp update Russian GUI 2009-12-28 14:02:24 +00:00
cell.h Comment translations. 2009-11-12 15:43:38 +00:00
class_board.cpp changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 2009-12-21 17:56:25 +00:00
class_board.h ++pcbnew 2009-12-12 00:25:46 +00:00
class_board_connected_item.cpp Pcbnew: control of masks clearance: Pad Editor Dialog rewritten to handle local mask clearances and a local Net clearance 2009-11-05 20:59:42 +00:00
class_board_design_settings.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
class_board_item.cpp changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT 2009-12-21 13:05:11 +00:00
class_cotation.cpp Comment translations. 2009-11-12 15:43:38 +00:00
class_cotation.h Comment translations. 2009-11-12 15:43:38 +00:00
class_drawsegment.cpp Comment translations. 2009-11-12 15:43:38 +00:00
class_drawsegment.h fixing uppercase/lowercase problem in an included file (polyline.h is really PolyLine.h). 2009-11-16 13:57:25 +00:00
class_drc_item.cpp NETCLASS work, see CHANGELOG.txt 2009-09-10 15:22:26 +00:00
class_edge_mod.cpp changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 2009-12-21 17:56:25 +00:00
class_edge_mod.h Some fixes. Boost 1.41 update 2009-11-20 19:51:39 +00:00
class_marker_pcb.cpp wxWidgets 2.9 string fixes and other minor updates. 2009-10-16 17:18:23 +00:00
class_marker_pcb.h NETCLASS work, see CHANGELOG.txt 2009-09-10 15:22:26 +00:00
class_mire.cpp Comment translations. 2009-11-12 15:43:38 +00:00
class_mire.h Comment translations. 2009-11-12 15:43:38 +00:00
class_module.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
class_module.h Comment translations. 2009-11-12 15:43:38 +00:00
class_module_transform_functions.cpp changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT 2009-12-21 18:51:37 +00:00
class_netclass.cpp code and files cleanup 2009-10-28 11:48:47 +00:00
class_netclass.h Removed global default clearance, track size and vias drill. Use netclasses values only. 2009-10-21 19:16:25 +00:00
class_netinfo.h Comment translations. 2009-11-12 15:43:38 +00:00
class_netinfo_item.cpp Comment translations. 2009-11-12 15:43:38 +00:00
class_netinfolist.cpp fixed a minor problem in pcbnew compiled in DEBUG mode, that prints a lot of error messages when loading a board 2009-10-13 16:29:02 +00:00
class_pad.cpp changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT 2009-12-21 18:51:37 +00:00
class_pad.h changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT 2009-12-21 18:51:37 +00:00
class_pad_draw_functions.cpp changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT 2009-12-21 18:51:37 +00:00
class_pcb_text.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
class_pcb_text.h fixing uppercase/lowercase problem in an included file (polyline.h is really PolyLine.h). 2009-11-16 13:57:25 +00:00
class_text_mod.cpp changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 2009-12-21 17:56:25 +00:00
class_text_mod.h Comment translations. 2009-11-12 15:43:38 +00:00
class_track.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
class_track.h changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT 2009-12-21 13:05:11 +00:00
class_zone.cpp Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC. 2010-01-12 13:15:13 +00:00
class_zone.h Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC. 2010-01-12 13:15:13 +00:00
class_zone_setting.cpp Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC. 2010-01-12 13:15:13 +00:00
class_zone_setting.h class SEG_ZONE deprecated 2009-08-06 18:51:21 +00:00
classpcb.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
clean.cpp pcbnew: work on undo/redo in progress 2009-08-03 07:55:08 +00:00
cleaningoptions_dialog.cpp 2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com 2008-02-12 21:12:46 +00:00
cleaningoptions_dialog.h 2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com 2008-02-12 21:12:46 +00:00
cleaningoptions_dialog.pjd MAYBE_RESIZE_BORDER field now provided within all .pjd files; 2007-10-22 00:26:05 +00:00
collectors.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
collectors.h ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
connect.cpp Added text justification for graphic texts in libedit and more(see changelog) 2009-06-11 14:26:17 +00:00
controle.cpp visibility of button text, resizable on dialog 2009-11-23 14:40:29 +00:00
copy_track.cpp.notused more amazing free specctra import/export software 2008-02-08 00:16:59 +00:00
cotation.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
cross-probing.cpp some enhancements and cleanup. Fixed problem when deleting Netclasses in Design rules dialog window 2009-10-14 18:14:58 +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 rework on zones (continued):try to fix a filling problem with kbool: cleanup code 2009-11-16 08:13:40 +00:00
deltrack.cpp More comment translation work. 2009-11-14 22:15:22 +00:00
dialog_SVG_print.cpp Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
dialog_SVG_print_base.cpp fixed some typo, misspelling and errors in menus. 2009-02-21 15:12:26 +00:00
dialog_SVG_print_base.fbp fixed some typo, misspelling and errors in menus. 2009-02-21 15:12:26 +00:00
dialog_SVG_print_base.h Eeschema+Pcbnew: code cleanup and refinements in plot SVG format 2009-01-13 19:18:54 +00:00
dialog_copper_zones.cpp Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC. 2010-01-12 13:15:13 +00:00
dialog_copper_zones.h Pcbnew: Work on undo/redo in Pcbnew almost finished. 2009-08-23 15:22:44 +00:00
dialog_copper_zones_base.cpp enhancements in dialogs (edit component in libedit and zones properties) 2009-08-18 11:07:21 +00:00
dialog_copper_zones_base.fbp enhancements in dialogs (edit component in libedit and zones properties) 2009-08-18 11:07:21 +00:00
dialog_copper_zones_base.h cleanup, cosmetic enhancements. enhancements about display zones options 2008-12-12 21:30:07 +00:00
dialog_design_rules.cpp minor changes 2009-12-03 09:33:48 +00:00
dialog_design_rules.h ++pcbnew 2009-11-02 05:20:58 +00:00
dialog_design_rules_base.cpp pcbnew: fixed in dialog_layers_setup2: new number of layers not taken in account when selected only by the copper layers choice list. 2009-12-15 12:03:12 +00:00
dialog_design_rules_base.fbp pcbnew: fixed in dialog_layers_setup2: new number of layers not taken in account when selected only by the copper layers choice list. 2009-12-15 12:03:12 +00:00
dialog_design_rules_base.h Minor changes 2009-11-02 20:36:20 +00:00
dialog_display_options.cpp Isaac's via patch 2009-09-29 04:44:35 +00:00
dialog_display_options_base.cpp Isaac's via patch 2009-09-29 04:44:35 +00:00
dialog_display_options_base.fbp Pcbnew: Added: Option to show the via area while creating a new track. 2009-06-18 17:32:27 +00:00
dialog_display_options_base.h Isaac's via patch 2009-09-29 04:44:35 +00:00
dialog_drc.cpp minors aesthetic changes 2009-12-04 09:21:53 +00:00
dialog_drc.h double click on drc problem should preserve window size and pos also 2009-11-05 22:02:24 +00:00
dialog_drc_base.cpp minors aesthetic changes 2009-12-04 09:21:53 +00:00
dialog_drc_base.fbp minors aesthetic changes 2009-12-04 09:21:53 +00:00
dialog_drc_base.h minors aesthetic changes 2009-12-04 09:21:53 +00:00
dialog_edit_module_for_BoardEditor.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
dialog_edit_module_for_BoardEditor.h More about undo/redo in pcbnew 2009-08-11 10:27:21 +00:00
dialog_edit_module_for_BoardEditor_base.cpp minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
dialog_edit_module_for_BoardEditor_base.fbp minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
dialog_edit_module_for_BoardEditor_base.h Some fixes. Boost 1.41 update 2009-11-20 19:51:39 +00:00
dialog_edit_module_for_Modedit.cpp More comment translation work. 2009-11-14 22:15:22 +00:00
dialog_edit_module_for_Modedit.h not build in Linux 2009-08-13 10:24:16 +00:00
dialog_edit_module_for_Modedit_base.cpp minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
dialog_edit_module_for_Modedit_base.fbp minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
dialog_edit_module_for_Modedit_base.h pcbnew: finished control of local masks clearance and local net clearance in footprints and pads 2009-11-06 12:55:20 +00:00
dialog_edit_module_text.cpp some enhancements and cleanup. Fixed problem when deleting Netclasses in Design rules dialog window 2009-10-14 18:14:58 +00:00
dialog_edit_module_text.h Cleaning code to draw/plot texts; italic allowed for pcbnew 2008-12-22 21:06:44 +00:00
dialog_edit_module_text_base.cpp pcbnew: bugs 2840153, 2840154 fixed (bug 2840150 already fixed) 2009-08-19 14:19:35 +00:00
dialog_edit_module_text_base.fbp pcbnew: bugs 2840153, 2840154 fixed (bug 2840150 already fixed) 2009-08-19 14:19:35 +00:00
dialog_edit_module_text_base.h pcbnew: bugs 2840153, 2840154 fixed (bug 2840150 already fixed) 2009-08-19 14:19:35 +00:00
dialog_exchange_modules_base.cpp Pcbnew: fixed a recent bug that could be creates errors in rats nest calculations (forgotten rats nets) 2009-06-23 15:45:53 +00:00
dialog_exchange_modules_base.fbp Pcbnew: fixed a recent bug that could be creates errors in rats nest calculations (forgotten rats nets) 2009-06-23 15:45:53 +00:00
dialog_exchange_modules_base.h code cleaning 2009-06-20 19:09:43 +00:00
dialog_freeroute_exchange.cpp minor updates 2009-11-23 17:24:33 +00:00
dialog_freeroute_exchange.h added FreeRouter Dick's help 2009-11-21 15:39:50 +00:00
dialog_freeroute_exchange_base.cpp visibility of button text, resizable on dialog 2009-11-23 14:40:29 +00:00
dialog_freeroute_exchange_base.fbp visibility of button text, resizable on dialog 2009-11-23 14:40:29 +00:00
dialog_freeroute_exchange_base.h visibility of button text, resizable on dialog 2009-11-23 14:40:29 +00:00
dialog_freeroute_exchange_help.html fixed 2 serious bugs in Libedit. 2009-12-03 19:11:34 +00:00
dialog_gendrill.cpp Bugfix for plotting 2009-06-30 10:43:20 +00:00
dialog_gendrill.h Commit patch for plot functions from Lorenzo 2009-06-28 16:50:42 +00:00
dialog_gendrill.pjd Bugfix for plotting 2009-06-30 10:43:20 +00:00
dialog_general_options.cpp code cleaning 2009-12-19 19:24:49 +00:00
dialog_general_options.h code cleaning 2009-12-19 19:24:49 +00:00
dialog_general_options_BoardEditor_base.cpp Hotkey submenu added, fixed typos. See CHANGELOG.txt 2009-10-27 13:48:24 +00:00
dialog_general_options_BoardEditor_base.fbp Hotkey submenu added, fixed typos. See CHANGELOG.txt 2009-10-27 13:48:24 +00:00
dialog_general_options_BoardEditor_base.h Isaac's next layer selection and configuration work step 2009-10-18 23:22:26 +00:00
dialog_global_edit_tracks_and_vias.cpp fixed problem in global track edition dialog (Column label too small under linux) 2009-11-13 17:08:05 +00:00
dialog_global_edit_tracks_and_vias.h convert dialog_global_edit_tracks_and_vias to Gnome standards. 2009-11-12 14:55:33 +00:00
dialog_global_edit_tracks_and_vias_base.cpp fixed problem in global track edition dialog (Column label too small under linux) 2009-11-13 17:08:05 +00:00
dialog_global_edit_tracks_and_vias_base.fbp fixed problem in global track edition dialog (Column label too small under linux) 2009-11-13 17:08:05 +00:00
dialog_global_edit_tracks_and_vias_base.h convert dialog_global_edit_tracks_and_vias to Gnome standards. 2009-11-12 14:55:33 +00:00
dialog_global_pads_edition_base.cpp update russian GUI, minor changes eol style 2010-01-02 07:29:07 +00:00
dialog_global_pads_edition_base.fbp update russian GUI, minor changes eol style 2010-01-02 07:29:07 +00:00
dialog_global_pads_edition_base.h update russian GUI, minor changes eol style 2010-01-02 07:29:07 +00:00
dialog_graphic_item_properties.cpp code and files cleanup 2009-10-28 11:48:47 +00:00
dialog_graphic_item_properties_base.cpp More about undo/redo in pcbnew 2009-08-11 10:27:21 +00:00
dialog_graphic_item_properties_base.fbp More about undo/redo in pcbnew 2009-08-11 10:27:21 +00:00
dialog_graphic_item_properties_base.h More about undo/redo in pcbnew 2009-08-11 10:27:21 +00:00
dialog_graphic_items_options.cpp More comment translation work. 2009-11-14 22:15:22 +00:00
dialog_graphic_items_options.h DRC rework start 2007-11-27 01:34:35 +00:00
dialog_graphic_items_options.pjd PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
dialog_graphic_items_options.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
dialog_initpcb.cpp PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
dialog_initpcb.h resizeable borders option 2007-10-02 15:35:31 +00:00
dialog_initpcb.pjd MAYBE_RESIZE_BORDER field now provided within all .pjd files; 2007-10-22 00:26:05 +00:00
dialog_initpcb.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
dialog_layers_setup.cpp formatting 2010-01-09 15:49:48 +00:00
dialog_layers_setup_base.cpp Gerbview: Added support of arcs in polygons outlines. Need more tests, but works. 2010-01-08 12:28:13 +00:00
dialog_layers_setup_base.fbp Gerbview: Added support of arcs in polygons outlines. Need more tests, but works. 2010-01-08 12:28:13 +00:00
dialog_layers_setup_base.h Gerbview: Added support of arcs in polygons outlines. Need more tests, but works. 2010-01-08 12:28:13 +00:00
dialog_mask_clearance.cpp minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
dialog_mask_clearance.h pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach. 2009-10-30 17:58:15 +00:00
dialog_mask_clearance_base.cpp minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
dialog_mask_clearance_base.fbp minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
dialog_mask_clearance_base.h minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
dialog_netlist.cpp code cleaning 2009-07-30 11:04:07 +00:00
dialog_netlist.h Pcbnew: Fixed: fully broken netlist import from eeschema when using time stamp (fully broken also in stable version). 2009-04-24 07:36:36 +00:00
dialog_netlist_fbp.cpp Pcbnew: fixed a very minor bug when moving and place a footprint. 2009-12-29 18:03:23 +00:00
dialog_netlist_fbp.fbp Pcbnew: fixed a very minor bug when moving and place a footprint. 2009-12-29 18:03:23 +00:00
dialog_netlist_fbp.h Pcbnew: Fixed: fully broken netlist import from eeschema when using time stamp (fully broken also in stable version). 2009-04-24 07:36:36 +00:00
dialog_non_copper_zones_properties_base.cpp some enhancements in pcbnew (see changelog) and Cmake files updated to handle a change in doc files 2009-05-01 16:46:56 +00:00
dialog_non_copper_zones_properties_base.fbp some enhancements in pcbnew (see changelog) and Cmake files updated to handle a change in doc files 2009-05-01 16:46:56 +00:00
dialog_non_copper_zones_properties_base.h some enhancements in pcbnew (see changelog) and Cmake files updated to handle a change in doc files 2009-05-01 16:46:56 +00:00
dialog_orient_footprints.cpp code cleaning 2009-07-30 11:04:07 +00:00
dialog_orient_footprints.h made kicad compilable with wxWidgets 2.9 (wxWidgets 3) 2009-04-13 05:58:11 +00:00
dialog_orient_footprints.pjd made kicad compilable with wxWidgets 2.9 (wxWidgets 3) 2009-04-13 05:58:11 +00:00
dialog_pad_properties.cpp changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT 2009-12-21 18:51:37 +00:00
dialog_pad_properties_base.cpp Some fixes. Boost 1.41 update 2009-11-20 19:51:39 +00:00
dialog_pad_properties_base.fbp Some fixes. Boost 1.41 update 2009-11-20 19:51:39 +00:00
dialog_pad_properties_base.h pcbnew: finished control of local masks clearance and local net clearance in footprints and pads 2009-11-06 12:55:20 +00:00
dialog_pcb_text_properties.cpp fixed typo and minor problems. updated German translation 2009-09-28 19:28:22 +00:00
dialog_pcbnew_config_libs_and_paths.cpp eeschema, libedit: fixed a bug than crashes libedit when using the delete tool, on a left click. 2009-10-23 14:35:24 +00:00
dialog_pcbnew_config_libs_and_paths.h Added: handling multiple user paths in library path list in pcbnew. 2009-04-19 15:03:48 +00:00
dialog_pcbnew_config_libs_and_paths_fbp.cpp PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
dialog_pcbnew_config_libs_and_paths_fbp.fbp PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
dialog_pcbnew_config_libs_and_paths_fbp.h PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
dialog_plot_base.cpp Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
dialog_plot_base.fbp Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
dialog_plot_base.h Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
dialog_print_for_modedit.cpp Pcbnew:Rework on print function: fixed the fully broken print function in Modedit 2009-10-23 07:41:29 +00:00
dialog_print_for_modedit_base.cpp Pcbnew:Rework on print function: fixed the fully broken print function in Modedit 2009-10-23 07:41:29 +00:00
dialog_print_for_modedit_base.fbp Pcbnew:Rework on print function: fixed the fully broken print function in Modedit 2009-10-23 07:42:51 +00:00
dialog_print_for_modedit_base.h Pcbnew:Rework on print function: fixed the fully broken print function in Modedit 2009-10-23 07:41:29 +00:00
dialog_print_using_printer.cpp Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
dialog_print_using_printer_base.cpp Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
dialog_print_using_printer_base.fbp Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
dialog_print_using_printer_base.h Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00: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 Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt. 2009-04-05 20:49:15 +00:00
dragsegm.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
drc.cpp Applied Torsten PCBNew DRC patch and testcase, update email, update scripts 2010-01-09 17:54:39 +00:00
drc_stuff.h NETCLASS work, see CHANGELOG.txt 2009-09-10 15:22:26 +00:00
dupltrac.cpp.notused notused, maybe delete soon 2007-08-10 14:51:39 +00:00
edgemod.cpp changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 2009-12-21 17:56:25 +00:00
edit.cpp code cleaning 2009-12-20 19:48:58 +00:00
edit_pcb_text.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
edit_track_width.cpp Minor changes 2009-11-02 20:36:20 +00:00
editedge.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
editmod.cpp More comment translation work. 2009-11-14 22:15:22 +00:00
editrack-part2.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
editrack.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
edtxtmod.cpp More comment translation work. 2009-11-14 22:15:22 +00:00
event_handlers_tracks_vias_sizes.cpp pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach. 2009-10-30 17:58:15 +00:00
export_gencad.cpp fixed build problem for specctra.cpp stand alone. 2010-01-05 08:48:49 +00:00
files.cpp code cleaning 2009-12-20 19:48:58 +00: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
find.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
gen_drill_report_files.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
gen_holes_and_tools_lists_for_drill.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
gen_modules_placefile.cpp fixed build problem for specctra.cpp stand alone. 2010-01-05 08:48:49 +00:00
gendrill.cpp fixed build problem for specctra.cpp stand alone. 2010-01-05 08:48:49 +00:00
gendrill.h code cleaning. Pcbnew: Minor enhancements in Plot dialog 2009-08-29 10:20:48 +00:00
globaleditpad.cpp code cleaning 2009-12-19 19:24:49 +00:00
gpcb_exchange.cpp changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT 2009-12-21 18:51:37 +00:00
graphpcb.cpp More comment translation work. 2009-11-14 22:15:22 +00:00
hotkeys.cpp minor bug fixed and minor enhancements 2009-12-08 13:41:20 +00:00
hotkeys.h minor code cleanup 2009-12-04 07:01:26 +00: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 code and files cleanup 2009-10-28 11:48:47 +00:00
ioascii.cpp fixed build problem for specctra.cpp stand alone. 2010-01-05 08:48:49 +00:00
layer_panel_base.cpp allow user to change layer color 2010-01-10 07:56:07 +00:00
layer_panel_base.h allow user to change layer color 2010-01-10 07:56:07 +00:00
layer_widget.cpp more layer widget work 2010-01-11 16:49:11 +00:00
librairi.cpp More comment translation work. 2009-11-14 22:15:22 +00:00
loadcmp.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
locate.cpp changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 2009-12-21 17:56:25 +00:00
magnetic_tracks_functions.cpp code and files cleanup 2009-10-28 11:48:47 +00:00
menubarmodedit.cpp More comment translation and capitalization fixes. 2009-11-18 12:52:19 +00:00
menubarpcb.cpp More comment translation and capitalization fixes. 2009-11-18 12:52:19 +00:00
mirepcb.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
modedit.cpp code cleaning 2009-12-20 19:48:58 +00:00
modedit_onclick.cpp code cleaning 2009-12-19 19:24:49 +00:00
modedit_undo_redo.cpp fixed crashes in eeschema, modedit and 3D display 2009-08-04 18:21:32 +00:00
modeditoptions.cpp code cleaning 2009-12-19 16:10:25 +00:00
moduleframe.cpp More comment translation and capitalization fixes. 2009-11-18 12:52:19 +00:00
modules.cpp Pcbnew: fixed a very minor bug when moving and place a footprint. 2009-12-29 18:03:23 +00:00
move-drag_pads.cpp More comment translation and capitalization fixes. 2009-11-18 12:52:19 +00:00
move_copy_track.cpp.notused file maintenance 2007-12-17 22:08:42 +00:00
move_or_drag_track.cpp minor enhancements and fixes 2009-12-27 14:01:21 +00:00
muonde.cpp changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT 2009-12-21 13:05:11 +00:00
muwave_command.cpp code cleaning 2009-12-20 19:48:58 +00:00
netlist.cpp fix last French to English translations problems 2009-11-23 21:03:26 +00:00
onleftclick.cpp code cleaning 2009-12-19 19:24:49 +00:00
onrightclick.cpp Pcbnew: make global edit pads function compatible with new pads changes and make it undoable. 2009-12-13 10:30:19 +00:00
panel_layer_select.fbp allow user to change layer color 2010-01-10 07:56:07 +00:00
pcbframe.cpp Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
pcbnew.cpp fixed build problem for specctra.cpp stand alone. 2010-01-05 08:48:49 +00:00
pcbnew.h Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC. 2010-01-12 13:15:13 +00:00
pcbnew.icns Added Mac OS X icons and Info.plist files from Marco Serantoni 2007-10-28 23:04:56 +00: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 code cleaning 2009-12-19 19:24:49 +00:00
pcbnew_config.h Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
pcbnew_doc.icns eeschema: enforce time stamp control and repairs bad time stamps in annotation. 2009-04-25 10:12:30 +00:00
pcbnew_id.h pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach. 2009-10-30 17:58:15 +00:00
pcbplot.cpp Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
pcbplot.h Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
plot_rtn.cpp Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
plotdxf.cpp Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
plotgerb.cpp Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
plothpgl.cpp Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
plotps.cpp Pcbnew and Gerbview: Refactor dialogs for plot and print. 2010-01-01 13:30:39 +00:00
print_board_functions.cpp Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
printout_controler.cpp Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
printout_controler.h Pcbnew: print dialog: added pads drill option (like in plot dialog) 2010-01-09 20:25:39 +00:00
protos.h Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
queue.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
ratsnest.cpp fixed zone creation problem with DRC OFF and an other minor bug 2009-12-02 16:18:31 +00:00
sel_layer.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
set_color.cpp changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 2009-12-21 17:56:25 +00:00
set_color.h changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 2009-12-21 17:56:25 +00:00
set_grid.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
set_grid.h Fix over zealous clean up of user grid dialog in PCBNew. 2009-05-06 17:13:09 +00:00
set_grid.pjd Fix over zealous clean up of user grid dialog in PCBNew. 2009-05-06 17:13:09 +00:00
set_grid.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
solve.cpp fix last French to English translations problems 2009-11-23 21:03:26 +00:00
specctra.cpp code cleaning and a minor problem fixed in Gerbview printing option 2010-01-04 19:09:33 +00:00
specctra.h * Factored out the DSNLEXER class so it can be re-used more generally. The 2009-12-11 04:55:24 +00:00
specctra_export.cpp ++pcbnew & gerbview 2009-12-07 03:46:13 +00:00
specctra_import.cpp * Factored out the DSNLEXER class so it can be re-used more generally. The 2009-12-11 04:55:24 +00:00
surbrill.cpp code cleaning 2009-12-20 19:48:58 +00:00
swap_layers.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
tool_modedit.cpp Some fixes. Boost 1.41 update 2009-11-20 19:51:39 +00:00
tool_onrightclick.cpp code cleaning 2009-12-19 19:24:49 +00:00
tool_pcb.cpp Some fixes. Boost 1.41 update 2009-11-20 19:51:39 +00:00
toolbars_update_user_interface.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
tr_modif.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
tracemod.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
tracepcb.cpp changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT 2009-12-21 13:05:11 +00:00
track.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
trpiste.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
via_edit.cpp.unused pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach. 2009-10-30 17:58:15 +00:00
work.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
xchgmod.cpp Comment translation and capitalization fixes. 2009-11-20 14:55:20 +00:00
zone_filling_algorithm.cpp class SEG_ZONE deprecated 2009-08-06 18:30:46 +00:00
zones.h Pcbnew: Work on undo/redo in Pcbnew almost finished. 2009-08-23 15:22:44 +00:00
zones_by_polygon.cpp code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 2009-12-21 12:05:36 +00:00
zones_by_polygon_fill_functions.cpp Pcbnew: Work on undo/redo in Pcbnew almost finished. 2009-08-23 15:22:44 +00:00
zones_convert_brd_items_to_polygons.cpp Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC. 2010-01-12 13:15:13 +00:00
zones_functions_for_undo_redo.cpp Pcbnew: Work on undo/redo in Pcbnew almost finished. 2009-08-23 15:22:44 +00:00
zones_functions_for_undo_redo.h Pcbnew: Work on undo/redo in Pcbnew almost finished. 2009-08-23 15:22:44 +00:00
zones_non_copper_type_functions.cpp code cleaning 2009-07-30 11:04:07 +00:00
zones_polygons_insulated_copper_islands.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
zones_polygons_test_connections.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
zones_test_and_combine_areas.cpp Removed global default clearance, track size and vias drill. Use netclasses values only. 2009-10-21 19:16:25 +00:00