48 Commits

Author SHA1 Message Date
jean-pierre charras
f1df65c51f DRC code cleaning, and added DRC tests for trapezoidal pads. Needs more tests 2010-09-20 18:21:47 +02:00
charras
32ff242157 Pcbnew: fixed an inconsistency in DRC. (see changelog)
fixed others very minor bugs.
2010-04-08 11:33:43 +00:00
charras
a46cd46d9d pcbnew: More about work on color selection and items visibility:
removed global variables and a lot of redundancies
2010-01-31 20:01:46 +00:00
charras
b09f3ab785 minors aesthetic changes 2009-12-04 09:21:53 +00:00
dickelbeck
c4f16f808b double click on drc problem should preserve window size and pos also 2009-11-05 22:02:24 +00:00
dickelbeck
f65ae5cd87 drc dialog was not showing the Netclass non-editable field on large font systems. remember last size and position 2009-11-05 19:51:50 +00:00
charras
e027e65971 code and files cleanup 2009-10-28 11:48:47 +00:00
charras
6adf9163e6 Removed global default clearance, track size and vias drill. Use netclasses values only. 2009-10-21 19:42:57 +00:00
charras
fe10a9938f Removed global default clearance, track size and vias drill. Use netclasses values only. 2009-10-21 19:16:25 +00:00
charras
bc62df64c2 fixed resize problem in design rules dialog and minor enhancement 2009-10-06 18:58:51 +00:00
dickelbeck
ce4d22f024 work around some gcc 4.3.3 compiler warnings 2009-10-05 04:22:27 +00:00
dickelbeck
362b6b53f6 NETCLASS work, see CHANGELOG.txt 2009-09-10 15:22:26 +00:00
charras
42022adb3f code cleaning 2009-07-30 11:04:07 +00:00
charras
0d2ee0c023 See changelog. work in progress about ERC and markers in eeschema 2009-07-06 18:02:26 +00:00
charras
dfffee8281 Pcbnew: in DRC dialog: removed options, that are no more useful with the new zone handling.
(all test are now always performed)
2009-06-27 06:26:41 +00:00
charras
92266a1986 Pcbnew: Added: in DRC tests: tests for vias min size and tracks min width.
Eeschema: code cleaning
2009-06-18 13:30:52 +00:00
charras
f43d1aaa54 Added text justification for graphic texts in libedit and more(see changelog) 2009-06-11 14:26:17 +00:00
charras
e073bdc042 Pcbnew: cleaned code in ratsnet calculations (work in progress). The new code is also faster. 2009-05-24 18:28:36 +00:00
stambaughw
0652ab4fd2 PCBNew UI normalization and global variable reductions.
* All: remove all remaining occurrences of g_DialogFont and dialog font menu handers.
* All: remove all remaining non-standard fonts and button text colors from common dialogs.
* PCBNew: remove all non-standard fonts and button text colors from dialogs.
* PCBNew: update project library and path dialog to match changes to CVPCB version.
* EESchema: update project library and path dialog to match changes to CVPCB version.
* EESchema: save vertical/horizontal line direction setting between sessions.
2009-05-01 18:06:03 +00:00
stambaughw
689579bde1 Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt. 2009-04-05 20:49:15 +00:00
dickelbeck
d814889db7 gerbview, pcbnew's BOARD container changes 2008-12-06 21:20:50 +00:00
dickelbeck
721d878fcf GetScreen() work, menu capitalization, beautifying 2008-04-17 16:25:29 +00:00
dickelbeck
bd77c9f2e6 dialog width 2008-03-19 21:43:40 +00:00
dickelbeck
6a3a1085ac crashing bug fix 2008-03-18 04:04:17 +00:00
dickelbeck
f406e9d97a drc dialog fixes 2008-02-23 04:53:44 +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
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
9200a9da7f wxBeginBusyCursor 2007-12-05 14:17:10 +00:00
dickelbeck
67e726c62d use local time, not gm time 2007-12-05 13:50:42 +00:00
dickelbeck
f7b41273ac drc re-work now done 2007-12-04 20:44:41 +00:00
dickelbeck
e6aa9435ff DRC ready for testing 2007-12-04 18:33:41 +00:00
dickelbeck
3e2662aed8 mord DRC changes 2007-12-04 18:23:38 +00:00
dickelbeck
36c316e7e0 DRC dialog work 2007-12-04 07:04:53 +00:00
dickelbeck
15b7002012 drc work 2007-12-03 21:28:56 +00:00
dickelbeck
0803392344 another DRC progress update 2007-12-03 05:14:51 +00:00
dickelbeck
128521f0fe 2nd of 3 commits for DrcDialog rework 2007-12-01 03:42:52 +00:00
dickelbeck
0415674d82 MARKER and DRC rework, continued 2007-11-27 22:49:35 +00:00
dickelbeck
514c63c775 DRC rework start 2007-11-27 01:34:35 +00:00
g_harland
892b46c455 Three more dialogs enhanced 2007-11-13 09:35:39 +00:00
raburton
abd7e400a0 removed a couple of trivial build warnings 2007-11-10 19:42:40 +00:00
dickelbeck
d985f2d640 DeleteStructure() & DeleteStructList() consolidation 2007-10-03 15:21:13 +00:00
CHARRAS
9414bf676b more work on hotkeys 2007-08-20 10:55:09 +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
CHARRAS
eda39ae8c0 pcbnew: drc control now generates a DRC report file 2007-08-02 07:42:58 +00:00
CHARRAS
c19e378567 Add some missing files and better DRC test 2007-07-30 11:15:54 +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
plyatov
23c40f7e86 Initial import of KiCad. 2007-05-06 16:03:28 +00:00