1. 17 Jan, 2015 1 commit
  2. 16 Jan, 2015 1 commit
  3. 15 Jan, 2015 1 commit
  4. 12 Jan, 2015 1 commit
    • Wayne Stambaugh's avatar
      Minor dialog improvements. · 0b6d1bbc
      Wayne Stambaugh authored
      * Make generate button the default in Eeschema netlist dialog.
      * Fix spacing issues in export IDF dialog.
      * Make OK button the default in export IDF dialog.
      * Remove unnecessary end dialog code from export IDF dialog.
      * Improve resizing of export IDF dialog.
      0b6d1bbc
  5. 10 Jan, 2015 1 commit
  6. 05 Jan, 2015 1 commit
  7. 31 Dec, 2014 1 commit
  8. 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
  9. 21 Dec, 2014 1 commit
  10. 20 Dec, 2014 2 commits
  11. 19 Dec, 2014 1 commit
  12. 16 Dec, 2014 1 commit
  13. 03 Dec, 2014 2 commits
  14. 22 Nov, 2014 1 commit
  15. 19 Nov, 2014 3 commits
  16. 15 Nov, 2014 1 commit
  17. 12 Nov, 2014 1 commit
  18. 09 Nov, 2014 1 commit
  19. 06 Nov, 2014 1 commit
  20. 02 Nov, 2014 2 commits
  21. 31 Oct, 2014 1 commit
  22. 30 Oct, 2014 1 commit
  23. 28 Oct, 2014 1 commit
  24. 26 Oct, 2014 3 commits
  25. 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
  26. 21 Oct, 2014 1 commit
  27. 19 Oct, 2014 1 commit
  28. 17 Oct, 2014 1 commit
  29. 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
  30. 15 Oct, 2014 1 commit
  31. 14 Oct, 2014 2 commits