1. 11 Apr, 2012 1 commit
  2. 23 Jan, 2012 1 commit
  3. 26 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCB common library global variable removal and other minor fixes. · b9b341dc
      Wayne Stambaugh authored
      * Move auto save time global variables into PCB_EDIT_FRAME object.
      * Move footprint library name list global variable int PCB_EDIT_FRAME
        object.
      * Improve library back up and temporary file error message strings and make
        them translatable.
      * PCBNew string unification.
      * Translate French code names and comments.
      * Coding style policy and Doxygen comment fixes.
      b9b341dc
  4. 01 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCBNew control update bug fixes, fixes lp:725963. · 1010601a
      Wayne Stambaugh authored
      * Fix grid select box update bug on context menu.
      * Fix via size and track width select box update bugs.
      * Fix layer pair indicator button update bug.
      * Fix auto track width tool bar control enable bug.
      * Fix via size and track width select status bug in context menu.
      * Fix layer select box and layer control widget select bug when current
        layer is removed.
      * Add virtual function to notify objects derived from EDA_DRAW_FRAME that
        the units setting has changed.
      * Coding policy class naming fixes.
      1010601a
  5. 26 Nov, 2010 1 commit
  6. 29 Jan, 2010 1 commit
  7. 19 Dec, 2009 1 commit
  8. 30 Oct, 2009 1 commit
  9. 18 Jun, 2009 1 commit
  10. 24 Feb, 2009 1 commit
  11. 21 Dec, 2008 2 commits
  12. 04 Mar, 2008 1 commit
    • lifekidyeaa's avatar
      added an option to enable/disable magnetic tracks in the general options... · 0dc3be88
      lifekidyeaa authored
      added an option to enable/disable magnetic tracks in the general options dialog of PCBnew (same as the magnetic 
      pads option.)  Haven't fixed the via issue 
      (since I don't quite understand why it is doing this, nor does it occur in 100% of the cases), but now you can just 
      turn 
      off magnetic tracks when I desire to move vias by small increments.  Magnetic tracks are on by default.  Original 
      via complaint here: 
      http://tech.groups.yahoo.com/group/kicad-devel/message/1155
      
      Also mostly gotten rid of the annoying "Unable to drag this segment: two collinear segments" error.  Now, if two 
      (or more) segments are collinear, they are merged into one equivalent segment when you try to drag them while 
      maintaining slope.  I can't imagine any cases where this would be a bad thing (and I have plenty of experience where 
      the error was not desired!).  Note I say *mostly* because there still seem to be some length=1 (e.g. 0.003mm) segments 
      at the end of valid-length segments.  I do not want to remove them because this would change the board layout, though 
      in a basically imperceptible way.  We could maybe have an option to clean & remove these minimal-length segments, but 
      I worry that they serve to connect things slightly off grid & those things on-grid; also, removal may cause DRC 
      errors. It would be good if we could avoid their creation.(?)
      
      
      0dc3be88
  13. 02 Oct, 2007 1 commit
  14. 16 Aug, 2007 1 commit
  15. 05 Jun, 2007 1 commit
  16. 06 May, 2007 1 commit