.. |
autorouter
|
EDA_TEXT object refactor.
|
9 years ago |
dialogs
|
Fix a warning in Debug build on Linux, when there is no wizard loaded.
|
9 years ago |
exporters
|
EDA_TEXT object refactor.
|
9 years ago |
github
|
Fix an issue in github plugin, when a library is not found (perhaps due to changes in curl
|
9 years ago |
import_dxf
|
EDA_TEXT object refactor.
|
9 years ago |
pcad2kicadpcb_plugin
|
EDA_TEXT object refactor.
|
9 years ago |
python
|
Update a really outdated python script example, and remove a too old example.
|
9 years ago |
router
|
Coverity fixes (mostly initializing variables)
|
9 years ago |
swig
|
Action plugins: handle undo/redo feature when running an action plugin.
|
9 years ago |
tools
|
Minor fixes: fix UI capitalization issues, and better comment in a menu.
|
9 years ago |
CMakeLists.txt
|
Move DIALOG_EXCHANGE_MODULE to dialogs dir
|
9 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
|
Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name
|
10 years ago |
append_board_to_current.cpp
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 years ago |
array_creator.cpp
|
Modified tools to use BOARD_COMMIT.
|
9 years ago |
array_creator.h
|
Enhancements in Create array tool (bad parameters detection and disable parms when not applicable)
|
10 years ago |
attribut.cpp
|
Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode()
|
12 years ago |
basepcbframe.cpp
|
Use radio buttons in canvas selection menu items
|
9 years ago |
block.cpp
|
Add more "override" markers.
|
9 years ago |
block_module_editor.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
board_commit.cpp
|
Code formatting
|
9 years ago |
board_commit.h
|
Removed aCreateUndoEntry flag from COMMIT::Push()
|
9 years ago |
board_item_container.h
|
BOARD_ITEM_CONTAINER class.
|
9 years ago |
board_items_to_polygon_shape_transform.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
board_netlist_updater.cpp
|
Eeschema/Pcbnew: Update PCB From Schematics tool: ensure the netlist is reliable: warn user if a component is not annotated before exporting the netlist to Pcbnew (like in netlist creation dialog).
|
9 years ago |
board_netlist_updater.h
|
Converted netlist updater to use BOARD_COMMIT
|
9 years ago |
build_BOM_from_board.cpp
|
Make footprint ID into a generic library ID.
|
9 years ago |
class_action_plugin.cpp
|
Action plugins: simplify code, and fix an issue: the menubar was not correctly rebuilt after closing and reopening pcbnew from kicad.
|
9 years ago |
class_action_plugin.h
|
Action plugins: simplify code, and fix an issue: the menubar was not correctly rebuilt after closing and reopening pcbnew from kicad.
|
9 years ago |
class_board.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
class_board.h
|
Tidy consts in class BOARD
|
9 years ago |
class_board_connected_item.cpp
|
Include header instead of full source
|
9 years ago |
class_board_connected_item.h
|
Explicitly mark overriding functions.
|
9 years ago |
class_board_design_settings.cpp
|
Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time).
|
10 years ago |
class_board_item.cpp
|
Fixed a crash on finishing line drawing in the legacy FP editor
|
9 years ago |
class_dimension.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
class_dimension.h
|
EDA_TEXT object refactor.
|
9 years ago |
class_drawsegment.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
class_drawsegment.h
|
Explicitly mark overriding functions.
|
9 years ago |
class_drc_item.cpp
|
DRC: Add test for via drill size
|
9 years ago |
class_edge_mod.cpp
|
Switched to default copy ctor and/or operator= for BOARD, BOARD_CONNECTED_ITEM, DRAWSEGMENT & EDGE_MODULE.
|
9 years ago |
class_edge_mod.h
|
Add more "override" markers.
|
9 years ago |
class_footprint_wizard.cpp
|
dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog.
|
9 years ago |
class_footprint_wizard.h
|
dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog.
|
9 years ago |
class_marker_pcb.cpp
|
Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time).
|
10 years ago |
class_marker_pcb.h
|
Fixed crash on DRC
|
9 years ago |
class_mire.cpp
|
Replaced Copy() method with operator=. Removed Copy() where default copy ctor was enough.
|
9 years ago |
class_mire.h
|
Explicitly mark overriding functions.
|
9 years ago |
class_module.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
class_module.h
|
fixed post-rebase issues
|
9 years ago |
class_netclass.cpp
|
Better compatibility with previous Pcbnew versions: save diff pair prms only when values are not set to default values
|
9 years ago |
class_netclass.h
|
SWIG Improvements
|
9 years ago |
class_netinfo.h
|
Pcbnew: fix override release build error.
|
9 years ago |
class_netinfo_item.cpp
|
Fix a bunch of misspellings of length.
|
9 years ago |
class_netinfolist.cpp
|
Pcbnew: major swig fix.
|
9 years ago |
class_pad.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
class_pad.h
|
Tidy consts for class D_PAD
|
9 years ago |
class_pad_draw_functions.cpp
|
Pcbnew: Add rounded rect pad shape.
|
10 years ago |
class_pcb_layer_box_selector.cpp
|
Better handling of disabled layers when editing a footprint (value, ref) from the board editor (avoid the "illegal layer" message box when possible).
|
11 years ago |
class_pcb_layer_box_selector.h
|
Explicitly mark overriding functions.
|
9 years ago |
class_pcb_layer_widget.cpp
|
Layers manager: add (in context menu) show all layers and hide all layers, and code cleanup.
|
9 years ago |
class_pcb_layer_widget.h
|
Layers manager: add (in context menu) show all layers and hide all layers, and code cleanup.
|
9 years ago |
class_pcb_text.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
class_pcb_text.h
|
EDA_TEXT object refactor.
|
9 years ago |
class_text_mod.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
class_text_mod.h
|
EDA_TEXT object refactor.
|
9 years ago |
class_track.cpp
|
Code formatting
|
9 years ago |
class_track.h
|
Refactoring of VIEW/VIEW_ITEM classes:
|
9 years ago |
class_zone.cpp
|
Code cleaning: remove pcbcommon.* which contains nothing really useful. The very few lines of code are moved to a better place.
|
9 years ago |
class_zone.h
|
Explicitly mark overriding functions.
|
9 years ago |
class_zone_settings.cpp
|
* Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable.
|
10 years ago |
class_zone_settings.h
|
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
|
11 years ago |
classpcb.cpp
|
Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time).
|
10 years ago |
clean.cpp
|
Code formatting
|
9 years ago |
collectors.cpp
|
Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function
|
9 years ago |
collectors.h
|
Explicitly mark overriding functions.
|
9 years ago |
connect.cpp
|
Code formatting
|
9 years ago |
connect.h
|
Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function
|
9 years ago |
controle.cpp
|
Cosmetic enhancement: add a dismiss icon to clarification menu "title" (the "title" is also the close menu command)
|
9 years ago |
cross-probing.cpp
|
Pcbnew: when update PCB from schematic, spread footprints also in legacy mode. Remove also one useless undo command level after update.
|
9 years ago |
deltrack.cpp
|
Refactoring of VIEW/VIEW_ITEM classes:
|
9 years ago |
dimension.cpp
|
MACOS Setfocus and CancelButtonIssue moved into dialog_shim.
|
9 years ago |
drag.h
|
More Coverity scan error fixes.
|
11 years ago |
dragsegm.cpp
|
1. Fixed copy paste error in append_board_to_current.cpp ruining a if else condition, should fix a possible bounding box computation bug
|
10 years ago |
drc.cpp
|
Fix ratsnest after running DRC
|
9 years ago |
drc_clearance_test_functions.cpp
|
Fix an issue in DRC min via drill value, created in git commit 3a92db4312259322ea4ab1f5891d19367e3609aa
|
9 years ago |
drc_marker_functions.cpp
|
Vias, creation and editon: fix a bug in legacy mode when creating a micro-via (the drill diameter was the standard vias drill, not the micro-via drill).
|
11 years ago |
drc_stuff.h
|
Pcbnew: display unconnected net count in DRC dialog.
|
9 years ago |
eagle_plugin.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
eagle_plugin.h
|
Add more "override" markers.
|
9 years ago |
edgemod.cpp
|
Unified undo buffer handling code for PCB & module editor.
|
9 years ago |
edit.cpp
|
Pcbnew: add "edit all tracks and vias" command in edit menu.
|
9 years ago |
edit_pcb_text.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
edit_track_width.cpp
|
fixed post-rebase issues
|
9 years ago |
editedge.cpp
|
Minor changes: remove a few local shadowed local variables detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) and fix minor coding style issues.
|
10 years ago |
editmod.cpp
|
3D Viewer: complete refactor of the 3D viewer.
|
9 years ago |
editrack-part2.cpp
|
1. Fixed copy paste error in append_board_to_current.cpp ruining a if else condition, should fix a possible bounding box computation bug
|
10 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
|
EDA_TEXT object refactor.
|
9 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
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 years ago |
footprint_wizard.cpp
|
Coding style fixes
|
9 years ago |
footprint_wizard_frame.cpp
|
Rework on plugins reload code: avoid duplicate code.
|
9 years ago |
footprint_wizard_frame.h
|
Pcbnew: Fix a crash when reloading python scripts, when Kicad uses wxPython.
|
9 years ago |
globaleditpad.cpp
|
Add pad import/export/push to GAL canvas
|
9 years ago |
gpcb_plugin.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
gpcb_plugin.h
|
Add more "override" markers.
|
9 years ago |
help_common_strings.h
|
Minor string and coding policy fixes.
|
10 years ago |
highlight.cpp
|
Pcbnew: Dialog list and select net: better dialog and make net selection to highlight a net working on GAL.
|
10 years ago |
hotkeys.cpp
|
Add zoom-to-selection tool
|
10 years ago |
hotkeys.h
|
Pcbnew: remove dead macro code.
|
10 years ago |
hotkeys_board_editor.cpp
|
Better 3D filename resolution
|
10 years ago |
hotkeys_module_editor.cpp
|
Add zoom-to-selection tool
|
10 years ago |
initpcb.cpp
|
Pcbnew: Rework on dialog global deletions.
|
10 years ago |
invoke_pcb_dialog.h
|
Complete library table and library table row refactor.
|
9 years ago |
io_mgr.cpp
|
Eeschema: initial schematic I/O plugin.
|
9 years ago |
io_mgr.h
|
Pcbnew: major swig fix.
|
9 years ago |
kicad_netlist_reader.cpp
|
Make footprint ID into a generic library ID.
|
9 years ago |
kicad_plugin.cpp
|
Update dale of last change. Add a small comment about CTL_OMIT_HIDE.
|
9 years ago |
kicad_plugin.h
|
Update dale of last change. Add a small comment about CTL_OMIT_HIDE.
|
9 years ago |
layer_widget.cpp
|
Add missing C++ stdlib headers
|
10 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
|
Make footprint ID into a generic library ID.
|
9 years ago |
legacy_plugin.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
legacy_plugin.h
|
Fixed a crash when a negative (although invalid) net code occurs in legacy plugin
|
9 years ago |
librairi.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
loadcmp.cpp
|
Make footprint ID into a generic library ID.
|
9 years ago |
magnetic_tracks_functions.cpp
|
Pestore a line removed by mistake.
|
9 years ago |
menubar_modedit.cpp
|
Remove icons from canvas selection menu in modedit
|
9 years ago |
menubar_pcbframe.cpp
|
Minor fixes: fix UI capitalization issues, and better comment in a menu.
|
9 years ago |
minimun_spanning_tree.cpp
|
fix LSET() constructors, formatting
|
11 years ago |
minimun_spanning_tree.h
|
More missing source license fixes.
|
11 years ago |
modedit.cpp
|
Fix a serious error in SetActiveLayer(): a GAL specific method was called even if a GAL mode was not active
|
9 years ago |
modedit_onclick.cpp
|
Unified undo buffer handling code for PCB & module editor.
|
9 years ago |
modeditoptions.cpp
|
Fixed footprint editor crash on ref/val text layer change (GAL).
|
10 years ago |
module_editor_frame.h
|
Add more "override" markers.
|
9 years ago |
moduleframe.cpp
|
Added missing tool initialization
|
9 years ago |
modules.cpp
|
Code reorganization, and change the way 3D viewer frame is managed (now using wxWidgets wxWindow::FindWindowByName() to know if it is existing) , to prepare others fixes.
|
10 years ago |
modview_frame.cpp
|
Added missing tool initialization
|
9 years ago |
modview_frame.h
|
Add more "override" markers.
|
9 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
|
Fix some coverity warnings (mainly not initialized vars).
|
11 years ago |
muonde.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
muwave_command.cpp
|
More missing source license fixes.
|
11 years ago |
netlist.cpp
|
Refactoring of VIEW/VIEW_ITEM classes:
|
9 years ago |
netlist_reader.cpp
|
Make footprint ID into a generic library ID.
|
9 years ago |
netlist_reader.h
|
Make footprint ID into a generic library ID.
|
9 years ago |
onleftclick.cpp
|
Fixes: lp:1635723 (pcbnew: allows sometimes to draw tracks in non copper layers in Gal Mode)
|
9 years ago |
onrightclick.cpp
|
Add zoom-to-selection tool
|
10 years ago |
pad_edition_functions.cpp
|
Replaced Copy() method with operator=. Removed Copy() where default copy ctor was enough.
|
9 years ago |
pcb_base_edit_frame.cpp
|
Move PostCommandMenuEvent to EDA_BASE_FRAME
|
9 years ago |
pcb_base_edit_frame.h
|
Move PostCommandMenuEvent to EDA_BASE_FRAME
|
9 years ago |
pcb_draw_panel_gal.cpp
|
EDA_DRAW_PANEL_GAL now takes the gal display options per dependency injection
|
9 years ago |
pcb_draw_panel_gal.h
|
EDA_DRAW_PANEL_GAL now takes the gal display options per dependency injection
|
9 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
|
Make footprint ID into a generic library ID.
|
9 years ago |
pcb_painter.cpp
|
Coverity fixes (mostly initializing variables)
|
9 years ago |
pcb_painter.h
|
Display clearance for pads, tracks & vias (GAL)
|
9 years ago |
pcb_parser.cpp
|
Remove doubled fp_text "hide" output, change *.kicad_pcb format under authorization of Wayne. Fix exceptions.cpp PARSE_PROBLEM which was missing the offset %d.
|
9 years ago |
pcb_parser.h
|
added missing boost headers
|
9 years ago |
pcb_plot_params.cpp
|
Prepare Plot Gerber file to include advanced aperture and net attributes.
|
9 years ago |
pcb_plot_params.h
|
Prepare Plot Gerber file to include advanced aperture and net attributes.
|
9 years ago |
pcb_plot_params_parser.h
|
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
|
11 years ago |
pcbframe.cpp
|
Move DIALOG_EXCHANGE_MODULE to dialogs dir
|
9 years ago |
pcbnew.cpp
|
Fix a coding style issue.
|
9 years ago |
pcbnew.h
|
Fix a coding style issue.
|
9 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
|
Refactoring of VIEW/VIEW_ITEM classes:
|
9 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
|
Pcbnew: Add ACTION_PLUGINS class. It allows loading python scripts in footprint editor and run them from the Tools/External Plugins menu
|
9 years ago |
pcbplot.cpp
|
Gerber file generation: in X1 format, in header, use structured comments instead of basic comments.
|
9 years ago |
pcbplot.h
|
Gerber file generation: in X1 format, in header, use structured comments instead of basic comments.
|
9 years ago |
plot_board_layers.cpp
|
Fixes: lp:1650524 (Trapezoidal pad solder mask is incorrect when the minimal solder mask width is 0)
|
9 years ago |
plot_brditems_plotter.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
plotcontroller.h
|
plotcontroller: add method to get the current plot full file name and the current plot folder full path from Python script.
|
10 years ago |
plugin.cpp
|
Eeschema: initial schematic I/O plugin.
|
9 years ago |
print_board_functions.cpp
|
Print out footprint texts placed on layers different than silkscreen.
|
11 years ago |
printout_controler.cpp
|
Gerbview print: print now the Gerber filename, the number of pages to print, and a page number
|
9 years ago |
printout_controler.h
|
Add more "override" markers.
|
9 years ago |
protos.h
|
Pcbnew: Fix potential bug in DRAG_SEGM_PICKER (a variable type bool was used as int. type is now int). Minor code cleanup.
|
11 years ago |
ratsnest.cpp
|
Explicitly mark overriding functions.
|
9 years ago |
ratsnest_data.cpp
|
Performance counter rework: Add comments, fix coding style issues.
|
9 years ago |
ratsnest_data.h
|
Explicitly mark overriding functions.
|
9 years ago |
ratsnest_viewitem.cpp
|
Refactoring of VIEW/VIEW_ITEM classes:
|
9 years ago |
ratsnest_viewitem.h
|
Removed aCreateUndoEntry flag from COMMIT::Push()
|
9 years ago |
sel_layer.cpp
|
Add more "override" markers.
|
9 years ago |
specctra.cpp
|
Remove duplicate definition of LAYER_PAIR, defined both in gendrill_Excellon_writer.h and specctra.h
|
9 years ago |
specctra.h
|
Remove duplicate definition of LAYER_PAIR, defined both in gendrill_Excellon_writer.h and specctra.h
|
9 years ago |
specctra.keywords
|
++all:
|
15 years ago |
specctra_export.cpp
|
Improve broken edge outline error message
|
9 years ago |
specctra_import.cpp
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 years ago |
specctra_test.cpp
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 years ago |
swap_layers.cpp
|
1. Fixed copy paste error in append_board_to_current.cpp ruining a if else condition, should fix a possible bounding box computation bug
|
10 years ago |
target_edit.cpp
|
MACOS Setfocus and CancelButtonIssue moved into dialog_shim.
|
9 years ago |
tool_modedit.cpp
|
Minor menu text consistency improvements.
|
9 years ago |
tool_modview.cpp
|
Move copy version information code to about dialog.
|
10 years ago |
tool_onrightclick.cpp
|
Pcbnew: better display of tracks/vias/grid sizes in toolbar
|
11 years ago |
tool_pcb.cpp
|
Minor menu text consistency improvements.
|
9 years ago |
toolbars_update_user_interface.cpp
|
3D Viewer: complete refactor of the 3D viewer.
|
9 years ago |
tr_modif.cpp
|
1) Add 32 Cu Layers.
|
11 years ago |
tracepcb.cpp
|
Small cleanup: remove a few unnecessary casts, and minor cleaning code.
|
10 years ago |
undo_redo.cpp
|
Code formatting
|
9 years ago |
zone_filling_algorithm.cpp
|
zone_filling_algorithm.cpp: fix missing closing parenthesis. Remove useless compare function.
|
9 years ago |
zones.h
|
* Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable.
|
10 years ago |
zones_by_polygon.cpp
|
A few zone outline context menu commands missing after creating a keepout area
|
9 years ago |
zones_by_polygon_fill_functions.cpp
|
Refactoring of VIEW/VIEW_ITEM classes:
|
9 years ago |
zones_convert_brd_items_to_polygons_with_Boost.cpp
|
* Pcbnew: in fill zones calculations, make polygons strictly simple before fracturing them.
|
9 years ago |
zones_convert_to_polygons_aux_functions.cpp
|
Polygon calculation (zones filling): use fast mode when possible (in fact most of time) and strictly simple polygon option only in critical cases (in fact in plot Gerber functions mainly).
|
10 years ago |
zones_functions_for_undo_redo.cpp
|
Replaced Copy() method with operator=. Removed Copy() where default copy ctor was enough.
|
9 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
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
10 years ago |
zones_polygons_test_connections.cpp
|
Fix segfault on BOARDs without tracks
|
9 years ago |
zones_test_and_combine_areas.cpp
|
Polygon calculation (zones filling): use fast mode when possible (in fact most of time) and strictly simple polygon option only in critical cases (in fact in plot Gerber functions mainly).
|
10 years ago |