1. 10 Mar, 2012 2 commits
  2. 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
  3. 08 Mar, 2012 3 commits
  4. 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
  5. 06 Mar, 2012 2 commits
  6. 01 Mar, 2012 1 commit
  7. 29 Feb, 2012 1 commit
  8. 28 Feb, 2012 1 commit
  9. 27 Feb, 2012 1 commit
  10. 26 Feb, 2012 3 commits
  11. 25 Feb, 2012 2 commits
  12. 24 Feb, 2012 3 commits
  13. 23 Feb, 2012 3 commits
  14. 22 Feb, 2012 4 commits
  15. 21 Feb, 2012 3 commits
  16. 20 Feb, 2012 5 commits
    • jean-pierre charras's avatar
      Fix 2 minor bugs: · 477e98dc
      jean-pierre charras authored
      * Pcbnew: in hight contrast mode the 'V' hotkey did not always refresh the screen.
      * Eeschema: incorrect print scale when the option 'Show page limits' is disable.
      477e98dc
    • Dick Hollenbeck's avatar
      update TODO.txt with personal items · aaa62cdd
      Dick Hollenbeck authored
      aaa62cdd
    • Dick Hollenbeck's avatar
      Miguel's changes · b6cae6fe
      Dick Hollenbeck authored
      b6cae6fe
    • Dick Hollenbeck's avatar
      * Remove virtual BOARD_ITEM::{Get,Set}Position() which in turn means all · c2fa1b88
      Dick Hollenbeck authored
          derived classes' implementations of these functions become non virtual and
          can be truly _inlined_ for speed!  All GetPosition() in derived classes were also
          changed to return const wxPoint&, that is, a reference rather than a
          full copy of the position wxPoint. There was no need for polymorphism in
          {Get,Set}Position() since we never call these functions via generic pointer.
        * Remove BOARD::{Get,Set}Position() since they were only there to satisfy
          the pure virtuals established in BOARD_ITEM, which are now gone.
        * Added const wxPoint& CPolyLine::GetPos(), made CPolyLine::Get{X,Y}() inline.
        * Derive CPolyPt from wxPoint so we can return "const wxPoint&" fromt
          CPolyLine::GetPos().
      c2fa1b88
    • Dick Hollenbeck's avatar
      see CHANGELOG.txt · 107ef8f1
      Dick Hollenbeck authored
      107ef8f1
  17. 19 Feb, 2012 4 commits