1. 07 Apr, 2015 2 commits
  2. 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
  3. 30 Mar, 2015 2 commits
  4. 28 Mar, 2015 1 commit
  5. 27 Mar, 2015 1 commit
  6. 25 Mar, 2015 1 commit
  7. 23 Mar, 2015 1 commit
  8. 21 Mar, 2015 2 commits
  9. 15 Mar, 2015 1 commit
  10. 14 Mar, 2015 2 commits
  11. 12 Mar, 2015 1 commit
  12. 06 Mar, 2015 1 commit
  13. 04 Mar, 2015 1 commit
  14. 02 Mar, 2015 1 commit
  15. 28 Feb, 2015 2 commits
    • Wayne Stambaugh's avatar
      More Coverity scan error fix goodness. · 25b9a42e
      Wayne Stambaugh authored
      25b9a42e
    • jean-pierre charras's avatar
      Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent... · 00f8994e
      jean-pierre charras authored
      Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used.
      Move items rework: enhancements: for some items (sheets, components, bus entries) the mouse cursor is no more wrapped to the anchor. For large symbols, this is better: they are more easy to place.
      There is also a change when starting a move item command: the full screen is redraw, and therefore there is no artifact due to the XOR draw mode.
      Some other minor coverity fixes (uninitialized members).
      00f8994e
  16. 26 Feb, 2015 1 commit
  17. 24 Feb, 2015 1 commit
  18. 21 Feb, 2015 2 commits
  19. 20 Feb, 2015 1 commit
  20. 17 Feb, 2015 1 commit
  21. 14 Feb, 2015 1 commit
    • jean-pierre charras's avatar
      Minor fixes: fix issue Bug #1420910 (Linux specific). · 1a749130
      jean-pierre charras authored
      Rename eeschema/dialogs/dialog_sch_find.fbp to dialog_schematic_find_base.fbp, to be consistent with other dialogs. 
      Pcbnew run from the project manager: add menu Save Copy As..., which is the same command as Save As ... in stand alone mode, but with the constraints of a project (no cwd change, no board filename change, and keep project settings)
      1a749130
  22. 02 Feb, 2015 1 commit
  23. 28 Jan, 2015 1 commit
    • Alexander Golubev's avatar
      Minor compiler warning and object improvements. · 3838082b
      Alexander Golubev authored
      * Fix -Woverloaded-virtual warning in DIALOG_LIB_NEW_COMPONENT class
        definition.
      * Make EDA_ITEM::Matches( const wxString& wxFindReplaceData& ) protected
        since it's a helper function that should only be called by derived objects.
      3838082b
  24. 27 Jan, 2015 3 commits
  25. 18 Jan, 2015 1 commit
  26. 17 Jan, 2015 1 commit
  27. 12 Jan, 2015 1 commit
    • Wayne Stambaugh's avatar
      Minor dialog improvements. · 0b6d1bbc
      Wayne Stambaugh authored
      * Make generate button the default in Eeschema netlist dialog.
      * Fix spacing issues in export IDF dialog.
      * Make OK button the default in export IDF dialog.
      * Remove unnecessary end dialog code from export IDF dialog.
      * Improve resizing of export IDF dialog.
      0b6d1bbc
  28. 21 Dec, 2014 1 commit
  29. 20 Dec, 2014 1 commit
  30. 19 Dec, 2014 1 commit
  31. 16 Dec, 2014 1 commit