• Dick Hollenbeck's avatar
    A little useful feature: even if the default unit can be changed between · bc14e66d
    Dick Hollenbeck authored
    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 
    bc14e66d
Name
Last commit
Last update
..
gerber_test_files Added an experimental tool to create logos from .bmp bitmaps. Added Potrace library to convert bitmaps to polygons
CMakeLists.txt Updates for OS X
Info.plist Application title spelling corrected on OSX
block.cpp Minor fixes and code cleaning.
class_gerbview_layer_widget.cpp Pcbnew: fixed an inconsistency in DRC. (see changelog)
class_gerbview_layer_widget.h Setting a new language now update the layer manager.
controle.cpp USE_WX_ZOOM clean up and other minor improvements.
dcode.cpp code cleaning
deltrack.cpp pcbnew: More about work on color selection and items visibility:
dialog_print_using_printer.cpp Fixed minor bugs and printing problems, and others minor enhancements
dialog_print_using_printer_base.cpp Fixed minor bugs and printing problems, and others minor enhancements
dialog_print_using_printer_base.fbp Fixed minor bugs and printing problems, and others minor enhancements
dialog_print_using_printer_base.h Fixed minor bugs and printing problems, and others minor enhancements
dummy_functions.cpp Netclasses work continued
edit.cpp Gerbview: finishing layer_widget integration to manage gerber layers colors and visibility
export_to_pcbnew.cpp pcbnew: More about work on color selection and items visibility:
files.cpp fixed very minor things.
gerberframe.cpp A little useful feature: even if the default unit can be changed between
gerbview.cpp Open file dialog fixes and minor code cleaning.
gerbview.h Use layer_widget in Gerbview
gerbview.icns Update OS X icns icons
gerbview.ico Initial import of KiCad.
gerbview.rc add files not currently available in source (e.g. docs, modules, etc.)
gerbview_config.cpp Use layer_widget in Gerbview
gerbview_config.h A little useful feature: even if the default unit can be changed between
gerbview_dialog_display_options_frame.cpp Loading commit data...
gerbview_dialog_display_options_frame_base.cpp Loading commit data...
gerbview_dialog_display_options_frame_base.fbp Loading commit data...
gerbview_dialog_display_options_frame_base.h Loading commit data...
gerbview_doc.icns Loading commit data...
gerbview_id.h Loading commit data...
hotkeys.cpp Loading commit data...
hotkeys.h Loading commit data...
initpcb.cpp Loading commit data...
lay2plot.cpp Loading commit data...
locate.cpp Loading commit data...
onrightclick.cpp Loading commit data...
options.cpp Loading commit data...
pcbplot.cpp Loading commit data...
pcbplot.h Loading commit data...
protos.h Loading commit data...
readgerb.cpp Loading commit data...
reglage.cpp Loading commit data...
rs274d.cpp Loading commit data...
rs274x.cpp Loading commit data...
select_layers_to_pcb.cpp Loading commit data...
tool_gerber.cpp Loading commit data...
tracepcb.cpp Loading commit data...
wxGerberFrame.h Loading commit data...