1. 11 Apr, 2012 2 commits
  2. 09 Apr, 2012 1 commit
  3. 08 Apr, 2012 1 commit
  4. 07 Apr, 2012 2 commits
    • Wayne Stambaugh's avatar
      Pcbnew s-expression file format changes. · 9c16a218
      Wayne Stambaugh authored
      * Save dialog now supports saving boards to new file format.
      * Add CMake option to build s-expression file save.
      * Add check to main CMakeList.txt file to make sure nanometers are
        enables when the new file format is built.
      * Minor tweaks to object format functions for improved output.
      * Rename kicad_plugin.h/cpp to legacy_plugin.h/cpp.
      9c16a218
    • jean-pierre charras's avatar
      Remove old xpm icons files · d739f03c
      jean-pierre charras authored
      d739f03c
  5. 05 Apr, 2012 1 commit
  6. 01 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      Initial Pcbnew s-expression file format commit. · d7feb9ab
      Wayne Stambaugh authored
      * Add s-expression Format() function to all objects derived from
        BOARD_ITEM.
      * Add s-expression Format() function to base objects as required.
      * Add functions to convert coordinates from base internal units
        (nanometers) to millimeter string for writing to s-expression
        file.
      * Add temporary dummy conversion functions to prevent link errors
        until schematic and board object and action code can be separated
        into DSO/DLL.
      * Add CMake build option to build Pcbnew with nanometer internal
        units.
      d7feb9ab
  7. 29 Mar, 2012 1 commit
  8. 26 Mar, 2012 2 commits
    • Wayne Stambaugh's avatar
      Minor code improvements and coding policy fixes. · 45445dd8
      Wayne Stambaugh authored
      * BLOCK_SELECTOR class is not longer derived from EDA_ITEM.
      * Encapsulate BLOCK_SELECTOR class member variables and add access methods.
      * Move HandleBlockBegin() function from block_commande.cpp to drawframe.cpp.
      * Remove virtual methods from top level derived objects per future
        coding policy change.
      * Remove Doxygen copydoc statement from objects derived from EDA_ITEM
        since the comments are automatically copied to the derived object.
      * Removed copy and pasted Doxygen comments from objects derived from
        EDA_ITEM.
      45445dd8
    • Alexander Zakamaldin's avatar
      625e964c
  9. 24 Mar, 2012 1 commit
  10. 22 Mar, 2012 1 commit
    • Dick Hollenbeck's avatar
      Add include/dialog_shim.h and common/dialog_shim.cpp for use by... · 31a84b84
      Dick Hollenbeck authored
      Add include/dialog_shim.h and common/dialog_shim.cpp for use by wxformbuilder's "subclass a wxDialog" support.
      This works, but in my version of wxformbuilder there is a bug which does not properly show the 
      subclass property, even though it is still in play.  This happens after saving then loading the *.fbp file.
      So it is a nuisance bug, but does not affect functionality.
      
      31a84b84
  11. 20 Mar, 2012 1 commit
  12. 19 Mar, 2012 3 commits
  13. 17 Mar, 2012 1 commit
  14. 16 Mar, 2012 1 commit
  15. 15 Mar, 2012 2 commits
  16. 12 Mar, 2012 2 commits
  17. 09 Mar, 2012 1 commit
    • jean-pierre charras's avatar
      Dialog exit: better icon. · 909c2a60
      jean-pierre charras authored
      Pcbnew:
       * graphic_item_properties_base.fbp * dialog pad edit: make some strings more easier to translate.
       * global pad edition: fix a bug that change pad position instead of pad size (round pas only).
      Eeschema:
       * fix a bug: new created wires were not alwaes shows until the screen was redrawn.
      909c2a60
  18. 08 Mar, 2012 2 commits
  19. 07 Mar, 2012 1 commit
    • jean-pierre charras's avatar
      All: try to fix incorrect acs in plot SVG under wxWidgets 2.9: · 5e5ec6f1
      jean-pierre charras authored
      wxWidgets 2.9 knows wxSVGFILEDC device context.
      Unfortunately, arcs are drawn as pies (this is a feature, not a bug).
      This is not correct for Kicad.
      So Kicad has its own wxSVGFILEDC (named KicadSVGFileDC) that is basically the same as wxSVGFILEDC,
      but with arcs drawn as arcs, not pies.
      Note also under wxWidgets 2.8 does not know wxSVGFILEDC , so kicad had already its own SVG device context.
      5e5ec6f1
  20. 28 Feb, 2012 1 commit
  21. 26 Feb, 2012 2 commits
  22. 25 Feb, 2012 1 commit
  23. 20 Feb, 2012 1 commit
  24. 19 Feb, 2012 2 commits
  25. 16 Feb, 2012 1 commit
  26. 15 Feb, 2012 1 commit
  27. 13 Feb, 2012 1 commit
  28. 09 Feb, 2012 1 commit
  29. 06 Feb, 2012 1 commit
  30. 05 Feb, 2012 1 commit