dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
17 years ago
dickelbeck
ff193f1844
variable number of fields per schematic component
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
f3230893c4
Solved minor problems in eeschema, and code cleaning.
18 years ago
charras
3a74c74c8b
eschema: Solved: bad update of toolbars (eeschema and libedit). also in kicad: see changelog
18 years ago
charras
af7b6691d4
see changelog
18 years ago
dickelbeck
721d878fcf
GetScreen() work, menu capitalization, beautifying
18 years ago
charras
7f453831d5
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
18 years ago
dickelbeck
c406eed135
class name changes, XOR artifacts
18 years ago
dickelbeck
4b04d6c287
fix for magnetic tracks for parallel case, cleanup of original patches
18 years ago
stambaughw
803ebdf3c4
Fix escape key handling in annotate dialog and some eeschema code refactoring.
18 years ago
plyatov
f942690930
Additions to the menu (see changelog).
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
e3e0efa144
eeschema cross-probing bug solved ( due to last modification): pins/pads not probed
18 years ago
CHARRAS
1f842ae14c
bug in move pad fixed (could crash pcbnew).Other minor changes
18 years ago
CHARRAS
06c9f9c855
enhancements in pcbnew to eeschema cross-probing. removed change in drc.cpp
18 years ago
dickelbeck
dff70646a2
see change_log for 2007-Aug-31
18 years ago
CHARRAS
f5eae50680
more work on hotkeys. many features are ok.
18 years ago
CHARRAS
077a570bc0
Display grid in mils or mm in popup menus
18 years ago
CHARRAS
c116a9b5a7
first version of programmable hotkeys (work in progress)
19 years ago
dickelbeck
6acce67a64
made m_CurrentItem private, beautification
19 years ago
dickelbeck
51fc26e178
mouse synchronization from PCBNEW to EESCHEMA
19 years ago
CHARRAS
ea6aba8212
Better Hotkey.cpp code for eeschema
19 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
dickelbeck
ae74527bc2
Jean-Pierre's changes for kicad-2007-05-25 release
19 years ago
plyatov
23c40f7e86
Initial import of KiCad.
19 years ago