1. 08 Sep, 2014 1 commit
  2. 07 Sep, 2014 1 commit
  3. 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
  4. 02 Sep, 2014 1 commit
  5. 29 Aug, 2014 2 commits
  6. 28 Aug, 2014 1 commit
  7. 26 Aug, 2014 2 commits
  8. 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
  9. 24 Aug, 2014 2 commits
  10. 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
  11. 18 Aug, 2014 1 commit
  12. 17 Aug, 2014 1 commit
  13. 16 Aug, 2014 1 commit
  14. 13 Aug, 2014 2 commits
    • Dick Hollenbeck's avatar
      Modular KiCad Blueprint Milestone B), major portions: · 7e483f69
      Dick Hollenbeck authored
        *) When kicad.exe closes a project, close any open KIFACEs so that they cannot
           get disassociated from their true PROJECT.
        *) Allow loading eeschema library editor from kicad.exe
        *) Allow loading pcbnew library editor from kicad.exe
        *) Rename LIB_COMPONENT to LIB_PART.
        *) Add class PART_LIBS, and PART_LIB.
        *) Make PART_LIBS non-global, i.e. PROJECT specific.
        *) Implement "data on demand" for PART_LIBS
        *) Implement "data on demand" for schematic SEARCH_STACK.
        *) Use RSTRINGs to retain eeschema editor's notion of last library and part being edited.
        *) Get rid of library search on every SCH_COMPONENT::Draw() call, instead use
           a weak pointer.
        *) Remove all chdir() calls so projects don't need to be CWD.
        *) Romove APPEND support from OpenProjectFiles().
        *) Make OpenProjectFiles() robust, even for creating new projects.
        *) Load EESCHEMA colors in the KIWAY::OnKiwayStart() rather in window open,
           and save them in the .eeschema config file, not in the project file.
        *) Fix bug with wxDir() while accessing protected dirs in kicad.exe
        *) Consolidate template copying into PROJECT class, not in kicad.exe source.
        *) Generally untangle eeschema, making its libraries not global but rather
           held in the PROJECT.
      7e483f69
    • unknown's avatar
      Pcbnew: add drc test for texts on copper layer (only in full drc test, not in... · c8d69f19
      unknown authored
      Pcbnew: add drc test for texts on copper layer (only in full drc test, not in on line drc), from a patch sent by Simon Schumann
      Add EDA_TEXT::TransformTextShapeToSegmentList function to export a list of segments used to draw/plot the text.
      c8d69f19
  15. 10 Aug, 2014 1 commit
  16. 08 Aug, 2014 1 commit
  17. 02 Aug, 2014 1 commit
  18. 29 Jul, 2014 1 commit
    • jean-pierre charras's avatar
      Minor fixes and changes: · 15403684
      jean-pierre charras authored
      Remove a minor warning message in Debug mode for 2 dialogs.
      Pcbnew: update Gerber X2 file format (File Attribute) to very last X2 specification
      Eeschema: Fix a minor bug in block selection (sometimes the last selected component was select instead of items in selected area)
      and better drag behavior when draging an item by the drag hotkey.
      15403684
  19. 20 Jul, 2014 1 commit
  20. 14 Jul, 2014 3 commits
  21. 09 Jul, 2014 13 commits