kicad/pcbnew/tools
Maciej Suminski b815ea7865 Removed remaining m_editModules flags. 2016-09-12 11:50:06 +02:00
..
bright_box.cpp Upstream merge. 2014-04-02 15:38:59 +02:00
bright_box.h Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode. 2015-03-06 09:58:32 +01:00
common_actions.cpp P&S: enable delete & backspace shortcuts while router is active 2016-08-15 17:16:47 +02:00
common_actions.h P&S: enable delete & backspace shortcuts while router is active 2016-08-15 17:16:47 +02:00
conditional_menu.cpp Fix a Coverity report (catches an unhandled exception). 2015-09-01 11:32:23 +02:00
conditional_menu.h Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
drawing_tool.cpp Added a PCB_TOOL subclass. 2016-09-12 11:50:06 +02:00
drawing_tool.h Removed remaining m_editModules flags. 2016-09-12 11:50:06 +02:00
edit_constraints.cpp replace round() with KiROUND(), our function that is used almost everywhere for rounding, and detects int overflows in debug mode. 2015-07-17 10:26:48 +02:00
edit_constraints.h Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 2014-11-02 17:25:04 +01:00
edit_points.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
edit_points.h Replace boost::shared_ptr with std::shared_ptr. 2016-06-29 11:09:55 -04:00
edit_tool.cpp Removed remaining m_editModules flags. 2016-09-12 11:50:06 +02:00
edit_tool.h Removed remaining m_editModules flags. 2016-09-12 11:50:06 +02:00
grid_helper.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
grid_helper.h Pcbnew: fix push and shove router segfault bug. 2015-11-03 11:19:42 -05:00
grid_menu.cpp Replace boost::function and boost::bind with their std:: counterparts 2016-06-29 12:23:11 +02:00
grid_menu.h Missing files. 2015-04-30 11:08:18 +02:00
module_tools.cpp Removed a number 'if(m_editModules)' sections from pcbnew tools. 2016-09-12 11:50:06 +02:00
module_tools.h Add axis origin to the Footprint Editor to align with the Legacy canvas 2015-09-05 20:47:35 +01:00
pcb_editor_control.cpp Removed a number 'if(m_editModules)' sections from pcbnew tools. 2016-09-12 11:50:06 +02:00
pcb_editor_control.h Added menu for locking tracks & vias (GAL). 2016-05-09 10:29:06 +02:00
pcb_tool.h Added a PCB_TOOL subclass. 2016-09-12 11:50:06 +02:00
pcbnew_control.cpp Removed a number 'if(m_editModules)' sections from pcbnew tools. 2016-09-12 11:50:06 +02:00
pcbnew_control.h Added 'Reset Grid Origin' hot key (GAL). 2016-05-04 14:59:14 +02:00
picker_tool.cpp Highlight net tool is not deactivated after a single use. 2016-01-29 10:56:29 +01:00
picker_tool.h Picker tool captures cursor by default. 2015-07-28 11:11:18 +02:00
placement_tool.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
placement_tool.h Removed a few more memory leaks and fixed crash on exit. 2015-07-24 09:42:46 +02:00
point_editor.cpp Removed a number 'if(m_editModules)' sections from pcbnew tools. 2016-09-12 11:50:06 +02:00
point_editor.h Replace boost::shared_ptr with std::shared_ptr. 2016-06-29 11:09:55 -04:00
selection_area.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
selection_area.h Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode. 2015-03-06 09:58:32 +01:00
selection_conditions.cpp Replace boost::function and boost::bind with their std:: counterparts 2016-06-29 12:23:11 +02:00
selection_conditions.h Replace boost::function and boost::bind with their std:: counterparts 2016-06-29 12:23:11 +02:00
selection_tool.cpp Added a PCB_TOOL subclass. 2016-09-12 11:50:06 +02:00
selection_tool.h Removed SELECTION_TOOL::EditModules() 2016-09-12 11:50:06 +02:00
size_menu.cpp CONTEXT_TRACK_VIA_SIZE_MENU: generic context menu that displays track/via sizes. 2015-07-07 18:36:56 +02:00
size_menu.h CONTEXT_TRACK_VIA_SIZE_MENU: generic context menu that displays track/via sizes. 2015-07-07 18:36:56 +02:00
tools_common.cpp Add zoom-to-selection tool 2016-06-08 07:19:53 -04:00
zoom_menu.cpp Replace boost::function and boost::bind with their std:: counterparts 2016-06-29 12:23:11 +02:00
zoom_menu.h Missing files. 2015-04-30 11:08:18 +02:00
zoom_tool.cpp Add zoom-to-selection tool 2016-06-08 07:19:53 -04:00
zoom_tool.h Add zoom-to-selection tool 2016-06-08 07:19:53 -04:00