Skip to content
Snippets Groups Projects
  1. Jul 04, 2014
  2. Jun 16, 2014
  3. Jun 11, 2014
  4. Jun 06, 2014
  5. Mar 11, 2014
  6. Mar 07, 2014
  7. Feb 27, 2014
  8. Feb 18, 2014
  9. Jan 31, 2014
  10. Jan 30, 2014
  11. Jan 16, 2014
  12. Jan 13, 2014
  13. Jan 08, 2014
  14. Nov 14, 2013
  15. Aug 02, 2013
  16. Jul 17, 2013
  17. Jun 19, 2013
  18. Jun 07, 2013
  19. Jun 05, 2013
    • 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
  20. Jun 03, 2013
  21. May 24, 2013
  22. May 15, 2013
  23. May 06, 2013
  24. Mar 13, 2013
  25. Feb 22, 2013
  26. Feb 21, 2013
  27. Feb 20, 2013
  28. Feb 18, 2013
Loading