1. 08 Nov, 2014 1 commit
  2. 06 Nov, 2014 1 commit
  3. 02 Nov, 2014 1 commit
  4. 31 Oct, 2014 1 commit
  5. 26 Oct, 2014 1 commit
  6. 22 Oct, 2014 1 commit
  7. 19 Oct, 2014 1 commit
  8. 18 Oct, 2014 1 commit
  9. 17 Oct, 2014 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew VRML export improvements. · 431ed318
      Wayne Stambaugh authored
      * Improve VRML export dialog lay out.
      * Make the OK button the default action in the export dialog.
      * Make 3D model export work correctly and avoid redundant file copies.
      * Fix embedded path separators in wrl files on windows.
      * Fix absolute model file path creation in wrl files.
      * Clean up VRML export code.
      431ed318
  10. 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
  11. 15 Oct, 2014 1 commit
  12. 13 Oct, 2014 2 commits
  13. 06 Oct, 2014 1 commit
    • Wayne Stambaugh's avatar
      Road map and Doxygen work. · 99f30c9d
      Wayne Stambaugh authored
      * Remove obsolete settings from Doxygen configuration file.
      * Fix some Doxygen warnings.
      * Add the board edge segment snapping to developers road map.
      * Fix some coding style issues in CMakeLists.txt
      99f30c9d
  14. 02 Oct, 2014 1 commit
    • 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
  15. 28 Sep, 2014 1 commit
  16. 26 Sep, 2014 1 commit
  17. 17 Sep, 2014 1 commit
    • jean-pierre charras's avatar
      Eeschema: back to KICAD_KEEPCASE option, to find parts in lib, when using case... · 93a3d4cb
      jean-pierre charras authored
      Eeschema: back to KICAD_KEEPCASE option, to find parts in lib, when using case sensitive option (default).
      Schematic component properties dialog: add 2 helper buttons to manage the chip name (name of the corresponding part in lib)
      - a browse button to chose an other chip name
      - a test button, to know if the part exists. If not existing, list the parts found when searching using a case insensitive comparison.
      93a3d4cb
  18. 13 Sep, 2014 2 commits
  19. 10 Sep, 2014 1 commit
    • Lorenzo Marcantonio's avatar
      TEXTE_MODULE cleanup in preparation for text on different layers · 424aac6c
      Lorenzo Marcantonio authored
      - Removed the friends MODULE and FOOTPRINT_EDIT_FRAME from TEXTE_MODULE
        (as in the @todo comment)
      
      - Refactored the Rotate/Flip/Mirror for text in modules into the
        TEXTE_MODULE class itself (members RotateWithModule, FlipWithModule,
        MirrorWithModule)
      
      - New behaviour in coloring text on screen: reference and value still
        take the color from the MOD_TEXT_FR_VISIBLE and MOD_TEXT_BK_VISIBLE
        visibles; other text takes the color of the layer containing it
        (except when hidden, obviously) but still get its visibility
        controlled by those visibles (probably the most intuitive and useful
        behaviour)
      
      - Still need to decide: should text on a layer be hidden when the layer
        is? Probably yes (still to be implemented);
      
      - Some comment fixed and many cast converted to static_cast
      424aac6c
  20. 08 Sep, 2014 1 commit
  21. 07 Sep, 2014 1 commit
  22. 05 Sep, 2014 1 commit
    • Moses McKnight's avatar
      Configuration file consolidation patch from Moses McKnight. · 6da5e2cd
      Moses McKnight authored
      * Create GetNewConfig() and GetKicadConfigPath() to unify configuration file
        creation and location.
      * Move Windows configuration out of the registry into configuration files.
      * Move Linux configuration files from $HOME to $HOME/.config/kicad to eliminate
        configuration file pollution in the users $HOME folder.
      * Fix a bug in the configuration file where the Eeschema hot keys are saved.
      6da5e2cd
  23. 02 Sep, 2014 1 commit
  24. 29 Aug, 2014 2 commits
  25. 28 Aug, 2014 1 commit
  26. 26 Aug, 2014 2 commits
  27. 25 Aug, 2014 2 commits
    • jean-pierre charras's avatar
      Eeschema: add dialog libedit options and move options relative to libedit from... · ed4fee76
      jean-pierre charras authored
      Eeschema: add dialog libedit options and move options relative to libedit from eeschema options to this dialog.
      Ensure some values initialized by the schematic editor and used by libedit are also initialized in libedit even if  the schematic editor was not started.
      Remove useless commands (save/load project config) in libedit, because now they have no sense.
      ed4fee76
    • jean-pierre charras's avatar
      .pro file: Settings for schematic editor and library list are now stored in 2... · 7bf06a38
      jean-pierre charras authored
      .pro file: Settings for schematic editor and library list are now stored in 2 independant sections [schematic_editor] and [eeschema].
      This fixes Bug #1360219 (Lost settings in eeschema) and keep separation between code relative to lib management and code relative to preferences.
      2 or 3 minor settings could be lost in some designs, but they are very easy to reenter.
      7bf06a38
  28. 24 Aug, 2014 2 commits
  29. 19 Aug, 2014 1 commit
    • jean-pierre charras's avatar
      Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to... · fafd19c6
      jean-pierre charras authored
      Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to duplicate ID used in menus and toolbars between sub-applications, related to wxUpdateUIEvent events loop.
      wxUpdateUIEvent events can be sent to parent frames, when opening a menu in a child frame, if parent and child frame share same ID fro menuitems (or tools)
      The wrong menuitem can be used in some cases ( because there are more than one menuitem with the same identifier), by a wxUpdateUIEvent event function run in a parent frame.
      fafd19c6
  30. 18 Aug, 2014 1 commit
  31. 17 Aug, 2014 1 commit
  32. 16 Aug, 2014 1 commit