1. 03 Feb, 2014 2 commits
  2. 02 Feb, 2014 2 commits
  3. 29 Jan, 2014 2 commits
    • Dick Hollenbeck's avatar
      Make option KICAD_KEEPCASE actually functional for Eeschema, and make the setting default ON. · 2ac58935
      Dick Hollenbeck authored
      The desire is to migrate designs *away from* case independence, and to create
      designs which use literally (case specific) interpreted component names. But for
      backwards compatibility, you may turn OFF this option if you really must.
      (Remember that with KiCad using text data files, typically you would be better
      off simply doctoring those files into a case literal state with a text editor
      and move forward into the brave new world of case specificity. Also, BOM
      generators may not work properly when you have this option turned OFF, the xml
      export's referential integrity is broken on library part name. Hence the default
      is ON now, as of 29-Jan-2014.
      2ac58935
    • jean-pierre charras's avatar
      Add specific bitmaps in export IDF and export DSN menus. · ce6b907f
      jean-pierre charras authored
      Add missing calls to Show( false ) to some main frames (Kicad, eeschema, gerbview), to force config saving when closing these windows.
      Code cleanup and minor coding style fixes  in footprint_wizard_frame
      ce6b907f
  4. 28 Jan, 2014 1 commit
  5. 19 Jan, 2014 1 commit
  6. 18 Jan, 2014 1 commit
  7. 08 Jan, 2014 1 commit
  8. 07 Jan, 2014 1 commit
  9. 31 Dec, 2013 1 commit
  10. 29 Dec, 2013 2 commits
  11. 18 Dec, 2013 1 commit
  12. 14 Dec, 2013 1 commit
  13. 13 Dec, 2013 1 commit
  14. 09 Dec, 2013 2 commits
  15. 08 Dec, 2013 1 commit
  16. 29 Nov, 2013 1 commit
  17. 27 Nov, 2013 1 commit
  18. 26 Nov, 2013 1 commit
  19. 24 Nov, 2013 1 commit
  20. 18 Nov, 2013 2 commits
  21. 17 Nov, 2013 1 commit
  22. 15 Nov, 2013 1 commit
  23. 09 Nov, 2013 1 commit
  24. 06 Nov, 2013 1 commit
  25. 05 Nov, 2013 2 commits
  26. 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
  27. 18 Oct, 2013 1 commit
    • 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
  28. 17 Oct, 2013 1 commit
  29. 15 Oct, 2013 1 commit
    • Wayne Stambaugh's avatar
      Eeschema block end handler code improvements. · efb96bcc
      Wayne Stambaugh authored
      * Merge HandleBlockEnd() and HandleBlockEndByPopUp() into as single block
        end function HandleBlockEnd().
      * Replace all instances of HandleBlockEndByPopUp() with HandleBlockEnd().
      * Change block hot keys to send command events instead of directly calling
        end block handler.
      efb96bcc
  30. 14 Oct, 2013 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Fix issue when displaying net names and/or pad numbers including the... · 082b8326
      jean-pierre charras authored
      Pcbnew: Fix issue when displaying net names and/or pad numbers including the "<" char in drc dialog, because drc dialog uses an wxHtmlWindow to display drc messages, and the "<" char has a special meaning and is not allowed in texts (now replaced by the" &lt;" sequence in messages displayed in html)
      Eeschema: replace "<" and ">" by "(" and ")" in autogenerated net names, to avoid other issues in html messages.
      Very minor other fixes.
      082b8326
  31. 11 Oct, 2013 1 commit
    • jean-pierre charras's avatar
      Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes... · a8e57e10
      jean-pierre charras authored
      Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad
      Remove KICAD_GOST option because it is  now useless: the 2 GOST options are now selectable at run time and are:
      * specific page layouts (now user definable, and the GOST page layouts are available in template folder)
      * notation for multiple parts per package (made in eeschema, preference menu)
      a8e57e10
  32. 29 Sep, 2013 1 commit
  33. 28 Sep, 2013 1 commit