7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 13:19:18 +00:00
Commit Graph

756 Commits

Author SHA1 Message Date
Maciej Suminski
7f6bc781aa Upstream merge. 2014-01-28 10:43:55 +01:00
jean-pierre charras
3354bdde05 Pcbnew: fix bug . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape. 2014-01-26 15:20:58 +01:00
jean-pierre charras
f7ca6e4bf9 add patch from Cirilo Bernardo, and minor fixes. 2014-01-25 13:23:29 +01:00
maciej.
76aa0ba756 Fix compile errors when wx3.x is built with --enable-stl 2014-01-18 03:07:05 -06:00
Maciej Suminski
487b609e76 Removed NETINFO_ITEM::SetNet() and NETINFO_ITEM::SetNetname() methods.
NETINFO_ITEM::m_Net and NETINFO_ITEM::m_Netname are const.

Changes to be verified:
- pcbnew/minimun_spanning_tree.cpp: It segfaults is m_Size == 0
- pcbnew/exporters/export_gencad.cpp: I removed the SetNetname() call, as it changes only the unconnected net and in the next line it returns if the net is unconnected. Still, I wonder if name for the unconnected net matters. What about tests that check if a net name is empty to decide if it is unconnected net or not.
2014-01-09 15:51:47 +01:00
jean-pierre charras
710e6a56c4 Move files relative to export code to subdir exporters. 2014-01-07 21:41:32 +01:00