..
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
Pcbnew: duplicate and create array: popup menus in legacy mode: remove these options for a few items which cannot be (safely) duplicated (pads in board editor, and a few others )
2015-04-03 21:10:09 +02:00
common_actions.h
"Select net/connection" (GAL).
2015-03-10 09:36:04 +01:00
drawing_tool.cpp
Moved "Place Target" and "Place Module" tools from DRAWING_TOOL to PCB_EDITOR_CONTROL (to avoid placing modules in the footprint editor).
2015-03-10 16:58:26 +01:00
drawing_tool.h
Moved "Place Target" and "Place Module" tools from DRAWING_TOOL to PCB_EDITOR_CONTROL (to avoid placing modules in the footprint editor).
2015-03-10 16:58:26 +01:00
edit_constraints.cpp
Support for zone cut-outs in the point editor (GAL).
2015-01-16 16:44:42 +01: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
Fixed overlapping segment endings in OpenGL view.
2015-03-30 14:09:56 +02:00
edit_points.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
edit_tool.cpp
Pcbnew: duplicate and create array: popup menus in legacy mode: remove these options for a few items which cannot be (safely) duplicated (pads in board editor, and a few others )
2015-04-03 21:10:09 +02:00
edit_tool.h
Fixed frozen cursor (GAL).
2015-03-03 11:55:23 +01:00
grid_helper.cpp
Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run).
2015-03-14 12:50:39 +01:00
grid_helper.h
Code formatting.
2015-02-18 17:53:46 +01:00
module_tools.cpp
bugfix: pad enumerator skips pads if mouse cursor is moved too fast (GAL module editor).
2015-02-21 21:16:28 +01:00
module_tools.h
Merged lp:~john-j-beard/kicad/moveexact.
2015-02-18 20:27:00 +01:00
pcb_editor_control.cpp
Icons in GAL context menus.
2015-04-02 16:09:48 +02:00
pcb_editor_control.h
Moved "Place Target" and "Place Module" tools from DRAWING_TOOL to PCB_EDITOR_CONTROL (to avoid placing modules in the footprint editor).
2015-03-10 16:58:26 +01:00
pcbnew_control.cpp
Calming down the Coverity report.
2015-02-15 23:21:52 +01:00
pcbnew_control.h
Fix some coverity warnings. Fix typo and errors in comments. Very minor other fixes.
2015-04-03 11:13:06 +02:00
placement_tool.cpp
Calming down the Coverity report.
2015-02-15 23:21:52 +01:00
placement_tool.h
Missing comments in the PLACEMENT_TOOL class.
2015-02-14 21:49:06 +01:00
point_editor.cpp
Tools are processing const TOOL_EVENT& (Tool Framework).
2015-02-14 21:28:47 +01:00
point_editor.h
Tools are processing const TOOL_EVENT& (Tool Framework).
2015-02-14 21:28:47 +01: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
"Select net/connection" (GAL).
2015-03-10 09:36:04 +01:00
selection_conditions.h
"Select net/connection" (GAL).
2015-03-10 09:36:04 +01:00
selection_tool.cpp
Icons in GAL context menus.
2015-04-02 16:09:48 +02:00
selection_tool.h
Fix some coverity warnings. Fix typo and errors in comments. Very minor other fixes.
2015-04-03 11:13:06 +02:00
tools_common.cpp
Code formatting.
2015-02-18 17:53:46 +01:00