1. 22 Apr, 2015 1 commit
  2. 20 Apr, 2015 1 commit
  3. 19 Apr, 2015 3 commits
  4. 17 Apr, 2015 1 commit
  5. 16 Apr, 2015 1 commit
    • jean-pierre charras's avatar
      Eeschema: Fix a very old bug relative to the tool to load power parts: · 4daf9039
      jean-pierre charras authored
      Previously, only the lib named "power" was used (and therefore power parts defined in other libs not shown).
      Now, all power parts can be loaded from any library.
      Also, when loading power parts from the chose component dialog or the lib viewer, libs and parts are filtered:  only power parts and libs containing power parts are listed.
      Hotkeys: move a few global strings in the files where ther are actually used (and make them local.) and code cleaning.
      Fix a few other minor issues.
      4daf9039
  6. 12 Apr, 2015 1 commit
  7. 10 Apr, 2015 1 commit
  8. 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
  9. 08 Apr, 2015 1 commit
  10. 07 Apr, 2015 2 commits
  11. 03 Apr, 2015 1 commit
  12. 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
  13. 30 Mar, 2015 2 commits
  14. 28 Mar, 2015 1 commit
  15. 27 Mar, 2015 1 commit
  16. 25 Mar, 2015 1 commit
  17. 23 Mar, 2015 2 commits
  18. 22 Mar, 2015 2 commits
  19. 21 Mar, 2015 2 commits
  20. 15 Mar, 2015 1 commit
  21. 14 Mar, 2015 2 commits
  22. 13 Mar, 2015 1 commit
  23. 12 Mar, 2015 1 commit
  24. 11 Mar, 2015 2 commits
  25. 10 Mar, 2015 1 commit
  26. 09 Mar, 2015 1 commit
  27. 06 Mar, 2015 2 commits
  28. 04 Mar, 2015 2 commits