1. 27 Apr, 2015 1 commit
    • jean-pierre charras's avatar
      Add a python script example in demo folder to create various plot files from a... · 9da39717
      jean-pierre charras authored
      Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class.
      Important note: from a python script one cannot plot the palge layout, because the page layout template file is not stored in the board file, but it is part of the project.
      Because when using a python script, the project is not loaded, the page layout template is not known.
      Trying to plot it crashes the script.
      9da39717
  2. 16 Apr, 2015 1 commit
  3. 28 Mar, 2015 1 commit
  4. 09 Mar, 2015 1 commit
  5. 04 Jan, 2015 1 commit
  6. 01 Jan, 2015 1 commit
  7. 22 Sep, 2014 1 commit
  8. 01 Sep, 2014 1 commit
  9. 31 Aug, 2014 1 commit
  10. 29 Aug, 2014 1 commit
  11. 04 Aug, 2014 2 commits
  12. 30 Jul, 2014 1 commit
  13. 20 Jul, 2014 1 commit
  14. 06 Jul, 2014 1 commit
  15. 04 Jul, 2014 1 commit
  16. 25 Jan, 2014 1 commit
  17. 10 Jan, 2014 1 commit
  18. 07 Jan, 2014 1 commit
  19. 30 Dec, 2013 1 commit
  20. 23 Aug, 2013 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Fix a bug when reading a netlist which forces pcbnew to read lib files... · 4428d69a
      jean-pierre charras authored
      Pcbnew: Fix a bug when reading a netlist which forces pcbnew to read lib files to find a footprint even if the right footprint is already loaded (which explains the long time to load netlists)
      Netlist dialog: add option to report only most important messages. Useful for large boards.
      class REPORTER: add features to allow a basic message filtering (flags to report all/warning/error messages)
      Fix Bug #1214599 ( tools are deselected on Move command )
      4428d69a
  21. 09 Aug, 2013 1 commit
  22. 28 Jul, 2013 1 commit
  23. 26 May, 2013 1 commit
  24. 10 Mar, 2013 1 commit
  25. 27 Feb, 2013 1 commit
  26. 14 Jan, 2013 1 commit
  27. 06 Mar, 2012 1 commit
  28. 26 Jan, 2012 1 commit
  29. 22 Dec, 2011 1 commit
  30. 19 Dec, 2011 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Enhanced algorithm to calculate board connections: · d41b81fc
      jean-pierre charras authored
      * A track is seen connected to a pad if the track end is inside the pad shape.
      * Pads inside pads are now seen connected, if the center of the pad is *inside* the other pad.
      * this is made to be sure a large copper area is shared by the 2 pads,  and to keep algorithm fast.
      d41b81fc
  31. 18 Dec, 2011 1 commit
  32. 09 Jun, 2011 1 commit
  33. 02 Apr, 2011 1 commit
    • jean-pierre charras's avatar
      * Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config... · 16e9ddc2
      jean-pierre charras authored
      * Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point).
      (WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.)
      Note: perhaps there are some dialogs that need this call to  SetLocaleTo_Default() ).
      * Minor  code cleanup in pcbnew/netlist.cpp
      16e9ddc2
  34. 07 Mar, 2011 1 commit
  35. 21 Feb, 2011 2 commits
  36. 17 Feb, 2011 1 commit
  37. 10 Feb, 2011 1 commit
  38. 05 Feb, 2011 1 commit