1. 10 Sep, 2011 1 commit
  2. 09 Sep, 2011 2 commits
    • Wayne Stambaugh's avatar
    • Roman Bashkov's avatar
      pcbnew: · c5e1c249
      Roman Bashkov authored
      * Add hotkey fast switch to two grids: for place and trace
      	Alt+"1" - switch grid for place module
      	Alt+"2" - switch grid for trace
        This two grid set in dialog - menu Preferences->Dimensions->Grid.
      * Add hotkey switch grid:
      	"`" - switch to next grid
      	Ctrl+"`" - switch to previous grid
      * Add hotkey switch track width:
      	"W" - switch to next track width
      	Ctrl+"W" - switch to previous track width
      cmakemodules:
      * Add GOST to KICAD_BUILD_VERSION if define KICAD_GOST.
      c5e1c249
  3. 08 Sep, 2011 6 commits
  4. 07 Sep, 2011 4 commits
  5. 06 Sep, 2011 3 commits
  6. 04 Sep, 2011 1 commit
  7. 02 Sep, 2011 2 commits
  8. 01 Sep, 2011 4 commits
  9. 31 Aug, 2011 3 commits
  10. 30 Aug, 2011 5 commits
  11. 29 Aug, 2011 4 commits
  12. 28 Aug, 2011 2 commits
  13. 27 Aug, 2011 2 commits
  14. 26 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add user write permission tests to PCBNew and other minor fixes. · 0d57d670
      Wayne Stambaugh authored
      * Check user write permissions before saving project, board, and footprint
        library files.
      * Append read only to file name and path in title bar when the user
        does not have write privileges.
      * Rename class WinEDA_ModuleEditFrame to FOOTPRINT_EDIT_FRAME.
      * Lot's of Doxygen comment and coding style policy fixes.
      0d57d670