jerryjacobs
cee9ab7610
Applied Torsten PCBNew DRC patch and testcase, update email, update scripts
2010-01-09 17:54:39 +00:00
dickelbeck
4f6cfb65d2
changes
2010-01-09 15:51:09 +00:00
dickelbeck
d22ee87048
formatting
2010-01-09 15:49:48 +00:00
charras
34728bec70
Eeschema: added Copy option in labels and component in pop up menu (and 'C' hotkey)
2010-01-09 08:50:30 +00:00
charras
c4b37d77bd
Gerbview: Added support of arcs in polygons outlines. Need more tests, but works.
2010-01-08 12:28:13 +00:00
dickelbeck
32dfdb4844
changes
2010-01-08 01:17:59 +00:00
dickelbeck
0e6dd5780e
more layer widget work
2010-01-07 16:33:41 +00:00
dickelbeck
465a82a277
initial layer widget work
2010-01-07 02:18:25 +00:00
dickelbeck
75a00f65c4
typo
2010-01-05 17:48:27 +00:00
dickelbeck
08e5fec309
set eol style
2010-01-05 17:47:49 +00:00
dickelbeck
3be44e8143
comment out unneeded debug output
2010-01-05 17:46:18 +00:00
dickelbeck
c9ec403a95
layer widget work
2010-01-05 17:45:38 +00:00
charras
24a07f17c8
commit missing file
2010-01-05 11:44:28 +00:00
charras
84a0e32865
fixed build problem for specctra.cpp stand alone.
2010-01-05 08:48:49 +00:00
charras
1b6ad8c7f7
code cleaning and a minor problem fixed in Gerbview printing option
2010-01-04 19:09:33 +00:00
charras
ef29dabf9b
fixed a potential bug in fill zone.
...
Tried to fix a problem under Vista and Window 7 in fill zone: sometimes Pcbnew crashes.
Could be a bug in Kbool (see changelog).
2010-01-03 16:53:21 +00:00
charras
bee0d118f0
fixed a potential bug in fill zone.
...
Tried to fix a problem under Vista and Window 7 in fill zone: sometimes Pcbnew crashes.
Could be a bug in Kbool (see changelog).
2010-01-03 16:47:46 +00:00
faa
fe8e50e4c1
minor change russian GUI
2010-01-02 11:34:01 +00:00
faa
155c2543f1
update russian GUI, minor changes eol style
2010-01-02 07:29:07 +00:00
charras
27346c7e79
Pcbnew and Gerbview: Refactor dialogs for plot and print.
2010-01-01 13:30:39 +00:00
charras
a1998410fc
Some enhancements and fixes. (see changelog)
2009-12-30 18:06:12 +00:00
charras
cacb22252c
Pcbnew: fixed a very minor bug when moving and place a footprint.
2009-12-29 18:03:23 +00:00
charras
b8cc86bd86
Fixed: eeschema crashes when creating a new text (comment) in schematic
2009-12-29 11:36:17 +00:00
charras
ccfa4e0aad
Eeschema: Libedit: fixed hang when using the repeat function (insert key) after creating a pin.
...
Fixed others minor problems
2009-12-29 10:35:11 +00:00
faa
d1f2a16c79
update Russian GUI
2009-12-28 14:02:24 +00:00
charras
e875e075af
minor enhancements and fixes
2009-12-27 14:01:21 +00:00
dickelbeck
9e07e24664
Identifiers and Strings edits
2009-12-23 14:45:50 +00:00
charras
eec7fd9ee4
committed my notes from mails about new pcbnew file format and layers handling
2009-12-23 08:34:55 +00:00
charras
2396cdb127
Eeschema: fixed a bug that crashes Eeschema when the library editor or/and the lib viewer is opened and if the schematic (or an other) is reloaded (that involves libraries are deleted and reloaded)
2009-12-22 20:08:56 +00:00
charras
c200ec9338
Fixed: eeschemas sometimes crashes after a component with aliases is modified in libedit
2009-12-22 14:08:24 +00:00
charras
b24118ebbd
changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT
2009-12-21 18:51:37 +00:00
charras
703420baac
changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT
2009-12-21 17:56:25 +00:00
dickelbeck
bd5018ddbf
native property, new layer select panel
2009-12-21 17:26:11 +00:00
charras
bec48d8ab2
changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT
2009-12-21 13:05:11 +00:00
charras
6769e4c94a
code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask )
2009-12-21 12:05:36 +00:00
dickelbeck
b275d34dd0
remove AddChild()
2009-12-21 04:46:29 +00:00
dickelbeck
f52d03fb7e
position column titles
2009-12-21 01:15:01 +00:00
dickelbeck
f69b38449b
call showPresets() from OnCopperLayersChoice()
2009-12-20 22:55:13 +00:00
dickelbeck
009350217e
++pcbnew
...
Renamed dialog_layers_setup* files.
Got rid of the header file since there was only one file including it.
2009-12-20 22:44:31 +00:00
charras
0b41d484ff
code cleaning
2009-12-20 19:48:58 +00:00
charras
c2ea4a0aff
code cleaning
2009-12-19 19:24:49 +00:00
charras
96849d5a11
code cleaning
2009-12-19 16:10:25 +00:00
charras
b808fcf4a2
Fixed libedit crash when adding parts in a component
2009-12-17 11:03:26 +00:00
faa
1fb89fb8aa
russian GUI update
2009-12-17 09:53:46 +00:00
stambaughw
014d852bc6
Dialog work and other minor changes.
...
* Replace EESchema sheet properties dialog with wxFormBuilder version.
* Editing an existing sheet now marks schematic as modified.
* Code style updates for some of my previous work.
* Improvements to the CMP_LIB_ENTRY object.
* Replaced symbol edit export fprintf code with wxFFile implementation.
* GCC compiler warning fix in pcbnew/drc.cpp.
2009-12-15 21:11:05 +00:00
charras
867737e2f4
pcbnew: fixed in dialog_layers_setup2: new number of layers not taken in account when selected only by the copper layers choice list.
2009-12-15 12:03:12 +00:00
charras
9d839eb86e
Pcbnew: make global edit pads function compatible with new pads changes and make it undoable.
2009-12-13 11:53:19 +00:00
charras
0893f3f32f
Pcbnew: make global edit pads function compatible with new pads changes and make it undoable.
2009-12-13 10:30:19 +00:00
faa
3901e152a4
russian GUI update
2009-12-12 19:41:25 +00:00
charras
ce52cf5b73
Eeschema: fixed component drag not working.
2009-12-12 08:21:32 +00:00