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
CHARRAS
acf03b7d55
Global labels problems fixed (see changelog)
2008-02-20 19:37:17 +00:00
dickelbeck
c04619bb50
bug fixes
2008-02-19 07:06:58 +00:00
CHARRAS
304c296aed
fixed: eeschema crashed when created a B.O.M. (unicode build)
2008-02-18 09:39:15 +00:00
plyatov
f942690930
Additions to the menu (see changelog).
2008-02-17 21:19:13 +00:00
CHARRAS
8b5f30567a
eeschema: added hierarchical label in setcolor menu
2008-02-16 10:58:32 +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
CHARRAS
87f4916afb
files reorder
2008-02-15 22:50:52 +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
plyatov
60651486bd
eeschema:
...
Added item "Delete" in "Edit" menu.
Added menu "Place" with all possible
elements from the right toolbar.
2008-02-14 21:58:44 +00:00
plyatov
ec450d195b
eeschema: Added menu "Place" and some menu items for this menu.
2008-02-14 16:08:06 +00:00
lifekidyeaa
10ded82dbd
NET_LABEL should be sheet-local, not global throughout the hierarchy.
2008-02-12 22:44:15 +00:00
lifekidyeaa
0381261834
eeschema:
...
* made schematic loading of 'GLabels' dependent on the schematic file version (currently at 2).
If the version == 1, these are loaded as hierarchal labels
* made text labels global in the herarchy, consistent with their historical usage.
2008-02-12 22:34:40 +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
plyatov
27bd742a8a
Added item "New" in "File" menu.
...
Russian translation update.
2008-02-12 20:43:59 +00:00
f3nix
47e7d24f45
Fix win32 "filename.ico not found" error.
2008-02-06 20:36:44 +00:00
CHARRAS
7055a2bc47
zone outlines edition: added drag outline edge
2008-02-01 21:30:45 +00:00
f3nix
af1c15646f
CMake:
...
* Change tabs to spaces.
* Make Boost required.
2008-01-30 09:42:19 +00:00
CHARRAS
4ac2fd416d
infospgm.cpp moved from share/ to common/
2008-01-28 19:26:19 +00:00
CHARRAS
44c0105709
some enhancements. See changelog
2008-01-28 18:44:14 +00:00
dickelbeck
6ab5ad27f5
Wayne Stambaugh's patch which allows infospgm.cpp to be compiled once rather than for each program
2008-01-28 05:49:15 +00:00
CHARRAS
f1c3b0c8f7
labels and texts display changed when rotated 180 degres
2008-01-21 16:21:41 +00:00