1. 04 Jan, 2010 1 commit
  2. 03 Jan, 2010 2 commits
    • charras's avatar
      fixed a potential bug in fill zone. · ef29dabf
      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).
      ef29dabf
    • 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
  3. 02 Jan, 2010 2 commits
  4. 01 Jan, 2010 1 commit
  5. 30 Dec, 2009 1 commit
  6. 29 Dec, 2009 3 commits
  7. 28 Dec, 2009 1 commit
  8. 27 Dec, 2009 1 commit
  9. 23 Dec, 2009 2 commits
  10. 22 Dec, 2009 2 commits
  11. 21 Dec, 2009 7 commits
  12. 20 Dec, 2009 3 commits
  13. 19 Dec, 2009 2 commits
  14. 17 Dec, 2009 2 commits
  15. 15 Dec, 2009 2 commits
    • stambaughw's avatar
      Dialog work and other minor changes. · 014d852b
      stambaughw authored
      * Replace EESchema sheet properties dialog with wxFormBuilder version.
      * Editing an existing sheet now marks schematic as modified.
      * Code style updates for some of my previous work.
      * Improvements to the CMP_LIB_ENTRY object.
      * Replaced symbol edit export fprintf code with wxFFile implementation.
      * GCC compiler warning fix in pcbnew/drc.cpp.
      014d852b
    • charras's avatar
      pcbnew: fixed in dialog_layers_setup2: new number of layers not taken in... · 867737e2
      charras authored
      pcbnew: fixed in dialog_layers_setup2: new number of layers not taken in account when selected only by the copper layers choice list.
      867737e2
  16. 13 Dec, 2009 2 commits
  17. 12 Dec, 2009 3 commits
    • faa's avatar
      russian GUI update · 3901e152
      faa authored
      3901e152
    • charras's avatar
      Eeschema: fixed component drag not working. · ce52cf5b
      charras authored
      ce52cf5b
    • 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
  18. 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