1. 18 Sep, 2011 1 commit
  2. 13 Sep, 2011 1 commit
  3. 09 Sep, 2011 2 commits
    • jean-pierre charras's avatar
      Remove *.ico files and used only xpm or new pgn bitmaps for icons under Window. · 3b381cf8
      jean-pierre charras authored
      Fix minor other issues.
      Remove unused files.
      3b381cf8
    • 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
  4. 08 Sep, 2011 1 commit
  5. 07 Sep, 2011 2 commits
    • Andrey Fedorushkov's avatar
    • Andrey Fedorushkov's avatar
      pcbnew: · 9f98995a
      Andrey Fedorushkov authored
      * Add hotkey "P" - place item
      * Add record and play macros for sequence hotkey.
      Macros set to numeric key 0..9.
      <Ctrl>+<numkey> - start record macros
      <hotkey> <mouse move> ... <hotkey>|<mouse place>
      <Ctrl>+<numkey> - end record macros
      <numkey> - play macros
      * Add menu save/read macros to/from xml-file
      * Add configure rotate angle for rotate module: 45 or 90 deg.
      * fix segfault when move/drag segment if disconnected to pad
      9f98995a
  6. 06 Sep, 2011 3 commits
  7. 04 Sep, 2011 1 commit
  8. 02 Sep, 2011 1 commit
  9. 01 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add menu item function fixes and other minor improvements. · 4a7dc4ad
      Wayne Stambaugh authored
      * Rename all ADD_MENUITEM_* functions to AddMenuItem and move them to
        wxstruct.h since they are used by the Kicad main frame classes.
      * Move SET_BITMAP and SETBITMAPS definitions to wxstruct.h.
      * Fix a bug in SET_BITMAPS that prevented enabling menu item images on
        OSX.
      * Rename MsgItem to EDA_MSG_ITEM.
      * Remove redundant includes from modified files.
      * Doxygen and coding style policy fixes.
      4a7dc4ad
  10. 31 Aug, 2011 1 commit
  11. 30 Aug, 2011 1 commit
  12. 29 Aug, 2011 3 commits
  13. 28 Aug, 2011 2 commits
  14. 24 Aug, 2011 2 commits
  15. 23 Aug, 2011 1 commit
  16. 18 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add user write permission tests to EESchama and other minor fixes. · c64a6937
      Wayne Stambaugh authored
      * Add general purpose user write permission test function to base
        window class.
      * Check user write permissions before saving project, schematic and
        library files.
      * Remove displaying file dialog every time the project file is saved.
      * Display absolute paths for non-root sheet file in title bar.
      * Remove redundant command table entry from schematic editor.
      * Remove unused variables to fix GCC 4.6 warnings.
      * The usual Doxygen comment and coding style policy fixes.
      c64a6937
  17. 09 Aug, 2011 1 commit
  18. 04 Aug, 2011 1 commit
  19. 20 Jul, 2011 1 commit
  20. 14 Jul, 2011 1 commit
  21. 09 Jul, 2011 1 commit
  22. 08 Jul, 2011 1 commit
  23. 07 Jul, 2011 1 commit
  24. 06 Jul, 2011 1 commit
  25. 05 Jul, 2011 2 commits
  26. 04 Jul, 2011 1 commit
  27. 03 Jul, 2011 1 commit
  28. 30 Jun, 2011 1 commit
  29. 26 Jun, 2011 1 commit
  30. 17 Jun, 2011 1 commit
    • Wayne Stambaugh's avatar
      Schematic object plot code refactoring and CMake required version changes. · c1802037
      Wayne Stambaugh authored
      * Change the minimum required CMake version to 2.6.4 for all build platforms
        except Windows and OSX.
      * Move all schematic plot code from plot.cpp into the appropriate schematic
        objects.
      * Create SCH_SCREEN plot method to plot all objects in the schematic
        screen.
      * Delete plot.cpp and remove it from the CMakeList file.
      c1802037
  31. 09 Jun, 2011 1 commit