1. 23 Jan, 2012 1 commit
  2. 01 Dec, 2011 1 commit
    • Wayne Stambaugh's avatar
      Improve Eeschema find code and add initial replace plumbing. · d9e0ab02
      Wayne Stambaugh authored
      * Replace Eeschema find code with a collector based implementation.
      * Fixed a search bug when all subsequent searches of an item would ignore
        the remaining valid child items when an item had more than one child
        item that matched the search criteria.
      * Add SCH_FIND_COLLECTOR class to find all items that meet the specified
        search criteria.
      * Add SCH_FIND_COLLECT0R_DATA to keep track of information for all matching
        items.
      * Use collector to iterate over the list of items that match the search
        criteria rather than trying to start at the last matched item.
      * Remove unused searching methods from sheet path and sheet path list
        objects.
      * Add replace and replace all functionality to Eeschema find dialog.
      * Push matching methods down to EDA_ITEM class so they can be used by
        other derived objects.
      * Add method to EDA_ITEM to test if item supports replacing.
      * Add flag to find/replace data to support replace feature.
      * Disable wild card matching check box when dialog is in replace mode as
        wild card replacement is not supported at this time.
      * The usual Doxygen comment and coding policy fixes.
      d9e0ab02
  3. 17 Nov, 2011 1 commit
    • Wayne Stambaugh's avatar
      Fix Eeschema find item bugs and other minor changes. · 35749e57
      Wayne Stambaugh authored
      * Fix bug in hierarchical searches using sheet path pointers which are
        destroyed on every search.  Use human readable path as last sheet found
        in test to prevent comparison of deleted pointers.
      * Fix a bug in SCH_COMPONENT::Matches() that would prevent searching for
        pins if the search all fields flags was not set.
      * Fix a bug in SCH_COMPONENT::Matches() to use the sheet path to perform
        the comparison to the correct reference designator and unit number.
      * Fix wrapping in sheet path and sheet path list MatchNextItem methods.
      * Push search methods down to EDA_ITEM object so advanced searching can
        be performed on all items derived from EDA_ITEM.
      * Add virtual method to EDA_ITEM object to test if item supports replacing
        text.
      * Replace switch statement magic numbers in Eeschema socket connection code
        with Pcbnew for improved readability.
      35749e57
  4. 10 Nov, 2011 1 commit
    • Wayne Stambaugh's avatar
      Memory allocation improvements and other minor fixes. · cc7e7fc5
      Wayne Stambaugh authored
      * Replace C malloc() and free() functions with C++ new and delete
        operators or the appropriate STL container.
      * Add option to end mouse capture function to skip executing the end
        mouse capture callback.
      * Lots of coding policy and Doxygen comment goodness.
      cc7e7fc5
  5. 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
  6. 30 Sep, 2011 1 commit
    • 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
  7. 29 Mar, 2011 2 commits
    • Wayne Stambaugh's avatar
      Coding style and Doxygen comment fixes. · 67f70fe0
      Wayne Stambaugh authored
      * Rename EDA_Rect class to EDA_RECT.
      * Rename EDA_TextStruct class to EDA_TEXT.
      * Remove duplicate Doxygen comments from sch_sheet_path.cpp.
      67f70fe0
    • Wayne Stambaugh's avatar
      EESchema edit field code improvements and Doxygen comment fixes. · e6c70dca
      Wayne Stambaugh authored
      * Remove specialized edit reference, value, and foot print field methods
        from SCH_FRAME object.
      * Improve general field method to handle all field types as this was
        essentially the same code used in the three methods removed.
      * Updated the the hot key and context menu handlers to use the new field
        edit method.
      * Minor Doxygen comment warning fixes.
      e6c70dca
  8. 28 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema back annotate code refactoring and other minor changes. · 2694c524
      Wayne Stambaugh authored
      * Push schematic back annotation code down into the appropriate class.
      * Minor improvements to back annotate file selection code and user prompt
        strings.
      * Minor tool bar tool tip capitalization fixes.
      * Change tool bar ID error from message dialog to a debug assert message.
      2694c524
  9. 30 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      Use wxDC for all coordinate manipulations. · d657b430
      Wayne Stambaugh authored
      * Remove all occurrences if #ifdef USE_WX_ZOOM and all associated code within
        the #else/#endif block ( old zoom code ).
      * Removed the build option for USE_WX_ZOOM from CMakeList.txt and config.h.in.
      * Removed all scaling code in base screen object.
      * Fixed buffered paint and buffered client DC on Windows.  Buffering works
        properly on Linux and Windows.
      * Modified kicad_device_context.h to automatically uses buffering on platforms
        where double buffering is supported natively.
      * Remove all of the scaled versions of the drawing functions in gr_basic.cpp
        and any support code.
      * Removed all traces of ActiveScreen global variable from eeschema and
        gerbview.
      * Renamed Recadre_Trace to RedrawScreen in draw frame object.
      * Renamed PostDirtyRect to RefreshDrawingRect in draw panel object.
      * Lots of code cleaning an Doxygen comment improvements.
      d657b430
  10. 23 Jan, 2011 1 commit
  11. 22 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      Schematic hierarchy path object improvements. · df344195
      Wayne Stambaugh authored
      * Use Boost pointer container for sheet hierarchy object.
      * Add test for modification in sheet hierarchy list object.
      * Add method to clear modification flag in sheet hierarchy list object.
      * Improve Doxygen comments for sheet hierarchy list object.
      * Remove redundant definitions in prototypes header file.
      df344195
  12. 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
  13. 31 Dec, 2010 1 commit
  14. 14 Dec, 2010 1 commit
  15. 12 Nov, 2010 2 commits
  16. 11 Nov, 2010 1 commit
  17. 10 Nov, 2010 1 commit
  18. 04 Aug, 2010 1 commit
  19. 31 Jul, 2010 1 commit
  20. 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
  21. 16 Mar, 2010 1 commit
    • stambaughw's avatar
      New EESchema find dialog and other minor fixes. · 1bbc009d
      stambaughw authored
      * Replaced find dialog with wxFormBuilder version.
      * New find dialog is modeless, supports more advanced search features,
        remembers it's last position, size, search history, and search settings,
        and implements initial support for replacing.
      * Added Shift+F5 hot key to search for next DRC marker.  F5 now just
        repeats previous search.
      * Minor cosmetic enhancements to label edit dialog.
      * Remove tab from grid size text printf to fix toolbar grid combobox
        display in wxGTK.
      * Updated my TODO list items.
      1bbc009d
  22. 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
  23. 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
  24. 03 Nov, 2009 1 commit
  25. 05 Apr, 2009 1 commit
  26. 07 Jan, 2009 2 commits
  27. 06 Jan, 2009 1 commit
  28. 04 Jan, 2009 1 commit