1. 23 May, 2013 1 commit
  2. 22 May, 2013 1 commit
  3. 20 May, 2013 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew footprint library table work in progress. · c9be8bfd
      Wayne Stambaugh authored
      * Add code for loading, modifying, and saving the global and project
        footprint library tables.
      * Add code to load MODULE objects using the footprint library table to
        the footprint viewer.
      * Add static methods to FP_LIB_TABLE to support loading footprint library
        tables.
      c9be8bfd
  4. 19 May, 2013 1 commit
  5. 14 May, 2013 1 commit
  6. 10 May, 2013 1 commit
  7. 09 May, 2013 1 commit
  8. 08 May, 2013 2 commits
    • Wayne Stambaugh's avatar
      Footprint library table work, minor fixes, and code cleaning. · cf86e18f
      Wayne Stambaugh authored
      * Fix a bug when full file name and path are passed to FOOTPRINT_INFO::
        ReadFootprintFiles() which I created in bug fix lp:593989.
      * Fix a wxString debug assertion in EDA_APP::InitEDA_Appl() when the KICAD
        environment variable is defined as an empty string.
      * Add error dialog when libraries cannot be found in system search path
        when loading footprint using the select footprint dialog.
      * Add footprint library name column to the EDA_LIST_DIALOG when selecting
        footprints from the list.
      * Allow reading all columns from the selected row in EDA_LIST_DIALOG.
      * Remove redundant sort from EDA_LIST_DIALOG constructor
      * Add library name member variable and accessors to FOOTPRINT_INFO.
      * Make headers translatable for Eeschema select component from list dialog.
      * Add some helper methods to FPID for identifying the FPID type and validity.
      * Remove a bunch of trailing whitespace and add missing license comments.
      cf86e18f
    • jean-pierre charras's avatar
      More work on CPOLYGONS_LIST class. · 2e6969fe
      jean-pierre charras authored
      2e6969fe
  9. 07 May, 2013 2 commits
  10. 05 May, 2013 3 commits
  11. 04 May, 2013 1 commit
  12. 03 May, 2013 1 commit
  13. 02 May, 2013 3 commits
  14. 01 May, 2013 4 commits
  15. 30 Apr, 2013 3 commits
  16. 29 Apr, 2013 3 commits
    • Wayne Stambaugh's avatar
      Pcbnew bug and warning fixes. · 218fb338
      Wayne Stambaugh authored
      * Fixed a bug in PCB_EDIT_FRAME::loadFootprints when no footprint libraries
        are found when attempting to load footprints.
      * Add a warning to PCB_EDIT_FRAME::loadFootprints to inform the user when
        a footprint library file cannot be found in any of the standard library
        search paths.
      * Changed FOOTPRINT_INFO::m_padCount to unsigned to prevent signed/unsigned
        comparison compiler warnings.
      * Put NestedSpace() function in netlist_reader.cpp inside conditional debug
        build statement to prevent warning in release builds.
      218fb338
    • Felix Morgner's avatar
      * Set "Ctrl+Shift+S" as shortcut for "Save as..." in CvPcb and PCBnew. · bb6fffa5
      Felix Morgner authored
        This seems to me like the defacto standard for this menu command.
      * Added a default filename for save as. Currently it's set to
        "Unnamed file" using _() so its translatable.
      * Changed the save dialog in PCBnew to use the path of the "original"
        file as a base for the new file.
      bb6fffa5
    • Dick Hollenbeck's avatar
  17. 28 Apr, 2013 4 commits
  18. 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
  19. 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
  20. 22 Apr, 2013 1 commit
  21. 19 Apr, 2013 1 commit
  22. 18 Apr, 2013 1 commit