Wayne Stambaugh
bdca3c5efb
All control state handling is now performed in wxUpdateUIEvent handlers.
* Old control state handling code completely removed in all applications.
* Factor common control state handlers into EDA_DRAW_FRAME.
* Replaced EDA_ITEM test for newness with IsNew() method.
* Factor vertical right toolbar command handlers out of giant edit command
switch statement in EESchema and PCBNew.
15 years ago
jean-pierre charras
a9010796e0
Doxygen comment warning fixes.
15 years ago
jean-pierre charras
258cebf1a8
Fix some Doxygen warnings. No new code.
15 years ago
Wayne Stambaugh
7cb34aece7
Schematic component object encapsulation and Doxygen comment warning fixes.
15 years ago
Dick Hollenbeck
6c9244e8c3
fix function comments, this time ones in *.cpp files until they
can be deleted later if they exist in the headers, or moved to
headers if they should exist in the headers.
15 years ago
Dick Hollenbeck
636b2d301e
function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers
15 years ago
jean-pierre charras
4787b38a63
Pcbnew: Fixed minor problems (bugs 568357 and 568356). Changed French word COTATION to DIMENSION in class COTATION (now class DIMENSION)
16 years ago
charras
a70a580596
committed newfont patch. Pcbnew: board date automatically updated at each change.
16 years ago
charras
cdf248b236
minor bugs fix.
16 years ago
charras
cfdb28394e
Pcbnew: Work on undo/redo in Pcbnew almost finished.
16 years ago
charras
bd529a7cb0
fixed in pcbnew: abort function in track creation incompatible with new undo/redo functions
16 years ago
charras
a6fc132999
More about undo/redo in pcbnew
16 years ago
charras
514de91ee3
More about undo/redo in pcbnew
16 years ago
charras
148a574e6f
More about undo/redo in pcbnew
16 years ago
charras
c718765268
More about undo/redo in pcbnew
16 years ago
charras
5699ee3b91
More about pcbnew undo/redo
16 years ago
charras
54a541f22c
fixed crashes in eeschema, modedit and 3D display
16 years ago
charras
304525db9a
undo/redo rework: fixed some problems ans crashes (not all) in libedit and modedit
16 years ago
charras
4b846e1fdc
pcbnew: work on undo/redo in progress
16 years ago
charras
41c80dd95b
pcbnew: work on undo/redo in progress
16 years ago
charras
f9be70f26d
pcbnew: work on undo/redo in progress Only delete commands are stored in undo/redo stack
16 years ago
charras
42022adb3f
code cleaning
16 years ago
charras
d535a0fc97
pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack
16 years ago
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
16 years ago
charras
618df99c56
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
16 years ago
charras
83be1f8a10
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
16 years ago
charras
daceb2e019
Rework on undo/redo and block functions
16 years ago
charras
8ec8cf3f43
Rework on undo/redo and block functions
16 years ago
charras
9d6daf5665
undo-redo rework
16 years ago
charras
6d930edec3
work in progress about ERC and markers in eeschema
17 years ago
charras
0d2ee0c023
See changelog. work in progress about ERC and markers in eeschema
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
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
2be24e1f58
Added comments about complex hierarchy handling. some code cleaning.
17 years ago
dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
17 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
dickelbeck
c406eed135
class name changes, XOR artifacts
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
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
542b944196
hotkeys handling finished
18 years ago
dickelbeck
dff70646a2
see change_log for 2007-Aug-31
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