1. 04 Dec, 2011 1 commit
    • jean-pierre charras's avatar
      Pcbnew: · f311bb4d
      jean-pierre charras authored
          Enhanced algorithms to calculate board connections:
          Previously, a track was seen connected to a pad only if the track end is
          exactly on the pad position.
          Now a track is seen connected to a pad if the track end is inside the pad shape.
          Algorithm to calculate pads connections to track is still very fast.
          However some other functions (drag pads, track len calculation ...)
          still need the track end exactly on the pad position.
      Dead code removal.
      f311bb4d
  2. 03 Dec, 2011 1 commit
  3. 02 Dec, 2011 5 commits
  4. 01 Dec, 2011 3 commits
    • 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
      3bb91baf
  5. 30 Nov, 2011 5 commits
  6. 29 Nov, 2011 2 commits
  7. 28 Nov, 2011 1 commit
  8. 27 Nov, 2011 1 commit
  9. 26 Nov, 2011 1 commit
  10. 24 Nov, 2011 2 commits
  11. 17 Nov, 2011 1 commit
  12. 16 Nov, 2011 1 commit
  13. 15 Nov, 2011 2 commits
  14. 12 Nov, 2011 2 commits
  15. 11 Nov, 2011 2 commits
  16. 10 Nov, 2011 2 commits
  17. 09 Nov, 2011 2 commits
    • Vladimir Ur's avatar
      General design rules tab converted to nanoscale. A bit of refactorisation in... · 0fdf71a8
      Vladimir Ur authored
      General design rules tab converted to nanoscale. A bit of refactorisation in via sizes. And build key is KICAD_NANOMETRE not KICAD_NANOMETRIC (as I stated in previous commit).
      0fdf71a8
    • Vladimir Ur's avatar
      Work on internal (nano)metric length units started. · a273b7bd
      Vladimir Ur authored
      Added configuartion option KICAD_NANOMETRIC for this.
      * With option set to false: *
      - it should work and compile as usual
      - some values are saved with decimal point (which should be backward/forward compatible as old versions should just drop fractional part)
      * With option set to true: *
      - lengths in Global Design Rules should be settable 1nm steps.
      FROM/TO_LEGACY_LU(_DBL) macros introduced for easy interconnection between old and new units.
      a273b7bd
  18. 08 Nov, 2011 2 commits
  19. 07 Nov, 2011 3 commits
  20. 06 Nov, 2011 1 commit