Commit Graph

66 Commits

Author SHA1 Message Date
dickelbeck 78be716b9f testing 2008-03-06 01:46:30 +00:00
dickelbeck 1c14ec7402 deleted 2008-03-06 01:45:25 +00:00
dickelbeck 0b8cef44cf not used 2008-03-06 00:53:59 +00:00
dickelbeck 1da6b3a407 Beautification 2008-03-04 14:35:19 +00:00
dickelbeck 10e13ae50a layer names in *.brd file 2008-03-04 04:22:27 +00:00
CHARRAS 4d9ea908f1 Display filename and full sheet name ("sheet path") in sheet references 2008-02-29 14:19:21 +00:00
stambaughw 803ebdf3c4 Fix escape key handling in annotate dialog and some eeschema code refactoring. 2008-02-27 19:38:16 +00:00
plyatov f942690930 Additions to the menu (see changelog). 2008-02-17 21:19:13 +00:00
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