1. 28 Oct, 2013 1 commit
  2. 27 Oct, 2013 1 commit
    • Wayne Stambaugh's avatar
      Eeschema find/replace bug fixes and improvements (fixes 1208616). · f0b2565f
      Wayne Stambaugh authored
      * Fix replace bug to handle case sensitivity properly.
      * Fix replace bug where the item index was getting updated incorrectly.
      * Fix replace infinite loop bug on replace all.
      * Make find/replace view update code a separate function.
      * Rearrange find/replace trace string to add tracing to EDA_ITEM::Replace().
      * Add IsComplexHierarchy method to SCH_SHEET_LIST for future find/replace
        improvements.
      f0b2565f
  3. 26 Oct, 2013 2 commits
  4. 25 Oct, 2013 1 commit
  5. 24 Oct, 2013 4 commits
  6. 23 Oct, 2013 2 commits
  7. 22 Oct, 2013 4 commits
  8. 20 Oct, 2013 1 commit
  9. 19 Oct, 2013 2 commits
  10. 18 Oct, 2013 7 commits
  11. 17 Oct, 2013 7 commits
  12. 15 Oct, 2013 3 commits
  13. 14 Oct, 2013 4 commits
  14. 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