1. 04 Dec, 2010 1 commit
  2. 09 Oct, 2010 2 commits
  3. 31 Aug, 2010 1 commit
  4. 26 Jul, 2010 1 commit
  5. 14 Jul, 2010 2 commits
  6. 11 Jul, 2010 1 commit
  7. 30 Jun, 2010 1 commit
  8. 25 Jun, 2010 1 commit
  9. 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
  10. 12 Jun, 2010 1 commit
  11. 27 May, 2010 1 commit
  12. 23 May, 2010 1 commit
  13. 16 May, 2010 1 commit
  14. 03 May, 2010 1 commit
  15. 02 May, 2010 1 commit
  16. 28 Apr, 2010 1 commit
  17. 02 Apr, 2010 1 commit
  18. 01 Apr, 2010 1 commit
  19. 18 Mar, 2010 1 commit
  20. 01 Mar, 2010 1 commit
  21. 22 Feb, 2009 1 commit
  22. 21 Feb, 2009 1 commit
  23. 18 Jan, 2009 2 commits
  24. 15 Jan, 2009 1 commit
  25. 07 Sep, 2008 1 commit
    • f3nix's avatar
      CMake: · 422ffdab
      f3nix authored
      * Require CMake version 2.6.1 on Windows and version 2.6.0 for other systems.
      * Update FindSubversion to version from CMake 2.6.1 (localization issue solved).
      * Remove FindwxWidgetsCVS and use the default one (some issues solved upstream).
      * Formatting style changes.
      422ffdab
  26. 27 Aug, 2008 1 commit
  27. 25 Aug, 2008 1 commit
  28. 23 Jun, 2008 1 commit
  29. 22 Jun, 2008 4 commits
  30. 31 Mar, 2008 1 commit
  31. 24 Mar, 2008 1 commit
  32. 11 Mar, 2008 1 commit
  33. 05 Mar, 2008 1 commit
  34. 12 Feb, 2008 1 commit
    • lifekidyeaa's avatar
      eeschema: · 03812618
      lifekidyeaa authored
      * made schematic loading of 'GLabels' dependent on the schematic file version (currently at 2). 
      If the version == 1, these are loaded as hierarchal labels
      * made text labels global in the herarchy, consistent with their historical usage. 
      
      03812618