1. 11 Jun, 2013 1 commit
  2. 10 Jun, 2013 2 commits
  3. 09 Jun, 2013 3 commits
  4. 08 Jun, 2013 2 commits
  5. 07 Jun, 2013 7 commits
  6. 06 Jun, 2013 2 commits
    • jean-pierre charras's avatar
      Page layout: add comments, and fix a very minor issue. · 7432d4de
      jean-pierre charras authored
      Eeschema, dialog netlist: fix a bug when removing a plugin panel, when is is not the last.
      dialog netlist:Add a predefined command string for python scripts, when creating a new netlist plugin entry.
      7432d4de
    • Wayne Stambaugh's avatar
      CvPcb filtering and other minor improvements. · 7f18b883
      Wayne Stambaugh authored
      * Change filtering from single selection to logically and each filter type.
      * Remove clear filtering button and logic.
      * Filter buttons now behave as true toggle buttons.
      * Improve list control pane focus following when using arrow keys to change
        list pane.
      * Remove unused parameters from list box constructors.
      * Make tab key behave like right arrow key when moving focus to next list
        pane.
      * Make list pane focus wrap around to next or previous control.
      * Simplify component list filtering code.
      * Improve status bar updating.
      * Tell Bazaar to ignore .downloads-by-cmake instead of downloads-by-cmake.
      7f18b883
  7. 05 Jun, 2013 5 commits
  8. 04 Jun, 2013 2 commits
  9. 03 Jun, 2013 1 commit
  10. 01 Jun, 2013 1 commit
  11. 31 May, 2013 8 commits
  12. 30 May, 2013 2 commits
  13. 29 May, 2013 3 commits
  14. 28 May, 2013 1 commit
    • Wayne Stambaugh's avatar
      More Pcbnew footprint library table work in progress. · 5560cb54
      Wayne Stambaugh authored
      * Add footprint library table loading to footprint editor.
      * Overload FOOTPRINT_INFO::ReadFootprintFiles() to read footprints from the
        footprint library tables.
      * Fix a bug in FP_LIB_TABLE::IsEmpty() when the table has a fallback table.
      * Add code to FOOTPRINT_EDIT_FRAME to use footprint library tables.
      * Add an optional build time version of PCB_EDIT_FRAME::loadFootprints() to
        populate netlist footprints from footprint library table.
      * Remove adding footprints to board whenever GetModuleLibrary() is called and
        move loading locally as required.
      * Add missing source file license comments and coding policy fixes.
      5560cb54