1. 22 Oct, 2011 1 commit
  2. 21 Oct, 2011 2 commits
    • Wayne Stambaugh's avatar
      Initial ground work to make schematic fields use unified move code. · 7bbe2f78
      Wayne Stambaugh authored
      * Remove external dependency for adding suffix to reference designator
        fields.
      * Make schematic field get and set position methods transform coordinates
        relative to the parent component object that owns them.
      * Make base text class get text method virtual so derived classes can
        change the base string according to their individual requirements.
      * Fix a problem with default place schematic item add in last commit.
      7bbe2f78
    • Wayne Stambaugh's avatar
      More Eeschema schematic item move code unification. · 78377058
      Wayne Stambaugh authored
      * Tweak move item to support moving schematic sheet pin objects.
      * Change schematic sheet pin set position to constrain position within
        the parent sheet.
      * Schematic sheet pin moving now handled by unified move code.
      * Remove old schematic sheet pin move code.
      * Add custom client data object for passing hot key information to
        command event handlers.
      * Fix a bug that prevented changes to schematic sheet pin objects from
        being undone.
      78377058
  3. 20 Oct, 2011 4 commits
  4. 19 Oct, 2011 3 commits
    • Wayne Stambaugh's avatar
      Minor Eeschema fixes. · 30a4bd39
      Wayne Stambaugh authored
      * Fix a set position method bug in schematic item that caused the fields
        to drawn in the wrong position.
      * Group zoom hot keys to use the same command event in schematic and
        library editor frames.
      30a4bd39
    • Wayne Stambaugh's avatar
      Eeschema schematic item move code unification. · 6a4e8aa9
      Wayne Stambaugh authored
      * Add get and set position methods to all schematic items.
      * Encapsulate schematic item position members.
      * Add swap data method to schematic items that lacked one.
      * Remove global swap data function used by undo and redo functions.
      * Unify as many schematic move methods as possible.
      * Remove unnecessary place schematic item methods.
      * All schematic items are now moved in the same event handler.
      * Fixed bug in hierarchical sheet get menu item string method.
      * Make no connect and junction items movable, fixes lp:804048
      6a4e8aa9
    • Fabrizio Tappero's avatar
      icons update. · 341e3a50
      Fabrizio Tappero authored
      341e3a50
  5. 18 Oct, 2011 6 commits
  6. 17 Oct, 2011 2 commits
  7. 16 Oct, 2011 1 commit
  8. 15 Oct, 2011 1 commit
    • Wayne Stambaugh's avatar
      More auto save improvements. · 121b65bf
      Wayne Stambaugh authored
      * Factor test for auto save file into base frame class.
      * Added auto save feature to Eeschema for saving schematics, addresses
        launchpad question 173631.
      * Add auto save interval control to Eeschema options dialog.
      * Fix problem with subsequent auto saves in last commit.
      121b65bf
  9. 14 Oct, 2011 1 commit
  10. 13 Oct, 2011 3 commits
  11. 12 Oct, 2011 3 commits
  12. 11 Oct, 2011 2 commits
    • Wayne Stambaugh's avatar
      Eeschema net list object generation improvements. · d5cbd5d1
      Wayne Stambaugh authored
      * Add net list object creation functions to schematic component object.
      * Remove external variables used by the verify bus label and parse bus
        label functions.
      * Remove redundant net list object include sheet path member assignment.
      * Add license statements to all modified files that required one.
      d5cbd5d1
    • Wayne Stambaugh's avatar
      Eeschema net list object generation improvements. · 2ba19844
      Wayne Stambaugh authored
      * Define function to allow schematic objects to create their own net list
        objects.
      * Add net list object creation functions to schematic line, junction, and
        no connect objects.
      * Add license statements to all modified files that required one.
      2ba19844
  13. 07 Oct, 2011 1 commit
    • Wayne Stambaugh's avatar
      Eeschema ERC improvements and other minor fixes. · d4fb921b
      Wayne Stambaugh authored
      * Move the hierarchical label connected test into the NETLIST_OBJECT class.
      * ERC pin type strings can now be translated.
      * Remove unused EDA_DRAW_PANEL attribute from all ERC test functions.
      * Add get marker count method to SCH_SCREENS object.
      * Redundant header removal.
      * Lots of coding style policy fixes.
      d4fb921b
  14. 05 Oct, 2011 2 commits
  15. 03 Oct, 2011 1 commit
  16. 02 Oct, 2011 1 commit
  17. 01 Oct, 2011 1 commit
  18. 30 Sep, 2011 2 commits
    • Wayne Stambaugh's avatar
      Application name capitalization fixes. · 4b853ded
      Wayne Stambaugh authored
      * Correct all user strings and comments for the correct capitalization of
        application names according to JP.  They are KiCad, Pcbnew, CvPcb,
        Eeschema, and GerbView.
      * Add a note the the user interface policy about the correct capitalization.
      4b853ded
    • Roman Bashkov's avatar
      pcbnew: · 611a5155
      Roman Bashkov authored
      * Add visible clearance when edit node or track segment,
        add parameter "show clearance for new or edited track with via area"
        in "Display options" menu.
      611a5155
  19. 29 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Minor PCBNew code fixes. · c09bc26d
      Wayne Stambaugh authored
      * Translate French code names and comments.
      * Dead code removal.
      * Hot key object and structure coding style policy fixes.
      * Doxygen comment warning fixes.
      c09bc26d
  20. 28 Sep, 2011 2 commits