1. 01 Oct, 2011 1 commit
  2. 30 Sep, 2011 2 commits
    • Wayne Stambaugh's avatar
      Application name capitalization fixes. · 4b853ded
      Wayne Stambaugh authored
      * Correct all user strings and comments for the correct capitalization of
        application names according to JP.  They are KiCad, Pcbnew, CvPcb,
        Eeschema, and GerbView.
      * Add a note the the user interface policy about the correct capitalization.
      4b853ded
    • Roman Bashkov's avatar
      pcbnew: · 611a5155
      Roman Bashkov authored
      * Add visible clearance when edit node or track segment,
        add parameter "show clearance for new or edited track with via area"
        in "Display options" menu.
      611a5155
  3. 29 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Minor PCBNew code fixes. · c09bc26d
      Wayne Stambaugh authored
      * Translate French code names and comments.
      * Dead code removal.
      * Hot key object and structure coding style policy fixes.
      * Doxygen comment warning fixes.
      c09bc26d
  4. 27 Sep, 2011 1 commit
  5. 26 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCB common library global variable removal and other minor fixes. · b9b341dc
      Wayne Stambaugh authored
      * Move auto save time global variables into PCB_EDIT_FRAME object.
      * Move footprint library name list global variable int PCB_EDIT_FRAME
        object.
      * Improve library back up and temporary file error message strings and make
        them translatable.
      * PCBNew string unification.
      * Translate French code names and comments.
      * Coding style policy and Doxygen comment fixes.
      b9b341dc
  6. 24 Sep, 2011 1 commit
  7. 23 Sep, 2011 2 commits
  8. 20 Sep, 2011 3 commits
  9. 19 Sep, 2011 1 commit
  10. 18 Sep, 2011 1 commit
  11. 16 Sep, 2011 2 commits
    • Wayne Stambaugh's avatar
      PCBNew locate footprint code refactoring and other minor fixes. · 1c4d925d
      Wayne Stambaugh authored
      * Refactor locate footprint function into the board object.
      * Remove locate.cpp as it is no longer needed.
      * Actually remove track.cpp from repo that I missed on the last commit.
      * Increase the size of the layer pair tool bar bitmap so that it looks
        better with the new larger tool bar images.
      * Fixes to prevent common headers from complaining when not included
        in the correct order in source files.
      1c4d925d
    • Wayne Stambaugh's avatar
      PCBNew trace search code refactoring and other minor fixes. · e4d1fa12
      Wayne Stambaugh authored
      * Refactor trace search functions into the appropriate object.
      * Translate French code names and comments.
      * Lots of coding style policy fixes.
      e4d1fa12
  12. 15 Sep, 2011 2 commits
  13. 14 Sep, 2011 3 commits
  14. 13 Sep, 2011 2 commits
    • jean-pierre charras's avatar
      Commit changes asked by Fabrizio Tappero. · e9b71f1e
      jean-pierre charras authored
      Fix compatibility issues with old xpm icons.
      Add or update .xpm and .ico files for shortcuts and taskbars
      Remove artwork folder.
      e9b71f1e
    • Wayne Stambaugh's avatar
      PCBNew locate code refactoring. · efc93aa5
      Wayne Stambaugh authored
      * Move various locate functions into the appropriate board item object.
      * Unified best zoom for all frames derived from PCB_BASE_FRAME.
      * Remove track.cpp as it is no longer needed.
      * Dead code removal.
      * Remove scary frame window pointer member from board item objects.
      * Add draw bounding box to gerber draw item for debugging purposes.
      efc93aa5
  15. 11 Sep, 2011 1 commit
    • jean-pierre charras's avatar
      Fix issues with new icons: · b5d27a56
      jean-pierre charras authored
      * Replace use of wxICON by new icons declaration.
      * Remove unused files.
      * Fix filenames inconsistencies between old and new icons.
      * dialog_erc handle variable size icons in erc matrix.
      b5d27a56
  16. 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
  17. 08 Sep, 2011 2 commits
  18. 07 Sep, 2011 3 commits
    • Wayne Stambaugh's avatar
      Lots and lots of PCBNew code cleaning and fix build bug introduced in r3108. · 0c443357
      Wayne Stambaugh authored
      * Changed <wx-2.8/xml/xml.h> to "xnode.h" in pcbnew_config.cpp to fix bug
        when building against wxWidgets 2.9 and above.
      * Convert broken wxXmlNode code to use XNODE.
      * Overloaded XNODE constructor for creating child nodes.
      * Translate French naming conventions.
      * Translate French comments.
      * Remove tabs from several source files.
      * Coding style policy and Doxygen comment fixes.
      0c443357
    • 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
  19. 06 Sep, 2011 3 commits
  20. 04 Sep, 2011 1 commit
  21. 02 Sep, 2011 2 commits
  22. 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
  23. 31 Aug, 2011 2 commits