1. 21 Dec, 2009 1 commit
  2. 20 Dec, 2009 1 commit
  3. 19 Dec, 2009 1 commit
  4. 17 Dec, 2009 1 commit
  5. 15 Dec, 2009 1 commit
    • stambaughw's avatar
      Dialog work and other minor changes. · 014d852b
      stambaughw authored
      * Replace EESchema sheet properties dialog with wxFormBuilder version.
      * Editing an existing sheet now marks schematic as modified.
      * Code style updates for some of my previous work.
      * Improvements to the CMP_LIB_ENTRY object.
      * Replaced symbol edit export fprintf code with wxFFile implementation.
      * GCC compiler warning fix in pcbnew/drc.cpp.
      014d852b
  6. 12 Dec, 2009 1 commit
  7. 08 Dec, 2009 1 commit
  8. 06 Dec, 2009 1 commit
  9. 04 Dec, 2009 1 commit
  10. 03 Dec, 2009 1 commit
  11. 02 Dec, 2009 3 commits
  12. 01 Dec, 2009 1 commit
    • stambaughw's avatar
      EESchema dialog box updates. · 9b3ca068
      stambaughw authored
      * Replace schematic editor options dialog with wxFormBuilder version.
      * Fix ugly wxGTK sizer hack in pin properties dialog.
      * Set dialog minimum size after initial fit to prevent dialog controls
        from being obscured when resizing.
      * Move bitmaps in annotate dialog for cleaner control alignment.
      9b3ca068
  13. 28 Nov, 2009 2 commits
  14. 23 Nov, 2009 2 commits
  15. 20 Nov, 2009 1 commit
  16. 16 Nov, 2009 1 commit
  17. 11 Nov, 2009 1 commit
  18. 05 Nov, 2009 1 commit
  19. 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
  20. 03 Nov, 2009 1 commit
  21. 02 Nov, 2009 2 commits
  22. 30 Oct, 2009 2 commits
    • stambaughw's avatar
    • stambaughw's avatar
      Replace library editor pin properties dialog box and minor update. · 2884d125
      stambaughw authored
      * Replaced library pin properties dialog with wxFormBuilder version.
      * Remove DialogBlocks version of pin properties dialog.
      * Add pin properties dialog support code to pin object.
      * Create single event handler for displaying pin properties dialog.
      * Remove left over DialogBlocks project file for annotate dialog.
      * Fixed escape key bug in library editor new component dialog.
      * Add GetUnitsLabel() to get human readable units for dialog labels.
      * Translate French comments in all modified files.
      * Some minor clean up of Doxygen comments.
      2884d125
  23. 27 Oct, 2009 3 commits
  24. 26 Oct, 2009 3 commits
  25. 25 Oct, 2009 1 commit
  26. 23 Oct, 2009 3 commits
  27. 21 Oct, 2009 1 commit
    • stambaughw's avatar
      Merge component library draw item and field list. · 11bf0ad7
      stambaughw authored
      * Use single list for component library draw item and fields to simplify
        component library object.
      * Add field manipulation helper methods to component library object.
      * Make component library draw item edit dialog sizable.
      11bf0ad7
  28. 20 Oct, 2009 1 commit
    • stambaughw's avatar
      Replace component library editor draw item dialog box. · 53870013
      stambaughw authored
      * Created new component library editor draw item dialog box with
        wxFormBuilder.
      * Removed previous DialogBlocks version of the draw item dialog box.
      * Removed some additional global variables used in component library
        editor.
      * Add IsFillable() method to draw item base object.
      53870013