1. 28 Apr, 2015 1 commit
  2. 09 Apr, 2015 1 commit
  3. 07 Apr, 2015 1 commit
  4. 05 Apr, 2015 1 commit
  5. 03 Apr, 2015 1 commit
  6. 02 Apr, 2015 4 commits
  7. 31 Mar, 2015 2 commits
  8. 30 Mar, 2015 3 commits
  9. 29 Mar, 2015 1 commit
    • Wayne Stambaugh's avatar
      Add path (environment variable) configuration dialog. · 45d0448b
      Wayne Stambaugh authored
      * Create new dialog to edit environment variables.
      * Add helper class ENV_VAR_ITEM to manage environment variable values and
        if they were defined externally.
      * A path configuration dialog access to KiCad, CvPcb, Pcbnew, and Footprint Editor
        window menus.
      * Add validator for environment variables.
      45d0448b
  10. 26 Mar, 2015 2 commits
  11. 25 Mar, 2015 3 commits
  12. 22 Mar, 2015 2 commits
  13. 21 Mar, 2015 1 commit
  14. 20 Mar, 2015 1 commit
  15. 18 Mar, 2015 1 commit
  16. 16 Mar, 2015 3 commits
  17. 15 Mar, 2015 1 commit
  18. 14 Mar, 2015 1 commit
    • jean-pierre charras's avatar
      Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It... · f743b988
      jean-pierre charras authored
      Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run).
      Add Ctrl+E hotkey in eeschema to edit a component with Libedit (similar to pcbnew Ctrl+E hotkey)
      As usual, fix a few minor coverity warnings
      f743b988
  19. 13 Mar, 2015 1 commit
  20. 11 Mar, 2015 2 commits
  21. 10 Mar, 2015 3 commits
  22. 09 Mar, 2015 2 commits
  23. 06 Mar, 2015 2 commits
    • jean-pierre charras's avatar
      Fix minor issues: plot svg did not handle dashed lines. · 086ff54e
      jean-pierre charras authored
      Eeschema now uses dashed lines for graphic lines (to be consistent with plot functions and toolbal icon).
      Fix an old bug in some envionments which warp the mouse on a bad monitor when opening eeschema, pcbnew and some other windows, only noticeable guys who are lucky enough to have more than one monitor.
      086ff54e
    • Alexander Golubev's avatar
      fix several -Woverloaded-virtual warnings in common/* dir · f2ce42dd
      Alexander Golubev authored
       - CACHED_CONTAINER::GetVertices: removed useless and unused function
         which does nothing but tainted the API
       - SHAPE_LINE_CHAIN::Collide( const BOX2I& aBox, int aClearance ):
         removed an outdated function with assert(false)
       - SHAPE::BBox(): fix a small typo in the doc string
      f2ce42dd