1. 10 Mar, 2013 2 commits
  2. 06 Feb, 2013 1 commit
  3. 04 Feb, 2013 1 commit
  4. 01 Feb, 2013 1 commit
  5. 18 Jan, 2013 1 commit
  6. 13 Jan, 2013 1 commit
  7. 03 Jan, 2013 1 commit
  8. 02 Jan, 2013 1 commit
  9. 01 Jan, 2013 2 commits
  10. 31 Dec, 2012 1 commit
  11. 20 Dec, 2012 1 commit
  12. 18 Dec, 2012 1 commit
  13. 14 Dec, 2012 2 commits
  14. 18 Oct, 2012 1 commit
  15. 15 Oct, 2012 1 commit
  16. 14 Oct, 2012 2 commits
  17. 27 Sep, 2012 1 commit
  18. 22 Sep, 2012 1 commit
  19. 12 Sep, 2012 1 commit
  20. 11 Sep, 2012 1 commit
  21. 29 Aug, 2012 1 commit
    • jean-pierre charras's avatar
      Minor cosmetic enhancements. · 79d55c04
      jean-pierre charras authored
      Kicad manager: shows now svg files in tree files.
      Pcbnew: fix incorrect printing (board out of page) when creating drill map in postscript format ( noticeable mainly for small boards)
      79d55c04
  22. 04 Aug, 2012 1 commit
  23. 09 Jun, 2012 1 commit
    • Wayne Stambaugh's avatar
      Add Pcbnew s-expression file parser. · 2d0d8050
      Wayne Stambaugh authored
      * Add s-expression file parser object and keyword files.
      * Fix minor issues with s-expression file formatting.
      * Fix a minor bug the zone container fill state parsing in the legacy plugin.
      * Move EDA_TEXT visibility definition to eda_text.h.
      * Add minor BOARD_ITEM object improvements to support s-expression file
        parser.
      2d0d8050
  24. 16 Apr, 2012 1 commit
  25. 12 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      Internal unit improvements and Pcbnew s-expression file format changes. · bed96be7
      Wayne Stambaugh authored
      * Move EDA_TEXT object into separate header and source file.
      * Compile EDA_TEXT class separately for BOARD_ITEM and SCH_ITEM units.
      * Compile PAGE_INFO  class separately for BOARD_ITEM and SCH_ITEM units.
      * Minor formatting tweaks to Pcbnew s-expression file.
      * Move internal unit formatting functions into BOARD_ITEM and SCH_ITEM.
      bed96be7
  26. 09 Apr, 2012 1 commit
  27. 07 Apr, 2012 1 commit
  28. 01 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      Initial Pcbnew s-expression file format commit. · d7feb9ab
      Wayne Stambaugh authored
      * Add s-expression Format() function to all objects derived from
        BOARD_ITEM.
      * Add s-expression Format() function to base objects as required.
      * Add functions to convert coordinates from base internal units
        (nanometers) to millimeter string for writing to s-expression
        file.
      * Add temporary dummy conversion functions to prevent link errors
        until schematic and board object and action code can be separated
        into DSO/DLL.
      * Add CMake build option to build Pcbnew with nanometer internal
        units.
      d7feb9ab
  29. 19 Mar, 2012 1 commit
  30. 16 Feb, 2012 1 commit
  31. 27 Jan, 2012 1 commit
  32. 23 Jan, 2012 1 commit
  33. 22 Jan, 2012 1 commit
  34. 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
  35. 27 Oct, 2011 1 commit