kicad/pcbnew
jean-pierre charras 5e5ec6f1a9 All: try to fix incorrect acs in plot SVG under wxWidgets 2.9:
wxWidgets 2.9 knows wxSVGFILEDC device context.
Unfortunately, arcs are drawn as pies (this is a feature, not a bug).
This is not correct for Kicad.
So Kicad has its own wxSVGFILEDC (named KicadSVGFileDC) that is basically the same as wxSVGFILEDC,
but with arcs drawn as arcs, not pies.
Note also under wxWidgets 2.8 does not know wxSVGFILEDC , so kicad had already its own SVG device context.
2012-03-07 21:18:00 +01:00
..
dialogs All: try to fix incorrect acs in plot SVG under wxWidgets 2.9: 2012-03-07 21:18:00 +01:00
CMakeLists.txt Pcbnew: footprint placement file creation: 2012-02-15 11:41:16 +01:00
Info.plist Fix some minor OS X issues 2011-08-30 09:35:40 +02:00
ar_protos.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
attribut.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
automove.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
autoplac.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
autorout.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
autorout.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
basepcbframe.cpp Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. 2012-02-09 21:33:38 +01:00
block.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
block_module_editor.cpp Fix @JP messages (no bugs, just comment lines) 2012-02-19 20:53:11 +01:00
board.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
board_items_to_polygon_shape_transform.cpp Pcbnew: zone filling: fix broken thermal relief shape for oval pads. mainly noticeable for oval pads having very different X and Y sizes. 2012-02-23 15:59:57 +01:00
board_undo_redo.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
build_BOM_from_board.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
cell.h Remove sine and cosine look up tables and other minor fixes. 2011-09-20 09:57:40 -04:00
class_board.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
class_board.h see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
class_board_connected_item.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_board_connected_item.h document KICAD_T enum better, remove PCB_ZONE_EDGE_T usages 2012-01-30 15:21:40 -06:00
class_board_design_settings.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
class_board_item.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_dimension.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_dimension.h see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
class_drawsegment.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
class_drawsegment.h see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
class_drc_item.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_edge_mod.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
class_edge_mod.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_footprint_library.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_footprint_library.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_marker_pcb.cpp Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. 2012-02-09 21:33:38 +01:00
class_marker_pcb.h see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
class_mire.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_mire.h see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
class_module.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
class_module.h Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
class_module_transform_functions.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
class_netclass.cpp merge 2012-02-06 01:14:51 -06:00
class_netclass.h see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
class_netinfo.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_netinfo_item.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
class_netinfolist.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_pad.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
class_pad.h Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
class_pad_draw_functions.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
class_pcb_layer_widget.cpp Layers manager: add in popup menu option to hide all coppers layers but active layer. 2012-02-17 20:43:43 +01:00
class_pcb_layer_widget.h Layers manager: add in popup menu option to hide all coppers layers but active layer. 2012-02-17 20:43:43 +01:00
class_pcb_text.cpp Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. 2012-02-09 21:33:38 +01:00
class_pcb_text.h see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
class_text_mod.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_text_mod.h see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
class_track.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
class_track.h see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
class_zone.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
class_zone.h Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
class_zone_settings.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
class_zone_settings.h Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
classpcb.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
clean.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
collectors.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06: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 see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
controle.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06: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 Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
dimension.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dist.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
drag.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dragsegm.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
drc.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
drc_clearance_test_functions.cpp * remove global g_Pad_Master global and put it into BOARD_DESIGN_SETTINGS 2012-02-18 22:10:49 -06:00
drc_marker_functions.cpp see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
drc_stuff.h Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 2011-11-24 11:32:51 -06:00
edgemod.cpp Modedit: add dialog to edit footprint body items. Fix also minor issues about footprint body items edition. 2012-02-12 20:39:37 +01:00
edit.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
edit_pcb_text.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
edit_track_width.cpp merge 2012-02-06 01:14:51 -06:00
editedge.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
editmod.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
editrack-part2.cpp get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 2012-02-02 11:45:37 -06:00
editrack.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
edtxtmod.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
event_handlers_tracks_vias_sizes.cpp get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 2012-02-02 11:45:37 -06:00
export_gencad.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
export_vrml.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
files.cpp Load BOARD project settings before loading BOARD in case BOARD has 2012-02-29 09:25:38 -06:00
find.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
find.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
find.pjd PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
gen_drill_report_files.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
gen_holes_and_tools_lists_for_drill.cpp remove unneeded debug printf 2012-02-21 09:58:24 -06:00
gen_modules_placefile.cpp * remove global g_Pad_Master global and put it into BOARD_DESIGN_SETTINGS 2012-02-18 22:10:49 -06:00
gendrill.cpp Kicad project manager: add .cmp, .drl .pos and .rpt files management. 2012-02-16 21:03:33 +01:00
gendrill.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
globaleditpad.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
gpcb_exchange.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
graphpcb.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
help_common_strings.h Pcbnew: netlist.cpp: code cleaning. Comments added and updated 2011-05-03 14:57:44 +02:00
highlight.cpp Fixes wxSingleChoiceDialog ambiguous constructor compile bug using wxWidgets 2.9.4 or greater. 2012-02-26 14:57:48 -05:00
hotkeys.cpp Added hotkey for high contrast mode as 'H' 2012-02-19 18:33:06 +01:00
hotkeys.h Added hotkey for high contrast mode as 'H' 2012-02-19 18:33:06 +01:00
hotkeys_board_editor.cpp Fix 2 minor bugs: 2012-02-20 19:46:56 +01:00
hotkeys_module_editor.cpp Pcbnew: fix Bug #932509 2012-02-15 14:10:52 +01:00
initpcb.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
io_mgr.cpp Fix problem with BOARD bounding box in saved *.brd files, 2011-12-05 11:22:19 -06:00
io_mgr.h carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 2012-01-09 02:35:06 -06:00
ioascii.cpp Load BOARD project settings before loading BOARD in case BOARD has 2012-02-29 09:25:38 -06:00
item_io.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
kicad_plugin.cpp Pcbnew: fix compil issue. 2012-02-25 08:55:14 +01:00
kicad_plugin.h improvements, hopefully 2011-12-16 11:03:25 -06:00
layer_widget.cpp see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
layer_widget.h see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
librairi.cpp get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 2012-02-02 11:45:37 -06:00
loadcmp.cpp Fix @JP messages (no bugs, just comment lines) 2012-02-19 20:53:11 +01:00
magnetic_tracks_functions.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
menubar_modedit.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
menubar_pcbframe.cpp Pcbnew: footprint placement file creation: 2012-02-15 11:41:16 +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 get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 2012-02-02 11:45:37 -06:00
modedit.cpp Fix @JP messages (no bugs, just comment lines) 2012-02-19 20:53:11 +01:00
modedit_onclick.cpp Modedit: add dialog to edit footprint body items. Fix also minor issues about footprint body items edition. 2012-02-12 20:39:37 +01:00
modedit_undo_redo.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
modeditoptions.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
module_editor_frame.h * remove global g_Pad_Master global and put it into BOARD_DESIGN_SETTINGS 2012-02-18 22:10:49 -06:00
moduleframe.cpp ModEdit (and ModView): make "invisible" texts visible. They are not visible in the board editor, but must be visible in the footprint editor. 2012-02-26 19:49:00 +01:00
modules.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
modview.cpp Modview: fix minor issues. 2012-02-10 16:31:11 +01:00
modview_frame.cpp ModEdit (and ModView): make "invisible" texts visible. They are not visible in the board editor, but must be visible in the footprint editor. 2012-02-26 19:49:00 +01:00
modview_frame.h Modview: fix minor issues. 2012-02-10 16:31:11 +01:00
move-drag_pads.cpp see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
move_copy_track.cpp.notused More encapsulation work and other minor improvements. 2011-12-21 08:42:02 -05:00
move_or_drag_track.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
muonde.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
muwave_command.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
netlist.cpp Layers manager: add in popup menu option to hide all coppers layers but active layer. 2012-02-17 20:43:43 +01:00
netlist_reader.h Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 2012-02-01 20:49:37 +01:00
netlist_reader_common.cpp Layers manager: add in popup menu option to hide all coppers layers but active layer. 2012-02-17 20:43:43 +01:00
netlist_reader_firstformat.cpp Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 2012-02-01 20:49:37 +01:00
netlist_reader_kicad.cpp Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 2012-02-01 20:49:37 +01:00
onleftclick.cpp Pcbnew - ModView: add 3D view, and fix issues. 2012-02-10 09:49:43 +01:00
onrightclick.cpp Pcbnew: better icon for zone unfill. Minor code cleaning in 3D viewer 2012-02-25 20:55:40 +01:00
pcb_plot_params.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
pcb_plot_params.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
pcbframe.cpp Pcbnew: footprint placement file creation: 2012-02-15 11:41:16 +01:00
pcbnew.cpp Libedit: fix bug (svg export does not work) 2012-03-06 15:08:59 +01:00
pcbnew.h put module text configuration variables into the BOARD 2012-02-02 01:23:00 -06:00
pcbnew.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
pcbnew.rc New icons: fix problems about .ico files (under Window) 2011-09-10 19:48:35 +02:00
pcbnew_config.cpp Load BOARD project settings before loading BOARD in case BOARD has 2012-02-29 09:25:38 -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 Modedit: add dialog to edit footprint body items. Fix also minor issues about footprint body items edition. 2012-02-12 20:39:37 +01:00
pcbplot.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
pcbplot.h fix bug plot arc to dxf-format in back_silkscreen, comment and draw layers 2012-02-01 15:42:18 +04:00
plot_rtn.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
plotdxf.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
plotgerb.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
plothpgl.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
plotps.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
polygons_defs.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
print_board_functions.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
printout_controler.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
printout_controler.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
protos.h see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
queue.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
ratsnest.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06: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 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
solve.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
specctra.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
specctra.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
specctra.keywords ++all: 2011-01-19 14:46:07 -06:00
specctra_export.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
specctra_import.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -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 Icons for modedit and modview: remove unused or duplicate icons files and rename files. Tweak some icons. 2012-02-13 15:27:34 +01:00
tool_modview.cpp Icons for modedit and modview: remove unused or duplicate icons files and rename files. Tweak some icons. 2012-02-13 15:27:34 +01:00
tool_onrightclick.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_pcb.cpp Icons for modedit and modview: remove unused or duplicate icons files and rename files. Tweak some icons. 2012-02-13 15:27:34 +01:00
toolbars_update_user_interface.cpp get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 2012-02-02 11:45:37 -06:00
tr_modif.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
tracepcb.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
trpiste.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
work.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
xchgmod.cpp Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. 2012-02-09 21:33:38 +01:00
zone_filling_algorithm.cpp see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
zones.h Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
zones_by_polygon.cpp see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
zones_by_polygon_fill_functions.cpp see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
zones_convert_brd_items_to_polygons_with_Boost.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
zones_convert_to_polygons_aux_functions.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
zones_functions_for_undo_redo.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +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 see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
zones_polygons_insulated_copper_islands.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
zones_polygons_test_connections.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
zones_test_and_combine_areas.cpp fix some warnings in Debug mode under wx 2.9.x 2012-02-10 16:26:42 -06:00