1. 10 Jan, 2015 1 commit
  2. 05 Jan, 2015 1 commit
  3. 31 Dec, 2014 1 commit
  4. 23 Dec, 2014 1 commit
    • jean-pierre charras's avatar
      Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; · bc230f76
      jean-pierre charras authored
      Fix issue when using a page layout file in project folder: eeschema and Pcbnew did not use it, unless using an absolute path.
      Now, if the file path is nor absolute, it is seen as relative to the project (which is the expected behavior)
      fp lib wizard: when pcbnew id compiled with USE_GITHUB_PLUGIN=OFF, the github plugin option is no more accessible (and the web viewer no more used).
      bc230f76
  5. 21 Dec, 2014 1 commit
  6. 20 Dec, 2014 2 commits
  7. 19 Dec, 2014 1 commit
  8. 16 Dec, 2014 1 commit
  9. 03 Dec, 2014 2 commits
  10. 22 Nov, 2014 1 commit
  11. 19 Nov, 2014 3 commits
  12. 15 Nov, 2014 1 commit
  13. 12 Nov, 2014 1 commit
  14. 09 Nov, 2014 1 commit
  15. 06 Nov, 2014 1 commit
  16. 02 Nov, 2014 2 commits
  17. 31 Oct, 2014 1 commit
  18. 30 Oct, 2014 1 commit
  19. 28 Oct, 2014 1 commit
  20. 26 Oct, 2014 3 commits
  21. 22 Oct, 2014 1 commit
    • Wayne Stambaugh's avatar
      Fix parallel build bugs. · b7f890ad
      Wayne Stambaugh authored
      * Make all files generated by make_lexer() dependencies of thier respective build targets.
      * Make building Boost a dependency for all libraries.
      * Remove duplicate make_lexer() call for Specctra lexer files.
      b7f890ad
  22. 21 Oct, 2014 1 commit
  23. 19 Oct, 2014 1 commit
  24. 17 Oct, 2014 1 commit
  25. 16 Oct, 2014 2 commits
    • Mark Roszko's avatar
      Make hotkey command titles use consistent capitalization. · 606f2e91
      Mark Roszko authored
      Rename "Switch highcontrast" to "Toggle High Contrast".
      Eliminate most of the abbreviated hotkey titles.
      Doxygenize dialog_hotkeys_editor.h and add missing license block.
      Display <unassigned> if key code is 0 (NULL).
      606f2e91
    • Mark Roszko's avatar
      Hotkey Editor Polishing · 651a92a8
      Mark Roszko authored
      Refactor hotkey editor to use tab control instead of one giant list.
      Each tab is a separate hotkey section.
      Modify EDA_HOTKEY_CONFIG to change the m_Comment member to m_Title for a new purpose.
      We want a pretty title in the hotkey editor. We use m_Title for the key export comment which
      still conveys the purpose just as easily.
      Refactored usage of wxGrid into wxListCtrl which allows capturing navigation characters
      and also works better (single selection is built in).
      Add hotkey overwrite prompts that are paired with "Common" section. It will check if a hotkey
      overlaps with the proper sections. i.e. Common with the all other sections; or Section 1 with just Common.
      Right-click menu removed due to wxListCtrl being able to catch the special keys properly.
      651a92a8
  26. 15 Oct, 2014 1 commit
  27. 14 Oct, 2014 4 commits
  28. 13 Oct, 2014 1 commit
  29. 09 Oct, 2014 1 commit