1. 07 Dec, 2013 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew: footprint viewer wxAUI improvements. · 4f2921f3
      Wayne Stambaugh authored
      * Make the tool bar dockable.
      * Enable the overflow control in the tool bar in case the it does not fit in
        it's parent window.
      * Fix some wxAuiPaneInfo usage issues.
      * Remove unused wxAuiPaneInfo objects.
      * Move perspective saving and loading into EDA_BASE_FRAME object in preparation
        for extending this to all frame windows.
      4f2921f3
  2. 06 Dec, 2013 1 commit
  3. 05 Dec, 2013 4 commits
  4. 03 Dec, 2013 1 commit
  5. 29 Nov, 2013 2 commits
  6. 27 Nov, 2013 3 commits
  7. 26 Nov, 2013 1 commit
  8. 24 Nov, 2013 1 commit
  9. 22 Nov, 2013 1 commit
  10. 20 Nov, 2013 1 commit
  11. 19 Nov, 2013 2 commits
  12. 18 Nov, 2013 2 commits
  13. 17 Nov, 2013 1 commit
  14. 15 Nov, 2013 4 commits
  15. 14 Nov, 2013 1 commit
  16. 12 Nov, 2013 2 commits
  17. 11 Nov, 2013 2 commits
  18. 06 Nov, 2013 1 commit
  19. 05 Nov, 2013 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with... · 44d96074
      jean-pierre charras authored
      Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center.
      Eagle plugin: filter and replace not allowed chars in FPID(-':' and '/')  by _ or -, if they are used in Eagle footprint names (otherwise, boards converted and saved under kicad_pcb format are not readable by Pcbnew).
      44d96074
  20. 04 Nov, 2013 1 commit
  21. 02 Nov, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Start removing some of the problematic "<%s>.." format strings, which won't · 42ef7f62
      Dick Hollenbeck authored
         pass into an HTML rendering panel and otherwise look goofey.
      *) Implement BOARD::Move() can call it from EAGLE_PLUGIN::Load().
      *) When USE_FP_LIB_TABLE, tolerate blank nicknames in FPIDs coming from eeschema.
         See the switch for this in pcbnew/netlist.cpp as ALLOW_PARTIAL_FPID.
      *) Add an assert and a try catch block to figure out that View does not
         like some eagle pcb board.  bitset::set() is getting a -1 value and firing
         an exception.
      42ef7f62
  22. 01 Nov, 2013 1 commit
  23. 31 Oct, 2013 1 commit
  24. 27 Oct, 2013 1 commit
    • Wayne Stambaugh's avatar
      Eeschema find/replace bug fixes and improvements (fixes 1208616). · f0b2565f
      Wayne Stambaugh authored
      * Fix replace bug to handle case sensitivity properly.
      * Fix replace bug where the item index was getting updated incorrectly.
      * Fix replace infinite loop bug on replace all.
      * Make find/replace view update code a separate function.
      * Rearrange find/replace trace string to add tracing to EDA_ITEM::Replace().
      * Add IsComplexHierarchy method to SCH_SHEET_LIST for future find/replace
        improvements.
      f0b2565f
  25. 25 Oct, 2013 1 commit
  26. 24 Oct, 2013 1 commit
  27. 23 Oct, 2013 1 commit