..
autorouter
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
dialogs
Minor dialog improvements.
11 years ago
exporters
Fix duplicate text in IDF header export. (fixes lp:1407336)
11 years ago
github
Update avhttp-master.zip to the latest version so Boost 1.57 can be used to build KiCad.
11 years ago
import_dxf
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
11 years ago
pcad2kicadpcb_plugin
Fix parallel build issue when KICAD_SKIP_BOOST=ON.
11 years ago
router
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
scripting
Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues
11 years ago
tools
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
CMakeLists.txt
Fix a minor issue in fp lib wizard.
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
Add KIGITHUB definition for stand alone version of Pcbnew on OSX
11 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
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
block.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
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
Fix minor issues. Fix some outdated and broken BOM python scripts. Add info in BOM python scripts.
11 years ago
board_undo_redo.cpp
Created a common interface for edit frames.
12 years ago
build_BOM_from_board.cpp
Pcbnew: fix Bug #1391561 (PCBNew segfaults on BOM creation). Does not happen on all platforms. Could be due to use of data just previoulsy deleted.
11 years ago
class_board.cpp
pcbnew: Unconnected items share the same NETINFO_ITEM, even if on different boards.
11 years ago
class_board.h
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
11 years ago
class_board_connected_item.cpp
Missing fixes for the revision 5301.
11 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.
12 years ago
class_board_item.cpp
Merged upstream and Mac OS X build fixes.
12 years ago
class_dimension.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
class_dimension.h
1) Add 32 Cu Layers.
12 years ago
class_drawsegment.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
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
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
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()
12 years ago
class_marker_pcb.h
More missing source license fixes.
11 years ago
class_mire.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
class_mire.h
Fix absence of PCB_TARGET class in python interface.
11 years ago
class_module.cpp
Message panel consistency improvements and coding policy fixes.
11 years ago
class_module.h
Fix compat with swig 3.03
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
Message panel consistency improvements and coding policy fixes.
11 years ago
class_netinfolist.cpp
bugfix 1325375: pcbnew crash while append a board
12 years ago
class_pad.cpp
Message panel consistency improvements and coding policy fixes.
11 years ago
class_pad.h
Rotate support for pads.
12 years ago
class_pad_draw_functions.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
class_pcb_layer_box_selector.cpp
LAYER_ID work
12 years ago
class_pcb_layer_box_selector.h
More missing source license fixes.
11 years ago
class_pcb_layer_widget.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
class_pcb_layer_widget.h
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
11 years ago
class_pcb_text.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
class_pcb_text.h
Constification of HitTest and GetParent
12 years ago
class_text_mod.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
class_text_mod.h
Implemented TEXTE_MODULE::GetShownText
11 years ago
class_track.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
class_track.h
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
11 years ago
class_zone.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
class_zone.h
Pcbnew: fix Bug #1404191 (Zone filling fails when a zone inside having the same net and a highter priority exists, which is allowed to manage different fill parameters )
11 years ago
class_zone_settings.cpp
1) Add 32 Cu Layers.
12 years ago
class_zone_settings.h
More missing source license fixes.
11 years ago
classpcb.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 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
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
cross-probing.cpp
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
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
12 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
Handle arcs in board outline in Eagle pluging.
11 years ago
eagle_plugin.h
1) Add 32 Cu Layers.
12 years ago
edgemod.cpp
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
11 years ago
edit.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
edit_pcb_text.cpp
1) Add 32 Cu Layers.
12 years ago
edit_track_width.cpp
More missing source license fixes.
11 years ago
editedge.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
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
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
edtxtmod.cpp
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
11 years ago
event_handlers_tracks_vias_sizes.cpp
Pcbnew, export Solder masks in Gerber Format: fix not working export when the solder mask minimal width is not 0 (the exported shapes were the same as if the vule = 0) with boost version >= 1.56
11 years ago
files.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
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
Rename module to footprint in menu,toolbars, window, etc that are in code
11 years ago
footprint_wizard_frame.h
Fix default menu alt key accelerator bug. (fixes lp:1035151)
11 years ago
globaleditpad.cpp
More missing source license fixes.
11 years ago
gpcb_plugin.cpp
Added MODULE::Add( BOARD_ITEM* )/Remove( BOARD_ITEM* )/Delete( BOARD_ITEM* ).
12 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
Aesthetic enhancements ( use few svg icons from Konstantin Baranowskiy).
11 years ago
hotkeys.h
Add remove fill and fill all zones hot keys.
11 years ago
hotkeys_board_editor.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
hotkeys_module_editor.cpp
More missing source license fixes.
11 years ago
initpcb.cpp
Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues
11 years ago
invoke_pcb_dialog.h
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
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 Bug #1381287 (CvPCB ignores the footprint filter field on aliased components)
11 years ago
kicad_plugin.cpp
Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy)
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.
12 years ago
layer_widget.h
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
11 years ago
legacy_netlist_reader.cpp
Fix but reading empty footprints in netlist. (fixes lp:1226283)
12 years ago
legacy_plugin.cpp
Fix temporary file bug when saving modified footprints. (fixes lp:1384550)
11 years ago
legacy_plugin.h
1) Add 32 Cu Layers.
12 years ago
librairi.cpp
Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy)
11 years ago
loadcmp.cpp
Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy)
11 years ago
magnetic_tracks_functions.cpp
More missing source license fixes.
11 years ago
menubar_modedit.cpp
More renaming instances of module to footprint for consistency.
11 years ago
menubar_pcbframe.cpp
Minor toolbar and menu coherence fixes.
11 years ago
minimun_spanning_tree.cpp
fix LSET() constructors, formatting
12 years ago
minimun_spanning_tree.h
More missing source license fixes.
11 years ago
modedit.cpp
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
11 years ago
modedit_onclick.cpp
More missing source license fixes.
11 years ago
modedit_undo_redo.cpp
More missing source license fixes.
11 years ago
modeditoptions.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
module_editor_frame.h
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
11 years ago
moduleframe.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
modules.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
modview_frame.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
modview_frame.h
Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus.
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
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
muonde.cpp
More renaming instances of module to footprint for consistency.
11 years ago
muwave_command.cpp
More missing source license fixes.
11 years ago
netlist.cpp
More renaming instances of module to footprint for consistency.
11 years ago
netlist_reader.cpp
Cvpcb: Add a tool to solve conflict assignments when the schematic netlist and the .cmp file do not contain the same assignment and both are valid fpid.
11 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
Add remove fill and fill all zones hot keys.
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.
12 years ago
pcb_base_edit_frame.h
Restored support for custom angle rotation.
12 years ago
pcb_draw_panel_gal.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
pcb_draw_panel_gal.h
Moved layers visibility synchronization to PCB_DRAW_PANEL_GAL::SyncLayersVisibility().
12 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
Cvpcb: Add a tool to solve conflict assignments when the schematic netlist and the .cmp file do not contain the same assignment and both are valid fpid.
11 years ago
pcb_painter.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
pcb_painter.h
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
pcb_parser.cpp
Pcbnew: fix Bug #1395594 (pcbplotparams parser sensitive to formatting)
11 years ago
pcb_parser.h
Modular KiCad Blueprint Milestone B), major portions:
11 years ago
pcb_plot_params.cpp
Pcbnew: fix Bug #1395594 (pcbplotparams parser sensitive to formatting)
11 years ago
pcb_plot_params.h
Fix bug #1358742 (drill map file output faulty), which was Gerber format specific.
11 years ago
pcb_plot_params_parser.h
Fix bug #1358742 (drill map file output faulty), which was Gerber format specific.
11 years ago
pcbframe.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
pcbnew.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
pcbnew.h
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
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
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
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
Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format.
11 years ago
pcbplot.h
Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format.
11 years ago
plot_board_layers.cpp
Pcbnew, export Solder masks in Gerber Format: fix not working export when the solder mask minimal width is not 0 (the exported shapes were the same as if the vule = 0) with boost version >= 1.56
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
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
printout_controler.cpp
Gerbview: fix scaling error in x.6 file format. Minor cleaning code.
12 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
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
ratsnest_data.cpp
Ratsnest is recalculated after global deletion of tracks and after importing a netlist.
12 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
12 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
More missing source license fixes.
11 years ago
target_edit.cpp
1) Add 32 Cu Layers.
12 years ago
tool_modedit.cpp
ModEdit: fix incorrect size of the toolbar grid size combo box
11 years ago
tool_modview.cpp
Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus.
11 years ago
tool_onrightclick.cpp
Pcbnew: better display of tracks/vias/grid sizes in toolbar
11 years ago
tool_pcb.cpp
Pcbnew: better display of tracks/vias/grid sizes in toolbar
11 years ago
toolbars_update_user_interface.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
tr_modif.cpp
1) Add 32 Cu Layers.
12 years ago
tracepcb.cpp
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
11 years ago
xchgmod.cpp
More renaming instances of module to footprint for consistency.
11 years ago
zone_filling_algorithm.cpp
Modify usage of Inflate/deflate polygon in zone calculations, in order to be compatible with boost::polygon >= 1.56
11 years ago
zones.h
More missing source license fixes.
11 years ago
zones_by_polygon.cpp
Fix minor issues. Fix some outdated and broken BOM python scripts. Add info in BOM python scripts.
11 years ago
zones_by_polygon_fill_functions.cpp
merge tip in, resolve.
12 years ago
zones_convert_brd_items_to_polygons_with_Boost.cpp
Pcbnew: fix Bug #1404191 (Zone filling fails when a zone inside having the same net and a highter priority exists, which is allowed to manage different fill parameters )
11 years ago
zones_convert_to_polygons_aux_functions.cpp
Pcbnew: fix Bug #1404191 (Zone filling fails when a zone inside having the same net and a highter priority exists, which is allowed to manage different fill parameters )
11 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()
12 years ago
zones_test_and_combine_areas.cpp
Polyline.h: remove useless class CRect. Use the more powerful EDA_RECT instead. Clean and remove duplicate code.
11 years ago