1. 15 Sep, 2014 1 commit
  2. 14 Sep, 2014 4 commits
  3. 13 Sep, 2014 3 commits
  4. 11 Sep, 2014 1 commit
    • Lorenzo Marcantonio's avatar
      More work on module texts, and especially on the collector · 0da38e5b
      Lorenzo Marcantonio authored
      The members SetIgnoreMTextsOnCopper, SetIgnoreMTextsOnCmp,
      SetIgnoreModulesOnCu, SetIgnoreModulesOnCmp in the collector guide are
      renamed to the clearer SetIgnoreMTextsOnBack, SetIgnoreMTextsOnFront,
      SetIgnoreModulesOnBack, SetIgnoreModulesOnFront
      
      Modified the collector and drawing behaviour for text in modules as
      discussed in the mailing list.
      
      * Now module text on layers different than Silk should work! *
      
      Still need UI support for setting the layer in the module editor.
      0da38e5b
  5. 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
  6. 09 Sep, 2014 3 commits
  7. 08 Sep, 2014 6 commits
  8. 07 Sep, 2014 2 commits
  9. 06 Sep, 2014 1 commit
  10. 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
  11. 04 Sep, 2014 1 commit
  12. 02 Sep, 2014 2 commits
  13. 01 Sep, 2014 3 commits
  14. 31 Aug, 2014 1 commit
  15. 29 Aug, 2014 4 commits
  16. 28 Aug, 2014 1 commit
  17. 26 Aug, 2014 4 commits
  18. 25 Aug, 2014 1 commit
    • jean-pierre charras's avatar
      Eeschema: add dialog libedit options and move options relative to libedit from... · 09870e96
      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.
      09870e96