dickelbeck
ff193f1844
variable number of fields per schematic component
2008-10-06 05:44:29 +00:00
charras
dd58ea1efc
eeschema: bug soved (see changelog). Doc update
2008-06-15 15:45:41 +00:00
charras
0ac832f066
screen number and screen count now are set
2008-04-30 17:04:22 +00:00
charras
6bd3fea110
wxProcess::open does not work under windows (the process stays in background mode), wxExecute is still used under windows
...
Minor other changes
2008-04-25 07:33:45 +00:00
dickelbeck
4715ea28e2
delete hierarhical pin sheet bug
2008-04-22 16:38:23 +00:00
charras
af7b6691d4
see changelog
2008-04-21 06:34:56 +00:00
dickelbeck
721d878fcf
GetScreen() work, menu capitalization, beautifying
2008-04-17 16:25:29 +00:00
charras
2b0a25b4da
In complex hierarchies, multiples parts per packages now should work, without restrictions
2008-04-16 08:40:31 +00:00
charras
8123d3a5eb
see changelog
2008-04-15 19:38:19 +00:00
charras
7f453831d5
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
2008-04-14 19:22:48 +00:00
charras
945f5f1e42
eeschema: code cleaning.
2008-04-12 18:39:20 +00:00
charras
4ca2072a7f
eeschema crashes when delete a sheet label (pin sheet), undo this and move the label
2008-03-30 16:15:53 +00:00
charras
0f54a686cc
Solved: eeschema crashes when create a new sheet. Added comments in gestfich.cpp to explain the default paths used by kicad to find help files and lib files
2008-03-30 15:12:08 +00:00
diemer
1e40e8dfa3
Fixed Drawing of DrawSheetStruct, so DrawSheetLabelStructs are only drawn if they are not being moved (fixes ugliness while moving PinSheets).
2008-03-30 12:06:47 +00:00
diemer
cc103ad317
Added GetBoundingBox() for DrawSheetStruct. Minor beautification.
2008-03-30 10:14:37 +00:00
lifekidyeaa
c86da05a12
fixed error in eeschema: when loading a new sub-sheet, it incorrectly asked if the user wanted
...
to change the sheet. there is no 'change' since the sheet is new, and the associated screen
should either be loaded from the hierarchy or from a file.
2008-03-30 02:33:38 +00:00
dickelbeck
c406eed135
class name changes, XOR artifacts
2008-03-20 01:50:21 +00:00
CHARRAS
a664e14be7
Renaming the sheet filename now works in simple and complex hierarchies
2008-02-29 12:33:07 +00:00
CHARRAS
dd9497a105
Fixed: problem which could crash eeschema when a schematic file in a hierarchy was not found
2008-02-28 19:27:25 +00:00
stambaughw
803ebdf3c4
Fix escape key handling in annotate dialog and some eeschema code refactoring.
2008-02-27 19:38:16 +00:00
CHARRAS
2a1b776be6
see changelog
2008-02-26 19:19:54 +00:00
lifekidyeaa
c7ec524fc7
eeschema: fixed:
...
* crash when creating a sheet that does not yet have a sch file
* when loading schematic file v 1 annotations are applied to all sheets independent of path in hierarchy
* component reference is drawn by default upon placing a new libary comp.
2008-02-15 23:21:33 +00:00
lifekidyeaa
8e4e0fb56a
fixed bug: labels, hierarchal labels, global labels, as well as their busmember
...
counterparts, will be connected together if they have the same label (name) and are on the same sheet.
2008-02-15 05:32:33 +00:00
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.
2008-02-12 21:12:46 +00:00