1. 15 May, 2013 1 commit
  2. 18 Mar, 2013 1 commit
    • Wayne Stambaugh's avatar
      More encapsulation work. · 7d0ec1a1
      Wayne Stambaugh authored
      * Complete encapsulation of the MODULE class.
      * Complete encapsulation of the EDA_TEXT class.
      * Encapsulate most of the ZONE_CONTAINER class.
      * Add pcbcommon library as a dependency for reSWIGging the scripting
        support.  This should cover most dependency cases.
      7d0ec1a1
  3. 03 Dec, 2012 1 commit
  4. 27 Nov, 2012 1 commit
  5. 26 Nov, 2012 1 commit
  6. 22 Nov, 2012 1 commit
  7. 23 Jan, 2012 1 commit
  8. 12 Dec, 2011 1 commit
  9. 08 Dec, 2011 1 commit
  10. 06 Sep, 2011 1 commit
  11. 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
  12. 28 Feb, 2011 1 commit
  13. 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
  14. 31 Dec, 2010 1 commit
  15. 10 Dec, 2010 1 commit
  16. 08 Dec, 2010 1 commit
  17. 17 Nov, 2010 1 commit
  18. 11 Nov, 2010 1 commit
  19. 10 Nov, 2010 1 commit
  20. 30 Sep, 2010 1 commit
  21. 10 Aug, 2010 1 commit
    • Wayne Stambaugh's avatar
      MSVC compile error and memory leak fixes. · 3c878aec
      Wayne Stambaugh authored
      * Fixed multiple line strings causing MSVC compile errors.
      * Fixed memory leak when attempting to add duplicate library component.
      * Added recent cmake generated files to bazaar ignore list.
      * Minor code cleaning.
      3c878aec
  22. 30 Jul, 2010 1 commit
    • Dick Hollenbeck's avatar
      ++eeschema: · 4eb80203
      Dick Hollenbeck authored
        * Now link with XML support within wxWidgets.
        * Start of export the generic netlist in XML.  Still need to rework the chain
          loaded netlist plugin.
        * OBJ_CMP_TO_LIST class now uses a std::string to hold the 8 bit string m_Ref,
          but hides this behind accessors which provide for both Unicode and 8 bit
          set and get functions.
        * build_BOM.cpp retains the selected filename on subsequent runs as a default.
        * Code cleaning, especially in build_BOM.cpp.
      4eb80203
  23. 24 Jun, 2010 1 commit
    • Wayne Stambaugh's avatar
      EESchema component library and hierarchical sheet label object improvements. · e1b5d49f
      Wayne Stambaugh authored
      * Continue component library class clean up and encapsulation work.
      * Change hierarchical sheet label container to boost::vector_ptr.
      * Encapsulate hierarchical label handling in hierarchical sheet class.
      * Convert some missed occurrences of wxString::GetData() to GetChars( wxString ).
      * Fix some minor code formatting issues.
      e1b5d49f
  24. 20 Jun, 2010 1 commit
  25. 19 Jun, 2010 1 commit
  26. 24 Apr, 2010 2 commits
  27. 19 Mar, 2010 1 commit
  28. 18 Mar, 2010 1 commit
  29. 03 Mar, 2010 1 commit
  30. 02 Mar, 2010 1 commit
  31. 01 Mar, 2010 2 commits
  32. 26 Feb, 2010 3 commits
  33. 09 Feb, 2010 1 commit
  34. 05 Jan, 2010 1 commit
  35. 02 Dec, 2009 1 commit
    • stambaughw's avatar
      Compiler warning, object name, bug, and string fixes. · 1aaa7a9b
      stambaughw authored
      * Fixed EESchema options dialog focus bug so escape key now works in GTK.
      * Rename schematic objects for improved readability.
      * Fixed GCC compiler warnings in plot code.
      * Added paragraph in UIpolicies.txt about setting dialog box sizes.
      * Lots of message box string clean up.
      1aaa7a9b
  36. 04 Nov, 2009 1 commit
    • stambaughw's avatar
      Comment translations and other minor updates. · b2f9d5bd
      stambaughw authored
      * Complete comment translation for all EESchema source files.
      * Complete comment translation for all 3D viewer source files.
      * Rename class class_hierarchical_PIN_sheet to SCH_SHEET_PIN.
      * Rename class DrawSheetStruct to SCH_SHEET.
      * Tool tip capitalization fixes.
      * Uncrustify and spell check comments and strings in all modified source
        files.
      b2f9d5bd