1. 22 Nov, 2009 1 commit
  2. 15 Nov, 2009 1 commit
  3. 07 Nov, 2009 1 commit
  4. 05 Nov, 2009 1 commit
  5. 02 Nov, 2009 1 commit
  6. 30 Oct, 2009 1 commit
    • 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
  7. 28 Oct, 2009 1 commit
  8. 27 Oct, 2009 2 commits
  9. 26 Oct, 2009 2 commits
  10. 25 Oct, 2009 1 commit
  11. 23 Oct, 2009 1 commit
  12. 21 Oct, 2009 2 commits
  13. 17 Oct, 2009 1 commit
  14. 16 Oct, 2009 1 commit
    • stambaughw's avatar
      wxWidgets 2.9 string fixes and other minor updates. · 7e24e438
      stambaughw authored
      * Replace all known instances of (const wxChar*) casts to GetChars() for
        wxWidgets 2.9 compatibility.
      * Cleaned up get component dialog so last part gets saved on wild card
        selections.
      * Remove redundant schematic component drawing code.
      * Added SCH_COMPONENT constructor to create new component from library
        component object.
      * Add message panel helpers to WinEDA_DrawFrame and update old message
        panel access code.
      * Using library viewer to add component to schematic now respects unit
        and body style selection.
      7e24e438
  15. 15 Oct, 2009 1 commit
  16. 14 Oct, 2009 1 commit
    • stambaughw's avatar
      Fix save last grid size and other minor updates. · 92064f1d
      stambaughw authored
      * Create single event handler for grid size events.
      * Fix all frame windows to use new grid size event handler.
      * Use offset relative to ID instead of ComboBox index to save last grid size.
      * Move last grid size load/save setting into WinEDA_DrawFrame.
      * Add equality and assignment operators the GRID_TYPE.
      * Add current grid helper methods to BASE_SCREEN.
      * Add GetPins helper to LIB_COMPONENT to replace GetNextPin where applicable.
      * Add AppendMsgPanel helper to WinEDA_DrawFrame.
      * Improve rounding for display of coordinates when millimeter units are selected.
      92064f1d
  17. 13 Oct, 2009 2 commits
  18. 11 Oct, 2009 1 commit
  19. 10 Oct, 2009 1 commit
  20. 05 Oct, 2009 1 commit
  21. 01 Oct, 2009 1 commit
  22. 29 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library editor improvements. · b762f6aa
      stambaughw authored
      * Eliminate external direct manipulation of component draw item pointer.
      * Add draw item remove, add, and locate methods to library component object.
      * Remove redundant locate pin, field, and draw item code.
      * Fix add new pin drawing bug that left initial pin draw in place.
      * Improved best zoom calculations for small components.
      * Library component bounding box calculation now includes fields.
      * Removed unnecessary header file "libcmp.h".
      * Fixed potential locate draw item bug in library editor hot key handler.
      b762f6aa
  23. 28 Sep, 2009 1 commit
  24. 27 Sep, 2009 1 commit
  25. 25 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library editor improvements and minor bug fixes. · 8570d331
      stambaughw authored
      * Component library objects renamed for improved readability.
      * Fields now move when selected in library editor.
      * Add copy constructor to all library draw and library component objects.
      * Added copy constructor to EDA_BaseStruct.
      * Delete base screen in WinEDA_DrawFrame destructor to prevent potential memory leak.
      * Fixed memory access bug when replacing and adding a component to library.
      * Moved library component block manipulation code into component object.
      * Removed all of the global variables used by the library editor main window object.
      * The usual code cleaning and refactoring.
      8570d331
  26. 23 Sep, 2009 1 commit
  27. 22 Sep, 2009 1 commit
    • stambaughw's avatar
      Command ID refactoring and other minor improvements. · 43d6c685
      stambaughw authored
      * Split out application specific command IDs to prevent unnecessary rebuilding.
      * Eliminate duplicate menu and tool bar command IDs.
      * Split component library editor and viewer definitions to separate header files.
      * More component library and document file merge code.
      * A bunch of minor string readability and consistency fixes.
      43d6c685
  28. 18 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library object and other minor improvements. · f7452ce1
      stambaughw authored
      * Create static component library methods to manage library list.
      * Rename component library, component, and alias objects to more readable name.
      * Use pointer to component instead of root name to prevent redundant library searches.
      * Add append message helper to message panel that calculates string length.
      * Initial ground work for merging library and library document files.
      * Improved component library file load error checking.
      * Minor component library editor improvements.
      f7452ce1
  29. 17 Sep, 2009 1 commit
  30. 14 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library editor improvements, build fix, and bug fixes. · 3803b79a
      stambaughw authored
      * Add offset and block hit testing to library component objects.
      * Improved search for library entries.
      * Fixed library component editor component removal and addition.
      * Library editor now uses wxUpdateUIEvents for updating all UI objects.
      * Added version check to cmake find boost macro.
      * Removed unused code in file libalias.cpp.
      * Added method to WinEDA_DrawPanel to take mouse out of managed mode.
      3803b79a
  31. 11 Sep, 2009 1 commit
  32. 04 Sep, 2009 1 commit
  33. 02 Sep, 2009 1 commit
  34. 29 Aug, 2009 1 commit
  35. 28 Aug, 2009 2 commits