1. 13 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      More internal unit improvements. · 57d75a75
      Wayne Stambaugh authored
      * Move all convert from internal to user units functions into separate file.
      * Remove internal units parameter from all moved conversion functions.
      * Revise all source code that calls the moved conversion functions.
      * Compile these conversion routines separately for the appropriate pcb or
        schematic internal units.
      * Move internal units specific status bar update code into the appropriate
        application for updating the status bar.
      * Move millimeter user units rounding function to common.cpp.
      57d75a75
  2. 26 Mar, 2012 1 commit
    • Wayne Stambaugh's avatar
      Minor code improvements and coding policy fixes. · 45445dd8
      Wayne Stambaugh authored
      * BLOCK_SELECTOR class is not longer derived from EDA_ITEM.
      * Encapsulate BLOCK_SELECTOR class member variables and add access methods.
      * Move HandleBlockBegin() function from block_commande.cpp to drawframe.cpp.
      * Remove virtual methods from top level derived objects per future
        coding policy change.
      * Remove Doxygen copydoc statement from objects derived from EDA_ITEM
        since the comments are automatically copied to the derived object.
      * Removed copy and pasted Doxygen comments from objects derived from
        EDA_ITEM.
      45445dd8
  3. 17 Mar, 2012 1 commit
  4. 27 Feb, 2012 1 commit
  5. 23 Jan, 2012 1 commit
  6. 09 Jan, 2012 1 commit
    • Wayne Stambaugh's avatar
      Eeschema schematic object improvements. · 409d6e8e
      Wayne Stambaugh authored
      * Remove unnecessary copy constructors from schematic and component
        library objects.
      * Add comment to class definitions where the default copy constructor
        generated by the compiler was adequate.
      * Add assignment operator to EDA_ITEM, SCH_ITEM, and all schematic
        objects where the default assignment operator generated by the
        compiler would not be adequate.
      409d6e8e
  7. 29 Dec, 2011 1 commit
  8. 21 Dec, 2011 1 commit
  9. 11 Nov, 2011 1 commit
  10. 01 Nov, 2011 1 commit
  11. 31 Oct, 2011 1 commit
  12. 06 Sep, 2011 1 commit
  13. 16 Aug, 2011 1 commit
  14. 25 May, 2011 1 commit
  15. 22 May, 2011 1 commit
  16. 20 May, 2011 1 commit
  17. 27 Apr, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add hit testing clarification to schematic library editor. · 86bf955d
      Wayne Stambaugh authored
      * Create library collector class.
      * Add clarification menu to library editor when multiple items are found
        at the current position.
      * Add get clarification menu text to all objects derived from LIB_ITEM.
      * Add get menu bitmap for all objects derived from LIB_ITEM.
      * Improve LIB_PIN bounding box calculation.
      * Rename LIB_ITEM::DoGenCopy to doClone to match behavior defined in base
        class EDA_ITEM.
      * Minor class renaming for improved code consistency.
      * Added less than operator to EDA_ITEM.
      86bf955d
  18. 18 Apr, 2011 1 commit
  19. 29 Mar, 2011 1 commit
  20. 25 Mar, 2011 1 commit
  21. 28 Feb, 2011 1 commit
  22. 24 Feb, 2011 2 commits
  23. 08 Feb, 2011 1 commit
  24. 21 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema code refactoring and coding policy naming fixes. · 73e38ce9
      Wayne Stambaugh authored
      * Move schematic wire and bus break code into schematic screen object.
      * Move schematic test for dangling ends into schematic screen object.
      * Remove left over debugging output in schematic screen object.
      * Remove unused file eeschema/cleanup.cpp.
      * Fix bug in schematic line object hit test algorithm.
      * Fix a string concatenation compile error added in r2752.
      * Rename class WinEDA_BasicFrame to EDA_BASE_FRAME.
      * Rename class WinEDA_DrawFrame to EDA_DRAW_FRAME.
      * Rename class WinEDA_DrawPanel to EDA_DRAW_PANEL.
      73e38ce9
  25. 22 Dec, 2010 1 commit
  26. 20 Dec, 2010 2 commits
  27. 14 Dec, 2010 1 commit
  28. 10 Dec, 2010 1 commit
  29. 07 Dec, 2010 1 commit
  30. 17 Nov, 2010 1 commit
  31. 12 Nov, 2010 1 commit
  32. 10 Nov, 2010 1 commit
  33. 26 Oct, 2010 1 commit
  34. 25 Oct, 2010 1 commit
  35. 22 Oct, 2010 1 commit
    • Wayne Stambaugh's avatar
      Component library editor bug fixes and other minor fixes. · 185a2544
      Wayne Stambaugh authored
      * Fix bug that prevented component from being replaced in library when
        the component root name was changed.
      * Fix drawing bug when changing text or field item string while move in
        progress.
      * Fix drawing bug when rotating text item while move in progress.
      * Prevent undo or redo when editing a component draw item.
      * Fix assert bug when replacing component in library when the component
        root name was changed.
      * Fix bug in field editor caused by new root alias implementation that
        prevented any field from being changed.
      * Fix minor spacing issues with EESchema find dialog.
      * Deprecate remaining internal linked list code from component library
        objects.
      * Rename pin object files to match new library object file naming
        scheme.
      * Move LIB_TEXT object definition into it's own header file.
      185a2544
  36. 20 Oct, 2010 1 commit
    • Wayne Stambaugh's avatar
      Major component library ojbect editing code refactor. · 285d9b64
      Wayne Stambaugh authored
      * All library component object editing is now performed with the ojbect
        except LIB_PIN (coming soon).
      * Added TRANFORM class to handle coordinate transforms.
      * Remove old transform matrix functions.
      * More file renaming to align them with the other component library
        object file names.
      * Fix hot key bugs in library editor to disable edit keys while an item
        is being edited.
      * Fixed bug when cancelling rotation of text and field objects while
        being moved.
      285d9b64
  37. 17 Jun, 2010 1 commit
  38. 08 May, 2010 1 commit