Skip to content
Snippets Groups Projects
  1. Oct 11, 2013
  2. Aug 30, 2013
  3. Aug 12, 2013
  4. Jul 10, 2013
  5. Jul 09, 2013
  6. 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
  7. May 27, 2013
  8. May 24, 2013
  9. Apr 22, 2013
  10. Apr 19, 2013
  11. Apr 05, 2013
  12. Mar 21, 2013
  13. Jan 30, 2013
  14. Jan 29, 2013
  15. Jan 21, 2013
  16. Jan 18, 2013
  17. Jan 11, 2013
  18. Oct 05, 2012
  19. Sep 27, 2012
  20. Aug 06, 2012
  21. Jul 19, 2012
  22. Jun 05, 2012
  23. May 25, 2012
  24. May 23, 2012
  25. May 22, 2012
  26. May 11, 2012
  27. Feb 20, 2012
  28. Feb 15, 2012
  29. Jan 31, 2012
  30. Jan 25, 2012
  31. Jan 24, 2012
  32. Jan 09, 2012
  33. Dec 08, 2011
  34. Nov 23, 2011
    • Hugues Delorme's avatar
      Bazaar,Mercurial: fix update of the commit button · df058c80
      Hugues Delorme authored
      
      There was a bug with the initial display of the submit editor.
      The submit action was not disabled (description field is empty) and
      thus the user was allowed to commit changes without entering a
      description. Empty commit message causes error for most VCS (if not all).
      
      Technically, Utils::SubmitEditorWidget::registerActions() must be called
      before init of the widget (eg call to BazaarPlugin::setFields()), because
      SubmitEditorWidget::updateActions() won't have any chance to be called.
      
      Change-Id: I154d6c807e0943b98abcb6222d8f57ec5421181c
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
      Reviewed-by: default avatarBill King <bill.king@nokia.com>
      df058c80
  35. Nov 14, 2011
  36. Nov 03, 2011
  37. Oct 05, 2011
Loading