dickelbeck
4715ea28e2
delete hierarhical pin sheet bug
18 years ago
charras
7f453831d5
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
18 years ago
charras
f34be93032
Ensure graphic and footprint texts have a sufficient size to be seen on screen.(bug 1909165).
18 years ago
dickelbeck
c406eed135
class name changes, XOR artifacts
18 years ago
charras
0ff83cbab7
MODULE::GetBoundingBox() takes in account the clearence around the pads. other very minor changes
18 years ago
dickelbeck
6de852e8a6
xoring artifacts
18 years ago
charras
9fb2c9fe23
some code cleaning and comments translations. Added: EDA_Rect::Merge( EDA_Rect & aRect ) (see changelog)
18 years ago
dickelbeck
0e709a1227
added bool Intersects()
18 years ago
lifekidyeaa
c5cd85027b
2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com
================================================================================
+eeschema
* commiting my changes to allow multiple instances of a given schematic file within
a hierarchy:
** internally, m_currentScreen has been replaced with m_currentSheet,
which is a list or 'path' of screens. The path of screens is used to
generate
a series of timestamps, which is converted to flat component reference via
a look-up
table in the schematic files.
** this means that m_currentScreen is no longer used -- use GetScreen().
** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen
pointer.
** all sub-sheets in a given schematic must have different names to generate a
meaningful netlist.
18 years ago
dickelbeck
2aa1a26b58
beautification
18 years ago
CHARRAS
339a90e7ac
Block commands now works with zones.
18 years ago
dickelbeck
f353c77cdc
more zone preps
18 years ago
dickelbeck
64e9e16886
virtual BOARD_ITEM::Save()
18 years ago
dickelbeck
d985f2d640
DeleteStructure() & DeleteStructList() consolidation
18 years ago
dickelbeck
664a1f727b
see my 2007-Sep-20 change_log.txt
18 years ago
CHARRAS
d1effbf4e2
EDA_BaseStruct.SetType() and EDA_BaseStruct.ReturnClassName() removed.
18 years ago
dickelbeck
dff70646a2
see change_log for 2007-Aug-31
18 years ago
dickelbeck
726a8ab4df
collector work
18 years ago
dickelbeck
f3c324d535
EDA_BaseStruct::m_StructType is now type KICAD_T
19 years ago
dickelbeck
2e13ccf048
see change_log.txt's 2007-Aug-23 UPDATE
19 years ago
dickelbeck
cc62305777
see change_log.txt for 2007-Aug-22
19 years ago
dickelbeck
e6239e7456
moved m_Layer into EDA_BaseStruct
19 years ago
dickelbeck
27bd9c751a
visitor design pattern, MODULE::FindPadOrModule()
19 years ago
dickelbeck
79de635217
Show() improvements
19 years ago
CHARRAS
66080848cc
Bug fix in class_hierarchy_sheet.cpp.
19 years ago
dickelbeck
6719900ef9
searching and beautification
19 years ago
dickelbeck
f8f384384a
search and debug infrastructure, beautification
19 years ago
dickelbeck
dda28ed69a
more new search stuff, beautification
19 years ago
dickelbeck
6f7209aa73
start of new search stuff, beautification
19 years ago
dickelbeck
5748b79107
added some conditional DEBUG code for showing the pcb object tree in simple XML format
19 years ago
dickelbeck
2e4c17a8b0
beautification, commenting, and renaming
19 years ago
dickelbeck
ae74527bc2
Jean-Pierre's changes for kicad-2007-05-25 release
19 years ago
plyatov
23c40f7e86
Initial import of KiCad.
19 years ago