1. 16 Mar, 2015 1 commit
  2. 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
  3. 11 Mar, 2015 2 commits
  4. 10 Mar, 2015 6 commits
  5. 06 Mar, 2015 1 commit
  6. 03 Mar, 2015 1 commit
  7. 22 Feb, 2015 1 commit
  8. 21 Feb, 2015 2 commits
  9. 20 Feb, 2015 1 commit
  10. 19 Feb, 2015 1 commit
  11. 18 Feb, 2015 6 commits
  12. 15 Feb, 2015 1 commit
  13. 14 Feb, 2015 3 commits
  14. 12 Feb, 2015 3 commits
  15. 29 Jan, 2015 1 commit
  16. 16 Jan, 2015 1 commit
  17. 10 Jan, 2015 1 commit
    • jean-pierre charras's avatar
      Add hight contrast option in Modedit. In hight contrast mode, solder masks and... · 9cfb97d8
      jean-pierre charras authored
      Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
      this option was possible only by modifying the way display options are managed.
      before these changes, display options were a global DISPLAY_OPTIONS class instance.
      Now each EDA_DRAW_FRAME(and derivated classes)  includes its own DISPLAY_OPTIONS class instance.
      As a consequence, some duplicate display option variables in these classes have been removed, because there were just duplicate variables of the  DISPLAY_OPTIONS class instance.
      9cfb97d8
  18. 08 Dec, 2014 1 commit
  19. 21 Nov, 2014 3 commits
  20. 15 Nov, 2014 1 commit
  21. 13 Nov, 2014 2 commits