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.
2008-02-12 21:12:46 +00:00
CHARRAS
4ac2fd416d
infospgm.cpp moved from share/ to common/
2008-01-28 19:26:19 +00:00
dickelbeck
6ab5ad27f5
Wayne Stambaugh's patch which allows infospgm.cpp to be compiled once rather than for each program
2008-01-28 05:49:15 +00:00
CHARRAS
879fcecae7
small mouse moves filtering before starting a block command
2008-01-18 21:14:23 +00:00
CHARRAS
081ee0e9a4
small mouse moves filtering before starting a block command
2008-01-18 20:27:14 +00:00
CHARRAS
62a28440e0
wxstruct modified and wxPcbStuct.h added. some minor other changes
2008-01-01 11:46:47 +00:00
dickelbeck
fbe304722e
when drc denies via insertion, bridge track not deleted
2007-12-18 02:34:54 +00:00
CHARRAS
7e7a793753
some changes about zones: enhanced dialog, and files reorganisation
2007-12-17 20:18:04 +00:00
CHARRAS
aaa0acf707
drawpanel.cpp change for wxWidgets 2.6 compatibility
2007-12-09 09:00:15 +00:00
f3nix
b29de1ccbe
GetScreenPosition is available in >= 2.8.0 only.
2007-12-08 23:24:14 +00:00
CHARRAS
7e8c2e7401
Solved zoom key command problems
2007-12-06 16:58:12 +00:00
dickelbeck
0f452cc016
patch
2007-12-05 20:54:11 +00:00
dickelbeck
628be5d1c1
chasing a bug
2007-12-05 17:56:57 +00:00
dickelbeck
15b7002012
drc work
2007-12-03 21:28:56 +00:00
g_harland
892b46c455
Three more dialogs enhanced
2007-11-13 09:35:39 +00:00
CHARRAS
c4f1a36a8a
fixed infospgm.cpp compil proble under gcc 4.2
2007-11-08 09:12:25 +00:00
plyatov
dbfa52ecd4
Elimination of compilation errors for cvpcb, kicad, and eeschema.
2007-11-08 08:33:22 +00:00
plyatov
ff567328ed
Elimination of compilation errors with Cmake.
2007-11-07 20:01:25 +00:00
dickelbeck
74b4e03234
track tool select redraw when highlight is active bug fix
2007-11-01 04:49:32 +00:00
CHARRAS
b578115533
create commandframe.cpp in kicad and some other minor changes
2007-10-31 17:47:44 +00:00
CHARRAS
e704c62576
some minor enhancements
2007-10-29 15:51:48 +00:00
CHARRAS
0bcc4d34b8
some comment translations into English
2007-10-29 10:05:07 +00:00
CHARRAS
ec02baab5f
remove unused files. some translations.
...
cvpcb: set flag wxFRAME_FLOAT_ON_PARENT when create the footprint 3D frame and the display frame
2007-10-27 12:24:09 +00:00
CHARRAS
2a5676b2e2
Add class_marker.cpp and class_marker.h. Some other minor changes
2007-10-26 06:08:19 +00:00
g_harland
364be1ad02
see 2007-Oct-25 change_log.txt
2007-10-25 02:01:28 +00:00
g_harland
182dbb605b
MAYBE_RESIZE_BORDER field now provided within all .pjd files;
...
MAYBE_RESIZE_BORDER field restored to cleaningoptions_dialog.h
2007-10-22 00:26:05 +00:00
dickelbeck
3cd47555ca
see 2007-Oct-12 change_log.txt
2007-10-13 06:18:44 +00:00
dickelbeck
323a70009a
SMD pads in high-contrast mode refinements
2007-10-12 13:56:22 +00:00
dickelbeck
8300fe1850
todo.txt update
2007-10-09 12:29:02 +00:00
CHARRAS
1f842ae14c
bug in move pad fixed (could crash pcbnew).Other minor changes
2007-10-07 18:24:15 +00:00
CHARRAS
ee68d20e58
create new file cross-probing.cpp Move RemoteCommand() and SendMessageToEESCHEMA() to it
2007-10-06 16:16:48 +00:00
dickelbeck
aba115f0fb
improved pcbnew marker support
2007-10-03 19:45:32 +00:00
dickelbeck
dac25cdbf9
resizeable borders option
2007-10-02 15:35:31 +00:00
CHARRAS
06c9f9c855
enhancements in pcbnew to eeschema cross-probing. removed change in drc.cpp
2007-10-01 15:37:42 +00:00
CHARRAS
bfb03b8fa6
pcbnew: onleftclick.cpp added. move onleftclick() and OnLeftDClick() from edit.cpp to it
2007-09-29 13:31:10 +00:00
CHARRAS
f066aa1898
test case for OnLeftClick() handling enhancements
2007-09-27 09:08:47 +00:00
CHARRAS
10c442911c
test case for OnLeftClick() handling enhancements
2007-09-27 07:41:34 +00:00
dickelbeck
b707a8336f
OnLeftClick() test case
2007-09-26 20:10:12 +00:00
plyatov
e7dc53d69b
Added some translations to russian.
...
Added link to international wiki in to the "About" window.
2007-09-21 13:36:39 +00:00
dickelbeck
ef3d04912d
see change_log.txt 2007-Sep-14 UPDATE
2007-09-15 04:25:54 +00:00
dickelbeck
18d83b768c
See my change_log.txt 2007-Sep-13 UPDATE
2007-09-13 11:55:46 +00:00
dickelbeck
38f9963e7a
formatting
2007-09-11 04:11:48 +00:00
dickelbeck
dff70646a2
see change_log for 2007-Aug-31
2007-09-01 12:00:30 +00:00
CHARRAS
077a570bc0
Display grid in mils or mm in popup menus
2007-08-27 08:07:44 +00:00
dickelbeck
e6239e7456
moved m_Layer into EDA_BaseStruct
2007-08-22 05:11:01 +00:00
g_harland
0e2d1d1c79
Changed values of "proxy-wxSTAY_ON_TOP" and "proxy-wxRESIZE_BORDER" within PJD files to 0, and repurged wxRESIZE_BORDER property from pcbnew/dialog_drc.h
2007-08-21 21:26:33 +00:00
dickelbeck
5c3b480afe
center PCBNEW parts on screen when tracking clicks and parts from EESCHEMA
2007-08-20 01:49:24 +00:00
g_harland
86c7926e94
Provided captions for the dialog boxes invoked by the "Help -> About" command
2007-08-16 08:43:36 +00:00
g_harland
45a3a4b3af
Removed "wxRESIZE_BORDER" and "wxSTAY_ON_TOP" properties from assorted dialog boxes, and edited caption of dialog box specified within pcbnew/dialog_drc.cpp
2007-08-16 08:37:32 +00:00
dickelbeck
ea6eeca17f
beautification
2007-08-15 02:43:57 +00:00
g_harland
2ba87b4a86
pcbnew: "Postscript A4" radiobutton now restored in "Plot" dialog box (if it had been selected previously)
...
Also fine-tuned spaces within strings specified within share/infospgm.cpp
2007-08-03 02:00:29 +00:00
dickelbeck
ad1dcd1bc7
use new inline function
2007-08-01 16:22:08 +00:00
CHARRAS
f27208a11b
pcbnew: better messages in drc control and some other enhancements
2007-07-25 09:02:05 +00:00
CHARRAS
2c0377b02b
more better hotkey.cpp and small changes in locate footprint
2007-06-26 10:42:11 +00:00
f3nix
c5d82cc7ea
Make menu entries correspond to the icons.
2007-06-14 18:39:36 +00:00
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
2007-06-05 12:10:51 +00:00
dickelbeck
ae74527bc2
Jean-Pierre's changes for kicad-2007-05-25 release
2007-05-28 18:09:49 +00:00
plyatov
23c40f7e86
Initial import of KiCad.
2007-05-06 16:03:28 +00:00