1. 10 Jan, 2013 1 commit
  2. 04 Jan, 2013 1 commit
  3. 03 Jan, 2013 1 commit
  4. 02 Jan, 2013 2 commits
  5. 01 Jan, 2013 1 commit
  6. 29 Dec, 2012 1 commit
  7. 28 Dec, 2012 1 commit
  8. 27 Dec, 2012 1 commit
  9. 21 Dec, 2012 2 commits
  10. 18 Dec, 2012 1 commit
  11. 16 Dec, 2012 1 commit
  12. 10 Dec, 2012 1 commit
  13. 08 Dec, 2012 2 commits
  14. 06 Dec, 2012 1 commit
  15. 04 Dec, 2012 2 commits
    • 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
  16. 03 Dec, 2012 1 commit
  17. 30 Nov, 2012 1 commit
  18. 27 Nov, 2012 1 commit
  19. 26 Nov, 2012 1 commit
  20. 23 Nov, 2012 1 commit
  21. 22 Nov, 2012 1 commit
  22. 20 Nov, 2012 1 commit
  23. 15 Nov, 2012 1 commit
  24. 14 Nov, 2012 1 commit
    • Dick Hollenbeck's avatar
      1) Switch to boost hashtable support from wx macros which did not handle std::string. · 9bbff22d
      Dick Hollenbeck authored
         This required the additional compiler command line option "-std=c++0x".
      
      2) Switch to unique_ptr from auto_ptr which is C++ deprecated.
      
      3) Change to new English layer names per mailing list discussion, see class_board.cpp.
      
      4) When saving to *.kicad_pcb or *.kicad_mod, identify opportunities to use wildcard
         layer sets, for pads so far.
      
      5) Switch to two std::string hashtables in pcb_parser.cpp, away from one wxString based one
         for layer names and layer sets mapping. One hashtable holds the mask, the other the index.
         Layer sets are only in the mask table.
      
      6) Move "LOCALE_IO toggle" into PCB_IO::Format() since it is a public API function and
         caller should find it as convenient as possible to use.  LOCALE_IO should handle
         nesting OK in the case where public Format() is called from one of the Footprint*()
         functions.
      
      7) Drop support for "export module to new library".  Creating new libraries will have to
         be handled in concert with library table entries, and we've talked recently about
         creating a better footprint library manager, one that resides in a DLL/DSO.  So
         this kind of functionality needs to be handled in there in the near future.
      
      8) Change name of exported PCB_IO module/footprint to *.kicad_mod and not *.emp.
      9bbff22d
  25. 31 Oct, 2012 1 commit
  26. 29 Oct, 2012 1 commit
  27. 25 Oct, 2012 1 commit
  28. 23 Oct, 2012 1 commit
  29. 18 Oct, 2012 1 commit
  30. 14 Oct, 2012 1 commit
  31. 13 Oct, 2012 3 commits
  32. 08 Oct, 2012 2 commits
  33. 28 Sep, 2012 1 commit