1. 30 Jan, 2011 6 commits
  2. 29 Jan, 2011 2 commits
  3. 28 Jan, 2011 3 commits
  4. 27 Jan, 2011 3 commits
  5. 26 Jan, 2011 3 commits
  6. 25 Jan, 2011 1 commit
  7. 23 Jan, 2011 2 commits
  8. 22 Jan, 2011 2 commits
    • Wayne Stambaugh's avatar
      Schematic hierarchy path object improvements. · df344195
      Wayne Stambaugh authored
      * Use Boost pointer container for sheet hierarchy object.
      * Add test for modification in sheet hierarchy list object.
      * Add method to clear modification flag in sheet hierarchy list object.
      * Improve Doxygen comments for sheet hierarchy list object.
      * Remove redundant definitions in prototypes header file.
      df344195
    • jean-pierre charras's avatar
      Version id update · 495f2a04
      jean-pierre charras authored
      495f2a04
  9. 21 Jan, 2011 3 commits
  10. 20 Jan, 2011 4 commits
  11. 19 Jan, 2011 2 commits
    • Dick Hollenbeck's avatar
      ++all: · ed8c021f
      Dick Hollenbeck authored
        * TokenList2DsnLexer.cmake now supports comments, which start with a leading
          # character, and may be either on their own line or on a line after a token.
        * DSNLEXER::PopReader() now pops even the last LINE_READER* and returns it.
      ++pcbnew:
        * SPECCTRA_DB now inherits from new class SPECCTRA_LEXER, which led to a great
          deal of simplification and code factoring.
        * Moved specctra keywords into specctra.keywords.
      ed8c021f
    • jean-pierre charras's avatar
      Eeschem: fix bug when moving fields in schematic: incorrect field move for... · 42b9e0e6
      jean-pierre charras authored
      Eeschem: fix bug when moving fields in schematic: incorrect field move for rotated+mirrored components
      (added InverseTransform( ) in TRANSFORM class)
      42b9e0e6
  12. 17 Jan, 2011 3 commits
    • jean-pierre charras's avatar
      Modedit: fix issues when printing a footprint. But needs refinement. Work in... · f43f7af5
      jean-pierre charras authored
      Modedit: fix issues when printing a footprint. But needs refinement. Work in progress (mainly "Fit in page" is not working).
      Minor code cleaning
      f43f7af5
    • Dick Hollenbeck's avatar
      e849da18
    • Dick Hollenbeck's avatar
      ++all: · 2f211c6b
      Dick Hollenbeck authored
        * TokenList2DsnLexer.cmake now wraps each token enum in its own namespace. It
          also no longer setup of the "using" directive in the header file, which was
          bad behavior.  C++ enum values will have name collisions unless the enums
          themselves are different namespaces.
      ++new:
        * Sweet library is now a DSO/DLL.
        * Brought in SWIG to do a wrap of the Sweet DSO/DLL for unit testing
          and scripting.  The SWIG DSO/DLLs are built separate from the Sweet DSO/DLL
          and are also optional.
      2f211c6b
  13. 16 Jan, 2011 5 commits
  14. 15 Jan, 2011 1 commit