1. 18 Oct, 2013 3 commits
    • Wayne Stambaugh's avatar
      Minor message box improvements · 612ba67c
      Wayne Stambaugh authored
      * Create a generic yes/no/cancel dialog from DIALOG_EXIT.
      * Make DIALOG_EXIT return wxID_YES instead of wxID_OK so it is consistent
        with the standard message dialogs.
      * Add missing license to confirm.h and confirm.cpp.
      * Change Eeschema message dialog when loading a schematic if the current
        schematic is modified to be more consistent with the exit dialog.
      * Change Pcbnew message dialog when loading a board if the current board
        is modified to be more consistent with the exit dialog.
      * Remove some Eeschema block debug logging code left over from my last
        commit.
      612ba67c
    • Dick Hollenbeck's avatar
      fix template files installation · a44e2c82
      Dick Hollenbeck authored
      a44e2c82
    • Andrey Fedorushkov's avatar
      fix auto install template files · 5c4a3a08
      Andrey Fedorushkov authored
      5c4a3a08
  2. 17 Oct, 2013 7 commits
  3. 15 Oct, 2013 3 commits
  4. 14 Oct, 2013 4 commits
  5. 13 Oct, 2013 3 commits
    • Dick Hollenbeck's avatar
      *) Switch over to FP_LIB_TABLE::Footprint*() functions. · afd6f292
      Dick Hollenbeck authored
      *) Set environment variable KISYSMOD before loading FP_LIB_TABLE so that
         FP_LIB_TABLE::ROW::SetFullURI() can do substitution up front.
      *) De-emphasize the lib path in some of the footprint frames but keep it
         so the footprint editor can export a current library to another.
         You can even export a GITHUB library to a pretty library for local 
         installation.
      *) Start the PLUGIN options editor.
      *) Enhance cursor positioning in DIALOG_FP_LIB_TABLE.
      afd6f292
    • jean-pierre charras's avatar
      specctra_export.cpp: fix a bug in my export function to 3D viewer which... · 7f648995
      jean-pierre charras authored
      specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines
      inside the main board outlines.
      specctra_export.cpp: always approximate arcs in outlines by 36 segm for 360 degrees,
      even for arc angle which differs from 90 degrees.
      90 degrees is the default when creating an arc, but the arc value can be edited and have any value between 0 and 360 degrees.
      Previously, 9 segments were used regardless the arc angle.
      7f648995
    • Wayne Stambaugh's avatar
      Footprint library table improvements. · 8580d87e
      Wayne Stambaugh authored
      * Add save table and set project path environment variable code to
        FP_LIB_TABLE object.
      * Add code to Pcbnew and CvPcb to set project path environment variable.
      * Create empty footprint table in Pcbnew when new board created.
      * Save current project specific footprint library table to path on file save
        as or empty project path.
      * Fix a bug in Pcbnew in file save function that would silently overwrite
        an existing board file.
      * Disable selecting the current library in the module editor when there are
        no libraries defined.
      * Catch exceptions and report errors when writing footprint library tables.
      * Fix Boost build CMakeFile to fix bug when bootstrapping a Boost build in
        MSys.
      8580d87e
  6. 11 Oct, 2013 1 commit
    • jean-pierre charras's avatar
      Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes... · a8e57e10
      jean-pierre charras authored
      Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad
      Remove KICAD_GOST option because it is  now useless: the 2 GOST options are now selectable at run time and are:
      * specific page layouts (now user definable, and the GOST page layouts are available in template folder)
      * notation for multiple parts per package (made in eeschema, preference menu)
      a8e57e10
  7. 07 Oct, 2013 4 commits
  8. 05 Oct, 2013 5 commits
  9. 04 Oct, 2013 10 commits