You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Bernhard Stegmaier 8b3c14c08b OSX build improvements. 11 years ago
..
autorouter Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
dialogs Pcbnew: fix Bug #1373468 (Non Copper Zones Properties dialog "Layer selection" empty) (Linux specific) 11 years ago
exporters Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
github fix Inner1.Cu in pcb_parser.cpp, start cvpcb work. 11 years ago
import_dxf Created dialog_dxf_import.h. Cleaned up some unnecessary stuff and fixed file open dialog DIALOG_DXF_IMPORT. 11 years ago
pcad2kicadpcb_plugin LAYER_ID work 11 years ago
router pns_router: Support for blind/buried vias. 11 years ago
scripting BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor) 11 years ago
tools Minor fixes: specctra export: skip malformed circles (having a radius = 0) in board outline creation, which can crash 3d-viewer or vrml export. 11 years ago
CMakeLists.txt OSX build improvements. 11 years ago
Doxyfile_python Fixes typo in doxygen-python, and fixes unitest TestCase().discover on python < 2.7 12 years ago
Doxyfile_xml Adds target to build doxygen-python documentation, that take 12 years ago
Info.plist Try some new Mac support ideas. 12 years ago
append_board_to_current.cpp Pcbnew: add append board function, only available when Pcbnew is run in standalone mode (outside a project), to allow a basic panelization. 11 years ago
attribut.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
basepcbframe.cpp More work on module texts, and especially on the collector 11 years ago
block.cpp Pcbnew: fix Bug #1373267 (polygons in footprint outlines do not flip correctly) 11 years ago
block_module_editor.cpp change name TEXTE_MODULE::MirrorWithModule to TEXTE_MODULE::MirrorTransformWithModule, because it is a function specific to a footprint transform in modedit. 11 years ago
board_items_to_polygon_shape_transform.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
board_undo_redo.cpp Created a common interface for edit frames. 11 years ago
build_BOM_from_board.cpp Modular KiCad Blueprint Milestone B), major portions: 11 years ago
class_board.cpp BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor) 11 years ago
class_board.h Created a specialization of EDA_DRAW_PANEL_GAL: PCB_DRAW_PANEL_GAL. 11 years ago
class_board_connected_item.cpp Replaced the display line clipper with the way simpler (and faster) Cohen-Sutherland one. 12 years ago
class_board_connected_item.h Fix a bug in ClassOf which crashes Pcbnew when its argument is NULL. It fixes bug #1329364. 12 years ago
class_board_design_settings.cpp Enable technical layers when starting Pcbnew with no board. 11 years ago
class_board_item.cpp Merged upstream and Mac OS X build fixes. 12 years ago
class_dimension.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
class_dimension.h 1) Add 32 Cu Layers. 12 years ago
class_drawsegment.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
class_drawsegment.h Upstream merge. 12 years ago
class_drc_item.cpp CvPcb: fix broken event ID for configuration button on toolbar. 11 years ago
class_edge_mod.cpp Pcbnew: fix Bug #1373267 (polygons in footprint outlines do not flip correctly) 11 years ago
class_edge_mod.h Pcbnew: fix Bug #1373267 (polygons in footprint outlines do not flip correctly) 11 years ago
class_footprint_wizard.cpp Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 13 years ago
class_footprint_wizard.h Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 13 years ago
class_marker_pcb.cpp class_marker IsOnLayer() 11 years ago
class_marker_pcb.h class_marker IsOnLayer() 11 years ago
class_mire.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
class_mire.h 1) Add 32 Cu Layers. 12 years ago
class_module.cpp Pcbnew: fix Bug #1373267 (polygons in footprint outlines do not flip correctly) 11 years ago
class_module.h TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
class_netclass.cpp Fixes the bug that causes pcbnew crash, when there are multiple net classes and the plot dialog was opened. 12 years ago
class_netclass.h Fixes the bug that causes pcbnew crash, when there are multiple net classes and the plot dialog was opened. 12 years ago
class_netinfo.h bugfix 1325375: pcbnew crash while append a board 12 years ago
class_netinfo_item.cpp Fix overflow in track len calculations and display (Bug #1347878), in high-light tool. 11 years ago
class_netinfolist.cpp bugfix 1325375: pcbnew crash while append a board 12 years ago
class_pad.cpp 1) Pad properties dialog can trigger divide-by-zero when "0" is entered as the pad size 11 years ago
class_pad.h Rotate support for pads. 11 years ago
class_pad_draw_functions.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
class_pcb_layer_box_selector.cpp LAYER_ID work 11 years ago
class_pcb_layer_box_selector.h LAYER_ID work 11 years ago
class_pcb_layer_widget.cpp Ref and Value for footprints: use now the layer color, not a specific color: this is needed by the fact these fields can be on an other layer than silk screen, and therefore must have the corresponding color 11 years ago
class_pcb_layer_widget.h PCB_LAYER_WIDGET became able to cooperate with PCB_BASE_FRAME. 11 years ago
class_pcb_text.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
class_pcb_text.h Constification of HitTest and GetParent 12 years ago
class_text_mod.cpp change name TEXTE_MODULE::MirrorWithModule to TEXTE_MODULE::MirrorTransformWithModule, because it is a function specific to a footprint transform in modedit. 11 years ago
class_text_mod.h change name TEXTE_MODULE::MirrorWithModule to TEXTE_MODULE::MirrorTransformWithModule, because it is a function specific to a footprint transform in modedit. 11 years ago
class_track.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
class_track.h merge 11 years ago
class_zone.cpp BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor) 11 years ago
class_zone.h fix zones 12 years ago
class_zone_settings.cpp 1) Add 32 Cu Layers. 12 years ago
class_zone_settings.h 1) Add 32 Cu Layers. 12 years ago
classpcb.cpp 1) Add 32 Cu Layers. 12 years ago
clean.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
collectors.cpp More work on module texts, and especially on the collector 11 years ago
collectors.h More work on module texts, and especially on the collector 11 years ago
connect.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
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) 13 years ago
controle.cpp Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
cross-probing.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
deltrack.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
dimension.cpp LAYER_ID work 11 years ago
drag.h 1) Add 32 Cu Layers. 12 years ago
dragsegm.cpp use LSET::any() whereever possible and avoid conversion to integral type 12 years ago
drc.cpp Pcbnew: add drc test for texts on copper layer (only in full drc test, not in on line drc), from a patch sent by Simon Schumann 11 years ago
drc_clearance_test_functions.cpp use LSET::any() whereever possible and avoid conversion to integral type 12 years ago
drc_marker_functions.cpp Pcbnew: add drc test for texts on copper layer (only in full drc test, not in on line drc), from a patch sent by Simon Schumann 11 years ago
drc_stuff.h Pcbnew: add drc test for texts on copper layer (only in full drc test, not in on line drc), from a patch sent by Simon Schumann 11 years ago
eagle_plugin.cpp 1) Add 32 Cu Layers. 12 years ago
eagle_plugin.h 1) Add 32 Cu Layers. 12 years ago
edgemod.cpp 1) Add 32 Cu Layers. 12 years ago
edit.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
edit_pcb_text.cpp 1) Add 32 Cu Layers. 12 years ago
edit_track_width.cpp Moved NETCLASSES to BOARD_DESIGN_SETTINGS. 12 years ago
editedge.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
editmod.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
editrack-part2.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
editrack.cpp Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
edtxtmod.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
event_handlers_tracks_vias_sizes.cpp Moved most of the board design rules related fields & methods to BOARD_DESIGN_SETTINGS class. 12 years ago
files.cpp Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
footprint_wizard.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
footprint_wizard_frame.cpp Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
footprint_wizard_frame.h Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
globaleditpad.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
gpcb_plugin.cpp Added MODULE::Add( BOARD_ITEM* )/Remove( BOARD_ITEM* )/Delete( BOARD_ITEM* ). 11 years ago
gpcb_plugin.h Pcbnew: Geda plugin fixes. 12 years ago
help_common_strings.h make microwave toolbar accessible from menu (Bug #1285425 ) 12 years ago
highlight.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
hotkeys.cpp LAYER_ID work 11 years ago
hotkeys.h All: add 2 hotkeys to simulate a mouse left click (key return) and left dclick (key end) 12 years ago
hotkeys_board_editor.cpp Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
hotkeys_module_editor.cpp Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
initpcb.cpp Created a specialization of EDA_DRAW_PANEL_GAL: PCB_DRAW_PANEL_GAL. 11 years ago
invoke_pcb_dialog.h DXF files import is supported by module editor. 11 years ago
io_mgr.cpp IO_MGR::PCB_FILE_T IO_MGR::GuessPluginTypeFromLibPath() : better test for KICAD type footprint libraries: previoulsy, just test if a library name ends with .pretty, which is not enough. 11 years ago
io_mgr.h Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it 12 years ago
kicad_netlist_reader.cpp Fix but reading empty footprints in netlist. (fixes lp:1226283) 12 years ago
kicad_plugin.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
kicad_plugin.h 1) Add 32 Cu Layers. 12 years ago
layer_widget.cpp Fixed a few memory leaks and Valgrind warnings. 11 years ago
layer_widget.h Fix crash in Pcbnew and Gerbview when seceting (in layers manager) "always hide all layers but activer" 11 years ago
legacy_netlist_reader.cpp Fix but reading empty footprints in netlist. (fixes lp:1226283) 12 years ago
legacy_plugin.cpp Fix field greater than 2 legacy footprint library file parser bug. (fixes lp:1375419) 11 years ago
legacy_plugin.h 1) Add 32 Cu Layers. 12 years ago
librairi.cpp Fix Eeschema sheet issues. Should close out bug lp:593782 11 years ago
loadcmp.cpp IO_MGR::PCB_FILE_T IO_MGR::GuessPluginTypeFromLibPath() : better test for KICAD type footprint libraries: previoulsy, just test if a library name ends with .pretty, which is not enough. 11 years ago
magnetic_tracks_functions.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
menubar_modedit.cpp DXF files import is supported by module editor. 11 years ago
menubar_pcbframe.cpp Pcbnew: add append board function, only available when Pcbnew is run in standalone mode (outside a project), to allow a basic panelization. 11 years ago
minimun_spanning_tree.cpp fix LSET() constructors, formatting 11 years ago
minimun_spanning_tree.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
modedit.cpp Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
modedit_onclick.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
modedit_undo_redo.cpp Created a common interface for edit frames. 11 years ago
modeditoptions.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 14 years ago
module_editor_frame.h Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
moduleframe.cpp Eeschema: back to KICAD_KEEPCASE option, to find parts in lib, when using case sensitive option (default). 11 years ago
modules.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
modview_frame.cpp Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
modview_frame.h Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
move-drag_pads.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
move_or_drag_track.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
muonde.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
muwave_command.cpp Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters 12 years ago
netlist.cpp Pcbnew: Minor fix in hotkeys. Demos: add an example to use a local fp-lib-table and local libs, and update schematics and boards. 11 years ago
netlist_reader.cpp Fix but reading empty footprints in netlist. (fixes lp:1226283) 12 years ago
netlist_reader.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
onleftclick.cpp Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
onrightclick.cpp Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
pad_edition_functions.cpp 1) Add 32 Cu Layers. 12 years ago
pcb_base_edit_frame.cpp Restored support for custom angle rotation. 11 years ago
pcb_base_edit_frame.h Restored support for custom angle rotation. 11 years ago
pcb_draw_panel_gal.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
pcb_draw_panel_gal.h Moved layers visibility synchronization to PCB_DRAW_PANEL_GAL::SyncLayersVisibility(). 11 years ago
pcb_netlist.cpp Eeschema fixes: fix Bug #1348983 save cmp file crashes cvpcb when eeschema is opened (backannotation crashes). Happens only when some footprint names are not set (blank names). 11 years ago
pcb_netlist.h add aDocName to NETLIST::Format() 11 years ago
pcb_painter.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
pcb_painter.h Fixed module anchor drawing (GAL). 11 years ago
pcb_parser.cpp Modular KiCad Blueprint Milestone B), major portions: 11 years ago
pcb_parser.h Modular KiCad Blueprint Milestone B), major portions: 11 years ago
pcb_plot_params.cpp Update old demo board files. Minor code cleaning. 11 years ago
pcb_plot_params.h Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. 11 years ago
pcbframe.cpp Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
pcbnew.cpp Configuration file consolidation patch from Moses McKnight. 11 years ago
pcbnew.h Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
pcbnew.icns [MacOSX] Updated Icons - Document ones still missing :( 13 years ago
pcbnew.rc Remove old xpm icons files 14 years ago
pcbnew_config.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
pcbnew_config.h More migration towards single process, extend PROJECT::Config*() in proper direction, cleanups. 12 years ago
pcbnew_doc.icns Update OS X icns icons 16 years ago
pcbnew_id.h Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to duplicate ID used in menus and toolbars between sub-applications, related to wxUpdateUIEvent events loop. 11 years ago
pcbplot.cpp Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma. 11 years ago
pcbplot.h Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma. 11 years ago
plot_board_layers.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
plot_brditems_plotter.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
plotcontroller.h Decouple PLOT_CONTROLLER from UI dependencies. 13 years ago
plugin.cpp Fix some issues in modview, relative to few incorrect use of some wxAuiManager functions. 12 years ago
print_board_functions.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
printout_controler.cpp Gerbview: fix scaling error in x.6 file format. Minor cleaning code. 11 years ago
printout_controler.h 1) Add 32 Cu Layers. 12 years ago
protos.h Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters 12 years ago
ratsnest.cpp fix VIA::IsOnLayer() 11 years ago
ratsnest_data.cpp Ratsnest is recalculated after global deletion of tracks and after importing a netlist. 11 years ago
ratsnest_data.h Upstream merge. 12 years ago
ratsnest_viewitem.cpp Ratsnest lines are highlighted together with all items in the same net. 12 years ago
ratsnest_viewitem.h Added ratsnest for GAL 12 years ago
sel_layer.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
specctra.cpp LAYER_ID work 11 years ago
specctra.h abandoned 11 years ago
specctra.keywords ++all: 15 years ago
specctra_export.cpp Minor fixes: specctra export: skip malformed circles (having a radius = 0) in board outline creation, which can crash 3d-viewer or vrml export. 11 years ago
specctra_import.cpp 1) Add 32 Cu Layers. 12 years ago
specctra_test.cpp Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it 12 years ago
swap_layers.cpp LAYER_ID work 11 years ago
target_edit.cpp 1) Add 32 Cu Layers. 12 years ago
tool_modedit.cpp Reverted back the ( i ) parameters for python, applied the PyGILState_Ensure from Dick into his PyLOCK class 13 years ago
tool_modview.cpp Modular-Kicad milestone B), minor portions: 12 years ago
tool_onrightclick.cpp dialog information hiding, initial Fit() 12 years ago
tool_pcb.cpp merge 11 years ago
toolbars_update_user_interface.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
tr_modif.cpp 1) Add 32 Cu Layers. 12 years ago
tracepcb.cpp Pcbnew: fix some issues when using python scripting (remove outdated SEG_ZONE item, fix broken access to netclass, track width and via size lists, add missing access to zones) 11 years ago
xchgmod.cpp pcbnew: Fixes crash when a module is changed after modification in the module editor. 11 years ago
zone_filling_algorithm.cpp Auto zone refilling after using the POINT_EDITOR. 12 years ago
zones.h Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 13 years ago
zones_by_polygon.cpp 1) Add 32 Cu Layers. 12 years ago
zones_by_polygon_fill_functions.cpp merge tip in, resolve. 12 years ago
zones_convert_brd_items_to_polygons_with_Boost.cpp Simplified code for switching layers in GAL view. Tools are notified of layer change event. 11 years ago
zones_convert_to_polygons_aux_functions.cpp Moved NETCLASSES to BOARD_DESIGN_SETTINGS. 12 years ago
zones_functions_for_undo_redo.cpp merge tip in, resolve. 12 years ago
zones_functions_for_undo_redo.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
zones_polygons_insulated_copper_islands.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
zones_polygons_test_connections.cpp fix VIA::IsOnLayer() 11 years ago
zones_test_and_combine_areas.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago