1. 02 Dec, 2011 6 commits
  2. 01 Dec, 2011 5 commits
    • Dick Hollenbeck's avatar
    • Dick Hollenbeck's avatar
      KICAD_PLUG work · 1b5edd6d
      Dick Hollenbeck authored
      1b5edd6d
    • Wayne Stambaugh's avatar
      Improve Eeschema find code and add initial replace plumbing. · d9e0ab02
      Wayne Stambaugh authored
      * Replace Eeschema find code with a collector based implementation.
      * Fixed a search bug when all subsequent searches of an item would ignore
        the remaining valid child items when an item had more than one child
        item that matched the search criteria.
      * Add SCH_FIND_COLLECTOR class to find all items that meet the specified
        search criteria.
      * Add SCH_FIND_COLLECT0R_DATA to keep track of information for all matching
        items.
      * Use collector to iterate over the list of items that match the search
        criteria rather than trying to start at the last matched item.
      * Remove unused searching methods from sheet path and sheet path list
        objects.
      * Add replace and replace all functionality to Eeschema find dialog.
      * Push matching methods down to EDA_ITEM class so they can be used by
        other derived objects.
      * Add method to EDA_ITEM to test if item supports replacing.
      * Add flag to find/replace data to support replace feature.
      * Disable wild card matching check box when dialog is in replace mode as
        wild card replacement is not supported at this time.
      * The usual Doxygen comment and coding policy fixes.
      d9e0ab02
    • Dick Hollenbeck's avatar
      6c2fcf7e
    • Dick Hollenbeck's avatar
      3bb91baf
  3. 30 Nov, 2011 5 commits
  4. 29 Nov, 2011 2 commits
  5. 28 Nov, 2011 1 commit
  6. 27 Nov, 2011 1 commit
  7. 26 Nov, 2011 1 commit
  8. 25 Nov, 2011 3 commits
  9. 24 Nov, 2011 3 commits
  10. 17 Nov, 2011 5 commits
  11. 16 Nov, 2011 2 commits
  12. 15 Nov, 2011 2 commits
  13. 14 Nov, 2011 1 commit
    • Vladimir Ur's avatar
      Nanometric work. Design rules, D_PAD (except m_Pos) is now in new units.... · 4b9b2f4e
      Vladimir Ur authored
      Nanometric work. Design rules, D_PAD (except m_Pos) is now in new units. Metric files can be loaded w/o KICAD_NANOMETRE flag set but saved only with this flag, this could help to gain some compatibility during transition process. ifdef'd code is somewhat minimized by using transition macros. Some potential code bugs are commented.
      4b9b2f4e
  14. 12 Nov, 2011 3 commits