1. 01 Sep, 2013 3 commits
  2. 31 Aug, 2013 1 commit
  3. 29 Aug, 2013 1 commit
  4. 28 Aug, 2013 4 commits
  5. 26 Aug, 2013 2 commits
  6. 24 Aug, 2013 2 commits
  7. 23 Aug, 2013 2 commits
  8. 20 Aug, 2013 2 commits
  9. 19 Aug, 2013 1 commit
  10. 18 Aug, 2013 1 commit
  11. 16 Aug, 2013 4 commits
  12. 15 Aug, 2013 1 commit
  13. 13 Aug, 2013 2 commits
  14. 09 Aug, 2013 5 commits
  15. 08 Aug, 2013 3 commits
  16. 07 Aug, 2013 2 commits
  17. 06 Aug, 2013 3 commits
  18. 05 Aug, 2013 1 commit
    • Dick Hollenbeck's avatar
      BUG FIX: eeschema as segfaulting on the 'Insert' key because the m_itemToRepeat · c0832a03
      Dick Hollenbeck authored
      was simply a pointer to an object on the display list.  At times this object
      would disappear from the display list, in the test case because of a concatonation
      of two wires, and if you then tried to clone the non-existent object you'd get a 
      crash.  This was not merely a bug, but a naive design choice. IMO.
      Now the item to repeat is cloned, so will never also be on the display list.
      c0832a03