1. 17 Oct, 2013 1 commit
  2. 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
  3. 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
  4. 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
  5. 29 Sep, 2013 1 commit
  6. 28 Sep, 2013 1 commit
  7. 27 Sep, 2013 2 commits
  8. 25 Sep, 2013 1 commit
  9. 11 Sep, 2013 1 commit
  10. 01 Sep, 2013 1 commit
  11. 31 Aug, 2013 1 commit
  12. 20 Aug, 2013 1 commit
  13. 16 Aug, 2013 1 commit
  14. 13 Aug, 2013 1 commit
  15. 09 Aug, 2013 2 commits
  16. 08 Aug, 2013 1 commit
    • Dick Hollenbeck's avatar
      EHNANCE: add a "Show" button to the two text field properties · d0a69ac7
      Dick Hollenbeck authored
      dialogs which allow editing of component properties.  The button
      is active when the table row cursor is on the DATASHEET field only.
      When active, and your datasheet is a URI, then your default
      browser will be launced to show that datasheet if it can find it.
      This incentivizes use of http:// links for datasheets.
      d0a69ac7
  17. 06 Aug, 2013 2 commits
  18. 05 Aug, 2013 1 commit
    • Dick Hollenbeck's avatar
      BUG FIX: eeschema as segfaulting on the 'Insert' key because the m_itemToRepeat · c0832a03
      Dick Hollenbeck authored
      was simply a pointer to an object on the display list.  At times this object
      would disappear from the display list, in the test case because of a concatonation
      of two wires, and if you then tried to clone the non-existent object you'd get a 
      crash.  This was not merely a bug, but a naive design choice. IMO.
      Now the item to repeat is cloned, so will never also be on the display list.
      c0832a03
  19. 03 Aug, 2013 1 commit
  20. 22 Jul, 2013 1 commit
  21. 20 Jul, 2013 1 commit
  22. 19 Jul, 2013 1 commit
  23. 14 Jul, 2013 1 commit
    • Wayne Stambaugh's avatar
      Eeschema find bug fixes. (fixes lp:1199689) · ba16d9e7
      Wayne Stambaugh authored
      * Force search when wrap past end of list option changes state.
      * Fix SCH_FIELD::Matches() for bug in user defined fields which have an ID
        of -1.
      * Minor improvements to the find data names to improve source code readability.
      ba16d9e7
  24. 05 Jul, 2013 1 commit
  25. 03 Jul, 2013 1 commit
  26. 29 Jun, 2013 1 commit
  27. 27 Jun, 2013 2 commits
  28. 19 Jun, 2013 1 commit
  29. 17 Jun, 2013 1 commit
  30. 14 Jun, 2013 1 commit
  31. 13 Jun, 2013 1 commit
  32. 12 Jun, 2013 1 commit
  33. 11 Jun, 2013 1 commit
  34. 10 Jun, 2013 1 commit
  35. 09 Jun, 2013 1 commit
  36. 07 Jun, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Introduce "invoke_a_dialog.h" to information hide between top frame · 515f5fbe
      Dick Hollenbeck authored
         and various DIALOG classes called from top frames.  See comments in
         {eeschema,pcbnew}/invoke_a_dialog.h.
      *) Move some dialog classes into *.cpp files from *.h files.
      *) void SCH_EDIT_FRAME::OnErc( wxCommandEvent& event ) was opening the modeless
         ERC dialog more than once if icon was clicked more than once.
      *) Remove BOM stuff.
      515f5fbe