1. 06 Feb, 2012 1 commit
  2. 05 Feb, 2012 1 commit
  3. 02 Feb, 2012 1 commit
  4. 29 Jan, 2012 1 commit
  5. 23 Jan, 2012 1 commit
  6. 22 Jan, 2012 1 commit
  7. 21 Jan, 2012 1 commit
  8. 17 Jan, 2012 1 commit
  9. 10 Jan, 2012 1 commit
  10. 07 Jan, 2012 1 commit
  11. 04 Jan, 2012 1 commit
  12. 03 Jan, 2012 1 commit
  13. 31 Dec, 2011 1 commit
  14. 30 Dec, 2011 1 commit
  15. 29 Dec, 2011 1 commit
  16. 22 Dec, 2011 2 commits
  17. 21 Dec, 2011 1 commit
  18. 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
  19. 14 Dec, 2011 2 commits
  20. 12 Dec, 2011 1 commit
  21. 08 Dec, 2011 1 commit
  22. 07 Dec, 2011 1 commit
  23. 06 Dec, 2011 1 commit
  24. 05 Dec, 2011 1 commit
    • Dick Hollenbeck's avatar
      ++PCBNew · b26580d5
      Dick Hollenbeck authored
        * Removed Pcb_Frame argument from BOARD() constructor, since it precludes
          having a BOARD being edited by more than one editor, it was a bad design.
          And this meant removing m_PcbFrame from BOARD.
        * removed BOARD::SetWindowFrame(), and BOARD::m_PcbFrame
        * Removed the global BOARD_DESIGN_SETTINGS which was in class_board.cpp
        * added BOARD_DESIGN_SETTINGS to the BOARD class, a full instance
        * a couple dialogs now only change BOARD_DESIGN_SETTINGS when OK is pressed,
          such as dialog_mask_clearance, dialog_drc, etc.
        * Removed common/pcbcommon.cpp's int g_CurrentVersionPCB = 1 and replaced it
          with build_version.h's #define BOARD_FILE_VERSION, although there may be a
          better place for this constant.
        * Made the public functions in PARAM_CFG_ARRAY be type const.
          void SaveParam(..) const and void ReadParam(..) const
        * PARAM_CFG_BASE now has virtual destructor since we have various way of
          destroying the derived class and boost::ptr_vector must be told about this.
        * Pass const PARAM_CFG_ARRAY& instead of PARAM_CFG_ARRAY so that we can use
          an automatic PARAM_CFG_ARRAY which is on the stack.\
        * PCB_EDIT_FRAME::GetProjectFileParameters() may no longer cache the array,
          since it has to access the current BOARD and the BOARD can change.
          Remember BOARD_DESIGN_SETTINGS are now in the BOARD.
        * Made the m_BoundingBox member private, this was a brutally hard task,
          and indicative of the lack of commitment to accessors and object oriented
          design on the part of KiCad developers.  We must do better.
          Added BOARD::GetBoundingBox, SetBoundingBox(), ComputeBoundingBox().
        * Added PCB_BASE_FRAME::GetBoardBoundingBox() which calls BOARD::ComputeBoundingBox()
      b26580d5
  25. 30 Nov, 2011 1 commit
  26. 24 Nov, 2011 2 commits
  27. 15 Nov, 2011 1 commit
  28. 12 Nov, 2011 1 commit
  29. 11 Nov, 2011 1 commit
  30. 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
  31. 31 Oct, 2011 1 commit
  32. 18 Oct, 2011 1 commit
  33. 17 Oct, 2011 1 commit
    • Wayne Stambaugh's avatar
      Minor dialog fixes and code cleaning. · 2c251196
      Wayne Stambaugh authored
      * Grammar and spelling fixes in Eeschema, CvPcb, and Pcbnew path and
        library dialog tool tips.
      * Translate the French file name subrill.cpp to highlight.cpp.
      * Lots of coding style policy fixes.
      2c251196
  34. 13 Oct, 2011 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew auto save improvements. · 70569edb
      Wayne Stambaugh authored
      * Factor auto save common code into base frame class so all frame windows
        can take advantage of the shiny new auto save goodness.
      * Use a timer instead of depending on mouse and keyboard events to trigger
        an auto save.
      * Check for auto save file when opening a board and ask user if they
        wish to use the auto save file or the last saved board file.
      * Protect all base frame public members.
      70569edb
  35. 03 Oct, 2011 1 commit