Skip to content
Snippets Groups Projects
  1. Jun 05, 2013
    • Orgad Shaneh's avatar
      Git: Fix stash pop on end of a continuous command · 2ee83d4c
      Orgad Shaneh authored
      
      Broken in 92392454
      
      Change-Id: I4e3d3b1c2fbec66c5471baedf1996529b852b868
      Reviewed-by: default avatarPetar Perisin <petar.perisin@gmail.com>
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
      2ee83d4c
    • Eike Ziller's avatar
      Switch less often to edit mode · 7c8db798
      Eike Ziller authored
      
      This change
      * Removes IMode::type, ModeManager::activateModeType, and
        IEditor::preferredModeType, and adds IEditor::isDesignModePreferred
        instead
      * Adapts the mode switching code in EditorManager to handle multiple
        windows, for example switching to edit mode should only happen if
        the editor/view is in the main window. Otherwise the editor window
        should be raised and focused
      * Renames EditorManager::NoActivate --> DoNotChangeCurrentEditor
      * Reverts the EditorManager::ModeSwitch logic to switch mode or
        make the current editor visible by default, introducing
        DoNotMakeVisible flag instead
      * Fixes a few instances where EditorManager::ModeSwitch should have been
        used
      
      One non-trivial problem left: If you open a .ui file and switch to an
      external editor window, edit mode is activated, because the current
      editor no longer is a .ui file, which means that the design mode gets
      deactivated.
      
      Change-Id: I76c5c2391eb4090143b778fb103acff3a5a1ff41
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      7c8db798
  2. Jun 04, 2013
  3. Jun 03, 2013
  4. May 31, 2013
  5. May 28, 2013
  6. May 27, 2013
  7. May 24, 2013
  8. May 23, 2013
  9. May 17, 2013
  10. May 16, 2013
  11. May 15, 2013
  12. May 13, 2013
  13. May 07, 2013
  14. May 04, 2013
  15. May 02, 2013
  16. Apr 30, 2013
  17. Apr 29, 2013
  18. Apr 28, 2013
  19. Apr 26, 2013
Loading