charras
2a7ac9d3c4
fixed a recent bug in pcbnew print and plot dialogs: fine scale adjust displayed as 0.0
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
17 years ago
charras
83be1f8a10
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
17 years ago
charras
92266a1986
Pcbnew: Added: in DRC tests: tests for vias min size and tracks min width.
Eeschema: code cleaning
17 years ago
charras
d6af27a308
eeschema: enforce time stamp control and repairs bad time stamps in annotation.
17 years ago
charras
9edace2f5f
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
17 years ago
charras
dea07b0fac
broken SCH_COMPONENT::GetRotationMiroir() rewritten (problem when editing a mirrored and rotated component fixed)
17 years ago
stambaughw
689579bde1
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
17 years ago
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
17 years ago
charras
994080243f
Code cleaning. Some bugs fixed. Added contributors to list in About Kicad.
17 years ago
charras
5813a12ebb
Print functions and display zoom level modified to use the new zoom implementation
Comments added in some functions.
17 years ago
charras
441efc9f2c
Bugs and problems solved in fields edition (some are windows only)
17 years ago
dickelbeck
671fabe120
edit component in schematic work
17 years ago
dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
17 years ago
dickelbeck
b28d1ea418
fixed the SCH_COMPONENT copy constructor, make GenCopy() inline
17 years ago
charras
fff34db7f3
pcbnew: added oblong thermal relief for oblong pads (from a contribution) . added contributor to kicad list
17 years ago
charras
53b0165b3e
eeschema: restore right value for m_Parent field member in SCH_COMPONENT::GenCopy() and SCH_COMPONENT::SwapData()
17 years ago
dickelbeck
324f574439
better vector element swap
17 years ago
dickelbeck
cdf9a2291f
variable number of fields per schematic component
17 years ago
dickelbeck
ff193f1844
variable number of fields per schematic component
17 years ago
charras
700af58eb8
eeschema: code cleaning
17 years ago
charras
bb8ee329f8
Bug in get online help: kicad.pdf was always called instead of the suitable help file. thanks to the guy who did not test its changes
eeschema: code cleaning
switch to wxWidgets 2.8.9
17 years ago
charras
b8ea76fe63
Solved netlist problems for multiple parts per package components in complex hierarchies.
B.O.M. generation still have a minor problem wih this.
18 years ago
charras
af7b6691d4
see changelog
18 years ago
dickelbeck
721d878fcf
GetScreen() work, menu capitalization, beautifying
18 years ago
charras
2b0a25b4da
In complex hierarchies, multiples parts per packages now should work, without restrictions
18 years ago
charras
8123d3a5eb
see changelog
18 years ago
charras
7f453831d5
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
18 years ago
charras
945f5f1e42
eeschema: code cleaning.
18 years ago
dickelbeck
c406eed135
class name changes, XOR artifacts
18 years ago
dickelbeck
ae459044de
Patch originating from Jonas Diemer
18 years ago
CHARRAS
dd9497a105
Fixed: problem which could crash eeschema when a schematic file in a hierarchy was not found
18 years ago
stambaughw
803ebdf3c4
Fix escape key handling in annotate dialog and some eeschema code refactoring.
18 years ago
CHARRAS
2a1b776be6
see changelog
18 years ago
CHARRAS
c759be6f52
eeschema: problems found. some (not all) solved (see changelog)
18 years ago
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.
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
CHARRAS
5a948e98b7
made ADD_MENUITEM_xx static inline
18 years ago
dickelbeck
0a2ed094e0
see todays change_log.txt
18 years ago
dickelbeck
664a1f727b
see my 2007-Sep-20 change_log.txt
18 years ago
dickelbeck
18d83b768c
See my change_log.txt 2007-Sep-13 UPDATE
18 years ago
dickelbeck
dff70646a2
see change_log for 2007-Aug-31
18 years ago
dickelbeck
f3c324d535
EDA_BaseStruct::m_StructType is now type KICAD_T
18 years ago
raburton
dedb0228dc
add files not currently available in source (e.g. docs, modules, etc.)
set svn:eol-style property to native for all ascii files to support cross platform development
19 years ago
plyatov
23c40f7e86
Initial import of KiCad.
19 years ago