- 14 May, 2014 15 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Moved background color settings from GAL to RENDER_SETTINGS. Added RENDER_SETTINGS::TranslateColor() to convert between EDA_COLOR_T and COLOR4D.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 13 May, 2014 23 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Most of the changes are just adding GetDesignSettings() before every occurence of m_NetClasses. More complex changes: class_netclass.cpp - NETCLASS does not store the pointer to the parent BOARD anymore. Added function SetParams( BOARD_DESIGN_SETTINGS& ). class_netclass.h - Removed GetTrackMinWidth(), GetViaMinDiameter(), GetViaMinDrill(), GetuViaMinDiameter(), GetuViaMinDrill() as they were refering to BOARD_DESIGN_SETTINGS anyway (they are not net class specific). kicad_plugin.cpp - filters out empty nets (that are anyway not saved) when storing net class information. Previously it was done in NETCLASS::Format() function.
-
Maciej Suminski authored
Moved a few one-liners of BOARD_DESIGN_SETTINGS class to the header file.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Moved menuCopy to CONTEXT_MENU copy constructor.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Cursor position is saved as a field in order to avoid drifting of items while they are being dragged and rotated/flipped.
-
Maciej Suminski authored
-
Maciej Suminski authored
Added WX_UNIT_TEXT - wxWidget control for inputing sizes using different units (mm, inch, internal units).
-
Maciej Suminski authored
-
Maciej Suminski authored
Resolved HOME hot key conflict between menu entry (Zoom Page) and event assigned to the hot key in the ACTION_MANAGER. Conflicts: pcbnew/menubar_pcbframe.cpp
-
Maciej Suminski authored
Added preference for selecting tracks/vias/graphics if there is a module present in the selection point.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 12 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 10 May, 2014 1 commit
-
-
Lorenzo Marcantonio authored
Algorithm is still the same... now need to know what it really meant to do
-