1. 11 Aug, 2010 5 commits
  2. 10 Aug, 2010 1 commit
    • Wayne Stambaugh's avatar
      MSVC compile error and memory leak fixes. · 3c878aec
      Wayne Stambaugh authored
      * Fixed multiple line strings causing MSVC compile errors.
      * Fixed memory leak when attempting to add duplicate library component.
      * Added recent cmake generated files to bazaar ignore list.
      * Minor code cleaning.
      3c878aec
  3. 09 Aug, 2010 2 commits
  4. 08 Aug, 2010 1 commit
  5. 07 Aug, 2010 2 commits
  6. 05 Aug, 2010 2 commits
  7. 04 Aug, 2010 1 commit
  8. 03 Aug, 2010 3 commits
  9. 31 Jul, 2010 3 commits
  10. 30 Jul, 2010 2 commits
    • Dick Hollenbeck's avatar
      ++eeschema: · 4eb80203
      Dick Hollenbeck authored
        * Now link with XML support within wxWidgets.
        * Start of export the generic netlist in XML.  Still need to rework the chain
          loaded netlist plugin.
        * OBJ_CMP_TO_LIST class now uses a std::string to hold the 8 bit string m_Ref,
          but hides this behind accessors which provide for both Unicode and 8 bit
          set and get functions.
        * build_BOM.cpp retains the selected filename on subsequent runs as a default.
        * Code cleaning, especially in build_BOM.cpp.
      4eb80203
    • jean-pierre charras's avatar
  11. 29 Jul, 2010 1 commit
  12. 27 Jul, 2010 2 commits
  13. 26 Jul, 2010 1 commit
  14. 23 Jul, 2010 1 commit
  15. 22 Jul, 2010 1 commit
  16. 21 Jul, 2010 1 commit
  17. 20 Jul, 2010 3 commits
  18. 19 Jul, 2010 1 commit
  19. 17 Jul, 2010 2 commits
  20. 15 Jul, 2010 1 commit
  21. 14 Jul, 2010 1 commit
  22. 12 Jul, 2010 1 commit
    • Dick Hollenbeck's avatar
      A little useful feature: even if the default unit can be changed between · bc14e66d
      Dick Hollenbeck authored
      inches and mm, the industry is crazy enough to force us with mixed
      design. For example I routinely use imperial units for track size and
      clearance, but drilling is strictly a metric issue...
      
      So I added a little parser to recognize a suffix specification in the
      unit text boxes... so you can put in things like:
      1in (1 inch)
      1" (idem)
      25th (25 thou)
      25mi (25 mils, the same)
      6mm (6 mm, obviously)
      
      The rules are: spaces between the number and the unit are accepted, only
      the first two letters are significant.
      
      As a bonus, it also recognize the period (.) as a decimal point
      substituting it with the correct locale character (there was a wishlist
      for it, IIRC). Most useful for number pad fans :D 
      bc14e66d
  23. 11 Jul, 2010 2 commits