1. 02 Nov, 2014 1 commit
  2. 05 Jul, 2014 1 commit
  3. 16 Mar, 2014 1 commit
  4. 02 Jan, 2014 1 commit
  5. 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
  6. 03 Oct, 2013 1 commit
  7. 26 Sep, 2013 2 commits
  8. 01 Jul, 2013 1 commit
    • Dick Hollenbeck's avatar
      DSNLEXER::NextTok() organizes the specctraMode code better, into one if block mostly. · caf5fc8d
      Dick Hollenbeck authored
      This keeps it out of the KiCad mode path, making that leaner and less confusing about
      what is supported in KiCad mode.  Within KiCad mode, treat quoted vs. non-quoted tokens
      as the two general categories, with non-quoted having sub-categories.  Eliminate  
      an unimplemented, unused function declaration in DSNLEXER.
       
      Improve the output formatting of THROW_PARSE_ERROR().
      caf5fc8d
  9. 29 Dec, 2012 1 commit
  10. 18 Dec, 2012 1 commit
  11. 08 Dec, 2012 1 commit
  12. 27 Nov, 2012 2 commits
  13. 29 Oct, 2012 1 commit
  14. 25 Oct, 2012 3 commits
  15. 07 Oct, 2012 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew s-experssion footprint library implementation. · 1468a4ae
      Wayne Stambaugh authored
      * Add footprint methods to PCB_IO.
      * Add FP_CACHE and FP_CACHE_ITEM for handling new footprint library design.
      * Add code to save legacy libraries in new format.
      * Change behavior of BOARD_ITEM::GetLayerName() to return the default layer
        name when the item does not have a BOARD as a parent.
      * Minor changes to the module output formatter when writing to module library
        files (no BOARD as parent).
      * Add new (and some that I forgot along the way) CMake flags to
        EDA_BASE_FRAME::CopyVersionInfoToClipboard().
      * Add -Wno-narrowing to GCC flags to stop GCC 4.7 from complaining about
        a conversion from int to unsigned in the Boost polygon library.
      * Add INPUT_STREAM_READER to richio.cpp to allow using any object derived
        from wxInputStream as a LINE_READER (needs to be validated).
      1468a4ae
  16. 15 May, 2012 1 commit
  17. 09 Jan, 2012 1 commit
  18. 06 Dec, 2011 1 commit
  19. 02 Dec, 2011 1 commit
  20. 13 Oct, 2011 1 commit
  21. 30 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Application name capitalization fixes. · 4b853ded
      Wayne Stambaugh authored
      * Correct all user strings and comments for the correct capitalization of
        application names according to JP.  They are KiCad, Pcbnew, CvPcb,
        Eeschema, and GerbView.
      * Add a note the the user interface policy about the correct capitalization.
      4b853ded
  22. 28 Feb, 2011 1 commit
  23. 04 Feb, 2011 1 commit
  24. 02 Feb, 2011 2 commits
    • Dick Hollenbeck's avatar
      work around 8 bit wxString B.S. · 1ae44d09
      Dick Hollenbeck authored
      1ae44d09
    • Dick Hollenbeck's avatar
      ++common: · 0093f4f6
      Dick Hollenbeck authored
        * macros.h now has TO_UTF8() and FROM_UTF8() which are working converters
          to and from UTF-8 encoding for any wxWidgets build mode.  We can switch to
          them at any time.  I am using them now for specctra conversions and
          elsewhere where I wanted gauranteed UTF8 encoding.
        * added OUTPUTFORMATTER::Quoted( const wxString& ) to simplify converting
          to UTF8 encoded s-expression atoms.  The recommended technique is now simply:
              out->Quoted( wxString ).c_str()
      0093f4f6
  25. 12 Jan, 2011 1 commit
  26. 01 Jan, 2011 2 commits
    • Dick Hollenbeck's avatar
      changes · e5dfd601
      Dick Hollenbeck authored
      e5dfd601
    • Dick Hollenbeck's avatar
      ++new: · 84ed5f50
      Dick Hollenbeck authored
        * Added the basic structure to the Sweet parser in sch_part.cpp.
        * Got inheritence working off of the 'extends' keyword and PART::inherit()
        * Tossed the units support out of sweet.keywords, since we agreed to go dimensionless.
      ++richio:
        * Added the problemInputLine support to PARSE_ERROR, so UI can show the
          offending line of bytes.  Yes bytes, not even guaranteed to be characters.
      84ed5f50
  27. 30 Dec, 2010 1 commit
  28. 28 Dec, 2010 2 commits
  29. 27 Dec, 2010 1 commit
  30. 19 Dec, 2010 1 commit
  31. 09 Nov, 2010 1 commit
  32. 21 Oct, 2010 2 commits