charras
b65590f708
code cleanup in project_config.cpp and some enhancements
17 years ago
charras
2a9a799f01
eeschema: Added: option to print ALL (more than 8) users fields in B.O.M.
pcbnew: added 5 metric grids and fixed a very minor bug when creating drill map.
17 years ago
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
17 years ago
stambaughw
2e5a57e100
New zoom implementation and some build optimizations.
17 years ago
charras
c333da1916
some "todo" cleanup
17 years ago
stambaughw
21faf9d370
Integrate wxFileHistory, add missing header files to fix Linux build, initial search path work, and general housekeeping.
17 years ago
charras
b27bbe9cac
Eeschema+Pcbnew: code cleanup and refinements in plot SVG format
17 years ago
charras
31e3e98522
Print and plot functions now properly prints all sheets in a complex hierarchy
17 years ago
stambaughw
4a489895a3
More zoom clean ups and code cleaning.
17 years ago
charras
2be24e1f58
Added comments about complex hierarchy handling. some code cleaning.
17 years ago
charras
17cc6f4904
eeschema: code cleaning, comments added, and the true number of sheets and sheets numbers in complex hierarchies
17 years ago
stambaughw
2611a54791
Convert global and embedded application pointers to wxGetApp()
17 years ago
stambaughw
f966097d5a
Improved grid implementation, 3D viewer debug assertion fix, moved drawpanel.cpp to common library, and added WinEDA_Appl declaration.
17 years ago
dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
17 years ago
charras
ffca523980
code cleaning in zones functions
17 years ago
jerryjacobs
cbdf6a9009
Dutch language update
17 years ago
charras
ff9036b299
eeschema: code cleaning
17 years ago
charras
3490947306
eeschema: code cleaning
17 years ago
jerryjacobs
e6838fdd7c
About translatable, dutch language update
17 years ago
jerryjacobs
8fd4401e12
all-programs: about dialog improved
17 years ago
charras
142565c3c6
eeschema: minors changes
18 years ago
bennett78
7327197c17
Added Backannotate Footprints from Stuff File Feature
18 years ago
charras
0ac832f066
screen number and screen count now are set
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
charras
0f06e2ad1e
minor changes
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
stambaughw
df7e6f3705
annotate dialog HIGification, refactor and beautify associated
annotation code
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
dickelbeck
6ab5ad27f5
Wayne Stambaugh's patch which allows infospgm.cpp to be compiled once rather than for each program
18 years ago
CHARRAS
e704c62576
some minor enhancements
18 years ago
CHARRAS
ec02baab5f
remove unused files. some translations.
cvpcb: set flag wxFRAME_FLOAT_ON_PARENT when create the footprint 3D frame and the display frame
18 years ago
CHARRAS
06c9f9c855
enhancements in pcbnew to eeschema cross-probing. removed change in drc.cpp
18 years ago
g_harland
19330ff0f4
Restore functionality of 'Preferences -> Colors' and 'Preferences -> Options' commands in EEschema
18 years ago
CHARRAS
542b944196
hotkeys handling finished
18 years ago
dickelbeck
18d83b768c
See my change_log.txt 2007-Sep-13 UPDATE
18 years ago
CHARRAS
c116a9b5a7
first version of programmable hotkeys (work in progress)
18 years ago
dickelbeck
51fc26e178
mouse synchronization from PCBNEW to EESCHEMA
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
dickelbeck
ae74527bc2
Jean-Pierre's changes for kicad-2007-05-25 release
19 years ago
plyatov
23c40f7e86
Initial import of KiCad.
19 years ago