1. 27 Sep, 2013 1 commit
  2. 26 Sep, 2013 3 commits
    • Wayne Stambaugh's avatar
      Footprint viewer improvements and code cleaning. · 5927f026
      Wayne Stambaugh authored
      * Use wxAuiManager perspective to save and load window settings which should
        allow us to start using more advanced wxAui features like detachable tool
        bars and windows.
      * Remove sash size change events, event handler, and sash width clamping code
        since it didn't work all that well anyway.
      * Disable the close button on the footprint view pane.
      * Update the footprint list box selection when iterating the list using the
        tool bar arrow buttons.
      * Merge code from modview.cpp into modview_frame.cpp and remove modview.cpp.
      5927f026
    • Dick Hollenbeck's avatar
      comment/doc cleanups · 5f0679bf
      Dick Hollenbeck authored
      5f0679bf
    • Dick Hollenbeck's avatar
      Make pretty prettier by striving for single line module pads. Add slick... · 4f7c7eb1
      Dick Hollenbeck authored
      Make pretty prettier by striving for single line module pads.  Add slick std::string based strprintf(), twice.
      4f7c7eb1
  3. 25 Sep, 2013 4 commits
  4. 24 Sep, 2013 3 commits
    • Dick Hollenbeck's avatar
      98eaacdd
    • Dick Hollenbeck's avatar
      Set PROPERTIES* into FP_LIB_TABLE::ROW, which is a parsed (binary) form of the 'options'. · 74ce031e
      Dick Hollenbeck authored
      Write parser and formatter for options.  Write dialog verification used before saving
      FP_LIB_TABLEs, triggered from OK button in table editor.
      Switch PROPERTY's value column to std::string from wxString.
      Add event handler to fp lib table dialog for upcoming options dialog.
      74ce031e
    • Wayne Stambaugh's avatar
      Pcbnew footprint library plug in fixes and minor code cleaning. · 85777d65
      Wayne Stambaugh authored
      * When loading footprint do not retest every footprint in cache.  Only test
        the footprint being loaded.  Fixes long load times on libraries with a lot
        of parts.
      * Fix footprint name bug where file extension was added to the end of the
        footprint name.
      * Fix bug in path equivalence test due to Posix path separators in footprint
        library table.  Convert paths to native separator before comparison.
      * Fix a bug in FOOTPRINT_VIEWER_FRAME::OnActivate() which cause the footprint
        list to always get reloaded when using footprint library tables.
      * Remove some unnecessary debugging messages.
      * Add a few Doxygen comments to FP_CACHE in kicad_plugin.cpp.
      85777d65
  5. 23 Sep, 2013 2 commits
  6. 22 Sep, 2013 5 commits
  7. 21 Sep, 2013 12 commits
  8. 20 Sep, 2013 3 commits
  9. 19 Sep, 2013 1 commit
  10. 18 Sep, 2013 3 commits
  11. 17 Sep, 2013 3 commits