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