1. 06 Mar, 2012 1 commit
  2. 26 Jan, 2012 1 commit
  3. 22 Dec, 2011 1 commit
  4. 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
  5. 18 Dec, 2011 1 commit
  6. 09 Jun, 2011 1 commit
  7. 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
  8. 07 Mar, 2011 1 commit
  9. 21 Feb, 2011 2 commits
  10. 17 Feb, 2011 1 commit
  11. 10 Feb, 2011 1 commit
  12. 05 Feb, 2011 1 commit
  13. 01 Feb, 2011 1 commit
  14. 23 Jan, 2011 1 commit
  15. 01 Jan, 2011 1 commit
    • jean-pierre charras's avatar
      Fix some Doxygen warnings. · e7d5770f
      jean-pierre charras authored
      Eeschema: cleaning code. Start work to enhance annotation algorithm.
      Already added an option to annotate using sheet number (sheet 1 uses numbers 100 to 199, sheet 2 uses 200 to 299..).
      Works fine if deleting existing annotation, but needs work to be used when the existing annotation is kept .
      e7d5770f
  16. 15 Dec, 2010 1 commit
    • jean-pierre charras's avatar
      Gerbview: · 8faf1e72
      jean-pierre charras authored
          Added: in file dialog, multiple file selection.
          Added: Draw mode selector (in left toolbar):
              Raw mode:
                  a Gerber image is drawn on screen without buffering.
                  Artifacts happen if there are negative items drawn, if more than one  Gerber file is shown.
              Stacked mode:
                  each Geber image is drawn in a buffer and after drawn on screen
                  No artifact with negative items.
                  Each Gerber image covers previous images.
              OR mode (transparency mode):
                  each Geber image is drawn in a buffer and after drawn on screen
                  No artifact with negative items.
                  Each Gerber image is "ORed" with previous images, like in Pcbnew.
          Try to optimize Draw function in buffered modes.
              (Useful for PC that have problems with "blit" graphic function)
          Fix minor issues.
      8faf1e72
  17. 04 Dec, 2010 1 commit
  18. 09 Oct, 2010 2 commits
  19. 31 Aug, 2010 1 commit
  20. 26 Jul, 2010 1 commit
  21. 14 Jul, 2010 2 commits
  22. 11 Jul, 2010 1 commit
  23. 30 Jun, 2010 1 commit
  24. 25 Jun, 2010 1 commit
  25. 23 Jun, 2010 1 commit
    • jean-pierre charras's avatar
      ++eeschema: · 3543ba65
      jean-pierre charras authored
          In netlist generation, changed the rule to calculate netnames of nets with labels:
          Previously, named nets (i.e. nets with local, hierarchical or global labels) have their name
          defined by the first label found in list.
          So net names could be changed without really changing the schematic.
          Now the names are calculated from the rules (by priority order) :
          1 - use the most top level labels in hierarchies.
          2 - use global labels first, local labels next (hidden power pins names are global labels).
          3 - use alphabetic sort (so, if GND and AGND are connected, the net will be always named AGND,
          and adding a VSS connection cannot change the net name)
          So power nets and nets that have more than one label cannot have their netname changed
          if there is no actual change relative to these nets names in schematic
      3543ba65
  26. 12 Jun, 2010 1 commit
  27. 27 May, 2010 1 commit
  28. 23 May, 2010 1 commit
  29. 16 May, 2010 1 commit
  30. 03 May, 2010 1 commit
  31. 02 May, 2010 1 commit
  32. 28 Apr, 2010 1 commit
  33. 02 Apr, 2010 1 commit
  34. 01 Apr, 2010 1 commit
  35. 18 Mar, 2010 1 commit
  36. 01 Mar, 2010 1 commit
  37. 22 Feb, 2009 1 commit