1. 20 Mar, 2012 1 commit
  2. 19 Mar, 2012 2 commits
  3. 17 Mar, 2012 1 commit
  4. 12 Mar, 2012 1 commit
    • jean-pierre charras's avatar
      Eeschema: minor fixes: · 396538e1
      jean-pierre charras authored
      * make 2 bitmaps more visible.
      * fix incorrect screen redraw when rotating a component.
      * netlist : the pcbnew advanced format can be now stored (persistant option) in project config.
      396538e1
  5. 10 Mar, 2012 1 commit
  6. 09 Mar, 2012 1 commit
    • jean-pierre charras's avatar
      Dialog exit: better icon. · 909c2a60
      jean-pierre charras authored
      Pcbnew:
       * graphic_item_properties_base.fbp * dialog pad edit: make some strings more easier to translate.
       * global pad edition: fix a bug that change pad position instead of pad size (round pas only).
      Eeschema:
       * fix a bug: new created wires were not alwaes shows until the screen was redrawn.
      909c2a60
  7. 08 Mar, 2012 2 commits
  8. 07 Mar, 2012 1 commit
    • jean-pierre charras's avatar
      All: try to fix incorrect acs in plot SVG under wxWidgets 2.9: · 5e5ec6f1
      jean-pierre charras authored
      wxWidgets 2.9 knows wxSVGFILEDC device context.
      Unfortunately, arcs are drawn as pies (this is a feature, not a bug).
      This is not correct for Kicad.
      So Kicad has its own wxSVGFILEDC (named KicadSVGFileDC) that is basically the same as wxSVGFILEDC,
      but with arcs drawn as arcs, not pies.
      Note also under wxWidgets 2.8 does not know wxSVGFILEDC , so kicad had already its own SVG device context.
      5e5ec6f1
  9. 06 Mar, 2012 1 commit
  10. 29 Feb, 2012 1 commit
  11. 24 Feb, 2012 1 commit
  12. 19 Feb, 2012 1 commit
  13. 17 Feb, 2012 1 commit
  14. 16 Feb, 2012 1 commit
  15. 15 Feb, 2012 1 commit
  16. 12 Feb, 2012 1 commit
  17. 06 Feb, 2012 2 commits
  18. 05 Feb, 2012 1 commit
  19. 02 Feb, 2012 1 commit
  20. 29 Jan, 2012 1 commit
  21. 23 Jan, 2012 1 commit
  22. 22 Jan, 2012 1 commit
  23. 21 Jan, 2012 1 commit
  24. 17 Jan, 2012 1 commit
  25. 10 Jan, 2012 1 commit
  26. 07 Jan, 2012 1 commit
  27. 04 Jan, 2012 1 commit
  28. 03 Jan, 2012 1 commit
  29. 31 Dec, 2011 1 commit
  30. 30 Dec, 2011 1 commit
  31. 29 Dec, 2011 1 commit
  32. 22 Dec, 2011 2 commits
  33. 21 Dec, 2011 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. 14 Dec, 2011 1 commit