1. 28 Oct, 2014 1 commit
  2. 27 Oct, 2014 1 commit
  3. 26 Oct, 2014 2 commits
  4. 24 Oct, 2014 1 commit
  5. 23 Oct, 2014 2 commits
  6. 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
  7. 17 Oct, 2014 2 commits
  8. 16 Oct, 2014 3 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
    • 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
  9. 15 Oct, 2014 1 commit
  10. 13 Oct, 2014 8 commits
  11. 12 Oct, 2014 1 commit
  12. 09 Oct, 2014 1 commit
  13. 08 Oct, 2014 5 commits
  14. 07 Oct, 2014 1 commit
  15. 06 Oct, 2014 2 commits
  16. 04 Oct, 2014 1 commit
  17. 02 Oct, 2014 2 commits
    • Bernhard Stegmaier's avatar
      OSX build improvements. · 8b3c14c0
      Bernhard Stegmaier authored
      * Compile all binaries into a single application bundle.
      * Use CMake BundleUtilities to make application bundle relocatable.
      * Restructure build output to directly create an image file.
      * Fix default search paths.
      * Set KIGITHUB environment variable.
      * Added patch to fix wxWidgets so names for OSX.
      8b3c14c0
    • jean-pierre charras's avatar
      BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only... · e6274f70
      jean-pierre charras authored
      BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor)
      *.i : fix coding style issues.
      python method: add BOARD_ITEM Duplicate, which is a wrapper to Clone(). ( defined as Cast_to_BOARD_ITEM(selt.Clone()).Cast() )
      update some .py examples.
      e6274f70
  18. 01 Oct, 2014 1 commit
  19. 30 Sep, 2014 3 commits
  20. 28 Sep, 2014 1 commit