1. 08 Nov, 2011 2 commits
  2. 07 Nov, 2011 3 commits
  3. 06 Nov, 2011 1 commit
  4. 04 Nov, 2011 1 commit
  5. 03 Nov, 2011 1 commit
  6. 01 Nov, 2011 4 commits
  7. 31 Oct, 2011 3 commits
  8. 30 Oct, 2011 1 commit
  9. 29 Oct, 2011 1 commit
  10. 28 Oct, 2011 2 commits
    • Wayne Stambaugh's avatar
      Unify Eeschema orient commands and other minor fixes. · bbda48f9
      Wayne Stambaugh authored
      * Create command event handler for orienting schematic items and block.
      * Remove redundant orient item and block command handler code and IDs.
      * Remove redundant cancel current command event table entry.
      * Remove unnecessary schematic bitmap object virtual functions.
      * Set path when saving schematic sheet files to prevent assertion in
        updated path and file write permission test function.
      * Restore directory and file name write permission test function to it's
        previous behavior to prevent unexpected save results.
      * Add an assertion to verify the path is not empty to directory and file
        write permission test function.
      * Improve documentation for path and file write permission test function.
      * Fix Doxygen link warnings.
      bbda48f9
    • Wayne Stambaugh's avatar
      Fix schematic library pin editing bug. Fixes lp:809506 · a834c47b
      Wayne Stambaugh authored
      * Change edit pin per part flag to only have effect when editing
        component with multiple parts or alternate body styles.
      * Move global edit pin pert part variable into library editor frame
        object.
      * Note that this only fixes the bug when the component does not have
        multiple parts or alternate body styles.
      a834c47b
  11. 27 Oct, 2011 5 commits
  12. 26 Oct, 2011 3 commits
  13. 25 Oct, 2011 1 commit
  14. 24 Oct, 2011 3 commits
  15. 22 Oct, 2011 2 commits
  16. 21 Oct, 2011 2 commits
    • Wayne Stambaugh's avatar
      Initial ground work to make schematic fields use unified move code. · 7bbe2f78
      Wayne Stambaugh authored
      * Remove external dependency for adding suffix to reference designator
        fields.
      * Make schematic field get and set position methods transform coordinates
        relative to the parent component object that owns them.
      * Make base text class get text method virtual so derived classes can
        change the base string according to their individual requirements.
      * Fix a problem with default place schematic item add in last commit.
      7bbe2f78
    • Wayne Stambaugh's avatar
      More Eeschema schematic item move code unification. · 78377058
      Wayne Stambaugh authored
      * Tweak move item to support moving schematic sheet pin objects.
      * Change schematic sheet pin set position to constrain position within
        the parent sheet.
      * Schematic sheet pin moving now handled by unified move code.
      * Remove old schematic sheet pin move code.
      * Add custom client data object for passing hot key information to
        command event handlers.
      * Fix a bug that prevented changes to schematic sheet pin objects from
        being undone.
      78377058
  17. 20 Oct, 2011 4 commits
  18. 19 Oct, 2011 1 commit
    • Wayne Stambaugh's avatar
      Minor Eeschema fixes. · 30a4bd39
      Wayne Stambaugh authored
      * Fix a set position method bug in schematic item that caused the fields
        to drawn in the wrong position.
      * Group zoom hot keys to use the same command event in schematic and
        library editor frames.
      30a4bd39