1. 08 Jan, 2014 1 commit
  2. 14 Dec, 2013 1 commit
  3. 08 Dec, 2013 1 commit
  4. 25 Sep, 2013 1 commit
  5. 13 Aug, 2013 1 commit
  6. 31 Mar, 2013 1 commit
  7. 29 Mar, 2013 1 commit
  8. 25 Mar, 2013 2 commits
  9. 18 Dec, 2012 1 commit
  10. 23 Nov, 2012 1 commit
  11. 02 Sep, 2012 2 commits
  12. 13 Jul, 2012 1 commit
  13. 09 Jul, 2012 1 commit
  14. 26 Jun, 2012 1 commit
  15. 25 Jun, 2012 1 commit
  16. 17 Jun, 2012 1 commit
  17. 29 May, 2012 1 commit
    • Dick Hollenbeck's avatar
      Mostly EAGLE_PLUGIN work: · f2bd20ab
      Dick Hollenbeck authored
      * Derive the pcbnew copper zone and non-copper zone dialog windows from DIAG_SHIM,
        which injects some template code.
      * Update UIpolicies.txt to talk about DIALOG_SHIM support.
      * Add zone support to eagle_plugin.
      * Organize ZONE_CONTAINER class declaration for future privacy and accessors.
      f2bd20ab
  18. 16 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      More internal unit improvements. · 6468805c
      Wayne Stambaugh authored
      * Move all convert from user to internal units into base_units.cpp.
      * Remove internal units parameters from all moved conversion functions.
      * Revise all source code that calls the moved conversion functions.
      * Remove internal units from all dialog text control helper classes.
      6468805c
  19. 13 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      More internal unit improvements. · 57d75a75
      Wayne Stambaugh authored
      * Move all convert from internal to user units functions into separate file.
      * Remove internal units parameter from all moved conversion functions.
      * Revise all source code that calls the moved conversion functions.
      * Compile these conversion routines separately for the appropriate pcb or
        schematic internal units.
      * Move internal units specific status bar update code into the appropriate
        application for updating the status bar.
      * Move millimeter user units rounding function to common.cpp.
      57d75a75
  20. 24 Feb, 2012 1 commit
  21. 06 Feb, 2012 2 commits
  22. 29 Jan, 2012 1 commit
  23. 23 Jan, 2012 1 commit
  24. 22 Jan, 2012 1 commit
  25. 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
  26. 30 Nov, 2011 1 commit
  27. 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
  28. 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
  29. 06 Sep, 2011 1 commit
  30. 27 Aug, 2011 1 commit
  31. 01 Mar, 2011 3 commits
  32. 27 Feb, 2011 1 commit
  33. 23 Feb, 2011 1 commit
  34. 21 Feb, 2011 1 commit