1. 05 May, 2015 3 commits
  2. 03 May, 2015 3 commits
  3. 01 May, 2015 2 commits
    • jean-pierre charras's avatar
      Minor fixes (Bug #1414328 and Bug #1440312). Remove translatable attribute in a debug message. · 2047d873
      jean-pierre charras authored
      tools/edit_tool.cpp: remove limitation (GAL mode) to delete the last pad in a footprint (a footprint can have 0 pad, for instance a logo)
      2047d873
    • jean-pierre charras's avatar
      Fix some issues created by rev 5632: · 5a02b91e
      jean-pierre charras authored
      *  Use only double to store zoom levels in class BASE_SCREEN (int type is not working for eeschema or page layout editor) (this fix Bug #1450551, Assertion failed on wxRound() when zooming)
      *  Fix crash in all apps but Pcbnew when a grid or a zoom was selected from the popup menu.
      *  Modify default hotkeys for Next Grid and Previous Grid: the initial key was a dead key, not suitable as hotkey. the 'N' and Shift N keys are used instead (with a change for unfill zone hotkey)
      *  Modify code in EDA_DRAW_FRAME::SetNextGrid() and EDA_DRAW_FRAME::SetPreviousGrid() to make them compatible with other editors than the board editor.
      5a02b91e
  4. 30 Apr, 2015 18 commits
  5. 29 Apr, 2015 1 commit
  6. 28 Apr, 2015 1 commit
  7. 27 Apr, 2015 3 commits
  8. 26 Apr, 2015 1 commit
    • jean-pierre charras's avatar
      Eeschema: add missing rotate and mirror sheet in sheet context menu (these... · 3084c0aa
      jean-pierre charras authored
      Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but  not from the sheet menu).
      Fix a i18n issue in field names when loading a component, if the language was changed during a session, and kicad not restarted (see Bug #1448654).
      However changing the language needs restarting kicad, in order to have all messages or menus translated.
      3084c0aa
  9. 23 Apr, 2015 1 commit
    • Wayne Stambaugh's avatar
      UI consistency and assertion fixes. · ad9ec412
      Wayne Stambaugh authored
      * Use "Close" in the file menu of every main frame window instead of the
        mismatch of the terms "Close", "Exit", and "Quit".
      * Change the terminology in the Pcbnew graphic text edit dialog to match the
        module text edit dialog.
      * Improve the layout of the Pcbnew graphic text dialog.
      * Fix some wxPrintf parameter type assertions for 64 bit time_t.
      * Fix all (at least I think I got all of them) duplicate menu accelerator
        characters.
      ad9ec412
  10. 22 Apr, 2015 2 commits
  11. 21 Apr, 2015 2 commits
  12. 20 Apr, 2015 2 commits
  13. 19 Apr, 2015 1 commit