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.
 
 
 
 
 
Oliver 76f5df8a43 Decode "offset" in STEP export tool 8 years ago
..
autorouter refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
dialogs Add "unlock" property to footprint texts 8 years ago
exporters Fixes for 3D model offset 8 years ago
github Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
import_dxf GTK+ file dialog wildcard improvements. 8 years ago
microwave Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
pcad2kicadpcb_plugin pcad2kicadpcb: import solder mask for Mounting Holes 8 years ago
python Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
router Remove some extra semicolons 8 years ago
swig Changes to python interface enabling net->pads access. 8 years ago
tools Do not ask for confirmation to open Properties dialog for a locked footprint 8 years ago
CMakeLists.txt Changes to python interface enabling net->pads access. 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
append_board_to_current.cpp Improved various error messages 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 Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
basepcbframe.cpp refactoring: remove link-time dependency between PCB_BASE_FRAME and EDA_3D_VIEWER 8 years ago
block.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
block_module_editor.cpp cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
board_commit.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
board_commit.h refactoring: make BOARD_COMMIT independent from pcbnew 8 years ago
board_item_container.h Doxygen comment improvements. 8 years ago
board_items_to_polygon_shape_transform.cpp replace "BasicShape" by "Primitive" in code, a better name 8 years ago
board_netlist_updater.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
board_netlist_updater.h Fixed compilation warnings 8 years ago
build_BOM_from_board.cpp GTK+ file dialog wildcard improvements. 8 years ago
class_action_plugin.cpp Very minor change in some sources: replace in comments CHANGE_LOG.TXT AUTHORS.txt 9 years ago
class_action_plugin.h Fix a few doxygen warnings 8 years ago
class_board.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
class_board.h Make the "No Net" mark color editable (mark for pads having no net name) 8 years ago
class_board_connected_item.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
class_board_connected_item.h Corrected Typo in documentation of GetClearance function 8 years ago
class_board_design_settings.cpp Refactor layer enumerations to all live in the same place 9 years ago
class_board_item.cpp refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 8 years ago
class_dimension.cpp refactoring: split BOARD_ITEM::SwapData to use polymorphic per-item methods 8 years ago
class_dimension.h refactoring: split BOARD_ITEM::SwapData to use polymorphic per-item methods 8 years ago
class_drawsegment.cpp Add support of DRAWSEGMENT S_POLYGON shape to plot functions. 8 years ago
class_drawsegment.h Incorrect default value (not saved in file) of DRAWSEGMENT width, for the S_POLYGON shape. 8 years ago
class_drc_item.cpp DRC connectivity check 8 years ago
class_edge_mod.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_edge_mod.h Move bitmaps.h out of base_struct.h 9 years ago
class_footprint_wizard.cpp Very minor change in some sources: replace in comments CHANGE_LOG.TXT AUTHORS.txt 9 years ago
class_footprint_wizard.h Very minor change in some sources: replace in comments CHANGE_LOG.TXT AUTHORS.txt 9 years ago
class_marker_pcb.cpp Refactor layer enumerations to all live in the same place 9 years ago
class_marker_pcb.h Refactor layer enumerations to all live in the same place 9 years ago
class_module.cpp rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
class_module.h Changed model offset in file to mm 8 years ago
class_netclass.cpp Fix compiler redefined warnings for FMT_IU 8 years ago
class_netclass.h Remove some extra semicolons 8 years ago
class_netinfo.h Assure that NETINFO_ITEMs have a NETCLASS object assigned 8 years ago
class_netinfo_item.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_netinfolist.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
class_pad.cpp To avoid mistakes between graphic layers for pads, holes and not plated holes, rename 3 GAL_LAYER_ID names: 8 years ago
class_pad.h Remove some extra semicolons 8 years ago
class_pad_custom_shape_functions.cpp refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 8 years ago
class_pad_draw_functions.cpp To avoid mistakes between graphic layers for pads, holes and not plated holes, rename 3 GAL_LAYER_ID names: 8 years ago
class_pcb_layer_box_selector.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_pcb_layer_box_selector.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
class_pcb_layer_widget.cpp To avoid mistakes between graphic layers for pads, holes and not plated holes, rename 3 GAL_LAYER_ID names: 8 years ago
class_pcb_layer_widget.h Right click option to change layer and render color 8 years ago
class_pcb_target.cpp cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
class_pcb_target.h cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
class_pcb_text.cpp refactoring: split BOARD_ITEM::SwapData to use polymorphic per-item methods 8 years ago
class_pcb_text.h refactoring: split BOARD_ITEM::SwapData to use polymorphic per-item methods 8 years ago
class_text_mod.cpp Add "unlock" property to footprint texts 8 years ago
class_text_mod.h Add "unlock" property to footprint texts 8 years ago
class_track.cpp refactoring: split BOARD_ITEM::SwapData to use polymorphic per-item methods 8 years ago
class_track.h refactoring: split BOARD_ITEM::SwapData to use polymorphic per-item methods 8 years ago
class_zone.cpp class_zone.cpp: changed fabs() to std::abs() 8 years ago
class_zone.h refactoring: split BOARD_ITEM::SwapData to use polymorphic per-item methods 8 years ago
class_zone_settings.cpp Remove some extra semicolons 8 years ago
class_zone_settings.h Enable multi-layer for keepout zones 8 years ago
classpcb.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
clean.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
collectors.cpp Pcbnew: delete objects from removed layers. 8 years ago
collectors.h Pcbnew: delete objects from removed layers. 8 years ago
connect.cpp Multiple fixes: 8 years ago
connectivity_algo.cpp Fix incorrect format on Windows 32 bits (in a message only in Debug) 8 years ago
connectivity_algo.h pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
connectivity_data.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
connectivity_data.h pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
controle.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
convert_drawsegment_list_to_polygon.cpp Fix a few doxygen warnings 8 years ago
cross-probing.cpp Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
deltrack.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
dimension.cpp Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 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 pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
drc.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
drc_clearance_test_functions.cpp replace "BasicShape" by "Primitive" in code, a better name 8 years ago
drc_marker_functions.cpp First draft of courtyard overlap detection. 9 years ago
drc_stuff.h DRC connectivity check 8 years ago
eagle_plugin.cpp Fix a very minor coding style issue 8 years ago
eagle_plugin.h Eagle PCB import plugin: handle correctly non-consecutive layer numbers 8 years ago
edgemod.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
edit.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
edit_pcb_text.cpp Refactor layer enumerations to all live in the same place 9 years ago
edit_track_width.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
editedge.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
editmod.cpp 3D Viewer: complete refactor of the 3D viewer. 9 years ago
editrack-part2.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
editrack.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
edtxtmod.cpp further DLIST/Iterators cleanup, some code formatting 8 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 GTK+ file dialog wildcard improvements. 8 years ago
footprint_info_impl.cpp Pcbnew: plugin improvements. 9 years ago
footprint_info_impl.h Add footprint select dropdown to component chooser, serious refactoring 9 years ago
footprint_preview_panel.cpp Fix a few minor coverity warnings (not initialized members) 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_wizard.cpp Coding style fixes 9 years ago
footprint_wizard_frame.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
footprint_wizard_frame.h Fix a few doxygen warnings 8 years ago
globaleditpad.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
gpcb_plugin.cpp Minor trace logging improvements. 8 years ago
gpcb_plugin.h Pcbnew: plugin improvements. 9 years ago
help_common_strings.h library option reviewed and renamed, minor menu text changes 8 years ago
highlight.cpp Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 8 years ago
hotkeys.cpp pcbnew: Configurable hotkeys for PNS 8 years ago
hotkeys.h pcbnew: prompt for reference point in the message panel, add cut/copy/paste entries in the Edit menu 8 years ago
hotkeys_board_editor.cpp cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
hotkeys_module_editor.cpp Add zoom-to-selection tool 10 years ago
initpcb.cpp Refactor layer enumerations to all live in the same place 9 years ago
invoke_pcb_dialog.h Fix a few doxygen warnings 8 years ago
io_mgr.cpp Fix builds without Github plugin enabled 8 years ago
io_mgr.h refactoring: replaced manual plugin registration with link-time plugin binding 8 years ago
kicad_clipboard.cpp Coverity fixes 8 years ago
kicad_clipboard.h Improved copy/paste functionality by Kristoffer: 8 years ago
kicad_netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
kicad_plugin.cpp Decode "offset" in STEP export tool 8 years ago
kicad_plugin.h CHANGE file format for 3D model offset 8 years ago
layer_widget.cpp Gerbview: apply layer colors to GAL after sorting (Fixes lp:1720540) 8 years ago
layer_widget.h Right click option to change layer and render color 8 years ago
legacy_netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
legacy_plugin.cpp revert link-time plugin registration causing plugins to be incorrectly enumerated 8 years ago
legacy_plugin.h Pcbnew: plugin improvements. 9 years ago
librairi.cpp GTK+ file dialog wildcard improvements. 8 years ago
loadcmp.cpp pcbnew: catch exceptions for missing modules during netlist update to avoid silent failure on first missing footprint 8 years ago
magnetic_tracks_functions.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
menubar_modedit.cpp Renamed 'Display and Hide' menu to 'Display Options' 8 years ago
menubar_pcbframe.cpp Renamed 'Display and Hide' menu to 'Display Options' 8 years ago
microwave.cpp pcbnew: tools for converting between custom-shaped pads and graphical shapes 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
modedit.cpp common/single_top: allow to launch footprint editor from the command line (--frame switch) 8 years ago
modedit_onclick.cpp Changed all Rotate 90 deg CW with Rotate Clockwise. Changed all Rotate 90 deg CCW with Rotate Counterclockwise 8 years ago
modeditoptions.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
module_editor_frame.h common/single_top: allow to launch footprint editor from the command line (--frame switch) 8 years ago
moduleframe.cpp Remove some extra semicolons 8 years ago
modules.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
modview_frame.cpp Fp editor and board editor have now a separate color setup. 8 years ago
modview_frame.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
move-drag_pads.cpp Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 8 years ago
move_or_drag_track.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
muwave_command.cpp Renamed remaining constants to match the action (see ab44e7cc) 8 years ago
netlist.cpp refactoring: implemented BOARD-specific view Add()/Remove()/Update() methods in PCB_VIEW, moved to libpcbcommon 8 years ago
netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
netlist_reader.h Doxygen comment improvements. 8 years ago
onleftclick.cpp Pcbnew: make placing a grid origin enable the save command. 8 years ago
onrightclick.cpp cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
pad_edition_functions.cpp replace "BasicShape" by "Primitive" in code, a better name 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 PcbNew Eagle Import: Archives footprints in pretty library automatically on eagle project import. 8 years ago
pcb_display_options.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
pcb_draw_panel_gal.cpp Add DRC items when reloading board view (Fixes lp:1542420) 8 years ago
pcb_draw_panel_gal.h refactoring: derive PCB-specific PCB_VIEW from VIEW with the intention of moving PCB_EDIT_FRAME entries used by the tools (e.g. GetActiveLayer) there 8 years ago
pcb_general_settings.cpp Fp editor and board editor have now a separate color setup. 8 years ago
pcb_general_settings.h Fp editor and board editor have now a separate color setup. 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 Add DRC items when reloading board view (Fixes lp:1542420) 8 years ago
pcb_painter.h refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
pcb_parser.cpp CHANGE file format for 3D model offset 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 pcbnew: plot dialog: Add advanced X2 features and Create job file options incorrectly saved in .kicad_pcb files (always saved ON) 8 years ago
pcb_plot_params.h rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
pcb_plot_params_parser.h Removed all exception specifiers since deprecated. 8 years ago
pcb_view.cpp Remove some extra semicolons 8 years ago
pcb_view.h Remove some extra semicolons 8 years ago
pcbframe.cpp Restore "Flip Board" checkbox state when switching canvases 8 years ago
pcbnew.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 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 cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
pcbplot.cpp rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
pcbplot.h Fix a few doxygen warnings 8 years ago
plot_board_layers.cpp rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
plot_brditems_plotter.cpp rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 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 Pcbnew: plugin improvements. 9 years ago
print_board_functions.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
printout_controler.cpp Minor trace logging improvements. 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 pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
ratsnest_data.cpp Fixed a method returning reference to a local variable 8 years ago
ratsnest_data.h Fix a few doxygen warnings 8 years ago
ratsnest_viewitem.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
ratsnest_viewitem.h Code formatting and clean-up 8 years ago
sel_layer.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
specctra.cpp Fix a few coverity warnings. very minor other changes. 8 years ago
specctra.h Fix a few coverity warnings. very minor other changes. 8 years ago
specctra.keywords deleted several redundant icons in right-click menu. The objective is to get to a more uniforme right click menu look 8 years ago
specctra_export.cpp GTK+ file dialog wildcard improvements. 8 years ago
specctra_import.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
specctra_test.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
swap_layers.cpp Hide DLISTs behind iterators, first step towards refactoring the storage model 8 years ago
target_edit.cpp cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
tool_modedit.cpp pcbnew: added graphical polygon drawing & editing tools 8 years ago
tool_modview.cpp Changed AUI toolbars background from gradient to solid 8 years ago
tool_onrightclick.cpp Make internal errors messages not translatable 8 years ago
tool_pcb.cpp cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
toolbars_update_user_interface.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
tr_modif.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
tracepcb.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
undo_redo.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
wxPcbStruct.h Preserve color scheme when switching to legacy (Fixes lp:1670669) 8 years ago
zone_filling_algorithm.cpp Fix a few doxygen warnings 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 pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
zones_by_polygon_fill_functions.cpp pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
zones_convert_brd_items_to_polygons_with_Boost.cpp Zone keepout exclusion now works on multiple layers! 8 years ago
zones_convert_to_polygons_aux_functions.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
zones_functions_for_undo_redo.cpp CPolyLine -> SHAPE_POLY_SET refactor. 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 pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
zones_test_and_combine_areas.cpp CPolyLine -> SHAPE_POLY_SET refactor. 9 years ago