1. 24 Oct, 2013 1 commit
  2. 23 Oct, 2013 1 commit
  3. 22 Oct, 2013 2 commits
  4. 15 Oct, 2013 1 commit
  5. 14 Oct, 2013 1 commit
  6. 13 Oct, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Switch over to FP_LIB_TABLE::Footprint*() functions. · afd6f292
      Dick Hollenbeck authored
      *) Set environment variable KISYSMOD before loading FP_LIB_TABLE so that
         FP_LIB_TABLE::ROW::SetFullURI() can do substitution up front.
      *) De-emphasize the lib path in some of the footprint frames but keep it
         so the footprint editor can export a current library to another.
         You can even export a GITHUB library to a pretty library for local 
         installation.
      *) Start the PLUGIN options editor.
      *) Enhance cursor positioning in DIALOG_FP_LIB_TABLE.
      afd6f292
  7. 05 Oct, 2013 3 commits
  8. 04 Oct, 2013 2 commits
  9. 03 Oct, 2013 1 commit
    • Dick Hollenbeck's avatar
      DIALOG_FP_LIB_TABLE does not use wxSplitterWindow, it would not obey. · e45ed220
      Dick Hollenbeck authored
      Paste popup menu in this dialog now allows pasting a (fp_lib_table)
      s-expression element holding (lib) elements.  This provides an 
      opportunity for GITHUB library publishers to put the table description
      into their README.md file as a (fp_lib_table) element where it can
      be quickly copied to clipboard and pasted into the fp lib table dialog.
      This is a paste operation, and overwrites from the initial cursor position.
      e45ed220
  10. 02 Oct, 2013 1 commit
  11. 30 Sep, 2013 1 commit
  12. 25 Sep, 2013 3 commits
  13. 24 Sep, 2013 1 commit
  14. 22 Sep, 2013 2 commits
  15. 20 Sep, 2013 2 commits
  16. 18 Sep, 2013 1 commit
  17. 14 Sep, 2013 1 commit
    • Wayne Stambaugh's avatar
      CvPcb footprint library table implementation. · ce409e36
      Wayne Stambaugh authored
      * Add code to CvPcb to handle assigning component footprints from the
        footprint library table instead of the search path method.
      * Add code to CvPcb to allow editing of the footprint library table.
      * CvPcb footprint and component panes display fully qualified FPID names.
      * Make CvPcb library pane display footprint library table nicknames instead
        of library file names.
      * Add code to FP_LIB_TABLE object to test the paths in the table against the
        list of libraries loaded from the project file.
      * Add code to FP_LIB_TABLE to convert assigned footprints in a NETLIST from
        legacy format to footprint library table format.
      * Split out COMPONENT_NET, COMPONENT, and NETLIST objects from netlist_reader
        files and create new pcb_netlist files.
      * Fix minor wxListView scroll bar sizing issues.
      * Add new token and code to save and load FPID nickname in board file.
      * Add new token and code to save and load FPID nickname in s-expression net
        list file.
      * Add WX_STRING_REPORT object to dump strings to a wxString object.
      ce409e36
  18. 12 Sep, 2013 1 commit
  19. 11 Sep, 2013 1 commit
  20. 10 Sep, 2013 1 commit
  21. 08 Sep, 2013 1 commit
    • Wayne Stambaugh's avatar
      Convert footprint definitions from wxString to FPID. · 230c5f8f
      Wayne Stambaugh authored
      * Use FPID instead of wxString in MODULE object.
      * Use FPID instead of wxString when loading and saving files.
      * Use FPID in COMPONENT object.
      * Add wxString helper functions and comparison operators to FPID.
      * Add fp_lib token to pcb and netlist file formats.
      * Add code to load and save FPIDs to pcb file format.
      * Fix segfault when deleting invalid footprint library tables in Pcbnew
        in non footprint library table build.
      * Fix bug when counting the number of mod files in
        EDA_APP::SetFootprintLibTablePath();
      230c5f8f
  22. 06 Sep, 2013 1 commit
  23. 03 Sep, 2013 2 commits
  24. 02 Sep, 2013 1 commit
  25. 30 Aug, 2013 1 commit
  26. 28 Aug, 2013 2 commits
  27. 24 Aug, 2013 1 commit
  28. 23 Aug, 2013 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Fix a bug when reading a netlist which forces pcbnew to read lib files... · 4428d69a
      jean-pierre charras authored
      Pcbnew: Fix a bug when reading a netlist which forces pcbnew to read lib files to find a footprint even if the right footprint is already loaded (which explains the long time to load netlists)
      Netlist dialog: add option to report only most important messages. Useful for large boards.
      class REPORTER: add features to allow a basic message filtering (flags to report all/warning/error messages)
      Fix Bug #1214599 ( tools are deselected on Move command )
      4428d69a
  29. 18 Aug, 2013 1 commit
  30. 13 Aug, 2013 1 commit