Skip to content
Snippets Groups Projects
  1. Sep 03, 2013
  2. Aug 30, 2013
  3. 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
  4. Apr 10, 2013
  5. Apr 03, 2013
  6. Jan 29, 2013
  7. Jan 17, 2013
  8. Dec 29, 2012
  9. Oct 05, 2012
  10. Aug 31, 2012
  11. Aug 27, 2012
    • Christian Kandeler's avatar
      Utils: Introduce HostOsInfo class. · e669f054
      Christian Kandeler authored
      
      The class' member functions are intended to be used
      instead of the Q_OS_* macros in all contexts where
      the latter are not syntactically required.
      This lowers the likelihood of changes made on one
      platform breaking the build on another, e.g. due to
      the code model missing symbols in #ifdef'ed out code
      when refactoring.
      
      Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      e669f054
  12. Jul 19, 2012
  13. May 23, 2012
  14. May 11, 2012
  15. Feb 15, 2012
  16. Jan 26, 2012
  17. Jan 24, 2012
  18. Nov 24, 2011
  19. Nov 03, 2011
  20. Oct 05, 2011
  21. Sep 08, 2011
  22. May 24, 2011
  23. May 10, 2011
  24. May 06, 2011
  25. Apr 18, 2011
  26. Apr 13, 2011
  27. Feb 28, 2011
  28. Feb 25, 2011
  29. Feb 21, 2011
  30. Jan 12, 2011
  31. Dec 17, 2010
  32. Nov 11, 2010
  33. Oct 28, 2010
  34. Sep 14, 2010
    • dt's avatar
      EditorManager: Change openEditor/activateEditor to not do mode switching · 08ccda58
      dt authored
      Also introduce a indirection, modes have now types, edit and debug have
      the same type, and editors do have a prefered type of modes instead of a
      prefered mode.
      
      That fixes the bug that if the prefered qml editing mode was set to
      design, then in switching between qml editors would
      - in Edit Mode: stay in edit mode
      - in Debug Mode: switch to debug mode
      08ccda58
  35. Aug 09, 2010
  36. May 18, 2010
  37. May 14, 2010
Loading