1. 28 Apr, 2013 2 commits
  2. 27 Apr, 2013 1 commit
  3. 26 Apr, 2013 1 commit
    • Wayne Stambaugh's avatar
      Post Pcbnew NETLIST_READER change clean up. · 81271ad4
      Wayne Stambaugh authored
      * Tweak the NETLIST_READER code to allow for component footprint names that
        are not found in any library to generate a warning instead of an error and
        update the board accordingly.
      * Don't display undo warning in netlist dialog when dry run option selected.
      * Rename netlist_reader_common.cpp to netlist_reader.cpp
      * Rename netlist_reader_firstformat.cpp to legacy_netlist_reader.cpp
      * Rename netlist_reader_kicad.cpp to kicad_netlist_reader.cpp
      * Remove cvpcb/read_write_cmpfile.cpp and move the single function it
        contained into cvframe.cpp
      * Remove cvpcb/loadcmp.cpp and move the single function it contained into
        class_DisplayFootprintsFrame.cpp.
      * Remove cvpcb/readschematicnetlist.cpp and move the single function it
        contained into cvframe.cpp.
      * Remove cvpcb/setvisu.cpp and move the few functions it contained into
        the appropriate source file.
      81271ad4
  4. 25 Apr, 2013 3 commits
    • Wayne Stambaugh's avatar
      Pcbnew NETLIST_READER improvements. · 61b4f8a9
      Wayne Stambaugh authored
      * Create separate NETLIST object to hold contents of netlist files.
      * Read entire netlist and footprint link files before making applying
        changes to board.
      * Add BOARD::ReplaceNetlist() function to eliminate the calls between the
        NETLIST_READER, PCB_EDIT_FRAME, and BOARD objects.
      * Change placement of new components below the center of the current board
        or in the center of the page if the BOARD is empty.
      * Add dry run option to netlist dialog to print changes to message control
        without making changes.
      * Add button to netlist dialog to allow saving contents of message control
        to a file.
      * Eliminate the need to compile netlist_reader_*.cpp in both CvPcb and Pcbnew.
      * Add netlist_reader_*.cpp to the pcbcommon library.
      * Remove redundant load component link file code from CvPcb.
      * Modify CvPcb new to work with the new NETLIST_READER object.
      * Add compare() function and < and == operators to FPID object.
      * Add REPORTER class to hide an underlying string writing implementation for
        use in low level objects.  Thank you Dick for the idea.
      * Lots of minor coding policy, Doxygen comment, and missing license fixes.
      61b4f8a9
    • Dick Hollenbeck's avatar
      pcb_parser failed on (fill yes (arc_segments 16) (thermal_gap 1.99898)... · d8ba7b3a
      Dick Hollenbeck authored
      pcb_parser failed on (fill yes (arc_segments 16) (thermal_gap 1.99898) (thermal_bridge_width 1.99898))
      See http://tech.groups.yahoo.com/group/kicad-users/message/15105
      
      d8ba7b3a
    • jean-pierre charras's avatar
  5. 21 Apr, 2013 1 commit
  6. 19 Apr, 2013 1 commit
  7. 18 Apr, 2013 5 commits
  8. 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
  9. 16 Apr, 2013 1 commit
  10. 14 Apr, 2013 3 commits
  11. 13 Apr, 2013 1 commit
  12. 11 Apr, 2013 4 commits
  13. 10 Apr, 2013 7 commits
  14. 09 Apr, 2013 6 commits
  15. 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
  16. 07 Apr, 2013 1 commit