1. 02 Jan, 2014 1 commit
  2. 28 Nov, 2013 1 commit
  3. 27 Nov, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Implement "Copy On Write" (COW) support in GITHUB_PLUGIN. See class header · b0c739e7
      Dick Hollenbeck authored
         comment for GITHUB_PLUGIN which should flow into Doxygen output.
      *) Rewrote: 
              PCB_BASE_FRAME::Save_Module_In_Library(): now uses fp-lib-table and PROPERTIES.  
              PCB_EDIT_FRAME::ArchiveModulesOnBoard(): now can archive to any writable library type.
              PCB_BASE_FRAME::SelectLibrary(): is now generic for selecting a library, not just the active library.
      b0c739e7
  4. 12 Nov, 2013 1 commit
  5. 02 Nov, 2013 2 commits
  6. 24 Oct, 2013 1 commit
  7. 05 Oct, 2013 2 commits
  8. 25 Sep, 2013 1 commit
  9. 21 Sep, 2013 1 commit
  10. 21 Jan, 2013 1 commit
  11. 29 Dec, 2012 1 commit
  12. 28 Dec, 2012 1 commit
    • Wayne Stambaugh's avatar
      Add Pcbnew GEDA PCB module plugin support. · 7c86749c
      Wayne Stambaugh authored
      * Create new GEDA PCB plug in.
      * Add support for opening GEDA PCB footprints with module editor.
      * Make import footprint file dialog remember last selected footprint
        type during current session.
      * Update module editor file import to use new GEDA PCB plug in.
      * Let IO_MGR know about GEDA PCB plug in.
      * Create a WHITESPACE_FILTER_READER to simplify parsing GEDA PCB footprint
        files.
      7c86749c
  13. 19 Nov, 2012 1 commit
    • Dick Hollenbeck's avatar
      Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and · 2aa27122
      Dick Hollenbeck authored
      their type, by using the more abstract PLUGIN::Footprint*() functions.
      
      This is an intermediate phase only, other changes will be necessary as library table support comes in.
      Encapsulate usage of library path searching, since that will go away as library table support comes in.
      Add FOOTPRINT_EDIT_FRAME::{get,set}LibPath() and FOOTPRINT_EDIT_FRAME::{get,set}LibNickName() functions
      to provide this encapsulation.
      2aa27122
  14. 17 Oct, 2012 1 commit
  15. 20 May, 2012 1 commit
  16. 17 Apr, 2012 2 commits
  17. 16 Apr, 2012 1 commit
  18. 07 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew s-expression file format changes. · 9c16a218
      Wayne Stambaugh authored
      * Save dialog now supports saving boards to new file format.
      * Add CMake option to build s-expression file save.
      * Add check to main CMakeList.txt file to make sure nanometers are
        enables when the new file format is built.
      * Minor tweaks to object format functions for improved output.
      * Rename kicad_plugin.h/cpp to legacy_plugin.h/cpp.
      9c16a218
  19. 09 Jan, 2012 1 commit
  20. 22 Dec, 2011 1 commit
  21. 15 Dec, 2011 1 commit
  22. 05 Dec, 2011 2 commits
    • Dick Hollenbeck's avatar
      Fix problem with BOARD bounding box in saved *.brd files, · fafd74ca
      Dick Hollenbeck authored
      and TEXTE_MODULE size in kicad_plugin.
      Link in io_mgr and kicad_plugin but do not call them yet
      fafd74ca
    • 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
  23. 02 Dec, 2011 3 commits
  24. 30 Nov, 2011 1 commit
  25. 29 Nov, 2011 1 commit
  26. 28 Nov, 2011 1 commit