1. 19 Feb, 2014 1 commit
  2. 03 Feb, 2014 2 commits
  3. 03 Jan, 2014 1 commit
  4. 30 Dec, 2013 1 commit
  5. 10 Dec, 2013 1 commit
  6. 09 Dec, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) · dba4fcce
      Dick Hollenbeck authored
         To use multiple working threads.  This entailed adding KiCad typedefs:
      *) Add typedefs for MUTEX and MUTLOCK which mask the actual choices for the project.
      *) Add FOOTPRINT_LIST::DisplayErrors( wxWindow* ) which is a single strategy for
         showing aggregated load errors.  Although what's there is only scaffolding
         and needs a volunteer who knows HTML pretty well.
      *) Ensure all callers of ReadFootprintFiles() use the new DisplayErrors() function.   
      *) Push utf8.cpp and utf8.h into common library for open use.
      dba4fcce
  7. 25 Nov, 2013 1 commit
  8. 18 Nov, 2013 1 commit
  9. 23 Oct, 2013 1 commit
  10. 04 Oct, 2013 2 commits
  11. 02 Oct, 2013 1 commit
  12. 30 Sep, 2013 1 commit
  13. 29 Sep, 2013 1 commit
  14. 25 Sep, 2013 1 commit
  15. 23 Sep, 2013 1 commit
  16. 21 Sep, 2013 1 commit
  17. 19 Sep, 2013 1 commit
  18. 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
  19. 11 Sep, 2013 1 commit
  20. 10 Sep, 2013 1 commit
  21. 20 Aug, 2013 2 commits
  22. 10 Aug, 2013 1 commit
  23. 02 Aug, 2013 1 commit
  24. 25 Jul, 2013 1 commit
  25. 23 Jul, 2013 1 commit
  26. 22 Jul, 2013 2 commits
  27. 19 Jul, 2013 1 commit
  28. 17 Jul, 2013 1 commit
  29. 07 Jul, 2013 1 commit
  30. 30 Jun, 2013 1 commit
  31. 18 Jun, 2013 1 commit
    • Maciej Suminski's avatar
      Added VBO_CONTAINER as a faster storage for vertices (OPENGL_GAL), tuned for... · cd517f67
      Maciej Suminski authored
      Added VBO_CONTAINER as a faster storage for vertices (OPENGL_GAL), tuned for exchanging data with GPU.
      
      Removed a few unnecessary variables and fields from OPENGL_GAL.
      Added function GAL::ClearCache() for freeing memory used by cached items.
      Fixed a few memory leaks (tesselator, PAINTER's settings & VIEW_ITEM's groups).
      Changed a few functions into inlines.
      cd517f67
  32. 05 Jun, 2013 1 commit
  33. 31 May, 2013 1 commit
  34. 24 May, 2013 1 commit
  35. 30 Apr, 2013 1 commit
  36. 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