kicad/cvpcb
Dick Hollenbeck bc14e66d78 A little useful feature: even if the default unit can be changed between
inches and mm, the industry is crazy enough to force us with mixed
design. For example I routinely use imperial units for track size and
clearance, but drilling is strictly a metric issue...

So I added a little parser to recognize a suffix specification in the
unit text boxes... so you can put in things like:
1in (1 inch)
1" (idem)
25th (25 thou)
25mi (25 mils, the same)
6mm (6 mm, obviously)

The rules are: spaces between the number and the unit are accepted, only
the first two letters are significant.

As a bonus, it also recognize the period (.) as a decimal point
substituting it with the correct locale character (there was a wishlist
for it, IIRC). Most useful for number pad fans :D
2010-07-12 09:07:09 -05:00
..
CMakeLists.txt Updates for OS X 2010-05-16 20:18:38 +02:00
Info.plist Updates for OS X 2010-05-16 20:18:38 +02:00
autosel.cpp Complete comment translation of cvpcb source and fix tool tip capitalization. 2009-11-05 19:26:52 +00:00
cfg.cpp Complete comment translation of cvpcb source and fix tool tip capitalization. 2009-11-05 19:26:52 +00:00
class_DisplayFootprintsFrame.cpp A little useful feature: even if the default unit can be changed between 2010-07-12 09:07:09 -05:00
class_DisplayFootprintsFrame.h Bug fixes, code cleaning and Cvpcb enhancements (see changelog) 2010-04-16 18:28:35 +02:00
class_components_listbox.cpp Command ID refactoring and other minor improvements. 2009-09-22 12:27:57 +00:00
class_cvpcb.cpp Complete comment translation of cvpcb source and fix tool tip capitalization. 2009-11-05 19:26:52 +00:00
class_footprints_listbox.cpp Command ID refactoring and other minor improvements. 2009-09-22 12:27:57 +00:00
cvframe.cpp Open file dialog fixes and minor code cleaning. 2010-05-17 16:35:46 -04:00
cvpcb.cpp OSX: file opening sanity checks 2010-02-21 20:23:16 +00:00
cvpcb.h Complete comment translation of cvpcb source and fix tool tip capitalization. 2009-11-05 19:26:52 +00:00
cvpcb.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
cvpcb.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
cvpcb.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
cvpcb_doc.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
cvstruct.h fixed 2 minor bugs 2010-04-13 18:38:20 +02:00
dialog_cvpcb_config.cpp Enhancements in Cvpcb libraries config dialog 2010-04-02 15:18:46 +00:00
dialog_cvpcb_config.h Enhancements in Cvpcb libraries config dialog 2010-04-02 15:18:46 +00:00
dialog_cvpcb_config_fbp.cpp Enhancements in Cvpcb libraries config dialog 2010-04-02 15:18:46 +00:00
dialog_cvpcb_config_fbp.fbp Enhancements in Cvpcb libraries config dialog 2010-04-02 15:18:46 +00:00
dialog_cvpcb_config_fbp.h Enhancements in Cvpcb libraries config dialog 2010-04-02 15:18:46 +00:00
dialog_display_options.cpp Bug fixes, code cleaning and Cvpcb enhancements (see changelog) 2010-04-16 18:28:35 +02:00
dialog_display_options.h Bug fixes, code cleaning and Cvpcb enhancements (see changelog) 2010-04-16 18:28:35 +02:00
dialog_display_options_base.cpp Bug fixes, code cleaning and Cvpcb enhancements (see changelog) 2010-04-16 18:28:35 +02:00
dialog_display_options_base.fbp Bug fixes, code cleaning and Cvpcb enhancements (see changelog) 2010-04-16 18:28:35 +02:00
dialog_display_options_base.h Bug fixes, code cleaning and Cvpcb enhancements (see changelog) 2010-04-16 18:28:35 +02:00
dummy_functions.cpp Netclasses work continued 2009-10-10 17:27:53 +00:00
genequiv.cpp Complete comment translation of cvpcb source and fix tool tip capitalization. 2009-11-05 19:26:52 +00:00
genorcad.cpp Comment translation complete, Yeah!!!! 2009-11-23 20:18:47 +00:00
init.cpp pcbnew: Added option in left tool bar to show/hide Layer manager tool bar 2010-01-21 20:36:48 +00:00
listboxes.cpp Some minor changes and enhancements 2009-10-25 15:54:00 +00:00
listlib.cpp fix last French to English translations problems 2009-11-23 21:03:26 +00:00
loadcmp.cpp Code cleaning. Use new font. 2010-02-01 21:23:27 +00:00
menucfg.cpp fixed some issues in SVG export. 2010-04-20 13:23:59 +02:00
protos.h Complete comment translation of cvpcb source and fix tool tip capitalization. 2009-11-05 19:26:52 +00:00
readschematicnetlist.cpp fixed recent minor bug in Cvpcb (footprint name error when read from netlist) 2010-05-03 18:46:04 +02:00
savecmp.cpp fixed build problem for specctra.cpp stand alone. 2010-01-05 08:48:49 +00:00
setvisu.cpp Code cleaning. Use new font. 2010-02-01 21:23:27 +00:00
tool_cvpcb.cpp Implement wxDC coordinate handling and wxGCDC. 2010-02-08 18:15:42 +00:00
writenetlistpcbnew.cpp Comment translation complete, Yeah!!!! 2009-11-23 20:18:47 +00:00