1. 19 Nov, 2012 2 commits
  2. 16 Nov, 2012 1 commit
  3. 15 Nov, 2012 3 commits
  4. 14 Nov, 2012 2 commits
    • jean-pierre charras's avatar
      Fix compil issue under MinGW: for an obscure reason the option -std=c++0x... · 3688bae7
      jean-pierre charras authored
      Fix compil issue under MinGW: for an obscure reason the option -std=c++0x creates error in wxWidget code:
      some functions used in wxWidgets ( like _strdup and few other) are not defined when this option is set. 
      but the equivalent option -std=gnu++0x works fine so it is used under mingw instead of  -std=c++0x.
      (Under Linux/OSX  the option -std=c++0x is used)
      3688bae7
    • Dick Hollenbeck's avatar
      1) Switch to boost hashtable support from wx macros which did not handle std::string. · 9bbff22d
      Dick Hollenbeck authored
         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.
      9bbff22d
  5. 12 Nov, 2012 1 commit
  6. 10 Nov, 2012 1 commit
  7. 09 Nov, 2012 2 commits
  8. 08 Nov, 2012 1 commit
  9. 06 Nov, 2012 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Add a min width parameter to plot solder mask layers. · 96a77d76
      jean-pierre charras authored
      * If this param is set to 0, the previous behavior is used.
      * Else the solder mask is plotted as polygon, with shapes near than  this min width value are  merged.
      Pcbnew in nanometer version: fix a serious rounding issue due to the fact dialogs were using 4 digits for mantissa.
      * This is not enough for nanometer coordinates ( 8 are needed to display a value in inches),
      *  so sometimes after closing a dialog, some coordinates were modified, although no new value was entered.
      Minor other bug fixed.
      96a77d76
  10. 05 Nov, 2012 1 commit
  11. 31 Oct, 2012 1 commit
  12. 29 Oct, 2012 3 commits
  13. 28 Oct, 2012 2 commits
  14. 25 Oct, 2012 4 commits
  15. 24 Oct, 2012 4 commits
  16. 23 Oct, 2012 2 commits
  17. 22 Oct, 2012 1 commit
  18. 21 Oct, 2012 1 commit
  19. 20 Oct, 2012 1 commit
  20. 18 Oct, 2012 1 commit
  21. 17 Oct, 2012 2 commits
  22. 16 Oct, 2012 2 commits
  23. 15 Oct, 2012 1 commit