1. 09 Feb, 2012 1 commit
  2. 23 Jan, 2012 1 commit
  3. 14 Jan, 2012 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew object improvements. · 5289c220
      Wayne Stambaugh authored
      * Remove unnecessary copy constructors from board and module library
        objects.
      * Add doClone() method to board and library objects.
      * Add comment to class definitions where the default copy constructor
        generated by the compiler was adequate.
      * Replace copy method with clone method where applicable.
      * Remove DuplicateStruct() function.
      * Remove track object copy function.
      5289c220
  4. 03 Jan, 2012 1 commit
  5. 14 Dec, 2011 2 commits
  6. 07 Dec, 2011 1 commit
  7. 22 Oct, 2011 1 commit
  8. 01 Oct, 2011 1 commit
  9. 28 Sep, 2011 1 commit
  10. 23 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCB common library header rationalization. · edd35b4e
      Wayne Stambaugh authored
      * All header files used to create the PCB common library now compile as
        stand alone code.  This prevents the need to define them in a specific
        order to make source code compile properly.  It should also now be
        possible to relocate the source code to build the common PCB library
        to a separate folder.
      edd35b4e
  11. 06 Sep, 2011 1 commit
  12. 14 Jul, 2011 1 commit
  13. 04 Jul, 2011 2 commits
  14. 29 Mar, 2011 1 commit
  15. 22 Mar, 2011 1 commit
  16. 28 Feb, 2011 1 commit
  17. 27 Feb, 2011 1 commit
  18. 13 Feb, 2011 1 commit
  19. 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
  20. 14 Jan, 2011 1 commit
  21. 29 Dec, 2010 1 commit
  22. 12 Nov, 2010 1 commit
  23. 23 Apr, 2010 1 commit
  24. 31 Jan, 2010 1 commit
  25. 29 Jan, 2010 1 commit
  26. 07 Dec, 2009 1 commit
    • dickelbeck's avatar
      ++pcbnew & gerbview · 860fbb16
      dickelbeck authored
        * Moved ReturnLayerName() to static BOARD::GetDefaultLayerName() and migrated
          to a Specctra DSN compatible default layer naming scheme:
              Component becomes Front, Copper becomes Back.
        * set_color.h: Cmp becomes Front, Cu becomes Back.
        * D_PAD::DisplayInfo() changed to use actual copper layer names.
        * more layer setup dialog work, moved all programmatic wxControl instantiation
          into the wxFormbuilder environment, but this is fraught with danger:
          wxFlexGridSizer used the tallest control to establish the row heights, so
          be careful about changing control borders in the scroll panel. The vertical
          size can explode since just a couple of pixels times the number of rows
          is substantial.  Currently I am setting a 5 pixel border only left, top, and right
          but not bottom.
        * Set copper layer count is back in place as a hack until I can get the enabled
          layer bit map fully operational.
      
      860fbb16
  27. 12 Nov, 2009 1 commit
    • stambaughw's avatar
      Comment translations. · 4611bfd5
      stambaughw authored
      * Completed translation of all kicad source.
      * Translated source files A through C in pcbnew.
      4611bfd5
  28. 28 Oct, 2009 1 commit
  29. 16 Oct, 2009 1 commit
    • stambaughw's avatar
      wxWidgets 2.9 string fixes and other minor updates. · 7e24e438
      stambaughw authored
      * Replace all known instances of (const wxChar*) casts to GetChars() for
        wxWidgets 2.9 compatibility.
      * Cleaned up get component dialog so last part gets saved on wild card
        selections.
      * Remove redundant schematic component drawing code.
      * Added SCH_COMPONENT constructor to create new component from library
        component object.
      * Add message panel helpers to WinEDA_DrawFrame and update old message
        panel access code.
      * Using library viewer to add component to schematic now respects unit
        and body style selection.
      7e24e438
  30. 11 Oct, 2009 1 commit
  31. 10 Oct, 2009 1 commit
  32. 01 Aug, 2009 1 commit
  33. 28 Jun, 2009 1 commit
  34. 30 May, 2009 1 commit
  35. 12 May, 2009 2 commits
  36. 05 May, 2009 1 commit
  37. 02 May, 2009 1 commit