kicad/pcbnew
Wayne Stambaugh 7b887c4844 Fix static text iss in board editor footprint properties dialog.
Replace degree symbol with the word degrees.  On windows, this does not
translate to the degree symbol.
2018-05-09 14:01:50 -04:00
..
autorouter fix code after renaming files 2018-01-29 22:00:44 +01:00
dialogs Fix static text iss in board editor footprint properties dialog. 2018-05-09 14:01:50 -04:00
exporters Gerber job file, update to the latest file specification: add a change forgotten in the first commit. 2018-05-07 08:50:17 +02:00
github Don't cache github libraries above nginx server. 2018-03-04 01:16:59 +00:00
import_dxf DIALOG_GRAPHIC_ITEM_PROPERTIES: fix a not very understandable error message (especially when Dwgs.User layer is disabled). 2018-03-31 10:46:52 +02:00
microwave Changed PCB_BASE_FRAME::CreateNewModule() to stop adding modules to the board 2018-04-04 09:34:12 +02:00
pcad2kicadpcb_plugin Don't cache github libraries above nginx server. 2018-03-04 01:16:59 +00:00
python Typo 2018-04-10 20:27:54 +02:00
router router: allow placing via without track in shove mode 2018-05-08 15:18:10 +02:00
specctra_import_export Correct minor error in SPECTRA rounded-rect 2018-04-23 16:43:13 -07:00
swig Refinements for commit 986b904 2018-04-27 16:01:59 +02:00
tools Fixed board append function, broken in 046e73ec 2018-05-08 11:21:55 +02:00
CMakeLists.txt Check footprint history list for validity. 2018-04-27 15:26:00 +01:00
Doxyfile_python
Doxyfile_xml
Info.plist macOS: standardise CFBundleName to application names. 2018-03-05 01:14:00 +00:00
action_plugin.cpp Fix for crash due to pcbnew_action_plugin object tracking 2018-03-13 10:19:39 +01:00
action_plugin.h Fix for crash due to pcbnew_action_plugin object tracking 2018-03-13 10:19:39 +01:00
append_board_to_current.cpp Refactor post-load actions in PcbNew and apply them consistently 2018-02-25 17:47:36 -05:00
array_creator.cpp Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 2017-09-19 18:23:50 +02:00
array_creator.h
attribut.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
block.cpp Decouple vias from tracks in selection filter 2018-03-21 17:21:08 -04:00
block_footprint_editor.cpp rename files: replace module by footprint in dialog filenames 2018-02-16 20:27:14 +01:00
board_commit.cpp Don't set dirty bit when adding MARKERs. 2018-04-09 21:19:11 +01:00
board_commit.h Don't set dirty bit when adding MARKERs. 2018-04-09 21:19:11 +01:00
board_connected_item.cpp rename files 2018-02-02 21:57:12 +01:00
board_connected_item.h rename files 2018-02-02 21:57:12 +01:00
board_design_settings.cpp rename files 2018-02-02 21:57:12 +01:00
board_item_container.h Doxygen comment improvements. 2017-06-13 19:47:46 -04:00
board_items_to_polygon_shape_transform.cpp Separate clearance axes when plotting pads to DXF (among other things). 2018-04-29 18:51:18 +01:00
board_netlist_updater.cpp Don't leave Zones with "dead" nets. 2018-05-01 13:54:31 +01:00
board_netlist_updater.h Don't leave Zones with "dead" nets. 2018-05-01 13:54:31 +01:00
build_BOM_from_board.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_board.cpp Change status bar Unconnected to Unrouted. 2018-05-02 10:34:33 +01:00
class_board.h rename files 2018-02-02 21:57:12 +01:00
class_board_item.cpp DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 2018-01-24 14:22:43 +01:00
class_dimension.cpp Change dimension style to improve display and be more standard 2018-03-25 21:50:57 -04:00
class_dimension.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 2017-12-18 18:25:45 +01:00
class_drawsegment.cpp Adding radius info to panel for arcs/circles 2018-04-17 11:21:34 -07:00
class_drawsegment.h DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 2018-01-24 14:22:43 +01:00
class_edge_mod.cpp Fix pads and footprints rendering switches behavior 2018-02-21 13:44:52 -05:00
class_edge_mod.h Fix pads and footprints rendering switches behavior 2018-02-21 13:44:52 -05:00
class_marker_pcb.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
class_marker_pcb.h Rename a few files 2018-01-28 22:02:31 +01:00
class_module.cpp Clarify timestamp type for wxDateTime 2018-03-29 09:29:05 -07:00
class_module.h class MODULE: use timestamp_t instead of time_t in SetLastEditTime and GetLastEditTime, like in all other methods using a time stamp. 2018-03-27 20:43:52 +02:00
class_pad.cpp mask clearance parameters: use clearances only for pads on copper layers, and never for pads on technical layers only. 2018-05-04 14:55:38 +02:00
class_pad.h mask clearance parameters: use clearances only for pads on copper layers, and never for pads on technical layers only. 2018-05-04 14:55:38 +02:00
class_pcb_target.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
class_pcb_target.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 2017-12-18 18:25:45 +01:00
class_pcb_text.cpp Coverity fixes 2018-03-19 10:02:05 +01:00
class_pcb_text.h Fix missing include. 2018-04-06 11:39:35 +01:00
class_text_mod.cpp Replace previous hidden text commit with a LOD-based one. 2018-03-15 11:00:36 +00:00
class_text_mod.h Fix pads and footprints rendering switches behavior 2018-02-21 13:44:52 -05:00
class_track.cpp PCBNew: Fix crash while routing in Legacy canvas 2018-04-26 19:42:55 +02:00
class_track.h PCBNew: Fix crash while routing in Legacy canvas 2018-04-26 19:42:55 +02:00
class_zone.cpp Switch zone fillets to absolute-error algorithm. 2018-03-23 12:46:17 +00:00
class_zone.h Respect 45-degree mode when set from zone dialog. 2018-02-20 17:38:20 +01:00
collectors.cpp Adding locking to the context menu for modules 2018-05-02 08:35:53 -07:00
collectors.h Adding locking to the context menu for modules 2018-05-02 08:35:53 -07:00
connect.cpp Pcbnew, legacy mode: fix ratsnest display artifacts when finishing or removing a track 2018-03-29 09:28:41 +02:00
connectivity_algo.cpp pcbnew: CONNECTIVITY_ALGO should always mark newly added nets as dirty 2018-04-06 14:57:27 +02:00
connectivity_algo.h fix misspelled 'an other' -> 'another' 2018-04-08 13:24:37 -04:00
connectivity_data.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
connectivity_data.h Move zone out-of-date check to the right place. 2018-04-09 15:09:47 +01:00
controle.cpp Enable magnetic pads in Modedit. 2018-05-02 21:49:57 +01:00
convert_drawsegment_list_to_polygon.cpp Switch zone fillets to absolute-error algorithm. 2018-03-23 12:46:17 +00:00
cross-probing.cpp Fix warnings for unreferenced local variables 2018-04-18 15:08:37 -04:00
deltrack.cpp Pcbnew, legacy mode: fix ratsnest display artifacts when finishing or removing a track 2018-03-29 09:28:41 +02:00
dimension.cpp DIALOG_GRAPHIC_ITEM_PROPERTIES: fix a not very understandable error message (especially when Dwgs.User layer is disabled). 2018-03-31 10:46:52 +02:00
drag.h Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 2017-06-23 11:12:37 +02:00
dragsegm.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
drc.cpp Coverity fixes 2018-05-04 14:06:08 +02:00
drc.h fix misspelled 'an other' -> 'another' 2018-04-08 13:24:37 -04:00
drc_clearance_test_functions.cpp Don't set dirty bit when adding MARKERs. 2018-04-09 21:19:11 +01:00
drc_item.cpp rename files 2018-01-31 09:24:00 +01:00
drc_marker_functions.cpp rename files 2018-02-02 21:57:12 +01:00
eagle_plugin.cpp Eagle PCB importer: changed m_Track.Insert() to m_Track.PushBack() 2018-05-07 16:51:06 +02:00
eagle_plugin.h Eagle PCB import: handle 'roundness' DRC rule (SMD rounded rectangles) 2018-03-14 10:24:47 +01:00
edgemod.cpp Add WX_TEXT_ENTRY_DIALOG which inherits from DIALOG_SHIM. 2018-03-12 22:45:51 +00:00
edit.cpp Re-enabling lock/unlock context menus in legacy 2018-05-02 09:06:10 -07:00
edit_pcb_text.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
edit_track_width.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
editedge.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
editrack-part2.cpp rename files 2018-01-31 17:10:01 +01:00
editrack.cpp Pcbnew, legacy mode: fix ratsnest display artifacts when finishing or removing a track 2018-03-29 09:28:41 +02:00
edtxtmod.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
event_handlers_tracks_vias_sizes.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
files.cpp Organize trace debugging code for ease of maintenance. 2018-04-13 09:59:01 -04:00
footprint_edit_frame.cpp Add missing settings to ModEdit's preferences. 2018-05-03 15:07:24 +01:00
footprint_edit_frame.h Update status bar and toolbars on language change. 2018-03-18 22:17:27 +00:00
footprint_editor_onclick.cpp Don't allow many context-menu commands for NEW/MOVED items. 2018-03-08 20:34:37 +00:00
footprint_editor_options.cpp Add missing settings to ModEdit's preferences. 2018-05-03 15:07:24 +01:00
footprint_editor_utils.cpp fix misspelled 'allows to' -> 'allows one to' 2018-04-08 13:24:18 -04:00
footprint_info_impl.cpp Coverity fixes 2018-05-04 14:06:08 +02:00
footprint_info_impl.h Prevent reentrancy in footprint loading. 2018-04-16 23:19:08 +01:00
footprint_libraries_utils.cpp Don't discard footprint's library ID when saving. 2018-04-29 09:45:05 +01:00
footprint_preview_panel.cpp fix code after file renaming 2018-01-31 09:24:02 +01:00
footprint_preview_panel.h refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 2017-11-03 23:59:02 +01:00
footprint_viewer_frame.cpp Don't clear old footprint till after user has hit OK. 2018-04-02 22:32:09 +01:00
footprint_viewer_frame.h Init Footprint Viewer with current FPID. 2018-03-21 23:11:55 +00:00
footprint_wizard.cpp Fix code after renaming files. Minor other fix. 2018-01-30 20:23:35 +01:00
footprint_wizard.h Fix code after renaming files. Minor other fix. 2018-01-30 20:23:35 +01:00
footprint_wizard_frame.cpp Don't make user click twice to toggle checkbox in wxGrid. 2018-03-23 12:46:17 +00:00
footprint_wizard_frame.h Don't make user click twice to toggle checkbox in wxGrid. 2018-03-23 12:46:17 +00:00
footprint_wizard_frame_functions.cpp Notify clients when GRID_TRICKS toggles checkboxes. 2018-03-24 13:13:57 +00:00
globaleditpad.cpp Fix bug: Pressing Enter in the Move Relative dialog doesn't close the dialog. 2018-02-08 10:51:05 +01:00
gpcb_plugin.cpp Organize trace debugging code for ease of maintenance. 2018-04-13 09:59:01 -04:00
gpcb_plugin.h Don't cache github libraries above nginx server. 2018-03-04 01:16:59 +00:00
help_common_strings.h Standardize terminology for automatic zoom to "Zoom to Fit". 2018-03-16 08:38:36 -04:00
highlight.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
hotkeys.cpp Revert broken hotkey fix. 2018-04-14 08:24:25 -04:00
hotkeys.h Add a hotkey to control net highlighting 2018-03-26 23:09:44 -04:00
hotkeys_board_editor.cpp Fix up file menu and hotkeys 2018-02-18 11:22:16 -05:00
hotkeys_footprint_editor.cpp rename files 2018-02-16 20:27:55 +01:00
initpcb.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
invoke_pcb_dialog.h Layers setup management: Warn user if some removed layers are in use in footprints loaded on the board. 2018-03-27 13:44:59 +02:00
io_mgr.cpp Fix footprint wizard setup of gEDA libraries. 2018-03-03 20:08:29 +00:00
io_mgr.h Don't cache github libraries above nginx server. 2018-03-04 01:16:59 +00:00
kicad_clipboard.cpp Fix pasting BOARD_ITEMs containing Unicode characters 2018-03-13 17:40:18 +01:00
kicad_clipboard.h Improved copy/paste functionality by Kristoffer: 2017-09-30 14:28:54 +02:00
kicad_netlist_reader.cpp Count pins instead of using netcount as a proxy. 2018-03-26 19:57:08 +01:00
kicad_plugin.cpp Query user to create library on save 2018-05-04 09:59:35 -07:00
kicad_plugin.h Don't cache github libraries above nginx server. 2018-03-04 01:16:59 +00:00
layer_widget.cpp Only adjust LAYER_WIDGET font size if larger than indicator. 2018-05-02 21:49:57 +01:00
layer_widget.h Only adjust LAYER_WIDGET font size if larger than indicator. 2018-05-02 21:49:57 +01:00
legacy_netlist_reader.cpp UI string normalization. 2017-12-24 10:04:32 -05:00
legacy_plugin.cpp Don't cache github libraries above nginx server. 2018-03-04 01:16:59 +00:00
legacy_plugin.h Don't cache github libraries above nginx server. 2018-03-04 01:16:59 +00:00
load_select_footprint.cpp Check footprint history list for validity. 2018-04-27 15:26:00 +01:00
magnetic_tracks_functions.cpp Enable magnetic pads in Modedit. 2018-05-02 21:49:57 +01:00
menubar_footprint_editor.cpp Missed some menu items in the earlier clean-up. 2018-04-27 15:26:00 +01:00
menubar_pcb_editor.cpp Better wording 2018-04-21 16:31:41 +02:00
microwave.cpp Changed PCB_BASE_FRAME::CreateNewModule() to stop adding modules to the board 2018-04-04 09:34:12 +02:00
minimun_spanning_tree.cpp
minimun_spanning_tree.h
move-drag_pads.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
move_or_drag_track.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
muwave_command.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
netclass.cpp fix code after renaming files 2018-01-30 15:34:09 +01:00
netclass.h rename files 2018-01-30 13:55:02 +01:00
netinfo.h fix code after renaming files 2018-01-30 15:34:09 +01:00
netinfo_item.cpp rename files 2018-01-30 13:55:02 +01:00
netinfo_list.cpp fix code after renaming files 2018-01-30 15:34:09 +01:00
netlist.cpp Refresh track & via net names after netlist update 2018-02-15 10:26:19 +01:00
netlist_reader.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
netlist_reader.h Doxygen comment improvements. 2017-06-13 19:47:46 -04:00
onleftclick.cpp Don't clear old footprint till after user has hit OK. 2018-04-02 22:32:09 +01:00
onrightclick.cpp Re-enabling lock/unlock context menus in legacy 2018-05-02 09:06:10 -07:00
pad_custom_shape_functions.cpp pcbnew: fixes in primitives->custom pad tool 2018-03-06 14:59:15 +01:00
pad_draw_functions.cpp Ensure that we are drawing holes and outlines 2018-04-04 10:20:15 -07:00
pad_edition_functions.cpp rename files 2018-02-02 21:57:12 +01:00
pcb_base_edit_frame.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
pcb_base_edit_frame.h Fix code after renaming files 2018-01-29 16:40:22 +01:00
pcb_base_frame.cpp Add a method to facilitate Tools handling in main frame toolbars. 2018-04-03 13:00:20 +02:00
pcb_display_options.cpp rename files 2018-02-02 21:57:12 +01:00
pcb_draw_panel_gal.cpp Change status bar Unconnected to Unrouted. 2018-05-02 10:34:33 +01:00
pcb_draw_panel_gal.h Use worksheet bounding box when the board is empty 2018-01-11 11:28:19 +01:00
pcb_edit_frame.cpp Make layers manager terminology consistent. 2018-05-08 18:48:23 +01:00
pcb_edit_frame.h Check zone fills before plotting. 2018-05-05 23:40:40 +01:00
pcb_footprint_edit_utils.cpp Update ratsnest after a footprint change 2018-03-05 16:42:30 +01:00
pcb_general_settings.cpp Add missing settings to ModEdit's preferences. 2018-05-03 15:07:24 +01:00
pcb_general_settings.h Share certain settings between board and footprint editor 2018-03-01 17:20:50 +01:00
pcb_layer_box_selector.cpp rename files 2018-02-02 21:57:12 +01:00
pcb_layer_box_selector.h DIALOG_GRAPHIC_ITEM_PROPERTIES: fix a not very understandable error message (especially when Dwgs.User layer is disabled). 2018-03-31 10:46:52 +02:00
pcb_layer_widget.cpp Only adjust LAYER_WIDGET font size if larger than indicator. 2018-05-02 21:49:57 +01:00
pcb_layer_widget.h Only adjust LAYER_WIDGET font size if larger than indicator. 2018-05-02 21:49:57 +01:00
pcb_legacy_draw_utils.cpp rename files 2018-01-31 17:10:01 +01:00
pcb_netlist.cpp Move Fields Editor to wxGrid. 2018-04-17 11:39:44 +01:00
pcb_netlist.h Count pins instead of using netcount as a proxy. 2018-03-26 19:57:08 +01:00
pcb_painter.cpp PCB_PAINTER: use dynamic_cast to determine whether an object is of EDA_ITEM type 2018-02-26 17:22:50 +01:00
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 2018-01-12 19:58:32 +01:00
pcb_parser.cpp Make sure segments read from file are in correct order. 2018-04-03 22:01:34 +01:00
pcb_parser.h Revert "Don't be pedantic about the file format." 2018-03-16 18:11:36 +00:00
pcb_plot_params.cpp rename files: update filenames in sources 2018-01-28 19:12:26 +01:00
pcb_plot_params.h rename files: update filenames in sources 2018-01-28 19:12:26 +01:00
pcb_plot_params_parser.h Removed all exception specifiers since deprecated. 2017-06-12 13:54:55 -04:00
pcb_screen.cpp rename files 2018-02-02 21:57:12 +01:00
pcb_view.cpp Remove some extra semicolons 2017-11-09 19:52:18 +01:00
pcb_view.h Removed unused variables in PCB_VIEW 2017-12-14 17:13:42 +01:00
pcbnew.cpp Make sure Cvpcb doesn't use its own FP_LIB_TABLE. 2018-05-01 21:49:03 +01:00
pcbnew.h Switch zone fillets to absolute-error algorithm. 2018-03-23 12:46:17 +00:00
pcbnew.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pcbnew.rc
pcbnew_config.cpp Fix strings for save/load project menu options; standardize on "Load" 2018-03-20 22:20:54 -04:00
pcbnew_config.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
pcbnew_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pcbnew_id.h Retire auto-delete-old-track from toolbar. 2018-03-15 11:41:27 +00:00
pcbplot.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
pcbplot.h Move zone fill check for plot to a checkbox option. 2018-05-08 00:22:45 +01:00
plot_board_layers.cpp Unify correction factor calculations 2018-04-23 16:43:13 -07:00
plot_brditems_plotter.cpp Fix regression in plotting %R and %V text. 2018-02-21 18:02:06 -05:00
plotcontroller.h
plugin.cpp Go back to checking individual file timestamps. 2018-02-23 10:56:12 -05:00
print_board_functions.cpp Minor fixes (fix a compil warning, and a incorrectly sized dialog) 2018-02-22 14:29:33 +01:00
printout_controler.cpp Organize trace debugging code for ease of maintenance. 2018-04-13 09:59:01 -04:00
printout_controler.h
protos.h Code cleaning: add comments, better names for a function, simplify code. No actual code change. 2017-05-04 08:54:30 +02:00
ratsnest.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
ratsnest_data.cpp Remove unused private vars 2018-05-03 09:48:15 -07:00
ratsnest_data.h Fix a few doxygen warnings 2017-06-25 11:26:04 +02:00
ratsnest_viewitem.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
ratsnest_viewitem.h Code formatting and clean-up 2017-06-23 15:43:13 +02:00
sel_layer.cpp fix code after file renaming 2018-01-31 09:24:02 +01:00
swap_layers.cpp move and swap layers: make changes undoable. 2018-03-28 15:30:11 +02:00
target_edit.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
tool_footprint_editor.cpp Standardize capitalization 2018-03-08 12:33:32 -08:00
tool_footprint_viewer.cpp Fix memory leak and push menu change to other apps. 2018-04-07 14:14:55 +01:00
tool_onrightclick.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
tool_pcb_editor.cpp Removing legacy autorouter menu options 2018-05-01 16:36:43 -07:00
toolbars_update_user_interface.cpp Fix incorrect UI management of Zoom to Selection, created by fix 2a419156 2018-04-14 17:44:17 +02:00
tracks_cleaner.cpp Track cleaner: make option "Delete dangling tracks" working again. 2018-02-04 15:05:31 +01:00
undo_redo.cpp fix code after renaming files 2018-01-29 22:00:44 +01:00
zone_filler.cpp Check zone fills before plotting. 2018-05-05 23:40:40 +01:00
zone_filler.h Check zone fills before plotting. 2018-05-05 23:40:40 +01:00
zone_settings.cpp Respect 45-degree mode when set from zone dialog. 2018-02-20 17:38:20 +01:00
zone_settings.h rename files 2018-01-30 13:55:02 +01:00
zones.h
zones_by_polygon.cpp Allow duplicating a zone onto the same layer in a GAL canvas. 2018-04-29 20:28:45 +01:00
zones_by_polygon_fill_functions.cpp Make sure doc gets refreshed when zone check results in refill. 2018-05-06 14:05:50 +01:00
zones_functions_for_undo_redo.cpp fix misspelled 'an other' -> 'another' 2018-04-08 13:24:37 -04:00
zones_functions_for_undo_redo.h
zones_test_and_combine_areas.cpp fix code after file renaming 2018-01-31 09:24:02 +01:00