1. 25 Apr, 2013 6 commits
  2. 22 Apr, 2013 2 commits
  3. 21 Apr, 2013 1 commit
  4. 19 Apr, 2013 1 commit
  5. 18 Apr, 2013 5 commits
  6. 17 Apr, 2013 1 commit
    • Stefan Helmert's avatar
      The internal BOM generator has bugs. I designed an XSL script, which converts... · 5da0a971
      Stefan Helmert authored
      The internal BOM generator has bugs. I designed an XSL script, which converts the generated XML Partlist into
      a CSV file for Libre Office or Open Office.  It is very easy to use. You can specify it as a plugin for 
      Eeshema netlist generator.
      
      It searches for all field names, generates the table headings accounting for all fields found in any part.
      Then stuffs all the parts rows according to proper fields.
      
      5da0a971
  7. 16 Apr, 2013 1 commit
  8. 14 Apr, 2013 3 commits
  9. 13 Apr, 2013 1 commit
  10. 11 Apr, 2013 4 commits
  11. 10 Apr, 2013 7 commits
  12. 09 Apr, 2013 6 commits
  13. 08 Apr, 2013 2 commits
    • Dick Hollenbeck's avatar
      Implement "KiCad s-epression" support for boost::property_tree's ptree, the 8 · 6bf3d7cd
      Dick Hollenbeck authored
      bit string version of property_tree. The ram resident structure of the ptree is
      mostly compatible with one created using the xml_parser from
      boost::property_tree, with slight differences in the way atoms are stored. The
      result is you can use Format() to convert from xml to s-expression, but not the
      other way around. You can write a simple s-expression beautifier in just a few
      lines of code.
      
      The main value however is the s-expression parser, i.e. Scan(), which is an
      alternative to crafting a custom recursive descent parser for a particular
      grammar. The tipping point depends on whether you want to read only a small
      portion of a much larger document. If so, then using the ptree will likely be a
      "faster to code" route. Documentation on how to navigate a ptree can be found on
      the boost website and there are a number of examples in the
      pcbnew/eagle_plugin.cpp file in this project. Powerful path navigation support
      makes it easy to extract a subset of a ptree.
      6bf3d7cd
    • jean-pierre charras's avatar
      Make some messages translatable. · 7bb04c8f
      jean-pierre charras authored
      Make dialog footprint wizard list resizable.
      7bb04c8f