Skip to content
Snippets Groups Projects
  1. Sep 13, 2012
  2. Jul 19, 2012
  3. Jun 06, 2012
  4. Jun 05, 2012
  5. May 22, 2012
  6. May 11, 2012
  7. Apr 04, 2012
  8. Mar 29, 2012
  9. Mar 27, 2012
  10. Mar 16, 2012
  11. Mar 14, 2012
  12. Feb 15, 2012
  13. Feb 09, 2012
  14. Feb 07, 2012
  15. Jan 26, 2012
  16. Jan 24, 2012
  17. Dec 20, 2011
  18. 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
  19. Nov 03, 2011
  20. Sep 14, 2011
  21. Sep 13, 2011
  22. Sep 06, 2011
  23. May 31, 2011
  24. May 12, 2011
    • Oswald Buddenhagen's avatar
      move the "cannot undo" warning to the search result pane · a14955d0
      Oswald Buddenhagen authored
      this is where it belongs, rather than into some arbitrary editor.
      as a nice side effect, now not only the "rename symbol", but also the
      global search&replace has such a warning.
      a14955d0
    • Oswald Buddenhagen's avatar
      rewrite editor info bar handling · 882e34ee
      Oswald Buddenhagen authored
      the info about the bars is now stored in the IFile, not in the
      EditorView. this is somewhat more expensive for the bars which
      identically apply to all editors of one type, but fixes consistency
      issues between views.
      
      additionally, it is now possible to set several simultaneous
      info bars per file, which ensures that no information is lost.
      
      Co-authored-by: mae
      882e34ee
  25. May 06, 2011
  26. Apr 18, 2011
  27. Apr 13, 2011
  28. 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
  29. Jan 17, 2011
    • Erik Verbruggen's avatar
      Fixed the line retreival for find-usages. · dea74862
      Erik Verbruggen authored
      Instead of using the pre-processed source, the original one is used.
      This makes a difference when a macro is used in the line, where the pre-
      processed source would have a "#gen true" token.
      
      Task-number: QTCREATORBUG-3345
      dea74862
  30. Jan 12, 2011
  31. Jan 04, 2011
  32. Dec 17, 2010
  33. 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
Loading