1. 22 Sep, 2012 1 commit
  2. 02 Sep, 2012 2 commits
  3. 01 Sep, 2012 1 commit
  4. 16 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      More internal unit improvements. · 6468805c
      Wayne Stambaugh authored
      * Move all convert from user to internal units into base_units.cpp.
      * Remove internal units parameters from all moved conversion functions.
      * Revise all source code that calls the moved conversion functions.
      * Remove internal units from all dialog text control helper classes.
      6468805c
  5. 22 Mar, 2012 1 commit
    • Dick Hollenbeck's avatar
      Add include/dialog_shim.h and common/dialog_shim.cpp for use by... · 31a84b84
      Dick Hollenbeck authored
      Add include/dialog_shim.h and common/dialog_shim.cpp for use by wxformbuilder's "subclass a wxDialog" support.
      This works, but in my version of wxformbuilder there is a bug which does not properly show the 
      subclass property, even though it is still in play.  This happens after saving then loading the *.fbp file.
      So it is a nuisance bug, but does not affect functionality.
      
      31a84b84
  6. 23 Jan, 2012 1 commit
  7. 16 Dec, 2011 1 commit
    • Wayne Stambaugh's avatar
      More encapsulation work and other minor improvements. · fac288cf
      Wayne Stambaugh authored
      * EDA_DRAW_FRAME completely encapsulated except for DrawFrame member.
      * Moved members specific to Pcbnew from EDA_DRAW_FRAME to PCB_BASE_FRAME
        or PCB_EDIT_FRAME as appropriate.
      * Replace EDA_TOOLBAR with wxAuiToolBar as EDA_TOOL bar provided no
        additional functionality and made code less readable.
      * Remove EDA_TOOLBAR class definition from wxstruct.h and delete file
        wineda_toolbar.cpp.
      * Rename tool bar members to something more descriptive since the
        horizontal and vertical references wont mean anything once the
        tool bars are movable.
      * Lots of dead code removal.
      fac288cf
  8. 18 Oct, 2011 1 commit
  9. 29 Aug, 2011 1 commit
  10. 28 Aug, 2011 1 commit
  11. 09 May, 2011 1 commit
  12. 06 May, 2011 1 commit
  13. 05 May, 2011 1 commit
    • jean-pierre charras's avatar
      Bug fixes: · 70de08f3
      jean-pierre charras authored
      Pcbnew: refresh issue with dialog designe rules under wxWidgets 2.9.2 under WINDOWS (replace wxChoiceBox by wxComboBox, should not change anything for users)
      Eeschema: some  issues in libedit (when editing a pin )
      70de08f3
  14. 18 Apr, 2011 1 commit
  15. 14 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      Set default button on all dialogs. Fixes lp:665703 · 283cfa67
      Wayne Stambaugh authored
      * Set default button on all dialogs that do not already have a defined
        default button.  The only exception is the EESchema net list dialog
        which needs converted over to wxFormBuilder and due to it's design makes
        setting the default button in any tab other than the default tab
        problematic.
      * Fix escape key dialog handling bug in EESchema print post script
        dialog.
      283cfa67
  16. 17 Nov, 2010 1 commit
  17. 04 Mar, 2010 1 commit
  18. 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
  19. 11 Nov, 2009 1 commit
  20. 30 Oct, 2009 1 commit