1. 03 Oct, 2011 1 commit
  2. 30 Sep, 2011 1 commit
    • 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
  3. 24 Sep, 2011 1 commit
  4. 23 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCB common library header rationalization. · edd35b4e
      Wayne Stambaugh authored
      * All header files used to create the PCB common library now compile as
        stand alone code.  This prevents the need to define them in a specific
        order to make source code compile properly.  It should also now be
        possible to relocate the source code to build the common PCB library
        to a separate folder.
      edd35b4e
  5. 15 Sep, 2011 1 commit
  6. 14 Sep, 2011 1 commit
  7. 13 Sep, 2011 1 commit
    • 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
  8. 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
  9. 09 Sep, 2011 1 commit
  10. 08 Sep, 2011 1 commit
  11. 07 Sep, 2011 1 commit
    • 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
  12. 06 Sep, 2011 1 commit
  13. 04 Sep, 2011 1 commit
  14. 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
  15. 29 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add CMake code to enable or disable using images in menu items. · c5c98f95
      Wayne Stambaugh authored
      * Add USE_IMAGES_IN_MENUS definition to override the default platform
        behavior for adding images to menu items.
      * Update COMPILING.txt to document how to use USE_IMAGES_IN_MENUS.
      * Fix Windows segfault when creating language selection submenu introduced
        by new bitmap code in r3087.
      * Changed per email from JP from CVPcb to CvPcb because I'm getting old and
        blind and misread the email.
      * Lot's of Doxygen comment and coding style policy fixes.
      c5c98f95
  16. 28 Aug, 2011 2 commits
  17. 24 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add user write permission tests to CVPcb and other minor fixes. · 5fd409f8
      Wayne Stambaugh authored
      * Check user write permissions before saving project and net list files.
      * Append read only to file name and path in title bar when the user
        does not have write privileges.
      * Don't display file dialog every time the net list or project file is
        saved.
      * Add save as and save project file as commands.
      * Make capitalization of CVPcb consistent in all user strings.
      * Doxygen comment and coding style policy fixes.
      5fd409f8
  18. 20 Aug, 2011 1 commit
  19. 04 Aug, 2011 1 commit
  20. 03 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Change PCBNew and CVPCB 3D viewer focus behavior. (fixes lp:818890) · 04bf11c2
      Wayne Stambaugh authored
      * Raise 3D frame in PCB editor and module editor instead of displaying a message
        dialog indicating that the 3D viewer is already open.
      * Raise 3D viewer and module viewer in CVPCB to mimic the behavior changed in
        PCBNew.
      * Set focus to OpenGL canvas when creating 3D viewer so mouse wheel events
        are handled on Windows without having to click on the canvas.
      * Rename 3D viewer frame class from WinEDA3D_DrawFrame to EDA_3D_FRAME.
      * The usual smattering of coding policy fixes.
      04bf11c2
  21. 16 Jun, 2011 2 commits
  22. 12 Jun, 2011 1 commit
  23. 10 Jun, 2011 1 commit
    • Vladimir Ur's avatar
      Made support for multiple equ. matches in CVPCB: · 67517778
      Vladimir Ur authored
      - first, matches are now filtered with component filters (as set in eeschema lib editor);
      - second, if two or more matches exist, first one will be accepted in accordance to
        alias file order set in project prefs, and then to order of lines in file.
      
      For example you may have such configuration
      
      .equ:
      '100' 'CAP100'
      '100' 'RES300' 
      
      C component have filter 'CAP*'
      R component have filter 'RES*'
      
      So R with value 100 (IEEE/ESKD short for 100 Ohm) will get 'RES300' footprint,
      and C with value 100 (IEEE/ESKD short for 100 pF) will get 'CAP100'.
      
      Also equ read routine is rewritten so it is now gracefully accept UTF-8 and spaces.
      67517778
  24. 12 May, 2011 1 commit
  25. 17 Apr, 2011 2 commits
  26. 13 Apr, 2011 1 commit
  27. 06 Apr, 2011 1 commit
  28. 05 Apr, 2011 2 commits
  29. 29 Mar, 2011 1 commit
  30. 25 Mar, 2011 1 commit
  31. 23 Mar, 2011 1 commit
  32. 20 Mar, 2011 1 commit
  33. 19 Mar, 2011 1 commit
  34. 18 Mar, 2011 1 commit
  35. 17 Mar, 2011 1 commit
  36. 16 Mar, 2011 1 commit