1. 01 Nov, 2013 4 commits
  2. 31 Oct, 2013 3 commits
  3. 30 Oct, 2013 7 commits
  4. 29 Oct, 2013 2 commits
  5. 28 Oct, 2013 3 commits
  6. 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
  7. 26 Oct, 2013 2 commits
  8. 25 Oct, 2013 1 commit
  9. 24 Oct, 2013 4 commits
  10. 23 Oct, 2013 2 commits
  11. 22 Oct, 2013 4 commits
  12. 20 Oct, 2013 1 commit
  13. 19 Oct, 2013 2 commits
  14. 18 Oct, 2013 4 commits
    • jean-pierre charras's avatar
      Remove duplicate files. · 6bb62a71
      jean-pierre charras authored
      Page layout editor: Add bitmap items to the page layout existing items.
      Now a bitmap image can be added to a page layout description. Currently the bitmap is expected having a 300 ppi definition.
      Note: not all plotters can plot a bitmap, and in this case the bounding box is plotted instead of the bitmap
      6bb62a71
    • Wayne Stambaugh's avatar
    • jean-pierre charras's avatar
    • 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