1. 05 Apr, 2013 4 commits
  2. 04 Apr, 2013 1 commit
    • Lorenzo Marcantonio's avatar
      More work on EDA_COLOR_T and layers. · d12a4592
      Lorenzo Marcantonio authored
      In particular the new mechanism for handling extended color palettes is in place,
      included renaming the ini keys and saving the color name instead of its index; this means better forward compatibility with palette changes.
      
      Since ini keys are changed, colors will be reset
      d12a4592
  3. 01 Apr, 2013 2 commits
  4. 31 Mar, 2013 2 commits
  5. 30 Mar, 2013 3 commits
  6. 29 Mar, 2013 1 commit
  7. 28 Mar, 2013 2 commits
  8. 27 Mar, 2013 2 commits
  9. 26 Mar, 2013 1 commit
  10. 19 Mar, 2013 1 commit
  11. 18 Mar, 2013 1 commit
    • Wayne Stambaugh's avatar
      More encapsulation work. · 7d0ec1a1
      Wayne Stambaugh authored
      * Complete encapsulation of the MODULE class.
      * Complete encapsulation of the EDA_TEXT class.
      * Encapsulate most of the ZONE_CONTAINER class.
      * Add pcbcommon library as a dependency for reSWIGging the scripting
        support.  This should cover most dependency cases.
      7d0ec1a1
  12. 13 Mar, 2013 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew encapsulation and code cleaning. · 42d7bf6c
      Wayne Stambaugh authored
      * Encapsulate most of the MODULE class.
      * Start encapsulating the DIMENSION class.
      * Lay some groundwork for EDA_TEXT encapsulation.
      * Move cleverly hidden MODULE functions into class_module.cpp.
      * Use std::swap to exchange TEXTE_PCB values for undo/redo.
      * Remove unused members from MODULE class.
      * The usual coding policy and documentation fixes.
      42d7bf6c
  13. 08 Mar, 2013 1 commit
  14. 07 Mar, 2013 1 commit
    • Wayne Stambaugh's avatar
      Documentation and coding policy fixes. · 2ab86e74
      Wayne Stambaugh authored
      * Fix all Doxygen warnings except polygon files.
      * Add footprint library table tasks to TODO.txt.
      * Add definition to drag.h to prevent nesting.
      * Coding policy fixes.
      2ab86e74
  15. 01 Mar, 2013 1 commit
  16. 26 Feb, 2013 1 commit
  17. 22 Feb, 2013 1 commit
    • Wayne Stambaugh's avatar
      Minor dialog and footprint ID class fixes. · 0e4bb20e
      Wayne Stambaugh authored
      * Make Pcbnew net list dialog honor escape key on Linux.
      * Make Pcbnew swap layers dialog honor escape key on Linux.
      * Layout and UI policy fixes for Pcbnew swap layer and net list dialogs.
      * Layout and UI policy fixes for Eeschema plot dialog.
      * Rename fpip.h to fpid.h.
      * Fix FPID class compiler errors.
      * Restore fpid.cpp to Pcbnew static library source list.
      0e4bb20e
  18. 12 Feb, 2013 1 commit
  19. 11 Feb, 2013 1 commit
  20. 10 Feb, 2013 1 commit
  21. 06 Feb, 2013 2 commits
  22. 02 Feb, 2013 2 commits
    • Emmeran's avatar
      added option to allow zooming around the crosshair instead of the center; can... · 0bdf5bac
      Emmeran authored
      added option to allow zooming around the crosshair instead of the center; can be enabled via options or by holding alt while using the mousewheel
      0bdf5bac
    • jean-pierre charras's avatar
      Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb... · 619125f9
      jean-pierre charras authored
      Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) .
      Pcbnew: in netlist dialog: The user now can choose between the netlist and the .cmp file to import footprints names.
      Therfore no need to delete the .cmp file when exists to use only the netlist.
      This is useful for users who use CvPcb only once to fill footprints fields in schematic, and after edit/modify the footprints fields in schematic outside CvPcb.
      619125f9
  23. 26 Jan, 2013 1 commit
  24. 24 Jan, 2013 1 commit
  25. 21 Jan, 2013 1 commit
  26. 19 Jan, 2013 1 commit
    • jean-pierre charras's avatar
      Pcbnew: fix a minor bug I created in rev 3912. · ac64da65
      jean-pierre charras authored
      Still try to find a better fix for Bug #1100876, however I am thinking the bug is not in Kicad:
      looks like a buggy version of wxWidgets is used, which sends sometimes an unwanted wxCommandEvent event,
      when an event::Check() is called inside a function called by a  wxUpdateUIEvent event.
      ac64da65
  27. 18 Jan, 2013 3 commits