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