1. 10 Jan, 2010 1 commit
  2. 09 Jan, 2010 2 commits
  3. 08 Jan, 2010 1 commit
  4. 05 Jan, 2010 1 commit
  5. 04 Jan, 2010 1 commit
  6. 03 Jan, 2010 1 commit
    • charras's avatar
      fixed a potential bug in fill zone. · bee0d118
      charras authored
      Tried to fix a problem under Vista and Window 7 in fill zone: sometimes Pcbnew crashes.
      Could be a bug in Kbool (see changelog).
      bee0d118
  7. 01 Jan, 2010 1 commit
  8. 30 Dec, 2009 1 commit
  9. 29 Dec, 2009 1 commit
  10. 27 Dec, 2009 1 commit
  11. 22 Dec, 2009 1 commit
  12. 21 Dec, 2009 4 commits
  13. 20 Dec, 2009 1 commit
  14. 19 Dec, 2009 2 commits
  15. 11 Dec, 2009 1 commit
    • dickelbeck's avatar
      * Factored out the DSNLEXER class so it can be re-used more generally. The · ceb6ad1a
      dickelbeck authored
          constructor takes a keyword table, so it can be used for arbitrary DSN
          syntax files of your own chosing.  Simply create an enum {} with all your
          unique tokens in it.  Then create a KEYWORD table.  See SPECCTRA_DB::keywords[].
          The reason you want an enum is to give the C++ debugger better type information
          so it can show symbolic integer symbols.
        * Factored out common richio.cpp and richio.h
          which is what DSNLEXER uses.
        * Fixed some minor issues with reading circuit descriptor from a *.dsn file.
      
      ceb6ad1a
  16. 07 Dec, 2009 1 commit
    • dickelbeck's avatar
      ++pcbnew & gerbview · 860fbb16
      dickelbeck authored
        * Moved ReturnLayerName() to static BOARD::GetDefaultLayerName() and migrated
          to a Specctra DSN compatible default layer naming scheme:
              Component becomes Front, Copper becomes Back.
        * set_color.h: Cmp becomes Front, Cu becomes Back.
        * D_PAD::DisplayInfo() changed to use actual copper layer names.
        * more layer setup dialog work, moved all programmatic wxControl instantiation
          into the wxFormbuilder environment, but this is fraught with danger:
          wxFlexGridSizer used the tallest control to establish the row heights, so
          be careful about changing control borders in the scroll panel. The vertical
          size can explode since just a couple of pixels times the number of rows
          is substantial.  Currently I am setting a 5 pixel border only left, top, and right
          but not bottom.
        * Set copper layer count is back in place as a hack until I can get the enabled
          layer bit map fully operational.
      
      860fbb16
  17. 06 Dec, 2009 1 commit
  18. 02 Dec, 2009 2 commits
  19. 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
  20. 28 Nov, 2009 1 commit
  21. 23 Nov, 2009 1 commit
  22. 20 Nov, 2009 1 commit
  23. 11 Nov, 2009 1 commit
  24. 09 Nov, 2009 1 commit
  25. 05 Nov, 2009 1 commit
  26. 04 Nov, 2009 2 commits
  27. 02 Nov, 2009 1 commit
  28. 30 Oct, 2009 2 commits
    • 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
    • charras's avatar
      pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and... · 29e217d3
      charras authored
      pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach.
      29e217d3
  29. 28 Oct, 2009 1 commit
  30. 27 Oct, 2009 1 commit
  31. 23 Oct, 2009 2 commits