1. 17 Oct, 2014 7 commits
  2. 16 Oct, 2014 4 commits
    • Bernhard Stegmaier's avatar
      More OSX build fixes. · a4c59e6b
      Bernhard Stegmaier authored
      * Many path related fixes.
      * Fix execution of external applications.
      * Update mac-osx.txt.
      * Add top-level links for standalone applications inside OSX bundle.
      * Fix document icons for Eeschema and pl_editor.
      * Create individual bundles for standalone applications inside the main application bundle.
      * Add usual 'site-packages' to python path in OSX bundle.
      * Fix name of OSX bundle plugin folder.
      a4c59e6b
    • Brian Sidebotham's avatar
      e4eddc56
    • 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
  3. 15 Oct, 2014 4 commits
  4. 14 Oct, 2014 6 commits
  5. 13 Oct, 2014 10 commits
  6. 12 Oct, 2014 1 commit
  7. 11 Oct, 2014 2 commits
  8. 10 Oct, 2014 1 commit
  9. 09 Oct, 2014 2 commits
  10. 08 Oct, 2014 3 commits
    • Wayne Stambaugh's avatar
    • Mark Roszko's avatar
      Eeschema dialog improvements. · 4aa28d82
      Mark Roszko authored
      * Use the proper verb Annotate in the Annotate dialog for the action button
      * Used the proper verb Generate in the Netlist dialog for the action button
      * Fix ERC dialog title to be "Electrical Rules Checker".
      * Fix all usages of "Erc" to "ERC" consistently in ERC dialog.
      * Move action buttons to bottom of ERC dialog and change Del Markers to
        Delete Markers.
      * Add tooltips to ERC options matrix buttons to indicate their current state.
      * Cleanup ERC options code that for some reason decided to delete the button
        and recreate it instead of just updating it's bitmap directly.
      * Rename "Test ERC" to "Run" to describe what it's actually doing properly
      4aa28d82
    • Mark Roszko's avatar