dickelbeck
920186ddb4
more layer widget incorporation
16 years ago
charras
2bae762415
pcbnew: Added option in left tool bar to show/hide Layer manager tool bar
16 years ago
dickelbeck
58fc9d8f09
layer widget incorporation into pcbnew
16 years ago
jerryjacobs
5a0aca0e4d
More Mac OS X work, see CHANGELOG.txt
16 years ago
charras
27346c7e79
Pcbnew and Gerbview: Refactor dialogs for plot and print.
16 years ago
charras
c2ea4a0aff
code cleaning
16 years ago
stambaughw
d2eac37ddf
Comment translation complete, Yeah!!!!
16 years ago
charras
29e217d310
pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach.
16 years ago
charras
e8cb60f9e2
minor changes
16 years ago
charras
c5ad0c54c7
Pcbnew:Rework on print function: fixed the fully broken print function in Modedit
See also changelog
16 years ago
charras
fe10a9938f
Removed global default clearance, track size and vias drill. Use netclasses values only.
16 years ago
stambaughw
92064f1dbf
Fix save last grid size and other minor updates.
* Create single event handler for grid size events.
* Fix all frame windows to use new grid size event handler.
* Use offset relative to ID instead of ComboBox index to save last grid size.
* Move last grid size load/save setting into WinEDA_DrawFrame.
* Add equality and assignment operators the GRID_TYPE.
* Add current grid helper methods to BASE_SCREEN.
* Add GetPins helper to LIB_COMPONENT to replace GetNextPin where applicable.
* Add AppendMsgPanel helper to WinEDA_DrawFrame.
* Improve rounding for display of coordinates when millimeter units are selected.
16 years ago
charras
56059efd8a
Netclasses work continued
Fixed problems in libedit and crashes when no component loaded
16 years ago
charras
c974c42daf
eeschema: 2 bugs fixed
pcbnew: more about netclass work
16 years ago
charras
24ce940901
more about Netclasses work
16 years ago
charras
fd27b26271
pcbnew: minor work about netclasses. eeschema: bug fix
16 years ago
charras
e8fef505f8
Pcbnew: fixed a double deletion that crashes pcbnew. Starting my work on net classes (moving target)
16 years ago
stambaughw
43d6c685b5
Command ID refactoring and other minor improvements.
* Split out application specific command IDs to prevent unnecessary rebuilding.
* Eliminate duplicate menu and tool bar command IDs.
* Split component library editor and viewer definitions to separate header files.
* More component library and document file merge code.
* A bunch of minor string readability and consistency fixes.
16 years ago
charras
ef2e41e347
16 years ago
charras
cfdb28394e
Pcbnew: Work on undo/redo in Pcbnew almost finished.
16 years ago
charras
bd529a7cb0
fixed in pcbnew: abort function in track creation incompatible with new undo/redo functions
16 years ago
charras
a6fc132999
More about undo/redo in pcbnew
16 years ago
dickelbeck
5c3f35c2f3
beautification in preparation for netclass work.
16 years ago
charras
514de91ee3
More about undo/redo in pcbnew
16 years ago
charras
148a574e6f
More about undo/redo in pcbnew
16 years ago
charras
e5102715e2
class SEG_ZONE deprecated
16 years ago
charras
c718765268
More about undo/redo in pcbnew
16 years ago
charras
5699ee3b91
More about pcbnew undo/redo
16 years ago
charras
304525db9a
undo/redo rework: fixed some problems ans crashes (not all) in libedit and modedit
16 years ago
charras
41c80dd95b
pcbnew: work on undo/redo in progress
16 years ago
charras
f9be70f26d
pcbnew: work on undo/redo in progress Only delete commands are stored in undo/redo stack
16 years ago
charras
42022adb3f
code cleaning
16 years ago
charras
d535a0fc97
pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack
16 years ago
charras
e7c9ae2b45
First work about net classes. This is a work in progress and a moving target
17 years ago
charras
d188bf5ae1
better compatibility with wxWidgets 2.9. Markers enhancement in pcbnew (right click can display marker info)
17 years ago
charras
f7a804e23d
Bugfix for plotting
17 years ago
charras
2a80117065
Commit patch for plot functions from Lorenzo
17 years ago
charras
96e0bebd0e
code cleaning
17 years ago
jerryjacobs
db6630b81c
Added hauptmech big patch, Updated documentation to match this patch. See CHANGELOG.txt
17 years ago
charras
360eda0f3c
Pcbnew: Added: Option to show the via area while creating a new track.
Useful in compact designs to know hos to place a via during track creation.
17 years ago
charras
f43d1aaa54
Added text justification for graphic texts in libedit and more(see changelog)
17 years ago
charras
b1d1a71101
Finished code cleaning about ratsnets calculations and handling.
Minor others changes.
17 years ago
charras
3f970c85ce
more cleanup and enhancements about rats nest (work in progress)
17 years ago
charras
e073bdc042
Pcbnew: cleaned code in ratsnet calculations (work in progress). The new code is also faster.
17 years ago
charras
1b1be19593
changes in modedit for MacOSX compatibility
17 years ago
stambaughw
8bf7911125
Build improvements, compiler warning fixes and build fixes, and lots of clean up.
* Created separate SVN version header.
* Add true config.h for platform dependency checks.
* Add dependency check cmake module.
* Remove some leftover hand crafted make files.
* Remove non-cmake build instructions from COMPILING.txt.
* Fix split _() strings causing Visual C++ compiler error.
* Fix lots of compiler warnings.
* Change project file parameter container from wxArray to boost::vector_ptr.
* Removed lots of redundant header definitions.
* Fixed green_xpm redefinition in ercgreen.xpm.
* Remove some dead code and unnecessary class methods.
17 years ago
charras
b256efc50e
minor bugs fixed
17 years ago
dickelbeck
f28062acca
Matt Wright 20090502_gerbview_mirror_block.patch
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