.. |
autorouter
|
fix code after renaming files
|
8 years ago |
dialogs
|
Added an option to enforce dragging gesture to always draw selection box
|
8 years ago |
exporters
|
Replace Cancel button with Close in Generate Pos dialog
|
8 years ago |
github
|
Fix quotes in UI messages
|
8 years ago |
import_dxf
|
fix code after file renaming
|
8 years ago |
microwave
|
fix code after renaming files
|
8 years ago |
pcad2kicadpcb_plugin
|
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
|
8 years ago |
python
|
Minor Python pad array improvement.
|
8 years ago |
router
|
Add null check in ROUTER_TOOL::breakTrack()
|
8 years ago |
specctra_import_export
|
Specctra export: export roundrect pads with the right shape
|
8 years ago |
swig
|
Fix code after renaming files
|
8 years ago |
tools
|
Added an option to enforce dragging gesture to always draw selection box
|
8 years ago |
CMakeLists.txt
|
rename file
|
8 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 |
action_plugin.cpp
|
fix code after renaming files
|
8 years ago |
action_plugin.h
|
fix code after renaming files
|
8 years ago |
append_board_to_current.cpp
|
Refactor post-load actions in PcbNew and apply them consistently
|
8 years ago |
array_creator.cpp
|
Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name()
|
8 years ago |
array_creator.h
|
Enhancements in Create array tool (bad parameters detection and disable parms when not applicable)
|
10 years ago |
attribut.cpp
|
fix code after renaming files
|
8 years ago |
block.cpp
|
fix code after renaming files
|
8 years ago |
block_footprint_editor.cpp
|
rename files: replace module by footprint in dialog filenames
|
8 years ago |
board_commit.cpp
|
fix code after renaming files
|
8 years ago |
board_commit.h
|
refactoring: make BOARD_COMMIT independent from pcbnew
|
8 years ago |
board_connected_item.cpp
|
rename files
|
8 years ago |
board_connected_item.h
|
rename files
|
8 years ago |
board_design_settings.cpp
|
rename files
|
8 years ago |
board_item_container.h
|
Doxygen comment improvements.
|
8 years ago |
board_items_to_polygon_shape_transform.cpp
|
Scale up number of segments per polygon for larger features.
|
8 years ago |
board_netlist_updater.cpp
|
fix misspelled 'occured' -> 'occurred'
|
8 years ago |
board_netlist_updater.h
|
Fixed compilation warnings
|
8 years ago |
build_BOM_from_board.cpp
|
fix code after renaming files
|
8 years ago |
class_board.cpp
|
Fix code after renaming files
|
8 years ago |
class_board.h
|
rename files
|
8 years ago |
class_board_item.cpp
|
DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape.
|
8 years ago |
class_dimension.cpp
|
fix code after renaming files
|
8 years ago |
class_dimension.h
|
pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization.
|
8 years ago |
class_drawsegment.cpp
|
Add EDA_RECT hit test for S_POLYGON
|
8 years ago |
class_drawsegment.h
|
DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape.
|
8 years ago |
class_edge_mod.cpp
|
Fix pads and footprints rendering switches behavior
|
8 years ago |
class_edge_mod.h
|
Fix pads and footprints rendering switches behavior
|
8 years ago |
class_marker_pcb.cpp
|
Fix code after renaming files
|
8 years ago |
class_marker_pcb.h
|
Rename a few files
|
8 years ago |
class_module.cpp
|
Change algorithm for GetBoundingPoly() to something that works better
|
8 years ago |
class_module.h
|
Fix regression in auto-selection-disambiguation.
|
8 years ago |
class_pad.cpp
|
Do not draw pads on hidden copper layers.
|
8 years ago |
class_pad.h
|
Don't let pads that *should* be NPTHs get lost.
|
8 years ago |
class_pcb_target.cpp
|
fix code after renaming files
|
8 years ago |
class_pcb_target.h
|
pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization.
|
8 years ago |
class_pcb_text.cpp
|
fix code after renaming files
|
8 years ago |
class_pcb_text.h
|
pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization.
|
8 years ago |
class_text_mod.cpp
|
Fix pads and footprints rendering switches behavior
|
8 years ago |
class_text_mod.h
|
Fix pads and footprints rendering switches behavior
|
8 years ago |
class_track.cpp
|
Add tracks display control to Render tab
|
8 years ago |
class_track.h
|
rename files
|
8 years ago |
class_zone.cpp
|
Fix code after renaming files
|
8 years ago |
class_zone.h
|
Respect 45-degree mode when set from zone dialog.
|
8 years ago |
collectors.cpp
|
Do not allow selecting tracks if they are hidden
|
8 years ago |
collectors.h
|
Do not allow selecting tracks if they are hidden
|
8 years ago |
connect.cpp
|
Fix code after renaming files
|
8 years ago |
connectivity_algo.cpp
|
Fix a hang-up during zone filling
|
8 years ago |
connectivity_algo.h
|
Add comments.
|
8 years ago |
connectivity_data.cpp
|
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
|
8 years ago |
connectivity_data.h
|
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
|
8 years ago |
controle.cpp
|
fix code after renaming files
|
8 years ago |
convert_drawsegment_list_to_polygon.cpp
|
Fix a few doxygen warnings
|
8 years ago |
cross-probing.cpp
|
Options for board update KiWay request (MAIL_SCH_UPDATE[_REQUEST])
|
8 years ago |
deltrack.cpp
|
fix code after renaming files
|
8 years ago |
dimension.cpp
|
fix misspelled 'Modifed' -> 'Modified'
|
8 years ago |
drag.h
|
Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment
|
8 years ago |
dragsegm.cpp
|
Fix code after renaming files
|
8 years ago |
drc.cpp
|
Pcbnew: add refill zone option to DRC.
|
8 years ago |
drc.h
|
Pcbnew: add refill zone option to DRC.
|
8 years ago |
drc_clearance_test_functions.cpp
|
fix code after renaming files
|
8 years ago |
drc_item.cpp
|
rename files
|
8 years ago |
drc_marker_functions.cpp
|
rename files
|
8 years ago |
eagle_plugin.cpp
|
Eagle importer: convert special characters in net names
|
8 years ago |
eagle_plugin.h
|
Eagle Schematics Importer: support for UTF-8
|
8 years ago |
edgemod.cpp
|
fix code after renaming files
|
8 years ago |
edit.cpp
|
Remove a useless file and move the 2 methods to suitable files.
|
8 years ago |
edit_pcb_text.cpp
|
fix code after renaming files
|
8 years ago |
edit_track_width.cpp
|
fix code after renaming files
|
8 years ago |
editedge.cpp
|
fix code after renaming files
|
8 years ago |
editrack-part2.cpp
|
rename files
|
8 years ago |
editrack.cpp
|
fix code after renaming files
|
8 years ago |
edtxtmod.cpp
|
fix code after renaming files
|
8 years ago |
event_handlers_tracks_vias_sizes.cpp
|
fix code after renaming files
|
8 years ago |
files.cpp
|
Refactor post-load actions in PcbNew and apply them consistently
|
8 years ago |
footprint_edit_frame.cpp
|
Fix regression in user grid size.
|
8 years ago |
footprint_edit_frame.h
|
Remove confusing active library interactions with save.
|
8 years ago |
footprint_editor_onclick.cpp
|
New menu structure for ModEdit.
|
8 years ago |
footprint_editor_options.cpp
|
rename files
|
8 years ago |
footprint_editor_utils.cpp
|
Remove confusing active library interactions with save.
|
8 years ago |
footprint_info_impl.cpp
|
Go back to checking individual file timestamps.
|
8 years ago |
footprint_info_impl.h
|
Go back to checking individual file timestamps.
|
8 years ago |
footprint_libraries_utils.cpp
|
Remove confusing active library interactions with save.
|
8 years ago |
footprint_preview_panel.cpp
|
fix code after file renaming
|
8 years ago |
footprint_preview_panel.h
|
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
|
8 years ago |
footprint_viewer_frame.cpp
|
Fix disappearing origin lines in modedit (and modview).
|
8 years ago |
footprint_viewer_frame.h
|
rename a few files related to the footprint viewer.
|
8 years ago |
footprint_wizard.cpp
|
Fix code after renaming files. Minor other fix.
|
8 years ago |
footprint_wizard.h
|
Fix code after renaming files. Minor other fix.
|
8 years ago |
footprint_wizard_frame.cpp
|
Fix spelling error
|
8 years ago |
footprint_wizard_frame.h
|
Fix code after renaming files. Minor other fix.
|
8 years ago |
footprint_wizard_frame_functions.cpp
|
Fix code after renaming files. Minor other fix.
|
8 years ago |
globaleditpad.cpp
|
Fix bug: Pressing Enter in the Move Relative dialog doesn't close the dialog.
|
8 years ago |
gpcb_plugin.cpp
|
Fix quotes in UI messages
|
8 years ago |
gpcb_plugin.h
|
Pcbnew: plugin improvements.
|
8 years ago |
help_common_strings.h
|
library option reviewed and renamed, minor menu text changes
|
8 years ago |
highlight.cpp
|
fix code after renaming files
|
8 years ago |
hotkeys.cpp
|
Make all new hotkeys editable; label some GAL-only hotkeys
|
8 years ago |
hotkeys.h
|
Make all new hotkeys editable; label some GAL-only hotkeys
|
8 years ago |
hotkeys_board_editor.cpp
|
Fix up file menu and hotkeys
|
8 years ago |
hotkeys_footprint_editor.cpp
|
rename files
|
8 years ago |
initpcb.cpp
|
fix code after renaming files
|
8 years ago |
invoke_pcb_dialog.h
|
Fix a few doxygen warnings
|
8 years ago |
io_mgr.cpp
|
Fix quotes in UI messages
|
8 years ago |
io_mgr.h
|
Go back to checking individual file timestamps.
|
8 years ago |
kicad_clipboard.cpp
|
fix code after renaming files
|
8 years ago |
kicad_clipboard.h
|
Improved copy/paste functionality by Kristoffer:
|
8 years ago |
kicad_netlist_reader.cpp
|
Fix quotes in UI messages
|
8 years ago |
kicad_plugin.cpp
|
Fix segfault when not all libraries loaded.
|
8 years ago |
kicad_plugin.h
|
Fix segfault when not all libraries loaded.
|
8 years ago |
layer_widget.cpp
|
Rename "Render" to "Items" and a few other wording changes
|
8 years ago |
layer_widget.h
|
Fix a crash due to uninitialized variable.
|
8 years ago |
legacy_netlist_reader.cpp
|
UI string normalization.
|
8 years ago |
legacy_plugin.cpp
|
Rename a few files
|
8 years ago |
legacy_plugin.h
|
Pcbnew: plugin improvements.
|
8 years ago |
load_select_footprint.cpp
|
Go back to checking individual file timestamps.
|
8 years ago |
magnetic_tracks_functions.cpp
|
fix code after renaming files
|
8 years ago |
menubar_footprint_editor.cpp
|
Make all new hotkeys editable; label some GAL-only hotkeys
|
8 years ago |
menubar_pcb_editor.cpp
|
Make all new hotkeys editable; label some GAL-only hotkeys
|
8 years ago |
microwave.cpp
|
fix code after renaming files
|
8 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 |
move-drag_pads.cpp
|
Fix code after renaming files
|
8 years ago |
move_or_drag_track.cpp
|
fix code after renaming files
|
8 years ago |
muwave_command.cpp
|
fix code after renaming files
|
8 years ago |
netclass.cpp
|
fix code after renaming files
|
8 years ago |
netclass.h
|
rename files
|
8 years ago |
netinfo.h
|
fix code after renaming files
|
8 years ago |
netinfo_item.cpp
|
rename files
|
8 years ago |
netinfo_list.cpp
|
fix code after renaming files
|
8 years ago |
netlist.cpp
|
Refresh track & via net names after netlist update
|
8 years ago |
netlist_reader.cpp
|
Fix quotes in UI messages
|
8 years ago |
netlist_reader.h
|
Doxygen comment improvements.
|
8 years ago |
onleftclick.cpp
|
New menu structure for ModEdit.
|
8 years ago |
onrightclick.cpp
|
Fix spelling error
|
8 years ago |
pad_custom_shape_functions.cpp
|
Custom pad shape primitive not always visible
|
8 years ago |
pad_draw_functions.cpp
|
Print solder and paste masks if user asks for them.
|
8 years ago |
pad_edition_functions.cpp
|
rename files
|
8 years ago |
pcb_base_edit_frame.cpp
|
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
|
8 years ago |
pcb_base_edit_frame.h
|
Fix code after renaming files
|
8 years ago |
pcb_base_frame.cpp
|
Fix regression in user grid size.
|
8 years ago |
pcb_display_options.cpp
|
rename files
|
8 years ago |
pcb_draw_panel_gal.cpp
|
Do not draw pads on hidden copper layers.
|
8 years ago |
pcb_draw_panel_gal.h
|
Use worksheet bounding box when the board is empty
|
8 years ago |
pcb_edit_frame.cpp
|
Refactor post-load actions in PcbNew and apply them consistently
|
8 years ago |
pcb_edit_frame.h
|
Refactor post-load actions in PcbNew and apply them consistently
|
8 years ago |
pcb_footprint_edit_utils.cpp
|
rename files
|
8 years ago |
pcb_general_settings.cpp
|
Added an option to enforce dragging gesture to always draw selection box
|
8 years ago |
pcb_general_settings.h
|
Added an option to enforce dragging gesture to always draw selection box
|
8 years ago |
pcb_layer_box_selector.cpp
|
rename files
|
8 years ago |
pcb_layer_box_selector.h
|
fix code after file renaming
|
8 years ago |
pcb_layer_widget.cpp
|
Merge PCB_LAYER_WIDGET::SyncRenderStates into ReFillRender
|
8 years ago |
pcb_layer_widget.h
|
Merge PCB_LAYER_WIDGET::SyncRenderStates into ReFillRender
|
8 years ago |
pcb_legacy_draw_utils.cpp
|
rename files
|
8 years ago |
pcb_netlist.cpp
|
Add footprint select dropdown to component chooser, serious refactoring
|
9 years ago |
pcb_netlist.h
|
Add footprint select dropdown to component chooser, serious refactoring
|
9 years ago |
pcb_painter.cpp
|
PCB_PAINTER: use dynamic_cast to determine whether an object is of EDA_ITEM type
|
8 years ago |
pcb_painter.h
|
Fix a minor issue in pad editor dialog: in GAL mode, the pad was sometimes shown in outline mode, sometimes in filled mode
|
8 years ago |
pcb_parser.cpp
|
fix code after renaming files
|
8 years ago |
pcb_parser.h
|
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
|
8 years ago |
pcb_plot_params.cpp
|
rename files: update filenames in sources
|
8 years ago |
pcb_plot_params.h
|
rename files: update filenames in sources
|
8 years ago |
pcb_plot_params_parser.h
|
Removed all exception specifiers since deprecated.
|
8 years ago |
pcb_screen.cpp
|
rename files
|
8 years ago |
pcb_view.cpp
|
Remove some extra semicolons
|
8 years ago |
pcb_view.h
|
Removed unused variables in PCB_VIEW
|
8 years ago |
pcbnew.cpp
|
Fix spelling error
|
8 years ago |
pcbnew.h
|
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
|
8 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
|
fix misspelled 'Unkown' -> 'Unknown'
|
8 years ago |
pcbnew_config.h
|
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
|
8 years ago |
pcbnew_doc.icns
|
Update OS X icns icons
|
16 years ago |
pcbnew_id.h
|
Add inc/dec current layer alpha to menus.
|
8 years ago |
pcbplot.cpp
|
fix code after renaming files
|
8 years ago |
pcbplot.h
|
Fix a few doxygen warnings
|
8 years ago |
plot_board_layers.cpp
|
Fix code after renaming files
|
8 years ago |
plot_brditems_plotter.cpp
|
Fix regression in plotting %R and %V text.
|
8 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
|
Go back to checking individual file timestamps.
|
8 years ago |
print_board_functions.cpp
|
Minor fixes (fix a compil warning, and a incorrectly sized dialog)
|
8 years ago |
printout_controler.cpp
|
Fix code after renaming files
|
8 years ago |
printout_controler.h
|
Add more "override" markers.
|
9 years ago |
protos.h
|
Code cleaning: add comments, better names for a function, simplify code. No actual code change.
|
9 years ago |
ratsnest.cpp
|
fix code after renaming files
|
8 years ago |
ratsnest_data.cpp
|
fix compil issue in kicad.i and a minor compil warning
|
8 years ago |
ratsnest_data.h
|
Fix a few doxygen warnings
|
8 years ago |
ratsnest_viewitem.cpp
|
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
|
8 years ago |
ratsnest_viewitem.h
|
Code formatting and clean-up
|
8 years ago |
sel_layer.cpp
|
fix code after file renaming
|
8 years ago |
swap_layers.cpp
|
fix code after renaming files
|
8 years ago |
target_edit.cpp
|
fix code after renaming files
|
8 years ago |
tool_footprint_editor.cpp
|
New menu structure for ModEdit.
|
8 years ago |
tool_footprint_viewer.cpp
|
Fix spelling error
|
8 years ago |
tool_onrightclick.cpp
|
fix code after renaming files
|
8 years ago |
tool_pcb_editor.cpp
|
New menu structure for ModEdit.
|
8 years ago |
toolbars_update_user_interface.cpp
|
New menu structure for ModEdit.
|
8 years ago |
tracks_cleaner.cpp
|
Track cleaner: make option "Delete dangling tracks" working again.
|
8 years ago |
undo_redo.cpp
|
fix code after renaming files
|
8 years ago |
zone_filler.cpp
|
Don't allow ZONE_FILLER::Fill to run more than once at a time
|
8 years ago |
zone_filler.h
|
Implement progress reporter for cvpcb footprint loading.
|
8 years ago |
zone_settings.cpp
|
Respect 45-degree mode when set from zone dialog.
|
8 years ago |
zone_settings.h
|
rename files
|
8 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
|
fix code after renaming files
|
8 years ago |
zones_by_polygon_fill_functions.cpp
|
Implement progress reporter for cvpcb footprint loading.
|
8 years ago |
zones_functions_for_undo_redo.cpp
|
fix code after renaming files
|
8 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_test_and_combine_areas.cpp
|
fix code after file renaming
|
8 years ago |