1. 05 Jan, 2011 2 commits
  2. 04 Jan, 2011 4 commits
  3. 03 Jan, 2011 3 commits
  4. 02 Jan, 2011 1 commit
  5. 01 Jan, 2011 5 commits
    • Dick Hollenbeck's avatar
      fix a conceptual problem · 92c69a9c
      Dick Hollenbeck authored
      92c69a9c
    • Dick Hollenbeck's avatar
      merge from testing · 0a3830b6
      Dick Hollenbeck authored
      0a3830b6
    • 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
    • jean-pierre charras's avatar
      Fix some Doxygen warnings. · e7d5770f
      jean-pierre charras authored
      Eeschema: cleaning code. Start work to enhance annotation algorithm.
      Already added an option to annotate using sheet number (sheet 1 uses numbers 100 to 199, sheet 2 uses 200 to 299..).
      Works fine if deleting existing annotation, but needs work to be used when the existing annotation is kept .
      e7d5770f
  6. 31 Dec, 2010 3 commits
  7. 30 Dec, 2010 4 commits
    • Dick Hollenbeck's avatar
      ++richio: · 0ff5faaf
      Dick Hollenbeck authored
        * Deleted kicad_exceptions, because it required the big #include <wx/wx.h> and
          that was slowing down compiling.  Moved that stuff back into richio.h where
          it came from.
        * Enhanced IO_ERROR to format an errorText.
        * Added THROW_IO_ERROR() and THROW_PARSE_ERROR() macros to capture the
          the call site of the thrower.  If you have problems compiling, it is probably
          due to the definition of __LOC__ in richio.h.  Some compilers may not support
          __func__ in C++ yet.  Find a macro that identifies your compiler, and we can
          work out something in the #define of __LOC__.
      0ff5faaf
    • Dick Hollenbeck's avatar
      see CHANGELOG.txt · d2cc77ac
      Dick Hollenbeck authored
      d2cc77ac
    • Dick Hollenbeck's avatar
      forgot sweet.keywords · d4b77573
      Dick Hollenbeck authored
      d4b77573
    • Dick Hollenbeck's avatar
      Constructed and organized all the /new infrastructure to get a Sweet string being passed · 70b17eed
      Dick Hollenbeck authored
      to PART::Parse() from test program.  Ready now to complete the PART parsing.
      70b17eed
  8. 29 Dec, 2010 7 commits
  9. 28 Dec, 2010 11 commits