1. 13 Aug, 2014 1 commit
    • Dick Hollenbeck's avatar
      Modular KiCad Blueprint Milestone B), major portions: · 7e483f69
      Dick Hollenbeck authored
        *) When kicad.exe closes a project, close any open KIFACEs so that they cannot
           get disassociated from their true PROJECT.
        *) Allow loading eeschema library editor from kicad.exe
        *) Allow loading pcbnew library editor from kicad.exe
        *) Rename LIB_COMPONENT to LIB_PART.
        *) Add class PART_LIBS, and PART_LIB.
        *) Make PART_LIBS non-global, i.e. PROJECT specific.
        *) Implement "data on demand" for PART_LIBS
        *) Implement "data on demand" for schematic SEARCH_STACK.
        *) Use RSTRINGs to retain eeschema editor's notion of last library and part being edited.
        *) Get rid of library search on every SCH_COMPONENT::Draw() call, instead use
           a weak pointer.
        *) Remove all chdir() calls so projects don't need to be CWD.
        *) Romove APPEND support from OpenProjectFiles().
        *) Make OpenProjectFiles() robust, even for creating new projects.
        *) Load EESCHEMA colors in the KIWAY::OnKiwayStart() rather in window open,
           and save them in the .eeschema config file, not in the project file.
        *) Fix bug with wxDir() while accessing protected dirs in kicad.exe
        *) Consolidate template copying into PROJECT class, not in kicad.exe source.
        *) Generally untangle eeschema, making its libraries not global but rather
           held in the PROJECT.
      7e483f69
  2. 26 Jun, 2014 1 commit
  3. 29 Sep, 2013 1 commit
  4. 27 Sep, 2013 2 commits
  5. 25 Sep, 2013 1 commit
  6. 14 Apr, 2013 2 commits
  7. 09 Apr, 2013 1 commit
  8. 01 Apr, 2013 1 commit
  9. 22 Sep, 2012 1 commit
  10. 09 Feb, 2012 1 commit
  11. 23 Jan, 2012 1 commit
  12. 12 Dec, 2011 2 commits
  13. 12 Oct, 2011 2 commits
  14. 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
  15. 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
  16. 06 Sep, 2011 1 commit
  17. 13 May, 2011 1 commit
  18. 30 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema sheet pin code improvements. · cfc3d6df
      Wayne Stambaugh authored
      * Change all code references to pin sheet and sheet label to sheet pin to
        more closely match the sheet pin object for improved code readability.
      * Change menu and tool bar text from pin sheet to sheet pin for improved
        user readability.
      * Moved sheet pin place method to sheet pin object source file.
      * Move last sheet pin stored state information into schematic frame object.
      * Add Doxygen comments for the sheet pin editing methods.
      cfc3d6df
  19. 03 Mar, 2011 1 commit
  20. 12 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      Minor EESchema improvements. · f9af593e
      Wayne Stambaugh authored
      * Rename sch_item files to sch_junction.
      * Make global variable g_ItemToRepeat a private member of SCH_EDIT_FRAME
        object.
      * Encapsulate SCH_SCREEN reference count member.
      f9af593e
  21. 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
  22. 31 Dec, 2010 1 commit
  23. 21 Dec, 2010 1 commit
  24. 14 Dec, 2010 2 commits
  25. 10 Dec, 2010 1 commit
  26. 08 Dec, 2010 1 commit
  27. 07 Dec, 2010 1 commit
  28. 13 Nov, 2010 1 commit
  29. 12 Nov, 2010 1 commit
  30. 11 Nov, 2010 1 commit
  31. 10 Nov, 2010 1 commit
  32. 08 Nov, 2010 2 commits
  33. 07 Nov, 2010 1 commit