1. 18 Oct, 2010 2 commits
  2. 17 Oct, 2010 2 commits
  3. 16 Oct, 2010 2 commits
  4. 15 Oct, 2010 1 commit
  5. 14 Oct, 2010 1 commit
  6. 13 Oct, 2010 3 commits
  7. 12 Oct, 2010 5 commits
  8. 11 Oct, 2010 1 commit
  9. 10 Oct, 2010 2 commits
  10. 09 Oct, 2010 4 commits
  11. 08 Oct, 2010 2 commits
  12. 07 Oct, 2010 1 commit
  13. 06 Oct, 2010 5 commits
  14. 05 Oct, 2010 6 commits
  15. 04 Oct, 2010 3 commits
    • Wayne Stambaugh's avatar
      Initial work on new component library stucture. · 3335ccd9
      Wayne Stambaugh authored
      * Use C++ map in component library instead of boost::ptr_vector.
      * Drop Boost pointer containers for standard C++ containers.
      * Moved duplicate name user interface elements from library object to
        library editor.
      * Added code to support direct addition and replacement of component
        alias objects into libraries.
      * Removed temporary strings used to add and remove alias objects.
      * Libraries only store alias objects, components now accessed thru alias.
      * Simplify library API for adding, removing, and replacing components.
      * Updated edit component in library dialog and library editor to reflect
        component library object changes.
      * Fixed bug in library viewer when displaying alias name.
      * Made a few header files compile stand alone per the new coding policy.
      * Remove some dead code and the usual code formatting fixes.
      3335ccd9
    • jean-pierre charras's avatar
      Gerbview: fixed an issue with arcs · ffec0b84
      jean-pierre charras authored
      ffec0b84
    • jean-pierre charras's avatar