1. 28 Apr, 2015 1 commit
  2. 27 Apr, 2015 1 commit
  3. 25 Apr, 2015 1 commit
    • Chris Pavlina's avatar
      Add schematic component library change rescue feature (fixes lp:1435338). · 26c320db
      Chris Pavlina authored
      * Add code to test if any of the components in the schematic cache have been changed
        in the component libraries.
      * Prompt user to accept or reject components when changes are found.
      * If the user chooses to use the components in the cache, create a new library with the old
        components and add it to the beginning of the component library list so the schematic will
        not be changed.
      * Create dialogs to handle user feedback and status.
      26c320db
  4. 22 Apr, 2015 1 commit
  5. 17 Apr, 2015 1 commit
  6. 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
  7. 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
  8. 07 Apr, 2015 2 commits
  9. 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
  10. 30 Mar, 2015 2 commits
  11. 28 Mar, 2015 1 commit
  12. 27 Mar, 2015 1 commit
  13. 25 Mar, 2015 1 commit
  14. 23 Mar, 2015 1 commit
  15. 21 Mar, 2015 2 commits
  16. 15 Mar, 2015 1 commit
  17. 14 Mar, 2015 2 commits
  18. 12 Mar, 2015 1 commit
  19. 06 Mar, 2015 1 commit
  20. 04 Mar, 2015 1 commit
  21. 02 Mar, 2015 1 commit
  22. 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
  23. 26 Feb, 2015 1 commit
  24. 24 Feb, 2015 1 commit
  25. 21 Feb, 2015 2 commits
  26. 20 Feb, 2015 1 commit
  27. 17 Feb, 2015 1 commit
  28. 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
  29. 02 Feb, 2015 1 commit
  30. 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
  31. 27 Jan, 2015 3 commits