kicad/pcb_calculator
Dick Hollenbeck 9bbff22d96 1) Switch to boost hashtable support from wx macros which did not handle std::string.
This required the additional compiler command line option "-std=c++0x".

2) Switch to unique_ptr from auto_ptr which is C++ deprecated.

3) Change to new English layer names per mailing list discussion, see class_board.cpp.

4) When saving to *.kicad_pcb or *.kicad_mod, identify opportunities to use wildcard
   layer sets, for pads so far.

5) Switch to two std::string hashtables in pcb_parser.cpp, away from one wxString based one
   for layer names and layer sets mapping. One hashtable holds the mask, the other the index.
   Layer sets are only in the mask table.

6) Move "LOCALE_IO toggle" into PCB_IO::Format() since it is a public API function and
   caller should find it as convenient as possible to use.  LOCALE_IO should handle
   nesting OK in the case where public Format() is called from one of the Footprint*()
   functions.

7) Drop support for "export module to new library".  Creating new libraries will have to
   be handled in concert with library table entries, and we've talked recently about
   creating a better footprint library manager, one that resides in a DLL/DSO.  So
   this kind of functionality needs to be handled in there in the near future.

8) Change name of exported PCB_IO module/footprint to *.kicad_mod and not *.emp.
2012-11-14 01:15:59 -06:00
..
attenuators pcbnew: fix minor issues. 2012-11-12 17:19:10 +01:00
bitmaps Start work on a better support of polygons in Kicad (code cleaning). 2012-07-25 09:36:56 +02:00
dialogs Finish Pcb Calculator work 2012-04-05 20:56:06 +02:00
docs Pcb calculator: Add track width tool 2011-08-07 18:02:58 +02:00
transline pcb_calculator: fix compil issue about isinf. 2012-09-22 14:13:57 +02:00
CMakeLists.txt Remove Kbool from Kicad. Use Clipper instead. 2012-08-04 11:43:27 +02:00
Info.plist OSX: PCB Calculator correction 2011-12-07 22:06:02 +01:00
UnitSelector.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
UnitSelector.h pcb calculator: fix localize GUI, native *nix string 2011-08-12 09:21:36 +04:00
attenuators.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
board_classes_values.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_regulator_data.h pcb_calculator: enhancement in Regulators page dialog: 2012-04-02 20:11:00 +02:00
colorcode.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
datafile_read_write.cpp 1) Switch to boost hashtable support from wx macros which did not handle std::string. 2012-11-14 01:15:59 -06:00
datafile_read_write.h pcb_calculator: enhancement in Regulators page dialog: 2012-04-02 20:11:00 +02:00
electrical_spacing_values.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
params_read_write.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
pcb_calculator.cpp pcb_calculator: fixes and enhancements (not finished) 2012-04-03 20:26:05 +02:00
pcb_calculator.h Finish Pcb Calculator work 2012-04-05 20:56:06 +02:00
pcb_calculator.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
pcb_calculator.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
pcb_calculator_datafile.keywords pcb_calculator: enhancement in Regulators page dialog: 2012-04-02 20:11:00 +02:00
pcb_calculator_frame.cpp Internal unit improvements and Pcbnew s-expression file format changes. 2012-04-12 17:31:31 -04:00
regulators_funct.cpp Finish Pcb Calculator work 2012-04-05 20:56:06 +02:00
tracks_width_versus_current.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
transline_dlg_funct.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
transline_ident.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
transline_ident.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
units_scales.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00