1. 13 Jul, 2012 1 commit
  2. 12 Jul, 2012 2 commits
  3. 11 Jul, 2012 1 commit
  4. 10 Jul, 2012 1 commit
  5. 09 Jul, 2012 1 commit
  6. 08 Jul, 2012 1 commit
  7. 07 Jul, 2012 1 commit
  8. 05 Jul, 2012 3 commits
  9. 04 Jul, 2012 1 commit
  10. 03 Jul, 2012 1 commit
  11. 30 Jun, 2012 1 commit
  12. 27 Jun, 2012 2 commits
    • jean-pierre charras's avatar
      Pcbnew: save/load .kicad_pcb files: fix 2 minor issues. · 20f0a5f8
      jean-pierre charras authored
      Use now English layers names to build filenames in plot functions (for techical layers), because translated names create sometimes problems in filenames.
      (should do not change anything for English users)
      Fix compil issue under wxGTK 2.8.12, created by my recent commit.
      Minor changes to make translations easier.
      20f0a5f8
    • jean-pierre charras's avatar
      Pcbnew: save/load .kicad_pcb files: fix 2 minor issues. · 91b0191a
      jean-pierre charras authored
      Use now English layers names to build filenames in plot functions (for techical layers), because translated names create sometimes  problems in filenames.
      (should do not change anything for English users)
      91b0191a
  13. 26 Jun, 2012 2 commits
  14. 25 Jun, 2012 3 commits
  15. 24 Jun, 2012 3 commits
  16. 23 Jun, 2012 1 commit
  17. 20 Jun, 2012 3 commits
  18. 19 Jun, 2012 4 commits
  19. 17 Jun, 2012 2 commits
  20. 16 Jun, 2012 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew s-expression file parser bug fixes and file size improvements. · 8c72db66
      Wayne Stambaugh authored
      * Use index when saving layers to handle translated layer names.
      * Add LOCALE_IO switcher when loading s-expression format.
      * Make SEGVIA default to through hole to improve file size.
      * Don't save default orientation of 0 degrees in TEXTE_MODULE and TEXTE_PCB.
      * Don't save default zone configuration parameters.
      * Save multiple zone corners on a single line.
      * Fixed missing ( check in graphic and module arc parsers.
      * Consistency improvements for DRAWSEGMENT and EDGE_MODULE objects.
      * Minor tweaks to D_PAD formatting.
      8c72db66
  21. 14 Jun, 2012 3 commits
  22. 13 Jun, 2012 2 commits
    • Wayne Stambaugh's avatar
      Pcbnew s-expression file parser bug fixes. · 3b2be428
      Wayne Stambaugh authored
      * Change save order of drawings to match legacy file format object order.
      * Set end point of SEGVIA to start point so the round trip back to legacy
        format is the same.
      * Fixed bug saving and loading oval pad drill parameters.
      * Fixed bug saving and loading rectangular pad deltas.
      * Fixed missing layer for PCB_TARGET.
      * Fixed EDA_TEXT italic bug.  Thanks Dick!
      * Remove some left over debug logging statements.
      3b2be428
    • Andrey Fedorushkov's avatar
      f7755bdc