1. 19 Mar, 2012 1 commit
  2. 16 Feb, 2012 1 commit
  3. 27 Jan, 2012 1 commit
  4. 23 Jan, 2012 1 commit
  5. 22 Jan, 2012 1 commit
  6. 16 Dec, 2011 2 commits
    • Wayne Stambaugh's avatar
      Encapsulate EDA_APP class. · 0e27f45f
      Wayne Stambaugh authored
      0e27f45f
    • Wayne Stambaugh's avatar
      More encapsulation work and other minor improvements. · fac288cf
      Wayne Stambaugh authored
      * EDA_DRAW_FRAME completely encapsulated except for DrawFrame member.
      * Moved members specific to Pcbnew from EDA_DRAW_FRAME to PCB_BASE_FRAME
        or PCB_EDIT_FRAME as appropriate.
      * Replace EDA_TOOLBAR with wxAuiToolBar as EDA_TOOL bar provided no
        additional functionality and made code less readable.
      * Remove EDA_TOOLBAR class definition from wxstruct.h and delete file
        wineda_toolbar.cpp.
      * Rename tool bar members to something more descriptive since the
        horizontal and vertical references wont mean anything once the
        tool bars are movable.
      * Lots of dead code removal.
      fac288cf
  7. 27 Oct, 2011 1 commit
  8. 18 Oct, 2011 1 commit
    • Wayne Stambaugh's avatar
      Minor menu bar fixes. · 1bd7fc8a
      Wayne Stambaugh authored
      * Fixed bug on Windows that prevented the menu short cuts from working
        properly.
      * Fix duplicate menu short cut keys in KiCad, Pcbnew, and Eeschema.
      * Add menu short cuts for all possible menu entries.
      1bd7fc8a
  9. 30 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Application name capitalization fixes. · 4b853ded
      Wayne Stambaugh authored
      * Correct all user strings and comments for the correct capitalization of
        application names according to JP.  They are KiCad, Pcbnew, CvPcb,
        Eeschema, and GerbView.
      * Add a note the the user interface policy about the correct capitalization.
      4b853ded
  10. 15 Sep, 2011 1 commit
  11. 13 Sep, 2011 1 commit
  12. 09 Sep, 2011 1 commit
  13. 08 Sep, 2011 2 commits
  14. 07 Sep, 2011 1 commit
  15. 06 Sep, 2011 1 commit
  16. 01 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add menu item function fixes and other minor improvements. · 4a7dc4ad
      Wayne Stambaugh authored
      * Rename all ADD_MENUITEM_* functions to AddMenuItem and move them to
        wxstruct.h since they are used by the Kicad main frame classes.
      * Move SET_BITMAP and SETBITMAPS definitions to wxstruct.h.
      * Fix a bug in SET_BITMAPS that prevented enabling menu item images on
        OSX.
      * Rename MsgItem to EDA_MSG_ITEM.
      * Remove redundant includes from modified files.
      * Doxygen and coding style policy fixes.
      4a7dc4ad
  17. 30 Aug, 2011 1 commit
  18. 29 Aug, 2011 1 commit
  19. 28 Aug, 2011 1 commit
  20. 19 Aug, 2011 2 commits
  21. 05 Aug, 2011 1 commit
  22. 18 Jun, 2011 1 commit
  23. 13 May, 2011 1 commit
  24. 12 May, 2011 2 commits
  25. 17 Apr, 2011 1 commit
  26. 13 Apr, 2011 1 commit
  27. 06 Apr, 2011 1 commit
  28. 05 Apr, 2011 1 commit
  29. 04 Apr, 2011 1 commit
  30. 17 Mar, 2011 1 commit
  31. 30 Jan, 2011 1 commit
  32. 28 Jan, 2011 1 commit
  33. 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
  34. 18 Dec, 2010 1 commit
  35. 17 Dec, 2010 1 commit
  36. 14 Dec, 2010 1 commit