1. 02 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. 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. 28 Sep, 2011 1 commit
  5. 23 Sep, 2011 1 commit
  6. 22 Sep, 2011 1 commit
  7. 20 Sep, 2011 1 commit
  8. 15 Sep, 2011 1 commit
  9. 13 Sep, 2011 1 commit
  10. 11 Sep, 2011 2 commits
  11. 09 Sep, 2011 1 commit
  12. 08 Sep, 2011 3 commits
  13. 06 Sep, 2011 3 commits
  14. 04 Sep, 2011 1 commit
  15. 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
  16. 31 Aug, 2011 3 commits
  17. 30 Aug, 2011 3 commits
  18. 29 Aug, 2011 2 commits
  19. 28 Aug, 2011 1 commit
  20. 19 Aug, 2011 3 commits
  21. 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
  22. 16 Aug, 2011 1 commit
  23. 12 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Prevent component library editor from saving read only files (fixes lp:811118) · e7eef8cf
      Wayne Stambaugh authored
      * Disable save library command when user does not have permission to write
        the active library.
      * Append the active library file name displayed in the title bar with read
        only when the user does not have write permission.
      * Test the selected folder permissions when user chooses the save library
        as command.
      * The obligatory coding style policy fixes.
      e7eef8cf
  24. 05 Aug, 2011 2 commits
  25. 20 Jul, 2011 1 commit
  26. 15 Jul, 2011 1 commit
  27. 12 Jul, 2011 1 commit