1. 08 Feb, 2014 5 commits
  2. 07 Feb, 2014 11 commits
  3. 06 Feb, 2014 5 commits
  4. 05 Feb, 2014 3 commits
  5. 04 Feb, 2014 2 commits
  6. 03 Feb, 2014 5 commits
  7. 02 Feb, 2014 5 commits
  8. 01 Feb, 2014 1 commit
  9. 30 Jan, 2014 1 commit
  10. 29 Jan, 2014 2 commits
    • jean-pierre charras's avatar
      Add specific bitmaps in export IDF and export DSN menus. · f43ed909
      jean-pierre charras authored
      Add missing calls to Show( false ) to some main frames (Kicad, eeschema, gerbview), to force config saving when closing these windows.
      Code cleanup and minor coding style fixes in footprint_wizard_frame.
      f43ed909
    • Dick Hollenbeck's avatar
      Make option KICAD_KEEPCASE actually functional for Eeschema, and make the setting default ON. · 2ac58935
      Dick Hollenbeck authored
      The desire is to migrate designs *away from* case independence, and to create
      designs which use literally (case specific) interpreted component names. But for
      backwards compatibility, you may turn OFF this option if you really must.
      (Remember that with KiCad using text data files, typically you would be better
      off simply doctoring those files into a case literal state with a text editor
      and move forward into the brave new world of case specificity. Also, BOM
      generators may not work properly when you have this option turned OFF, the xml
      export's referential integrity is broken on library part name. Hence the default
      is ON now, as of 29-Jan-2014.
      2ac58935