jean-pierre charras
e095b07cc3
code cleaning
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
Dick Hollenbeck
0267b05938
add PushReader and PopReader to DSNLEXER, make FILE_LINE_READER own its FILE*
15 years ago
Wayne Stambaugh
c58c388aba
Add PCBNew setting to remember last net list read and other minor fixes.
* PCBNew remembers last net list read during the current editing session
as well as between project editing sessions. Closes bug 576902.
* Separate PCBNew application settings from project file settings and
allocate them dynamically instead of statically to make it easier to
eliminate global variables.
16 years ago
jean-pierre charras
ff11ed0f38
Bug fixes, code cleaning and Cvpcb enhancements (see changelog)
16 years ago
charras
a5c06c224b
Fixed an issue (footprint name not read from netlist) when using a netlist without the corresponding .cmp file.
16 years ago
charras
a70a580596
committed newfont patch. Pcbnew: board date automatically updated at each change.
16 years ago
charras
1a6b90d057
fix last French to English translations problems
16 years ago
stambaughw
1a139a7fe7
More comment translation and capitalization fixes.
16 years ago
charras
89535a1366
some enhancements and cleanup. Fixed problem when deleting Netclasses in Design rules dialog window
16 years ago
charras
958e663d64
pcbnew: bugs 2840153, 2840154 fixed (bug 2840150 already fixed)
16 years ago
charras
5699ee3b91
More about pcbnew undo/redo
17 years ago
charras
4b846e1fdc
pcbnew: work on undo/redo in progress
17 years ago
charras
42022adb3f
code cleaning
17 years ago
charras
b9ba67c8c3
Pcbnew: Fixed: fully broken netlist import from eeschema when using time stamp (fully broken also in stable version).
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
9efbf02042
add and translate some comments. fixed a problem in modedit (delete module in lib not working)
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
dickelbeck
b603580355
WinEDA_BasePcbFrame::m_Pcb is now private, use GetBoard() to access it.
17 years ago
charras
6d856f60a6
Pcbnew: Added display a short net name on vias and pads. Also, code cleaning
17 years ago
dickelbeck
e574a1b061
more DLIST<> work
17 years ago
dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
17 years ago
dickelbeck
721d878fcf
GetScreen() work, menu capitalization, beautifying
18 years ago
charras
72357970aa
Netlist dialog redesigned, netlist.cpp code modified
18 years ago
dickelbeck
7898af976f
printf conditional on defined(DEBUG)
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
dff70646a2
see change_log for 2007-Aug-31
18 years ago
dickelbeck
49e32e096e
unified m_Flags, EDA_BaseStruct::Display_Infos(), and ~GetEquipot()
18 years ago
charras
89b3eb5aa5
bug fixes and merging my development with svn rep.
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