1. 16 Sep, 2011 1 commit
  2. 15 Sep, 2011 2 commits
  3. 14 Sep, 2011 3 commits
  4. 13 Sep, 2011 3 commits
    • jean-pierre charras's avatar
      Add missing file. · 134a9353
      jean-pierre charras authored
      134a9353
    • jean-pierre charras's avatar
      Commit changes asked by Fabrizio Tappero. · e9b71f1e
      jean-pierre charras authored
      Fix compatibility issues with old xpm icons.
      Add or update .xpm and .ico files for shortcuts and taskbars
      Remove artwork folder.
      e9b71f1e
    • Wayne Stambaugh's avatar
      PCBNew locate code refactoring. · efc93aa5
      Wayne Stambaugh authored
      * Move various locate functions into the appropriate board item object.
      * Unified best zoom for all frames derived from PCB_BASE_FRAME.
      * Remove track.cpp as it is no longer needed.
      * Dead code removal.
      * Remove scary frame window pointer member from board item objects.
      * Add draw bounding box to gerber draw item for debugging purposes.
      efc93aa5
  5. 11 Sep, 2011 2 commits
  6. 10 Sep, 2011 2 commits
  7. 09 Sep, 2011 3 commits
  8. 08 Sep, 2011 6 commits
  9. 07 Sep, 2011 4 commits
  10. 06 Sep, 2011 3 commits
  11. 04 Sep, 2011 1 commit
  12. 02 Sep, 2011 2 commits
  13. 01 Sep, 2011 4 commits
  14. 31 Aug, 2011 3 commits
  15. 30 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add field removal warning to EESchema's edit component in schematic dialog. · ebaf1454
      Wayne Stambaugh authored
      * Warn the user that fields with no value and not it the field template list
        will be removed from the component before exiting the edit component in
        schematic dialog.
      * Add a function to TEMPLATES class to check if template list contains a
        field with a given name.
      * Move the function to display the edit component in schematic dialog into
        the SCH_EDIT_FRAME class.
      * Doxygen and coding style policy fixes.
      ebaf1454