Commit Graph

192 Commits

Author SHA1 Message Date
charras 9039a0a579 minor changes and cleanup 2008-04-03 18:03:42 +00:00
diemer 1a063f6a78 cleanup 2008-04-02 07:08:09 +00:00
diemer c819ab3bde Added calls to TestDanglingEnds() at undo and redo, so dangling ends are correctly updated (e.g. when a compnent deletion is undone). 2008-04-01 19:45:30 +00:00
dickelbeck 00ba9c70f8 no printfs in release build 2008-03-31 13:43:21 +00:00
f3nix 3e06ab44db CMake cleanup. 2008-03-31 01:32:15 +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 8d9b8a98f4 Redraw whole panel after Options dialog, so possible changes of grid settings can take effect. 2008-03-30 14:59:55 +00:00
diemer dbba99a997 Fixed redrawing of dangling ends when connecting segments (not-anymore-dangling-ends were still displayed). 2008-03-30 14:43:24 +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 f12a19fe0d Added GetBoundingBox() for DrawNoConnectStruct, DrawBusEntryStruct. Removed old XOR method form DeleteStruct(). 2008-03-30 11:57:40 +00:00
f3nix 08467e0959 Kill compiler warnings. 2008-03-30 11:48:18 +00:00
diemer f7e9f2c086 Refresh panel after Block move (otherwise, no-longer-dangling ends of e.g. HierLabels are still displayed) 2008-03-30 11:00:04 +00:00
diemer c4815e1d6d Simplified GetBoundingBox to always include the dangling symbol. 2008-03-30 10:47:03 +00:00
diemer cc103ad317 Added GetBoundingBox() for DrawSheetStruct. Minor beautification. 2008-03-30 10:14:37 +00:00
diemer a853fb11fa Added GetBoundingBox() for SCH_GLOBALLABEL and SCH_HIERLABEL. 2008-03-30 09:27:53 +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
diemer 81b6cbcb09 added GetBoundingBox for SCH_TEXT. Beatufication. 2008-03-27 21:24:50 +00:00
diemer dbb69b7505 moved DANGLING_SYMBOL_SIZE definition to general.h 2008-03-27 21:02:42 +00:00
diemer 43c87e734b adapted GetClass() output to new naming 2008-03-27 17:05:59 +00:00
dickelbeck 6b52f247d8 ESC key support 2008-03-22 18:43:35 +00:00
charras 72357970aa Netlist dialog redesigned, netlist.cpp code modified 2008-03-22 18:08:44 +00:00
dickelbeck 2da432b271 plot fix, beautification 2008-03-22 05:55:06 +00:00
charras 198b10cf92 Removed an very old bug in onrightclick.cpp which crashes eeschema. 2008-03-21 11:16:18 +00:00
dickelbeck c406eed135 class name changes, XOR artifacts 2008-03-20 01:50:21 +00:00
charras 0ff83cbab7 MODULE::GetBoundingBox() takes in account the clearence around the pads. other very minor changes 2008-03-18 11:53:52 +00:00
dickelbeck 6de852e8a6 xoring artifacts 2008-03-16 04:47:43 +00:00
dickelbeck ae459044de Patch originating from Jonas Diemer 2008-03-15 04:18:32 +00:00
dickelbeck 8e5665c22a added calls to bool EDA_Rect::Intersects() 2008-03-13 16:45:07 +00:00
dickelbeck c5b42440a3 dirty rectangle screening, pending EDA_BaseStruct::GetBoundingBox() 2008-03-13 06:36:53 +00:00
dickelbeck 0f0ced3700 beautify 2008-03-13 05:04:59 +00:00
charras 0f06e2ad1e minor changes 2008-03-12 16:36:47 +00:00
f3nix 07a0e142ed Lowercase CMake commands. 2008-03-11 15:57:54 +00:00
dickelbeck 1bb2da51cb set initial keyboard focus 2008-03-11 01:18:17 +00:00
charras 32a693f574 restored: missing lines in schedit.cpp (problems in a lot of commands) 2008-03-10 11:42:41 +00:00
dickelbeck 4b04d6c287 fix for magnetic tracks for parallel case, cleanup of original patches 2008-02-29 20:35:11 +00:00
CHARRAS 5cb57e3b3b Gen Bom List now works in unicode build version 2008-02-29 16:19:56 +00:00
CHARRAS e2abaa8109 Display filename and full sheet name ("sheet path") in sheet references 2008-02-29 15:31:32 +00:00
CHARRAS a664e14be7 Renaming the sheet filename now works in simple and complex hierarchies 2008-02-29 12:33:07 +00:00
lifekidyeaa 316d7b7353 fixed a trivial bug in generating the erc file - changed Sheet->Path()
to PathHumanReadable().
2008-02-28 22:49:06 +00:00
CHARRAS 29ed370a27 Fixed: problem which could crash eeschema when a schematic file in a hierarchy was not found 2008-02-28 20:39:04 +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
f3nix e92706bc3c Small CMake fixes. 2008-02-27 20:47:03 +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
stambaughw df7e6f3705 annotate dialog HIGification, refactor and beautify associated
annotation code
2008-02-26 01:07:38 +00:00
raburton 923ece9c9c set eol-style native on new file 2008-02-21 20:49:15 +00:00
CHARRAS 61454f0124 eeschema: problem when undelete after a change a label type solved (I hope) 2008-02-21 15:50:35 +00:00
CHARRAS 1d16eae096 eeschema: problems found. some (not all) solved (see changelog) 2008-02-21 15:33:13 +00:00
CHARRAS c759be6f52 eeschema: problems found. some (not all) solved (see changelog) 2008-02-21 12:21:01 +00:00