1. 21 May, 2011 1 commit
  2. 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
  3. 03 May, 2011 1 commit
  4. 18 Apr, 2011 1 commit
  5. 16 Apr, 2011 1 commit
  6. 05 Apr, 2011 2 commits
  7. 29 Mar, 2011 1 commit
  8. 22 Mar, 2011 1 commit
  9. 14 Mar, 2011 2 commits
    • Wayne Stambaugh's avatar
      Dialog escape key termination and default button fixes. · fe6890a9
      Wayne Stambaugh authored
      * Fix about dialog escape key termination bug.
      * Fix edit hot keys dialog escape key termination bug.
      * Set schematic editor component properties dialog default button.
      * Fix schematic editor plot DXF dialog escape key termination bug.
      * Set PCB editor layers setup dialog default button.
      * Set PCB editor swap layers dialog default button.
      * Set PCB editor net list dialog default button.
      * Add comment to UIPolicy.txt about escape key termination requiring proper
        dialog button IDs.
      fe6890a9
    • 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
  10. 11 Mar, 2011 2 commits
  11. 10 Mar, 2011 1 commit
  12. 07 Mar, 2011 1 commit
  13. 05 Mar, 2011 1 commit
  14. 04 Mar, 2011 1 commit
  15. 03 Mar, 2011 1 commit
  16. 01 Mar, 2011 3 commits
  17. 28 Feb, 2011 1 commit
  18. 27 Feb, 2011 1 commit
  19. 23 Feb, 2011 1 commit
  20. 21 Feb, 2011 3 commits
  21. 19 Feb, 2011 2 commits
  22. 17 Feb, 2011 1 commit
  23. 16 Feb, 2011 2 commits
  24. 15 Feb, 2011 1 commit
  25. 13 Feb, 2011 1 commit
  26. 11 Feb, 2011 1 commit
    • Wayne Stambaugh's avatar
      Draw panel object refactoring and other minor code cleaning. · 7b8b51b2
      Wayne Stambaugh authored
      * Rename all member variables and methods that reference the cross hair
        code in draw panel object from cursor to cross hair to eliminate confusion
        between the two concepts.
      * Rename cursor capture call backs in draw panel object to improve code
        readability.
      * Create helper class for turning off the cross hair while drawing.
      * Remove redundant block clear code.
      * Remove redundant mouse capture call back reset code when end capture
        call back is called.
      * Remove unused function definitions in base draw frame object.
      * Lots of minor coding policy and doxygen comment fixes.
      7b8b51b2
  27. 05 Feb, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema improvements and other minor fixes. · 0d8cb9b5
      Wayne Stambaugh authored
      * Remove base screen methods from draw frame object and correct current
        screen methods in derived objects.
      * Move restore old wires function code into schematic screen object.
      * Make add junction method use current screen position instead of store
        position.
      * Move poly line ghosting function into the delete current segment method
        as that was the only place is was being used.
      * Add method to base schematic object of testing if object has a label
        that can be incremented.
      * Simplified the schematic hierarchy traversing code.
      * PCBNew Doxygen warning fixes.
      0d8cb9b5
  28. 03 Feb, 2011 2 commits
  29. 01 Feb, 2011 2 commits