1. 17 Sep, 2013 1 commit
  2. 08 Sep, 2013 1 commit
    • Wayne Stambaugh's avatar
      Convert footprint definitions from wxString to FPID. · 230c5f8f
      Wayne Stambaugh authored
      * Use FPID instead of wxString in MODULE object.
      * Use FPID instead of wxString when loading and saving files.
      * Use FPID in COMPONENT object.
      * Add wxString helper functions and comparison operators to FPID.
      * Add fp_lib token to pcb and netlist file formats.
      * Add code to load and save FPIDs to pcb file format.
      * Fix segfault when deleting invalid footprint library tables in Pcbnew
        in non footprint library table build.
      * Fix bug when counting the number of mod files in
        EDA_APP::SetFootprintLibTablePath();
      230c5f8f
  3. 28 Aug, 2013 1 commit
  4. 03 Aug, 2013 1 commit
  5. 26 May, 2013 1 commit
  6. 05 Nov, 2012 1 commit
  7. 14 Jul, 2012 1 commit
  8. 13 Jul, 2012 1 commit
  9. 09 Jul, 2012 1 commit
  10. 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
  11. 13 Jun, 2012 1 commit
    • 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
  12. 11 Jun, 2012 1 commit
  13. 09 Jun, 2012 1 commit
    • Wayne Stambaugh's avatar
      Add Pcbnew s-expression file parser. · 2d0d8050
      Wayne Stambaugh authored
      * Add s-expression file parser object and keyword files.
      * Fix minor issues with s-expression file formatting.
      * Fix a minor bug the zone container fill state parsing in the legacy plugin.
      * Move EDA_TEXT visibility definition to eda_text.h.
      * Add minor BOARD_ITEM object improvements to support s-expression file
        parser.
      2d0d8050