1. 12 Jul, 2010 1 commit
    • Dick Hollenbeck's avatar
      A little useful feature: even if the default unit can be changed between · bc14e66d
      Dick Hollenbeck authored
      inches and mm, the industry is crazy enough to force us with mixed
      design. For example I routinely use imperial units for track size and
      clearance, but drilling is strictly a metric issue...
      
      So I added a little parser to recognize a suffix specification in the
      unit text boxes... so you can put in things like:
      1in (1 inch)
      1" (idem)
      25th (25 thou)
      25mi (25 mils, the same)
      6mm (6 mm, obviously)
      
      The rules are: spaces between the number and the unit are accepted, only
      the first two letters are significant.
      
      As a bonus, it also recognize the period (.) as a decimal point
      substituting it with the correct locale character (there was a wishlist
      for it, IIRC). Most useful for number pad fans :D 
      bc14e66d
  2. 04 Mar, 2010 1 commit
  3. 25 Feb, 2010 1 commit
  4. 18 Feb, 2010 1 commit
  5. 16 Feb, 2010 1 commit
  6. 17 Jan, 2010 1 commit
  7. 29 Dec, 2009 1 commit
  8. 06 Dec, 2009 1 commit
  9. 03 Dec, 2009 1 commit
  10. 02 Dec, 2009 1 commit
  11. 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
  12. 11 Nov, 2009 1 commit
  13. 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
  14. 25 Oct, 2009 1 commit
  15. 20 Oct, 2009 1 commit
  16. 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
  17. 08 Oct, 2009 1 commit
    • stambaughw's avatar
      Replace library editor new component dialog and minor updates. · ee918d7d
      stambaughw authored
      * Replace component library editor new component dialog using wxFormBuilder.
      * Rename component library draw items to conform to current coding standards.
      * Add GetWidth() method to component library draw objects.
      * Add regular expression key word search capability to component library object.
      ee918d7d
  18. 05 Oct, 2009 1 commit
    • stambaughw's avatar
      Library component and draw object improvements and compile warning fix. · 76d04d6a
      stambaughw authored
      * Library component draw items now stored in Boost ptr_vector.
      * Updated draw item object comparison to include greater and less than condition.
      * Moved set parts per package code from component edit dialog to component object.
      * Moved set alternate body style code from component edit dialog to component object.
      * Tweaked component library file draw item sort order for improved file readability.
      * Documented component object draw item sort ordering.
      * Moved plot code to the appropriate library component and draw item objects.
      * Fixed compiler type conversion warning in plot_common.h.
      76d04d6a
  19. 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
  20. 28 Sep, 2009 1 commit
  21. 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
  22. 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
  23. 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
  24. 04 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library object improvements. · 7c7d675c
      stambaughw authored
      * Library component objects can now draw themselves without external drawing code.
      * Fix all the library drawing and field objects to support component drawing code.
      * Provide proper file dialog wild card for symbol libraries and us wxFileDialog.
      * Update component library editing code to reflect component drawing changes.
      7c7d675c
  25. 02 Sep, 2009 1 commit
  26. 18 Jun, 2009 1 commit
  27. 21 May, 2009 2 commits
    • stambaughw's avatar
      Build improvements, compiler warning fixes and build fixes, and lots of clean up. · 8bf79111
      stambaughw authored
      * Created separate SVN version header.
      * Add true config.h for platform dependency checks.
      * Add dependency check cmake module.
      * Remove some leftover hand crafted make files.
      * Remove non-cmake build instructions from COMPILING.txt.
      * Fix split _() strings causing Visual C++ compiler error.
      * Fix lots of compiler warnings.
      * Change project file parameter container from wxArray to boost::vector_ptr.
      * Removed lots of redundant header definitions.
      * Fixed green_xpm redefinition in ercgreen.xpm.
      * Remove some dead code and unnecessary class methods.
      8bf79111
    • charras's avatar
      minor bugs fixed · b256efc5
      charras authored
      b256efc5
  28. 09 May, 2009 1 commit
  29. 13 Apr, 2009 1 commit
  30. 05 Apr, 2009 1 commit
  31. 24 Nov, 2008 1 commit
  32. 14 Sep, 2008 1 commit
  33. 25 Aug, 2008 1 commit
  34. 11 Aug, 2008 1 commit
  35. 17 Apr, 2008 1 commit
  36. 12 Feb, 2008 1 commit
    • lifekidyeaa's avatar
      2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com · c5cd8502
      lifekidyeaa authored
      ================================================================================
      +eeschema
              * commiting my changes to allow multiple instances of a given schematic file within 
      a hierarchy:
              ** internally, m_currentScreen has been replaced with m_currentSheet,
                      which is a list or 'path' of screens.  The path of screens is used to 
      generate
                      a series of timestamps, which is converted to flat component reference via 
      a look-up
                      table in the schematic files.
              ** this means that m_currentScreen is no longer used -- use GetScreen().
              ** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen 
      pointer.
              ** all sub-sheets in a given schematic must have different names to generate a 
      meaningful netlist.
      
      c5cd8502
  37. 11 Nov, 2007 1 commit
  38. 13 Sep, 2007 1 commit
  39. 01 Sep, 2007 1 commit