1. 12 Dec, 2012 1 commit
  2. 11 Dec, 2012 2 commits
  3. 10 Dec, 2012 2 commits
  4. 08 Dec, 2012 2 commits
  5. 07 Dec, 2012 1 commit
    • jean-pierre charras's avatar
      All: Fix an usually unwanted behavior in kicad: When closing a dialog (mainly... · 1671432a
      jean-pierre charras authored
      All: Fix an usually unwanted behavior in kicad: When closing a dialog (mainly ERC, DRC and recently a component selection by the library viewer on a double click) the mouse release left button event (which is seen by the parent after closing the dialog, becuse it is actually made in the parent) generate an unwanted command (item selection, component place ...)
      This event can be now skipped if needed by calling  EDA_DRAW_FRAME::SkipNextLeftButtonReleaseEvent() from the dialog.
      Very minor other fixes
      1671432a
  6. 06 Dec, 2012 5 commits
  7. 04 Dec, 2012 3 commits
    • Dick Hollenbeck's avatar
      merge patch with refinement · 151f81aa
      Dick Hollenbeck authored
      151f81aa
    • Dick Hollenbeck's avatar
      Prevent the double click from being as a single click in the parent · 79015495
      Dick Hollenbeck authored
      window which would cause the part to be parked rather than staying
      in drag mode.
      79015495
    • Antia Puentes's avatar
      In eeschema, when inserting a component into the schematic using the · c9714604
      Antia Puentes authored
      Library Browser tool, you have to select it in the components listbox
      and then press the "Insert component into schematic" button to close the
      window and return to the schematic.
      
      The attached patch enables the selection and insertion of a component in
      schematic by double clicking on it in the Library Browser component
      listbox. As the double clicking should have effect only if the Library
      Browser was launched to load a component in schematic, the patch checks
      for NULL the m_Semaphore variable, used two distinguish the mode in
      which the Library Browser is running (modal, used when inserting a
      component in schematic, or non-modal).
      c9714604
  8. 03 Dec, 2012 2 commits
  9. 02 Dec, 2012 1 commit
  10. 01 Dec, 2012 1 commit
  11. 30 Nov, 2012 2 commits
  12. 29 Nov, 2012 2 commits
  13. 28 Nov, 2012 3 commits
  14. 27 Nov, 2012 7 commits
  15. 26 Nov, 2012 2 commits
  16. 25 Nov, 2012 2 commits
  17. 24 Nov, 2012 2 commits