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.
 
 
 
 
 
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
..
autorouter Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
dialogs Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
exporters Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
github Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
import_dxf Fix default line widths for non-mm units in DXF import 8 years ago
microwave Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
pcad2kicadpcb_plugin fix minor issues, and change ZONE_CONTAINER::GetDefaultHatchPitchMils() to ZONE_CONTAINER::GetDefaultHatchPitch() 8 years ago
python Update a really outdated python script example, and remove a too old example. 9 years ago
router Prevent creating too many transitions by TOOL_MANAGER 8 years ago
swig Add old python method FootprintEnumerate which did not word after changes in C++ code 8 years ago
tools Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
CMakeLists.txt Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Pcbnew fix: "create array" extremely slow in GAL mode, due to a useless call of a time consuming method for each new item created. 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
block.cpp Renamed remaining constants to match the action (see ab44e7cc) 8 years ago
block_module_editor.cpp pcbnew - refactor move exactly tool (1/2) 8 years ago
board_commit.cpp Fixed crash when redrawing ratsnest after swapping pad net assignments 8 years ago
board_commit.h Code formatting 9 years ago
board_item_container.h Doxygen comment improvements. 8 years ago
board_items_to_polygon_shape_transform.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
board_netlist_updater.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
board_netlist_updater.h Fixed compilation warnings 8 years ago
build_BOM_from_board.cpp Make footprint ID into a generic library ID. 9 years ago
class_action_plugin.cpp Very minor change in some sources: replace in comments CHANGE_LOG.TXT AUTHORS.txt 8 years ago
class_action_plugin.h Fix a few doxygen warnings 8 years ago
class_board.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_board.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_board_connected_item.cpp Connectivity: local ratsnest for both legacy & GAL. Further removal of legacy code 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 Fixed a crash on finishing line drawing in the legacy FP editor 9 years ago
class_dimension.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_dimension.h Doxygen comment improvements. 8 years ago
class_drawsegment.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_drawsegment.h Doxygen comment improvements. 8 years ago
class_drc_item.cpp DRC connectivity check 8 years ago
class_edge_mod.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 8 years ago
class_footprint_wizard.h Very minor change in some sources: replace in comments CHANGE_LOG.TXT AUTHORS.txt 8 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_mire.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_mire.h Refactor layer enumerations to all live in the same place 9 years ago
class_module.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_module.h further DLIST/Iterators cleanup, some code formatting 8 years ago
class_netclass.cpp Assure that NETINFO_ITEMs have a NETCLASS object assigned 8 years ago
class_netclass.h Assure that NETINFO_ITEMs have a NETCLASS object assigned 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 Connectivity: local ratsnest for both legacy & GAL. Further removal of legacy code 8 years ago
class_pad.h Doxygen comment improvements. 8 years ago
class_pad_draw_functions.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_pcb_layer_widget.h added more layer selector features 8 years ago
class_pcb_text.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_pcb_text.h Updated HitTest for PCB_TEXT and TEXT_MOD 9 years ago
class_text_mod.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_text_mod.h Doxygen comment improvements. 8 years ago
class_track.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_track.h Doxygen comment improvements. 8 years ago
class_zone.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_zone.h fix minor issues, and change ZONE_CONTAINER::GetDefaultHatchPitchMils() to ZONE_CONTAINER::GetDefaultHatchPitch() 8 years ago
class_zone_settings.cpp fix minor issues, and change ZONE_CONTAINER::GetDefaultHatchPitchMils() to ZONE_CONTAINER::GetDefaultHatchPitch() 8 years ago
class_zone_settings.h Refactor layer enumerations to all live in the same place 9 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). 9 years ago
clean.cpp Fix a few doxygen warnings 8 years ago
collectors.cpp Refactor layer enumerations to all live in the same place 9 years ago
collectors.h Refactor layer enumerations to all live in the same place 9 years ago
connect.cpp Multiple fixes: 8 years ago
connectivity.cpp Hide temporarily ratsnest when it is too complex for real-time calculation 8 years ago
connectivity.h Hide temporarily ratsnest when it is too complex for real-time calculation 8 years ago
connectivity_algo.cpp Additional checks for item validity in CONNECTIVITY 8 years ago
connectivity_algo.h Multiple connectivity algo crash fixes: 8 years ago
controle.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
convert_drawsegment_list_to_polygon.cpp Fix a few doxygen warnings 8 years ago
cross-probing.cpp selection_tool.* add comments and use better names for 2 similar methods. 9 years ago
deltrack.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
dimension.cpp Refactor layer enumerations to all live in the same place 9 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 Code formatting and clean-up 8 years ago
drc.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
drc_clearance_test_functions.cpp fixed performance regression in DRC clearance test 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 Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
eagle_plugin.h Fixed a memleak in Eagle board import plugin 8 years ago
edgemod.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
edit.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Improved various error messages 8 years ago
footprint_info_impl.cpp Pcbnew: plugin improvements. 8 years ago
footprint_info_impl.h Add footprint select dropdown to component chooser, serious refactoring 9 years ago
footprint_preview_panel.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
footprint_preview_panel.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
footprint_wizard.cpp Coding style fixes 9 years ago
footprint_wizard_frame.cpp general UI fix. Fixed a lot of icons and a lot of menu. 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 further DLIST/Iterators cleanup, some code formatting 8 years ago
gpcb_plugin.h Pcbnew: plugin improvements. 8 years ago
help_common_strings.h general UI fix. Fixed a lot of icons and a lot of menu. 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: Configurable hotkeys for PNS 8 years ago
hotkeys_board_editor.cpp Better 3D filename resolution 9 years ago
hotkeys_module_editor.cpp Add zoom-to-selection tool 9 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 Eeschema: initial schematic I/O plugin. 9 years ago
io_mgr.h Doxygen comment improvements. 8 years ago
kicad_netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
kicad_plugin.cpp Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
kicad_plugin.h Removed all exception specifiers since deprecated. 8 years ago
layer_widget.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
layer_widget.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
legacy_netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
legacy_plugin.cpp Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
legacy_plugin.h Pcbnew: plugin improvements. 8 years ago
librairi.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 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 Remove incorrect leading spaces in some strings. 8 years ago
menubar_pcbframe.cpp Pcbnew: minor menu string capitalization fix. 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Fixed footprint editor crash on ref/val text layer change (GAL). 10 years ago
module_editor_frame.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
moduleframe.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
modules.cpp Connectivity: local ratsnest for both legacy & GAL. Further removal of legacy code 8 years ago
modview_frame.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
muonde.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
muwave_command.cpp Renamed remaining constants to match the action (see ab44e7cc) 8 years ago
netlist.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
netlist_reader.h Doxygen comment improvements. 8 years ago
onleftclick.cpp Make internal errors messages not translatable 8 years ago
onrightclick.cpp Changed all Rotate 90 deg CW with Rotate Clockwise. Changed all Rotate 90 deg CCW with Rotate Counterclockwise 8 years ago
pad_edition_functions.cpp further DLIST/Iterators cleanup, some code formatting 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 a few doxygen warnings 8 years ago
pcb_draw_panel_gal.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcb_draw_panel_gal.h Hide temporarily ratsnest when it is too complex for real-time calculation 8 years ago
pcb_general_settings.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcb_general_settings.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcb_painter.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcb_parser.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 8 years ago
pcb_parser.h Removed all exception specifiers since deprecated. 8 years ago
pcb_plot_params.cpp Pcbnew plot: fix a few minor issues: 8 years ago
pcb_plot_params.h Pcbnew plot: fix a few minor issues: 8 years ago
pcb_plot_params_parser.h Removed all exception specifiers since deprecated. 8 years ago
pcbframe.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 pcbnew: via placement tool, initial version 8 years ago
pcbplot.cpp Gerber files creation: fix an incorrect structured comment ('*' was missing at the end of line) 8 years ago
pcbplot.h Fix a few doxygen warnings 8 years ago
plot_board_layers.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
plot_brditems_plotter.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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. 8 years ago
print_board_functions.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
printout_controler.cpp Refactor layer enumerations to all live in the same place 9 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
ratsnest_data.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
ratsnest_data.h Fix a few doxygen warnings 8 years ago
ratsnest_viewitem.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 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 Removed all exception specifiers since deprecated. 8 years ago
specctra.h Removed all exception specifiers since deprecated. 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 Pcbnew: add missing file and directory overwrite prompts. 8 years ago
specctra_import.cpp Improved various error messages 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 MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 9 years ago
tool_modedit.cpp Reunion of zoom toolbar buttons. 8 years ago
tool_modview.cpp Move copy version information code to about dialog. 10 years ago
tool_onrightclick.cpp Make internal errors messages not translatable 8 years ago
tool_pcb.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
toolbars_update_user_interface.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
tr_modif.cpp Code formatting and clean-up 8 years ago
tracepcb.cpp further DLIST/Iterators cleanup, some code formatting 8 years ago
undo_redo.cpp Footprint editor crashes when deleting pads and undoing this command. 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 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
zones_by_polygon_fill_functions.cpp Code formatting and clean-up 8 years ago
zones_convert_brd_items_to_polygons_with_Boost.cpp disable zone dump (this dump is enabled only for zone fill debug) 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 New connectivity algorithm. 8 years ago
zones_test_and_combine_areas.cpp CPolyLine -> SHAPE_POLY_SET refactor. 9 years ago