- 04 Jun, 2014 1 commit
-
-
Maciej Suminski authored
-
- 03 Jun, 2014 1 commit
-
-
Maciej Suminski authored
-
- 01 Jun, 2014 1 commit
-
-
Tomasz Wlostowski authored
-
- 31 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 29 May, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a minor bug: in zones with no net, only the zone clerance was used to created clearence, regardless the pad or footprint local clerance. Very minor other fixes.
-
- 28 May, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 23 May, 2014 1 commit
-
-
Tomasz Wlostowski authored
-
- 20 May, 2014 1 commit
-
-
Maciej Suminski authored
Fixes the bug that causes pcbnew crash, when there are multiple net classes and the plot dialog was opened. Changed NETCLASS* to boost::shared_ptr<NETCLASS>.
-
- 16 May, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 15 May, 2014 1 commit
-
-
Maciej Suminski authored
Removed SetCurrentClassName() (it was not used anywhere and less safe than SetCurrentClass()). Added BOARD_DESIGN_SETTIGNS::GetDefault() to make some pieces of shorter and clearer.
-
- 14 May, 2014 5 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Tomasz Włostowski authored
-
- 13 May, 2014 1 commit
-
-
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.
-
- 04 May, 2014 3 commits
-
-
Maciej Suminski authored
-
Lorenzo Marcantonio authored
In particular HitTest for zones *do not* select the nearest vertex/edge as a side effect
-
Lorenzo Marcantonio authored
In particular HitTest for zones *do not* select the nearest vertex/edge as a side effect
-
- 25 Apr, 2014 1 commit
-
-
Lorenzo Marcantonio authored
- SEGVIA becomes VIA - Drill size moved from TRACK to VIA - Removed shape from TRACK, becomes ViaType in VIA - GetTrace becomes GetTrack, for uniformity - Some minor constification and typo fixes
-
- 09 Apr, 2014 2 commits
-
-
Maciej Suminski authored
Key events are handled by wxEVT_CHAR instead of wxEVT_KEY_[UP|DOWN]. Fixed issue of chars that require modifiers (e.g. ? is Shift+/ on US keyboard layout).
-
Maciej Suminski authored
Hot keys specific to a tool have priority over global hot keys (TOOL_ACTION scope: AS_GLOBAL/AS_CONTEXT is finally handled properly).
-
- 04 Apr, 2014 2 commits
-
-
Maciej Suminski authored
Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme.
-
Maciej Suminski authored
Added possibility of switching tools by the right toolbar buttons, without deactivating the current tool first (previously tools did not switch if there was one active).
-
- 21 Mar, 2014 1 commit
-
-
Maciej Suminski authored
ROUTER_TOOL events have temporarily changed their hotkeys assignment.
-
- 16 Mar, 2014 1 commit
-
-
unknown authored
-
- 05 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 03 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 25 Feb, 2014 2 commits
-
-
Maciej Suminski authored
Renamed BOARD_CONNECTED_ITEM::SetNet() -> SetNetCode() Added BOARD_CONNECTED_ITEM::GetNet() for accessing NETINFO_ITEM* of a given item. Fixed module editor crash when launched to edit a module from a PCB. Replaced some BOARD::FindNet( item->GetNet() ) calls with BOARD_CONNECTED_ITEM::GetNet().
-
Maciej Suminski authored
Renamed BOARD_CONNECTED_ITEM::SetNet() -> SetNetCode() Added BOARD_CONNECTED_ITEM::GetNet() for accessing NETINFO_ITEM* of a given item. Fixed module editor crash when launched to edit a module from a PCB. Replaced some BOARD::FindNet( item->GetNet() ) calls with BOARD_CONNECTED_ITEM::GetNet().
-
- 21 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 19 Feb, 2014 2 commits
-
-
Marco Serantoni authored
-
Maciej Suminski authored
-
- 17 Feb, 2014 3 commits
-
-
Maciej Suminski authored
Most of the GAL tools are activated by corresponding buttons on the right toolbar. Removed menu entry for PNS router (as it is activated as the usual "Add track" tool).
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 13 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 04 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-