1. 03 Feb, 2014 1 commit
  2. 31 Dec, 2013 1 commit
  3. 09 Dec, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) · dba4fcce
      Dick Hollenbeck authored
         To use multiple working threads.  This entailed adding KiCad typedefs:
      *) Add typedefs for MUTEX and MUTLOCK which mask the actual choices for the project.
      *) Add FOOTPRINT_LIST::DisplayErrors( wxWindow* ) which is a single strategy for
         showing aggregated load errors.  Although what's there is only scaffolding
         and needs a volunteer who knows HTML pretty well.
      *) Ensure all callers of ReadFootprintFiles() use the new DisplayErrors() function.   
      *) Push utf8.cpp and utf8.h into common library for open use.
      dba4fcce
  4. 18 Aug, 2013 1 commit
  5. 31 May, 2013 1 commit
  6. 26 May, 2013 1 commit
  7. 13 May, 2013 1 commit
  8. 25 Apr, 2013 1 commit
  9. 10 Apr, 2013 1 commit
  10. 11 Feb, 2013 1 commit
    • Wayne Stambaugh's avatar
      Configuration and compile documentation improvements. · 4d465ec8
      Wayne Stambaugh authored
      * Improve the stable and testing build version option logic.
      * Use CMake FindPythonInterp to configure the Python interpreter.
      * Use Python interpreter to determine the system Python module install
        path if not already defined on the command line.
      * Add header symbol checks for asinh(), acosh(), and atanh().
      * Add test source to check for isinf() which can be defined as a C++template.
      * Replace conditional compile on windows systems for aXXXh() with CMake
        configuration tests.
      * A few minor MSVC compile fixes.
      * Fix incorrect python environment string in fixswigimports.py
      * Create a separate document for KiCad CMake build options.
      * Create a separate how to compile KiCad on Windows document.
      4d465ec8
  11. 15 Nov, 2012 1 commit
  12. 14 Nov, 2012 1 commit
    • 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
  13. 12 Nov, 2012 1 commit
  14. 29 Oct, 2012 1 commit
  15. 25 Oct, 2012 1 commit
  16. 27 Sep, 2012 1 commit
  17. 22 Sep, 2012 1 commit
  18. 21 Sep, 2012 1 commit
  19. 04 Aug, 2012 1 commit
  20. 25 Jul, 2012 1 commit
  21. 12 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      Internal unit improvements and Pcbnew s-expression file format changes. · bed96be7
      Wayne Stambaugh authored
      * Move EDA_TEXT object into separate header and source file.
      * Compile EDA_TEXT class separately for BOARD_ITEM and SCH_ITEM units.
      * Compile PAGE_INFO  class separately for BOARD_ITEM and SCH_ITEM units.
      * Minor formatting tweaks to Pcbnew s-expression file.
      * Move internal unit formatting functions into BOARD_ITEM and SCH_ITEM.
      bed96be7
  22. 07 Apr, 2012 1 commit
  23. 05 Apr, 2012 1 commit
  24. 04 Apr, 2012 1 commit
  25. 03 Apr, 2012 1 commit
  26. 02 Apr, 2012 1 commit
    • jean-pierre charras's avatar
      pcb_calculator: enhancement in Regulators page dialog: · 7ce97878
      jean-pierre charras authored
      * support for 3 terminal regulators
      * add a data file management to store parameters for regulators ( name, vref value, Iadj value, type)
      Needs some refinements, but it is already very useable.
      
       Commit dialog page setting patch from Alexander Zakamaldin
      7ce97878
  27. 01 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      Initial Pcbnew s-expression file format commit. · d7feb9ab
      Wayne Stambaugh authored
      * Add s-expression Format() function to all objects derived from
        BOARD_ITEM.
      * Add s-expression Format() function to base objects as required.
      * Add functions to convert coordinates from base internal units
        (nanometers) to millimeter string for writing to s-expression
        file.
      * Add temporary dummy conversion functions to prevent link errors
        until schematic and board object and action code can be separated
        into DSO/DLL.
      * Add CMake build option to build Pcbnew with nanometer internal
        units.
      d7feb9ab
  28. 27 Jan, 2012 1 commit
  29. 26 Jan, 2012 1 commit
  30. 23 Jan, 2012 2 commits
  31. 06 Jan, 2012 1 commit
  32. 07 Dec, 2011 1 commit
  33. 18 Sep, 2011 1 commit
  34. 09 Sep, 2011 1 commit
  35. 06 Sep, 2011 1 commit
  36. 30 Aug, 2011 1 commit
  37. 12 Aug, 2011 1 commit
  38. 07 Aug, 2011 2 commits