Skip to content
Snippets Groups Projects
  1. Jan 25, 2012
  2. Jan 24, 2012
  3. Jan 09, 2012
  4. Nov 14, 2011
  5. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  6. Nov 03, 2011
  7. Oct 31, 2011
  8. Oct 19, 2011
  9. Oct 06, 2011
  10. Oct 05, 2011
  11. Sep 08, 2011
  12. Sep 05, 2011
  13. Jun 07, 2011
  14. May 12, 2011
  15. May 06, 2011
  16. May 03, 2011
  17. Apr 18, 2011
  18. Apr 15, 2011
  19. Apr 13, 2011
  20. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  21. Jan 12, 2011
  22. Dec 17, 2010
  23. Nov 23, 2010
  24. Nov 22, 2010
  25. Nov 02, 2010
  26. Oct 15, 2010
  27. Oct 08, 2010
  28. Sep 17, 2010
  29. 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
  30. Sep 10, 2010
  31. Sep 06, 2010
    • dt's avatar
      Remove EditorManager::ensureEditorManagerVisible() · bde1ebaa
      dt authored
      The function always switched to Edit Mode, which was the cause for
      several bugs. Since openEditor() already does switch to the right mode,
      the function is not really needed.
      
      The following actions now respect the prefered mode of the editor:
      "f file"-locator
      The Open Documents list
      Editor history navigation
      bde1ebaa
Loading