1. 08 Nov, 2011 1 commit
    • Wayne Stambaugh's avatar
      Minor fixes, dead code removal, and coding policy fixes. · cd0b2316
      Wayne Stambaugh authored
      * Use version of DateAndTime that returns a wxString and delete the
        version that takes a char* as it is no longer required.
      * Merge StrNumICmp() and StrLenNumICmp() into StrLenNumCmp() to create a
        single function for comparing strings with integers and remove a lot
        of duplicate code.
      * Remove unused strupper from string.cpp.
      * Use wxArrayString for sorting the EDA_LIST_DIALOG contents.
      cd0b2316
  2. 01 Oct, 2011 1 commit
  3. 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
  4. 07 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Lots and lots of PCBNew code cleaning and fix build bug introduced in r3108. · 0c443357
      Wayne Stambaugh authored
      * Changed <wx-2.8/xml/xml.h> to "xnode.h" in pcbnew_config.cpp to fix bug
        when building against wxWidgets 2.9 and above.
      * Convert broken wxXmlNode code to use XNODE.
      * Overloaded XNODE constructor for creating child nodes.
      * Translate French naming conventions.
      * Translate French comments.
      * Remove tabs from several source files.
      * Coding style policy and Doxygen comment fixes.
      0c443357
  5. 19 Aug, 2011 1 commit
  6. 28 Feb, 2011 1 commit
  7. 25 Feb, 2011 1 commit
  8. 28 Dec, 2010 1 commit
  9. 11 Dec, 2010 1 commit
  10. 08 Dec, 2010 1 commit
  11. 23 Apr, 2010 1 commit
  12. 31 Jan, 2010 1 commit
  13. 13 Jan, 2010 1 commit
    • stambaughw's avatar
      Minor bug fixes, compiler warning fixes and code cleaning. · e1534141
      stambaughw authored
      * Fix debug asserts when passing NULL pointers to wxAuiPaneInfo.
      * Fix Kicad main window sash sizer bug when using wxAui.
      * Remove specctra_test from Visual Studio builds to prevent build errors.
      * Add WIN32 to layer widget test so it will build properly on Visual Studio.
      * Fixed compiler conversion warnings in PCBNew.
      * Fixed worksheet print scaling in PCBNew.
      * Minor code renaming.
      e1534141
  14. 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
  15. 14 Nov, 2009 1 commit
    • stambaughw's avatar
      More comment translation work. · 506a73c3
      stambaughw authored
      * Translate source files D through L in pcbnew.
      * Add translate tag for comments that did not translate correctly.
      506a73c3
  16. 28 Oct, 2009 1 commit
  17. 29 Aug, 2009 1 commit
  18. 01 Aug, 2009 1 commit
  19. 30 Jun, 2009 1 commit
  20. 28 Jun, 2009 1 commit
  21. 28 May, 2009 1 commit
  22. 21 May, 2009 1 commit
    • stambaughw's avatar
      Build improvements, compiler warning fixes and build fixes, and lots of clean up. · 8bf79111
      stambaughw authored
      * Created separate SVN version header.
      * Add true config.h for platform dependency checks.
      * Add dependency check cmake module.
      * Remove some leftover hand crafted make files.
      * Remove non-cmake build instructions from COMPILING.txt.
      * Fix split _() strings causing Visual C++ compiler error.
      * Fix lots of compiler warnings.
      * Change project file parameter container from wxArray to boost::vector_ptr.
      * Removed lots of redundant header definitions.
      * Fixed green_xpm redefinition in ercgreen.xpm.
      * Remove some dead code and unnecessary class methods.
      8bf79111
  23. 17 Apr, 2009 1 commit
  24. 19 Mar, 2009 1 commit
  25. 12 Mar, 2009 1 commit
  26. 04 Feb, 2009 1 commit
  27. 22 Dec, 2008 1 commit
  28. 04 Dec, 2008 1 commit
  29. 24 Nov, 2008 1 commit
  30. 06 Jun, 2008 1 commit
  31. 22 Mar, 2008 1 commit
  32. 25 Jan, 2008 1 commit
  33. 18 Jan, 2008 2 commits