1. 12 Apr, 2015 1 commit
  2. 10 Apr, 2015 1 commit
  3. 09 Apr, 2015 1 commit
    • Dick Hollenbeck's avatar
      Fix Eeschema search segfault. · 659ea518
      Dick Hollenbeck authored
      * The SCH_COLLECTOR m_foundItems was being obsoleted after a pin name search.
        If a library edit changed the found pin name, the cache still held the now
        missing library pin and would segfault on next search due to the cache being
        out of date.
      659ea518
  4. 08 Apr, 2015 1 commit
  5. 07 Apr, 2015 2 commits
  6. 03 Apr, 2015 1 commit
  7. 02 Apr, 2015 2 commits
    • jean-pierre charras's avatar
      eeschema: fix Bug #1437604 (double translation of some messages in pin editor... · f5c47a19
      jean-pierre charras authored
      eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated".
      This is due to the fact static strings flagged translated ( _("string") notation)  are not translated  when they are static only if they are not inside a dll.
      When they are static inside a dll, the dictionary is already loaded, and the constructor translate them.
      Therefore they can be translated twice in dialogs are calling wxGetTranslation to show them, if the application is run from kicad.
      But if the application is run as stand alone, the translation is made only once (as expected).
      f5c47a19
    • jean-pierre charras's avatar
      Fix a few minor coverity warnings. · bbbb84e6
      jean-pierre charras authored
      Fix minor 3D viewer issues (includling change number of segments and its optimization to draw pad holes.)
      Fix Bug #1439132 (track and via list on toolbar not always refresh after loading a board).
      Remove useless tool in Modedit.
      bbbb84e6
  8. 30 Mar, 2015 2 commits
  9. 28 Mar, 2015 1 commit
  10. 27 Mar, 2015 1 commit
  11. 25 Mar, 2015 1 commit
  12. 23 Mar, 2015 2 commits
  13. 22 Mar, 2015 2 commits
  14. 21 Mar, 2015 2 commits
  15. 15 Mar, 2015 1 commit
  16. 14 Mar, 2015 2 commits
  17. 13 Mar, 2015 1 commit
  18. 12 Mar, 2015 1 commit
  19. 11 Mar, 2015 2 commits
  20. 10 Mar, 2015 1 commit
  21. 09 Mar, 2015 1 commit
  22. 06 Mar, 2015 2 commits
  23. 04 Mar, 2015 2 commits
  24. 03 Mar, 2015 1 commit
  25. 02 Mar, 2015 3 commits
  26. 28 Feb, 2015 3 commits