kicad/gerbview
jean-pierre charras 16e9ddc27a * Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point).
(WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.)
Note: perhaps there are some dialogs that need this call to  SetLocaleTo_Default() ).
* Minor  code cleanup in pcbnew/netlist.cpp
2011-04-02 18:14:07 +02:00
..
dialogs Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
gerber_test_files Gerbview: add gerber test file. 2010-12-06 13:18:56 +01:00
CMakeLists.txt Kicad: files cleaning (remove unused files) and code cleaning. Try to fix bug 738840. 2011-03-23 09:00:53 +01:00
Info.plist OSX - should resolve problems on case sensitive filesystem 2010-09-19 13:06:30 +02:00
block.cpp Gerbview: code cleanup and a minoe enhancement. Kicad: minor code cleanup 2011-03-13 19:03:43 +01:00
class_DCodeSelectionbox.cpp Gerbview: faster to start. 2010-12-19 09:02:02 +01:00
class_DCodeSelectionbox.h Fix minor issues. 2010-12-18 09:59:04 +01:00
class_GERBER.cpp Gerbview: code cleanup: remove dead code and obsolete options. Coding policy class naming fixes. 2011-03-12 10:50:21 +01:00
class_GERBER.h Minor GCC3 compiler warning fixes. 2011-03-17 09:53:19 -04:00
class_am_param.cpp Gerbview: Added support for complex definitions of parameters (like $3=$2+5/2) in aperture macros and primitives macro. 2010-12-01 20:30:52 +01:00
class_am_param.h Gerbview: Added support for complex definitions of parameters (like $3=$2+5/2) in aperture macros and primitives macro. 2010-12-01 20:30:52 +01:00
class_aperture_macro.cpp Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
class_aperture_macro.h Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
class_excellon.h Gerbview: Added: read Excellon files created by Pcbnew. The full Excellon command set is not supported, but drill files created by Pcbnew are supported. 2011-03-16 21:51:20 +01:00
class_gerber_draw_item.cpp Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
class_gerber_draw_item.h Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
class_gerbview_layer_widget.cpp Gerbview: fix bug 742785. 2011-03-26 09:20:25 +01:00
class_gerbview_layer_widget.h Gerbview: code cleanup: remove dead code and obsolete options. Coding policy class naming fixes. 2011-03-12 10:50:21 +01:00
controle.cpp Gerbview: code cleanup: remove dead code and obsolete options. Coding policy class naming fixes. 2011-03-12 10:50:21 +01:00
dcode.cpp Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
dcode.h Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
draw_gerber_screen.cpp Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
events_called_functions.cpp gerbview: very minor fixes 2011-03-20 21:03:03 +01:00
excellon_read_drill_file.cpp Gerbview: Add drill file history and minor enhancements. 2011-03-17 20:14:45 +01:00
export_to_pcbnew.cpp Gerbview: code cleanup: remove dead code and obsolete options. Coding policy class naming fixes. 2011-03-12 10:50:21 +01:00
files.cpp Gerbview: Add drill file history and minor enhancements. 2011-03-17 20:14:45 +01:00
gerbview.cpp * Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point). 2011-04-02 18:14:07 +02:00
gerbview.h Gerbview: code cleanup and a minoe enhancement. Kicad: minor code cleanup 2011-03-13 19:03:43 +01:00
gerbview.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
gerbview.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
gerbview.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
gerbview_config.cpp * Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point). 2011-04-02 18:14:07 +02:00
gerbview_config.h Gerbview: code cleanup: remove dead code and obsolete options. Coding policy class naming fixes. 2011-03-12 10:50:21 +01:00
gerbview_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
gerbview_frame.cpp * Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point). 2011-04-02 18:14:07 +02:00
gerbview_frame.h Kicad: files cleaning (remove unused files) and code cleaning. Try to fix bug 738840. 2011-03-23 09:00:53 +01:00
gerbview_id.h Gerbview: fix bug 742785. 2011-03-26 09:20:25 +01:00
hotkeys.cpp Gerbview: code cleanup and very minor fix. 2011-03-14 22:19:13 +01:00
hotkeys.h Gerbview code redesign 2010-09-28 16:42:05 +02:00
initpcb.cpp Gerbview: fix bug 742785. 2011-03-26 09:20:25 +01:00
locate.cpp Gerbview: code cleanup and very minor fix. 2011-03-14 22:19:13 +01:00
menubar.cpp Minor code cleaning. 2011-03-23 16:18:44 +01:00
onleftclick.cpp Gerbview: code cleanup and very minor fix. 2011-03-14 22:19:13 +01:00
onrightclick.cpp zoom bitmaps enhancements. 2011-03-20 18:10:38 +01:00
options.cpp Gerbview: code cleanup and a minoe enhancement. Kicad: minor code cleanup 2011-03-13 19:03:43 +01:00
pcbplot.cpp Gerbview: code cleanup: remove dead code and obsolete options. Coding policy class naming fixes. 2011-03-12 10:50:21 +01:00
pcbplot.h code cleaning and a minor problem fixed in Gerbview printing option 2010-01-04 19:09:33 +00:00
readgerb.cpp Minor fixes and code cleanup. 2011-03-16 11:47:15 +01:00
rs274_read_XY_and_IJ_coordinates.cpp Pcbnew: For zone filling algo, change the default polygon library from Kbool to Boost::polygon (USE_BOOST_POLYGON_LIBRARY default is ON). (need to rebuild makefile) 2010-12-02 18:26:32 +01:00
rs274d.cpp Gerbview: Added: read Excellon files created by Pcbnew. The full Excellon command set is not supported, but drill files created by Pcbnew are supported. 2011-03-16 21:51:20 +01:00
rs274x.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
select_layers_to_pcb.cpp Gerbview: code cleanup: remove dead code and obsolete options. Coding policy class naming fixes. 2011-03-12 10:50:21 +01:00
toolbars_gerber.cpp fix 2 minor bugs: GERBVIEW: Button "Erase all layers" not working, EESCHEMA: Plot to Clipboard: EDA_DRAW_FRAME::PrintPage() error 2011-03-28 21:26:31 +02:00