1. 12 Dec, 2009 1 commit
    • dickelbeck's avatar
      ++pcbnew · 43c034d0
      dickelbeck authored
          Finished the Layer Setup Dialog.  I assumed that the new layer order will
          be in place soon.  It works fine now, but the layer order is probably
          misleading, since it does not reflect the current stackup but rather the
          future stackup.  I dropped support for a single layer board. The minimum
          is two copper layers.  Avoid the side you don't want anything on.
      
          Within a month I should have the layer visibility and selection widget
          in place.
      
      43c034d0
  2. 11 Dec, 2009 3 commits
    • dickelbeck's avatar
      comments, minor fixes · ba78287b
      dickelbeck authored
      ba78287b
    • 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
    • dickelbeck's avatar
      c local for STANDALONE · 0fc7d7c1
      dickelbeck authored
      0fc7d7c1
  3. 08 Dec, 2009 3 commits
  4. 07 Dec, 2009 4 commits
    • dickelbeck's avatar
      fix memory leak, comments · 4582fb9c
      dickelbeck authored
      4582fb9c
    • faa's avatar
      russian GUI update · a21a1931
      faa authored
      a21a1931
    • dickelbeck's avatar
      more layer setup dialog work · 945551b8
      dickelbeck authored
      945551b8
    • 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
  5. 06 Dec, 2009 1 commit
  6. 04 Dec, 2009 2 commits
  7. 03 Dec, 2009 6 commits
  8. 02 Dec, 2009 6 commits
  9. 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
  10. 28 Nov, 2009 2 commits
  11. 23 Nov, 2009 7 commits
  12. 22 Nov, 2009 1 commit
  13. 21 Nov, 2009 2 commits
  14. 20 Nov, 2009 1 commit